@import url("../fonts/fonts.css");
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
sub,
sup,
tt,
var,
b,
u,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block; }

body {
  line-height: 1;
  overflow-x: hidden;
  transition: 0.3s; }

ol,
ul {
  list-style: none; }

blockquote,
q {
  quotes: none; }

input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

button {
  outline: none; }

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

body {
  background-color: #f2f6fa;
  font-family: "dh", Arial; }

b {
  font-weight: 800; }

.mobile-boxes__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-flow: wrap;
      flex-flow: wrap; }
.mobile-boxes__group {
  -ms-flex-preferred-size: calc(50% - 10px);
      flex-basis: calc(50% - 10px);
  max-width: calc(50% - 10px); }
  .mobile-boxes__group .action-button-group .action-button-group__row {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%; }
  @media screen and (max-width: 600px) {
    .mobile-boxes__group {
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
      max-width: 100%; }
      .mobile-boxes__group:not(:last-child) {
        margin-bottom: 20px; } }
.mobile-boxes__item {
  padding: 20px;
  background: #ffffff;
  border: 2px solid #e0e7ee; }
  .mobile-boxes__item.no-margin {
    margin-bottom: 0;
    border-bottom: none; }
  .mobile-boxes__item h3,
  .mobile-boxes__item h4 {
    font-weight: 500;
    color: #3b4348; }
  .mobile-boxes__item h3 {
    font-size: 17px;
    line-height: 22px;
    margin-bottom: 10px; }
  .mobile-boxes__item ul {
    margin-bottom: 20px; }
    .mobile-boxes__item ul li {
      font-size: 13px;
      line-height: 20px;
      font-weight: 600;
      color: #828a91; }
  .mobile-boxes__item h4 {
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 10px; }
  .mobile-boxes__item p {
    font-size: 13px;
    line-height: 16px;
    color: #828a91; }
    .mobile-boxes__item p:not(:last-child) {
      margin-bottom: 15px; }

#mainWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  transition: 0.5s; }
  #mainWrapper .left {
    width: 230px;
    min-width: 230px;
    min-height: 100vh;
    z-index: 5; }
  #mainWrapper .right {
    width: calc(100% - 230px);
    padding: 0 34px; }
    #mainWrapper .right nav {
      position: relative;
      z-index: 10; }
    #mainWrapper .right main {
      padding-top: 30px; }

@media screen and (max-width: 1360px) {
  #mainWrapper .right main {
    padding-top: 30px; } }
@media screen and (max-width: 1180px) {
  #mainWrapper {
    display: block; }
    #mainWrapper .right {
      padding: 0 30px;
      width: 100%;
      -ms-flex-preferred-size: auto;
          flex-basis: auto;
      z-index: 1; }
      #mainWrapper .right.right-content-styleguide main {
        margin-top: 0; }
      #mainWrapper .right main {
        margin-top: 60px; }
    #mainWrapper .left {
      -ms-flex-preferred-size: auto;
          flex-basis: auto;
      width: 100%;
      max-width: 230px;
      position: fixed;
      top: 60px;
      bottom: 0;
      max-height: 100vh;
      overflow-y: scroll;
      right: 0;
      z-index: 100;
      min-height: 0;
      -webkit-transform: translateX(110%);
              transform: translateX(110%);
      -webkit-animation-timing-function: ease;
              animation-timing-function: ease;
      transition: 0.3s;
      border-right: 0px;
      -ms-overflow-style: none;
      /* Internet Explorer 10+ */
      scrollbar-width: none;
      /* Firefox */ }
      #mainWrapper .left::-webkit-scrollbar {
        display: none;
        /* Safari and Chrome */ }
      #mainWrapper .left.open {
        -webkit-transform: translateX(0%);
                transform: translateX(0%); }
      #mainWrapper .left .sidebar-nav {
        height: 100%;
        overflow-y: visible;
        -ms-overflow-style: none;
        /* Internet Explorer 10+ */
        scrollbar-width: none;
        /* Firefox */ }
        #mainWrapper .left .sidebar-nav::-webkit-scrollbar {
          display: none;
          /* Safari and Chrome */ } }
@media screen and (max-width: 800px) {
  #mainWrapper {
    max-width: 100vw;
    min-height: 100vh;
    overflow-x: hidden; }
    #mainWrapper .right {
      padding: 0 20px; }
      #mainWrapper .right main {
        padding-top: 20px; } }
@media screen and (max-width: 420px) {
  #mainWrapper .right {
    padding: 0px;
    margin-left: -2px;
    margin-right: -2px;
    width: calc(100% + 2px); } }
.d-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .wrapper-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .wrapper.v-start {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .wrapper.v-center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .wrapper.v-end {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; }
  .wrapper.h-space {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .wrapper.h-start {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
  .wrapper.h-end {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
  .wrapper.no-wrap {
    -ms-flex-flow: nowrap !important;
        flex-flow: nowrap !important; }

.box-full {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; }

.box-1 {
  -ms-flex-preferred-size: 1%;
      flex-basis: 1%;
  max-width: 1%; }

.box-2 {
  -ms-flex-preferred-size: 2%;
      flex-basis: 2%;
  max-width: 2%; }

.box-3 {
  -ms-flex-preferred-size: 3%;
      flex-basis: 3%;
  max-width: 3%; }

.box-4 {
  -ms-flex-preferred-size: 4%;
      flex-basis: 4%;
  max-width: 4%; }

.box-5 {
  -ms-flex-preferred-size: 5%;
      flex-basis: 5%;
  max-width: 5%; }

.box-6 {
  -ms-flex-preferred-size: 6%;
      flex-basis: 6%;
  max-width: 6%; }

.box-7 {
  -ms-flex-preferred-size: 7%;
      flex-basis: 7%;
  max-width: 7%; }

.box-8 {
  -ms-flex-preferred-size: 8%;
      flex-basis: 8%;
  max-width: 8%; }

.box-9 {
  -ms-flex-preferred-size: 9%;
      flex-basis: 9%;
  max-width: 9%; }

.box-10 {
  -ms-flex-preferred-size: 10%;
      flex-basis: 10%;
  max-width: 10%; }

.box-11 {
  -ms-flex-preferred-size: 11%;
      flex-basis: 11%;
  max-width: 11%; }

.box-12 {
  -ms-flex-preferred-size: 12%;
      flex-basis: 12%;
  max-width: 12%; }

.box-13 {
  -ms-flex-preferred-size: 13%;
      flex-basis: 13%;
  max-width: 13%; }

.box-14 {
  -ms-flex-preferred-size: 14%;
      flex-basis: 14%;
  max-width: 14%; }

.box-15 {
  -ms-flex-preferred-size: 15%;
      flex-basis: 15%;
  max-width: 15%; }

.box-16 {
  -ms-flex-preferred-size: 16%;
      flex-basis: 16%;
  max-width: 16%; }

.box-17 {
  -ms-flex-preferred-size: 17%;
      flex-basis: 17%;
  max-width: 17%; }

.box-18 {
  -ms-flex-preferred-size: 18%;
      flex-basis: 18%;
  max-width: 18%; }

.box-19 {
  -ms-flex-preferred-size: 19%;
      flex-basis: 19%;
  max-width: 19%; }

.box-20 {
  -ms-flex-preferred-size: 20%;
      flex-basis: 20%;
  max-width: 20%; }

.box-21 {
  -ms-flex-preferred-size: 21%;
      flex-basis: 21%;
  max-width: 21%; }

.box-22 {
  -ms-flex-preferred-size: 22%;
      flex-basis: 22%;
  max-width: 22%; }

.box-23 {
  -ms-flex-preferred-size: 23%;
      flex-basis: 23%;
  max-width: 23%; }

.box-24 {
  -ms-flex-preferred-size: 24%;
      flex-basis: 24%;
  max-width: 24%; }

.box-25 {
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
  max-width: 25%; }

.box-26 {
  -ms-flex-preferred-size: 26%;
      flex-basis: 26%;
  max-width: 26%; }

.box-27 {
  -ms-flex-preferred-size: 27%;
      flex-basis: 27%;
  max-width: 27%; }

.box-28 {
  -ms-flex-preferred-size: 28%;
      flex-basis: 28%;
  max-width: 28%; }

.box-29 {
  -ms-flex-preferred-size: 29%;
      flex-basis: 29%;
  max-width: 29%; }

.box-30 {
  -ms-flex-preferred-size: 30%;
      flex-basis: 30%;
  max-width: 30%; }

.box-31 {
  -ms-flex-preferred-size: 31%;
      flex-basis: 31%;
  max-width: 31%; }

.box-32 {
  -ms-flex-preferred-size: 32%;
      flex-basis: 32%;
  max-width: 32%; }

.box-33 {
  -ms-flex-preferred-size: 33%;
      flex-basis: 33%;
  max-width: 33%; }

.box-34 {
  -ms-flex-preferred-size: 34%;
      flex-basis: 34%;
  max-width: 34%; }

.box-35 {
  -ms-flex-preferred-size: 35%;
      flex-basis: 35%;
  max-width: 35%; }

.box-36 {
  -ms-flex-preferred-size: 36%;
      flex-basis: 36%;
  max-width: 36%; }

.box-37 {
  -ms-flex-preferred-size: 37%;
      flex-basis: 37%;
  max-width: 37%; }

.box-38 {
  -ms-flex-preferred-size: 38%;
      flex-basis: 38%;
  max-width: 38%; }

.box-39 {
  -ms-flex-preferred-size: 39%;
      flex-basis: 39%;
  max-width: 39%; }

.box-40 {
  -ms-flex-preferred-size: 40%;
      flex-basis: 40%;
  max-width: 40%; }

.box-41 {
  -ms-flex-preferred-size: 41%;
      flex-basis: 41%;
  max-width: 41%; }

.box-42 {
  -ms-flex-preferred-size: 42%;
      flex-basis: 42%;
  max-width: 42%; }

.box-43 {
  -ms-flex-preferred-size: 43%;
      flex-basis: 43%;
  max-width: 43%; }

.box-44 {
  -ms-flex-preferred-size: 44%;
      flex-basis: 44%;
  max-width: 44%; }

.box-45 {
  -ms-flex-preferred-size: 45%;
      flex-basis: 45%;
  max-width: 45%; }

.box-46 {
  -ms-flex-preferred-size: 46%;
      flex-basis: 46%;
  max-width: 46%; }

.box-47 {
  -ms-flex-preferred-size: 47%;
      flex-basis: 47%;
  max-width: 47%; }

.box-48 {
  -ms-flex-preferred-size: 48%;
      flex-basis: 48%;
  max-width: 48%; }

.box-49 {
  -ms-flex-preferred-size: 49%;
      flex-basis: 49%;
  max-width: 49%; }

.box-50 {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  max-width: 50%; }

.box-51 {
  -ms-flex-preferred-size: 51%;
      flex-basis: 51%;
  max-width: 51%; }

.box-52 {
  -ms-flex-preferred-size: 52%;
      flex-basis: 52%;
  max-width: 52%; }

.box-53 {
  -ms-flex-preferred-size: 53%;
      flex-basis: 53%;
  max-width: 53%; }

.box-54 {
  -ms-flex-preferred-size: 54%;
      flex-basis: 54%;
  max-width: 54%; }

.box-55 {
  -ms-flex-preferred-size: 55%;
      flex-basis: 55%;
  max-width: 55%; }

.box-56 {
  -ms-flex-preferred-size: 56%;
      flex-basis: 56%;
  max-width: 56%; }

.box-57 {
  -ms-flex-preferred-size: 57%;
      flex-basis: 57%;
  max-width: 57%; }

.box-58 {
  -ms-flex-preferred-size: 58%;
      flex-basis: 58%;
  max-width: 58%; }

.box-59 {
  -ms-flex-preferred-size: 59%;
      flex-basis: 59%;
  max-width: 59%; }

.box-60 {
  -ms-flex-preferred-size: 60%;
      flex-basis: 60%;
  max-width: 60%; }

.box-61 {
  -ms-flex-preferred-size: 61%;
      flex-basis: 61%;
  max-width: 61%; }

.box-62 {
  -ms-flex-preferred-size: 62%;
      flex-basis: 62%;
  max-width: 62%; }

.box-63 {
  -ms-flex-preferred-size: 63%;
      flex-basis: 63%;
  max-width: 63%; }

.box-64 {
  -ms-flex-preferred-size: 64%;
      flex-basis: 64%;
  max-width: 64%; }

.box-65 {
  -ms-flex-preferred-size: 65%;
      flex-basis: 65%;
  max-width: 65%; }

.box-66 {
  -ms-flex-preferred-size: 66%;
      flex-basis: 66%;
  max-width: 66%; }

.box-67 {
  -ms-flex-preferred-size: 67%;
      flex-basis: 67%;
  max-width: 67%; }

.box-68 {
  -ms-flex-preferred-size: 68%;
      flex-basis: 68%;
  max-width: 68%; }

.box-69 {
  -ms-flex-preferred-size: 69%;
      flex-basis: 69%;
  max-width: 69%; }

.box-70 {
  -ms-flex-preferred-size: 70%;
      flex-basis: 70%;
  max-width: 70%; }

.box-71 {
  -ms-flex-preferred-size: 71%;
      flex-basis: 71%;
  max-width: 71%; }

.box-72 {
  -ms-flex-preferred-size: 72%;
      flex-basis: 72%;
  max-width: 72%; }

.box-73 {
  -ms-flex-preferred-size: 73%;
      flex-basis: 73%;
  max-width: 73%; }

.box-74 {
  -ms-flex-preferred-size: 74%;
      flex-basis: 74%;
  max-width: 74%; }

.box-75 {
  -ms-flex-preferred-size: 75%;
      flex-basis: 75%;
  max-width: 75%; }

.box-76 {
  -ms-flex-preferred-size: 76%;
      flex-basis: 76%;
  max-width: 76%; }

.box-77 {
  -ms-flex-preferred-size: 77%;
      flex-basis: 77%;
  max-width: 77%; }

.box-78 {
  -ms-flex-preferred-size: 78%;
      flex-basis: 78%;
  max-width: 78%; }

.box-79 {
  -ms-flex-preferred-size: 79%;
      flex-basis: 79%;
  max-width: 79%; }

.box-80 {
  -ms-flex-preferred-size: 80%;
      flex-basis: 80%;
  max-width: 80%; }

.box-81 {
  -ms-flex-preferred-size: 81%;
      flex-basis: 81%;
  max-width: 81%; }

.box-82 {
  -ms-flex-preferred-size: 82%;
      flex-basis: 82%;
  max-width: 82%; }

.box-83 {
  -ms-flex-preferred-size: 83%;
      flex-basis: 83%;
  max-width: 83%; }

.box-84 {
  -ms-flex-preferred-size: 84%;
      flex-basis: 84%;
  max-width: 84%; }

.box-85 {
  -ms-flex-preferred-size: 85%;
      flex-basis: 85%;
  max-width: 85%; }

.box-86 {
  -ms-flex-preferred-size: 86%;
      flex-basis: 86%;
  max-width: 86%; }

.box-87 {
  -ms-flex-preferred-size: 87%;
      flex-basis: 87%;
  max-width: 87%; }

.box-88 {
  -ms-flex-preferred-size: 88%;
      flex-basis: 88%;
  max-width: 88%; }

.box-89 {
  -ms-flex-preferred-size: 89%;
      flex-basis: 89%;
  max-width: 89%; }

.box-90 {
  -ms-flex-preferred-size: 90%;
      flex-basis: 90%;
  max-width: 90%; }

.box-91 {
  -ms-flex-preferred-size: 91%;
      flex-basis: 91%;
  max-width: 91%; }

.box-92 {
  -ms-flex-preferred-size: 92%;
      flex-basis: 92%;
  max-width: 92%; }

.box-93 {
  -ms-flex-preferred-size: 93%;
      flex-basis: 93%;
  max-width: 93%; }

.box-94 {
  -ms-flex-preferred-size: 94%;
      flex-basis: 94%;
  max-width: 94%; }

.box-95 {
  -ms-flex-preferred-size: 95%;
      flex-basis: 95%;
  max-width: 95%; }

.box-96 {
  -ms-flex-preferred-size: 96%;
      flex-basis: 96%;
  max-width: 96%; }

.box-97 {
  -ms-flex-preferred-size: 97%;
      flex-basis: 97%;
  max-width: 97%; }

.box-98 {
  -ms-flex-preferred-size: 98%;
      flex-basis: 98%;
  max-width: 98%; }

.box-99 {
  -ms-flex-preferred-size: 99%;
      flex-basis: 99%;
  max-width: 99%; }

.box-100 {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  max-width: 100%; }

.box-px-10 {
  -ms-flex-preferred-size: 10px;
      flex-basis: 10px;
  max-width: 10px; }

.box-px-20 {
  -ms-flex-preferred-size: 20px;
      flex-basis: 20px;
  max-width: 20px; }

.box-px-30 {
  -ms-flex-preferred-size: 30px;
      flex-basis: 30px;
  max-width: 30px; }

.box-px-40 {
  -ms-flex-preferred-size: 40px;
      flex-basis: 40px;
  max-width: 40px; }

.box-px-50 {
  -ms-flex-preferred-size: 50px;
      flex-basis: 50px;
  max-width: 50px; }

.box-px-60 {
  -ms-flex-preferred-size: 60px;
      flex-basis: 60px;
  max-width: 60px; }

.box-px-70 {
  -ms-flex-preferred-size: 70px;
      flex-basis: 70px;
  max-width: 70px; }

.box-px-80 {
  -ms-flex-preferred-size: 80px;
      flex-basis: 80px;
  max-width: 80px; }

.box-px-90 {
  -ms-flex-preferred-size: 90px;
      flex-basis: 90px;
  max-width: 90px; }

.box-px-100 {
  -ms-flex-preferred-size: 100px;
      flex-basis: 100px;
  max-width: 100px; }

.box-px-110 {
  -ms-flex-preferred-size: 110px;
      flex-basis: 110px;
  max-width: 110px; }

.box-px-120 {
  -ms-flex-preferred-size: 120px;
      flex-basis: 120px;
  max-width: 120px; }

.box-px-130 {
  -ms-flex-preferred-size: 130px;
      flex-basis: 130px;
  max-width: 130px; }

.box-px-140 {
  -ms-flex-preferred-size: 140px;
      flex-basis: 140px;
  max-width: 140px; }

.box-px-150 {
  -ms-flex-preferred-size: 150px;
      flex-basis: 150px;
  max-width: 150px; }

.box-px-160 {
  -ms-flex-preferred-size: 160px;
      flex-basis: 160px;
  max-width: 160px; }

.box-px-170 {
  -ms-flex-preferred-size: 170px;
      flex-basis: 170px;
  max-width: 170px; }

.box-px-180 {
  -ms-flex-preferred-size: 180px;
      flex-basis: 180px;
  max-width: 180px; }

.box-px-190 {
  -ms-flex-preferred-size: 190px;
      flex-basis: 190px;
  max-width: 190px; }

.box-px-200 {
  -ms-flex-preferred-size: 200px;
      flex-basis: 200px;
  max-width: 200px; }

.box-px-210 {
  -ms-flex-preferred-size: 210px;
      flex-basis: 210px;
  max-width: 210px; }

.box-px-220 {
  -ms-flex-preferred-size: 220px;
      flex-basis: 220px;
  max-width: 220px; }

.box-px-230 {
  -ms-flex-preferred-size: 230px;
      flex-basis: 230px;
  max-width: 230px; }

.box-px-240 {
  -ms-flex-preferred-size: 240px;
      flex-basis: 240px;
  max-width: 240px; }

.box-px-250 {
  -ms-flex-preferred-size: 250px;
      flex-basis: 250px;
  max-width: 250px; }

.box-px-260 {
  -ms-flex-preferred-size: 260px;
      flex-basis: 260px;
  max-width: 260px; }

.box-px-270 {
  -ms-flex-preferred-size: 270px;
      flex-basis: 270px;
  max-width: 270px; }

.box-px-280 {
  -ms-flex-preferred-size: 280px;
      flex-basis: 280px;
  max-width: 280px; }

.box-px-290 {
  -ms-flex-preferred-size: 290px;
      flex-basis: 290px;
  max-width: 290px; }

.box-px-300 {
  -ms-flex-preferred-size: 300px;
      flex-basis: 300px;
  max-width: 300px; }

.box-px-310 {
  -ms-flex-preferred-size: 310px;
      flex-basis: 310px;
  max-width: 310px; }

.box-px-320 {
  -ms-flex-preferred-size: 320px;
      flex-basis: 320px;
  max-width: 320px; }

.box-px-330 {
  -ms-flex-preferred-size: 330px;
      flex-basis: 330px;
  max-width: 330px; }

.box-px-340 {
  -ms-flex-preferred-size: 340px;
      flex-basis: 340px;
  max-width: 340px; }

.box-px-350 {
  -ms-flex-preferred-size: 350px;
      flex-basis: 350px;
  max-width: 350px; }

.box-px-360 {
  -ms-flex-preferred-size: 360px;
      flex-basis: 360px;
  max-width: 360px; }

.box-px-370 {
  -ms-flex-preferred-size: 370px;
      flex-basis: 370px;
  max-width: 370px; }

.box-px-380 {
  -ms-flex-preferred-size: 380px;
      flex-basis: 380px;
  max-width: 380px; }

.box-px-390 {
  -ms-flex-preferred-size: 390px;
      flex-basis: 390px;
  max-width: 390px; }

.box-px-400 {
  -ms-flex-preferred-size: 400px;
      flex-basis: 400px;
  max-width: 400px; }

.box-px-410 {
  -ms-flex-preferred-size: 410px;
      flex-basis: 410px;
  max-width: 410px; }

.box-px-420 {
  -ms-flex-preferred-size: 420px;
      flex-basis: 420px;
  max-width: 420px; }

.box-px-430 {
  -ms-flex-preferred-size: 430px;
      flex-basis: 430px;
  max-width: 430px; }

.box-px-440 {
  -ms-flex-preferred-size: 440px;
      flex-basis: 440px;
  max-width: 440px; }

.box-px-450 {
  -ms-flex-preferred-size: 450px;
      flex-basis: 450px;
  max-width: 450px; }

.box-px-460 {
  -ms-flex-preferred-size: 460px;
      flex-basis: 460px;
  max-width: 460px; }

.box-px-470 {
  -ms-flex-preferred-size: 470px;
      flex-basis: 470px;
  max-width: 470px; }

.box-px-480 {
  -ms-flex-preferred-size: 480px;
      flex-basis: 480px;
  max-width: 480px; }

.box-px-490 {
  -ms-flex-preferred-size: 490px;
      flex-basis: 490px;
  max-width: 490px; }

.box-px-500 {
  -ms-flex-preferred-size: 500px;
      flex-basis: 500px;
  max-width: 500px; }

.m-l-a {
  margin-left: auto !important; }

.m-r-a {
  margin-right: auto !important; }

.m-t-0 {
  margin-top: 0px!important; }

.m-t-1 {
  margin-top: 1px!important; }

.m-t-2 {
  margin-top: 2px!important; }

.m-t-3 {
  margin-top: 3px!important; }

.m-t-4 {
  margin-top: 4px!important; }

.m-t-5 {
  margin-top: 5px!important; }

.m-t-6 {
  margin-top: 6px!important; }

.m-t-7 {
  margin-top: 7px!important; }

.m-t-8 {
  margin-top: 8px!important; }

.m-t-9 {
  margin-top: 9px!important; }

.m-t-10 {
  margin-top: 10px!important; }

.m-t-11 {
  margin-top: 11px!important; }

.m-t-12 {
  margin-top: 12px!important; }

.m-t-13 {
  margin-top: 13px!important; }

.m-t-14 {
  margin-top: 14px!important; }

.m-t-15 {
  margin-top: 15px!important; }

.m-t-16 {
  margin-top: 16px!important; }

.m-t-17 {
  margin-top: 17px!important; }

.m-t-18 {
  margin-top: 18px!important; }

.m-t-19 {
  margin-top: 19px!important; }

.m-t-20 {
  margin-top: 20px!important; }

.m-t-21 {
  margin-top: 21px!important; }

.m-t-22 {
  margin-top: 22px!important; }

.m-t-23 {
  margin-top: 23px!important; }

.m-t-24 {
  margin-top: 24px!important; }

.m-t-25 {
  margin-top: 25px!important; }

.m-t-26 {
  margin-top: 26px!important; }

.m-t-27 {
  margin-top: 27px!important; }

.m-t-28 {
  margin-top: 28px!important; }

.m-t-29 {
  margin-top: 29px!important; }

.m-t-30 {
  margin-top: 30px!important; }

.m-t-31 {
  margin-top: 31px!important; }

.m-t-32 {
  margin-top: 32px!important; }

.m-t-33 {
  margin-top: 33px!important; }

.m-t-34 {
  margin-top: 34px!important; }

.m-t-35 {
  margin-top: 35px!important; }

.m-t-36 {
  margin-top: 36px!important; }

.m-t-37 {
  margin-top: 37px!important; }

.m-t-38 {
  margin-top: 38px!important; }

.m-t-39 {
  margin-top: 39px!important; }

.m-t-40 {
  margin-top: 40px!important; }

.m-t-41 {
  margin-top: 41px!important; }

.m-t-42 {
  margin-top: 42px!important; }

.m-t-43 {
  margin-top: 43px!important; }

.m-t-44 {
  margin-top: 44px!important; }

.m-t-45 {
  margin-top: 45px!important; }

.m-t-46 {
  margin-top: 46px!important; }

.m-t-47 {
  margin-top: 47px!important; }

.m-t-48 {
  margin-top: 48px!important; }

.m-t-49 {
  margin-top: 49px!important; }

.m-t-50 {
  margin-top: 50px!important; }

.m-r-0 {
  margin-right: 0px!important; }

.m-r-1 {
  margin-right: 1px!important; }

.m-r-2 {
  margin-right: 2px!important; }

.m-r-3 {
  margin-right: 3px!important; }

.m-r-4 {
  margin-right: 4px!important; }

.m-r-5 {
  margin-right: 5px!important; }

.m-r-6 {
  margin-right: 6px!important; }

.m-r-7 {
  margin-right: 7px!important; }

.m-r-8 {
  margin-right: 8px!important; }

.m-r-9 {
  margin-right: 9px!important; }

.m-r-10 {
  margin-right: 10px!important; }

.m-r-11 {
  margin-right: 11px!important; }

.m-r-12 {
  margin-right: 12px!important; }

.m-r-13 {
  margin-right: 13px!important; }

.m-r-14 {
  margin-right: 14px!important; }

.m-r-15 {
  margin-right: 15px!important; }

.m-r-16 {
  margin-right: 16px!important; }

.m-r-17 {
  margin-right: 17px!important; }

.m-r-18 {
  margin-right: 18px!important; }

.m-r-19 {
  margin-right: 19px!important; }

.m-r-20 {
  margin-right: 20px!important; }

.m-r-21 {
  margin-right: 21px!important; }

.m-r-22 {
  margin-right: 22px!important; }

.m-r-23 {
  margin-right: 23px!important; }

.m-r-24 {
  margin-right: 24px!important; }

.m-r-25 {
  margin-right: 25px!important; }

.m-r-26 {
  margin-right: 26px!important; }

.m-r-27 {
  margin-right: 27px!important; }

.m-r-28 {
  margin-right: 28px!important; }

.m-r-29 {
  margin-right: 29px!important; }

.m-r-30 {
  margin-right: 30px!important; }

.m-r-31 {
  margin-right: 31px!important; }

.m-r-32 {
  margin-right: 32px!important; }

.m-r-33 {
  margin-right: 33px!important; }

.m-r-34 {
  margin-right: 34px!important; }

.m-r-35 {
  margin-right: 35px!important; }

.m-r-36 {
  margin-right: 36px!important; }

.m-r-37 {
  margin-right: 37px!important; }

.m-r-38 {
  margin-right: 38px!important; }

.m-r-39 {
  margin-right: 39px!important; }

.m-r-40 {
  margin-right: 40px!important; }

.m-r-41 {
  margin-right: 41px!important; }

.m-r-42 {
  margin-right: 42px!important; }

.m-r-43 {
  margin-right: 43px!important; }

.m-r-44 {
  margin-right: 44px!important; }

.m-r-45 {
  margin-right: 45px!important; }

.m-r-46 {
  margin-right: 46px!important; }

.m-r-47 {
  margin-right: 47px!important; }

.m-r-48 {
  margin-right: 48px!important; }

.m-r-49 {
  margin-right: 49px!important; }

.m-r-50 {
  margin-right: 50px!important; }

.m-b-0 {
  margin-bottom: 0px!important; }

.m-b-1 {
  margin-bottom: 1px!important; }

.m-b-2 {
  margin-bottom: 2px!important; }

.m-b-3 {
  margin-bottom: 3px!important; }

.m-b-4 {
  margin-bottom: 4px!important; }

.m-b-5 {
  margin-bottom: 5px!important; }

.m-b-6 {
  margin-bottom: 6px!important; }

.m-b-7 {
  margin-bottom: 7px!important; }

.m-b-8 {
  margin-bottom: 8px!important; }

.m-b-9 {
  margin-bottom: 9px!important; }

.m-b-10 {
  margin-bottom: 10px!important; }

.m-b-11 {
  margin-bottom: 11px!important; }

.m-b-12 {
  margin-bottom: 12px!important; }

.m-b-13 {
  margin-bottom: 13px!important; }

.m-b-14 {
  margin-bottom: 14px!important; }

.m-b-15 {
  margin-bottom: 15px!important; }

.m-b-16 {
  margin-bottom: 16px!important; }

.m-b-17 {
  margin-bottom: 17px!important; }

.m-b-18 {
  margin-bottom: 18px!important; }

.m-b-19 {
  margin-bottom: 19px!important; }

.m-b-20 {
  margin-bottom: 20px!important; }

.m-b-21 {
  margin-bottom: 21px!important; }

.m-b-22 {
  margin-bottom: 22px!important; }

.m-b-23 {
  margin-bottom: 23px!important; }

.m-b-24 {
  margin-bottom: 24px!important; }

.m-b-25 {
  margin-bottom: 25px!important; }

.m-b-26 {
  margin-bottom: 26px!important; }

.m-b-27 {
  margin-bottom: 27px!important; }

.m-b-28 {
  margin-bottom: 28px!important; }

.m-b-29 {
  margin-bottom: 29px!important; }

.m-b-30 {
  margin-bottom: 30px!important; }

.m-b-31 {
  margin-bottom: 31px!important; }

.m-b-32 {
  margin-bottom: 32px!important; }

.m-b-33 {
  margin-bottom: 33px!important; }

.m-b-34 {
  margin-bottom: 34px!important; }

.m-b-35 {
  margin-bottom: 35px!important; }

.m-b-36 {
  margin-bottom: 36px!important; }

.m-b-37 {
  margin-bottom: 37px!important; }

.m-b-38 {
  margin-bottom: 38px!important; }

.m-b-39 {
  margin-bottom: 39px!important; }

.m-b-40 {
  margin-bottom: 40px!important; }

.m-b-41 {
  margin-bottom: 41px!important; }

.m-b-42 {
  margin-bottom: 42px!important; }

.m-b-43 {
  margin-bottom: 43px!important; }

.m-b-44 {
  margin-bottom: 44px!important; }

.m-b-45 {
  margin-bottom: 45px!important; }

.m-b-46 {
  margin-bottom: 46px!important; }

.m-b-47 {
  margin-bottom: 47px!important; }

.m-b-48 {
  margin-bottom: 48px!important; }

.m-b-49 {
  margin-bottom: 49px!important; }

.m-b-50 {
  margin-bottom: 50px!important; }

.m-l-0 {
  margin-left: 0px!important; }

.m-l-1 {
  margin-left: 1px!important; }

.m-l-2 {
  margin-left: 2px!important; }

.m-l-3 {
  margin-left: 3px!important; }

.m-l-4 {
  margin-left: 4px!important; }

.m-l-5 {
  margin-left: 5px!important; }

.m-l-6 {
  margin-left: 6px!important; }

.m-l-7 {
  margin-left: 7px!important; }

.m-l-8 {
  margin-left: 8px!important; }

.m-l-9 {
  margin-left: 9px!important; }

.m-l-10 {
  margin-left: 10px!important; }

.m-l-11 {
  margin-left: 11px!important; }

.m-l-12 {
  margin-left: 12px!important; }

.m-l-13 {
  margin-left: 13px!important; }

.m-l-14 {
  margin-left: 14px!important; }

.m-l-15 {
  margin-left: 15px!important; }

.m-l-16 {
  margin-left: 16px!important; }

.m-l-17 {
  margin-left: 17px!important; }

.m-l-18 {
  margin-left: 18px!important; }

.m-l-19 {
  margin-left: 19px!important; }

.m-l-20 {
  margin-left: 20px!important; }

.m-l-21 {
  margin-left: 21px!important; }

.m-l-22 {
  margin-left: 22px!important; }

.m-l-23 {
  margin-left: 23px!important; }

.m-l-24 {
  margin-left: 24px!important; }

.m-l-25 {
  margin-left: 25px!important; }

.m-l-26 {
  margin-left: 26px!important; }

.m-l-27 {
  margin-left: 27px!important; }

.m-l-28 {
  margin-left: 28px!important; }

.m-l-29 {
  margin-left: 29px!important; }

.m-l-30 {
  margin-left: 30px!important; }

.m-l-31 {
  margin-left: 31px!important; }

.m-l-32 {
  margin-left: 32px!important; }

.m-l-33 {
  margin-left: 33px!important; }

.m-l-34 {
  margin-left: 34px!important; }

.m-l-35 {
  margin-left: 35px!important; }

.m-l-36 {
  margin-left: 36px!important; }

.m-l-37 {
  margin-left: 37px!important; }

.m-l-38 {
  margin-left: 38px!important; }

.m-l-39 {
  margin-left: 39px!important; }

.m-l-40 {
  margin-left: 40px!important; }

.m-l-41 {
  margin-left: 41px!important; }

.m-l-42 {
  margin-left: 42px!important; }

.m-l-43 {
  margin-left: 43px!important; }

.m-l-44 {
  margin-left: 44px!important; }

.m-l-45 {
  margin-left: 45px!important; }

.m-l-46 {
  margin-left: 46px!important; }

.m-l-47 {
  margin-left: 47px!important; }

.m-l-48 {
  margin-left: 48px!important; }

.m-l-49 {
  margin-left: 49px!important; }

.m-l-50 {
  margin-left: 50px!important; }

.m-x-0 {
  margin: 0px!important; }

.m-x-1 {
  margin: 1px!important; }

.m-x-2 {
  margin: 2px!important; }

.m-x-3 {
  margin: 3px!important; }

.m-x-4 {
  margin: 4px!important; }

.m-x-5 {
  margin: 5px!important; }

.m-x-6 {
  margin: 6px!important; }

.m-x-7 {
  margin: 7px!important; }

.m-x-8 {
  margin: 8px!important; }

.m-x-9 {
  margin: 9px!important; }

.m-x-10 {
  margin: 10px!important; }

.m-x-11 {
  margin: 11px!important; }

.m-x-12 {
  margin: 12px!important; }

.m-x-13 {
  margin: 13px!important; }

.m-x-14 {
  margin: 14px!important; }

.m-x-15 {
  margin: 15px!important; }

.m-x-16 {
  margin: 16px!important; }

.m-x-17 {
  margin: 17px!important; }

.m-x-18 {
  margin: 18px!important; }

.m-x-19 {
  margin: 19px!important; }

.m-x-20 {
  margin: 20px!important; }

.m-x-21 {
  margin: 21px!important; }

.m-x-22 {
  margin: 22px!important; }

.m-x-23 {
  margin: 23px!important; }

.m-x-24 {
  margin: 24px!important; }

.m-x-25 {
  margin: 25px!important; }

.m-x-26 {
  margin: 26px!important; }

.m-x-27 {
  margin: 27px!important; }

.m-x-28 {
  margin: 28px!important; }

.m-x-29 {
  margin: 29px!important; }

.m-x-30 {
  margin: 30px!important; }

.m-x-31 {
  margin: 31px!important; }

.m-x-32 {
  margin: 32px!important; }

.m-x-33 {
  margin: 33px!important; }

.m-x-34 {
  margin: 34px!important; }

.m-x-35 {
  margin: 35px!important; }

.m-x-36 {
  margin: 36px!important; }

.m-x-37 {
  margin: 37px!important; }

.m-x-38 {
  margin: 38px!important; }

.m-x-39 {
  margin: 39px!important; }

.m-x-40 {
  margin: 40px!important; }

.m-x-41 {
  margin: 41px!important; }

.m-x-42 {
  margin: 42px!important; }

.m-x-43 {
  margin: 43px!important; }

.m-x-44 {
  margin: 44px!important; }

.m-x-45 {
  margin: 45px!important; }

.m-x-46 {
  margin: 46px!important; }

.m-x-47 {
  margin: 47px!important; }

.m-x-48 {
  margin: 48px!important; }

.m-x-49 {
  margin: 49px!important; }

.m-x-50 {
  margin: 50px!important; }

.p-t-0 {
  padding-top: 0px!important; }

.p-t-1 {
  padding-top: 1px!important; }

.p-t-2 {
  padding-top: 2px!important; }

.p-t-3 {
  padding-top: 3px!important; }

.p-t-4 {
  padding-top: 4px!important; }

.p-t-5 {
  padding-top: 5px!important; }

.p-t-6 {
  padding-top: 6px!important; }

.p-t-7 {
  padding-top: 7px!important; }

.p-t-8 {
  padding-top: 8px!important; }

.p-t-9 {
  padding-top: 9px!important; }

.p-t-10 {
  padding-top: 10px!important; }

.p-t-11 {
  padding-top: 11px!important; }

.p-t-12 {
  padding-top: 12px!important; }

.p-t-13 {
  padding-top: 13px!important; }

.p-t-14 {
  padding-top: 14px!important; }

.p-t-15 {
  padding-top: 15px!important; }

.p-t-16 {
  padding-top: 16px!important; }

.p-t-17 {
  padding-top: 17px!important; }

.p-t-18 {
  padding-top: 18px!important; }

.p-t-19 {
  padding-top: 19px!important; }

.p-t-20 {
  padding-top: 20px!important; }

.p-t-21 {
  padding-top: 21px!important; }

.p-t-22 {
  padding-top: 22px!important; }

.p-t-23 {
  padding-top: 23px!important; }

.p-t-24 {
  padding-top: 24px!important; }

.p-t-25 {
  padding-top: 25px!important; }

.p-t-26 {
  padding-top: 26px!important; }

.p-t-27 {
  padding-top: 27px!important; }

.p-t-28 {
  padding-top: 28px!important; }

.p-t-29 {
  padding-top: 29px!important; }

.p-t-30 {
  padding-top: 30px!important; }

.p-t-31 {
  padding-top: 31px!important; }

.p-t-32 {
  padding-top: 32px!important; }

.p-t-33 {
  padding-top: 33px!important; }

.p-t-34 {
  padding-top: 34px!important; }

.p-t-35 {
  padding-top: 35px!important; }

.p-t-36 {
  padding-top: 36px!important; }

.p-t-37 {
  padding-top: 37px!important; }

.p-t-38 {
  padding-top: 38px!important; }

.p-t-39 {
  padding-top: 39px!important; }

.p-t-40 {
  padding-top: 40px!important; }

.p-t-41 {
  padding-top: 41px!important; }

.p-t-42 {
  padding-top: 42px!important; }

.p-t-43 {
  padding-top: 43px!important; }

.p-t-44 {
  padding-top: 44px!important; }

.p-t-45 {
  padding-top: 45px!important; }

.p-t-46 {
  padding-top: 46px!important; }

.p-t-47 {
  padding-top: 47px!important; }

.p-t-48 {
  padding-top: 48px!important; }

.p-t-49 {
  padding-top: 49px!important; }

.p-t-50 {
  padding-top: 50px!important; }

.p-r-0 {
  padding-right: 0px!important; }

.p-r-1 {
  padding-right: 1px!important; }

.p-r-2 {
  padding-right: 2px!important; }

.p-r-3 {
  padding-right: 3px!important; }

.p-r-4 {
  padding-right: 4px!important; }

.p-r-5 {
  padding-right: 5px!important; }

.p-r-6 {
  padding-right: 6px!important; }

.p-r-7 {
  padding-right: 7px!important; }

.p-r-8 {
  padding-right: 8px!important; }

.p-r-9 {
  padding-right: 9px!important; }

.p-r-10 {
  padding-right: 10px!important; }

.p-r-11 {
  padding-right: 11px!important; }

.p-r-12 {
  padding-right: 12px!important; }

.p-r-13 {
  padding-right: 13px!important; }

.p-r-14 {
  padding-right: 14px!important; }

.p-r-15 {
  padding-right: 15px!important; }

.p-r-16 {
  padding-right: 16px!important; }

.p-r-17 {
  padding-right: 17px!important; }

.p-r-18 {
  padding-right: 18px!important; }

.p-r-19 {
  padding-right: 19px!important; }

.p-r-20 {
  padding-right: 20px!important; }

.p-r-21 {
  padding-right: 21px!important; }

.p-r-22 {
  padding-right: 22px!important; }

.p-r-23 {
  padding-right: 23px!important; }

.p-r-24 {
  padding-right: 24px!important; }

.p-r-25 {
  padding-right: 25px!important; }

.p-r-26 {
  padding-right: 26px!important; }

.p-r-27 {
  padding-right: 27px!important; }

.p-r-28 {
  padding-right: 28px!important; }

.p-r-29 {
  padding-right: 29px!important; }

.p-r-30 {
  padding-right: 30px!important; }

.p-r-31 {
  padding-right: 31px!important; }

.p-r-32 {
  padding-right: 32px!important; }

.p-r-33 {
  padding-right: 33px!important; }

.p-r-34 {
  padding-right: 34px!important; }

.p-r-35 {
  padding-right: 35px!important; }

.p-r-36 {
  padding-right: 36px!important; }

.p-r-37 {
  padding-right: 37px!important; }

.p-r-38 {
  padding-right: 38px!important; }

.p-r-39 {
  padding-right: 39px!important; }

.p-r-40 {
  padding-right: 40px!important; }

.p-r-41 {
  padding-right: 41px!important; }

.p-r-42 {
  padding-right: 42px!important; }

.p-r-43 {
  padding-right: 43px!important; }

.p-r-44 {
  padding-right: 44px!important; }

.p-r-45 {
  padding-right: 45px!important; }

.p-r-46 {
  padding-right: 46px!important; }

.p-r-47 {
  padding-right: 47px!important; }

.p-r-48 {
  padding-right: 48px!important; }

.p-r-49 {
  padding-right: 49px!important; }

.p-r-50 {
  padding-right: 50px!important; }

.p-b-0 {
  padding-bottom: 0px!important; }

.p-b-1 {
  padding-bottom: 1px!important; }

.p-b-2 {
  padding-bottom: 2px!important; }

.p-b-3 {
  padding-bottom: 3px!important; }

.p-b-4 {
  padding-bottom: 4px!important; }

.p-b-5 {
  padding-bottom: 5px!important; }

.p-b-6 {
  padding-bottom: 6px!important; }

.p-b-7 {
  padding-bottom: 7px!important; }

.p-b-8 {
  padding-bottom: 8px!important; }

.p-b-9 {
  padding-bottom: 9px!important; }

.p-b-10 {
  padding-bottom: 10px!important; }

.p-b-11 {
  padding-bottom: 11px!important; }

.p-b-12 {
  padding-bottom: 12px!important; }

.p-b-13 {
  padding-bottom: 13px!important; }

.p-b-14 {
  padding-bottom: 14px!important; }

.p-b-15 {
  padding-bottom: 15px!important; }

.p-b-16 {
  padding-bottom: 16px!important; }

.p-b-17 {
  padding-bottom: 17px!important; }

.p-b-18 {
  padding-bottom: 18px!important; }

.p-b-19 {
  padding-bottom: 19px!important; }

.p-b-20 {
  padding-bottom: 20px!important; }

.p-b-21 {
  padding-bottom: 21px!important; }

.p-b-22 {
  padding-bottom: 22px!important; }

.p-b-23 {
  padding-bottom: 23px!important; }

.p-b-24 {
  padding-bottom: 24px!important; }

.p-b-25 {
  padding-bottom: 25px!important; }

.p-b-26 {
  padding-bottom: 26px!important; }

.p-b-27 {
  padding-bottom: 27px!important; }

.p-b-28 {
  padding-bottom: 28px!important; }

.p-b-29 {
  padding-bottom: 29px!important; }

.p-b-30 {
  padding-bottom: 30px!important; }

.p-b-31 {
  padding-bottom: 31px!important; }

.p-b-32 {
  padding-bottom: 32px!important; }

.p-b-33 {
  padding-bottom: 33px!important; }

.p-b-34 {
  padding-bottom: 34px!important; }

.p-b-35 {
  padding-bottom: 35px!important; }

.p-b-36 {
  padding-bottom: 36px!important; }

.p-b-37 {
  padding-bottom: 37px!important; }

.p-b-38 {
  padding-bottom: 38px!important; }

.p-b-39 {
  padding-bottom: 39px!important; }

.p-b-40 {
  padding-bottom: 40px!important; }

.p-b-41 {
  padding-bottom: 41px!important; }

.p-b-42 {
  padding-bottom: 42px!important; }

.p-b-43 {
  padding-bottom: 43px!important; }

.p-b-44 {
  padding-bottom: 44px!important; }

.p-b-45 {
  padding-bottom: 45px!important; }

.p-b-46 {
  padding-bottom: 46px!important; }

.p-b-47 {
  padding-bottom: 47px!important; }

.p-b-48 {
  padding-bottom: 48px!important; }

.p-b-49 {
  padding-bottom: 49px!important; }

.p-b-50 {
  padding-bottom: 50px!important; }

.p-l-0 {
  padding-left: 0px!important; }

.p-l-1 {
  padding-left: 1px!important; }

.p-l-2 {
  padding-left: 2px!important; }

.p-l-3 {
  padding-left: 3px!important; }

.p-l-4 {
  padding-left: 4px!important; }

.p-l-5 {
  padding-left: 5px!important; }

.p-l-6 {
  padding-left: 6px!important; }

.p-l-7 {
  padding-left: 7px!important; }

.p-l-8 {
  padding-left: 8px!important; }

.p-l-9 {
  padding-left: 9px!important; }

.p-l-10 {
  padding-left: 10px!important; }

.p-l-11 {
  padding-left: 11px!important; }

.p-l-12 {
  padding-left: 12px!important; }

.p-l-13 {
  padding-left: 13px!important; }

.p-l-14 {
  padding-left: 14px!important; }

.p-l-15 {
  padding-left: 15px!important; }

.p-l-16 {
  padding-left: 16px!important; }

.p-l-17 {
  padding-left: 17px!important; }

.p-l-18 {
  padding-left: 18px!important; }

.p-l-19 {
  padding-left: 19px!important; }

.p-l-20 {
  padding-left: 20px!important; }

.p-l-21 {
  padding-left: 21px!important; }

.p-l-22 {
  padding-left: 22px!important; }

.p-l-23 {
  padding-left: 23px!important; }

.p-l-24 {
  padding-left: 24px!important; }

.p-l-25 {
  padding-left: 25px!important; }

.p-l-26 {
  padding-left: 26px!important; }

.p-l-27 {
  padding-left: 27px!important; }

.p-l-28 {
  padding-left: 28px!important; }

.p-l-29 {
  padding-left: 29px!important; }

.p-l-30 {
  padding-left: 30px!important; }

.p-l-31 {
  padding-left: 31px!important; }

.p-l-32 {
  padding-left: 32px!important; }

.p-l-33 {
  padding-left: 33px!important; }

.p-l-34 {
  padding-left: 34px!important; }

.p-l-35 {
  padding-left: 35px!important; }

.p-l-36 {
  padding-left: 36px!important; }

.p-l-37 {
  padding-left: 37px!important; }

.p-l-38 {
  padding-left: 38px!important; }

.p-l-39 {
  padding-left: 39px!important; }

.p-l-40 {
  padding-left: 40px!important; }

.p-l-41 {
  padding-left: 41px!important; }

.p-l-42 {
  padding-left: 42px!important; }

.p-l-43 {
  padding-left: 43px!important; }

.p-l-44 {
  padding-left: 44px!important; }

.p-l-45 {
  padding-left: 45px!important; }

.p-l-46 {
  padding-left: 46px!important; }

.p-l-47 {
  padding-left: 47px!important; }

.p-l-48 {
  padding-left: 48px!important; }

.p-l-49 {
  padding-left: 49px!important; }

.p-l-50 {
  padding-left: 50px!important; }

.p-x-0 {
  padding: 0px!important; }

.p-x-1 {
  padding: 1px!important; }

.p-x-2 {
  padding: 2px!important; }

.p-x-3 {
  padding: 3px!important; }

.p-x-4 {
  padding: 4px!important; }

.p-x-5 {
  padding: 5px!important; }

.p-x-6 {
  padding: 6px!important; }

.p-x-7 {
  padding: 7px!important; }

.p-x-8 {
  padding: 8px!important; }

.p-x-9 {
  padding: 9px!important; }

.p-x-10 {
  padding: 10px!important; }

.p-x-11 {
  padding: 11px!important; }

.p-x-12 {
  padding: 12px!important; }

.p-x-13 {
  padding: 13px!important; }

.p-x-14 {
  padding: 14px!important; }

.p-x-15 {
  padding: 15px!important; }

.p-x-16 {
  padding: 16px!important; }

.p-x-17 {
  padding: 17px!important; }

.p-x-18 {
  padding: 18px!important; }

.p-x-19 {
  padding: 19px!important; }

.p-x-20 {
  padding: 20px!important; }

.p-x-21 {
  padding: 21px!important; }

.p-x-22 {
  padding: 22px!important; }

.p-x-23 {
  padding: 23px!important; }

.p-x-24 {
  padding: 24px!important; }

.p-x-25 {
  padding: 25px!important; }

.p-x-26 {
  padding: 26px!important; }

.p-x-27 {
  padding: 27px!important; }

.p-x-28 {
  padding: 28px!important; }

.p-x-29 {
  padding: 29px!important; }

.p-x-30 {
  padding: 30px!important; }

.p-x-31 {
  padding: 31px!important; }

.p-x-32 {
  padding: 32px!important; }

.p-x-33 {
  padding: 33px!important; }

.p-x-34 {
  padding: 34px!important; }

.p-x-35 {
  padding: 35px!important; }

.p-x-36 {
  padding: 36px!important; }

.p-x-37 {
  padding: 37px!important; }

.p-x-38 {
  padding: 38px!important; }

.p-x-39 {
  padding: 39px!important; }

.p-x-40 {
  padding: 40px!important; }

.p-x-41 {
  padding: 41px!important; }

.p-x-42 {
  padding: 42px!important; }

.p-x-43 {
  padding: 43px!important; }

.p-x-44 {
  padding: 44px!important; }

.p-x-45 {
  padding: 45px!important; }

.p-x-46 {
  padding: 46px!important; }

.p-x-47 {
  padding: 47px!important; }

.p-x-48 {
  padding: 48px!important; }

.p-x-49 {
  padding: 49px!important; }

.p-x-50 {
  padding: 50px!important; }

.w-150 {
  width: 150px!important; }

.w-151 {
  width: 151px!important; }

.w-152 {
  width: 152px!important; }

.w-153 {
  width: 153px!important; }

.w-154 {
  width: 154px!important; }

.w-155 {
  width: 155px!important; }

.w-156 {
  width: 156px!important; }

.w-157 {
  width: 157px!important; }

.w-158 {
  width: 158px!important; }

.w-159 {
  width: 159px!important; }

.w-160 {
  width: 160px!important; }

.w-161 {
  width: 161px!important; }

.w-162 {
  width: 162px!important; }

.w-163 {
  width: 163px!important; }

.w-164 {
  width: 164px!important; }

.w-165 {
  width: 165px!important; }

.w-166 {
  width: 166px!important; }

.w-167 {
  width: 167px!important; }

.w-168 {
  width: 168px!important; }

.w-169 {
  width: 169px!important; }

.w-170 {
  width: 170px!important; }

.w-171 {
  width: 171px!important; }

.w-172 {
  width: 172px!important; }

.w-173 {
  width: 173px!important; }

.w-174 {
  width: 174px!important; }

.w-175 {
  width: 175px!important; }

.w-176 {
  width: 176px!important; }

.w-177 {
  width: 177px!important; }

.w-178 {
  width: 178px!important; }

.w-179 {
  width: 179px!important; }

.w-180 {
  width: 180px!important; }

.w-181 {
  width: 181px!important; }

.w-182 {
  width: 182px!important; }

.w-183 {
  width: 183px!important; }

.w-184 {
  width: 184px!important; }

.w-185 {
  width: 185px!important; }

.w-186 {
  width: 186px!important; }

.w-187 {
  width: 187px!important; }

.w-188 {
  width: 188px!important; }

.w-189 {
  width: 189px!important; }

.w-190 {
  width: 190px!important; }

.w-191 {
  width: 191px!important; }

.w-192 {
  width: 192px!important; }

.w-193 {
  width: 193px!important; }

.w-194 {
  width: 194px!important; }

.w-195 {
  width: 195px!important; }

.w-196 {
  width: 196px!important; }

.w-197 {
  width: 197px!important; }

.w-198 {
  width: 198px!important; }

.w-199 {
  width: 199px!important; }

.w-200 {
  width: 200px!important; }

.w-201 {
  width: 201px!important; }

.w-202 {
  width: 202px!important; }

.w-203 {
  width: 203px!important; }

.w-204 {
  width: 204px!important; }

.w-205 {
  width: 205px!important; }

.w-206 {
  width: 206px!important; }

.w-207 {
  width: 207px!important; }

.w-208 {
  width: 208px!important; }

.w-209 {
  width: 209px!important; }

.w-210 {
  width: 210px!important; }

.w-211 {
  width: 211px!important; }

.w-212 {
  width: 212px!important; }

.w-213 {
  width: 213px!important; }

.w-214 {
  width: 214px!important; }

.w-215 {
  width: 215px!important; }

.w-216 {
  width: 216px!important; }

.w-217 {
  width: 217px!important; }

.w-218 {
  width: 218px!important; }

.w-219 {
  width: 219px!important; }

.w-220 {
  width: 220px!important; }

.w-221 {
  width: 221px!important; }

.w-222 {
  width: 222px!important; }

.w-223 {
  width: 223px!important; }

.w-224 {
  width: 224px!important; }

.w-225 {
  width: 225px!important; }

.w-226 {
  width: 226px!important; }

.w-227 {
  width: 227px!important; }

.w-228 {
  width: 228px!important; }

.w-229 {
  width: 229px!important; }

.w-230 {
  width: 230px!important; }

.w-231 {
  width: 231px!important; }

.w-232 {
  width: 232px!important; }

.w-233 {
  width: 233px!important; }

.w-234 {
  width: 234px!important; }

.w-235 {
  width: 235px!important; }

.w-236 {
  width: 236px!important; }

.w-237 {
  width: 237px!important; }

.w-238 {
  width: 238px!important; }

.w-239 {
  width: 239px!important; }

.w-240 {
  width: 240px!important; }

.w-241 {
  width: 241px!important; }

.w-242 {
  width: 242px!important; }

.w-243 {
  width: 243px!important; }

.w-244 {
  width: 244px!important; }

.w-245 {
  width: 245px!important; }

.w-246 {
  width: 246px!important; }

.w-247 {
  width: 247px!important; }

.w-248 {
  width: 248px!important; }

.w-249 {
  width: 249px!important; }

.w-250 {
  width: 250px!important; }

.w-251 {
  width: 251px!important; }

.w-252 {
  width: 252px!important; }

.w-253 {
  width: 253px!important; }

.w-254 {
  width: 254px!important; }

.w-255 {
  width: 255px!important; }

.w-256 {
  width: 256px!important; }

.w-257 {
  width: 257px!important; }

.w-258 {
  width: 258px!important; }

.w-259 {
  width: 259px!important; }

.w-260 {
  width: 260px!important; }

.w-261 {
  width: 261px!important; }

.w-262 {
  width: 262px!important; }

.w-263 {
  width: 263px!important; }

.w-264 {
  width: 264px!important; }

.w-265 {
  width: 265px!important; }

.w-266 {
  width: 266px!important; }

.w-267 {
  width: 267px!important; }

.w-268 {
  width: 268px!important; }

.w-269 {
  width: 269px!important; }

.w-270 {
  width: 270px!important; }

.w-271 {
  width: 271px!important; }

.w-272 {
  width: 272px!important; }

.w-273 {
  width: 273px!important; }

.w-274 {
  width: 274px!important; }

.w-275 {
  width: 275px!important; }

.w-276 {
  width: 276px!important; }

.w-277 {
  width: 277px!important; }

.w-278 {
  width: 278px!important; }

.w-279 {
  width: 279px!important; }

.w-280 {
  width: 280px!important; }

.w-281 {
  width: 281px!important; }

.w-282 {
  width: 282px!important; }

.w-283 {
  width: 283px!important; }

.w-284 {
  width: 284px!important; }

.w-285 {
  width: 285px!important; }

.w-286 {
  width: 286px!important; }

.w-287 {
  width: 287px!important; }

.w-288 {
  width: 288px!important; }

.w-289 {
  width: 289px!important; }

.w-290 {
  width: 290px!important; }

.w-291 {
  width: 291px!important; }

.w-292 {
  width: 292px!important; }

.w-293 {
  width: 293px!important; }

.w-294 {
  width: 294px!important; }

.w-295 {
  width: 295px!important; }

.w-296 {
  width: 296px!important; }

.w-297 {
  width: 297px!important; }

.w-298 {
  width: 298px!important; }

.w-299 {
  width: 299px!important; }

.w-300 {
  width: 300px!important; }

.w-301 {
  width: 301px!important; }

.w-302 {
  width: 302px!important; }

.w-303 {
  width: 303px!important; }

.w-304 {
  width: 304px!important; }

.w-305 {
  width: 305px!important; }

.w-306 {
  width: 306px!important; }

.w-307 {
  width: 307px!important; }

.w-308 {
  width: 308px!important; }

.w-309 {
  width: 309px!important; }

.w-310 {
  width: 310px!important; }

.w-311 {
  width: 311px!important; }

.w-312 {
  width: 312px!important; }

.w-313 {
  width: 313px!important; }

.w-314 {
  width: 314px!important; }

.w-315 {
  width: 315px!important; }

.w-316 {
  width: 316px!important; }

.w-317 {
  width: 317px!important; }

.w-318 {
  width: 318px!important; }

.w-319 {
  width: 319px!important; }

.w-320 {
  width: 320px!important; }

.w-321 {
  width: 321px!important; }

.w-322 {
  width: 322px!important; }

.w-323 {
  width: 323px!important; }

.w-324 {
  width: 324px!important; }

.w-325 {
  width: 325px!important; }

.w-326 {
  width: 326px!important; }

.w-327 {
  width: 327px!important; }

.w-328 {
  width: 328px!important; }

.w-329 {
  width: 329px!important; }

.w-330 {
  width: 330px!important; }

.w-331 {
  width: 331px!important; }

.w-332 {
  width: 332px!important; }

.w-333 {
  width: 333px!important; }

.w-334 {
  width: 334px!important; }

.w-335 {
  width: 335px!important; }

.w-336 {
  width: 336px!important; }

.w-337 {
  width: 337px!important; }

.w-338 {
  width: 338px!important; }

.w-339 {
  width: 339px!important; }

.w-340 {
  width: 340px!important; }

.w-341 {
  width: 341px!important; }

.w-342 {
  width: 342px!important; }

.w-343 {
  width: 343px!important; }

.w-344 {
  width: 344px!important; }

.w-345 {
  width: 345px!important; }

.w-346 {
  width: 346px!important; }

.w-347 {
  width: 347px!important; }

.w-348 {
  width: 348px!important; }

.w-349 {
  width: 349px!important; }

.w-350 {
  width: 350px!important; }

.w-351 {
  width: 351px!important; }

.w-352 {
  width: 352px!important; }

.w-353 {
  width: 353px!important; }

.w-354 {
  width: 354px!important; }

.w-355 {
  width: 355px!important; }

.w-356 {
  width: 356px!important; }

.w-357 {
  width: 357px!important; }

.w-358 {
  width: 358px!important; }

.w-359 {
  width: 359px!important; }

.w-360 {
  width: 360px!important; }

.w-361 {
  width: 361px!important; }

.w-362 {
  width: 362px!important; }

.w-363 {
  width: 363px!important; }

.w-364 {
  width: 364px!important; }

.w-365 {
  width: 365px!important; }

.w-366 {
  width: 366px!important; }

.w-367 {
  width: 367px!important; }

.w-368 {
  width: 368px!important; }

.w-369 {
  width: 369px!important; }

.w-370 {
  width: 370px!important; }

.w-371 {
  width: 371px!important; }

.w-372 {
  width: 372px!important; }

.w-373 {
  width: 373px!important; }

.w-374 {
  width: 374px!important; }

.w-375 {
  width: 375px!important; }

.w-376 {
  width: 376px!important; }

.w-377 {
  width: 377px!important; }

.w-378 {
  width: 378px!important; }

.w-379 {
  width: 379px!important; }

.w-380 {
  width: 380px!important; }

.w-381 {
  width: 381px!important; }

.w-382 {
  width: 382px!important; }

.w-383 {
  width: 383px!important; }

.w-384 {
  width: 384px!important; }

.w-385 {
  width: 385px!important; }

.w-386 {
  width: 386px!important; }

.w-387 {
  width: 387px!important; }

.w-388 {
  width: 388px!important; }

.w-389 {
  width: 389px!important; }

.w-390 {
  width: 390px!important; }

.w-391 {
  width: 391px!important; }

.w-392 {
  width: 392px!important; }

.w-393 {
  width: 393px!important; }

.w-394 {
  width: 394px!important; }

.w-395 {
  width: 395px!important; }

.w-396 {
  width: 396px!important; }

.w-397 {
  width: 397px!important; }

.w-398 {
  width: 398px!important; }

.w-399 {
  width: 399px!important; }

.w-400 {
  width: 400px!important; }

.body-overlay {
  position: relative; }
  .body-overlay::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    min-height: 100vh;
    z-index: 15;
    left: 0;
    background: rgba(59, 67, 72, 0.6); }

.theme-3-5 .has-error {
  border-color: #EA3839; }
  .theme-3-5 .has-error .select2 .selection .select2-selection {
    border-color: #EA3839; }
    .theme-3-5 .has-error .select2 .selection .select2-selection__rendered {
      color: #ff5959; }
    .theme-3-5 .has-error .select2 .selection .select2-selection__arrow {
      background-image: url("../img/icons/select-danger.svg"); }

.theme-3-5 .select2 .selection {
  outline: none; }
  .theme-3-5 .select2 .selection .select2-selection {
    outline: none;
    border: 2px solid #e0e7ee;
    background-color: #ffffff;
    height: 45px;
    border-radius: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 0px;
    position: relative; }
    .theme-3-5 .select2 .selection .select2-selection__rendered {
      padding-right: 35px;
      padding-left: 15px;
      margin-right: 0px;
      line-height: 17px;
      font-size: 15px;
      font-weight: 400;
      letter-spacing: 1px;
      color: #3b4348; }
    .theme-3-5 .select2 .selection .select2-selection__arrow {
      width: 20px;
      height: 10px;
      background-image: url("../img/icons/select.svg");
      background-size: 20px 10px;
      position: absolute;
      z-index: 12;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      right: 15px; }
      .theme-3-5 .select2 .selection .select2-selection__arrow b {
        display: none; }

.select-select2 + .select2,
.select-search + .select2 {
  width: 100% !important; }

.select-select2-lg .select-select2 + .select2 .select2-selection {
  height: 70px; }
  .select-select2-lg .select-select2 + .select2 .select2-selection .select2-selection__rendered {
    font-size: 28px;
    line-height: 70px; }

.select-select2-md .select-select2 + .select2 .select2-selection {
  height: 60px; }
  .select-select2-md .select-select2 + .select2 .select2-selection .select2-selection__rendered {
    font-size: 18px;
    line-height: 60px; }

.select-select2-sm .select-select2 + .select2 .select2-selection {
  height: 50px; }
  .select-select2-sm .select-select2 + .select2 .select2-selection .select2-selection__rendered {
    font-size: 18px;
    line-height: 50px; }

.select2-container--disabled::before {
  content: "";
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 13;
  position: absolute;
  background: transparent;
  cursor: not-allowed; }
.select2-container--disabled .select2-selection--single {
  background-color: #fafcfd !important; }
.select2-container .select2-dropdown {
  outline: none;
  border: 2px solid #e0e7ee;
  background-color: #ffffff;
  border-top: 0px;
  z-index: 9999999; }
  .select2-container .select2-dropdown--above {
    border-top: 2px solid #e0e7ee;
    border-bottom: none; }
  .select2-container .select2-dropdown .select2-search {
    outline: none;
    padding: 0;
    border: none; }
    .select2-container .select2-dropdown .select2-search__field {
      margin: 0 10px;
      padding: 0 5px;
      border: none;
      border-bottom: 2px solid #e0e7ee;
      outline: none;
      width: calc(100% - 20px);
      height: 40px; }
  .select2-container .select2-dropdown .select2-results .select2-results__options .select2-results__option {
    padding: 0 15px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    line-height: 1;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 1px;
    color: #3b4348; }
  .select2-container .select2-dropdown .select2-results .select2-results__options .select2-results__option--highlighted {
    background-color: #fafcfd; }
  .select2-container .select2-dropdown .select2-results .select2-results__options .select2-results__option[aria-selected="true"] {
    background-color: #fafcfd; }

.select-error .select2-container .select2-dropdown {
  border-color: #ffd7d7; }
  .select-error .select2-container .select2-dropdown--above {
    border-color: #ffd7d7; }
  .select-error .select2-container .select2-dropdown .select2-search__field {
    border-color: #ffd7d7; }
  .select-error .select2-container .select2-dropdown .select2-results .select2-results__options .select2-results__option {
    color: #ff5959; }

.select-dropdown-group {
  position: relative; }
  .select-dropdown-group .selected {
    z-index: 99;
    padding: 0 20px;
    border: 2px solid #e0e7ee;
    background-color: #ffffff;
    cursor: pointer; }
    .select-dropdown-group .selected .option {
      min-height: 45px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      z-index: 1;
      position: relative; }
      .select-dropdown-group .selected .option .option-name,
      .select-dropdown-group .selected .option .option-price {
        margin-right: 5px; }
      .select-dropdown-group .selected .option .option-img {
        width: 70px;
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; }
      .select-dropdown-group .selected .option .option-txt {
        min-height: 100%;
        width: calc(100% - 70px);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        font-size: 28px;
        font-weight: 300;
        border-left: 2px solid #e0e7ee;
        padding: 20px; }
    .select-dropdown-group .selected .more {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      right: 20px; }
  .select-dropdown-group .options {
    border: 2px solid #e0e7ee;
    border-top: 0;
    background-color: #ffffff;
    position: absolute;
    bottom: 0;
    z-index: 9999;
    max-height: 200px;
    overflow-y: scroll;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    width: 100%;
    display: none; }
    .select-dropdown-group .options ul:not(:first-child) {
      border-top: 2px solid #eff3f7; }
    .select-dropdown-group .options ul li input {
      display: none; }
    .select-dropdown-group .options ul li.category {
      font-size: 12px;
      line-height: 15px;
      letter-spacing: 0.9px;
      text-transform: uppercase;
      padding: 12px 20px;
      color: #828a91;
      border-bottom: 2px solid #eff3f7; }
    .select-dropdown-group .options ul li:nth-child(2) .option-cnt span {
      padding-top: 10px; }
    .select-dropdown-group .options ul li:last-child .option-cnt span {
      padding-bottom: 10px; }
    .select-dropdown-group .options ul li .option-cnt {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
      width: 100%;
      cursor: pointer;
      margin: 0; }
      .select-dropdown-group .options ul li .option-cnt span {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        font-size: 15px;
        line-height: 20px;
        font-weight: 400;
        text-transform: none;
        padding: 4px 20px;
        color: #4a545b; }
      .select-dropdown-group .options ul li .option-cnt strong {
        font-weight: 600;
        margin-right: 5px; }
      .select-dropdown-group .options ul li .option-cnt .option-name,
      .select-dropdown-group .options ul li .option-cnt .option-price {
        -ms-flex-preferred-size: 180px;
            flex-basis: 180px;
        max-width: 180px;
        border-right: 2px solid #eff3f7; }
      .select-dropdown-group .options ul li .option-cnt .option-time {
        -ms-flex-preferred-size: calc(100% - 360px);
            flex-basis: calc(100% - 360px);
        max-width: calc(100% - 360px); }
      .select-dropdown-group .options ul li .option-cnt .option-img {
        width: 70px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; }
        .select-dropdown-group .options ul li .option-cnt .option-img img {
          height: 22px; }
      .select-dropdown-group .options ul li .option-cnt .option-txt {
        font-size: 22px;
        font-weight: 300;
        transition: 0.15s; }
      .select-dropdown-group .options ul li .option-cnt .non-border {
        padding-left: 20px; }
  .select-dropdown-group.open .options {
    display: block; }

@media screen and (max-width: 600px) {
  .select-dropdown-group .selected {
    padding: 0 10px; }
    .select-dropdown-group .selected .more {
      right: 10px; }
  .select-dropdown-group .options ul li.category {
    padding: 12px 10px; }
  .select-dropdown-group .options ul li:nth-child(2) .option-cnt span {
    padding-top: 5px; }
  .select-dropdown-group .options ul li:last-child .option-cnt span {
    padding-bottom: 5px; }
  .select-dropdown-group .options ul li .option-cnt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
    width: 100%;
    cursor: pointer;
    margin: 0; }
    .select-dropdown-group .options ul li .option-cnt span {
      font-size: 12px;
      line-height: 16px;
      padding: 4px 10px; }
    .select-dropdown-group .options ul li .option-cnt .option-name,
    .select-dropdown-group .options ul li .option-cnt .option-price,
    .select-dropdown-group .options ul li .option-cnt .option-time {
      -ms-flex-preferred-size: 33.333%;
          flex-basis: 33.333%;
      max-width: 33.333%;
      -ms-flex-flow: wrap;
          flex-flow: wrap; } }
.select2-container--select-with-icons {
  min-width: 300px; }
  .select2-container--select-with-icons .option-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%; }
    .select2-container--select-with-icons .option-wrapper svg {
      max-width: 20px;
      margin-right: 12px; }
    .select2-container--select-with-icons .option-wrapper span {
      font-weight: 800;
      font-size: 15px;
      line-height: 28px;
      color: #3b4348; }
  .select2-container--select-with-icons .selection .select2-selection.select2-selection {
    border-color: #d4dde5; }
    .select2-container--select-with-icons .selection .select2-selection.select2-selection .select2-selection__rendered {
      padding-left: 10px; }
  .select2-container--select-with-icons .selection .select2-selection__arrow {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iOCIgdmlld0JveD0iMCAwIDE0IDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xMiAyTDcgN0wyIDIiIHN0cm9rZT0iIzgyOEE5MSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0ic3F1YXJlIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo="); }
  .select2-container--select-with-icons .select2-dropdown {
    border-color: #d4dde5; }
    .select2-container--select-with-icons .select2-dropdown .select2-results .select2-results__options .select2-results__option {
      padding: 8.5px 10px;
      height: initial; }
      .select2-container--select-with-icons .select2-dropdown .select2-results .select2-results__options .select2-results__option[aria-selected="true"] {
        background-color: #ff8522; }
        .select2-container--select-with-icons .select2-dropdown .select2-results .select2-results__options .select2-results__option[aria-selected="true"] .option-wrapper {
          position: relative; }
          .select2-container--select-with-icons .select2-dropdown .select2-results .select2-results__options .select2-results__option[aria-selected="true"] .option-wrapper::after {
            content: "";
            background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTAiIHZpZXdCb3g9IjAgMCAxMiAxMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEgNUw1IDlMMTEgMSIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+Cg==");
            position: absolute;
            top: 50%;
            right: 0;
            width: 15px;
            height: 10px;
            -webkit-transform: translateY(-50%);
                    transform: translateY(-50%);
            background-size: 15px 10px; }
          .select2-container--select-with-icons .select2-dropdown .select2-results .select2-results__options .select2-results__option[aria-selected="true"] .option-wrapper svg [stroke] {
            stroke: #fff; }
          .select2-container--select-with-icons .select2-dropdown .select2-results .select2-results__options .select2-results__option[aria-selected="true"] .option-wrapper svg [fill] {
            fill: #fff; }
          .select2-container--select-with-icons .select2-dropdown .select2-results .select2-results__options .select2-results__option[aria-selected="true"] .option-wrapper span {
            color: #fff; }
  .select2-container--select-with-icons.select2-container--open .selection .select2-selection__arrow {
    -webkit-transform: scaleY(-1);
            transform: scaleY(-1);
    -webkit-transform-origin: 50% 25%;
            transform-origin: 50% 25%; }

#themeButton {
  display: none;
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 10; }

#themeCurtine {
  position: fixed;
  display: none;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-color: rgba(67, 75, 80, 0);
  transition: 0.5s; }
  #themeCurtine p {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
    opacity: 0;
    transition: 0.5s;
    font-size: 22px;
    font-weight: 400;
    text-align: center; }
    #themeCurtine p.open {
      opacity: 1; }
  #themeCurtine.open {
    display: block; }
  #themeCurtine .dark {
    color: #afb9c2; }
  #themeCurtine .light {
    color: #afb9c2; }

.theme-3-5 u {
  text-decoration: none;
  position: relative;
  display: inline-block; }
  .theme-3-5 u::after {
    content: " ";
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    bottom: 0px;
    left: 0; }
.theme-3-5 .bugs-target {
  position: relative;
  z-index: 1001; }
  .theme-3-5 .bugs-target .bugs-overlay {
    position: fixed;
    display: block;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-color: rgba(67, 75, 80, 0.5);
    z-index: 1000;
    transition: 0.5s; }
  .theme-3-5 .bugs-target .bugs-tooltip {
    z-index: 1001;
    display: block;
    position: absolute;
    left: 180px;
    top: 0;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    width: 340px;
    border: 2px solid #3b4348;
    background-color: #4a545b;
    color: #ffffff;
    padding: 10px 16px;
    font-size: 14px;
    line-height: 21px; }
    .theme-3-5 .bugs-target .bugs-tooltip::after {
      content: "";
      position: absolute;
      bottom: -1px;
      left: 15px;
      -webkit-transform: translateY(50%) rotate(135deg);
              transform: translateY(50%) rotate(135deg);
      width: 15px;
      height: 15px;
      border: solid #3b4348;
      border-width: 2px 2px 0 0;
      background-color: #4a545b; }
.theme-3-5 .mobile-hide {
  display: inline;
  padding: 0 4px; }
  @media screen and (max-width: 550px) {
    .theme-3-5 .mobile-hide {
      display: none; } }
.theme-3-5 .btn-edit:active {
  -webkit-transform: scale(0.9);
          transform: scale(0.9); }
.theme-3-5 button.btn-edit {
  display: inline-block;
  border: 0px;
  background-color: transparent;
  padding: 0;
  outline: none; }
.theme-3-5 .scroll-lock {
  overflow: hidden; }
.theme-3-5 .content-box {
  border: 2px solid;
  padding: 50px; }
  .theme-3-5 .content-box.content-box-sm {
    padding: 30px; }
@media screen and (max-width: 1350px) {
  .theme-3-5 .content-box {
    padding: 30px; }
  .theme-3-5 .margin-bottom {
    margin-bottom: 30px; } }
@media screen and (max-width: 420px) {
  .theme-3-5 .content-box {
    border-left: 0px;
    border-right: 0px;
    padding: 30px; } }
.theme-3-5 .no-animation {
  -webkit-transform: scale(1) !important;
          transform: scale(1) !important; }
.theme-3-5 svg .stroke {
  transition: 0.3s; }
.theme-3-5 svg .stroke-2 {
  transition: 0.3s; }
.theme-3-5 svg .dot,
.theme-3-5 svg .fill {
  transition: 0.3s; }
.theme-3-5 svg .bg {
  transition: 0.3s; }
.theme-3-5 .spinner .stroke {
  opacity: 0;
  -webkit-animation: spinnerLoad 1.6s infinite;
          animation: spinnerLoad 1.6s infinite;
  transition: 0.1s; }
.theme-3-5 .spinner .stroke-1 {
  -webkit-animation-delay: 0s;
          animation-delay: 0s; }
.theme-3-5 .spinner .stroke-2 {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s; }
.theme-3-5 .spinner .stroke-3 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s; }
.theme-3-5 .spinner .stroke-4 {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s; }
.theme-3-5 .spinner .stroke-5 {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s; }
.theme-3-5 .spinner .stroke-6 {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s; }
.theme-3-5 .spinner .stroke-7 {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s; }
.theme-3-5 .spinner .stroke-8 {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s; }
.theme-3-5 .spinner .dot {
  -webkit-animation: spinnerDot 1.6s infinite;
          animation: spinnerDot 1.6s infinite;
  transition: 0.5s; }
@-webkit-keyframes spinnerLoad {
  0% {
    opacity: 0; }
  12.5% {
    opacity: 0.5; }
  25% {
    opacity: 1; }
  37.5% {
    opacity: 1; }
  50% {
    opacity: 0.5; }
  62.5% {
    opacity: 0; }
  75% {
    opacity: 0; }
  87.5% {
    opacity: 0; }
  100% {
    opacity: 0; } }
@keyframes spinnerLoad {
  0% {
    opacity: 0; }
  12.5% {
    opacity: 0.5; }
  25% {
    opacity: 1; }
  37.5% {
    opacity: 1; }
  50% {
    opacity: 0.5; }
  62.5% {
    opacity: 0; }
  75% {
    opacity: 0; }
  87.5% {
    opacity: 0; }
  100% {
    opacity: 0; } }
@-webkit-keyframes spinnerDot {
  0% {
    opacity: 0.5; }
  50% {
    opacity: 1; }
  100% {
    opacity: 0.5; } }
@keyframes spinnerDot {
  0% {
    opacity: 0.5; }
  50% {
    opacity: 1; }
  100% {
    opacity: 0.5; } }
.theme-3-5 .switch-horizontal {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap; }
  .theme-3-5 .switch-horizontal .checkbox {
    display: none; }
  .theme-3-5 .switch-horizontal .rail {
    display: block;
    height: 26px;
    margin: 13px;
    width: 80px;
    border: 2px solid;
    border-radius: 13px;
    position: relative;
    transition: 0.3s;
    max-width: 160px;
    z-index: 1;
    cursor: pointer; }
    .theme-3-5 .switch-horizontal .rail .knob {
      display: block;
      width: 22px;
      height: 22px;
      border: 1px solid;
      border-radius: 50%;
      -webkit-transform: scale(2.5);
              transform: scale(2.5);
      position: absolute;
      bottom: 0;
      left: 0;
      transition: 0.3s;
      z-index: 1; }
      .theme-3-5 .switch-horizontal .rail .knob:active {
        -webkit-transform: scale(1.9);
                transform: scale(1.9); }
      .theme-3-5 .switch-horizontal .rail .knob::before {
        content: " ";
        display: block;
        border-radius: 50%;
        width: 11px;
        height: 11px;
        border: 1px solid;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translateX(-50%) translateY(-50%);
                transform: translateX(-50%) translateY(-50%);
        transition: 0.3s; }
      .theme-3-5 .switch-horizontal .rail .knob::after {
        content: " ";
        display: block;
        border-radius: 50%;
        width: 2px;
        height: 2px;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translateX(-50%) translateY(-50%);
                transform: translateX(-50%) translateY(-50%);
        transition: 0.3s; }
    .theme-3-5 .switch-horizontal .rail::before {
      content: " ";
      display: block;
      border-radius: 50%;
      width: 4px;
      height: 4px;
      position: absolute;
      top: 9px;
      left: 9px;
      transition: 0.3s; }
    .theme-3-5 .switch-horizontal .rail::after {
      content: " ";
      display: block;
      border-radius: 50%;
      width: 4px;
      height: 4px;
      position: absolute;
      top: 9px;
      right: 9px;
      transition: 0.3s; }
  .theme-3-5 .switch-horizontal .checkbox:checked ~ .rail .knob {
    bottom: 0px;
    left: 54px; }
  .theme-3-5 .switch-horizontal.switch-horizontal-sm .rail {
    height: 20px;
    width: 50px; }
    .theme-3-5 .switch-horizontal.switch-horizontal-sm .rail .knob {
      bottom: -3px;
      -webkit-transform: scale(2);
              transform: scale(2); }
    .theme-3-5 .switch-horizontal.switch-horizontal-sm .rail .knob-mini {
      -webkit-transform: scale(1.7);
              transform: scale(1.7); }
    .theme-3-5 .switch-horizontal.switch-horizontal-sm .rail::before, .theme-3-5 .switch-horizontal.switch-horizontal-sm .rail::after {
      display: none; }
  .theme-3-5 .switch-horizontal.switch-horizontal-sm .checkbox:checked ~ .rail .knob {
    bottom: -3px;
    left: 24px; }
.theme-3-5 .switch-vertical {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
  margin-top: 15px; }
  .theme-3-5 .switch-vertical .checkbox {
    display: none; }
  .theme-3-5 .switch-vertical .rail {
    display: block;
    height: 80px;
    margin: 13px;
    width: 26px;
    border: 2px solid;
    border-radius: 13px;
    position: relative;
    transition: 0.3s;
    max-width: 52px;
    z-index: 1;
    cursor: pointer; }
    .theme-3-5 .switch-vertical .rail .knob {
      display: block;
      width: 22px;
      height: 22px;
      border: 1px solid;
      border-radius: 50%;
      -webkit-transform: scale(2.5);
              transform: scale(2.5);
      position: absolute;
      bottom: 0;
      left: 0;
      transition: 0.3s;
      z-index: 1; }
      .theme-3-5 .switch-vertical .rail .knob:active {
        -webkit-transform: scale(1.9);
                transform: scale(1.9); }
      .theme-3-5 .switch-vertical .rail .knob::before {
        content: " ";
        display: block;
        border-radius: 50%;
        width: 11px;
        height: 11px;
        border: 1px solid;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translateX(-50%) translateY(-50%);
                transform: translateX(-50%) translateY(-50%);
        transition: 0.3s; }
      .theme-3-5 .switch-vertical .rail .knob::after {
        content: " ";
        display: block;
        border-radius: 50%;
        width: 2px;
        height: 2px;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translateX(-50%) translateY(-50%);
                transform: translateX(-50%) translateY(-50%);
        transition: 0.3s; }
    .theme-3-5 .switch-vertical .rail::before {
      content: " ";
      display: block;
      border-radius: 50%;
      width: 4px;
      height: 4px;
      position: absolute;
      top: 9px;
      left: 9px;
      transition: 0.3s; }
    .theme-3-5 .switch-vertical .rail::after {
      content: " ";
      display: block;
      border-radius: 50%;
      width: 4px;
      height: 4px;
      position: absolute;
      bottom: 9px;
      left: 9px;
      transition: 0.3s; }
  .theme-3-5 .switch-vertical .checkbox:checked ~ .rail .knob {
    bottom: 54px; }
.theme-3-5 .switch-desc {
  padding-left: 10px; }
  .theme-3-5 .switch-desc h4 {
    font-size: 22px;
    font-weight: 300;
    margin-bottom: 10px; }
  .theme-3-5 .switch-desc p {
    font-size: 14px; }
.theme-3-5 .tooltip-desc {
  width: 100%;
  font-size: 18px;
  line-height: 28px;
  font-weight: 300;
  padding-left: 0;
  position: relative;
  padding-right: 10px; }
@media screen and (min-width: 1349px) {
  .theme-3-5 .gutter-xl {
    margin-left: -25px;
    margin-right: -25px; }
    .theme-3-5 .gutter-xl *[class^="col-"] {
      padding-left: 25px;
      padding-right: 25px; } }
.theme-3-5 a {
  color: #ff8522;
  text-decoration: none; }
  .theme-3-5 a:hover {
    text-decoration: none;
    color: #ff9946; }
.theme-3-5 a:hover, .theme-3-5 a:visited, .theme-3-5 a:active,
.theme-3-5 button:hover,
.theme-3-5 button:visited,
.theme-3-5 button:active {
  text-decoration: none; }
.theme-3-5 .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .theme-3-5 .flex.flex-nowrap {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; }
  .theme-3-5 .flex.flex-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .theme-3-5 .flex.justify-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .theme-3-5 .flex.justify-start {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
  .theme-3-5 .flex.justify-end {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
  .theme-3-5 .flex.justify-between {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .theme-3-5 .flex.align-center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .theme-3-5 .flex.align-start {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .theme-3-5 .flex.align-end {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; }
  .theme-3-5 .flex.align-baseline {
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline; }
.theme-3-5 .btn-img svg,
.theme-3-5 .btn-img img {
  margin-right: 10px; }
.theme-3-5 .btn-tight {
  padding-left: 23px;
  padding-right: 23px; }
.theme-3-5 .check-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
  width: 100%; }
  .theme-3-5 .check-group input {
    display: none; }
  .theme-3-5 .check-group .check {
    height: 30px;
    min-width: 30px;
    border: 2px solid;
    position: relative;
    cursor: pointer;
    transition: 0.3s; }
    .theme-3-5 .check-group .check:before {
      content: "";
      display: block;
      height: 16px;
      width: 10px;
      position: absolute;
      opacity: 0;
      top: 2px;
      left: 8px;
      border-bottom: 2px solid;
      border-right: 2px solid;
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg); }
  .theme-3-5 .check-group input:checked + .check:before {
    opacity: 1; }
  .theme-3-5 .check-group .label {
    display: inline-block;
    font-size: 20px;
    font-weight: 300;
    line-height: 24px;
    width: 100%;
    white-space: nowrap;
    text-align: left; }
    .theme-3-5 .check-group .label .more-tooltop {
      display: inline-block;
      position: relative;
      top: 3px; }
    .theme-3-5 .check-group .label .help-block {
      color: #fd5b5d;
      font-size: 16px; }
.theme-3-5 .inline-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
.theme-3-5 input[type="number"]::-webkit-inner-spin-button,
.theme-3-5 input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0; }
.theme-3-5 input[type="number"] {
  -moz-appearance: textfield;
  appearance: textfield;
  margin: 0; }
.theme-3-5 .form-control {
  border: 2px solid;
  border-radius: 0px;
  height: 50px;
  transition: 0s; }
  .theme-3-5 .form-control.input-lg {
    height: 70px;
    font-size: 28px; }
  .theme-3-5 .form-control.input-md {
    height: 60px;
    font-size: 18px; }
  .theme-3-5 .form-control.input-sm {
    height: 50px;
    font-size: 18px; }
.theme-3-5 [data-toggle="tooltip"] {
  vertical-align: middle;
  margin: 0 5px; }
.theme-3-5 .tooltip {
  font-size: 14px;
  transition: 0s;
  left: 0; }
  .theme-3-5 .tooltip.in {
    opacity: 1 !important; }
  .theme-3-5 .tooltip > .tooltip-inner {
    border: 2px solid;
    padding: 10px;
    opacity: 1;
    border-radius: 0px;
    font-family: "dh";
    font-weight: 800;
    font-size: 12px;
    line-height: 18px;
    text-align: left;
    background-color: #4a545b;
    color: #fafbfd;
    border-color: #4a545b; }
  .theme-3-5 .tooltip > .tooltip-arrow {
    height: 10px !important;
    width: 10px !important;
    margin-left: 0px !important;
    margin-right: 0px !important;
    border: 0px !important;
    border-bottom: 2px solid !important;
    border-right: 2px solid !important;
    background-color: #4a545b;
    border-bottom-color: #4a545b !important;
    border-right-color: #4a545b !important;
    -webkit-transform: rotate(45deg) translateX(-40%) translateY(40%);
            transform: rotate(45deg) translateX(-40%) translateY(40%); }
  .theme-3-5 .tooltip.bottom > .tooltip-arrow {
    -webkit-transform: translateX(-5px) rotate(225deg);
            transform: translateX(-5px) rotate(225deg); }
  .theme-3-5 .tooltip.bottom > .tooltip-inner {
    -webkit-transform: translateX(35%);
            transform: translateX(35%); }
  .theme-3-5 .tooltip.right {
    position: absolute !important;
    padding: 0 5px !important;
    width: auto !important;
    z-index: 1070 !important;
    -ms-flex-preferred-size: auto !important;
        flex-basis: auto !important; }
    .theme-3-5 .tooltip.right > .tooltip-arrow {
      -webkit-transform: rotate(135deg);
              transform: rotate(135deg);
      left: 1px; }
  .theme-3-5 .tooltip.left {
    position: absolute !important;
    padding: 0 5px !important;
    width: auto !important;
    z-index: 1070 !important;
    -ms-flex-preferred-size: auto !important;
        flex-basis: auto !important;
    background-color: transparent !important;
    box-shadow: none !important;
    border: 0px solid !important;
    -ms-flex-preferred-size: auto !important;
        flex-basis: auto !important;
    min-width: auto !important;
    min-height: auto !important;
    max-width: 300px !important;
    -webkit-transform: translateX(0%) !important;
            transform: translateX(0%) !important;
    top: auto;
    border-right: 0px; }
    .theme-3-5 .tooltip.left > .tooltip-arrow {
      -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg); }
.theme-3-5 #toast-container {
  top: 100px;
  right: 50px; }
  .theme-3-5 #toast-container > div,
  .theme-3-5 #toast-container :hover {
    box-shadow: none;
    opacity: 1;
    border-radius: 0; }
.theme-3-5 .toast-success {
  background-color: #44d751; }
.theme-3-5 .toast-error {
  background-color: #ea3839; }
.theme-3-5 .toast-info {
  background-color: #00bcec; }
.theme-3-5 .toast-warning {
  background-color: #f3c200; }
@media screen and (max-width: 550px) {
  .theme-3-5 .form-control.input-lg, .theme-3-5 .form-control.input-sm, .theme-3-5 .form-control.input-md {
    height: 50px;
    font-size: 18px; } }
.theme-3-5 .easy-autocomplete {
  position: relative;
  z-index: 100;
  width: 100% !important; }
  .theme-3-5 .easy-autocomplete input {
    border: 2px solid #E0E7EE;
    background-color: #FFFFFF;
    border-radius: 0px;
    outline: none;
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0) inset; }
    .theme-3-5 .easy-autocomplete input.input-lg {
      padding: 10px 16px; }
  .theme-3-5 .easy-autocomplete input:focus + .easy-autocomplete-container ul {
    border: 2px solid #E8EEF4;
    border-top: 0px solid; }
  .theme-3-5 .easy-autocomplete .easy-autocomplete-container {
    position: absolute;
    width: 100%;
    bottom: 2px;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    border: 0px solid #E8EEF4; }
    .theme-3-5 .easy-autocomplete .easy-autocomplete-container ul {
      border: 2px solid #E8EEF4;
      border-top: 0px solid;
      width: 100%; }
      .theme-3-5 .easy-autocomplete .easy-autocomplete-container ul li {
        border: 0px solid;
        border-top: 2px solid #E8EEF4 !important;
        padding: 0px;
        width: 100%; }
        .theme-3-5 .easy-autocomplete .easy-autocomplete-container ul li .eac-item {
          height: auto;
          width: 100%;
          padding: 10px 20px;
          font-size: 15px;
          font-weight: 300;
          transition: 0.15s; }
        .theme-3-5 .easy-autocomplete .easy-autocomplete-container ul li:nth-of-type(odd) .eac-item {
          background-color: #FAFCFD; }
        .theme-3-5 .easy-autocomplete .easy-autocomplete-container ul li.selected {
          border-top: 2px solid #E8EEF4 !important;
          background-color: transparent; }
          .theme-3-5 .easy-autocomplete .easy-autocomplete-container ul li.selected .eac-item {
            color: #FB781D; }
@media screen and (max-width: 550px) {
  .theme-3-5 .easy-autocomplete .easy-autocomplete-container ul li {
    border: 0px solid;
    border-top: 2px solid #EFF3F7;
    padding: 0px;
    width: 100%; }
    .theme-3-5 .easy-autocomplete .easy-autocomplete-container ul li .eac-item {
      font-size: 18px;
      padding: 10px 16px; } }
.theme-3-5 #timeout {
  width: calc(100% + 68px);
  border: 2px solid #273135;
  background-color: #3b4348;
  box-shadow: 0 10px 20px 0 rgba(59, 67, 72, 0.03);
  margin: 0 -34px;
  padding: 20px 50px;
  display: none; }
  .theme-3-5 #timeout.open {
    display: block; }
  .theme-3-5 #timeout .content-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .theme-3-5 #timeout .content-wrapper .timeout-holder {
      max-width: 90%;
      -ms-flex-preferred-size: 90%;
          flex-basis: 90%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .theme-3-5 #timeout .content-wrapper .timeout-holder .description p {
        color: #fff;
        font-size: 16px;
        font-weight: 900;
        letter-spacing: -0.28px;
        line-height: 20px; }
        .theme-3-5 #timeout .content-wrapper .timeout-holder .description p .green {
          color: #77e681; }
      .theme-3-5 #timeout .content-wrapper .timeout-holder .numbers-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        margin: 0 50px; }
        .theme-3-5 #timeout .content-wrapper .timeout-holder .numbers-wrapper p {
          color: #ffffff;
          font-size: 16px;
          letter-spacing: -0.28px;
          line-height: 22px; }
        .theme-3-5 #timeout .content-wrapper .timeout-holder .numbers-wrapper .number-box {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center; }
          .theme-3-5 #timeout .content-wrapper .timeout-holder .numbers-wrapper .number-box .counter-box {
            border: 2px solid #273135;
            background-color: #ffffff;
            padding: 4px 5px;
            margin: 0 4px; }
            .theme-3-5 #timeout .content-wrapper .timeout-holder .numbers-wrapper .number-box .counter-box span {
              color: #273135;
              font-size: 25px;
              font-weight: 900;
              letter-spacing: -0.78px;
              line-height: 25px; }
    .theme-3-5 #timeout .content-wrapper .close-holder {
      max-width: 10%;
      -ms-flex-preferred-size: 10%;
          flex-basis: 10%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end; }
  @media screen and (max-width: 1360px) {
    .theme-3-5 #timeout {
      width: calc(100% + 60px);
      margin: 0 -30px;
      padding: 20px 30px; } }
  @media screen and (max-width: 1360px) and (max-width: 850px) {
    .theme-3-5 #timeout .content-wrapper .timeout-holder .numbers-wrapper {
      display: none; }
    .theme-3-5 #timeout .content-wrapper .timeout-holder .button-holder {
      margin-left: 50px; } }
  @media screen and (max-width: 1360px) {
      .theme-3-5 #timeout .content-wrapper .timeout-holder .numbers-wrapper .mobile-hide {
        display: none; } }
  @media screen and (max-width: 1180px) {
    .theme-3-5 #timeout {
      width: calc(100% + 60px);
      margin: 62px -30px -62px; } }
  @media screen and (max-width: 650px) {
    .theme-3-5 #timeout {
      padding: 20px 30px; }
      .theme-3-5 #timeout .content-wrapper {
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start; }
        .theme-3-5 #timeout .content-wrapper .timeout-holder {
          -ms-flex-flow: wrap;
              flex-flow: wrap; }
          .theme-3-5 #timeout .content-wrapper .timeout-holder .button-holder {
            margin-left: 0;
            margin-top: 14px; } }
  @media screen and (max-width: 420px) {
    .theme-3-5 #timeout {
      width: 100%;
      margin: 62px 0 -62px;
      padding: 15px; } }
  .theme-3-5 #timeout.mini-timeout {
    padding: 5px 50px; }
    @media screen and (max-width: 1360px) {
      .theme-3-5 #timeout.mini-timeout {
        padding: 5px 30px; } }
    @media screen and (max-width: 420px) {
      .theme-3-5 #timeout.mini-timeout {
        padding: 5px 15px; } }
    .theme-3-5 #timeout.mini-timeout .content-wrapper .timeout-holder {
      max-width: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%; }
      .theme-3-5 #timeout.mini-timeout .content-wrapper .timeout-holder .description p {
        color: #77e681;
        font-size: 14px;
        font-weight: 500; }
      @media screen and (max-width: 850px) {
        .theme-3-5 #timeout.mini-timeout .content-wrapper .timeout-holder .description {
          margin-right: 10px; }
        .theme-3-5 #timeout.mini-timeout .content-wrapper .timeout-holder .numbers-wrapper {
          display: none; }
        .theme-3-5 #timeout.mini-timeout .content-wrapper .timeout-holder .button-holder {
          margin: 0; } }
      .theme-3-5 #timeout.mini-timeout .content-wrapper .timeout-holder .numbers-wrapper {
        margin: 0 30px; }
        .theme-3-5 #timeout.mini-timeout .content-wrapper .timeout-holder .numbers-wrapper p {
          font-size: 14px; }
        .theme-3-5 #timeout.mini-timeout .content-wrapper .timeout-holder .numbers-wrapper .number-box .counter-box {
          padding: 0 5px; }
          .theme-3-5 #timeout.mini-timeout .content-wrapper .timeout-holder .numbers-wrapper .number-box .counter-box span {
            font-size: 14px; }
      .theme-3-5 #timeout.mini-timeout .content-wrapper .timeout-holder .button-holder a {
        color: #ffaa60;
        font-size: 14px; }
        .theme-3-5 #timeout.mini-timeout .content-wrapper .timeout-holder .button-holder a svg {
          -webkit-transform: rotate(90deg);
                  transform: rotate(90deg); }
    @media screen and (max-width: 620px) {
      .theme-3-5 #timeout.mini-timeout .content-wrapper .timeout-holder .description,
      .theme-3-5 #timeout.mini-timeout .content-wrapper .timeout-holder .button-holder {
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
        max-width: 100%; }
      .theme-3-5 #timeout.mini-timeout .content-wrapper .timeout-holder .numbers-wrapper {
        margin: 5px 0; } }
.theme-3-5 .alert {
  width: 100%;
  padding: 30px;
  margin-bottom: 20px;
  border: 2px solid transparent;
  border-radius: 0px;
  font-size: 16px;
  line-height: 30px;
  position: relative;
  color: #3b4348; }
  .theme-3-5 .alert.hello {
    padding: 30px 30px 30px 90px; }
  .theme-3-5 .alert.alert-default {
    border: 2px solid #e0e7ee;
    background-color: #ffffff;
    box-shadow: 0 3px 6px 0 rgba(39, 49, 53, 0.04); }
    .theme-3-5 .alert.alert-default .close #Combined-Shape {
      fill: #3b4348 !important; }
    .theme-3-5 .alert.alert-default h3 {
      color: #3b4348; }
  .theme-3-5 .alert.alert-danger {
    border: 2px solid #ffc2c2;
    background-color: #fff9f9;
    box-shadow: 0 5px 10px 0 rgba(234, 56, 57, 0.05); }
    .theme-3-5 .alert.alert-danger .close #Combined-Shape {
      fill: #ffc2c2 !important; }
    .theme-3-5 .alert.alert-danger h3 {
      color: #ff5959; }
  .theme-3-5 .alert.alert-warning {
    border: 2px solid #ffc796;
    background-color: #fff9f2;
    box-shadow: 0 5px 10px 0 rgba(252, 117, 0, 0.1); }
    .theme-3-5 .alert.alert-warning .close #Combined-Shape {
      fill: #ffc796 !important; }
    .theme-3-5 .alert.alert-warning h3 {
      color: #ff8522; }
  .theme-3-5 .alert.alert-info {
    border: 2px solid #7be6ff;
    background-color: #eafbff;
    box-shadow: 0 10px 20px 0 rgba(59, 67, 72, 0.07); }
    .theme-3-5 .alert.alert-info .close #Combined-Shape {
      fill: #7be6ff !important; }
    .theme-3-5 .alert.alert-info h3 {
      color: #00bbea; }
  .theme-3-5 .alert.alert-success {
    border: 2px solid #9ff4a7;
    background-color: #f8fff9;
    box-shadow: 0 10px 20px 0 rgba(59, 67, 72, 0.07); }
    .theme-3-5 .alert.alert-success .close #Combined-Shape {
      fill: #9ff4a7 !important; }
    .theme-3-5 .alert.alert-success h3 {
      color: #24c432; }
  .theme-3-5 .alert .close {
    opacity: 1; }
    .theme-3-5 .alert .close:hover {
      opacity: 0.75; }
  .theme-3-5 .alert h3 {
    font-size: 16px;
    font-weight: 900;
    letter-spacing: 1px;
    line-height: 22px;
    margin-bottom: 20px;
    color: #3b4348; }
  .theme-3-5 .alert p {
    margin-bottom: 10px;
    font-weight: 500; }
    .theme-3-5 .alert p:last-of-type {
      margin-bottom: 20px; }
  .theme-3-5 .alert .btn {
    margin-right: 10px;
    margin-bottom: 10px; }
  .theme-3-5 .alert strong {
    font-weight: 800; }
  .theme-3-5 .alert > *:last-child {
    margin-bottom: 0px !important; }
  .theme-3-5 .alert .alert-img {
    position: absolute;
    top: 20px;
    left: -2px; }
  .theme-3-5 .alert .inline-alert-ctn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .theme-3-5 .alert .inline-alert-ctn p:last-of-type {
      margin-bottom: 0px; }
    .theme-3-5 .alert .inline-alert-ctn > * {
      margin-bottom: 0px;
      margin-right: 25px; }
    @media screen and (max-width: 992px) {
      .theme-3-5 .alert .inline-alert-ctn {
        display: block; }
        .theme-3-5 .alert .inline-alert-ctn p:last-of-type {
          margin-bottom: 20px; }
        .theme-3-5 .alert .inline-alert-ctn > * {
          margin-bottom: 20px; }
          .theme-3-5 .alert .inline-alert-ctn > *:last-child {
            margin-bottom: 0px; } }
  .theme-3-5 .alert.alert-neutral.hello {
    padding: 20px 20px 20px 80px; }
    .theme-3-5 .alert.alert-neutral.hello h3 {
      text-transform: uppercase;
      margin-bottom: 10px; }
    .theme-3-5 .alert.alert-neutral.hello p {
      margin-bottom: 0; }
@media screen and (max-width: 500px) {
  .theme-3-5 .alert {
    padding: 20px 20px; }
    .theme-3-5 .alert.hello {
      padding: 20px 20px 20px 20px; }
    .theme-3-5 .alert .alert-img {
      display: none; }
    .theme-3-5 .alert.alert-neutral.hello {
      padding: 20px 20px 20px 20px; } }
@media screen and (max-width: 400px) {
  .theme-3-5 .alert {
    padding: 20px 20px;
    font-size: 14px;
    line-height: 24px; }
    .theme-3-5 .alert p {
      font-size: 14px; } }
.theme-3-5#bottom-bar {
  position: fixed;
  bottom: 0;
  left: 230px;
  right: 0;
  z-index: 100; }
  .theme-3-5#bottom-bar .wrapper .bottom-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 12px 19px 12px 37px;
    background-color: #3b4348;
    box-shadow: 0 3px 6px rgba(39, 49, 53, 0.0351846);
    width: 100%; }
    .theme-3-5#bottom-bar .wrapper .bottom-bar .left-side-wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .theme-3-5#bottom-bar .wrapper .bottom-bar .left-side-wrapper .wouldYouRecommend {
        margin: 0 29px;
        font-size: 18px;
        line-height: 38px;
        letter-spacing: -0.5px;
        color: #fff; }
      .theme-3-5#bottom-bar .wrapper .bottom-bar .left-side-wrapper .btn-bordered,
      .theme-3-5#bottom-bar .wrapper .bottom-bar .left-side-wrapper .btn-filled {
        padding: 10px 17px;
        border-radius: 100px;
        font-weight: 800;
        font-size: 12px;
        line-height: 16px;
        text-align: center;
        letter-spacing: 1px;
        text-transform: uppercase;
        min-width: 185px; }
      .theme-3-5#bottom-bar .wrapper .bottom-bar .left-side-wrapper .btn-bordered {
        color: #828a91;
        background: #ffffff;
        border: 2px solid #c7d1da;
        margin-left: 23px; }
        .theme-3-5#bottom-bar .wrapper .bottom-bar .left-side-wrapper .btn-bordered.transparent {
          background: transparent; }
      .theme-3-5#bottom-bar .wrapper .bottom-bar .left-side-wrapper .btn-filled {
        color: #fff;
        background: #ff8522;
        border: 2px solid rgba(18, 18, 20, 0.09);
        box-shadow: 0px 3px 8px rgba(39, 49, 53, 0.152315); }
    .theme-3-5#bottom-bar .wrapper .bottom-bar .right-side-wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .theme-3-5#bottom-bar .wrapper .bottom-bar .right-side-wrapper .close:hover {
        opacity: 0.5; }
  @media screen and (max-width: 1180px) {
    .theme-3-5#bottom-bar {
      left: 0; } }
  @media screen and (max-width: 920px) {
    .theme-3-5#bottom-bar {
      display: none; } }
.theme-3-5 .mini-alert {
  width: 100%;
  margin-top: 15px;
  margin-bottom: 50px;
  min-height: 40px;
  padding: 5px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row;
      flex-flow: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  box-shadow: 0 10px 20px 0 rgba(59, 67, 72, 0.07);
  position: relative; }
  .theme-3-5 .mini-alert p {
    font-size: 14px;
    line-height: 22px;
    color: #3b4348;
    word-break: break-word; }
  .theme-3-5 .mini-alert span {
    margin-right: 10px;
    position: relative;
    width: 20px;
    height: 20px; }
  .theme-3-5 .mini-alert ul {
    border-left: 2px solid #e0e7ee;
    margin: 5px 10px;
    padding-left: 10px; }
    .theme-3-5 .mini-alert ul li {
      font-size: 14px;
      line-height: 22px; }
  .theme-3-5 .mini-alert.info-panel {
    border-color: #7be6ff;
    background-color: #eafbff; }
  .theme-3-5 .mini-alert.success-panel {
    border-color: #9ff4a7;
    background-color: #f8fff9; }
  .theme-3-5 .mini-alert.danger-panel {
    border-color: #ffc2c2;
    background-color: #fff9f9; }
  .theme-3-5 .mini-alert.warning-panel {
    border-color: #ffc796;
    background-color: #fff9f2;
    box-shadow: 0 5px 10px 0 rgba(252, 117, 0, 0.1); }
.theme-3-5 .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 11px;
  line-height: 19px;
  letter-spacing: 1.16667px;
  text-transform: uppercase;
  font-weight: 600;
  border: none;
  background: transparent;
  text-decoration: none;
  cursor: pointer;
  color: #ff8522; }
  .theme-3-5 .link.gray {
    color: #828a91; }
  .theme-3-5 .link-lg {
    font-size: 13px;
    line-height: 22px; }
.theme-3-5 p {
  font-size: 15px;
  line-height: 19px; }
  .theme-3-5 p.font-sm {
    font-size: 13px;
    line-height: 18px; }
.theme-3-5 h5 {
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 0.9px;
  font-weight: 500;
  text-transform: uppercase;
  color: #3b4348; }
.theme-3-5 h6 {
  font-size: 11px;
  line-height: 15px;
  letter-spacing: 0.9px;
  font-weight: 500;
  text-transform: uppercase;
  color: #3b4348; }
.theme-3-5 .text-overflow {
  overflow: hidden;
  text-overflow: ellipsis; }
.theme-3-5 .up,
.theme-3-5 .text-uppercase {
  text-transform: uppercase; }
.theme-3-5 .text-center {
  text-align: center; }
.theme-3-5 .text-right {
  text-align: right; }
.theme-3-5 .text-left {
  text-align: left; }
.theme-3-5 .light-gray {
  color: rgba(59, 67, 72, 0.5); }
.theme-3-5 .gray {
  color: #828a91 !important; }
.theme-3-5 .silver {
  color: #afb9c2 !important; }
.theme-3-5 .black {
  color: #3b4348 !important; }
.theme-3-5 .dark-gray {
  color: #98a2ab !important; }
.theme-3-5 .text-gray {
  color: #828a91; }
.theme-3-5 .text-danger {
  color: #ea3839; }
.theme-3-5 .text-warning {
  color: #ff8522; }
.theme-3-5 .hover-icon .stroke {
  stroke: #828a91;
  transition: 0.2s; }
.theme-3-5 .hover-icon .fill {
  fill: #828a91;
  transition: 0.2s; }
@media (hover: hover) {
  .theme-3-5 .hover-icon:hover .stroke {
    stroke: #ff8522; }
  .theme-3-5 .hover-icon:hover .fill {
    fill: #ff8522; } }
.theme-3-5 .text-bold {
  font-weight: 800; }
.theme-3-5 .text-light {
  font-weight: 300; }
.theme-3-5 .text-regular {
  font-weight: 400 !important; }
.theme-3-5 .text-small {
  font-size: 11px;
  line-height: 15px; }
.theme-3-5 .text-nowrap {
  white-space: nowrap; }
.theme-3-5 .text-break-all {
  word-break: break-all; }
.theme-3-5 .text-break-word {
  word-break: break-word; }
.theme-3-5 .section-title {
  font-weight: 800;
  font-size: 15px;
  line-height: 20px;
  margin-bottom: 15px;
  text-transform: uppercase; }
.theme-3-5 .doc-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  transition: 0.2s; }
  .theme-3-5 .doc-link svg {
    margin-right: 10px;
    transition: 0.2s; }
  .theme-3-5 .doc-link__text,
  .theme-3-5 .doc-link span {
    font-size: 15px;
    line-height: 25px;
    color: #ff8522;
    transition: 0.2s; }
  .theme-3-5 .doc-link:hover {
    opacity: 0.7; }
.theme-3-5 .edit-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  transition: 0.2s; }
  .theme-3-5 .edit-link svg {
    margin-right: 10px;
    transition: 0.2s; }
  .theme-3-5 .edit-link__text,
  .theme-3-5 .edit-link span {
    font-weight: 900;
    font-size: 13px;
    line-height: 22px;
    color: #ff8522;
    transition: 0.2s;
    text-transform: uppercase;
    letter-spacing: 1px; }
  .theme-3-5 .edit-link:hover {
    opacity: 0.7; }
.theme-3-5 .fv-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  transition: 0.2s; }
  .theme-3-5 .fv-link__icon {
    width: 27px;
    padding-right: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .theme-3-5 .fv-link__icon svg {
      max-width: 100%; }
  .theme-3-5 .fv-link__text,
  .theme-3-5 .fv-link span {
    font-size: 13px;
    line-height: 22px;
    transition: 0.2s;
    text-transform: uppercase;
    color: #3b4348; }
    .theme-3-5 .fv-link__text.light,
    .theme-3-5 .fv-link span.light {
      color: #828a91; }
  .theme-3-5 .fv-link:hover .fv-link__text, .theme-3-5 .fv-link:hover .fv-link__text.light,
  .theme-3-5 .fv-link:hover .fv-link span,
  .theme-3-5 .fv-link:hover .fv-link span.light {
    color: #ff8522; }
.theme-3-5 a.disabled {
  opacity: 0.4;
  pointer-events: none; }
.theme-3-5 .top-line-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px; }
  .theme-3-5 .top-line-header .header-wrapper {
    margin-right: 15px; }
  .theme-3-5 .top-line-header h2 {
    font-size: 28px;
    font-weight: 400;
    line-height: 36px;
    white-space: nowrap; }
    .theme-3-5 .top-line-header h2 strong {
      font-weight: 600; }
  .theme-3-5 .top-line-header .btn-expanded {
    margin-right: 20px; }
  .theme-3-5 .top-line-header .search-filter-group,
  .theme-3-5 .top-line-header .single-search {
    margin-right: 0;
    margin-left: auto; }
  .theme-3-5 .top-line-header .btn-main {
    background-color: #ff8522;
    padding: 12px 25px;
    font-size: 14px;
    line-height: 14px;
    border: 2px solid transparent;
    margin-right: 15px;
    outline: none; }
    .theme-3-5 .top-line-header .btn-main svg {
      margin-right: 12px; }
      .theme-3-5 .top-line-header .btn-main svg .stroke {
        stroke: #fff; }
    .theme-3-5 .top-line-header .btn-main:hover {
      background-color: #ff9946;
      border: 2px solid rgba(18, 18, 20, 0.09); }
    .theme-3-5 .top-line-header .btn-main:active {
      -webkit-transform: scale(0.95);
              transform: scale(0.95); }
  @media screen and (max-width: 680px) {
    .theme-3-5 .top-line-header {
      position: relative; }
      .theme-3-5 .top-line-header .btn-main {
        position: absolute;
        right: 0;
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1;
        margin: 0;
        width: 55px;
        height: 55px;
        padding: 0; }
        .theme-3-5 .top-line-header .btn-main svg {
          margin-right: 0; }
        .theme-3-5 .top-line-header .btn-main span {
          display: none; }
      .theme-3-5 .top-line-header .btn-expanded {
        position: absolute;
        right: 0;
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1;
        margin: 0; }
        .theme-3-5 .top-line-header .btn-expanded .btn-header .btn-inner {
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          padding: 0;
          width: 55px;
          height: 55px; }
          .theme-3-5 .top-line-header .btn-expanded .btn-header .btn-inner svg {
            margin-right: 0; }
          .theme-3-5 .top-line-header .btn-expanded .btn-header .btn-inner span {
            display: none; }
        .theme-3-5 .top-line-header .btn-expanded .btn-header .bg {
          left: initial;
          right: -20px;
          width: 350px; }
        .theme-3-5 .top-line-header .btn-expanded .btn-body {
          right: initial;
          left: -250px;
          top: -10px; }
          .theme-3-5 .top-line-header .btn-expanded .btn-body .btn-ctn {
            padding-top: 0; }
        .theme-3-5 .top-line-header .btn-expanded.open .btn-header .bg {
          right: -20px;
          left: initial;
          width: 350px !important;
          border-radius: 0; }
      .theme-3-5 .top-line-header .search-filter-group,
      .theme-3-5 .top-line-header .single-search {
        position: absolute;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
        max-width: 100%;
        right: 70px; }
        .theme-3-5 .top-line-header .search-filter-group .page-menu .searchbox,
        .theme-3-5 .top-line-header .single-search .page-menu .searchbox {
          text-align: right; }
          .theme-3-5 .top-line-header .search-filter-group .page-menu .searchbox input,
          .theme-3-5 .top-line-header .single-search .page-menu .searchbox input {
            border: 2px solid #ff8522;
            border-radius: 100px;
            width: 54px;
            height: 54px;
            font-size: 0;
            padding-right: 0;
            transition: 0.2s; }
          .theme-3-5 .top-line-header .search-filter-group .page-menu .searchbox .btn-search,
          .theme-3-5 .top-line-header .single-search .page-menu .searchbox .btn-search {
            width: 54px;
            height: 54px; }
            .theme-3-5 .top-line-header .search-filter-group .page-menu .searchbox .btn-search .stroke,
            .theme-3-5 .top-line-header .single-search .page-menu .searchbox .btn-search .stroke {
              stroke: #ff8522; }
            .theme-3-5 .top-line-header .search-filter-group .page-menu .searchbox .btn-search .fill,
            .theme-3-5 .top-line-header .single-search .page-menu .searchbox .btn-search .fill {
              fill: #ff8522; }
        .theme-3-5 .top-line-header .search-filter-group .page-menu .menu-content,
        .theme-3-5 .top-line-header .single-search .page-menu .menu-content {
          width: 350px;
          right: -90px;
          -webkit-transform: none;
                  transform: none; }
          .theme-3-5 .top-line-header .search-filter-group .page-menu .menu-content ul,
          .theme-3-5 .top-line-header .single-search .page-menu .menu-content ul {
            padding-top: 80px; }
        .theme-3-5 .top-line-header .search-filter-group .page-menu.open .searchbox input,
        .theme-3-5 .top-line-header .single-search .page-menu.open .searchbox input {
          transition: 0.2s;
          border-radius: 0;
          width: 240px;
          font-size: 16px;
          padding: 0 30px 0 20px; } }
  @media screen and (max-width: 500px) {
    .theme-3-5 .top-line-header .header-wrapper {
      position: relative;
      z-index: 8; }
    .theme-3-5 .top-line-header .btn-expanded .btn-body {
      right: 0;
      left: initial;
      top: -10px;
      width: calc(100vw - 40px);
      max-width: calc(100vw - 40px); }
    .theme-3-5 .top-line-header .btn-expanded.open .btn-header .bg {
      width: 100vw !important; }
    .theme-3-5 .top-line-header .search-filter-group {
      left: 0; }
      .theme-3-5 .top-line-header .search-filter-group .page-menu .menu-content {
        width: initial;
        right: -90px;
        left: -20px; }
        .theme-3-5 .top-line-header .search-filter-group .page-menu .menu-content .btn-inline-group {
          -webkit-box-pack: justify;
              -ms-flex-pack: justify;
                  justify-content: space-between; }
      .theme-3-5 .top-line-header .search-filter-group .page-menu.open .searchbox input {
        width: 100%; }
    .theme-3-5 .top-line-header .single-search {
      z-index: 8; } }
.theme-3-5 .btn-expanded {
  display: block;
  height: auto;
  border-radius: 25px;
  outline: none;
  border: 0;
  position: relative;
  padding: 0px;
  transition: 0.2s;
  cursor: pointer; }
  .theme-3-5 .btn-expanded:active {
    -webkit-transform: scale(0.95);
            transform: scale(0.95); }
  .theme-3-5 .btn-expanded .btn-header {
    position: relative;
    z-index: 2; }
    .theme-3-5 .btn-expanded .btn-header .btn-inner {
      width: 100%;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      font-size: 14px;
      font-weight: 900;
      text-transform: uppercase;
      padding: 16px 30px;
      color: #fff;
      border: 2px solid transparent;
      border-radius: 100px;
      background-color: #ff8522;
      transition: 0.2s; }
      .theme-3-5 .btn-expanded .btn-header .btn-inner:hover {
        background-color: #ff9946;
        border: 2px solid rgba(18, 18, 20, 0.09); }
    .theme-3-5 .btn-expanded .btn-header svg {
      margin-right: 10px; }
      .theme-3-5 .btn-expanded .btn-header svg .dot {
        fill: #fff; }
      .theme-3-5 .btn-expanded .btn-header svg .stroke {
        stroke: #fff; }
    .theme-3-5 .btn-expanded .btn-header .bg {
      z-index: -1;
      content: "";
      display: block;
      height: 100%;
      width: 100%;
      border: 2px solid transparent;
      position: absolute;
      bottom: 0;
      left: 0;
      top: 0;
      border-radius: 25px;
      transition: 0.3s; }
  .theme-3-5 .btn-expanded .btn-body {
    position: absolute;
    overflow: hidden;
    height: 0px;
    max-width: 210px; }
    .theme-3-5 .btn-expanded .btn-body .btn-ctn {
      padding-top: 20px; }
      .theme-3-5 .btn-expanded .btn-body .btn-ctn ul {
        opacity: 0;
        transition: 0.3s;
        transition-delay: 0s;
        position: relative;
        z-index: 2;
        width: 220px;
        padding: 10px 0px 0; }
        .theme-3-5 .btn-expanded .btn-body .btn-ctn ul li {
          text-align: left;
          display: -webkit-inline-box;
          display: -ms-inline-flexbox;
          display: inline-flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          cursor: pointer; }
          .theme-3-5 .btn-expanded .btn-body .btn-ctn ul li:not(:last-child) {
            margin-bottom: 8px; }
          .theme-3-5 .btn-expanded .btn-body .btn-ctn ul li .icon {
            width: 20px;
            margin-right: 20px;
            text-align: center; }
            .theme-3-5 .btn-expanded .btn-body .btn-ctn ul li .icon svg {
              max-width: 20px; }
            .theme-3-5 .btn-expanded .btn-body .btn-ctn ul li .icon .stroke {
              stroke: #828a91; }
            .theme-3-5 .btn-expanded .btn-body .btn-ctn ul li .icon .fill {
              fill: #828a91; }
          .theme-3-5 .btn-expanded .btn-body .btn-ctn ul li a {
            font-size: 15px;
            line-height: 18px;
            text-transform: none;
            font-weight: normal;
            transition: 0.3s;
            color: #3b4348; }
          .theme-3-5 .btn-expanded .btn-body .btn-ctn ul li:hover a {
            color: #ff8522; }
          .theme-3-5 .btn-expanded .btn-body .btn-ctn ul li:hover .icon .stroke {
            stroke: #ff8522; }
          .theme-3-5 .btn-expanded .btn-body .btn-ctn ul li:hover .icon .fill {
            fill: #ff8522; }
  .theme-3-5 .btn-expanded.open {
    z-index: 16; }
    .theme-3-5 .btn-expanded.open:active {
      -webkit-transform: none;
              transform: none; }
    .theme-3-5 .btn-expanded.open .btn-header .bg {
      left: -25px;
      top: -20px;
      border-radius: 25px 0 0 0;
      box-shadow: 0px 10px 20px rgba(39, 49, 53, 0.104903);
      min-width: 250px;
      background-color: #fff;
      border-color: #e0e7ee; }
    .theme-3-5 .btn-expanded.open .btn-body {
      z-index: 1000; }
      .theme-3-5 .btn-expanded.open .btn-body .btn-ctn ul {
        opacity: 1;
        transition-delay: 0.3s; }
.theme-3-5 .searchbox,
.theme-3-5 .search-group {
  position: relative;
  z-index: 2; }
  .theme-3-5 .searchbox input,
  .theme-3-5 .search-group input {
    width: 100%;
    border: solid #d4dde5;
    border-width: 0 0 2px 0;
    font-size: 15px;
    line-height: 22px;
    padding: 8px 30px 8px 0;
    background: transparent;
    outline: none;
    color: #3b4348; }
    .theme-3-5 .searchbox input::-webkit-input-placeholder,
    .theme-3-5 .search-group input::-webkit-input-placeholder {
      color: #828a91; }
    .theme-3-5 .searchbox input::-moz-placeholder,
    .theme-3-5 .search-group input::-moz-placeholder {
      color: #828a91; }
    .theme-3-5 .searchbox input:-ms-input-placeholder,
    .theme-3-5 .search-group input:-ms-input-placeholder {
      color: #828a91; }
    .theme-3-5 .searchbox input::placeholder,
    .theme-3-5 .search-group input::placeholder {
      color: #828a91; }
  .theme-3-5 .searchbox .btn-search,
  .theme-3-5 .search-group .btn-search {
    position: absolute;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    top: 0;
    bottom: 0;
    right: 0;
    width: 20px;
    padding: 0;
    margin: 0;
    background: transparent;
    border: none;
    transition: 0.2s; }
    .theme-3-5 .searchbox .btn-search svg,
    .theme-3-5 .search-group .btn-search svg {
      max-width: 16px; }
    .theme-3-5 .searchbox .btn-search:active,
    .theme-3-5 .search-group .btn-search:active {
      -webkit-transform: scale(0.95);
              transform: scale(0.95); }
  .theme-3-5 .searchbox.filled input,
  .theme-3-5 .search-group.filled input {
    border-bottom-color: #ff8522; }
  .theme-3-5 .searchbox.filled .btn-search .stroke,
  .theme-3-5 .search-group.filled .btn-search .stroke {
    stroke: #ff8522; }
  .theme-3-5 .searchbox.filled .btn-search .fill,
  .theme-3-5 .search-group.filled .btn-search .fill {
    fill: #ff8522; }
  @media screen and (max-width: 650px) {
    .theme-3-5 .searchbox,
    .theme-3-5 .search-group {
      width: 60px;
      margin-right: 0;
      margin-left: auto; }
      .theme-3-5 .searchbox input,
      .theme-3-5 .search-group input {
        padding: 0;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        width: 57px;
        height: 57px;
        border: 2px solid #ff8522;
        border-radius: 50%;
        font-size: 0;
        transition: 0.2s; }
      .theme-3-5 .searchbox .btn-search,
      .theme-3-5 .search-group .btn-search {
        position: relative;
        width: 57px;
        height: 57px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        margin-left: auto;
        margin-right: 0; }
        .theme-3-5 .searchbox .btn-search .stroke,
        .theme-3-5 .search-group .btn-search .stroke {
          stroke: #ff8522; }
        .theme-3-5 .searchbox .btn-search .fill,
        .theme-3-5 .search-group .btn-search .fill {
          fill: #ff8522; }
      .theme-3-5 .searchbox.open input,
      .theme-3-5 .search-group.open input {
        width: 240px;
        border-radius: 0;
        font-size: 15px;
        padding: 10px 50px 10px 20px;
        background: #f2f6fa; } }
.theme-3-5 .search-filter-group,
.theme-3-5 .single-search {
  margin-left: 20px;
  -ms-flex-preferred-size: 240px;
      flex-basis: 240px;
  max-width: 240px;
  position: relative; }
  .theme-3-5 .search-filter-group .page-menu,
  .theme-3-5 .single-search .page-menu {
    position: relative;
    z-index: 2;
    margin-left: 0px; }
    .theme-3-5 .search-filter-group .page-menu .menu-content,
    .theme-3-5 .single-search .page-menu .menu-content {
      position: absolute;
      top: -20px;
      right: 50%;
      -webkit-transform: translateX(50%);
              transform: translateX(50%);
      width: 280px;
      overflow: hidden;
      height: 0px;
      transition: 0.3s;
      transition-delay: 0.3s;
      background: transparent;
      border: 2px solid transparent;
      box-sizing: border-box; }
      .theme-3-5 .search-filter-group .page-menu .menu-content ul,
      .theme-3-5 .single-search .page-menu .menu-content ul {
        padding-top: 60px;
        position: relative;
        display: block;
        opacity: 0;
        transition: 0.1s;
        transition-delay: 0s;
        z-index: 1; }
        .theme-3-5 .search-filter-group .page-menu .menu-content ul li,
        .theme-3-5 .single-search .page-menu .menu-content ul li {
          padding: 20px;
          border-bottom: 2px solid #dbe2e9; }
    .theme-3-5 .search-filter-group .page-menu.open .searchbox,
    .theme-3-5 .single-search .page-menu.open .searchbox {
      width: 100%; }
    .theme-3-5 .search-filter-group .page-menu.open .menu-content,
    .theme-3-5 .single-search .page-menu.open .menu-content {
      background: #ffffff;
      border: 2px solid #e0e7ee;
      box-shadow: 0px 10px 20px rgba(39, 49, 53, 0.1);
      transition-delay: 0s; }
      .theme-3-5 .search-filter-group .page-menu.open .menu-content ul,
      .theme-3-5 .single-search .page-menu.open .menu-content ul {
        opacity: 1;
        transition-delay: 0.1s; }
.theme-3-5 .top-line-header.open .btn-expanded .bg {
  display: none; }
.theme-3-5 .main-list {
  width: 100%;
  margin-bottom: 20px; }
  .theme-3-5 .main-list [class*="list-item-status"] {
    transition: border 3s; }
  .theme-3-5 .main-list .list-item {
    border: 2px solid #e0e7ee;
    position: relative;
    background-color: #ffffff;
    width: 100%; }
    .theme-3-5 .main-list .list-item-status--show.list-item-status--success {
      border-color: #9ff4a7; }
      .theme-3-5 .main-list .list-item-status--show.list-item-status--success .check-group label::before {
        border-color: #9ff4a7; }
    .theme-3-5 .main-list .list-item-status--show.list-item-status--danger {
      border-color: #ffa4a4; }
      .theme-3-5 .main-list .list-item-status--show.list-item-status--danger .check-group label::before {
        border-color: #ffa4a4; }
    .theme-3-5 .main-list .list-item-status--show.list-item-status--warning {
      border-color: #ffbb80; }
      .theme-3-5 .main-list .list-item-status--show.list-item-status--warning .check-group label::before {
        border-color: #ffbb80; }
    .theme-3-5 .main-list .list-item-status--show.list-item-status--info {
      border-color: #50deff; }
      .theme-3-5 .main-list .list-item-status--show.list-item-status--info .check-group label::before {
        border-color: #50deff; }
    .theme-3-5 .main-list .list-item:not(:last-child) {
      margin-bottom: 18px; }
    .theme-3-5 .main-list .list-item__image {
      min-width: 62px;
      margin-right: 20px;
      height: 40px;
      font-size: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      border: 2px solid #e0e7ee;
      background: #fafcfd;
      transition: 0.2s; }
      .theme-3-5 .main-list .list-item__image img {
        max-width: 100%;
        max-height: 40px; }
      .theme-3-5 .main-list .list-item__image:hover {
        border-color: #ff8522; }
    .theme-3-5 .main-list .list-item__desc {
      -ms-flex-preferred-size: calc(100% - 250px);
          flex-basis: calc(100% - 250px);
      max-width: calc(100% - 250px);
      cursor: pointer;
      margin-left: 0;
      margin-right: auto; }
      .theme-3-5 .main-list .list-item__desc__main {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -ms-flex-flow: wrap;
            flex-flow: wrap; }
        .theme-3-5 .main-list .list-item__desc__main .title {
          font-size: 18px;
          line-height: 28px;
          margin-right: 15px;
          word-break: break-all;
          cursor: text; }
        .theme-3-5 .main-list .list-item__desc__main .btn-copy-smart-label {
          padding: 0;
          display: none; }
      .theme-3-5 .main-list .list-item__desc__info {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        -ms-flex-flow: wrap;
            flex-flow: wrap; }
        .theme-3-5 .main-list .list-item__desc__info li {
          border-left: 2px solid #e0e7ee;
          padding: 0 10px; }
          .theme-3-5 .main-list .list-item__desc__info li:first-child {
            padding-left: 0;
            border-left: 0; }
          .theme-3-5 .main-list .list-item__desc__info li span {
            font-size: 15px;
            line-height: 20px;
            color: #828a91; }
            .theme-3-5 .main-list .list-item__desc__info li span:not(.file-tooltip) {
              cursor: text; }
        .theme-3-5 .main-list .list-item__desc__info .progress-group {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          cursor: default; }
          .theme-3-5 .main-list .list-item__desc__info .progress-group p {
            color: #828a91; }
            .theme-3-5 .main-list .list-item__desc__info .progress-group p span {
              color: #3b4348; }
          .theme-3-5 .main-list .list-item__desc__info .progress-group .progress {
            margin-left: 8px;
            width: 110px; }
    .theme-3-5 .main-list .list-item__action {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .theme-3-5 .main-list .list-item__action .btn {
        -webkit-filter: none;
                filter: none; }
    .theme-3-5 .main-list .list-item .click-area {
      position: absolute;
      height: 100%;
      width: 100%;
      top: 0px;
      left: 0px;
      z-index: 1;
      cursor: pointer;
      display: none; }
    .theme-3-5 .main-list .list-item .status-box {
      position: absolute;
      top: -2px;
      right: 120px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap; }
    .theme-3-5 .main-list .list-item .check-group {
      position: absolute;
      left: 0;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      width: 20px;
      height: 20px;
      margin: 0;
      z-index: 2; }
    .theme-3-5 .main-list .list-item .page-menu {
      position: relative;
      z-index: 2;
      margin-left: 10px; }
      .theme-3-5 .main-list .list-item .page-menu .menu-button {
        cursor: pointer;
        height: 30px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
        border: none;
        padding: 0 0 0 10px;
        outline: none;
        background: transparent;
        transition: 0.3s; }
        .theme-3-5 .main-list .list-item .page-menu .menu-button span {
          font-size: 15px;
          line-height: 22px;
          margin-right: 10px;
          transition: 0.2s;
          color: #828a91; }
        .theme-3-5 .main-list .list-item .page-menu .menu-button:active {
          -webkit-transform: scale(0.93);
                  transform: scale(0.93); }
        .theme-3-5 .main-list .list-item .page-menu .menu-button:hover span {
          color: #ff8522; }
      .theme-3-5 .main-list .list-item .page-menu .menu-content {
        position: absolute;
        top: 0;
        right: 0;
        width: 200px;
        overflow: hidden;
        height: 0px;
        transition: 0.3s;
        transition-delay: 0.3s;
        background: #fff; }
        .theme-3-5 .main-list .list-item .page-menu .menu-content::before {
          content: "";
          display: block;
          position: absolute;
          top: 0;
          right: 0;
          height: 100%;
          width: 100%;
          border: 2px solid #e0e7ee;
          transition: 0.3s;
          z-index: 0; }
        .theme-3-5 .main-list .list-item .page-menu .menu-content ul {
          position: relative;
          display: block;
          width: calc(100% - 4px);
          padding: 15px 10px;
          left: 2px;
          opacity: 0;
          transition-delay: 0.3s;
          z-index: 1; }
          .theme-3-5 .main-list .list-item .page-menu .menu-content ul li {
            display: block;
            width: 100%; }
            .theme-3-5 .main-list .list-item .page-menu .menu-content ul li a {
              display: block;
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -ms-flex-flow: row nowrap;
                  flex-flow: row nowrap;
              -webkit-box-align: center;
                  -ms-flex-align: center;
                      align-items: center;
              padding: 5px 10px;
              transition: 0.2s; }
              .theme-3-5 .main-list .list-item .page-menu .menu-content ul li a .stroke {
                stroke: #c7d1da; }
              .theme-3-5 .main-list .list-item .page-menu .menu-content ul li a .fill {
                fill: #c7d1da; }
              .theme-3-5 .main-list .list-item .page-menu .menu-content ul li a .icon-holder {
                width: 20px;
                margin-right: 13px;
                text-align: center; }
                .theme-3-5 .main-list .list-item .page-menu .menu-content ul li a .icon-holder svg {
                  max-width: 100%; }
              .theme-3-5 .main-list .list-item .page-menu .menu-content ul li a span {
                font-size: 15px;
                line-height: 22px;
                transition: 0.2s;
                color: #3b4348; }
              .theme-3-5 .main-list .list-item .page-menu .menu-content ul li a:active {
                -webkit-transform: scale(0.95);
                        transform: scale(0.95); }
              .theme-3-5 .main-list .list-item .page-menu .menu-content ul li a:hover .stroke {
                stroke: #ff8522; }
              .theme-3-5 .main-list .list-item .page-menu .menu-content ul li a:hover .fill {
                fill: #ff8522; }
              .theme-3-5 .main-list .list-item .page-menu .menu-content ul li a:hover span {
                color: #ff8522; }
      .theme-3-5 .main-list .list-item .page-menu.open {
        z-index: 3; }
        .theme-3-5 .main-list .list-item .page-menu.open .menu-content {
          transition-delay: 0s; }
          .theme-3-5 .main-list .list-item .page-menu.open .menu-content ul {
            opacity: 1;
            transition-delay: 0.1s; }
    .theme-3-5 .main-list .list-item .smart-edit {
      position: relative;
      max-width: 100%;
      min-width: 80px;
      z-index: 1;
      -webkit-transform: translateY(-4px);
              transform: translateY(-4px);
      cursor: pointer; }
      .theme-3-5 .main-list .list-item .smart-edit .smart-label {
        cursor: copy;
        font-size: 15px;
        line-height: 20px;
        display: inline-block;
        color: #828a91;
        margin-bottom: -7px; }
        .theme-3-5 .main-list .list-item .smart-edit .smart-label::after {
          margin-left: 5px;
          content: url("../img/icons/other-edit.svg");
          opacity: 0;
          -webkit-transform: translateX(9px);
                  transform: translateX(9px);
          margin-bottom: -2px;
          transition: 0.2s; }
        .theme-3-5 .main-list .list-item .smart-edit .smart-label::before {
          content: attr(data-smart); }
        .theme-3-5 .main-list .list-item .smart-edit .smart-label:hover::after {
          opacity: 1; }
        .theme-3-5 .main-list .list-item .smart-edit .smart-label.filled::before {
          display: none; }
      .theme-3-5 .main-list .list-item .smart-edit .smart-content {
        display: none;
        outline: none;
        max-width: 100% !important;
        background: transparent;
        font-size: 15px;
        line-height: 20px;
        padding-top: 5px;
        min-width: 150px;
        margin-left: -1px;
        border: none; }
    .theme-3-5 .main-list .list-item .item-header {
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      padding: 12px 20px;
      cursor: pointer;
      position: relative; }
      .theme-3-5 .main-list .list-item .item-header.with-button .status-box {
        right: 250px; }
    .theme-3-5 .main-list .list-item .item-body {
      height: 0px;
      overflow: hidden;
      transition: 0.3s;
      transition-delay: 0.3s;
      position: relative; }
      .theme-3-5 .main-list .list-item .item-body .content-1 {
        padding: 40px;
        opacity: 0;
        transition: 0.3s;
        transition-delay: 0s;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start; }
        .theme-3-5 .main-list .list-item .item-body .content-1 ul {
          display: block;
          padding: 0 20px;
          position: relative; }
          .theme-3-5 .main-list .list-item .item-body .content-1 ul::before {
            content: "";
            display: block;
            width: 2px;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0; }
          .theme-3-5 .main-list .list-item .item-body .content-1 ul li {
            margin-bottom: 20px; }
            .theme-3-5 .main-list .list-item .item-body .content-1 ul li:last-of-type {
              margin-bottom: 0px; }
            .theme-3-5 .main-list .list-item .item-body .content-1 ul li .label {
              font-size: 11px;
              font-weight: 800;
              line-height: 15px;
              display: block;
              text-align: left;
              padding: 0px;
              text-transform: uppercase; }
            .theme-3-5 .main-list .list-item .item-body .content-1 ul li span.desc {
              font-size: 15px;
              line-height: 20px;
              word-wrap: break-word;
              display: block; }
            .theme-3-5 .main-list .list-item .item-body .content-1 ul li a.desc {
              font-size: 15px;
              line-height: 20px;
              word-wrap: break-word;
              display: block; }
        .theme-3-5 .main-list .list-item .item-body .content-1 .left-side {
          width: 40%; }
          .theme-3-5 .main-list .list-item .item-body .content-1 .left-side ul {
            width: 100%; }
        .theme-3-5 .main-list .list-item .item-body .content-1 .right-side {
          width: 60%;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-flow: row nowrap;
              flex-flow: row nowrap;
          -webkit-box-align: start;
              -ms-flex-align: start;
                  align-items: flex-start; }
          .theme-3-5 .main-list .list-item .item-body .content-1 .right-side ul {
            width: 33.33%; }
      .theme-3-5 .main-list .list-item .item-body .content-table {
        padding: 0;
        width: 100%;
        max-width: 100%; }
        .theme-3-5 .main-list .list-item .item-body .content-table .table-grid {
          width: 100%;
          max-width: 100%;
          table-layout: fixed;
          word-wrap: break-word; }
          .theme-3-5 .main-list .list-item .item-body .content-table .table-grid tr td {
            border: 2px solid;
            padding: 20px; }
            .theme-3-5 .main-list .list-item .item-body .content-table .table-grid tr td:first-child {
              padding-left: 40px;
              border-left-width: 0px; }
            .theme-3-5 .main-list .list-item .item-body .content-table .table-grid tr td:last-child {
              padding-right: 40px;
              border-right-width: 0px; }
            .theme-3-5 .main-list .list-item .item-body .content-table .table-grid tr td:nth-of-type(2), .theme-3-5 .main-list .list-item .item-body .content-table .table-grid tr td:nth-of-type(3) {
              width: 200px; }
          .theme-3-5 .main-list .list-item .item-body .content-table .table-grid .label {
            font-size: 11px;
            font-weight: 800;
            line-height: 15px;
            display: block;
            text-align: left;
            padding: 0px;
            text-transform: uppercase; }
          .theme-3-5 .main-list .list-item .item-body .content-table .table-grid span.desc {
            font-size: 15px;
            line-height: 20px;
            word-wrap: break-word;
            display: block; }
          .theme-3-5 .main-list .list-item .item-body .content-table .table-grid .desc-box {
            font-size: 15px; }
            .theme-3-5 .main-list .list-item .item-body .content-table .table-grid .desc-box a.desc {
              display: inline; }
            .theme-3-5 .main-list .list-item .item-body .content-table .table-grid .desc-box span {
              font-size: 15px; }
          .theme-3-5 .main-list .list-item .item-body .content-table .table-grid a.desc {
            font-size: 15px;
            line-height: 20px;
            word-wrap: break-word;
            display: block; }
      .theme-3-5 .main-list .list-item .item-body .content-2 {
        opacity: 0;
        transition: 0.3s;
        transition-delay: 0s; }
        .theme-3-5 .main-list .list-item .item-body .content-2 .details-list .detail-item {
          border: solid #e0e7ee;
          border-width: 2px 0 0 0;
          transition: 0.3s; }
          .theme-3-5 .main-list .list-item .item-body .content-2 .details-list .detail-item-info {
            border-top: 2px solid #e0e7ee;
            padding: 20px;
            position: relative; }
          .theme-3-5 .main-list .list-item .item-body .content-2 .details-list .detail-item .btn-mobile-image .mobile-icon,
          .theme-3-5 .main-list .list-item .item-body .content-2 .details-list .detail-item .link-mobile-image .mobile-icon {
            display: none; }
          @media screen and (max-width: 680px) {
            .theme-3-5 .main-list .list-item .item-body .content-2 .details-list .detail-item .btn-mobile-image span,
            .theme-3-5 .main-list .list-item .item-body .content-2 .details-list .detail-item .link-mobile-image span {
              display: none; }
            .theme-3-5 .main-list .list-item .item-body .content-2 .details-list .detail-item .btn-mobile-image .mobile-icon,
            .theme-3-5 .main-list .list-item .item-body .content-2 .details-list .detail-item .link-mobile-image .mobile-icon {
              display: -webkit-inline-box;
              display: -ms-inline-flexbox;
              display: inline-flex;
              -webkit-box-align: center;
                  -ms-flex-align: center;
                      align-items: center; } }
          @media screen and (max-width: 680px) {
            .theme-3-5 .main-list .list-item .item-body .content-2 .details-list .detail-item .btn-mobile-image {
              background: transparent;
              border: none;
              padding: 0; } }
          .theme-3-5 .main-list .list-item .item-body .content-2 .details-list .detail-item .list-box {
            padding-right: 10px; }
          .theme-3-5 .main-list .list-item .item-body .content-2 .details-list .detail-item .detail-header {
            padding: 20px 70px 20px 20px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            position: relative;
            cursor: pointer;
            background: #fff; }
            .theme-3-5 .main-list .list-item .item-body .content-2 .details-list .detail-item .detail-header__icon {
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-align: center;
                  -ms-flex-align: center;
                      align-items: center;
              -webkit-box-pack: center;
                  -ms-flex-pack: center;
                      justify-content: center;
              width: 20px;
              margin-right: 20px; }
              .theme-3-5 .main-list .list-item .item-body .content-2 .details-list .detail-item .detail-header__icon svg {
                max-width: 20px; }
            .theme-3-5 .main-list .list-item .item-body .content-2 .details-list .detail-item .detail-header__title {
              font-size: 12px;
              line-height: 16px;
              letter-spacing: 1px;
              font-weight: 600;
              text-transform: uppercase;
              color: #828a91;
              margin-right: 25px; }
            .theme-3-5 .main-list .list-item .item-body .content-2 .details-list .detail-item .detail-header .status {
              margin-right: 25px; }
            .theme-3-5 .main-list .list-item .item-body .content-2 .details-list .detail-item .detail-header__more {
              max-width: 15px;
              position: absolute;
              top: 50%;
              right: 40px;
              -webkit-transform: translateY(-50%);
                      transform: translateY(-50%);
              transition: 0.3s; }
              .theme-3-5 .main-list .list-item .item-body .content-2 .details-list .detail-item .detail-header__more path {
                stroke: #c7d1da; }
            .theme-3-5 .main-list .list-item .item-body .content-2 .details-list .detail-item .detail-header.blocked {
              pointer-events: none; }
          .theme-3-5 .main-list .list-item .item-body .content-2 .details-list .detail-item .detail-body {
            height: 0px;
            transition: 0.3s;
            transition-delay: 0.3s; }
            .theme-3-5 .main-list .list-item .item-body .content-2 .details-list .detail-item .detail-body .detail-content {
              position: relative;
              padding: 25px 20px;
              opacity: 0;
              transition: 0.3s;
              transition-delay: 0s; }
              .theme-3-5 .main-list .list-item .item-body .content-2 .details-list .detail-item .detail-body .detail-content__table {
                padding: 0; }
                .theme-3-5 .main-list .list-item .item-body .content-2 .details-list .detail-item .detail-body .detail-content__table__row {
                  display: -webkit-box;
                  display: -ms-flexbox;
                  display: flex; }
                  .theme-3-5 .main-list .list-item .item-body .content-2 .details-list .detail-item .detail-body .detail-content__table__row:not(:last-child) {
                    border-bottom: 2px solid #eff3f7; }
                  .theme-3-5 .main-list .list-item .item-body .content-2 .details-list .detail-item .detail-body .detail-content__table__row .box {
                    padding: 15px 20px; }
                    .theme-3-5 .main-list .list-item .item-body .content-2 .details-list .detail-item .detail-body .detail-content__table__row .box h5 {
                      margin-bottom: 6px; }
                    .theme-3-5 .main-list .list-item .item-body .content-2 .details-list .detail-item .detail-body .detail-content__table__row .box p,
                    .theme-3-5 .main-list .list-item .item-body .content-2 .details-list .detail-item .detail-body .detail-content__table__row .box a:not(.btn) {
                      color: #828a91; }
                      .theme-3-5 .main-list .list-item .item-body .content-2 .details-list .detail-item .detail-body .detail-content__table__row .box p span,
                      .theme-3-5 .main-list .list-item .item-body .content-2 .details-list .detail-item .detail-body .detail-content__table__row .box a:not(.btn) span {
                        font-size: 12px;
                        line-height: 15px;
                        font-weight: 500;
                        color: #3b4348; }
                    .theme-3-5 .main-list .list-item .item-body .content-2 .details-list .detail-item .detail-body .detail-content__table__row .box a:not(.btn),
                    .theme-3-5 .main-list .list-item .item-body .content-2 .details-list .detail-item .detail-body .detail-content__table__row .box .check-pass {
                      transition: 0.2s;
                      cursor: pointer; }
                      .theme-3-5 .main-list .list-item .item-body .content-2 .details-list .detail-item .detail-body .detail-content__table__row .box a:not(.btn):hover,
                      .theme-3-5 .main-list .list-item .item-body .content-2 .details-list .detail-item .detail-body .detail-content__table__row .box .check-pass:hover {
                        color: #ff8522; }
                    .theme-3-5 .main-list .list-item .item-body .content-2 .details-list .detail-item .detail-body .detail-content__table__row .box .check-pass {
                      color: #828a91; }
                    .theme-3-5 .main-list .list-item .item-body .content-2 .details-list .detail-item .detail-body .detail-content__table__row .box p:not(:last-child),
                    .theme-3-5 .main-list .list-item .item-body .content-2 .details-list .detail-item .detail-body .detail-content__table__row .box a:not(:last-child) {
                      margin-bottom: 6px; }
                    .theme-3-5 .main-list .list-item .item-body .content-2 .details-list .detail-item .detail-body .detail-content__table__row .box p:only-of-type, .theme-3-5 .main-list .list-item .item-body .content-2 .details-list .detail-item .detail-body .detail-content__table__row .box p.btn,
                    .theme-3-5 .main-list .list-item .item-body .content-2 .details-list .detail-item .detail-body .detail-content__table__row .box a:only-of-type,
                    .theme-3-5 .main-list .list-item .item-body .content-2 .details-list .detail-item .detail-body .detail-content__table__row .box a.btn {
                      margin-bottom: 0; }
                    .theme-3-5 .main-list .list-item .item-body .content-2 .details-list .detail-item .detail-body .detail-content__table__row .box:not(:last-child) {
                      border-right: 2px solid #eff3f7; }
                    .theme-3-5 .main-list .list-item .item-body .content-2 .details-list .detail-item .detail-body .detail-content__table__row .box-sm {
                      -ms-flex-preferred-size: 190px;
                          flex-basis: 190px;
                      max-width: 190px; }
                    .theme-3-5 .main-list .list-item .item-body .content-2 .details-list .detail-item .detail-body .detail-content__table__row .box-md {
                      -ms-flex-preferred-size: calc(100% - 380px);
                          flex-basis: calc(100% - 380px);
                      max-width: calc(100% - 380px); }
              .theme-3-5 .main-list .list-item .item-body .content-2 .details-list .detail-item .detail-body .detail-content > .info {
                display: inline-block;
                padding: 10px 20px;
                border: 2px solid;
                margin-right: 10px;
                margin-bottom: 10px;
                font-size: 14px;
                line-height: 17px; }
              .theme-3-5 .main-list .list-item .item-body .content-2 .details-list .detail-item .detail-body .detail-content .info-box:first-child {
                margin-top: 0; }
              .theme-3-5 .main-list .list-item .item-body .content-2 .details-list .detail-item .detail-body .detail-content .related-list {
                display: block;
                width: 100%;
                padding-right: 50px;
                margin-bottom: 40px; }
                .theme-3-5 .main-list .list-item .item-body .content-2 .details-list .detail-item .detail-body .detail-content .related-list .related-item {
                  margin-bottom: 20px;
                  border: 2px solid;
                  width: 100%;
                  position: relative;
                  padding: 20px; }
                  .theme-3-5 .main-list .list-item .item-body .content-2 .details-list .detail-item .detail-body .detail-content .related-list .related-item .left-side {
                    width: 100%;
                    padding-right: 100px; }
                    .theme-3-5 .main-list .list-item .item-body .content-2 .details-list .detail-item .detail-body .detail-content .related-list .related-item .left-side .adress {
                      word-wrap: break-word;
                      display: inline;
                      font-size: 14px;
                      line-height: 20px;
                      margin-right: 10px; }
                    .theme-3-5 .main-list .list-item .item-body .content-2 .details-list .detail-item .detail-body .detail-content .related-list .related-item .left-side .edit-link {
                      font-size: 12px;
                      font-weight: 900;
                      letter-spacing: 1px;
                      line-height: 14px;
                      text-transform: uppercase; }
                  .theme-3-5 .main-list .list-item .item-body .content-2 .details-list .detail-item .detail-body .detail-content .related-list .related-item .btn {
                    position: absolute;
                    top: 50%;
                    right: -50px;
                    -webkit-transform: translateY(-50%);
                            transform: translateY(-50%);
                    -webkit-filter: drop-shadow(0 3px 8px rgba(39, 49, 53, 0));
                            filter: drop-shadow(0 3px 8px rgba(39, 49, 53, 0));
                    height: 38px; }
                    .theme-3-5 .main-list .list-item .item-body .content-2 .details-list .detail-item .detail-body .detail-content .related-list .related-item .btn .desktop {
                      display: -webkit-box;
                      display: -ms-flexbox;
                      display: flex;
                      -ms-flex-flow: row nowrap;
                          flex-flow: row nowrap;
                      -webkit-box-align: center;
                          -ms-flex-align: center;
                              align-items: center; }
                    .theme-3-5 .main-list .list-item .item-body .content-2 .details-list .detail-item .detail-body .detail-content .related-list .related-item .btn .mobile {
                      display: none; }
              .theme-3-5 .main-list .list-item .item-body .content-2 .details-list .detail-item .detail-body .detail-content .action-line {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -ms-flex-flow: row wrap;
                    flex-flow: row wrap;
                -webkit-box-pack: end;
                    -ms-flex-pack: end;
                        justify-content: flex-end; }
                .theme-3-5 .main-list .list-item .item-body .content-2 .details-list .detail-item .detail-body .detail-content .action-line.no-wrap {
                  -ms-flex-wrap: nowrap;
                      flex-wrap: nowrap; }
                .theme-3-5 .main-list .list-item .item-body .content-2 .details-list .detail-item .detail-body .detail-content .action-line .btn {
                  margin-left: 10px;
                  margin-bottom: 10px; }
                  .theme-3-5 .main-list .list-item .item-body .content-2 .details-list .detail-item .detail-body .detail-content .action-line .btn:first-child {
                    margin-left: 0px; }
                  .theme-3-5 .main-list .list-item .item-body .content-2 .details-list .detail-item .detail-body .detail-content .action-line .btn:last-child {
                    margin-bottom: 10px; }
              .theme-3-5 .main-list .list-item .item-body .content-2 .details-list .detail-item .detail-body .detail-content .border-box {
                margin-right: 20px; }
          .theme-3-5 .main-list .list-item .item-body .content-2 .details-list .detail-item.close-safari {
            transition: 0s; }
          .theme-3-5 .main-list .list-item .item-body .content-2 .details-list .detail-item.open-safari .detail-header {
            border-bottom: 2px solid #e0e7ee; }
            .theme-3-5 .main-list .list-item .item-body .content-2 .details-list .detail-item.open-safari .detail-header__more {
              -webkit-transform: rotateX(180deg) translateY(50%);
                      transform: rotateX(180deg) translateY(50%); }
          .theme-3-5 .main-list .list-item .item-body .content-2 .details-list .detail-item.open-safari .detail-body {
            transition-delay: 0s; }
            .theme-3-5 .main-list .list-item .item-body .content-2 .details-list .detail-item.open-safari .detail-body .detail-content {
              opacity: 1;
              transition-delay: 0s; }
          .theme-3-5 .main-list .list-item .item-body .content-2 .details-list .detail-item.open .detail-header {
            border-bottom: 2px solid #e0e7ee; }
            .theme-3-5 .main-list .list-item .item-body .content-2 .details-list .detail-item.open .detail-header__more {
              -webkit-transform: rotateX(180deg) translateY(50%);
                      transform: rotateX(180deg) translateY(50%); }
              .theme-3-5 .main-list .list-item .item-body .content-2 .details-list .detail-item.open .detail-header__more path {
                stroke: #ff8522; }
          .theme-3-5 .main-list .list-item .item-body .content-2 .details-list .detail-item.open .detail-body {
            transition-delay: 0s; }
            .theme-3-5 .main-list .list-item .item-body .content-2 .details-list .detail-item.open .detail-body .detail-content {
              opacity: 1;
              transition-delay: 0.3s; }
          .theme-3-5 .main-list .list-item .item-body .content-2 .details-list .detail-item.status--danger [stroke="#828A91"] {
            stroke: #eb5757; }
          .theme-3-5 .main-list .list-item .item-body .content-2 .details-list .detail-item.status--danger [fill="#828A91"] {
            fill: #eb5757; }
          .theme-3-5 .main-list .list-item .item-body .content-2 .details-list .detail-item.status--danger .detail-header__title {
            color: #eb5757; }
          .theme-3-5 .main-list .list-item .item-body .content-2 .details-list .detail-item.status--danger .detail-header__more path {
            stroke: #eb5757; }
          .theme-3-5 .main-list .list-item .item-body .content-2 .details-list .detail-item.status--warning [stroke="#828A91"] {
            stroke: #f2994a; }
          .theme-3-5 .main-list .list-item .item-body .content-2 .details-list .detail-item.status--warning [fill="#828A91"] {
            fill: #f2994a; }
          .theme-3-5 .main-list .list-item .item-body .content-2 .details-list .detail-item.status--warning .detail-header__title {
            color: #f2994a; }
          .theme-3-5 .main-list .list-item .item-body .content-2 .details-list .detail-item.status--warning .detail-header__more path {
            stroke: #f2994a; }
          .theme-3-5 .main-list .list-item .item-body .content-2 .details-list .detail-item.status--success [stroke="#828A91"] {
            stroke: #24c432; }
          .theme-3-5 .main-list .list-item .item-body .content-2 .details-list .detail-item.status--success [fill="#828A91"] {
            fill: #24c432; }
          .theme-3-5 .main-list .list-item .item-body .content-2 .details-list .detail-item.status--success .detail-header__title {
            color: #24c432; }
          .theme-3-5 .main-list .list-item .item-body .content-2 .details-list .detail-item.status--success .detail-header__more path {
            stroke: #24c432; }
          .theme-3-5 .main-list .list-item .item-body .content-2 .details-list .detail-item.status--info [stroke="#828A91"] {
            stroke: #00bcec; }
          .theme-3-5 .main-list .list-item .item-body .content-2 .details-list .detail-item.status--info [fill="#828A91"] {
            fill: #00bcec; }
          .theme-3-5 .main-list .list-item .item-body .content-2 .details-list .detail-item.status--info .detail-header__title {
            color: #00bcec; }
          .theme-3-5 .main-list .list-item .item-body .content-2 .details-list .detail-item.status--info .detail-header__more path {
            stroke: #00bcec; }
    .theme-3-5 .main-list .list-item .item-add {
      overflow: hidden;
      transition: 0.3s;
      transition-delay: 0.3s;
      opacity: 1; }
      .theme-3-5 .main-list .list-item .item-add .add-body {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        padding: 20px 40px;
        position: relative; }
        .theme-3-5 .main-list .list-item .item-add .add-body::before {
          content: "";
          display: block;
          width: calc(100% - 40px);
          height: 2px;
          position: absolute;
          top: 0;
          right: 0; }
        .theme-3-5 .main-list .list-item .item-add .add-body li {
          display: block;
          padding-left: 10px;
          padding-right: 10px;
          border-left: 2px solid; }
          .theme-3-5 .main-list .list-item .item-add .add-body li:first-child {
            padding-left: 0px;
            border-left: 0px; }
          .theme-3-5 .main-list .list-item .item-add .add-body li:last-child {
            padding-right: 0px; }
          .theme-3-5 .main-list .list-item .item-add .add-body li span {
            font-size: 14px;
            line-height: 20px; }
    .theme-3-5 .main-list .list-item.close-safari .item-body {
      transition: 0s;
      transition-delay: 0s; }
      .theme-3-5 .main-list .list-item.close-safari .item-body .content-1 {
        opacity: 0;
        transition: 0s;
        transition-delay: 0s; }
    .theme-3-5 .main-list .list-item.open .item-header .right-side .more svg {
      -webkit-transform: rotateX(180deg);
              transform: rotateX(180deg); }
    .theme-3-5 .main-list .list-item.open .item-body {
      transition-delay: 0s; }
      .theme-3-5 .main-list .list-item.open .item-body .content-1 {
        opacity: 1;
        transition-delay: 0.3s; }
      .theme-3-5 .main-list .list-item.open .item-body .content-2 {
        opacity: 1;
        transition-delay: 0.3s; }
    .theme-3-5 .main-list .list-item.open .item-add {
      opacity: 0;
      height: 0px;
      transition-delay: 0s; }
    .theme-3-5 .main-list .list-item.open-safari .item-header .right-side .more svg {
      -webkit-transform: rotateX(180deg);
              transform: rotateX(180deg); }
    .theme-3-5 .main-list .list-item.open-safari .item-body {
      transition-delay: 0s; }
      .theme-3-5 .main-list .list-item.open-safari .item-body .content-1 {
        opacity: 1;
        transition-delay: 0s; }
      .theme-3-5 .main-list .list-item.open-safari .item-body .content-2 {
        opacity: 1;
        transition-delay: 0s; }
    .theme-3-5 .main-list .list-item.open-safari .item-add {
      opacity: 0;
      height: 0px;
      transition-delay: 0s; }
    .theme-3-5 .main-list .list-item.hover .item-body {
      transition-delay: 0s; }
      .theme-3-5 .main-list .list-item.hover .item-body .content-1 {
        opacity: 1;
        transition-delay: 0.3s; }
    .theme-3-5 .main-list .list-item.hover-safari .item-body {
      transition: 0s;
      transition-delay: 0s; }
      .theme-3-5 .main-list .list-item.hover-safari .item-body .content-1 {
        opacity: 1;
        transition-delay: 0s; }
    .theme-3-5 .main-list .list-item.empty-item {
      height: 100px; }
    .theme-3-5 .main-list .list-item.info-item .item-header .left-side.info {
      padding-left: 30px;
      display: block;
      min-width: 40%; }
      .theme-3-5 .main-list .list-item.info-item .item-header .left-side.info .alert-img {
        position: absolute;
        left: -2px;
        top: 10px; }
      .theme-3-5 .main-list .list-item.info-item .item-header .left-side.info p {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 5px; }
        .theme-3-5 .main-list .list-item.info-item .item-header .left-side.info p:last-child {
          margin-bottom: 0px; }
    .theme-3-5 .main-list .list-item.info-item .item-header .right-side.buttons {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end; }
      .theme-3-5 .main-list .list-item.info-item .item-header .right-side.buttons > * {
        margin: 5px 0 5px 10px; }
  @media screen and (max-width: 650px) {
    .theme-3-5 .main-list .list-item:not(:last-child) {
      margin-bottom: 14px; }
    .theme-3-5 .main-list .list-item__image {
      position: absolute;
      top: 35px;
      left: 20px; }
      .theme-3-5 .main-list .list-item__image + .list-item__desc .list-item__desc__main {
        padding-left: 100px; }
    .theme-3-5 .main-list .list-item__desc {
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
      max-width: 100%; }
      .theme-3-5 .main-list .list-item__desc__main {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        padding: 0 65px 10px 20px; }
        .theme-3-5 .main-list .list-item__desc__main .btn-copy-smart-label {
          display: inline-block; }
      .theme-3-5 .main-list .list-item__desc__info {
        border-top: 2px solid #eff3f7;
        padding: 10px 20px; }
        .theme-3-5 .main-list .list-item__desc__info li {
          border-left: none;
          position: relative; }
          .theme-3-5 .main-list .list-item__desc__info li:not(:last-child)::before {
            content: "";
            position: absolute;
            top: 50%;
            right: -1px;
            -webkit-transform: translateY(-50%);
                    transform: translateY(-50%);
            height: 14px;
            width: 2px;
            background: #e0e7ee; }
        .theme-3-5 .main-list .list-item__desc__info .progress-group .progress {
          display: none; }
    .theme-3-5 .main-list .list-item__action {
      position: absolute;
      top: 30px;
      right: 25px; }
    .theme-3-5 .main-list .list-item .status-box {
      position: absolute;
      top: -2px;
      left: 20px;
      right: initial; }
    .theme-3-5 .main-list .list-item .page-menu .menu-button span {
      display: none; }
    .theme-3-5 .main-list .list-item .item-header {
      padding: 30px 0 0; }
    .theme-3-5 .main-list .list-item .item-body .content-table {
      padding: 0;
      width: 100%;
      max-width: 100%; }
      .theme-3-5 .main-list .list-item .item-body .content-table .table-grid {
        width: 100%;
        max-width: 100%;
        table-layout: fixed;
        word-wrap: break-word; }
        .theme-3-5 .main-list .list-item .item-body .content-table .table-grid tr td {
          border: 2px solid;
          padding: 20px; }
          .theme-3-5 .main-list .list-item .item-body .content-table .table-grid tr td:first-child {
            padding-left: 40px;
            border-left-width: 0px; }
          .theme-3-5 .main-list .list-item .item-body .content-table .table-grid tr td:last-child {
            padding-right: 40px;
            border-right-width: 0px; }
          .theme-3-5 .main-list .list-item .item-body .content-table .table-grid tr td:nth-of-type(2), .theme-3-5 .main-list .list-item .item-body .content-table .table-grid tr td:nth-of-type(3) {
            width: 200px; }
        .theme-3-5 .main-list .list-item .item-body .content-table .table-grid .label {
          font-size: 11px;
          font-weight: 800;
          line-height: 15px;
          display: block;
          text-align: left;
          padding: 0px;
          text-transform: uppercase; }
        .theme-3-5 .main-list .list-item .item-body .content-table .table-grid span.desc {
          font-size: 15px;
          line-height: 20px;
          word-wrap: break-word;
          display: block; }
        .theme-3-5 .main-list .list-item .item-body .content-table .table-grid .desc-box {
          font-size: 15px; }
          .theme-3-5 .main-list .list-item .item-body .content-table .table-grid .desc-box a.desc {
            display: inline; }
          .theme-3-5 .main-list .list-item .item-body .content-table .table-grid .desc-box span {
            font-size: 15px; }
        .theme-3-5 .main-list .list-item .item-body .content-table .table-grid a.desc {
          font-size: 15px;
          line-height: 20px;
          word-wrap: break-word;
          display: block; }
    .theme-3-5 .main-list .list-item .item-body .content-2 .details-list .wrapper {
      -ms-flex-flow: wrap;
          flex-flow: wrap; }
      .theme-3-5 .main-list .list-item .item-body .content-2 .details-list .wrapper .box,
      .theme-3-5 .main-list .list-item .item-body .content-2 .details-list .wrapper [class^="box"] {
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
        max-width: 100%; }
        .theme-3-5 .main-list .list-item .item-body .content-2 .details-list .wrapper .box:not(:first-child),
        .theme-3-5 .main-list .list-item .item-body .content-2 .details-list .wrapper [class^="box"]:not(:first-child) {
          margin-top: 20px; }
    .theme-3-5 .main-list .list-item .item-body .content-2 .details-list .wrapper.no-wrap .box:not(:first-child),
    .theme-3-5 .main-list .list-item .item-body .content-2 .details-list .wrapper.no-wrap [class^="box"]:not(:first-child) {
      margin-top: 0; }
    .theme-3-5 .main-list .list-item .item-body .content-2 .details-list .detail-item-info {
      padding: 0; }
      .theme-3-5 .main-list .list-item .item-body .content-2 .details-list .detail-item-info .info-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: nowrap;
            flex-flow: nowrap;
        border-bottom: 2px solid #eff3f7; }
        .theme-3-5 .main-list .list-item .item-body .content-2 .details-list .detail-item-info .info-wrapper > .box {
          padding: 15px 20px;
          margin: 0 !important; }
          .theme-3-5 .main-list .list-item .item-body .content-2 .details-list .detail-item-info .info-wrapper > .box:first-child {
            border-right: 2px solid #eff3f7; }
      .theme-3-5 .main-list .list-item .item-body .content-2 .details-list .detail-item-info .info-buttons {
        margin: 20px; }
    .theme-3-5 .main-list .list-item .item-body .content-2 .details-list .detail-item .detail-header {
      padding: 20px 50px 20px 20px; }
      .theme-3-5 .main-list .list-item .item-body .content-2 .details-list .detail-item .detail-header .status {
        margin-right: 15px; } }
    @media screen and (max-width: 650px) and (max-width: 650px) {
      .theme-3-5 .main-list .list-item .item-body .content-2 .details-list .detail-item .detail-header .status em {
        display: none; } }
  @media screen and (max-width: 650px) {
      .theme-3-5 .main-list .list-item .item-body .content-2 .details-list .detail-item .detail-header__more {
        right: 25px; }
    .theme-3-5 .main-list .list-item .item-body .content-2 .details-list .detail-item .detail-body .detail-content__table__row {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-flow: wrap;
          flex-flow: wrap; }
      .theme-3-5 .main-list .list-item .item-body .content-2 .details-list .detail-item .detail-body .detail-content__table__row .box:not(:last-child) {
        border-right: none; }
      .theme-3-5 .main-list .list-item .item-body .content-2 .details-list .detail-item .detail-body .detail-content__table__row .box.box-sm, .theme-3-5 .main-list .list-item .item-body .content-2 .details-list .detail-item .detail-body .detail-content__table__row .box.box-md {
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
        max-width: 100%;
        padding-top: 0px;
        padding-bottom: 10px; }
        .theme-3-5 .main-list .list-item .item-body .content-2 .details-list .detail-item .detail-body .detail-content__table__row .box.box-sm:first-child, .theme-3-5 .main-list .list-item .item-body .content-2 .details-list .detail-item .detail-body .detail-content__table__row .box.box-md:first-child {
          padding-top: 10px; }
    .theme-3-5 .main-list .list-item .item-body .content-2 .details-list .detail-item .detail-body .detail-content .table-sync__row .box {
      -ms-flex-preferred-size: 140px;
          flex-basis: 140px;
      max-width: 140px;
      border-right: none; }
      .theme-3-5 .main-list .list-item .item-body .content-2 .details-list .detail-item .detail-body .detail-content .table-sync__row .box-action {
        -ms-flex-preferred-size: 50px;
            flex-basis: 50px;
        max-width: 50px;
        padding: 0 5px; }
    .theme-3-5 .main-list .list-item .item-body .content-2 .details-list .detail-item .detail-body .detail-content .table-sync__row .mobile-hide {
      display: none; }
    .theme-3-5 .main-list .list-item .item-body .content-2 .details-list .detail-item .detail-body .detail-content .table-sync__row h5 {
      font-size: 10px; }
    .theme-3-5 .main-list .list-item .item-body .content-2 .details-list .detail-item .detail-body .detail-content .border-box {
      margin-right: 0; } }
.theme-3-5 .sidebar-nav.sidebar-nav-styleguide {
  padding-top: 185px; }
  .theme-3-5 .sidebar-nav.sidebar-nav-styleguide .nav-lvl-1 {
    padding-top: 35px;
    border-top: 0; }
    .theme-3-5 .sidebar-nav.sidebar-nav-styleguide .nav-lvl-1 .nav-lvl-2 {
      padding: 10px 0 10px 50px; }
      .theme-3-5 .sidebar-nav.sidebar-nav-styleguide .nav-lvl-1 .nav-lvl-2 a p {
        font-size: 18px;
        line-height: 28px; }
      .theme-3-5 .sidebar-nav.sidebar-nav-styleguide .nav-lvl-1 .nav-lvl-2:hover a p {
        font-weight: 900; }
.theme-3-5 .topbar.styleguide-topbar {
  padding-top: 70px;
  padding-bottom: 30px;
  height: auto; }
  .theme-3-5 .topbar.styleguide-topbar .title-styleguide p {
    font-size: 28px;
    font-weight: 300;
    line-height: 38px; }
  .theme-3-5 .topbar.styleguide-topbar .logo-page img {
    height: 40px; }
@media screen and (max-width: 1180px) {
  .theme-3-5 .topbar.styleguide-topbar {
    position: relative; }
    .theme-3-5 .topbar.styleguide-topbar::before {
      height: 0; } }
@media screen and (max-width: 520px) {
  .theme-3-5 .topbar.styleguide-topbar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column-reverse;
        flex-flow: column-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .theme-3-5 .topbar.styleguide-topbar .logo-page img {
      width: 100%; } }
.theme-3-5 .table-sync {
  border-bottom: 2px solid #eff3f7; }
  .theme-3-5 .table-sync p,
  .theme-3-5 .table-sync a {
    color: #828a91;
    transition: 0.2s; }
  .theme-3-5 .table-sync p {
    font-size: 13px;
    line-height: 16px; }
  .theme-3-5 .table-sync h5 {
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 0.9px;
    text-transform: uppercase;
    color: #3b4348; }
  .theme-3-5 .table-sync a {
    font-size: 13px;
    line-height: 22px;
    letter-spacing: 1px;
    font-weight: 600;
    text-transform: uppercase; }
  .theme-3-5 .table-sync__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .theme-3-5 .table-sync__row.head .box {
      padding: 20px; }
    .theme-3-5 .table-sync__row:last-child .box {
      padding-bottom: 15px; }
    .theme-3-5 .table-sync__row .box {
      -ms-flex-preferred-size: 25%;
          flex-basis: 25%;
      max-width: 25%;
      padding: 3px 20px; }
      .theme-3-5 .table-sync__row .box:not(:last-child) {
        border-right: 2px solid #eff3f7; }
    .theme-3-5 .table-sync__row.hovered p {
      color: #3b4348; }
    .theme-3-5 .table-sync__row.hovered a {
      color: #ff8522; }
.theme-3-5 .form-group {
  width: 100%; }
  .theme-3-5 .form-group label,
  .theme-3-5 .form-group .control-label {
    display: block;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 21px;
    margin-bottom: 5px;
    text-transform: uppercase;
    color: #3b4348; }
    .theme-3-5 .form-group label.line-through,
    .theme-3-5 .form-group .control-label.line-through {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .theme-3-5 .form-group label.line-through span,
      .theme-3-5 .form-group .control-label.line-through span {
        padding-right: 20px;
        white-space: nowrap; }
      .theme-3-5 .form-group label.line-through::after,
      .theme-3-5 .form-group .control-label.line-through::after {
        content: "";
        height: 2px;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
        background: #e0e7ee; }
.theme-3-5 .form-group input,
.theme-3-5 .form-group textarea {
  width: 100%;
  font-size: 15px;
  font-weight: 400;
  line-height: 29px;
  padding: 6px 13px;
  border: 2px solid #e0e7ee;
  background-color: #fff;
  color: #3b4348;
  outline: none;
  transition: border-color 0.2s; }
  .theme-3-5 .form-group input::-webkit-input-placeholder,
  .theme-3-5 .form-group textarea::-webkit-input-placeholder {
    color: #828a91; }
  .theme-3-5 .form-group input::-moz-placeholder,
  .theme-3-5 .form-group textarea::-moz-placeholder {
    color: #828a91; }
  .theme-3-5 .form-group input:-ms-input-placeholder,
  .theme-3-5 .form-group textarea:-ms-input-placeholder {
    color: #828a91; }
  .theme-3-5 .form-group input::placeholder,
  .theme-3-5 .form-group textarea::placeholder {
    color: #828a91; }
  .theme-3-5 .form-group input[disabled],
  .theme-3-5 .form-group textarea[disabled] {
    border-color: rgba(224, 231, 238, 0.4);
    color: rgba(59, 67, 72, 0.4);
    cursor: not-allowed; }
    .theme-3-5 .form-group input[disabled]::-webkit-input-placeholder,
    .theme-3-5 .form-group textarea[disabled]::-webkit-input-placeholder {
      color: rgba(59, 67, 72, 0.4); }
    .theme-3-5 .form-group input[disabled]::-moz-placeholder,
    .theme-3-5 .form-group textarea[disabled]::-moz-placeholder {
      color: rgba(59, 67, 72, 0.4); }
    .theme-3-5 .form-group input[disabled]:-ms-input-placeholder,
    .theme-3-5 .form-group textarea[disabled]:-ms-input-placeholder {
      color: rgba(59, 67, 72, 0.4); }
    .theme-3-5 .form-group input[disabled]::placeholder,
    .theme-3-5 .form-group textarea[disabled]::placeholder {
      color: rgba(59, 67, 72, 0.4); }
.theme-3-5 .form-group textarea {
  padding: 10px 13px;
  line-height: 18px;
  min-height: 100px;
  resize: none; }
  .theme-3-5 .form-group textarea:focus {
    border-color: #c5cfd8; }
.theme-3-5 .form-group .error.help-block {
  display: none !important; }
.theme-3-5 .form-group .suffix-wrapper {
  width: 100%;
  position: relative; }
.theme-3-5 .form-group .inp-group {
  position: relative;
  width: 100%; }
  .theme-3-5 .form-group .inp-group.focused input {
    border-color: #c5cfd8; }
  .theme-3-5 .form-group .inp-group.focused em {
    border-color: #c5cfd8; }
  .theme-3-5 .form-group .inp-group button:only-of-type {
    position: absolute;
    border: none;
    background: transparent;
    top: 50%;
    right: 10px;
    -webkit-transform: translatey(-50%);
            transform: translatey(-50%);
    padding: 5px; }
  .theme-3-5 .form-group .inp-group.inp-tooltip input {
    padding-right: 30px; }
  .theme-3-5 .form-group .inp-group.inp-tooltip [data-toggle="tooltip"] {
    position: absolute;
    right: 5px;
    top: 11px; }
  .theme-3-5 .form-group .inp-group:not([data-suffix])::after {
    content: "";
    display: none;
    position: absolute;
    width: 16px;
    height: 16px;
    right: 13px;
    top: 14px;
    background-size: 16px 16px;
    background-position: center;
    background-repeat: no-repeat; }
  .theme-3-5 .form-group .inp-group .suffix-wrapper::after {
    content: "";
    display: none;
    position: absolute;
    width: 16px;
    height: 16px;
    right: 13px;
    top: 14px;
    background-size: 16px 16px;
    background-position: center;
    background-repeat: no-repeat; }
  .theme-3-5 .form-group .inp-group .twitter-typeahead {
    width: 100%;
    float: none; }
    .theme-3-5 .form-group .inp-group .twitter-typeahead input {
      box-shadow: none !important; }
    .theme-3-5 .form-group .inp-group .twitter-typeahead .tt-menu {
      position: absolute;
      top: 100%;
      left: 0;
      z-index: 1000;
      min-width: 160px;
      width: 100%;
      padding: 5px 0;
      margin: 2px 0 0;
      list-style: none;
      font-size: 14px;
      background-color: #ffffff;
      border: 1px solid #cccccc;
      border: 1px solid rgba(0, 0, 0, 0.15);
      border-radius: 4px;
      box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
      background-clip: padding-box; }
    .theme-3-5 .form-group .inp-group .twitter-typeahead .tt-suggestion {
      display: block;
      padding: 3px 20px;
      clear: both;
      font-weight: normal;
      line-height: 1.42857143;
      color: #333333; }
      .theme-3-5 .form-group .inp-group .twitter-typeahead .tt-suggestion:hover {
        cursor: pointer;
        text-decoration: none;
        outline: 0;
        background-color: #f5f5f5;
        color: #262626; }
  .theme-3-5 .form-group .inp-group.prefix-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .theme-3-5 .form-group .inp-group.prefix-group .inp-prefix {
      font-size: 15px;
      line-height: 29px;
      padding: 6px 13px;
      color: #828a91;
      background: #fafcfd;
      border: 2px solid #e0e7ee;
      border-right: 0; }
  .theme-3-5 .form-group .inp-group.pass-group input {
    padding-right: 70px; }
  .theme-3-5 .form-group .inp-group.pass-group .random-btn,
  .theme-3-5 .form-group .inp-group.pass-group .show-pass {
    font-size: 0;
    position: absolute;
    border: none;
    background: transparent;
    top: 50%;
    -webkit-transform: translatey(-50%);
            transform: translatey(-50%);
    padding: 5px; }
    .theme-3-5 .form-group .inp-group.pass-group .random-btn .hide-line,
    .theme-3-5 .form-group .inp-group.pass-group .show-pass .hide-line {
      display: none; }
    .theme-3-5 .form-group .inp-group.pass-group .random-btn svg,
    .theme-3-5 .form-group .inp-group.pass-group .show-pass svg {
      max-width: 20px; }
  .theme-3-5 .form-group .inp-group.pass-group .show-pass {
    right: 10px; }
    .theme-3-5 .form-group .inp-group.pass-group .show-pass.hide-pass .hide-line {
      display: block; }
  .theme-3-5 .form-group .inp-group.pass-group .random-btn {
    right: 40px; }
  .theme-3-5 .form-group .inp-group.procent-group {
    position: relative; }
    .theme-3-5 .form-group .inp-group.procent-group::after {
      content: url("../img/procent-icon.svg");
      max-width: 20px;
      position: absolute;
      top: 50%;
      right: 10px;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%); }
    .theme-3-5 .form-group .inp-group.procent-group input {
      padding-right: 26px;
      text-align: center;
      font-size: 21px;
      line-height: 28px;
      color: #3b4348; }
  .theme-3-5 .form-group .inp-group[data-postfix], .theme-3-5 .form-group .inp-group[data-suffix], .theme-3-5 .form-group .inp-group[data-prefix] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .theme-3-5 .form-group .inp-group[data-postfix] input {
    border-right: 0; }
  .theme-3-5 .form-group .inp-group[data-postfix] em {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0px 10px 0 0;
    font-size: 15px;
    line-height: 16px;
    border: 2px solid #e0e7ee;
    border-left: 0;
    color: rgba(130, 138, 145, 0.3);
    background: #fff;
    transition: 0.2s; }
  .theme-3-5 .form-group .inp-group[data-postfix].focused em {
    border-color: #c5cfd8; }
  .theme-3-5 .form-group .inp-group[data-postfix].postfix-bg em {
    padding: 0px 10px;
    color: #c7d1da;
    background: #fafcfd; }
  .theme-3-5 .form-group .inp-group[data-suffix] em, .theme-3-5 .form-group .inp-group[data-prefix] em {
    padding: 0px 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 15px;
    line-height: 28px;
    color: #828a91;
    background: #fafcfd;
    border: 2px solid #e0e7ee; }
  .theme-3-5 .form-group .inp-group[data-prefix] em {
    border-right: 0; }
  .theme-3-5 .form-group .inp-group[data-postfix] em, .theme-3-5 .form-group .inp-group[data-suffix] em {
    border-left: 0; }
.theme-3-5 .form-group.has-success .twitter-typeahead input {
  border-color: #ccecd0 !important; }
.theme-3-5 .form-group.has-success .twitter-typeahead .tt-menu {
  -webkit-transform: translateY(0px);
          transform: translateY(0px); }
.theme-3-5 .form-group.has-success [data-suffix] em,
.theme-3-5 .form-group.has-success [data-prefix] em,
.theme-3-5 .form-group.has-success [data-postfix] em {
  border-color: #ccecd0; }
.theme-3-5 .form-group.has-success .suffix-wrapper::after {
  display: block;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGNpcmNsZSBjeD0iOCIgY3k9IjgiIHI9IjcuMjUiIHN0cm9rZT0iIzI0QzQzMiIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTExLjQ5MjkgNS41MDY5NEMxMS44NzU1IDUuNzc4OTcgMTEuOTY1MiA2LjMwOTY0IDExLjY5MzEgNi42OTIyM0w4LjQ5MzUyIDExLjE5MjJDOC4zNDY3OSAxMS4zOTg2IDguMTE1NjkgMTEuNTI4OCA3Ljg2MzE2IDExLjU0NzRDNy42MTA2MyAxMS41NjYgNy4zNjI5NiAxMS40NzEgNy4xODc2IDExLjI4ODNMNC43ODc2IDguNzg4MzNDNC40NjI1IDguNDQ5NjggNC40NzM0OCA3LjkxMTYgNC44MTIxMyA3LjU4NjVDNS4xNTA3OCA3LjI2MTM5IDUuNjg4ODYgNy4yNzIzOCA2LjAxMzk2IDcuNjExMDJMNy43MDI5NyA5LjM3MDQxTDEwLjMwNzcgNS43MDcxMkMxMC41Nzk3IDUuMzI0NTMgMTEuMTEwNCA1LjIzNDkxIDExLjQ5MjkgNS41MDY5NFoiIGZpbGw9IiMxQUM1MjgiLz4KPC9zdmc+Cg=="); }
.theme-3-5 .form-group.has-success .inp-group input,
.theme-3-5 .form-group.has-success .inp-group textarea {
  padding-right: 35px;
  border-color: #ccecd0; }
.theme-3-5 .form-group.has-success .inp-group::after {
  display: block;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGNpcmNsZSBjeD0iOCIgY3k9IjgiIHI9IjcuMjUiIHN0cm9rZT0iIzI0QzQzMiIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTExLjQ5MjkgNS41MDY5NEMxMS44NzU1IDUuNzc4OTcgMTEuOTY1MiA2LjMwOTY0IDExLjY5MzEgNi42OTIyM0w4LjQ5MzUyIDExLjE5MjJDOC4zNDY3OSAxMS4zOTg2IDguMTE1NjkgMTEuNTI4OCA3Ljg2MzE2IDExLjU0NzRDNy42MTA2MyAxMS41NjYgNy4zNjI5NiAxMS40NzEgNy4xODc2IDExLjI4ODNMNC43ODc2IDguNzg4MzNDNC40NjI1IDguNDQ5NjggNC40NzM0OCA3LjkxMTYgNC44MTIxMyA3LjU4NjVDNS4xNTA3OCA3LjI2MTM5IDUuNjg4ODYgNy4yNzIzOCA2LjAxMzk2IDcuNjExMDJMNy43MDI5NyA5LjM3MDQxTDEwLjMwNzcgNS43MDcxMkMxMC41Nzk3IDUuMzI0NTMgMTEuMTEwNCA1LjIzNDkxIDExLjQ5MjkgNS41MDY5NFoiIGZpbGw9IiMxQUM1MjgiLz4KPC9zdmc+Cg=="); }
.theme-3-5 .form-group.has-success .inp-group.pass-group::after {
  right: 75px; }
.theme-3-5 .form-group.has-success .inp-group.focused em {
  border-color: #ccecd0; }
.theme-3-5 .form-group.has-success .inp-group[data-suffix]::after,
.theme-3-5 .form-group.has-success .inp-group[data-postfix]::after {
  display: none; }
.theme-3-5 .form-group.has-error .twitter-typeahead input {
  border-color: #ea3839 !important; }
.theme-3-5 .form-group.has-error .twitter-typeahead .tt-menu {
  -webkit-transform: translateY(0px);
          transform: translateY(0px); }
.theme-3-5 .form-group.has-error .select-dropdown-group .selected {
  border-color: #ea3839; }
.theme-3-5 .form-group.has-error .select-dropdown-group .options {
  border-color: #ea3839; }
  .theme-3-5 .form-group.has-error .select-dropdown-group .options ul,
  .theme-3-5 .form-group.has-error .select-dropdown-group .options li,
  .theme-3-5 .form-group.has-error .select-dropdown-group .options span {
    border-color: #ea3839 !important; }
.theme-3-5 .form-group.has-error .suffix-wrapper::after {
  display: block;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGNpcmNsZSBjeD0iOCIgY3k9IjgiIHI9IjcuMjUiIHN0cm9rZT0iI0VBMzgzOSIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTYuNzE0NzEgNEM2LjU2OTcgNCA2LjQzNDUzIDQuMTAwMzcgNi4zNTU0NiA0LjI2Njc1QzYuMjc2MzkgNC40MzMxMyA2LjI2NDE0IDQuNjQyOTYgNi4zMjI5MSA0LjgyNDQyTDcuNjA4NjMgOC43OTM5OEM3LjY3NzMzIDkuMDA2MSA3LjgzMDkxIDkuMTQyODYgOC4wMDA0MiA5LjE0Mjg2QzguMTY5OTMgOS4xNDI4NiA4LjMyMzUxIDkuMDA2MSA4LjM5MjIxIDguNzkzOThMOS42Nzc5MiA0LjgyNDQyQzkuNzM2NjkgNC42NDI5NiA5LjcyNDQ1IDQuNDMzMTMgOS42NDUzOCA0LjI2Njc1QzkuNTY2MzEgNC4xMDAzNyA5LjQzMTE0IDQgOS4yODYxMyA0SDYuNzE0NzFaIiBmaWxsPSIjRUEzODM5Ii8+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNOS4xNDMxMyAxMS40Mjg1QzkuMTQzMTMgMTIuMDYwMSA4LjYzMTE0IDEyLjU3MTQgOC4wMDAyOCAxMi41NzE0QzcuMzY5NDIgMTIuNTcxNCA2Ljg1NzQyIDEyLjA2MDEgNi44NTc0MiAxMS40Mjg1QzYuODU3NDIgMTAuNzk2OSA3LjM2OTQyIDEwLjI4NTYgOC4wMDAyOCAxMC4yODU2QzguNjMxMTQgMTAuMjg1NiA5LjE0MzEzIDEwLjc5NjkgOS4xNDMxMyAxMS40Mjg1WiIgZmlsbD0iI0VBMzgzOSIvPgo8L3N2Zz4K"); }
.theme-3-5 .form-group.has-error .inp-group input,
.theme-3-5 .form-group.has-error .inp-group textarea {
  border-color: #ea3839;
  padding-right: 35px; }
.theme-3-5 .form-group.has-error .inp-group::after {
  display: block;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGNpcmNsZSBjeD0iOCIgY3k9IjgiIHI9IjcuMjUiIHN0cm9rZT0iI0VBMzgzOSIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTYuNzE0NzEgNEM2LjU2OTcgNCA2LjQzNDUzIDQuMTAwMzcgNi4zNTU0NiA0LjI2Njc1QzYuMjc2MzkgNC40MzMxMyA2LjI2NDE0IDQuNjQyOTYgNi4zMjI5MSA0LjgyNDQyTDcuNjA4NjMgOC43OTM5OEM3LjY3NzMzIDkuMDA2MSA3LjgzMDkxIDkuMTQyODYgOC4wMDA0MiA5LjE0Mjg2QzguMTY5OTMgOS4xNDI4NiA4LjMyMzUxIDkuMDA2MSA4LjM5MjIxIDguNzkzOThMOS42Nzc5MiA0LjgyNDQyQzkuNzM2NjkgNC42NDI5NiA5LjcyNDQ1IDQuNDMzMTMgOS42NDUzOCA0LjI2Njc1QzkuNTY2MzEgNC4xMDAzNyA5LjQzMTE0IDQgOS4yODYxMyA0SDYuNzE0NzFaIiBmaWxsPSIjRUEzODM5Ii8+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNOS4xNDMxMyAxMS40Mjg1QzkuMTQzMTMgMTIuMDYwMSA4LjYzMTE0IDEyLjU3MTQgOC4wMDAyOCAxMi41NzE0QzcuMzY5NDIgMTIuNTcxNCA2Ljg1NzQyIDEyLjA2MDEgNi44NTc0MiAxMS40Mjg1QzYuODU3NDIgMTAuNzk2OSA3LjM2OTQyIDEwLjI4NTYgOC4wMDAyOCAxMC4yODU2QzguNjMxMTQgMTAuMjg1NiA5LjE0MzEzIDEwLjc5NjkgOS4xNDMxMyAxMS40Mjg1WiIgZmlsbD0iI0VBMzgzOSIvPgo8L3N2Zz4K"); }
.theme-3-5 .form-group.has-error .inp-group.pass-group::after {
  right: 75px; }
.theme-3-5 .form-group.has-error .inp-group.focused em {
  border-color: #ea3839; }
.theme-3-5 .form-group.has-error .help-block.error {
  display: inline-block !important;
  margin-top: 2px;
  font-weight: 500;
  font-size: 12px;
  line-height: 21px;
  color: #ea3839;
  text-transform: none;
  letter-spacing: initial; }
.theme-3-5 .form-group.has-error [data-suffix] em,
.theme-3-5 .form-group.has-error [data-prefix] em,
.theme-3-5 .form-group.has-error [data-postfix] em {
  border-color: #ea3839; }
.theme-3-5 .form-group.has-error .inp-group[data-suffix]::after,
.theme-3-5 .form-group.has-error .inp-group[data-postfix]::after {
  display: none; }
.theme-3-5 .form-group-postcode {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-flow: wrap;
      flex-flow: wrap; }
  .theme-3-5 .form-group-postcode__left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-right: 30px; }
    .theme-3-5 .form-group-postcode__left .code {
      -ms-flex-preferred-size: 115px;
          flex-basis: 115px;
      max-width: 115px; }
    .theme-3-5 .form-group-postcode__left .city {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      padding-left: 30px; }
  .theme-3-5 .form-group-postcode__right {
    -ms-flex-preferred-size: 240px;
        flex-basis: 240px;
    max-width: 240px; }
  @media screen and (max-width: 700px) {
    .theme-3-5 .form-group-postcode__left {
      padding-right: 0; }
    .theme-3-5 .form-group-postcode__right {
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
      max-width: 100%; } }
.theme-3-5 .form-group-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-flow: wrap;
      flex-flow: wrap; }
  .theme-3-5 .form-group-wrapper .form-group {
    -ms-flex-preferred-size: calc(50% - 15px);
        flex-basis: calc(50% - 15px);
    max-width: calc(50% - 15px); }
  @media screen and (max-width: 700px) {
    .theme-3-5 .form-group-wrapper .form-group {
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
      max-width: 100%; } }
.theme-3-5 .add-file {
  padding: 35px 70px;
  background: #ffffff;
  border: 2px solid #a2eeff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex; }
  .theme-3-5 .add-file svg {
    max-width: 30px;
    margin-right: 15px; }
  .theme-3-5 .add-file span {
    font-size: 15px;
    line-height: 28px;
    color: #4a545b; }
  .theme-3-5 .add-file.full {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .theme-3-5 .add-file__loading {
    display: none; }
  .theme-3-5 .add-file__static {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex; }
  .theme-3-5 .add-file__static, .theme-3-5 .add-file__loading {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .theme-3-5 .add-file.is-loading .add-file__static {
    display: none; }
  .theme-3-5 .add-file.is-loading .add-file__loading {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex; }
    .theme-3-5 .add-file.is-loading .add-file__loading svg {
      -webkit-animation-name: spin;
              animation-name: spin;
      -webkit-animation-duration: 1000ms;
              animation-duration: 1000ms;
      -webkit-animation-iteration-count: infinite;
              animation-iteration-count: infinite;
      -webkit-animation-timing-function: linear;
              animation-timing-function: linear; }
.theme-3-5 .upload-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }
.theme-3-5 .dz-success .dz-details {
  border-color: #9ff4a7;
  background-color: #f8fff9; }
  .theme-3-5 .dz-success .dz-details svg path {
    stroke: #9ff4a7; }
.theme-3-5 .dz-error .dz-details {
  border-color: #ffc2c2;
  background-color: #fff9f9; }
  .theme-3-5 .dz-error .dz-details svg path {
    stroke: #ffc2c2; }
.theme-3-5 .dz-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px;
  margin-bottom: 20px;
  border: 2px solid #e0e7ee; }
.theme-3-5 .dz-filename {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .theme-3-5 .dz-filename .dz-name {
    display: inline-block;
    font-size: 15px;
    line-height: 20px;
    padding: 0 13px;
    color: #4a545b; }
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }
.theme-3-5 .border-radio-group {
  margin-right: -2px;
  margin-top: -2px; }
  .theme-3-5 .border-radio-group input {
    display: none; }
  .theme-3-5 .border-radio-group label {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 15px;
    line-height: 18px;
    font-weight: 400;
    border: 2px solid #e0e7ee;
    min-height: 45px;
    cursor: pointer;
    padding: 8px 10px 8px 40px;
    color: #828a91;
    transition: 0.2s;
    text-transform: initial;
    margin: 0;
    white-space: nowrap; }
    .theme-3-5 .border-radio-group label::before {
      content: "";
      height: 20px;
      width: 20px;
      border: 2px solid #c7ced5;
      position: absolute;
      top: calc(50% - 1px);
      left: 10px;
      border-radius: 50%;
      margin: 0px;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      z-index: 1; }
    .theme-3-5 .border-radio-group label::after {
      content: "";
      display: block;
      position: absolute;
      height: 10px;
      width: 10px;
      border-radius: 50%;
      top: calc(50% - 1px);
      left: 15px;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      background: #4a545b;
      opacity: 0;
      transition: 0.2s; }
    .theme-3-5 .border-radio-group label:hover::after {
      opacity: 0.35; }
  .theme-3-5 .border-radio-group input:checked + label {
    background: #fff;
    color: #3b4348;
    box-shadow: 0 4px 5px rgba(39, 49, 53, 0.09); }
    .theme-3-5 .border-radio-group input:checked + label::after {
      opacity: 1; }
  .theme-3-5 .border-radio-group input:disabled + label {
    color: #3b4348;
    cursor: not-allowed;
    opacity: 0.7; }
    .theme-3-5 .border-radio-group input:disabled + label::after {
      opacity: 0.7; }
  @media screen and (max-width: 700px) {
    .theme-3-5 .border-radio-group label {
      border: none;
      padding: 8px 10px 8px 30px; }
      .theme-3-5 .border-radio-group label::before {
        left: 0; }
      .theme-3-5 .border-radio-group label::after {
        left: 5px; }
    .theme-3-5 .border-radio-group input:checked + label {
      background: transparent;
      box-shadow: none; } }
  .theme-3-5 .border-radio-group.vertical label {
    min-height: 88px;
    min-width: 86px;
    text-align: center;
    padding: 44px 10px 10px; }
    .theme-3-5 .border-radio-group.vertical label::before {
      top: 18px;
      left: 50%;
      -webkit-transform: translate(-50%, 0);
              transform: translate(-50%, 0); }
    .theme-3-5 .border-radio-group.vertical label::after {
      top: 23px;
      left: 50%;
      -webkit-transform: translate(-50%, 0);
              transform: translate(-50%, 0); }
.theme-3-5 .radio-group input {
  display: none; }
.theme-3-5 .radio-group label {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 15px;
  line-height: 18px;
  font-weight: 400;
  min-height: 25px;
  cursor: pointer;
  padding: 2px 10px 2px 30px;
  color: #828a91;
  transition: 0.2s;
  text-transform: initial;
  margin: 0;
  white-space: nowrap; }
  .theme-3-5 .radio-group label::before {
    content: "";
    height: 20px;
    width: 20px;
    border: 2px solid #c7ced5;
    position: absolute;
    top: calc(50% - 1px);
    left: 0;
    border-radius: 50%;
    margin: 0px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 1; }
  .theme-3-5 .radio-group label::after {
    content: "";
    display: block;
    position: absolute;
    height: 6px;
    width: 6px;
    border-radius: 50%;
    top: calc(50% - 1px);
    left: 7px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background: #4a545b;
    opacity: 0;
    transition: 0.2s; }
  .theme-3-5 .radio-group label:hover::after {
    opacity: 0.35; }
.theme-3-5 .radio-group input:checked + label {
  color: #3b4348; }
  .theme-3-5 .radio-group input:checked + label::before {
    box-shadow: 0 2px 4px rgba(39, 49, 53, 0.1); }
  .theme-3-5 .radio-group input:checked + label::after {
    opacity: 1; }
.theme-3-5 .radio-group input:disabled + label {
  color: #3b4348;
  cursor: not-allowed;
  opacity: 0.7; }
  .theme-3-5 .radio-group input:disabled + label::after {
    opacity: 0; }
.theme-3-5 .radio-group input:disabled:checked + label {
  color: #3b4348;
  cursor: not-allowed;
  opacity: 0.7; }
  .theme-3-5 .radio-group input:disabled:checked + label::after {
    opacity: 0.7; }
.theme-3-5 .check-switch-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px; }
  .theme-3-5 .check-switch-group input {
    display: none; }
    .theme-3-5 .check-switch-group input:checked + label .switch {
      color: #24c432;
      border-color: #9ff4a7; }
      .theme-3-5 .check-switch-group input:checked + label .switch-off {
        display: none; }
      .theme-3-5 .check-switch-group input:checked + label .switch-on {
        display: inline-block; }
  .theme-3-5 .check-switch-group label {
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    padding: 5px 10px 5px 15px;
    border: 2px solid #e0e7ee; }
    .theme-3-5 .check-switch-group label .switch {
      font-size: 10px;
      line-height: 16px;
      letter-spacing: 1px;
      color: #9da1a3;
      font-weight: 600;
      padding: 2.5px 9px;
      border: 2px solid #e0e7ee;
      transition: 0.3s; }
      .theme-3-5 .check-switch-group label .switch-on {
        display: none; }
      .theme-3-5 .check-switch-group label .switch-off {
        display: inline-block; }
  .theme-3-5 .check-switch-group__aside {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 15px; }
    .theme-3-5 .check-switch-group__aside [data-toggle="tooltip"] {
      margin: 0; }
    .theme-3-5 .check-switch-group__aside svg {
      max-width: 18px; }
.theme-3-5 .check-group {
  margin-bottom: 12px; }
  .theme-3-5 .check-group input {
    display: none; }
    .theme-3-5 .check-group input:checked + label {
      color: #3b4348; }
      .theme-3-5 .check-group input:checked + label::after {
        opacity: 1; }
    .theme-3-5 .check-group input:disabled + label {
      color: #3b4348;
      cursor: not-allowed;
      opacity: 0.7; }
      .theme-3-5 .check-group input:disabled + label::after {
        opacity: 0; }
  .theme-3-5 .check-group label {
    font-size: 15px;
    line-height: 22px;
    position: relative;
    padding-left: 30px;
    font-weight: 400;
    margin: 0;
    cursor: pointer;
    color: #828a91;
    text-transform: initial;
    transition: color 0.2s; }
    .theme-3-5 .check-group label a {
      font-weight: 500;
      font-size: 13px;
      line-height: 28px;
      color: #4a545b;
      text-decoration: underline; }
    .theme-3-5 .check-group label.sm {
      font-size: 13px;
      line-height: 20px; }
    .theme-3-5 .check-group label::before {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      width: 20px;
      height: 20px;
      background: #fff;
      border: 2px solid #e0e7ee; }
    .theme-3-5 .check-group label::after {
      content: "";
      background-image: url("../img/icons/check-icon.svg");
      background-position: center;
      background-repeat: no-repeat;
      background-size: 9px 8px;
      width: 9px;
      height: 8px;
      position: absolute;
      top: 6px;
      left: 6px;
      opacity: 0;
      transition: opacity 0.2s; }
    .theme-3-5 .check-group label span[data-toggle="tooltip"] {
      vertical-align: middle;
      margin-left: 5px; }
      .theme-3-5 .check-group label span[data-toggle="tooltip"] svg {
        width: 14px;
        height: 14px; }
    .theme-3-5 .check-group label .tooltip {
      min-width: 200px; }
.theme-3-5 .check-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  padding-top: 2px;
  margin-bottom: -12px; }
  .theme-3-5 .check-wrapper .check-group {
    -ms-flex-preferred-size: 160px;
        flex-basis: 160px;
    max-width: 160px; }
.theme-3-5 .check-group-sm {
  z-index: 2;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateX(-11px) translateY(-11px);
          transform: translateX(-11px) translateY(-11px); }
  .theme-3-5 .check-group-sm input {
    display: none; }
  .theme-3-5 .check-group-sm label {
    padding-left: 20px;
    position: relative; }
    .theme-3-5 .check-group-sm label::before {
      content: "";
      display: block;
      height: 22px;
      width: 22px;
      position: absolute;
      left: 0;
      top: 1px;
      border: 2px solid;
      cursor: pointer;
      background: #fff; }
    .theme-3-5 .check-group-sm label.for-radio::before {
      border-radius: 50%; }
  .theme-3-5 .check-group-sm input[type="checkbox"]:checked + label::after {
    content: url(../../assets/img/tick.svg);
    display: block;
    height: 22px;
    width: 22px;
    position: absolute;
    left: 5px;
    top: 4px;
    cursor: pointer; }
  .theme-3-5 .check-group-sm input[type="radio"]:checked + label::after {
    content: "";
    display: block;
    border-radius: 50%;
    height: 10px;
    width: 10px;
    position: absolute;
    left: 6px;
    top: 7px;
    cursor: pointer; }
.theme-3-5 .pagination-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 40px; }
  .theme-3-5 .pagination-wrapper .pagination-holder {
    box-sizing: border-box;
    max-height: 50px;
    border-radius: 25px;
    background-color: #f2f6fa;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .theme-3-5 .pagination-wrapper .pagination-holder .arrow-back,
    .theme-3-5 .pagination-wrapper .pagination-holder .arrow-next {
      height: 50px; }
      .theme-3-5 .pagination-wrapper .pagination-holder .arrow-back a,
      .theme-3-5 .pagination-wrapper .pagination-holder .arrow-next a {
        display: inline-block;
        height: 100%;
        line-height: 15px;
        padding: 0 15px; }
        .theme-3-5 .pagination-wrapper .pagination-holder .arrow-back a:active,
        .theme-3-5 .pagination-wrapper .pagination-holder .arrow-next a:active {
          -webkit-transform: scale(0.8);
                  transform: scale(0.8); }
        .theme-3-5 .pagination-wrapper .pagination-holder .arrow-back a svg,
        .theme-3-5 .pagination-wrapper .pagination-holder .arrow-next a svg {
          height: 50px; }
      .theme-3-5 .pagination-wrapper .pagination-holder .arrow-back.disabled,
      .theme-3-5 .pagination-wrapper .pagination-holder .arrow-next.disabled {
        padding: 0 10px; }
        .theme-3-5 .pagination-wrapper .pagination-holder .arrow-back.disabled a,
        .theme-3-5 .pagination-wrapper .pagination-holder .arrow-next.disabled a {
          display: none; }
    .theme-3-5 .pagination-wrapper .pagination-holder .number-links a {
      box-sizing: border-box;
      display: inline-block;
      height: 100%;
      padding: 4px 7px;
      line-height: 20px;
      color: #828a91;
      font-size: 17px; }
      .theme-3-5 .pagination-wrapper .pagination-holder .number-links a.active {
        border: 2px solid #e0e7ee;
        background-color: #ffffff;
        color: #3b4348;
        font-weight: 600;
        text-decoration: none; }
    .theme-3-5 .pagination-wrapper .pagination-holder .number-links .pagination-dots {
      margin: 0 10px;
      color: #828A91;
      font-size: 23px; }
.theme-3-5 .info-box {
  padding: 10px;
  margin-top: 10px;
  background: #f2f6fa; }
  .theme-3-5 .info-box h3,
  .theme-3-5 .info-box p {
    font-size: 13px !important;
    line-height: 18px !important; }
  .theme-3-5 .info-box h3 {
    font-weight: 600;
    margin-bottom: 4px; }
  .theme-3-5 .info-box p {
    color: #828a91; }
  .theme-3-5 .info-box.warning {
    background: rgba(255, 247, 209, 0.9); }
    .theme-3-5 .info-box.warning h3,
    .theme-3-5 .info-box.warning p {
      color: #d2a200 !important; }
.theme-3-5 .multiselect-widget {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  min-height: 200px; }
  .theme-3-5 .multiselect-widget .search-alias,
  .theme-3-5 .multiselect-widget .list-check-alias {
    -ms-flex-preferred-size: calc(50% - 15px);
        flex-basis: calc(50% - 15px);
    max-width: calc(50% - 15px); }
    .theme-3-5 .multiselect-widget .search-alias .easy-autocomplete .auto-complete-widget,
    .theme-3-5 .multiselect-widget .list-check-alias .easy-autocomplete .auto-complete-widget {
      padding: 8px 40px 8px 16px;
      height: 45px;
      font-size: 15px;
      box-shadow: 0 4px 5px 0 rgba(39, 49, 53, 0.08); }
    .theme-3-5 .multiselect-widget .search-alias .easy-autocomplete .easy-autocomplete-container,
    .theme-3-5 .multiselect-widget .list-check-alias .easy-autocomplete .easy-autocomplete-container {
      z-index: -1; }
      .theme-3-5 .multiselect-widget .search-alias .easy-autocomplete .easy-autocomplete-container ul,
      .theme-3-5 .multiselect-widget .list-check-alias .easy-autocomplete .easy-autocomplete-container ul {
        padding: 20px 0;
        max-height: 265px;
        overflow-y: auto;
        overflow-x: hidden; }
        .theme-3-5 .multiselect-widget .search-alias .easy-autocomplete .easy-autocomplete-container ul::-webkit-scrollbar,
        .theme-3-5 .multiselect-widget .list-check-alias .easy-autocomplete .easy-autocomplete-container ul::-webkit-scrollbar {
          width: 6px;
          background-color: transparent; }
        .theme-3-5 .multiselect-widget .search-alias .easy-autocomplete .easy-autocomplete-container ul::-webkit-scrollbar-thumb,
        .theme-3-5 .multiselect-widget .list-check-alias .easy-autocomplete .easy-autocomplete-container ul::-webkit-scrollbar-thumb {
          border-radius: 0px;
          background-color: #e0e7ee; }
        .theme-3-5 .multiselect-widget .search-alias .easy-autocomplete .easy-autocomplete-container ul li,
        .theme-3-5 .multiselect-widget .list-check-alias .easy-autocomplete .easy-autocomplete-container ul li {
          position: relative;
          border: none !important; }
          .theme-3-5 .multiselect-widget .search-alias .easy-autocomplete .easy-autocomplete-container ul li .eac-item,
          .theme-3-5 .multiselect-widget .list-check-alias .easy-autocomplete .easy-autocomplete-container ul li .eac-item {
            padding: 0;
            border: none !important; }
          .theme-3-5 .multiselect-widget .search-alias .easy-autocomplete .easy-autocomplete-container ul li .eac-item2,
          .theme-3-5 .multiselect-widget .list-check-alias .easy-autocomplete .easy-autocomplete-container ul li .eac-item2 {
            padding: 10px 20px;
            font-size: 15px;
            color: #3b4348;
            border: none !important; }
          .theme-3-5 .multiselect-widget .search-alias .easy-autocomplete .easy-autocomplete-container ul li:nth-of-type(odd) .eac-item2,
          .theme-3-5 .multiselect-widget .list-check-alias .easy-autocomplete .easy-autocomplete-container ul li:nth-of-type(odd) .eac-item2 {
            background-color: #ffffff; }
  .theme-3-5 .multiselect-widget .search-alias input {
    width: 100%; }
  .theme-3-5 .multiselect-widget .search-alias .icon-search {
    position: absolute;
    top: 50%;
    right: 13px;
    z-index: 101;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 16px;
    height: 16px; }
  .theme-3-5 .multiselect-widget .search-alias .easy-autocomplete + .icon-search .fill {
    fill: #c7d1da; }
  .theme-3-5 .multiselect-widget .search-alias .easy-autocomplete + .icon-search .stroke {
    stroke: #c7d1da; }
  .theme-3-5 .multiselect-widget .search-alias .easy-autocomplete.focus + .icon-search .fill {
    fill: #ff8522; }
  .theme-3-5 .multiselect-widget .search-alias .easy-autocomplete.focus + .icon-search .stroke {
    stroke: #ff8522; }
  .theme-3-5 .multiselect-widget .list-check-alias .list-alias {
    border: none; }
    .theme-3-5 .multiselect-widget .list-check-alias .list-alias li {
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      min-height: 45px;
      border: 2px solid #e0e7ee;
      padding: 5px 12px 5px 17px;
      cursor: pointer;
      margin-bottom: 10px; }
      .theme-3-5 .multiselect-widget .list-check-alias .list-alias li p {
        font-size: 15px;
        line-height: 20px;
        max-width: calc(100% - 35px);
        overflow: hidden;
        text-overflow: ellipsis; }
      .theme-3-5 .multiselect-widget .list-check-alias .list-alias li input {
        display: none; }
      .theme-3-5 .multiselect-widget .list-check-alias .list-alias li .btn-remove {
        border: none;
        background: transparent;
        padding: 5px; }
  @media screen and (max-width: 600px) {
    .theme-3-5 .multiselect-widget {
      min-height: initial; }
      .theme-3-5 .multiselect-widget .search-alias,
      .theme-3-5 .multiselect-widget .list-check-alias {
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
        max-width: 100%; } }
.theme-3-5 .list-box.offset {
  margin-top: 40px; }
.theme-3-5 .list-box.offset-md {
  margin-top: 20px; }
.theme-3-5 .list-box h4 {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 16px;
  text-transform: uppercase;
  margin-bottom: 10px; }
.theme-3-5 .list-box ul {
  border-left: 2px solid #d4dde5;
  padding-left: 15px; }
  .theme-3-5 .list-box ul li {
    font-size: 15px;
    line-height: 20px;
    font-weight: 500;
    margin-bottom: 5px;
    color: #91989e; }
    .theme-3-5 .list-box ul li p {
      color: #828a91;
      font-weight: 400; }
    .theme-3-5 .list-box ul li span,
    .theme-3-5 .list-box ul li strong,
    .theme-3-5 .list-box ul li h3 {
      color: #3b4348; }
    .theme-3-5 .list-box ul li h3 {
      font-size: 26px;
      line-height: 32px;
      max-width: 100%;
      overflow: hidden;
      text-overflow: ellipsis; }
  .theme-3-5 .list-box ul:not(:first-of-type) {
    margin-top: 25px; }
.theme-3-5 .list-box-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-flow: wrap;
      flex-flow: wrap; }
  .theme-3-5 .list-box-row .list-box {
    -ms-flex-preferred-size: 265px;
        flex-basis: 265px;
    max-width: 265px;
    padding-right: 20px; }
.theme-3-5 .border-box {
  width: 100%;
  border: 2px solid #e0e7ee;
  padding: 7px 14px; }
.theme-3-5 .border-box-action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .theme-3-5 .border-box-action__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-flow: nowrap;
        flex-flow: nowrap;
    margin-bottom: 12px; }
  .theme-3-5 .border-box-action__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 100%;
    padding-right: 20px; }
    .theme-3-5 .border-box-action__info .info-image {
      -ms-flex-preferred-size: 25px;
          flex-basis: 25px;
      max-width: 25px;
      margin-right: 10px; }
      .theme-3-5 .border-box-action__info .info-image svg {
        max-width: 20px; }
    .theme-3-5 .border-box-action__info .info-text {
      -ms-flex-preferred-size: calc(100% - 25px);
          flex-basis: calc(100% - 25px);
      max-width: calc(100% - 25px); }
  .theme-3-5 .border-box-action__aside {
    font-size: 13px;
    line-height: 19px; }
  .theme-3-5 .border-box-action--success .info-image path[stroke] {
    stroke: #3dbd4f; }
  .theme-3-5 .border-box-action--success .info-image path[fill] {
    fill: #3dbd4f; }
  .theme-3-5 .border-box-action--danger .info-image path[stroke] {
    stroke: #ff5959; }
  .theme-3-5 .border-box-action--danger .info-image path[fill] {
    fill: #ff5959; }
  .theme-3-5 .border-box-action--warning .info-image path[stroke] {
    stroke: #ff8522; }
  .theme-3-5 .border-box-action--warning .info-image path[fill] {
    fill: #ff8522; }
  .theme-3-5 .border-box-action--info .info-image path[stroke] {
    stroke: #00bcec; }
  .theme-3-5 .border-box-action--info .info-image path[fill] {
    fill: #00bcec; }
  @media screen and (max-width: 880px) {
    .theme-3-5 .border-box-action {
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
      max-width: 100%;
      margin-right: 0 !important; }
      .theme-3-5 .border-box-action__wrapper {
        -ms-flex-flow: wrap;
            flex-flow: wrap; }
        .theme-3-5 .border-box-action__wrapper .action-line {
          -ms-flex-preferred-size: 100%;
              flex-basis: 100%;
          max-width: 100%;
          margin-top: 10px;
          -webkit-box-pack: start !important;
              -ms-flex-pack: start !important;
                  justify-content: flex-start !important; } }
.theme-3-5 .radio-button label {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px 15px;
  min-width: 115px;
  min-height: 45px;
  transition: 0.2s;
  border: 2px solid #e0e7ee;
  background: #fafcfd; }
  .theme-3-5 .radio-button label p {
    font-size: 15px;
    line-height: 20px;
    margin-left: 12px;
    color: #c7d1da; }
  .theme-3-5 .radio-button label svg path {
    stroke: #c7d1da; }
.theme-3-5 .radio-button input {
  display: none; }
  .theme-3-5 .radio-button input:checked + label {
    background: #fff;
    box-shadow: 0 4px 5px rgba(39, 49, 53, 0.09); }
    .theme-3-5 .radio-button input:checked + label p {
      color: #3b4348; }
    .theme-3-5 .radio-button input:checked + label.danger svg path {
      stroke: #ea3839; }
    .theme-3-5 .radio-button input:checked + label.success svg path {
      stroke: #1ac528; }
.theme-3-5 .radio-button-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-top: 5px; }
  .theme-3-5 .radio-button-group .radio-button:not(:first-child) {
    margin-left: -2px; }
.theme-3-5 .navigation-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  padding-top: 10px;
  margin-bottom: -2px; }
  .theme-3-5 .navigation-tabs li {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
    position: relative; }
    .theme-3-5 .navigation-tabs li:not(:first-child) {
      margin-left: -2px; }
    .theme-3-5 .navigation-tabs li a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      text-align: center;
      -ms-flex-flow: row;
          flex-flow: row;
      padding: 11px 15px;
      height: 100%;
      border-radius: 0;
      font-size: 12px;
      font-weight: 900;
      letter-spacing: 1px;
      line-height: 16px;
      text-transform: uppercase;
      text-decoration: none;
      border: 2px solid #e0e7ee;
      color: #828a91;
      transition: 0.2s; }
      .theme-3-5 .navigation-tabs li a:hover {
        color: #828a91; }
      .theme-3-5 .navigation-tabs li a svg {
        width: 24px;
        margin-right: 8px; }
        .theme-3-5 .navigation-tabs li a svg .nav-fill,
        .theme-3-5 .navigation-tabs li a svg .nav-stroke {
          transition: 0.2s; }
      .theme-3-5 .navigation-tabs li a span {
        font-size: 13px;
        font-weight: 500; }
    .theme-3-5 .navigation-tabs li.active {
      background: #fff; }
      .theme-3-5 .navigation-tabs li.active a {
        text-decoration: none;
        border-bottom: 2px solid #ff9c4c;
        background: #fff;
        color: #ff9c4c; }
        .theme-3-5 .navigation-tabs li.active a span {
          color: #ff9c4c; }
        .theme-3-5 .navigation-tabs li.active a svg .nav-fill {
          fill: #ff9c4c; }
        .theme-3-5 .navigation-tabs li.active a svg .nav-stroke {
          stroke: #ff9c4c; }
.theme-3-5 .tab-content {
  display: none; }
  .theme-3-5 .tab-content.active {
    display: block; }
.theme-3-5 .navigation-list li {
  border: 2px solid #e0e7ee;
  margin-bottom: 10px; }
  .theme-3-5 .navigation-list li a {
    display: inline-block;
    width: 100%;
    font-size: 15px;
    line-height: 18px;
    padding: 9px 15px;
    text-decoration: none;
    color: #3b4348; }
    .theme-3-5 .navigation-list li a:hover {
      color: #3b4348; }
  .theme-3-5 .navigation-list li.active {
    border-color: #ff7c00; }
    .theme-3-5 .navigation-list li.active a {
      color: #ff7c00; }
.theme-3-5 .hover-background {
  transition: 0.2s; }
  .theme-3-5 .hover-background:hover {
    background-color: #fafcfd !important; }
.theme-3-5 .catalog-group {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  margin-bottom: 15px; }
  .theme-3-5 .catalog-group h3 {
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 1px;
    font-weight: 500;
    text-transform: uppercase;
    padding-right: 7px;
    color: #3b4348; }
  .theme-3-5 .catalog-group p {
    font-size: 15px;
    line-height: 20px;
    color: #828a91; }
.theme-3-5 .tooltip-holder {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .theme-3-5 .tooltip-holder span {
    margin-left: 6px;
    line-height: 14px; }
.theme-3-5 .custom-tooltip {
  position: relative;
  cursor: pointer; }
  .theme-3-5 .custom-tooltip__message {
    position: absolute;
    z-index: 20;
    top: calc(100% + 10px);
    right: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: left;
    padding: 9px 15px;
    background: #3b4348;
    box-shadow: 0px 10px 20px rgba(39, 49, 53, 0.1); }
    .theme-3-5 .custom-tooltip__message::before {
      content: "";
      position: absolute;
      bottom: calc(100% - 1px);
      right: 0;
      height: 5px;
      width: 8px;
      background: #3b4348;
      -webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
              clip-path: polygon(100% 0, 0% 100%, 100% 100%); }
    .theme-3-5 .custom-tooltip__message .btn-copy:hover {
      opacity: 0.9; }
    .theme-3-5 .custom-tooltip__message .btn-copy:active {
      -webkit-transform: scale(0.95);
              transform: scale(0.95); }
    .theme-3-5 .custom-tooltip__message p,
    .theme-3-5 .custom-tooltip__message span {
      font-size: 13px !important;
      line-height: 20px !important;
      color: #ffffff !important;
      text-transform: none; }
      .theme-3-5 .custom-tooltip__message p strong,
      .theme-3-5 .custom-tooltip__message span strong {
        font-weight: 400;
        color: #ff8522 !important; }
  .theme-3-5 .custom-tooltip__path {
    font-size: 13px;
    line-height: 20px;
    margin-right: 12px;
    white-space: nowrap;
    color: #fff !important; }
  .theme-3-5 .custom-tooltip.align-right .custom-tooltip__message {
    right: initial;
    left: 50%; }
    .theme-3-5 .custom-tooltip.align-right .custom-tooltip__message::before {
      left: 0;
      right: initial;
      -webkit-clip-path: polygon(0 0, 0% 100%, 100% 100%);
              clip-path: polygon(0 0, 0% 100%, 100% 100%); }
  .theme-3-5 .custom-tooltip.align-top .custom-tooltip__message {
    top: initial;
    bottom: calc(100% + 10px); }
    .theme-3-5 .custom-tooltip.align-top .custom-tooltip__message::before {
      top: 100%;
      bottom: initial;
      -webkit-clip-path: polygon(0 0, 100% 100%, 100% 0);
              clip-path: polygon(0 0, 100% 100%, 100% 0); }
  .theme-3-5 .custom-tooltip.align-top.align-right .custom-tooltip__message::before {
    -webkit-clip-path: polygon(0 0, 0 100%, 100% 0);
            clip-path: polygon(0 0, 0 100%, 100% 0); }
  .theme-3-5 .custom-tooltip-top .file-tooltip__message {
    top: initial;
    bottom: calc(100% + 10px); }
    .theme-3-5 .custom-tooltip-top .file-tooltip__message::before {
      bottom: initial;
      top: calc(100% - 1px);
      -webkit-clip-path: polygon(100% 0, 0 0, 100% 100%);
              clip-path: polygon(100% 0, 0 0, 100% 100%); }
.theme-3-5 .copy-tooltip {
  position: relative;
  cursor: pointer !important;
  transition: 0.2s; }
  .theme-3-5 .copy-tooltip:hover {
    color: #ff8522 !important; }
  .theme-3-5 .copy-tooltip__message {
    position: absolute;
    z-index: 20;
    top: calc(100% + 10px);
    right: 50%;
    -webkit-transform: translate(50%);
            transform: translate(50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: left;
    padding: 9px 15px;
    background: #3b4348;
    box-shadow: 0px 10px 20px rgba(39, 49, 53, 0.1); }
    .theme-3-5 .copy-tooltip__message::before {
      content: "";
      position: absolute;
      bottom: calc(100% - 1px);
      right: calc(50% - 4px);
      height: 5px;
      width: 8px;
      background: #3b4348;
      -webkit-clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
              clip-path: polygon(50% 0%, 0% 100%, 100% 100%); }
    .theme-3-5 .copy-tooltip__message .btn-copy:hover {
      opacity: 0.9; }
    .theme-3-5 .copy-tooltip__message .btn-copy:active {
      -webkit-transform: scale(0.95);
              transform: scale(0.95); }
    .theme-3-5 .copy-tooltip__message p,
    .theme-3-5 .copy-tooltip__message span {
      font-size: 13px !important;
      line-height: 20px !important;
      color: #ffffff !important;
      text-transform: none; }
      .theme-3-5 .copy-tooltip__message p strong,
      .theme-3-5 .copy-tooltip__message span strong {
        font-weight: 400;
        color: #ff8522 !important; }
    .theme-3-5 .copy-tooltip__message.align-left {
      -webkit-transform: translate(0%);
              transform: translate(0%); }
      .theme-3-5 .copy-tooltip__message.align-left::before {
        right: -0.5px;
        -webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
                clip-path: polygon(100% 0, 0% 100%, 100% 100%); }
    .theme-3-5 .copy-tooltip__message.align-right {
      -webkit-transform: translate(100%);
              transform: translate(100%); }
      .theme-3-5 .copy-tooltip__message.align-right::before {
        right: calc(100% - 7.5px);
        -webkit-clip-path: polygon(0 0, 0% 100%, 100% 100%);
                clip-path: polygon(0 0, 0% 100%, 100% 100%); }
  .theme-3-5 .copy-tooltip__path {
    font-size: 13px;
    line-height: 20px;
    margin-right: 12px;
    white-space: nowrap;
    color: #fff !important; }
.theme-3-5 .btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: initial;
  padding: 9px 20px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 18px;
  text-transform: uppercase;
  transition: 0.2s;
  outline: none;
  border-width: 2px;
  border-radius: 100px;
  color: #fff;
  -webkit-filter: drop-shadow(0 3px 8px rgba(39, 49, 53, 0.15));
          filter: drop-shadow(0 3px 8px rgba(39, 49, 53, 0.15)); }
  .theme-3-5 .btn:hover {
    color: #fff; }
  .theme-3-5 .btn:active:not(.btn-main) {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
    outline: none;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0);
    -webkit-filter: drop-shadow(0 3px 2px rgba(39, 49, 53, 0.15));
            filter: drop-shadow(0 3px 2px rgba(39, 49, 53, 0.15)); }
  .theme-3-5 .btn:focus:not(.btn-main), .theme-3-5 .btn:focus:active:not(.btn-main) {
    outline: none; }
  .theme-3-5 .btn.btn-cnt-sm {
    font-size: 14px;
    line-height: 16px; }
  .theme-3-5 .btn.btn-grey {
    color: #50585f !important;
    border: 2px solid #c7ced5 !important;
    background-color: #ffffff; }
    .theme-3-5 .btn.btn-grey:hover, .theme-3-5 .btn.btn-grey:focus {
      border: 2px solid #e0e7ee !important;
      color: #50585f !important; }
    .theme-3-5 .btn.btn-grey svg .stroke {
      stroke: #c7d1da !important; }
  .theme-3-5 .btn.btn-lg {
    line-height: 25px;
    font-size: 18px;
    height: 60px;
    padding-right: 35px;
    padding-left: 35px; }
  .theme-3-5 .btn.btn-md {
    font-size: 15px;
    line-height: 20px;
    text-align: center;
    height: 50px; }
  .theme-3-5 .btn.btn-sm {
    text-align: center;
    max-height: 30px;
    font-size: 11px;
    line-height: 15px;
    padding: 6px 15px; }
  .theme-3-5 .btn.btn-xs {
    font-size: 12px;
    height: 26px;
    padding-left: 13px;
    padding-right: 13px; }
  .theme-3-5 .btn.btn-img {
    padding-left: 17px; }
    .theme-3-5 .btn.btn-img svg {
      position: relative;
      top: -1px;
      margin-right: 10px; }
      .theme-3-5 .btn.btn-img svg .dot {
        fill: #fff; }
      .theme-3-5 .btn.btn-img svg .stroke {
        stroke: #fff; }
      .theme-3-5 .btn.btn-img svg .stroke-2 {
        stroke: #fff; }
  .theme-3-5 .btn.btn-link {
    text-decoration: none;
    font-weight: 600;
    color: #fb781d; }
  .theme-3-5 .btn.btn-cnt-sm {
    font-size: 12px; }
  .theme-3-5 .btn.btn-sm-min-width {
    min-width: 140px; }
.theme-3-5 .btn-primary {
  border: 2px solid;
  border-radius: 100px;
  border-color: rgba(18, 18, 20, 0.09);
  background-color: #ff8522;
  color: #ffffff; }
  .theme-3-5 .btn-primary:hover, .theme-3-5 .btn-primary:active, .theme-3-5 .btn-primary:focus, .theme-3-5 .btn-primary:active:focus {
    background-color: #ff9946;
    border: 2px solid rgba(18, 18, 20, 0.09); }
.theme-3-5 .btn-default {
  border: 2px solid;
  border-radius: 100px;
  background-color: transparent;
  border-color: #ff8522;
  color: #ff8522; }
  .theme-3-5 .btn-default:hover, .theme-3-5 .btn-default:active, .theme-3-5 .btn-default:active:hover, .theme-3-5 .btn-default:focus, .theme-3-5 .btn-default:active:focus {
    background-color: #fff;
    border-color: #ff9946;
    color: #ff9946; }
  .theme-3-5 .btn-default.btn-img svg .dot {
    fill: #ff8522; }
  .theme-3-5 .btn-default.btn-img svg .stroke {
    stroke: #ffaa60; }
  .theme-3-5 .btn-default.btn-img svg .stroke-2 {
    stroke: #ff8522; }
  .theme-3-5 .btn-default.btn-default-gray {
    border-color: #afb9c2;
    color: #828a91 !important; }
    .theme-3-5 .btn-default.btn-default-gray:hover {
      border-color: #ff8522;
      color: #ff8522 !important; }
    .theme-3-5 .btn-default.btn-default-gray.btn-img svg .stroke {
      stroke: #c7d1da; }
    .theme-3-5 .btn-default.btn-default-gray.btn-img svg .stroke-2 {
      stroke: #afb9c2; }
    .theme-3-5 .btn-default.btn-default-gray.btn-img svg .dot {
      fill: #afb9c2; }
    .theme-3-5 .btn-default.btn-default-gray.btn-img:hover svg .stroke {
      stroke: #ffaa60; }
    .theme-3-5 .btn-default.btn-default-gray.btn-img:hover svg .stroke-2 {
      stroke: #ff8522; }
    .theme-3-5 .btn-default.btn-default-gray.btn-img:hover svg .dot {
      fill: #ff8522; }
.theme-3-5 .btn-edit {
  position: relative;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 1px;
  line-height: 16px;
  text-decoration: none;
  transition: 0.3s;
  color: #fb781d; }
  .theme-3-5 .btn-edit:hover, .theme-3-5 .btn-edit:active, .theme-3-5 .btn-edit:focus {
    text-decoration: none;
    color: #ffaa60; }
.theme-3-5 .btn-inline-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
  .theme-3-5 .btn-inline-group .btn:not(:first-child) {
    margin-left: 14px; }
.theme-3-5 .btn-info {
  border-color: rgba(18, 18, 20, 0.09);
  background-color: #00bbea; }
  .theme-3-5 .btn-info:active:focus {
    border-color: rgba(18, 18, 20, 0.09);
    background-color: #00bbea; }
@supports (-ms-ime-align: auto) {
  .theme-3-5 .btn-expanded {
    -webkit-filter: none;
            filter: none; } }
.theme-3-5 .btn-partners-choose {
  display: inline-block;
  max-width: 82px;
  padding: 4px;
  background: #ffffff;
  border: 2px solid #c7d1da;
  border-radius: 100px;
  font-size: 10px;
  line-height: 12px;
  text-align: center;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #828a91;
  transition: 0.2s; }
  .theme-3-5 .btn-partners-choose img {
    max-width: 100%; }
  .theme-3-5 .btn-partners-choose:active {
    -webkit-transform: scale(0.95);
            transform: scale(0.95); }
  .theme-3-5 .btn-partners-choose:hover {
    border-color: #ff8522;
    color: #ff8522; }
.theme-3-5 [data-remote] {
  cursor: pointer; }
.theme-3-5 .btn-copy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: none;
  border: none;
  position: relative;
  max-width: 100%;
  padding: 0; }
  .theme-3-5 .btn-copy [fill] {
    transition: fill 0.2s; }
  .theme-3-5 .btn-copy svg {
    min-width: 20px;
    margin-right: 10px; }
  .theme-3-5 .btn-copy__text {
    font-size: 15px;
    line-height: 25px;
    color: #3b4348;
    text-overflow: ellipsis;
    overflow: hidden;
    text-align: left; }
  .theme-3-5 .btn-copy__tooltip {
    display: none;
    top: calc(100% + 8px);
    position: absolute;
    z-index: 3;
    left: -6px;
    padding: 10px;
    background: #3b4348;
    border: 2px solid #4a545b;
    min-width: 320px; }
    .theme-3-5 .btn-copy__tooltip::before {
      content: "";
      background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHJlY3QgeD0iMTAuMDM1NiIgeT0iMS4xMTYyMSIgd2lkdGg9IjEyLjY3NzUiIGhlaWdodD0iMTIuNjc3NSIgdHJhbnNmb3JtPSJyb3RhdGUoNDUgMTAuMDM1NiAxLjExNjIxKSIgZmlsbD0iIzNCNDM0OCIvPgo8cGF0aCBkPSJNMS40NjU1NiAxMC4xMTYxTDkuOTY1NTggMS4xMTYxMkwxOC45NjUzIDkuNjE2MTEiIHN0cm9rZT0iIzRBNTQ1QiIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+Cg==");
      background-size: 18px 18px;
      width: 18px;
      height: 18px;
      position: absolute;
      top: 0;
      left: 10px;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%); }
    .theme-3-5 .btn-copy__tooltip .tooltip-text {
      font-weight: 800;
      font-size: 12px;
      line-height: 18px;
      color: #fafbfd;
      word-break: break-word; }
      .theme-3-5 .btn-copy__tooltip .tooltip-text .colored {
        color: #ff8522; }
    @media screen and (max-width: 800px) {
      .theme-3-5 .btn-copy__tooltip {
        left: initial;
        right: -6px;
        min-width: 200px; }
        .theme-3-5 .btn-copy__tooltip::before {
          left: initial;
          right: 10px; } }
  .theme-3-5 .btn-copy:hover [fill] {
    fill: #ff8522; }
  .theme-3-5 .btn-copy:hover .btn-copy__text.btn-copy__text {
    font-weight: 800; }
  .theme-3-5 .btn-copy:hover .btn-copy__tooltip {
    display: block; }
.theme-3-5 .status {
  border: 2px solid #e7ebee;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 10px;
  font-weight: 600;
  line-height: 14px;
  letter-spacing: 1px;
  padding: 2px 7px;
  text-transform: uppercase;
  position: relative;
  color: #828a91;
  background: #eff3f7;
  z-index: 2; }
  .theme-3-5 .status span {
    -webkit-transform: translateY(0.5px);
            transform: translateY(0.5px); }
  .theme-3-5 .status .dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0; }
    .theme-3-5 .status .dots::before, .theme-3-5 .status .dots::after {
      content: "";
      position: absolute;
      top: -1px;
      width: 4px;
      height: 4px;
      border-radius: 50%;
      background: #ced4db; }
    .theme-3-5 .status .dots::before {
      left: -3px;
      background: #ced4db; }
    .theme-3-5 .status .dots::after {
      right: -3px;
      background: #ced4db; }
  .theme-3-5 .status.dotted::before, .theme-3-5 .status.dotted::after {
    content: "";
    position: absolute;
    top: -3px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #CED4DB; }
  .theme-3-5 .status.dotted::before {
    left: -3px; }
  .theme-3-5 .status.dotted::after {
    right: -3px; }
  .theme-3-5 .status.default {
    border-color: #e0e7ee;
    color: #828a91;
    background: #f2f6fa; }
    .theme-3-5 .status.default::before, .theme-3-5 .status.default::after {
      background: #c5cfd8; }
    .theme-3-5 .status.default .dots::before, .theme-3-5 .status.default .dots::after {
      background: #c5cfd8; }
  .theme-3-5 .status.info {
    border-color: #a2eeff;
    color: #00bcec;
    background: #eafbff; }
    .theme-3-5 .status.info::before, .theme-3-5 .status.info::after {
      background: #50deff; }
    .theme-3-5 .status.info .dots::before, .theme-3-5 .status.info .dots::after {
      background: #50deff; }
  .theme-3-5 .status.success {
    border-color: #9ff4a7;
    color: #1ac528;
    background: rgba(197, 254, 202, 0.8); }
    .theme-3-5 .status.success::before, .theme-3-5 .status.success::after {
      background: #77e681; }
    .theme-3-5 .status.success .dots::before, .theme-3-5 .status.success .dots::after {
      background: #77e681; }
  .theme-3-5 .status.warning {
    border-color: #ffc796;
    background: #fae7d7;
    color: #ff9400; }
    .theme-3-5 .status.warning::before, .theme-3-5 .status.warning::after {
      background: #fca85f; }
    .theme-3-5 .status.warning .dots::before, .theme-3-5 .status.warning .dots::after {
      background: #fca85f; }
  .theme-3-5 .status.warning-light {
    border-color: #ffe468;
    background: rgba(255, 247, 209, 0.8);
    color: #ebb500; }
    .theme-3-5 .status.warning-light::before, .theme-3-5 .status.warning-light::after {
      background: #fac800; }
    .theme-3-5 .status.warning-light .dots::before, .theme-3-5 .status.warning-light .dots::after {
      background: #fac800; }
  .theme-3-5 .status.danger {
    border-color: #ffc2c2;
    color: #ea3839;
    background: #ffe9e9; }
    .theme-3-5 .status.danger::before, .theme-3-5 .status.danger::after {
      background: #ffa4a4; }
    .theme-3-5 .status.danger .dots::before, .theme-3-5 .status.danger .dots::after {
      background: #ffa4a4; }
.theme-3-5 .progress {
  overflow: visible;
  border-radius: 0;
  border: none;
  margin: 0;
  height: 10px;
  box-shadow: none;
  background: #f2f6fa; }
  .theme-3-5 .progress-bar {
    border: none;
    border-radius: 0;
    z-index: 1;
    box-shadow: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    line-height: auto; }
    .theme-3-5 .progress-bar.info {
      background: #00bcec; }
    .theme-3-5 .progress-bar.success {
      background: #24c432; }
    .theme-3-5 .progress-bar.warning {
      background: #ff9400; }
    .theme-3-5 .progress-bar.danger {
      background: #eb5757; }
.theme-3-5 .action-button-mobile--trigger {
  display: none; }
.theme-3-5 .action-button-group {
  margin-top: 2px;
  margin-left: 1px;
  margin-right: -1px; }
  .theme-3-5 .action-button-group.mobile {
    display: none; }
  .theme-3-5 .action-button-group__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
        flex-flow: wrap; }
    .theme-3-5 .action-button-group__row__collapsed {
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
      max-width: 100%; }
      .theme-3-5 .action-button-group__row__collapsed .action-button__content {
        height: 0;
        overflow: hidden;
        transition: 0.1s;
        margin-left: -1px;
        margin-right: 1px; }
        .theme-3-5 .action-button-group__row__collapsed .action-button__content__title {
          font-size: 18px;
          line-height: 24px;
          font-weight: 600;
          color: #3b4348; }
        .theme-3-5 .action-button-group__row__collapsed .action-button__content__group {
          padding: 15px 0; }
          .theme-3-5 .action-button-group__row__collapsed .action-button__content__group:not(:last-child) {
            border-bottom: 2px solid #e0e7ee; }
          .theme-3-5 .action-button-group__row__collapsed .action-button__content__group h4 {
            font-size: 12px;
            line-height: 16px;
            letter-spacing: 1px;
            font-weight: 500;
            text-transform: uppercase;
            color: #3b4348; }
          .theme-3-5 .action-button-group__row__collapsed .action-button__content__group p {
            font-size: 15px;
            line-height: 20px;
            font-weight: 400;
            color: #828a91; }
          .theme-3-5 .action-button-group__row__collapsed .action-button__content__group [data-toggle="tooltip"] {
            margin: 0 5px 0 0;
            display: inline-block;
            font-size: 0;
            line-height: 0; }
        .theme-3-5 .action-button-group__row__collapsed .action-button__content__body {
          background: #ffffff;
          border: 2px solid #e0e7ee;
          padding: 20px 20px 0; }
.theme-3-5 .action-button__trigger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #ffffff;
  border: 2px solid #e0e7ee;
  -ms-flex-preferred-size: calc(50% + 1px);
      flex-basis: calc(50% + 1px);
  max-width: calc(50% + 1px);
  padding: 20px;
  height: 110px;
  margin-right: -1px;
  margin-left: -1px;
  margin-bottom: -2px;
  margin-top: -2px;
  transition: 0.1s;
  position: relative;
  z-index: 2; }
  .theme-3-5 .action-button__trigger .icon {
    max-width: 40px;
    min-height: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .theme-3-5 .action-button__trigger .icon svg {
      max-width: 100%; }
  .theme-3-5 .action-button__trigger .title {
    font-size: 13px;
    line-height: 18px;
    text-align: center;
    color: #828a91;
    transition: 0.2s; }
  .theme-3-5 .action-button__trigger.active {
    border-bottom-color: #ff9c4c; }
    .theme-3-5 .action-button__trigger.active .title {
      color: #3b4348; }
  .theme-3-5 .action-button__trigger:hover .title {
    color: #ff8522; }
@media screen and (max-width: 920px) {
  .theme-3-5 .action-button-mobile--trigger {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: transparent;
    border: none;
    padding: 0; }
    .theme-3-5 .action-button-mobile--trigger span {
      font-size: 16px;
      font-weight: 500;
      margin-right: 10px;
      transition: 0.2s;
      color: #828a91; }
    .theme-3-5 .action-button-mobile--trigger .more {
      transition: 0.2s; }
    .theme-3-5 .action-button-mobile--trigger.open span {
      color: #ff8522; }
    .theme-3-5 .action-button-mobile--trigger.open .more {
      -webkit-transform: scale(-1);
              transform: scale(-1); }
    .theme-3-5 .action-button-mobile--trigger.open .stroke {
      stroke: #ff8522; } }
  @media screen and (max-width: 920px) and (hover: hover) {
    .theme-3-5 .action-button-mobile--trigger:hover span {
      color: #ff8522; } }
@media screen and (max-width: 920px) {
  .theme-3-5 .action-button-group.mobile {
    display: none;
    margin-bottom: 45px;
    width: calc(100% + 2px); }
    .theme-3-5 .action-button-group.mobile.open {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    .theme-3-5 .action-button-group.mobile.bordered {
      padding-bottom: 20px;
      margin-bottom: 20px;
      border-bottom: 2px solid #e0e7ee; }
  .theme-3-5 .action-button-group__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
        flex-flow: wrap;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
    margin-right: -2px; }
    .theme-3-5 .action-button-group__row__collapsed {
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
      max-width: 100%; }
      .theme-3-5 .action-button-group__row__collapsed .action-button__content__title {
        font-size: 17px;
        line-height: 22px;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%; }
      .theme-3-5 .action-button-group__row__collapsed .action-button__content__group {
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
        max-width: 50%; }
        .theme-3-5 .action-button-group__row__collapsed .action-button__content__group:not(:last-child) {
          border-bottom: none; }
      .theme-3-5 .action-button-group__row__collapsed .action-button__content__body {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: wrap;
            flex-flow: wrap;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; } }
@media screen and (max-width: 700px) {
  .theme-3-5 .action-button-group.mobile {
    -ms-flex-flow: wrap;
        flex-flow: wrap; }
  .theme-3-5 .action-button-group__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
        flex-flow: wrap;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%; }
    .theme-3-5 .action-button-group__row__collapsed {
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
      max-width: 100%; }
      .theme-3-5 .action-button-group__row__collapsed .action-button__content__group {
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
        max-width: 100%; }
        .theme-3-5 .action-button-group__row__collapsed .action-button__content__group:not(:last-child) {
          border-bottom: 2px solid #e0e7ee; } }
.theme-3-5 .category-group {
  border: 2px solid #e0e7ee;
  background: #fff; }
  .theme-3-5 .category-group li {
    position: relative; }
    .theme-3-5 .category-group li::after {
      content: "";
      position: absolute;
      right: -2px;
      top: 50%;
      bottom: 50%;
      width: 2px;
      transition: 0.4s;
      background: #ff9c4c; }
    .theme-3-5 .category-group li:not(:last-child) {
      border-bottom: 2px solid #e0e7ee; }
    .theme-3-5 .category-group li a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      padding: 10px 15px; }
      .theme-3-5 .category-group li a h3,
      .theme-3-5 .category-group li a span {
        font-size: 13px;
        line-height: 18px;
        text-align: left;
        color: #828a91;
        transition: 0.2s; }
      .theme-3-5 .category-group li a h3 {
        word-break: break-all;
        padding-right: 20px; }
    .theme-3-5 .category-group li.active::after {
      top: 0;
      bottom: 0; }
    .theme-3-5 .category-group li.active a h3,
    .theme-3-5 .category-group li.active a span {
      color: #4e5357; }
    .theme-3-5 .category-group li.active a h3 {
      font-weight: 600; }
    .theme-3-5 .category-group li:hover::after {
      top: 0;
      bottom: 0; }
    .theme-3-5 .category-group li:hover a h3,
    .theme-3-5 .category-group li:hover a span {
      color: #ff8522; }
.theme-3-5 .multi-action-panel {
  position: fixed;
  bottom: 0;
  left: 50%;
  z-index: 25;
  -webkit-transform: translateX(-50%) translateY(100%);
          transform: translateX(-50%) translateY(100%);
  transition: 0.2s;
  width: 100%;
  max-width: 510px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-height: 50px; }
  .theme-3-5 .multi-action-panel.open {
    -webkit-transform: translateX(-50%) translateY(0);
            transform: translateX(-50%) translateY(0); }
  .theme-3-5 .multi-action-panel__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 15px 20px;
    background: #ff8522;
    border: none;
    transition: 0.2s; }
    .theme-3-5 .multi-action-panel__item:nth-child(1) {
      -ms-flex-preferred-size: 170px;
          flex-basis: 170px;
      max-width: 170px;
      border-radius: 24px 0 0 0; }
    .theme-3-5 .multi-action-panel__item:nth-child(2) {
      -ms-flex-preferred-size: 160px;
          flex-basis: 160px;
      max-width: 160px;
      border: solid rgba(255, 255, 255, 0.21);
      border-width: 0 2px 0 2px; }
    .theme-3-5 .multi-action-panel__item:nth-child(3) {
      -ms-flex-preferred-size: 180px;
          flex-basis: 180px;
      max-width: 180px;
      border-radius: 0 24px 0 0; }
    .theme-3-5 .multi-action-panel__item .icon {
      width: 20px;
      margin-right: 10px;
      text-align: center; }
      .theme-3-5 .multi-action-panel__item .icon svg {
        max-width: 20px; }
    .theme-3-5 .multi-action-panel__item span {
      font-size: 15px;
      line-height: 20px;
      color: #ffffff; }
  .theme-3-5 .multi-action-panel .btn-action {
    position: relative; }
    .theme-3-5 .multi-action-panel .btn-action .icon {
      margin: 0 0 0 10px;
      -webkit-transform: scaleY(-1);
              transform: scaleY(-1);
      transition: 0.2s; }
    .theme-3-5 .multi-action-panel .btn-action .action-list {
      position: absolute;
      width: 145px;
      background: #ffffff;
      box-shadow: 0px 10px 20px rgba(39, 49, 53, 0.104903);
      bottom: 100%;
      right: 0;
      padding: 15px;
      -webkit-transform: scaleY(0);
              transform: scaleY(0);
      -webkit-transform-origin: 0% 100%;
              transform-origin: 0% 100%;
      transition: 0.3s ease-in-out; }
      .theme-3-5 .multi-action-panel .btn-action .action-list li {
        text-align: left; }
        .theme-3-5 .multi-action-panel .btn-action .action-list li a {
          font-size: 15px;
          line-height: 25px;
          color: #3b4348; }
          .theme-3-5 .multi-action-panel .btn-action .action-list li a:hover {
            color: #ff8522; }
    .theme-3-5 .multi-action-panel .btn-action.open .icon {
      -webkit-transform: scaleY(1);
              transform: scaleY(1); }
    .theme-3-5 .multi-action-panel .btn-action.open .action-list {
      -webkit-transform: scaleY(1);
              transform: scaleY(1); }
  @media screen and (max-width: 520px) {
    .theme-3-5 .multi-action-panel {
      max-width: 100%; }
      .theme-3-5 .multi-action-panel__item:nth-child(1) {
        border-radius: 0; }
      .theme-3-5 .multi-action-panel__item:nth-child(2) {
        -ms-flex-preferred-size: calc((100% - 160px) / 2);
            flex-basis: calc((100% - 160px) / 2);
        max-width: calc((100% - 160px) / 2); }
      .theme-3-5 .multi-action-panel__item:nth-child(3) {
        border-radius: 0;
        -ms-flex-preferred-size: calc((100% - 160px) / 2);
            flex-basis: calc((100% - 160px) / 2);
        max-width: calc((100% - 160px) / 2); }
      .theme-3-5 .multi-action-panel__item em {
        display: none; }
      .theme-3-5 .multi-action-panel .btn-action .action-list {
        width: 100%; } }
  @media screen and (max-width: 420px) {
    .theme-3-5 .multi-action-panel {
      max-width: 100%; }
      .theme-3-5 .multi-action-panel__item {
        padding: 10px; } }
.theme-3-5 .relation-item__arrow {
  position: absolute;
  cursor: pointer;
  width: 20px;
  top: 8px;
  bottom: 5px;
  left: 0;
  margin-right: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  transition: 0.2s; }
  .theme-3-5 .relation-item__arrow [stroke] {
    transition: 0.2s; }
  .theme-3-5 .relation-item__arrow:hover [stroke] {
    stroke: #ff8522; }
.theme-3-5 .relation-item__title {
  font-size: 18px;
  font-weight: 500; }
.theme-3-5 .relation-item__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 10px;
  cursor: pointer; }
  .theme-3-5 .relation-item__label__icon {
    -ms-flex-preferred-size: 20px;
        flex-basis: 20px;
    max-width: 20px;
    margin-right: 10px;
    font-size: 0;
    line-height: 0; }
    .theme-3-5 .relation-item__label__icon svg {
      width: 20px;
      height: 20px; }
    .theme-3-5 .relation-item__label__icon [fill="#AFB9C2"],
    .theme-3-5 .relation-item__label__icon [stroke="#AFB9C2"] {
      transition: 0.2s; }
  .theme-3-5 .relation-item__label__bar {
    border: 1px solid #98a2ab;
    border-left: none;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 16px;
    padding: 0 5px;
    transition: 0.2s; }
    .theme-3-5 .relation-item__label__bar::before, .theme-3-5 .relation-item__label__bar::after {
      content: "";
      position: absolute;
      height: 9px;
      width: 1px;
      left: 0;
      background-color: #98a2ab;
      transition: 0.2s; }
    .theme-3-5 .relation-item__label__bar::before {
      top: 0;
      -webkit-transform: rotate(32deg);
              transform: rotate(32deg);
      -webkit-transform-origin: 1.5px 0px;
              transform-origin: 1.5px 0px; }
    .theme-3-5 .relation-item__label__bar::after {
      bottom: 0;
      -webkit-transform: rotate(-32deg);
              transform: rotate(-32deg);
      -webkit-transform-origin: 1.5px 100%;
              transform-origin: 1.5px 100%; }
    .theme-3-5 .relation-item__label__bar__text {
      font-size: 8px;
      line-height: 10px;
      font-weight: 600;
      text-transform: uppercase;
      -webkit-transform: translateY(1px);
              transform: translateY(1px);
      color: #98a2ab;
      transition: 0.2s; }
  .theme-3-5 .relation-item__label:hover .relation-item__label__icon [fill="#AFB9C2"] {
    fill: #3b4348; }
  .theme-3-5 .relation-item__label:hover .relation-item__label__icon [stroke="#AFB9C2"] {
    stroke: #3b4348; }
  .theme-3-5 .relation-item__label:hover .relation-item__label__bar {
    border-color: #3b4348; }
    .theme-3-5 .relation-item__label:hover .relation-item__label__bar::before, .theme-3-5 .relation-item__label:hover .relation-item__label__bar::after {
      background-color: #3b4348; }
    .theme-3-5 .relation-item__label:hover .relation-item__label__bar__text {
      color: #3b4348; }
.theme-3-5 .relation-item.active .relation-item__arrow {
  -webkit-transform: scaleY(-1);
          transform: scaleY(-1); }
  .theme-3-5 .relation-item.active .relation-item__arrow [stroke] {
    stroke: #ff8522; }
.theme-3-5 .relation-item.active .relation-item__label__icon [fill="#AFB9C2"] {
  fill: #00bcec; }
.theme-3-5 .relation-item.active .relation-item__label__icon [stroke="#AFB9C2"] {
  stroke: #00bcec; }
.theme-3-5 .relation-item.active .relation-item__label__bar {
  border-color: #00bcec; }
  .theme-3-5 .relation-item.active .relation-item__label__bar::before, .theme-3-5 .relation-item.active .relation-item__label__bar::after {
    background-color: #00bcec; }
  .theme-3-5 .relation-item.active .relation-item__label__bar__text {
    color: #00bcec; }
.theme-3-5 .relation-item.active .relation-item__body {
  display: block; }
.theme-3-5 .relation-item__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 0; }
.theme-3-5 .relation-item__body {
  display: none; }
.theme-3-5 .relation-item__info {
  padding: 15px 25px;
  border-top: 1px solid #00bcec;
  background-color: rgba(0, 188, 236, 0.1); }
  .theme-3-5 .relation-item__info .label {
    -ms-flex-preferred-size: 120px;
        flex-basis: 120px;
    max-width: 120px;
    text-align: left; }
    .theme-3-5 .relation-item__info .label_text {
      font-size: 11px;
      line-height: 15px;
      letter-spacing: 0.92px;
      color: #3b4348; }
  .theme-3-5 .relation-item__info .text {
    -ms-flex-preferred-size: calc(100% - 120px);
        flex-basis: calc(100% - 120px);
    max-width: calc(100% - 120px);
    padding-left: 5px; }
    .theme-3-5 .relation-item__info .text p {
      font-size: 15px;
      line-height: 22px;
      color: #3b4348; }
  .theme-3-5 .relation-item__info .faq-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .theme-3-5 .relation-item__info .faq-link__icon {
      max-width: 14px;
      margin-right: 6px; }
      .theme-3-5 .relation-item__info .faq-link__icon [stroke],
      .theme-3-5 .relation-item__info .faq-link__icon [fill] {
        transition: 0.2s; }
    .theme-3-5 .relation-item__info .faq-link__text {
      font-size: 11px;
      line-height: 18px;
      font-weight: 500;
      color: #828a91;
      transition: 0.2s; }
    .theme-3-5 .relation-item__info .faq-link:hover .faq-link__text {
      color: #00bcec; }
    .theme-3-5 .relation-item__info .faq-link:hover .faq-link__icon [fill] {
      fill: #00bcec; }
    .theme-3-5 .relation-item__info .faq-link:hover .faq-link__icon [stroke] {
      stroke: #00bcec; }
.theme-3-5 .relation-box {
  margin-bottom: 15px; }
  .theme-3-5 .relation-box__header {
    border-bottom: 1px solid #c7d1da;
    padding: 5px 0; }
    .theme-3-5 .relation-box__header__title {
      font-size: 13px;
      line-height: 21px;
      letter-spacing: 1px;
      font-weight: 700;
      color: #3b4348; }
  .theme-3-5 .relation-box__list .relation-item__header {
    position: relative;
    padding: 7px 5px 7px 24px; }
  .theme-3-5 .relation-box__list .relation-item__title {
    font-size: 15px;
    line-height: 19px; }
.theme-3-5 .arrow-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px 10px 5px 24px; }
  .theme-3-5 .arrow-list__item:first-child {
    margin-top: 5px; }
  .theme-3-5 .arrow-list__item__text {
    font-size: 15px;
    line-height: 22px;
    font-weight: 500; }
  .theme-3-5 .arrow-list__item__arrow {
    padding: 2px 10px; }
    .theme-3-5 .arrow-list__item__arrow svg {
      max-width: 15px; }
.theme-3-5 .toggler__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px; }
  .theme-3-5 .toggler__group.colored .toggler__action {
    min-width: 80px;
    width: initial;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 30px;
    border-radius: 40px;
    background-color: #ff9c4c; }
    .theme-3-5 .toggler__group.colored .toggler__action__circle {
      width: 35px;
      height: 35px;
      border-color: #ff9c4c;
      box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.1); }
      .theme-3-5 .toggler__group.colored .toggler__action__circle::before {
        display: none; }
      .theme-3-5 .toggler__group.colored .toggler__action__circle::after {
        opacity: 1;
        border-radius: 50%;
        border: 2px solid #ff9c4c; }
    .theme-3-5 .toggler__group.colored .toggler__action::before, .theme-3-5 .toggler__group.colored .toggler__action::after {
      font-weight: 900;
      font-size: 12px;
      line-height: 20px;
      color: #ffffff;
      transition: 0.3s;
      letter-spacing: 1px;
      text-transform: uppercase;
      white-space: nowrap; }
    .theme-3-5 .toggler__group.colored .toggler__action::before {
      display: none;
      content: attr(data-on);
      padding: 0 45px 0 20px; }
    .theme-3-5 .toggler__group.colored .toggler__action::after {
      padding: 0 20px 0 45px;
      content: attr(data-off); }
  .theme-3-5 .toggler__group.colored .toggler__input {
    display: none; }
    .theme-3-5 .toggler__group.colored .toggler__input:checked + .toggler__action {
      background-color: #24c432; }
      .theme-3-5 .toggler__group.colored .toggler__input:checked + .toggler__action::before {
        display: inline-block; }
      .theme-3-5 .toggler__group.colored .toggler__input:checked + .toggler__action::after {
        display: none; }
      .theme-3-5 .toggler__group.colored .toggler__input:checked + .toggler__action .toggler__action__circle {
        left: calc(100% - 35px);
        border-color: #24c432; }
        .theme-3-5 .toggler__group.colored .toggler__input:checked + .toggler__action .toggler__action__circle::after {
          border-color: #24c432; }
.theme-3-5 .toggler__text {
  margin: 0 !important;
  font-size: 15px;
  line-height: 28px;
  padding: 0 10px;
  color: #828a91;
  transition: 0.3s; }
.theme-3-5 .toggler__action {
  width: 50px;
  height: 25px;
  border-radius: 40px;
  background-color: #d4dde5;
  transition: 0.3s;
  position: relative;
  cursor: pointer; }
  .theme-3-5 .toggler__action__circle {
    position: absolute;
    top: -2.5px;
    left: 0;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #ffffff;
    border: 2px solid #d4dde5;
    box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.1);
    transition: 0.3s; }
    .theme-3-5 .toggler__action__circle::before, .theme-3-5 .toggler__action__circle::after {
      transition: 0.3s;
      content: "";
      position: absolute;
      width: 10px;
      height: 10px;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
    .theme-3-5 .toggler__action__circle::before {
      opacity: 1;
      background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMTAiIHZpZXdCb3g9IjAgMCAxMCAxMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik01IDQuMTMwNDNMOS4xMzA0MyAwTDEwIDAuODY5NTY1TDUuODY5NTcgNUwxMCA5LjEzMDQzTDkuMTMwNDMgMTBMNSA1Ljg2OTU3TDAuODY5NTY1IDEwTDAgOS4xMzA0M0w0LjEzMDQzIDVMMCAwLjg2OTU2NUwwLjg2OTU2NSAwTDUgNC4xMzA0M1oiIGZpbGw9IiNENERERTUiLz4KPC9zdmc+Cg==");
      background-size: 10px 10px;
      background-position: center;
      background-repeat: no-repeat; }
    .theme-3-5 .toggler__action__circle::after {
      opacity: 0;
      border-radius: 50%;
      border: 2px solid #24c432; }
  .theme-3-5 .toggler__action.with__text {
    width: 75px; }
    .theme-3-5 .toggler__action.with__text::before, .theme-3-5 .toggler__action.with__text::after {
      font-weight: 800;
      font-size: 15px;
      line-height: 20px;
      color: #ffffff;
      position: absolute;
      letter-spacing: 0.5px;
      top: 3px;
      transition: 0.3s; }
    .theme-3-5 .toggler__action.with__text::before {
      content: "ON";
      left: 12px;
      opacity: 0; }
    .theme-3-5 .toggler__action.with__text::after {
      content: "OFF";
      right: 10px; }
  .theme-3-5 .toggler__action.with__thumb .toggler__action__circle {
    top: 3px;
    bottom: 3px;
    border: none;
    box-shadow: none;
    width: 20px;
    left: 3px;
    height: auto; }
    .theme-3-5 .toggler__action.with__thumb .toggler__action__circle::before, .theme-3-5 .toggler__action.with__thumb .toggler__action__circle::after {
      display: none; }
.theme-3-5 .toggler__input {
  display: none; }
  .theme-3-5 .toggler__input:checked + .toggler__action {
    background-color: #24c432; }
    .theme-3-5 .toggler__input:checked + .toggler__action.with__text::before {
      opacity: 1; }
    .theme-3-5 .toggler__input:checked + .toggler__action.with__text::after {
      opacity: 0; }
    .theme-3-5 .toggler__input:checked + .toggler__action.with__thumb .toggler__action__circle {
      left: calc(100% - 23px); }
    .theme-3-5 .toggler__input:checked + .toggler__action .toggler__action__circle {
      left: calc(100% - 30px);
      border-color: #24c432; }
      .theme-3-5 .toggler__input:checked + .toggler__action .toggler__action__circle::before {
        opacity: 0; }
      .theme-3-5 .toggler__input:checked + .toggler__action .toggler__action__circle::after {
        opacity: 1; }
    .theme-3-5 .toggler__input:checked + .toggler__action + .toggler__text {
      color: #3b4348; }
.theme-3-5 .protect-box {
  border: 2px solid #e0e7ee;
  margin-bottom: 20px; }
  .theme-3-5 .protect-box__switch input {
    display: none; }
    .theme-3-5 .protect-box__switch input:checked + label .switch {
      color: #24c432;
      border-color: #9ff4a7; }
      .theme-3-5 .protect-box__switch input:checked + label .switch-off {
        display: none; }
      .theme-3-5 .protect-box__switch input:checked + label .switch-on {
        display: inline-block; }
  .theme-3-5 .protect-box__switch label a {
    cursor: pointer; }
  .theme-3-5 .protect-box__switch label .switch {
    font-size: 10px;
    line-height: 16px;
    letter-spacing: 1px;
    color: #9da1a3;
    font-weight: 600;
    padding: 2.5px 9px;
    border: 2px solid #e0e7ee;
    transition: 0.3s; }
    .theme-3-5 .protect-box__switch label .switch-on {
      display: none; }
    .theme-3-5 .protect-box__switch label .switch-off {
      display: inline-block; }
  .theme-3-5 .protect-box__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 8px 15px 8px 10px;
    border-bottom: 2px solid #e0e7ee; }
    .theme-3-5 .protect-box__header .title {
      font-size: 15px; }
  .theme-3-5 .protect-box__body {
    padding: 7px; }
    .theme-3-5 .protect-box__body__title {
      font-weight: 900;
      font-size: 12px;
      line-height: 16px;
      letter-spacing: 1px;
      text-transform: uppercase;
      color: #98a2ab; }
  .theme-3-5 .protect-box__grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-flow: wrap;
        flex-flow: wrap;
    margin-left: -5px;
    margin-top: 5px; }
    .theme-3-5 .protect-box__grid__item {
      background: #f2f6fa;
      border: 2px solid #e0e7ee;
      display: inline-block;
      padding: 5px;
      margin: 5px; }
      .theme-3-5 .protect-box__grid__item .text {
        font-weight: 800;
        font-size: 13px;
        line-height: 16px;
        letter-spacing: 1px;
        color: #828a91; }
.theme-3-5 .protect-panel__toggler {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 5px; }
  .theme-3-5 .protect-panel__toggler__name {
    margin: 2px 0 0 10px; }
    .theme-3-5 .protect-panel__toggler__name .name {
      font-size: 15px;
      line-height: 28px;
      color: #828a91; }
    .theme-3-5 .protect-panel__toggler__name [data-toggle="tooltip"] svg {
      max-width: 13px; }
.theme-3-5 .protect-panel__multiselect {
  display: none;
  width: 100%;
  margin-top: 10px; }
.theme-3-5 .protect-panel.open .protect-panel__toggler__name .name {
  color: #3b4348; }
.theme-3-5 .protect-panel.open .protect-panel__multiselect {
  display: block; }
.theme-3-5 .main-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 35px; }
  .theme-3-5 .main-header__title {
    font-weight: 800;
    font-size: 28px;
    line-height: 44px;
    padding-right: 17.5px;
    color: #3b4348; }
  .theme-3-5 .main-header__subtitle {
    font-size: 15px;
    line-height: 30px;
    text-transform: uppercase;
    color: #828a91; }
  .theme-3-5 .main-header__search {
    margin-left: auto;
    -ms-flex-preferred-size: 260px;
        flex-basis: 260px;
    max-width: 260px; }
  .theme-3-5 .main-header .dpanel3-btn {
    margin: 2.5px 7.5px;
    min-height: 40px; }
    .theme-3-5 .main-header .dpanel3-btn.add .mobile {
      display: none; }
  .theme-3-5 .main-header.with-filters {
    -ms-flex-flow: wrap;
        flex-flow: wrap;
    margin-bottom: 10px; }
    .theme-3-5 .main-header.with-filters .main-header__search {
      position: relative;
      -ms-flex-preferred-size: initial;
          flex-basis: initial;
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      max-width: 320px; }
  @media screen and (max-width: 860px) {
    .theme-3-5 .main-header {
      position: relative;
      margin-bottom: 24px; }
      .theme-3-5 .main-header__title {
        font-size: 20px;
        line-height: 25px;
        -ms-flex-item-align: center;
            align-self: center;
        padding-right: 10px; }
      .theme-3-5 .main-header .dpanel3-btn {
        margin-top: 0;
        margin-bottom: 0; }
      .theme-3-5 .main-header > .dpanel3-btn:not(.mobile-keep-full) {
        border-radius: 50%;
        padding: 0;
        width: 45px;
        min-width: 45px;
        height: 45px;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; }
        .theme-3-5 .main-header > .dpanel3-btn:not(.mobile-keep-full):nth-child(2) {
          margin-left: auto; }
        .theme-3-5 .main-header > .dpanel3-btn:not(.mobile-keep-full) .dpanel3-btn__icon {
          margin-right: 0; }
        .theme-3-5 .main-header > .dpanel3-btn:not(.mobile-keep-full) .dpanel3-btn__text {
          display: none; }
        .theme-3-5 .main-header > .dpanel3-btn:not(.mobile-keep-full) .dpanel3-btn.add .mobile {
          display: block; }
        .theme-3-5 .main-header > .dpanel3-btn:not(.mobile-keep-full) .dpanel3-btn.add .desktop {
          display: none; }
      .theme-3-5 .main-header:not(.with-filters) .main-header__search {
        margin-left: 7.5px; }
      .theme-3-5 .main-header.with-filters {
        margin-bottom: 35px; }
        .theme-3-5 .main-header.with-filters .search-wrapper {
          -webkit-box-align: start;
              -ms-flex-align: start;
                  align-items: flex-start; }
          .theme-3-5 .main-header.with-filters .search-wrapper .btn-filter {
            width: initial;
            height: initial;
            padding: 7.5px 17px; }
            .theme-3-5 .main-header.with-filters .search-wrapper .btn-filter .dpanel3-btn__icon {
              margin-right: 10px; }
            .theme-3-5 .main-header.with-filters .search-wrapper .btn-filter .dpanel3-btn__text {
              display: inline-block; }
        .theme-3-5 .main-header.with-filters .main-header__search {
          -ms-flex-preferred-size: 100%;
              flex-basis: 100%;
          max-width: 100%;
          margin-top: 20px; } }
  @media screen and (max-width: 750px) {
    .theme-3-5 .main-header:not(.with-filters) .main-header__search {
      -ms-flex-preferred-size: 45px;
          flex-basis: 45px;
      max-width: 45px; } }
  @media screen and (max-width: 600px) {
    .theme-3-5 .main-header.with-filters {
      margin-bottom: 10px; }
      .theme-3-5 .main-header.with-filters .main-header__title {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1; }
      .theme-3-5 .main-header.with-filters .search-wrapper .btn-filter {
        width: 45px;
        height: 45px;
        padding: 5px; }
        .theme-3-5 .main-header.with-filters .search-wrapper .btn-filter .dpanel3-btn__icon {
          margin-right: 0; }
        .theme-3-5 .main-header.with-filters .search-wrapper .btn-filter .dpanel3-btn__text {
          display: none; } }
.theme-3-5 .main-header2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 35px; }
  .theme-3-5 .main-header2 .btn-expanded {
    margin: 0 10px; }
    .theme-3-5 .main-header2 .btn-expanded .btn-header .bg {
      display: none; }
    .theme-3-5 .main-header2 .btn-expanded .btn-inner {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -ms-flex-flow: nowrap;
          flex-flow: nowrap;
      border-radius: 100px;
      background-color: #ff8522;
      border: 2px solid rgba(18, 18, 20, 0.09);
      padding: 7.5px 17px;
      transition: 0.2s; }
      .theme-3-5 .main-header2 .btn-expanded .btn-inner span {
        font-size: 13px;
        line-height: 21px;
        font-weight: 900;
        letter-spacing: 1px;
        text-transform: uppercase;
        white-space: nowrap;
        transition: all 0.2s;
        margin-bottom: -1px;
        color: #ffffff; }
    .theme-3-5 .main-header2 .btn-expanded.open .btn-header .bg {
      display: block;
      cursor: default; }
  .theme-3-5 .main-header2__content {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-right: 10px; }
    .theme-3-5 .main-header2__content .title-holder {
      margin-right: 15px;
      max-height: 88px;
      overflow: hidden; }
      .theme-3-5 .main-header2__content .title-holder .title {
        font-size: 28px;
        line-height: 44px;
        font-weight: 800;
        color: #3b4348; }
    .theme-3-5 .main-header2__content .buttons-holder {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .theme-3-5 .main-header2__content .buttons-holder .dpanel3-btn {
        margin: 0 10px; }
        .theme-3-5 .main-header2__content .buttons-holder .dpanel3-btn.add .mobile {
          display: none; }
  .theme-3-5 .main-header2__search {
    -ms-flex-preferred-size: 260px;
        flex-basis: 260px;
    max-width: 260px; }
    .theme-3-5 .main-header2__search .search-wrapper {
      position: relative;
      overflow: visible; }
      .theme-3-5 .main-header2__search .search-wrapper .filters-panel {
        top: 0;
        right: 0; }
      .theme-3-5 .main-header2__search .search-wrapper.filters-opened .filters-panel {
        -webkit-transform: scale(1);
                transform: scale(1); }
  .theme-3-5 .main-header2.search-with-filters .btn-filter {
    min-width: 45px; }
  .theme-3-5 .main-header2.search-with-filters .main-header2__search {
    -ms-flex-preferred-size: 320px;
        flex-basis: 320px;
    max-width: 320px; }
  .theme-3-5 .main-header2.additional-actions-on-bottom {
    margin-bottom: 10px; }
  @media screen and (min-width: 1180px) and (max-width: 1320px) {
    .theme-3-5 .main-header2.long-title .main-header2__content .dpanel3-btn {
      border-radius: 50%;
      padding: 0;
      width: 45px;
      min-width: 45px;
      height: 45px;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .theme-3-5 .main-header2.long-title .main-header2__content .dpanel3-btn__text {
        display: none; }
      .theme-3-5 .main-header2.long-title .main-header2__content .dpanel3-btn__icon {
        margin: 0; }
      .theme-3-5 .main-header2.long-title .main-header2__content .dpanel3-btn.add .mobile {
        display: block; }
      .theme-3-5 .main-header2.long-title .main-header2__content .dpanel3-btn.add .desktop {
        display: none; } }
  @media screen and (max-width: 1000px) {
    .theme-3-5 .main-header2:not(.collapsible-search) .main-header2__content .dpanel3-btn {
      border-radius: 50%;
      padding: 0;
      width: 45px;
      min-width: 45px;
      height: 45px;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .theme-3-5 .main-header2:not(.collapsible-search) .main-header2__content .dpanel3-btn__text {
        display: none; }
      .theme-3-5 .main-header2:not(.collapsible-search) .main-header2__content .dpanel3-btn__icon {
        margin: 0; }
      .theme-3-5 .main-header2:not(.collapsible-search) .main-header2__content .dpanel3-btn.add .mobile {
        display: block; }
      .theme-3-5 .main-header2:not(.collapsible-search) .main-header2__content .dpanel3-btn.add .desktop {
        display: none; } }
  @media screen and (min-width: 750px) and (max-width: 1000px) {
    .theme-3-5 .main-header2.collapsible-search .main-header2__search.main-header2__search .search-wrapper {
      position: relative;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end; }
      .theme-3-5 .main-header2.collapsible-search .main-header2__search.main-header2__search .search-wrapper .search-trigger-mobile {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
      .theme-3-5 .main-header2.collapsible-search .main-header2__search.main-header2__search .search-wrapper .search-container {
        transition: 0.2s;
        width: 0;
        max-width: 0;
        overflow: hidden;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        opacity: 0; }
        .theme-3-5 .main-header2.collapsible-search .main-header2__search.main-header2__search .search-wrapper .search-container.open {
          width: 100%;
          height: 45px;
          overflow: visible;
          max-width: 100%;
          opacity: 1; }
    .theme-3-5 .main-header2.collapsible-search.search-with-filters .main-header2__search.main-header2__search .search-wrapper .search-container {
      right: 60px; } }
  @media screen and (max-width: 750px) {
    .theme-3-5 .main-header2.collapsible-search .main-header2__content .dpanel3-btn {
      border-radius: 50%;
      padding: 0;
      width: 45px;
      min-width: 45px;
      height: 45px;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .theme-3-5 .main-header2.collapsible-search .main-header2__content .dpanel3-btn__text {
        display: none; }
      .theme-3-5 .main-header2.collapsible-search .main-header2__content .dpanel3-btn__icon {
        margin: 0; }
      .theme-3-5 .main-header2.collapsible-search .main-header2__content .dpanel3-btn.add .mobile {
        display: block; }
      .theme-3-5 .main-header2.collapsible-search .main-header2__content .dpanel3-btn.add .desktop {
        display: none; } }
  @media screen and (max-width: 750px) {
    .theme-3-5 .main-header2 {
      -ms-flex-flow: wrap;
          flex-flow: wrap;
      margin-bottom: 25px; }
      .theme-3-5 .main-header2 .btn-expanded {
        margin: 0 0 0 10px; }
        .theme-3-5 .main-header2 .btn-expanded .btn-inner {
          border-radius: 50%;
          padding: 0;
          width: 45px;
          min-width: 45px;
          height: 45px;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center; }
          .theme-3-5 .main-header2 .btn-expanded .btn-inner svg {
            margin: 0; }
          .theme-3-5 .main-header2 .btn-expanded .btn-inner span {
            display: none; }
        .theme-3-5 .main-header2 .btn-expanded.open .btn-header .bg {
          right: -20px;
          left: initial;
          width: 350px !important;
          border-radius: 0; }
        .theme-3-5 .main-header2 .btn-expanded.open .btn-body {
          right: initial;
          left: -265px;
          top: -10px; }
          .theme-3-5 .main-header2 .btn-expanded.open .btn-body .btn-ctn {
            padding-top: 0; }
      .theme-3-5 .main-header2__content {
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
        max-width: 100%;
        margin-bottom: 20px;
        padding-right: 0; }
        .theme-3-5 .main-header2__content .title-holder {
          -webkit-box-flex: 1;
              -ms-flex: 1;
                  flex: 1;
          max-height: 50px; }
          .theme-3-5 .main-header2__content .title-holder .title {
            font-size: 20px;
            line-height: 25px; }
        .theme-3-5 .main-header2__content .buttons-holder .dpanel3-btn {
          margin: 0 7.5px; }
          .theme-3-5 .main-header2__content .buttons-holder .dpanel3-btn.add .mobile {
            display: block; }
          .theme-3-5 .main-header2__content .buttons-holder .dpanel3-btn.add .desktop {
            display: none; }
        .theme-3-5 .main-header2__content .buttons-holder .dpanel3-btn:last-child {
          margin-right: 0; }
      .theme-3-5 .main-header2__search {
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
        max-width: 100%; }
        .theme-3-5 .main-header2__search .search-container.search-container {
          width: 100%;
          max-width: 100%;
          position: relative; }
        .theme-3-5 .main-header2__search .search-trigger-mobile.search-trigger-mobile {
          display: none; }
      .theme-3-5 .main-header2.search-with-filters .main-header2__search {
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
        max-width: 100%; }
      .theme-3-5 .main-header2.additional-actions-on-bottom {
        margin-bottom: 20px; } }
  @media screen and (max-width: 500px) {
    .theme-3-5 .main-header2 .btn-expanded.open .btn-header .bg {
      width: 100vw !important; }
    .theme-3-5 .main-header2 .btn-expanded.open .btn-body {
      right: 0;
      left: initial;
      top: -10px;
      width: calc(100vw - 55px);
      max-width: calc(100vw - 55px); } }
.theme-3-5 .search-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .theme-3-5 .search-wrapper.filled .btn-clear svg path {
    stroke: #4a545b; }
  .theme-3-5 .search-wrapper .btn-filter {
    width: 45px;
    height: 45px;
    min-width: 45px;
    margin: 0 0 0 15px;
    padding: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative; }
    .theme-3-5 .search-wrapper .btn-filter::after {
      content: "";
      display: inline-block;
      width: 16px;
      height: 16px;
      border-radius: 50%;
      position: absolute;
      top: -4px;
      right: -4px;
      background: #ea3839;
      border: 2px solid #ffffff;
      opacity: 0; }
    .theme-3-5 .search-wrapper .btn-filter .dpanel3-btn__icon {
      margin: 0; }
    .theme-3-5 .search-wrapper .btn-filter .dpanel3-btn__text {
      display: none; }
  .theme-3-5 .search-wrapper .search-container {
    position: relative;
    width: 100%; }
    .theme-3-5 .search-wrapper .search-container::after {
      content: "";
      display: inline-block;
      width: 16px;
      height: 16px;
      border-radius: 50%;
      position: absolute;
      top: 0;
      right: 0;
      transition: 0.2s;
      background: #ea3839;
      border: 2px solid #ffffff;
      opacity: 0; }
    .theme-3-5 .search-wrapper .search-container.focused .form-group .inp-group input {
      padding-left: 35px;
      border-color: #ff8522; }
    .theme-3-5 .search-wrapper .search-container.focused .btn-clear {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    .theme-3-5 .search-wrapper .search-container.focused .btn-search {
      background-color: #ff8522;
      border-color: rgba(18, 18, 20, 0.09); }
      .theme-3-5 .search-wrapper .search-container.focused .btn-search svg [fill] {
        fill: #fff; }
      .theme-3-5 .search-wrapper .search-container.focused .btn-search svg [stroke] {
        stroke: #fff; }
  .theme-3-5 .search-wrapper .search-trigger-mobile {
    display: none;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: #ffffff;
    border: 2px solid #c7d1da;
    transition: 0.2s;
    position: relative; }
    .theme-3-5 .search-wrapper .search-trigger-mobile::after {
      content: "";
      display: inline-block;
      width: 16px;
      height: 16px;
      border-radius: 50%;
      position: absolute;
      top: -2px;
      right: -2px;
      transition: 0.2s;
      background: #ea3839;
      border: 2px solid #ffffff;
      opacity: 0; }
    .theme-3-5 .search-wrapper .search-trigger-mobile:hover {
      opacity: 0.8; }
    .theme-3-5 .search-wrapper .search-trigger-mobile:active {
      -webkit-transform: scale(0.96);
              transform: scale(0.96); }
  .theme-3-5 .search-wrapper .form-group {
    margin: 0; }
    .theme-3-5 .search-wrapper .form-group .inp-group input {
      font-size: 15px;
      border-radius: 25px;
      padding-right: 60px;
      background: #fafcfd;
      border: 2px solid #c7d1da;
      color: #3b4348;
      transition: 0.2s; }
      .theme-3-5 .search-wrapper .form-group .inp-group input::-webkit-input-placeholder {
        color: #828a91; }
      .theme-3-5 .search-wrapper .form-group .inp-group input::-moz-placeholder {
        color: #828a91; }
      .theme-3-5 .search-wrapper .form-group .inp-group input:-ms-input-placeholder {
        color: #828a91; }
      .theme-3-5 .search-wrapper .form-group .inp-group input::placeholder {
        color: #828a91; }
  .theme-3-5 .search-wrapper .btn-clear,
  .theme-3-5 .search-wrapper .btn-search {
    position: absolute;
    border: none;
    background: transparent;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .theme-3-5 .search-wrapper .btn-clear {
    top: 50%;
    -webkit-transform: translateY(-55%);
            transform: translateY(-55%);
    left: 15px;
    width: 16px;
    height: 16px;
    z-index: 4;
    display: none;
    padding: 0; }
    .theme-3-5 .search-wrapper .btn-clear svg {
      max-width: 16px; }
      .theme-3-5 .search-wrapper .btn-clear svg path {
        transition: 0.2s;
        stroke: #e0e7ee; }
  .theme-3-5 .search-wrapper .btn-search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    top: 0;
    bottom: 0;
    padding: 10px;
    right: 0;
    width: 45px;
    height: 45px;
    border: 2px solid #c7d1da;
    border-radius: 50%;
    transition: 0.2s; }
    .theme-3-5 .search-wrapper .btn-search svg {
      max-width: 20px; }
      .theme-3-5 .search-wrapper .btn-search svg [fill],
      .theme-3-5 .search-wrapper .btn-search svg [stroke] {
        transition: 0.2s; }
  @media screen and (max-width: 860px) {
    .theme-3-5 .search-wrapper {
      height: 45px;
      overflow: hidden; }
      .theme-3-5 .search-wrapper .btn-search {
        width: 45px;
        height: 45px; } }
  @media screen and (max-width: 750px) {
    .theme-3-5 .search-wrapper .search-trigger-mobile {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    .theme-3-5 .search-wrapper .search-container {
      transition: 0.2s;
      width: 0;
      max-width: 0;
      overflow: hidden;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0; }
      .theme-3-5 .search-wrapper .search-container.open {
        width: 100%;
        height: 45px;
        max-width: 100%; }
      .theme-3-5 .search-wrapper .search-container.filled::after {
        opacity: 1; } }
.theme-3-5 .with-filters .search-wrapper .search-container,
.theme-3-5 .search-with-filters .search-wrapper .search-container {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; }
@media screen and (max-width: 860px) {
  .theme-3-5 .with-filters .dpanel3-btn:nth-last-child(2),
  .theme-3-5 .search-with-filters .dpanel3-btn:nth-last-child(2) {
    margin-right: 0; }
  .theme-3-5 .with-filters .search-wrapper,
  .theme-3-5 .search-with-filters .search-wrapper {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .theme-3-5 .with-filters .search-wrapper .search-trigger-mobile,
    .theme-3-5 .search-with-filters .search-wrapper .search-trigger-mobile {
      display: none; }
    .theme-3-5 .with-filters .search-wrapper .search-container,
    .theme-3-5 .search-with-filters .search-wrapper .search-container {
      width: 100%;
      max-width: 290px;
      overflow: hidden;
      position: relative; } }
.theme-3-5 .filters-selected .btn-filter::after {
  opacity: 1; }
.theme-3-5 .search-selected .search-trigger-mobile::after,
.theme-3-5 .search-selected .search-container::after {
  opacity: 1; }
.theme-3-5 .headered-list {
  padding-bottom: 20px; }
  .theme-3-5 .headered-list__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 8px 22px; }
    .theme-3-5 .headered-list__head span {
      font-weight: 800;
      font-size: 12px;
      line-height: 22px;
      text-transform: uppercase;
      letter-spacing: 0.92px;
      color: #828a91; }
  .theme-3-5 .headered-list__body .fv-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .theme-3-5 .headered-list__body .fv-links .fv-link {
      margin: 1px 0; }
  .theme-3-5 .headered-list__body .status-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: -2px;
    right: 140px; }
    .theme-3-5 .headered-list__body .status-box .status {
      margin-left: 10px; }
  .theme-3-5 .headered-list__item {
    margin-bottom: 14px; }
    .theme-3-5 .headered-list__item .item-header {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      position: relative;
      padding: 12px 20px;
      min-height: 76px;
      background: #ffffff;
      border: 2px solid #e0e7ee; }
      .theme-3-5 .headered-list__item .item-header [class*="box"]:last-child {
        margin-left: auto; }
      .theme-3-5 .headered-list__item .item-header .btn-copy__text {
        max-height: 25px;
        overflow: hidden;
        padding-right: 10px; }
      .theme-3-5 .headered-list__item .item-header [data-label] {
        font-size: 15px;
        line-height: 22px;
        color: #3b4348; }
      .theme-3-5 .headered-list__item .item-header .page-menu {
        position: relative;
        z-index: 2;
        margin-left: 0px; }
        .theme-3-5 .headered-list__item .item-header .page-menu .menu-button {
          padding: 10px;
          padding-right: 0;
          border: none;
          outline: none;
          transition: 0.3s;
          background: transparent;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center; }
          .theme-3-5 .headered-list__item .item-header .page-menu .menu-button span {
            padding-right: 10px;
            font-weight: 500;
            font-size: 15px;
            padding-left: 5px;
            line-height: 22px;
            color: #828a91;
            transition: 0.2s; }
          .theme-3-5 .headered-list__item .item-header .page-menu .menu-button:hover span {
            color: #ff8522; }
          .theme-3-5 .headered-list__item .item-header .page-menu .menu-button:hover svg .stroke {
            stroke: #ffaa60; }
        .theme-3-5 .headered-list__item .item-header .page-menu .menu-content {
          background: #ffffff;
          box-shadow: 0px 10px 20px rgba(39, 49, 53, 0.104903);
          position: absolute;
          top: 0;
          right: 0;
          width: 180px;
          overflow: hidden;
          height: 0px;
          transition: 0.3s;
          transition-delay: 0.3s; }
          .theme-3-5 .headered-list__item .item-header .page-menu .menu-content:before {
            content: "";
            display: block;
            position: absolute;
            top: 0;
            right: 0;
            height: 100%;
            width: 100%;
            border: 2px solid #e0e7ee;
            transition: 0.3s;
            z-index: 0; }
          .theme-3-5 .headered-list__item .item-header .page-menu .menu-content ul {
            padding: 10px 15px;
            position: relative;
            display: block;
            width: calc(100% - 4px);
            left: 2px;
            opacity: 0;
            transition: 0.3s;
            transition-delay: 0s;
            z-index: 1; }
            .theme-3-5 .headered-list__item .item-header .page-menu .menu-content ul li {
              display: block; }
              .theme-3-5 .headered-list__item .item-header .page-menu .menu-content ul li a {
                padding: 3px 0;
                margin: 2px 0;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                width: 100%;
                -ms-flex-flow: row nowrap;
                    flex-flow: row nowrap;
                -webkit-box-align: center;
                    -ms-flex-align: center;
                        align-items: center;
                transition: 0.2s; }
                .theme-3-5 .headered-list__item .item-header .page-menu .menu-content ul li a span {
                  font-size: 15px;
                  line-height: 24px;
                  color: #3b4348;
                  transition: color 0.2s; }
                .theme-3-5 .headered-list__item .item-header .page-menu .menu-content ul li a .icon-holder {
                  -ms-flex-preferred-size: 20px;
                      flex-basis: 20px;
                  max-width: 20px;
                  margin-right: 12px;
                  font-size: 0; }
                  .theme-3-5 .headered-list__item .item-header .page-menu .menu-content ul li a .icon-holder svg {
                    max-width: 100%; }
                    .theme-3-5 .headered-list__item .item-header .page-menu .menu-content ul li a .icon-holder svg [stroke] {
                      transition: stroke 0.2s; }
                    .theme-3-5 .headered-list__item .item-header .page-menu .menu-content ul li a .icon-holder svg [fill="#C7D1DA"],
                    .theme-3-5 .headered-list__item .item-header .page-menu .menu-content ul li a .icon-holder svg [fill="#AFB9C2"] {
                      transition: fill 0.2s; }
              .theme-3-5 .headered-list__item .item-header .page-menu .menu-content ul li:hover a span {
                color: #ff8522; }
              .theme-3-5 .headered-list__item .item-header .page-menu .menu-content ul li:hover a svg [stroke] {
                stroke: #ff8522; }
              .theme-3-5 .headered-list__item .item-header .page-menu .menu-content ul li:hover a svg [fill="#C7D1DA"],
              .theme-3-5 .headered-list__item .item-header .page-menu .menu-content ul li:hover a svg [fill="#AFB9C2"] {
                fill: #ff8522; }
        .theme-3-5 .headered-list__item .item-header .page-menu.open {
          z-index: 3; }
          .theme-3-5 .headered-list__item .item-header .page-menu.open .menu-content {
            transition-delay: 0s; }
            .theme-3-5 .headered-list__item .item-header .page-menu.open .menu-content ul {
              opacity: 1;
              transition-delay: 0.3s; }
      .theme-3-5 .headered-list__item .item-header .btn-collapse {
        display: none;
        cursor: pointer;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        padding: 10px;
        font-size: 0;
        transition: 0.2s; }
        .theme-3-5 .headered-list__item .item-header .btn-collapse svg [stroke] {
          transition: 0.2s; }
        .theme-3-5 .headered-list__item .item-header .btn-collapse:hover svg [stroke] {
          stroke: #ff8522; }
    .theme-3-5 .headered-list__item.item--collapsible .item-header {
      cursor: pointer; }
      .theme-3-5 .headered-list__item.item--collapsible .item-header .page-menu .menu-button {
        padding-right: 10px; }
      .theme-3-5 .headered-list__item.item--collapsible .item-header .page-menu .menu-content {
        width: 200px; }
      .theme-3-5 .headered-list__item.item--collapsible .item-header .btn-collapse {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding-right: 0; }
    .theme-3-5 .headered-list__item.item--collapsible .item-body {
      display: none;
      background-color: #fff; }
      .theme-3-5 .headered-list__item.item--collapsible .item-body__header {
        padding: 20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        border: 2px solid #e0e7ee;
        border-top: 0; }
        .theme-3-5 .headered-list__item.item--collapsible .item-body__header .title {
          padding-left: 10px;
          font-size: 12px;
          line-height: 22px;
          font-weight: 800;
          letter-spacing: 0.92px;
          text-transform: uppercase;
          color: #828a91; }
      .theme-3-5 .headered-list__item.item--collapsible .item-body__content {
        padding: 20px;
        border: 2px solid #e0e7ee;
        border-top: 0; }
        .theme-3-5 .headered-list__item.item--collapsible .item-body__content.content-statused-list {
          padding-bottom: 0; }
          .theme-3-5 .headered-list__item.item--collapsible .item-body__content.content-statused-list [class*="box-"] {
            padding-bottom: 20px; }
        .theme-3-5 .headered-list__item.item--collapsible .item-body__content .box-25 {
          min-width: 250px; }
        .theme-3-5 .headered-list__item.item--collapsible .item-body__content .statused-list {
          height: 100%; }
        .theme-3-5 .headered-list__item.item--collapsible .item-body__content .action {
          padding: 30px 0 20px; }
          .theme-3-5 .headered-list__item.item--collapsible .item-body__content .action .btn {
            background-color: #fff;
            -webkit-filter: none;
                    filter: none; }
    .theme-3-5 .headered-list__item.item--collapsible.is-open .item-header .btn-collapse {
      -webkit-transform: scaleY(-1);
              transform: scaleY(-1); }
      .theme-3-5 .headered-list__item.item--collapsible.is-open .item-header .btn-collapse svg [stroke] {
        stroke: #ff8522; }
    .theme-3-5 .headered-list__item.empty {
      display: block;
      text-align: center;
      padding: 12px 25px;
      background: #ffffff;
      border: 2px solid #e0e7ee; }
      .theme-3-5 .headered-list__item.empty .title {
        font-weight: 800;
        font-size: 14px;
        line-height: 24px;
        color: #828a91; }
      .theme-3-5 .headered-list__item.empty .info {
        font-size: 11px;
        line-height: 21px;
        color: #828a91; }
  @media screen and (max-width: 860px) {
    .theme-3-5 .headered-list__head {
      display: none; }
    .theme-3-5 .headered-list__body .fv-links {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; }
      .theme-3-5 .headered-list__body .fv-links .fv-link {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1; }
        .theme-3-5 .headered-list__body .fv-links .fv-link__text,
        .theme-3-5 .headered-list__body .fv-links .fv-link span {
          line-height: 20px; }
    .theme-3-5 .headered-list__item {
      margin-bottom: 14px; }
      .theme-3-5 .headered-list__item .item-header {
        padding: 40px 50px 20px 15px;
        -ms-flex-flow: wrap;
            flex-flow: wrap; }
        .theme-3-5 .headered-list__item .item-header.without-status {
          padding-top: 20px; }
        .theme-3-5 .headered-list__item .item-header [class*="box-"] {
          -ms-flex-preferred-size: 100%;
              flex-basis: 100%;
          max-width: 100%;
          padding: 2.5px 0;
          -webkit-box-pack: start;
              -ms-flex-pack: start;
                  justify-content: flex-start; }
        .theme-3-5 .headered-list__item .item-header [class*="box-"]:last-child {
          padding: 0; }
          .theme-3-5 .headered-list__item .item-header [class*="box-"]:last-child .dpanel3-btn {
            margin-top: 10px;
            padding: 7.5px 17px; }
            .theme-3-5 .headered-list__item .item-header [class*="box-"]:last-child .dpanel3-btn .dpanel3-btn__text,
            .theme-3-5 .headered-list__item .item-header [class*="box-"]:last-child .dpanel3-btn span {
              font-size: 13px;
              line-height: 21px; }
        .theme-3-5 .headered-list__item .item-header .status-box {
          left: 15px;
          right: initial; }
        .theme-3-5 .headered-list__item .item-header .page-menu {
          position: absolute;
          top: 5px;
          right: 5px; }
          .theme-3-5 .headered-list__item .item-header .page-menu .menu-button {
            padding-right: 10px;
            font-size: 0; }
            .theme-3-5 .headered-list__item .item-header .page-menu .menu-button span,
            .theme-3-5 .headered-list__item .item-header .page-menu .menu-button svg {
              display: none; }
            .theme-3-5 .headered-list__item .item-header .page-menu .menu-button::before {
              content: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjgiIGhlaWdodD0iMjYiIHZpZXdCb3g9IjAgMCAyOCAyNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTIuMzAwMjkgNS4xOTk5NUgyNS43MDAzIiBzdHJva2U9IiM4MjhBOTEiIHN0cm9rZS13aWR0aD0iMyIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+CjxwYXRoIGQ9Ik0yLjMwMDI5IDEzSDI1LjcwMDMiIHN0cm9rZT0iIzgyOEE5MSIgc3Ryb2tlLXdpZHRoPSIzIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPHBhdGggZD0iTTIgMjAuOEgyNS40IiBzdHJva2U9IiM4MjhBOTEiIHN0cm9rZS13aWR0aD0iMyIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo="); }
        .theme-3-5 .headered-list__item .item-header .btn-collapse.btn-collapse {
          display: none; }
        .theme-3-5 .headered-list__item .item-header [data-label] {
          font-size: 13px;
          line-height: 20px;
          color: #3b4348 !important;
          font-weight: 800; }
          .theme-3-5 .headered-list__item .item-header [data-label] br {
            display: none; }
          .theme-3-5 .headered-list__item .item-header [data-label]::before {
            content: attr(data-label);
            font-size: 13px;
            line-height: 20px;
            font-weight: 400;
            padding-right: 10px;
            color: #828a91; }
      .theme-3-5 .headered-list__item.item--collapsible .item-header {
        padding-right: 50px; }
      .theme-3-5 .headered-list__item.item--collapsible .item-body__header {
        padding: 15px; }
      .theme-3-5 .headered-list__item.item--collapsible .item-body__content {
        padding: 25px 15px; }
      .theme-3-5 .headered-list__item .mobile-stick-top.mobile-stick-top svg,
      .theme-3-5 .headered-list__item .mobile-stick-bottom.mobile-stick-bottom svg {
        margin-left: -2px; }
      .theme-3-5 .headered-list__item .mobile-stick-top.mobile-stick-top {
        -webkit-box-ordinal-group: 0;
            -ms-flex-order: -1;
                order: -1;
        padding-bottom: 14.5px; }
        .theme-3-5 .headered-list__item .mobile-stick-top.mobile-stick-top span {
          font-weight: 900;
          font-size: 15px;
          line-height: 22px; }
        .theme-3-5 .headered-list__item .mobile-stick-top.mobile-stick-top [data-label]::before {
          display: none; }
      .theme-3-5 .headered-list__item .mobile-stick-bottom.mobile-stick-bottom {
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1;
        border-top: 2px solid #e0e7ee;
        -ms-flex-preferred-size: calc(100% + 65px);
            flex-basis: calc(100% + 65px);
        max-width: calc(100% + 65px);
        width: calc(100% + 65px);
        margin: 15px -50px -20px -15px;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        padding: 11.5px 15px; }
        .theme-3-5 .headered-list__item .mobile-stick-bottom.mobile-stick-bottom .head-text::before {
          display: none; }
        .theme-3-5 .headered-list__item .mobile-stick-bottom.mobile-stick-bottom .btn-copy__text {
          font-size: 13px;
          line-height: 25px; }
        .theme-3-5 .headered-list__item .mobile-stick-bottom.mobile-stick-bottom .btn-copy__tooltip {
          left: -6px;
          right: initial; }
          .theme-3-5 .headered-list__item .mobile-stick-bottom.mobile-stick-bottom .btn-copy__tooltip::before {
            right: initial;
            left: 10px; } }
  @media screen and (max-width: 450px) {
    .theme-3-5 .headered-list__body .fv-links {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      .theme-3-5 .headered-list__body .fv-links .fv-link {
        margin: 4px 0; } }
  .theme-3-5 .headered-list.table-view .headered-list__head {
    background: #fafbfd;
    border: 2px solid #e0e7ee;
    border-bottom: 0;
    padding: 8px 20px; }
  @media screen and (max-width: 960px) {
    .theme-3-5 .headered-list.table-view .headered-list__item .item-header {
      padding-top: 20px; } }
  .theme-3-5 .headered-list.table-view .headered-list__item .status {
    background: transparent; }
  @media screen and (min-width: 959px) {
    .theme-3-5 .headered-list.table-view .headered-list__item {
      margin-bottom: -2px; } }
.theme-3-5 .statused-list {
  border-left: 2px solid #e0e7ee;
  padding: 0 14px; }
  .theme-3-5 .statused-list li {
    position: relative;
    padding-left: 26px;
    font-weight: 300;
    font-size: 13px;
    line-height: 15px;
    padding-bottom: 10px;
    color: #3b4348; }
    .theme-3-5 .statused-list li:last-child {
      padding-bottom: 5px; }
    .theme-3-5 .statused-list li.success::before, .theme-3-5 .statused-list li.danger::before {
      content: "";
      background-position: center;
      position: absolute; }
    .theme-3-5 .statused-list li.success::before {
      background-size: 15px 15px;
      left: -3px;
      top: 0;
      width: 15px;
      height: 15px;
      background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCAxNCAxNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTMuNSA3LjAwMDE0TDYuMyA5LjgwMDE0TDEwLjUgNC4yMDAxNCIgc3Ryb2tlPSIjNDlENjU3IiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4K"); }
    .theme-3-5 .statused-list li.danger::before {
      left: 0;
      top: 1px;
      background-size: 10px 10px;
      width: 10px;
      height: 10px;
      background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMTAiIHZpZXdCb3g9IjAgMCAxMCAxMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTguNSAxLjVMMS41IDguNSIgc3Ryb2tlPSIjRUI1NzU3IiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJzcXVhcmUiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPHBhdGggZD0iTTEuNSAxLjVMOC41IDguNSIgc3Ryb2tlPSIjRUI1NzU3IiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJzcXVhcmUiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+Cg=="); }
.theme-3-5 .main-container {
  max-width: 1210px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .theme-3-5 .main-container.no-flex {
    display: block; }
  .theme-3-5 .main-container__content {
    -ms-flex-preferred-size: calc(100% - 295px);
        flex-basis: calc(100% - 295px);
    max-width: calc(100% - 295px); }
    .theme-3-5 .main-container__content.full-width {
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
      max-width: 100%; }
  .theme-3-5 .main-container__aside {
    -ms-flex-preferred-size: 260px;
        flex-basis: 260px;
    max-width: 260px;
    margin-bottom: 20px; }
    .theme-3-5 .main-container__aside .main-container__aside-box {
      padding: 20px;
      background: #ffffff;
      border: 2px solid #e0e7ee;
      margin-bottom: 20px; }
      .theme-3-5 .main-container__aside .main-container__aside-box.no-margin {
        margin-bottom: 0;
        border-bottom: none; }
      .theme-3-5 .main-container__aside .main-container__aside-box h3,
      .theme-3-5 .main-container__aside .main-container__aside-box h4 {
        font-weight: 500;
        color: #3b4348; }
      .theme-3-5 .main-container__aside .main-container__aside-box h3 {
        font-size: 17px;
        line-height: 22px;
        margin-bottom: 10px; }
      .theme-3-5 .main-container__aside .main-container__aside-box ul {
        margin-bottom: 20px; }
        .theme-3-5 .main-container__aside .main-container__aside-box ul li {
          font-size: 13px;
          line-height: 20px;
          font-weight: 600;
          color: #828a91; }
      .theme-3-5 .main-container__aside .main-container__aside-box h4 {
        font-size: 12px;
        line-height: 16px;
        margin-bottom: 10px; }
      .theme-3-5 .main-container__aside .main-container__aside-box p {
        font-size: 13px;
        line-height: 16px;
        color: #828a91; }
        .theme-3-5 .main-container__aside .main-container__aside-box p:not(:last-child) {
          margin-bottom: 15px; }
  @media screen and (max-width: 920px) {
    .theme-3-5 .main-container__content {
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
      max-width: 100%; }
    .theme-3-5 .main-container__aside {
      display: none; }
    .theme-3-5 .main-container.aside-mobile-visible {
      -ms-flex-flow: wrap;
          flex-flow: wrap; }
      .theme-3-5 .main-container.aside-mobile-visible .main-container__aside {
        display: block;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
        max-width: 320px;
        margin: 0 auto 20px; } }
  @media screen and (max-width: 420px) {
    .theme-3-5 .main-container {
      padding: 0 15px; } }
.theme-3-5 .list-select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 0;
  margin-bottom: 30px; }
  .theme-3-5 .list-select .select-label {
    font-size: 15px;
    line-height: 28px;
    color: #3b4348;
    white-space: nowrap;
    margin-right: 12px; }
  @media screen and (max-width: 860px) {
    .theme-3-5 .list-select {
      margin-top: -4px;
      padding: 0 0 24px; } }
  @media screen and (max-width: 450px) {
    .theme-3-5 .list-select {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; } }
.theme-3-5 .dashboard {
  margin-bottom: 30px;
  padding: 24px 20px;
  background: #ffffff;
  border: 2px solid #e0e7ee; }
  .theme-3-5 .dashboard__title {
    font-size: 28px;
    line-height: 44px;
    font-weight: 800;
    margin-bottom: 7px;
    color: #3b4348; }
  .theme-3-5 .dashboard p,
  .theme-3-5 .dashboard ul {
    margin-bottom: 15px; }
  .theme-3-5 .dashboard p {
    font-size: 15px;
    line-height: 22px;
    color: #3b4348; }
  .theme-3-5 .dashboard ul {
    border-left: 2px solid #e0e7ee;
    padding-left: 10px; }
    .theme-3-5 .dashboard ul li {
      font-weight: 800;
      font-size: 13px;
      line-height: 33px;
      color: #3b4348; }
  @media screen and (max-width: 600px) {
    .theme-3-5 .dashboard {
      margin-bottom: 20px;
      padding: 20px 15px; }
      .theme-3-5 .dashboard__title {
        font-size: 20px;
        line-height: 25px;
        margin-bottom: 10px; }
      .theme-3-5 .dashboard p,
      .theme-3-5 .dashboard ul {
        margin-bottom: 10px !important; } }
.theme-3-5 .dashboard-panel {
  margin-bottom: 15px; }
  .theme-3-5 .dashboard-panel .header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 13.5px 20px 13.5px 20px;
    min-height: 72px;
    background: #ffffff;
    border: 2px solid #e0e7ee; }
    .theme-3-5 .dashboard-panel .header .check-group {
      z-index: 1;
      position: absolute;
      left: 0;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      width: 20px;
      height: 20px;
      margin: 0; }
      .theme-3-5 .dashboard-panel .header .check-group label {
        padding-left: 20px; }
    .theme-3-5 .dashboard-panel .header .status-box {
      position: absolute;
      top: -2px;
      right: 140px; }
    .theme-3-5 .dashboard-panel .header.with-action-button .status-box {
      right: 285px; }
    .theme-3-5 .dashboard-panel .header .title {
      font-weight: 800;
      font-size: 18px;
      line-height: 28px;
      padding-right: 10px;
      word-break: break-word;
      color: #3b4348; }
    .theme-3-5 .dashboard-panel .header .head-text {
      font-weight: 800;
      font-size: 15px;
      line-height: 25px;
      color: #3b4348; }
      .theme-3-5 .dashboard-panel .header .head-text.danger {
        color: #ea3839; }
      .theme-3-5 .dashboard-panel .header .head-text.light {
        font-weight: 400; }
      .theme-3-5 .dashboard-panel .header .head-text.sm {
        line-height: 20px; }
      .theme-3-5 .dashboard-panel .header .head-text.xl {
        font-size: 18px;
        line-height: 25px; }
      .theme-3-5 .dashboard-panel .header .head-text.top {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        letter-spacing: 0.92px;
        font-size: 12px;
        line-height: 18px;
        text-transform: uppercase;
        color: #828a91; }
        .theme-3-5 .dashboard-panel .header .head-text.top svg {
          margin-right: 8px; }
    .theme-3-5 .dashboard-panel .header .head-list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -ms-flex-flow: wrap;
          flex-flow: wrap;
      margin-left: -10px; }
      .theme-3-5 .dashboard-panel .header .head-list li {
        padding: 2px 10px; }
        .theme-3-5 .dashboard-panel .header .head-list li:not(:last-child) {
          position: relative; }
          .theme-3-5 .dashboard-panel .header .head-list li:not(:last-child)::after {
            content: "";
            position: absolute;
            width: 2px;
            top: 2px;
            bottom: 2px;
            right: -1px;
            background-color: #e0e7ee; }
    .theme-3-5 .dashboard-panel .header .head-with-color {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .theme-3-5 .dashboard-panel .header .head-with-color .head-color {
        padding: 0 10px; }
        .theme-3-5 .dashboard-panel .header .head-with-color .head-color .head-text {
          color: #828a91; }
        .theme-3-5 .dashboard-panel .header .head-with-color .head-color.success .head-text {
          color: #24c432; }
        .theme-3-5 .dashboard-panel .header .head-with-color .head-color.success .head-color__icon svg [stroke] {
          stroke: #24c432; }
        .theme-3-5 .dashboard-panel .header .head-with-color .head-color.success .head-color__icon svg [fill] {
          fill: #24c432; }
        .theme-3-5 .dashboard-panel .header .head-with-color .head-color.danger .head-text {
          color: #ea3839; }
        .theme-3-5 .dashboard-panel .header .head-with-color .head-color.danger .head-color__icon svg [stroke] {
          stroke: #ea3839; }
        .theme-3-5 .dashboard-panel .header .head-with-color .head-color.danger .head-color__icon svg [fill] {
          fill: #ea3839; }
        .theme-3-5 .dashboard-panel .header .head-with-color .head-color.warning .head-text {
          color: #ff8522; }
        .theme-3-5 .dashboard-panel .header .head-with-color .head-color.warning .head-color__icon svg [stroke] {
          stroke: #ff8522; }
        .theme-3-5 .dashboard-panel .header .head-with-color .head-color.warning .head-color__icon svg [fill] {
          fill: #ff8522; }
      @media screen and (max-width: 600px) {
        .theme-3-5 .dashboard-panel .header .head-with-color {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          -webkit-box-align: start;
              -ms-flex-align: start;
                  align-items: flex-start; }
          .theme-3-5 .dashboard-panel .header .head-with-color .head-color {
            padding-left: 0; } }
    .theme-3-5 .dashboard-panel .header .page-menu {
      position: relative;
      z-index: 2;
      margin-left: 0px; }
      .theme-3-5 .dashboard-panel .header .page-menu .menu-button {
        padding: 10px 6px 10px 15px;
        border: none;
        outline: none;
        transition: 0.3s;
        background: transparent;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        .theme-3-5 .dashboard-panel .header .page-menu .menu-button span {
          padding-right: 10px;
          font-weight: 500;
          font-size: 15px;
          padding-left: 5px;
          line-height: 22px;
          color: #828a91;
          transition: 0.2s; }
        .theme-3-5 .dashboard-panel .header .page-menu .menu-button:hover span {
          color: #ff8522; }
        .theme-3-5 .dashboard-panel .header .page-menu .menu-button:hover svg .stroke {
          stroke: #ffaa60; }
      .theme-3-5 .dashboard-panel .header .page-menu .menu-content {
        background: #ffffff;
        box-shadow: 0px 10px 20px rgba(39, 49, 53, 0.104903);
        position: absolute;
        top: 0;
        right: 0;
        width: 180px;
        overflow: hidden;
        height: 0px;
        transition: 0.3s;
        transition-delay: 0.3s; }
        .theme-3-5 .dashboard-panel .header .page-menu .menu-content:before {
          content: "";
          display: block;
          position: absolute;
          top: 0;
          right: 0;
          height: 100%;
          width: 100%;
          border: 2px solid #e0e7ee;
          transition: 0.3s;
          z-index: 0; }
        .theme-3-5 .dashboard-panel .header .page-menu .menu-content ul {
          padding: 10px 15px;
          position: relative;
          display: block;
          width: calc(100% - 4px);
          left: 2px;
          opacity: 0;
          transition: 0.3s;
          transition-delay: 0s;
          z-index: 1; }
          .theme-3-5 .dashboard-panel .header .page-menu .menu-content ul li {
            display: block; }
            .theme-3-5 .dashboard-panel .header .page-menu .menu-content ul li a {
              padding: 3px 0;
              margin: 2px 0;
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              width: 100%;
              -ms-flex-flow: row nowrap;
                  flex-flow: row nowrap;
              -webkit-box-align: center;
                  -ms-flex-align: center;
                      align-items: center;
              transition: 0.2s; }
              .theme-3-5 .dashboard-panel .header .page-menu .menu-content ul li a span {
                font-size: 15px;
                line-height: 24px;
                color: #3b4348;
                transition: color 0.2s; }
              .theme-3-5 .dashboard-panel .header .page-menu .menu-content ul li a .icon-holder {
                -ms-flex-preferred-size: 20px;
                    flex-basis: 20px;
                max-width: 20px;
                margin-right: 12px;
                font-size: 0; }
                .theme-3-5 .dashboard-panel .header .page-menu .menu-content ul li a .icon-holder svg {
                  max-width: 100%; }
                  .theme-3-5 .dashboard-panel .header .page-menu .menu-content ul li a .icon-holder svg [stroke] {
                    transition: stroke 0.2s; }
                  .theme-3-5 .dashboard-panel .header .page-menu .menu-content ul li a .icon-holder svg [fill="#C7D1DA"] {
                    transition: fill 0.2s; }
            .theme-3-5 .dashboard-panel .header .page-menu .menu-content ul li:hover a span {
              color: #ff8522; }
            .theme-3-5 .dashboard-panel .header .page-menu .menu-content ul li:hover a svg [stroke] {
              stroke: #ff8522; }
            .theme-3-5 .dashboard-panel .header .page-menu .menu-content ul li:hover a svg [fill="#C7D1DA"] {
              fill: #ff8522; }
      .theme-3-5 .dashboard-panel .header .page-menu.open {
        z-index: 3; }
        .theme-3-5 .dashboard-panel .header .page-menu.open .menu-content {
          transition-delay: 0s; }
          .theme-3-5 .dashboard-panel .header .page-menu.open .menu-content ul {
            opacity: 1;
            transition-delay: 0.3s; }
    .theme-3-5 .dashboard-panel .header .btn-collapse {
      display: none;
      cursor: pointer;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding: 10px;
      font-size: 0;
      transition: 0.2s;
      background: transparent;
      border: none; }
      .theme-3-5 .dashboard-panel .header .btn-collapse svg [stroke] {
        transition: 0.2s; }
      .theme-3-5 .dashboard-panel .header .btn-collapse:hover svg [stroke] {
        stroke: #ff8522; }
  .theme-3-5 .dashboard-panel .body {
    padding: 24px 10px 24px 20px;
    background: #ffffff;
    border: 2px solid #e0e7ee;
    border-top: 0; }
    .theme-3-5 .dashboard-panel .body.statused-list-holder {
      padding-bottom: 0; }
    .theme-3-5 .dashboard-panel .body .statused-list {
      height: 100%;
      min-width: 250px;
      margin-bottom: 20px; }
    .theme-3-5 .dashboard-panel .body.with-collapsible-box {
      padding: 0; }
      .theme-3-5 .dashboard-panel .body.with-collapsible-box .with-collapsible-box__inner {
        padding: 20px 10px 20px 20px; }
  .theme-3-5 .dashboard-panel.collapsible .header {
    cursor: pointer;
    padding-right: 10px; }
    .theme-3-5 .dashboard-panel.collapsible .header .menu-content {
      width: 200px; }
    .theme-3-5 .dashboard-panel.collapsible .header .btn-collapse {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
  .theme-3-5 .dashboard-panel.collapsible .body {
    display: none; }
  .theme-3-5 .dashboard-panel.collapsible.is-open .header .btn-collapse {
    -webkit-transform: scaleY(-1);
            transform: scaleY(-1); }
    .theme-3-5 .dashboard-panel.collapsible.is-open .header .btn-collapse svg [stroke] {
      stroke: #ff8522; }
  .theme-3-5 .dashboard-panel.collapsible.is-open .body {
    display: block; }
    .theme-3-5 .dashboard-panel.collapsible.is-open .body.flex {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
  @media screen and (max-width: 1280px) {
    .theme-3-5 .dashboard-panel .body .bordered-list-with-title {
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
      max-width: 50%; } }
  @media screen and (max-width: 860px) {
    .theme-3-5 .dashboard-panel .header {
      padding: 7.5px 50px 7.5px 15px;
      min-height: 50px;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; }
      .theme-3-5 .dashboard-panel .header .status-box {
        left: 15px;
        right: initial; }
      .theme-3-5 .dashboard-panel .header.with-status {
        padding-top: 25px; }
      .theme-3-5 .dashboard-panel .header.with-action-button .status-box {
        right: initial; }
      .theme-3-5 .dashboard-panel .header .title {
        font-size: 15px;
        line-height: 30px; }
      .theme-3-5 .dashboard-panel .header .page-menu {
        position: absolute;
        top: 5px;
        right: 10px; }
        .theme-3-5 .dashboard-panel .header .page-menu .menu-button {
          padding: 5px; }
          .theme-3-5 .dashboard-panel .header .page-menu .menu-button span,
          .theme-3-5 .dashboard-panel .header .page-menu .menu-button svg {
            display: none; }
          .theme-3-5 .dashboard-panel .header .page-menu .menu-button::before {
            content: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjgiIGhlaWdodD0iMjYiIHZpZXdCb3g9IjAgMCAyOCAyNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTIuMzAwMjkgNS4xOTk5NUgyNS43MDAzIiBzdHJva2U9IiM4MjhBOTEiIHN0cm9rZS13aWR0aD0iMyIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+CjxwYXRoIGQ9Ik0yLjMwMDI5IDEzSDI1LjcwMDMiIHN0cm9rZT0iIzgyOEE5MSIgc3Ryb2tlLXdpZHRoPSIzIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPHBhdGggZD0iTTIgMjAuOEgyNS40IiBzdHJva2U9IiM4MjhBOTEiIHN0cm9rZS13aWR0aD0iMyIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo="); }
      .theme-3-5 .dashboard-panel .header .btn-collapse.btn-collapse {
        display: none; }
      .theme-3-5 .dashboard-panel .header [class*="box-"] {
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
        max-width: 100%;
        padding: 10px 0; }
        .theme-3-5 .dashboard-panel .header [class*="box-"]:last-child {
          padding: 0; }
      .theme-3-5 .dashboard-panel .header .action-button {
        margin: 5px 0 10px;
        padding: 7.5px 17px; }
        .theme-3-5 .dashboard-panel .header .action-button .dpanel3-btn__text {
          font-size: 13px;
          line-height: 21px; }
    .theme-3-5 .dashboard-panel .body {
      padding: 20px 15px; }
      .theme-3-5 .dashboard-panel .body.statused-list-holder {
        padding-bottom: 0; }
      .theme-3-5 .dashboard-panel .body .bordered-list-with-title {
        min-width: 100%; }
    .theme-3-5 .dashboard-panel.collapsible .header {
      padding-right: 50px; } }
.theme-3-5 .dashboard-address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 25px 20px 20px;
  border: 2px solid #e8eef4;
  background: #fafbfd; }
  .theme-3-5 .dashboard-address .bordered-list-with-title {
    min-width: initial; }
    .theme-3-5 .dashboard-address .bordered-list-with-title .list-item {
      padding: 0;
      font-size: 13px;
      line-height: 20px; }
  @media screen and (max-width: 1000px) {
    .theme-3-5 .dashboard-address {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      padding: 25px 16px 15px; }
      .theme-3-5 .dashboard-address .bordered-list-with-title {
        margin-bottom: 20px; } }
.theme-3-5 .bordered-list-with-title {
  min-width: 300px;
  padding: 0 30px 10px 0; }
  .theme-3-5 .bordered-list-with-title .title {
    font-size: 12px;
    line-height: 22px;
    font-weight: 800;
    letter-spacing: 0.92px;
    margin-bottom: 4px;
    text-transform: uppercase;
    color: #828a91; }
  .theme-3-5 .bordered-list-with-title .edit-link {
    margin: 15px 0 20px; }
  .theme-3-5 .bordered-list-with-title .list:not(.no-border) {
    border-left: 2px solid #e0e7ee;
    padding-left: 15px; }
  .theme-3-5 .bordered-list-with-title .list .list-item {
    padding: 3px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    font-size: 15px;
    line-height: 22px;
    color: #3b4348;
    word-break: break-word; }
    .theme-3-5 .bordered-list-with-title .list .list-item__label, .theme-3-5 .bordered-list-with-title .list .list-item__value {
      font-size: 15px;
      line-height: 22px; }
    .theme-3-5 .bordered-list-with-title .list .list-item__label {
      padding-right: 5px;
      white-space: nowrap;
      color: #828a91; }
    .theme-3-5 .bordered-list-with-title .list .list-item__value {
      font-weight: 800;
      word-break: break-word;
      color: #4a545b; }
    .theme-3-5 .bordered-list-with-title .list .list-item .btn-copy {
      padding: 0 5px;
      background: none;
      border: none;
      -webkit-transform: translateY(2px);
              transform: translateY(2px);
      position: relative;
      margin-top: -2px;
      position: relative; }
      .theme-3-5 .bordered-list-with-title .list .list-item .btn-copy [fill] {
        transition: fill 0.2s; }
      .theme-3-5 .bordered-list-with-title .list .list-item .btn-copy__tooltip {
        display: none;
        top: calc(100% + 8px);
        position: absolute;
        left: -6px;
        padding: 10px;
        background: #3b4348;
        border: 2px solid #4a545b;
        min-width: 320px; }
        .theme-3-5 .bordered-list-with-title .list .list-item .btn-copy__tooltip::before {
          content: "";
          background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHJlY3QgeD0iMTAuMDM1NiIgeT0iMS4xMTYyMSIgd2lkdGg9IjEyLjY3NzUiIGhlaWdodD0iMTIuNjc3NSIgdHJhbnNmb3JtPSJyb3RhdGUoNDUgMTAuMDM1NiAxLjExNjIxKSIgZmlsbD0iIzNCNDM0OCIvPgo8cGF0aCBkPSJNMS40NjU1NiAxMC4xMTYxTDkuOTY1NTggMS4xMTYxMkwxOC45NjUzIDkuNjE2MTEiIHN0cm9rZT0iIzRBNTQ1QiIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+Cg==");
          background-size: 18px 18px;
          width: 18px;
          height: 18px;
          position: absolute;
          top: 0;
          left: 10px;
          -webkit-transform: translateY(-50%);
                  transform: translateY(-50%); }
        .theme-3-5 .bordered-list-with-title .list .list-item .btn-copy__tooltip .tooltip-text {
          font-weight: 800;
          font-size: 12px;
          line-height: 18px;
          color: #fafbfd;
          word-break: break-word; }
          .theme-3-5 .bordered-list-with-title .list .list-item .btn-copy__tooltip .tooltip-text .colored {
            color: #ff8522; }
        @media screen and (max-width: 800px) {
          .theme-3-5 .bordered-list-with-title .list .list-item .btn-copy__tooltip {
            left: initial;
            right: -6px;
            min-width: 200px; }
            .theme-3-5 .bordered-list-with-title .list .list-item .btn-copy__tooltip::before {
              left: initial;
              right: 10px; } }
      .theme-3-5 .bordered-list-with-title .list .list-item .btn-copy:hover [fill] {
        fill: #ff8522; }
      .theme-3-5 .bordered-list-with-title .list .list-item .btn-copy:hover .btn-copy__tooltip {
        display: block; }
  @media screen and (max-width: 600px) {
    .theme-3-5 .bordered-list-with-title {
      min-width: 100%;
      padding-right: 0; }
      .theme-3-5 .bordered-list-with-title .edit-link {
        margin: 10px 0 15px; }
      .theme-3-5 .bordered-list-with-title .list-items {
        padding-left: 14px; }
        .theme-3-5 .bordered-list-with-title .list-items .list-item .text-normal,
        .theme-3-5 .bordered-list-with-title .list-items .list-item .text-bold {
          font-size: 13px;
          line-height: 20px; }
        .theme-3-5 .bordered-list-with-title .list-items .list-item .btn-copy {
          -webkit-transform: none;
                  transform: none;
          margin: 0;
          -ms-flex-item-align: end;
              align-self: flex-end; } }
.theme-3-5 .action-panels {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  margin-bottom: 10px; }
  .theme-3-5 .action-panels .action-panel {
    -ms-flex-preferred-size: calc(50% - 12px);
        flex-basis: calc(50% - 12px);
    max-width: calc(50% - 12px); }
    @media screen and (max-width: 1000px) {
      .theme-3-5 .action-panels .action-panel {
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
        max-width: 100%; } }
    .theme-3-5 .action-panels .action-panel:only-child {
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
      max-width: 100%; }
.theme-3-5 .action-panel {
  margin-bottom: 14px;
  background-color: #ffffff;
  border: 2px solid #e0e7ee;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .theme-3-5 .action-panel__main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 20px 20px 20px 10px; }
  .theme-3-5 .action-panel__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-right: 20px; }
  .theme-3-5 .action-panel__icon {
    -ms-flex-preferred-size: 48px;
        flex-basis: 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .theme-3-5 .action-panel__icon svg {
      max-width: 100%; }
  .theme-3-5 .action-panel__text {
    padding-left: 15px; }
    .theme-3-5 .action-panel__text .action-title {
      font-weight: 500;
      font-size: 11px;
      line-height: 15px;
      letter-spacing: 0.92px;
      text-transform: uppercase;
      margin-bottom: 3px;
      color: #828a91; }
    .theme-3-5 .action-panel__text .action-value {
      font-weight: 800;
      font-size: 15px;
      line-height: 20px;
      color: #4a545b; }
      .theme-3-5 .action-panel__text .action-value.price {
        font-size: 20px;
        line-height: 27px;
        color: #3b4348; }
  .theme-3-5 .action-panel__info {
    padding: 7.5px 20px;
    background-color: #fafbfd; }
    .theme-3-5 .action-panel__info .info-text {
      font-size: 11px;
      line-height: 15px;
      color: #828a91; }
  .theme-3-5 .action-panel .icon-plus .mobile {
    display: none; }
  @media screen and (max-width: 600px) {
    .theme-3-5 .action-panel .dpanel3-btn {
      width: 45px;
      height: 45px;
      padding: 5px;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      border-radius: 50%; }
      .theme-3-5 .action-panel .dpanel3-btn__icon {
        margin: 0; }
      .theme-3-5 .action-panel .dpanel3-btn__text {
        display: none; }
      .theme-3-5 .action-panel .dpanel3-btn.icon-plus .desktop {
        display: none; }
      .theme-3-5 .action-panel .dpanel3-btn.icon-plus .mobile {
        display: block; } }
.theme-3-5 .summary-box .summary-title {
  font-weight: 800;
  font-size: 20px;
  line-height: 27px;
  padding-bottom: 10px;
  color: #3b4348; }
.theme-3-5 .summary-box .summary-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: 46px;
  padding: 5px 0; }
  .theme-3-5 .summary-box .summary-list__item:not(:first-child) {
    border-top: 2px solid #e8eef4; }
  .theme-3-5 .summary-box .summary-list__item .item-name {
    font-weight: 800;
    font-size: 12px;
    line-height: 22px;
    letter-spacing: 0.92px;
    text-transform: uppercase;
    color: #828a91; }
  .theme-3-5 .summary-box .summary-list__item .item-value {
    font-weight: 800;
    font-size: 15px;
    line-height: 25px;
    color: #3b4348;
    text-align: right; }
    .theme-3-5 .summary-box .summary-list__item .item-value br {
      display: none; }
    .theme-3-5 .summary-box .summary-list__item .item-value.lg {
      font-size: 20px;
      line-height: 27px; }
@media screen and (max-width: 1000px) {
  .theme-3-5 .summary-box {
    padding: 18px 16px;
    margin-bottom: 15px;
    border: 2px solid #e0e7ee;
    background-color: #ffffff; }
    .theme-3-5 .summary-box .summary-list__item .item-value {
      font-size: 13px;
      line-height: 18px; }
      .theme-3-5 .summary-box .summary-list__item .item-value br {
        display: block; }
      .theme-3-5 .summary-box .summary-list__item .item-value.lg {
        font-size: 13px;
        line-height: 18px; }
    .theme-3-5 .summary-box .summary-list__item:last-child {
      padding-top: 10px;
      padding-bottom: 0;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; } }
.theme-3-5 .fv-preview {
  margin-bottom: 30px; }
  .theme-3-5 .fv-preview__header {
    padding: 14.5px 20px;
    background-color: #fafbfd;
    border: 2px solid #e0e7ee; }
    .theme-3-5 .fv-preview__header .fv-name {
      font-weight: 800;
      font-size: 20px;
      line-height: 27px;
      color: #3b4348; }
    @media screen and (max-width: 1000px) {
      .theme-3-5 .fv-preview__header {
        padding: 9.5px 15px; } }
  .theme-3-5 .fv-preview__addresses {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
        flex-flow: wrap;
    padding: 25px 25px 5px;
    border: 2px solid #e0e7ee;
    border-top: 0;
    border-bottom: 0;
    background-color: #ffffff; }
    .theme-3-5 .fv-preview__addresses .bordered-list-with-title {
      padding-bottom: 20px; }
    @media screen and (max-width: 1280px) {
      .theme-3-5 .fv-preview__addresses .box-33 {
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
        max-width: 50%; } }
    @media screen and (max-width: 1000px) {
      .theme-3-5 .fv-preview__addresses {
        padding: 20px 16px 0px; } }
  .theme-3-5 .fv-preview__table .table-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 11px 20px;
    border: 2px solid #e0e7ee;
    border-bottom: 0;
    background-color: #fafbfd; }
    .theme-3-5 .fv-preview__table .table-header__name {
      font-weight: 800;
      font-size: 12px;
      line-height: 18px;
      letter-spacing: 0.92px;
      text-transform: uppercase;
      color: #828a91; }
  .theme-3-5 .fv-preview__table .table-body {
    background: #ffffff; }
    .theme-3-5 .fv-preview__table .table-body__item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding: 11px 20px;
      font-size: 15px;
      line-height: 22px;
      color: #3b4348;
      border: 2px solid #e0e7ee;
      border-bottom: 0; }
      .theme-3-5 .fv-preview__table .table-body__item .name-group {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1; }
      .theme-3-5 .fv-preview__table .table-body__item .text-sm {
        font-size: 12px;
        line-height: 15px; }
  @media screen and (max-width: 1000px) {
    .theme-3-5 .fv-preview__table .table-header {
      display: none; }
    .theme-3-5 .fv-preview__table .table-body__item {
      padding: 12.5px 16px;
      -ms-flex-flow: wrap;
          flex-flow: wrap; }
      .theme-3-5 .fv-preview__table .table-body__item [class*="box"] {
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
        max-width: 100%; }
        .theme-3-5 .fv-preview__table .table-body__item [class*="box"]:not(:nth-child(1)), .theme-3-5 .fv-preview__table .table-body__item [class*="box"]:not(:nth-child(1)) {
          padding: 2.5px 0;
          font-size: 13px;
          line-height: 20px; }
          .theme-3-5 .fv-preview__table .table-body__item [class*="box"]:not(:nth-child(1)) [data-label], .theme-3-5 .fv-preview__table .table-body__item [class*="box"]:not(:nth-child(1)) [data-label] {
            font-weight: 800; }
            .theme-3-5 .fv-preview__table .table-body__item [class*="box"]:not(:nth-child(1)) [data-label]::before, .theme-3-5 .fv-preview__table .table-body__item [class*="box"]:not(:nth-child(1)) [data-label]::before {
              content: "" attr(data-label) ":";
              font-weight: 400;
              padding-right: 6px;
              color: #828a91; }
      .theme-3-5 .fv-preview__table .table-body__item .name-group {
        margin-bottom: 15px; }
        .theme-3-5 .fv-preview__table .table-body__item .name-group [class*="box"]:nth-child(1) {
          -ms-flex-preferred-size: 21px;
              flex-basis: 21px;
          max-width: 21px; }
        .theme-3-5 .fv-preview__table .table-body__item .name-group [class*="box"]:nth-child(2) {
          -ms-flex-preferred-size: calc(100% - 40px);
              flex-basis: calc(100% - 40px);
          max-width: calc(100% - 40px); } }
  .theme-3-5 .fv-preview__summary {
    padding: 20px;
    background-color: #ffffff;
    border: 2px solid #e0e7ee;
    border-top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .theme-3-5 .fv-preview__summary .box {
      -ms-flex-preferred-size: calc(50% - 15px);
          flex-basis: calc(50% - 15px);
      max-width: calc(50% - 15px); }
    @media screen and (max-width: 1000px) {
      .theme-3-5 .fv-preview__summary {
        -ms-flex-flow: wrap-reverse;
            flex-flow: wrap-reverse;
        padding: 0;
        background-color: transparent;
        border: none; }
        .theme-3-5 .fv-preview__summary .box {
          -ms-flex-preferred-size: 100%;
              flex-basis: 100%;
          max-width: 100%; } }
.theme-3-5 .box-collapsed {
  background: #fefeff;
  border-top: 2px solid #e0e7ee; }
  .theme-3-5 .box-collapsed .collapse-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 10px 10px 10px 20px;
    cursor: pointer; }
    .theme-3-5 .box-collapsed .collapse-head__title {
      font-weight: 800;
      font-size: 12px;
      line-height: 15px;
      letter-spacing: 0.92px;
      text-transform: uppercase;
      color: #828a91; }
    .theme-3-5 .box-collapsed .collapse-head__button {
      padding: 10px;
      font-size: 0;
      line-height: 0;
      transition: 0.2s; }
      .theme-3-5 .box-collapsed .collapse-head__button svg [stroke] {
        transition: 0.2s; }
  .theme-3-5 .box-collapsed .collapse-body {
    display: none; }
    .theme-3-5 .box-collapsed .collapse-body__inner {
      padding: 5px 20px 15px; }
  .theme-3-5 .box-collapsed.is-open .collapse-head__button {
    -webkit-transform: scaleY(-1);
            transform: scaleY(-1); }
    .theme-3-5 .box-collapsed.is-open .collapse-head__button svg [stroke] {
      stroke: #ff8522; }
  @media screen and (max-width: 860px) {
    .theme-3-5 .box-collapsed .collapse-head {
      padding: 7.5px 10px 7.5px 20px; }
    .theme-3-5 .box-collapsed .collapse-body__inner {
      padding-top: 0; } }
.theme-3-5 .transparent-table .table-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 5px; }
  .theme-3-5 .transparent-table .table-head__name {
    font-size: 12px;
    line-height: 22px;
    font-weight: 800;
    letter-spacing: 0.92px;
    text-transform: uppercase;
    color: #828a91; }
.theme-3-5 .transparent-table .table-body__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px 0;
  font-size: 15px;
  line-height: 20px; }
@media screen and (max-width: 860px) {
  .theme-3-5 .transparent-table .table-head {
    display: none; }
  .theme-3-5 .transparent-table .table-body__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 0; }
    .theme-3-5 .transparent-table .table-body__item:not(:last-child) {
      padding-bottom: 20px; }
    .theme-3-5 .transparent-table .table-body__item [class*="box"] {
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
      max-width: 100%;
      padding: 2.5px 0; }
    .theme-3-5 .transparent-table .table-body__item .box-action {
      padding-top: 10px; }
    .theme-3-5 .transparent-table .table-body__item [data-label] {
      font-weight: 800;
      font-size: 13px;
      line-height: 20px; }
      .theme-3-5 .transparent-table .table-body__item [data-label]::before {
        content: "" attr(data-label) ":";
        padding-right: 8px;
        font-weight: 400;
        color: #828a91; } }
.theme-3-5 .additional-actions {
  margin-bottom: 15px; }
  .theme-3-5 .additional-actions.is-open .additional-actions__trigger svg {
    -webkit-transform: scaleY(-1);
            transform: scaleY(-1); }
  .theme-3-5 .additional-actions__trigger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 5px 5px 5px 0; }
    .theme-3-5 .additional-actions__trigger span {
      font-size: 15px;
      line-height: 20px;
      color: #828a91;
      padding-right: 10px; }
    .theme-3-5 .additional-actions__trigger svg {
      transition: 0.2s; }
  .theme-3-5 .additional-actions__body {
    display: none; }
    .theme-3-5 .additional-actions__body .actions-wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-flow: wrap;
          flex-flow: wrap;
      width: calc(100% + 11px);
      margin-left: -5.5px;
      padding-top: 10px; }
      .theme-3-5 .additional-actions__body .actions-wrapper .action-item {
        -ms-flex-preferred-size: calc(25% - 11px);
            flex-basis: calc(25% - 11px);
        max-width: calc(25% - 11px);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        cursor: pointer;
        margin: 5.5px;
        padding: 10px 20px;
        border-radius: 12px;
        background: #ffffff;
        border: 2px solid #c7d1da;
        transition: 0.2s; }
        .theme-3-5 .additional-actions__body .actions-wrapper .action-item__icon {
          padding: 10px;
          font-size: 0;
          line-height: 0; }
          .theme-3-5 .additional-actions__body .actions-wrapper .action-item__icon svg [stroke],
          .theme-3-5 .additional-actions__body .actions-wrapper .action-item__icon svg [fill] {
            transition: 0.2s; }
        .theme-3-5 .additional-actions__body .actions-wrapper .action-item__name {
          font-weight: 900;
          font-size: 11px;
          line-height: 15px;
          letter-spacing: 0.5px;
          text-align: center;
          text-transform: uppercase;
          color: #828a91;
          transition: 0.2s; }
        .theme-3-5 .additional-actions__body .actions-wrapper .action-item:hover {
          border-color: #ff8522; }
          .theme-3-5 .additional-actions__body .actions-wrapper .action-item:hover .action-item__icon svg [stroke] {
            stroke: #ff8522; }
          .theme-3-5 .additional-actions__body .actions-wrapper .action-item:hover .action-item__icon svg [fill]:not([fill="none"]) {
            fill: #ff8522; }
          .theme-3-5 .additional-actions__body .actions-wrapper .action-item:hover .action-item__name {
            color: #ff8522; }
        @media screen and (max-width: 900px) {
          .theme-3-5 .additional-actions__body .actions-wrapper .action-item {
            -ms-flex-preferred-size: calc(33.333% - 11px);
                flex-basis: calc(33.333% - 11px);
            max-width: calc(33.333% - 11px); } }
        @media screen and (max-width: 680px) {
          .theme-3-5 .additional-actions__body .actions-wrapper .action-item {
            -ms-flex-preferred-size: calc(50% - 11px);
                flex-basis: calc(50% - 11px);
            max-width: calc(50% - 11px); } }
        @media screen and (max-width: 680px) {
          .theme-3-5 .additional-actions__body .actions-wrapper .action-item {
            -ms-flex-preferred-size: 100%;
                flex-basis: 100%;
            max-width: 100%; } }
.theme-3-5 .text-dotted {
  position: relative;
  max-width: 100%;
  padding: 0;
  z-index: 5;
  padding-right: 10px;
  display: inline-block; }
  .theme-3-5 .text-dotted__text {
    font-size: 15px;
    line-height: 25px;
    color: #3b4348;
    text-align: left;
    display: inline-block;
    word-break: break-all;
    overflow: hidden;
    max-height: 25px;
    position: relative; }
  .theme-3-5 .text-dotted__tooltip {
    display: none;
    top: calc(100% + 8px);
    position: absolute;
    left: -6px;
    padding: 10px;
    background: #3b4348;
    border: 2px solid #4a545b;
    min-width: 320px; }
    .theme-3-5 .text-dotted__tooltip::before {
      content: "";
      background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHJlY3QgeD0iMTAuMDM1NiIgeT0iMS4xMTYyMSIgd2lkdGg9IjEyLjY3NzUiIGhlaWdodD0iMTIuNjc3NSIgdHJhbnNmb3JtPSJyb3RhdGUoNDUgMTAuMDM1NiAxLjExNjIxKSIgZmlsbD0iIzNCNDM0OCIvPgo8cGF0aCBkPSJNMS40NjU1NiAxMC4xMTYxTDkuOTY1NTggMS4xMTYxMkwxOC45NjUzIDkuNjE2MTEiIHN0cm9rZT0iIzRBNTQ1QiIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+Cg==");
      background-size: 18px 18px;
      width: 18px;
      height: 18px;
      position: absolute;
      top: 0;
      left: 10px;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%); }
    .theme-3-5 .text-dotted__tooltip .tooltip-text {
      font-weight: 800;
      font-size: 12px;
      line-height: 18px;
      color: #fafbfd; }
    @media screen and (max-width: 800px) {
      .theme-3-5 .text-dotted__tooltip {
        left: -6px;
        min-width: 200px; }
        .theme-3-5 .text-dotted__tooltip::before {
          left: 10px; } }
  .theme-3-5 .text-dotted:hover .text-dotted__tooltip {
    display: block; }
.theme-3-5 .ellipsed {
  padding-right: 15px !important;
  word-break: break-all; }
  .theme-3-5 .ellipsed::after {
    content: "...";
    position: absolute;
    right: 3px;
    top: 0; }
.theme-3-5 .filters-panel {
  position: absolute;
  z-index: 16;
  top: 0;
  width: 260px;
  background: #ffffff;
  border: 2px solid #e0e7ee;
  transition: 0.2s;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: 100% 0;
          transform-origin: 100% 0; }
  .theme-3-5 .filters-panel.open {
    -webkit-transform: scale(1);
            transform: scale(1); }
  .theme-3-5 .filters-panel__title {
    font-weight: 800;
    font-size: 18px;
    line-height: 24px; }
  .theme-3-5 .filters-panel__close {
    padding: 10px;
    font-size: 0;
    line-height: 0;
    transition: 0.2s; }
    .theme-3-5 .filters-panel__close:hover {
      opacity: 0.8; }
    .theme-3-5 .filters-panel__close:active {
      -webkit-transform: scale(0.9);
              transform: scale(0.9); }
  .theme-3-5 .filters-panel__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 6px 10px 6px 20px;
    border-bottom: 2px solid #e0e7ee; }
  .theme-3-5 .filters-panel__body {
    padding: 20px 20px 0;
    border-bottom: 2px solid #e0e7ee; }
    .theme-3-5 .filters-panel__body .filter-group {
      padding-bottom: 13px; }
      .theme-3-5 .filters-panel__body .filter-group__title {
        font-weight: 800;
        font-size: 12px;
        line-height: 22px;
        letter-spacing: 0.92px;
        text-transform: uppercase;
        padding-bottom: 5px;
        color: #828a91; }
      .theme-3-5 .filters-panel__body .filter-group .check-group {
        margin: 0;
        padding: 7px 0; }
        .theme-3-5 .filters-panel__body .filter-group .check-group label {
          font-size: 13px;
          line-height: 20px;
          color: #828a91; }
      .theme-3-5 .filters-panel__body .filter-group .radio-group {
        padding: 7px 0; }
        .theme-3-5 .filters-panel__body .filter-group .radio-group label {
          padding: 0 0 0 30px;
          font-size: 13px;
          line-height: 20px;
          min-height: 20px;
          color: #828a91; }
          .theme-3-5 .filters-panel__body .filter-group .radio-group label::after {
            width: 9px;
            height: 9px;
            left: 5.5px; }
  .theme-3-5 .filters-panel__action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 20px; }
  @media screen and (max-width: 420px) {
    .theme-3-5 .filters-panel {
      right: -15px !important;
      left: -13px !important;
      width: initial; }
      .theme-3-5 .filters-panel__title {
        font-size: 15px; }
      .theme-3-5 .filters-panel__header {
        padding: 6px 20px 6px 30px; }
      .theme-3-5 .filters-panel__body {
        padding: 20px 30px 0; }
      .theme-3-5 .filters-panel__action {
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end;
        padding: 20px 30px; }
        .theme-3-5 .filters-panel__action .dpanel3-btn {
          margin-left: 15px; } }
.theme-3-5 .empty-page-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 30px;
  margin-bottom: 15px;
  background: #ffffff;
  border: 2px solid #e0e7ee; }
  .theme-3-5 .empty-page-info__icon {
    -ms-flex-preferred-size: 70px;
        flex-basis: 70px;
    max-width: 70px;
    padding-right: 30px; }
    .theme-3-5 .empty-page-info__icon svg {
      max-width: 40px;
      width: 100%; }
  .theme-3-5 .empty-page-info__content {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }
    .theme-3-5 .empty-page-info__content p {
      font-size: 15px;
      line-height: 22px;
      color: #3b4348; }
    .theme-3-5 .empty-page-info__content .title {
      font-size: 18px;
      line-height: 25px;
      font-weight: 800;
      margin-bottom: 10px;
      color: #3b4348; }
  @media screen and (max-width: 860px) {
    .theme-3-5 .empty-page-info {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      padding: 18px; }
      .theme-3-5 .empty-page-info__icon {
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
        max-width: 100%;
        padding: 12px 0 20px; }
      .theme-3-5 .empty-page-info__content {
        text-align: center; } }
.theme-3-5 .empty-page-list .placeholder,
.theme-3-5 .empty-page__aside .placeholder {
  background: #eff3f7;
  border-bottom: 2px solid #e7ebee;
  height: 18px;
  width: 100%; }
  .theme-3-5 .empty-page-list .placeholder.sm,
  .theme-3-5 .empty-page__aside .placeholder.sm {
    height: 12px; }
  .theme-3-5 .empty-page-list .placeholder.darker,
  .theme-3-5 .empty-page__aside .placeholder.darker {
    background: #e3e9f0;
    border-bottom-color: #d5dae0; }
  .theme-3-5 .empty-page-list .placeholder.circle,
  .theme-3-5 .empty-page__aside .placeholder.circle {
    width: 18px;
    min-width: 18px;
    border-radius: 50%;
    border: 2px solid #e7ebee; }
    .theme-3-5 .empty-page-list .placeholder.circle.circle--big,
    .theme-3-5 .empty-page__aside .placeholder.circle.circle--big {
      width: 30px;
      height: 30px; }
  .theme-3-5 .empty-page-list .placeholder-btn,
  .theme-3-5 .empty-page__aside .placeholder-btn {
    width: 120px;
    height: 30px;
    background: #f6f8fa;
    border: 2px solid #e4e6e8;
    box-sizing: border-box;
    border-radius: 25px; }
.theme-3-5 .empty-page-list .empty-item {
  padding: 15px 10px;
  margin-bottom: 15px;
  min-height: 75px;
  position: relative;
  background: #ffffff;
  border: 2px solid #e0e7ee; }
  .theme-3-5 .empty-page-list .empty-item-box.box-full {
    padding-left: 100px; }
  .theme-3-5 .empty-page-list .empty-item .status {
    position: absolute;
    top: -2px;
    right: 215px;
    width: 66px;
    height: 22px; }
  .theme-3-5 .empty-page-list .empty-item.collapsible .status {
    right: 250px; }
@media screen and (max-width: 860px) {
  .theme-3-5 .empty-page-list .empty-item {
    padding: 32px 18px 18px;
    -ms-flex-flow: wrap;
        flex-flow: wrap; }
    .theme-3-5 .empty-page-list .empty-item-box {
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
      max-width: 400px;
      padding-right: 40px;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; }
      .theme-3-5 .empty-page-list .empty-item-box.sm {
        -ms-flex-preferred-size: 90%;
            flex-basis: 90%;
        max-width: 360px; }
      .theme-3-5 .empty-page-list .empty-item-box:nth-child(3) {
        padding-top: 20px; }
      .theme-3-5 .empty-page-list .empty-item-box.box-full {
        padding-left: 0; }
    .theme-3-5 .empty-page-list .empty-item .placeholder-arrow {
      display: none; }
    .theme-3-5 .empty-page-list .empty-item .placeholder-hamburger {
      position: absolute;
      top: 30px;
      right: 18px; }
    .theme-3-5 .empty-page-list .empty-item .placeholder-btn {
      width: 135px;
      height: 40px; }
    .theme-3-5 .empty-page-list .empty-item .status {
      left: 18px;
      right: initial; } }
.theme-3-5 .empty-page__aside {
  background: #ffffff;
  border: 2px solid #e0e7ee; }
  .theme-3-5 .empty-page__aside .b-r {
    border-right: 2px solid #e0e7ee; }
  .theme-3-5 .empty-page__aside .b-b {
    border-bottom: 2px solid #e0e7ee; }
  .theme-3-5 .empty-page__aside .box-darker {
    background: #fafcfd;
    padding: 11px 16px; }
.theme-3-5 .phone-number-picker {
  width: 100%;
  max-width: 310px;
  position: relative; }
  .theme-3-5 .phone-number-picker .phone-number-picker__group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 2px solid #e0e7ee;
    transition: 0.2s;
    position: relative; }
    .theme-3-5 .phone-number-picker .phone-number-picker__group::after {
      content: "";
      display: none;
      position: absolute;
      width: 16px;
      height: 16px;
      right: 13px;
      top: 14px;
      background-size: 16px 16px;
      background-position: center;
      background-repeat: no-repeat; }
  .theme-3-5 .phone-number-picker .phone-number-picker__input-holder {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%; }
  .theme-3-5 .phone-number-picker .phone-number-picker__input {
    padding: 8px 40px 8px 8px;
    border: none;
    width: 100%;
    outline: none;
    font-size: 15px;
    line-height: 25px;
    color: #3b4348;
    background: #ffffff;
    border-left: 2px solid #e0e7ee; }
    .theme-3-5 .phone-number-picker .phone-number-picker__input::-webkit-input-placeholder {
      color: #828a91; }
    .theme-3-5 .phone-number-picker .phone-number-picker__input::-moz-placeholder {
      color: #828a91; }
    .theme-3-5 .phone-number-picker .phone-number-picker__input:-ms-input-placeholder {
      color: #828a91; }
    .theme-3-5 .phone-number-picker .phone-number-picker__input::placeholder {
      color: #828a91; }
  .theme-3-5 .phone-number-picker .phone-number-picker__info {
    margin: 2px 0 0;
    font-weight: 500;
    font-size: 12px;
    line-height: 21px;
    color: #828a91;
    display: none; }
  .theme-3-5 .phone-number-picker .select2-container--phone-number-picker {
    width: initial !important;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    max-width: 130px; }
    @media screen and (max-width: 700px) {
      .theme-3-5 .phone-number-picker .select2-container--phone-number-picker {
        min-width: 130px; } }
    .theme-3-5 .phone-number-picker .select2-container--phone-number-picker .select2-selection {
      height: 41px; }
    .theme-3-5 .phone-number-picker .select2-container--phone-number-picker.select2-container--disabled {
      opacity: 0.6; }
      .theme-3-5 .phone-number-picker .select2-container--phone-number-picker.select2-container--disabled .select2-selection__arrow {
        display: none; }
    .theme-3-5 .phone-number-picker .select2-container--phone-number-picker .option-wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      width: 100%; }
      .theme-3-5 .phone-number-picker .select2-container--phone-number-picker .option-wrapper .flag-icon {
        -ms-flex-preferred-size: 28px;
            flex-basis: 28px;
        max-width: 28px;
        width: 28px;
        height: 20px;
        border-radius: 2px;
        background-clip: content-box;
        background-size: cover;
        border: 1px solid #e0e7ee; }
      .theme-3-5 .phone-number-picker .select2-container--phone-number-picker .option-wrapper span {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        margin-right: 10px; }
    .theme-3-5 .phone-number-picker .select2-container--phone-number-picker .selection .select2-selection {
      border: none;
      background: #fafcfd; }
      .theme-3-5 .phone-number-picker .select2-container--phone-number-picker .selection .select2-selection__rendered {
        padding-right: 27px;
        padding-left: 12px;
        font-weight: 800;
        font-size: 15px;
        line-height: 28px;
        color: #4a545b; }
      .theme-3-5 .phone-number-picker .select2-container--phone-number-picker .selection .select2-selection__arrow {
        width: 11px;
        height: 7px;
        background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTEiIGhlaWdodD0iNyIgdmlld0JveD0iMCAwIDExIDciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik05LjI1IDEuNUw1LjUgNS4yNUwxLjc1IDEuNSIgc3Ryb2tlPSIjNEE1NDVCIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJzcXVhcmUiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+Cg==");
        background-size: 11px 7px; }
  .theme-3-5 .phone-number-picker .phone-number-picker__dropdown {
    position: absolute;
    top: 71px;
    left: 0;
    right: 0; }
    .theme-3-5 .phone-number-picker .phone-number-picker__dropdown .select2-container--phone-number-picker {
      left: 0 !important;
      right: 0 !important;
      max-width: 100%; }
    .theme-3-5 .phone-number-picker .phone-number-picker__dropdown .select2-dropdown {
      width: 100% !important;
      border-radius: 0;
      max-height: 210px;
      overflow-y: scroll; }
      .theme-3-5 .phone-number-picker .phone-number-picker__dropdown .select2-dropdown.select2-dropdown--below {
        top: 2px; }
      .theme-3-5 .phone-number-picker .phone-number-picker__dropdown .select2-dropdown.select2-dropdown--above {
        top: -2px; }
      .theme-3-5 .phone-number-picker .phone-number-picker__dropdown .select2-dropdown .select2-results__options {
        border: none;
        padding: 0;
        margin: 0; }
      .theme-3-5 .phone-number-picker .phone-number-picker__dropdown .select2-dropdown .select2-results__option {
        border-bottom: 2px solid #f2f6fa;
        background-color: #fff;
        height: initial;
        min-height: 42px;
        transition: 0.2s; }
        .theme-3-5 .phone-number-picker .phone-number-picker__dropdown .select2-dropdown .select2-results__option .option-wrapper span {
          font-weight: 500;
          font-size: 15px;
          line-height: 28px;
          color: #828a91;
          transition: 0.2s; }
        .theme-3-5 .phone-number-picker .phone-number-picker__dropdown .select2-dropdown .select2-results__option--highlighted {
          background-color: #f2f6fa; }
          .theme-3-5 .phone-number-picker .phone-number-picker__dropdown .select2-dropdown .select2-results__option--highlighted .option-wrapper span {
            font-weight: 800;
            color: #4a545b; }
  .theme-3-5 .phone-number-picker.focused .phone-number-picker__group {
    border-color: #c5cfd8; }
  .theme-3-5 .phone-number-picker.focused .phone-number-picker__info {
    display: inline-block; }
  .theme-3-5 .phone-number-picker.has-success .phone-number-picker__group {
    border-color: #ccecd0; }
    .theme-3-5 .phone-number-picker.has-success .phone-number-picker__group::after {
      display: block;
      background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGNpcmNsZSBjeD0iOCIgY3k9IjgiIHI9IjcuMjUiIHN0cm9rZT0iIzI0QzQzMiIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTExLjQ5MjkgNS41MDY5NEMxMS44NzU1IDUuNzc4OTcgMTEuOTY1MiA2LjMwOTY0IDExLjY5MzEgNi42OTIyM0w4LjQ5MzUyIDExLjE5MjJDOC4zNDY3OSAxMS4zOTg2IDguMTE1NjkgMTEuNTI4OCA3Ljg2MzE2IDExLjU0NzRDNy42MTA2MyAxMS41NjYgNy4zNjI5NiAxMS40NzEgNy4xODc2IDExLjI4ODNMNC43ODc2IDguNzg4MzNDNC40NjI1IDguNDQ5NjggNC40NzM0OCA3LjkxMTYgNC44MTIxMyA3LjU4NjVDNS4xNTA3OCA3LjI2MTM5IDUuNjg4ODYgNy4yNzIzOCA2LjAxMzk2IDcuNjExMDJMNy43MDI5NyA5LjM3MDQxTDEwLjMwNzcgNS43MDcxMkMxMC41Nzk3IDUuMzI0NTMgMTEuMTEwNCA1LjIzNDkxIDExLjQ5MjkgNS41MDY5NFoiIGZpbGw9IiMxQUM1MjgiLz4KPC9zdmc+Cg=="); }
  .theme-3-5 .phone-number-picker.has-success .phone-number-picker__info {
    display: none; }
  .theme-3-5 .phone-number-picker.has-error .phone-number-picker__group {
    border-color: #ea3839; }
    .theme-3-5 .phone-number-picker.has-error .phone-number-picker__group::after {
      display: block;
      background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGNpcmNsZSBjeD0iOCIgY3k9IjgiIHI9IjcuMjUiIHN0cm9rZT0iI0VBMzgzOSIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTYuNzE0NzEgNEM2LjU2OTcgNCA2LjQzNDUzIDQuMTAwMzcgNi4zNTU0NiA0LjI2Njc1QzYuMjc2MzkgNC40MzMxMyA2LjI2NDE0IDQuNjQyOTYgNi4zMjI5MSA0LjgyNDQyTDcuNjA4NjMgOC43OTM5OEM3LjY3NzMzIDkuMDA2MSA3LjgzMDkxIDkuMTQyODYgOC4wMDA0MiA5LjE0Mjg2QzguMTY5OTMgOS4xNDI4NiA4LjMyMzUxIDkuMDA2MSA4LjM5MjIxIDguNzkzOThMOS42Nzc5MiA0LjgyNDQyQzkuNzM2NjkgNC42NDI5NiA5LjcyNDQ1IDQuNDMzMTMgOS42NDUzOCA0LjI2Njc1QzkuNTY2MzEgNC4xMDAzNyA5LjQzMTE0IDQgOS4yODYxMyA0SDYuNzE0NzFaIiBmaWxsPSIjRUEzODM5Ii8+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNOS4xNDMxMyAxMS40Mjg1QzkuMTQzMTMgMTIuMDYwMSA4LjYzMTE0IDEyLjU3MTQgOC4wMDAyOCAxMi41NzE0QzcuMzY5NDIgMTIuNTcxNCA2Ljg1NzQyIDEyLjA2MDEgNi44NTc0MiAxMS40Mjg1QzYuODU3NDIgMTAuNzk2OSA3LjM2OTQyIDEwLjI4NTYgOC4wMDAyOCAxMC4yODU2QzguNjMxMTQgMTAuMjg1NiA5LjE0MzEzIDEwLjc5NjkgOS4xNDMxMyAxMS40Mjg1WiIgZmlsbD0iI0VBMzgzOSIvPgo8L3N2Zz4K"); }
  .theme-3-5 .phone-number-picker.has-error .phone-number-picker__info {
    display: none; }
.theme-3-5 .header-with-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 30px; }
  .theme-3-5 .header-with-line .header-with-line__title {
    font-size: 18px;
    line-height: 21px;
    padding-right: 10px;
    color: #3b4348; }
  .theme-3-5 .header-with-line::after {
    content: "";
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    height: 2px;
    background-color: #e0e7ee; }
.theme-3-5 .form-group + .header-with-line,
.theme-3-5 .form-group-wrapper + .header-with-line {
  margin-top: 15px; }
@media screen and (max-width: 700px) {
  .theme-3-5 .header-with-line {
    margin: 0 0 25px; }
    .theme-3-5 .header-with-line .header-with-line__title {
      font-size: 15px; }
  .theme-3-5 .form-group + .header-with-line,
  .theme-3-5 .form-group-wrapper + .header-with-line {
    margin-top: 10px; } }
.theme-3-5 .anti-spam-level .form-group,
.theme-3-5 .border-radio-nav .form-group {
  margin-bottom: 0; }
.theme-3-5 .anti-spam-box__wrapper,
.theme-3-5 .border-radio-nav__wrapper {
  margin-top: -2px;
  min-height: 115px;
  background: #fff;
  border: 2px solid #e0e7ee; }
  @media screen and (max-width: 600px) {
    .theme-3-5 .anti-spam-box__wrapper,
    .theme-3-5 .border-radio-nav__wrapper {
      margin-top: 20px; } }
.theme-3-5 .anti-spam-box__inner,
.theme-3-5 .border-radio-nav__inner {
  padding: 20px 15px;
  display: none; }
  .theme-3-5 .anti-spam-box__inner p,
  .theme-3-5 .border-radio-nav__inner p {
    font-size: 15px;
    line-height: 20px;
    color: #4a545b; }
  .theme-3-5 .anti-spam-box__inner.open,
  .theme-3-5 .border-radio-nav__inner.open {
    display: block; }
.theme-3-5 .anti-spam-box.transparent .form-group,
.theme-3-5 .border-radio-nav.transparent .form-group {
  margin-bottom: 25px; }
.theme-3-5 .anti-spam-box.transparent .border-radio-nav__wrapper,
.theme-3-5 .border-radio-nav.transparent .border-radio-nav__wrapper {
  margin-top: -2px;
  min-height: initial;
  background: transparent;
  border: none; }
  @media screen and (max-width: 600px) {
    .theme-3-5 .anti-spam-box.transparent .border-radio-nav__wrapper,
    .theme-3-5 .border-radio-nav.transparent .border-radio-nav__wrapper {
      margin-top: 20px; } }
.theme-3-5 .anti-spam-box.transparent .border-radio-nav__inner,
.theme-3-5 .border-radio-nav.transparent .border-radio-nav__inner {
  padding: 0; }
.theme-3-5 .path-block {
  word-break: break-word; }
  .theme-3-5 .path-block span,
  .theme-3-5 .path-block em {
    font-size: 15px;
    line-height: 25px;
    color: #3b4348; }
  .theme-3-5 .path-block .bolded {
    font-weight: 800; }
.theme-3-5 .limit-group {
  max-width: 430px; }
  .theme-3-5 .limit-group:not(:last-child) {
    margin-bottom: 15px; }
  .theme-3-5 .limit-group__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: 12px; }
  .theme-3-5 .limit-group__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-left: 140px; }
    .theme-3-5 .limit-group__bottom.disabled {
      pointer-events: none;
      opacity: 0.4; }
    .theme-3-5 .limit-group__bottom [data-postfix] em {
      text-transform: none;
      font-size: 21px;
      line-height: 28px;
      color: #c7d1da; }
  .theme-3-5 .limit-group__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-right: 30px;
    -ms-flex-preferred-size: 135px;
        flex-basis: 135px;
    max-width: 135px; }
    .theme-3-5 .limit-group__header .header-image {
      -ms-flex-preferred-size: 60px;
          flex-basis: 60px;
      max-width: 60px;
      padding-right: 10px; }
      .theme-3-5 .limit-group__header .header-image svg {
        max-width: 100%; }
    .theme-3-5 .limit-group__header .header-text {
      margin: 0;
      font-size: 20px;
      line-height: 28px;
      color: #3b4348; }
      .theme-3-5 .limit-group__header .header-text:only-child {
        margin-left: auto; }
  .theme-3-5 .limit-group .limit-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 20px;
    padding-top: 26px; }
    .theme-3-5 .limit-group .limit-buttons .btn-limit {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      width: 45px;
      height: 45px;
      background: #ffffff;
      border: 2px solid #e8eef4;
      position: relative;
      z-index: 2;
      box-shadow: 0px 4px 5px rgba(39, 49, 53, 0.0859375); }
      .theme-3-5 .limit-group .limit-buttons .btn-limit svg {
        transition: 0.2s; }
      .theme-3-5 .limit-group .limit-buttons .btn-limit:disabled {
        background: #fafcfd;
        border-color: #e0e7ee;
        z-index: 1;
        box-shadow: none; }
      .theme-3-5 .limit-group .limit-buttons .btn-limit:active svg {
        -webkit-transform: scale(0.97);
                transform: scale(0.97); }
      .theme-3-5 .limit-group .limit-buttons .btn-limit:nth-child(1) {
        margin-right: -1px; }
      .theme-3-5 .limit-group .limit-buttons .btn-limit:nth-child(2) {
        margin-left: -1px; }
  @media screen and (max-width: 500px) {
    .theme-3-5 .limit-group {
      max-width: 100%; }
      .theme-3-5 .limit-group__top {
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; }
      .theme-3-5 .limit-group__bottom {
        padding-left: 0; } }
.theme-3-5 .dashboard h3 {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase; }
.theme-3-5 .dashboard .domain-search {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap; }
  .theme-3-5 .dashboard .domain-search label {
    height: 60px;
    min-width: 115px;
    border: 2px solid;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 24px;
    font-weight: 800;
    line-height: 33px;
    border-right: 0px; }
  .theme-3-5 .dashboard .domain-search input {
    height: 60px;
    border: 2px solid;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    display: block;
    border-right: 0px;
    outline: none;
    font-size: 20px;
    font-weight: 300;
    padding-left: 15px; }
  .theme-3-5 .dashboard .domain-search button {
    display: block;
    height: 60px;
    min-width: 60px;
    background-color: transparent;
    border: none;
    outline: none;
    border: 2px solid;
    border-left: 0px; }
    .theme-3-5 .dashboard .domain-search button svg {
      width: 22px; }
.theme-3-5 .dashboard .main-service {
  position: relative; }
  .theme-3-5 .dashboard .main-service .main-service-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; }
    .theme-3-5 .dashboard .main-service .main-service-header .title span {
      font-size: 12px;
      font-weight: 800;
      letter-spacing: 1px;
      line-height: 16px;
      text-transform: uppercase;
      margin-bottom: 10px;
      display: block; }
    .theme-3-5 .dashboard .main-service .main-service-header .title h2 {
      font-size: 34px;
      font-weight: 900;
      display: block; }
    .theme-3-5 .dashboard .main-service .main-service-header .add-info {
      text-align: right; }
      .theme-3-5 .dashboard .main-service .main-service-header .add-info .status {
        border: 2px solid;
        font-size: 12px;
        font-weight: 800;
        letter-spacing: 1px;
        text-transform: uppercase;
        position: absolute;
        top: -2px;
        right: 50px;
        padding: 15px 20px; }
      .theme-3-5 .dashboard .main-service .main-service-header .add-info .date {
        text-align: right;
        font-size: 15px; }
        .theme-3-5 .dashboard .main-service .main-service-header .add-info .date b {
          font-weight: 800; }
  .theme-3-5 .dashboard .main-service .main-service-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    border: 0px solid; }
    .theme-3-5 .dashboard .main-service .main-service-content .switch-box {
      padding: 30px;
      width: 40%;
      min-width: 300px;
      border: 2px solid; }
      .theme-3-5 .dashboard .main-service .main-service-content .switch-box .switch-alert {
        height: 0px;
        overflow: hidden;
        transition: 0.3s;
        position: relative;
        top: 10px; }
        .theme-3-5 .dashboard .main-service .main-service-content .switch-box .switch-alert.visible .hide-box {
          opacity: 1;
          transition-delay: 0.3s; }
        .theme-3-5 .dashboard .main-service .main-service-content .switch-box .switch-alert .hide-box {
          padding-bottom: 20px;
          opacity: 0;
          transition: 0.3s;
          transition-delay: 0s; }
        .theme-3-5 .dashboard .main-service .main-service-content .switch-box .switch-alert .alert-cloud {
          margin-top: 10px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-flow: row nowrap;
              flex-flow: row nowrap;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-pack: justify;
              -ms-flex-pack: justify;
                  justify-content: space-between;
          border: 2px solid;
          padding: 10px 15px;
          position: relative; }
          .theme-3-5 .dashboard .main-service .main-service-content .switch-box .switch-alert .alert-cloud p {
            width: calc(100% - 6px - 15px);
            font-size: 14px;
            line-height: 19px; }
          .theme-3-5 .dashboard .main-service .main-service-content .switch-box .switch-alert .alert-cloud::after {
            content: "";
            display: block;
            position: absolute;
            bottom: 0px;
            left: 50%;
            height: 15px;
            width: 15px;
            border-bottom: 2px solid;
            border-right: 2px solid;
            -webkit-transform: translateX(-50%) translateY(55%) rotate(45deg);
                    transform: translateX(-50%) translateY(55%) rotate(45deg); }
      .theme-3-5 .dashboard .main-service .main-service-content .switch-box .switch {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
        margin-top: 15px; }
        .theme-3-5 .dashboard .main-service .main-service-content .switch-box .switch #switch {
          display: none; }
        .theme-3-5 .dashboard .main-service .main-service-content .switch-box .switch .rail {
          display: block;
          height: 80px;
          margin: 13px;
          width: 26px;
          border: 2px solid;
          border-radius: 13px;
          position: relative;
          transition: 0.3s;
          max-width: 52px;
          z-index: 1;
          cursor: pointer; }
          .theme-3-5 .dashboard .main-service .main-service-content .switch-box .switch .rail .knob {
            display: block;
            width: 22px;
            height: 22px;
            border: 1px solid;
            border-radius: 50%;
            -webkit-transform: scale(2.5);
                    transform: scale(2.5);
            position: absolute;
            bottom: 0;
            left: 0;
            transition: 0.3s;
            z-index: 1; }
            .theme-3-5 .dashboard .main-service .main-service-content .switch-box .switch .rail .knob:active {
              -webkit-transform: scale(1.9);
                      transform: scale(1.9); }
            .theme-3-5 .dashboard .main-service .main-service-content .switch-box .switch .rail .knob::before {
              content: " ";
              display: block;
              border-radius: 50%;
              width: 11px;
              height: 11px;
              border: 1px solid;
              position: absolute;
              top: 50%;
              left: 50%;
              -webkit-transform: translateX(-50%) translateY(-50%);
                      transform: translateX(-50%) translateY(-50%);
              transition: 0.3s; }
            .theme-3-5 .dashboard .main-service .main-service-content .switch-box .switch .rail .knob::after {
              content: " ";
              display: block;
              border-radius: 50%;
              width: 2px;
              height: 2px;
              position: absolute;
              top: 50%;
              left: 50%;
              -webkit-transform: translateX(-50%) translateY(-50%);
                      transform: translateX(-50%) translateY(-50%);
              transition: 0.3s; }
          .theme-3-5 .dashboard .main-service .main-service-content .switch-box .switch .rail::before {
            content: " ";
            display: block;
            border-radius: 50%;
            width: 4px;
            height: 4px;
            position: absolute;
            top: 9px;
            left: 9px;
            transition: 0.3s; }
          .theme-3-5 .dashboard .main-service .main-service-content .switch-box .switch .rail::after {
            content: " ";
            display: block;
            border-radius: 50%;
            width: 4px;
            height: 4px;
            position: absolute;
            bottom: 9px;
            left: 9px;
            transition: 0.3s; }
        .theme-3-5 .dashboard .main-service .main-service-content .switch-box .switch #switch:checked ~ .rail .knob {
          bottom: 54px; }
        .theme-3-5 .dashboard .main-service .main-service-content .switch-box .switch .switch-ctn .position {
          height: 53px;
          width: 100%;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-flow: row nowrap;
              flex-flow: row nowrap;
          -webkit-box-align: start;
              -ms-flex-align: start;
                  align-items: flex-start;
          padding: 12px 12px 12px 46px; }
          .theme-3-5 .dashboard .main-service .main-service-content .switch-box .switch .switch-ctn .position span {
            font-size: 24px;
            line-height: 28px;
            display: block;
            position: relative;
            font-weight: 800;
            transition: 0.3s; }
            .theme-3-5 .dashboard .main-service .main-service-content .switch-box .switch .switch-ctn .position span::after {
              content: " ";
              display: block;
              border-radius: 50%;
              width: 4px;
              height: 4px;
              position: absolute;
              top: calc(50% - 2px);
              left: -20px;
              transition: 0.3s; }
            .theme-3-5 .dashboard .main-service .main-service-content .switch-box .switch .switch-ctn .position span::before {
              content: " ";
              display: block;
              width: 47px;
              height: 2px;
              position: absolute;
              top: calc(50% - 1px);
              left: -20px;
              transition: 0.3s;
              -webkit-transform: translateX(-100%);
                      transform: translateX(-100%); }
        .theme-3-5 .dashboard .main-service .main-service-content .switch-box .switch .switch-ctn .on span {
          font-size: 24px;
          line-height: 28px;
          display: block; }
      .theme-3-5 .dashboard .main-service .main-service-content .switch-box .btn-edit {
        float: right;
        margin-top: 20px; }
      .theme-3-5 .dashboard .main-service .main-service-content .switch-box:after {
        content: "";
        display: block;
        clear: both; }
    .theme-3-5 .dashboard .main-service .main-service-content .details-box {
      min-height: 100%;
      width: 60%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap; }
      .theme-3-5 .dashboard .main-service .main-service-content .details-box .detail {
        height: 33.33%;
        min-height: 78px;
        border: 2px solid;
        border-top-width: 0;
        border-left-width: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        padding: 0 20px; }
        .theme-3-5 .dashboard .main-service .main-service-content .details-box .detail:first-child {
          border-top-width: 2px; }
        .theme-3-5 .dashboard .main-service .main-service-content .details-box .detail:last-child {
          border-bottom-width: 2px; }
        .theme-3-5 .dashboard .main-service .main-service-content .details-box .detail .left-side {
          -webkit-box-flex: 0;
              -ms-flex-positive: 0;
                  flex-grow: 0;
          -ms-flex-preferred-size: auto;
              flex-basis: auto;
          max-width: auto;
          margin-right: 15px; }
          .theme-3-5 .dashboard .main-service .main-service-content .details-box .detail .left-side h3 {
            display: inline; }
          .theme-3-5 .dashboard .main-service .main-service-content .details-box .detail .left-side .btn-edit {
            display: inline; }
        .theme-3-5 .dashboard .main-service .main-service-content .details-box .detail .right-side {
          -ms-flex-preferred-size: auto;
              flex-basis: auto;
          margin-left: 15px;
          font-size: 18px;
          text-align: right; }
          .theme-3-5 .dashboard .main-service .main-service-content .details-box .detail .right-side b {
            font-weight: 800;
            margin-right: 5px; }
      .theme-3-5 .dashboard .main-service .main-service-content .details-box .volume-box .progress {
        -webkit-box-flex: 0;
            -ms-flex-positive: 0;
                flex-grow: 0;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
        max-width: 40%;
        margin-bottom: 0;
        height: 10px; }
    .theme-3-5 .dashboard .main-service .main-service-content .detail-grid {
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
      -webkit-box-align: stretch;
          -ms-flex-align: stretch;
              align-items: stretch;
      position: relative;
      border: 2px solid;
      border-bottom-width: 0px;
      border-right-width: 0px; }
      .theme-3-5 .dashboard .main-service .main-service-content .detail-grid .detail {
        padding: 30px 40px;
        width: 50%;
        border: 2px solid;
        border-top-width: 0px;
        border-left-width: 0px; }
        .theme-3-5 .dashboard .main-service .main-service-content .detail-grid .detail .detail-header {
          margin-bottom: 20px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-flow: row wrap;
              flex-flow: row wrap;
          -webkit-box-pack: justify;
              -ms-flex-pack: justify;
                  justify-content: space-between;
          -webkit-box-align: end;
              -ms-flex-align: end;
                  align-items: flex-end; }
        .theme-3-5 .dashboard .main-service .main-service-content .detail-grid .detail .detail-content {
          width: 100%;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-flow: row nowrap;
              flex-flow: row nowrap;
          -webkit-box-pack: justify;
              -ms-flex-pack: justify;
                  justify-content: space-between; }
          .theme-3-5 .dashboard .main-service .main-service-content .detail-grid .detail .detail-content .detail-label {
            -ms-flex-preferred-size: auto;
                flex-basis: auto;
            font-size: 18px;
            text-align: left;
            min-width: 140px;
            margin-bottom: 10px;
            padding-right: 15px; }
            .theme-3-5 .dashboard .main-service .main-service-content .detail-grid .detail .detail-content .detail-label b {
              font-weight: 800;
              margin-right: 5px; }
          .theme-3-5 .dashboard .main-service .main-service-content .detail-grid .detail .detail-content .progress {
            width: 100%;
            margin-bottom: 10px; }
        .theme-3-5 .dashboard .main-service .main-service-content .detail-grid .detail.box-max {
          width: 100%; }
    .theme-3-5 .dashboard .main-service .main-service-content.main-service-ddomena {
      border: 0px;
      margin: 0 50px; }
      .theme-3-5 .dashboard .main-service .main-service-content.main-service-ddomena .ewh-details {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap; }
        .theme-3-5 .dashboard .main-service .main-service-content.main-service-ddomena .ewh-details .ewh-content {
          width: 100%; }
          .theme-3-5 .dashboard .main-service .main-service-content.main-service-ddomena .ewh-details .ewh-content .ewh-info {
            width: 100%;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-flow: row nowrap;
                flex-flow: row nowrap;
            -webkit-box-pack: justify;
                -ms-flex-pack: justify;
                    justify-content: space-between;
            -webkit-box-align: start;
                -ms-flex-align: start;
                    align-items: flex-start; }
            .theme-3-5 .dashboard .main-service .main-service-content.main-service-ddomena .ewh-details .ewh-content .ewh-info .ewh-text {
              font-size: 19px;
              line-height: 31px;
              padding-right: 30px; }
            .theme-3-5 .dashboard .main-service .main-service-content.main-service-ddomena .ewh-details .ewh-content .ewh-info .ewh-scales {
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -ms-flex-flow: row nowrap;
                  flex-flow: row nowrap;
              -webkit-transform: translateY(-32px);
                      transform: translateY(-32px); }
              .theme-3-5 .dashboard .main-service .main-service-content.main-service-ddomena .ewh-details .ewh-content .ewh-info .ewh-scales .scaleup {
                position: relative;
                border: 2px solid;
                margin: 0 5px;
                padding: 20px 13px; }
                .theme-3-5 .dashboard .main-service .main-service-content.main-service-ddomena .ewh-details .ewh-content .ewh-info .ewh-scales .scaleup span {
                  width: 100%;
                  width: 36px;
                  font-size: 14px;
                  line-height: 18px;
                  text-align: center;
                  display: block;
                  width: 60px; }
                  .theme-3-5 .dashboard .main-service .main-service-content.main-service-ddomena .ewh-details .ewh-content .ewh-info .ewh-scales .scaleup span strong {
                    font-size: 18px;
                    font-weight: 800;
                    line-height: 22px; }
                .theme-3-5 .dashboard .main-service .main-service-content.main-service-ddomena .ewh-details .ewh-content .ewh-info .ewh-scales .scaleup .up {
                  position: absolute;
                  top: -2px;
                  left: 0px;
                  width: 100%;
                  height: 52px;
                  padding-top: 22px;
                  -webkit-transform: translateY(-100%);
                          transform: translateY(-100%); }
                  .theme-3-5 .dashboard .main-service .main-service-content.main-service-ddomena .ewh-details .ewh-content .ewh-info .ewh-scales .scaleup .up::before, .theme-3-5 .dashboard .main-service .main-service-content.main-service-ddomena .ewh-details .ewh-content .ewh-info .ewh-scales .scaleup .up::after {
                    content: "";
                    display: block;
                    position: absolute;
                    top: 0;
                    height: 100%;
                    width: 2px; }
                  .theme-3-5 .dashboard .main-service .main-service-content.main-service-ddomena .ewh-details .ewh-content .ewh-info .ewh-scales .scaleup .up::before {
                    left: -2px; }
                  .theme-3-5 .dashboard .main-service .main-service-content.main-service-ddomena .ewh-details .ewh-content .ewh-info .ewh-scales .scaleup .up::after {
                    right: -2px; }
                  .theme-3-5 .dashboard .main-service .main-service-content.main-service-ddomena .ewh-details .ewh-content .ewh-info .ewh-scales .scaleup .up svg {
                    position: absolute;
                    left: 50%;
                    bottom: -3px;
                    -webkit-transform: translateX(-50%);
                            transform: translateX(-50%); }
          .theme-3-5 .dashboard .main-service .main-service-content.main-service-ddomena .ewh-details .ewh-content .ewh-add {
            width: 534px;
            font-size: 14px;
            font-style: oblique;
            line-height: 28px;
            margin-top: 10px; }
        .theme-3-5 .dashboard .main-service .main-service-content.main-service-ddomena .ewh-details .ewh-action {
          margin-left: 30px;
          width: 200px; }
  .theme-3-5 .dashboard .main-service .action-line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .theme-3-5 .dashboard .main-service .action-line p {
      font-size: 12px;
      letter-spacing: 1px;
      line-height: 16px;
      margin-right: 15px; }
.theme-3-5 .dashboard .small-charts .chart-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-top: 15px; }
  .theme-3-5 .dashboard .small-charts .chart-box .title {
    max-width: 30px;
    min-width: 30px; }
  .theme-3-5 .dashboard .small-charts .chart-box .chart {
    width: calc(100% - 30px);
    position: relative; }
    .theme-3-5 .dashboard .small-charts .chart-box .chart .chart-alert {
      position: absolute;
      width: 100%;
      text-align: center;
      top: -5%;
      -webkit-transform: translateY(-100%);
              transform: translateY(-100%);
      font-size: 10px;
      font-weight: 500;
      line-height: 11px;
      text-transform: uppercase; }
.theme-3-5 .dashboard .small-charts .action-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }
.theme-3-5 .dashboard .buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  border: 2px solid;
  border-right-width: 0px;
  border-bottom-width: 0px; }
  .theme-3-5 .dashboard .buttons .button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    height: 90px;
    width: 50%;
    border: 2px solid;
    border-left-width: 0px;
    border-top-width: 0px; }
    .theme-3-5 .dashboard .buttons .button a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      padding: 10px;
      text-decoration: none;
      height: 100%;
      width: 100%;
      transition: 0.3s; }
      .theme-3-5 .dashboard .buttons .button a .icon {
        display: block;
        min-width: 100%;
        text-align: center; }
      .theme-3-5 .dashboard .buttons .button a span {
        min-width: 100%;
        width: 100%;
        display: block;
        text-align: center;
        font-size: 13px;
        text-align: center;
        transition: 0.3s; }
      .theme-3-5 .dashboard .buttons .button a:active {
        -webkit-transform: scale(0.9);
                transform: scale(0.9); }
    .theme-3-5 .dashboard .buttons .button.box-max {
      width: 100%;
      border-right-width: 2px; }
.theme-3-5 .dashboard .account {
  text-align: center; }
  .theme-3-5 .dashboard .account > * {
    margin-bottom: 25px; }
  .theme-3-5 .dashboard .account img {
    display: block;
    border: 2px solid;
    border-radius: 50%;
    height: 110px;
    width: 110px;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0 5px 10px 0 rgba(39, 49, 53, 0.18); }
  .theme-3-5 .dashboard .account .account-ctn p {
    display: block;
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 25px; }
  .theme-3-5 .dashboard .account .account-ctn .beam-1 span {
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-bottom: 25px; }
  .theme-3-5 .dashboard .account .account-ctn .beam-1 .name {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 0px; }
  .theme-3-5 .dashboard .account .account-ctn .beam-1 .phone {
    font-size: 22px;
    font-weight: 900;
    line-height: 30px;
    margin-bottom: 25px; }
  .theme-3-5 .dashboard .account .account-ctn .beam-2 > * {
    margin-bottom: 25px;
    margin-left: 5px;
    margin-right: 5px; }
.theme-3-5 .dashboard .invoices {
  position: relative; }
  .theme-3-5 .dashboard .invoices .invoice-time {
    position: absolute;
    top: -2px;
    right: 48px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
  .theme-3-5 .dashboard .invoices .invoice-time-item {
    display: none; }
    .theme-3-5 .dashboard .invoices .invoice-time-item.active {
      display: block; }
  .theme-3-5 .dashboard .invoices .invoice-status {
    border-bottom: 2px solid;
    -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .theme-3-5 .dashboard .invoices .invoice-status .left-side,
    .theme-3-5 .dashboard .invoices .invoice-status .right-side {
      padding-bottom: 20px; }
    .theme-3-5 .dashboard .invoices .invoice-status .left-side {
      border-right: 2px solid;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -ms-flex-preferred-size: auto;
          flex-basis: auto;
      width: 100%; }
      .theme-3-5 .dashboard .invoices .invoice-status .left-side .title {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        .theme-3-5 .dashboard .invoices .invoice-status .left-side .title svg {
          margin-right: 10px;
          min-width: 40.5px; }
        .theme-3-5 .dashboard .invoices .invoice-status .left-side .title .title-ctn {
          font-size: 14px; }
          .theme-3-5 .dashboard .invoices .invoice-status .left-side .title .title-ctn h3 {
            margin-bottom: 5px; }
      .theme-3-5 .dashboard .invoices .invoice-status .left-side .quantity {
        padding-right: 30px;
        padding-left: 10px;
        font-size: 40px;
        line-height: 55px;
        text-align: right;
        font-weight: 800; }
    .theme-3-5 .dashboard .invoices .invoice-status .right-side {
      white-space: nowrap;
      text-align: right;
      padding-left: 30px; }
      .theme-3-5 .dashboard .invoices .invoice-status .right-side .value {
        font-size: 40px;
        line-height: 55px;
        text-align: right; }
        .theme-3-5 .dashboard .invoices .invoice-status .right-side .value b {
          font-weight: 800; }
      .theme-3-5 .dashboard .invoices .invoice-status .right-side .currency {
        font-size: 20px; }
  .theme-3-5 .dashboard .invoices .invoice-details {
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .theme-3-5 .dashboard .invoices .invoice-details .left-side h3 {
      margin-bottom: 15px; }
    .theme-3-5 .dashboard .invoices .invoice-details .left-side p {
      font-size: 15px;
      line-height: 28px; }
    .theme-3-5 .dashboard .invoices .invoice-details .right-side {
      text-align: right; }
      .theme-3-5 .dashboard .invoices .invoice-details .right-side .btn {
        margin-bottom: 20px; }
        .theme-3-5 .dashboard .invoices .invoice-details .right-side .btn:last-child {
          margin-bottom: 0px; }
.theme-3-5 .dashboard .invoices-2 .invoices-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 35px; }
  .theme-3-5 .dashboard .invoices-2 .invoices-header ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row nowrap;
        flex-flow: row nowrap; }
    .theme-3-5 .dashboard .invoices-2 .invoices-header ul li {
      font-size: 12px;
      font-weight: 800;
      letter-spacing: 1px;
      line-height: 16px;
      text-transform: uppercase;
      margin-right: 20px;
      cursor: pointer; }
      .theme-3-5 .dashboard .invoices-2 .invoices-header ul li:last-child {
        margin-right: 0px; }
      .theme-3-5 .dashboard .invoices-2 .invoices-header ul li.active::after {
        content: "";
        display: block;
        width: 100%;
        height: 2px;
        position: relative;
        top: 5px; }
.theme-3-5 .dashboard .invoices-2 .invoice-details {
  display: none; }
  .theme-3-5 .dashboard .invoices-2 .invoice-details.active {
    display: block; }
  .theme-3-5 .dashboard .invoices-2 .invoice-details .invoice-status {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row nowrap;
        flex-flow: row nowrap; }
    .theme-3-5 .dashboard .invoices-2 .invoice-details .invoice-status .left-side .tittle,
    .theme-3-5 .dashboard .invoices-2 .invoice-details .invoice-status .right-side .tittle {
      font-size: 12px;
      font-weight: 800;
      letter-spacing: 1px;
      line-height: 16px;
      margin-bottom: 15px;
      text-transform: uppercase; }
      .theme-3-5 .dashboard .invoices-2 .invoice-details .invoice-status .left-side .tittle span,
      .theme-3-5 .dashboard .invoices-2 .invoice-details .invoice-status .right-side .tittle span {
        font-weight: normal;
        text-transform: none;
        white-space: nowrap; }
    .theme-3-5 .dashboard .invoices-2 .invoice-details .invoice-status .left-side {
      width: calc(50%);
      border: 2px solid;
      border-right-width: 0px;
      padding: 30px; }
      .theme-3-5 .dashboard .invoices-2 .invoice-details .invoice-status .left-side .content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
        -webkit-box-align: end;
            -ms-flex-align: end;
                align-items: flex-end;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; }
        .theme-3-5 .dashboard .invoices-2 .invoice-details .invoice-status .left-side .content .quantity {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-flow: row nowrap;
              flex-flow: row nowrap;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center; }
          .theme-3-5 .dashboard .invoices-2 .invoice-details .invoice-status .left-side .content .quantity span {
            font-size: 40px;
            font-weight: 900;
            line-height: 40px;
            margin-left: 10px; }
      .theme-3-5 .dashboard .invoices-2 .invoice-details .invoice-status .left-side.success .content .quantity svg {
        position: relative;
        top: 2px;
        left: -2px; }
      .theme-3-5 .dashboard .invoices-2 .invoice-details .invoice-status .left-side.success .content .quantity span {
        margin-left: 5px; }
    .theme-3-5 .dashboard .invoices-2 .invoice-details .invoice-status .right-side {
      width: calc(50%);
      border: 2px solid;
      padding: 30px; }
      .theme-3-5 .dashboard .invoices-2 .invoice-details .invoice-status .right-side .value {
        font-size: 40px;
        line-height: 40px;
        text-align: right; }
        .theme-3-5 .dashboard .invoices-2 .invoice-details .invoice-status .right-side .value b {
          font-weight: 800; }
      .theme-3-5 .dashboard .invoices-2 .invoice-details .invoice-status .right-side .currency {
        font-size: 20px; }
  .theme-3-5 .dashboard .invoices-2 .invoice-details .invoice-payment {
    width: 100%;
    border: 2px solid;
    border-top-width: 0px;
    padding: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .theme-3-5 .dashboard .invoices-2 .invoice-details .invoice-payment .left-side {
      text-align: left;
      font-size: 12px;
      font-weight: 800;
      letter-spacing: 1px;
      line-height: 24px;
      text-transform: uppercase; }
    .theme-3-5 .dashboard .invoices-2 .invoice-details .invoice-payment .right-side {
      text-align: right; }
      .theme-3-5 .dashboard .invoices-2 .invoice-details .invoice-payment .right-side p {
        font-size: 15px;
        line-height: 28px; }
  .theme-3-5 .dashboard .invoices-2 .invoice-details .invoice-action {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-top: 30px; }
    .theme-3-5 .dashboard .invoices-2 .invoice-details .invoice-action > * {
      margin-left: 10px;
      margin-bottom: 10px; }
.theme-3-5 .dashboard .contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap; }
  .theme-3-5 .dashboard .contacts .tittle {
    margin-bottom: 30px;
    display: block; }
  .theme-3-5 .dashboard .contacts .contact {
    margin-bottom: 30px;
    width: 100%; }
    .theme-3-5 .dashboard .contacts .contact .contact-header {
      position: relative;
      margin-bottom: 15px; }
      .theme-3-5 .dashboard .contacts .contact .contact-header h3 {
        padding-right: 50px; }
      .theme-3-5 .dashboard .contacts .contact .contact-header .btn-edit {
        position: absolute;
        top: 0;
        right: 0; }
    .theme-3-5 .dashboard .contacts .contact .contact-ctn {
      border-left: 2px solid;
      padding-left: 10px; }
      .theme-3-5 .dashboard .contacts .contact .contact-ctn p {
        font-size: 15px;
        line-height: 18px;
        margin-bottom: 6px; }
        .theme-3-5 .dashboard .contacts .contact .contact-ctn p:last-child {
          margin-bottom: 0; }
    .theme-3-5 .dashboard .contacts .contact:last-child {
      margin-bottom: 0; }
  .theme-3-5 .dashboard .contacts.contacts-full {
    padding: 50px 30px; }
    .theme-3-5 .dashboard .contacts.contacts-full .contact {
      width: 33%;
      padding: 0 20px;
      margin-bottom: 0; }
@media screen and (min-width: 1800px) {
  .theme-3-5 .dashboard .main-service .main-service-content .details-box .detail {
    padding: 0 40px; } }
@media screen and (max-width: 1675px) {
  .theme-3-5 .dashboard .main-service .main-service-content.main-service-ddomena .ewh-details {
    width: 100%;
    display: block; }
    .theme-3-5 .dashboard .main-service .main-service-content.main-service-ddomena .ewh-details .ewh-content .ewh-info .ewh-scales .scaleup {
      padding: 10px; }
    .theme-3-5 .dashboard .main-service .main-service-content.main-service-ddomena .ewh-details .ewh-action {
      margin-left: 0px;
      margin-top: 15px; } }
@media screen and (max-width: 1499px) {
  .theme-3-5 .dashboard .main-service .main-service-content .switch-box {
    min-width: 245px; }
    .theme-3-5 .dashboard .main-service .main-service-content .switch-box .switch .switch-ctn .position span {
      font-size: 15px;
      line-height: 28px; } }
@media screen and (max-width: 1300px) {
  .theme-3-5 .dashboard .main-service .main-service-content.main-service-ddomena .ewh-details {
    position: relative; }
    .theme-3-5 .dashboard .main-service .main-service-content.main-service-ddomena .ewh-details .ewh-content .ewh-info {
      display: block;
      position: relative; }
      .theme-3-5 .dashboard .main-service .main-service-content.main-service-ddomena .ewh-details .ewh-content .ewh-info .ewh-text {
        padding-top: 60px;
        text-align: center; }
      .theme-3-5 .dashboard .main-service .main-service-content.main-service-ddomena .ewh-details .ewh-content .ewh-info .ewh-scales {
        position: absolute;
        top: 0;
        left: 50%;
        -webkit-transform: translateY(-32px) translateX(-50%);
                transform: translateY(-32px) translateX(-50%); }
    .theme-3-5 .dashboard .main-service .main-service-content.main-service-ddomena .ewh-details .ewh-content .ewh-add {
      width: 100%;
      text-align: center; }
    .theme-3-5 .dashboard .main-service .main-service-content.main-service-ddomena .ewh-details .ewh-action {
      width: 100%;
      text-align: center; } }
@media screen and (min-width: 720px) and (max-width: 1180px) {
  .theme-3-5 .dashboard .buttons .button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    height: 90px;
    width: 25%; }
  .theme-3-5 .dashboard .account {
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .theme-3-5 .dashboard .account > * {
      margin-bottom: 25px; }
    .theme-3-5 .dashboard .account img {
      width: 140px;
      min-width: 140px;
      height: 140px;
      margin-left: 10px;
      margin-right: 30px; }
    .theme-3-5 .dashboard .account .account-ctn {
      width: 100%; }
      .theme-3-5 .dashboard .account .account-ctn p {
        max-width: 100%;
        text-align: left;
        margin-bottom: 10px; }
      .theme-3-5 .dashboard .account .account-ctn .beam-1 span {
        display: inline-block; }
      .theme-3-5 .dashboard .account .account-ctn .beam-1 .name {
        margin-right: 20px;
        margin-bottom: 10px; }
      .theme-3-5 .dashboard .account .account-ctn .beam-1 .phone {
        margin-bottom: 10px; }
      .theme-3-5 .dashboard .account .account-ctn .beam-2 .btn:first-child {
        margin-right: 10px; }
      .theme-3-5 .dashboard .account .account-ctn .beam-2 > * {
        margin-bottom: 0px; } }
@media screen and (max-width: 720px) {
  .theme-3-5 .dashboard .main-service .main-service-content {
    display: block; }
    .theme-3-5 .dashboard .main-service .main-service-content .switch-box {
      text-align: center;
      border-bottom: 2px solid;
      width: 100%;
      min-width: 100%; }
      .theme-3-5 .dashboard .main-service .main-service-content .switch-box .switch {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        margin-bottom: 15px; }
      .theme-3-5 .dashboard .main-service .main-service-content .switch-box .switch-alert .alert-cloud {
        text-align: left; }
      .theme-3-5 .dashboard .main-service .main-service-content .switch-box .btn-edit {
        float: none; }
    .theme-3-5 .dashboard .main-service .main-service-content .details-box {
      width: 100%;
      min-width: 100%; }
      .theme-3-5 .dashboard .main-service .main-service-content .details-box .detail {
        border-left: 2px solid; }
        .theme-3-5 .dashboard .main-service .main-service-content .details-box .detail:first-child {
          border-top: 0px; }
  .theme-3-5 .dashboard .invoices-2 .invoice-details .invoice-status {
    display: block; }
    .theme-3-5 .dashboard .invoices-2 .invoice-details .invoice-status .left-side,
    .theme-3-5 .dashboard .invoices-2 .invoice-details .invoice-status .right-side {
      width: 100%; }
    .theme-3-5 .dashboard .invoices-2 .invoice-details .invoice-status .left-side {
      border-right-width: 2px;
      border-bottom-width: 0px; }
  .theme-3-5 .dashboard .invoices-2 .invoice-details .invoice-payment {
    display: block; }
    .theme-3-5 .dashboard .invoices-2 .invoice-details .invoice-payment .left-side br {
      display: none; }
    .theme-3-5 .dashboard .invoices-2 .invoice-details .invoice-payment .left-side,
    .theme-3-5 .dashboard .invoices-2 .invoice-details .invoice-payment .right-side {
      text-align: left; }
  .theme-3-5 .dashboard .invoices-2 .invoice-details .invoice-action {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; } }
@media screen and (max-width: 767px) {
  .theme-3-5 .dashboard .main-service .main-service-content .detail-grid {
    display: block; }
    .theme-3-5 .dashboard .main-service .main-service-content .detail-grid::before {
      display: none; }
    .theme-3-5 .dashboard .main-service .main-service-content .detail-grid .detail {
      width: 100%; }
      .theme-3-5 .dashboard .main-service .main-service-content .detail-grid .detail:nth-of-type(3) {
        border-bottom-width: 0px; }
      .theme-3-5 .dashboard .main-service .main-service-content .detail-grid .detail:nth-of-type(1), .theme-3-5 .dashboard .main-service .main-service-content .detail-grid .detail:nth-of-type(3) {
        border-right: 2px solid; }
  .theme-3-5 .dashboard .small-charts .chart-box {
    margin-top: 30px; }
  .theme-3-5 .dashboard .small-charts .action-box {
    margin-top: 30px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .theme-3-5 .dashboard .contacts.contacts-full .contact {
    width: 50%;
    padding: 0 0px;
    margin-bottom: 30px; }
    .theme-3-5 .dashboard .contacts.contacts-full .contact:last-child {
      margin-bottom: 0px; }
    .theme-3-5 .dashboard .contacts.contacts-full .contact:nth-of-type(even) {
      padding-left: 25px; }
    .theme-3-5 .dashboard .contacts.contacts-full .contact:nth-of-type(odd) {
      padding-right: 25px; } }
@media screen and (max-width: 600px) {
  .theme-3-5 .dashboard .invoices .invoice-details {
    display: block; }
    .theme-3-5 .dashboard .invoices .invoice-details .left-side {
      margin-bottom: 15px; }
    .theme-3-5 .dashboard .invoices .invoice-details .right-side {
      text-align: left; } }
@media screen and (max-width: 560px) {
  .theme-3-5 .dashboard .main-service .main-service-content.main-service-ddomena {
    margin: 0px; }
  .theme-3-5 .dashboard .invoices .invoice-details {
    margin-top: 0px; }
  .theme-3-5 .dashboard .invoices .invoice-status {
    display: block;
    border-bottom: 0px; }
    .theme-3-5 .dashboard .invoices .invoice-status.active {
      display: block; }
    .theme-3-5 .dashboard .invoices .invoice-status .left-side {
      border-right: 0px; }
      .theme-3-5 .dashboard .invoices .invoice-status .left-side .quantity {
        padding-right: 0px;
        padding-left: 10px; }
    .theme-3-5 .dashboard .invoices .invoice-status .right-side {
      border-top: 2px solid; }
  .theme-3-5 .dashboard .invoices-2 .invoices-header {
    display: block;
    margin-bottom: 20px; }
    .theme-3-5 .dashboard .invoices-2 .invoices-header h3 {
      margin-bottom: 20px; } }
@media screen and (max-width: 470px) {
  .theme-3-5 .dashboard .domain-search label {
    display: none; }
  .theme-3-5 .dashboard .domain-search input,
  .theme-3-5 .dashboard .domain-search button {
    border-top: 0;
    border-left: 0;
    border-right: 0; }
  .theme-3-5 .dashboard .contacts .contact {
    width: 100%; }
    .theme-3-5 .dashboard .contacts .contact:nth-of-type(even) {
      padding-left: 0px; }
    .theme-3-5 .dashboard .contacts .contact:nth-of-type(odd) {
      padding-right: 0px; }
  .theme-3-5 .dashboard .contacts.contacts-full {
    padding: 50px 00px; }
    .theme-3-5 .dashboard .contacts.contacts-full .contact {
      width: 100%;
      padding: 0 30px; } }
@media screen and (max-width: 470px) {
  .theme-3-5 .dashboard .main-service .main-service-content .details-box .detail {
    display: block;
    min-height: auto;
    height: auto;
    padding: 20px; }
    .theme-3-5 .dashboard .main-service .main-service-content .details-box .detail .right-side {
      margin-left: 0px;
      text-align: left;
      margin-top: 5px; }
    .theme-3-5 .dashboard .main-service .main-service-content .details-box .detail .left-side {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      margin-bottom: 10px;
      margin-right: 00px; }
    .theme-3-5 .dashboard .main-service .main-service-content .details-box .detail .progress {
      max-width: 100%; }
  .theme-3-5 .dashboard .main-service .main-service-header {
    display: block; }
    .theme-3-5 .dashboard .main-service .main-service-header .title {
      margin-bottom: 20px; }
      .theme-3-5 .dashboard .main-service .main-service-header .title span {
        display: none; }
      .theme-3-5 .dashboard .main-service .main-service-header .title h2 {
        font-size: 27px;
        font-weight: 900;
        line-height: 37px; }
    .theme-3-5 .dashboard .main-service .main-service-header .add-info {
      text-align: left;
      padding-right: 65px; }
      .theme-3-5 .dashboard .main-service .main-service-header .add-info .status {
        top: 80px;
        right: -2px;
        padding: 5px 10px; } }
@media screen and (max-width: 420px) {
  .theme-3-5 .dashboard .domain-search {
    padding: 0 20px; }
  .theme-3-5 .dashboard .main-service .main-service-content .detail-grid .detail .detail-header,
  .theme-3-5 .dashboard .main-service .main-service-content .detail-grid .detail .detail-content {
    display: block; }
  .theme-3-5 .dashboard .main-service .main-service-content .detail-grid .detail .detail-header h3 {
    margin-bottom: 10px; }
  .theme-3-5 .dashboard .main-service .action-line {
    display: block; }
    .theme-3-5 .dashboard .main-service .action-line p {
      margin-bottom: 15px; }
  .theme-3-5 .buttons .button:nth-of-type(even) {
    border-right: 0px; }
  .theme-3-5 .buttons .button:nth-of-type(odd) {
    border-left: 0px; } }
.theme-3-5 .www .main-list .list-item .item-header .left-side .screen {
  position: relative;
  border: 2px solid;
  margin-right: 35px;
  z-index: 2;
  transition: 0.3s;
  height: 69px;
  min-width: 104px; }
  .theme-3-5 .www .main-list .list-item .item-header .left-side .screen a {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 100%;
    width: 100%; }
    .theme-3-5 .www .main-list .list-item .item-header .left-side .screen a .svg-shown {
      position: absolute;
      width: 100%;
      height: 100%;
      opacity: 0;
      transition: 0.3s linear;
      background-color: rgba(255, 255, 255, 0.7); }
      .theme-3-5 .www .main-list .list-item .item-header .left-side .screen a .svg-shown svg {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%); }
    .theme-3-5 .www .main-list .list-item .item-header .left-side .screen a:hover .svg-shown {
      opacity: 1; }
  .theme-3-5 .www .main-list .list-item .item-header .left-side .screen img {
    display: block; }
  .theme-3-5 .www .main-list .list-item .item-header .left-side .screen .app {
    position: absolute;
    top: 50%;
    right: 0%;
    -webkit-transform: translateX(50%) translateY(-50%);
            transform: translateX(50%) translateY(-50%);
    padding: 5px;
    border-radius: 50%; }
    .theme-3-5 .www .main-list .list-item .item-header .left-side .screen .app.rectangle {
      border-radius: 0; }
  .theme-3-5 .www .main-list .list-item .item-header .left-side .screen:active {
    -webkit-transform: scale(0.93);
            transform: scale(0.93); }
.theme-3-5 .www .main-list .list-item .item-header .left-side .name {
  max-width: calc(100% - 135px); }
@media screen and (max-width: 500px) {
  .theme-3-5 .www .main-list .list-item .item-header .left-side .screen {
    margin-right: 20px;
    border-left: 0px solid;
    min-width: 80px;
    height: 55px; }
    .theme-3-5 .www .main-list .list-item .item-header .left-side .screen a {
      width: 100%; }
      .theme-3-5 .www .main-list .list-item .item-header .left-side .screen a img {
        width: 100%; }
    .theme-3-5 .www .main-list .list-item .item-header .left-side .screen .app {
      width: 30px;
      height: 30px;
      top: 0; }
      .theme-3-5 .www .main-list .list-item .item-header .left-side .screen .app img {
        width: 100%; }
  .theme-3-5 .www .main-list .list-item .item-header .left-side .name {
    max-width: calc(100% - 100px); } }
.theme-3-5 .section-style-guide {
  padding: 40px; }
.theme-3-5 .tab-content .tab-pane {
  background-color: #fafcfd;
  border: 2px solid #e0e7ee;
  border-top: none; }
.theme-3-5 .switch .switch-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  border: 2px solid;
  padding: 35px 200px 43px 20px; }
  .theme-3-5 .switch .switch-row .switch-option {
    -ms-flex-preferred-size: 33.33%;
        flex-basis: 33.33%;
    padding: 0 15px;
    max-width: 33.33%; }
    .theme-3-5 .switch .switch-row .switch-option .tooltip-desc {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      font-size: 18px; }
      .theme-3-5 .switch .switch-row .switch-option .tooltip-desc span {
        margin-left: 10px; }
    .theme-3-5 .switch .switch-row .switch-option .switch-horizontal .rail .knob {
      box-shadow: 0 3px 10px 0 rgba(39, 49, 53, 0.12); }
  .theme-3-5 .switch .switch-row.element-non-top-brd {
    border-top: 0; }
  .theme-3-5 .switch .switch-row.option-col-6 .switch-option {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%; }
.theme-3-5 .switch.switch-col-6 {
  padding: 0; }
  .theme-3-5 .switch.switch-col-6 .switch-row {
    padding: 35px 20px 43px 20px; }
.theme-3-5 .action-to-sender .col-sm-6:first-child {
  padding-right: 0; }
  .theme-3-5 .action-to-sender .col-sm-6:first-child .action-checkbox-ctn {
    border-right: none; }
.theme-3-5 .action-to-sender .col-sm-6:last-child {
  padding-left: 0; }
.theme-3-5 .action-to-sender .action-checkbox-ctn {
  border: 2px solid; }
  .theme-3-5 .action-to-sender .action-checkbox-ctn label {
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 70px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-flow: row;
        flex-flow: row;
    width: 100%;
    font-size: 22px;
    font-weight: 300;
    line-height: 37px; }
    .theme-3-5 .action-to-sender .action-checkbox-ctn label svg {
      margin-right: 18px; }
    .theme-3-5 .action-to-sender .action-checkbox-ctn label p {
      font-weight: 900; }
      .theme-3-5 .action-to-sender .action-checkbox-ctn label p span {
        font-weight: 300; }
.theme-3-5 .message-cloud {
  position: relative;
  width: 29px;
  height: 29px; }
  .theme-3-5 .message-cloud span {
    position: absolute;
    top: 50%;
    left: 50%;
    color: #afb9c2;
    font-size: 15px;
    font-weight: 900;
    line-height: 20px;
    text-align: center;
    -webkit-transform: translateX(-50%) translateY(-60%);
            transform: translateX(-50%) translateY(-60%); }
  .theme-3-5 .message-cloud.cloud-orange svg .stroke {
    stroke: #ffbc80; }
  .theme-3-5 .message-cloud.cloud-orange svg .dot {
    fill: #ff8522; }
  .theme-3-5 .message-cloud.cloud-orange svg .bg {
    fill: #fff6eb; }
  .theme-3-5 .message-cloud.cloud-orange span {
    color: #ff8522; }
@media screen and (max-width: 960px) {
  .theme-3-5 .switch .switch-row {
    padding: 20px; } }
@media screen and (max-width: 767px) {
  .theme-3-5 .action-to-sender .col-sm-6:first-child {
    padding-right: 15px; }
    .theme-3-5 .action-to-sender .col-sm-6:first-child .action-checkbox-ctn {
      border-right: 2px solid;
      border-bottom: none; }
  .theme-3-5 .action-to-sender .col-sm-6:last-child {
    padding-left: 15px; } }
@media screen and (max-width: 740px) {
  .theme-3-5 .switch .switch-row .switch-option {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%; } }
@media screen and (max-width: 550px) {
  .theme-3-5 .switch .switch-row {
    padding: 20px 0; }
    .theme-3-5 .switch .switch-row .switch-option {
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
      max-width: 100%; }
  .theme-3-5 .action-to-sender .action-checkbox-ctn label {
    height: 50px;
    font-size: 20px; } }
@media screen and (max-width: 470px) {
  .theme-3-5 .switch .switch-row.option-col-6 .switch-option {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%; } }
.theme-3-5 .black-white-list__item {
  border: 2px solid #e0e7ee;
  background: #fff;
  position: relative;
  margin-bottom: 15px; }
  .theme-3-5 .black-white-list__item__top {
    padding: 15px 20px 0; }
    .theme-3-5 .black-white-list__item__top .title {
      font-size: 18px;
      line-height: 38px;
      color: #3b4348; }
  .theme-3-5 .black-white-list__item__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 20px 15px; }
    .theme-3-5 .black-white-list__item__bottom li {
      font-size: 15px;
      line-height: 16px;
      padding: 0 10px;
      border-left: 2px solid #e0e7ee;
      color: #828a91; }
      .theme-3-5 .black-white-list__item__bottom li:first-child {
        padding-left: 0;
        border-left: none; }
      .theme-3-5 .black-white-list__item__bottom li .danger {
        color: #ff5959; }
      .theme-3-5 .black-white-list__item__bottom li .success {
        color: #1ac528; }
  @media screen and (max-width: 600px) {
    .theme-3-5 .black-white-list__item__top {
      padding: 10px 20px 10px; }
    .theme-3-5 .black-white-list__item__bottom {
      padding: 10px 20px 10px;
      border-top: 2px solid #e0e7ee; }
    .theme-3-5 .black-white-list__item__action {
      padding-bottom: 40px; } }
  .theme-3-5 .black-white-list__item__action {
    position: absolute;
    top: 0;
    right: 20px;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .theme-3-5 .black-white-list__item__action .btn {
      background: #ffffff;
      border-color: #c7d1da;
      color: #828a91;
      -webkit-filter: none;
              filter: none;
      max-height: initial; }
      .theme-3-5 .black-white-list__item__action .btn .mobile-icon {
        display: none; }
      .theme-3-5 .black-white-list__item__action .btn:active {
        background: #ffffff;
        border-color: #c7d1da;
        color: #828a91; }
      @media screen and (max-width: 600px) {
        .theme-3-5 .black-white-list__item__action .btn {
          padding: 6px 20px; }
          .theme-3-5 .black-white-list__item__action .btn span {
            display: none; }
          .theme-3-5 .black-white-list__item__action .btn .mobile-icon {
            display: inline-block;
            max-width: 20px; } }
.theme-3-5 .helpdesk .main-list .item-header {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }
  .theme-3-5 .helpdesk .main-list .item-header .left-side {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    max-width: calc(100% - 170px); }
    .theme-3-5 .helpdesk .main-list .item-header .left-side .number-application {
      padding-right: 35px; }
      .theme-3-5 .helpdesk .main-list .item-header .left-side .number-application .number {
        font-size: 28px;
        line-height: 38px; }
    .theme-3-5 .helpdesk .main-list .item-header .left-side .title-application .title {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-flow: row;
          flex-flow: row;
      font-size: 26px;
      line-height: 36px; }
      .theme-3-5 .helpdesk .main-list .item-header .left-side .title-application .title .unread-message {
        margin-left: 25px;
        height: 29px; }
  .theme-3-5 .helpdesk .main-list .item-header .right-side .status-box {
    right: 40px; }
  .theme-3-5 .helpdesk .main-list .item-header .right-side .date-add {
    padding-top: 5px; }
    .theme-3-5 .helpdesk .main-list .item-header .right-side .date-add .time-date {
      font-size: 14px;
      line-height: 20px; }
.theme-3-5 .helpdesk .main-list .list-item {
  transition: 0.55s; }
  .theme-3-5 .helpdesk .main-list .list-item:active {
    -webkit-transform: scale(0.98);
            transform: scale(0.98); }
.theme-3-5 .helpdesk .account .beam-2 {
  max-width: 200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap; }
  .theme-3-5 .helpdesk .account .beam-2 .btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
@media screen and (max-width: 1280px) {
  .theme-3-5 .helpdesk .account .beam-2 {
    max-width: none;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .theme-3-5 .helpdesk .account .beam-2 .btn {
      width: auto; } }
@media screen and (max-width: 1180px) {
  .theme-3-5 .helpdesk .account .beam-2 {
    -webkit-box-pack: normal;
        -ms-flex-pack: normal;
            justify-content: normal; } }
@media screen and (max-width: 800px) {
  .theme-3-5 .helpdesk .main-list .item-header .left-side {
    max-width: calc(100% - 130px); }
    .theme-3-5 .helpdesk .main-list .item-header .left-side .number-application {
      padding-right: 20px; }
      .theme-3-5 .helpdesk .main-list .item-header .left-side .number-application .number {
        font-size: 25px;
        line-height: 35px; }
    .theme-3-5 .helpdesk .main-list .item-header .left-side .title-application .title {
      font-size: 22px;
      line-height: 30px; } }
@media screen and (max-width: 700px) {
  .theme-3-5 .helpdesk .main-list .item-header {
    -ms-flex-flow: column;
        flex-flow: column; }
    .theme-3-5 .helpdesk .main-list .item-header .left-side {
      -ms-flex-flow: column;
          flex-flow: column;
      max-width: 100%; }
      .theme-3-5 .helpdesk .main-list .item-header .left-side .number-application {
        padding-right: 0;
        padding-bottom: 5px; }
        .theme-3-5 .helpdesk .main-list .item-header .left-side .number-application .number {
          font-size: 15px;
          line-height: 20px; }
      .theme-3-5 .helpdesk .main-list .item-header .left-side .title-application {
        width: 100%; }
        .theme-3-5 .helpdesk .main-list .item-header .left-side .title-application .title {
          font-size: 20px;
          line-height: 30px; }
    .theme-3-5 .helpdesk .main-list .item-header .right-side {
      width: 100%;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end; }
      .theme-3-5 .helpdesk .main-list .item-header .right-side .status-box {
        right: 40px; }
      .theme-3-5 .helpdesk .main-list .item-header .right-side .date-add {
        padding-top: 0; }
        .theme-3-5 .helpdesk .main-list .item-header .right-side .date-add .time-date {
          font-size: 14px;
          line-height: 20px; } }
@media screen and (max-width: 500px) {
  .theme-3-5 .helpdesk .main-header .left-side .btn-header svg {
    margin: 0; }
  .theme-3-5 .helpdesk .main-header .left-side .btn-header .desktop {
    display: none; }
  .theme-3-5 .helpdesk .main-list .item-header {
    padding: 30px; } }
@media screen and (max-width: 440px) {
  .theme-3-5 .helpdesk .account .beam-2 {
    max-width: 200px;
    margin: 0 auto; }
    .theme-3-5 .helpdesk .account .beam-2 .btn {
      width: 100%; } }
.theme-3-5 .page-database .add-info .main-info-ctn {
  margin-bottom: 40px; }
.theme-3-5 .page-database .add-info .main-info .other .encryption {
  max-width: 100%; }
.theme-3-5 .page-database .main-list .list-item .item-header .left-side .name .size {
  padding-left: 30px;
  font-size: 15px;
  font-weight: 900;
  line-height: 20px; }
.theme-3-5 .page-database .main-list .list-item .item-header .left-side .name .database-desc p {
  margin-top: 10px;
  font-size: 15px;
  line-height: 20px; }
.theme-3-5 .page-database .main-list .list-item .item-body .content-2 .details-list .detail-item .detail-header {
  padding: 30px 70px; }
  .theme-3-5 .page-database .main-list .list-item .item-body .content-2 .details-list .detail-item .detail-header .left-side .title {
    padding: 0;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 1px;
    line-height: 16px; }
.theme-3-5 .page-database .main-list .list-item .item-body .content-2 .details-list .detail-item .detail-body {
  overflow: visible; }
  .theme-3-5 .page-database .main-list .list-item .item-body .content-2 .details-list .detail-item .detail-body .detail-content {
    padding: 0 30px 30px 70px; }
    .theme-3-5 .page-database .main-list .list-item .item-body .content-2 .details-list .detail-item .detail-body .detail-content .related-list .related-item.related-item-min-width {
      padding: 10px 20px;
      width: calc(98% - 65px); }
    .theme-3-5 .page-database .main-list .list-item .item-body .content-2 .details-list .detail-item .detail-body .detail-content .related-list .related-item.related-item-md .left-side .status-box-mini {
      right: auto;
      left: 180px; }
    .theme-3-5 .page-database .main-list .list-item .item-body .content-2 .details-list .detail-item .detail-body .detail-content .related-list .related-item.related-item-md .left-side .name-user {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-flow: row;
          flex-flow: row;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .theme-3-5 .page-database .main-list .list-item .item-body .content-2 .details-list .detail-item .detail-body .detail-content .related-list .related-item.related-item-md .left-side .name-user .icon {
        margin-right: 20px; }
      .theme-3-5 .page-database .main-list .list-item .item-body .content-2 .details-list .detail-item .detail-body .detail-content .related-list .related-item.related-item-md .left-side .name-user .name {
        font-size: 14px;
        line-height: 20px; }
    .theme-3-5 .page-database .main-list .list-item .item-body .content-2 .details-list .detail-item .detail-body .detail-content .related-list .related-item.related-item-md .left-side .copy-data {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-flow: row;
          flex-flow: row;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .theme-3-5 .page-database .main-list .list-item .item-body .content-2 .details-list .detail-item .detail-body .detail-content .related-list .related-item.related-item-md .left-side .copy-data .desc-copy {
        padding-left: 20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: row;
            flex-flow: row;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        .theme-3-5 .page-database .main-list .list-item .item-body .content-2 .details-list .detail-item .detail-body .detail-content .related-list .related-item.related-item-md .left-side .copy-data .desc-copy p {
          font-size: 14px;
          line-height: 20px; }
        .theme-3-5 .page-database .main-list .list-item .item-body .content-2 .details-list .detail-item .detail-body .detail-content .related-list .related-item.related-item-md .left-side .copy-data .desc-copy .size-copy {
          font-size: 14px;
          line-height: 20px; }
        .theme-3-5 .page-database .main-list .list-item .item-body .content-2 .details-list .detail-item .detail-body .detail-content .related-list .related-item.related-item-md .left-side .copy-data .desc-copy .tooltip-user {
          margin: 0 15px; }
        .theme-3-5 .page-database .main-list .list-item .item-body .content-2 .details-list .detail-item .detail-body .detail-content .related-list .related-item.related-item-md .left-side .copy-data .desc-copy .tooltip .tooltip-inner {
          max-width: 288px;
          padding: 20px;
          font-size: 14px;
          line-height: 20px; }
        .theme-3-5 .page-database .main-list .list-item .item-body .content-2 .details-list .detail-item .detail-body .detail-content .related-list .related-item.related-item-md .left-side .copy-data .desc-copy .tooltip .toltip-up {
          margin-bottom: 20px; }
    .theme-3-5 .page-database .main-list .list-item .item-body .content-2 .details-list .detail-item .detail-body .detail-content .related-list .related-item.related-item-md .right-side .btn-primary:hover {
      border: 2px solid; }
    .theme-3-5 .page-database .main-list .list-item .item-body .content-2 .details-list .detail-item .detail-body .detail-content .related-list .related-item.related-item-md .right-side a:last-child {
      right: -152px; }
.theme-3-5 .page-database .main-list .list-item .item-body .content-2 .details-list .detail-item.open {
  pointer-events: all;
  border: 2px solid;
  border-bottom: 0px; }
  .theme-3-5 .page-database .main-list .list-item .item-body .content-2 .details-list .detail-item.open:last-child {
    border-bottom: 2px solid; }
.theme-3-5 .page-database .main-list .list-item .item-body .content-2 .action-line {
  padding-top: 0; }
  .theme-3-5 .page-database .main-list .list-item .item-body .content-2 .action-line .bottom-date .date:nth-child(1) {
    padding-right: 20px; }
.theme-3-5 .page-database .content-table .table-grid tr td {
  width: 50%; }
  .theme-3-5 .page-database .content-table .table-grid tr td .desc {
    line-height: 20px;
    font-size: 15px; }
  .theme-3-5 .page-database .content-table .table-grid tr td:nth-of-type(2) {
    width: 50%; }
@media screen and (max-width: 1540px) {
  .theme-3-5 .page-database .main-list .list-item .item-body .content-2 .details-list .detail-item .detail-body .detail-content .related-list.backup-list .related-item {
    padding: 10px 15px; }
    .theme-3-5 .page-database .main-list .list-item .item-body .content-2 .details-list .detail-item .detail-body .detail-content .related-list.backup-list .related-item .left-side {
      padding-right: 0; }
      .theme-3-5 .page-database .main-list .list-item .item-body .content-2 .details-list .detail-item .detail-body .detail-content .related-list.backup-list .related-item .left-side .copy-data .desc-copy {
        padding-left: 15px; } }
@media screen and (max-width: 900px) {
  .theme-3-5 .page-database .content-table .table-grid tr td {
    width: 100%; }
    .theme-3-5 .page-database .content-table .table-grid tr td:nth-of-type(2) {
      width: 100%; }
  .theme-3-5 .page-database .main-list .list-item .item-body .content-2 .details-list .detail-item .detail-body .detail-content .related-list .related-item.related-item-min-width .left-side {
    padding-right: 0; } }
@media screen and (max-width: 800px) {
  .theme-3-5 .page-database .main-list .list-item .item-body .content-2 .details-list .detail-item .detail-body .detail-content .related-list {
    padding-right: 0; }
    .theme-3-5 .page-database .main-list .list-item .item-body .content-2 .details-list .detail-item .detail-body .detail-content .related-list .related-item.related-item-md {
      width: 100%; }
      .theme-3-5 .page-database .main-list .list-item .item-body .content-2 .details-list .detail-item .detail-body .detail-content .related-list .related-item.related-item-md .right-side {
        padding-top: 10px; }
        .theme-3-5 .page-database .main-list .list-item .item-body .content-2 .details-list .detail-item .detail-body .detail-content .related-list .related-item.related-item-md .right-side a {
          right: 15px; }
          .theme-3-5 .page-database .main-list .list-item .item-body .content-2 .details-list .detail-item .detail-body .detail-content .related-list .related-item.related-item-md .right-side a:last-child {
            right: 0; }
      .theme-3-5 .page-database .main-list .list-item .item-body .content-2 .details-list .detail-item .detail-body .detail-content .related-list .related-item.related-item-md .left-side {
        margin-top: 20px; }
        .theme-3-5 .page-database .main-list .list-item .item-body .content-2 .details-list .detail-item .detail-body .detail-content .related-list .related-item.related-item-md .left-side .status-box-mini {
          left: auto;
          right: 0px; }
        .theme-3-5 .page-database .main-list .list-item .item-body .content-2 .details-list .detail-item .detail-body .detail-content .related-list .related-item.related-item-md .left-side .copy-data .desc-copy {
          padding-left: 15px; }
          .theme-3-5 .page-database .main-list .list-item .item-body .content-2 .details-list .detail-item .detail-body .detail-content .related-list .related-item.related-item-md .left-side .copy-data .desc-copy .tooltip-user {
            display: none;
            position: absolute;
            right: 57px;
            top: 35px; }
          .theme-3-5 .page-database .main-list .list-item .item-body .content-2 .details-list .detail-item .detail-body .detail-content .related-list .related-item.related-item-md .left-side .copy-data .desc-copy .size-copy {
            display: none;
            position: absolute;
            right: 20px;
            top: 35px; }
    .theme-3-5 .page-database .main-list .list-item .item-body .content-2 .details-list .detail-item .detail-body .detail-content .related-list .related-item.related-item-min-width .right-side a {
      -webkit-transform: none;
              transform: none; }
    .theme-3-5 .page-database .main-list .list-item .item-body .content-2 .details-list .detail-item .detail-body .detail-content .related-list .related-item .right-side {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      margin-top: 5px; }
      .theme-3-5 .page-database .main-list .list-item .item-body .content-2 .details-list .detail-item .detail-body .detail-content .related-list .related-item .right-side a {
        position: relative; }
        .theme-3-5 .page-database .main-list .list-item .item-body .content-2 .details-list .detail-item .detail-body .detail-content .related-list .related-item .right-side a.btn {
          -webkit-transform: translateY(0%);
                  transform: translateY(0%);
          padding: 0 17px; }
          .theme-3-5 .page-database .main-list .list-item .item-body .content-2 .details-list .detail-item .detail-body .detail-content .related-list .related-item .right-side a.btn svg {
            margin-right: 0; }
        .theme-3-5 .page-database .main-list .list-item .item-body .content-2 .details-list .detail-item .detail-body .detail-content .related-list .related-item .right-side a .mobile {
          display: block; }
        .theme-3-5 .page-database .main-list .list-item .item-body .content-2 .details-list .detail-item .detail-body .detail-content .related-list .related-item .right-side a .desktop {
          display: none; }
    .theme-3-5 .page-database .main-list .list-item .item-body .content-2 .details-list .detail-item .detail-body .detail-content .related-list .related-item .left-side {
      padding-right: 0; }
    .theme-3-5 .page-database .main-list .list-item .item-body .content-2 .details-list .detail-item .detail-body .detail-content .related-list.collapse-www .related-item .right-side a.btn {
      top: 0%;
      right: 0px; }
    .theme-3-5 .page-database .main-list .list-item .item-body .content-2 .details-list .detail-item .detail-body .detail-content .related-list.backup-list .related-item.related-item-md .left-side {
      margin-top: 0; } }
@media screen and (max-width: 788px) {
  .theme-3-5 .page-database .main-list .list-item .item-body .content-2 .details-list .detail-item .detail-body .detail-content .action-line a:last-child {
    margin-left: 0;
    margin-top: 10px; } }
@media screen and (max-width: 700px) {
  .theme-3-5 .page-database .main-list .list-item .item-header .left-side .name .adress .size {
    display: block;
    padding-left: 0; }
  .theme-3-5 .page-database .main-list .list-item .item-header .left-side .name .database-desc p {
    font-size: 13px;
    line-height: 18px;
    margin-top: 5px; }
  .theme-3-5 .page-database .main-list .list-item .item-body .content-2 .details-list .detail-item .detail-body .detail-content {
    padding: 0 20px 30px 20px; } }
@media screen and (max-width: 600px) {
  .theme-3-5 .page-database .main-list .list-item .item-body .content-2 .details-list .detail-item .detail-header {
    padding: 30px 60px; }
  .theme-3-5 .page-database .main-list .list-item .item-body .content-2 .action-line {
    display: none; } }
@media screen and (max-width: 470px) {
  .theme-3-5 .page-database .main-header .btn-expanded.to-left.open {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%); } }
.theme-3-5 .database-user .main-list .list-item .item-header .top-side .left-side .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row;
      flex-flow: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 10px; }
  .theme-3-5 .database-user .main-list .list-item .item-header .top-side .left-side .list .list-database {
    padding-left: 10px;
    font-size: 14px;
    line-height: 19px; }
.theme-3-5 .database-user .main-list .list-item .item-header .top-side .right-side .pass-generator {
  padding: 0 16px; }
.theme-3-5 .database-user .main-list .list-item .item-body .content-2 .action-line .left-side .date span {
  font-size: 15px;
  line-height: 20px;
  text-transform: none; }
  .theme-3-5 .database-user .main-list .list-item .item-body .content-2 .action-line .left-side .date span.title {
    text-transform: uppercase;
    font-size: 11px;
    line-height: 15px; }
.theme-3-5 .database-user .main-list .list-item .item-body .content-2 .details-list .detail-item .detail-body .detail-content .related-list .related-item.related-item-min-width {
  padding: 5px 20px; }
.theme-3-5 .database-user .main-list .list-item .item-body .content-2 .details-list .detail-item .detail-body .detail-content .related-list .related-item.related-item-md .left-side .status-box-mini {
  position: relative;
  left: auto;
  top: -7px; }
  .theme-3-5 .database-user .main-list .list-item .item-body .content-2 .details-list .detail-item .detail-body .detail-content .related-list .related-item.related-item-md .left-side .status-box-mini .status {
    margin-left: 20px; }
@media screen and (max-width: 1600px) {
  .theme-3-5 .database-user .main-list .list-item .item-body .content-2 .details-list .detail-item .detail-body .detail-content .related-list .related-item.related-item-md .left-side {
    padding-right: 0; }
    .theme-3-5 .database-user .main-list .list-item .item-body .content-2 .details-list .detail-item .detail-body .detail-content .related-list .related-item.related-item-md .left-side .status-box-mini {
      position: relative;
      left: auto;
      top: -7px; }
      .theme-3-5 .database-user .main-list .list-item .item-body .content-2 .details-list .detail-item .detail-body .detail-content .related-list .related-item.related-item-md .left-side .status-box-mini .status {
        margin-left: 15px; } }
@media screen and (max-width: 1450px) {
  .theme-3-5 .database-user .main-header .right-side {
    max-width: 200px; }
    .theme-3-5 .database-user .main-header .right-side input {
      width: calc(100% - 50px); } }
@media screen and (max-width: 900px) {
  .theme-3-5 .database-user .main-list .item-header .bottom-side tr:last-child td:last-child {
    display: none; } }
@media screen and (max-width: 800px) {
  .theme-3-5 .database-user .main-list .list-item .item-body .content-2 .details-list .detail-item .detail-body .detail-content .related-list .related-item.related-item-md .left-side .status-box-mini {
    position: absolute;
    left: auto;
    right: -2px;
    top: -2px; }
    .theme-3-5 .database-user .main-list .list-item .item-body .content-2 .details-list .detail-item .detail-body .detail-content .related-list .related-item.related-item-md .left-side .status-box-mini .status {
      margin-left: 20px; }
  .theme-3-5 .database-user .main-list .list-item .item-body .content-2 .details-list .detail-item .detail-body .detail-content .related-list .related-item.related-item-md .right-side {
    margin-bottom: 5px; } }
@media screen and (max-width: 400px) {
  .theme-3-5 .database-user .main-header .left-side {
    display: block;
    margin-bottom: 0; }
    .theme-3-5 .database-user .main-header .left-side .pages {
      margin-right: 0; } }
.theme-3-5 svg .dot {
  fill: #828a91; }
.theme-3-5 svg .stroke {
  stroke: #828a91; }
.theme-3-5 .styleguide-page {
  margin: 0;
  padding: 60px;
  border: 2px solid; }
  .theme-3-5 .styleguide-page .styleguide-cart .name-cart {
    position: relative;
    border: 1px solid; }
    .theme-3-5 .styleguide-page .styleguide-cart .name-cart p {
      bottom: -8px;
      padding-right: 20px;
      position: absolute;
      font-size: 12px;
      font-weight: 900;
      letter-spacing: 1px;
      line-height: 16px;
      text-transform: uppercase; }
  .theme-3-5 .styleguide-page .element-styled-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row;
        flex-flow: row;
    padding-top: 20px; }
    .theme-3-5 .styleguide-page .element-styled-list.styleguide-notifications {
      position: relative;
      margin-top: 70px;
      display: block; }
      .theme-3-5 .styleguide-page .element-styled-list.styleguide-notifications .tooltip-box {
        padding-top: 15px;
        padding-bottom: 35px; }
      .theme-3-5 .styleguide-page .element-styled-list.styleguide-notifications .tooltip {
        position: relative;
        display: inline-block !important;
        opacity: 1;
        left: 0 !important;
        top: 0 !important; }
        .theme-3-5 .styleguide-page .element-styled-list.styleguide-notifications .tooltip .tooltip-arrow {
          position: absolute;
          width: 0 !important;
          height: 0 !important;
          border-style: solid !important;
          border-width: 0px 0 20px 20px !important;
          left: 0 !important;
          -webkit-transform: none;
                  transform: none;
          bottom: -13px; }
          .theme-3-5 .styleguide-page .element-styled-list.styleguide-notifications .tooltip .tooltip-arrow::before {
            content: "";
            width: 0;
            height: 0;
            position: absolute;
            border-style: solid !important;
            border-width: 0px 0 15px 15px !important;
            left: -18px !important; }
        .theme-3-5 .styleguide-page .element-styled-list.styleguide-notifications .tooltip .tooltip-inner {
          font-size: 16px;
          line-height: 24px;
          max-width: 288px;
          padding: 20px; }
        .theme-3-5 .styleguide-page .element-styled-list.styleguide-notifications .tooltip .toltip-up {
          margin-bottom: 20px; }
        .theme-3-5 .styleguide-page .element-styled-list.styleguide-notifications .tooltip.bottom-left .tooltip-arrow {
          right: 0 !important;
          top: -18px !important;
          left: auto !important;
          -webkit-transform: rotate(-90deg) rotateX(180deg);
                  transform: rotate(-90deg) rotateX(180deg); }
          .theme-3-5 .styleguide-page .element-styled-list.styleguide-notifications .tooltip.bottom-left .tooltip-arrow::before {
            content: "";
            left: -20px !important;
            top: 2px; }
        .theme-3-5 .styleguide-page .element-styled-list.styleguide-notifications .tooltip.top-left .tooltip-arrow {
          right: auto !important;
          top: -18px !important;
          left: auto !important;
          -webkit-transform: rotate(0deg) rotateX(180deg);
                  transform: rotate(0deg) rotateX(180deg); }
          .theme-3-5 .styleguide-page .element-styled-list.styleguide-notifications .tooltip.top-left .tooltip-arrow::before {
            content: "";
            top: 0px; }
        .theme-3-5 .styleguide-page .element-styled-list.styleguide-notifications .tooltip.bottom-right .tooltip-arrow {
          right: 0 !important;
          left: auto !important;
          -webkit-transform: rotate(90deg);
                  transform: rotate(90deg);
          bottom: -18px;
          top: auto; }
          .theme-3-5 .styleguide-page .element-styled-list.styleguide-notifications .tooltip.bottom-right .tooltip-arrow::before {
            content: "";
            left: -20px !important;
            top: 2px; }
        .theme-3-5 .styleguide-page .element-styled-list.styleguide-notifications .tooltip.top-right {
          left: 0 !important; }
      .theme-3-5 .styleguide-page .element-styled-list.styleguide-notifications .mini-alert-panel {
        display: inline-block;
        padding-bottom: 50px; }
    .theme-3-5 .styleguide-page .element-styled-list.styleguide-buttonss {
      display: block; }
      .theme-3-5 .styleguide-page .element-styled-list.styleguide-buttonss .normal-link {
        padding-top: 75px;
        padding-bottom: 55px; }
      .theme-3-5 .styleguide-page .element-styled-list.styleguide-buttonss .left-action-btn {
        float: right; }
      .theme-3-5 .styleguide-page .element-styled-list.styleguide-buttonss .large-button-styleguide,
      .theme-3-5 .styleguide-page .element-styled-list.styleguide-buttonss .medium-button-styleguide,
      .theme-3-5 .styleguide-page .element-styled-list.styleguide-buttonss .mini-button-styleguide {
        padding-bottom: 60px; }
        .theme-3-5 .styleguide-page .element-styled-list.styleguide-buttonss .large-button-styleguide .row .btn,
        .theme-3-5 .styleguide-page .element-styled-list.styleguide-buttonss .medium-button-styleguide .row .btn,
        .theme-3-5 .styleguide-page .element-styled-list.styleguide-buttonss .mini-button-styleguide .row .btn {
          margin-bottom: 30px; }
      .theme-3-5 .styleguide-page .element-styled-list.styleguide-buttonss .medium-tabs {
        padding: 90px 0 50px 0; }
      .theme-3-5 .styleguide-page .element-styled-list.styleguide-buttonss .big-tabs {
        margin-right: -30px;
        margin-left: -30px; }
    .theme-3-5 .styleguide-page .element-styled-list .left-column,
    .theme-3-5 .styleguide-page .element-styled-list .right-column {
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
      max-width: 50%; }
    .theme-3-5 .styleguide-page .element-styled-list .left-column {
      padding-right: 15px; }
    .theme-3-5 .styleguide-page .element-styled-list .right-column {
      padding-left: 15px; }
    .theme-3-5 .styleguide-page .element-styled-list .element-styleguide {
      padding-top: 60px; }
      .theme-3-5 .styleguide-page .element-styled-list .element-styleguide ul {
        padding-left: 35px;
        border-left: 2px solid; }
        .theme-3-5 .styleguide-page .element-styled-list .element-styleguide ul li {
          margin-bottom: 20px; }
    .theme-3-5 .styleguide-page .element-styled-list.styleguide-icons .icon-20-list,
    .theme-3-5 .styleguide-page .element-styled-list.styleguide-icons .icon-40-list {
      width: 100%; }
      .theme-3-5 .styleguide-page .element-styled-list.styleguide-icons .icon-20-list ul,
      .theme-3-5 .styleguide-page .element-styled-list.styleguide-icons .icon-40-list ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: row;
            flex-flow: row;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; }
        .theme-3-5 .styleguide-page .element-styled-list.styleguide-icons .icon-20-list ul li,
        .theme-3-5 .styleguide-page .element-styled-list.styleguide-icons .icon-40-list ul li {
          cursor: pointer;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          height: 40px;
          width: 40px; }
    .theme-3-5 .styleguide-page .element-styled-list.styleguide-icons .icon-20-list {
      padding: 70px 0 100px 0; }
      .theme-3-5 .styleguide-page .element-styled-list.styleguide-icons .icon-20-list ul {
        padding-bottom: 50px; }
    .theme-3-5 .styleguide-page .element-styled-list.styleguide-icons .icon-40-list {
      padding: 50px 0 0 0; }
      .theme-3-5 .styleguide-page .element-styled-list.styleguide-icons .icon-40-list ul {
        padding-bottom: 20px; }
    @media screen and (max-width: 760px) {
      .theme-3-5 .styleguide-page .element-styled-list.styleguide-icons .icon-20-list ul,
      .theme-3-5 .styleguide-page .element-styled-list.styleguide-icons .icon-40-list ul {
        -ms-flex-flow: row wrap;
            flex-flow: row wrap; }
        .theme-3-5 .styleguide-page .element-styled-list.styleguide-icons .icon-20-list ul li,
        .theme-3-5 .styleguide-page .element-styled-list.styleguide-icons .icon-40-list ul li {
          margin-right: 20px;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center; } }
    .theme-3-5 .styleguide-page .element-styled-list.styleguide-forms {
      display: block;
      padding-bottom: 90px; }
      .theme-3-5 .styleguide-page .element-styled-list.styleguide-forms .switch-check-group {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        padding: 60px 0; }
        .theme-3-5 .styleguide-page .element-styled-list.styleguide-forms .switch-check-group .border-radio-group,
        .theme-3-5 .styleguide-page .element-styled-list.styleguide-forms .switch-check-group .check-group {
          padding: 20px; }
          .theme-3-5 .styleguide-page .element-styled-list.styleguide-forms .switch-check-group .border-radio-group .radio,
          .theme-3-5 .styleguide-page .element-styled-list.styleguide-forms .switch-check-group .check-group .radio {
            position: relative;
            top: 0;
            left: 0;
            -webkit-transform: none;
                    transform: none; }
      .theme-3-5 .styleguide-page .element-styled-list.styleguide-forms .switch-box,
      .theme-3-5 .styleguide-page .element-styled-list.styleguide-forms .check-radio {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
      .theme-3-5 .styleguide-page .element-styled-list.styleguide-forms .inline-group-check-radio {
        padding: 40px 0 0 0; }
      .theme-3-5 .styleguide-page .element-styled-list.styleguide-forms.widget {
        padding: 40px 0; }
      @media screen and (max-width: 1440px) {
        .theme-3-5 .styleguide-page .element-styled-list.styleguide-forms .inline-group-check-radio .col-md-4 {
          width: 41%; } }
      @media screen and (max-width: 992px) {
        .theme-3-5 .styleguide-page .element-styled-list.styleguide-forms .inline-group-check-radio {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-flow: column;
              flex-flow: column; }
          .theme-3-5 .styleguide-page .element-styled-list.styleguide-forms .inline-group-check-radio .col-md-4 {
            width: 100%; } }
      @media screen and (max-width: 730px) {
        .theme-3-5 .styleguide-page .element-styled-list.styleguide-forms .switch-check-group {
          -ms-flex-flow: column;
              flex-flow: column; } }
      @media screen and (max-width: 630px) {
        .theme-3-5 .styleguide-page .element-styled-list.styleguide-forms .method-group .inline-group {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-flow: column;
              flex-flow: column; }
          .theme-3-5 .styleguide-page .element-styled-list.styleguide-forms .method-group .inline-group .border-radio-group:nth-child(2) {
            right: 0;
            top: -2px; }
          .theme-3-5 .styleguide-page .element-styled-list.styleguide-forms .method-group .inline-group .check-group .bg {
            height: calc(100% + 2px);
            width: 100%; } }
.theme-3-5 .dpanel-jumbotron {
  width: 100%;
  padding: 40px 60px;
  border: 2px solid;
  margin-bottom: 40px; }
  .theme-3-5 .dpanel-jumbotron h1 {
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 20px; }
  .theme-3-5 .dpanel-jumbotron p {
    font-size: 15px;
    line-height: 22px; }
.theme-3-5 .universal.readonly-span {
  border: 2px solid;
  border-radius: 0px;
  transition: 0s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: not-allowed; }
  .theme-3-5 .universal.readonly-span label span {
    width: auto; }
  .theme-3-5 .universal.readonly-span.span-lg {
    height: 70px;
    font-size: 28px;
    padding: 10px 16px; }
  .theme-3-5 .universal.readonly-span.span-md {
    height: 60px;
    font-size: 18px;
    padding: 6px 12px; }
  .theme-3-5 .universal.readonly-span.span-sm {
    height: 50px;
    font-size: 18px;
    padding: 5px 10px; }
  .theme-3-5 .universal.readonly-span span {
    width: 100%;
    overflow: hidden; }
  .theme-3-5 .universal.readonly-span .control-label {
    position: absolute !important;
    top: -20px;
    left: 0; }
.theme-3-5 .universal.method-group.full-width .inline-group .border-radio-group {
  width: 100%; }
.theme-3-5 .universal.method-group .inline-group.change-limit-mail-group .border-radio-group {
  width: 100%; }
.theme-3-5 .universal.method-group .inline-group .border-radio-group {
  width: 100%;
  padding: 20px 20px 20px 64px; }
  .theme-3-5 .universal.method-group .inline-group .border-radio-group.border-radio-group-lg {
    padding: 20px 20px 20px 64px;
    height: 70px; }
    .theme-3-5 .universal.method-group .inline-group .border-radio-group.border-radio-group-lg .radio {
      left: 26px; }
  .theme-3-5 .universal.method-group .inline-group .border-radio-group.border-radio-group-md {
    height: 60px;
    padding: 15px 15px 15px 56px; }
    .theme-3-5 .universal.method-group .inline-group .border-radio-group.border-radio-group-md .radio {
      left: 20px; }
  .theme-3-5 .universal.method-group .inline-group .border-radio-group.border-radio-group-sm {
    padding: 10px 10px 10px 60px;
    height: 50px; }
    .theme-3-5 .universal.method-group .inline-group .border-radio-group.border-radio-group-sm .radio {
      left: 26px; }
  .theme-3-5 .universal.method-group .inline-group .border-radio-group .label {
    font-weight: 400;
    font-size: 22px; }
  .theme-3-5 .universal.method-group .inline-group .border-radio-group .radio {
    left: 26px; }
  .theme-3-5 .universal.method-group .inline-group .border-radio-group:nth-child(2) {
    right: 2px; }
  .theme-3-5 .universal.method-group .inline-group .border-radio-group:nth-child(3) {
    right: 4px; }
  .theme-3-5 .universal.method-group .inline-group .border-radio-group:nth-child(4) {
    right: 6px; }
    .theme-3-5 .universal.method-group .inline-group .border-radio-group:nth-child(4) .bg {
      width: calc(100% + 6px); }
.theme-3-5 .universal.method-group .inline-group .check-group {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative; }
  .theme-3-5 .universal.method-group .inline-group .check-group .check {
    z-index: 1;
    height: 22px;
    min-width: 22px; }
    .theme-3-5 .universal.method-group .inline-group .check-group .check:before {
      height: 14px;
      width: 8px;
      top: 1px;
      left: 5px; }
  .theme-3-5 .universal.method-group .inline-group .check-group input:checked ~ .check {
    z-index: 2; }
    .theme-3-5 .universal.method-group .inline-group .check-group input:checked ~ .check:before {
      opacity: 1; }
  .theme-3-5 .universal.method-group .inline-group .check-group .bg {
    content: "";
    position: absolute;
    height: 100%;
    width: calc(100% + 2px);
    top: 0;
    left: 0;
    border: 2px solid; }
  .theme-3-5 .universal.method-group .inline-group .check-group label {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    cursor: pointer; }
  .theme-3-5 .universal.method-group .inline-group .check-group .label {
    padding: 0 16px;
    z-index: 1;
    font-size: 22px;
    line-height: 16px; }
  .theme-3-5 .universal.method-group .inline-group .check-group.check-group-label-lg {
    padding: 20px 20px 20px 26px;
    height: 70px; }
  .theme-3-5 .universal.method-group .inline-group .check-group.check-group-label-md {
    height: 60px;
    padding: 15px 15px 15px 20px; }
  .theme-3-5 .universal.method-group .inline-group .check-group.check-group-label-sm {
    padding: 10px 10px 10px 26px;
    height: 50px; }
.theme-3-5 .universal.method-group .inline-group.radio-width-auto .border-radio-group {
  width: auto; }
.theme-3-5 .universal.method-group .inline-group.radio-width-auto .check-group {
  right: 2px;
  width: 100%; }
.theme-3-5 .universal.method-group .inline-group.row-additional .border-radio-group {
  width: 40%; }
  .theme-3-5 .universal.method-group .inline-group.row-additional .border-radio-group .bg {
    top: -2px; }
.theme-3-5 .universal.method-group .inline-group.row-additional .check-group {
  top: -2px;
  right: 2px;
  width: 60%; }
@media screen and (max-width: 630px) {
  .theme-3-5 .universal.method-group .inline-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column;
        flex-flow: column; }
    .theme-3-5 .universal.method-group .inline-group .border-radio-group:nth-child(2) {
      right: 0;
      top: -2px; }
    .theme-3-5 .universal.method-group .inline-group .check-group .bg {
      height: calc(100% + 2px);
      width: 100%; } }
.theme-3-5 .universal.page-menu {
  position: relative;
  z-index: 2;
  float: right; }
  .theme-3-5 .universal.page-menu .menu-button {
    height: 40px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
    border: 2px solid;
    border-radius: 300px;
    padding: 0 20px;
    outline: none;
    transition: 0.3s; }
    .theme-3-5 .universal.page-menu .menu-button:active {
      -webkit-transform: scale(0.93);
              transform: scale(0.93); }
  .theme-3-5 .universal.page-menu .menu-content {
    position: absolute;
    top: 0;
    right: 0;
    width: 250px;
    overflow: hidden;
    height: 0px;
    transition: 0.3s;
    transition-delay: 0.3s; }
    .theme-3-5 .universal.page-menu .menu-content::before {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      right: 0;
      height: 100%;
      width: 100%;
      border: 2px solid;
      transition: 0.3s;
      z-index: 0; }
    .theme-3-5 .universal.page-menu .menu-content ul {
      position: relative;
      display: block;
      width: calc(100% - 4px);
      padding: 30px 0px;
      left: 2px;
      opacity: 0;
      transition: 0.3s;
      transition-delay: 0s;
      z-index: 1; }
      .theme-3-5 .universal.page-menu .menu-content ul li {
        display: block;
        width: 100%; }
        .theme-3-5 .universal.page-menu .menu-content ul li a {
          display: block;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-flow: row nowrap;
              flex-flow: row nowrap;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          padding: 10px 30px;
          transition: 0.2s; }
          .theme-3-5 .universal.page-menu .menu-content ul li a svg {
            margin-right: 10px; }
          .theme-3-5 .universal.page-menu .menu-content ul li a span {
            font-size: 16px;
            line-height: 24px;
            transition: 0.2s; }
          .theme-3-5 .universal.page-menu .menu-content ul li a:active {
            -webkit-transform: scale(0.95);
                    transform: scale(0.95); }
    .theme-3-5 .universal.page-menu .menu-content .close-menu {
      position: absolute;
      top: 10px;
      padding: 0;
      right: 10px;
      background-color: transparent;
      border: none;
      outline: none; }
  .theme-3-5 .universal.page-menu.open {
    z-index: 3; }
    .theme-3-5 .universal.page-menu.open .menu-content {
      transition-delay: 0s; }
      .theme-3-5 .universal.page-menu.open .menu-content ul {
        opacity: 1;
        transition-delay: 0.3s; }
.theme-3-5 .universal.action-img-button {
  min-width: 60px;
  height: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
  border: 2px solid;
  border-radius: 300px;
  padding: 0 15px;
  outline: none;
  transition: 0.3s;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .theme-3-5 .universal.action-img-button:active {
    -webkit-transform: scale(0.93);
            transform: scale(0.93); }
.theme-3-5 .universal.textarea {
  width: 100%;
  resize: none;
  border: 2px solid;
  border-radius: 0px;
  transition: 0s;
  display: block;
  outline: none; }
  .theme-3-5 .universal.textarea.textarea-lg {
    font-size: 28px;
    padding: 10px 16px; }
  .theme-3-5 .universal.textarea.textarea-md {
    font-size: 18px;
    padding: 6px 12px; }
  .theme-3-5 .universal.textarea.textarea-sm {
    font-size: 18px;
    padding: 5px 10px; }
.theme-3-5 .universal.input-daterange input:last-child {
  margin-top: 20px; }
@media screen and (max-width: 550px) {
  .theme-3-5 .universal.textarea {
    font-size: 18px; } }
.theme-3-5 .text-primary {
  color: #3b4348 !important; }
.theme-3-5 .text-success {
  color: #1ac528 !important; }
.theme-3-5 .text-info {
  color: #00bcec !important; }
.theme-3-5 .text-warning {
  color: #ff8522 !important; }
.theme-3-5 .text-danger {
  color: #ff5959 !important; }
.theme-3-5 .popup-body .popup-container .universal .tab-content {
  display: block; }
@media screen and (max-width: 992px) {
  .theme-3-5 .universal.big-tabs .dark-version {
    margin-bottom: 50px; }
  .theme-3-5 .styleguide-page .element-styled-list.styleguide-buttonss .page-menu {
    float: left;
    margin-bottom: 30px; }
  .theme-3-5 .styleguide-page .element-styled-list.styleguide-buttonss .left-action-btn {
    float: left;
    margin-bottom: 30px; }
  .theme-3-5 .styleguide-page .element-styled-list.styleguide-buttonss .mini-button-styleguide {
    padding-bottom: 0; } }
@media screen and (max-width: 960px) {
  .theme-3-5 .styleguide-page .element-styled-list {
    display: block; }
    .theme-3-5 .styleguide-page .element-styled-list .left-column,
    .theme-3-5 .styleguide-page .element-styled-list .right-column {
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
      max-width: 100%;
      padding: 0; } }
@media screen and (max-width: 767px) {
  .theme-3-5 .styleguide-buttonss .action-img-button {
    margin-bottom: 30px; }
  .theme-3-5 .styleguide-buttonss .btn-action-collapse-list .page-menu .menu-content {
    right: auto;
    left: 0; } }
@media screen and (max-width: 550px) {
  .theme-3-5 .universal.readonly-span.span-lg, .theme-3-5 .universal.readonly-span.span-md, .theme-3-5 .universal.readonly-span.span-sm {
    height: 50px;
    font-size: 18px; } }
@media screen and (max-width: 500px) {
  .theme-3-5 .styleguide-page .element-styled-list .element-styleguide ul {
    padding-left: 0;
    border-left: 0; } }
@media screen and (max-width: 420px) {
  .theme-3-5 .styleguide-notifications {
    margin: 0 -30px; } }
.theme-3-5 .color-palette {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%; }
  .theme-3-5 .color-palette .name-section {
    margin-bottom: 15px;
    font-size: 15px;
    line-height: 20px; }
  .theme-3-5 .color-palette .palette-container {
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column;
        flex-flow: column; }
    .theme-3-5 .color-palette .palette-container .color {
      position: relative;
      float: left;
      padding: 5px 10px 10px 10px; }
      .theme-3-5 .color-palette .palette-container .color p {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 0; }
      .theme-3-5 .color-palette .palette-container .color .example-color {
        height: 20px;
        width: 140px;
        border: 2px solid; }
      .theme-3-5 .color-palette .palette-container .color.base-color {
        z-index: 1;
        border: 2px solid; }
  @media screen and (max-width: 1390px) {
    .theme-3-5 .color-palette {
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      margin-top: 0; }
      .theme-3-5 .color-palette .palette-container {
        padding-right: 40px; } }
  @media screen and (max-width: 620px) {
    .theme-3-5 .color-palette .palette-container {
      padding-right: 20px; } }
.theme-3-5 .heavy-header {
  font-size: 34px;
  font-weight: 900;
  line-height: 46px; }
.theme-3-5 .bold-header {
  font-size: 34px;
  font-weight: bold;
  line-height: 46px; }
.theme-3-5 .light-header {
  font-size: 34px;
  font-weight: 300;
  line-height: 46px; }
.theme-3-5 .name-object {
  font-size: 28px;
  font-weight: 900;
  line-height: 38px; }
.theme-3-5 .name-object-light {
  font-size: 28px;
  font-weight: 300;
  line-height: 38px; }
.theme-3-5 .head-large {
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 900;
  letter-spacing: 1px;
  line-height: 20px; }
.theme-3-5 .head-strong {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 1px;
  line-height: 16px; }
.theme-3-5 .head-light {
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 21px; }
.theme-3-5 .head-small {
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 1px;
  line-height: 15px; }
.theme-3-5 .bold-large-number {
  font-size: 40px;
  font-weight: 900;
  line-height: 55px; }
.theme-3-5 .light-large-number {
  font-size: 40px;
  font-weight: 300;
  line-height: 55px; }
.theme-3-5 .primary-text-bold {
  font-size: 15px;
  font-weight: 900;
  line-height: 28px; }
.theme-3-5 .primary-text-normal {
  font-size: 15px;
  line-height: 28px; }
.theme-3-5 .primary-text-style {
  font-size: 15px;
  line-height: 28px;
  font-style: oblique; }
.theme-3-5 .high-text-bold {
  font-size: 18px;
  font-weight: 900;
  line-height: 30px; }
.theme-3-5 .high-text {
  font-size: 18px;
  line-height: 30px; }
.theme-3-5 .lower-text-bold {
  font-size: 14px;
  font-weight: 900;
  line-height: 22px; }
.theme-3-5 .lower-text {
  font-size: 14px;
  line-height: 22px; }
.theme-3-5 .lower-text-style {
  font-style: oblique;
  font-size: 14px;
  line-height: 22px; }
.theme-3-5 .least-text {
  font-size: 12px;
  font-weight: 500;
  line-height: 20px; }
.theme-3-5 .link-on-alert {
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 1px;
  line-height: 16px; }
.theme-3-5 .info-panel,
.theme-3-5 .success-panel,
.theme-3-5 .danger-panel,
.theme-3-5 .warning-panel {
  border: 2px solid; }
.theme-3-5 .welcome-page .welcome-section .welcome-header .welcome-message {
  padding: 0 0 30px 270px;
  position: relative;
  border-bottom: 2px solid; }
  .theme-3-5 .welcome-page .welcome-section .welcome-header .welcome-message .welcome-image img {
    position: absolute;
    left: 40px;
    bottom: -18px; }
  .theme-3-5 .welcome-page .welcome-section .welcome-header .welcome-message h1 {
    font-size: 64px;
    font-weight: 900;
    line-height: 87px; }
  .theme-3-5 .welcome-page .welcome-section .welcome-header .welcome-message h3 {
    display: none; }
.theme-3-5 .welcome-page .start-using .start-title-section {
  padding: 30px 45px; }
  .theme-3-5 .welcome-page .start-using .start-title-section h3 {
    font-size: 24px;
    font-weight: 300;
    line-height: 33px; }
.theme-3-5 .welcome-page .start-using .start-using-action {
  padding-right: 25px; }
  .theme-3-5 .welcome-page .start-using .start-using-action:last-child {
    padding-right: 15px;
    padding-left: 25px; }
  .theme-3-5 .welcome-page .start-using .start-using-action .start-action-wrapper {
    border: 2px solid;
    padding-top: 40px;
    padding-bottom: 50px;
    padding-left: 35px;
    padding-right: 35px; }
    .theme-3-5 .welcome-page .start-using .start-using-action .start-action-wrapper .start-name-action {
      padding-bottom: 25px; }
      .theme-3-5 .welcome-page .start-using .start-using-action .start-action-wrapper .start-name-action h2 {
        font-size: 36px;
        line-height: 49px;
        margin-bottom: 10px; }
      .theme-3-5 .welcome-page .start-using .start-using-action .start-action-wrapper .start-name-action p {
        font-size: 15px;
        line-height: 20px; }
    .theme-3-5 .welcome-page .start-using .start-using-action .start-action-wrapper .start-action-btn .btn {
      height: 50px;
      font-size: 14px; }
.theme-3-5 .welcome-page .install-page {
  padding-top: 50px; }
  .theme-3-5 .welcome-page .install-page .install-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row;
        flex-flow: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border: 2px solid; }
    .theme-3-5 .welcome-page .install-page .install-wrapper .install-title {
      padding: 62px 50px 62px 50px; }
      .theme-3-5 .welcome-page .install-page .install-wrapper .install-title h2 {
        font-size: 36px;
        font-weight: 300;
        line-height: 49px; }
    .theme-3-5 .welcome-page .install-page .install-wrapper .install-action {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-flow: row;
          flex-flow: row; }
      .theme-3-5 .welcome-page .install-page .install-wrapper .install-action .application-install {
        width: 180px;
        padding: 25px;
        border: 0;
        border-left: 2px solid;
        border-right: none;
        height: 100%;
        outline: none; }
        .theme-3-5 .welcome-page .install-page .install-wrapper .install-action .application-install img {
          margin: 0 auto;
          display: block;
          width: 50px;
          height: 80px;
          padding-bottom: 30px; }
        .theme-3-5 .welcome-page .install-page .install-wrapper .install-action .application-install .name-app {
          text-transform: uppercase;
          font-size: 11px;
          font-weight: 900;
          line-height: 15px;
          text-align: center; }
        .theme-3-5 .welcome-page .install-page .install-wrapper .install-action .application-install:hover, .theme-3-5 .welcome-page .install-page .install-wrapper .install-action .application-install:focus {
          z-index: 1; }
.theme-3-5 .welcome-page .search-domain-here {
  padding-top: 50px; }
  .theme-3-5 .welcome-page .search-domain-here .search-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-flow: row;
        flex-flow: row;
    border: 2px solid; }
    .theme-3-5 .welcome-page .search-domain-here .search-wrapper .search-title {
      width: 40%;
      padding: 62px 50px 62px 50px; }
      .theme-3-5 .welcome-page .search-domain-here .search-wrapper .search-title h2 {
        font-size: 36px;
        font-weight: 300;
        line-height: 49px; }
    .theme-3-5 .welcome-page .search-domain-here .search-wrapper .search-action {
      width: 63%;
      padding-right: 50px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
  .theme-3-5 .welcome-page .search-domain-here .domain-search {
    position: relative;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row nowrap;
        flex-flow: row nowrap; }
    .theme-3-5 .welcome-page .search-domain-here .domain-search label {
      height: 60px;
      min-width: 115px;
      border: 2px solid;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      font-size: 24px;
      font-weight: 800;
      line-height: 33px;
      border-right: 0px; }
    .theme-3-5 .welcome-page .search-domain-here .domain-search input {
      width: 100%;
      padding-right: 125px;
      height: 60px;
      border: 2px solid;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
      display: block;
      border-right: 0px;
      outline: none;
      font-size: 20px;
      font-weight: 300;
      padding-left: 15px;
      border-radius: 0 100px 100px 0; }
    .theme-3-5 .welcome-page .search-domain-here .domain-search button {
      position: absolute;
      right: 0;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      height: 60px; }
      .theme-3-5 .welcome-page .search-domain-here .domain-search button svg {
        width: 22px; }
@media screen and (max-width: 1682px) {
  .theme-3-5 .welcome-page .install-page .install-wrapper {
    -ms-flex-flow: column;
        flex-flow: column; }
    .theme-3-5 .welcome-page .install-page .install-wrapper .install-action .application-install {
      width: 100%;
      border-left: 2px solid;
      border-right: none;
      height: 180px;
      outline: none;
      border-top: 2px solid; }
      .theme-3-5 .welcome-page .install-page .install-wrapper .install-action .application-install:first-child {
        border-left: none; } }
@media screen and (max-width: 1360px) {
  .theme-3-5 .welcome-page {
    padding-top: 20px; } }
@media screen and (max-width: 992px) {
  .theme-3-5 .welcome-page .start-using .start-title-section {
    padding: 30px 45px; }
    .theme-3-5 .welcome-page .start-using .start-title-section h3 {
      font-size: 24px;
      font-weight: 300;
      line-height: 33px; }
  .theme-3-5 .welcome-page .start-using .start-using-action {
    padding-right: 15px; }
    .theme-3-5 .welcome-page .start-using .start-using-action:last-child {
      margin-top: 30px;
      padding-left: 15px; } }
@media screen and (max-width: 976px) {
  .theme-3-5 .welcome-page .search-domain-here .search-wrapper {
    -ms-flex-flow: column;
        flex-flow: column;
    padding: 35px 35px 40px 35px; }
    .theme-3-5 .welcome-page .search-domain-here .search-wrapper .search-title {
      width: 100%;
      padding: 0 0 15px 0; }
    .theme-3-5 .welcome-page .search-domain-here .search-wrapper .search-action {
      width: 100%;
      padding-right: 0; } }
@media screen and (max-width: 900px) {
  .theme-3-5 .welcome-page {
    padding-top: 50px; }
    .theme-3-5 .welcome-page .welcome-section .welcome-header .welcome-message h1 {
      font-size: 50px;
      line-height: 65px; }
    .theme-3-5 .welcome-page .install-page {
      padding-top: 0px;
      margin-top: -2px; }
      .theme-3-5 .welcome-page .install-page .install-wrapper {
        padding: 35px 30px 40px 30px;
        -ms-flex-flow: column;
            flex-flow: column; }
        .theme-3-5 .welcome-page .install-page .install-wrapper .install-title {
          width: 100%;
          padding: 0 0 30px 0; }
          .theme-3-5 .welcome-page .install-page .install-wrapper .install-title h2 {
            font-size: 28px;
            line-height: 38px; }
        .theme-3-5 .welcome-page .install-page .install-wrapper .install-action {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-flow: column;
              flex-flow: column;
          width: 100%; }
          .theme-3-5 .welcome-page .install-page .install-wrapper .install-action .application-install {
            width: 100%;
            padding: 25px;
            border: 2px solid;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-flow: row;
                flex-flow: row;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            margin-top: -2px;
            height: 100%; }
            .theme-3-5 .welcome-page .install-page .install-wrapper .install-action .application-install:nth-child(1) {
              margin-top: 0px; }
            .theme-3-5 .welcome-page .install-page .install-wrapper .install-action .application-install img {
              height: auto;
              margin: 0;
              padding-bottom: 0; }
            .theme-3-5 .welcome-page .install-page .install-wrapper .install-action .application-install .name-app {
              margin-left: 20px;
              font-size: 11px;
              font-weight: 900;
              line-height: 15px; }
            .theme-3-5 .welcome-page .install-page .install-wrapper .install-action .application-install:first-child {
              border-left: 2px solid; } }
@media screen and (max-width: 800px) {
  .theme-3-5 .welcome-page .welcome-section .welcome-header .welcome-message {
    padding: 0 0 20px 230px; }
    .theme-3-5 .welcome-page .welcome-section .welcome-header .welcome-message .welcome-image img {
      width: 150px; } }
@media screen and (max-width: 700px) {
  .theme-3-5 .welcome-page .welcome-section .welcome-header .welcome-message {
    border-bottom: none;
    padding: 0 0 25px 135px; }
    .theme-3-5 .welcome-page .welcome-section .welcome-header .welcome-message h1 {
      font-size: 24px;
      font-weight: 900;
      line-height: 33px; }
    .theme-3-5 .welcome-page .welcome-section .welcome-header .welcome-message h3 {
      display: block;
      font-size: 18px;
      font-weight: 300;
      line-height: 25px; }
    .theme-3-5 .welcome-page .welcome-section .welcome-header .welcome-message .welcome-image img {
      width: 100px;
      left: 20px;
      bottom: -12px; }
  .theme-3-5 .welcome-page .start-using .start-title-section {
    display: none; }
  .theme-3-5 .welcome-page .start-using .start-using-action {
    padding-right: 15px; }
    .theme-3-5 .welcome-page .start-using .start-using-action:last-child {
      padding-right: 15px;
      padding-left: 15px;
      margin-top: -2px; }
    .theme-3-5 .welcome-page .start-using .start-using-action .start-action-wrapper {
      padding-top: 35px;
      padding-bottom: 40px;
      padding-left: 30px;
      padding-right: 30px; }
      .theme-3-5 .welcome-page .start-using .start-using-action .start-action-wrapper .start-name-action {
        padding-bottom: 25px; }
        .theme-3-5 .welcome-page .start-using .start-using-action .start-action-wrapper .start-name-action h2 {
          font-size: 28px;
          line-height: 38px; }
        .theme-3-5 .welcome-page .start-using .start-using-action .start-action-wrapper .start-name-action p {
          font-size: 15px;
          line-height: 20px; }
  .theme-3-5 .welcome-page .search-domain-here {
    padding-top: 0;
    margin-top: -2px; }
    .theme-3-5 .welcome-page .search-domain-here .search-wrapper {
      padding: 35px 30px 40px 30px; }
      .theme-3-5 .welcome-page .search-domain-here .search-wrapper .search-title h2 {
        font-size: 28px;
        line-height: 38px; }
    .theme-3-5 .welcome-page .search-domain-here .domain-search label {
      height: 50px;
      min-width: auto;
      border-right: none;
      font-size: 16px;
      line-height: 22px;
      padding-left: 20px; }
    .theme-3-5 .welcome-page .search-domain-here .domain-search input {
      border-left: none;
      padding-left: 10px;
      padding-right: 100px;
      height: 50px;
      border-right: 0px;
      font-size: 16px;
      line-height: 22px; }
    .theme-3-5 .welcome-page .search-domain-here .domain-search button {
      height: 50px; } }
@media screen and (max-width: 500px) {
  .theme-3-5 .welcome-page .start-using .start-using-action .start-action-wrapper .start-action-btn {
    text-align: center; }
  .theme-3-5 .welcome-page .install-page .install-wrapper .install-action .application-install {
    padding: 11px; }
  .theme-3-5 .welcome-page .search-domain-here .domain-search label {
    min-width: auto;
    padding-left: 10px; }
  .theme-3-5 .welcome-page .search-domain-here .domain-search input {
    padding-left: 5px; }
  .theme-3-5 .welcome-page .search-domain-here .domain-search button {
    padding-right: 30px;
    padding-left: 30px; } }
.theme-3-5 .statistic-page .main-header {
  margin-bottom: 30px; }
.theme-3-5 .statistic-page .main-list .statistic-list-item {
  padding: 40px;
  margin-top: -2px; }
  .theme-3-5 .statistic-page .main-list .statistic-list-item .main-header-statistic-action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 40px; }
    .theme-3-5 .statistic-page .main-list .statistic-list-item .main-header-statistic-action .action-left {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .theme-3-5 .statistic-page .main-list .statistic-list-item .main-header-statistic-action .action-left .name-statistics {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        .theme-3-5 .statistic-page .main-list .statistic-list-item .main-header-statistic-action .action-left .name-statistics h3 {
          padding-left: 20px;
          padding-right: 25px;
          font-size: 24px;
          line-height: 33px; }
      .theme-3-5 .statistic-page .main-list .statistic-list-item .main-header-statistic-action .action-left .buttons-refresh {
        display: none;
        padding-left: 30px; }
    .theme-3-5 .statistic-page .main-list .statistic-list-item .main-header-statistic-action .action-right a {
      height: 40px; }
  .theme-3-5 .statistic-page .main-list .statistic-list-item .body-statistic {
    min-height: 250px; }
    .theme-3-5 .statistic-page .main-list .statistic-list-item .body-statistic.bg-rows {
      padding-left: 60px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      position: relative;
      -ms-flex-flow: row;
          flex-flow: row; }
      .theme-3-5 .statistic-page .main-list .statistic-list-item .body-statistic.bg-rows .chart-line {
        position: relative;
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: row;
            flex-flow: row; }
        .theme-3-5 .statistic-page .main-list .statistic-list-item .body-statistic.bg-rows .chart-line .legend-border {
          z-index: 1;
          padding: 10px 20px 10px 25px;
          position: absolute;
          border: 2px solid;
          left: 7px;
          top: 3px; }
          .theme-3-5 .statistic-page .main-list .statistic-list-item .body-statistic.bg-rows .chart-line .legend-border ul {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-flow: row;
                flex-flow: row; }
            .theme-3-5 .statistic-page .main-list .statistic-list-item .body-statistic.bg-rows .chart-line .legend-border ul li {
              margin-right: 20px;
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -ms-flex-flow: row;
                  flex-flow: row;
              -webkit-box-align: end;
                  -ms-flex-align: end;
                      align-items: flex-end; }
              .theme-3-5 .statistic-page .main-list .statistic-list-item .body-statistic.bg-rows .chart-line .legend-border ul li:last-child {
                margin-right: 0; }
              .theme-3-5 .statistic-page .main-list .statistic-list-item .body-statistic.bg-rows .chart-line .legend-border ul li span {
                margin-right: 5px;
                height: 14px;
                width: 14px;
                border: 2px solid;
                border-radius: 50%; }
              .theme-3-5 .statistic-page .main-list .statistic-list-item .body-statistic.bg-rows .chart-line .legend-border ul li p {
                font-size: 12px; }
        .theme-3-5 .statistic-page .main-list .statistic-list-item .body-statistic.bg-rows .chart-line .data-attr {
          position: absolute;
          width: 100%;
          bottom: 0;
          padding-left: 75px;
          padding-right: 75px; }
          .theme-3-5 .statistic-page .main-list .statistic-list-item .body-statistic.bg-rows .chart-line .data-attr ul {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-flow: row;
                flex-flow: row;
            -webkit-box-pack: justify;
                -ms-flex-pack: justify;
                    justify-content: space-between; }
            .theme-3-5 .statistic-page .main-list .statistic-list-item .body-statistic.bg-rows .chart-line .data-attr ul li {
              font-size: 14px;
              line-height: 30px; }
        .theme-3-5 .statistic-page .main-list .statistic-list-item .body-statistic.bg-rows .chart-line .value-attr {
          position: absolute;
          left: -60px;
          top: -20px;
          bottom: 15px;
          padding-right: 20px; }
          .theme-3-5 .statistic-page .main-list .statistic-list-item .body-statistic.bg-rows .chart-line .value-attr ul li {
            text-align: right;
            display: block;
            font-size: 14px;
            line-height: 38px; }
      .theme-3-5 .statistic-page .main-list .statistic-list-item .body-statistic.bg-rows .forecast-cost {
        z-index: 1;
        position: relative;
        min-width: 230px;
        max-width: 230px;
        width: 230px;
        padding: 38px 40px 35px 40px;
        border: 2px solid;
        box-shadow: 0 10px 20px 0 rgba(59, 67, 72, 0.08); }
        .theme-3-5 .statistic-page .main-list .statistic-list-item .body-statistic.bg-rows .forecast-cost .forecast .data.in-progress {
          font-size: 14px;
          line-height: 20px;
          margin-top: 10px; }
        .theme-3-5 .statistic-page .main-list .statistic-list-item .body-statistic.bg-rows .forecast-cost .forecast, .theme-3-5 .statistic-page .main-list .statistic-list-item .body-statistic.bg-rows .forecast-cost .cost-day, .theme-3-5 .statistic-page .main-list .statistic-list-item .body-statistic.bg-rows .forecast-cost .cost-week {
          padding-bottom: 20px; }
          .theme-3-5 .statistic-page .main-list .statistic-list-item .body-statistic.bg-rows .forecast-cost .forecast .name, .theme-3-5 .statistic-page .main-list .statistic-list-item .body-statistic.bg-rows .forecast-cost .cost-day .name, .theme-3-5 .statistic-page .main-list .statistic-list-item .body-statistic.bg-rows .forecast-cost .cost-week .name {
            text-transform: uppercase;
            font-size: 11px;
            font-weight: 700;
            line-height: 15px; }
          .theme-3-5 .statistic-page .main-list .statistic-list-item .body-statistic.bg-rows .forecast-cost .forecast .data, .theme-3-5 .statistic-page .main-list .statistic-list-item .body-statistic.bg-rows .forecast-cost .cost-day .data, .theme-3-5 .statistic-page .main-list .statistic-list-item .body-statistic.bg-rows .forecast-cost .cost-week .data {
            font-size: 20px;
            font-weight: 900;
            line-height: 27px; }
        .theme-3-5 .statistic-page .main-list .statistic-list-item .body-statistic.bg-rows .forecast-cost .cost-week {
          padding-bottom: 0; }
        .theme-3-5 .statistic-page .main-list .statistic-list-item .body-statistic.bg-rows .forecast-cost .dots {
          position: absolute;
          height: 4px;
          width: 4px;
          border-radius: 50%; }
          .theme-3-5 .statistic-page .main-list .statistic-list-item .body-statistic.bg-rows .forecast-cost .dots:nth-of-type(1) {
            top: calc(0px - 5px);
            right: calc(0px - 5px);
            -webkit-transform: translateX(-50%) translateY(50%);
                    transform: translateX(-50%) translateY(50%); }
          .theme-3-5 .statistic-page .main-list .statistic-list-item .body-statistic.bg-rows .forecast-cost .dots:nth-of-type(2) {
            top: calc(0px - 5px);
            left: calc(0px - 1px);
            -webkit-transform: translateX(-50%) translateY(50%);
                    transform: translateX(-50%) translateY(50%); }
          .theme-3-5 .statistic-page .main-list .statistic-list-item .body-statistic.bg-rows .forecast-cost .dots:nth-of-type(3) {
            bottom: calc(0px - 1px);
            left: calc(0px - 1px);
            -webkit-transform: translateX(-50%) translateY(50%);
                    transform: translateX(-50%) translateY(50%); }
          .theme-3-5 .statistic-page .main-list .statistic-list-item .body-statistic.bg-rows .forecast-cost .dots:nth-of-type(4) {
            bottom: calc(0px - 1px);
            right: calc(0px - 5px);
            -webkit-transform: translateX(-50%) translateY(50%);
                    transform: translateX(-50%) translateY(50%); }
      .theme-3-5 .statistic-page .main-list .statistic-list-item .body-statistic.bg-rows .chart-green, .theme-3-5 .statistic-page .main-list .statistic-list-item .body-statistic.bg-rows .chart-blue, .theme-3-5 .statistic-page .main-list .statistic-list-item .body-statistic.bg-rows .chart-ssd {
        position: absolute;
        width: calc(100% - 228px);
        bottom: 40px;
        top: 0;
        height: 100%;
        left: 10px;
        max-height: 214px; }
      .theme-3-5 .statistic-page .main-list .statistic-list-item .body-statistic.bg-rows.active {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
    .theme-3-5 .statistic-page .main-list .statistic-list-item .body-statistic .spinner-loader-chart {
      position: absolute;
      z-index: 1;
      height: 100%;
      width: 100%;
      -ms-flex-flow: column;
          flex-flow: column;
      background-color: rgba(0, 0, 0, 0.1); }
  .theme-3-5 .statistic-page .main-list .statistic-list-item:first-child {
    margin-top: 0; }
    .theme-3-5 .statistic-page .main-list .statistic-list-item:first-child .body-statistic.bg-rows .chart-line .legend-border {
      left: 9px;
      top: 1px; }
  .theme-3-5 .statistic-page .main-list .statistic-list-item:nth-of-type(2) .body-statistic.bg-rows .chart-line .legend-border {
    left: 7px;
    top: 1px; }
  .theme-3-5 .statistic-page .main-list .statistic-list-item:nth-of-type(3) .body-statistic.bg-rows .chart-line .legend-border {
    left: 4px;
    top: 1px; }
  .theme-3-5 .statistic-page .main-list .statistic-list-item.full-width-chart .tab-content .body-statistic {
    min-height: 250px; }
    .theme-3-5 .statistic-page .main-list .statistic-list-item.full-width-chart .tab-content .body-statistic .chart-js {
      width: 100%; }
@media screen and (max-width: 960px) {
  .theme-3-5 .statistic-page .main-list .statistic-list-item .main-header-statistic-action {
    -ms-flex-flow: wrap;
        flex-flow: wrap; }
    .theme-3-5 .statistic-page .main-list .statistic-list-item .main-header-statistic-action .action-left {
      -ms-flex-flow: wrap;
          flex-flow: wrap;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      .theme-3-5 .statistic-page .main-list .statistic-list-item .main-header-statistic-action .action-left .name-statistics, .theme-3-5 .statistic-page .main-list .statistic-list-item .main-header-statistic-action .action-left .btn-default {
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1;
        margin-bottom: 30px; }
      .theme-3-5 .statistic-page .main-list .statistic-list-item .main-header-statistic-action .action-left .medium-tabs, .theme-3-5 .statistic-page .main-list .statistic-list-item .main-header-statistic-action .action-left .buttons-refresh {
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2; }
      .theme-3-5 .statistic-page .main-list .statistic-list-item .main-header-statistic-action .action-left .medium-tabs, .theme-3-5 .statistic-page .main-list .statistic-list-item .main-header-statistic-action .action-left .btn-default {
        margin-right: 20px; }
      .theme-3-5 .statistic-page .main-list .statistic-list-item .main-header-statistic-action .action-left .buttons-refresh {
        padding-left: 0; } }
@media screen and (max-width: 800px) {
  .theme-3-5 .statistic-page .main-list .statistic-list-item {
    padding: 15px; }
    .theme-3-5 .statistic-page .main-list .statistic-list-item .body-statistic.bg-rows {
      -ms-flex-flow: column;
          flex-flow: column;
      padding-left: 0; }
      .theme-3-5 .statistic-page .main-list .statistic-list-item .body-statistic.bg-rows .chart-js {
        position: relative;
        width: 100%;
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1; }
      .theme-3-5 .statistic-page .main-list .statistic-list-item .body-statistic.bg-rows .chart-line {
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1;
        position: unset; }
        .theme-3-5 .statistic-page .main-list .statistic-list-item .body-statistic.bg-rows .chart-line .legend-border {
          position: unset;
          width: 100%;
          margin-bottom: 5px; }
          .theme-3-5 .statistic-page .main-list .statistic-list-item .body-statistic.bg-rows .chart-line .legend-border ul {
            text-align: center;
            -webkit-box-pack: space-evenly;
                -ms-flex-pack: space-evenly;
                    justify-content: space-evenly; }
      .theme-3-5 .statistic-page .main-list .statistic-list-item .body-statistic.bg-rows .forecast-cost {
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2;
        width: 100%;
        border: none;
        background-color: transparent;
        padding: 0 0 0 10px;
        margin-top: 20px; }
        .theme-3-5 .statistic-page .main-list .statistic-list-item .body-statistic.bg-rows .forecast-cost .dots {
          display: none; }
        .theme-3-5 .statistic-page .main-list .statistic-list-item .body-statistic.bg-rows .forecast-cost div {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
              -ms-flex-direction: row;
                  flex-direction: row;
          -webkit-box-pack: justify;
              -ms-flex-pack: justify;
                  justify-content: space-between;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center; }
        .theme-3-5 .statistic-page .main-list .statistic-list-item .body-statistic.bg-rows .forecast-cost .forecast {
          padding-bottom: 10px; } }
@media screen and (max-width: 550px) {
  .theme-3-5 .statistic-page .main-list .statistic-list-item .main-header-statistic-action .action-left .name-statistics svg {
    display: none; }
  .theme-3-5 .statistic-page .main-list .statistic-list-item .main-header-statistic-action .action-left .name-statistics h3 {
    padding-left: 0;
    font-size: 20px; } }
@media screen and (max-width: 510px) {
  .theme-3-5 .statistic-page .main-list .statistic-list-item .main-header-statistic-action .action-left .name-statistics h3 {
    font-size: 20px; }
  .theme-3-5 .statistic-page .main-list .statistic-list-item .main-header-statistic-action .action-left .buttons-refresh {
    padding-left: 0; }
  .theme-3-5 .statistic-page .main-list .statistic-list-item .main-header-statistic-action .action-left a.btn {
    margin-right: 0; } }
.theme-3-5 #transferData {
  padding: 0; }
  .theme-3-5 #transferData .main-header {
    padding-bottom: 40px; }
    .theme-3-5 #transferData .main-header .styleguide-buttonss {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .theme-3-5 #transferData .main-header .styleguide-buttonss .btn-img {
        font-size: 12px;
        font-weight: 900;
        letter-spacing: 1px;
        line-height: 16px; }
        .theme-3-5 #transferData .main-header .styleguide-buttonss .btn-img span {
          font-size: 12px; }
      .theme-3-5 #transferData .main-header .styleguide-buttonss .light-header {
        padding-left: 25px; }
  .theme-3-5 #transferData .transfer-data-content .left-side {
    border: 2px solid;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .theme-3-5 #transferData .transfer-data-content .left-side .table-top {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; }
      .theme-3-5 #transferData .transfer-data-content .left-side .table-top .column-left {
        padding: 40px 40px 60px 40px;
        border-right: 2px solid; }
        .theme-3-5 #transferData .transfer-data-content .left-side .table-top .column-left .dashboard h3 {
          padding-bottom: 10px; }
        .theme-3-5 #transferData .transfer-data-content .left-side .table-top .column-left .dashboard p {
          font-weight: 500;
          max-width: 145px;
          font-size: 15px;
          line-height: 28px; }
      .theme-3-5 #transferData .transfer-data-content .left-side .table-top .column-right {
        padding: 40px; }
        .theme-3-5 #transferData .transfer-data-content .left-side .table-top .column-right .dashboard h3 {
          padding-bottom: 10px; }
        .theme-3-5 #transferData .transfer-data-content .left-side .table-top .column-right .dashboard p {
          font-weight: 500;
          font-size: 15px;
          line-height: 28px; }
        .theme-3-5 #transferData .transfer-data-content .left-side .table-top .column-right .dashboard p.gray {
          padding-bottom: 30px; }
    .theme-3-5 #transferData .transfer-data-content .left-side .table-bottom {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      border-top: 2px solid; }
      .theme-3-5 #transferData .transfer-data-content .left-side .table-bottom .price {
        padding: 30px 0 25px 40px; }
      .theme-3-5 #transferData .transfer-data-content .left-side .table-bottom .print {
        padding: 40px; }
  .theme-3-5 #transferData .transfer-data-content .right-side .main-info-ctn .main-info {
    max-width: 412px;
    margin: 0 auto; }
    .theme-3-5 #transferData .transfer-data-content .right-side .main-info-ctn .main-info h3 {
      padding-bottom: 20px; }
    .theme-3-5 #transferData .transfer-data-content .right-side .main-info-ctn .main-info p {
      font-size: 15px;
      line-height: 24px; }
  .theme-3-5 #transferData h3 {
    font-size: 11px; }
  .theme-3-5 #transferData .btn-img {
    -webkit-filter: none;
            filter: none; }
@media screen and (max-width: 1280px) {
  .theme-3-5 #transferData .transfer-data-content .right-side {
    padding: 40px 0 0 0; }
    .theme-3-5 #transferData .transfer-data-content .right-side .main-info-ctn .main-info {
      max-width: unset;
      width: 100%; } }
@media screen and (max-width: 1180px) {
  .theme-3-5 #transferData {
    padding-left: 0; } }
@media screen and (max-width: 760px) {
  .theme-3-5 #transferData .transfer-data-content .left-side .table-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .theme-3-5 #transferData .transfer-data-content .left-side .table-top .column-left {
      border-right: none;
      border-bottom: 2px solid #E0E7EE; }
    .theme-3-5 #transferData .transfer-data-content .left-side .table-top .column-left, .theme-3-5 #transferData .transfer-data-content .left-side .table-top .column-right {
      padding: 40px 30px 40px 30px; }
  .theme-3-5 #transferData .transfer-data-content .left-side .table-bottom .price {
    padding: 40px 30px 40px 30px; } }
@media screen and (max-width: 600px) {
  .theme-3-5 #transferData .transfer-data-content .left-side .table-bottom .print {
    display: none; }
  .theme-3-5 #transferData .transfer-data-content .right-side {
    margin-bottom: 40px; } }
@media screen and (max-width: 500px) {
  .theme-3-5 #transferData .main-header .styleguide-buttonss .btn-img span {
    display: none; } }
@media screen and (max-width: 420px) {
  .theme-3-5 #transferData .transfer-data-content .right-side .main-info-ctn {
    padding: 0 40px; } }
.theme-3-5 #proformaView .main-wrapper {
  border: 2px solid;
  width: 100%; }
  .theme-3-5 #proformaView .main-wrapper .proforma-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 30px;
    border-bottom: 2px solid; }
    .theme-3-5 #proformaView .main-wrapper .proforma-title .text-wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .theme-3-5 #proformaView .main-wrapper .proforma-title .text-wrapper .img-holder {
        padding-right: 15px; }
      .theme-3-5 #proformaView .main-wrapper .proforma-title .text-wrapper .text-holder {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; }
        .theme-3-5 #proformaView .main-wrapper .proforma-title .text-wrapper .text-holder .proforma-type p {
          font-size: 11px;
          font-weight: 600;
          line-height: 15px; }
        .theme-3-5 #proformaView .main-wrapper .proforma-title .text-wrapper .text-holder .proforma-name p {
          font-size: 28px;
          font-weight: 900;
          line-height: 38px; }
    .theme-3-5 #proformaView .main-wrapper .proforma-title .button-wrapper .btn {
      font-weight: 400; }
    .theme-3-5 #proformaView .main-wrapper .proforma-title .button-wrapper .btn-primary {
      margin-left: 15px;
      padding: 0 65px; }
    .theme-3-5 #proformaView .main-wrapper .proforma-title .data-wrapper {
      display: none; }
      .theme-3-5 #proformaView .main-wrapper .proforma-title .data-wrapper p {
        font-weight: 500;
        font-size: 15px;
        line-height: 28px;
        text-align: right; }
  .theme-3-5 #proformaView .main-wrapper .proforma-addresses {
    padding: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .theme-3-5 #proformaView .main-wrapper .proforma-addresses .proforma-adr {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      .theme-3-5 #proformaView .main-wrapper .proforma-addresses .proforma-adr .proforma-adr-name {
        padding-bottom: 10px; }
        .theme-3-5 #proformaView .main-wrapper .proforma-addresses .proforma-adr .proforma-adr-name p {
          font-size: 12px;
          font-weight: 600;
          line-height: 15px;
          text-transform: uppercase; }
      .theme-3-5 #proformaView .main-wrapper .proforma-addresses .proforma-adr .proforma-adr-data {
        border-left: 2px solid;
        padding-left: 25px; }
        .theme-3-5 #proformaView .main-wrapper .proforma-addresses .proforma-adr .proforma-adr-data p {
          max-width: 145px;
          font-size: 15px;
          line-height: 28px; }
          .theme-3-5 #proformaView .main-wrapper .proforma-addresses .proforma-adr .proforma-adr-data p a {
            text-transform: uppercase;
            font-size: 12px;
            font-weight: 900;
            letter-spacing: 1px;
            line-height: 16px; }
      .theme-3-5 #proformaView .main-wrapper .proforma-addresses .proforma-adr:last-child {
        margin-left: 40px; }
        .theme-3-5 #proformaView .main-wrapper .proforma-addresses .proforma-adr:last-child p {
          max-width: 220px; }
  .theme-3-5 #proformaView .main-wrapper .proforma-table .mobile-brutto {
    display: none; }
  .theme-3-5 #proformaView .main-wrapper .proforma-table ul {
    border-bottom: 2px solid;
    list-style-type: none; }
    .theme-3-5 #proformaView .main-wrapper .proforma-table ul:not(:first-child) {
      padding: 15px 40px; }
    .theme-3-5 #proformaView .main-wrapper .proforma-table ul:first-child li {
      padding: 15px 40px; }
    .theme-3-5 #proformaView .main-wrapper .proforma-table ul .table-mobile {
      display: none; }
    .theme-3-5 #proformaView .main-wrapper .proforma-table ul .table-desktop {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    .theme-3-5 #proformaView .main-wrapper .proforma-table ul li {
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      .theme-3-5 #proformaView .main-wrapper .proforma-table ul li .proforma-table-right-side span,
      .theme-3-5 #proformaView .main-wrapper .proforma-table ul li .proforma-table-left-side span {
        display: inline-block;
        width: 120px;
        text-align: right;
        font-size: 15px;
        line-height: 28px;
        font-weight: 500; }
      .theme-3-5 #proformaView .main-wrapper .proforma-table ul li .proforma-table-right-side .text-green,
      .theme-3-5 #proformaView .main-wrapper .proforma-table ul li .proforma-table-left-side .text-green {
        font-weight: bold; }
      .theme-3-5 #proformaView .main-wrapper .proforma-table ul li .proforma-table-right-side .last-bolder,
      .theme-3-5 #proformaView .main-wrapper .proforma-table ul li .proforma-table-left-side .last-bolder {
        font-weight: bold; }
      .theme-3-5 #proformaView .main-wrapper .proforma-table ul li .proforma-table-left-side span {
        text-align: left; }
        .theme-3-5 #proformaView .main-wrapper .proforma-table ul li .proforma-table-left-side span.number {
          max-width: 50px;
          vertical-align: top; }
      .theme-3-5 #proformaView .main-wrapper .proforma-table ul li .proforma-table-left-side .table-left-name {
        width: 300px; }
        .theme-3-5 #proformaView .main-wrapper .proforma-table ul li .proforma-table-left-side .table-left-name strong {
          font-size: 16px;
          font-weight: bold; }
      .theme-3-5 #proformaView .main-wrapper .proforma-table ul li .discount {
        padding-right: 620px; }
    .theme-3-5 #proformaView .main-wrapper .proforma-table ul .top-table {
      border-top: 2px solid; }
      .theme-3-5 #proformaView .main-wrapper .proforma-table ul .top-table .proforma-table-right-side span,
      .theme-3-5 #proformaView .main-wrapper .proforma-table ul .top-table .proforma-table-left-side span {
        text-transform: uppercase;
        font-size: 12px;
        font-weight: 700;
        line-height: 15px; }
        .theme-3-5 #proformaView .main-wrapper .proforma-table ul .top-table .proforma-table-right-side span:nth-child(5),
        .theme-3-5 #proformaView .main-wrapper .proforma-table ul .top-table .proforma-table-left-side span:nth-child(5) {
          vertical-align: top; }
  .theme-3-5 #proformaView .main-wrapper .proforma-table .count-all {
    padding-left: calc(100% - 400px); }
    .theme-3-5 #proformaView .main-wrapper .proforma-table .count-all .text-wrapper {
      border-left: 2px solid;
      padding: 20px 40px; }
      .theme-3-5 #proformaView .main-wrapper .proforma-table .count-all .text-wrapper p {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        font-size: 12px;
        font-weight: 600;
        letter-spacing: 1px;
        text-transform: uppercase;
        line-height: 50px; }
        .theme-3-5 #proformaView .main-wrapper .proforma-table .count-all .text-wrapper p:not(:nth-child(4)) {
          border-bottom: 2px solid; }
        .theme-3-5 #proformaView .main-wrapper .proforma-table .count-all .text-wrapper p span {
          font-size: 15px;
          font-weight: 500;
          line-height: 50px;
          text-transform: lowercase; }
        .theme-3-5 #proformaView .main-wrapper .proforma-table .count-all .text-wrapper p .big-value {
          font-size: 40px;
          font-weight: 900;
          line-height: 60px; }
        .theme-3-5 #proformaView .main-wrapper .proforma-table .count-all .text-wrapper p:nth-child(3) {
          -webkit-box-align: baseline;
              -ms-flex-align: baseline;
                  align-items: baseline; }
      .theme-3-5 #proformaView .main-wrapper .proforma-table .count-all .text-wrapper .count-alert {
        -webkit-transform: translateY(-20px);
                transform: translateY(-20px);
        text-align: right; }
        .theme-3-5 #proformaView .main-wrapper .proforma-table .count-all .text-wrapper .count-alert span {
          font-size: 15px;
          font-weight: 700;
          line-height: 38px; }
.theme-3-5 #proformaView .proforma-info {
  margin-top: 40px;
  margin-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .theme-3-5 #proformaView .proforma-info .data-correct {
    max-width: 465px;
    max-height: 310px;
    border: 2px solid;
    padding: 40px; }
    .theme-3-5 #proformaView .proforma-info .data-correct .proforma-correct-data {
      padding-left: 25px;
      border-left: 2px solid; }
      .theme-3-5 #proformaView .proforma-info .data-correct .proforma-correct-data p {
        opacity: 0.9;
        font-size: 15px;
        line-height: 28px;
        max-width: 240px; }
        .theme-3-5 #proformaView .proforma-info .data-correct .proforma-correct-data p a {
          text-transform: uppercase;
          font-size: 12px;
          font-weight: 900;
          letter-spacing: 1px;
          line-height: 16px; }
      .theme-3-5 #proformaView .proforma-info .data-correct .proforma-correct-data .mail {
        font-weight: 900;
        opacity: 0.9; }
    .theme-3-5 #proformaView .proforma-info .data-correct .mini-alert {
      margin-top: 0;
      margin-bottom: 30px; }
  .theme-3-5 #proformaView .proforma-info .pay-rules {
    max-width: calc(100% - 515px); }
    .theme-3-5 #proformaView .proforma-info .pay-rules .main-info {
      padding: 40px; }
      .theme-3-5 #proformaView .proforma-info .pay-rules .main-info h3 {
        margin-bottom: 30px; }
      .theme-3-5 #proformaView .proforma-info .pay-rules .main-info .column-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row; }
        .theme-3-5 #proformaView .proforma-info .pay-rules .main-info .column-wrapper .pay-rules-column {
          border-left: 2px solid;
          padding-left: 20px;
          z-index: 1; }
          .theme-3-5 #proformaView .proforma-info .pay-rules .main-info .column-wrapper .pay-rules-column h4 {
            font-size: 12px;
            font-weight: 900;
            letter-spacing: 1px;
            line-height: 16px;
            text-transform: uppercase;
            margin-bottom: 25px; }
          .theme-3-5 #proformaView .proforma-info .pay-rules .main-info .column-wrapper .pay-rules-column:first-child {
            margin-right: 20px; }
        .theme-3-5 #proformaView .proforma-info .pay-rules .main-info .column-wrapper p {
          opacity: 0.8;
          font-size: 15px;
          line-height: 26px;
          max-width: 420px; }
@media screen and (max-width: 1730px) {
  .theme-3-5 #proformaView .main-wrapper .proforma-table ul li .proforma-table-right-side span {
    width: 100px; }
  .theme-3-5 #proformaView .main-wrapper .proforma-table ul li .discount {
    padding-right: 520px; } }
@media screen and (max-width: 1590px) {
  .theme-3-5 #proformaView .main-wrapper .proforma-table ul li .proforma-table-right-side span {
    width: 80px; }
  .theme-3-5 #proformaView .main-wrapper .proforma-table ul li .discount {
    padding-right: 420px; }
  .theme-3-5 #proformaView .proforma-info .pay-rules .main-info .column-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .theme-3-5 #proformaView .proforma-info .pay-rules .main-info .column-wrapper .pay-rules-column:first-child {
      margin-bottom: 30px; } }
@media screen and (max-width: 1445px) {
  .theme-3-5 #proformaView .main-wrapper .proforma-table ul li .proforma-table-right-side .vat, .theme-3-5 #proformaView .main-wrapper .proforma-table ul li .proforma-table-right-side .vat-value {
    display: none; }
  .theme-3-5 #proformaView .main-wrapper .proforma-table ul li .discount {
    padding-right: 255px; } }
@media screen and (max-width: 1280px) {
  .theme-3-5 #proformaView .proforma-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .theme-3-5 #proformaView .proforma-info .pay-rules {
      max-width: unset;
      margin-top: 30px; }
      .theme-3-5 #proformaView .proforma-info .pay-rules .main-info {
        width: 100%; }
        .theme-3-5 #proformaView .proforma-info .pay-rules .main-info .column-wrapper {
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
              -ms-flex-direction: row;
                  flex-direction: row; } }
@media screen and (max-width: 1180px) {
  .theme-3-5 #mainWrapper .right.pro-forma-padding {
    padding: 0; }
  .theme-3-5 #proformaView .proforma-info .data-correct {
    margin: 0 30px 30px 30px; }
  .theme-3-5 #proformaView .proforma-info .pay-rules {
    max-width: unset;
    margin: 0 30px 30px 30px; }
    .theme-3-5 #proformaView .proforma-info .pay-rules .main-info h3 {
      margin-bottom: 15px; }
    .theme-3-5 #proformaView .proforma-info .pay-rules .main-info .column-wrapper .pay-rules-column:first-child {
      margin-bottom: 20px; }
    .theme-3-5 #proformaView .proforma-info .pay-rules .main-info .column-wrapper .pay-rules-column h4 {
      margin-bottom: 15px; } }
@media screen and (max-width: 880px) {
  .theme-3-5 #proformaView .main-wrapper .proforma-table ul li .proforma-table-right-side .discount-netto, .theme-3-5 #proformaView .main-wrapper .proforma-table ul li .proforma-table-right-side .netto {
    display: none; }
  .theme-3-5 #proformaView .main-wrapper .proforma-table ul li .discount {
    padding-right: 85px; } }
@media screen and (max-width: 800px) {
  .theme-3-5 #proformaView .main-wrapper .proforma-title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 30px 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .theme-3-5 #proformaView .main-wrapper .proforma-title .button-wrapper {
      margin: 15px 0; }
  .theme-3-5 #proformaView .proforma-info .pay-rules .main-info .column-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .theme-3-5 #proformaView .proforma-info .pay-rules .main-info .column-wrapper .pay-rules-column {
      border-left: none;
      padding-left: 0; }
      .theme-3-5 #proformaView .proforma-info .pay-rules .main-info .column-wrapper .pay-rules-column:first-child {
        margin-right: 0; } }
@media screen and (max-width: 710px) {
  .theme-3-5 #proformaView .main-wrapper .proforma-table ul li .proforma-table-right-side .amount-value {
    display: none; }
  .theme-3-5 #proformaView .main-wrapper .proforma-table ul li .discount {
    padding-right: 0; } }
@media screen and (max-width: 620px) {
  .theme-3-5 #proformaView .main-wrapper .proforma-table ul li .proforma-table-left-side .number {
    display: none; } }
@media screen and (max-width: 600px) {
  .theme-3-5 #proformaView .main-wrapper .proforma-title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 30px; }
    .theme-3-5 #proformaView .main-wrapper .proforma-title .text-wrapper {
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      width: 100%; }
    .theme-3-5 #proformaView .main-wrapper .proforma-title .button-wrapper {
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      width: 100%;
      margin: 15px 0; }
      .theme-3-5 #proformaView .main-wrapper .proforma-title .button-wrapper a {
        margin: 5px 0; }
    .theme-3-5 #proformaView .main-wrapper .proforma-title .data-wrapper {
      display: block;
      width: 100%; }
  .theme-3-5 #proformaView .main-wrapper .proforma-addresses {
    padding: 30px 0; }
    .theme-3-5 #proformaView .main-wrapper .proforma-addresses .seller {
      display: none; } }
@media screen and (max-width: 570px) {
  .theme-3-5 #proformaView .main-wrapper .proforma-addresses {
    border-bottom: 2px solid; }
    .theme-3-5 #proformaView .main-wrapper .proforma-addresses .proforma-adr:last-child {
      margin-left: 30px; }
  .theme-3-5 #proformaView .main-wrapper .proforma-table ul .top-table {
    display: none; }
  .theme-3-5 #proformaView .main-wrapper .proforma-table ul:not(:first-child) {
    border: 2px solid;
    margin: 30px;
    padding: 0; }
  .theme-3-5 #proformaView .main-wrapper .proforma-table ul:first-child {
    border: none; }
  .theme-3-5 #proformaView .main-wrapper .proforma-table ul .table-desktop {
    display: none; }
  .theme-3-5 #proformaView .main-wrapper .proforma-table ul .table-mobile {
    display: block;
    padding: 15px; }
    .theme-3-5 #proformaView .main-wrapper .proforma-table ul .table-mobile .table-mobile-wrapper {
      width: 100%; }
      .theme-3-5 #proformaView .main-wrapper .proforma-table ul .table-mobile .table-mobile-wrapper p {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        line-height: 24px; }
        .theme-3-5 #proformaView .main-wrapper .proforma-table ul .table-mobile .table-mobile-wrapper p span:first-child {
          margin-right: 10px; }
        .theme-3-5 #proformaView .main-wrapper .proforma-table ul .table-mobile .table-mobile-wrapper p:first-child {
          font-weight: 700; }
        .theme-3-5 #proformaView .main-wrapper .proforma-table ul .table-mobile .table-mobile-wrapper p:last-child {
          padding-top: 10px; }
          .theme-3-5 #proformaView .main-wrapper .proforma-table ul .table-mobile .table-mobile-wrapper p:last-child span {
            font-size: 12px;
            font-weight: 600;
            text-transform: uppercase; }
          .theme-3-5 #proformaView .main-wrapper .proforma-table ul .table-mobile .table-mobile-wrapper p:last-child .amount-value {
            font-size: 15px; }
        .theme-3-5 #proformaView .main-wrapper .proforma-table ul .table-mobile .table-mobile-wrapper p .proforma-amount {
          font-weight: 600; }
    .theme-3-5 #proformaView .main-wrapper .proforma-table ul .table-mobile.discount-mobile {
      border-top: 2px solid; }
      .theme-3-5 #proformaView .main-wrapper .proforma-table ul .table-mobile.discount-mobile .table-mobile-wrapper p:first-child,
      .theme-3-5 #proformaView .main-wrapper .proforma-table ul .table-mobile.discount-mobile .table-mobile-wrapper p .amount-value {
        font-weight: 700; }
  .theme-3-5 #proformaView .main-wrapper .proforma-table .mobile-brutto {
    padding: 0 45px 30px 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border-bottom: 2px solid; }
    .theme-3-5 #proformaView .main-wrapper .proforma-table .mobile-brutto span {
      font-size: 12px;
      font-weight: 700;
      line-height: 15px;
      text-transform: uppercase; }
    .theme-3-5 #proformaView .main-wrapper .proforma-table .mobile-brutto .brutto-value {
      font-size: 15px;
      font-weight: 900; }
  .theme-3-5 #proformaView .main-wrapper .proforma-table .count-all {
    margin: 20px auto;
    padding: 0 45px; }
    .theme-3-5 #proformaView .main-wrapper .proforma-table .count-all .text-wrapper {
      padding: 0;
      border-left: none; }
      .theme-3-5 #proformaView .main-wrapper .proforma-table .count-all .text-wrapper p {
        line-height: 30px; }
        .theme-3-5 #proformaView .main-wrapper .proforma-table .count-all .text-wrapper p span {
          line-height: 30px; }
        .theme-3-5 #proformaView .main-wrapper .proforma-table .count-all .text-wrapper p .big-value {
          font-size: 32px; }
      .theme-3-5 #proformaView .main-wrapper .proforma-table .count-all .text-wrapper p:not(:nth-child(4)) {
        border-bottom: none; }
      .theme-3-5 #proformaView .main-wrapper .proforma-table .count-all .text-wrapper .count-alert {
        -webkit-transform: translateY(-10px);
                transform: translateY(-10px); } }
@media screen and (max-width: 500px) {
  .theme-3-5 #transferData .main-header .styleguide-buttonss .btn-img {
    padding-right: 17px; }
    .theme-3-5 #transferData .main-header .styleguide-buttonss .btn-img svg {
      margin-right: 0; }
      .theme-3-5 #transferData .main-header .styleguide-buttonss .btn-img svg .dot {
        fill: #afb9c2; }
    .theme-3-5 #transferData .main-header .styleguide-buttonss .btn-img em {
      display: none; }
  .theme-3-5 #transferData .main-header .styleguide-buttonss span {
    font-size: 28px; }
  .theme-3-5 #proformaView .main-wrapper .proforma-info .data-correct {
    max-height: unset; }
  .theme-3-5 #proformaView .main-wrapper .proforma-title .button-wrapper .btn-primary {
    padding: 0 33px; } }
@media screen and (max-width: 420px) {
  .theme-3-5 #proformaView .proforma-info .data-correct {
    max-height: unset; }
  .theme-3-5 .add-info {
    padding: 0; }
    .theme-3-5 .add-info .main-info .corner {
      display: block; }
    .theme-3-5 .add-info .main-info::before {
      border: 2px solid; } }
.theme-3-5 .welcome-complete-data .info-text-main {
  padding-bottom: 30px; }
  .theme-3-5 .welcome-complete-data .info-text-main h2 {
    font-size: 34px;
    font-weight: 900;
    line-height: 46px; }
  .theme-3-5 .welcome-complete-data .info-text-main p {
    font-size: 28px;
    font-weight: 300;
    line-height: 38px; }
.theme-3-5 .welcome-complete-data .tab-form-user {
  position: relative; }
  .theme-3-5 .welcome-complete-data .tab-form-user .check-group.mini-check-group {
    margin-top: 15px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .theme-3-5 .welcome-complete-data .tab-form-user .check-group.mini-check-group .check {
      height: 22px;
      min-width: 22px;
      bottom: 5px; }
      .theme-3-5 .welcome-complete-data .tab-form-user .check-group.mini-check-group .check::before {
        height: 14px;
        width: 7px;
        top: 1px;
        left: 6px; }
    .theme-3-5 .welcome-complete-data .tab-form-user .check-group.mini-check-group .label {
      font-size: 15px;
      line-height: 24px; }
      .theme-3-5 .welcome-complete-data .tab-form-user .check-group.mini-check-group .label a {
        font-size: 11px;
        font-weight: 900;
        letter-spacing: 1px;
        line-height: 15px;
        text-transform: uppercase; }
  .theme-3-5 .welcome-complete-data .tab-form-user img {
    position: absolute;
    top: 20%;
    -webkit-transform: translateX(50%) translateY(-50%);
            transform: translateX(50%) translateY(-50%);
    right: calc(17% + 5px);
    z-index: -1; }
  .theme-3-5 .welcome-complete-data .tab-form-user.universal.big-tabs .light-version .tab-content .tab-pane {
    padding-bottom: 0; }
  .theme-3-5 .welcome-complete-data .tab-form-user .tab-content .welcome-complete-form-btn-action {
    margin-top: -2px;
    border: 2px solid;
    border-top: none;
    padding: 0 35px 35px 35px; }
    .theme-3-5 .welcome-complete-data .tab-form-user .tab-content .welcome-complete-form-btn-action .action-line {
      float: none !important;
      clear: both; }
@media screen and (max-width: 992px) {
  .theme-3-5 .welcome-complete-data .tab-form-user img {
    display: none; } }
@media screen and (max-width: 712px) {
  .theme-3-5 .welcome-complete-data .tab-form-user .tab-content .welcome-complete-form-btn-action .action-line {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; } }
@media screen and (max-width: 500px) {
  .theme-3-5 .welcome-complete-data .info-text-main h2 {
    font-size: 24px;
    line-height: 33px; }
  .theme-3-5 .welcome-complete-data .info-text-main p {
    font-size: 18px;
    line-height: 25px; }
  .theme-3-5 .welcome-complete-data .tab-form-user .tab-content .welcome-complete-form-btn-action .action-line button .mobile-btn {
    display: none; } }
@media screen and (max-width: 420px) {
  .theme-3-5 .welcome-complete-data .info-text-main {
    padding-left: 30px;
    padding-right: 30px; }
  .theme-3-5 .welcome-complete-data .tab-form-user.universal.big-tabs .light-version .tab-content .tab-pane {
    border-left: 0;
    border-right: 0; }
  .theme-3-5 .welcome-complete-data .tab-form-user .tab-content .welcome-complete-form-btn-action {
    border-left: 0;
    border-right: 0; } }
.theme-3-5 .welcome-complete-invoice .wrapper-list-invoice {
  position: relative;
  padding: 35px 45px 40px 45px;
  border: 2px solid; }
  .theme-3-5 .welcome-complete-invoice .wrapper-list-invoice .title-number-invoice {
    padding-bottom: 35px; }
    .theme-3-5 .welcome-complete-invoice .wrapper-list-invoice .title-number-invoice p {
      font-size: 18px;
      line-height: 28px; }
  .theme-3-5 .welcome-complete-invoice .wrapper-list-invoice .ul-invoice-wrapper {
    padding-bottom: 40px; }
    .theme-3-5 .welcome-complete-invoice .wrapper-list-invoice .ul-invoice-wrapper .spinner-loader-invoice {
      padding: 40px;
      -ms-flex-flow: column;
          flex-flow: column; }
      .theme-3-5 .welcome-complete-invoice .wrapper-list-invoice .ul-invoice-wrapper .spinner-loader-invoice h2 {
        padding-top: 20px; }
    .theme-3-5 .welcome-complete-invoice .wrapper-list-invoice .ul-invoice-wrapper ul {
      display: none; }
      .theme-3-5 .welcome-complete-invoice .wrapper-list-invoice .ul-invoice-wrapper ul li {
        border: 2px solid; }
        .theme-3-5 .welcome-complete-invoice .wrapper-list-invoice .ul-invoice-wrapper ul li .invoice-wrap {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-flow: column;
              flex-flow: column; }
          .theme-3-5 .welcome-complete-invoice .wrapper-list-invoice .ul-invoice-wrapper ul li .invoice-wrap .top-invoice-info {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-flow: row;
                flex-flow: row;
            -webkit-box-pack: justify;
                -ms-flex-pack: justify;
                    justify-content: space-between;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            padding: 23px 40px;
            border-bottom: 2px solid; }
            .theme-3-5 .welcome-complete-invoice .wrapper-list-invoice .ul-invoice-wrapper ul li .invoice-wrap .top-invoice-info .number-invoice {
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -ms-flex-flow: row;
                  flex-flow: row;
              -webkit-box-align: center;
                  -ms-flex-align: center;
                      align-items: center; }
              .theme-3-5 .welcome-complete-invoice .wrapper-list-invoice .ul-invoice-wrapper ul li .invoice-wrap .top-invoice-info .number-invoice .number {
                padding-left: 30px; }
                .theme-3-5 .welcome-complete-invoice .wrapper-list-invoice .ul-invoice-wrapper ul li .invoice-wrap .top-invoice-info .number-invoice .number p {
                  font-size: 28px;
                  font-weight: 300;
                  line-height: 38px; }
            .theme-3-5 .welcome-complete-invoice .wrapper-list-invoice .ul-invoice-wrapper ul li .invoice-wrap .top-invoice-info .value-price-invoice p {
              font-size: 28px;
              font-weight: 900;
              line-height: 38px; }
          .theme-3-5 .welcome-complete-invoice .wrapper-list-invoice .ul-invoice-wrapper ul li .invoice-wrap .bottom-invoice-info {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-flow: row;
                flex-flow: row;
            -webkit-box-pack: start;
                -ms-flex-pack: start;
                    justify-content: flex-start;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            padding: 23px 40px; }
            .theme-3-5 .welcome-complete-invoice .wrapper-list-invoice .ul-invoice-wrapper ul li .invoice-wrap .bottom-invoice-info .name-service, .theme-3-5 .welcome-complete-invoice .wrapper-list-invoice .ul-invoice-wrapper ul li .invoice-wrap .bottom-invoice-info .date-from-service, .theme-3-5 .welcome-complete-invoice .wrapper-list-invoice .ul-invoice-wrapper ul li .invoice-wrap .bottom-invoice-info .date-time-service {
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -ms-flex-flow: column;
                  flex-flow: column;
              border-left: 2px solid;
              padding-left: 25px;
              padding-right: 30px; }
              .theme-3-5 .welcome-complete-invoice .wrapper-list-invoice .ul-invoice-wrapper ul li .invoice-wrap .bottom-invoice-info .name-service:first-child, .theme-3-5 .welcome-complete-invoice .wrapper-list-invoice .ul-invoice-wrapper ul li .invoice-wrap .bottom-invoice-info .date-from-service:first-child, .theme-3-5 .welcome-complete-invoice .wrapper-list-invoice .ul-invoice-wrapper ul li .invoice-wrap .bottom-invoice-info .date-time-service:first-child {
                padding-left: 0;
                border-left: none; }
              .theme-3-5 .welcome-complete-invoice .wrapper-list-invoice .ul-invoice-wrapper ul li .invoice-wrap .bottom-invoice-info .name-service .name span, .theme-3-5 .welcome-complete-invoice .wrapper-list-invoice .ul-invoice-wrapper ul li .invoice-wrap .bottom-invoice-info .date-from-service .name span, .theme-3-5 .welcome-complete-invoice .wrapper-list-invoice .ul-invoice-wrapper ul li .invoice-wrap .bottom-invoice-info .date-time-service .name span {
                text-transform: uppercase;
                font-size: 11px;
                font-weight: 600;
                line-height: 15px; }
              .theme-3-5 .welcome-complete-invoice .wrapper-list-invoice .ul-invoice-wrapper ul li .invoice-wrap .bottom-invoice-info .name-service .value span, .theme-3-5 .welcome-complete-invoice .wrapper-list-invoice .ul-invoice-wrapper ul li .invoice-wrap .bottom-invoice-info .date-from-service .value span, .theme-3-5 .welcome-complete-invoice .wrapper-list-invoice .ul-invoice-wrapper ul li .invoice-wrap .bottom-invoice-info .date-time-service .value span {
                font-size: 15px;
                line-height: 29px; }
  .theme-3-5 .welcome-complete-invoice .wrapper-list-invoice .action-invoice .btn-grey {
    -webkit-filter: none;
            filter: none; }
  .theme-3-5 .welcome-complete-invoice .wrapper-list-invoice img {
    position: absolute;
    top: 35%;
    -webkit-transform: translateX(50%) translateY(-50%);
            transform: translateX(50%) translateY(-50%);
    right: calc(-27% + 7px);
    z-index: -1; }
@media screen and (max-width: 1430px) {
  .theme-3-5 .welcome-complete-invoice .wrapper-list-invoice img {
    right: calc(-20% + 7px); } }
@media screen and (max-width: 1279px) {
  .theme-3-5 .welcome-complete-invoice .wrapper-list-invoice img {
    right: calc(8% + 7px); } }
@media screen and (max-width: 992px) {
  .theme-3-5 .welcome-complete-invoice .wrapper-list-invoice img {
    display: none; } }
@media screen and (max-width: 700px) {
  .theme-3-5 .welcome-complete-invoice .wrapper-list-invoice {
    padding: 35px; }
    .theme-3-5 .welcome-complete-invoice .wrapper-list-invoice .ul-invoice-wrapper ul li .invoice-wrap .top-invoice-info {
      padding: 25px; }
      .theme-3-5 .welcome-complete-invoice .wrapper-list-invoice .ul-invoice-wrapper ul li .invoice-wrap .top-invoice-info .number-invoice .number {
        padding-left: 15px; }
        .theme-3-5 .welcome-complete-invoice .wrapper-list-invoice .ul-invoice-wrapper ul li .invoice-wrap .top-invoice-info .number-invoice .number p {
          font-size: 22px;
          line-height: 32px; }
      .theme-3-5 .welcome-complete-invoice .wrapper-list-invoice .ul-invoice-wrapper ul li .invoice-wrap .top-invoice-info .value-price-invoice p {
        font-size: 22px;
        line-height: 32px; }
    .theme-3-5 .welcome-complete-invoice .wrapper-list-invoice .ul-invoice-wrapper ul li .invoice-wrap .bottom-invoice-info {
      -ms-flex-flow: column;
          flex-flow: column;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      padding-left: 0;
      padding-right: 0; }
      .theme-3-5 .welcome-complete-invoice .wrapper-list-invoice .ul-invoice-wrapper ul li .invoice-wrap .bottom-invoice-info .name-service, .theme-3-5 .welcome-complete-invoice .wrapper-list-invoice .ul-invoice-wrapper ul li .invoice-wrap .bottom-invoice-info .date-from-service, .theme-3-5 .welcome-complete-invoice .wrapper-list-invoice .ul-invoice-wrapper ul li .invoice-wrap .bottom-invoice-info .date-time-service {
        border-left: none;
        padding: 25px 25px 25px 25px;
        border-bottom: 2px solid;
        width: 100%; }
        .theme-3-5 .welcome-complete-invoice .wrapper-list-invoice .ul-invoice-wrapper ul li .invoice-wrap .bottom-invoice-info .name-service:first-child, .theme-3-5 .welcome-complete-invoice .wrapper-list-invoice .ul-invoice-wrapper ul li .invoice-wrap .bottom-invoice-info .date-from-service:first-child, .theme-3-5 .welcome-complete-invoice .wrapper-list-invoice .ul-invoice-wrapper ul li .invoice-wrap .bottom-invoice-info .date-time-service:first-child {
          padding-top: 0;
          padding-left: 25px; }
        .theme-3-5 .welcome-complete-invoice .wrapper-list-invoice .ul-invoice-wrapper ul li .invoice-wrap .bottom-invoice-info .name-service:last-child, .theme-3-5 .welcome-complete-invoice .wrapper-list-invoice .ul-invoice-wrapper ul li .invoice-wrap .bottom-invoice-info .date-from-service:last-child, .theme-3-5 .welcome-complete-invoice .wrapper-list-invoice .ul-invoice-wrapper ul li .invoice-wrap .bottom-invoice-info .date-time-service:last-child {
          padding-bottom: 0;
          border-bottom: none; } }
@media screen and (max-width: 590px) {
  .theme-3-5 .welcome-complete-invoice .wrapper-list-invoice .action-invoice .flex {
    -ms-flex-flow: column;
        flex-flow: column; }
    .theme-3-5 .welcome-complete-invoice .wrapper-list-invoice .action-invoice .flex .btn-now {
      padding-top: 20px; } }
@media screen and (max-width: 550px) {
  .theme-3-5 .welcome-complete-invoice .wrapper-list-invoice {
    padding: 25px; }
    .theme-3-5 .welcome-complete-invoice .wrapper-list-invoice .ul-invoice-wrapper ul li .invoice-wrap .top-invoice-info .number-invoice svg {
      display: none; }
    .theme-3-5 .welcome-complete-invoice .wrapper-list-invoice .ul-invoice-wrapper ul li .invoice-wrap .top-invoice-info .number-invoice .number {
      padding-left: 0; }
      .theme-3-5 .welcome-complete-invoice .wrapper-list-invoice .ul-invoice-wrapper ul li .invoice-wrap .top-invoice-info .number-invoice .number p {
        font-size: 19px;
        line-height: 29px; }
    .theme-3-5 .welcome-complete-invoice .wrapper-list-invoice .ul-invoice-wrapper ul li .invoice-wrap .top-invoice-info .value-price-invoice p {
      font-size: 19px;
      line-height: 29px; } }
@media screen and (max-width: 370px) {
  .theme-3-5 .welcome-complete-invoice .wrapper-list-invoice {
    padding: 15px; }
    .theme-3-5 .welcome-complete-invoice .wrapper-list-invoice .ul-invoice-wrapper ul li .invoice-wrap .top-invoice-info {
      padding: 15px; }
    .theme-3-5 .welcome-complete-invoice .wrapper-list-invoice .ul-invoice-wrapper ul li .invoice-wrap .bottom-invoice-info {
      padding: 15px 0; }
      .theme-3-5 .welcome-complete-invoice .wrapper-list-invoice .ul-invoice-wrapper ul li .invoice-wrap .bottom-invoice-info .name-service, .theme-3-5 .welcome-complete-invoice .wrapper-list-invoice .ul-invoice-wrapper ul li .invoice-wrap .bottom-invoice-info .date-from-service, .theme-3-5 .welcome-complete-invoice .wrapper-list-invoice .ul-invoice-wrapper ul li .invoice-wrap .bottom-invoice-info .date-time-service {
        padding: 15px 15px 15px 15px; }
        .theme-3-5 .welcome-complete-invoice .wrapper-list-invoice .ul-invoice-wrapper ul li .invoice-wrap .bottom-invoice-info .name-service:first-child, .theme-3-5 .welcome-complete-invoice .wrapper-list-invoice .ul-invoice-wrapper ul li .invoice-wrap .bottom-invoice-info .date-from-service:first-child, .theme-3-5 .welcome-complete-invoice .wrapper-list-invoice .ul-invoice-wrapper ul li .invoice-wrap .bottom-invoice-info .date-time-service:first-child {
          padding-top: 0;
          padding-left: 15px; }
        .theme-3-5 .welcome-complete-invoice .wrapper-list-invoice .ul-invoice-wrapper ul li .invoice-wrap .bottom-invoice-info .name-service:last-child, .theme-3-5 .welcome-complete-invoice .wrapper-list-invoice .ul-invoice-wrapper ul li .invoice-wrap .bottom-invoice-info .date-from-service:last-child, .theme-3-5 .welcome-complete-invoice .wrapper-list-invoice .ul-invoice-wrapper ul li .invoice-wrap .bottom-invoice-info .date-time-service:last-child {
          padding-bottom: 0; } }
.theme-3-5 .notification {
  margin-bottom: 100px; }
  .theme-3-5 .notification .main-header .left-action-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .theme-3-5 .notification .main-header .left-action-btn .action-img-button {
      height: 50px; }
    .theme-3-5 .notification .main-header .left-action-btn .notification-title {
      margin-left: 30px;
      font-size: 34px;
      font-weight: 300;
      line-height: 46px; }
      .theme-3-5 .notification .main-header .left-action-btn .notification-title strong {
        font-weight: 700; }
    .theme-3-5 .notification .main-header .left-action-btn .status-notification {
      margin-left: 20px;
      position: relative; }
      .theme-3-5 .notification .main-header .left-action-btn .status-notification::before, .theme-3-5 .notification .main-header .left-action-btn .status-notification::after {
        content: '';
        display: block;
        position: absolute;
        bottom: -1px;
        width: 4px;
        height: 4px; }
      .theme-3-5 .notification .main-header .left-action-btn .status-notification::before {
        left: -1px; }
      .theme-3-5 .notification .main-header .left-action-btn .status-notification::after {
        right: -1px; }
      .theme-3-5 .notification .main-header .left-action-btn .status-notification .point-mask {
        position: relative; }
        .theme-3-5 .notification .main-header .left-action-btn .status-notification .point-mask::before, .theme-3-5 .notification .main-header .left-action-btn .status-notification .point-mask::after {
          content: '';
          display: block;
          position: absolute;
          top: -1px;
          width: 4px;
          height: 4px; }
        .theme-3-5 .notification .main-header .left-action-btn .status-notification .point-mask::before {
          left: -1px; }
        .theme-3-5 .notification .main-header .left-action-btn .status-notification .point-mask::after {
          right: -1px; }
      .theme-3-5 .notification .main-header .left-action-btn .status-notification .status-box {
        border: 2px solid;
        padding: 7px 15px;
        font-size: 12px;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 1px;
        line-height: 16px; }
  .theme-3-5 .notification .main-header .btn-open-notification svg {
    margin-right: 15px; }
  .theme-3-5 .notification .main-content {
    border: 2px solid; }
    .theme-3-5 .notification .main-content .section-title {
      padding: 35px 40px 55px 40px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      .theme-3-5 .notification .main-content .section-title h5 {
        font-size: 20px;
        font-weight: 700;
        line-height: 27px; }
      .theme-3-5 .notification .main-content .section-title .time {
        font-size: 14px;
        line-height: 20px; }
        .theme-3-5 .notification .main-content .section-title .time strong {
          font-weight: 400; }
    .theme-3-5 .notification .main-content .section-content {
      position: relative;
      padding: 40px 70px 60px 75px;
      border-top: 2px solid; }
      .theme-3-5 .notification .main-content .section-content P {
        font-size: 16px;
        line-height: 26px; }
      .theme-3-5 .notification .main-content .section-content a {
        word-break: break-all; }
      .theme-3-5 .notification .main-content .section-content .msg-header {
        height: 40px;
        padding: 0 20px 0 53px;
        border: 2px solid;
        border-top-left-radius: 25px;
        border-bottom-left-radius: 25px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        position: absolute;
        top: 0;
        left: 20px;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%); }
        .theme-3-5 .notification .main-content .section-content .msg-header p {
          font-size: 14px;
          line-height: 14px; }
        .theme-3-5 .notification .main-content .section-content .msg-header .image-wrapper {
          position: absolute;
          left: -2px;
          top: -3px;
          width: 42px;
          height: 42px;
          border: 2px solid;
          border-radius: 50%;
          overflow: hidden; }
          .theme-3-5 .notification .main-content .section-content .msg-header .image-wrapper svg {
            -webkit-transform: translate(8px, 12px);
                    transform: translate(8px, 12px); }
          .theme-3-5 .notification .main-content .section-content .msg-header .image-wrapper img {
            width: 40px;
            height: 40px; }
  .theme-3-5 .notification .admin P {
    font-size: 16px;
    font-weight: 500; }
  .theme-3-5 .notification .admin .msg-header img {
    width: 40px;
    height: 40px; }
  .theme-3-5 .notification .account img {
    width: 160px;
    height: 160px; }
  .theme-3-5 .notification .suggestions-right {
    border: 2px solid;
    padding: 30px 35px; }
    .theme-3-5 .notification .suggestions-right .title-suggestions {
      border-bottom: 2px solid; }
      .theme-3-5 .notification .suggestions-right .title-suggestions p {
        text-transform: uppercase;
        font-size: 12px;
        font-weight: 900;
        letter-spacing: 1px;
        line-height: 16px;
        padding-bottom: 25px; }
    .theme-3-5 .notification .suggestions-right .body-suggestion {
      padding-top: 20px; }
      .theme-3-5 .notification .suggestions-right .body-suggestion p {
        font-size: 14px;
        line-height: 22px; }
      .theme-3-5 .notification .suggestions-right .body-suggestion .time-to-suggestion {
        padding-top: 20px; }
        .theme-3-5 .notification .suggestions-right .body-suggestion .time-to-suggestion p {
          text-transform: uppercase;
          color: #3B4348;
          font-size: 12px;
          font-weight: 900;
          line-height: 16px; }
          .theme-3-5 .notification .suggestions-right .body-suggestion .time-to-suggestion p.time {
            text-transform: none;
            font-size: 24px;
            line-height: 33px; }
    .theme-3-5 .notification .suggestions-right .action-suggestion {
      padding-top: 20px; }
    .theme-3-5 .notification .suggestions-right.suggestion-example .body-suggestion {
      padding-top: 0;
      position: relative; }
      .theme-3-5 .notification .suggestions-right.suggestion-example .body-suggestion .package-example {
        margin-top: -2px;
        padding: 20px 10px;
        text-align: center;
        border: 2px solid; }
        .theme-3-5 .notification .suggestions-right.suggestion-example .body-suggestion .package-example p {
          text-transform: uppercase;
          font-size: 12px;
          font-weight: 900;
          letter-spacing: 1px;
          line-height: 16px; }
      .theme-3-5 .notification .suggestions-right.suggestion-example .body-suggestion .package-costs {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: row;
            flex-flow: row; }
        .theme-3-5 .notification .suggestions-right.suggestion-example .body-suggestion .package-costs .left-costs, .theme-3-5 .notification .suggestions-right.suggestion-example .body-suggestion .package-costs .right-costs {
          padding-top: 20px;
          padding-bottom: 35px;
          max-width: 50%;
          -ms-flex-preferred-size: 50%;
              flex-basis: 50%;
          border: 2px solid;
          border-top: none;
          text-align: center; }
          .theme-3-5 .notification .suggestions-right.suggestion-example .body-suggestion .package-costs .left-costs p:first-child, .theme-3-5 .notification .suggestions-right.suggestion-example .body-suggestion .package-costs .right-costs p:first-child {
            font-size: 28px;
            font-weight: 900;
            line-height: 38px; }
          .theme-3-5 .notification .suggestions-right.suggestion-example .body-suggestion .package-costs .left-costs p:last-child, .theme-3-5 .notification .suggestions-right.suggestion-example .body-suggestion .package-costs .right-costs p:last-child {
            font-size: 17px;
            line-height: 28px;
            text-align: center; }
        .theme-3-5 .notification .suggestions-right.suggestion-example .body-suggestion .package-costs .right-costs {
          cursor: pointer;
          border-left: 0px; }
      .theme-3-5 .notification .suggestions-right.suggestion-example .body-suggestion .resources-costs {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: row;
            flex-flow: row; }
        .theme-3-5 .notification .suggestions-right.suggestion-example .body-suggestion .resources-costs .column {
          max-width: 33.33%;
          -ms-flex-preferred-size: 33.33%;
              flex-basis: 33.33%;
          padding: 12px;
          border-bottom: 2px solid; }
          .theme-3-5 .notification .suggestions-right.suggestion-example .body-suggestion .resources-costs .column span {
            text-transform: uppercase;
            font-size: 11px;
            font-weight: 900;
            line-height: 15px; }
          .theme-3-5 .notification .suggestions-right.suggestion-example .body-suggestion .resources-costs .column p {
            font-size: 20px;
            font-weight: 900;
            line-height: 27px; }
          .theme-3-5 .notification .suggestions-right.suggestion-example .body-suggestion .resources-costs .column:first-child {
            border-right: 2px solid;
            border-left: 2px solid; }
          .theme-3-5 .notification .suggestions-right.suggestion-example .body-suggestion .resources-costs .column:last-child {
            border-left: 2px solid;
            border-right: 2px solid; }
      .theme-3-5 .notification .suggestions-right.suggestion-example .body-suggestion a {
        position: absolute;
        bottom: 0;
        left: 50%;
        -webkit-transform: translateX(-50%) translateY(50%);
                transform: translateX(-50%) translateY(50%); }
      .theme-3-5 .notification .suggestions-right.suggestion-example .body-suggestion.resources {
        margin-top: 20px;
        padding-top: 0; }
        .theme-3-5 .notification .suggestions-right.suggestion-example .body-suggestion.resources .package-costs .left-costs, .theme-3-5 .notification .suggestions-right.suggestion-example .body-suggestion.resources .package-costs .right-costs {
          padding-left: 25px;
          padding-right: 25px;
          text-align: right;
          padding-bottom: 30px; }
          .theme-3-5 .notification .suggestions-right.suggestion-example .body-suggestion.resources .package-costs .left-costs p, .theme-3-5 .notification .suggestions-right.suggestion-example .body-suggestion.resources .package-costs .right-costs p {
            text-align: right; }
        .theme-3-5 .notification .suggestions-right.suggestion-example .body-suggestion.resources .package-costs .left-costs {
          position: relative;
          border-right: 0px;
          text-align: left; }
          .theme-3-5 .notification .suggestions-right.suggestion-example .body-suggestion.resources .package-costs .left-costs a {
            width: 100px;
            min-width: 100px;
            font-size: 10px;
            top: calc(50% - 7px);
            -webkit-transform: translateX(-50%) translateY(-50%);
                    transform: translateX(-50%) translateY(-50%); }
    .theme-3-5 .notification .suggestions-right.suggestion-example .bottom-info {
      padding-top: 40px; }
      .theme-3-5 .notification .suggestions-right.suggestion-example .bottom-info p {
        font-size: 13px;
        line-height: 22px; }
      .theme-3-5 .notification .suggestions-right.suggestion-example .bottom-info.non-padding {
        padding-top: 15px; }
@media screen and (max-width: 1560px) {
  .theme-3-5 .btn-open-notification {
    z-index: 100;
    position: fixed;
    bottom: 30px;
    right: 30px; }
  .theme-3-5 .notification #themeButton {
    display: none; } }
@media screen and (max-width: 1280px) {
  .theme-3-5 .account {
    margin-top: 40px; } }
@media screen and (max-width: 980px) {
  .theme-3-5 .btn-open-notification {
    z-index: 98;
    position: fixed;
    bottom: 30px;
    right: 30px; } }
@media screen and (max-width: 660px) {
  .theme-3-5 .notification .main-header .left-action-btn .notification-title {
    font-size: 24px; }
  .theme-3-5 .notification .main-header .left-action-btn .status-notification {
    display: none; }
  .theme-3-5 .notification .main-content .section-title {
    display: block; }
    .theme-3-5 .notification .main-content .section-title .time {
      text-align: right; } }
@media screen and (max-width: 550px) {
  .theme-3-5 .notification .main-content .section-content {
    padding: 50px 25px; }
    .theme-3-5 .notification .main-content .section-content .msg-header p span {
      display: block;
      padding-top: 5px; } }
.theme-3-5 .dz-filename a, .theme-3-5 .files-wrapper a {
  text-decoration: none; }
.theme-3-5 .dz-filename .file, .theme-3-5 .files-wrapper .file {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0 15px 0 52px;
  min-height: 50px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  line-height: 14px;
  border: 2px solid;
  position: relative;
  margin: 30px 30px 0 0;
  word-break: break-all; }
  .theme-3-5 .dz-filename .file::before, .theme-3-5 .files-wrapper .file::before {
    display: block;
    position: absolute;
    z-index: 2;
    left: -3px;
    top: -3px;
    content: ""; }
  .theme-3-5 .dz-filename .file .file-name-wrapper, .theme-3-5 .files-wrapper .file .file-name-wrapper {
    position: absolute;
    z-index: 2;
    left: 0;
    bottom: 5px;
    width: 38px;
    text-align: center; }
    .theme-3-5 .dz-filename .file .file-name-wrapper .file-name, .theme-3-5 .files-wrapper .file .file-name-wrapper .file-name {
      font-size: 12px;
      font-weight: 900; }
  .theme-3-5 .dz-filename .file a, .theme-3-5 .files-wrapper .file a {
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transform: translateX(50%) translateY(-50%);
            transform: translateX(50%) translateY(-50%); }
.theme-3-5 .dz-filename .loading::before, .theme-3-5 .files-wrapper .loading::before {
  content: url("../img/notification-files/other.svg"); }
.theme-3-5 .dz-filename .docx::before, .theme-3-5 .files-wrapper .docx::before {
  content: url("../img/notification-files/docx.svg"); }
.theme-3-5 .dz-filename .zip::before, .theme-3-5 .files-wrapper .zip::before {
  content: url("../img/notification-files/zip.svg"); }
.theme-3-5 .dz-filename .xls::before, .theme-3-5 .files-wrapper .xls::before {
  content: url("../img/notification-files/xls.svg"); }
.theme-3-5 .dz-filename .html::before, .theme-3-5 .files-wrapper .html::before {
  content: url("../img/notification-files/html.svg"); }
.theme-3-5 .dz-filename .pdf::before, .theme-3-5 .files-wrapper .pdf::before {
  content: url("../img/notification-files/pdf.svg"); }
.theme-3-5 .dz-filename .jpg::before, .theme-3-5 .files-wrapper .jpg::before {
  content: url("../img/notification-files/jpg.svg"); }
.theme-3-5 .dz-filename .other::before, .theme-3-5 .files-wrapper .other::before {
  content: url("../img/notification-files/other.svg"); }
.theme-3-5 .dz-filename .problem::before, .theme-3-5 .files-wrapper .problem::before {
  content: url("../img/notification-files/problem.svg"); }
.theme-3-5 .dz-filename .problem .file-name-wrapper svg, .theme-3-5 .files-wrapper .problem .file-name-wrapper svg {
  display: none; }
.theme-3-5 .dz-filename .problem-alert, .theme-3-5 .files-wrapper .problem-alert {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border: 2px solid;
  padding: 0 15px;
  min-height: 50px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 30px 30px 0 0; }
  .theme-3-5 .dz-filename .problem-alert p, .theme-3-5 .files-wrapper .problem-alert p {
    margin-left: 10px;
    font-size: 14px !important;
    line-height: 14px !important; }
.theme-3-5 .notification-open .btn-close-notification {
  font-weight: 600; }
  .theme-3-5 .notification-open .btn-close-notification svg {
    margin-right: 15px; }
.theme-3-5 .notification-open .section-uploader {
  cursor: pointer;
  border-top: 2px solid;
  padding: 40px;
  width: 100%; }
  .theme-3-5 .notification-open .section-uploader textarea {
    width: 100%;
    min-height: 150px;
    resize: none;
    border: 2px solid;
    outline: none;
    padding: 20px;
    line-height: 26px;
    margin-bottom: 20px; }
  .theme-3-5 .notification-open .section-uploader .button-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .theme-3-5 .notification-open .section-uploader .button-wrapper .btn-white {
      padding: 0 15px;
      margin-right: 15px; }
@media screen and (max-width: 1560px) {
  .theme-3-5 .btn-close-notification {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 99; }
  .theme-3-5 .notification-open #themeButton {
    display: none; } }
@media screen and (max-width: 560px) {
  .theme-3-5 #addFile span {
    display: none; } }
.theme-3-5 .list-of-orders .checbox-filter-list-sm .universal.method-group .inline-group .check-group.check-group-label-sm {
  padding: 10px 10px 10px 22px; }
.theme-3-5 .list-of-orders .checbox-filter-list-sm .universal.method-group .inline-group .check-group .bg {
  background-color: transparent; }
.theme-3-5 .list-of-orders .checbox-filter-list-sm .universal.method-group .inline-group .check-group:first-child.check-group-label-sm {
  padding-right: 0; }
.theme-3-5 .list-of-orders .checbox-filter-list-sm .universal.method-group .inline-group .check-group:first-child .bg {
  border-right: 0; }
.theme-3-5 .list-of-orders .checbox-filter-list-sm .universal.method-group .inline-group .check-group:last-child .bg {
  border-left: 0; }
.theme-3-5 .list-of-orders .checbox-filter-list-sm .universal.method-group .inline-group .check-group input:checked ~ .bg {
  background-color: transparent;
  box-shadow: none; }
.theme-3-5 .list-of-orders .checbox-filter-list-sm .universal.method-group .inline-group .check-group .label {
  font-size: 15px;
  line-height: 20px;
  padding: 0 10px; }
.theme-3-5 .list-of-orders .checbox-filter-list-sm .universal input {
  display: none; }
.theme-3-5 .list-of-orders .alert.alert-info h3 {
  font-size: 16px;
  font-weight: 900;
  letter-spacing: 1px; }
.theme-3-5 .list-of-orders .main-header .left-side {
  width: 100%; }
.theme-3-5 .list-of-orders .main-header .right-side {
  max-width: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row;
      flex-flow: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }
  .theme-3-5 .list-of-orders .main-header .right-side .searchbox {
    padding-left: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .theme-3-5 .list-of-orders .main-header .right-side .searchbox input {
      width: 20px;
      height: 50px;
      transition: .75s; }
      .theme-3-5 .list-of-orders .main-header .right-side .searchbox input:focus {
        transition: .75s;
        width: 150px; }
    .theme-3-5 .list-of-orders .main-header .right-side .searchbox button {
      height: 50px;
      min-width: 50px; }
      .theme-3-5 .list-of-orders .main-header .right-side .searchbox button svg {
        height: 17px;
        width: 17px; }
.theme-3-5 .list-of-orders .main-list .open-item .item-body .content-1,
.theme-3-5 .list-of-orders .main-list .open-item .item-body .content-2 {
  opacity: 1 !important; }
.theme-3-5 .list-of-orders .main-list .list-item .item-header .top-side .left-side .name .domain-name-date {
  word-break: break-all;
  font-size: 28px;
  font-weight: 300;
  line-height: 38px; }
  .theme-3-5 .list-of-orders .main-list .list-item .item-header .top-side .left-side .name .domain-name-date .name-domain {
    font-weight: 900; }
.theme-3-5 .list-of-orders .main-list .list-item .item-body .content-2 .details-list .domain-holder .row .first {
  max-width: 49%;
  -ms-flex-preferred-size: 49%;
      flex-basis: 49%; }
.theme-3-5 .list-of-orders .main-list .list-item .item-body .content-2 .details-list .domain-holder .row .second {
  border-right: none !important; }
.theme-3-5 .list-of-orders .main-list .list-item .item-body .content-2 .details-list .domain-holder .row .third {
  border-left: 2px solid; }
  .theme-3-5 .list-of-orders .main-list .list-item .item-body .content-2 .details-list .domain-holder .row .third .row-article ul li {
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .theme-3-5 .list-of-orders .main-list .list-item .item-body .content-2 .details-list .domain-holder .row .third .row-article ul li a {
      margin-left: 10px;
      font-size: 15px;
      line-height: 20px; }
.theme-3-5 .list-of-orders .main-list .list-item .item-body .content-2 .details-list .domain-holder .buttons-action-bottom {
  padding: 30px 40px;
  border-top: 2px solid; }
  .theme-3-5 .list-of-orders .main-list .list-item .item-body .content-2 .details-list .domain-holder .buttons-action-bottom a {
    box-shadow: none;
    -webkit-filter: none;
            filter: none; }
.theme-3-5 .list-of-orders .add-certificat-page {
  width: 100%;
  border: 2px solid;
  padding: 40px;
  text-align: center; }
  .theme-3-5 .list-of-orders .add-certificat-page h3 {
    line-height: 28px;
    font-size: 18px;
    text-align: center;
    text-transform: none;
    padding-bottom: 30px; }
.theme-3-5 .list-of-orders .add-certificate-mobile {
  display: none; }
@media screen and (max-width: 1650px) {
  .theme-3-5 .list-of-orders .main-list .list-item .item-body .content-2 .details-list .domain-holder .row .third {
    border-left-width: 0px; }
    .theme-3-5 .list-of-orders .main-list .list-item .item-body .content-2 .details-list .domain-holder .row .third .row-article {
      max-width: 100% !important;
      -ms-flex-preferred-size: 100% !important;
          flex-basis: 100% !important; } }
@media screen and (max-width: 1570px) {
  .theme-3-5 .list-of-orders .mobile-none-add-certificat .add-certificat-page {
    padding: 20px; } }
@media screen and (max-width: 1450px) {
  .theme-3-5 .list-of-orders .main-list .list-item .item-header .top-side .right-side a.btn-primary {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }
@media screen and (max-width: 1280px) {
  .theme-3-5 .list-of-orders .mobile-none-add-certificat {
    display: none; } }
@media screen and (max-width: 700px) {
  .theme-3-5 .list-of-orders .main-list .list-item .item-header.item-header-email .top-side {
    -ms-flex-flow: column;
        flex-flow: column; }
    .theme-3-5 .list-of-orders .main-list .list-item .item-header.item-header-email .top-side .right-side {
      padding-top: 15px;
      width: 100%;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end; }
  .theme-3-5 .list-of-orders .main-list .list-item .item-body .content-2 .details-list .domain-holder .row .first {
    border-right-width: 0 !important; } }
@media screen and (max-width: 650px) {
  .theme-3-5 .list-of-orders .main-header .right-side {
    display: none; } }
@media screen and (max-width: 600px) {
  .theme-3-5 .list-of-orders .main-list .list-item .item-header {
    padding-bottom: 0 !important; }
    .theme-3-5 .list-of-orders .main-list .list-item .item-header .top-side .left-side .name .domain-name-date {
      font-size: 18px;
      font-weight: 300;
      line-height: 25px; }
    .theme-3-5 .list-of-orders .main-list .list-item .item-header.item-header-email .top-side {
      padding: 30px; } }
@media screen and (max-width: 470px) {
  .theme-3-5 .list-of-orders .add-certificate-mobile {
    padding-bottom: 20px;
    display: block; } }
@media screen and (max-width: 420px) {
  .theme-3-5 .list-of-orders .main-action-info-panel {
    padding: 0 30px; }
    .theme-3-5 .list-of-orders .main-action-info-panel .main-alert.alert-info {
      border-right-width: 2px !important;
      border-left-width: 2px !important; } }
@media screen and (max-width: 400px) {
  .theme-3-5 .list-of-orders .main-action-info-panel .domain-search input {
    width: 100%; } }
.theme-3-5 #domainList .main-header .right-side .select-filter-box .menu-content .checkbox-filter-list {
  border-top: 2px solid; }
  .theme-3-5 #domainList .main-header .right-side .select-filter-box .menu-content .checkbox-filter-list .title p {
    font-size: 11px;
    font-weight: 600;
    line-height: 15px;
    text-transform: uppercase;
    letter-spacing: 1px; }
.theme-3-5 #domainList .main-list .list-item .item-header .top-side .left-side .name .domain-description {
  padding-left: 20px;
  margin-left: 30px;
  border-left: 2px solid; }
  .theme-3-5 #domainList .main-list .list-item .item-header .top-side .left-side .name .domain-description p {
    font-size: 14px; }
    .theme-3-5 #domainList .main-list .list-item .item-header .top-side .left-side .name .domain-description p:last-child {
      padding-top: 10px; }
    .theme-3-5 #domainList .main-list .list-item .item-header .top-side .left-side .name .domain-description p span {
      font-weight: 600; }
.theme-3-5 #domainList .main-list .list-item .item-header .top-side .right-side .btn {
  z-index: 2; }
.theme-3-5 #domainList .main-list .list-item .item-header .top-side .right-side .page-menu .menu-content ul li a svg {
  width: 30px; }
.theme-3-5 #domainList .main-list .list-item .item-header .top-side .right-side .status-box {
  right: 325px; }
.theme-3-5 #domainList .main-list .list-item .item-body .content-2 {
  padding: 0; }
  .theme-3-5 #domainList .main-list .list-item .item-body .content-2 .details-list .domain-holder .row {
    border-top: 2px solid;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .theme-3-5 #domainList .main-list .list-item .item-body .content-2 .details-list .domain-holder .row .first, .theme-3-5 #domainList .main-list .list-item .item-body .content-2 .details-list .domain-holder .row .second {
      border-right: 2px solid;
      padding: 35px 35px 35px 45px; }
    .theme-3-5 #domainList .main-list .list-item .item-body .content-2 .details-list .domain-holder .row .third {
      padding: 0; }
    .theme-3-5 #domainList .main-list .list-item .item-body .content-2 .details-list .domain-holder .row .first, .theme-3-5 #domainList .main-list .list-item .item-body .content-2 .details-list .domain-holder .row .second, .theme-3-5 #domainList .main-list .list-item .item-body .content-2 .details-list .domain-holder .row .third {
      min-height: 100%; }
      .theme-3-5 #domainList .main-list .list-item .item-body .content-2 .details-list .domain-holder .row .first .article-title, .theme-3-5 #domainList .main-list .list-item .item-body .content-2 .details-list .domain-holder .row .second .article-title, .theme-3-5 #domainList .main-list .list-item .item-body .content-2 .details-list .domain-holder .row .third .article-title {
        font-size: 11px;
        font-weight: 600;
        line-height: 15px;
        text-transform: uppercase;
        letter-spacing: 1px;
        padding-bottom: 15px; }
      .theme-3-5 #domainList .main-list .list-item .item-body .content-2 .details-list .domain-holder .row .first .article-bordered, .theme-3-5 #domainList .main-list .list-item .item-body .content-2 .details-list .domain-holder .row .second .article-bordered, .theme-3-5 #domainList .main-list .list-item .item-body .content-2 .details-list .domain-holder .row .third .article-bordered {
        border-left: 2px solid;
        padding-left: 20px; }
        .theme-3-5 #domainList .main-list .list-item .item-body .content-2 .details-list .domain-holder .row .first .article-bordered p, .theme-3-5 #domainList .main-list .list-item .item-body .content-2 .details-list .domain-holder .row .second .article-bordered p, .theme-3-5 #domainList .main-list .list-item .item-body .content-2 .details-list .domain-holder .row .third .article-bordered p {
          line-height: 20px;
          font-size: 15px; }
          .theme-3-5 #domainList .main-list .list-item .item-body .content-2 .details-list .domain-holder .row .first .article-bordered p:not(:last-child), .theme-3-5 #domainList .main-list .list-item .item-body .content-2 .details-list .domain-holder .row .second .article-bordered p:not(:last-child), .theme-3-5 #domainList .main-list .list-item .item-body .content-2 .details-list .domain-holder .row .third .article-bordered p:not(:last-child) {
            padding-bottom: 10px; }
          .theme-3-5 #domainList .main-list .list-item .item-body .content-2 .details-list .domain-holder .row .first .article-bordered p a, .theme-3-5 #domainList .main-list .list-item .item-body .content-2 .details-list .domain-holder .row .second .article-bordered p a, .theme-3-5 #domainList .main-list .list-item .item-body .content-2 .details-list .domain-holder .row .third .article-bordered p a {
            font-size: 12px;
            font-weight: 700;
            letter-spacing: 1px; }
          .theme-3-5 #domainList .main-list .list-item .item-body .content-2 .details-list .domain-holder .row .first .article-bordered p span, .theme-3-5 #domainList .main-list .list-item .item-body .content-2 .details-list .domain-holder .row .second .article-bordered p span, .theme-3-5 #domainList .main-list .list-item .item-body .content-2 .details-list .domain-holder .row .third .article-bordered p span {
            font-weight: 600; }
        .theme-3-5 #domainList .main-list .list-item .item-body .content-2 .details-list .domain-holder .row .first .article-bordered .single-text, .theme-3-5 #domainList .main-list .list-item .item-body .content-2 .details-list .domain-holder .row .second .article-bordered .single-text, .theme-3-5 #domainList .main-list .list-item .item-body .content-2 .details-list .domain-holder .row .third .article-bordered .single-text {
          max-width: 250px;
          font-size: 15px;
          line-height: 29px; }
      .theme-3-5 #domainList .main-list .list-item .item-body .content-2 .details-list .domain-holder .row .first .data-box, .theme-3-5 #domainList .main-list .list-item .item-body .content-2 .details-list .domain-holder .row .second .data-box, .theme-3-5 #domainList .main-list .list-item .item-body .content-2 .details-list .domain-holder .row .third .data-box {
        display: inline-block;
        margin-left: 15px;
        padding: 4px 8px;
        border: 2px solid;
        font-size: 12px;
        font-weight: 500;
        text-transform: lowercase; }
      .theme-3-5 #domainList .main-list .list-item .item-body .content-2 .details-list .domain-holder .row .first .row-article, .theme-3-5 #domainList .main-list .list-item .item-body .content-2 .details-list .domain-holder .row .second .row-article, .theme-3-5 #domainList .main-list .list-item .item-body .content-2 .details-list .domain-holder .row .third .row-article {
        padding: 40px; }
        .theme-3-5 #domainList .main-list .list-item .item-body .content-2 .details-list .domain-holder .row .first .row-article:not(:last-child), .theme-3-5 #domainList .main-list .list-item .item-body .content-2 .details-list .domain-holder .row .second .row-article:not(:last-child), .theme-3-5 #domainList .main-list .list-item .item-body .content-2 .details-list .domain-holder .row .third .row-article:not(:last-child) {
          border-bottom: 2px solid; }
        .theme-3-5 #domainList .main-list .list-item .item-body .content-2 .details-list .domain-holder .row .first .row-article .domain-status, .theme-3-5 #domainList .main-list .list-item .item-body .content-2 .details-list .domain-holder .row .second .row-article .domain-status, .theme-3-5 #domainList .main-list .list-item .item-body .content-2 .details-list .domain-holder .row .third .row-article .domain-status {
          color: #3B4348;
          font-size: 15px;
          line-height: 20px; }
          .theme-3-5 #domainList .main-list .list-item .item-body .content-2 .details-list .domain-holder .row .first .row-article .domain-status a, .theme-3-5 #domainList .main-list .list-item .item-body .content-2 .details-list .domain-holder .row .second .row-article .domain-status a, .theme-3-5 #domainList .main-list .list-item .item-body .content-2 .details-list .domain-holder .row .third .row-article .domain-status a {
            color: #FB781D;
            font-size: 12px;
            font-weight: 900;
            letter-spacing: 1px;
            text-transform: uppercase; }
  .theme-3-5 #domainList .main-list .list-item .item-body .content-2 .details-list .domain-holder .mobile-buttons {
    display: none;
    padding: 30px; }
    .theme-3-5 #domainList .main-list .list-item .item-body .content-2 .details-list .domain-holder .mobile-buttons svg {
      margin-right: 15px; }
  .theme-3-5 #domainList .main-list .list-item .item-body .content-2 .details-list .domain-holder .domain-alert-info {
    padding: 40px 40px 20px 40px; }
    .theme-3-5 #domainList .main-list .list-item .item-body .content-2 .details-list .domain-holder .domain-alert-info .domain-alert {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      padding: 10px 20px;
      margin-right: 20px;
      margin-bottom: 20px; }
      .theme-3-5 #domainList .main-list .list-item .item-body .content-2 .details-list .domain-holder .domain-alert-info .domain-alert p {
        font-size: 14px;
        font-weight: 900;
        line-height: 19px; }
        .theme-3-5 #domainList .main-list .list-item .item-body .content-2 .details-list .domain-holder .domain-alert-info .domain-alert p svg {
          margin-left: 10px; }
.theme-3-5 #domainList .add-info .main-info-ctn .main-info .other {
  padding-top: 0; }
.theme-3-5 #domainList .add-info .main-info-ctn .main-info .title {
  padding: 20px 0 10px 0;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 1px; }
@media screen and (max-width: 1700px) {
  .theme-3-5 #domainList .main-list .list-item .item-header .top-side .left-side .name .domain-description {
    display: none; } }
@media screen and (max-width: 1650px) {
  .theme-3-5 #domainList .main-list .list-item .item-body .content-2 .details-list .domain-holder .row {
    -ms-flex-flow: row wrap;
        flex-flow: row wrap; }
    .theme-3-5 #domainList .main-list .list-item .item-body .content-2 .details-list .domain-holder .row .first, .theme-3-5 #domainList .main-list .list-item .item-body .content-2 .details-list .domain-holder .row .second {
      max-width: 49%;
      -ms-flex-preferred-size: 49%;
          flex-basis: 49%; }
    .theme-3-5 #domainList .main-list .list-item .item-body .content-2 .details-list .domain-holder .row .second {
      border-right: 0; }
    .theme-3-5 #domainList .main-list .list-item .item-body .content-2 .details-list .domain-holder .row .third {
      border-top: 2px solid;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
      max-width: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%; }
      .theme-3-5 #domainList .main-list .list-item .item-body .content-2 .details-list .domain-holder .row .third .row-article {
        display: block;
        width: 33%; }
        .theme-3-5 #domainList .main-list .list-item .item-body .content-2 .details-list .domain-holder .row .third .row-article:not(:last-child) {
          border-bottom: 0;
          border-right: 2px solid; } }
@media screen and (max-width: 1450px) {
  .theme-3-5 #domainList .main-list .list-item .item-header .top-side .right-side a.btn-primary {
    display: none; } }
@media screen and (max-width: 1260px) {
  .theme-3-5 #domainList .add-info {
    display: none; } }
@media screen and (max-width: 800px) {
  .theme-3-5 #domainList .main-header .left-side {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .theme-3-5 #domainList .main-header .left-side .btn-expanded.open .btn-header .bg {
      right: 0;
      left: unset; }
    .theme-3-5 #domainList .main-header .left-side .btn-expanded.open .btn-body {
      right: 0; } }
@media screen and (max-width: 700px) {
  .theme-3-5 #domainList .dashboard {
    display: none; }
  .theme-3-5 #domainList .main-list .list-item .item-header {
    padding-bottom: 45px; }
    .theme-3-5 #domainList .main-list .list-item .item-header .top-side .right-side .status-box {
      right: 50px; }
  .theme-3-5 #domainList .main-list .list-item .item-body .content-2 .details-list .domain-holder .row .first, .theme-3-5 #domainList .main-list .list-item .item-body .content-2 .details-list .domain-holder .row .second {
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%; }
  .theme-3-5 #domainList .main-list .list-item .item-body .content-2 .details-list .domain-holder .row .first {
    border-right: 0;
    border-bottom: 2px solid; }
  .theme-3-5 #domainList .main-list .list-item .item-body .content-2 .details-list .domain-holder .row .third {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column;
        flex-flow: column; }
    .theme-3-5 #domainList .main-list .list-item .item-body .content-2 .details-list .domain-holder .row .third .row-article {
      width: 100%; }
      .theme-3-5 #domainList .main-list .list-item .item-body .content-2 .details-list .domain-holder .row .third .row-article:not(:last-child) {
        border-right: 0;
        border-bottom: 2px solid; }
  .theme-3-5 #domainList .main-list .list-item .item-body .content-2 .details-list .domain-holder .mobile-buttons {
    display: block;
    border-top: 2px solid; } }
.theme-3-5 #fvList .fv-content .main-header {
  -ms-flex-flow: row wrap;
      flex-flow: row wrap; }
  .theme-3-5 #fvList .fv-content .main-header .list-right-side .form-wrapper {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex; }
    .theme-3-5 #fvList .fv-content .main-header .list-right-side .form-wrapper .select-filter-box {
      display: none; }
    .theme-3-5 #fvList .fv-content .main-header .list-right-side .form-wrapper .method-group {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      border: 2px solid; }
      .theme-3-5 #fvList .fv-content .main-header .list-right-side .form-wrapper .method-group:first-child {
        border-right: none; }
      .theme-3-5 #fvList .fv-content .main-header .list-right-side .form-wrapper .method-group .inline-group {
        min-width: 260px; }
        .theme-3-5 #fvList .fv-content .main-header .list-right-side .form-wrapper .method-group .inline-group .label {
          font-size: 15px;
          font-weight: 300; }
    .theme-3-5 #fvList .fv-content .main-header .list-right-side .form-wrapper .form-group {
      margin: 0 0 0 20px; }
      .theme-3-5 #fvList .fv-content .main-header .list-right-side .form-wrapper .form-group .input-group {
        width: 50px; }
        .theme-3-5 #fvList .fv-content .main-header .list-right-side .form-wrapper .form-group .input-group .form-control {
          width: 20px; }
          .theme-3-5 #fvList .fv-content .main-header .list-right-side .form-wrapper .form-group .input-group .form-control:focus {
            width: 150px; }
        .theme-3-5 #fvList .fv-content .main-header .list-right-side .form-wrapper .form-group .input-group .input-group-addon button {
          border: none;
          background: transparent; }
.theme-3-5 #fvList .fv-content .main-list .list-item .item-header .top-side .left-side .name .fv-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .theme-3-5 #fvList .fv-content .main-list .list-item .item-header .top-side .left-side .name .fv-name span {
    padding-left: 20px;
    font-size: 28px;
    font-weight: 300;
    line-height: 38px; }
  .theme-3-5 #fvList .fv-content .main-list .list-item .item-header .top-side .left-side .name .fv-name .fv-price {
    display: none; }
.theme-3-5 #fvList .fv-content .main-list .list-item .item-header .top-side .right-side .toogle-menu-mobile {
  display: none; }
.theme-3-5 #fvList .fv-content .main-list .list-item .item-header .top-side .right-side .fv-preview {
  z-index: 2;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 2px solid;
  border-radius: 300px;
  padding: 0 20px;
  outline: none;
  transition: 0.3s; }
  .theme-3-5 #fvList .fv-content .main-list .list-item .item-header .top-side .right-side .fv-preview:hover {
    border: 2px solid; }
    .theme-3-5 #fvList .fv-content .main-list .list-item .item-header .top-side .right-side .fv-preview:hover svg .dot {
      fill: #ff8522; }
    .theme-3-5 #fvList .fv-content .main-list .list-item .item-header .top-side .right-side .fv-preview:hover svg .stroke {
      stroke: #ff8522; }
.theme-3-5 #fvList .fv-content .main-list .list-item .item-header .top-side .right-side .btn {
  z-index: 2; }
.theme-3-5 #fvList .fv-content .main-list .list-item .item-header .top-side .right-side .page-menu {
  margin-right: 10px; }
  .theme-3-5 #fvList .fv-content .main-list .list-item .item-header .top-side .right-side .page-menu .menu-content {
    width: 200px; }
    .theme-3-5 #fvList .fv-content .main-list .list-item .item-header .top-side .right-side .page-menu .menu-content .close-menu {
      right: 25px; }
.theme-3-5 #fvList .fv-content .main-list .list-item .item-header .bottom-side .mail-page .main-info-mail {
  width: calc(100% - 300px);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }
  .theme-3-5 #fvList .fv-content .main-list .list-item .item-header .bottom-side .mail-page .main-info-mail li {
    display: inline; }
    .theme-3-5 #fvList .fv-content .main-list .list-item .item-header .bottom-side .mail-page .main-info-mail li p {
      display: inline; }
.theme-3-5 #fvList .fv-content .main-list .list-item .item-header .bottom-side .mail-page .main-status p {
  font-weight: 400;
  font-size: 14px; }
  .theme-3-5 #fvList .fv-content .main-list .list-item .item-header .bottom-side .mail-page .main-status p span {
    padding-left: 20px;
    font-size: 28px;
    font-weight: 900; }
.theme-3-5 #fvList .fv-content .main-list .list-item .item-header .fv-alert {
  position: relative;
  padding-bottom: 20px; }
  .theme-3-5 #fvList .fv-content .main-list .list-item .item-header .fv-alert .mini-alert {
    position: absolute;
    top: 100%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 30px;
    max-width: 90%;
    margin: 0;
    width: unset; }
.theme-3-5 #fvList .fv-content .main-list .list-item .item-body .content-1 .fv-list-table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  border-top: 2px solid;
  border-bottom: 2px solid; }
  .theme-3-5 #fvList .fv-content .main-list .list-item .item-body .content-1 .fv-list-table .fv-list-row {
    padding: 30px;
    border-right: 2px solid; }
    .theme-3-5 #fvList .fv-content .main-list .list-item .item-body .content-1 .fv-list-table .fv-list-row .fv-title {
      font-size: 11px;
      font-weight: 700;
      text-transform: uppercase;
      padding-bottom: 5px; }
    .theme-3-5 #fvList .fv-content .main-list .list-item .item-body .content-1 .fv-list-table .fv-list-row .fv-paid-name {
      font-weight: 600; }
    .theme-3-5 #fvList .fv-content .main-list .list-item .item-body .content-1 .fv-list-table .fv-list-row p {
      font-size: 15px; }
    .theme-3-5 #fvList .fv-content .main-list .list-item .item-body .content-1 .fv-list-table .fv-list-row:last-child {
      padding: 30px 10px;
      min-width: 150px;
      text-align: center;
      border-right: none; }
      .theme-3-5 #fvList .fv-content .main-list .list-item .item-body .content-1 .fv-list-table .fv-list-row:last-child p {
        font-size: 28px;
        font-weight: 900; }
  .theme-3-5 #fvList .fv-content .main-list .list-item .item-body .content-1 .fv-list-table .fv-date {
    min-width: 175px; }
  .theme-3-5 #fvList .fv-content .main-list .list-item .item-body .content-1 .fv-list-table .fv-status {
    min-width: 225px; }
  .theme-3-5 #fvList .fv-content .main-list .list-item .item-body .content-1 .fv-list-table .fv-termin {
    width: 100%; }
.theme-3-5 #fvList .fv-content .main-list .list-item .item-body .content-2 .mini-alert {
  margin: 40px 0 0 0; }
.theme-3-5 #fvList .fv-content .main-list .list-item .item-body .content-2 .fv-box {
  border: 2px solid;
  width: 100%;
  margin: 40px 0 0 0; }
  .theme-3-5 #fvList .fv-content .main-list .list-item .item-body .content-2 .fv-box .row {
    margin: 0;
    padding: 30px; }
    .theme-3-5 #fvList .fv-content .main-list .list-item .item-body .content-2 .fv-box .row:not(:first-child) {
      border-top: 2px solid; }
    .theme-3-5 #fvList .fv-content .main-list .list-item .item-body .content-2 .fv-box .row .fv-box-description {
      margin-bottom: 10px;
      font-size: 15px; }
      .theme-3-5 #fvList .fv-content .main-list .list-item .item-body .content-2 .fv-box .row .fv-box-description span {
        font-weight: 700; }
    .theme-3-5 #fvList .fv-content .main-list .list-item .item-body .content-2 .fv-box .row .text-wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -ms-flex-flow: wrap;
          flex-flow: wrap;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; }
      .theme-3-5 #fvList .fv-content .main-list .list-item .item-body .content-2 .fv-box .row .text-wrapper .text-holder {
        padding: 0 40px;
        border-left: 2px solid;
        margin-bottom: 10px; }
        .theme-3-5 #fvList .fv-content .main-list .list-item .item-body .content-2 .fv-box .row .text-wrapper .text-holder p {
          font-size: 15px; }
          .theme-3-5 #fvList .fv-content .main-list .list-item .item-body .content-2 .fv-box .row .text-wrapper .text-holder p:first-child {
            color: #AFB9C2;
            font-size: 11px;
            font-weight: 700;
            text-transform: uppercase;
            padding-bottom: 5px; }
    .theme-3-5 #fvList .fv-content .main-list .list-item .item-body .content-2 .fv-box .row .mini-alert {
      max-width: 350px; }
.theme-3-5 #fvList .fv-content .main-list .list-item .item-body .content-2 .action-line {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 30px; }
.theme-3-5 #fvList .fv-saldo {
  padding: 0;
  border: 2px solid;
  box-shadow: 0 10px 20px 0 rgba(59, 67, 72, 0.07);
  margin-bottom: 40px; }
  .theme-3-5 #fvList .fv-saldo .saldo-wrapper {
    border-bottom: 2px solid;
    position: relative; }
    .theme-3-5 #fvList .fv-saldo .saldo-wrapper::after, .theme-3-5 #fvList .fv-saldo .saldo-wrapper::before {
      content: "";
      display: block;
      width: 4px;
      height: 4px;
      border-radius: 50%;
      position: absolute;
      bottom: -3px;
      right: -3px; }
    .theme-3-5 #fvList .fv-saldo .saldo-wrapper::before {
      left: -3px; }
    .theme-3-5 #fvList .fv-saldo .saldo-wrapper .saldo-title {
      padding: 30px 0 80px 0;
      font-size: 14px;
      font-weight: 900;
      letter-spacing: 1px;
      line-height: 19px;
      text-align: center;
      text-transform: uppercase; }
    .theme-3-5 #fvList .fv-saldo .saldo-wrapper .saldo-amount {
      position: absolute;
      bottom: 0;
      left: 50%;
      white-space: nowrap;
      border: 2px solid;
      padding: 20px;
      -webkit-transform: translate(-50%, 50%);
      transform: translate(-50%, 50%); }
      .theme-3-5 #fvList .fv-saldo .saldo-wrapper .saldo-amount::after, .theme-3-5 #fvList .fv-saldo .saldo-wrapper .saldo-amount::before {
        content: "";
        display: block;
        width: 4px;
        height: 4px;
        border-radius: 50%;
        position: absolute;
        top: calc(50% - 1px);
        right: -3px; }
      .theme-3-5 #fvList .fv-saldo .saldo-wrapper .saldo-amount::before {
        left: -3px; }
      .theme-3-5 #fvList .fv-saldo .saldo-wrapper .saldo-amount p {
        font-size: 48px; }
        .theme-3-5 #fvList .fv-saldo .saldo-wrapper .saldo-amount p span {
          font-weight: 900; }
  .theme-3-5 #fvList .fv-saldo .saldo-description {
    padding: 80px 50px 30px 50px;
    position: relative; }
    .theme-3-5 #fvList .fv-saldo .saldo-description svg#ludek {
      position: absolute;
      left: 0;
      top: 30%; }
    .theme-3-5 #fvList .fv-saldo .saldo-description p {
      padding: 0 20px 30px 20px;
      line-height: 26px;
      font-size: 15px;
      text-align: center; }
    .theme-3-5 #fvList .fv-saldo .saldo-description a {
      width: 100%; }
@media screen and (max-width: 1760px) {
  .theme-3-5 #fvList .fv-saldo .saldo-description {
    padding: 80px 20px 30px 20px; }
    .theme-3-5 #fvList .fv-saldo .saldo-description svg#ludek {
      display: none; } }
@media screen and (max-width: 1550px) {
  .theme-3-5 #fvList .fv-saldo .saldo-wrapper .saldo-amount p {
    font-size: 35px; }
  .theme-3-5 #fvList .fv-saldo .saldo-description a {
    font-size: 15px; } }
@media screen and (max-width: 1280px) {
  .theme-3-5 #fvList .fv-saldo {
    margin-left: 15px;
    margin-right: 15px; }
    .theme-3-5 #fvList .fv-saldo .saldo-description {
      text-align: center; }
      .theme-3-5 #fvList .fv-saldo .saldo-description a {
        max-width: 300px; }
  .theme-3-5 #fvList .add-info {
    margin-left: 15px;
    margin-right: -15px; } }
@media screen and (max-width: 950px) {
  .theme-3-5 #fvList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .theme-3-5 #fvList .fv-content {
      margin-top: 30px; }
      .theme-3-5 #fvList .fv-content .main-header .list-right-side .form-wrapper .method-group,
      .theme-3-5 #fvList .fv-content .main-header .list-right-side .form-wrapper .form-group {
        display: none; }
      .theme-3-5 #fvList .fv-content .main-header .list-right-side .form-wrapper .select-filter-box {
        display: block;
        width: 250px; }
    .theme-3-5 #fvList .add-info {
      display: none; } }
@media screen and (max-width: 880px) {
  .theme-3-5 #fvList .fv-content .main-list .list-item .item-header .top-side .left-side .name .fv-name {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .theme-3-5 #fvList .fv-content .main-list .list-item .item-header .top-side .left-side .name .fv-name span {
      font-size: 18px;
      line-height: 25px; }
    .theme-3-5 #fvList .fv-content .main-list .list-item .item-header .top-side .left-side .name .fv-name .fv-price {
      display: block;
      font-weight: 900; }
  .theme-3-5 #fvList .fv-content .main-list .list-item .item-header .top-side .right-side .btn,
  .theme-3-5 #fvList .fv-content .main-list .list-item .item-header .top-side .right-side .fv-preview,
  .theme-3-5 #fvList .fv-content .main-list .list-item .item-header .top-side .right-side .page-menu {
    display: none; }
  .theme-3-5 #fvList .fv-content .main-list .list-item .item-header .top-side .right-side .more {
    margin-left: 15px; }
  .theme-3-5 #fvList .fv-content .main-list .list-item .item-header .top-side .right-side .toogle-menu-mobile {
    display: block; }
    .theme-3-5 #fvList .fv-content .main-list .list-item .item-header .top-side .right-side .toogle-menu-mobile .menu-button {
      border: none;
      padding: 10px; }
    .theme-3-5 #fvList .fv-content .main-list .list-item .item-header .top-side .right-side .toogle-menu-mobile .menu-content {
      width: 250px; }
      .theme-3-5 #fvList .fv-content .main-list .list-item .item-header .top-side .right-side .toogle-menu-mobile .menu-content .close-menu {
        right: 10px; }
      .theme-3-5 #fvList .fv-content .main-list .list-item .item-header .top-side .right-side .toogle-menu-mobile .menu-content ul li a {
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start; }
        .theme-3-5 #fvList .fv-content .main-list .list-item .item-header .top-side .right-side .toogle-menu-mobile .menu-content ul li a svg {
          width: 25px; }
  .theme-3-5 #fvList .fv-content .main-list .list-item .item-header .bottom-side {
    display: none; }
  .theme-3-5 #fvList .fv-content .main-list .list-item .item-body .content-table .fv-list-table {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .theme-3-5 #fvList .fv-content .main-list .list-item .item-body .content-table .fv-list-table .fv-list-row {
      border-right: none; }
      .theme-3-5 #fvList .fv-content .main-list .list-item .item-body .content-table .fv-list-table .fv-list-row:not(:last-child) {
        border-bottom: 2px solid; }
      .theme-3-5 #fvList .fv-content .main-list .list-item .item-body .content-table .fv-list-table .fv-list-row:last-child {
        text-align: left;
        padding: 30px; }
  .theme-3-5 #fvList .fv-content .main-list .list-item .item-body .content-2 .action-line {
    display: none; }
  .theme-3-5 #fvList .fv-content .main-list .list-item .item-body .content-2 .fv-box {
    margin: 40px 0; } }
@media screen and (max-width: 700px) {
  .theme-3-5 #fvList .fv-content .main-list .list-item .item-header.item-header-email .top-side {
    padding-bottom: 30px; }
    .theme-3-5 #fvList .fv-content .main-list .list-item .item-header.item-header-email .top-side .right-side .more {
      bottom: 10px;
      right: 2px; } }
@media screen and (max-width: 450px) {
  .theme-3-5 #fvList .fv-saldo {
    margin: 40px; }
    .theme-3-5 #fvList .fv-saldo .saldo-wrapper .saldo-amount p {
      font-size: 30px; }
    .theme-3-5 #fvList .fv-saldo .saldo-description p {
      display: none; }
  .theme-3-5 #fvList .main-list .list-item .item-header .left-side .name {
    padding-right: 10px; }
  .theme-3-5 #fvList .fv-content .main-header {
    padding: 0 30px; }
    .theme-3-5 #fvList .fv-content .main-header .list-right-side {
      display: block;
      width: 100%; }
      .theme-3-5 #fvList .fv-content .main-header .list-right-side .form-wrapper {
        display: block; }
        .theme-3-5 #fvList .fv-content .main-header .list-right-side .form-wrapper .method-group,
        .theme-3-5 #fvList .fv-content .main-header .list-right-side .form-wrapper .border-radio-group,
        .theme-3-5 #fvList .fv-content .main-header .list-right-side .form-wrapper .form-group {
          display: none; }
        .theme-3-5 #fvList .fv-content .main-header .list-right-side .form-wrapper .select-filter-box {
          width: 100%; } }
.theme-3-5 .list-dns .main-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row;
      flex-flow: row; }
  .theme-3-5 .list-dns .main-header .left-side {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row;
        flex-flow: row; }
    .theme-3-5 .list-dns .main-header .left-side a {
      -webkit-filter: none;
              filter: none; }
      .theme-3-5 .list-dns .main-header .left-side a.btn-grey {
        font-size: 12px;
        line-height: 16px;
        padding-right: 20px; }
    .theme-3-5 .list-dns .main-header .left-side h2 {
      margin-left: 20px;
      margin-right: 20px; }
  .theme-3-5 .list-dns .main-header .right-side {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
    .theme-3-5 .list-dns .main-header .right-side .searchbox {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-flow: row;
          flex-flow: row; }
      .theme-3-5 .list-dns .main-header .right-side .searchbox input {
        height: 50px; }
      .theme-3-5 .list-dns .main-header .right-side .searchbox button {
        height: 50px;
        min-width: 50px; }
.theme-3-5 .list-dns .main-body {
  padding-top: 40px; }
  .theme-3-5 .list-dns .main-body .list-item {
    border-bottom-width: 0; }
    .theme-3-5 .list-dns .main-body .list-item .item-header .top-side {
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      .theme-3-5 .list-dns .main-body .list-item .item-header .top-side .left-side {
        width: 100%; }
        .theme-3-5 .list-dns .main-body .list-item .item-header .top-side .left-side .name .adress {
          word-break: break-all; }
      .theme-3-5 .list-dns .main-body .list-item .item-header .top-side .right-side a {
        margin-left: 20px; }
        .theme-3-5 .list-dns .main-body .list-item .item-header .top-side .right-side a.btn-grey {
          -webkit-filter: none;
                  filter: none; }
      .theme-3-5 .list-dns .main-body .list-item .item-header .top-side .right-side .page-menu {
        margin-left: 20px; }
        .theme-3-5 .list-dns .main-body .list-item .item-header .top-side .right-side .page-menu .menu-content ul {
          padding: 15px 0 20px; }
          .theme-3-5 .list-dns .main-body .list-item .item-header .top-side .right-side .page-menu .menu-content ul li:first-child {
            padding-right: 15px;
            text-align: right;
            padding-bottom: 15px; }
            .theme-3-5 .list-dns .main-body .list-item .item-header .top-side .right-side .page-menu .menu-content ul li:first-child .close-menu {
              border: none;
              background-color: transparent; }
            .theme-3-5 .list-dns .main-body .list-item .item-header .top-side .right-side .page-menu .menu-content ul li:first-child:hover {
              background-color: transparent; }
          .theme-3-5 .list-dns .main-body .list-item .item-header .top-side .right-side .page-menu .menu-content ul li.relocation-emailbox p {
            font-size: 11px;
            font-weight: 900;
            line-height: 15px;
            text-transform: uppercase;
            padding: 10px 30px 0 30px; }
          .theme-3-5 .list-dns .main-body .list-item .item-header .top-side .right-side .page-menu .menu-content ul li.relocation-emailbox:hover {
            background-color: transparent; }
          .theme-3-5 .list-dns .main-body .list-item .item-header .top-side .right-side .page-menu .menu-content ul li.creator-spf {
            border-top: 2px solid;
            border-bottom: 2px solid; }
            .theme-3-5 .list-dns .main-body .list-item .item-header .top-side .right-side .page-menu .menu-content ul li.creator-spf a {
              padding: 14px 30px; }
          .theme-3-5 .list-dns .main-body .list-item .item-header .top-side .right-side .page-menu .menu-content ul li a {
            margin-left: 0; }
            .theme-3-5 .list-dns .main-body .list-item .item-header .top-side .right-side .page-menu .menu-content ul li a svg {
              margin-right: 25px; }
  .theme-3-5 .list-dns .main-body table.table {
    border: 2px solid;
    border-top-width: 0px; }
    .theme-3-5 .list-dns .main-body table.table thead {
      border-bottom: 2px solid;
      border-top: 2px solid; }
      .theme-3-5 .list-dns .main-body table.table thead tr th {
        border-bottom-width: 0px;
        text-transform: uppercase;
        font-size: 11px;
        font-weight: 900;
        line-height: 15px; }
        .theme-3-5 .list-dns .main-body table.table thead tr th:first-child {
          padding-left: 40px; }
        .theme-3-5 .list-dns .main-body table.table thead tr th:last-child {
          padding-right: 40px; }
    .theme-3-5 .list-dns .main-body table.table tbody tr {
      border-bottom: 2px solid; }
      .theme-3-5 .list-dns .main-body table.table tbody tr:last-child {
        border: 0px; }
      .theme-3-5 .list-dns .main-body table.table tbody tr .name {
        min-width: 330px; }
        .theme-3-5 .list-dns .main-body table.table tbody tr .name p {
          word-break: break-all; }
      .theme-3-5 .list-dns .main-body table.table tbody tr td {
        padding-top: 20px;
        padding-bottom: 20px;
        border-top-width: 0px; }
        .theme-3-5 .list-dns .main-body table.table tbody tr td button, .theme-3-5 .list-dns .main-body table.table tbody tr td a {
          height: 36px;
          min-width: 58px;
          margin-left: 10px; }
        .theme-3-5 .list-dns .main-body table.table tbody tr td:first-child {
          padding-right: 60px;
          padding-left: 40px; }
        .theme-3-5 .list-dns .main-body table.table tbody tr td:last-child {
          padding-left: 50px;
          padding-right: 40px;
          padding-top: 17px;
          padding-bottom: 17px; }
        .theme-3-5 .list-dns .main-body table.table tbody tr td p {
          font-size: 15px;
          line-height: 29px; }
          .theme-3-5 .list-dns .main-body table.table tbody tr td p .bolder {
            color: #3B4348;
            font-weight: 900; }
        .theme-3-5 .list-dns .main-body table.table tbody tr td.value p {
          word-break: break-all; }
        .theme-3-5 .list-dns .main-body table.table tbody tr td:last-child {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; }
      .theme-3-5 .list-dns .main-body table.table tbody tr .type {
        padding-right: 60px; }
        .theme-3-5 .list-dns .main-body table.table tbody tr .type span {
          display: inline-block;
          padding: 0 7px;
          height: 24px;
          border: 2px solid;
          background-color: #FFFFFF;
          font-size: 15px;
          font-weight: 900;
          letter-spacing: 1px;
          line-height: 20px;
          text-transform: uppercase; }
          .theme-3-5 .list-dns .main-body table.table tbody tr .type span.info {
            color: #00BCEC;
            border-color: #50DEFF; }
          .theme-3-5 .list-dns .main-body table.table tbody tr .type span.success {
            color: #24C432;
            border-color: #9FF4A7; }
          .theme-3-5 .list-dns .main-body table.table tbody tr .type span.light-info {
            color: #5198F9;
            border-color: #C2DCFF; }
          .theme-3-5 .list-dns .main-body table.table tbody tr .type span.danger {
            color: #FF5959;
            border-color: #FFC2C2; }
          .theme-3-5 .list-dns .main-body table.table tbody tr .type span.yellow {
            color: #F3C200;
            border-color: #FAC800; }
      .theme-3-5 .list-dns .main-body table.table tbody tr .value {
        padding-right: 70px; }
        .theme-3-5 .list-dns .main-body table.table tbody tr .value .danger-arrow {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; }
          .theme-3-5 .list-dns .main-body table.table tbody tr .value .danger-arrow a {
            margin: 0; }
          .theme-3-5 .list-dns .main-body table.table tbody tr .value .danger-arrow span.danger, .theme-3-5 .list-dns .main-body table.table tbody tr .value .danger-arrow span.info, .theme-3-5 .list-dns .main-body table.table tbody tr .value .danger-arrow span.success, .theme-3-5 .list-dns .main-body table.table tbody tr .value .danger-arrow span.light-info, .theme-3-5 .list-dns .main-body table.table tbody tr .value .danger-arrow span.warning {
            font-weight: 900;
            margin-right: 20px;
            margin-top: 3px;
            padding: 0 8px;
            height: 24px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            border: 2px solid;
            font-size: 12px;
            line-height: 16px; }
            .theme-3-5 .list-dns .main-body table.table tbody tr .value .danger-arrow span.danger svg, .theme-3-5 .list-dns .main-body table.table tbody tr .value .danger-arrow span.info svg, .theme-3-5 .list-dns .main-body table.table tbody tr .value .danger-arrow span.success svg, .theme-3-5 .list-dns .main-body table.table tbody tr .value .danger-arrow span.light-info svg, .theme-3-5 .list-dns .main-body table.table tbody tr .value .danger-arrow span.warning svg {
              -webkit-transform-origin: center;
                      transform-origin: center;
              -webkit-transform: rotate(180deg);
                      transform: rotate(180deg);
              margin-right: 5px; }
          .theme-3-5 .list-dns .main-body table.table tbody tr .value .danger-arrow span.danger {
            color: #FF5959;
            border-color: #FFC2C2;
            background-color: #FFE9E9; }
            .theme-3-5 .list-dns .main-body table.table tbody tr .value .danger-arrow span.danger svg .stroke {
              stroke: #FFA4A4; }
            .theme-3-5 .list-dns .main-body table.table tbody tr .value .danger-arrow span.danger svg .dot {
              fill: #FF5959; }
          .theme-3-5 .list-dns .main-body table.table tbody tr .value .danger-arrow span.info {
            color: #00BCEC;
            background-color: #A2EEFF;
            border-color: #50DEFF; }
          .theme-3-5 .list-dns .main-body table.table tbody tr .value .danger-arrow span.success {
            color: #24C432;
            background-color: #DCFFDF;
            border-color: #9FF4A7; }
          .theme-3-5 .list-dns .main-body table.table tbody tr .value .danger-arrow span.warning {
            color: #FF8522;
            background-color: #FFF9F2;
            border-color: #FFC796; }
      .theme-3-5 .list-dns .main-body table.table tbody tr .time .time-second {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        .theme-3-5 .list-dns .main-body table.table tbody tr .time .time-second p {
          margin-left: 10px; }
@media screen and (max-width: 1500px) {
  .theme-3-5 .list-dns .main-body .list-item .item-header .left-side {
    max-width: calc(100% - 20px); }
    .theme-3-5 .list-dns .main-body .list-item .item-header .left-side .name {
      max-width: calc(100% - 20px); }
  .theme-3-5 .list-dns .main-body table.table tbody tr .type, .theme-3-5 .list-dns .main-body table.table tbody tr .value {
    padding-right: 30px; }
  .theme-3-5 .list-dns .main-body table.table tbody tr .name {
    min-width: 260px; }
  .theme-3-5 .list-dns .main-body table.table tbody tr td:first-child {
    padding-right: 30px; }
  .theme-3-5 .list-dns .main-body table.table tbody tr td:last-child {
    padding-left: 30px; } }
@media screen and (max-width: 1380px) {
  .theme-3-5 .list-dns .main-body .list-item .item-header .top-side .right-side .btn.btn-grey {
    display: none; } }
@media screen and (max-width: 992px) {
  .theme-3-5 .list-dns .main-body .list-item .item-header .top-side {
    -ms-flex-flow: column;
        flex-flow: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
    .theme-3-5 .list-dns .main-body .list-item .item-header .top-side .left-side {
      max-width: calc(100% - 80px); }
    .theme-3-5 .list-dns .main-body .list-item .item-header .top-side .right-side {
      width: 100%;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      margin-top: 25px; }
      .theme-3-5 .list-dns .main-body .list-item .item-header .top-side .right-side .page-menu {
        position: absolute;
        right: 40px;
        top: 30px; }
  .theme-3-5 .list-dns .main-body table.table tbody tr .type, .theme-3-5 .list-dns .main-body table.table tbody tr .value {
    padding-right: 15px; }
  .theme-3-5 .list-dns .main-body table.table tbody tr .name {
    min-width: 200px; }
  .theme-3-5 .list-dns .main-body table.table tbody tr td:first-child {
    padding-right: 15px; }
  .theme-3-5 .list-dns .main-body table.table tbody tr td:last-child {
    padding-left: 15px; } }
@media screen and (max-width: 900px) {
  .theme-3-5 .list-dns .main-body .list-item {
    border-bottom: 2px solid; }
  .theme-3-5 .list-dns .main-body table.table thead {
    display: none; }
  .theme-3-5 .list-dns .main-body table.table tbody tr {
    display: block; }
    .theme-3-5 .list-dns .main-body table.table tbody tr .value {
      display: block;
      padding-right: 40px;
      padding-left: 40px;
      padding-top: 0;
      padding-bottom: 0; }
    .theme-3-5 .list-dns .main-body table.table tbody tr .time {
      padding-top: 0;
      padding-bottom: 0;
      padding-left: 40px; }
    .theme-3-5 .list-dns .main-body table.table tbody tr .type {
      padding-right: 40px;
      padding-bottom: 0; }
    .theme-3-5 .list-dns .main-body table.table tbody tr td:first-child {
      padding-bottom: 0;
      width: 100%; }
    .theme-3-5 .list-dns .main-body table.table tbody tr td:last-child {
      padding-left: 40px;
      padding-top: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end; }
      .theme-3-5 .list-dns .main-body table.table tbody tr td:last-child a:first-child, .theme-3-5 .list-dns .main-body table.table tbody tr td:last-child button:first-child {
        margin-left: 0; } }
@media screen and (max-width: 700px) {
  .theme-3-5 .list-dns .main-body .list-item .item-header .top-side .right-side .page-menu {
    position: absolute;
    right: 0;
    top: 0; } }
@media screen and (max-width: 500px) {
  .theme-3-5 .list-dns .main-header .left-side h2 {
    font-size: 28px;
    line-height: 38px;
    padding-right: 0; }
  .theme-3-5 .list-dns .main-header .left-side a svg {
    margin-right: 0; }
  .theme-3-5 .list-dns .main-header .left-side a.patch-06-03-01 span {
    display: none; }
  .theme-3-5 .list-dns .main-body .list-item .item-header {
    padding: 30px; }
    .theme-3-5 .list-dns .main-body .list-item .item-header .top-side .left-side {
      max-width: calc(100% - 30px); }
    .theme-3-5 .list-dns .main-body .list-item .item-header .top-side .right-side .btn.btn-primary {
      width: 100%;
      margin-left: 0; }
  .theme-3-5 .list-dns .main-body table.table tbody tr .value {
    padding-right: 30px;
    padding-left: 30px; }
  .theme-3-5 .list-dns .main-body table.table tbody tr .time {
    padding-left: 30px; }
  .theme-3-5 .list-dns .main-body table.table tbody tr .type {
    padding-right: 30px; }
  .theme-3-5 .list-dns .main-body table.table tbody tr td:last-child {
    padding-left: 30px;
    padding-right: 30px; }
  .theme-3-5 .list-dns .main-body table.table tbody tr td:first-child {
    padding-left: 30px; } }
@media screen and (max-width: 420px) {
  .theme-3-5 .list-dns .main-body table.table {
    border-right-width: 0; } }
.theme-3-5 .list-transaction .main-body .list-item .item-header .top-side .left-side .name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row;
      flex-flow: row; }
  .theme-3-5 .list-transaction .main-body .list-item .item-header .top-side .left-side .name .pending-funds {
    font-size: 22px;
    line-height: 30px; }
  .theme-3-5 .list-transaction .main-body .list-item .item-header .top-side .left-side .name .price-value {
    padding-left: 20px;
    font-size: 34px;
    font-weight: 900;
    line-height: 46px; }
.theme-3-5 .list-transaction .main-body table.table thead tr th.right-align {
  text-align: right; }
.theme-3-5 .list-transaction .main-body table.table tbody tr td.right-align {
  text-align: right; }
.theme-3-5 .list-transaction .main-body table.table tbody tr td p {
  font-size: 18px;
  line-height: 29px; }
.theme-3-5 .list-transaction .main-body table.table tbody tr td:first-child {
  padding-right: 8px; }
.theme-3-5 .list-transaction .main-body table.table tbody tr td:last-child {
  display: table-cell;
  text-align: right; }
.theme-3-5 .list-transaction .main-body table.table tbody tr td.amount p {
  font-weight: 900; }
.theme-3-5 .list-transaction .main-body table.table tbody tr td.date p {
  font-size: 15px; }
.theme-3-5 .list-transaction .main-body table.table tbody tr td.type-operation {
  padding-right: 50px; }
  .theme-3-5 .list-transaction .main-body table.table tbody tr td.type-operation .value-type {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .theme-3-5 .list-transaction .main-body table.table tbody tr td.type-operation .value-type p {
      margin-left: 20px;
      font-size: 15px; }
    .theme-3-5 .list-transaction .main-body table.table tbody tr td.type-operation .value-type.use-funds .stroke {
      stroke: #00BCEC; }
    .theme-3-5 .list-transaction .main-body table.table tbody tr td.type-operation .value-type.use-funds .dot {
      fill: #00BCEC; }
    .theme-3-5 .list-transaction .main-body table.table tbody tr td.type-operation .value-type.payment .stroke {
      stroke: #44D751; }
    .theme-3-5 .list-transaction .main-body table.table tbody tr td.type-operation .value-type.payment .dot {
      fill: #44D751; }
    .theme-3-5 .list-transaction .main-body table.table tbody tr td.type-operation .value-type.return .stroke {
      stroke: #EBB500; }
    .theme-3-5 .list-transaction .main-body table.table tbody tr td.type-operation .value-type.return .dot {
      fill: #EBB500; }
.theme-3-5 .list-transaction .main-body table.table tbody tr td.operation {
  padding-right: 50px; }
  .theme-3-5 .list-transaction .main-body table.table tbody tr td.operation .value-operation p, .theme-3-5 .list-transaction .main-body table.table tbody tr td.operation .value-operation span {
    font-size: 15px;
    line-height: 20px; }
.theme-3-5 .list-transaction .main-body table.table tbody tr td.title .title-payment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .theme-3-5 .list-transaction .main-body table.table tbody tr td.title .title-payment .number-id {
    font-size: 15px;
    line-height: 29px; }
  .theme-3-5 .list-transaction .main-body table.table tbody tr td.title .title-payment .number-invoice {
    font-weight: 900;
    font-size: 15px;
    line-height: 29px; }
  .theme-3-5 .list-transaction .main-body table.table tbody tr td.title .title-payment p {
    font-size: 15px; }
  .theme-3-5 .list-transaction .main-body table.table tbody tr td.title .title-payment a {
    margin: 0 10px;
    margin-top: 3px;
    font-size: 15px;
    line-height: 29px; }
@media screen and (max-width: 1515px) {
  .theme-3-5 .list-transaction .main-body table.table tbody tr td.type-operation {
    padding-right: 30px; }
  .theme-3-5 .list-transaction .main-body table.table tbody tr td.operation {
    padding-right: 30px; }
  .theme-3-5 .list-transaction .main-body table.table tbody tr td:last-child {
    padding-left: 30px; } }
@media screen and (max-width: 1480px) {
  .theme-3-5 .list-transaction .main-body table.table tbody tr td.type-operation {
    padding-right: 8px; }
  .theme-3-5 .list-transaction .main-body table.table tbody tr td.operation {
    padding-right: 8px; }
  .theme-3-5 .list-transaction .main-body table.table tbody tr td:last-child {
    padding-left: 8px; } }
@media screen and (max-width: 1450px) {
  .theme-3-5 .list-transaction .main-body table.table thead tr th:nth-child(3) {
    display: none; }
  .theme-3-5 .list-transaction .main-body tbody tr td.operation {
    display: none; } }
@media screen and (max-width: 1180px) {
  .theme-3-5 .list-transaction .main-body table.table thead tr th:nth-child(3) {
    display: table-cell; }
  .theme-3-5 .list-transaction .main-body tbody tr td.operation {
    display: table-cell; } }
@media screen and (max-width: 1080px) {
  .theme-3-5 .list-transaction .main-body .list-item {
    border-bottom: 2px solid; }
  .theme-3-5 .list-transaction .main-body table.table {
    border: none; }
    .theme-3-5 .list-transaction .main-body table.table thead {
      display: none; }
      .theme-3-5 .list-transaction .main-body table.table thead tr th:nth-child(3) {
        display: table-cell; }
    .theme-3-5 .list-transaction .main-body table.table tbody tr {
      border: 2px solid;
      margin-top: 30px;
      display: table;
      clear: both;
      float: none;
      width: 100%; }
      .theme-3-5 .list-transaction .main-body table.table tbody tr:last-child {
        border: 2px solid; }
      .theme-3-5 .list-transaction .main-body table.table tbody tr td:first-child {
        padding-bottom: 0;
        display: block;
        float: left;
        width: 50%; }
      .theme-3-5 .list-transaction .main-body table.table tbody tr td.title {
        display: block;
        width: 100%;
        padding-left: 40px;
        padding-right: 40px;
        padding-top: 0;
        padding-bottom: 0; }
      .theme-3-5 .list-transaction .main-body table.table tbody tr td.type-operation {
        padding-right: 40px;
        padding-bottom: 0;
        display: block;
        float: right;
        width: 50%; }
        .theme-3-5 .list-transaction .main-body table.table tbody tr td.type-operation .value-type {
          -webkit-box-pack: end;
              -ms-flex-pack: end;
                  justify-content: flex-end; }
      .theme-3-5 .list-transaction .main-body table.table tbody tr td.operation {
        padding-top: 0;
        padding-bottom: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding-left: 40px;
        padding-right: 40px; }
        .theme-3-5 .list-transaction .main-body table.table tbody tr td.operation .value-operation {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-flow: row;
              flex-flow: row; }
      .theme-3-5 .list-transaction .main-body table.table tbody tr td.amount, .theme-3-5 .list-transaction .main-body table.table tbody tr td.balance-after {
        border-top: 2px solid;
        padding-top: 15px;
        padding-bottom: 15px;
        padding-right: 40px;
        padding-left: 40px;
        display: block;
        float: left;
        width: 50%; }
        .theme-3-5 .list-transaction .main-body table.table tbody tr td.amount .mobile-name, .theme-3-5 .list-transaction .main-body table.table tbody tr td.balance-after .mobile-name {
          display: block; }
      .theme-3-5 .list-transaction .main-body table.table tbody tr td.amount {
        text-align: left; }
      .theme-3-5 .list-transaction .main-body table.table tbody tr td.balance-after {
        border-left: 2px solid;
        float: right; } }
@media screen and (max-width: 700px) {
  .theme-3-5 .list-transaction .main-body .list-item .item-header .top-side .left-side .name {
    -ms-flex-flow: column;
        flex-flow: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
    .theme-3-5 .list-transaction .main-body .list-item .item-header .top-side .left-side .name .price-value {
      padding-left: 0; } }
@media screen and (max-width: 500px) {
  .theme-3-5 .list-transaction .main-body table.table tbody tr td.title {
    padding-left: 30px;
    padding-right: 30px; }
  .theme-3-5 .list-transaction .main-body table.table tbody tr td.type-operation {
    padding-right: 30px; }
  .theme-3-5 .list-transaction .main-body table.table tbody tr td.operation {
    padding-left: 30px;
    padding-right: 30px; }
  .theme-3-5 .list-transaction .main-body table.table tbody tr td.amount, .theme-3-5 .list-transaction .main-body table.table tbody tr td.balance-after {
    padding-right: 30px;
    padding-left: 30px; } }
@media screen and (max-width: 450px) {
  .theme-3-5 .list-transaction .main-body .list-item .item-header {
    padding: 20px; }
  .theme-3-5 .list-transaction .main-body table.table tbody tr td:first-child {
    padding-left: 20px; }
  .theme-3-5 .list-transaction .main-body table.table tbody tr td.title {
    padding-left: 20px;
    padding-right: 20px; }
  .theme-3-5 .list-transaction .main-body table.table tbody tr td.type-operation {
    padding-right: 20px; }
  .theme-3-5 .list-transaction .main-body table.table tbody tr td.operation {
    padding-left: 20px;
    padding-right: 20px; }
  .theme-3-5 .list-transaction .main-body table.table tbody tr td.amount, .theme-3-5 .list-transaction .main-body table.table tbody tr td.balance-after {
    padding-right: 20px;
    padding-left: 20px; } }
@media screen and (max-width: 420px) {
  .theme-3-5 .list-transaction .main-body .list-item .item-header .top-side .left-side .name .pending-funds {
    font-size: 18px;
    line-height: 25px; }
  .theme-3-5 .list-transaction .main-body table.table tbody tr {
    border-left: 0 !important;
    border-right: 0 !important; } }
.theme-3-5 .list-transaction.patch-07-03-04 .main-header {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
.theme-3-5 .list-transaction.patch-07-03-04 .main-body .list-item .item-header .top-side .left-side {
  max-width: 100%; }
  .theme-3-5 .list-transaction.patch-07-03-04 .main-body .list-item .item-header .top-side .left-side .name {
    max-width: 100%; }
.theme-3-5 .list-transaction.patch-07-03-04 .main-body table.table tbody tr td.amount .mobile-name, .theme-3-5 .list-transaction.patch-07-03-04 .main-body table.table tbody tr td.balance-after .mobile-name {
  display: none;
  font-size: 11px;
  font-weight: 900;
  line-height: 15px;
  text-transform: uppercase; }
.theme-3-5 .managing-limits .header-holder .header {
  padding: 0;
  height: 50px;
  margin-bottom: 40px; }
  .theme-3-5 .managing-limits .header-holder .header .limit-title {
    padding: 0; }
    .theme-3-5 .managing-limits .header-holder .header .limit-title h2 {
      font-size: 34px;
      font-weight: 300; }
.theme-3-5 .managing-limits .header-holder .limit-switch {
  padding: 0;
  clear: both;
  position: static;
  border: none;
  background-color: transparent; }
  .theme-3-5 .managing-limits .header-holder .limit-switch .main-service-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .theme-3-5 .managing-limits .header-holder .limit-switch .main-service-content .switch-box {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      max-width: 70%;
      -ms-flex-preferred-size: 70%;
          flex-basis: 70%; }
      .theme-3-5 .managing-limits .header-holder .limit-switch .main-service-content .switch-box .switch {
        margin-top: 0;
        margin-right: 40px; }
      .theme-3-5 .managing-limits .header-holder .limit-switch .main-service-content .switch-box .limit-description {
        padding-top: 5px; }
        .theme-3-5 .managing-limits .header-holder .limit-switch .main-service-content .switch-box .limit-description .why-limits {
          padding-top: 10px;
          font-size: 11px;
          font-weight: 900;
          letter-spacing: 1px;
          line-height: 15px;
          text-transform: uppercase; }
        .theme-3-5 .managing-limits .header-holder .limit-switch .main-service-content .switch-box .limit-description p {
          font-size: 28px;
          font-weight: 300;
          line-height: 38px; }
          .theme-3-5 .managing-limits .header-holder .limit-switch .main-service-content .switch-box .limit-description p span {
            font-weight: 800; }
    .theme-3-5 .managing-limits .header-holder .limit-switch .main-service-content .limit-cost {
      -ms-flex-preferred-size: 30%;
          flex-basis: 30%;
      max-width: 30%;
      border: 2px solid;
      border-left: none;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding: 0 40px; }
      .theme-3-5 .managing-limits .header-holder .limit-switch .main-service-content .limit-cost p:first-child {
        font-size: 12px;
        font-weight: 900;
        letter-spacing: 1px;
        line-height: 16px;
        text-transform: uppercase;
        padding-bottom: 10px;
        text-align: right; }
      .theme-3-5 .managing-limits .header-holder .limit-switch .main-service-content .limit-cost .price-value {
        font-size: 28px;
        font-weight: 300; }
.theme-3-5 .managing-limits .limit-panels-holder {
  clear: both;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .theme-3-5 .managing-limits .limit-panels-holder .limit-panel {
    border: 2px solid;
    padding: 50px;
    width: 100%; }
  .theme-3-5 .managing-limits .limit-panels-holder .limit-panel.center {
    margin: 0 50px; }
  .theme-3-5 .managing-limits .limit-panels-holder .configuration-panel {
    max-width: 30%;
    -ms-flex-preferred-size: 30%;
        flex-basis: 30%; }
.theme-3-5 .managing-limits .wrap-managing-limit .row {
  padding-bottom: 30px; }
.theme-3-5 .managing-limits .col-md-6:first-child {
  padding-left: 15px; }
.theme-3-5 .managing-limits .col-md-6:last-child {
  padding-right: 15px; }
.theme-3-5 .managing-limits .col-md-6 .wrap {
  border: 2px solid; }
  .theme-3-5 .managing-limits .col-md-6 .wrap .top table {
    width: 100%; }
    .theme-3-5 .managing-limits .col-md-6 .wrap .top table thead tr th {
      padding-top: 25px;
      padding-bottom: 20px;
      text-align: right; }
      .theme-3-5 .managing-limits .col-md-6 .wrap .top table thead tr th:first-child {
        padding-left: 40px; }
      .theme-3-5 .managing-limits .col-md-6 .wrap .top table thead tr th:last-child {
        padding-right: 40px; }
      .theme-3-5 .managing-limits .col-md-6 .wrap .top table thead tr th p {
        text-transform: uppercase;
        font-size: 11px;
        font-weight: 900;
        letter-spacing: 1px;
        line-height: 15px; }
    .theme-3-5 .managing-limits .col-md-6 .wrap .top table tbody {
      border-top: 2px solid; }
      .theme-3-5 .managing-limits .col-md-6 .wrap .top table tbody tr {
        border-bottom: 2px solid; }
        .theme-3-5 .managing-limits .col-md-6 .wrap .top table tbody tr:last-child {
          border-bottom-width: 0; }
        .theme-3-5 .managing-limits .col-md-6 .wrap .top table tbody tr td {
          padding-top: 15px;
          padding-bottom: 15px;
          text-align: right; }
          .theme-3-5 .managing-limits .col-md-6 .wrap .top table tbody tr td:first-child {
            padding-left: 40px; }
          .theme-3-5 .managing-limits .col-md-6 .wrap .top table tbody tr td:last-child {
            padding-right: 40px; }
          .theme-3-5 .managing-limits .col-md-6 .wrap .top table tbody tr td.daytime p {
            font-size: 18px;
            line-height: 28px; }
          .theme-3-5 .managing-limits .col-md-6 .wrap .top table tbody tr td.expenses p {
            font-size: 28px;
            font-weight: 300;
            line-height: 38px; }
          .theme-3-5 .managing-limits .col-md-6 .wrap .top table tbody tr td.expenses span {
            margin-left: 25px;
            font-size: 18px;
            line-height: 28px; }
          .theme-3-5 .managing-limits .col-md-6 .wrap .top table tbody tr td span.none {
            font-size: 18px;
            line-height: 28px; }
    .theme-3-5 .managing-limits .col-md-6 .wrap .top table.table-progress thead tr th:nth-child(2) {
      text-align: left; }
    .theme-3-5 .managing-limits .col-md-6 .wrap .top table.table-progress tbody tr {
      border-bottom: none; }
      .theme-3-5 .managing-limits .col-md-6 .wrap .top table.table-progress tbody tr td {
        padding-bottom: 0; }
        .theme-3-5 .managing-limits .col-md-6 .wrap .top table.table-progress tbody tr td:first-child {
          padding-right: 40px; }
        .theme-3-5 .managing-limits .col-md-6 .wrap .top table.table-progress tbody tr td.resource-name {
          padding-top: 10px;
          text-align: center; }
          .theme-3-5 .managing-limits .col-md-6 .wrap .top table.table-progress tbody tr td.resource-name p {
            text-transform: uppercase;
            font-size: 28px;
            font-weight: 300;
            line-height: 38px; }
        .theme-3-5 .managing-limits .col-md-6 .wrap .top table.table-progress tbody tr td.value-resource {
          padding-top: 10px;
          text-align: left; }
          .theme-3-5 .managing-limits .col-md-6 .wrap .top table.table-progress tbody tr td.value-resource p {
            font-size: 28px;
            font-weight: 900;
            line-height: 38px; }
        .theme-3-5 .managing-limits .col-md-6 .wrap .top table.table-progress tbody tr td.graduation-status {
          padding-top: 10px; }
          .theme-3-5 .managing-limits .col-md-6 .wrap .top table.table-progress tbody tr td.graduation-status p {
            font-size: 15px;
            line-height: 28px; }
      .theme-3-5 .managing-limits .col-md-6 .wrap .top table.table-progress tbody tr.progressbar td {
        padding-top: 0;
        padding-bottom: 0; }
        .theme-3-5 .managing-limits .col-md-6 .wrap .top table.table-progress tbody tr.progressbar td .progress {
          margin-bottom: 0;
          height: 10px;
          border-radius: 0; }
      .theme-3-5 .managing-limits .col-md-6 .wrap .top table.table-progress tbody tr.progressbar.scale-off-progress td .progress.progress-info .progress-bar.progress-bar-info {
        border: 2px solid; }
      .theme-3-5 .managing-limits .col-md-6 .wrap .top table.table-progress tbody tr.progressbar.scale-off-progress td .progress.progress-success .progress-bar.progress-bar-info {
        border: 2px solid; }
      .theme-3-5 .managing-limits .col-md-6 .wrap .top table.table-progress tbody tr.progressbar.scale-off-progress td .progress.progress-warning .progress-bar.progress-bar-info {
        border: 2px solid; }
      .theme-3-5 .managing-limits .col-md-6 .wrap .top table.table-progress tbody tr.progressbar.scale-on-progress td .progress.progress-info {
        border: 2px solid; }
        .theme-3-5 .managing-limits .col-md-6 .wrap .top table.table-progress tbody tr.progressbar.scale-on-progress td .progress.progress-info .progress-bar.progress-bar-info {
          border: 2px solid; }
      .theme-3-5 .managing-limits .col-md-6 .wrap .top table.table-progress tbody tr.progressbar.scale-on-progress td .progress.progress-success {
        border: 2px solid; }
        .theme-3-5 .managing-limits .col-md-6 .wrap .top table.table-progress tbody tr.progressbar.scale-on-progress td .progress.progress-success .progress-bar.progress-bar-info {
          border: 2px solid; }
      .theme-3-5 .managing-limits .col-md-6 .wrap .top table.table-progress tbody tr.progressbar.scale-on-progress td .progress.progress-warning {
        border: 2px solid; }
        .theme-3-5 .managing-limits .col-md-6 .wrap .top table.table-progress tbody tr.progressbar.scale-on-progress td .progress.progress-warning .progress-bar.progress-bar-info {
          border: 2px solid; }
      .theme-3-5 .managing-limits .col-md-6 .wrap .top table.table-progress tbody tr.progressbar.scale-no-limit-progress td .progress {
        position: relative; }
        .theme-3-5 .managing-limits .col-md-6 .wrap .top table.table-progress tbody tr.progressbar.scale-no-limit-progress td .progress.progress-info {
          border: 2px solid; }
          .theme-3-5 .managing-limits .col-md-6 .wrap .top table.table-progress tbody tr.progressbar.scale-no-limit-progress td .progress.progress-info .progress-bar.progress-bar-info {
            border: 2px solid; }
        .theme-3-5 .managing-limits .col-md-6 .wrap .top table.table-progress tbody tr.progressbar.scale-no-limit-progress td .progress .no-limit-anime {
          min-height: calc(100% + 4px);
          z-index: 24;
          width: 100%;
          left: 2px;
          top: -2px;
          position: absolute;
          content: ""; }
        .theme-3-5 .managing-limits .col-md-6 .wrap .top table.table-progress tbody tr.progressbar.scale-no-limit-progress td .progress.progress-success {
          border: 2px solid;
          position: relative; }
          .theme-3-5 .managing-limits .col-md-6 .wrap .top table.table-progress tbody tr.progressbar.scale-no-limit-progress td .progress.progress-success .progress-bar.progress-bar-info {
            border: 2px solid; }
        .theme-3-5 .managing-limits .col-md-6 .wrap .top table.table-progress tbody tr.progressbar.scale-no-limit-progress td .progress.progress-warning {
          border: 2px solid; }
          .theme-3-5 .managing-limits .col-md-6 .wrap .top table.table-progress tbody tr.progressbar.scale-no-limit-progress td .progress.progress-warning .progress-bar.progress-bar-info {
            border: 2px solid; }
      .theme-3-5 .managing-limits .col-md-6 .wrap .top table.table-progress tbody tr.action td {
        padding-top: 7px;
        padding-bottom: 10px; }
        .theme-3-5 .managing-limits .col-md-6 .wrap .top table.table-progress tbody tr.action td a {
          text-transform: uppercase;
          font-size: 11px;
          font-weight: 900;
          letter-spacing: 1px;
          line-height: 15px; }
      .theme-3-5 .managing-limits .col-md-6 .wrap .top table.table-progress tbody tr.active .value-resource p {
        font-size: 28px;
        font-weight: 300;
        line-height: 38px; }
      .theme-3-5 .managing-limits .col-md-6 .wrap .top table.table-progress tbody tr.active .graduation-status p {
        font-size: 28px;
        font-weight: 900;
        line-height: 38px; }
      .theme-3-5 .managing-limits .col-md-6 .wrap .top table.table-progress tbody tr.no-limit .value-resource p {
        font-size: 28px;
        font-weight: 300;
        line-height: 38px; }
      .theme-3-5 .managing-limits .col-md-6 .wrap .top table.table-progress tbody tr.no-limit .graduation-status p {
        font-size: 18px;
        font-weight: 900;
        line-height: 28px; }
  .theme-3-5 .managing-limits .col-md-6 .wrap .bottom {
    text-align: right;
    padding: 40px;
    border-top: 2px solid; }
    .theme-3-5 .managing-limits .col-md-6 .wrap .bottom a {
      margin-left: 20px; }
.theme-3-5 .managing-limits .add-info .buttons .button:first-child {
  border-right: 2px solid; }
.theme-3-5 .managing-limits .add-info .buttons .button:last-child {
  width: 100%; }
.theme-3-5 .managing-limits .add-info .buttons a span {
  font-size: 12px;
  font-weight: 500;
  line-height: 18px; }
@media screen and (max-width: 1700px) {
  .theme-3-5 .managing-limits .header-holder .limit-switch .main-service-content .switch-box {
    max-width: 60%;
    -ms-flex-preferred-size: 60%;
        flex-basis: 60%; }
    .theme-3-5 .managing-limits .header-holder .limit-switch .main-service-content .switch-box .switch {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
  .theme-3-5 .managing-limits .header-holder .limit-switch .main-service-content .limit-cost {
    max-width: 40%;
    -ms-flex-preferred-size: 40%;
        flex-basis: 40%; }
  .theme-3-5 .managing-limits .wrap-managing-limit {
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    width: 100%; }
  .theme-3-5 .managing-limits .add-info {
    width: 100%;
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%; }
    .theme-3-5 .managing-limits .add-info .buttons {
      -ms-flex-flow: row;
          flex-flow: row; }
      .theme-3-5 .managing-limits .add-info .buttons .button {
        min-width: auto;
        width: 100%;
        height: 70px; }
        .theme-3-5 .managing-limits .add-info .buttons .button:last-child {
          width: 100%; }
        .theme-3-5 .managing-limits .add-info .buttons .button a {
          padding: 15px 20px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-flow: row;
              flex-flow: row;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-pack: start;
              -ms-flex-pack: start;
                  justify-content: flex-start; }
          .theme-3-5 .managing-limits .add-info .buttons .button a .icon {
            margin-right: 10px;
            min-width: auto; }
          .theme-3-5 .managing-limits .add-info .buttons .button a span {
            min-width: auto;
            width: auto; }
  .theme-3-5 .managing-limits .col-md-6 .wrap .bottom {
    padding: 30px 40px; }
  .theme-3-5 .managing-limits .col-md-6 .wrap .top table.table-progress tbody tr td.value-resource p {
    font-size: 22px;
    line-height: 30px; }
  .theme-3-5 .managing-limits .col-md-6 .wrap .top table.table-progress tbody tr td.resource-name p {
    font-size: 22px;
    line-height: 30px; }
  .theme-3-5 .managing-limits .col-md-6 .wrap .top table.table-progress tbody tr.active .value-resource p {
    font-size: 22px;
    line-height: 30px; }
  .theme-3-5 .managing-limits .col-md-6 .wrap .top table.table-progress tbody tr.active .graduation-status p {
    font-size: 22px;
    line-height: 30px; }
  .theme-3-5 .managing-limits .col-md-6 .wrap .top table.table-progress tbody tr.no-limit .value-resource p {
    font-size: 22px;
    line-height: 30px; }
  .theme-3-5 .managing-limits .col-md-6 .wrap .top table tbody tr td span.none {
    font-size: 15px;
    line-height: 28px; }
  .theme-3-5 .managing-limits .col-md-6 .wrap .top table tbody tr td.expenses p {
    font-size: 22px;
    line-height: 30px; }
  .theme-3-5 .managing-limits .col-md-6 .wrap .top table tbody tr td.expenses span {
    margin-left: 10px; }
  .theme-3-5 .managing-limits .col-md-6 .wrap .top table tbody tr td.daytime p {
    font-size: 15px;
    line-height: 28px; } }
@media screen and (max-width: 1280px) {
  .theme-3-5 .managing-limits .add-info .buttons {
    width: 100%; } }
@media screen and (max-width: 992px) {
  .theme-3-5 .managing-limits .header-holder .header {
    margin-bottom: 25px; }
  .theme-3-5 .managing-limits .header-holder .limit-switch .main-service-content {
    -ms-flex-flow: column;
        flex-flow: column; }
    .theme-3-5 .managing-limits .header-holder .limit-switch .main-service-content .switch-box {
      max-width: 100%;
      width: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
      border-bottom: 0; }
    .theme-3-5 .managing-limits .header-holder .limit-switch .main-service-content .limit-cost {
      border-left: 2px solid;
      padding: 30px;
      width: 100%;
      max-width: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%; }
  .theme-3-5 .managing-limits .col-md-6 {
    padding-bottom: 30px; } }
@media screen and (max-width: 720px) {
  .theme-3-5 .managing-limits .header-holder .limit-switch .main-service-content .switch-box .switch {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-right: 25px; }
  .theme-3-5 .managing-limits .header-holder .limit-switch .main-service-content .switch-box .limit-description {
    text-align: left; }
    .theme-3-5 .managing-limits .header-holder .limit-switch .main-service-content .switch-box .limit-description p {
      font-size: 22px;
      line-height: 30px; }
  .theme-3-5 .managing-limits .header-holder .limit-switch .main-service-content .limit-cost p:first-child {
    text-align: left; } }
@media screen and (max-width: 550px) {
  .theme-3-5 .managing-limits .add-info .buttons {
    -ms-flex-flow: column;
        flex-flow: column; } }
@media screen and (max-width: 530px) {
  .theme-3-5 .managing-limits .col-md-6 .wrap .bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column;
        flex-flow: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .theme-3-5 .managing-limits .col-md-6 .wrap .bottom a:nth-child(2) {
      margin-top: 10px; } }
@media screen and (max-width: 510px) {
  .theme-3-5 .managing-limits .col-md-6 .wrap .top table thead tr th:last-child {
    padding-right: 30px;
    padding-left: 30px; }
  .theme-3-5 .managing-limits .col-md-6 .wrap .top table thead tr th:first-child {
    padding-left: 30px;
    padding-right: 30px; }
  .theme-3-5 .managing-limits .col-md-6 .wrap .top table.table-progress tbody tr td:first-child {
    padding-left: 30px; }
  .theme-3-5 .managing-limits .col-md-6 .wrap .top table.table-progress tbody tr td:last-child {
    padding-right: 30px; }
  .theme-3-5 .managing-limits .col-md-6 .wrap .top table tbody tr td:first-child {
    padding-left: 30px; }
  .theme-3-5 .managing-limits .col-md-6 .wrap .top table tbody tr td:last-child {
    padding-right: 30px; }
  .theme-3-5 .managing-limits .col-md-6 .wrap .bottom {
    padding: 30px; } }
@media screen and (max-width: 483px) {
  .theme-3-5 .managing-limits .col-md-6 .wrap .top table.table-progress tbody tr td.graduation-status p {
    line-height: 15px; } }
@media screen and (max-width: 420px) {
  .theme-3-5 .managing-limits .header-holder .header {
    padding: 0 30px; }
    .theme-3-5 .managing-limits .header-holder .header .limit-title h2 {
      font-size: 28px; }
  .theme-3-5 .managing-limits .add-info {
    padding: 0 30px; }
    .theme-3-5 .managing-limits .add-info .buttons .button:nth-of-type(even) {
      border-right: 2px solid; } }
@media screen and (max-width: 370px) {
  .theme-3-5 .managing-limits .header-holder .limit-switch .main-service-content .switch-box {
    -ms-flex-flow: column;
        flex-flow: column; }
  .theme-3-5 .managing-limits .header-holder .limit-switch .main-service-content .limit-cost {
    -ms-flex-flow: column;
        flex-flow: column; }
    .theme-3-5 .managing-limits .header-holder .limit-switch .main-service-content .limit-cost .btn-holder {
      margin-top: 20px; } }
.theme-3-5 .list-cron .main-body table.table thead {
  border-top: 2px solid; }
  .theme-3-5 .list-cron .main-body table.table thead tr th {
    padding-top: 12px;
    padding-bottom: 12px; }
.theme-3-5 .list-cron .main-body table.table tbody tr td {
  padding-top: 25px;
  padding-bottom: 25px; }
  .theme-3-5 .list-cron .main-body table.table tbody tr td .buttons-action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row;
        flex-flow: row;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
    .theme-3-5 .list-cron .main-body table.table tbody tr td .buttons-action .action-img-button {
      margin-left: 10px; }
    .theme-3-5 .list-cron .main-body table.table tbody tr td .buttons-action .page-menu {
      position: relative;
      z-index: 2; }
      .theme-3-5 .list-cron .main-body table.table tbody tr td .buttons-action .page-menu .menu-button {
        height: 40px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
        border: 2px solid;
        border-radius: 300px;
        padding: 0 20px;
        outline: none;
        transition: 0.3s; }
        .theme-3-5 .list-cron .main-body table.table tbody tr td .buttons-action .page-menu .menu-button:hover {
          border-color: #ff8522; }
          .theme-3-5 .list-cron .main-body table.table tbody tr td .buttons-action .page-menu .menu-button:hover svg .stroke {
            stroke: #ffaa60; }
      .theme-3-5 .list-cron .main-body table.table tbody tr td .buttons-action .page-menu .menu-content {
        box-shadow: 0 10px 20px 0 rgba(39, 49, 53, 0.1);
        position: absolute;
        top: 0;
        right: 0;
        width: 180px;
        overflow: hidden;
        height: 0px;
        transition: 0.3s;
        transition-delay: 0.3s; }
        .theme-3-5 .list-cron .main-body table.table tbody tr td .buttons-action .page-menu .menu-content:before {
          content: "";
          display: block;
          position: absolute;
          top: 0;
          right: 0;
          height: 100%;
          width: 100%;
          border: 2px solid;
          transition: 0.3s;
          z-index: 0; }
        .theme-3-5 .list-cron .main-body table.table tbody tr td .buttons-action .page-menu .menu-content ul {
          padding: 15px 0 20px;
          position: relative;
          display: block;
          width: calc(100% - 4px);
          left: 2px;
          opacity: 0;
          transition: 0.3s;
          transition-delay: 0s;
          z-index: 1; }
          .theme-3-5 .list-cron .main-body table.table tbody tr td .buttons-action .page-menu .menu-content ul li {
            display: block;
            width: 100%; }
            .theme-3-5 .list-cron .main-body table.table tbody tr td .buttons-action .page-menu .menu-content ul li:first-child {
              text-align: right; }
              .theme-3-5 .list-cron .main-body table.table tbody tr td .buttons-action .page-menu .menu-content ul li:first-child button {
                background-color: transparent;
                border: none; }
            .theme-3-5 .list-cron .main-body table.table tbody tr td .buttons-action .page-menu .menu-content ul li a {
              margin-left: 0;
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -ms-flex-flow: row nowrap;
                  flex-flow: row nowrap;
              -webkit-box-align: center;
                  -ms-flex-align: center;
                      align-items: center;
              padding: 10px 30px;
              transition: 0.2s;
              font-size: 16px;
              line-height: 24px; }
              .theme-3-5 .list-cron .main-body table.table tbody tr td .buttons-action .page-menu .menu-content ul li a svg {
                margin-right: 25px; }
            .theme-3-5 .list-cron .main-body table.table tbody tr td .buttons-action .page-menu .menu-content ul li:hover a {
              color: #FF8522; }
              .theme-3-5 .list-cron .main-body table.table tbody tr td .buttons-action .page-menu .menu-content ul li:hover a svg .dot {
                fill: #ff8522; }
              .theme-3-5 .list-cron .main-body table.table tbody tr td .buttons-action .page-menu .menu-content ul li:hover a svg .stroke {
                stroke: #ffaa60; }
              .theme-3-5 .list-cron .main-body table.table tbody tr td .buttons-action .page-menu .menu-content ul li:hover a svg .bg-2 {
                fill: #FFDFBA; }
      .theme-3-5 .list-cron .main-body table.table tbody tr td .buttons-action .page-menu.open {
        z-index: 3; }
        .theme-3-5 .list-cron .main-body table.table tbody tr td .buttons-action .page-menu.open .menu-content {
          transition-delay: 0s; }
          .theme-3-5 .list-cron .main-body table.table tbody tr td .buttons-action .page-menu.open .menu-content ul {
            opacity: 1;
            transition-delay: 0.3s; }
  .theme-3-5 .list-cron .main-body table.table tbody tr td.interval p, .theme-3-5 .list-cron .main-body table.table tbody tr td.program p, .theme-3-5 .list-cron .main-body table.table tbody tr td.aplication-url p, .theme-3-5 .list-cron .main-body table.table tbody tr td.profile p {
    font-size: 15px;
    line-height: 29px; }
  .theme-3-5 .list-cron .main-body table.table tbody tr td.program, .theme-3-5 .list-cron .main-body table.table tbody tr td.interval, .theme-3-5 .list-cron .main-body table.table tbody tr td.profile {
    padding-right: 50px; }
  .theme-3-5 .list-cron .main-body table.table tbody tr td.aplication-url {
    max-width: 400px; }
    .theme-3-5 .list-cron .main-body table.table tbody tr td.aplication-url p {
      word-break: break-all; }
  .theme-3-5 .list-cron .main-body table.table tbody tr td.status-cron .status {
    display: inline-block; }
    .theme-3-5 .list-cron .main-body table.table tbody tr td.status-cron .status:before, .theme-3-5 .list-cron .main-body table.table tbody tr td.status-cron .status:after {
      display: none; }
@media screen and (max-width: 1600px) {
  .theme-3-5 .list-cron .main-body table.table tbody tr td.interval, .theme-3-5 .list-cron .main-body table.table tbody tr td.program, .theme-3-5 .list-cron .main-body table.table tbody tr td.profile {
    padding-right: 8px; }
  .theme-3-5 .list-cron .main-body table.table tbody tr td.buttons-action {
    padding-left: 8px; } }
@media screen and (max-width: 1450px) {
  .theme-3-5 .list-cron .main-body .table.table thead tr th:nth-child(3) {
    display: table-cell; } }
@media screen and (max-width: 900px) {
  .theme-3-5 .list-cron .main-body .table.table thead {
    display: none; }
  .theme-3-5 .list-cron .main-body .table.table tbody tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
        flex-flow: row wrap; }
    .theme-3-5 .list-cron .main-body .table.table tbody tr td.interval {
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1; }
    .theme-3-5 .list-cron .main-body .table.table tbody tr td.program {
      -webkit-box-ordinal-group: 4;
          -ms-flex-order: 3;
              order: 3;
      padding: 0 40px;
      width: 100%; }
    .theme-3-5 .list-cron .main-body .table.table tbody tr td.aplication-url {
      -webkit-box-ordinal-group: 4;
          -ms-flex-order: 3;
              order: 3;
      width: 100%;
      max-width: none;
      padding: 0 40px; }
    .theme-3-5 .list-cron .main-body .table.table tbody tr td.profile {
      -webkit-box-ordinal-group: 5;
          -ms-flex-order: 4;
              order: 4;
      max-width: 100%;
      width: 100%;
      display: block;
      padding: 0 40px; }
    .theme-3-5 .list-cron .main-body .table.table tbody tr td.status-cron {
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2;
      padding-bottom: 0;
      text-align: right;
      padding-right: 40px;
      width: 50%; }
      .theme-3-5 .list-cron .main-body .table.table tbody tr td.status-cron .status {
        margin-right: 0; }
    .theme-3-5 .list-cron .main-body .table.table tbody tr td.buttons-action {
      -webkit-box-ordinal-group: 6;
          -ms-flex-order: 5;
              order: 5;
      width: 100%;
      padding-left: 40px;
      padding-right: 40px; }
      .theme-3-5 .list-cron .main-body .table.table tbody tr td.buttons-action .page-menu {
        margin-left: 10px;
        max-height: 36px; }
        .theme-3-5 .list-cron .main-body .table.table tbody tr td.buttons-action .page-menu .menu-button {
          height: 36px;
          padding: 0 17px; } }
@media screen and (max-width: 500px) {
  .theme-3-5 .list-cron .main-body .table.table tbody tr td.program {
    padding-left: 30px;
    padding-right: 30px; }
  .theme-3-5 .list-cron .main-body .table.table tbody tr td.aplication-url {
    padding-left: 30px;
    padding-right: 30px; }
  .theme-3-5 .list-cron .main-body .table.table tbody tr td.profile {
    padding-left: 30px;
    padding-right: 30px; }
  .theme-3-5 .list-cron .main-body .table.table tbody tr td.status-cron {
    padding-right: 30px; }
    .theme-3-5 .list-cron .main-body .table.table tbody tr td.status-cron .status {
      margin-right: 0; }
  .theme-3-5 .list-cron .main-body .table.table tbody tr td.buttons-action {
    padding-left: 30px;
    padding-right: 30px; } }
@media screen and (max-width: 450px) {
  .theme-3-5 .list-cron .main-body .table.table tbody tr td.program {
    padding-left: 20px;
    padding-right: 20px; }
  .theme-3-5 .list-cron .main-body .table.table tbody tr td.aplication-url {
    padding-left: 20px;
    padding-right: 20px; }
  .theme-3-5 .list-cron .main-body .table.table tbody tr td.profile {
    padding-left: 20px;
    padding-right: 20px; }
  .theme-3-5 .list-cron .main-body .table.table tbody tr td.status-cron {
    padding-right: 20px; }
  .theme-3-5 .list-cron .main-body .table.table tbody tr td.buttons-action {
    padding-left: 20px;
    padding-right: 20px; } }
.theme-3-5 .list-cron-events .main-body table.table tbody tr td p {
  font-size: 15px;
  line-height: 29px; }
.theme-3-5 .list-cron-events .main-body table.table tbody tr td.start-date, .theme-3-5 .list-cron-events .main-body table.table tbody tr td.end-date {
  min-width: 200px; }
@media screen and (max-width: 1450px) {
  .theme-3-5 .list-cron-events .main-body .table.table thead tr th:nth-child(3) {
    display: table-cell; } }
@media screen and (max-width: 1080px) {
  .theme-3-5 .list-cron-events .main-body .table.table thead {
    display: table-header-group; }
  .theme-3-5 .list-cron-events .main-body .table.table tbody tr {
    display: table-row; } }
@media screen and (max-width: 900px) {
  .theme-3-5 .list-cron-events .main-body .table.table thead {
    display: none; }
  .theme-3-5 .list-cron-events .main-body .table.table tbody tr {
    display: block; }
    .theme-3-5 .list-cron-events .main-body .table.table tbody tr td.start-date, .theme-3-5 .list-cron-events .main-body .table.table tbody tr td.end-date {
      padding-bottom: 0;
      display: block;
      float: left;
      width: 50%;
      min-width: auto; }
    .theme-3-5 .list-cron-events .main-body .table.table tbody tr td.end-date {
      padding-right: 40px;
      text-align: right; }
    .theme-3-5 .list-cron-events .main-body .table.table tbody tr td.buttons-action {
      display: block; }
    .theme-3-5 .list-cron-events .main-body .table.table tbody tr td.performed-task {
      display: block;
      width: 100%;
      padding-left: 40px;
      padding-right: 40px;
      padding-top: 0;
      padding-bottom: 0; } }
@media screen and (max-width: 500px) {
  .theme-3-5 .list-cron-events .main-body .table.table tbody tr td.end-date {
    padding-right: 30px; }
  .theme-3-5 .list-cron-events .main-body .table.table tbody tr td.performed-task {
    padding-left: 30px;
    padding-right: 30px; }
  .theme-3-5 .list-cron-events .main-body .table.table tbody tr td.buttons-action {
    padding-right: 30px;
    padding-left: 30px; } }
@media screen and (max-width: 450px) {
  .theme-3-5 .list-cron-events .main-body .table.table tbody tr td.end-date {
    padding-right: 20px; }
  .theme-3-5 .list-cron-events .main-body .table.table tbody tr td.performed-task {
    padding-left: 20px;
    padding-right: 20px; }
  .theme-3-5 .list-cron-events .main-body .table.table tbody tr td.buttons-action {
    padding-right: 20px;
    padding-left: 20px; } }
.theme-3-5 #domainList.ssh .main-list .list-item .item-body .content-2 .details-list .ssh-holder .first .article-bordered .options, .theme-3-5 #domainList.ssh .main-list .list-item .item-body .content-2 .details-list .ssh-holder .second .article-bordered .options, .theme-3-5 #domainList.ssh .main-list .list-item .item-body .content-2 .details-list .ssh-holder .third .article-bordered .options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .theme-3-5 #domainList.ssh .main-list .list-item .item-body .content-2 .details-list .ssh-holder .first .article-bordered .options p, .theme-3-5 #domainList.ssh .main-list .list-item .item-body .content-2 .details-list .ssh-holder .second .article-bordered .options p, .theme-3-5 #domainList.ssh .main-list .list-item .item-body .content-2 .details-list .ssh-holder .third .article-bordered .options p {
    font-size: 15px;
    line-height: 29px; }
    .theme-3-5 #domainList.ssh .main-list .list-item .item-body .content-2 .details-list .ssh-holder .first .article-bordered .options p:first-child, .theme-3-5 #domainList.ssh .main-list .list-item .item-body .content-2 .details-list .ssh-holder .second .article-bordered .options p:first-child, .theme-3-5 #domainList.ssh .main-list .list-item .item-body .content-2 .details-list .ssh-holder .third .article-bordered .options p:first-child {
      margin-right: 5px; }
    .theme-3-5 #domainList.ssh .main-list .list-item .item-body .content-2 .details-list .ssh-holder .first .article-bordered .options p:not(:last-child), .theme-3-5 #domainList.ssh .main-list .list-item .item-body .content-2 .details-list .ssh-holder .second .article-bordered .options p:not(:last-child), .theme-3-5 #domainList.ssh .main-list .list-item .item-body .content-2 .details-list .ssh-holder .third .article-bordered .options p:not(:last-child) {
      padding-bottom: 0; }
  .theme-3-5 #domainList.ssh .main-list .list-item .item-body .content-2 .details-list .ssh-holder .first .article-bordered .options span.light, .theme-3-5 #domainList.ssh .main-list .list-item .item-body .content-2 .details-list .ssh-holder .second .article-bordered .options span.light, .theme-3-5 #domainList.ssh .main-list .list-item .item-body .content-2 .details-list .ssh-holder .third .article-bordered .options span.light {
    font-size: 15px;
    line-height: 29px; }
.theme-3-5 #domainList.ssh .main-list .list-item .item-body .content-2 .details-list .ssh-holder .third {
  padding: 35px 45px 35px 45px; }
  .theme-3-5 #domainList.ssh .main-list .list-item .item-body .content-2 .details-list .ssh-holder .third .catalog {
    word-break: break-all;
    font-size: 15px;
    line-height: 29px; }
.theme-3-5 #domainList.ssh .buttons-action-bottom .btn {
  margin-left: 20px; }
  .theme-3-5 #domainList.ssh .buttons-action-bottom .btn.btn-img.btn-grey svg .dot {
    fill: #afb9c2; }
  .theme-3-5 #domainList.ssh .buttons-action-bottom .btn.btn-img.btn-grey svg .bg-2 {
    fill: #e8eef4; }
.theme-3-5 #domainList.ssh .add-info .catalog {
  padding-top: 20px; }
  .theme-3-5 #domainList.ssh .add-info .catalog p {
    font-size: 15px;
    line-height: 24px; }
.theme-3-5 #domainList.ssh .add-info .buttons {
  margin-top: -2px; }
  .theme-3-5 #domainList.ssh .add-info .buttons.yellow-action {
    border: 2px solid #FFD500; }
    .theme-3-5 #domainList.ssh .add-info .buttons.yellow-action .button {
      border-bottom: 0;
      border-right: 0;
      background-color: #FFFCF0; }
      .theme-3-5 #domainList.ssh .add-info .buttons.yellow-action .button a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: row;
            flex-flow: row;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        .theme-3-5 #domainList.ssh .add-info .buttons.yellow-action .button a .icon, .theme-3-5 #domainList.ssh .add-info .buttons.yellow-action .button a span {
          min-width: auto;
          width: auto; }
        .theme-3-5 #domainList.ssh .add-info .buttons.yellow-action .button a .icon {
          margin-right: 20px; }
@media screen and (max-width: 1650px) {
  .theme-3-5 #domainList.ssh .main-list .list-item .item-body .content-2 .details-list .ssh-holder .third {
    -ms-flex-flow: column;
        flex-flow: column; } }
@media screen and (max-width: 1280px) {
  .theme-3-5 #domainList.ssh .add-info {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-flow: column;
        flex-flow: column; }
    .theme-3-5 #domainList.ssh .add-info .main-info {
      margin-right: 0; }
    .theme-3-5 #domainList.ssh .add-info .buttons {
      width: calc(50% - 30px); } }
@media screen and (max-width: 1260px) {
  .theme-3-5 #domainList.ssh .add-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }
@media screen and (max-width: 700px) {
  .theme-3-5 #domainList.ssh .main-list .list-item .item-header {
    padding-bottom: 30px; }
    .theme-3-5 #domainList.ssh .main-list .list-item .item-header .top-side {
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; }
  .theme-3-5 #domainList.ssh .add-info .buttons {
    width: 100%; } }
@media screen and (max-width: 550px) {
  .theme-3-5 #domainList.ssh .main-list .list-item .item-body .content-2 .details-list .ssh-holder .buttons-action-bottom {
    -ms-flex-flow: column;
        flex-flow: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; }
    .theme-3-5 #domainList.ssh .main-list .list-item .item-body .content-2 .details-list .ssh-holder .buttons-action-bottom a:last-child {
      margin-top: 20px; } }
@media screen and (max-width: 420px) {
  .theme-3-5 #domainList.ssh .main-list .list-item .item-body .content-2 .details-list .ssh-holder .first, .theme-3-5 #domainList.ssh .main-list .list-item .item-body .content-2 .details-list .ssh-holder .second, .theme-3-5 #domainList.ssh .main-list .list-item .item-body .content-2 .details-list .ssh-holder .third, .theme-3-5 #domainList.ssh .main-list .list-item .item-body .content-2 .details-list .ssh-holder .buttons-action-bottom {
    padding: 30px; }
  .theme-3-5 #domainList.ssh .main-list .list-item .item-body .content-2 .details-list .ssh-holder .buttons-action-bottom a {
    width: 100%; }
  .theme-3-5 #domainList.ssh .add-info {
    padding: 0 30px; } }
.theme-3-5 .user-list .main-list .list-item .item-body .content-2 .details-list .user-holder .header-name-user {
  padding-bottom: 40px;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-flow: row;
      flex-flow: row; }
  .theme-3-5 .user-list .main-list .list-item .item-body .content-2 .details-list .user-holder .header-name-user p {
    font-size: 28px;
    line-height: 32px;
    margin-right: 20px;
    word-break: break-all;
    display: inline; }
  .theme-3-5 .user-list .main-list .list-item .item-body .content-2 .details-list .user-holder .header-name-user .left-side {
    width: 100%;
    padding: 40px 40px 0 40px; }
  .theme-3-5 .user-list .main-list .list-item .item-body .content-2 .details-list .user-holder .header-name-user .right-side {
    width: 100%;
    margin-top: 40px;
    padding: 0 40px; }
    .theme-3-5 .user-list .main-list .list-item .item-body .content-2 .details-list .user-holder .header-name-user .right-side .flex a {
      cursor: pointer;
      margin-left: 20px; }
      .theme-3-5 .user-list .main-list .list-item .item-body .content-2 .details-list .user-holder .header-name-user .right-side .flex a svg .dot {
        fill: #afb9c2; }
.theme-3-5 .user-list .main-list .list-item .item-body .content-2 .details-list .user-holder .first .article-title, .theme-3-5 .user-list .main-list .list-item .item-body .content-2 .details-list .user-holder .second .article-title, .theme-3-5 .user-list .main-list .list-item .item-body .content-2 .details-list .user-holder .third .article-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .theme-3-5 .user-list .main-list .list-item .item-body .content-2 .details-list .user-holder .first .article-title span, .theme-3-5 .user-list .main-list .list-item .item-body .content-2 .details-list .user-holder .second .article-title span, .theme-3-5 .user-list .main-list .list-item .item-body .content-2 .details-list .user-holder .third .article-title span {
    margin-right: 10px; }
@media screen and (max-width: 992px) {
  .theme-3-5 .user-list .main-list .list-item .item-body .content-2 .details-list .user-holder .header-name-user {
    -ms-flex-flow: column;
        flex-flow: column; } }
@media screen and (max-width: 728px) {
  .theme-3-5 .user-list .main-list .list-item .item-header {
    padding-bottom: 30px !important; }
    .theme-3-5 .user-list .main-list .list-item .item-header .top-side {
      -webkit-box-align: start !important;
          -ms-flex-align: start !important;
              align-items: flex-start !important; }
    .theme-3-5 .user-list .main-list .list-item .item-header .left-side .name .adress {
      font-size: 22px; } }
@media screen and (max-width: 700px) {
  .theme-3-5 .user-list .main-list .list-item .item-header {
    padding-bottom: 30px !important; }
    .theme-3-5 .user-list .main-list .list-item .item-header .top-side {
      -webkit-box-align: start !important;
          -ms-flex-align: start !important;
              align-items: flex-start !important; }
    .theme-3-5 .user-list .main-list .list-item .item-header .left-side .name .adress {
      font-size: 22px; }
  .theme-3-5 .user-list .main-list .list-item .item-body .content-2 .details-list .user-holder .header-name-user p {
    font-size: 24px; } }
@media screen and (max-width: 600px) {
  .theme-3-5 .user-list .main-list .list-item .item-header {
    padding-bottom: 0px !important; }
  .theme-3-5 .user-list .main-list .list-item .item-body .content-2 .details-list .user-holder .row .second, .theme-3-5 .user-list .main-list .list-item .item-body .content-2 .details-list .user-holder .row .first, .theme-3-5 .user-list .main-list .list-item .item-body .content-2 .details-list .user-holder .row .third {
    padding: 30px !important; } }
@media screen and (max-width: 520px) {
  .theme-3-5 .user-list .main-list .list-item .item-body .content-2 .details-list .user-holder .header-name-user .right-side .flex {
    -ms-flex-flow: column;
        flex-flow: column; }
    .theme-3-5 .user-list .main-list .list-item .item-body .content-2 .details-list .user-holder .header-name-user .right-side .flex a {
      margin-left: 0px; }
      .theme-3-5 .user-list .main-list .list-item .item-body .content-2 .details-list .user-holder .header-name-user .right-side .flex a:last-child {
        margin-top: 10px; } }
@media screen and (max-width: 420px) {
  .theme-3-5 .user-list .main-action-info-panel .main-header {
    padding: 0; }
    .theme-3-5 .user-list .main-action-info-panel .main-header .left-side .pages h2 {
      font-size: 24px; } }
.theme-3-5 #raports .raports-title {
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-bottom: 5px; }
.theme-3-5 #raports .main-body .list-item {
  border: 0; }
  .theme-3-5 #raports .main-body .list-item .item-header {
    padding: 40px;
    border: 2px solid;
    border-bottom: none; }
    .theme-3-5 #raports .main-body .list-item .item-header .top-side .left-side {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .theme-3-5 #raports .main-body .list-item .item-header .top-side .left-side a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        border: 2px solid;
        border-radius: 300px;
        padding: 0 20px;
        outline: none;
        transition: 0.3s; }
        .theme-3-5 #raports .main-body .list-item .item-header .top-side .left-side a:hover {
          border: 2px solid; }
    .theme-3-5 #raports .main-body .list-item .item-header .top-side .right-side .block {
      margin-left: 60px; }
    .theme-3-5 #raports .main-body .list-item .item-header .top-side .right-side .text-holder {
      text-align: right;
      white-space: nowrap; }
      .theme-3-5 #raports .main-body .list-item .item-header .top-side .right-side .text-holder .total-amount {
        font-size: 28px;
        font-weight: 900; }
    .theme-3-5 #raports .main-body .list-item .item-header .top-side .right-side .img-text {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      white-space: nowrap; }
      .theme-3-5 #raports .main-body .list-item .item-header .top-side .right-side .img-text .image-holder {
        margin-right: 20px; }
      .theme-3-5 #raports .main-body .list-item .item-header .top-side .right-side .img-text .text-holder {
        text-align: left; }
        .theme-3-5 #raports .main-body .list-item .item-header .top-side .right-side .img-text .text-holder .amount {
          font-size: 28px;
          font-weight: 300; }
  .theme-3-5 #raports .main-body .list-item .item-body-table .table-wrapper .title-wrapper {
    width: 120px;
    text-align: right;
    margin-right: 30px; }
  .theme-3-5 #raports .main-body .list-item .item-body-table .table-wrapper .thead {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    border: 2px solid;
    border-bottom: none; }
    .theme-3-5 #raports .main-body .list-item .item-body-table .table-wrapper .thead li {
      min-height: 35px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      padding-bottom: 11px; }
      .theme-3-5 #raports .main-body .list-item .item-body-table .table-wrapper .thead li span {
        padding: 0; }
    .theme-3-5 #raports .main-body .list-item .item-body-table .table-wrapper .thead .date {
      min-width: 200px; }
    .theme-3-5 #raports .main-body .list-item .item-body-table .table-wrapper .thead .suma {
      min-width: 220px;
      border-left: 2px solid;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      padding-right: 30px; }
    .theme-3-5 #raports .main-body .list-item .item-body-table .table-wrapper .thead .costs {
      width: 100%;
      border-left: 2px solid;
      -webkit-box-pack: space-evenly;
          -ms-flex-pack: space-evenly;
              justify-content: space-evenly; }
    .theme-3-5 #raports .main-body .list-item .item-body-table .table-wrapper .thead .limits {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end;
      border-left: 2px solid; }
      .theme-3-5 #raports .main-body .list-item .item-body-table .table-wrapper .thead .limits span {
        display: inline-block; }
      .theme-3-5 #raports .main-body .list-item .item-body-table .table-wrapper .thead .limits .text-wrapper {
        width: 90px;
        text-align: left; }
        .theme-3-5 #raports .main-body .list-item .item-body-table .table-wrapper .thead .limits .text-wrapper .limits-name {
          font-size: 11px;
          font-weight: 900;
          letter-spacing: 1px;
          text-transform: uppercase; }
        .theme-3-5 #raports .main-body .list-item .item-body-table .table-wrapper .thead .limits .text-wrapper .limits-amount {
          font-size: 12px;
          font-weight: 500;
          padding-top: 10px; }
  .theme-3-5 #raports .main-body .list-item .item-body-table .table-wrapper .tbody {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    border: 2px solid; }
    .theme-3-5 #raports .main-body .list-item .item-body-table .table-wrapper .tbody:not(:last-child) {
      border-bottom: none; }
    .theme-3-5 #raports .main-body .list-item .item-body-table .table-wrapper .tbody li {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      padding: 30px 0; }
    .theme-3-5 #raports .main-body .list-item .item-body-table .table-wrapper .tbody .date {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      min-width: 200px; }
      .theme-3-5 #raports .main-body .list-item .item-body-table .table-wrapper .tbody .date span {
        font-size: 15px;
        line-height: 20px; }
        .theme-3-5 #raports .main-body .list-item .item-body-table .table-wrapper .tbody .date span:last-child {
          font-weight: 900; }
      .theme-3-5 #raports .main-body .list-item .item-body-table .table-wrapper .tbody .date svg {
        margin: 0 10px; }
    .theme-3-5 #raports .main-body .list-item .item-body-table .table-wrapper .tbody .suma {
      min-width: 220px;
      border-left: 2px solid;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      padding-right: 30px; }
      .theme-3-5 #raports .main-body .list-item .item-body-table .table-wrapper .tbody .suma span {
        font-size: 18px;
        font-weight: 900; }
    .theme-3-5 #raports .main-body .list-item .item-body-table .table-wrapper .tbody .costs {
      width: 100%;
      border-left: 2px solid;
      -webkit-box-pack: space-evenly;
          -ms-flex-pack: space-evenly;
              justify-content: space-evenly; }
      .theme-3-5 #raports .main-body .list-item .item-body-table .table-wrapper .tbody .costs span:not(:first-child) {
        font-size: 15px;
        font-weight: 500; }
    .theme-3-5 #raports .main-body .list-item .item-body-table .table-wrapper .tbody .limits {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end;
      border-left: 2px solid; }
      .theme-3-5 #raports .main-body .list-item .item-body-table .table-wrapper .tbody .limits span {
        padding-bottom: 0;
        display: inline-block; }
      .theme-3-5 #raports .main-body .list-item .item-body-table .table-wrapper .tbody .limits .title-wrapper p {
        padding: 0; }
      .theme-3-5 #raports .main-body .list-item .item-body-table .table-wrapper .tbody .limits .title-wrapper p:not(:first-child) {
        padding-top: 11px; }
      .theme-3-5 #raports .main-body .list-item .item-body-table .table-wrapper .tbody .limits .text-wrapper {
        white-space: nowrap;
        width: 90px;
        text-align: left; }
        .theme-3-5 #raports .main-body .list-item .item-body-table .table-wrapper .tbody .limits .text-wrapper .limits-name {
          font-size: 15px;
          font-weight: 900;
          letter-spacing: 1px;
          text-transform: uppercase; }
        .theme-3-5 #raports .main-body .list-item .item-body-table .table-wrapper .tbody .limits .text-wrapper .limits-amount {
          font-size: 12px;
          font-weight: 500;
          padding-top: 10px; }
        .theme-3-5 #raports .main-body .list-item .item-body-table .table-wrapper .tbody .limits .text-wrapper .cpu-color {
          text-transform: capitalize; }
@media screen and (max-width: 1800px) {
  .theme-3-5 #raports .main-body .list-item .item-header .top-side .right-side .block {
    margin-left: 20px; } }
@media screen and (max-width: 1600px) {
  .theme-3-5 #raports .main-body .list-item .item-header {
    padding: 0; }
    .theme-3-5 #raports .main-body .list-item .item-header .top-side {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      .theme-3-5 #raports .main-body .list-item .item-header .top-side .left-side {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        border-bottom: 2px solid;
        max-width: unset;
        padding: 20px; }
      .theme-3-5 #raports .main-body .list-item .item-header .top-side .right-side {
        width: 100%;
        -ms-flex-flow: wrap;
            flex-flow: wrap;
        -ms-flex-pack: distribute;
            justify-content: space-around; }
        .theme-3-5 #raports .main-body .list-item .item-header .top-side .right-side .block {
          margin: 0;
          padding: 20px; }
  .theme-3-5 #raports .main-body .list-item .item-body-table .table-wrapper .thead .date {
    min-width: 130px; }
  .theme-3-5 #raports .main-body .list-item .item-body-table .table-wrapper .thead .suma {
    min-width: 100px;
    padding-right: 10px; }
  .theme-3-5 #raports .main-body .list-item .item-body-table .table-wrapper .thead .costs .raports-title:first-child {
    display: none; }
  .theme-3-5 #raports .main-body .list-item .item-body-table .table-wrapper .thead .limits .text-wrapper {
    width: 70px; }
  .theme-3-5 #raports .main-body .list-item .item-body-table .table-wrapper .tbody .date {
    min-width: 130px; }
  .theme-3-5 #raports .main-body .list-item .item-body-table .table-wrapper .tbody .suma {
    min-width: 100px;
    padding-right: 10px; }
  .theme-3-5 #raports .main-body .list-item .item-body-table .table-wrapper .tbody .costs .raports-title {
    display: none; }
  .theme-3-5 #raports .main-body .list-item .item-body-table .table-wrapper .tbody .limits .text-wrapper {
    width: 70px; } }
@media screen and (max-width: 950px) {
  .theme-3-5 #raports .main-body .list-item .item-header {
    margin-bottom: 40px;
    border-bottom: 2px solid; }
  .theme-3-5 #raports .main-body .list-item .item-body-table .table-wrapper .thead {
    display: none; }
  .theme-3-5 #raports .main-body .list-item .item-body-table .table-wrapper .tbody {
    margin-bottom: 20px;
    border-bottom: 2px solid;
    -ms-flex-flow: wrap;
        flex-flow: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .theme-3-5 #raports .main-body .list-item .item-body-table .table-wrapper .tbody:not(:last-child) {
      border-bottom: 2px solid; }
    .theme-3-5 #raports .main-body .list-item .item-body-table .table-wrapper .tbody .date, .theme-3-5 #raports .main-body .list-item .item-body-table .table-wrapper .tbody .suma {
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1;
      border: none;
      padding: 20px;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
    .theme-3-5 #raports .main-body .list-item .item-body-table .table-wrapper .tbody .limits, .theme-3-5 #raports .main-body .list-item .item-body-table .table-wrapper .tbody .costs {
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2;
      border: none;
      -webkit-box-pack: space-evenly;
          -ms-flex-pack: space-evenly;
              justify-content: space-evenly;
      padding-left: 20px; }
      .theme-3-5 #raports .main-body .list-item .item-body-table .table-wrapper .tbody .limits .raports-title, .theme-3-5 #raports .main-body .list-item .item-body-table .table-wrapper .tbody .costs .raports-title {
        display: block;
        min-width: 130px;
        text-align: left; }
      .theme-3-5 #raports .main-body .list-item .item-body-table .table-wrapper .tbody .limits .title-wrapper, .theme-3-5 #raports .main-body .list-item .item-body-table .table-wrapper .tbody .costs .title-wrapper {
        min-width: 130px;
        margin: 0;
        text-align: left; }
      .theme-3-5 #raports .main-body .list-item .item-body-table .table-wrapper .tbody .limits .text-wrapper, .theme-3-5 #raports .main-body .list-item .item-body-table .table-wrapper .tbody .costs .text-wrapper {
        width: unset;
        min-width: 70px; }
    .theme-3-5 #raports .main-body .list-item .item-body-table .table-wrapper .tbody .costs {
      padding-top: 0; }
      .theme-3-5 #raports .main-body .list-item .item-body-table .table-wrapper .tbody .costs span {
        min-width: 70px; }
        .theme-3-5 #raports .main-body .list-item .item-body-table .table-wrapper .tbody .costs span:not(:first-child) {
          font-size: 12px; }
    .theme-3-5 #raports .main-body .list-item .item-body-table .table-wrapper .tbody .limits {
      padding-top: 40px;
      padding-bottom: 10px;
      border-top: 2px solid; }
      .theme-3-5 #raports .main-body .list-item .item-body-table .table-wrapper .tbody .limits .text-wrapper {
        position: relative; }
        .theme-3-5 #raports .main-body .list-item .item-body-table .table-wrapper .tbody .limits .text-wrapper:nth-child(2)::before, .theme-3-5 #raports .main-body .list-item .item-body-table .table-wrapper .tbody .limits .text-wrapper:nth-child(3)::before, .theme-3-5 #raports .main-body .list-item .item-body-table .table-wrapper .tbody .limits .text-wrapper:nth-child(4)::before {
          font-size: 11px;
          font-weight: 900;
          letter-spacing: 1px;
          position: absolute;
          top: -20px; }
        .theme-3-5 #raports .main-body .list-item .item-body-table .table-wrapper .tbody .limits .text-wrapper:nth-child(2)::before {
          content: 'CPU'; }
        .theme-3-5 #raports .main-body .list-item .item-body-table .table-wrapper .tbody .limits .text-wrapper:nth-child(3)::before {
          content: 'RAM'; }
        .theme-3-5 #raports .main-body .list-item .item-body-table .table-wrapper .tbody .limits .text-wrapper:nth-child(4)::before {
          content: 'SSD'; } }
@media screen and (max-width: 550px) {
  .theme-3-5 #raports .main-header .left-side a em {
    display: none; }
  .theme-3-5 #raports .main-body .list-item .item-header .top-side .left-side a {
    padding: 0;
    border: none; }
    .theme-3-5 #raports .main-body .list-item .item-header .top-side .left-side a:hover {
      border: none; }
  .theme-3-5 #raports .main-body .list-item .item-header .top-side .right-side {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .theme-3-5 #raports .main-body .list-item .item-header .top-side .right-side .img-text {
      width: 100%; }
      .theme-3-5 #raports .main-body .list-item .item-header .top-side .right-side .img-text .text-holder {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; }
        .theme-3-5 #raports .main-body .list-item .item-header .top-side .right-side .img-text .text-holder .raports-title {
          -webkit-box-ordinal-group: 2;
              -ms-flex-order: 1;
                  order: 1;
          min-width: 80px; }
        .theme-3-5 #raports .main-body .list-item .item-header .top-side .right-side .img-text .text-holder .image-holder {
          min-width: 50px;
          -webkit-box-ordinal-group: 3;
              -ms-flex-order: 2;
                  order: 2;
          margin: 0; }
        .theme-3-5 #raports .main-body .list-item .item-header .top-side .right-side .img-text .text-holder .amount {
          min-width: 150px;
          -webkit-box-ordinal-group: 4;
              -ms-flex-order: 3;
                  order: 3;
          text-align: right; }
    .theme-3-5 #raports .main-body .list-item .item-header .top-side .right-side .text-holder {
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; } }
.theme-3-5 .action-example {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
  text-decoration: none;
  transition: 0.3s;
  padding: 30px 0 20px 0;
  cursor: pointer; }
  .theme-3-5 .action-example:active {
    -webkit-transform: scale(0.92);
            transform: scale(0.92); }
.theme-3-5 .message-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
  border-bottom: 2px solid; }
  .theme-3-5 .message-item:last-child {
    border-bottom: 0px solid; }
  .theme-3-5 .message-item .icon {
    max-width: 20px;
    width: 100%;
    margin-right: 10px;
    padding-top: 1px; }
    .theme-3-5 .message-item .icon svg {
      width: 100%; }
  .theme-3-5 .message-item .desc .desc-tittle {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 18px;
    margin-bottom: 10px; }
  .theme-3-5 .message-item .desc .desc-content {
    font-size: 14px;
    line-height: 19px;
    margin-bottom: 10px;
    padding-top: 0px; }
  .theme-3-5 .message-item .desc .desc-time {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 16px;
    text-transform: uppercase;
    text-align: right; }
.theme-3-5 .blank-content {
  width: 100%;
  height: 100%;
  position: relative; }
  .theme-3-5 .blank-content .color-block {
    background-color: #E8EEF4;
    height: 100px;
    margin-bottom: 40px; }
    .theme-3-5 .blank-content .color-block:nth-child(2) {
      opacity: 0.9; }
    .theme-3-5 .blank-content .color-block:nth-child(3) {
      opacity: 0.7; }
    .theme-3-5 .blank-content .color-block:nth-child(4) {
      opacity: 0.4; }
    .theme-3-5 .blank-content .color-block:nth-child(5) {
      opacity: 0.2; }
  .theme-3-5 .blank-content .zero-logo {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
@media screen and (max-width: 600px) {
  .theme-3-5 .blank-content .color-block:nth-child(4) {
    display: none; }
  .theme-3-5 .blank-content .color-block:nth-child(5) {
    display: none; } }
.theme-3-5 .statistic-server .main-list .statistic-list-item .body-statistic.bg-rows .chart-line .legend-border ul li span.www-brd {
  border-color: #ff8522 !important;
  background-color: rgba(255, 133, 34, 0.5) !important; }
.theme-3-5 .statistic-server .main-list .statistic-list-item .body-statistic.bg-rows .chart-line .legend-border ul li span.estimation-brd {
  border-color: #ffbb80 !important;
  background-color: rgba(255, 187, 128, 0.5) !important; }
.theme-3-5 .statistic-server .main-list .statistic-list-item .body-statistic.bg-rows .chart-line .legend-border ul li span.network-brd {
  border-color: #44D751;
  background-color: #9FF4A7; }
.theme-3-5 .statistic-server .main-list .statistic-list-item .body-statistic.bg-rows .chart-line .legend-border ul li span.estimation-brd-network {
  border-color: #9FF4A7;
  background-color: #DCFFDF; }
.theme-3-5 .statistic-server .main-list .statistic-list-item .body-statistic.bg-rows .chart-line .legend-border ul li span.save-brd {
  border-color: #ff5959;
  background-color: rgba(255, 89, 89, 0.5); }
.theme-3-5 .statistic-server .main-list .statistic-list-item .body-statistic.bg-rows .chart-line .legend-border ul li span.load-brd {
  border-color: #00bcec;
  background-color: rgba(0, 188, 236, 0.5); }
.theme-3-5 .statistic-server .main-list .statistic-list-item.full-width-chart .tab-content .body-statistic .chart-line {
  height: 250px; }
.theme-3-5 .statistic-server .main-list .statistic-list-item.full-width-chart .tab-content .body-statistic .chart-js {
  width: 100%; }
@media screen and (max-width: 960px) {
  .theme-3-5 .statistic-server .main-list .statistic-list-item .main-header-statistic-action .action-left {
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .theme-3-5 .statistic-server .main-list .statistic-list-item .main-header-statistic-action .action-left .name-statistics, .theme-3-5 .statistic-server .main-list .statistic-list-item .main-header-statistic-action .action-left a.btn {
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1;
      margin-bottom: 30px; }
    .theme-3-5 .statistic-server .main-list .statistic-list-item .main-header-statistic-action .action-left a.btn {
      margin-right: 0; }
    .theme-3-5 .statistic-server .main-list .statistic-list-item .main-header-statistic-action .action-left .medium-tabs, .theme-3-5 .statistic-server .main-list .statistic-list-item .main-header-statistic-action .action-left .buttons-refresh {
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2; }
    .theme-3-5 .statistic-server .main-list .statistic-list-item .main-header-statistic-action .action-left .name-statistics svg {
      display: none; }
    .theme-3-5 .statistic-server .main-list .statistic-list-item .main-header-statistic-action .action-left .name-statistics h3 {
      padding-left: 0; }
    .theme-3-5 .statistic-server .main-list .statistic-list-item .main-header-statistic-action .action-left .medium-tabs {
      margin-right: 20px; } }
@media screen and (max-width: 800px) {
  .theme-3-5 .statistic-server .main-list .statistic-list-item.full-width-chart .tab-content .body-statistic {
    min-height: unset; }
    .theme-3-5 .statistic-server .main-list .statistic-list-item.full-width-chart .tab-content .body-statistic .chart-line {
      height: auto; } }
@media screen and (max-width: 550px) {
  .theme-3-5 .statistic-server .main-list .statistic-list-item {
    padding: 15px; } }
@media screen and (max-width: 510px) {
  .theme-3-5 .statistic-server .main-list .statistic-list-item .main-header-statistic-action .action-left .name-statistics h3 {
    font-size: 20px; }
  .theme-3-5 .statistic-server .main-list .statistic-list-item .main-header-statistic-action .action-left .buttons-refresh {
    padding-left: 0; } }
.theme-3-5 .statistics-estimation .alert.alert-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row;
      flex-flow: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .theme-3-5 .statistics-estimation .alert.alert-info .left-action-alert {
    max-width: 60%;
    -ms-flex-preferred-size: 60%;
        flex-basis: 60%; }
  .theme-3-5 .statistics-estimation .alert.alert-info .right-action-alert {
    max-width: 40%;
    -ms-flex-preferred-size: 40%;
        flex-basis: 40%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column;
        flex-flow: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; }
    .theme-3-5 .statistics-estimation .alert.alert-info .right-action-alert p {
      text-transform: uppercase;
      font-size: 12px;
      font-weight: 900;
      letter-spacing: 1px;
      line-height: 16px; }
      .theme-3-5 .statistics-estimation .alert.alert-info .right-action-alert p.left-day {
        text-transform: none;
        font-size: 24px;
        line-height: 33px;
        margin-bottom: 10px; }
    .theme-3-5 .statistics-estimation .alert.alert-info .right-action-alert .span-progress {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-flow: row;
          flex-flow: row; }
      .theme-3-5 .statistics-estimation .alert.alert-info .right-action-alert .span-progress span {
        width: 2px;
        height: 10px;
        margin-left: 5px; }
.theme-3-5 .statistics-estimation .suggestions-right {
  border: 2px solid;
  padding: 30px 35px; }
  .theme-3-5 .statistics-estimation .suggestions-right .title-suggestions {
    border-bottom: 2px solid; }
    .theme-3-5 .statistics-estimation .suggestions-right .title-suggestions p {
      text-transform: uppercase;
      font-size: 12px;
      font-weight: 900;
      letter-spacing: 1px;
      line-height: 16px;
      padding-bottom: 25px; }
  .theme-3-5 .statistics-estimation .suggestions-right .body-suggestion {
    padding-top: 20px; }
    .theme-3-5 .statistics-estimation .suggestions-right .body-suggestion p {
      font-size: 14px;
      line-height: 22px; }
    .theme-3-5 .statistics-estimation .suggestions-right .body-suggestion .time-to-suggestion {
      padding-top: 20px; }
      .theme-3-5 .statistics-estimation .suggestions-right .body-suggestion .time-to-suggestion p {
        text-transform: uppercase;
        color: #3B4348;
        font-size: 12px;
        font-weight: 900;
        line-height: 16px; }
        .theme-3-5 .statistics-estimation .suggestions-right .body-suggestion .time-to-suggestion p.time {
          text-transform: none;
          font-size: 24px;
          line-height: 33px; }
  .theme-3-5 .statistics-estimation .suggestions-right .action-suggestion {
    padding-top: 20px; }
  .theme-3-5 .statistics-estimation .suggestions-right.suggestion-example .body-suggestion {
    padding-top: 0;
    position: relative; }
    .theme-3-5 .statistics-estimation .suggestions-right.suggestion-example .body-suggestion .package-example {
      margin-top: -2px;
      padding: 20px 10px;
      text-align: center;
      border: 2px solid; }
      .theme-3-5 .statistics-estimation .suggestions-right.suggestion-example .body-suggestion .package-example p {
        text-transform: uppercase;
        font-size: 12px;
        font-weight: 900;
        letter-spacing: 1px;
        line-height: 16px; }
    .theme-3-5 .statistics-estimation .suggestions-right.suggestion-example .body-suggestion .package-costs {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-flow: row;
          flex-flow: row; }
      .theme-3-5 .statistics-estimation .suggestions-right.suggestion-example .body-suggestion .package-costs .left-costs, .theme-3-5 .statistics-estimation .suggestions-right.suggestion-example .body-suggestion .package-costs .right-costs {
        padding-top: 20px;
        padding-bottom: 35px;
        max-width: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
        border: 2px solid;
        border-top: none;
        text-align: center; }
        .theme-3-5 .statistics-estimation .suggestions-right.suggestion-example .body-suggestion .package-costs .left-costs p:first-child, .theme-3-5 .statistics-estimation .suggestions-right.suggestion-example .body-suggestion .package-costs .right-costs p:first-child {
          font-size: 28px;
          font-weight: 900;
          line-height: 38px; }
        .theme-3-5 .statistics-estimation .suggestions-right.suggestion-example .body-suggestion .package-costs .left-costs p:last-child, .theme-3-5 .statistics-estimation .suggestions-right.suggestion-example .body-suggestion .package-costs .right-costs p:last-child {
          font-size: 17px;
          line-height: 28px;
          text-align: center; }
      .theme-3-5 .statistics-estimation .suggestions-right.suggestion-example .body-suggestion .package-costs .right-costs {
        cursor: pointer;
        border-left: 0px; }
    .theme-3-5 .statistics-estimation .suggestions-right.suggestion-example .body-suggestion .resources-costs {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-flow: row;
          flex-flow: row; }
      .theme-3-5 .statistics-estimation .suggestions-right.suggestion-example .body-suggestion .resources-costs .column {
        max-width: 33.33%;
        -ms-flex-preferred-size: 33.33%;
            flex-basis: 33.33%;
        padding: 12px;
        border-bottom: 2px solid; }
        .theme-3-5 .statistics-estimation .suggestions-right.suggestion-example .body-suggestion .resources-costs .column span {
          text-transform: uppercase;
          font-size: 11px;
          font-weight: 900;
          line-height: 15px; }
        .theme-3-5 .statistics-estimation .suggestions-right.suggestion-example .body-suggestion .resources-costs .column p {
          font-size: 20px;
          font-weight: 900;
          line-height: 27px; }
        .theme-3-5 .statistics-estimation .suggestions-right.suggestion-example .body-suggestion .resources-costs .column:first-child {
          border-right: 2px solid;
          border-left: 2px solid; }
        .theme-3-5 .statistics-estimation .suggestions-right.suggestion-example .body-suggestion .resources-costs .column:last-child {
          border-left: 2px solid;
          border-right: 2px solid; }
    .theme-3-5 .statistics-estimation .suggestions-right.suggestion-example .body-suggestion a {
      position: absolute;
      bottom: 0;
      left: 50%;
      -webkit-transform: translateX(-50%) translateY(50%);
              transform: translateX(-50%) translateY(50%); }
    .theme-3-5 .statistics-estimation .suggestions-right.suggestion-example .body-suggestion.resources {
      margin-top: 20px;
      padding-top: 0; }
      .theme-3-5 .statistics-estimation .suggestions-right.suggestion-example .body-suggestion.resources .package-costs .left-costs, .theme-3-5 .statistics-estimation .suggestions-right.suggestion-example .body-suggestion.resources .package-costs .right-costs {
        padding-left: 25px;
        padding-right: 25px;
        text-align: right;
        padding-bottom: 30px; }
        .theme-3-5 .statistics-estimation .suggestions-right.suggestion-example .body-suggestion.resources .package-costs .left-costs p, .theme-3-5 .statistics-estimation .suggestions-right.suggestion-example .body-suggestion.resources .package-costs .right-costs p {
          text-align: right; }
      .theme-3-5 .statistics-estimation .suggestions-right.suggestion-example .body-suggestion.resources .package-costs .left-costs {
        position: relative;
        border-right: 0px;
        text-align: left; }
        .theme-3-5 .statistics-estimation .suggestions-right.suggestion-example .body-suggestion.resources .package-costs .left-costs a {
          width: 100px;
          min-width: 100px;
          font-size: 10px;
          top: calc(50% - 7px);
          -webkit-transform: translateX(-50%) translateY(-50%);
                  transform: translateX(-50%) translateY(-50%); }
  .theme-3-5 .statistics-estimation .suggestions-right.suggestion-example .bottom-info {
    padding-top: 40px; }
    .theme-3-5 .statistics-estimation .suggestions-right.suggestion-example .bottom-info p {
      font-size: 13px;
      line-height: 22px; }
    .theme-3-5 .statistics-estimation .suggestions-right.suggestion-example .bottom-info.non-padding {
      padding-top: 15px; }
@media screen and (max-width: 1900px) {
  .theme-3-5 .statistics-estimation > div {
    width: 100%; }
  .theme-3-5 .statistics-estimation .estimation-right-blocks {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .theme-3-5 .statistics-estimation .estimation-right-blocks .suggestions-right {
      max-width: calc(50% - 20px);
      -ms-flex-preferred-size: calc(50% - 20px);
          flex-basis: calc(50% - 20px); } }
@media screen and (max-width: 900px) {
  .theme-3-5 .statistics-estimation .estimation-right-blocks {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .theme-3-5 .statistics-estimation .estimation-right-blocks .suggestions-right {
      max-width: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%; } }
.theme-3-5 .list-accessories .main-header {
  padding-bottom: 30px; }
.theme-3-5 .list-accessories .main-list .list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row;
      flex-flow: row; }
  .theme-3-5 .list-accessories .main-list .list-item .left-box {
    min-width: 310px;
    padding: 50px 50px 60px 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column;
        flex-flow: column;
    border-right: 2px solid;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .theme-3-5 .list-accessories .main-list .list-item .left-box .image-accessories {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-flow: column;
          flex-flow: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .theme-3-5 .list-accessories .main-list .list-item .left-box .image-accessories img:nth-child(2) {
        margin-top: 30px; }
    .theme-3-5 .list-accessories .main-list .list-item .left-box .additional-options {
      display: none;
      -ms-flex-flow: row;
          flex-flow: row;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .theme-3-5 .list-accessories .main-list .list-item .left-box .additional-options a {
        font-size: 12px;
        font-weight: 900;
        letter-spacing: 1px;
        line-height: 16px;
        text-transform: uppercase; }
      .theme-3-5 .list-accessories .main-list .list-item .left-box .additional-options svg {
        margin-left: 10px; }
  .theme-3-5 .list-accessories .main-list .list-item .right-box {
    width: 100%;
    padding: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column;
        flex-flow: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .theme-3-5 .list-accessories .main-list .list-item .right-box .title p {
      font-size: 12px;
      font-weight: 900;
      letter-spacing: 1px;
      line-height: 16px;
      text-transform: uppercase; }
    .theme-3-5 .list-accessories .main-list .list-item .right-box .title h3 {
      padding: 15px 0;
      color: #3B4348;
      font-size: 34px;
      font-weight: 900;
      line-height: 46px; }
    .theme-3-5 .list-accessories .main-list .list-item .right-box .body-accessories {
      height: 0;
      transition: 0.5s;
      overflow: hidden; }
      .theme-3-5 .list-accessories .main-list .list-item .right-box .body-accessories .wrapper {
        opacity: 0;
        padding-bottom: 0;
        transition: 0.5s; }
      .theme-3-5 .list-accessories .main-list .list-item .right-box .body-accessories p {
        font-size: 15px;
        line-height: 28px; }
      .theme-3-5 .list-accessories .main-list .list-item .right-box .body-accessories .list-smile .name {
        padding: 20px 0 10px 0;
        font-size: 12px;
        font-weight: 900;
        letter-spacing: 1px;
        line-height: 16px;
        text-transform: uppercase; }
      .theme-3-5 .list-accessories .main-list .list-item .right-box .body-accessories .list-smile ul li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: row;
            flex-flow: row;
        -webkit-box-align: baseline;
            -ms-flex-align: baseline;
                align-items: baseline;
        margin-bottom: 15px; }
        .theme-3-5 .list-accessories .main-list .list-item .right-box .body-accessories .list-smile ul li p {
          margin-left: 20px;
          font-size: 15px;
          font-weight: 900; }
        .theme-3-5 .list-accessories .main-list .list-item .right-box .body-accessories .list-smile ul li svg {
          min-width: 16px; }
      .theme-3-5 .list-accessories .main-list .list-item .right-box .body-accessories .list-smile.dotted ul li:before {
        content: "";
        display: block;
        height: 5px;
        width: 5px;
        border-radius: 50%; }
      .theme-3-5 .list-accessories .main-list .list-item .right-box .body-accessories .check-group {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        padding-top: 20px; }
        .theme-3-5 .list-accessories .main-list .list-item .right-box .body-accessories .check-group .check {
          min-width: 22px;
          height: 22px; }
          .theme-3-5 .list-accessories .main-list .list-item .right-box .body-accessories .check-group .check:before {
            height: 12px;
            width: 8px;
            top: 1px;
            left: 5px; }
        .theme-3-5 .list-accessories .main-list .list-item .right-box .body-accessories .check-group .label {
          font-size: 15px;
          font-weight: 900;
          line-height: 40px; }
    .theme-3-5 .list-accessories .main-list .list-item .right-box .action-bottom {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-flow: row;
          flex-flow: row;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .theme-3-5 .list-accessories .main-list .list-item .right-box .action-bottom .mobile-wrapper .additional-options {
        display: none; }
      .theme-3-5 .list-accessories .main-list .list-item .right-box .action-bottom .mobile-wrapper .more {
        cursor: pointer; }
        .theme-3-5 .list-accessories .main-list .list-item .right-box .action-bottom .mobile-wrapper .more svg {
          transition: 0.5s; }
  .theme-3-5 .list-accessories .main-list .list-item.open .left-box .additional-options {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .theme-3-5 .list-accessories .main-list .list-item.open .right-box .body-accessories {
    transition: 0.5s; }
    .theme-3-5 .list-accessories .main-list .list-item.open .right-box .body-accessories .wrapper {
      opacity: 1;
      padding-bottom: 30px;
      transition: 0.5s; }
  .theme-3-5 .list-accessories .main-list .list-item.open .right-box .action-bottom .more svg {
    transition: 0.5s;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }
@media screen and (max-width: 900px) {
  .theme-3-5 .list-accessories {
    margin-bottom: 50px; }
    .theme-3-5 .list-accessories .main-list .list-item {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      .theme-3-5 .list-accessories .main-list .list-item .left-box {
        border-right: 0;
        padding: 35px 0 0 0; }
      .theme-3-5 .list-accessories .main-list .list-item .right-box {
        padding: 35px; }
        .theme-3-5 .list-accessories .main-list .list-item .right-box .title h3 {
          line-height: 35px;
          font-size: 26px; }
        .theme-3-5 .list-accessories .main-list .list-item .right-box .action-bottom {
          -webkit-box-pack: end;
              -ms-flex-pack: end;
                  justify-content: flex-end; }
          .theme-3-5 .list-accessories .main-list .list-item .right-box .action-bottom .btn {
            display: none; }
      .theme-3-5 .list-accessories .main-list .list-item.open .left-box .additional-options {
        display: none; }
      .theme-3-5 .list-accessories .main-list .list-item.open .right-box .action-bottom {
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; }
        .theme-3-5 .list-accessories .main-list .list-item.open .right-box .action-bottom .mobile-wrapper {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
              -ms-flex-direction: row;
                  flex-direction: row;
          -webkit-box-pack: justify;
              -ms-flex-pack: justify;
                  justify-content: space-between;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          min-width: 40%; }
          .theme-3-5 .list-accessories .main-list .list-item.open .right-box .action-bottom .mobile-wrapper .additional-options {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center; }
            .theme-3-5 .list-accessories .main-list .list-item.open .right-box .action-bottom .mobile-wrapper .additional-options a {
              font-size: 12px;
              font-weight: 900;
              letter-spacing: 1px;
              line-height: 16px;
              text-transform: uppercase;
              margin-right: 10px; }
        .theme-3-5 .list-accessories .main-list .list-item.open .right-box .action-bottom .btn {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; } }
@media screen and (max-width: 650px) {
  .theme-3-5 .list-accessories .main-list .list-item.open .right-box .action-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .theme-3-5 .list-accessories .main-list .list-item.open .right-box .action-bottom .mobile-wrapper {
      min-width: 100%; }
    .theme-3-5 .list-accessories .main-list .list-item.open .right-box .action-bottom .btn {
      margin-bottom: 40px; } }
.theme-3-5 #partners .header {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin-bottom: 30px; }
  .theme-3-5 #partners .header h2 {
    font-size: 34px;
    font-weight: 300; }
.theme-3-5 #partners .partners-content {
  width: 80%; }
  .theme-3-5 #partners .partners-content .recomended-link {
    border: 2px solid; }
    .theme-3-5 #partners .partners-content .recomended-link .link-top {
      border-bottom: 2px solid;
      padding: 40px;
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .theme-3-5 #partners .partners-content .recomended-link .link-top .text-holder {
        -ms-flex-preferred-size: 30%;
            flex-basis: 30%;
        max-width: 30%;
        padding-right: 10px; }
        .theme-3-5 #partners .partners-content .recomended-link .link-top .text-holder h3 {
          font-size: 34px;
          font-weight: 300;
          padding-bottom: 20px; }
        .theme-3-5 #partners .partners-content .recomended-link .link-top .text-holder p {
          font-size: 15px;
          line-height: 20px; }
      .theme-3-5 #partners .partners-content .recomended-link .link-top .link-holder {
        -ms-flex-preferred-size: 70%;
            flex-basis: 70%;
        max-width: 70%; }
        .theme-3-5 #partners .partners-content .recomended-link .link-top .link-holder .form-group {
          margin: 0; }
          .theme-3-5 #partners .partners-content .recomended-link .link-top .link-holder .form-group span {
            padding-right: 20px; }
          .theme-3-5 #partners .partners-content .recomended-link .link-top .link-holder .form-group .input-lg {
            height: 80px; }
          .theme-3-5 #partners .partners-content .recomended-link .link-top .link-holder .form-group input {
            font-size: 28px;
            font-weight: 900;
            color: #3B4348; }
    .theme-3-5 #partners .partners-content .recomended-link .link-bottom {
      padding: 40px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .theme-3-5 #partners .partners-content .recomended-link .link-bottom .btn-holder .btn-grey {
        box-shadow: none;
        font-size: 12px; }
  .theme-3-5 #partners .partners-content .recomended-statistic {
    margin: 50px 0;
    border: 2px solid;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
    .theme-3-5 #partners .partners-content .recomended-statistic .column-left {
      -ms-flex-preferred-size: 30%;
          flex-basis: 30%;
      max-width: 30%;
      padding: 40px;
      border-right: 2px solid; }
      .theme-3-5 #partners .partners-content .recomended-statistic .column-left p {
        font-size: 28px;
        font-weight: 300;
        padding-bottom: 20px; }
      .theme-3-5 #partners .partners-content .recomended-statistic .column-left .form-group {
        margin: 0;
        z-index: 1; }
    .theme-3-5 #partners .partners-content .recomended-statistic .column-mid, .theme-3-5 #partners .partners-content .recomended-statistic .column-right {
      -ms-flex-preferred-size: 40%;
          flex-basis: 40%;
      max-width: 40%;
      border-right: 2px solid;
      padding: 40px; }
      .theme-3-5 #partners .partners-content .recomended-statistic .column-mid .row-wrapper, .theme-3-5 #partners .partners-content .recomended-statistic .column-right .row-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        .theme-3-5 #partners .partners-content .recomended-statistic .column-mid .row-wrapper:first-child, .theme-3-5 #partners .partners-content .recomended-statistic .column-right .row-wrapper:first-child {
          padding-bottom: 25px; }
        .theme-3-5 #partners .partners-content .recomended-statistic .column-mid .row-wrapper .number-holder, .theme-3-5 #partners .partners-content .recomended-statistic .column-right .row-wrapper .number-holder {
          padding: 0 20px 0 30px; }
          .theme-3-5 #partners .partners-content .recomended-statistic .column-mid .row-wrapper .number-holder span, .theme-3-5 #partners .partners-content .recomended-statistic .column-right .row-wrapper .number-holder span {
            font-size: 40px;
            font-weight: 900;
            min-width: 50px;
            display: inline-block; }
        .theme-3-5 #partners .partners-content .recomended-statistic .column-mid .row-wrapper .text-holder p, .theme-3-5 #partners .partners-content .recomended-statistic .column-right .row-wrapper .text-holder p {
          font-size: 12px;
          letter-spacing: 1px;
          line-height: 20px;
          text-transform: uppercase;
          text-align: left; }
    .theme-3-5 #partners .partners-content .recomended-statistic .column-right {
      border-right: none; }
      .theme-3-5 #partners .partners-content .recomended-statistic .column-right .row-wrapper {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
            -ms-flex-direction: row-reverse;
                flex-direction: row-reverse; }
        .theme-3-5 #partners .partners-content .recomended-statistic .column-right .row-wrapper .number-holder span {
          font-weight: 400; }
        .theme-3-5 #partners .partners-content .recomended-statistic .column-right .row-wrapper .text-holder p {
          text-align: right; }
  .theme-3-5 #partners .partners-content .header {
    padding-left: 0; }
    .theme-3-5 #partners .partners-content .header span {
      font-weight: 900; }
  .theme-3-5 #partners .partners-content .partners-list .partner-list-item {
    margin-bottom: 50px;
    border: 2px solid;
    opacity: 0.6;
    transition: 0.2s linear;
    cursor: pointer; }
    .theme-3-5 #partners .partners-content .partners-list .partner-list-item:hover {
      opacity: 1; }
    .theme-3-5 #partners .partners-content .partners-list .partner-list-item .content-main-wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .theme-3-5 #partners .partners-content .partners-list .partner-list-item .content-main-wrapper .text-wrapper {
        -ms-flex-preferred-size: calc(100% - 260px);
            flex-basis: calc(100% - 260px);
        max-width: calc(100% - 260px); }
        .theme-3-5 #partners .partners-content .partners-list .partner-list-item .content-main-wrapper .text-wrapper .top-side {
          padding: 20px 20px 20px 40px;
          border-bottom: 2px solid; }
          .theme-3-5 #partners .partners-content .partners-list .partner-list-item .content-main-wrapper .text-wrapper .top-side h5 {
            color: #2D3338;
            font-size: 18px;
            font-weight: 900;
            line-height: 30px; }
        .theme-3-5 #partners .partners-content .partners-list .partner-list-item .content-main-wrapper .text-wrapper .bottom-side {
          padding: 20px 20px 20px 40px; }
          .theme-3-5 #partners .partners-content .partners-list .partner-list-item .content-main-wrapper .text-wrapper .bottom-side span {
            display: inline-block;
            font-size: 14px;
            padding-right: 30px;
            margin-right: 30px;
            border-right: 2px solid;
            height: 30px;
            line-height: 30px; }
            .theme-3-5 #partners .partners-content .partners-list .partner-list-item .content-main-wrapper .text-wrapper .bottom-side span:first-child {
              padding-left: 0; }
            .theme-3-5 #partners .partners-content .partners-list .partner-list-item .content-main-wrapper .text-wrapper .bottom-side span:last-child {
              border-right: none; }
      .theme-3-5 #partners .partners-content .partners-list .partner-list-item .content-main-wrapper .price-wrapper {
        -ms-flex-preferred-size: 260px;
            flex-basis: 260px;
        max-width: 260px; }
        .theme-3-5 #partners .partners-content .partners-list .partner-list-item .content-main-wrapper .price-wrapper .price-holder {
          padding: 20px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
              -ms-flex-direction: row;
                  flex-direction: row;
          -webkit-box-pack: justify;
              -ms-flex-pack: justify;
                  justify-content: space-between;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center; }
          .theme-3-5 #partners .partners-content .partners-list .partner-list-item .content-main-wrapper .price-wrapper .price-holder p {
            font-size: 34px;
            font-weight: 300; }
          .theme-3-5 #partners .partners-content .partners-list .partner-list-item .content-main-wrapper .price-wrapper .price-holder .show-more {
            background-color: transparent;
            border: none;
            transition: 0.2s linear; }
            .theme-3-5 #partners .partners-content .partners-list .partner-list-item .content-main-wrapper .price-wrapper .price-holder .show-more .colored {
              transition: 1s linear; }
    .theme-3-5 #partners .partners-content .partners-list .partner-list-item .text-wrapper-mobile {
      display: none;
      padding: 20px;
      border-bottom: 2px solid; }
      .theme-3-5 #partners .partners-content .partners-list .partner-list-item .text-wrapper-mobile .text-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -ms-flex-flow: wrap;
            flex-flow: wrap; }
        .theme-3-5 #partners .partners-content .partners-list .partner-list-item .text-wrapper-mobile .text-wrapper span {
          font-size: 14px;
          line-height: 25px;
          padding: 0 20px; }
    .theme-3-5 #partners .partners-content .partners-list .partner-list-item .text-wrapper-mobile.patch-06-03-02 {
      display: none;
      padding: 20px;
      border-bottom: 2px solid; }
      .theme-3-5 #partners .partners-content .partners-list .partner-list-item .text-wrapper-mobile.patch-06-03-02 .text-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -ms-flex-flow: wrap;
            flex-flow: wrap; }
        .theme-3-5 #partners .partners-content .partners-list .partner-list-item .text-wrapper-mobile.patch-06-03-02 .text-wrapper span {
          font-size: 14px;
          line-height: 25px;
          padding: 0 20px; }
    .theme-3-5 #partners .partners-content .partners-list .partner-list-item .content-roll {
      width: 100%;
      height: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      padding: 0;
      transition: 0.3s linear; }
      .theme-3-5 #partners .partners-content .partners-list .partner-list-item .content-roll .graph {
        border-right: 2px solid;
        display: none;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
        max-width: 50%; }
        .theme-3-5 #partners .partners-content .partners-list .partner-list-item .content-roll .graph .graph-panel {
          position: relative;
          width: 402px;
          border: 2px solid;
          padding: 12px 30px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
              -ms-flex-direction: row;
                  flex-direction: row;
          -webkit-box-pack: justify;
              -ms-flex-pack: justify;
                  justify-content: space-between;
          float: right;
          margin-right: 20px;
          -webkit-transform: translateY(-50%);
                  transform: translateY(-50%); }
          .theme-3-5 #partners .partners-content .partners-list .partner-list-item .content-roll .graph .graph-panel:last-child {
            margin-bottom: -45px; }
          .theme-3-5 #partners .partners-content .partners-list .partner-list-item .content-roll .graph .graph-panel p {
            font-size: 18px; }
            .theme-3-5 #partners .partners-content .partners-list .partner-list-item .content-roll .graph .graph-panel p:first-child {
              font-weight: 700; }
          .theme-3-5 #partners .partners-content .partners-list .partner-list-item .content-roll .graph .graph-panel::before {
            content: '';
            position: absolute;
            top: 50%;
            width: 10px;
            height: 10px;
            border: 2px solid;
            border-top: none;
            border-left: none;
            right: -10px;
            -webkit-transform: rotate(-45deg) translateY(-50%);
                    transform: rotate(-45deg) translateY(-50%); }
          .theme-3-5 #partners .partners-content .partners-list .partner-list-item .content-roll .graph .graph-panel .circle {
            position: absolute;
            width: 20px;
            height: 20px;
            border: 2px solid;
            border-radius: 50%;
            right: -33px;
            top: 50%;
            -webkit-transform: translateY(-50%);
                    transform: translateY(-50%); }
            .theme-3-5 #partners .partners-content .partners-list .partner-list-item .content-roll .graph .graph-panel .circle .dot {
              width: 4px;
              height: 4px;
              border-radius: 50%;
              margin: 0 auto;
              -webkit-transform: translateY(6px);
                      transform: translateY(6px); }
          .theme-3-5 #partners .partners-content .partners-list .partner-list-item .content-roll .graph .graph-panel:nth-child(even) {
            -webkit-transform: scaleX(-1) translate(calc(-110% - 2px), -50%);
                    transform: scaleX(-1) translate(calc(-110% - 2px), -50%);
            -webkit-box-orient: horizontal;
            -webkit-box-direction: reverse;
                -ms-flex-direction: row-reverse;
                    flex-direction: row-reverse; }
            .theme-3-5 #partners .partners-content .partners-list .partner-list-item .content-roll .graph .graph-panel:nth-child(even) p {
              -webkit-transform: scaleX(-1);
                      transform: scaleX(-1); }
      .theme-3-5 #partners .partners-content .partners-list .partner-list-item .content-roll .mini-alert {
        display: none;
        max-width: 90%;
        margin: 0 auto; }
  .theme-3-5 #partners .partners-content .partners-list .open {
    opacity: 1; }
.theme-3-5 #partners > .right-side {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  width: 20%; }
  .theme-3-5 #partners > .right-side .partners-price {
    border: 2px solid;
    padding: 0;
    margin-bottom: 50px; }
    .theme-3-5 #partners > .right-side .partners-price .price-wrapper {
      border-bottom: 2px solid;
      position: relative; }
      .theme-3-5 #partners > .right-side .partners-price .price-wrapper::after, .theme-3-5 #partners > .right-side .partners-price .price-wrapper::before {
        content: "";
        display: block;
        width: 4px;
        height: 4px;
        border-radius: 50%;
        position: absolute;
        bottom: -3px;
        right: -3px; }
      .theme-3-5 #partners > .right-side .partners-price .price-wrapper::before {
        left: -3px; }
      .theme-3-5 #partners > .right-side .partners-price .price-wrapper .price-title {
        padding: 30px 0 60px 0;
        font-size: 12px;
        font-weight: 900;
        letter-spacing: 1px;
        line-height: 19px;
        text-align: center;
        text-transform: uppercase; }
      .theme-3-5 #partners > .right-side .partners-price .price-wrapper .price-amount {
        position: absolute;
        bottom: 0;
        left: 50%;
        white-space: nowrap;
        border: 2px solid #9FF4A7;
        background-color: #FFFFFF;
        padding: 20px;
        -webkit-transform: translate(-50%, 50%);
        transform: translate(-50%, 50%); }
        .theme-3-5 #partners > .right-side .partners-price .price-wrapper .price-amount::after, .theme-3-5 #partners > .right-side .partners-price .price-wrapper .price-amount::before {
          content: "";
          display: block;
          width: 4px;
          height: 4px;
          border-radius: 50%;
          position: absolute;
          top: calc(50% - 1px);
          right: -3px; }
        .theme-3-5 #partners > .right-side .partners-price .price-wrapper .price-amount::before {
          left: -3px; }
        .theme-3-5 #partners > .right-side .partners-price .price-wrapper .price-amount p {
          font-size: 28px; }
          .theme-3-5 #partners > .right-side .partners-price .price-wrapper .price-amount p span {
            font-weight: 900; }
    .theme-3-5 #partners > .right-side .partners-price .price-description {
      padding: 50px 0 40px 0;
      text-align: center; }
      .theme-3-5 #partners > .right-side .partners-price .price-description p {
        padding: 0 40px;
        font-size: 15px;
        line-height: 28px; }
      .theme-3-5 #partners > .right-side .partners-price .price-description a {
        margin-top: 20px; }
  .theme-3-5 #partners > .right-side .main-info-ctn .main-info h4 {
    padding-bottom: 20px;
    border-bottom: 2px solid;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 1px;
    text-transform: uppercase; }
  .theme-3-5 #partners > .right-side .main-info-ctn .main-info .progress-wrapper {
    padding: 20px 0;
    border-bottom: 2px solid;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
    .theme-3-5 #partners > .right-side .main-info-ctn .main-info .progress-wrapper .progress-left {
      -ms-flex-preferred-size: 90%;
          flex-basis: 90%;
      max-width: 90%; }
      .theme-3-5 #partners > .right-side .main-info-ctn .main-info .progress-wrapper .progress-left .big-procent {
        font-size: 40px;
        font-weight: 900;
        padding-bottom: 10px; }
      .theme-3-5 #partners > .right-side .main-info-ctn .main-info .progress-wrapper .progress-left p {
        font-size: 14px;
        line-height: 22px; }
    .theme-3-5 #partners > .right-side .main-info-ctn .main-info .progress-wrapper .progress-right {
      -ms-flex-preferred-size: 10%;
          flex-basis: 10%;
      min-width: 10%; }
      .theme-3-5 #partners > .right-side .main-info-ctn .main-info .progress-wrapper .progress-right .progress-bar-partners {
        width: 16px;
        height: 100%;
        border: 2px solid;
        position: relative; }
        .theme-3-5 #partners > .right-side .main-info-ctn .main-info .progress-wrapper .progress-right .progress-bar-partners .progress-value {
          position: absolute;
          bottom: -2px;
          left: -2px;
          width: 16px;
          border: 2px solid; }
          .theme-3-5 #partners > .right-side .main-info-ctn .main-info .progress-wrapper .progress-right .progress-bar-partners .progress-value::before, .theme-3-5 #partners > .right-side .main-info-ctn .main-info .progress-wrapper .progress-right .progress-bar-partners .progress-value::after {
            content: '';
            display: block;
            position: absolute;
            border-radius: 50%;
            top: -3px;
            width: 4px;
            height: 4px; }
          .theme-3-5 #partners > .right-side .main-info-ctn .main-info .progress-wrapper .progress-right .progress-bar-partners .progress-value::after {
            right: -3px; }
          .theme-3-5 #partners > .right-side .main-info-ctn .main-info .progress-wrapper .progress-right .progress-bar-partners .progress-value::before {
            left: -3px; }
  .theme-3-5 #partners > .right-side .main-info-ctn .btn-bottom-info-panel .button {
    border-top: none; }
@media screen and (min-width: 3280px) {
  .theme-3-5 #partners .partners-content .partners-list .partner-list-item .content-roll .graph .graph-panel {
    width: 750px; }
    .theme-3-5 #partners .partners-content .partners-list .partner-list-item .content-roll .graph .graph-panel:nth-child(even) {
      -webkit-transform: scaleX(-1) translate(calc(-105% - 4px), -50%);
              transform: scaleX(-1) translate(calc(-105% - 4px), -50%); } }
@media screen and (min-width: 2540px) and (max-width: 3280px) {
  .theme-3-5 #partners .partners-content .partners-list .partner-list-item .content-roll .graph .graph-panel {
    width: 550px; }
    .theme-3-5 #partners .partners-content .partners-list .partner-list-item .content-roll .graph .graph-panel:nth-child(even) {
      -webkit-transform: scaleX(-1) translate(calc(-107% - 4px), -50%);
              transform: scaleX(-1) translate(calc(-107% - 4px), -50%); } }
@media screen and (max-width: 1900px) {
  .theme-3-5 #partners {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .theme-3-5 #partners .partners-content {
      -webkit-box-ordinal-group: 4;
          -ms-flex-order: 3;
              order: 3;
      width: 100%; }
    .theme-3-5 #partners > .header {
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1; }
    .theme-3-5 #partners > .right-side {
      width: 100%;
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
      -ms-flex-pack: distribute;
          justify-content: space-around;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      margin-bottom: 50px; }
      .theme-3-5 #partners > .right-side .partners-price {
        min-height: 200px;
        width: 420px;
        margin-bottom: 0; }
      .theme-3-5 #partners > .right-side .main-info-ctn {
        width: 420px; } }
@media screen and (max-width: 1500px) {
  .theme-3-5 #partners .partners-content .recomended-statistic {
    -ms-flex-flow: wrap;
        flex-flow: wrap; }
    .theme-3-5 #partners .partners-content .recomended-statistic .column-left,
    .theme-3-5 #partners .partners-content .recomended-statistic .column-mid {
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
      max-width: 50%; }
    .theme-3-5 #partners .partners-content .recomended-statistic .column-mid {
      border-right: none; }
    .theme-3-5 #partners .partners-content .recomended-statistic .column-right {
      max-width: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -ms-flex-pack: distribute;
          justify-content: space-around;
      -webkit-box-align: baseline;
          -ms-flex-align: baseline;
              align-items: baseline;
      border-top: 2px solid; }
      .theme-3-5 #partners .partners-content .recomended-statistic .column-right .row-wrapper:first-child {
        padding: 0; } }
@media screen and (max-width: 1280px) {
  .theme-3-5 #partners .partners-content .recomended-link .link-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
    .theme-3-5 #partners .partners-content .recomended-link .link-top .link-holder {
      margin-top: 20px;
      max-width: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%; }
    .theme-3-5 #partners .partners-content .recomended-link .link-top .text-holder {
      max-width: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
      text-align: left; }
  .theme-3-5 #partners .partners-content .recomended-link .link-bottom {
    -ms-flex-flow: wrap;
        flex-flow: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center; }
    .theme-3-5 #partners .partners-content .recomended-link .link-bottom .btn-holder {
      display: none; }
    .theme-3-5 #partners .partners-content .recomended-link .link-bottom .social-media .btn {
      width: 240px;
      margin-bottom: 20px; }
  .theme-3-5 #partners > .right-side .main-info-ctn {
    width: 420px; }
    .theme-3-5 #partners > .right-side .main-info-ctn .main-info {
      width: 100%; }
      .theme-3-5 #partners > .right-side .main-info-ctn .main-info .progress-wrapper {
        width: 100%; }
    .theme-3-5 #partners > .right-side .main-info-ctn .buttons {
      width: 100%; } }
@media screen and (max-width: 980px) {
  .theme-3-5 #partners > .right-side {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .theme-3-5 #partners > .right-side .partners-price {
      margin: 0; }
    .theme-3-5 #partners > .right-side .main-info-ctn {
      display: none; }
  .theme-3-5 #partners .partners-content .partners-list .partner-list-item .content-roll .graph .graph-panel {
    width: 300px; }
    .theme-3-5 #partners .partners-content .partners-list .partner-list-item .content-roll .graph .graph-panel:nth-child(even) {
      -webkit-transform: scaleX(-1) translate(-114%, -50%);
              transform: scaleX(-1) translate(-114%, -50%); } }
@media screen and (max-width: 850px) {
  .theme-3-5 #partners .partners-content .recomended-statistic {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .theme-3-5 #partners .partners-content .recomended-statistic .column-left,
    .theme-3-5 #partners .partners-content .recomended-statistic .column-mid {
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
      max-width: 100%; }
    .theme-3-5 #partners .partners-content .recomended-statistic .column-left {
      border-right: none;
      border-bottom: 2px solid; }
    .theme-3-5 #partners .partners-content .recomended-statistic .column-right {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end; }
      .theme-3-5 #partners .partners-content .recomended-statistic .column-right .row-wrapper:first-child {
        padding-bottom: 25px; }
  .theme-3-5 #partners .partners-content .partners-list .partner-list-item .content-main-wrapper {
    -ms-flex-flow: wrap;
        flex-flow: wrap; }
    .theme-3-5 #partners .partners-content .partners-list .partner-list-item .content-main-wrapper .text-wrapper {
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
      max-width: 100%; }
      .theme-3-5 #partners .partners-content .partners-list .partner-list-item .content-main-wrapper .text-wrapper .bottom-side {
        display: none; }
      .theme-3-5 #partners .partners-content .partners-list .partner-list-item .content-main-wrapper .text-wrapper .top-side {
        border-bottom: none;
        padding-bottom: 0; }
    .theme-3-5 #partners .partners-content .partners-list .partner-list-item .content-main-wrapper .price-wrapper {
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
      max-width: 100%;
      padding: 0 20px; } }
@media screen and (max-width: 770px) {
  .theme-3-5 #partners .partners-content .partners-list .partner-list-item .content-roll .graph .graph-panel {
    width: 150px;
    padding: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .theme-3-5 #partners .partners-content .partners-list .partner-list-item .content-roll .graph .graph-panel p {
      font-size: 15px;
      line-height: 20px; }
      .theme-3-5 #partners .partners-content .partners-list .partner-list-item .content-roll .graph .graph-panel p:nth-child(2) {
        font-size: 12px; }
    .theme-3-5 #partners .partners-content .partners-list .partner-list-item .content-roll .graph .graph-panel:nth-child(even) {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-transform: scaleX(-1) translate(-128%, -50%);
              transform: scaleX(-1) translate(-128%, -50%); } }
@media screen and (max-width: 640px) {
  .theme-3-5 #partners .partners-content .recomended-link .link-bottom .social-media .btn {
    width: 240px;
    margin-bottom: 20px;
    margin-right: 0; }
  .theme-3-5 #partners .partners-content .recomended-statistic .column-mid .row-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; }
    .theme-3-5 #partners .partners-content .recomended-statistic .column-mid .row-wrapper .text-holder {
      -webkit-box-flex: 2;
          -ms-flex-positive: 2;
              flex-grow: 2; }
    .theme-3-5 #partners .partners-content .recomended-statistic .column-mid .row-wrapper .number-holder span {
      font-size: 32px;
      min-width: unset; }
  .theme-3-5 #partners .partners-content .recomended-statistic .column-right {
    min-width: unset; }
    .theme-3-5 #partners .partners-content .recomended-statistic .column-right .row-wrapper {
      width: 100%; }
      .theme-3-5 #partners .partners-content .recomended-statistic .column-right .row-wrapper .text-holder {
        -webkit-box-flex: 2;
            -ms-flex-positive: 2;
                flex-grow: 2; }
        .theme-3-5 #partners .partners-content .recomended-statistic .column-right .row-wrapper .text-holder p {
          text-align: left; }
      .theme-3-5 #partners .partners-content .recomended-statistic .column-right .row-wrapper .number-holder {
        padding-left: 0; }
        .theme-3-5 #partners .partners-content .recomended-statistic .column-right .row-wrapper .number-holder span {
          font-size: 32px;
          min-width: unset; }
  .theme-3-5 #partners .partners-content .recomended-statistic .column-left,
  .theme-3-5 #partners .partners-content .recomended-statistic .column-mid,
  .theme-3-5 #partners .partners-content .recomended-statistic .column-right {
    padding: 30px; } }
@media screen and (max-width: 520px) {
  .theme-3-5 #partners .partners-content .recomended-statistic .column-left,
  .theme-3-5 #partners .partners-content .recomended-statistic .column-mid,
  .theme-3-5 #partners .partners-content .recomended-statistic .column-right {
    padding: 30px; } }
@media screen and (max-width: 500px) {
  .theme-3-5 #partners .partners-content .recomended-link .link-top {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
    .theme-3-5 #partners .partners-content .recomended-link .link-top .text-holder {
      text-align: left;
      -ms-flex-preferred-size: unset;
          flex-basis: unset;
      min-width: unset;
      max-width: unset; }
      .theme-3-5 #partners .partners-content .recomended-link .link-top .text-holder h3 {
        font-size: 27px; }
    .theme-3-5 #partners .partners-content .recomended-link .link-top .link-holder .form-group span {
      padding: 10px; }
    .theme-3-5 #partners .partners-content .recomended-link .link-top .link-holder .form-group svg {
      display: none; }
    .theme-3-5 #partners .partners-content .recomended-link .link-top .link-holder .form-group input {
      font-size: 18px; }
    .theme-3-5 #partners .partners-content .recomended-link .link-top .link-holder .form-group .input-lg {
      height: 60px; } }
@media screen and (max-width: 450px) {
  .theme-3-5 #partners .partners-content .partners-list .partner-list-item .content-roll .graph .graph-panel {
    width: 130px; }
    .theme-3-5 #partners .partners-content .partners-list .partner-list-item .content-roll .graph .graph-panel:nth-child(even) {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-transform: scaleX(-1) translate(-132%, -50%);
              transform: scaleX(-1) translate(-132%, -50%); } }
@media screen and (max-width: 440px) {
  .theme-3-5 #partners .partners-content .recomended-statistic .column-right .row-wrapper .img-holder {
    display: none; }
  .theme-3-5 #partners .partners-content .recomended-statistic .column-right .row-wrapper .number-holder {
    padding-right: 0; } }
@media screen and (max-width: 420px) {
  .theme-3-5 #partners > .right-side .partners-price {
    width: 80%; }
  .theme-3-5 #partners .header h2 {
    padding: 0 20px; }
  .theme-3-5 #partners .partners-content .recomended-link .link-top {
    padding: 20px; }
  .theme-3-5 #partners .partners-content .header {
    padding: 0 20px; } }
.theme-3-5 .main-body-heart {
  border: 2px solid;
  padding: 40px;
  margin: 30px 0; }
  .theme-3-5 .main-body-heart .main-body-title {
    padding-bottom: 10px; }
    .theme-3-5 .main-body-heart .main-body-title p span {
      word-break: break-all;
      padding-left: 20px;
      font-size: 28px;
      font-weight: 900; }
  .theme-3-5 .main-body-heart .heart-panel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 20px;
    margin-bottom: 20px; }
    .theme-3-5 .main-body-heart .heart-panel:last-child {
      margin-bottom: 0; }
    .theme-3-5 .main-body-heart .heart-panel .left-side {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .theme-3-5 .main-body-heart .heart-panel .left-side .text-holder {
        margin: 0 20px; }
    .theme-3-5 .main-body-heart .heart-panel .right-side {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .theme-3-5 .main-body-heart .heart-panel .right-side .link-holder {
        margin-right: 20px; }
        .theme-3-5 .main-body-heart .heart-panel .right-side .link-holder a {
          font-size: 11px;
          font-weight: 700;
          letter-spacing: 1px;
          text-transform: uppercase; }
.theme-3-5 .blank-content {
  margin-top: 30px; }
  .theme-3-5 .blank-content .zero-logo {
    text-align: center;
    top: 30%; }
    .theme-3-5 .blank-content .zero-logo p {
      margin-top: 20px;
      font-size: 28px;
      font-weight: 900; }
.theme-3-5 .info-heart {
  margin-bottom: 40px; }
  .theme-3-5 .info-heart .main-info .catalog {
    padding-top: 10px; }
    .theme-3-5 .info-heart .main-info .catalog p {
      font-size: 15px;
      line-height: 24px; }
@media screen and (max-width: 1280px) {
  .theme-3-5 .info-heart {
    margin-bottom: 60px; }
    .theme-3-5 .info-heart .main-info {
      width: 100%; }
      .theme-3-5 .info-heart .main-info .catalog {
        padding-top: 10px; }
        .theme-3-5 .info-heart .main-info .catalog p {
          font-size: 15px;
          line-height: 24px; } }
@media screen and (max-width: 1000px) {
  .theme-3-5 .blank-content .zero-logo {
    top: 45%; }
  .theme-3-5 .blank-content .color-block:nth-child(5), .theme-3-5 .blank-content .color-block:nth-child(4) {
    display: none; } }
@media screen and (max-width: 740px) {
  .theme-3-5 .main-body-heart .heart-panel {
    -ms-flex-flow: column;
        flex-flow: column; }
    .theme-3-5 .main-body-heart .heart-panel .left-side {
      margin-bottom: 20px; } }
@media screen and (max-width: 500px) {
  .theme-3-5 .main-body-heart .main-body-title p span {
    font-size: 22px; }
  .theme-3-5 .blank-content .zero-logo p {
    font-size: 22px; } }
@media screen and (max-width: 480px) {
  .theme-3-5 .main-body-heart .heart-panel .left-side, .theme-3-5 .main-body-heart .heart-panel .right-side {
    text-align: center;
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .theme-3-5 .main-body-heart .heart-panel .left-side .link-holder, .theme-3-5 .main-body-heart .heart-panel .right-side .link-holder {
      margin-right: 0;
      margin-bottom: 10px; } }
.theme-3-5 .dashboard .ssh-active .main-service .main-service-content .switch-box {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-right: none; }
  .theme-3-5 .dashboard .ssh-active .main-service .main-service-content .switch-box .ssh-description h4 {
    font-size: 36px;
    font-weight: 300;
    padding-bottom: 10px; }
  .theme-3-5 .dashboard .ssh-active .main-service .main-service-content .switch-box .limit-cost {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
.theme-3-5 .dashboard .ssh-info .main-info .catalog {
  margin-top: 20px; }
  .theme-3-5 .dashboard .ssh-info .main-info .catalog p {
    font-size: 15px;
    line-height: 24px; }
.theme-3-5 .dashboard .ssh-info .ssh-button-holder {
  border: 2px solid;
  border-top: none;
  transition: 0.3s linear; }
  .theme-3-5 .dashboard .ssh-info .ssh-button-holder a, .theme-3-5 .dashboard .ssh-info .ssh-button-holder button {
    padding: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .theme-3-5 .dashboard .ssh-info .ssh-button-holder a p, .theme-3-5 .dashboard .ssh-info .ssh-button-holder button p {
      font-size: 13px; }
      .theme-3-5 .dashboard .ssh-info .ssh-button-holder a p:first-child, .theme-3-5 .dashboard .ssh-info .ssh-button-holder button p:first-child {
        margin-right: 20px; }
@media screen and (max-width: 1700px) {
  .theme-3-5 .managing-limits .ssh-info {
    width: 25%;
    max-width: 25%;
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%; } }
@media screen and (max-width: 1400px) {
  .theme-3-5 .managing-limits .ssh-active .limit-switch .main-service-content .limit-cost {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; } }
@media screen and (max-width: 1280px) {
  .theme-3-5 .managing-limits .ssh-info {
    width: 100%;
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .theme-3-5 .managing-limits .ssh-info .main-info {
      width: 100%;
      margin-right: 0; } }
@media screen and (max-width: 900px) {
  .theme-3-5 .managing-limits .ssh-active .limit-switch .main-service-content .switch-box .ssh-description h4 {
    font-size: 26px; }
  .theme-3-5 .managing-limits .ssh-active .limit-switch .main-service-content .switch-box .ssh-description p {
    font-size: 18px; } }
@media screen and (max-width: 770px) {
  .theme-3-5 .managing-limits .ssh-active .limit-switch .main-service-content .switch-box {
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    border-right: 2px solid; }
  .theme-3-5 .managing-limits .ssh-active .limit-switch .main-service-content .limit-cost {
    display: none; } }
@media screen and (max-width: 400px) {
  .theme-3-5 .managing-limits .ssh-active .limit-switch .main-service-content .switch-box .switch {
    margin-right: 20px; } }
.theme-3-5 .page-login {
  width: 100%;
  min-height: 100vh;
  padding-bottom: 50px;
  background-color: #FFFFFF;
  background-image: url("../img/login/new-login-bg.svg");
  background-position: bottom;
  background-attachment: fixed;
  background-repeat: no-repeat; }
  .theme-3-5 .page-login .main-wrapper {
    max-width: 500px;
    margin: 0 auto; }
    .theme-3-5 .page-login .main-wrapper .logo-holder {
      text-align: center;
      padding: 90px 25px; }
      .theme-3-5 .page-login .main-wrapper .logo-holder img {
        max-width: 170px; }
    .theme-3-5 .page-login .main-wrapper .login-box {
      max-width: 426px;
      margin: 0 auto; }
      .theme-3-5 .page-login .main-wrapper .login-box .login-alert {
        border: 2px solid #A2EEFF;
        background-color: #EAFBFF;
        padding: 15px 40px;
        -webkit-transform: translateY(2px);
                transform: translateY(2px);
        position: relative;
        margin-bottom: 0; }
        .theme-3-5 .page-login .main-wrapper .login-box .login-alert p {
          color: #3B4348;
          font-size: 15px;
          line-height: 24px;
          max-width: 220px;
          margin: 0; }
        .theme-3-5 .page-login .main-wrapper .login-box .login-alert img {
          position: absolute;
          bottom: -10px;
          right: 30px; }
      .theme-3-5 .page-login .main-wrapper .login-box .login-form {
        border: 2px solid #E0E7EE;
        background-color: #FFFFFF;
        box-shadow: 0 10px 20px 0 rgba(59, 67, 72, 0.1);
        padding: 30px 40px; }
        .theme-3-5 .page-login .main-wrapper .login-box .login-form .form-group {
          margin-bottom: 20px;
          position: relative; }
          .theme-3-5 .page-login .main-wrapper .login-box .login-form .form-group input {
            background-color: #fafcfd;
            padding-left: 20px; }
            .theme-3-5 .page-login .main-wrapper .login-box .login-form .form-group input:focus {
              border-color: #e8eef4;
              background-color: #ffffff;
              outline: 0;
              box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.075), 0 4px 5px rgba(39, 49, 53, 0.14); }
          .theme-3-5 .page-login .main-wrapper .login-box .login-form .form-group.user-icon::before, .theme-3-5 .page-login .main-wrapper .login-box .login-form .form-group.user-icon::after, .theme-3-5 .page-login .main-wrapper .login-box .login-form .form-group.pass-icon::before, .theme-3-5 .page-login .main-wrapper .login-box .login-form .form-group.pass-icon::after {
            display: block;
            position: absolute;
            top: 27px;
            right: 20px;
            z-index: 2;
            transition: 0.25s; }
          .theme-3-5 .page-login .main-wrapper .login-box .login-form .form-group.user-icon.user-icon::before, .theme-3-5 .page-login .main-wrapper .login-box .login-form .form-group.pass-icon.user-icon::before {
            content: url("../img/login/login-user.svg");
            opacity: 0.4; }
          .theme-3-5 .page-login .main-wrapper .login-box .login-form .form-group.user-icon.user-icon::after, .theme-3-5 .page-login .main-wrapper .login-box .login-form .form-group.pass-icon.user-icon::after {
            content: url("../img/login/login-user-error.svg");
            opacity: 0; }
          .theme-3-5 .page-login .main-wrapper .login-box .login-form .form-group.user-icon.pass-icon::before, .theme-3-5 .page-login .main-wrapper .login-box .login-form .form-group.pass-icon.pass-icon::before {
            content: url("../img/login/login-pass.svg");
            opacity: 0.4; }
          .theme-3-5 .page-login .main-wrapper .login-box .login-form .form-group.user-icon.pass-icon::after, .theme-3-5 .page-login .main-wrapper .login-box .login-form .form-group.pass-icon.pass-icon::after {
            content: url("../img/login/login-pass-error.svg");
            opacity: 0; }
          .theme-3-5 .page-login .main-wrapper .login-box .login-form .form-group .btn-holder {
            margin-top: 10px;
            text-align: left; }
          .theme-3-5 .page-login .main-wrapper .login-box .login-form .form-group label.error {
            color: #fe5d5e;
            display: block;
            line-height: 14px;
            font-size: 14px;
            padding-top: 8px;
            font-weight: 400;
            text-align: left; }
          .theme-3-5 .page-login .main-wrapper .login-box .login-form .form-group input.error {
            border-color: #ffbcbc; }
            .theme-3-5 .page-login .main-wrapper .login-box .login-form .form-group input.error.user-icon::after, .theme-3-5 .page-login .main-wrapper .login-box .login-form .form-group input.error.pass-icon::after {
              opacity: 1; }
          .theme-3-5 .page-login .main-wrapper .login-box .login-form .form-group input.valid {
            border-color: #b4f4ba; }
        .theme-3-5 .page-login .main-wrapper .login-box .login-form .login-box-links {
          margin-top: 30px; }
          .theme-3-5 .page-login .main-wrapper .login-box .login-form .login-box-links p {
            color: #4A545B;
            font-size: 13px;
            line-height: 30px;
            margin: 0; }
            .theme-3-5 .page-login .main-wrapper .login-box .login-form .login-box-links p a {
              font-size: 12px;
              font-weight: 900;
              line-height: 16px;
              letter-spacing: 1px; }
@media screen and (max-width: 500px) {
  .theme-3-5 .page-login .main-wrapper .logo-holder {
    padding: 20px 25px; }
  .theme-3-5 .page-login .main-wrapper .login-box {
    max-width: calc(100% - 40px);
    width: 100%;
    margin: 0 auto; } }
@media screen and (max-width: 420px) {
  .theme-3-5 .page-login .main-wrapper .login-box .login-alert p {
    max-width: 180px; } }
.theme-3-5 .page-reseller .main-header .right-side {
  max-width: 420px; }
.theme-3-5 .page-reseller .main-list .list-item {
  margin-bottom: 20px; }
  .theme-3-5 .page-reseller .main-list .list-item .item-header.item-header-email .top-side {
    padding: 20px 40px; }
    .theme-3-5 .page-reseller .main-list .list-item .item-header.item-header-email .top-side .right-side .page-menu .menu-content {
      width: 220px; }
    .theme-3-5 .page-reseller .main-list .list-item .item-header.item-header-email .top-side .left-side {
      -ms-flex-flow: column;
          flex-flow: column;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; }
      .theme-3-5 .page-reseller .main-list .list-item .item-header.item-header-email .top-side .left-side .reseller-label-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap; }
        .theme-3-5 .page-reseller .main-list .list-item .item-header.item-header-email .top-side .left-side .reseller-label-wrapper .reseller-label-holder {
          margin-top: 15px;
          margin-right: 25px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-flow: row nowrap;
              flex-flow: row nowrap;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          min-height: 20px;
          line-height: 20px;
          color: #98A2AB;
          font-size: 14px; }
          .theme-3-5 .page-reseller .main-list .list-item .item-header.item-header-email .top-side .left-side .reseller-label-wrapper .reseller-label-holder svg {
            margin-right: 10px;
            height: 20px; }
          .theme-3-5 .page-reseller .main-list .list-item .item-header.item-header-email .top-side .left-side .reseller-label-wrapper .reseller-label-holder .label-name {
            font-weight: 600;
            margin-right: 5px; }
@media screen and (max-width: 1600px) {
  .theme-3-5 .page-reseller .main-header .right-side .searchbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }
@media screen and (max-width: 1050px) {
  .theme-3-5 .page-reseller .main-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
    .theme-3-5 .page-reseller .main-header .left-side {
      -ms-flex-flow: row wrap;
          flex-flow: row wrap; }
    .theme-3-5 .page-reseller .main-header .right-side {
      margin-top: 20px; } }
@media screen and (max-width: 1050px) {
  .theme-3-5 .page-reseller .main-list .list-item .item-header .right-side .btn {
    display: none; } }
@media screen and (max-width: 400px) {
  .theme-3-5 .page-reseller .main-list .list-item .item-header.item-header-email .top-side {
    padding: 20px; } }
.theme-3-5 .page-empty .box {
  padding: 15px 20px;
  margin-bottom: 40px;
  min-height: 100px;
  text-align: center; }
  .theme-3-5 .page-empty .box h3 {
    font-size: 15px;
    line-height: 20px;
    color: #3b4348;
    margin-bottom: 10px; }
  .theme-3-5 .page-empty .box p {
    font-size: 11px;
    line-height: 15px;
    color: #828a91; }
.theme-3-5 .page-empty .bg-box {
  background: #e8eef4; }
  .theme-3-5 .page-empty .bg-box.second {
    background: rgba(232, 238, 244, 0.9); }
  .theme-3-5 .page-empty .bg-box.third {
    background: rgba(232, 238, 244, 0.7); }
  .theme-3-5 .page-empty .bg-box.fourth {
    background: rgba(232, 238, 244, 0.4); }
.theme-3-5 .page-empty__image {
  position: relative; }
  .theme-3-5 .page-empty__image .box-image {
    position: absolute;
    top: 30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 96px;
    height: 156px; }
    .theme-3-5 .page-empty__image .box-image svg {
      max-width: 100%; }
.theme-3-5 .partners-container {
  max-width: 1210px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .theme-3-5 .partners-container__content {
    -ms-flex-preferred-size: calc(100% - 295px);
        flex-basis: calc(100% - 295px);
    max-width: calc(100% - 295px); }
  .theme-3-5 .partners-container__aside {
    -ms-flex-preferred-size: 260px;
        flex-basis: 260px;
    max-width: 260px; }
    .theme-3-5 .partners-container__aside__header-mobile {
      display: none; }
.theme-3-5 .partners__header {
  margin-bottom: 15px; }
  .theme-3-5 .partners__header h1 {
    font-size: 28px;
    line-height: 46px;
    color: #3b4348; }
.theme-3-5 .partners-aside-box {
  padding: 20px;
  background: #ffffff;
  border: 2px solid #e0e7ee;
  margin-bottom: 20px; }
  .theme-3-5 .partners-aside-box__row p {
    margin-top: 5px; }
  .theme-3-5 .partners-aside-box__row:not(:last-child) {
    margin-bottom: 15px; }
  .theme-3-5 .partners-aside-box h3,
  .theme-3-5 .partners-aside-box h4 {
    font-weight: 500;
    color: #3b4348; }
  .theme-3-5 .partners-aside-box h3 {
    font-size: 17px;
    line-height: 22px; }
  .theme-3-5 .partners-aside-box h4 {
    font-size: 12px;
    line-height: 16px; }
  .theme-3-5 .partners-aside-box p {
    font-size: 13px;
    line-height: 16px;
    color: #828a91; }
.theme-3-5 .partners-join h2 {
  font-size: 21px;
  line-height: 38px;
  letter-spacing: -0.5px;
  color: #3b4348; }
.theme-3-5 .partners-join h3 {
  font-size: 15px;
  line-height: 19px;
  color: #3b4348; }
.theme-3-5 .partners-join p {
  font-size: 13px;
  line-height: 19px;
  color: #828a91; }
.theme-3-5 .partners-join__container {
  background: #ffffff;
  border: 2px solid #e0e7ee;
  margin-bottom: 50px; }
.theme-3-5 .partners-join__row {
  padding: 30px; }
  .theme-3-5 .partners-join__row:not(:last-child) {
    border-bottom: 2px solid #e0e7ee; }
.theme-3-5 .partners-join__person {
  margin-top: 40px;
  padding-left: 117px;
  padding-right: 90px;
  position: relative; }
  .theme-3-5 .partners-join__person h3 {
    font-size: 15px;
    line-height: 19px;
    margin-bottom: 5px;
    color: #3b4348; }
  .theme-3-5 .partners-join__person__header-image {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 95px;
    height: 95px;
    border-radius: 50%;
    overflow: hidden; }
    .theme-3-5 .partners-join__person__header-image img {
      max-width: 100%; }
.theme-3-5 .partners-join__description__wrapper {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
.theme-3-5 .partners-join__description__box {
  -ms-flex-preferred-size: calc(33.3333% - 60px);
      flex-basis: calc(33.3333% - 60px);
  max-width: calc(33.3333% - 60px);
  min-width: 145px; }
  .theme-3-5 .partners-join__description__box .description-box__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .theme-3-5 .partners-join__description__box .description-box__header svg {
      max-height: 22px;
      max-width: 100%; }
    .theme-3-5 .partners-join__description__box .description-box__header h3 {
      margin-left: 14px;
      font-size: 16px;
      line-height: 22px;
      letter-spacing: -0.5px;
      color: #3b4348; }
  .theme-3-5 .partners-join__description__box .description-box__body {
    margin-top: 12px; }
    .theme-3-5 .partners-join__description__box .description-box__body p {
      font-size: 13px;
      line-height: 19px;
      color: #828a91; }
.theme-3-5 .partners-join__action {
  margin-top: 50px; }
  .theme-3-5 .partners-join__action .check-group {
    margin: 0; }
    .theme-3-5 .partners-join__action .check-group label {
      font-size: 13px;
      color: #3b4348; }
      .theme-3-5 .partners-join__action .check-group label::before {
        top: 4px; }
      .theme-3-5 .partners-join__action .check-group label::after {
        top: 10px; }
      .theme-3-5 .partners-join__action .check-group label a {
        color: inherit;
        text-decoration: underline; }
        .theme-3-5 .partners-join__action .check-group label a:hover {
          color: #ff8522; }
@media screen and (max-width: 920px) {
  .theme-3-5 .partners-container {
    -ms-flex-flow: wrap-reverse;
        flex-flow: wrap-reverse; }
    .theme-3-5 .partners-container__content, .theme-3-5 .partners-container__aside {
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
      max-width: 100%; }
      .theme-3-5 .partners-container__content__header-mobile, .theme-3-5 .partners-container__aside__header-mobile {
        display: block;
        margin-bottom: 25px; }
        .theme-3-5 .partners-container__content__header-mobile p, .theme-3-5 .partners-container__aside__header-mobile p {
          font-size: 26px;
          line-height: 30px;
          font-weight: 500;
          margin-bottom: 10px; }
    .theme-3-5 .partners-container__header {
      display: none; }
  .theme-3-5 .partners-aside__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse; }
    .theme-3-5 .partners-aside__wrapper .action-button-group {
      display: none;
      margin-bottom: 10px; }
      .theme-3-5 .partners-aside__wrapper .action-button-group.open {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: wrap;
            flex-flow: wrap; }
  .theme-3-5 .partners-aside-box__action {
    max-width: 350px; }
    .theme-3-5 .partners-aside-box__action .box {
      -ms-flex-preferred-size: initial;
          flex-basis: initial;
      max-width: initial;
      margin: 0 10px; }
  .theme-3-5 .partners-aside-box__row {
    margin-bottom: 10px; }
  .theme-3-5 .partners-aside-box .btn-partners-choose {
    max-width: initial;
    padding: 8px 20px; }
  .theme-3-5 .partners__header {
    display: none; }
  .theme-3-5 .partners-join {
    margin-top: 20px;
    position: relative; }
    .theme-3-5 .partners-join::before {
      content: "";
      position: absolute;
      left: 0;
      right: 0;
      top: -22px;
      height: 2px;
      background: #c7d1da; } }
@media screen and (max-width: 650px) {
  .theme-3-5 .partners-join h2 {
    font-size: 18px;
    line-height: 30px; }
  .theme-3-5 .partners-join__row {
    padding: 20px; }
  .theme-3-5 .partners-join__person {
    padding: 0;
    margin-top: 15px; }
    .theme-3-5 .partners-join__person__header {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin-bottom: 15px; }
      .theme-3-5 .partners-join__person__header span {
        display: block;
        color: #c7d1da; }
    .theme-3-5 .partners-join__person__header-image {
      position: static;
      -webkit-transform: translateY(0);
              transform: translateY(0);
      width: 55px;
      height: 55px;
      margin-right: 15px; }
      .theme-3-5 .partners-join__person__header-image img {
        max-width: 100%; }
  .theme-3-5 .partners-join__description__wrapper {
    margin-top: 20px;
    -ms-flex-flow: wrap;
        flex-flow: wrap; }
  .theme-3-5 .partners-join__description__box {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
    margin-bottom: 25px; }
  .theme-3-5 .partners-join__action {
    margin-top: 10px;
    -ms-flex-flow: wrap;
        flex-flow: wrap; }
    .theme-3-5 .partners-join__action__box {
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
      max-width: 100%;
      text-align: left; }
      .theme-3-5 .partners-join__action__box:last-child {
        margin-top: 20px; } }
@media screen and (max-width: 420px) {
  .theme-3-5 .partners-container__aside__header-mobile {
    padding: 0 20px; } }
.theme-3-5 .partners-link-back {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #828a91;
  transition: 0.3s;
  margin-right: 25px; }
  .theme-3-5 .partners-link-back svg {
    max-width: 10px;
    margin-right: 10px; }
  .theme-3-5 .partners-link-back span {
    font-size: 15px;
    line-height: 22px;
    font-weight: 600;
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase; }
  .theme-3-5 .partners-link-back:hover {
    color: #ff8522; }
.theme-3-5 .partners-table-link {
  font-size: 13px;
  line-height: 22px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #828a91;
  transition: 0.2s; }
  .theme-3-5 .partners-table-link:hover {
    color: #ff8522; }
.theme-3-5 .partners-table-fv {
  margin-top: 10px; }
  .theme-3-5 .partners-table-fv-container {
    max-width: 1210px;
    margin: 0 auto; }
  .theme-3-5 .partners-table-fv__main-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .theme-3-5 .partners-table-fv__main-header__group {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
    .theme-3-5 .partners-table-fv__main-header .link-back {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      color: #828a91;
      transition: 0.3s;
      margin-right: 25px; }
      .theme-3-5 .partners-table-fv__main-header .link-back svg {
        max-width: 10px;
        margin-right: 10px; }
      .theme-3-5 .partners-table-fv__main-header .link-back span {
        font-size: 15px;
        line-height: 22px;
        font-weight: 600;
        text-align: center;
        letter-spacing: 1px;
        text-transform: uppercase; }
      .theme-3-5 .partners-table-fv__main-header .link-back:hover {
        color: #ff8522; }
    .theme-3-5 .partners-table-fv__main-header h1 {
      font-size: 28px;
      line-height: 46px;
      color: #3b4348; }
    .theme-3-5 .partners-table-fv__main-header .search-group {
      width: 240px; }
  .theme-3-5 .partners-table-fv .table__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .theme-3-5 .partners-table-fv .table__row .box-sm {
      -ms-flex-preferred-size: 130px;
          flex-basis: 130px;
      max-width: 130px;
      min-width: 130px; }
    .theme-3-5 .partners-table-fv .table__row .box-md {
      -ms-flex-preferred-size: 150px;
          flex-basis: 150px;
      max-width: 150px;
      min-width: 150px; }
    .theme-3-5 .partners-table-fv .table__row .box-lg {
      -ms-flex-preferred-size: 190px;
          flex-basis: 190px;
      max-width: 190px;
      min-width: 190px; }
    .theme-3-5 .partners-table-fv .table__row .box-full {
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
      max-width: 100%; }
  .theme-3-5 .partners-table-fv__header .table__row .box {
    padding: 10px 0; }
    .theme-3-5 .partners-table-fv__header .table__row .box span {
      font-weight: 600;
      font-size: 12px;
      line-height: 20px;
      color: #828a91;
      text-transform: uppercase; }
  .theme-3-5 .partners-table-fv__body .table__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 2px solid #e0e7ee;
    background: #fff;
    margin-bottom: 10px; }
    .theme-3-5 .partners-table-fv__body .table__row .box {
      padding: 13px 20px; }
      .theme-3-5 .partners-table-fv__body .table__row .box:not(:last-child) {
        border-right: 2px solid #eff3f7; }
      .theme-3-5 .partners-table-fv__body .table__row .box span,
      .theme-3-5 .partners-table-fv__body .table__row .box a {
        font-size: 15px;
        line-height: 20px; }
      .theme-3-5 .partners-table-fv__body .table__row .box span {
        color: #3b4348; }
      .theme-3-5 .partners-table-fv__body .table__row .box a {
        color: #ff8522; }
  @media screen and (max-width: 960px) {
    .theme-3-5 .partners-table-fv__header {
      display: none; }
    .theme-3-5 .partners-table-fv__body .table__row .box {
      padding-top: 30px;
      position: relative; }
      .theme-3-5 .partners-table-fv__body .table__row .box::before {
        content: attr(data-header);
        font-size: 12px;
        line-height: 14px;
        font-weight: 600;
        text-transform: uppercase;
        position: absolute;
        top: 12px;
        left: 20px;
        color: #828a91; }
      .theme-3-5 .partners-table-fv__body .table__row .box:nth-child(3) {
        border-right: none; }
      .theme-3-5 .partners-table-fv__body .table__row .box:nth-child(n + 4) {
        border-top: 2px solid #eff3f7; }
    .theme-3-5 .partners-table-fv .table__row {
      -ms-flex-flow: wrap;
          flex-flow: wrap; }
      .theme-3-5 .partners-table-fv .table__row .box-sm,
      .theme-3-5 .partners-table-fv .table__row .box-md,
      .theme-3-5 .partners-table-fv .table__row .box-lg,
      .theme-3-5 .partners-table-fv .table__row .box-full {
        -ms-flex-preferred-size: 33.333%;
            flex-basis: 33.333%;
        max-width: 33.333%;
        min-width: 33.333%; } }
  @media screen and (max-width: 650px) {
    .theme-3-5 .partners-table-fv__main-header {
      margin-bottom: 15px; }
      .theme-3-5 .partners-table-fv__main-header__group {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start; }
      .theme-3-5 .partners-table-fv__main-header .search-group {
        width: 60px; }
        .theme-3-5 .partners-table-fv__main-header .search-group input {
          padding: 0;
          position: absolute;
          top: 0;
          bottom: 0;
          right: 0;
          width: 57px;
          height: 57px;
          border: 2px solid #ff8522;
          border-radius: 50%;
          font-size: 0;
          transition: 0.2s; }
        .theme-3-5 .partners-table-fv__main-header .search-group .btn-search {
          position: relative;
          width: 57px;
          height: 57px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          margin-left: auto;
          margin-right: 0; }
          .theme-3-5 .partners-table-fv__main-header .search-group .btn-search .stroke {
            stroke: #ff8522; }
          .theme-3-5 .partners-table-fv__main-header .search-group .btn-search .fill {
            fill: #ff8522; }
        .theme-3-5 .partners-table-fv__main-header .search-group.open input {
          width: 240px;
          border-radius: 0;
          font-size: 15px;
          padding: 10px 50px 10px 20px;
          background: #f2f6fa; }
    .theme-3-5 .partners-table-fv__body .table__row .box:nth-child(n + 3) {
      border-top: 2px solid #eff3f7;
      border-right: 2px solid #eff3f7; }
    .theme-3-5 .partners-table-fv__body .table__row .box:nth-child(even) {
      border-right: none; }
    .theme-3-5 .partners-table-fv .table__row .box-sm,
    .theme-3-5 .partners-table-fv .table__row .box-md,
    .theme-3-5 .partners-table-fv .table__row .box-lg,
    .theme-3-5 .partners-table-fv .table__row .box-full {
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
      max-width: 50%;
      min-width: 50%; } }
.theme-3-5 .partners-table-invite {
  margin-top: 10px; }
  .theme-3-5 .partners-table-invite-container {
    max-width: 1210px;
    margin: 0 auto; }
  .theme-3-5 .partners-table-invite__main-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .theme-3-5 .partners-table-invite__main-header__group {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
    .theme-3-5 .partners-table-invite__main-header h1 {
      font-size: 28px;
      line-height: 46px;
      color: #3b4348; }
    .theme-3-5 .partners-table-invite__main-header .btn {
      margin-left: 50px; }
  .theme-3-5 .partners-table-invite .table__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .theme-3-5 .partners-table-invite .table__row .box-sm {
      -ms-flex-preferred-size: 130px;
          flex-basis: 130px;
      max-width: 130px;
      min-width: 130px; }
    .theme-3-5 .partners-table-invite .table__row .box-md {
      -ms-flex-preferred-size: 150px;
          flex-basis: 150px;
      max-width: 150px;
      min-width: 150px; }
    .theme-3-5 .partners-table-invite .table__row .box-lg {
      -ms-flex-preferred-size: 230px;
          flex-basis: 230px;
      max-width: 230px;
      min-width: 230px; }
    .theme-3-5 .partners-table-invite .table__row .box-full {
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
      max-width: 100%; }
  .theme-3-5 .partners-table-invite__header .table__row .box {
    padding: 10px 0; }
    .theme-3-5 .partners-table-invite__header .table__row .box span {
      font-weight: 600;
      font-size: 12px;
      line-height: 20px;
      color: #828a91;
      text-transform: uppercase; }
  .theme-3-5 .partners-table-invite__body .table__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 2px solid #e0e7ee;
    background: #fff;
    margin-bottom: 10px; }
    .theme-3-5 .partners-table-invite__body .table__row .box {
      padding: 13px 20px; }
      .theme-3-5 .partners-table-invite__body .table__row .box:not(:last-child) {
        border-right: 2px solid #eff3f7; }
      .theme-3-5 .partners-table-invite__body .table__row .box span,
      .theme-3-5 .partners-table-invite__body .table__row .box a {
        font-size: 15px;
        line-height: 20px; }
      .theme-3-5 .partners-table-invite__body .table__row .box span {
        color: #3b4348; }
      .theme-3-5 .partners-table-invite__body .table__row .box a:not(.partners-table-link) {
        color: #ff8522; }
  @media screen and (max-width: 960px) {
    .theme-3-5 .partners-table-invite__header {
      display: none; }
    .theme-3-5 .partners-table-invite__main-header h1 {
      line-height: 35px; }
    .theme-3-5 .partners-table-invite__main-header .partners-link-back {
      margin-top: 5px; }
    .theme-3-5 .partners-table-invite__body .table__row .box {
      padding-top: 30px;
      position: relative; }
      .theme-3-5 .partners-table-invite__body .table__row .box::before {
        content: attr(data-header);
        font-size: 12px;
        line-height: 14px;
        font-weight: 600;
        text-transform: uppercase;
        position: absolute;
        top: 12px;
        left: 20px;
        color: #828a91; }
      .theme-3-5 .partners-table-invite__body .table__row .box:nth-child(3) {
        border-right: none; }
      .theme-3-5 .partners-table-invite__body .table__row .box:nth-child(1), .theme-3-5 .partners-table-invite__body .table__row .box:nth-child(2), .theme-3-5 .partners-table-invite__body .table__row .box:nth-child(3) {
        border-bottom: 2px solid #eff3f7; }
      .theme-3-5 .partners-table-invite__body .table__row .box.box-link {
        padding: 13px 20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; }
    .theme-3-5 .partners-table-invite .table__row {
      -ms-flex-flow: wrap;
          flex-flow: wrap; }
      .theme-3-5 .partners-table-invite .table__row .box-sm,
      .theme-3-5 .partners-table-invite .table__row .box-md,
      .theme-3-5 .partners-table-invite .table__row .box-lg,
      .theme-3-5 .partners-table-invite .table__row .box-full {
        -ms-flex-preferred-size: 33.333%;
            flex-basis: 33.333%;
        max-width: 33.333%;
        min-width: 33.333%; } }
  @media screen and (max-width: 650px) {
    .theme-3-5 .partners-table-invite__main-header {
      margin-bottom: 15px;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      .theme-3-5 .partners-table-invite__main-header__group {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start; }
    .theme-3-5 .partners-table-invite__body .table__row .box:nth-child(1) {
      border-right: none; }
    .theme-3-5 .partners-table-invite__body .table__row .box:nth-child(2), .theme-3-5 .partners-table-invite__body .table__row .box:nth-child(4) {
      border-right: 2px solid #eff3f7; }
    .theme-3-5 .partners-table-invite .table__row .box-sm,
    .theme-3-5 .partners-table-invite .table__row .box-md {
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
      max-width: 50%;
      min-width: 50%; }
    .theme-3-5 .partners-table-invite .table__row .box-lg {
      -ms-flex-preferred-size: calc(100% - 110px);
          flex-basis: calc(100% - 110px);
      max-width: calc(100% - 110px);
      min-width: calc(100% - 110px); }
    .theme-3-5 .partners-table-invite .table__row .box-full {
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
      max-width: 100%;
      min-width: 100%; }
    .theme-3-5 .partners-table-invite .table__row .box-link {
      -ms-flex-preferred-size: 110px;
          flex-basis: 110px;
      max-width: 110px;
      min-width: 110px; } }
.theme-3-5 .main-list-partners {
  margin-top: 40px; }
  .theme-3-5 .main-list-partners .list-item {
    margin-bottom: 10px; }
    .theme-3-5 .main-list-partners .list-item.success .list-item__action__partners-price h3 {
      color: #1ac528; }
    .theme-3-5 .main-list-partners .list-item.open .list-item__action__more {
      -webkit-transform: scaleY(-1) translateY(50%);
              transform: scaleY(-1) translateY(50%); }
      .theme-3-5 .main-list-partners .list-item.open .list-item__action__more path {
        stroke: #ff8522; }
  .theme-3-5 .main-list-partners .list-item__desc .list-item__desc__info {
    margin-top: 5px; }
    .theme-3-5 .main-list-partners .list-item__desc .list-item__desc__info span {
      line-height: 15px; }
  .theme-3-5 .main-list-partners .list-item__action {
    -ms-flex-preferred-size: 200px;
        flex-basis: 200px;
    max-width: 200px;
    position: relative; }
    .theme-3-5 .main-list-partners .list-item__action__partners-price {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      padding-right: 30px; }
      .theme-3-5 .main-list-partners .list-item__action__partners-price h3 {
        font-size: 23px;
        line-height: 27px;
        color: #828a91; }
    .theme-3-5 .main-list-partners .list-item__action__more {
      position: absolute;
      top: 50%;
      right: 0;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      transition: 0.2s; }
  .theme-3-5 .main-list-partners .item-body .content-2 {
    padding: 30px 0 0;
    border-top: 2px solid #e0e7ee; }
    .theme-3-5 .main-list-partners .item-body .content-2 .bordered-list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; }
      .theme-3-5 .main-list-partners .item-body .content-2 .bordered-list li {
        padding: 0 10px;
        border-left: 2px solid #e0e7ee; }
        .theme-3-5 .main-list-partners .item-body .content-2 .bordered-list li:first-child {
          padding-left: 0;
          border-left: none; }
        .theme-3-5 .main-list-partners .item-body .content-2 .bordered-list li p {
          font-size: 15px;
          line-height: 15px;
          color: #828a91; }
          .theme-3-5 .main-list-partners .item-body .content-2 .bordered-list li p span {
            color: #3b4348; }
    .theme-3-5 .main-list-partners .item-body .content-2 .partners-list-details {
      padding-bottom: 20px; }
      .theme-3-5 .main-list-partners .item-body .content-2 .partners-list-details__item {
        padding-left: 15px;
        border-left: 2px solid #e0e7ee;
        margin: 0 20px; }
        .theme-3-5 .main-list-partners .item-body .content-2 .partners-list-details__item:not(:last-child) {
          margin-bottom: 25px; }
        .theme-3-5 .main-list-partners .item-body .content-2 .partners-list-details__item__row {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-pack: start;
              -ms-flex-pack: start;
                  justify-content: flex-start; }
          .theme-3-5 .main-list-partners .item-body .content-2 .partners-list-details__item__row.top {
            padding-bottom: 10px; }
          .theme-3-5 .main-list-partners .item-body .content-2 .partners-list-details__item__row h3 {
            font-size: 20px;
            line-height: 22px;
            margin-right: 15px;
            color: #3b4348; }
        .theme-3-5 .main-list-partners .item-body .content-2 .partners-list-details__item.empty {
          padding: 15px 10px; }
          .theme-3-5 .main-list-partners .item-body .content-2 .partners-list-details__item.empty p {
            font-size: 15px;
            line-height: 20px;
            color: #828a91; }
    .theme-3-5 .main-list-partners .item-body .content-2 .additional-info {
      border-top: 2px solid #e0e7ee;
      padding: 17px 15px; }
      .theme-3-5 .main-list-partners .item-body .content-2 .additional-info.desktop-hide {
        display: none; }
  @media screen and (max-width: 750px) {
    .theme-3-5 .main-list-partners {
      margin-top: 20px; }
      .theme-3-5 .main-list-partners .list-item .item-header {
        padding: 12px 20px; }
      .theme-3-5 .main-list-partners .list-item__desc .list-item__desc__main {
        padding: 0; }
      .theme-3-5 .main-list-partners .list-item__desc .list-item__desc__info {
        border-top: none;
        padding: 0; }
        .theme-3-5 .main-list-partners .list-item__desc .list-item__desc__info .mobile-hide {
          display: none; }
      .theme-3-5 .main-list-partners .list-item__action {
        -ms-flex-preferred-size: 50px;
            flex-basis: 50px;
        max-width: 50px;
        position: absolute;
        top: 20px;
        right: 20px; }
        .theme-3-5 .main-list-partners .list-item__action__partners-price {
          display: none; }
      .theme-3-5 .main-list-partners .item-body .content-2 {
        padding: 10px 0 0; }
        .theme-3-5 .main-list-partners .item-body .content-2 .partners-list-details {
          padding-bottom: 0; }
          .theme-3-5 .main-list-partners .item-body .content-2 .partners-list-details .bordered-list.wrap li {
            padding: 0 10px;
            border-left: none; }
            .theme-3-5 .main-list-partners .item-body .content-2 .partners-list-details .bordered-list.wrap li:first-child {
              padding-left: 0; }
            .theme-3-5 .main-list-partners .item-body .content-2 .partners-list-details .bordered-list.wrap li p {
              line-height: 20px; }
            .theme-3-5 .main-list-partners .item-body .content-2 .partners-list-details .bordered-list.wrap li span {
              display: inline-block;
              width: 100%; }
          .theme-3-5 .main-list-partners .item-body .content-2 .partners-list-details__item {
            padding: 15px 20px;
            margin: 0;
            border-left: none; }
            .theme-3-5 .main-list-partners .item-body .content-2 .partners-list-details__item:not(:last-child) {
              margin-bottom: 10px;
              border-bottom: 2px solid #e0e7ee; }
            .theme-3-5 .main-list-partners .item-body .content-2 .partners-list-details__item__row.top {
              padding-bottom: 10px; }
            .theme-3-5 .main-list-partners .item-body .content-2 .partners-list-details__item__row h3 {
              font-size: 20px;
              line-height: 22px;
              margin-right: 15px;
              color: #3b4348; }
        .theme-3-5 .main-list-partners .item-body .content-2 .additional-info.desktop-hide {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; } }
.theme-3-5 .partners-dashboard-container {
  max-width: 1210px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .theme-3-5 .partners-dashboard-container__content {
    -ms-flex-preferred-size: calc(100% - 295px);
        flex-basis: calc(100% - 295px);
    max-width: calc(100% - 295px); }
  .theme-3-5 .partners-dashboard-container__aside {
    -ms-flex-preferred-size: 260px;
        flex-basis: 260px;
    max-width: 260px; }
    .theme-3-5 .partners-dashboard-container__aside__header-mobile {
      display: none; }
.theme-3-5 .partners-dashboard__header {
  margin-bottom: 15px; }
  .theme-3-5 .partners-dashboard__header h1 {
    font-size: 28px;
    line-height: 46px;
    color: #3b4348; }
.theme-3-5 .partners-dashboard-aside-box {
  padding: 20px 15px;
  background: #ffffff;
  border: 2px solid #e0e7ee;
  margin-bottom: 20px; }
  .theme-3-5 .partners-dashboard-aside-box.partners-helpdesk-box .box-header {
    margin-bottom: 20px; }
  .theme-3-5 .partners-dashboard-aside-box.partners-helpdesk-box .box-person {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 20px; }
    .theme-3-5 .partners-dashboard-aside-box.partners-helpdesk-box .box-person__image {
      -ms-flex-preferred-size: 50px;
          flex-basis: 50px;
      max-width: 50px;
      height: 50px;
      border-radius: 50%;
      background-position: center;
      background-size: cover;
      background-repeat: no-repeat; }
    .theme-3-5 .partners-dashboard-aside-box.partners-helpdesk-box .box-person__text {
      -ms-flex-preferred-size: calc(100% - 50px);
          flex-basis: calc(100% - 50px);
      max-width: calc(100% - 50px);
      padding-left: 15px; }
      .theme-3-5 .partners-dashboard-aside-box.partners-helpdesk-box .box-person__text .person-name {
        font-weight: 800;
        font-size: 13px;
        line-height: 19px;
        color: #3b4348; }
      .theme-3-5 .partners-dashboard-aside-box.partners-helpdesk-box .box-person__text .person-email {
        font-size: 11px;
        line-height: 16px;
        color: #ff8522; }
  .theme-3-5 .partners-dashboard-aside-box.partners-helpdesk-box .box-info {
    margin-bottom: 15px; }
    .theme-3-5 .partners-dashboard-aside-box.partners-helpdesk-box .box-info p {
      font-size: 13px;
      line-height: 19px;
      color: #3b4348; }
  .theme-3-5 .partners-dashboard-aside-box__wrapper .partners-dashboard-aside-box:first-child {
    margin-bottom: 0;
    border-bottom: 0; }
  .theme-3-5 .partners-dashboard-aside-box__row p {
    margin-top: 5px; }
  .theme-3-5 .partners-dashboard-aside-box__row:not(:last-child) {
    margin-bottom: 15px; }
  .theme-3-5 .partners-dashboard-aside-box__row.image-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 10px 0; }
    .theme-3-5 .partners-dashboard-aside-box__row.image-wrapper .image {
      -ms-flex-preferred-size: 55px;
          flex-basis: 55px;
      max-width: 55px; }
      .theme-3-5 .partners-dashboard-aside-box__row.image-wrapper .image img {
        max-width: 100%; }
    .theme-3-5 .partners-dashboard-aside-box__row.image-wrapper .text {
      -ms-flex-preferred-size: calc(100% - 55px);
          flex-basis: calc(100% - 55px);
      max-width: calc(100% - 55px);
      padding-left: 20px; }
      .theme-3-5 .partners-dashboard-aside-box__row.image-wrapper .text p {
        line-height: 19px;
        margin: 0; }
  .theme-3-5 .partners-dashboard-aside-box__row img {
    max-width: 100%; }
  .theme-3-5 .partners-dashboard-aside-box h3,
  .theme-3-5 .partners-dashboard-aside-box h4 {
    font-weight: 400;
    color: #828a91; }
  .theme-3-5 .partners-dashboard-aside-box h3 {
    font-size: 12px;
    line-height: 15px;
    text-transform: uppercase;
    letter-spacing: 0.9px; }
  .theme-3-5 .partners-dashboard-aside-box h4 {
    font-size: 12px;
    line-height: 16px; }
  .theme-3-5 .partners-dashboard-aside-box p {
    font-size: 13px;
    line-height: 16px;
    color: #3b4348; }
  .theme-3-5 .partners-dashboard-aside-box .link {
    color: #fc7500; }
  .theme-3-5 .partners-dashboard-aside-box .price {
    font-size: 28px;
    line-height: 30px;
    font-weight: 400;
    color: #4a545b; }
  .theme-3-5 .partners-dashboard-aside-box .btn-price {
    max-width: 75px; }
.theme-3-5 .partners-dashboard-main .box-header {
  font-size: 18px;
  line-height: 23px;
  color: #3b4348; }
.theme-3-5 .partners-dashboard-main .number {
  font-size: 41px;
  line-height: 50px;
  font-weight: 300;
  color: #4a545b; }
.theme-3-5 .partners-dashboard-main__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  border: 2px solid #e0e7ee;
  background: #fff; }
  .theme-3-5 .partners-dashboard-main__info__links {
    padding: 30px 10px 30px 30px;
    -ms-flex-preferred-size: calc(100% - 180px);
        flex-basis: calc(100% - 180px);
    max-width: calc(100% - 180px);
    border-right: 2px solid #e0e7ee; }
    .theme-3-5 .partners-dashboard-main__info__links .link-group {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .theme-3-5 .partners-dashboard-main__info__links .link-group:first-child {
        margin-bottom: 25px; }
      .theme-3-5 .partners-dashboard-main__info__links .link-group .image {
        -ms-flex-preferred-size: 80px;
            flex-basis: 80px;
        max-width: 80px;
        padding-right: 15px; }
        .theme-3-5 .partners-dashboard-main__info__links .link-group .image img {
          max-width: 100%; }
      .theme-3-5 .partners-dashboard-main__info__links .link-group .text {
        -ms-flex-preferred-size: calc(100% - 80px);
            flex-basis: calc(100% - 80px);
        max-width: calc(100% - 80px); }
        .theme-3-5 .partners-dashboard-main__info__links .link-group .text h3 {
          font-size: 12px;
          line-height: 15px;
          letter-spacing: 1px;
          text-transform: uppercase;
          color: #828a91; }
        .theme-3-5 .partners-dashboard-main__info__links .link-group .text p {
          font-size: 20px;
          line-height: 38px;
          color: #4a545b; }
        .theme-3-5 .partners-dashboard-main__info__links .link-group .text .btn-copy {
          border: none;
          background: none; }
          .theme-3-5 .partners-dashboard-main__info__links .link-group .text .btn-copy svg path {
            transition: 0.2s; }
          .theme-3-5 .partners-dashboard-main__info__links .link-group .text .btn-copy:hover [fill], .theme-3-5 .partners-dashboard-main__info__links .link-group .text .btn-copy.open [fill] {
            fill: #fff; }
          .theme-3-5 .partners-dashboard-main__info__links .link-group .text .btn-copy:hover svg path, .theme-3-5 .partners-dashboard-main__info__links .link-group .text .btn-copy.open svg path {
            stroke: #4a545b; }
  .theme-3-5 .partners-dashboard-main__info__buttons {
    -ms-flex-preferred-size: 180px;
        flex-basis: 180px;
    max-width: 180px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
        flex-flow: wrap; }
    .theme-3-5 .partners-dashboard-main__info__buttons .info-button {
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
      max-width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      min-height: 33.333%;
      padding: 20px 15px; }
      .theme-3-5 .partners-dashboard-main__info__buttons .info-button:not(:first-child) {
        border-top: 2px solid #e0e7ee; }
      .theme-3-5 .partners-dashboard-main__info__buttons .info-button .icon {
        margin-right: 10px;
        width: 20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; }
        .theme-3-5 .partners-dashboard-main__info__buttons .info-button .icon svg {
          max-width: 100%; }
      .theme-3-5 .partners-dashboard-main__info__buttons .info-button span {
        font-size: 12px;
        line-height: 20px;
        letter-spacing: 1px;
        text-transform: uppercase;
        font-weight: 500;
        white-space: nowrap;
        color: #3b4348;
        transition: 0.3s; }
      .theme-3-5 .partners-dashboard-main__info__buttons .info-button:hover span {
        color: #fc7500; }
.theme-3-5 .partners-dashboard-main__status {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 2px solid #e0e7ee;
  background: #fff;
  margin-bottom: 15px; }
  .theme-3-5 .partners-dashboard-main__status__levels {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
        flex-flow: wrap;
    -ms-flex-preferred-size: 60%;
        flex-basis: 60%;
    max-width: 60%;
    border-right: 2px solid #e0e7ee; }
    .theme-3-5 .partners-dashboard-main__status__levels-desc {
      -ms-flex-preferred-size: calc(100% - 140px);
          flex-basis: calc(100% - 140px);
      max-width: calc(100% - 140px);
      padding: 20px 25px;
      border-right: 2px solid #e0e7ee; }
      .theme-3-5 .partners-dashboard-main__status__levels-desc h3 {
        font-size: 12px;
        line-height: 15px;
        letter-spacing: 0.9px;
        text-transform: uppercase;
        color: #828a91; }
      .theme-3-5 .partners-dashboard-main__status__levels-desc .status-name {
        font-size: 20px;
        line-height: 32px;
        padding-bottom: 7px;
        font-weight: 400;
        color: #4a545b; }
      .theme-3-5 .partners-dashboard-main__status__levels-desc p {
        font-size: 13px;
        line-height: 20px;
        font-weight: 500;
        color: #4a545b; }
    .theme-3-5 .partners-dashboard-main__status__levels-image {
      -ms-flex-preferred-size: 140px;
          flex-basis: 140px;
      max-width: 140px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .theme-3-5 .partners-dashboard-main__status__levels-image img {
        max-width: 92px; }
    .theme-3-5 .partners-dashboard-main__status__levels-details {
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
      max-width: 100%;
      padding: 13px 25px;
      border-top: 2px solid #e0e7ee; }
      .theme-3-5 .partners-dashboard-main__status__levels-details .box-numbers-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: wrap;
            flex-flow: wrap; }
        .theme-3-5 .partners-dashboard-main__status__levels-details .box-numbers-wrapper .box-number {
          -ms-flex-preferred-size: calc(50% - 10px);
              flex-basis: calc(50% - 10px);
          max-width: calc(50% - 10px);
          min-width: 200px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          margin-top: 10px; }
          .theme-3-5 .partners-dashboard-main__status__levels-details .box-numbers-wrapper .box-number .number-info {
            font-size: 11px;
            line-height: 15px;
            letter-spacing: 0.9px;
            text-transform: uppercase;
            margin-left: 10px;
            color: #828a91; }
  .theme-3-5 .partners-dashboard-main__status__provison {
    -ms-flex-preferred-size: 40%;
        flex-basis: 40%;
    max-width: 40%;
    padding: 20px 25px; }
    .theme-3-5 .partners-dashboard-main__status__provison .box-header-wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      .theme-3-5 .partners-dashboard-main__status__provison .box-header-wrapper .box-header {
        margin-right: 20px; }
    .theme-3-5 .partners-dashboard-main__status__provison .provision-list {
      padding-top: 30px; }
      .theme-3-5 .partners-dashboard-main__status__provison .provision-list__item {
        padding: 10px 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; }
        .theme-3-5 .partners-dashboard-main__status__provison .provision-list__item span {
          font-size: 12px;
          line-height: 16px;
          font-weight: 500;
          letter-spacing: 1px;
          text-transform: uppercase;
          color: #828a91; }
          .theme-3-5 .partners-dashboard-main__status__provison .provision-list__item span.amount {
            font-weight: 600;
            color: #3b4348; }
.theme-3-5 .partners-dashboard-main__statistics {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 2px solid #e0e7ee;
  background: #fff; }
  .theme-3-5 .partners-dashboard-main__statistics__numbers {
    -ms-flex-preferred-size: 60%;
        flex-basis: 60%;
    max-width: 60%;
    padding: 20px 25px;
    border-right: 2px solid #e0e7ee; }
    .theme-3-5 .partners-dashboard-main__statistics__numbers .select-group {
      max-width: 220px;
      margin: 15px 0; }
    .theme-3-5 .partners-dashboard-main__statistics__numbers .box-numbers-wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-flow: wrap;
          flex-flow: wrap;
      padding-top: 10px; }
      .theme-3-5 .partners-dashboard-main__statistics__numbers .box-numbers-wrapper .box-number {
        -ms-flex-preferred-size: calc(50% - 10px);
            flex-basis: calc(50% - 10px);
        max-width: calc(50% - 10px);
        min-width: 180px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        margin-top: 10px; }
        .theme-3-5 .partners-dashboard-main__statistics__numbers .box-numbers-wrapper .box-number .number-info {
          font-size: 13px;
          line-height: 16px;
          letter-spacing: 0.9px;
          margin-left: 10px;
          color: #3b4348; }
  .theme-3-5 .partners-dashboard-main__statistics__prices {
    -ms-flex-preferred-size: 40%;
        flex-basis: 40%;
    max-width: 40%;
    padding: 30px 25px; }
    .theme-3-5 .partners-dashboard-main__statistics__prices .price-box:first-child {
      margin-bottom: 15px; }
    .theme-3-5 .partners-dashboard-main__statistics__prices .price-box h3 {
      font-size: 12px;
      line-height: 15px;
      letter-spacing: 0.9px;
      text-transform: uppercase;
      color: #828a91;
      margin-bottom: 10px; }
    .theme-3-5 .partners-dashboard-main__statistics__prices .price-box .price-holder {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .theme-3-5 .partners-dashboard-main__statistics__prices .price-box .price-holder span {
        margin-left: 10px;
        font-size: 33px;
        line-height: 40px;
        color: #4a545b; }
.theme-3-5 .partners-dashboard-main__users {
  margin-top: 30px; }
  .theme-3-5 .partners-dashboard-main__users__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .theme-3-5 .partners-dashboard-main__users__header h2 {
      -ms-flex-preferred-size: calc(100% - 120px);
          flex-basis: calc(100% - 120px);
      max-width: calc(100% - 120px);
      font-size: 27px;
      line-height: 46px;
      letter-spacing: -0.5px;
      color: #3b4348; }
  .theme-3-5 .partners-dashboard-main__users .main-list-partners {
    margin-top: 30px; }
@media screen and (max-width: 920px) {
  .theme-3-5 .partners-dashboard-aside-box {
    margin-bottom: 10px; }
    .theme-3-5 .partners-dashboard-aside-box__wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-bottom: 10px; }
      .theme-3-5 .partners-dashboard-aside-box__wrapper .partners-dashboard-aside-box {
        margin-bottom: 0;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
        max-width: 50%; }
        .theme-3-5 .partners-dashboard-aside-box__wrapper .partners-dashboard-aside-box:first-child {
          border-right: none;
          border-bottom: 2px solid #e0e7ee; }
        .theme-3-5 .partners-dashboard-aside-box__wrapper .partners-dashboard-aside-box.support {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column; }
          .theme-3-5 .partners-dashboard-aside-box__wrapper .partners-dashboard-aside-box.support .support-images {
            height: 100%; }
  .theme-3-5 .partners-dashboard-main__info {
    margin-bottom: 10px; }
  .theme-3-5 .partners-dashboard-main__status {
    margin-bottom: 10px; }
  .theme-3-5 .partners-dashboard-main__users {
    margin-top: 20px; }
    .theme-3-5 .partners-dashboard-main__users .main-list-partners {
      margin-top: 20px; } }
@media screen and (max-width: 700px) {
  .theme-3-5 .partners-dashboard-aside-box__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
        flex-flow: wrap; }
    .theme-3-5 .partners-dashboard-aside-box__wrapper .partners-dashboard-aside-box {
      margin-bottom: 0;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
      max-width: 100%; }
      .theme-3-5 .partners-dashboard-aside-box__wrapper .partners-dashboard-aside-box:first-child {
        border-bottom: none;
        border-right: 2px solid #e0e7ee; }
      .theme-3-5 .partners-dashboard-aside-box__wrapper .partners-dashboard-aside-box__row {
        margin-bottom: 0; }
      .theme-3-5 .partners-dashboard-aside-box__wrapper .partners-dashboard-aside-box.support {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        .theme-3-5 .partners-dashboard-aside-box__wrapper .partners-dashboard-aside-box.support:first-child {
          -ms-flex-preferred-size: 33%;
              flex-basis: 33%;
          max-width: 33%; }
        .theme-3-5 .partners-dashboard-aside-box__wrapper .partners-dashboard-aside-box.support .support-images {
          -ms-flex-preferred-size: 66%;
              flex-basis: 66%;
          max-width: 66%; }
  .theme-3-5 .partners-dashboard-main__info {
    -ms-flex-flow: wrap;
        flex-flow: wrap; }
    .theme-3-5 .partners-dashboard-main__info__links {
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
      max-width: 100%;
      border-right: none;
      padding: 0; }
      .theme-3-5 .partners-dashboard-main__info__links .link-group {
        padding: 20px;
        border-bottom: 2px solid #e0e7ee; }
        .theme-3-5 .partners-dashboard-main__info__links .link-group:first-child {
          margin-bottom: 0; }
        .theme-3-5 .partners-dashboard-main__info__links .link-group .text p {
          font-size: 16px;
          line-height: 30px; }
    .theme-3-5 .partners-dashboard-main__info__buttons {
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
      max-width: 100%;
      -ms-flex-flow: nowrap;
          flex-flow: nowrap; }
      .theme-3-5 .partners-dashboard-main__info__buttons .info-button {
        -ms-flex-preferred-size: 33.333%;
            flex-basis: 33.333%;
        max-width: 33.333%;
        min-height: 100%;
        min-height: 20px;
        padding: 20px 15px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        .theme-3-5 .partners-dashboard-main__info__buttons .info-button:not(:first-child) {
          border-top: none;
          border-left: 2px solid #e0e7ee; }
        .theme-3-5 .partners-dashboard-main__info__buttons .info-button .icon {
          margin-right: 0;
          margin-bottom: 10px;
          min-height: 18px; }
        .theme-3-5 .partners-dashboard-main__info__buttons .info-button span {
          text-transform: none; }
  .theme-3-5 .partners-dashboard-main__status {
    -ms-flex-flow: wrap;
        flex-flow: wrap; }
    .theme-3-5 .partners-dashboard-main__status__levels {
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
      max-width: 100%;
      border-right: none; }
      .theme-3-5 .partners-dashboard-main__status__levels-desc {
        padding: 20px;
        border-right: none; }
      .theme-3-5 .partners-dashboard-main__status__levels-details {
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
        max-width: 100%;
        padding: 13px 20px;
        border-top: 2px solid #e0e7ee; }
        .theme-3-5 .partners-dashboard-main__status__levels-details .box-numbers-wrapper {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-flow: wrap;
              flex-flow: wrap; }
          .theme-3-5 .partners-dashboard-main__status__levels-details .box-numbers-wrapper .box-number {
            -ms-flex-preferred-size: 100%;
                flex-basis: 100%;
            max-width: 100%;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: reverse;
                -ms-flex-direction: row-reverse;
                    flex-direction: row-reverse;
            -webkit-box-pack: justify;
                -ms-flex-pack: justify;
                    justify-content: space-between; }
            .theme-3-5 .partners-dashboard-main__status__levels-details .box-numbers-wrapper .box-number .number {
              font-size: 18px;
              line-height: 20px; }
            .theme-3-5 .partners-dashboard-main__status__levels-details .box-numbers-wrapper .box-number .number-info {
              font-weight: 500;
              margin: 0; }
              .theme-3-5 .partners-dashboard-main__status__levels-details .box-numbers-wrapper .box-number .number-info br {
                display: none; }
    .theme-3-5 .partners-dashboard-main__status__provison {
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
      max-width: 100%;
      padding: 15px 20px 20px; }
      .theme-3-5 .partners-dashboard-main__status__provison .box-header-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start; }
        .theme-3-5 .partners-dashboard-main__status__provison .box-header-wrapper .box-header {
          margin-right: 10px; }
      .theme-3-5 .partners-dashboard-main__status__provison .provision-list {
        padding-top: 20px; }
        .theme-3-5 .partners-dashboard-main__status__provison .provision-list__item {
          padding: 5px 0; }
          .theme-3-5 .partners-dashboard-main__status__provison .provision-list__item span.amount {
            font-size: 18px;
            line-height: 20px;
            font-weight: 400; }
  .theme-3-5 .partners-dashboard-main__statistics {
    -ms-flex-flow: wrap;
        flex-flow: wrap; }
    .theme-3-5 .partners-dashboard-main__statistics__numbers {
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
      max-width: 100%;
      padding: 20px;
      border-right: none;
      border-bottom: 2px solid #e0e7ee; }
      .theme-3-5 .partners-dashboard-main__statistics__numbers .select-group {
        max-width: 300px;
        margin: 15px 0 5px; }
    .theme-3-5 .partners-dashboard-main__statistics__prices {
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
      max-width: 100%;
      padding: 20px; }
  .theme-3-5 .partners-dashboard-main__users {
    margin-top: 30px; }
    .theme-3-5 .partners-dashboard-main__users__header h2 {
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
      max-width: 100%; }
    .theme-3-5 .partners-dashboard-main__users__header a {
      display: none; }
    .theme-3-5 .partners-dashboard-main__users .main-list-partners {
      margin-top: 20px; }
      .theme-3-5 .partners-dashboard-main__users .main-list-partners .list-item {
        margin-bottom: 10px; } }
.theme-3-5 .helpdesk-categories__header {
  margin-bottom: 7px; }
  .theme-3-5 .helpdesk-categories__header__title {
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 0.916667px;
    text-transform: uppercase;
    color: #828a91; }
.theme-3-5 .helpdesk-categories__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 20px; }
  .theme-3-5 .helpdesk-categories__list .single-category {
    -ms-flex-preferred-size: calc(100% / 6);
        flex-basis: calc(100% / 6);
    max-width: calc(100% / 6); }
    .theme-3-5 .helpdesk-categories__list .single-category:not(:last-child) .single-category__action {
      border-right: 0; }
    .theme-3-5 .helpdesk-categories__list .single-category__action {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      text-align: center;
      padding: 12px;
      width: 100%;
      height: 100%;
      border: 2px solid #e0e7ee;
      background-color: #fff;
      transition: 0.2s; }
      .theme-3-5 .helpdesk-categories__list .single-category__action__icon path, .theme-3-5 .helpdesk-categories__list .single-category__action__name {
        transition: 0.2s; }
      .theme-3-5 .helpdesk-categories__list .single-category__action__icon {
        height: 20px;
        width: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        margin-bottom: 6px; }
        .theme-3-5 .helpdesk-categories__list .single-category__action__icon svg {
          max-height: 20px;
          max-width: 100%; }
      .theme-3-5 .helpdesk-categories__list .single-category__action__name {
        font-weight: 500;
        font-size: 13px;
        line-height: 20px;
        color: #828a91; }
      .theme-3-5 .helpdesk-categories__list .single-category__action:hover {
        background-color: #fafcfd; }
        .theme-3-5 .helpdesk-categories__list .single-category__action:hover .single-category__action__icon svg path[stroke="#AFB9C2"] {
          stroke: #ff8522; }
        .theme-3-5 .helpdesk-categories__list .single-category__action:hover .single-category__action__icon svg path[fill="#AFB9C2"] {
          fill: #ff8522; }
        .theme-3-5 .helpdesk-categories__list .single-category__action:hover .single-category__action__name {
          color: #ff8522; }
    .theme-3-5 .helpdesk-categories__list .single-category.active .single-category__action__icon svg path[stroke="#AFB9C2"] {
      stroke: #ff8522; }
    .theme-3-5 .helpdesk-categories__list .single-category.active .single-category__action__icon svg path[fill="#AFB9C2"] {
      fill: #ff8522; }
    .theme-3-5 .helpdesk-categories__list .single-category.active .single-category__action__name {
      color: #ff8522; }
@media screen and (max-width: 920px) {
  .theme-3-5 .helpdesk-categories__container {
    display: none; }
    .theme-3-5 .helpdesk-categories__container.open {
      display: block; }
      .theme-3-5 .helpdesk-categories__container.open .helpdesk-categories__list {
        padding-bottom: 20px;
        border-bottom: 2px solid #e0e7ee; }
  .theme-3-5 .helpdesk-categories__header {
    display: none; } }
@media screen and (max-width: 680px) {
  .theme-3-5 .helpdesk-categories__list {
    -ms-flex-flow: wrap;
        flex-flow: wrap; }
    .theme-3-5 .helpdesk-categories__list .single-category {
      -ms-flex-preferred-size: calc(100% / 3);
          flex-basis: calc(100% / 3);
      max-width: calc(100% / 3); }
      .theme-3-5 .helpdesk-categories__list .single-category:nth-child(3) .single-category__action {
        border-right: 2px solid #e0e7ee; }
      .theme-3-5 .helpdesk-categories__list .single-category:nth-child(n + 4) .single-category__action {
        border-top: none; } }
.theme-3-5 .helpdesk-list {
  padding-bottom: 20px; }
  .theme-3-5 .helpdesk-list__item {
    border: 2px solid #e0e7ee;
    position: relative;
    margin-bottom: 20px; }
    .theme-3-5 .helpdesk-list__item .status-box {
      position: absolute;
      top: -2px;
      right: 25px; }
    .theme-3-5 .helpdesk-list__item__link {
      color: #828a91;
      display: block;
      background: #ffffff;
      padding: 10px 20px;
      transition: 0.2s; }
      .theme-3-5 .helpdesk-list__item__link:hover {
        background: #fafcfd; }
        .theme-3-5 .helpdesk-list__item__link:hover .helpdesk-list__item__title {
          color: #ff8522; }
    .theme-3-5 .helpdesk-list__item__title {
      font-size: 18px;
      line-height: 30px;
      color: #3b4348;
      white-space: nowrap;
      max-width: calc(100% - 200px);
      overflow: hidden;
      text-overflow: ellipsis;
      transition: 0.2s; }
    .theme-3-5 .helpdesk-list__item__list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .theme-3-5 .helpdesk-list__item__list li {
        padding: 0 15px;
        display: inline-block;
        font-weight: 500;
        font-size: 15px;
        line-height: 20px;
        color: #828a91;
        border-left: 2px solid #e0e7ee; }
        .theme-3-5 .helpdesk-list__item__list li:first-child {
          border-left: 0;
          padding-left: 0; }
    @media screen and (max-width: 680px) {
      .theme-3-5 .helpdesk-list__item {
        padding: 0; }
        .theme-3-5 .helpdesk-list__item .status-box {
          right: initial;
          left: 25px; }
        .theme-3-5 .helpdesk-list__item__title {
          white-space: normal;
          max-width: 100%;
          padding: 30px 20px 10px;
          border-bottom: 2px solid #eff3f7; }
        .theme-3-5 .helpdesk-list__item__list {
          padding: 10px 20px; } }
.theme-3-5 .helpdesk-person {
  text-align: center; }
  .theme-3-5 .helpdesk-person__image {
    width: 112px;
    height: 112px;
    margin: 0 auto 30px;
    border: 2px solid #c7d1da;
    border-radius: 50%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    box-shadow: 0px 5px 10px rgba(39, 49, 53, 0.182348); }
  .theme-3-5 .helpdesk-person__description {
    font-size: 13px;
    line-height: 20px;
    color: #828a91;
    margin-bottom: 15px; }
  .theme-3-5 .helpdesk-person__name {
    font-size: 22px;
    line-height: 30px;
    color: #626b72;
    margin-bottom: 20px; }
  .theme-3-5 .helpdesk-person__contact {
    font-size: 22px;
    line-height: 30px;
    font-weight: 600;
    color: #3b4348; }
  .theme-3-5 .helpdesk-person__action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 20px; }
    .theme-3-5 .helpdesk-person__action .btn-bordered,
    .theme-3-5 .helpdesk-person__action .btn-filled {
      padding: 10px 17px;
      border-radius: 100px;
      font-weight: 600;
      font-size: 12px;
      line-height: 16px;
      text-align: center;
      letter-spacing: 1px;
      text-transform: uppercase;
      min-width: 185px;
      margin-bottom: 15px; }
    .theme-3-5 .helpdesk-person__action .btn-bordered {
      color: #ff8522;
      background: #ffffff;
      border: 2px solid #ffc796; }
      .theme-3-5 .helpdesk-person__action .btn-bordered.transparent {
        background: transparent; }
    .theme-3-5 .helpdesk-person__action .btn-filled {
      color: #fff;
      background: #ff8522;
      border: 2px solid rgba(18, 18, 20, 0.09);
      box-shadow: 0px 3px 8px rgba(39, 49, 53, 0.152315); }
.theme-3-5 .helpdesk-empty-container {
  margin-bottom: 30px; }
  .theme-3-5 .helpdesk-empty-container img {
    width: 100%; }
.theme-3-5 .helpdesk-issue__container {
  max-width: 975px;
  margin: 0 auto; }
  .theme-3-5 .helpdesk-issue__container .btn-opened,
  .theme-3-5 .helpdesk-issue__container .btn-opened:hover,
  .theme-3-5 .helpdesk-issue__container .btn-opened:active {
    background: #24c432;
    border-color: rgba(18, 18, 20, 0.09); }
  .theme-3-5 .helpdesk-issue__container .dz-filename a,
  .theme-3-5 .helpdesk-issue__container .files-wrapper a {
    text-decoration: none; }
  .theme-3-5 .helpdesk-issue__container .dz-filename .file,
  .theme-3-5 .helpdesk-issue__container .files-wrapper .file {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 0 15px 0 52px;
    max-width: 300px;
    min-height: 50px;
    max-height: 50px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border: 2px solid #e0e7ee;
    position: relative;
    background: #ffffff;
    vertical-align: baseline;
    margin: 0; }
    .theme-3-5 .helpdesk-issue__container .dz-filename .file-content,
    .theme-3-5 .helpdesk-issue__container .files-wrapper .file-content {
      display: inline-block;
      text-overflow: ellipsis;
      word-wrap: break-word;
      overflow: hidden;
      font-size: 14px;
      line-height: 14px;
      max-height: 28px;
      color: #3b4348; }
    .theme-3-5 .helpdesk-issue__container .dz-filename .file::before,
    .theme-3-5 .helpdesk-issue__container .files-wrapper .file::before {
      display: block;
      position: absolute;
      z-index: 2;
      left: -3px;
      top: -3px;
      content: ""; }
    .theme-3-5 .helpdesk-issue__container .dz-filename .file .file-name-wrapper,
    .theme-3-5 .helpdesk-issue__container .files-wrapper .file .file-name-wrapper {
      position: absolute;
      z-index: 2;
      left: 0;
      bottom: 5px;
      width: 38px;
      text-align: center; }
      .theme-3-5 .helpdesk-issue__container .dz-filename .file .file-name-wrapper .file-name,
      .theme-3-5 .helpdesk-issue__container .files-wrapper .file .file-name-wrapper .file-name {
        font-size: 12px;
        font-weight: 900; }
    .theme-3-5 .helpdesk-issue__container .dz-filename .file a,
    .theme-3-5 .helpdesk-issue__container .files-wrapper .file a {
      position: absolute;
      right: 0;
      top: 0;
      -webkit-transform: translateX(50%) translateY(-50%);
              transform: translateX(50%) translateY(-50%); }
  .theme-3-5 .helpdesk-issue__container .dz-filename .loading::before,
  .theme-3-5 .helpdesk-issue__container .files-wrapper .loading::before {
    content: url("../img/notification-files/other.svg"); }
  .theme-3-5 .helpdesk-issue__container .dz-filename .loading .file-name,
  .theme-3-5 .helpdesk-issue__container .files-wrapper .loading .file-name {
    color: #afb9c2; }
  .theme-3-5 .helpdesk-issue__container .dz-filename .docx .file-name,
  .theme-3-5 .helpdesk-issue__container .files-wrapper .docx .file-name {
    color: #295598; }
  .theme-3-5 .helpdesk-issue__container .dz-filename .docx::before,
  .theme-3-5 .helpdesk-issue__container .files-wrapper .docx::before {
    content: url("../img/notification-files/docx.svg"); }
  .theme-3-5 .helpdesk-issue__container .dz-filename .zip .file-name,
  .theme-3-5 .helpdesk-issue__container .files-wrapper .zip .file-name {
    color: #c59700; }
  .theme-3-5 .helpdesk-issue__container .dz-filename .zip::before,
  .theme-3-5 .helpdesk-issue__container .files-wrapper .zip::before {
    content: url("../img/notification-files/zip.svg"); }
  .theme-3-5 .helpdesk-issue__container .dz-filename .xls .file-name,
  .theme-3-5 .helpdesk-issue__container .files-wrapper .xls .file-name {
    color: #00733a; }
  .theme-3-5 .helpdesk-issue__container .dz-filename .xls::before,
  .theme-3-5 .helpdesk-issue__container .files-wrapper .xls::before {
    content: url("../img/notification-files/xls.svg"); }
  .theme-3-5 .helpdesk-issue__container .dz-filename .html .file-name,
  .theme-3-5 .helpdesk-issue__container .files-wrapper .html .file-name {
    color: #259eb4; }
  .theme-3-5 .helpdesk-issue__container .dz-filename .html::before,
  .theme-3-5 .helpdesk-issue__container .files-wrapper .html::before {
    content: url("../img/notification-files/html.svg"); }
  .theme-3-5 .helpdesk-issue__container .dz-filename .pdf .file-name,
  .theme-3-5 .helpdesk-issue__container .files-wrapper .pdf .file-name {
    color: #e0131e; }
  .theme-3-5 .helpdesk-issue__container .dz-filename .pdf::before,
  .theme-3-5 .helpdesk-issue__container .files-wrapper .pdf::before {
    content: url("../img/notification-files/pdf.svg"); }
  .theme-3-5 .helpdesk-issue__container .dz-filename .jpg .file-name,
  .theme-3-5 .helpdesk-issue__container .files-wrapper .jpg .file-name {
    color: #cb9165; }
  .theme-3-5 .helpdesk-issue__container .dz-filename .jpg::before,
  .theme-3-5 .helpdesk-issue__container .files-wrapper .jpg::before {
    content: url("../img/notification-files/jpg.svg"); }
  .theme-3-5 .helpdesk-issue__container .dz-filename .other .file-name,
  .theme-3-5 .helpdesk-issue__container .files-wrapper .other .file-name {
    color: #828a91; }
  .theme-3-5 .helpdesk-issue__container .dz-filename .other::before,
  .theme-3-5 .helpdesk-issue__container .files-wrapper .other::before {
    content: url("../img/notification-files/other.svg"); }
  .theme-3-5 .helpdesk-issue__container .dz-filename .problem::before,
  .theme-3-5 .helpdesk-issue__container .files-wrapper .problem::before {
    content: url("../img/notification-files/problem.svg"); }
  .theme-3-5 .helpdesk-issue__container .dz-filename .problem .file-name-wrapper svg,
  .theme-3-5 .helpdesk-issue__container .files-wrapper .problem .file-name-wrapper svg {
    display: none; }
  .theme-3-5 .helpdesk-issue__container .dz-filename .problem-alert,
  .theme-3-5 .helpdesk-issue__container .files-wrapper .problem-alert {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    border: 2px solid #ffc2c2;
    padding: 0 15px;
    min-height: 50px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 20px 20px 0 0;
    vertical-align: bottom;
    background: #fff9f9; }
    .theme-3-5 .helpdesk-issue__container .dz-filename .problem-alert p,
    .theme-3-5 .helpdesk-issue__container .files-wrapper .problem-alert p {
      margin-left: 10px;
      font-size: 14px !important;
      line-height: 14px !important;
      color: #3b4348; }
  .theme-3-5 .helpdesk-issue__container .files-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-flow: wrap;
        flex-flow: wrap; }
    .theme-3-5 .helpdesk-issue__container .files-wrapper .file {
      margin-right: 20px;
      margin-top: 20px; }
.theme-3-5 .helpdesk-issue__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px; }
  .theme-3-5 .helpdesk-issue__header--link-back {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #828a91;
    transition: 0.3s;
    margin-right: 25px; }
    .theme-3-5 .helpdesk-issue__header--link-back svg {
      max-width: 10px;
      margin-right: 10px; }
    .theme-3-5 .helpdesk-issue__header--link-back span {
      font-size: 15px;
      line-height: 22px;
      font-weight: 600;
      text-align: center;
      letter-spacing: 1px;
      text-transform: uppercase; }
    .theme-3-5 .helpdesk-issue__header--link-back:hover {
      color: #ff8522; }
  .theme-3-5 .helpdesk-issue__header .box-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .theme-3-5 .helpdesk-issue__header .box-info__text {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
    .theme-3-5 .helpdesk-issue__header .box-info .issue-number {
      font-weight: 500;
      font-size: 28px;
      line-height: 40px;
      margin-right: 15px;
      color: #3b4348; }
.theme-3-5 .helpdesk-issue__content {
  margin-bottom: 25px; }
.theme-3-5 .helpdesk-issue__title {
  font-size: 22px;
  line-height: 27px;
  font-weight: 600;
  color: #3b4348; }
  .theme-3-5 .helpdesk-issue__title__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 35px;
    background: #ffffff;
    border: 2px solid #e0e7ee; }
.theme-3-5 .helpdesk-issue__date {
  font-size: 13px;
  line-height: 18px;
  color: #98a2ab; }
  .theme-3-5 .helpdesk-issue__date time {
    color: #3b4348; }
.theme-3-5 .helpdesk-issue__message {
  margin-top: -2px;
  padding: 45px 35px;
  background-color: #f2f6fa;
  position: relative;
  border: 2px solid #e0e7ee; }
  .theme-3-5 .helpdesk-issue__message.message-to-right {
    background-color: #fff;
    padding-left: 85px; }
    .theme-3-5 .helpdesk-issue__message.message-to-right .helpdesk-issue__message__user {
      left: initial;
      right: 35px;
      background: #fff;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
          -ms-flex-direction: row-reverse;
              flex-direction: row-reverse;
      border-radius: 0 25px 25px 0; }
      .theme-3-5 .helpdesk-issue__message.message-to-right .helpdesk-issue__message__user .image {
        margin: -2px -2px -2px 0; }
  .theme-3-5 .helpdesk-issue__message.message-to-left {
    background-color: #f2f6fa; }
    .theme-3-5 .helpdesk-issue__message.message-to-left .helpdesk-issue__message__user {
      left: 35px;
      right: initial;
      background: #fafcfd;
      border-radius: 25px 0 0 25px; }
      .theme-3-5 .helpdesk-issue__message.message-to-left .helpdesk-issue__message__user .image {
        margin: -2px 0 -2px -2px; }
  .theme-3-5 .helpdesk-issue__message__user {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 2px solid #e0e7ee;
    position: absolute;
    top: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
    .theme-3-5 .helpdesk-issue__message__user span {
      font-size: 13px;
      line-height: 20px; }
    .theme-3-5 .helpdesk-issue__message__user .name {
      color: #3b4348; }
    .theme-3-5 .helpdesk-issue__message__user .time {
      padding-left: 3px;
      color: #98a2ab; }
    .theme-3-5 .helpdesk-issue__message__user .text {
      padding: 8px 15px; }
    .theme-3-5 .helpdesk-issue__message__user .image {
      border: 2px solid #e0e7ee;
      border-radius: 50%;
      width: 40px;
      height: 40px;
      overflow: hidden; }
      .theme-3-5 .helpdesk-issue__message__user .image img {
        max-width: 100%; }
      .theme-3-5 .helpdesk-issue__message__user .image.placeholder {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
            -ms-flex-align: end;
                align-items: flex-end;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        background: #fff; }
  .theme-3-5 .helpdesk-issue__message__content p {
    font-size: 13px;
    line-height: 18px;
    color: #3b4348; }
.theme-3-5 .helpdesk-issue__uploader {
  border: 2px solid #e0e7ee;
  border-top: 0;
  padding: 50px 35px 25px; }
  .theme-3-5 .helpdesk-issue__uploader__message {
    position: relative;
    width: 100%; }
    .theme-3-5 .helpdesk-issue__uploader__message textarea {
      min-width: 135px;
      width: 100%;
      background: #ffffff;
      border: 2px solid #e0e7ee;
      padding: 40px 15px 15px;
      font-size: 15px;
      line-height: 19px;
      color: #3b4348;
      outline: none; }
    .theme-3-5 .helpdesk-issue__uploader__message__user {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      border: 2px solid #e0e7ee;
      position: absolute;
      top: 0;
      left: 0;
      background: #fafcfd;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      border-radius: 25px 0 0 25px;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%); }
      .theme-3-5 .helpdesk-issue__uploader__message__user p {
        font-size: 13px;
        line-height: 20px;
        color: #3b4348; }
      .theme-3-5 .helpdesk-issue__uploader__message__user .text {
        padding: 8px 15px; }
      .theme-3-5 .helpdesk-issue__uploader__message__user .image {
        border: 2px solid #e0e7ee;
        border-radius: 50%;
        width: 40px;
        height: 40px;
        overflow: hidden;
        margin: -2px 0 -2px -2px; }
        .theme-3-5 .helpdesk-issue__uploader__message__user .image img {
          max-width: 100%; }
        .theme-3-5 .helpdesk-issue__uploader__message__user .image.placeholder {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: end;
              -ms-flex-align: end;
                  align-items: flex-end;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center; }
  .theme-3-5 .helpdesk-issue__uploader__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-top: 20px; }
    .theme-3-5 .helpdesk-issue__uploader__buttons .btn-add-file {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      font-size: 13px;
      line-height: 18px;
      color: #98a2ab; }
      .theme-3-5 .helpdesk-issue__uploader__buttons .btn-add-file__icon {
        width: 40px;
        height: 40px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        background: #ffffff;
        border: 2px solid #ff8522;
        border-radius: 50%;
        box-sizing: border-box;
        box-shadow: 0px 3px 5px rgba(59, 67, 72, 0.0495358);
        margin-right: 20px; }
  .theme-3-5 .helpdesk-issue__uploader .preview-attachments {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
        flex-flow: wrap; }
    .theme-3-5 .helpdesk-issue__uploader .preview-attachments .dz-details {
      border: none;
      background: transparent;
      margin-bottom: 0;
      margin-top: 10px;
      margin-right: 10px; }
.theme-3-5 .helpdesk-issue__bottom {
  padding-top: 25px;
  text-align: right; }
@media screen and (max-width: 800px) {
  .theme-3-5 .helpdesk-issue__header .fixed {
    position: fixed;
    left: 0;
    z-index: 10;
    bottom: 20px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
  .theme-3-5 .helpdesk-issue__header .box-info {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse; }
    .theme-3-5 .helpdesk-issue__header .box-info .issue-number {
      font-size: 24px; }
  .theme-3-5 .helpdesk-issue__title {
    font-size: 20px;
    line-height: 24px; }
    .theme-3-5 .helpdesk-issue__title__wrapper {
      padding: 20px 20px 50px; }
  .theme-3-5 .helpdesk-issue__content {
    margin-bottom: 100px; }
  .theme-3-5 .helpdesk-issue__date {
    display: none; }
  .theme-3-5 .helpdesk-issue__message {
    padding: 40px 20px 30px; }
    .theme-3-5 .helpdesk-issue__message.message-to-right {
      padding-left: 20px; }
      .theme-3-5 .helpdesk-issue__message.message-to-right .helpdesk-issue__message__user {
        right: -2px; }
    .theme-3-5 .helpdesk-issue__message.message-to-left .helpdesk-issue__message__user {
      left: -2px; }
    .theme-3-5 .helpdesk-issue__message__user .text {
      padding: 8px 15px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      .theme-3-5 .helpdesk-issue__message__user .text span {
        line-height: 16px; }
      .theme-3-5 .helpdesk-issue__message__user .text .time {
        padding-left: 0; }
    .theme-3-5 .helpdesk-issue__message__user .image {
      width: 50px;
      height: 50px; }
  .theme-3-5 .helpdesk-issue__uploader {
    border: none;
    padding: 40px 0 0; }
    .theme-3-5 .helpdesk-issue__uploader__message {
      position: relative;
      width: 100%; }
      .theme-3-5 .helpdesk-issue__uploader__message textarea {
        min-width: 135px;
        width: 100%;
        background: #ffffff;
        border: 2px solid #e0e7ee;
        padding: 40px 15px 15px;
        font-size: 15px;
        line-height: 19px;
        color: #3b4348;
        outline: none; }
      .theme-3-5 .helpdesk-issue__uploader__message__user {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        border: 2px solid #e0e7ee;
        position: absolute;
        top: 0;
        left: 0;
        background: #fafcfd;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        border-radius: 25px 0 0 25px;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%); }
        .theme-3-5 .helpdesk-issue__uploader__message__user p {
          font-size: 13px;
          line-height: 20px;
          color: #3b4348; }
        .theme-3-5 .helpdesk-issue__uploader__message__user .text {
          padding: 8px 15px; }
        .theme-3-5 .helpdesk-issue__uploader__message__user .image {
          border: 2px solid #e0e7ee;
          border-radius: 50%;
          width: 40px;
          height: 40px;
          overflow: hidden;
          margin: -2px 0 -2px -2px; }
          .theme-3-5 .helpdesk-issue__uploader__message__user .image img {
            max-width: 100%; }
          .theme-3-5 .helpdesk-issue__uploader__message__user .image.placeholder {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: end;
                -ms-flex-align: end;
                    align-items: flex-end;
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center; }
    .theme-3-5 .helpdesk-issue__uploader__buttons .btn-add-file__icon {
      margin-right: 0; }
    .theme-3-5 .helpdesk-issue__uploader__buttons .btn-add-file span {
      display: none; }
  .theme-3-5 .helpdesk-issue__bottom {
    display: none; } }
.theme-3-5 .cron-journal .box-full {
  -ms-flex-preferred-size: calc(100% - 500px);
      flex-basis: calc(100% - 500px);
  max-width: calc(100% - 500px);
  padding-right: 10px; }
  .theme-3-5 .cron-journal .box-full .value {
    white-space: nowrap;
    max-width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    display: inline-block; }
.theme-3-5 .cron-journal .box-action {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 22px; }
@media screen and (max-width: 860px) {
  .theme-3-5 .cron-journal .item-header {
    -ms-flex-flow: wrap-reverse;
        flex-flow: wrap-reverse;
    padding: 15px 15px 90px 15px; }
    .theme-3-5 .cron-journal .item-header.md {
      padding: 15px 15px 90px 15px; }
    .theme-3-5 .cron-journal .item-header .box-action {
      -webkit-transform: none;
              transform: none;
      top: initial;
      right: 0;
      left: 0;
      bottom: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      padding: 15px;
      border-top: 2px solid #eff3f7;
      background: #fff; }
      .theme-3-5 .cron-journal .item-header .box-action .btn-bordered-gray {
        padding: 9.5px 15px; }
        .theme-3-5 .cron-journal .item-header .box-action .btn-bordered-gray span {
          font-size: 13px;
          line-height: 16px;
          -webkit-transform: none;
                  transform: none; }
    .theme-3-5 .cron-journal .item-header .box-full {
      margin-bottom: 10px; }
      .theme-3-5 .cron-journal .item-header .box-full .value::before {
        display: block; } }

button {
  border: none;
  background-color: transparent;
  padding: 0; }

.dpanel3-btn {
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-flow: nowrap;
      flex-flow: nowrap;
  border-radius: 100px;
  background-color: #ff8522;
  border: 2px solid rgba(18, 18, 20, 0.09);
  padding: 7.5px 17px;
  transition: 0.2s; }
  .dpanel3-btn svg {
    max-width: 16px;
    height: auto; }
  .dpanel3-btn__icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-right: 10px; }
  .dpanel3-btn__text,
  .dpanel3-btn span {
    font-size: 13px;
    line-height: 21px;
    font-weight: 900;
    letter-spacing: 1px;
    text-transform: uppercase;
    white-space: nowrap;
    transition: all 0.2s;
    margin-bottom: -1px;
    color: #ffffff; }
  .dpanel3-btn:hover {
    background-color: #ff9946;
    text-decoration: none; }
  .dpanel3-btn:active {
    -webkit-transform: scale(0.95);
            transform: scale(0.95); }
  .dpanel3-btn:disabled, .dpanel3-btn[disabled] {
    opacity: 0.5;
    pointer-events: none; }
  .dpanel3-btn.md {
    padding: 6px 14px; }
    .dpanel3-btn.md .dpanel3-btn__icon {
      margin-right: 8px; }
    .dpanel3-btn.md .dpanel3-btn__text,
    .dpanel3-btn.md span {
      font-size: 11px;
      line-height: 15px; }
  .dpanel3-btn.bordered {
    border-color: #ff8522;
    background-color: #fff; }
    .dpanel3-btn.bordered .dpanel3-btn svg [fill] {
      fill: #ff8522; }
    .dpanel3-btn.bordered .dpanel3-btn svg [stroke] {
      stroke: #ff8522; }
    .dpanel3-btn.bordered .dpanel3-btn__text,
    .dpanel3-btn.bordered .dpanel3-btn span {
      color: #ff8522; }
    .dpanel3-btn.bordered:hover {
      border-color: #ffc796; }
  .dpanel3-btn.green, .dpanel3-btn.success {
    background-color: #1ac528; }
    .dpanel3-btn.green:hover, .dpanel3-btn.success:hover {
      background-color: #44d751; }
    .dpanel3-btn.green .dpanel3-btn__icon svg [fill], .dpanel3-btn.success .dpanel3-btn__icon svg [fill] {
      fill: #fff; }
    .dpanel3-btn.green .dpanel3-btn__icon svg [stroke], .dpanel3-btn.success .dpanel3-btn__icon svg [stroke] {
      stroke: #fff; }
    .dpanel3-btn.green.bordered, .dpanel3-btn.success.bordered {
      border-color: #1ac528;
      background-color: #fff; }
      .dpanel3-btn.green.bordered .dpanel3-btn__icon svg [fill], .dpanel3-btn.success.bordered .dpanel3-btn__icon svg [fill] {
        fill: #1ac528; }
      .dpanel3-btn.green.bordered .dpanel3-btn__icon svg [stroke], .dpanel3-btn.success.bordered .dpanel3-btn__icon svg [stroke] {
        stroke: #1ac528; }
      .dpanel3-btn.green.bordered .dpanel3-btn__text,
      .dpanel3-btn.green.bordered .dpanel3-btn span, .dpanel3-btn.success.bordered .dpanel3-btn__text,
      .dpanel3-btn.success.bordered .dpanel3-btn span {
        color: #1ac528; }
      .dpanel3-btn.green.bordered:hover, .dpanel3-btn.success.bordered:hover {
        border-color: #9ff4a7; }
  .dpanel3-btn.info {
    background-color: #00bcec; }
    .dpanel3-btn.info:hover {
      border-color: #7be6ff; }
    .dpanel3-btn.info svg [fill] {
      fill: #fff; }
    .dpanel3-btn.info svg [stroke] {
      stroke: #fff; }
    .dpanel3-btn.info.bordered {
      border-color: #00bcec;
      background-color: #fff; }
      .dpanel3-btn.info.bordered .dpanel3-btn__icon svg [fill] {
        fill: #00bcec; }
      .dpanel3-btn.info.bordered .dpanel3-btn__icon svg [stroke] {
        stroke: #00bcec; }
      .dpanel3-btn.info.bordered .dpanel3-btn__text,
      .dpanel3-btn.info.bordered .dpanel3-btn span {
        color: #00bcec; }
      .dpanel3-btn.info.bordered:hover {
        border-color: #7be6ff; }
  .dpanel3-btn.danger {
    background-color: #ea3839; }
    .dpanel3-btn.danger:hover {
      background-color: #ffc2c2; }
    .dpanel3-btn.danger svg [fill] {
      fill: #fff; }
    .dpanel3-btn.danger svg [stroke] {
      stroke: #fff; }
    .dpanel3-btn.danger.bordered {
      border-color: #ea3839;
      background-color: #fff; }
      .dpanel3-btn.danger.bordered .dpanel3-btn__icon svg [fill] {
        fill: #ea3839; }
      .dpanel3-btn.danger.bordered .dpanel3-btn__icon svg [stroke] {
        stroke: #ea3839; }
      .dpanel3-btn.danger.bordered .dpanel3-btn__text,
      .dpanel3-btn.danger.bordered .dpanel3-btn span {
        color: #ea3839; }
      .dpanel3-btn.danger.bordered:hover {
        border-color: #ffc2c2; }
  .dpanel3-btn.warning {
    background-color: #ff8522; }
    .dpanel3-btn.warning:hover {
      background-color: rgba(255, 133, 34, 0.5); }
    .dpanel3-btn.warning svg [fill] {
      fill: #fff; }
    .dpanel3-btn.warning svg [stroke] {
      stroke: #fff; }
    .dpanel3-btn.warning.bordered {
      border-color: #ff8522;
      background-color: #fff; }
      .dpanel3-btn.warning.bordered .dpanel3-btn__icon svg [fill] {
        fill: #ff8522; }
      .dpanel3-btn.warning.bordered .dpanel3-btn__icon svg [stroke] {
        stroke: #ff8522; }
      .dpanel3-btn.warning.bordered .dpanel3-btn__text,
      .dpanel3-btn.warning.bordered .dpanel3-btn span {
        color: #ff8522; }
      .dpanel3-btn.warning.bordered:hover {
        border-color: #ffc796; }
  .dpanel3-btn.default {
    background: #ffffff;
    border: 2px solid #c7d1da; }
    .dpanel3-btn.default .dpanel3-btn__icon svg [fill] {
      fill: #828a91; }
    .dpanel3-btn.default .dpanel3-btn__icon svg [stroke] {
      stroke: #828a91; }
    .dpanel3-btn.default .dpanel3-btn__text,
    .dpanel3-btn.default span {
      color: #828a91; }
    .dpanel3-btn.default:hover {
      border-color: #98a2ab; }
  .dpanel3-btn.without-background {
    background: transparent;
    border: none; }
    .dpanel3-btn.without-background .dpanel3-btn__icon svg [fill] {
      fill: #ff8522; }
    .dpanel3-btn.without-background .dpanel3-btn__icon svg [stroke] {
      stroke: #ff8522; }
    .dpanel3-btn.without-background .dpanel3-btn__text,
    .dpanel3-btn.without-background span {
      color: #ff8522; }
    .dpanel3-btn.without-background:hover {
      opacity: 0.7; }

.alert-box {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
  transition: 0.5s; }
  .alert-box button:not(.dpanel3-btn) {
    border: none;
    background-color: transparent;
    padding: 0; }
  .alert-box .alert-box__text ul,
  .alert-box .alert-box__text ol {
    border-left: 2px solid #e0e7ee;
    margin: 5px 10px;
    padding-left: 10px; }
    .alert-box .alert-box__text ul li,
    .alert-box .alert-box__text ol li {
      font-size: 13px;
      line-height: 20px;
      font-weight: 400;
      margin-bottom: 4px;
      color: #3b4348; }
  .alert-box .alert-box__text p {
    font-size: 13px;
    line-height: 18px; }
  @media screen and (min-width: 1000px) {
    .alert-box.with-details .alert-box__text .heading .icon-holder {
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      padding-top: 20px; } }
  .alert-box.without-close .alert-box__content {
    padding-right: 20px; }
    .alert-box.without-close .alert-box__content .btn_close {
      display: none; }
  .alert-box.move .alert-box__content {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%); }
  .alert-box.move.alert-hidden {
    opacity: 0; }
  .alert-box::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0px;
    top: 0px;
    width: 6px;
    z-index: 1;
    background-color: #e0e7ee; }
  .alert-box__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
        flex-flow: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 18px 65px 18px 106px;
    min-height: 60px;
    position: relative;
    background: #ffffff;
    border: 2px solid #e0e7ee;
    border-left: none;
    transition: 0.5s; }
    .alert-box__content .btn_close {
      padding: 10px;
      position: absolute;
      top: 10px;
      right: 10px;
      transition: 0.2s; }
      .alert-box__content .btn_close:hover {
        opacity: 0.8; }
      .alert-box__content .btn_close:active {
        -webkit-transform: scale(0.95);
                transform: scale(0.95); }
  .alert-box__text {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }
    .alert-box__text .heading .icon-holder {
      position: absolute;
      left: 6px;
      top: 0;
      bottom: 0;
      width: 100px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
    .alert-box__text .heading .title {
      font-weight: 900;
      font-size: 15px;
      line-height: 25px;
      margin-bottom: 3px;
      color: #3b4348; }
      .alert-box__text .heading .title.info {
        color: #00bcec; }
      .alert-box__text .heading .title.danger {
        color: #ea3839; }
      .alert-box__text .heading .title.warning {
        color: #ff8522; }
      .alert-box__text .heading .title.success {
        color: #1ac528; }
    .alert-box__text .box-description {
      font-size: 13px;
      line-height: 18px;
      color: #3b4348; }
      .alert-box__text .box-description p {
        font-size: 13px;
        line-height: 18px;
        color: #3b4348; }
      .alert-box__text .box-description.collapsed {
        display: none; }
    .alert-box__text .btn-details-trigger {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      font-weight: 800;
      font-size: 12px;
      line-height: 22px;
      letter-spacing: 0.92px;
      text-transform: uppercase;
      color: #828a91; }
      .alert-box__text .btn-details-trigger svg {
        margin-left: 7px;
        margin-top: -2px;
        transition: 0.2s; }
      .alert-box__text .btn-details-trigger.is-open svg {
        -webkit-transform: scaleY(-1);
                transform: scaleY(-1); }
  .alert-box__action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-flow: wrap;
        flex-flow: wrap;
    padding-left: 20px; }
    .alert-box__action .dpanel3-btn {
      margin: 7.5px 10px; }
  @media screen and (max-width: 1000px) {
    .alert-box__action {
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
      max-width: 100%;
      margin-top: 10px;
      margin-left: -10px;
      padding-left: 0; }
    .alert-box__text .heading .icon-holder {
      top: 21px;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; }
      .alert-box__text .heading .icon-holder svg {
        max-width: 40px; } }
  @media screen and (max-width: 600px) {
    .alert-box::before {
      width: 3px; }
    .alert-box__content {
      padding: 20px 40px 20px 20px; }
      .alert-box__content .btn_close {
        top: 5px;
        right: 5px; }
    .alert-box__text .heading {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin-bottom: 10px; }
      .alert-box__text .heading .icon-holder {
        position: static;
        width: 57px;
        min-width: 57px;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start; }
        .alert-box__text .heading .icon-holder svg {
          max-width: 40px;
          max-height: 40px; }
      .alert-box__text .heading .title {
        margin-bottom: 0; }
    .alert-box__action {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      padding-left: 0; }
      .alert-box__action .dpanel3-btn {
        padding: 10px 20px; }
        .alert-box__action .dpanel3-btn:last-child {
          margin-bottom: 0; } }

.alert-box.info::before,
.alert-box-sm.info::before {
  background-color: #00bcec; }
.alert-box.info .fill-dark,
.alert-box-sm.info .fill-dark {
  fill: #00bcec; }
.alert-box.info .fill-medium,
.alert-box-sm.info .fill-medium {
  fill: #00c6f3; }
.alert-box.info .fill-light,
.alert-box-sm.info .fill-light {
  fill: rgba(0, 198, 243, 0.4); }
.alert-box.info .fill-super-light,
.alert-box-sm.info .fill-super-light {
  fill: #f7fdfe; }
.alert-box.info .stroke-dark,
.alert-box-sm.info .stroke-dark {
  stroke: #00bcec; }
.alert-box.info .stroke-medium,
.alert-box-sm.info .stroke-medium {
  stroke: #00c6f3; }
.alert-box.info .stroke-light,
.alert-box-sm.info .stroke-light {
  stroke: rgba(0, 198, 243, 0.4); }
.alert-box.info .stroke-super-light,
.alert-box-sm.info .stroke-super-light {
  stroke: #f7fdfe; }
.alert-box.danger::before,
.alert-box-sm.danger::before {
  background-color: #ea3839; }
.alert-box.danger .fill-dark,
.alert-box-sm.danger .fill-dark {
  fill: #ea3839; }
.alert-box.danger .fill-medium,
.alert-box-sm.danger .fill-medium {
  fill: #ff5959; }
.alert-box.danger .fill-light,
.alert-box-sm.danger .fill-light {
  fill: #feb9b9; }
.alert-box.danger .fill-super-light,
.alert-box-sm.danger .fill-super-light {
  fill: #fef9f9; }
.alert-box.danger .stroke-dark,
.alert-box-sm.danger .stroke-dark {
  stroke: #ea3839; }
.alert-box.danger .stroke-medium,
.alert-box-sm.danger .stroke-medium {
  stroke: #ff5959; }
.alert-box.danger .stroke-light,
.alert-box-sm.danger .stroke-light {
  stroke: #feb9b9; }
.alert-box.danger .stroke-super-light,
.alert-box-sm.danger .stroke-super-light {
  stroke: #fef9f9; }
.alert-box.warning::before,
.alert-box-sm.warning::before {
  background-color: #ff8522; }
.alert-box.warning .fill-dark,
.alert-box-sm.warning .fill-dark {
  fill: #fc7500; }
.alert-box.warning .fill-medium,
.alert-box-sm.warning .fill-medium {
  fill: #ff8522; }
.alert-box.warning .fill-light,
.alert-box-sm.warning .fill-light {
  fill: #fecca2; }
.alert-box.warning .fill-super-light,
.alert-box-sm.warning .fill-super-light {
  fill: #fefbf8; }
.alert-box.warning .stroke-dark,
.alert-box-sm.warning .stroke-dark {
  stroke: #fc7500; }
.alert-box.warning .stroke-medium,
.alert-box-sm.warning .stroke-medium {
  stroke: #ff8522; }
.alert-box.warning .stroke-light,
.alert-box-sm.warning .stroke-light {
  stroke: #fecca2; }
.alert-box.warning .stroke-super-light,
.alert-box-sm.warning .stroke-super-light {
  stroke: #fefbf8; }
.alert-box.success::before,
.alert-box-sm.success::before {
  background-color: #1ac528; }
.alert-box.success .fill-dark,
.alert-box-sm.success .fill-dark {
  fill: #1ac528; }
.alert-box.success .fill-medium,
.alert-box-sm.success .fill-medium {
  fill: #44d751; }
.alert-box.success .fill-light,
.alert-box-sm.success .fill-light {
  fill: #b0eeb6; }
.alert-box.success .fill-super-light,
.alert-box-sm.success .fill-super-light {
  fill: #f8fdf9; }
.alert-box.success .stroke-dark,
.alert-box-sm.success .stroke-dark {
  stroke: #1ac528; }
.alert-box.success .stroke-medium,
.alert-box-sm.success .stroke-medium {
  stroke: #44d751; }
.alert-box.success .stroke-light,
.alert-box-sm.success .stroke-light {
  stroke: #b0eeb6; }
.alert-box.success .stroke-super-light,
.alert-box-sm.success .stroke-super-light {
  stroke: #f8fdf9; }

.alert-box-sm {
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  padding: 0 !important;
  box-shadow: 0px 2px 5px rgba(59, 67, 72, 0.08); }
  .alert-box-sm button {
    border: none;
    background-color: transparent;
    padding: 0; }
  .alert-box-sm .alert-box-sm__text ul,
  .alert-box-sm .alert-box-sm__text ol {
    border-left: 2px solid #e0e7ee;
    margin: 5px 10px;
    padding-left: 10px; }
    .alert-box-sm .alert-box-sm__text ul li,
    .alert-box-sm .alert-box-sm__text ol li {
      font-size: 13px;
      line-height: 20px;
      font-weight: 400;
      margin-bottom: 4px;
      color: #3b4348; }
  .alert-box-sm .alert-box-sm__text p {
    font-size: 13px;
    line-height: 18px; }
  .alert-box-sm.move {
    box-shadow: 0px 2px 5px rgba(59, 67, 72, 0); }
    .alert-box-sm.move .alert-box-sm__content {
      -webkit-transform: translateX(-100%);
              transform: translateX(-100%); }
    .alert-box-sm.move.alert-hidden {
      opacity: 0; }
  .alert-box-sm::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0px;
    top: 0px;
    width: 2px;
    z-index: 1;
    background-color: #e0e7ee; }
  .alert-box-sm__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
        flex-flow: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 10px 45px 10px 2px;
    position: relative;
    background: #fafbfd;
    transition: 0.5s;
    border: 2px solid transparent;
    border-left: 0; }
    .alert-box-sm__content .btn_close {
      padding: 10px;
      position: absolute;
      top: 2px;
      right: 10px;
      transition: 0.2s; }
      .alert-box-sm__content .btn_close:hover {
        opacity: 0.8; }
      .alert-box-sm__content .btn_close:active {
        -webkit-transform: scale(0.95);
                transform: scale(0.95); }
  .alert-box-sm__icon {
    -ms-flex-preferred-size: 50px;
        flex-basis: 50px;
    max-width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
    .alert-box-sm__icon svg {
      max-width: 20px;
      max-height: 20px; }
  .alert-box-sm__text {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    font-size: 13px;
    line-height: 18px;
    color: #3b4348; }
    .alert-box-sm__text p {
      font-size: 13px;
      line-height: 20px;
      color: #3b4348;
      margin: 0 !important; }
  .alert-box-sm.danger .alert-box-sm__content {
    background: #fdefef;
    border-color: #fcd9d9; }
    .alert-box-sm.danger .alert-box-sm__content .btn_close [stroke] {
      stroke: #ffa4a4; }
  .alert-box-sm.warning .alert-box-sm__content {
    background: #fff5ed;
    border-color: #ffdec1; }
    .alert-box-sm.warning .alert-box-sm__content .btn_close [stroke] {
      stroke: #ffbb80; }
  .alert-box-sm.info .alert-box-sm__content {
    background: #ebfafd;
    border-color: #c0eef9; }
    .alert-box-sm.info .alert-box-sm__content .btn_close [stroke] {
      stroke: #99e4f7; }
  .alert-box-sm.success .alert-box-sm__content {
    background: #edfaee;
    border-color: #c9f0ce; }
    .alert-box-sm.success .alert-box-sm__content .btn_close [stroke] {
      stroke: #9ff4a7; }
  .alert-box-sm.bg-default .alert-box-sm__content {
    background: #fafbfd;
    border-color: #e0e7ee; }
    .alert-box-sm.bg-default .alert-box-sm__content .btn_close [stroke] {
      stroke: #c7d1da; }
  .alert-box-sm.without-border {
    box-shadow: none; }
    .alert-box-sm.without-border .alert-box-sm__content {
      border: none; }
    .alert-box-sm.without-border.danger .alert-box-sm__content {
      background: #fef5f5; }
      .alert-box-sm.without-border.danger .alert-box-sm__content .btn_close [stroke] {
        stroke: #ffa4a4; }
    .alert-box-sm.without-border.warning .alert-box-sm__content {
      background: #fff9f4; }
      .alert-box-sm.without-border.warning .alert-box-sm__content .btn_close [stroke] {
        stroke: #ffbb80; }
    .alert-box-sm.without-border.info .alert-box-sm__content {
      background: #f2fcfe; }
      .alert-box-sm.without-border.info .alert-box-sm__content .btn_close [stroke] {
        stroke: #99e4f7; }
    .alert-box-sm.without-border.success .alert-box-sm__content {
      background: #f4fcf4; }
      .alert-box-sm.without-border.success .alert-box-sm__content .btn_close [stroke] {
        stroke: #9ff4a7; }
    .alert-box-sm.without-border.bg-default .alert-box-sm__content {
      background: #fafbfd; }
      .alert-box-sm.without-border.bg-default .alert-box-sm__content .btn_close [stroke] {
        stroke: #c7d1da; }

.select2-container--multiselect {
  width: 100%;
  max-width: 500px; }
  @media screen and (max-width: 530px) {
    .select2-container--multiselect {
      max-width: calc(100vw - 30px); } }
  .select2-container--multiselect .select2-selection--multiple {
    outline: none;
    border: 2px solid #e0e7ee;
    background-color: #ffffff;
    height: initial !important;
    min-height: 45px;
    border-radius: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
        flex-flow: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 0px;
    position: relative; }
    .select2-container--multiselect .select2-selection--multiple::after {
      content: url("../img/icons/search.svg");
      position: absolute;
      right: 15px;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%); }
    .select2-container--multiselect .select2-selection--multiple .select2-selection__rendered {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-flow: wrap;
          flex-flow: wrap;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      width: 100%;
      padding: 0 40px 0 3px !important;
      position: relative; }
      .select2-container--multiselect .select2-selection--multiple .select2-selection__rendered .select2-selection__choice {
        background: #f2f6fa;
        border: 2px solid #e0e7ee;
        font-weight: 800;
        font-size: 13px;
        line-height: 16px;
        letter-spacing: 1px;
        padding: 5px 25px 5px 5px;
        color: #828a91;
        position: relative;
        margin: 3px; }
        .select2-container--multiselect .select2-selection--multiple .select2-selection__rendered .select2-selection__choice__remove {
          position: absolute;
          top: 48%;
          right: 7px;
          font-size: 20px;
          line-height: 20px;
          -webkit-transform: translateY(-50%);
                  transform: translateY(-50%); }
      .select2-container--multiselect .select2-selection--multiple .select2-selection__rendered .select2-search {
        float: none;
        min-width: 100px; }
        .select2-container--multiselect .select2-selection--multiple .select2-selection__rendered .select2-search .select2-search__field {
          outline: none;
          font-size: 15px;
          line-height: 28px;
          color: #3b4348;
          display: inline-block;
          padding-left: 10px;
          min-width: 50px; }
  .select2-container--multiselect .select2-dropdown {
    border-radius: 0;
    border-color: #e0e7ee !important;
    box-shadow: 0px 4px 5px rgba(39, 49, 53, 0.0859375);
    max-width: 100%; }
    .select2-container--multiselect .select2-dropdown .select2-results {
      padding: 10px 0;
      max-height: 210px;
      overflow-y: scroll; }
      .select2-container--multiselect .select2-dropdown .select2-results::-webkit-scrollbar-thumb {
        border-radius: 0;
        background: #c7d1da; }
      .select2-container--multiselect .select2-dropdown .select2-results .select2-results__group {
        padding: 0px 15px;
        font-size: 15px;
        line-height: 35px;
        text-transform: uppercase; }
      .select2-container--multiselect .select2-dropdown .select2-results .select2-results__options .select2-results__message {
        text-align: center; }
      .select2-container--multiselect .select2-dropdown .select2-results .select2-results__options .select2-results__option {
        display: block;
        height: initial;
        font-size: 15px;
        line-height: 35px;
        padding: 0;
        color: #3b4348 !important; }
      .select2-container--multiselect .select2-dropdown .select2-results .select2-results__options--nested .select2-results__option {
        padding: 0px 15px; }

.select2-rendered__match {
  text-decoration: underline; }

.toast-title {
  font-weight: bold; }

.toast-message {
  -ms-word-wrap: break-word;
  word-wrap: break-word; }

.toast-message a,
.toast-message label {
  color: #fff; }

.toast-message a:hover {
  color: #ccc;
  text-decoration: none; }

.toast-close-button {
  position: relative;
  right: -0.3em;
  top: -0.3em;
  float: right;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  -webkit-text-shadow: 0 1px 0 #fff;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80); }

.toast-close-button:hover,
.toast-close-button:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40); }

button.toast-close-button {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none; }

.toast-top-full-width {
  top: 0;
  right: 0;
  width: 100%; }

.toast-bottom-full-width {
  bottom: 0;
  right: 0;
  width: 100%; }

.toast-top-left {
  top: 12px;
  left: 12px; }

.toast-top-right {
  top: 12px;
  right: 12px; }

.toast-bottom-right {
  right: 12px;
  bottom: 12px; }

.toast-bottom-left {
  bottom: 12px;
  left: 12px; }

#toast-container {
  position: fixed;
  z-index: 999999; }

#toast-container * {
  box-sizing: border-box; }

#toast-container > div {
  margin: 0 0 6px;
  padding: 15px 15px 15px 50px;
  width: 300px;
  border-radius: 3px 3px 3px 3px;
  background-position: 15px center;
  background-repeat: no-repeat;
  box-shadow: 0 0 12px #999;
  color: #fff;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80); }

#toast-container > :hover {
  box-shadow: 0 0 12px #000;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
  cursor: pointer; }

#toast-container > .toast-info {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=") !important; }

#toast-container > .toast-error {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=") !important; }

#toast-container > .toast-success {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==") !important; }

#toast-container > .toast-warning {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=") !important; }

#toast-container.toast-top-full-width > div,
#toast-container.toast-bottom-full-width > div {
  width: 96%;
  margin: auto; }

.toast {
  background-color: #030303; }

.toast-success {
  background-color: #51a351; }

.toast-error {
  background-color: #bd362f; }

.toast-info {
  background-color: #2f96b4; }

.toast-warning {
  background-color: #f89406; }

@media all and (max-width: 240px) {
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 11em; }

  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em; } }
@media all and (min-width: 241px) and (max-width: 480px) {
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 18em; }

  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em; } }
@media all and (min-width: 481px) and (max-width: 768px) {
  #toast-container > div {
    padding: 15px 15px 15px 50px;
    width: 25em; } }
.select2-container--country-dropdown.select2-container--country-dropdown.select2-container--disabled {
  opacity: 0.6; }
  .select2-container--country-dropdown.select2-container--country-dropdown.select2-container--disabled .select2-selection__arrow {
    display: none; }
.select2-container--country-dropdown.select2-container--country-dropdown .option-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%; }
  .select2-container--country-dropdown.select2-container--country-dropdown .option-wrapper .flag-icon {
    -ms-flex-preferred-size: 28px;
        flex-basis: 28px;
    max-width: 28px;
    width: 28px;
    height: 20px;
    border-radius: 2px;
    background-clip: content-box;
    background-size: cover;
    border: 1px solid #e0e7ee; }
  .select2-container--country-dropdown.select2-container--country-dropdown .option-wrapper span {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-right: 10px; }
.select2-container--country-dropdown.select2-container--country-dropdown .selection .select2-selection {
  border: 2px solid #e0e7ee;
  background: #fff; }
  .select2-container--country-dropdown.select2-container--country-dropdown .selection .select2-selection__rendered {
    padding-right: 27px;
    padding-left: 12px;
    font-weight: 800;
    font-size: 15px;
    line-height: 28px;
    color: #4a545b; }
    .select2-container--country-dropdown.select2-container--country-dropdown .selection .select2-selection__rendered .option-wrapper .flag-icon {
      min-width: 27px; }
    .select2-container--country-dropdown.select2-container--country-dropdown .selection .select2-selection__rendered .option-wrapper .flag-text {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      overflow: hidden;
      text-overflow: ellipsis;
      padding-right: 10px; }
  .select2-container--country-dropdown.select2-container--country-dropdown .selection .select2-selection__arrow {
    width: 11px;
    height: 7px;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTEiIGhlaWdodD0iNyIgdmlld0JveD0iMCAwIDExIDciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik05LjI1IDEuNUw1LjUgNS4yNUwxLjc1IDEuNSIgc3Ryb2tlPSIjNEE1NDVCIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJzcXVhcmUiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+Cg==");
    background-size: 11px 7px; }
.select2-container--country-dropdown.select2-container--country-dropdown .select2-dropdown {
  border-radius: 0;
  max-height: 210px;
  overflow-y: scroll; }
  .select2-container--country-dropdown.select2-container--country-dropdown .select2-dropdown .select2-results__options {
    border: none;
    padding: 0;
    margin: 0;
    max-height: initial;
    overflow: visible; }
  .select2-container--country-dropdown.select2-container--country-dropdown .select2-dropdown .select2-results__option {
    border-bottom: 2px solid #f2f6fa;
    background-color: #fff;
    height: initial !important;
    min-height: 42px;
    transition: 0.2s; }
    .select2-container--country-dropdown.select2-container--country-dropdown .select2-dropdown .select2-results__option .option-wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      width: 100%; }
      .select2-container--country-dropdown.select2-container--country-dropdown .select2-dropdown .select2-results__option .option-wrapper .flag-icon {
        -ms-flex-preferred-size: 28px;
            flex-basis: 28px;
        max-width: 28px;
        width: 28px;
        height: 20px;
        border-radius: 2px;
        background-clip: content-box;
        background-size: cover;
        border: 1px solid #e0e7ee;
        margin-right: 10px; }
      .select2-container--country-dropdown.select2-container--country-dropdown .select2-dropdown .select2-results__option .option-wrapper .flag-text {
        font-size: 15px;
        line-height: 28px;
        font-weight: 500;
        color: #4a545b; }
    .select2-container--country-dropdown.select2-container--country-dropdown .select2-dropdown .select2-results__option--highlighted {
      background-color: #f2f6fa !important; }

.partners-heart {
  position: relative;
  margin-bottom: 25px; }
  .partners-heart__alert {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    min-width: 280px;
    background: #24c432;
    z-index: 2; }
    .partners-heart__alert .alert-wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding: 7px 15px; }
    .partners-heart__alert .icon-box {
      -ms-flex-preferred-size: 20px;
          flex-basis: 20px;
      max-width: 20px; }
      .partners-heart__alert .icon-box svg {
        max-width: 100%; }
    .partners-heart__alert .text-box {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      padding: 0 10px; }
      .partners-heart__alert .text-box span {
        font-weight: 800;
        font-size: 13px;
        line-height: 22px;
        /* identical to box height, or 169% */
        color: #ffffff; }
    .partners-heart__alert .btn-close-alert {
      padding: 5px; }
  .partners-heart__bar {
    width: 100%;
    height: 0px;
    transition: 0.4s;
    background: #ffffff;
    border: 1px solid #e0e7ee;
    overflow: hidden; }
  .partners-heart__button {
    font-weight: 500;
    font-size: 13px;
    line-height: 20px;
    letter-spacing: -0.2px;
    text-decoration: underline;
    transition: 0.2s;
    color: #3b4348; }
    .partners-heart__button:hover {
      color: #828a91; }
  .partners-heart__icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: #ffffff;
    border: 2px solid #e0e7ee;
    transition: 0.4s; }
    .partners-heart__icon svg {
      -webkit-animation-name: pulse-heart;
              animation-name: pulse-heart;
      -webkit-animation-duration: 5s;
              animation-duration: 5s;
      -webkit-animation-iteration-count: infinite;
              animation-iteration-count: infinite; }
      .partners-heart__icon svg path {
        transition: 0.4s;
        -webkit-animation-name: color-heart;
                animation-name: color-heart;
        -webkit-animation-duration: 5s;
                animation-duration: 5s;
        -webkit-animation-iteration-count: infinite;
                animation-iteration-count: infinite; }
  .partners-heart__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 46px; }
    .partners-heart__box:hover .partners-heart__bar {
      padding: 5px 15px 5px 55px;
      height: 36px;
      border-radius: 50px;
      background: #ffffff;
      border: 2px solid #e0e7ee;
      box-shadow: 0px 4px 8px rgba(39, 49, 53, 0.04); }
    .partners-heart__box:hover .partners-heart__icon {
      left: 0;
      -webkit-transform: translate(0, -50%);
              transform: translate(0, -50%); }
      .partners-heart__box:hover .partners-heart__icon svg {
        -webkit-animation-play-state: paused;
                animation-play-state: paused; }
        .partners-heart__box:hover .partners-heart__icon svg path {
          fill: #ff5959;
          stroke: #ea3839;
          -webkit-animation-play-state: paused;
                  animation-play-state: paused;
          -webkit-animation-iteration-count: revert;
                  animation-iteration-count: revert; }
  .partners-heart.show-mobile {
    display: none; }
  @media screen and (max-width: 1279px) {
    .partners-heart.show-mobile {
      display: block; }
    .partners-heart.show-desktop {
      display: none; } }

@-webkit-keyframes pulse-heart {
  0% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1); }
  20% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes pulse-heart {
  0% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1); }
  20% {
    -webkit-transform: scale(1);
            transform: scale(1); } }
@-webkit-keyframes color-heart {
  0% {
    fill: #ff5959;
    stroke: #ea3839; }
  20% {
    fill: #ffa4a4;
    stroke: #fd7676; }
  100% {
    fill: #ffa4a4;
    stroke: #fd7676; } }
@keyframes color-heart {
  0% {
    fill: #ff5959;
    stroke: #ea3839; }
  20% {
    fill: #ffa4a4;
    stroke: #fd7676; }
  100% {
    fill: #ffa4a4;
    stroke: #fd7676; } }
.join-partners-program {
  width: 100%;
  margin-bottom: 20px; }
  .join-partners-program__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .join-partners-program__content {
    padding: 8px 14px 8px 55px;
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    background: #ffffff;
    border: 2px solid #e0e7ee;
    border-right: 0; }
    .join-partners-program__content .btn-close {
      font-size: 0;
      line-height: 0;
      z-index: 1;
      position: absolute;
      left: 20px;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      padding: 5px; }
      .join-partners-program__content .btn-close svg {
        max-width: 12px; }
    .join-partners-program__content .text-holder p {
      font-weight: 500;
      font-size: 13px;
      line-height: 20px;
      color: #3b4348; }
      .join-partners-program__content .text-holder p a {
        color: #ea3839; }
        .join-partners-program__content .text-holder p a:hover {
          color: #ea3839;
          opacity: 0.7; }
  .join-partners-program__link {
    padding: 8px 18px;
    background-color: #fd7676;
    border: 2px solid #ea3839;
    transition: 0.2s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .join-partners-program__link span {
      font-weight: 900;
      font-size: 15px;
      line-height: 20px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      text-align: center;
      letter-spacing: 0.5px;
      text-transform: uppercase;
      color: #ffffff;
      text-shadow: 0px 1px 1px rgba(18, 18, 20, 0.14); }
    .join-partners-program__link:hover {
      background-color: rgba(253, 118, 118, 0.85); }
  @media screen and (max-width: 600px) {
    .join-partners-program__wrapper {
      -ms-flex-flow: wrap;
          flex-flow: wrap; }
    .join-partners-program__content {
      padding: 8px 30px 8px 12px;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
      max-width: 100%;
      border-right: 2px solid #e0e7ee;
      border-bottom: 0; }
      .join-partners-program__content .btn-close {
        left: initial;
        right: 10px; }
    .join-partners-program__link {
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
      max-width: 100%; } }

.main-order {
  min-height: 100vh;
  padding: 0 0 80px;
  background-color: #fff;
  background-image: url("../img/order-bg.svg");
  background-position: bottom;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: 100%; }
  .main-order button {
    border: none;
    background-color: transparent; }
  .main-order .tooltip-holder {
    position: relative;
    vertical-align: middle; }
    .main-order .tooltip-holder .tooltip {
      left: -10px !important;
      top: 35px !important;
      margin: 0;
      padding: 0; }
    .main-order .tooltip-holder .tooltip-inner {
      -webkit-transform: none !important;
              transform: none !important;
      width: 285px;
      padding: 10px;
      font-size: 14px;
      line-height: 24px;
      background: #4a545b;
      border: 2px solid #626b72;
      text-align: left;
      color: #ffffff; }
      .main-order .tooltip-holder .tooltip-inner .highlighted {
        color: #ff8522; }
    .main-order .tooltip-holder .tooltip-arrow {
      width: 16px;
      height: 16px;
      top: -4px;
      left: 23px !important;
      background: #4a545c;
      border-top: 2px solid #626b72 !important;
      border-right: 2px solid #626b72 !important;
      -webkit-transform: rotate(-45deg) !important;
              transform: rotate(-45deg) !important;
      border-bottom: 0;
      border-left: 0; }
  .main-order .form-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: calc(100% + 20px);
    margin-left: -10px; }
    .main-order .form-row .box-sm,
    .main-order .form-row .box-md,
    .main-order .form-row .box-full,
    .main-order .form-row .box-postcode {
      margin: 0 10px; }
    .main-order .form-row .box-sm {
      -ms-flex-preferred-size: calc(33.333% - 20px);
          flex-basis: calc(33.333% - 20px);
      max-width: calc(33.333% - 20px); }
    .main-order .form-row .box-md {
      -ms-flex-preferred-size: calc(50% - 20px);
          flex-basis: calc(50% - 20px);
      max-width: calc(50% - 20px); }
    .main-order .form-row .box-full {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1; }
    .main-order .form-row .box-postcode {
      -ms-flex-preferred-size: 140px;
          flex-basis: 140px;
      max-width: 140px; }
  .main-order .phone-number-picker {
    max-width: 100%; }
    .main-order .phone-number-picker .control-label {
      font-size: 12px;
      line-height: 15px;
      margin-bottom: 4px;
      color: #4a545c; }
    .main-order .phone-number-picker .phone-number-picker__group {
      border-color: #d4dde5; }
    .main-order .phone-number-picker__input-holder .phone-number-picker__input {
      padding: 9.5px 16px;
      border-color: #d4dde5; }
  .main-order .inp-group {
    position: relative;
    margin-bottom: 16px; }
    .main-order .inp-group label {
      font-size: 12px;
      line-height: 15px;
      margin-bottom: 4px;
      color: #4a545c; }
    .main-order .inp-group span {
      margin-left: 0 !important; }
    .main-order .inp-group .inp-container input {
      outline: none;
      width: 100%;
      font-weight: 500;
      font-size: 16px;
      line-height: 22px;
      padding: 11px 16px;
      background: #ffffff;
      border: 2px solid #d4dde5;
      color: #4a545c;
      transition: 0.2s; }
      .main-order .inp-group .inp-container input::-webkit-input-placeholder {
        color: #828a91; }
      .main-order .inp-group .inp-container input::-moz-placeholder {
        color: #828a91; }
      .main-order .inp-group .inp-container input:-ms-input-placeholder {
        color: #828a91; }
      .main-order .inp-group .inp-container input::placeholder {
        color: #828a91; }
      .main-order .inp-group .inp-container input:focus {
        border-color: #d4dde5;
        box-shadow: 0px 4px 5px rgba(39, 49, 53, 0.14); }
    .main-order .inp-group .inp-container .btn-toggle-pass {
      border: none;
      background-color: transparent; }
      .main-order .inp-group .inp-container .btn-toggle-pass .line {
        opacity: 0;
        transition: 0.2s; }
    .main-order .inp-group .inp-container.show-pass .btn-toggle-pass .line {
      opacity: 1; }
    .main-order .inp-group.error label {
      color: #fe5d5e; }
      .main-order .inp-group.error label .icon svg [fill] {
        fill: #fe5d5e; }
    .main-order .inp-group.error .inp-container input {
      border-color: #ffbcbc; }
    .main-order .inp-group.success .inp-container input {
      border-color: rgba(26, 197, 40, 0.6); }
  .main-order .check-gr.with-margin {
    margin-bottom: 25px; }
  .main-order .check-gr input {
    visibility: hidden;
    position: absolute;
    height: 0;
    width: 0; }
    .main-order .check-gr input:checked + .check-gr__label {
      color: #4a545b; }
      .main-order .check-gr input:checked + .check-gr__label .check-gr__icon .icon-dot {
        fill: #1ac528; }
      .main-order .check-gr input:checked + .check-gr__label .check-gr__icon .icon-border {
        stroke: #1ac528; }
      .main-order .check-gr input:checked + .check-gr__label .check-gr__icon .icon-check {
        opacity: 1; }
  .main-order .check-gr__label {
    cursor: pointer;
    display: block;
    position: relative;
    padding-left: 40px;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    color: #828a91;
    transition: 0.2s; }
  .main-order .check-gr__icon {
    width: 25px;
    height: 25px;
    position: absolute;
    left: 0;
    top: 0; }
    .main-order .check-gr__icon .icon-dot,
    .main-order .check-gr__icon .icon-border,
    .main-order .check-gr__icon .icon-check {
      transition: 0.2s; }
  .main-order .check-gr.error .check-gr__label {
    color: #fe5d5e; }
    .main-order .check-gr.error .check-gr__label strong {
      color: #fe5d5e; }
    .main-order .check-gr.error .check-gr__label .check-gr__icon .icon-border {
      stroke: #ffbcbc; }
    .main-order .check-gr.error .check-gr__label .check-gr__icon .icon-dot {
      fill: #fe5d5e; }
  .main-order .check-gr.collapsible {
    position: relative; }
    .main-order .check-gr.collapsible.is-open .btn-collapse svg {
      -webkit-transform: scaleY(-1);
              transform: scaleY(-1); }
    .main-order .check-gr.collapsible .btn-collapse {
      width: 25px;
      height: 25px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      position: absolute;
      top: 0;
      right: 0; }
      .main-order .check-gr.collapsible .btn-collapse svg {
        -webkit-transform: 0.2s;
                transform: 0.2s; }
    .main-order .check-gr.collapsible .check-gr__label {
      padding-right: 40px; }
    .main-order .check-gr.collapsible .collapse-content {
      display: none;
      padding: 10px 40px 0;
      font-size: 12px;
      line-height: 22px; }
  .main-order .radio-gr {
    margin-right: 25px; }
    .main-order .radio-gr input {
      display: none; }
      .main-order .radio-gr input:checked + label {
        color: #3b4348; }
        .main-order .radio-gr input:checked + label::before {
          box-shadow: 0px 2px 4px rgba(39, 49, 53, 0.0859375); }
        .main-order .radio-gr input:checked + label::after {
          opacity: 1; }
    .main-order .radio-gr label {
      cursor: pointer;
      font-weight: 400;
      display: inline-block;
      padding-left: 31px;
      font-size: 15px;
      line-height: 20px;
      margin-bottom: 0;
      position: relative;
      color: #828a91;
      transition: 0.2s; }
      .main-order .radio-gr label::before {
        content: "";
        position: absolute;
        display: inline-block;
        width: 22px;
        height: 22px;
        border-radius: 50%;
        top: -3px;
        left: 0;
        background: #ffffff;
        border: 2px solid #d4dde5;
        transition: 0.2s; }
      .main-order .radio-gr label::after {
        content: "";
        position: absolute;
        display: inline-block;
        width: 10px;
        height: 10px;
        border-radius: 50%;
        top: 3px;
        left: 6px;
        background: #4a545b;
        transition: 0.2s;
        opacity: 0; }
  .main-order .error-block {
    margin-top: 10px;
    font-weight: 500;
    font-size: 14px;
    line-height: 23px;
    color: #fe5d5e;
    position: relative;
    padding-left: 30px; }
    .main-order .error-block::before {
      content: "";
      background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTciIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNyAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwKSI+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNOC43OTg4MyAxNS41QzEyLjk0MSAxNS41IDE2LjI5ODggMTIuMTQyMSAxNi4yOTg4IDhDMTYuMjk4OCAzLjg1Nzg2IDEyLjk0MSAwLjUgOC43OTg4MyAwLjVDNC42NTY2OSAwLjUgMS4yOTg4MyAzLjg1Nzg2IDEuMjk4ODMgOEMxLjI5ODgzIDEyLjE0MjEgNC42NTY2OSAxNS41IDguNzk4ODMgMTUuNVpNOC43OTg4MyA5LjA5OEM4LjQ2OTEzIDkuMDk4IDguMTU3NzUgOC45IDguMDI5NTMgOC41OTRMNi4zNjI3MyA0LjYzNEM2LjI1MjgzIDQuMzgyIDYuMjg5NDYgNC4wOTQgNi40MzU5OSAzLjg2QzYuNTgyNTMgMy42MjYgNi44NTcyOCAzLjUgNy4xMzIwMiAzLjVIMTAuNDY1NkMxMC43NDA0IDMuNSAxMC45OTY4IDMuNjQ0IDExLjE2MTcgMy44NkMxMS4zMDgyIDQuMDk0IDExLjM0NDggNC4zODIgMTEuMjM0OSA0LjYzNEw5LjU2ODEyIDguNTk0QzkuNDM5OTEgOC45IDkuMTI4NTMgOS4wOTggOC43OTg4MyA5LjA5OFpNMTAuMDQ0NiAxMS4yNzZDMTAuMDQ0NiAxMS45NTIgOS40ODY5NCAxMi41IDguNzk5MDUgMTIuNUM4LjExMTE3IDEyLjUgNy41NTM1MyAxMS45NTIgNy41NTM1MyAxMS4yNzZDNy41NTM1MyAxMC42IDguMTExMTcgMTAuMDUyIDguNzk5MDUgMTAuMDUyQzkuNDg2OTQgMTAuMDUyIDEwLjA0NDYgMTAuNiAxMC4wNDQ2IDExLjI3NloiIGZpbGw9IiNGRTVENUUiLz4KPC9nPgo8ZGVmcz4KPGNsaXBQYXRoIGlkPSJjbGlwMCI+CjxyZWN0IHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgZmlsbD0id2hpdGUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAuNzk4ODI4KSIvPgo8L2NsaXBQYXRoPgo8L2RlZnM+Cjwvc3ZnPgo=");
      width: 16px;
      height: 16px;
      background-size: 16px 16px;
      background-position: center;
      position: absolute;
      top: 2px;
      left: 4px; }
    .main-order .error-block a {
      color: #4a545c;
      font-weight: 500;
      text-decoration: underline; }
  .main-order .btn-lightgreen {
    display: inline-block;
    border-radius: 7px;
    padding: 10px 20px;
    text-align: center;
    border: 2px solid #1ac528;
    background-color: #37e03f;
    transition: 0.2s; }
    .main-order .btn-lightgreen span {
      font-weight: 600;
      font-size: 20px;
      line-height: 27px;
      letter-spacing: -0.85px;
      text-transform: uppercase;
      display: inline-block;
      -webkit-transform: translateY(1px);
              transform: translateY(1px);
      color: #ffffff; }
    .main-order .btn-lightgreen:hover {
      background-color: rgba(55, 224, 63, 0.9); }
    .main-order .btn-lightgreen:active {
      -webkit-transform: scale(0.95);
              transform: scale(0.95); }
  .main-order .btn-toggle-form {
    padding: 2px 19px;
    border: 2px solid #3b4348;
    background-color: transparent;
    transition: 0.2s;
    margin-top: 20px; }
    .main-order .btn-toggle-form .btn-text {
      font-size: 16px;
      line-height: 28px;
      font-weight: 900;
      letter-spacing: -0.85px;
      text-transform: uppercase;
      color: #626b72; }
      .main-order .btn-toggle-form .btn-text.now {
        display: none; }
    .main-order .btn-toggle-form.fill {
      background-color: #626b72; }
      .main-order .btn-toggle-form.fill .btn-text {
        color: #f2f6fa; }
        .main-order .btn-toggle-form.fill .btn-text.now {
          display: inline; }
        .main-order .btn-toggle-form.fill .btn-text.later {
          display: none; }
    .main-order .btn-toggle-form:hover {
      opacity: 0.8; }
  .main-order .nip-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
    .main-order .nip-container .nip-form {
      -ms-flex-preferred-size: calc(50% - 10px);
          flex-basis: calc(50% - 10px);
      max-width: calc(50% - 10px); }
      .main-order .nip-container .nip-form .inp-group .inp-container {
        position: relative; }
        .main-order .nip-container .nip-form .inp-group .inp-container::before {
          content: attr(data-prefix);
          position: absolute;
          left: 11px;
          top: 12px;
          font-size: 16px;
          line-height: 25px;
          text-transform: uppercase;
          color: #4a545c; }
        .main-order .nip-container .nip-form .inp-group .inp-container input {
          padding-left: 31px;
          color: #4a545c; }
          .main-order .nip-container .nip-form .inp-group .inp-container input::-webkit-input-placeholder {
            color: #afb9c2; }
          .main-order .nip-container .nip-form .inp-group .inp-container input::-moz-placeholder {
            color: #afb9c2; }
          .main-order .nip-container .nip-form .inp-group .inp-container input:-ms-input-placeholder {
            color: #afb9c2; }
          .main-order .nip-container .nip-form .inp-group .inp-container input::placeholder {
            color: #afb9c2; }
        .main-order .nip-container .nip-form .inp-group .inp-container .status-holder {
          position: absolute;
          right: 15px;
          top: 50%;
          -webkit-transform: translateY(-50%);
                  transform: translateY(-50%); }
          .main-order .nip-container .nip-form .inp-group .inp-container .status-holder .nip-status span {
            font-weight: 900;
            font-size: 10px;
            line-height: 12px; }
          .main-order .nip-container .nip-form .inp-group .inp-container .status-holder .nip-status svg {
            max-width: 23px;
            margin-left: 10px;
            vertical-align: middle; }
          .main-order .nip-container .nip-form .inp-group .inp-container .status-holder .nip-status.loading span {
            color: #828a91; }
          .main-order .nip-container .nip-form .inp-group .inp-container .status-holder .nip-status.error span {
            text-transform: uppercase;
            color: #fe5d5e; }
      .main-order .nip-container .nip-form .select2 .selection .select2-selection__rendered {
        font-size: 15px;
        line-height: 28px;
        letter-spacing: 0.01px;
        padding-left: 10px;
        color: #4a545c; }
    .main-order .nip-container .nip-status {
      display: none; }
    .main-order .nip-container .nip-info {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      padding-left: 20px;
      margin-top: 82px; }
      .main-order .nip-container .nip-info p {
        font-size: 12px;
        line-height: 24px;
        color: #828a91; }
      .main-order .nip-container .nip-info .btn-nip {
        font-size: 14px;
        font-weight: 600;
        text-decoration: underline;
        text-transform: uppercase;
        color: #d4dde5; }
        .main-order .nip-container .nip-info .btn-nip:hover {
          opacity: 0.8; }
      .main-order .nip-container .nip-info.loading, .main-order .nip-container .nip-info.error {
        display: none; }
        .main-order .nip-container .nip-info.loading .btn-nip, .main-order .nip-container .nip-info.error .btn-nip {
          color: #ff8522; }
    .main-order .nip-container.loading .nip-status.loading {
      display: block; }
    .main-order .nip-container.loading .nip-info.default, .main-order .nip-container.loading .nip-info.error {
      display: none; }
    .main-order .nip-container.loading .nip-info.loading {
      display: block; }
    .main-order .nip-container.error .nip-status.error {
      display: block; }
    .main-order .nip-container.error .nip-info.default, .main-order .nip-container.error .nip-info.loading {
      display: none; }
    .main-order .nip-container.error .nip-info.error {
      display: block; }
    .main-order .nip-container.disable-autofill .nip-status {
      display: none; }
    .main-order .nip-container.disable-autofill .nip-info {
      display: none; }
    @media screen and (max-width: 1150px) {
      .main-order .nip-container {
        -ms-flex-flow: wrap;
            flex-flow: wrap; }
        .main-order .nip-container .nip-info {
          -ms-flex-preferred-size: 100%;
              flex-basis: 100%;
          max-width: 100%;
          padding: 15px 0;
          margin-top: 0; } }
    @media screen and (max-width: 700px) {
      .main-order .nip-container .nip-form {
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
        max-width: 100%; } }
  .main-order .radios-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 40px 0 30px; }
    .main-order .radios-wrapper label {
      font-size: 16px;
      line-height: 19px;
      font-weight: 500;
      color: #828a91; }
  .main-order .form-container {
    padding: 30px 0; }
    .main-order .form-container.with-border {
      border-bottom: 2px solid #e8eef4; }
  .main-order .phone-number-picker {
    margin-bottom: 16px; }
    .main-order .phone-number-picker .phone-number-picker__input {
      padding-right: 10px; }
    .main-order .phone-number-picker.success .phone-number-picker__group {
      border-color: rgba(26, 197, 40, 0.6); }
      .main-order .phone-number-picker.success .phone-number-picker__group::after {
        display: none; }
    .main-order .phone-number-picker.success .phone-number-picker__info {
      display: none; }
    .main-order .phone-number-picker.error .control-label {
      color: #fe5d5e; }
    .main-order .phone-number-picker.error .phone-number-picker__group {
      border-color: #ffbcbc; }
      .main-order .phone-number-picker.error .phone-number-picker__group::after {
        display: none; }
    .main-order .phone-number-picker.error .phone-number-picker__info {
      display: none; }
  @media screen and (max-width: 700px) {
    .main-order .form-row {
      -ms-flex-flow: wrap;
          flex-flow: wrap; }
      .main-order .form-row .label-empty {
        display: none; }
      .main-order .form-row .box-sm,
      .main-order .form-row .box-md,
      .main-order .form-row .box-full,
      .main-order .form-row .box-postcode {
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
        max-width: 100%; } }
  .main-order__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .main-order__container {
    max-width: 1250px;
    margin: 0 auto;
    padding: 0 25px; }
  .main-order__logotype {
    max-width: 100px; }
  .main-order__steps {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 28px 0;
    margin: 0; }
    .main-order__steps .step {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .main-order__steps .step::after {
        content: "";
        display: block;
        height: 1px;
        width: 49px;
        margin: 0 11px;
        background-color: #afb9c2; }
      .main-order__steps .step:last-child::after {
        display: none; }
      .main-order__steps .step-number {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        width: 38px;
        min-width: 38px;
        height: 38px;
        border-radius: 50%;
        background-color: #f2f6fa;
        border: 1px solid #d4dde5; }
        .main-order__steps .step-number span {
          font-weight: 800;
          font-size: 18px;
          line-height: 25px;
          color: #afb9c2; }
      .main-order__steps .step-title {
        font-weight: 500;
        font-size: 14px;
        line-height: 19px;
        color: #afb9c2; }
      .main-order__steps .step-info {
        padding-left: 11px; }
      .main-order__steps .step.active .step-number {
        background: #4a545b;
        border-color: #4a545b; }
        .main-order__steps .step.active .step-number span {
          color: #fff; }
      .main-order__steps .step.active .step-title {
        color: #4a545c; }
      .main-order__steps .step.completed::after {
        background-color: #4a545c; }
      .main-order__steps .step.completed .step-number {
        background: #fff;
        border-color: #4a545c; }
        .main-order__steps .step.completed .step-number::before {
          content: "";
          background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxNiAxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTIgNS4zOTM5NEw2LjI4NTcxIDkuNjM2MzZMMTQgMiIgc3Ryb2tlPSIjNEE1NDVDIiBzdHJva2Utd2lkdGg9IjMuMDkxODQiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=");
          background-size: 15px 10px;
          background-position: center;
          background-repeat: no-repeat;
          display: inline-block;
          width: 15px;
          height: 10px; }
        .main-order__steps .step.completed .step-number span {
          display: none; }
      .main-order__steps .step.completed .step-title {
        color: #4a545c; }
  .main-order__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #fafcfd; }
    .main-order__box .box-aside {
      -ms-flex-preferred-size: 410px;
          flex-basis: 410px;
      max-width: 410px;
      padding: 50px 30px;
      border: 2px solid #d4dde5;
      background-color: rgba(244, 247, 251, 0.5); }
      .main-order__box .box-aside .box-header {
        padding: 0 20px 20px; }
        .main-order__box .box-aside .box-header .title {
          font-weight: 800;
          font-size: 20px;
          line-height: 37px;
          color: #4a545c; }
      .main-order__box .box-aside .payment-box {
        padding: 20px 20px 0;
        background-color: #fff; }
        .main-order__box .box-aside .payment-box__list .payment-item {
          min-height: 76px;
          border-bottom: 1px solid #e8eef4; }
          .main-order__box .box-aside .payment-box__list .payment-item .radio-gr {
            margin-right: 0; }
          .main-order__box .box-aside .payment-box__list .payment-item input:checked + .payment-item__label .text span {
            color: #3b4348; }
          .main-order__box .box-aside .payment-box__list .payment-item input:checked + .payment-item__label .icon {
            -webkit-animation-name: scale_up;
                    animation-name: scale_up;
            -webkit-animation-duration: 1s;
                    animation-duration: 1s;
            -webkit-animation-fill-mode: forwards;
                    animation-fill-mode: forwards;
            -webkit-animation-iteration-count: 1;
                    animation-iteration-count: 1; }
            .main-order__box .box-aside .payment-box__list .payment-item input:checked + .payment-item__label .icon svg [fill] {
              fill: #3b4348; }
          .main-order__box .box-aside .payment-box__list .payment-item__label {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            -webkit-box-pack: justify;
                -ms-flex-pack: justify;
                    justify-content: space-between;
            min-height: 76px;
            padding-left: 50px; }
            .main-order__box .box-aside .payment-box__list .payment-item__label::before {
              top: calc(50% - 11px); }
            .main-order__box .box-aside .payment-box__list .payment-item__label::after {
              top: calc(50% - 5px); }
            .main-order__box .box-aside .payment-box__list .payment-item__label .text {
              -webkit-box-flex: 1;
                  -ms-flex: 1;
                      flex: 1; }
              .main-order__box .box-aside .payment-box__list .payment-item__label .text span {
                font-weight: 500;
                font-size: 16px;
                line-height: 20px;
                letter-spacing: -0.735577px;
                color: #828a91;
                transition: 0.2s; }
            .main-order__box .box-aside .payment-box__list .payment-item__label .icon {
              -ms-flex-preferred-size: 55px;
                  flex-basis: 55px;
              max-width: 55px; }
              .main-order__box .box-aside .payment-box__list .payment-item__label .icon svg {
                max-width: 100%; }
                .main-order__box .box-aside .payment-box__list .payment-item__label .icon svg [fill] {
                  transition: 0.2s; }
      .main-order__box .box-aside .payment-submit {
        padding: 30px 25px;
        background-color: #fff; }
        .main-order__box .box-aside .payment-submit p {
          margin-bottom: 20px;
          font-weight: 500;
          font-size: 14px;
          line-height: 20px;
          color: #4a545b; }
          .main-order__box .box-aside .payment-submit p.payment-submit__title {
            font-weight: 800; }
        .main-order__box .box-aside .payment-submit__saldo {
          margin-bottom: 20px; }
          .main-order__box .box-aside .payment-submit__saldo .saldo-title {
            font-weight: 800;
            font-size: 14px;
            line-height: 20px;
            margin-bottom: 10px;
            color: #4a545b; }
          .main-order__box .box-aside .payment-submit__saldo .saldo-value {
            padding-left: 18px;
            font-size: 16px;
            line-height: 24px;
            letter-spacing: -0.784615px;
            border-left: 2px solid #d4dde5;
            color: #4a545c; }
        .main-order__box .box-aside .payment-submit .btn-lightgreen {
          width: 100%; }
      .main-order__box .box-aside .summary-totals {
        border-top: 2px solid #e8eef4;
        padding: 25px 20px; }
        .main-order__box .box-aside .summary-totals .subtotal,
        .main-order__box .box-aside .summary-totals .total {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-pack: justify;
              -ms-flex-pack: justify;
                  justify-content: space-between; }
        .main-order__box .box-aside .summary-totals .subtotal {
          margin-bottom: 9px; }
          .main-order__box .box-aside .summary-totals .subtotal span {
            font-size: 14px;
            line-height: 19px;
            color: #828a91; }
            .main-order__box .box-aside .summary-totals .subtotal span:nth-child(2) {
              white-space: nowrap; }
        .main-order__box .box-aside .summary-totals .total span {
          font-weight: 800;
          font-size: 20px;
          line-height: 27px;
          color: #4a545c; }
          .main-order__box .box-aside .summary-totals .total span:nth-child(2) {
            white-space: nowrap; }
        .main-order__box .box-aside .summary-totals .summary-info {
          margin-top: 25px;
          font-weight: 500;
          font-size: 13px;
          line-height: 18px;
          color: rgba(130, 138, 145, 0.75); }
      .main-order__box .box-aside .summary-submit {
        padding: 25px 20px;
        background-color: #fff;
        border-top: 2px solid #e8eef4; }
        .main-order__box .box-aside .summary-submit .btn-lightgreen {
          width: 100%; }
      .main-order__box .box-aside .summary-bottom-list {
        padding: 0 25px 25px;
        margin: 0;
        background-color: #fff; }
        .main-order__box .box-aside .summary-bottom-list li {
          padding: 5px 0 5px 40px;
          position: relative;
          font-weight: 500;
          font-size: 14px;
          line-height: 24px;
          color: #828a91; }
          .main-order__box .box-aside .summary-bottom-list li::before {
            content: "";
            display: inline-block;
            background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjIiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCAyMiAxNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTIwLjU4MzYgNS45Njg3NUgzLjA0NTlWOC4wMzEyNUgyMC41ODM2VjUuOTY4NzVaIiBmaWxsPSIjNEE1NDVDIi8+CjxwYXRoIGQ9Ik0xNC4yOTggMTMuODc1TDEyLjgyMjMgMTIuMDQxN0wxOC44MTE4IDYuOTc4MTdMMTIuODIyMyAxLjk1ODMzTDE0LjI5OCAwLjEyNUwyMS40MTYgNi4wNjE1MVY3Ljg5NDg0TDE0LjI5OCAxMy44NzVaIiBmaWxsPSIjNEE1NDVDIi8+CjxwYXRoIGQ9Ik0yLjc1IDkuMDYyNUMzLjg4OTA5IDkuMDYyNSA0LjgxMjUgOC4xMzkwOSA0LjgxMjUgN0M0LjgxMjUgNS44NjA5MSAzLjg4OTA5IDQuOTM3NSAyLjc1IDQuOTM3NUMxLjYxMDkxIDQuOTM3NSAwLjY4NzUgNS44NjA5MSAwLjY4NzUgN0MwLjY4NzUgOC4xMzkwOSAxLjYxMDkxIDkuMDYyNSAyLjc1IDkuMDYyNVoiIGZpbGw9IiM0QTU0NUMiLz4KPC9zdmc+Cg==");
            background-size: 21px 14px;
            background-position: center;
            background-repeat: no-repeat;
            position: absolute;
            top: 9px;
            left: 0;
            width: 21px;
            height: 14px; }
          .main-order__box .box-aside .summary-bottom-list li.free::before {
            background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjIiIGhlaWdodD0iOCIgdmlld0JveD0iMCAwIDIyIDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0tMC4wMDA5NzY1NjIgMC41NjI1SDQuODg3N1YyLjAyOTU3SDEuNjA0NTdWMy40OTY2NUg0LjY0MDY5VjQuOTYzNzJIMS42MDQ1N1Y3Ljc3NTYySC0wLjAwMDk3NjU2MlYwLjU2MjVaIiBmaWxsPSIjNEE1NDVCIi8+CjxwYXRoIGQ9Ik01LjI0MDQ0IDAuNTYyNUg4LjA2MDQzQzguNDMwOTQgMC41NjI1IDguNzgwODcgMC41OTk4NTYgOS4xMTAyMSAwLjY3NDU2OEM5LjQ0NjQxIDAuNzQyNDg4IDkuNzM4MDIgMC44NjEzNDggOS45ODUwMyAxLjAzMTE1QzEwLjIzODkgMS4xOTQxNiAxMC40Mzc5IDEuNDE4MjkgMTAuNTgyIDEuNzAzNTZDMTAuNzMyOSAxLjk4MjAzIDEwLjgwODQgMi4zMzE4MiAxMC44MDg0IDIuNzUyOTJDMTAuODA4NCAzLjI2MjMyIDEwLjY3NDYgMy42OTcwMSAxMC40MDcgNC4wNTY5OUMxMC4xMzk0IDQuNDEwMTcgOS43NDgzMSA0LjYzNDMxIDkuMjMzNzEgNC43Mjk0TDExLjA4NjMgNy43NzU2Mkg5LjE2MTY3TDcuNjM4NDYgNC44OTI0MUg2Ljg0NTk4VjcuNzc1NjJINS4yNDA0NFYwLjU2MjVaTTYuODQ1OTggMy41NDc1OUg3Ljc5Mjg0QzcuOTM2OTMgMy41NDc1OSA4LjA4Nzg4IDMuNTQ0MTkgOC4yNDU2OSAzLjUzNzRDOC40MTAzNiAzLjUyMzgyIDguNTU3ODggMy40OTMyNSA4LjY4ODI0IDMuNDQ1NzFDOC44MTg2MSAzLjM5MTM3IDguOTI0OTYgMy4zMDk4NyA5LjAwNzI5IDMuMjAxMkM5LjA5NjQ5IDMuMDkyNTIgOS4xNDEwOSAyLjkzOTcgOS4xNDEwOSAyLjc0MjczQzkuMTQxMDkgMi41NTkzNSA5LjEwMzM1IDIuNDEzMzIgOS4wMjc4OCAyLjMwNDY1QzguOTUyNCAyLjE5NTk4IDguODU2MzQgMi4xMTQ0NyA4LjczOTcgMi4wNjAxNEM4LjYyMzA2IDEuOTk5MDEgOC40ODkyNiAxLjk1ODI2IDguMzM4MzIgMS45Mzc4OEM4LjE4NzM3IDEuOTE3NTEgOC4wMzk4NSAxLjkwNzMyIDcuODk1NzYgMS45MDczMkg2Ljg0NTk4VjMuNTQ3NTlaIiBmaWxsPSIjNEE1NDVCIi8+CjxwYXRoIGQ9Ik0xMS4xNzgyIDAuNTYyNUgxNi4xMjg3VjIuMDI5NTdIMTIuNzgzOFYzLjM3NDM5SDE1Ljk0MzRWNC44NDE0N0gxMi43ODM4VjYuMzA4NTRIMTYuMzEzOVY3Ljc3NTYySDExLjE3ODJWMC41NjI1WiIgZmlsbD0iIzRBNTQ1QiIvPgo8cGF0aCBkPSJNMTYuODYzMyAwLjU2MjVIMjEuODEzOFYyLjAyOTU3SDE4LjQ2ODlWMy4zNzQzOUgyMS42Mjg1VjQuODQxNDdIMTguNDY4OVY2LjMwODU0SDIxLjk5OVY3Ljc3NTYySDE2Ljg2MzNWMC41NjI1WiIgZmlsbD0iIzRBNTQ1QiIvPgo8L3N2Zz4K"); }
    .main-order__box .box-main {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      padding: 50px 40px;
      border: 2px solid #e0e7ee;
      border-right: 0;
      min-height: 1060px; }
      .main-order__box .box-main .box-header {
        padding: 0; }
        .main-order__box .box-main .box-header .title {
          font-weight: 800;
          font-size: 20px;
          line-height: 37px;
          color: #4a545c; }
      .main-order__box .box-main__section {
        border-bottom: 2px solid #e8eef4; }
        .main-order__box .box-main__section .section-header {
          padding-bottom: 40px; }
          .main-order__box .box-main__section .section-header p {
            font-size: 14px;
            line-height: 20px;
            color: #828a91; }
          .main-order__box .box-main__section .section-header svg {
            vertical-align: text-bottom; }
          .main-order__box .box-main__section .section-header .title {
            font-weight: 800;
            font-size: 20px;
            line-height: 37px;
            color: #4a545c;
            margin-bottom: 8px; }
  .main-order .totals-wrapper .totals-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 400px;
    margin-left: auto; }
    .main-order .totals-wrapper .totals-row.top {
      margin-bottom: 10px;
      font-size: 16px;
      line-height: 22px;
      color: #828a91; }
    .main-order .totals-wrapper .totals-row.bottom {
      font-weight: 800;
      font-size: 24px;
      line-height: 33px;
      color: #4a545c; }
  .main-order .main-order-summary__section {
    padding: 30px 0;
    border-bottom: 2px solid #e8eef4; }
    .main-order .main-order-summary__section.totals {
      padding: 40px 0; }
    .main-order .main-order-summary__section.addresses {
      padding: 45px 0;
      border-bottom: 0; }
  .main-order .main-order-summary__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 20px; }
    .main-order .main-order-summary__header svg {
      max-width: 30px;
      margin-right: 13px; }
    .main-order .main-order-summary__header .title {
      font-weight: 800;
      font-size: 20px;
      line-height: 27px;
      color: #4a545c; }
  .main-order .main-order-summary__box {
    border: 2px solid #d4dde5;
    background-color: #fff; }
    .main-order .main-order-summary__box:not(:last-child) {
      margin-bottom: 30px; }
    .main-order .main-order-summary__box .price {
      font-size: 16px;
      line-height: 22px;
      white-space: nowrap;
      color: #4a545c; }
      .main-order .main-order-summary__box .price .price-value {
        font-weight: 800;
        font-size: 20px;
        line-height: 27px; }
    .main-order .main-order-summary__box .text-green {
      color: #1ac528; }
    .main-order .main-order-summary__box .box-body {
      padding: 22px 30px 18px 30px; }
      .main-order .main-order-summary__box .box-body__top {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        margin-bottom: 14px; }
        .main-order .main-order-summary__box .box-body__top .name {
          font-weight: 800;
          font-size: 20px;
          line-height: 30px;
          word-break: break-all;
          padding-right: 20px;
          color: #3b4348; }
      .main-order .main-order-summary__box .box-body__bottom .details {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -ms-flex-flow: wrap;
            flex-flow: wrap; }
        .main-order .main-order-summary__box .box-body__bottom .details li {
          display: inline-block;
          padding: 4px 16px 4px 12px;
          font-size: 14px;
          line-height: 26px;
          color: #4a545c;
          position: relative; }
          .main-order .main-order-summary__box .box-body__bottom .details li::before {
            content: "";
            display: inline-block;
            width: 3px;
            height: 3px;
            border-radius: 50%;
            position: absolute;
            left: 0px;
            top: calc(50% - 2px);
            background-color: #4a545c; }
      .main-order .main-order-summary__box .box-body__bottom .actions {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -ms-flex-flow: wrap;
            flex-flow: wrap;
        margin-left: -10px; }
        .main-order .main-order-summary__box .box-body__bottom .actions li {
          padding: 4px 10px; }
          .main-order .main-order-summary__box .box-body__bottom .actions li button,
          .main-order .main-order-summary__box .box-body__bottom .actions li span {
            font-size: 14px;
            line-height: 26px;
            color: #a4a9ad; }
          .main-order .main-order-summary__box .box-body__bottom .actions li button {
            transition: 0.2s; }
            .main-order .main-order-summary__box .box-body__bottom .actions li button:hover {
              color: #ff8522; }
    .main-order .main-order-summary__box .box-footer {
      padding: 12px 30px;
      min-height: 64px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -ms-flex-flow: wrap;
          flex-flow: wrap;
      background: #f5f8fb; }
      .main-order .main-order-summary__box .box-footer .check-gr {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        min-width: 270px;
        padding: 5px 15px 5px 0; }
        .main-order .main-order-summary__box .box-footer .check-gr__icon {
          width: 20px;
          height: 20px; }
        .main-order .main-order-summary__box .box-footer .check-gr__label {
          padding-left: 32px;
          font-size: 14px;
          line-height: 20px;
          color: #4a545c; }
      .main-order .main-order-summary__box .box-footer .select-wrapper {
        -ms-flex-preferred-size: 240px;
            flex-basis: 240px;
        max-width: 240px; }
  .main-order .main-order-summary__additional-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .main-order .main-order-summary__additional-info .additional-info-box {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      max-width: 250px; }
      .main-order .main-order-summary__additional-info .additional-info-box__header {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        margin-bottom: 15px; }
        .main-order .main-order-summary__additional-info .additional-info-box__header .icon {
          -ms-flex-preferred-size: 20px;
              flex-basis: 20px;
          max-width: 20px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center; }
          .main-order .main-order-summary__additional-info .additional-info-box__header .icon svg {
            max-width: 100%; }
        .main-order .main-order-summary__additional-info .additional-info-box__header .title {
          padding-left: 12px;
          font-weight: 500;
          font-size: 18px;
          line-height: 25px;
          color: #9fa5ab; }
      .main-order .main-order-summary__additional-info .additional-info-box__list {
        margin-left: 32px; }
        .main-order .main-order-summary__additional-info .additional-info-box__list li {
          font-weight: 800;
          font-size: 16px;
          line-height: 28px;
          letter-spacing: -0.5px;
          color: #4a545c; }
  .main-order .box-aside.payment .payment-submit .btn-back {
    display: none; }
  .main-order .box-aside.payment .payment-submit .totals-wrapper {
    display: none; }
  @media screen and (max-width: 1050px) {
    .main-order .main-order-summary__section {
      padding: 25px 0; }
      .main-order .main-order-summary__section:first-child {
        padding-top: 0; }
      .main-order .main-order-summary__section.totals {
        padding: 25px 0; }
      .main-order .main-order-summary__section.addresses {
        padding: 25px 0;
        border: none; }
    .main-order .main-order-summary__additional-info {
      padding: 0; }
    .main-order .box-aside.payment .box-header {
      display: none; }
    .main-order .box-aside.payment .summary {
      border-top: none;
      margin-top: -2px;
      position: relative;
      z-index: 1; }
      .main-order .box-aside.payment .summary::before {
        content: "";
        position: absolute;
        top: 0;
        left: 20px;
        right: 20px;
        height: 2px;
        background-color: #e8eef4; }
      .main-order .box-aside.payment .summary .payment-box {
        padding: 0; }
        .main-order .box-aside.payment .summary .payment-box__list {
          padding: 0 20px; }
          .main-order .box-aside.payment .summary .payment-box__list .payment-item__label {
            padding-right: 26px; } }
  @media screen and (max-width: 700px) {
    .main-order .main-order-summary__additional-info {
      display: block; }
      .main-order .main-order-summary__additional-info .additional-info-box:first-child {
        padding-bottom: 40px;
        margin-bottom: 10px;
        position: relative; }
        .main-order .main-order-summary__additional-info .additional-info-box:first-child::after {
          content: "";
          position: absolute;
          left: 32px;
          right: 0;
          height: 2px;
          bottom: 0;
          background-color: #d4dde5; } }
  @media screen and (max-width: 600px) {
    .main-order .main-order-summary__section.totals {
      display: none; }
    .main-order .main-order-summary__box:not(:last-child) {
      margin-bottom: 20px; }
    .main-order .main-order-summary__box .price {
      font-size: 14px;
      line-height: 20px; }
      .main-order .main-order-summary__box .price .price-value {
        font-size: 17px;
        line-height: 24px; }
    .main-order .main-order-summary__box .box-body {
      padding: 10px 10px 10px 26px; }
      .main-order .main-order-summary__box .box-body__top {
        margin-bottom: 10px; }
        .main-order .main-order-summary__box .box-body__top .name {
          font-size: 16px;
          line-height: 22px; }
    .main-order .main-order-summary__box .box-footer {
      padding: 12px 15px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-flow: wrap;
          flex-flow: wrap; }
      .main-order .main-order-summary__box .box-footer .check-gr .tooltip-holder {
        position: absolute;
        right: 0;
        top: 0; }
        .main-order .main-order-summary__box .box-footer .check-gr .tooltip-holder .tooltip {
          left: initial !important;
          right: -10px !important; }
          .main-order .main-order-summary__box .box-footer .check-gr .tooltip-holder .tooltip .tooltip-arrow {
            left: initial !important;
            right: 23px !important; }
      .main-order .main-order-summary__box .box-footer .select-wrapper {
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
        max-width: 100%;
        margin-top: 10px; }
    .main-order .box-aside.payment {
      margin-bottom: 100px; }
      .main-order .box-aside.payment .payment-submit {
        padding: 10px 15px;
        background-color: #fff;
        box-shadow: 0px -2px 6px #d4dde5;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 2; }
        .main-order .box-aside.payment .payment-submit__info {
          display: none; }
        .main-order .box-aside.payment .payment-submit__bar {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: justify;
              -ms-flex-pack: justify;
                  justify-content: space-between;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center; }
          .main-order .box-aside.payment .payment-submit__bar .btn-back {
            display: block;
            margin-right: 40px; }
          .main-order .box-aside.payment .payment-submit__bar .btn-lightgreen {
            font-size: 18px;
            line-height: 25px;
            width: initial;
            padding: 5px 20px; }
        .main-order .box-aside.payment .payment-submit .totals-wrapper {
          display: block; }
          .main-order .box-aside.payment .payment-submit .totals-wrapper .totals-row {
            max-width: 100%;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            -webkit-box-pack: justify;
                -ms-flex-pack: justify;
                    justify-content: space-between; }
            .main-order .box-aside.payment .payment-submit .totals-wrapper .totals-row.top {
              font-size: 14px;
              line-height: 20px;
              margin-bottom: 5px; }
            .main-order .box-aside.payment .payment-submit .totals-wrapper .totals-row.bottom {
              font-size: 16px;
              line-height: 25px;
              margin-bottom: 10px; } }
  .main-order .main-order-final-step {
    position: relative;
    padding: 60px;
    background: #fafcfd;
    border: 2px solid #e0e7ee;
    text-align: center; }
    .main-order .main-order-final-step .dots {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      position: absolute;
      left: -3px;
      right: -3px; }
      .main-order .main-order-final-step .dots::before, .main-order .main-order-final-step .dots::after {
        content: "";
        width: 6px;
        height: 6px;
        display: inline-block;
        border-radius: 3px;
        background: #828a91; }
      .main-order .main-order-final-step .dots.top {
        top: -3px; }
      .main-order .main-order-final-step .dots.bottom {
        bottom: -3px; }
    .main-order .main-order-final-step .loading-box,
    .main-order .main-order-final-step .icon-box {
      margin-bottom: 20px; }
    .main-order .main-order-final-step .loading-box {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
    .main-order .main-order-final-step .box-header {
      margin-bottom: 30px; }
    .main-order .main-order-final-step .text-highlighted {
      font-weight: 900;
      font-size: 26px;
      line-height: 46px;
      letter-spacing: -1px;
      color: #4a545c; }
    .main-order .main-order-final-step .text-normal {
      font-weight: 500;
      font-size: 20px;
      line-height: 24px;
      letter-spacing: -0.78px;
      color: #273135; }
    .main-order .main-order-final-step.loading .order-success {
      display: none; }
    .main-order .main-order-final-step.success .order-loader {
      display: none; }
    .main-order .main-order-final-step.success .order-success {
      display: block; }
    @media screen and (max-width: 600px) {
      .main-order .main-order-final-step {
        padding: 25px 20px; }
        .main-order .main-order-final-step .loading-box,
        .main-order .main-order-final-step .icon-box {
          margin-bottom: 15px; }
        .main-order .main-order-final-step .text-highlighted {
          font-size: 20px;
          line-height: 30px; } }
  @media screen and (max-width: 1100px) {
    .main-order {
      padding: 0 0 80px; }
      .main-order__box {
        -ms-flex-flow: wrap;
            flex-flow: wrap; }
        .main-order__box .box-main {
          min-height: initial;
          -ms-flex-preferred-size: 100%;
              flex-basis: 100%;
          max-width: 100%;
          padding: 15px 20px;
          border-right: 2px solid #e0e7ee;
          border-color: #e0e7ee; }
        .main-order__box .box-aside {
          -ms-flex-preferred-size: 100%;
              flex-basis: 100%;
          max-width: 100%;
          border: none;
          padding: 0; }
          .main-order__box .box-aside .box-header {
            margin: 0;
            padding: 12px;
            text-align: center;
            border-left: 2px solid #e0e7ee;
            border-right: 2px solid #e0e7ee;
            border-bottom: 0; }
          .main-order__box .box-aside .summary {
            border: 2px solid #e0e7ee; }
          .main-order__box .box-aside .summary-submit {
            z-index: 1;
            position: fixed;
            bottom: 0;
            left: 0;
            right: 0;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center;
            padding: 12px;
            box-shadow: inset 0px -1px 0px #e8eef4; }
            .main-order__box .box-aside .summary-submit .btn-lightgreen {
              margin-left: 10px;
              max-width: 270px;
              padding: 6px 10px; }
              .main-order__box .box-aside .summary-submit .btn-lightgreen span {
                font-size: 18px;
                line-height: 25px; } }
  @media screen and (max-width: 980px) {
    .main-order__header {
      padding-top: 20px;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
    .main-order__steps {
      padding: 20px 0; } }
  @media screen and (max-width: 800px) {
    .main-order {
      padding: 0 0 70px; }
      .main-order__container {
        max-width: 100%;
        padding: 0 15px; }
      .main-order__steps {
        padding: 15px 0; }
        .main-order__steps .step {
          margin: 0 10px; }
          .main-order__steps .step::after, .main-order__steps .step-info {
            display: none; } }
  .main-order .animation-hourglass {
    width: 51px;
    height: 62px;
    position: relative;
    -webkit-animation-name: rotate;
            animation-name: rotate;
    -webkit-animation-duration: 6s;
            animation-duration: 6s;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite; }
    .main-order .animation-hourglass svg {
      max-width: 100%; }
    .main-order .animation-hourglass .sand {
      position: absolute;
      background-color: #ff8522; }
      .main-order .animation-hourglass .sand.grain {
        width: 2px;
        height: 2px;
        border-radius: 50%;
        -webkit-animation-duration: 6s;
                animation-duration: 6s;
        -webkit-animation-iteration-count: infinite;
                animation-iteration-count: infinite;
        -webkit-animation-timing-function: ease-out;
                animation-timing-function: ease-out;
        -webkit-animation-direction: normal;
                animation-direction: normal; }
        .main-order .animation-hourglass .sand.grain.first {
          top: 10px;
          left: 50%;
          -webkit-animation-name: sandGrain1;
                  animation-name: sandGrain1; }
        .main-order .animation-hourglass .sand.grain.second {
          top: 8px;
          left: 51%;
          -webkit-animation-name: sandGrain2;
                  animation-name: sandGrain2; }
        .main-order .animation-hourglass .sand.grain.third {
          top: 8px;
          left: 48%;
          -webkit-animation-name: sandGrain3;
                  animation-name: sandGrain3; }
        .main-order .animation-hourglass .sand.grain.fourth {
          top: 12px;
          left: 46%;
          -webkit-animation-name: sandGrain4;
                  animation-name: sandGrain4; }
        .main-order .animation-hourglass .sand.grain.fifth {
          top: 12px;
          left: 47%;
          -webkit-animation-name: sandGrain5;
                  animation-name: sandGrain5; }
        .main-order .animation-hourglass .sand.grain.sixth {
          top: 13px;
          left: 52%;
          -webkit-animation-name: sandGrain6;
                  animation-name: sandGrain6; }
        .main-order .animation-hourglass .sand.grain.seventh {
          top: 12px;
          left: 53%;
          -webkit-animation-name: sandGrain7;
                  animation-name: sandGrain7; }
        .main-order .animation-hourglass .sand.grain.eighth {
          top: 13px;
          left: 51%;
          -webkit-animation-name: sandGrain8;
                  animation-name: sandGrain8; }
        .main-order .animation-hourglass .sand.grain.ninth {
          top: 11px;
          left: 52%;
          -webkit-animation-name: sandGrain9;
                  animation-name: sandGrain9; }
        .main-order .animation-hourglass .sand.grain.tenth {
          top: 10px;
          left: 47%;
          -webkit-animation-name: sandGrain10;
                  animation-name: sandGrain10; }
      .main-order .animation-hourglass .sand.top, .main-order .animation-hourglass .sand.bottom {
        left: 50%;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%);
        -webkit-animation-duration: 6s;
                animation-duration: 6s;
        -webkit-animation-iteration-count: infinite;
                animation-iteration-count: infinite; }
      .main-order .animation-hourglass .sand.top {
        top: 8px;
        width: 26px;
        height: 13px;
        border-bottom-left-radius: 44px;
        border-bottom-right-radius: 44px;
        -webkit-animation-name: hourglassTop;
                animation-name: hourglassTop; }
      .main-order .animation-hourglass .sand.bottom {
        bottom: 8px;
        width: 0;
        height: 0;
        border-top-left-radius: 44px;
        border-top-right-radius: 44px;
        -webkit-animation-name: hourglassBottom;
                animation-name: hourglassBottom; }
@-webkit-keyframes sandGrain1 {
  0% {
    top: 10px;
    left: 50%; }
  5% {
    top: 50px;
    left: 50%; }
  65% {
    top: 50px;
    left: 50%; }
  70% {
    top: 10px;
    left: 50%; } }
@keyframes sandGrain1 {
  0% {
    top: 10px;
    left: 50%; }
  5% {
    top: 50px;
    left: 50%; }
  65% {
    top: 50px;
    left: 50%; }
  70% {
    top: 10px;
    left: 50%; } }
@-webkit-keyframes sandGrain2 {
  10% {
    top: 8px;
    left: 52%; }
  15% {
    top: 50px;
    left: 53%; }
  55% {
    top: 50px;
    left: 53%; }
  60% {
    top: 8px;
    left: 52%; } }
@keyframes sandGrain2 {
  10% {
    top: 8px;
    left: 52%; }
  15% {
    top: 50px;
    left: 53%; }
  55% {
    top: 50px;
    left: 53%; }
  60% {
    top: 8px;
    left: 52%; } }
@-webkit-keyframes sandGrain3 {
  12% {
    top: 8px;
    left: 48%; }
  17% {
    top: 50px;
    left: 50%; }
  72% {
    top: 50px;
    left: 50%; }
  77% {
    top: 8px;
    left: 48%; } }
@keyframes sandGrain3 {
  12% {
    top: 8px;
    left: 48%; }
  17% {
    top: 50px;
    left: 50%; }
  72% {
    top: 50px;
    left: 50%; }
  77% {
    top: 8px;
    left: 48%; } }
@-webkit-keyframes sandGrain4 {
  15% {
    top: 12px;
    left: 46%; }
  20% {
    top: 50px;
    left: 48%; }
  70% {
    top: 50px;
    left: 48%; }
  75% {
    top: 12px;
    left: 46%; } }
@keyframes sandGrain4 {
  15% {
    top: 12px;
    left: 46%; }
  20% {
    top: 50px;
    left: 48%; }
  70% {
    top: 50px;
    left: 48%; }
  75% {
    top: 12px;
    left: 46%; } }
@-webkit-keyframes sandGrain5 {
  12% {
    top: 12px;
    left: 47%; }
  17% {
    top: 48px;
    left: 48%; }
  67% {
    top: 48px;
    left: 48%; }
  72% {
    top: 12px;
    left: 47%; } }
@keyframes sandGrain5 {
  12% {
    top: 12px;
    left: 47%; }
  17% {
    top: 48px;
    left: 48%; }
  67% {
    top: 48px;
    left: 48%; }
  72% {
    top: 12px;
    left: 47%; } }
@-webkit-keyframes sandGrain6 {
  14% {
    top: 13px;
    left: 52%; }
  19% {
    top: 52px;
    left: 50%; }
  73% {
    top: 52px;
    left: 50%; }
  78% {
    top: 13px;
    left: 52%; } }
@keyframes sandGrain6 {
  14% {
    top: 13px;
    left: 52%; }
  19% {
    top: 52px;
    left: 50%; }
  73% {
    top: 52px;
    left: 50%; }
  78% {
    top: 13px;
    left: 52%; } }
@-webkit-keyframes sandGrain7 {
  2% {
    top: 12px;
    left: 53%; }
  7% {
    top: 52px;
    left: 50%; }
  78% {
    top: 52px;
    left: 50%; }
  83% {
    top: 12px;
    left: 53%; } }
@keyframes sandGrain7 {
  2% {
    top: 12px;
    left: 53%; }
  7% {
    top: 52px;
    left: 50%; }
  78% {
    top: 52px;
    left: 50%; }
  83% {
    top: 12px;
    left: 53%; } }
@-webkit-keyframes sandGrain8 {
  3% {
    top: 13px;
    left: 51%; }
  8% {
    top: 52px;
    left: 50%; }
  80% {
    top: 52px;
    left: 50%; }
  85% {
    top: 13px;
    left: 51%; } }
@keyframes sandGrain8 {
  3% {
    top: 13px;
    left: 51%; }
  8% {
    top: 52px;
    left: 50%; }
  80% {
    top: 52px;
    left: 50%; }
  85% {
    top: 13px;
    left: 51%; } }
@-webkit-keyframes sandGrain9 {
  4% {
    top: 11px;
    left: 53%; }
  9% {
    top: 52px;
    left: 51%; }
  82% {
    top: 52px;
    left: 51%; }
  87% {
    top: 11px;
    left: 53%; } }
@keyframes sandGrain9 {
  4% {
    top: 11px;
    left: 53%; }
  9% {
    top: 52px;
    left: 51%; }
  82% {
    top: 52px;
    left: 51%; }
  87% {
    top: 11px;
    left: 53%; } }
@-webkit-keyframes sandGrain10 {
  5% {
    top: 10px;
    left: 47%; }
  10% {
    top: 50px;
    left: 49%; }
  71% {
    top: 50px;
    left: 49%; }
  76% {
    top: 10px;
    left: 47%; } }
@keyframes sandGrain10 {
  5% {
    top: 10px;
    left: 47%; }
  10% {
    top: 50px;
    left: 49%; }
  71% {
    top: 50px;
    left: 49%; }
  76% {
    top: 10px;
    left: 47%; } }
@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  45% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  55% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }
  90% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }
@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  45% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  55% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }
  90% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }
@-webkit-keyframes hourglassTop {
  0% {
    width: 26px;
    height: 13px; }
  45% {
    width: 0;
    height: 0; }
  55% {
    width: 0;
    height: 0; }
  90% {
    width: 26px;
    height: 13px; }
  100% {
    width: 26px;
    height: 13px; } }
@keyframes hourglassTop {
  0% {
    width: 26px;
    height: 13px; }
  45% {
    width: 0;
    height: 0; }
  55% {
    width: 0;
    height: 0; }
  90% {
    width: 26px;
    height: 13px; }
  100% {
    width: 26px;
    height: 13px; } }
@-webkit-keyframes hourglassBottom {
  0% {
    width: 0;
    height: 0; }
  45% {
    width: 27px;
    height: 14px; }
  55% {
    width: 27px;
    height: 14px; }
  90% {
    width: 0;
    height: 0; }
  100% {
    width: 0;
    height: 0; } }
@keyframes hourglassBottom {
  0% {
    width: 0;
    height: 0; }
  45% {
    width: 27px;
    height: 14px; }
  55% {
    width: 27px;
    height: 14px; }
  90% {
    width: 0;
    height: 0; }
  100% {
    width: 0;
    height: 0; } }
.select2-container--country-dropdown .select2-results__options {
  max-height: 200px;
  overflow-y: scroll; }

.select2-container--country-dropdown.select2-container--country-dropdown .selection .select2-selection {
  border-color: #d4dde5;
  height: 48px; }
.select2-container--country-dropdown.select2-container--country-dropdown .select2-dropdown {
  border-color: #d4dde5; }

@-webkit-keyframes scale_up {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes scale_up {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }
