/*
Theme Name: VerificareImei
Theme URI: https://verificareimei.com/
Author:  https://verificareimei.com/
Author URI:  https://verificareimei.com/
Description: Description_Text
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: Tag1,Tag2
Text Domain: Domain_Text

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
*,
*:before,
*:after {
  box-sizing: border-box;
}

* {
  -webkit-font-smoothing: antialiased;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  margin: 0;
}

a {
  text-decoration: none;
}

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

audio,
canvas,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

html {
  font-size: 100%; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

input[type=radio],
input[type=checkbox] {
  margin: 4px 0 0;
  line-height: normal;
}

body {
  margin: 0;
}

iframe {
  border-style: none;
  border: none;
  display: block;
  position: relative;
}

a:focus {
  outline: none;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: normal;
  -webkit-appearance: none;
}

blockquote {
  margin: 0;
}

dfn {
  font-style: italic;
}

hr {
  box-sizing: content-box;
  display: block;
  border-style: none;
  height: 2px;
  background: #e6e6e6;
  margin: 1.5em 0;
  width: 100%;
}

mark {
  background: #ff0;
  color: #000;
}

p,
pre {
  margin: 1em 0;
}

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

q {
  quotes: none;
}

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

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

dl,
menu,
ol,
ul {
  margin: 0;
}

dd {
  margin: 0;
}

menu,
ol,
ul {
  padding: 0;
}

nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

form {
  margin: 0;
}

fieldset {
  border: 1px solid gray;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
  white-space: normal;
}

button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
}

button,
input {
  line-height: normal;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  border-style: none;
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

input[type=checkbox],
input[type=radio] {
  padding: 0;
}

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

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

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

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

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

audio,
canvas,
video {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

.row {
  line-height: normal;
  clear: both;
  zoom: 1;
  margin-right: -15px;
  margin-left: -15px;
}
.row:after {
  display: table;
  content: "";
  clear: both;
  display: table;
  content: "";
  visibility: hidden;
  height: 0;
}
.row:before {
  display: table;
  content: "";
  display: table;
  content: "";
  visibility: hidden;
  height: 0;
}
.row > [class*=col_] {
  display: inline-block;
  vertical-align: top;
  padding-left: 15px;
  padding-right: 15px;
}
.row > [class*=col_].right {
  float: right;
}
.row.big-gutter {
  margin-left: -30px;
  margin-right: -30px;
}
@media (max-width: 1300px) {
  .row.big-gutter {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.row.big-gutter > [class*=col_] {
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 1300px) {
  .row.big-gutter > [class*=col_] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.row.small-gutter {
  margin-left: -7px;
  margin-right: -7px;
}
.row.small-gutter > [class*=col_] {
  padding-left: 7px;
  padding-right: 7px;
}
.row.no-gutter {
  margin-left: 0;
  margin-right: 0;
}
.row.no-gutter > [class*=col_] {
  padding-left: 0;
  padding-right: 0;
}

.row.flex:before, .row.flex:after {
  content: none;
}

@media (max-width: 960px) {
  .row {
    margin-right: -10px;
    margin-left: -10px;
  }
  .row > [class*=col_] {
    padding-left: 10px;
    padding-right: 10px;
  }
  .row.big-gutter {
    margin-left: -15px;
    margin-right: -15px;
  }
  .row.big-gutter > [class*=col_] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.col_10 {
  width: 10%;
}

.col_12 {
  width: 12.5%;
}

.col_14 {
  width: 14.28%;
}

.col_15 {
  width: 15%;
}

.col_16 {
  width: 16.66%;
}

.col_18 {
  width: 18%;
}

.col_20 {
  width: 20%;
}

.col_25 {
  width: 25%;
}

.col_30 {
  width: 30%;
}

.col_33 {
  width: 33.33%;
}

.col_35 {
  width: 35%;
}

.col_40 {
  width: 40%;
}

.col_45 {
  width: 45%;
}

.col_50 {
  width: 50%;
}

.col_55 {
  width: 55%;
}

.col_60 {
  width: 60%;
}

.col_65 {
  width: 65%;
}

.col_66 {
  width: 66.66%;
}

.col_70 {
  width: 70%;
}

.col_75 {
  width: 75%;
}

.col_80 {
  width: 80%;
}

.col_90 {
  width: 90%;
}

.col_100 {
  width: 100%;
}

.col_auto {
  width: auto;
}

.col_centred {
  float: none;
  display: block !important;
  margin: 0 auto;
}

.flex {
  display: flex;
}

.flex-column {
  flex-direction: column;
}

.flex-row {
  flex-direction: row;
}

.row-reverse {
  flex-direction: row-reverse;
}

.flex-wrap {
  flex-wrap: wrap;
}

.justify-content-between {
  justify-content: space-between;
}

.justify-content-around {
  justify-content: space-around;
}

.align-self-center {
  align-self: center;
}

.flex-center {
  align-items: center;
}

.justify-space-between {
  justify-content: space-between;
}

.flex-justify-center {
  justify-content: center;
}

.flex-bottom {
  align-items: flex-end;
}

.flex-end {
  justify-content: flex-end;
}

body {
  font-size: 15px;
  font-family: "Poppins", sans-serif, Arial, Helvetica, sans-serif;
  line-height: 1.6;
  font-weight: 300;
  color: #242424;
}
@media (max-width: 960px) {
  body {
    font-size: 14px;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif;
  color: #010101;
  font-weight: 600;
  line-height: 1.2;
}
h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span {
  font-weight: inherit;
  line-height: inherit;
}

h1 {
  font-size: 42px;
  margin-bottom: 20px;
}
@media (max-width: 1550px) {
  h1 {
    font-size: 33px;
  }
}
@media (max-width: 767px) {
  h1 {
    font-size: 27px;
  }
}
@media (max-width: 640px) {
  h1 {
    font-size: 24px;
  }
}

h2 {
  font-size: 36px;
  margin-bottom: 20px;
}
@media (max-width: 1550px) {
  h2 {
    font-size: 32px;
  }
}
@media (max-width: 960px) {
  h2 {
    font-size: 25px;
  }
}
@media (max-width: 767px) {
  h2 {
    font-size: 22px;
  }
}
@media (max-width: 640px) {
  h2 {
    font-size: 20px;
  }
}

h3 {
  font-size: 30px;
  margin-bottom: 20px;
}
@media (max-width: 960px) {
  h3 {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  h3 {
    font-size: 22px;
  }
}
@media (max-width: 640px) {
  h3 {
    font-size: 20px;
  }
}

h4 {
  font-size: 24px;
  line-height: 1.2;
  margin-bottom: 15px;
}
@media (max-width: 960px) {
  h4 {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  h4 {
    font-size: 20px;
  }
}

h5 {
  font-size: 20px;
  margin-bottom: 15px;
}
@media (max-width: 960px) {
  h5 {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  h5 {
    font-size: 18px;
  }
}

h6 {
  font-size: 18px;
  margin-bottom: 15px;
}
@media (max-width: 1100px) {
  h6 {
    font-size: 18px;
  }
}
@media (max-width: 960px) {
  h6 {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  h6 {
    font-size: 14px;
  }
}

p,
span,
label,
li {
  line-height: 1.6;
}

li {
  font-size: 15px;
}
@media (max-width: 960px) {
  li {
    font-size: 14px;
  }
}
@media (max-width: 640px) {
  li {
    font-size: 13px;
  }
}
li * {
  font-style: inherit;
  font-size: inherit;
}

p {
  margin: 15px 0;
  color: #242424;
  font-size: 15px;
}
@media (max-width: 960px) {
  p {
    font-size: 14px;
  }
}
@media (max-width: 640px) {
  p {
    font-size: 13px;
  }
}
p p,
p a,
p span,
p label,
p em {
  font-size: 100%;
  margin: 0;
  color: inherit;
}
p b,
p strong {
  font-weight: bold;
}
p i,
p em {
  font-style: italic;
}
p a {
  color: #010101;
}
p a:hover {
  opacity: 0.8;
}

p a {
  text-decoration: underline;
}

b,
strong {
  font-weight: 700;
}

a {
  color: inherit;
  margin: 0;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
a span {
  color: inherit;
  font-weight: inherit;
}

img,
span,
label,
a {
  display: inline-block;
}

blockquote {
  border: none !important;
  position: relative;
  margin: 30px 0;
}

blockquote p {
  font-size: 18px;
  line-height: 1.6;
  padding-left: 50px;
  font-style: italic;
  color: #010101;
  margin: 0;
  z-index: 1;
  position: relative;
  text-align: left;
}
blockquote p::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 10px;
  height: 60%;
  background: rgb(239, 109, 73);
  background: linear-gradient(0deg, rgb(239, 109, 73) 0%, rgb(178, 47, 128) 100%);
}
@media (max-width: 640px) {
  blockquote p::before {
    width: 4px;
    height: 100%;
  }
}
@media (max-width: 640px) {
  blockquote p {
    font-size: 15px;
    margin: 0;
    padding-left: 30px;
  }
}

input[type=text],
input[type=email],
input[type=password],
input[type=search],
input[type=tel],
input[type=url],
input[type=number],
input[type=date],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=week],
input[type=month],
textarea,
select {
  vertical-align: middle;
  font-family: "Poppins", sans-serif;
  font-weight: normal;
  font-size: 15px;
  border: none;
  border: 1px solid #e8e8e8;
  background: white;
  color: #010101;
  width: 100%;
  line-height: 1;
  padding: 15px 20px;
  margin-bottom: 15px;
  vertical-align: middle;
  outline: 0;
  box-sizing: border-box;
  font-weight: 400;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none !important;
  border-radius: 32px;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
input[type=text]:active, input[type=text]:hover, input[type=text]:focus,
input[type=email]:active,
input[type=email]:hover,
input[type=email]:focus,
input[type=password]:active,
input[type=password]:hover,
input[type=password]:focus,
input[type=search]:active,
input[type=search]:hover,
input[type=search]:focus,
input[type=tel]:active,
input[type=tel]:hover,
input[type=tel]:focus,
input[type=url]:active,
input[type=url]:hover,
input[type=url]:focus,
input[type=number]:active,
input[type=number]:hover,
input[type=number]:focus,
input[type=date]:active,
input[type=date]:hover,
input[type=date]:focus,
input[type=time]:active,
input[type=time]:hover,
input[type=time]:focus,
input[type=datetime]:active,
input[type=datetime]:hover,
input[type=datetime]:focus,
input[type=datetime-local]:active,
input[type=datetime-local]:hover,
input[type=datetime-local]:focus,
input[type=week]:active,
input[type=week]:hover,
input[type=week]:focus,
input[type=month]:active,
input[type=month]:hover,
input[type=month]:focus,
textarea:active,
textarea:hover,
textarea:focus,
select:active,
select:hover,
select:focus {
  background-color: white;
  border-color: #511A66;
  opacity: 0.8;
}
input[type=text]:disabled,
input[type=email]:disabled,
input[type=password]:disabled,
input[type=search]:disabled,
input[type=tel]:disabled,
input[type=url]:disabled,
input[type=number]:disabled,
input[type=date]:disabled,
input[type=time]:disabled,
input[type=datetime]:disabled,
input[type=datetime-local]:disabled,
input[type=week]:disabled,
input[type=month]:disabled,
textarea:disabled,
select:disabled {
  background: #D1D1D1;
}
@media (max-width: 960px) {
  input[type=text],
  input[type=email],
  input[type=password],
  input[type=search],
  input[type=tel],
  input[type=url],
  input[type=number],
  input[type=date],
  input[type=time],
  input[type=datetime],
  input[type=datetime-local],
  input[type=week],
  input[type=month],
  textarea,
  select {
    padding: 12px 16px;
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  input[type=text],
  input[type=email],
  input[type=password],
  input[type=search],
  input[type=tel],
  input[type=url],
  input[type=number],
  input[type=date],
  input[type=time],
  input[type=datetime],
  input[type=datetime-local],
  input[type=week],
  input[type=month],
  textarea,
  select {
    font-size: 13px;
  }
}
@media (max-width: 640px) {
  input[type=text],
  input[type=email],
  input[type=password],
  input[type=search],
  input[type=tel],
  input[type=url],
  input[type=number],
  input[type=date],
  input[type=time],
  input[type=datetime],
  input[type=datetime-local],
  input[type=week],
  input[type=month],
  textarea,
  select {
    padding: 10px 16px;
    font-size: 12px;
  }
}

.select-overlay {
  position: relative;
}
.select-overlay:after {
  content: "";
  display: block;
  position: absolute;
  right: 20px;
  top: 23px;
  background-image: url("images/svg/select.svg");
  background-repeat: no-repeat;
  background-position: center;
  width: 12px;
  height: 7px;
}
@media (max-width: 960px) {
  .select-overlay:after {
    top: 20px;
  }
}
@media (max-width: 640px) {
  .select-overlay:after {
    right: 16px;
    top: 17px;
    width: 9px;
    background-size: contain;
    height: 7px;
  }
}

textarea {
  line-height: 1.2;
  padding-top: 15px;
  height: 110px;
  border-radius: 5px;
}

button[type=submit],
button.button,
input[type=submit] {
  color: white;
  display: inline-block;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition-timing-function: ease;
  line-height: 1;
  background-color: #010101;
  font-weight: 600;
  padding: 22px 36px;
  border-radius: 32px;
  line-height: 1;
  border-style: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  outline: none;
  margin: 0;
  background-color: #010101;
  white-space: normal;
}
button[type=submit]:hover,
button.button:hover,
input[type=submit]:hover {
  text-decoration: none;
  box-shadow: none;
}
@media (max-width: 960px) {
  button[type=submit],
  button.button,
  input[type=submit] {
    font-size: 14px;
    padding: 15px 22px;
  }
}
@media (max-width: 640px) {
  button[type=submit],
  button.button,
  input[type=submit] {
    font-size: 13px;
    padding: 15px 22px;
  }
}

select {
  height: auto;
  line-height: normal;
  outline: none;
}

textarea {
  height: 110px;
  line-height: 1.5;
  padding-top: 15px;
  margin-bottom: 20px;
}

input[type=radio],
input[type=checkbox] {
  position: relative;
  -webkit-appearance: none;
  width: 22px;
  height: 22px;
  margin-bottom: 0;
  margin-right: 10px;
  margin-left: 0;
  vertical-align: top;
  border: 1px solid #e8e8e8;
  background: white;
  border-radius: 4px;
  line-height: normal;
  cursor: pointer;
  margin-top: 0;
  color: #511A66;
  outline: 0;
}
input[type=radio]:before,
input[type=checkbox]:before {
  content: "";
  background-color: #010101;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  border-radius: 4px;
  top: 0;
  left: 0;
}

input[type=radio] {
  border-radius: 50%;
}

input[type=checkbox]:checked,
input[type=radio]:checked {
  background-color: white;
}

input[type=checkbox]:checked:before {
  width: 16px;
  height: 16px;
  border-radius: 0;
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 7px;
  color: white;
  font-size: 10px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 4px;
}

input[type=radio]:checked:before {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

form {
  margin: 0;
}

fieldset {
  border: none;
  padding: 0;
  margin: 0;
}

legend {
  white-space: normal;
  border: 0;
  padding: 0;
}

input[type=search] {
  -webkit-appearance: textfield;
}

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

input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-input-placeholder {
  color: #242424;
  font-family: "Poppins", sans-serif;
  letter-spacing: normal;
}

:-moz-placeholder {
  color: #242424;
  font-family: "Poppins", sans-serif;
  letter-spacing: normal;
}

::-moz-placeholder {
  color: #242424;
  font-family: "Poppins", sans-serif;
  letter-spacing: normal;
}

:-ms-input-placeholder {
  color: #242424;
  font-family: "Poppins", sans-serif;
  letter-spacing: normal;
}

.wpcf7-not-valid-tip {
  display: none !important;
}

.wpcf7-not-valid {
  border-color: red !important;
}

.wpcf7 input:hover,
.wpcf7 input:focus,
.wpcf7 select:hover,
.wpcf7 select:focus,
.wpcf7 textarea:hover,
.wpcf7 textarea:focus {
  outline: 0 !important;
  transition: all 0.3s ease;
}

.wpcf7 input[type=submit]:hover,
.wpcf7 input[type=submit]:focus {
  outline: 0 !important;
  transition: all 0.3s ease;
}

/* #END */
div.wpcf7-response-output {
  margin: 0;
  padding: 0;
}

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing,
div.wpcf7-mail-sent-ok {
  text-align: center;
  border: 0 !important;
}

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
  color: #511A66;
}

div.wpcf7-mail-sent-ok {
  color: #037917;
}

.wpcf7 form .wpcf7-response-output {
  margin: 10px 0;
  padding: 10px;
  text-align: center;
  font-size: 15px;
  border: none;
  border-radius: 5px;
}
@media (max-width: 960px) {
  .wpcf7 form .wpcf7-response-output {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .wpcf7 form .wpcf7-response-output {
    font-size: 13px;
  }
}

.wpcf7 form.sent .wpcf7-response-output {
  border: none;
  background-color: #06984c;
  color: white;
  border-radius: 5px;
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
  border-color: #511A66;
  background: #511A66;
  color: white;
  border-radius: 5px;
}

.wpcf7 form.spam .wpcf7-response-output {
  /* Orange */
  background: #06984c;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
  background-color: #511A66;
  color: white;
  border-radius: 5px;
  margin-top: 20px;
}

.wpcf7 .inline_button {
  display: inline-block;
  position: relative;
}
@media (max-width: 640px) {
  .wpcf7 .inline_button {
    display: block;
  }
}

.wpcf7-form.submitting .inline_button input[type=submit] {
  color: #010101;
}

.wpcf7-form .inline_button .wpcf7-spinner {
  position: absolute;
  left: calc((100% - 24px) / 2);
  top: 18px;
  margin-right: 0;
  margin-left: 0;
  margin-top: 0;
  background-color: #464646;
}
@media (max-width: 960px) {
  .wpcf7-form .inline_button .wpcf7-spinner {
    top: 10px;
  }
}

.button1,
.button2,
.button-line,
.button-line2,
.button-grey {
  color: white;
  display: inline-block;
  padding: 22px 36px;
  font-size: 15px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition-timing-function: ease;
  line-height: 1;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  border-radius: 32px;
  background-color: #010101;
  text-align: center;
}
@media (max-width: 960px) {
  .button1,
  .button2,
  .button-line,
  .button-line2,
  .button-grey {
    font-size: 14px;
    font-weight: 500;
    padding: 20px 30px;
  }
}
@media (max-width: 767px) {
  .button1,
  .button2,
  .button-line,
  .button-line2,
  .button-grey {
    font-size: 13px;
  }
}
.button1:hover,
.button2:hover,
.button-line:hover,
.button-line2:hover,
.button-grey:hover {
  text-decoration: none;
  box-shadow: none;
  opacity: 0.6;
}

.wpcf7-spinner {
  position: absolute;
}

.button-grey {
  background-color: #C8C8C8;
  color: #010101;
}
.button-grey:hover {
  background-color: #afafaf;
  color: #010101;
}

.button2 {
  background: white;
  color: #010101;
}
.button2:hover {
  opacity: 0.6;
}

.button-line {
  border: 2px solid white;
  padding-top: 17px;
  padding-bottom: 17px;
  color: white;
  background: transparent;
  box-shadow: none;
}
.button-line:hover {
  color: #511A66;
  background: white;
}

.button-line2 {
  border: 2px solid white;
  padding-top: 17px;
  padding-bottom: 17px;
  color: #5449A5;
  background-color: transparent;
}
@media (max-width: 767px) {
  .button-line2 {
    font-size: 13px;
    padding-top: 14px;
    padding-bottom: 14px;
  }
}
.button-line2:hover {
  background-color: white;
  color: #010101;
}

.btn-arrow {
  align-items: center;
  position: relative;
  font-size: 15px;
}
.btn-arrow::after {
  content: "";
  width: 26px;
  height: 26px;
  background-color: rgba(255, 255, 255, 0.1019607843);
  border-radius: 50%;
  position: absolute;
  right: -20px;
  top: 50%;
  margin-top: -10px;
}
.btn-arrow img {
  width: 21px;
  height: 21px;
  position: relative;
  left: 10px;
  z-index: 1;
  display: inline-block;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition-timing-function: ease;
  top: 6px;
}
@media (max-width: 640px) {
  .btn-arrow img {
    left: 8px;
  }
}
.btn-arrow:hover {
  text-decoration: none;
}
.btn-arrow:hover img {
  left: 15px;
}
@media (max-width: 640px) {
  .btn-arrow:hover img {
    left: 12px;
  }
}

ul li {
  list-style: none;
}

.alignleft {
  display: inline;
  float: left;
  margin-top: 20px;
  margin-right: 30px;
}

.alignright {
  display: inline;
  float: right;
  margin-top: 20px;
  margin-left: 30px;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  margin-bottom: 20px;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}

@media (max-width: 768px) {
  .alignleft, .alignright, .aligncenter {
    float: none;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
  }
}
body {
  text-rendering: optimizeLegibility;
  counter-reset: item;
  transition: all 0.35s linear;
  -moz-transition: all 0.35s linear;
  -webkit-transition: all 0.35s linear;
  -o-transition: all 0.35s linear;
  -webkit-transition-timing-function: ease;
  background-color: #fff;
  position: relative;
  left: 0;
}

body,
html {
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
  font-smooth: always;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #010101;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: none;
  background-color: #fff;
  overflow-x: hidden;
}

a {
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Chrome/Safari/Opera */ /* Konqueror */
  -moz-user-select: none; /* Firefox */ /* Internet Explorer/Edge */
  user-select: none; /* Non-prefixed version, currently
not supported by any browser */
}

.big-title {
  font-size: 42px;
}
@media (max-width: 1430px) {
  .big-title {
    font-size: 36px;
  }
}
@media (max-width: 960px) {
  .big-title {
    font-size: 30px;
  }
}
@media (max-width: 640px) {
  .big-title {
    font-size: 26px;
  }
}
@media (max-width: 480px) {
  .big-title {
    font-size: 24px;
  }
}

.container-big {
  width: 100%;
  padding: 0 80px;
}
@media (max-width: 1550px) {
  .container-big {
    padding: 0 50px;
  }
}
@media (max-width: 1300px) {
  .container-big {
    padding: 0 30px;
  }
}
@media (max-width: 640px) {
  .container-big {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.container {
  width: 100%;
  max-width: 1330px;
  margin: 0 auto;
  padding: 0 15px;
}
@media (max-width: 1300px) {
  .container {
    padding: 0 30px;
    max-width: 1260px;
  }
}
@media (max-width: 640px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.general-content-wrap {
  padding: 50px 0 100px;
}
@media (max-width: 1300px) {
  .general-content-wrap {
    padding: 30px 0 70px;
  }
}
@media (max-width: 640px) {
  .general-content-wrap {
    padding: 20px 0 50px;
  }
}
.general-content-wrap .the-content {
  max-width: 766px;
  margin-left: auto;
  margin-right: auto;
}

.section-titles p:first-child {
  color: #511A66;
  font-size: 14px;
  font-weight: 700;
  margin: 0;
  line-height: 1.1;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
@media (max-width: 960px) {
  .section-titles p:first-child {
    font-size: 12px;
  }
}
.section-titles h2:first-of-type {
  margin-top: 0;
  margin-bottom: 10px;
}
.section-titles p {
  font-size: 18px;
}
@media (max-width: 1300px) {
  .section-titles p {
    font-size: 16px;
  }
}

.small-section {
  max-width: 655px;
  margin-left: auto;
  margin-right: auto;
}

.the-content img {
  max-height: 100%;
  height: auto;
}
.the-content table td,
.the-content table th {
  padding: 10px;
  text-align: left;
  border: 1px solid #e1e1e1;
}
.the-content h2,
.the-content h3,
.the-content h4,
.the-content h5,
.the-content h6 {
  margin-top: 20px;
}
@media (max-width: 960px) {
  .the-content h2,
  .the-content h3,
  .the-content h4,
  .the-content h5,
  .the-content h6 {
    margin-top: 20px;
  }
}
.the-content h2 span,
.the-content h2 a,
.the-content h3 span,
.the-content h3 a,
.the-content h4 span,
.the-content h4 a,
.the-content h5 span,
.the-content h5 a,
.the-content h6 span,
.the-content h6 a {
  font-style: inherit;
  font-size: inherit;
  line-height: inherit;
}
.the-content h2 strong,
.the-content h3 strong,
.the-content h4 strong,
.the-content h5 strong,
.the-content h6 strong {
  font-weight: 700;
}
.the-content h2 strong *,
.the-content h3 strong *,
.the-content h4 strong *,
.the-content h5 strong *,
.the-content h6 strong * {
  font-weight: inherit;
}
.the-content p strong,
.the-content p b,
.the-content span strong,
.the-content span b,
.the-content label strong,
.the-content label b,
.the-content li strong,
.the-content li b {
  font-weight: 700;
}
.the-content p strong *,
.the-content p b *,
.the-content span strong *,
.the-content span b *,
.the-content label strong *,
.the-content label b *,
.the-content li strong *,
.the-content li b * {
  font-weight: inherit;
}
.the-content li a,
.the-content p a {
  position: relative;
  text-decoration: none;
  color: #5449A5;
  text-decoration: underline;
}
.the-content li a:hover,
.the-content p a:hover {
  opacity: 0.6;
}
.the-content ul,
.the-content ol {
  position: relative;
  margin: 15px 0;
  overflow: hidden;
  clear: both;
  display: block;
}
@media screen and (max-width: 480px) {
  .the-content ul,
  .the-content ol {
    margin: 15px 0;
  }
}
.the-content ul ul,
.the-content ul ol,
.the-content ol ul,
.the-content ol ol {
  margin: 0 0 0 20px;
}
.the-content ol li {
  list-style: decimal;
  display: list-item;
  list-style-position: outside;
  margin-left: 20px !important;
}
.the-content ul li {
  list-style: disc outside none;
  display: list-item;
  margin-left: 20px !important;
}
.the-content li {
  margin: 2px 0;
  display: block;
  position: relative;
}
.the-content li strong {
  font-weight: bold;
}
.the-content li em {
  font-style: italic;
}
.the-content iframe {
  width: 100%;
  height: 553px;
}
@media (max-width: 1430px) {
  .the-content iframe {
    height: 400px;
  }
}
@media (max-width: 960px) {
  .the-content iframe {
    height: 320px;
  }
}
@media (max-width: 640px) {
  .the-content iframe {
    height: 280px;
  }
}
.the-content ul {
  margin: 0;
}
.the-content ul li {
  margin: 10px 0;
}

.title-style p:first-child {
  color: #808080;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.24em;
  margin: 0 0 5px;
  line-height: 1;
  padding-left: 0;
  text-transform: uppercase;
}
@media (max-width: 1430px) {
  .title-style p:first-child {
    letter-spacing: 0.1em;
  }
}
@media (max-width: 960px) {
  .title-style p:first-child {
    font-size: 12px;
    letter-spacing: 0;
    margin-bottom: 8px;
  }
}
.title-style p + h2 {
  position: relative;
  margin-bottom: 10px;
  margin-top: 0;
}
.title-style h2:first-of-type {
  margin-top: 0;
}

.page-simple {
  background-color: #F3F4F4;
  padding: 130px 0 80px;
  margin-bottom: 80px;
}
.page-simple h1 {
  margin-bottom: 0;
}
@media (max-width: 1550px) {
  .page-simple {
    padding-bottom: 60px;
  }
}
@media (max-width: 1430px) {
  .page-simple {
    padding-bottom: 60px;
    padding-top: 110px;
    margin-bottom: 60px;
  }
}
@media (max-width: 640px) {
  .page-simple {
    padding-top: 100px;
    padding-bottom: 40px;
    margin-bottom: 40px;
  }
}

.title-small {
  color: #010101;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.4em;
  margin: 0;
  line-height: 1;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .title-small {
    font-size: 14px;
    letter-spacing: 0.1em;
  }
}
.title-small.yellow-text {
  color: #511A66;
}

.svg img.svg {
  display: block;
}

img.svg {
  display: none;
}

.svg img.normal {
  display: none;
}

img {
  max-width: 100%;
}

.right {
  float: right;
}

.left {
  float: left;
}

.t-right {
  display: table;
  margin: 0 0 0 auto;
}

.show {
  display: block !important;
}

.hide {
  display: none;
}

.box-padding {
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 960px) {
  .box-padding {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  .box-padding {
    padding-left: 0;
    padding-right: 0;
  }
}

.p-t-xxl {
  padding-top: 110px;
}
@media screen and (max-width: 1550px) {
  .p-t-xxl {
    padding-top: 90px;
  }
}
@media screen and (max-width: 767px) {
  .p-t-xxl {
    padding-top: 50px;
  }
}

.p-t-xl {
  padding-top: 90px;
}
@media screen and (max-width: 960px) {
  .p-t-xl {
    padding-top: 50px;
  }
}

.p-b-xl {
  padding-bottom: 90px;
}
@media screen and (max-width: 960px) {
  .p-b-xl {
    padding-bottom: 50px;
  }
}

.p-b-xxl {
  padding-bottom: 110px;
}
@media screen and (max-width: 1550px) {
  .p-b-xxl {
    padding-bottom: 90px;
  }
}
@media screen and (max-width: 767px) {
  .p-b-xxl {
    padding-bottom: 50px;
  }
}

.mb-0 {
  margin-bottom: 0 !important;
}

.p-v-xxl {
  padding-top: 110px;
  padding-bottom: 110px;
}
@media screen and (max-width: 1550px) {
  .p-v-xxl {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}
@media screen and (max-width: 960px) {
  .p-v-xxl {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}
@media screen and (max-width: 767px) {
  .p-v-xxl {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.p-v-xl {
  padding-top: 90px;
  padding-bottom: 90px;
}
@media screen and (max-width: 960px) {
  .p-v-xl {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.p-v-lm {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media screen and (max-width: 960px) {
  .p-v-lm {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.p-v-ml {
  padding-top: 25px;
  padding-bottom: 25px;
}
@media screen and (max-width: 960px) {
  .p-v-ml {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

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

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

.p-l-lm {
  padding-left: 50px;
}
@media screen and (max-width: 767px) {
  .p-l-lm {
    padding-left: 30px;
  }
}
@media screen and (max-width: 730px) {
  .p-l-lm {
    padding-left: 0;
  }
}

.p-r-lm {
  padding-right: 50px;
}
@media screen and (max-width: 767px) {
  .p-r-lm {
    padding-right: 30px;
  }
}
@media screen and (max-width: 730px) {
  .p-r-lm {
    padding-right: 0;
  }
}

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

.p-m {
  padding: 20px;
}

.m-v-xxl {
  margin-top: 110px;
  margin-bottom: 110px;
}
@media screen and (max-width: 1550px) {
  .m-v-xxl {
    margin-top: 90px;
    margin-bottom: 90px;
  }
}
@media screen and (max-width: 767px) {
  .m-v-xxl {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}

.m-v-xl {
  margin-top: 90px;
  margin-bottom: 90px;
}
@media screen and (max-width: 960px) {
  .m-v-xl {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 480px) {
  .m-v-xl {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

.m-v-lm {
  margin-top: 50px;
  margin-bottom: 50px;
}
@media screen and (max-width: 960px) {
  .m-v-lm {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

.m-v-l {
  margin-top: 30px;
  margin-bottom: 30px;
}
@media screen and (max-width: 640px) {
  .m-v-l {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

.m-v-60 {
  margin-top: 60px;
  margin-bottom: 60px;
}
@media screen and (max-width: 960px) {
  .m-v-60 {
    margin-top: 25px;
    margin-bottom: 25px;
  }
}

.m-b-70 {
  margin-bottom: 70px;
}
@media screen and (max-width: 960px) {
  .m-b-70 {
    margin-bottom: 90px;
  }
}

.m-t-xxl {
  margin-top: 110px;
}
@media screen and (max-width: 1550px) {
  .m-t-xxl {
    margin-top: 90px;
  }
}
@media screen and (max-width: 767px) {
  .m-t-xxl {
    margin-top: 50px;
  }
}

.m-t-100 {
  margin-top: 100px;
}
@media screen and (max-width: 960px) {
  .m-t-100 {
    margin-top: 60px;
  }
}

.m-t-xl {
  margin-top: 90px;
}
@media screen and (max-width: 960px) {
  .m-t-xl {
    margin-top: 50px;
  }
}

.m-b-xl {
  margin-bottom: 90px;
}
@media screen and (max-width: 960px) {
  .m-b-xl {
    margin-bottom: 30px;
  }
}

.m-b-xxl {
  margin-bottom: 110px;
}
@media screen and (max-width: 1550px) {
  .m-b-xxl {
    margin-bottom: 90px;
  }
}
@media screen and (max-width: 767px) {
  .m-b-xxl {
    margin-bottom: 50px;
  }
}

.m-t-lm {
  margin-top: 50px;
}
@media screen and (max-width: 960px) {
  .m-t-lm {
    margin-top: 30px;
  }
}

.m-b-lm {
  margin-bottom: 50px;
}
@media screen and (max-width: 960px) {
  .m-b-lm {
    margin-bottom: 30px;
  }
}

.m-t-l {
  margin-top: 30px;
}
@media screen and (max-width: 960px) {
  .m-t-l {
    margin-top: 20px;
  }
}

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

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

.m-b-l {
  margin-bottom: 30px;
}
@media screen and (max-width: 960px) {
  .m-b-l {
    margin-bottom: 20px;
  }
}

.m-t-0 {
  margin-top: 0;
}

.m-0 {
  margin: 0;
}
.m-0 a,
.m-0 p {
  margin: 0;
}

.a-tdu {
  text-decoration: underline;
}

.ovh:before, .ovh:after {
  content: "";
  visibility: hidden;
  height: 0;
  display: table;
}
.ovh:after {
  clear: both;
}

.cover {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.tac {
  text-align: center;
}

.tal {
  text-align: left;
}

.tar {
  text-align: right;
}

.ttu {
  text-transform: uppercase;
}

.relative {
  position: relative;
}

.table {
  display: table;
  height: 100%;
  width: 100%;
}

.table_cell {
  display: table-cell;
  vertical-align: middle;
}

.top {
  vertical-align: top;
}

.bottom {
  vertical-align: bottom;
}

.blue-bck {
  background-color: #26003D;
}

.green-bck {
  background-color: #010101;
}

.greyscale { /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}

.white-box {
  background-color: white;
}

.white-opacity {
  background-color: rgba(255, 255, 255, 0.1);
}

.grey-bck {
  background-color: #C8C8C8;
}

.grey-box {
  background-color: #C8C8C8;
}

.grey-box2 {
  background-color: #F3F4F4;
}

.grey-box3 {
  background-color: #F8F8F8;
}

.green-text {
  color: #511A66;
}

.blue-box {
  background-color: #511A66;
}

.dark-blue {
  background-color: #5449A5;
}

.white-box {
  background-color: white;
}

.shadow-left {
  box-shadow: -9px 0px 14px 5px rgba(0, 0, 0, 0.13);
}

.box-shadow {
  box-shadow: 0px 0px 9px 1px rgba(131, 131, 131, 0.33);
}

.box-shadow-black {
  box-shadow: 0px 1px 25px 0px rgba(0, 0, 0, 0.7);
}

.white-txt p,
.white-txt span,
.white-txt a,
.white-txt h1,
.white-txt h2,
.white-txt h3,
.white-txt h4,
.white-txt h5,
.white-txt h6,
.white-txt li {
  color: white;
}
.white-txt p.button2,
.white-txt span.button2,
.white-txt a.button2,
.white-txt h1.button2,
.white-txt h2.button2,
.white-txt h3.button2,
.white-txt h4.button2,
.white-txt h5.button2,
.white-txt h6.button2,
.white-txt li.button2 {
  color: #010101;
}

.list-unknown li:first-child:nth-last-child(1) {
  width: 100%;
}
.list-unknown li:first-child:nth-last-child(2),
.list-unknown li:first-child:nth-last-child(2) ~ li {
  width: 50%;
}
.list-unknown li:first-child:nth-last-child(3),
.list-unknown li:first-child:nth-last-child(3) ~ li {
  width: 33.3333%;
}
.list-unknown li:first-child:nth-last-child(4),
.list-unknown li:first-child:nth-last-child(4) ~ li {
  width: 25%;
}
.list-unknown li:first-child:nth-last-child(5),
.list-unknown li:first-child:nth-last-child(5) ~ li {
  width: 20%;
}

.ml-auto {
  margin-left: auto;
}

.only-tablet {
  display: none;
}
@media (max-width: 960px) {
  .only-tablet {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}

.only-mobile {
  display: none;
}
@media (max-width: 767px) {
  .only-mobile {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 767px) {
  .only-desktop {
    display: none;
  }
}

@media (max-width: 960px) {
  .error-title img {
    max-width: 220px;
  }
}

.circle-dots-error {
  right: -50px;
  opacity: 0.5;
  top: 100px;
}
@media (max-width: 767px) {
  .circle-dots-error {
    top: 0;
    right: 0;
  }
}
.circle-dots-error img {
  width: auto;
  height: auto;
}

.error-wrap {
  width: 100%;
  height: 100vh;
  overflow-x: hidden;
  overflow-y: auto;
  background: rgb(33, 0, 49);
  background: linear-gradient(180deg, rgb(33, 0, 49) 0%, rgb(53, 0, 78) 6%, rgb(76, 0, 101) 22%, rgb(39, 0, 62) 54%, rgb(1, 1, 1) 98%);
}
.error-wrap .blured-shape1 {
  right: auto;
  left: 45%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .error-wrap .blured-shape1 {
    width: 600px;
  }
}
.error-wrap .header-logo {
  margin-bottom: 50px;
  margin-top: 100px;
}
.error-wrap .line-contact {
  top: 120px;
}
.error-wrap .triangle-hero {
  top: 30%;
}
.error-wrap .container {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  flex-direction: column;
}

.alien-right {
  position: absolute;
  right: -150px;
  bottom: 20%;
  z-index: -1;
}
@media (max-width: 1430px) {
  .alien-right {
    right: 0;
    bottom: 60px;
  }
}
@media (max-width: 960px) {
  .alien-right {
    bottom: 0;
  }
}
.alien-right img {
  max-width: 322px;
  animation: rotation2 20s infinite linear;
}
@media (max-width: 960px) {
  .alien-right img {
    max-width: 260px;
  }
}
@media (max-width: 767px) {
  .alien-right img {
    max-width: 200px;
    opacity: 0.3;
  }
}

@keyframes rotation2 {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(49deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.logo-error {
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1100px) {
  .logo-error {
    margin-top: 60px;
  }
}
.logo-error img {
  display: block;
  max-height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.error-main {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  overflow: auto;
  z-index: 1;
  position: relative;
  overflow-x: hidden;
}
.error-main .container {
  position: relative;
  z-index: 1;
}

.error-center {
  max-width: 665px;
  margin-left: auto;
  text-align: center;
  margin-right: auto;
  position: relative;
  padding: 0 0 100px;
}
@media (max-width: 1300px) {
  .error-center {
    max-width: 440px;
  }
}
@media (max-width: 960px) {
  .error-center {
    padding-bottom: 140px;
  }
}
@media (max-width: 767px) {
  .error-center {
    padding-bottom: 100px;
  }
}
.error-center .header-logo,
.error-center .error-title,
.error-center .the-content {
  position: relative;
  z-index: 1;
}
.error-center .the-content {
  margin-bottom: 20px;
  display: inline-block;
  width: 100%;
}

.title-hero {
  font-size: 120px;
  line-height: 0.7;
  margin-bottom: 20px;
  font-weight: 700;
}
@media (max-width: 1430px) {
  .title-hero {
    font-size: 80px;
  }
}
@media (max-width: 640px) {
  .title-hero {
    font-size: 80px;
  }
}

.error-text {
  margin-bottom: 20px;
}
@media (max-width: 640px) {
  .error-text {
    margin-bottom: 20px;
  }
}

.subtitle-error {
  font-weight: 500;
  margin-bottom: 15px;
  line-height: 1.3;
  font-family: "Poppins", sans-serif;
  font-size: 24px;
}
@media (max-width: 1430px) {
  .subtitle-error {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .subtitle-error {
    margin-bottom: 20px;
  }
}

.error-flex {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  max-width: 1800px;
  position: relative;
}
@media (max-width: 767px) {
  .error-flex {
    display: block;
    position: relative;
  }
}

.error-button {
  margin-top: 35px;
}

.slider-timeline:not(.slick-slider) {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  height: 200px;
  overflow: hidden;
}
.slider-timeline:not(.slick-slider) .timeline-row {
  width: 25%;
}
@media (max-width: 767px) {
  .slider-timeline:not(.slick-slider) .timeline-row {
    width: 50%;
  }
}

body .picker__select--month,
body .picker__select--year {
  padding: 0 !important;
  border: none !important;
  height: auto !important;
  margin: 0 !important;
  background: #fff;
  font-size: 15px;
  color: #000;
}

.book-meeting-form .back {
  margin-bottom: 30px;
}

.service-content {
  position: relative;
  z-index: 2;
}

body #cookie-law-info-bar {
  z-index: 99999999 !important;
  box-shadow: none !important;
  background-color: rgba(0, 0, 0, 0.831372549);
}

.no-found-small {
  text-align: center;
  padding: 20px;
}
.no-found-small i {
  font-size: 30px;
  color: #777777;
}
@media (max-width: 960px) {
  .no-found-small i {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .no-found-small i {
    font-size: 15px;
  }
}
.no-found-small p {
  margin-bottom: 0;
  font-size: 13px;
  margin-top: 10px;
}

.no-found {
  text-align: center;
  margin-top: 70px;
  background: #fff;
  padding: 30px;
  border-radius: 20px;
  border: 1px solid #d1d1d1;
}
@media (max-width: 767px) {
  .no-found {
    margin-top: 50px;
    padding: 20px;
  }
}
.no-found i {
  font-size: 70px;
  color: #777777;
}
@media (max-width: 960px) {
  .no-found i {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  .no-found i {
    font-size: 35px;
  }
}
@media (max-width: 640px) {
  .no-found i {
    font-size: 25px;
  }
}
.no-found p {
  font-size: 18px;
  margin-bottom: 0;
}
@media (max-width: 960px) {
  .no-found p {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .no-found p {
    font-size: 14px;
    margin-top: 10px;
  }
}
@media (max-width: 640px) {
  .no-found p {
    font-size: 13px;
  }
}

.wpcf7-acceptance.wpcf7-not-valid {
  border: none !important;
}
.wpcf7-acceptance.wpcf7-not-valid * {
  color: red;
}

.accordion {
  overflow: hidden;
  background: #f7f7f7;
  width: 80%;
  display: block;
  margin: 50px auto 0 auto;
}
@media (max-width: 960px) {
  .accordion {
    width: 100%;
    display: block;
    margin: 30px auto 0 auto;
  }
}
.accordion .accordion-section {
  border-top: 1px solid rgba(238, 238, 238, 0.9333333333);
}
.accordion .accordion-section:last-child {
  border-bottom: 1px solid rgba(238, 238, 238, 0.9333333333);
}
.accordion .accordion-section .accordion-section-title {
  width: 100%;
  padding: 15px;
  display: inline-block;
  transition: all linear 0.15s;
  padding: 20px 40px 20px 30px;
  position: relative;
  background: #f1f7fb;
}
@media (max-width: 960px) {
  .accordion .accordion-section .accordion-section-title {
    padding: 15px 20px 15px 30px;
  }
}
.accordion .accordion-section .accordion-section-title:hover, .accordion .accordion-section .accordion-section-title.active {
  text-decoration: none;
}
.accordion .accordion-section .accordion-section-title:after {
  content: "\f107";
  position: relative;
  font-family: "Font Awesome 5 Free";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: 900;
  font-size: 1.4rem;
  color: #511A66;
  position: absolute;
  right: 30px;
  top: 25px;
}
@media (max-width: 1300px) {
  .accordion .accordion-section .accordion-section-title:after {
    font-size: 1.2rem;
  }
}
@media (max-width: 960px) {
  .accordion .accordion-section .accordion-section-title:after {
    top: 16px;
  }
}
.accordion .accordion-section .accordion-section-title.active:after {
  content: "\f106";
}
.accordion .accordion-section:last-child .accordion-section-title {
  border-bottom: none;
}
.accordion .accordion-section .accordion-section-content {
  padding: 15px;
  display: none;
  border-top: 1px solid rgba(238, 238, 238, 0.9333333333);
  background: #fdfdfd;
}

@media screen and (max-width: 1100px) {
  .admin-bar .header-main {
    top: 32px;
  }
}
@media screen and (max-width: 782px) {
  .admin-bar .header-main {
    top: 46px;
  }
}

.section {
  padding: 120px 0;
}
@media (max-width: 1550px) {
  .section {
    padding: 90px 0;
  }
}
@media (max-width: 767px) {
  .section {
    padding: 65px 0;
  }
}
@media (max-width: 640px) {
  .section {
    padding: 45px 0;
  }
}

.tab-wrapper {
  width: 100%;
}
.tab-wrapper .tab {
  margin-bottom: 20px;
  display: none;
}
.tab-wrapper .tab.active {
  display: block;
}

.wpfda-delete-account-container button[type=submit] {
  margin-top: 0;
}

.wpfda-error span {
  display: inherit;
}

body .cli-style-v2 .cli-bar-message {
  color: #fff;
}
body #cookie-law-info-bar[data-cli-style=cli-style-v2] {
  background-color: rgba(0, 0, 0, 0.85) !important;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  display: none;
}

.search-flex {
  display: flex;
  flex-wrap: wrap;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.no-results {
  max-width: 700px;
  padding: 40px;
  background-color: white;
  margin-left: auto;
  margin-right: auto;
  margin-top: -30px;
  box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.07);
}
@media (max-width: 480px) {
  .no-results {
    padding: 30px 20px;
  }
}
.no-results p {
  margin: 0;
  font-weight: 500;
  text-align: center;
  font-size: 20px;
  line-height: 1.5;
}
@media (max-width: 480px) {
  .no-results p {
    font-size: 16px;
  }
}
.no-results h3 {
  text-align: center;
}
.no-results .search-header {
  margin-left: 0;
  margin-top: 20px;
}
@media (max-width: 960px) {
  .no-results .search-header {
    padding: 0;
    background-color: transparent;
  }
}
.no-results .search-header button {
  right: 0;
  left: auto;
}
.no-results .search-header input {
  box-sizing: border-box;
  margin-left: 0;
  padding-left: 15px;
  padding-right: 50px;
  border: 1px solid #D1D1D1;
}
.no-results .search-header input:hover, .no-results .search-header input:focus, .no-results .search-header input:active {
  border-color: #511A66;
}

.search-item {
  width: 100%;
  padding: 30px 0;
  border-top: 1px solid #F0E9DF;
  display: flex;
}
.search-item:first-child {
  padding-top: 0;
  border-top: none;
}
.search-item .cover {
  width: 180px;
  height: 180px;
  border: 1px solid #F0E9DF;
}
@media (max-width: 767px) {
  .search-item .cover {
    width: 120px;
    height: 120px;
  }
}
@media (max-width: 480px) {
  .search-item .cover {
    width: 90px;
    height: 90px;
  }
}
@media (max-width: 350px) {
  .search-item .cover {
    width: 60px;
    height: 60px;
  }
}
.search-item .text-content {
  width: calc(100% - 180px);
  padding-left: 20px;
  padding-top: 20px;
}
@media (max-width: 767px) {
  .search-item .text-content {
    width: calc(100% - 120px);
  }
}
@media (max-width: 480px) {
  .search-item .text-content {
    width: calc(100% - 90px);
    padding-left: 10px;
    padding-top: 10px;
  }
}
@media (max-width: 350px) {
  .search-item .text-content {
    width: calc(100% - 70px);
    padding-left: 5px;
    padding-top: 5px;
  }
}
.search-item h3 {
  margin-bottom: 10px;
}
@media (max-width: 480px) {
  .search-item h3 {
    font-size: 18px;
    margin-bottom: 5px;
  }
}
@media (max-width: 350px) {
  .search-item p {
    margin-top: 0;
  }
}

body .cc-close.cc-closeXcustomText {
  text-decoration: none !important;
}

body .otgs-development-site-front-end {
  display: none !important;
}

.sidebar-user {
  background-color: #511a66;
}

.meter {
  box-sizing: content-box;
  height: 20px; /* Can be anything */
  position: relative;
  margin: 20px 0 20px 0; /* Just for demo spacing */
  background: #ffffff;
  border-radius: 25px;
  padding: 10px;
  box-shadow: inset 0 -1px 1px rgba(255, 255, 255, 0.3);
  display: none;
}
.meter.active {
  display: block;
}
.meter > span {
  display: block;
  height: 100%;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  background-color: rgb(43, 194, 83);
  background-image: linear-gradient(center bottom, rgb(43, 194, 83) 37%, rgb(84, 240, 84) 69%);
  box-shadow: inset 0 2px 9px rgba(255, 255, 255, 0.3), inset 0 -2px 6px rgba(0, 0, 0, 0.4);
  position: relative;
  overflow: hidden;
}
.meter > span:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  z-index: 1;
  background-size: 50px 50px;
  animation: move 2s linear infinite;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  overflow: hidden;
}
.meter.purple > span {
  background-image: linear-gradient(#78428b, #78428b);
}

@keyframes move {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 50px 50px;
  }
}
.free_check.block {
  position: relative;
}
.free_check.block::before {
  content: "";
  width: 100%;
  height: 100%;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #fff;
  opacity: 0.7;
  cursor: not-allowed;
  border-radius: 60px;
  z-index: 99;
}
@media (max-width: 960px) {
  .free_check.block::before {
    border-radius: 0;
  }
}

.bottom-insert-services .meter {
  display: none;
}
.bottom-insert-services.loading .meter {
  display: block;
}
.bottom-insert-services.loading .insert-services {
  display: none;
}

.chkbx-toggle {
  display: none;
}
.chkbx-toggle + label .icon {
  position: relative;
  cursor: pointer;
  outline: none;
  -moz-user-select: -moz-none;
  -webkit-user-select: none;
  user-select: none;
  width: 42px;
  height: 24px;
  background-color: #c7c8c8;
  border-radius: 60px;
  transition: background 0.4s;
}
@media (max-width: 767px) {
  .chkbx-toggle + label .icon {
    width: 38px;
    height: 18px;
  }
}
.chkbx-toggle + label .icon::before, .chkbx-toggle + label .icon::after {
  content: "";
  display: block;
  position: absolute;
}
.chkbx-toggle + label .icon::before {
  right: 1px;
  left: 1px;
  top: 1px;
  bottom: 1px;
  background-color: #c7c8c8;
  border-radius: 60px;
  transition: background 0.4s;
}
.chkbx-toggle + label .icon::after {
  top: 3px;
  left: 4px;
  width: 18px;
  height: 18px;
  background-color: #fff;
  border-radius: 100%;
  /* box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3); */
  transition: transform 0.4s;
}
@media (max-width: 767px) {
  .chkbx-toggle + label .icon::after {
    top: 2px;
    left: 3px;
    width: 14px;
    height: 14px;
  }
}

.chkbx-toggle:checked + label .icon {
  background-color: #511A66;
}

.chkbx-toggle:checked + label .icon::before {
  background-color: #511A66;
}

.chkbx-toggle:checked + label .icon::after {
  transform: translateX(17px);
  left: 4px;
}

.chkbx-toggle:disabled + label .icon {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
  cursor: default;
}

.woocommerce-order-received .woocommerce-order-details {
  display: none;
}

.blockUI.blockOverlay:before {
  content: "";
  width: 100%;
  height: 100%;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url(images/loading-gif.gif);
  background-size: 300px;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  top: 0;
}

.woocommerce-order .woocommerce-customer-details {
  display: none;
}

.downloadpdf {
  position: relative;
}
.downloadpdf.loading {
  color: transparent !important;
}
.downloadpdf.loading:before {
  content: "";
  width: 100%;
  height: 100%;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url(images/loading-gif.gif);
  background-size: 300px;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  top: 0;
}

ul.payment_methods li[class*=payment_method] > input[name=payment_method] + label,
ul.payment_methods li[class*=payment_method] > input[name=payment_method] + label[for=payment_method_revolut_cc] {
  vertical-align: middle !important;
}
ul.payment_methods li[class*=payment_method] > input[name=payment_method] + label img,
ul.payment_methods li[class*=payment_method] > input[name=payment_method] + label[for=payment_method_revolut_cc] img {
  vertical-align: middle !important;
}

.revolut-payment-method-save input[type=checkbox] {
  width: 20px !important;
}
.revolut-payment-method-save label {
  width: calc(100% - 20px) !important;
}

.add-product-credits .red-flag {
  position: absolute;
  left: 0px;
  top: 9px;
  background: red;
  color: #fff;
  opacity: 1;
  font-size: 10px !important;
  padding: 3px 7px;
}
@media (max-width: 767px) {
  .add-product-credits .red-flag {
    font-size: 9px !important;
    padding: 3px 7px;
  }
}
.add-product-credits .red-flag * {
  font-size: 10px !important;
}
@media (max-width: 767px) {
  .add-product-credits .red-flag * {
    font-size: 9px !important;
  }
}

#smartbill_billing_type_field .woocommerce-input-wrapper {
  position: relative;
}
#smartbill_billing_type_field .woocommerce-input-wrapper:after {
  content: "";
  display: block;
  position: absolute;
  right: 20px;
  top: 23px;
  background-image: url("images/svg/select.svg");
  background-repeat: no-repeat;
  background-position: center;
  width: 12px;
  height: 7px;
}
@media (max-width: 960px) {
  #smartbill_billing_type_field .woocommerce-input-wrapper:after {
    top: 20px;
  }
}
@media (max-width: 640px) {
  #smartbill_billing_type_field .woocommerce-input-wrapper:after {
    right: 16px;
    top: 17px;
    width: 9px;
    background-size: contain;
    height: 7px;
  }
}

.woocommerce-validated small.cev_inline_code_sent {
  font-size: 90%;
  padding: 10px 0;
  display: inline-block;
}

button.verify_account_email_chekout_page {
  background: #000000;
}
@media (max-width: 640px) {
  button.verify_account_email_chekout_page {
    width: 100%;
    margin-bottom: 14px;
  }
}

.cev_pro_chekout_button {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.a_cev_resend_checkout,
.resend_verification_code_inline_chekout_user {
  text-decoration: underline;
}
@media (max-width: 640px) {
  .a_cev_resend_checkout,
  .resend_verification_code_inline_chekout_user {
    font-size: 12px;
  }
}
.a_cev_resend_checkout:before,
.resend_verification_code_inline_chekout_user:before {
  content: "\f01e";
  font-family: "Font Awesome 5 Free";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: 900;
  width: 13px;
  height: 11px;
  display: inline-block;
  margin-right: 4px;
  font-size: 13px;
  color: #4f4f4f;
}

.a_cev_resend_checkout {
  opacity: 0.5;
  cursor: not-allowed;
}

.woocommerce-checkout-payment .place-order {
  padding-top: 20px;
}

.header-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 333;
}
@media (max-width: 960px) {
  .header-flex {
    padding: 10px 0;
  }
}

@media (max-width: 960px) {
  .header-right {
    display: none;
  }
}

.header-menu {
  margin-left: auto;
}
@media (max-width: 960px) {
  .header-menu {
    display: none;
  }
}
.header-menu ul {
  display: flex;
}
.header-menu li {
  padding: 25px 0;
  position: relative;
  margin: 0 25px;
}
@media (max-width: 1550px) {
  .header-menu li {
    font-size: 14px;
  }
}
@media (max-width: 960px) {
  .header-menu li {
    padding: 15px;
  }
}
.header-menu li::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.header-menu li.current_page_item::before {
  background: #010101;
}
.header-menu a {
  color: #010101;
  font-weight: 600;
}
@media (max-width: 1430px) {
  .header-menu a {
    font-size: 14px;
  }
}
.header-menu a:hover {
  text-decoration: none;
  opacity: 0.6;
}

.menu-btn {
  display: none;
  position: relative;
  z-index: 333;
  margin-left: 0;
}
@media (max-width: 960px) {
  .menu-btn {
    display: block;
  }
}
.menu-btn a {
  background-color: rgba(255, 255, 255, 0.137);
}

a.menu-trigger {
  display: flex;
  align-items: center;
  border-radius: 6px;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition-timing-function: ease;
  line-height: 1;
  font-weight: 600;
  height: 36px;
  padding: 0 10px;
  margin-right: 0;
  background-color: rgba(0, 0, 0, 0.73);
}
a.menu-trigger span:not(.hamburger) {
  display: block;
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
}
a.menu-trigger:hover {
  text-decoration: none;
}

.header-mobile {
  position: fixed;
  right: -280px;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition-timing-function: ease;
  height: 100%;
  width: 280px;
  z-index: 999999;
  top: 0;
  background: rgb(33, 0, 49);
  background: linear-gradient(180deg, rgb(33, 0, 49) 0%, rgb(53, 0, 78) 6%, rgb(76, 0, 101) 22%, rgb(39, 0, 62) 54%, rgb(1, 1, 1) 98%);
  padding: 25px 0;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  text-align: center;
  -webkit-transform: translate3d(0, 0, 0);
}
.header-mobile .menu ul a {
  color: white;
}
.header-mobile .sub-menu {
  margin-bottom: 0;
}

.header-mobile-top {
  height: 100%;
}
.header-mobile-top .flex-column {
  justify-content: space-between;
  height: 100%;
}
.header-mobile-top ul li a {
  display: inline-block;
  width: 100%;
  color: white;
  padding: 15px 20px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.header-mobile-top ul li a:hover {
  text-decoration: none;
}
.header-mobile-top ul li .sub-menu {
  display: none;
  background: #031b31;
}
.header-mobile-top ul li .toggle-submenu {
  width: 40px;
  height: 50px;
  position: absolute;
  right: 0;
  color: #fff;
  line-height: 50px;
  text-align: center;
  z-index: 2;
}

.logo-mobile {
  text-align: center;
  padding-bottom: 35px;
}
.logo-mobile img {
  width: 150px;
  height: auto;
}

.hamburger {
  width: 20px;
  height: 1px;
  background: white;
  transition: 0.2s ease-out all 0.2s;
  position: relative;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}
.hamburger:before, .hamburger:after {
  content: "";
  position: absolute;
  width: 20px;
  border-bottom: 1px solid white;
  left: 0;
  transition: 0.2s top 0.2s, 0.2s transform;
}
.hamburger:before {
  top: -7px;
}
.hamburger:after {
  top: 7px;
}

.close-menu {
  position: fixed;
  z-index: -2;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100vh;
  height: 100vh;
  left: 0;
  top: 0;
  opacity: 0;
}

body.woocommerce-account .close-menu {
  transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  -webkit-transition-timing-function: ease;
  width: 0;
  height: 0;
  display: none;
  opacity: 1;
  position: absolute;
}
body.woocommerce-account.sidebar-open .close-menu {
  z-index: 222;
  left: auto;
  top: 0;
  right: 0;
  display: block;
  width: 100%;
  height: 100vh;
}

.menu-open {
  left: -280px;
  position: relative;
}
.menu-open .header-mobile {
  right: 0;
}
.menu-open .header {
  left: -280px;
}
.menu-open .close-menu {
  z-index: 222;
  opacity: 1;
}
.menu-open .hamburger3 {
  background-color: rgba(0, 0, 0, 0) !important;
}
.menu-open .hamburger3:before, .menu-open .hamburger3:after {
  top: 50%;
  bottom: auto;
  transition: 0.2s top, 0.2s transform 0.2s;
  left: 0;
}
.menu-open .hamburger3::before {
  transform: rotate(45deg);
}
.menu-open .hamburger3:after {
  transform: rotate(135deg);
}

.compensate-for-scrollbar {
  margin-right: 0 !important;
}

.header {
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition-timing-function: ease;
  top: 0;
  position: fixed;
  width: 100%;
  z-index: 3;
  left: 0;
  background-color: #C8C8C8;
}
@media (max-width: 640px) {
  .header .header-language-selector {
    display: none;
  }
}
@media (max-width: 640px) {
  .header .header-search {
    display: none !important;
  }
}
.header img.logo-normal {
  display: block;
}
.header img.logo-white {
  display: none;
}

.wpml-ls-legacy-dropdown .wpml-ls-current-language:hover > a,
.wpml-ls-legacy-dropdown a:focus,
.wpml-ls-legacy-dropdown a:hover {
  background: #511A66;
  color: white;
}

img.normal-img {
  display: block;
}

img.scroll-img {
  display: none;
}

header.on-scroll-up {
  background-color: white !important;
  box-shadow: 0 0 3px #e0e0e0 !important;
  top: 0;
  z-index: 33;
}
header.on-scroll-up.header .wpml-ls-legacy-dropdown a {
  color: white;
}
header.on-scroll-up img.scroll-img {
  display: block !important;
}
header.on-scroll-up img.normal-img {
  display: none;
}
header.on-scroll-up .header-menu a {
  color: #02172b;
}
header.on-scroll-up .header-right a {
  background-color: #511A66;
  color: white;
}
header.on-scroll-up .header-right a:hover {
  color: white;
}
header.on-scroll-up a.menu-trigger {
  background-color: #010101;
}

header.scroll {
  top: -100px;
}

.header-top {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 6;
}

.header-logo {
  line-height: 1;
}
.header-logo a {
  display: block;
}
.header-logo a img {
  width: auto;
  height: auto;
}
@media (max-width: 767px) {
  .header-logo a img {
    max-height: 50px;
  }
}
@media (max-width: 640px) {
  .header-logo a img {
    max-height: 40px;
  }
}

.header-menu .menu_header {
  margin-left: -20px;
  margin-right: -20px;
}
.header-menu .menu_header > li.menu-item-has-children {
  padding-right: 20px;
}
.header-menu .menu_header > li.menu-item-has-children > a {
  position: relative;
}
.header-menu .menu_header > li.menu-item-has-children > a:after {
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: 900;
  width: 13px;
  height: 11px;
  display: inline-block;
  position: absolute;
  top: 10px;
  margin-left: 7px;
  font-size: 8px;
  opacity: 0.9;
  color: #fff;
}
.header-menu .menu_header > li.menu-item-has-children:hover .sub-menu {
  display: block;
}
.header-menu .menu_header .sub-menu {
  position: absolute;
  display: none;
  background-color: #091829;
  z-index: 33;
  top: 100%;
  left: -10px;
  width: 180px;
}
.header-menu .menu_header .sub-menu:before {
  content: "";
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #3a506a;
  top: -7px;
  position: absolute;
  left: 30px;
}
.header-menu .menu_header .sub-menu li {
  padding: 0;
}
.header-menu .menu_header .sub-menu li:last-child {
  border-bottom: none;
}
.header-menu .menu_header .sub-menu li a {
  width: 100%;
  padding: 9px 12px;
  font-size: 13px;
  display: inline-block;
}
@media (max-width: 1430px) {
  .header-menu .menu_header .sub-menu li a {
    font-size: 12px;
  }
}
.header-menu .menu_header .sub-menu li a:hover {
  opacity: 0.5;
}

header.on-scroll-up .header-menu .menu_header > li.menu-item-has-children > a:after {
  color: #02172b;
}
header.on-scroll-up .header-menu .menu_header .sub-menu {
  background-color: #fff;
}
header.on-scroll-up .header-menu .menu_header .sub-menu:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
}
header.on-scroll-up .header-menu .menu_header .sub-menu li a {
  color: #02172b;
}

.footer {
  background-color: #C8C8C8;
  position: relative;
  z-index: 1;
}
.footer .footer-bottom-right p,
.footer .menu-footer a,
.footer .contact-list a {
  color: #010101;
  opacity: 0.6;
  font-size: 15px;
}
@media (max-width: 960px) {
  .footer .footer-bottom-right p,
  .footer .menu-footer a,
  .footer .contact-list a {
    font-size: 14px;
  }
}
@media (max-width: 640px) {
  .footer .footer-bottom-right p,
  .footer .menu-footer a,
  .footer .contact-list a {
    font-size: 13px;
  }
}
@media (max-width: 480px) {
  .footer .footer-bottom-right p,
  .footer .menu-footer a,
  .footer .contact-list a {
    font-size: 12px;
  }
}
.footer .footer-bottom-right p,
.footer .footer-bottom-left a {
  font-size: 14px;
}
@media (max-width: 960px) {
  .footer .footer-bottom-right p,
  .footer .footer-bottom-left a {
    font-size: 13px;
  }
}
@media (max-width: 640px) {
  .footer .footer-bottom-right p,
  .footer .footer-bottom-left a {
    font-size: 11px;
  }
}
@media (max-width: 960px) {
  .footer .flex-logos {
    justify-content: center;
  }
}
.footer .flex-logos .item {
  max-width: 153px;
  margin: 5px 5px 5px 0;
}
@media (max-width: 1550px) {
  .footer .flex-logos .item {
    max-width: 136px;
  }
}
.footer .flex-logos .item img {
  width: auto;
  height: auto;
}

.footer-top {
  padding: 110px 0 80px;
}

.footer-flex {
  padding-top: 110px;
  position: relative;
}
@media (max-width: 1430px) {
  .footer-flex {
    padding-top: 80px;
  }
}
@media (max-width: 960px) {
  .footer-flex {
    padding-top: 60px;
  }
}
@media (max-width: 767px) {
  .footer-flex {
    padding-top: 50px;
  }
}
@media (max-width: 640px) {
  .footer-flex {
    padding-top: 40px;
  }
}
.footer-flex::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.1);
  top: 0;
}
@media (max-width: 960px) {
  .footer-flex {
    flex-wrap: wrap;
  }
}
@media (max-width: 960px) {
  .footer-flex .col_30:first-child {
    width: 100%;
    text-align: center;
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .footer-flex .col_30:first-child {
    margin-bottom: 30px;
  }
}
@media (max-width: 640px) {
  .footer-flex .col_30:first-child {
    margin-bottom: 25px;
  }
}
@media (max-width: 960px) {
  .footer-flex .contact-last,
  .footer-flex .col_20 {
    width: 50%;
    text-align: center;
    margin-bottom: 40px;
  }
}
@media (max-width: 640px) {
  .footer-flex .contact-last,
  .footer-flex .col_20 {
    width: 100%;
    margin-bottom: 25px;
  }
}

.menu-footer a:hover,
.contact-list a:hover {
  text-decoration: none;
  opacity: 0.5;
}

.footer-bottom-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px 0;
  margin-top: 50px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
@media (max-width: 960px) {
  .footer-bottom-flex {
    padding: 20px 0;
    margin-top: 20px;
    display: block;
    text-align: center;
  }
  .footer-bottom-flex ul {
    justify-content: center;
    margin-bottom: 10px;
  }
}
@media (max-width: 640px) {
  .footer-bottom-flex {
    margin-top: 0;
  }
  .footer-bottom-flex ul {
    margin-bottom: 2px;
  }
}

.footer-bottom-left ul {
  display: flex;
}
.footer-bottom-left li {
  padding-left: 10px;
  margin-left: 10px;
  position: relative;
}
@media (max-width: 960px) {
  .footer-bottom-left li {
    padding-left: 7px;
    margin-left: 6px;
  }
}
.footer-bottom-left li:first-child {
  padding-left: 0;
  margin-left: 0;
}
.footer-bottom-left li:first-child::before {
  display: none;
}
.footer-bottom-left li::before {
  content: "|";
  position: absolute;
  left: 0;
  top: 0;
  color: #010101;
}
@media (max-width: 640px) {
  .footer-bottom-left li::before {
    font-size: 10px;
    top: 2px;
  }
}

@media (max-width: 640px) {
  .col_20 .menu-footer {
    display: flex;
    /* align-items: center; */
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: row;
  }
  .col_20 .menu-footer li {
    margin: 3px 5px !important;
  }
}

#menu-footer-menu-1 li {
  margin-top: 14px;
}
@media (max-width: 640px) {
  #menu-footer-menu-1 li {
    margin-top: 8px;
  }
}
#menu-footer-menu-1 li:first-child {
  margin-top: 0;
}
@media (max-width: 767px) {
  #menu-footer-menu-1 li a {
    font-size: 14px;
  }
}
@media (max-width: 640px) {
  #menu-footer-menu-1 li a {
    font-size: 13px;
  }
}
@media (max-width: 480px) {
  #menu-footer-menu-1 li a {
    font-size: 12px;
  }
}

.about-footer {
  margin: 20px 0;
}
@media (max-width: 960px) {
  .about-footer {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 640px) {
  .about-footer {
    max-width: 100%;
    margin-bottom: 10px;
    margin-top: 10px;
  }
}
.about-footer p {
  font-size: 15px;
}
@media (max-width: 767px) {
  .about-footer p {
    font-size: 14px;
  }
}
@media (max-width: 640px) {
  .about-footer p {
    margin-bottom: 0;
    font-size: 13px;
  }
}

.footer-top-right form {
  max-width: 440px;
}
@media (max-width: 767px) {
  .footer-top-right form {
    max-width: 360px;
    margin: 0 auto;
  }
}
.footer-top-right .container {
  position: relative;
  z-index: 1;
}

.fa-tiktok:before {
  content: "\e07b";
}

.col_20.mla {
  margin-left: auto;
}

.title-footer {
  color: #010101;
  font-size: 22px;
  font-weight: 600;
  line-height: 1;
  display: block;
  margin-top: 0;
  margin-bottom: 25px;
}
@media (max-width: 1650px) {
  .title-footer {
    font-size: 20px;
  }
}
@media (max-width: 1430px) {
  .title-footer {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .title-footer {
    margin-bottom: 10px;
    font-size: 16px;
  }
}
@media (max-width: 640px) {
  .title-footer {
    font-size: 14px;
    margin-bottom: 6px;
  }
}
@media (max-width: 480px) {
  .title-footer {
    font-size: 13px;
  }
}

a {
  cursor: pointer;
}

.wpcf7-spinner {
  height: 24px !important;
  margin-top: 14px;
}

.wpml-ls-legacy-list-horizontal.wpml-ls-statics-footer {
  display: none;
}

@media (max-width: 640px) {
  .footer .social-footer a {
    height: 20px;
  }
}

.social-footer {
  display: flex;
  margin-left: -10px;
  margin-right: -10px;
}
@media (max-width: 960px) {
  .social-footer {
    justify-content: center;
  }
}
.social-footer li {
  padding: 10px;
}
@media (max-width: 767px) {
  .social-footer li {
    padding: 8px;
  }
}
.social-footer a {
  color: #010101;
}
@media (max-width: 640px) {
  .social-footer a {
    width: 35px;
    height: 35px;
  }
}
.social-footer a:hover {
  opacity: 0.4;
  text-decoration: none;
}

.logo-footer {
  max-width: 220px;
}
@media (max-width: 960px) {
  .logo-footer {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  .logo-footer {
    max-width: 200px;
  }
}
@media (max-width: 640px) {
  .logo-footer {
    max-width: 180px;
  }
}
.logo-footer img {
  width: auto;
  height: auto;
}

.footer-bottom a,
.footer-bottom p {
  font-size: 14px;
}
@media (max-width: 960px) {
  .footer-bottom a,
  .footer-bottom p {
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .footer-bottom a,
  .footer-bottom p {
    font-size: 12px;
  }
}
@media (max-width: 640px) {
  .footer-bottom a,
  .footer-bottom p {
    font-size: 10px;
  }
}
.footer-bottom p {
  margin: 0;
}

.contact-list li,
.contact-list a {
  color: white;
  font-weight: 500;
  font-size: 15px;
}
@media (max-width: 960px) {
  .contact-list li,
  .contact-list a {
    font-size: 14px;
  }
}
.contact-list li {
  margin-bottom: 15px;
}
@media (max-width: 640px) {
  .contact-list li {
    margin-bottom: 10px;
  }
}

.circle-dots {
  position: absolute;
}
@media (max-width: 1100px) {
  .circle-dots {
    width: 170px;
  }
}
.circle-dots img {
  max-width: 100% !important;
  width: auto;
  height: auto;
}

.circle-dots-hero {
  position: absolute;
  top: -60px;
  left: -150px;
}
.circle-dots-hero img {
  width: auto;
  height: auto;
}
@media (max-width: 1100px) {
  .circle-dots-hero {
    left: -50px;
    top: -50px;
  }
}

.path-logo,
.circle-shape,
.square-dots {
  position: absolute;
}
.path-logo img,
.circle-shape img,
.square-dots img {
  width: auto;
  height: auto;
}

.section-about1 .image-centered .square-dots img {
  width: auto;
  height: auto;
}
@media (max-width: 1100px) {
  .section-about1 .image-centered .square-dots img {
    max-width: 120px;
  }
}

.path-logo {
  right: auto;
  left: 120px;
  top: -70px;
}
.path-logo img {
  width: auto;
  height: auto;
}

.path-hero {
  top: -130px;
  right: 190px;
  left: auto;
}
@media (max-width: 1430px) {
  .path-hero {
    right: 50px;
    width: 300px;
  }
}
@media (max-width: 640px) {
  .path-hero {
    display: none;
    right: 0;
    width: 240px;
    top: -40px;
  }
}
.path-hero img {
  width: auto;
  height: auto;
}

.circle-hero {
  left: 100px;
  top: 40%;
}
@media (max-width: 1100px) {
  .circle-hero {
    left: 50px;
    top: 39%;
    width: 70px;
  }
}
.circle-hero img {
  width: auto;
  height: auto;
}

.dots-image-right {
  position: absolute;
  right: 0;
  top: 0;
}
.dots-image-right img {
  width: auto;
  height: auto;
}
@media (max-width: 1100px) {
  .dots-image-right {
    right: 80px;
  }
  .dots-image-right img {
    width: 170px;
  }
}
@media (max-width: 819px) {
  .dots-image-right {
    right: 30%;
  }
  .dots-image-right img {
    width: 120px;
  }
}

.blured-shape1 {
  position: absolute;
  right: -110px;
  top: -260px;
  opacity: 0.4;
  max-width: 1200px;
}
.blured-shape1 img {
  width: auto;
  height: auto;
}
@media (max-width: 1430px) {
  .blured-shape1 {
    max-width: 900px;
  }
}
@media (max-width: 1100px) {
  .blured-shape1 {
    max-width: 600px;
    right: 0;
    top: -50px;
  }
}

.dots-text-left {
  left: 30px;
  top: 90px;
  z-index: 1;
}
.dots-text-left img {
  width: auto;
  height: auto;
}
@media (max-width: 1430px) {
  .dots-text-left {
    left: -30px;
  }
  .dots-text-left img {
    width: 150px;
  }
}
@media (max-width: 819px) {
  .dots-text-left {
    top: -30px;
    left: -10px;
  }
  .dots-text-left img {
    width: 100px;
  }
}

.hero-home {
  background-color: #F3F4F4;
  padding: 164px 0 130px;
}
@media (max-width: 1550px) {
  .hero-home {
    padding-bottom: 110px;
  }
}
@media (max-width: 1430px) {
  .hero-home {
    padding-bottom: 60px;
  }
}
@media (max-width: 640px) {
  .hero-home {
    padding-top: 120px;
    padding-bottom: 40px;
  }
}
@media (max-width: 480px) {
  .hero-home {
    padding-top: 110px;
  }
}

.hero-centered {
  max-width: 620px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  position: relative;
  z-index: 1;
}

.info-box {
  opacity: 0.5;
  font-size: 13px;
}
@media (max-width: 1100px) {
  .info-box {
    font-size: 12px;
  }
}
@media (max-width: 640px) {
  .info-box {
    display: none;
  }
}

@media (max-width: 480px) {
  .hero-check .flex {
    display: block;
  }
}
.hero-check input,
.hero-check select {
  margin: 0;
}
.hero-check form {
  background-color: white;
  border-radius: 60px;
  padding: 20px;
  position: relative;
  z-index: 1;
  box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.1);
}
@media (max-width: 1430px) {
  .hero-check form {
    padding: 12px 24px;
  }
}
@media (max-width: 480px) {
  .hero-check form {
    padding: 0;
    box-shadow: none;
    background-color: transparent;
    border-radius: 10px;
  }
}
.hero-check label {
  display: block;
  width: 100%;
}
.hero-check button {
  display: block;
  font-size: 18px;
  white-space: nowrap;
}
@media (max-width: 1430px) {
  .hero-check button {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .hero-check button {
    width: 100%;
    font-size: 14px;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.hero-check input {
  padding-left: 20px;
  border: none;
}
@media (max-width: 480px) {
  .hero-check input {
    border: 1px solid #D1D1D1;
    margin-bottom: 10px;
    height: 54px;
    padding-top: 0;
    padding-bottom: 0;
  }
}
.hero-check input[type=text] {
  text-align: center;
}

.phone-input {
  position: relative;
  /*&::before{
  	content: '';
  	display: block;
  	position: absolute;
  	left:25px;width: 13px;
  	height: 24px;
  	background-image: url('images/svg/phone.svg');
  	background-repeat: no-repeat;
  	background-size: contain;
  	z-index: 1;
  	top: 50%;
  	transform: translateY(-50%);
  	margin-top: -5px;
  }*/
}
.phone-input input {
  padding-left: 20px;
}

.hero-steps {
  display: flex;
  margin-left: -15px;
  margin-right: -15px;
  margin-top: 100px;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .hero-steps {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .hero-steps {
    margin-top: 30px;
  }
}
@media (max-width: 480px) {
  .hero-steps {
    margin-top: 15px;
  }
}

.hero-step {
  width: 33.333%;
  padding: 15px;
  counter-increment: my-counter;
}
@media (max-width: 767px) {
  .hero-step {
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 15px;
  }
}
@media (max-width: 640px) {
  .hero-step {
    margin-top: 10px;
  }
}

.step-title {
  font-size: 20px;
  font-weight: 600;
  max-width: 280px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  line-height: 1.4;
  position: relative;
  z-index: 1;
  text-align: center;
}
@media (max-width: 1550px) {
  .step-title {
    font-size: 18px;
  }
}
@media (max-width: 1100px) {
  .step-title {
    font-size: 15px;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .step-title {
    text-align: left;
    padding-left: 130px;
    margin-left: 0;
    max-width: 100%;
    font-size: 15px;
  }
}
@media (max-width: 480px) {
  .step-title {
    font-size: 14px;
    padding-left: 70px;
    margin: 0;
    font-weight: 500;
  }
}

.step-box {
  background-color: white;
  border-radius: 20px;
  padding: 0 24px 30px;
  border: 1px solid #F0E9DF;
  height: 100%;
  position: relative;
  bottom: 0;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition-timing-function: ease;
}
@media (max-width: 1100px) {
  .step-box {
    padding: 0 20px 25px;
  }
}
@media (max-width: 767px) {
  .step-box {
    padding: 25px;
    min-height: 150px;
  }
}
@media (max-width: 480px) {
  .step-box {
    padding: 20px;
    min-height: 90px;
    border-radius: 10px;
    display: flex;
    align-items: center;
  }
}
.step-box:hover {
  bottom: 20px;
}
@media (max-width: 767px) {
  .step-box:hover {
    bottom: 0;
  }
}
.step-box::before {
  content: counter(my-counter, decimal-leading-zero);
  display: block;
  position: absolute;
  bottom: 10px;
  right: 10px;
  font-size: 90px;
  font-weight: 700;
  opacity: 0.03;
  line-height: 0.8;
}
@media (max-width: 480px) {
  .step-box::before {
    font-size: 64px;
  }
}

.step-image {
  display: block;
  margin-left: auto;
  margin-right: auto;
  height: 224px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: -77px;
}
@media (max-width: 1550px) {
  .step-image {
    height: 170px;
  }
}
@media (max-width: 1430px) {
  .step-image {
    height: 120px;
  }
}
@media (max-width: 767px) {
  .step-image {
    height: 100px;
    width: 100px;
    margin: 0;
    position: absolute;
    left: 25px;
  }
}
@media (max-width: 480px) {
  .step-image {
    height: 53px;
    width: 70px;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
  }
}
.step-image img {
  max-height: 100%;
  width: auto;
  height: auto;
  image-rendering: -o-crisp-edges;
  image-rendering: pixelated;
  -ms-interpolation-mode: nearest-neighbor;
}

.hero-centered-text {
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}
@media (max-width: 1550px) {
  .hero-centered-text {
    max-width: 100%;
  }
}
.hero-centered-text h1 {
  margin-bottom: 0;
}
@media (max-width: 1430px) {
  .hero-centered-text h1 {
    font-size: 36px;
  }
}
@media (max-width: 640px) {
  .hero-centered-text h1 {
    display: none;
  }
}
@media (max-width: 480px) {
  .hero-centered-text h1 {
    font-size: 28px;
  }
}
.hero-centered-text p {
  margin: 0;
}
@media (max-width: 640px) {
  .hero-centered-text p {
    font-size: 17px;
    line-height: 1.4;
    font-weight: 600;
  }
}

.section-about1 .image-centered img {
  width: auto;
  height: auto;
  max-width: 440px;
}
@media (max-width: 1430px) {
  .section-about1 .image-centered img {
    max-width: 320px;
  }
}
@media (max-width: 1100px) {
  .section-about1 .image-centered img {
    max-width: 290px;
  }
}
@media (max-width: 767px) {
  .section-about1 .image-centered img {
    max-width: 250px;
  }
}
@media (max-width: 480px) {
  .section-about1 .image-centered img {
    max-width: 220px;
  }
}

.text-box {
  max-width: 474px;
}
@media (max-width: 819px) {
  .text-box {
    max-width: 100%;
  }
}
.text-box .button1,
.text-box .button2 {
  margin-top: 30px;
}
@media (max-width: 1100px) {
  .text-box .button1,
  .text-box .button2 {
    margin-top: 15px;
  }
}
.text-box p,
.text-box span,
.text-box li,
.text-box a {
  font-size: 16px;
}
@media (max-width: 1430px) {
  .text-box p,
  .text-box span,
  .text-box li,
  .text-box a {
    font-size: 15px;
  }
}
@media (max-width: 960px) {
  .text-box p,
  .text-box span,
  .text-box li,
  .text-box a {
    font-size: 14px;
  }
}
@media (max-width: 640px) {
  .text-box p,
  .text-box span,
  .text-box li,
  .text-box a {
    font-size: 13px;
  }
}

.image-centered {
  position: relative;
  text-align: center;
}
.image-centered img {
  width: auto;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
  image-rendering: -o-crisp-edges;
  image-rendering: pixelated;
  -ms-interpolation-mode: nearest-neighbor;
}

.flex-image-text {
  align-items: center;
}
@media (max-width: 819px) {
  .flex-image-text {
    display: block;
  }
  .flex-image-text .col_50 {
    width: 100%;
    text-align: center;
  }
}
.flex-image-text.row-reverse .text-box {
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 819px) {
  .flex-image-text img {
    max-width: 320px;
  }
}
@media (max-width: 480px) {
  .flex-image-text img {
    max-width: 240px;
  }
}
@media (max-width: 819px) {
  .flex-image-text .text-box {
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
  }
}

.gradient-purple .title-style p:first-child {
  color: #fff;
}

.gradient-purple {
  margin-left: auto;
  margin-right: auto;
  border-radius: 20px;
  padding: 185px 0 40px;
  position: relative;
}
@media (max-width: 1550px) {
  .gradient-purple {
    padding: 120px 0 0;
  }
}
@media (max-width: 1430px) {
  .gradient-purple {
    padding-top: 80px;
  }
}
@media (max-width: 480px) {
  .gradient-purple {
    padding-top: 70px;
  }
}
.gradient-purple .flex-image-text,
.gradient-purple .section-icons-small {
  position: relative;
  z-index: 1;
}
@media (max-width: 1430px) {
  .gradient-purple .flex-image-text,
  .gradient-purple .section-icons-small {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 480px) {
  .gradient-purple .flex-image-text,
  .gradient-purple .section-icons-small {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.gradient-purple:after {
  content: "";
  display: block;
  position: absolute;
  left: 100px;
  width: calc(100% - 200px);
  height: 100%;
  background: rgb(33, 0, 49);
  background: linear-gradient(180deg, rgb(33, 0, 49) 0%, rgb(53, 0, 78) 6%, rgb(76, 0, 101) 22%, rgb(39, 0, 62) 54%, rgb(1, 1, 1) 98%);
  border-radius: 20px;
  top: 0;
}
@media (max-width: 1650px) {
  .gradient-purple:after {
    width: calc(100% - 60px);
    left: 30px;
  }
}
@media (max-width: 767px) {
  .gradient-purple:after {
    width: 100%;
    left: 0;
    border-radius: 0;
  }
}
.gradient-purple::before {
  content: "";
  z-index: 0;
  display: block;
  position: absolute;
  left: 100px;
  width: calc(100% - 200px);
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 20px;
  top: 0;
}
@media (max-width: 1650px) {
  .gradient-purple::before {
    width: calc(100% - 60px);
    left: 30px;
  }
}
@media (max-width: 767px) {
  .gradient-purple::before {
    width: 100%;
    left: 0;
    border-radius: 0;
  }
}
.gradient-purple .container {
  z-index: 1;
}

.icon-box {
  max-width: 290px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  bottom: 0;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition-timing-function: ease;
}
.icon-box:hover {
  bottom: 20px;
}
@media (max-width: 960px) {
  .icon-box:hover {
    bottom: 0;
  }
}

.section-icons-small .the-content {
  max-width: 500px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
}
@media (max-width: 1300px) {
  .section-icons-small .the-content {
    margin-bottom: 20px;
  }
}

.icon-item {
  margin: 30px 0;
  text-align: center;
}
@media (max-width: 960px) {
  .icon-item {
    width: 50%;
    margin: 20px 0;
  }
}
@media (max-width: 480px) {
  .icon-item {
    width: 100%;
  }
}
.icon-item:nth-child(odd) .icon::before {
  left: auto;
  right: -10px;
  top: auto;
  bottom: -8px;
}
.icon-item .title {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 0;
}
@media (max-width: 1100px) {
  .icon-item .title {
    font-size: 16px;
  }
}
.icon-item .text {
  margin: 0;
  opacity: 0.7;
}
.icon-item .icon {
  display: block;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  width: 64px;
  height: 62px;
}
.icon-item .icon::before {
  content: "";
  display: block;
  position: absolute;
  width: 38px;
  height: 38px;
  background-color: #282235;
  border-radius: 100%;
  top: -14px;
  left: -8px;
  opacity: 0.56;
}
.icon-item .icon img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  height: 62px;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .icon-item .icon img {
    height: 50px;
  }
}

.section-about2 {
  padding-top: 170px;
}
@media (max-width: 1430px) {
  .section-about2 {
    padding-top: 120px;
    padding-bottom: 50px;
  }
}
@media (max-width: 1100px) {
  .section-about2 {
    padding-top: 70px;
  }
}

.laptop-device {
  position: relative;
  width: calc(100% + 50px);
  left: -70px;
  margin-bottom: -100px;
}
@media (max-width: 1550px) {
  .laptop-device {
    width: 100%;
    left: -30px;
  }
}
@media (max-width: 1430px) {
  .laptop-device {
    margin-bottom: -50px;
  }
}
@media (max-width: 819px) {
  .laptop-device {
    margin-bottom: 0;
    left: 0;
    width: 100%;
  }
}
.laptop-device::before {
  content: "";
  display: block;
  position: absolute;
  width: 160px;
  height: 160px;
  border-radius: 100%;
  background-color: rgba(190, 190, 190, 0.3);
  box-shadow: 0 0 1px 40px rgba(219, 219, 219, 0.3), 0 0 1px 80px rgba(219, 219, 219, 0.3), 0 0 1px 120px rgba(219, 219, 219, 0.3);
  top: 46px;
  left: -20px;
}
@media (max-width: 819px) {
  .laptop-device::before {
    left: 50%;
    transform: translateX(-50%);
    margin-left: -100px;
    width: 78px;
    height: 78px;
    box-shadow: 0 0 1px 20px rgba(219, 219, 219, 0.3), 0 0 1px 50px rgba(219, 219, 219, 0.3), 0 0 1px 80px rgba(219, 219, 219, 0.3);
  }
}
.laptop-device img {
  width: auto;
  height: auto;
}

.accordion-header {
  display: block;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  color: #010101;
  position: relative;
  padding: 20px 40px 20px 25px;
  font-size: 20px;
  line-height: 1.2;
}
@media (max-width: 1430px) {
  .accordion-header {
    font-size: 18px;
  }
}
@media (max-width: 1300px) {
  .accordion-header {
    padding: 20px 40px 20px 20px;
  }
}
@media (max-width: 960px) {
  .accordion-header {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .accordion-header {
    font-size: 15px;
    padding: 17px 40px 17px 20px;
  }
}
@media (max-width: 640px) {
  .accordion-header {
    font-size: 13px;
  }
}
.accordion-header:hover {
  text-decoration: none;
}
.accordion-header:before {
  content: "";
  display: block;
  position: absolute;
  right: 20px;
  top: 30px;
  width: 14px;
  height: 14px;
  background-image: url("images/svg/plus.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition-timing-function: ease;
}
@media (max-width: 960px) {
  .accordion-header:before {
    top: 23px;
  }
}
@media (max-width: 767px) {
  .accordion-header:before {
    right: 15px;
    top: 21px;
    width: 11px;
    height: 11px;
  }
}

.accordion-hidden-content {
  margin-left: 25px;
  margin-right: 25px;
  display: none;
  margin-top: -10px;
}
@media (max-width: 1300px) {
  .accordion-hidden-content {
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 0;
  }
}
.accordion-hidden-content.active {
  display: block;
}
.accordion-hidden-content p,
.accordion-hidden-content span,
.accordion-hidden-content li {
  opacity: 0.7;
}

.accordion-item {
  border-top: 1px solid #D1D1D1;
}
.accordion-item:first-child {
  margin-top: 0;
  border-top: none;
}
.accordion-item.active .accordion-hidden-content {
  display: block;
}
.accordion-item.active .accordion-header:before {
  transform: rotate(45deg);
}

.section-faq {
  position: relative;
  padding-top: 60px;
  margin-bottom: 120px;
}
@media (max-width: 1430px) {
  .section-faq {
    padding-top: 0;
  }
}
@media (max-width: 819px) {
  .section-faq {
    padding-top: 70px;
    margin-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .section-faq {
    margin-bottom: 50px;
  }
}
@media (max-width: 480px) {
  .section-faq {
    padding-top: 40px;
    margin-bottom: 30px;
  }
}
.section-faq::before {
  content: "";
  display: block;
  position: absolute;
  width: calc(100% - 200px);
  height: calc(100% - 80px);
  border-radius: 20px;
  left: 100px;
  top: 0;
  background-color: #F8F8F8;
}
@media (max-width: 1650px) {
  .section-faq::before {
    width: calc(100% - 60px);
    left: 30px;
  }
}
@media (max-width: 767px) {
  .section-faq::before {
    width: 100%;
    left: 0;
    border-radius: 0;
  }
}
.section-faq .flex {
  position: relative;
  z-index: 1;
}
@media (max-width: 1430px) {
  .section-faq .flex {
    padding: 0 40px;
  }
}
@media (max-width: 819px) {
  .section-faq .flex {
    display: block;
  }
  .section-faq .flex .col_50 {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .section-faq .flex {
    padding: 0 10px;
  }
}
.section-faq .text-box {
  z-index: 2;
}

.flex-faq {
  align-items: center;
}
.flex-faq .text-box {
  padding: 100px 0 120px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 819px) {
  .flex-faq .text-box {
    padding: 0;
    max-width: 100%;
    text-align: center;
  }
}

.border-box {
  border: 1px solid #D1D1D1;
}

.accordion-box {
  padding: 10px 0;
  border-radius: 20px;
  margin-bottom: -50px;
}
@media (max-width: 767px) {
  .accordion-box {
    margin-bottom: 0;
  }
}
@media (max-width: 640px) {
  .accordion-box {
    border-radius: 10px;
    padding: 0;
  }
}

.contact-us-btn {
  position: absolute;
  bottom: 0;
  width: 50%;
  padding: 0 15px;
  z-index: 2;
}
@media (max-width: 1430px) {
  .contact-us-btn {
    padding: 0 40px;
  }
}
@media (max-width: 767px) {
  .contact-us-btn {
    position: relative;
    display: inline-block;
    width: 100%;
    text-align: center;
  }
}
.contact-us-btn .text-box {
  margin-left: auto;
  margin-right: auto;
}

.swal2-image {
  max-width: 230px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  .swal2-image {
    max-width: 180px;
  }
}
@media (max-width: 640px) {
  .swal2-image {
    max-width: 140px;
  }
}

h2.swal2-title {
  color: #010101;
  font-size: 24px;
}
@media (max-width: 767px) {
  h2.swal2-title {
    font-size: 18px;
  }
}

.output-free {
  font-size: 15px;
  line-height: 1.7;
}
@media (max-width: 767px) {
  .output-free {
    font-size: 14px;
  }
}
@media (max-width: 640px) {
  .output-free {
    font-size: 13px;
  }
}

.output-button {
  margin-top: 20px;
}

.output-bottom {
  padding: 20px 0 0;
  border-top: 1px solid #D1D1D1;
  font-size: 15px;
  font-weight: 600;
  color: #010101;
  display: block;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .output-bottom {
    font-size: 14px;
    padding-top: 15px;
    margin-top: 15px;
    display: block;
    text-align: center;
  }
}
.output-bottom span {
  line-height: 1.3;
  text-align: right;
  width: 50%;
  font-size: 12px;
}
@media (max-width: 767px) {
  .output-bottom span {
    text-align: center;
    font-size: 11px;
  }
}
@media (max-width: 640px) {
  .output-bottom span {
    font-size: 10px;
    font-weight: 500;
  }
}
.output-bottom span.date {
  text-align: left;
}
@media (max-width: 767px) {
  .output-bottom span.date {
    text-align: center;
  }
}

.partners-top {
  padding: 190px 0 75px;
  position: relative;
}
@media (max-width: 1650px) {
  .partners-top {
    padding-top: 120px;
  }
}
@media (max-width: 767px) {
  .partners-top {
    padding-top: 100px;
    padding-bottom: 50px;
  }
}
.partners-top::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: calc(100% + 250px);
  top: 0;
  left: 0;
  background: rgb(33, 0, 49);
  background: linear-gradient(180deg, rgb(33, 0, 49) 0%, rgb(53, 0, 78) 6%, rgb(76, 0, 101) 22%, rgb(39, 0, 62) 54%, rgb(1, 1, 1) 98%);
}
.partners-top .the-content {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
.partners-top .container {
  position: relative;
  z-index: 1;
}
.partners-top .blured-shape1 {
  left: 45%;
  transform: translateX(-50%);
  top: -100px;
}
@media (max-width: 1100px) {
  .partners-top .blured-shape1 {
    width: 600px;
  }
}
.partners-top .blured-shape1 img {
  width: auto;
  height: auto;
}

.blured-shape2 {
  left: 100px;
  position: absolute;
  top: -230px;
  opacity: 0.4;
  z-index: 0;
  max-width: 1200px;
}
@media (max-width: 1430px) {
  .blured-shape2 {
    max-width: 900px;
  }
}
@media (max-width: 1100px) {
  .blured-shape2 {
    width: 600px;
    right: 0;
    top: -50px;
  }
}
.blured-shape2 img {
  width: auto;
  height: auto;
}

.circle-partners {
  width: 82px;
  height: 82px;
  background-color: rgba(255, 255, 255, 0.03);
  border-radius: 100%;
  position: absolute;
}
@media (max-width: 1100px) {
  .circle-partners {
    width: 62px;
    height: 62px;
  }
}
.circle-partners img {
  width: auto;
  height: auto;
}

.circle-dots-partners2 {
  position: absolute;
  right: -100px;
  top: 150px;
}
.circle-dots-partners2 img {
  width: auto;
  height: auto;
}
@media (max-width: 1650px) {
  .circle-dots-partners2 {
    right: -40px;
  }
}
@media (max-width: 1550px) {
  .circle-dots-partners2 {
    right: 0;
  }
}
@media (max-width: 1300px) {
  .circle-dots-partners2 {
    top: 50px;
  }
}
.circle-dots-partners2 img {
  width: auto;
  height: auto;
}

.circle-hero1 {
  left: 150px;
  top: 150px;
}
@media (max-width: 1300px) {
  .circle-hero1 {
    left: 20px;
    top: 90px;
  }
}
.circle-hero1 img {
  width: auto;
  height: auto;
}

.circle-hero2 {
  right: 150px;
  top: 50px;
}
@media (max-width: 1300px) {
  .circle-hero2 {
    right: 20px;
  }
}
.circle-hero2 img {
  width: auto;
  height: auto;
}

.circle-dots-partners {
  top: 0;
  left: 0;
}
.circle-dots-partners img {
  width: auto;
  height: auto;
}
@media (max-width: 640px) {
  .circle-dots-partners {
    width: 100px;
  }
}
.circle-dots-partners img {
  width: auto;
  height: auto;
}

.dots-text-top {
  top: -40px;
  left: -100px;
}
@media (max-width: 1650px) {
  .dots-text-top {
    left: -20px;
  }
}
@media (max-width: 1430px) {
  .dots-text-top {
    left: 0;
    width: 140px;
  }
}
.dots-text-top img {
  width: auto;
  height: auto;
}

.laptop-centered {
  max-width: 970px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1650px) {
  .laptop-centered {
    max-width: 740px;
  }
}
@media (max-width: 1100px) {
  .laptop-centered {
    max-width: 640px;
  }
}
.laptop-centered img {
  width: auto;
  height: auto;
}

.page-template-page-colaborare .header {
  background-color: transparent;
}
.page-template-page-colaborare .header-menu a {
  color: white;
}
.page-template-page-colaborare .header-menu li.current_page_item::before {
  background-color: white;
}
.page-template-page-colaborare img.logo-normal {
  display: none;
}
.page-template-page-colaborare img.logo-white {
  display: block;
}
.page-template-page-colaborare header.on-scroll-up img.logo-normal {
  display: block;
}
.page-template-page-colaborare header.on-scroll-up img.logo-white {
  display: none;
}

.button-centered {
  text-align: center;
  margin-top: 30px;
}
@media (max-width: 767px) {
  .button-centered {
    margin-top: 10px;
  }
}

.section-partners1 {
  position: relative;
  padding-bottom: 0;
  margin-bottom: 80px;
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 1300px) {
  .section-partners1 {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .section-partners1 {
    padding-left: 0;
    padding-right: 0;
  }
}
.section-partners1::before {
  content: "";
  z-index: 0;
  display: block;
  position: absolute;
  left: 100px;
  width: calc(100% - 200px);
  height: 100%;
  background-color: #ffffff;
  border-radius: 20px;
  top: 0;
}
@media (max-width: 1650px) {
  .section-partners1::before {
    width: calc(100% - 60px);
    left: 30px;
  }
}
@media (max-width: 767px) {
  .section-partners1::before {
    width: 100%;
    left: 0;
    border-radius: 0;
  }
}
.section-partners1 .container {
  z-index: 1;
  position: relative;
}
.section-partners1 .container .image-centered > img {
  max-width: 614px;
  width: auto;
  height: auto;
}
@media (max-width: 1550px) {
  .section-partners1 .container .image-centered > img {
    max-width: 100%;
  }
}
@media (max-width: 819px) {
  .section-partners1 .container .image-centered > img {
    max-width: 350px;
  }
}
@media (max-width: 640px) {
  .section-partners1 .container .image-centered > img {
    max-width: 100%;
  }
}

@media (max-width: 640px) {
  .dots-image-hand {
    width: 120px;
  }
}

.section-partners2 {
  position: relative;
  margin: 80px 0;
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 1300px) {
  .section-partners2 {
    margin: 50px 0;
  }
}
@media (max-width: 767px) {
  .section-partners2 {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0;
  }
}
.section-partners2::before {
  content: "";
  z-index: 0;
  display: block;
  position: absolute;
  left: 100px;
  width: calc(100% - 200px);
  height: 100%;
  background-color: #f3f5f5;
  border-radius: 20px;
  top: 0;
}
@media (max-width: 1650px) {
  .section-partners2::before {
    width: calc(100% - 60px);
    left: 30px;
  }
}
@media (max-width: 767px) {
  .section-partners2::before {
    width: 100%;
    left: 0;
    border-radius: 0;
  }
}
.section-partners2 .container {
  z-index: 1;
  position: relative;
}
.section-partners2 .icon-box {
  background-color: white;
  border-radius: 10px;
  padding: 30px;
  max-width: 100%;
  height: 100%;
}
@media (max-width: 1430px) {
  .section-partners2 .icon-box {
    padding: 30px 20px;
  }
}
.section-partners2 .icon-item {
  margin: 15px 0;
}
@media (max-width: 767px) {
  .section-partners2 .icon-item {
    margin: 10px 0;
  }
}
.section-partners2 .icon-item .icon:before {
  background-color: #eeeef7;
}
.section-partners2 .the-content {
  position: relative;
  z-index: 1;
  max-width: 640px;
}
.section-partners2 .title {
  font-size: 20px;
  margin-bottom: 12px;
}
@media (max-width: 1430px) {
  .section-partners2 .title {
    font-size: 18px;
    margin-bottom: 5px;
  }
}
@media (max-width: 960px) {
  .section-partners2 .title {
    font-size: 16px;
  }
}
.section-partners2 .text {
  font-size: 16px;
}
@media (max-width: 1430px) {
  .section-partners2 .text {
    font-size: 15px;
  }
}
@media (max-width: 960px) {
  .section-partners2 .text {
    font-size: 14px;
  }
}

.section-partners3 {
  margin: 80px 0;
  position: relative;
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 1300px) {
  .section-partners3 {
    margin: 50px 0;
  }
}
@media (max-width: 767px) {
  .section-partners3 {
    margin: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 20px;
  }
}
.section-partners3::before {
  content: "";
  z-index: 0;
  display: block;
  position: absolute;
  left: 100px;
  width: calc(100% - 200px);
  height: 100%;
  background-color: #f8f8f8;
  border-radius: 20px;
  top: 0;
}
@media (max-width: 1650px) {
  .section-partners3::before {
    width: calc(100% - 60px);
    left: 30px;
  }
}
@media (max-width: 767px) {
  .section-partners3::before {
    width: 100%;
    left: 0;
    border-radius: 0;
  }
}
.section-partners3 .container {
  z-index: 1;
  position: relative;
}
.section-partners3 .text-box {
  position: relative;
  z-index: 1;
}

.fancy-popup {
  display: none;
  max-width: 930px;
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .fancy-popup {
    padding: 35px 25px;
  }
  .fancy-popup .flex {
    flex-wrap: wrap;
  }
  .fancy-popup .col_50 {
    width: 100%;
  }
}
.fancy-popup .wpcf7-form-control-wrap {
  display: block;
}
.fancy-popup .select-overlay {
  display: block;
}

@media (max-width: 640px) {
  .col_60.form-cell,
  .col_40.form-cell {
    width: 100%;
  }
}

.col_40.form-cell {
  text-align: right;
}
@media (max-width: 640px) {
  .col_40.form-cell {
    margin-top: 25px;
  }
  .col_40.form-cell input {
    display: block;
    width: 100%;
  }
}

.wpcf7-list-item {
  margin-left: 0;
  position: relative;
  margin-top: 10px;
}
.wpcf7-list-item label {
  position: relative;
  padding-left: 30px;
}
.wpcf7-list-item label input {
  position: absolute;
  left: 0;
  top: 2px;
}

.wpcf7-list-item-label a {
  text-decoration: underline;
}

.label-form {
  display: block;
  font-size: 15px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .label-form {
    font-weight: 500;
    font-size: 14px;
  }
}

.title-popup {
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.title-popup {
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .form-row-verificari {
    margin-bottom: 20px;
  }
}
.form-row-verificari .wpcf7-list-item {
  margin-left: 13px;
}
@media (max-width: 767px) {
  .form-row-verificari .wpcf7-list-item {
    margin-top: 0;
  }
}
.form-row-verificari .wpcf7-list-item:first-child {
  margin-left: 0;
}

.flex-text .col_50:last-child .button1 {
  display: none;
}
@media (max-width: 767px) {
  .flex-text {
    display: block;
  }
  .flex-text .col_50 {
    width: 100%;
  }
  .flex-text .col_50:first-child .button1 {
    display: none;
  }
  .flex-text .col_50:last-child .button1 {
    display: inline-block;
  }
  .flex-text .col_50 .text-box {
    max-width: 100%;
    text-align: center;
  }
}

.page-simple .path-logo {
  left: 50px;
  top: 50px;
}
@media (max-width: 640px) {
  .page-simple .path-logo {
    display: none;
  }
}
.page-simple .container {
  position: relative;
  z-index: 1;
}
.page-simple.no-margin {
  margin-bottom: 0;
}

.label-form {
  margin-bottom: 5px;
}

.title-contact {
  font-size: 16x;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  margin-top: 0;
  margin-bottom: 2px;
  color: #010101;
  line-height: 1.2;
}
@media (max-width: 960px) {
  .title-contact {
    margin-bottom: 5px;
    font-size: 15px;
  }
}
@media (max-width: 640px) {
  .title-contact {
    font-size: 14px;
    margin-bottom: 4px;
  }
}

.contact-wrap {
  padding: 70px 0;
  position: relative;
}
.contact-wrap .container {
  z-index: 1;
  position: relative;
}
@media (max-width: 960px) {
  .contact-wrap {
    padding: 40px 0;
  }
  .contact-wrap .tac.small-section {
    text-align: left;
    margin-left: 0;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .contact-wrap {
    padding-top: 30px;
  }
}

@media (max-width: 960px) {
  .contact-flex {
    display: block;
  }
}

.contact-sidebar .text-box {
  max-width: 390px;
}
@media (max-width: 960px) {
  .contact-sidebar .text-box {
    max-width: 100%;
  }
}
@media (max-width: 960px) {
  .contact-sidebar {
    width: 100%;
  }
  .contact-sidebar .footer-social {
    margin-top: 0;
    justify-content: flex-start;
  }
}

@media (max-width: 960px) {
  .contact-left {
    width: 100%;
    padding-right: 0;
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .contact-left {
    margin-top: 25px;
  }
}
@media (max-width: 640px) {
  .contact-left {
    margin-top: 10px;
  }
}

.contact-form {
  padding: 45px;
  border-radius: 8px;
  background-color: white;
  border: 1px solid #F0E9DF;
}
@media (max-width: 960px) {
  .contact-form {
    padding: 30px;
  }
}
@media (max-width: 480px) {
  .contact-form {
    padding: 15px 0;
    background-color: transparent;
    box-shadow: none;
    border: none;
  }
}
.contact-form .wpcf7-form-control-wrap {
  display: block;
}
@media (max-width: 640px) {
  .contact-form .row.flex {
    display: block;
  }
}
@media (max-width: 640px) {
  .contact-form .col_50 {
    width: 100%;
  }
}
.contact-form h2 {
  margin-top: 0;
}
.contact-form form p {
  margin: 0;
}

.contact-sidebar-box {
  max-width: 480px;
  padding-top: 30px;
}
@media (max-width: 960px) {
  .contact-sidebar-box {
    padding-top: 0;
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
  }
}
@media (max-width: 960px) {
  .contact-sidebar-box .contact-item {
    width: 50%;
    border: none;
  }
}
@media (max-width: 640px) {
  .contact-sidebar-box .contact-item {
    width: 100%;
  }
}

.contact-item {
  position: relative;
  padding: 24px 0;
  border-top: 1px solid #F0E9DF;
}
@media (max-width: 960px) {
  .contact-item {
    padding: 12px 0;
  }
}
.contact-item:first-child {
  border-top: none;
}

.contact-image {
  position: absolute;
  left: 0;
  top: 24px;
}
@media (max-width: 960px) {
  .contact-image {
    top: 12px;
  }
}

.contact-item-right {
  padding-left: 40px;
}
.contact-item-right .contact-item-text {
  color: #010101;
  font-size: 15px;
  line-height: 1;
  margin-bottom: 5px;
}
.contact-item-right .contact-item-info {
  color: #010101;
  font-weight: 300;
  font-size: 18px;
  line-height: 1.5;
  font-family: "Poppins", sans-serif;
  margin-top: 0;
}
@media (max-width: 960px) {
  .contact-item-right .contact-item-info {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .contact-item-right .contact-item-info {
    font-size: 15px;
  }
}
@media (max-width: 640px) {
  .contact-item-right .contact-item-info {
    font-size: 14px;
  }
}
.contact-item-right a.contact-item-info:hover {
  text-decoration: none;
  color: #511A66;
}

@media (max-width: 767px) {
  .contact-item .contact-image {
    width: 20px;
  }
}
@media (max-width: 767px) {
  .contact-item .contact-item-right {
    padding-left: 30px;
  }
}

.wpcf7-form .recaptcha {
  margin-top: 10px;
}

.container-full {
  width: 100%;
  height: 100%;
}

.path-account {
  top: 23px;
  right: 18px;
  left: auto;
}
@media (max-width: 1300px) {
  .path-account {
    width: 300px;
    height: auto;
  }
  .path-account img {
    height: auto;
  }
}

.full_main_page {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  background: rgb(51, 0, 76);
  background: linear-gradient(180deg, rgb(51, 0, 76) 0%, rgb(76, 0, 101) 13%, rgb(39, 0, 62) 54%, rgb(1, 1, 1) 100%);
}
@media (max-device-width: 1024px) and (orientation: landscape) {
  .full_main_page {
    height: auto;
  }
}
.full_main_page::before {
  content: "";
  display: block;
  position: absolute;
  left: 40%;
  top: 40%;
  transform: translate(-50%, -50%);
  background-image: url("images/png/blured.png");
  width: 1200px;
  height: 1144px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  opacity: 0.4;
}
@media (max-width: 960px) {
  .full_main_page::before {
    width: 1000px;
    height: 800px;
  }
}
.full_main_page .container-small {
  position: relative;
  z-index: 1;
}
.full_main_page .dots-image-right {
  top: -130px;
}
@media (max-width: 960px) {
  .full_main_page .dots-image-right {
    top: -42px;
    right: 0;
  }
}

@media (max-width: 960px) {
  .account-menu {
    position: fixed;
    width: 280px;
    height: 100%;
    right: -280px;
    background: rgb(51, 0, 76);
    top: 0;
    background: linear-gradient(180deg, rgb(51, 0, 76) 0%, rgb(76, 0, 101) 13%, rgb(39, 0, 62) 54%, rgb(1, 1, 1) 100%);
    padding-top: 15px;
    overflow-y: scroll;
    transition: all 0.35s linear;
    -moz-transition: all 0.35s linear;
    -webkit-transition: all 0.35s linear;
  }
}
@media (max-width: 480px) {
  .account-menu {
    right: -240px;
    width: 240px;
  }
}

.container-small {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  position: relative;
}

.woocommerce-error {
  background-color: #e74c3c;
  padding: 10px;
  border-radius: 5px;
  font-size: 15px;
  font-weight: 400;
  color: white !important;
  display: block;
  position: relative;
  margin-bottom: 20px;
}
@media (max-width: 640px) {
  .woocommerce-error {
    font-size: 13px;
  }
}
.woocommerce-error li:before {
  content: "\f06a";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 4px;
}
.woocommerce-error li {
  margin: 0 !important;
}
@media (max-width: 640px) {
  .woocommerce-error li {
    font-size: 12px;
  }
}

.wtfa-error-msg {
  background-color: #e74c3c;
  padding: 10px;
  border-radius: 5px;
  font-size: 15px;
  font-weight: 400;
  color: white !important;
  display: block;
  position: relative;
}
@media (max-width: 960px) {
  .wtfa-error-msg {
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .wtfa-error-msg {
    font-size: 12px;
  }
}
.wtfa-error-msg::before {
  content: "\f06a";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 4px;
}

.box_form_account {
  max-width: 656px;
  margin-left: auto;
  margin-right: auto;
  background-color: white;
  border-radius: 20px;
  padding: 50px 80px;
  position: relative;
  z-index: 1;
}
@media (max-width: 960px) {
  .box_form_account {
    padding: 40px;
    max-width: 500px;
    margin: 50px auto;
  }
}
@media (max-width: 640px) {
  .box_form_account {
    max-width: 100%;
    width: calc(100% - 40px);
    padding: 30px;
  }
}
.box_form_account .woocommerce-message {
  background-color: #037917;
  padding: 10px 20px;
  color: white;
  border-radius: 10px;
  margin-bottom: 10px;
}
.box_form_account .form-row button {
  margin-top: 20px;
}
.box_form_account .otp-field {
  margin-top: 15px;
}
.box_form_account input[type=password] {
  margin: 0;
}
@media (max-width: 480px) {
  .box_form_account {
    padding: 30px 20px;
  }
}
.box_form_account .tac {
  margin-bottom: 25px;
}
.box_form_account .tac h2 {
  margin-bottom: 0;
}
.box_form_account .tac p {
  margin: 0;
}
.box_form_account button {
  display: block;
  width: 100%;
}
.box_form_account span.password-input {
  display: block;
}
.box_form_account input[type=text],
.box_form_account input[type=email],
.box_form_account input[type=password],
.box_form_account input[type=search],
.box_form_account input[type=tel],
.box_form_account input[type=url],
.box_form_account input[type=number],
.box_form_account input[type=date],
.box_form_account input[type=time],
.box_form_account input[type=datetime],
.box_form_account input[type=datetime-local],
.box_form_account input[type=week],
.box_form_account input[type=month],
.box_form_account textarea,
.box_form_account select {
  background-color: #F3F4F4;
}
.box_form_account .tar a {
  text-decoration: underline;
}
@media (max-width: 960px) {
  .box_form_account .tar a {
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .box_form_account .tar a {
    font-size: 12px;
  }
}
.box_form_account .woocommerce-error {
  margin-bottom: 20px;
}

.user_account_inner {
  background-color: #f3f4f4;
  height: 100vh;
  overflow: auto;
}
@media (max-width: 960px) {
  @supports (-webkit-touch-callout: none) {
    .user_account_inner {
      height: auto;
    }
  }
}
.user_account_inner .woorcommerce {
  display: flex;
}

.sidebar-user {
  width: 20%;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  overflow: auto;
  background: rgb(51, 0, 76);
  background: linear-gradient(180deg, rgb(51, 0, 76) 0%, rgb(76, 0, 101) 13%, rgb(39, 0, 62) 54%, rgb(1, 1, 1) 100%);
}
@media (max-width: 1650px) {
  .sidebar-user {
    width: 22%;
  }
}
@media (max-width: 1300px) {
  .sidebar-user {
    width: 30%;
  }
}
@media (max-width: 960px) {
  .sidebar-user {
    width: 100%;
    height: auto;
    z-index: 2;
    border: none;
    position: relative;
  }
}

.user_account_inner .user-account-content-body {
  width: 80%;
  margin-left: 20%;
}
@media (max-width: 1650px) {
  .user_account_inner .user-account-content-body {
    width: 78%;
    margin-left: 22%;
  }
}
@media (max-width: 1300px) {
  .user_account_inner .user-account-content-body {
    width: 70%;
    margin-left: 30%;
  }
}
@media (max-width: 960px) {
  .user_account_inner .user-account-content-body {
    width: 100%;
    margin-left: 0;
  }
}
.user_account_inner .user-account-content-body .woocommerce {
  padding: 0 30px;
}

.logo-account {
  text-align: center;
  margin-bottom: 20px;
}

.user-account-content-body {
  padding: 45px 60px 100px;
}
@media (max-width: 1650px) {
  .user-account-content-body {
    padding: 35px 40px 90px;
  }
}
@media (max-width: 1300px) {
  .user-account-content-body {
    padding: 35px 30px 80px;
  }
}
@media (max-width: 1100px) {
  .user-account-content-body {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 960px) {
  .user-account-content-body {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-top: 40px;
  }
}
@media (max-width: 767px) {
  .user-account-content-body .container .acc-check-imei {
    padding-left: 0;
    padding-right: 0;
  }
}
.user-account-content-body .footer-bottom a,
.user-account-content-body .footer-bottom p {
  font-size: 12px;
}
@media (max-width: 1550px) {
  .user-account-content-body .footer-bottom a,
  .user-account-content-body .footer-bottom p {
    font-size: 11px;
  }
}
@media (max-width: 640px) {
  .user-account-content-body .footer-bottom a,
  .user-account-content-body .footer-bottom p {
    font-size: 10px;
  }
}
.user-account-content-body .footer-bottom-left li::before {
  content: "|";
  top: calc((100% - 10px) / 2);
  font-size: 12px;
  line-height: 1;
  height: 12px;
}
@media (max-width: 640px) {
  .user-account-content-body .footer-bottom-left li::before {
    font-size: 10px;
  }
}
.user-account-content-body .container {
  position: relative;
  z-index: 1;
  max-width: 100%;
}
.user-account-content-body h1 {
  font-size: 30px;
}
@media (max-width: 1300px) {
  .user-account-content-body h1 {
    font-size: 24px;
  }
}
@media (max-width: 960px) {
  .user-account-content-body h1 {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .user-account-content-body h1 {
    font-size: 18px;
  }
}
.user-account-content-body input[type=text],
.user-account-content-body input[type=email],
.user-account-content-body input[type=password],
.user-account-content-body input[type=search],
.user-account-content-body input[type=tel],
.user-account-content-body input[type=url],
.user-account-content-body input[type=number],
.user-account-content-body input[type=date],
.user-account-content-body input[type=time],
.user-account-content-body input[type=datetime],
.user-account-content-body input[type=datetime-local],
.user-account-content-body input[type=week],
.user-account-content-body input[type=month],
.user-account-content-body textarea,
.user-account-content-body select {
  margin: 0 0 15px;
}
.user-account-content-body .second-box {
  margin-top: 15px;
}
.user-account-content-body .tabs {
  display: flex;
  padding: 0 40px;
}
@media (max-width: 1430px) {
  .user-account-content-body .tabs {
    padding: 0 20px;
  }
}
@media (max-width: 640px) {
  .user-account-content-body .tabs {
    padding: 0;
    padding-left: 20px;
  }
}
.user-account-content-body .tabs li {
  font-weight: 600;
  font-size: 15px;
  line-height: 1;
}
.user-account-content-body .tabs li.active a {
  opacity: 1;
}
.user-account-content-body .tabs li.active a::before {
  background-color: #010101;
}
.user-account-content-body .tabs li a {
  padding: 10px 30px;
  opacity: 0.4;
  position: relative;
}
@media (max-width: 1430px) {
  .user-account-content-body .tabs li a {
    padding: 5px 15px;
  }
}
@media (max-width: 640px) {
  .user-account-content-body .tabs li a {
    padding: 5px 10px;
    font-size: 14px;
  }
}
.user-account-content-body .tabs li a::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -1px;
  width: 100%;
  height: 2px;
  left: 0;
}
.user-account-content-body .tabs li a:hover {
  text-decoration: none;
}

.user-head {
  padding: 10px;
  text-align: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
@media (max-width: 960px) {
  .user-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 7px 20px;
    background-color: #511A66;
  }
}
.user-head a.logo {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
@media (max-width: 960px) {
  .user-head a.logo {
    margin-left: 0;
  }
}
.user-head a.logo img {
  display: block;
}
@media (max-width: 1300px) {
  .user-head a.logo img {
    max-width: 56px;
  }
}
@media (max-width: 960px) {
  .user-head a.logo img {
    max-width: 100%;
    height: 40px;
  }
}
@media (max-width: 767px) {
  .user-head a.logo img {
    height: 30px;
  }
}

.user-box {
  padding: 40px 30px;
  flex-wrap: nowrap;
}
@media (max-width: 1650px) {
  .user-box {
    padding: 30px 24px;
  }
}
@media (max-width: 1300px) {
  .user-box {
    padding: 20px;
  }
}
@media (max-width: 960px) {
  .user-box {
    display: block;
    padding: 13px 20px;
  }
}

.account-menu .user-box-avatar .text b {
  position: relative;
  top: 5px;
}
@media (max-width: 960px) {
  .account-menu .user-box-avatar .text b {
    top: 2px;
  }
}

.user-box-avatar {
  color: white;
}
.user-box-avatar .flex {
  padding-left: 65px;
  position: relative;
  min-height: 60px;
}
@media (max-width: 960px) {
  .user-box-avatar .flex {
    min-height: 38px;
    padding-left: 50px;
  }
}
.user-box-avatar .text {
  font-size: 14px;
  line-height: 1;
  color: #a480b0;
  padding-left: 10px;
}
@media (max-width: 767px) {
  .user-box-avatar .text {
    padding-left: 5px;
    font-size: 12px;
  }
}
.user-box-avatar .text b {
  display: block;
  font-size: 20px;
  font-weight: 600;
  opacity: 1;
  color: white;
}
@media (max-width: 1650px) {
  .user-box-avatar .text b {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .user-box-avatar .text b {
    font-size: 15px;
  }
}

.icon-name {
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 100%;
  font-size: 18px;
  color: white;
  position: absolute;
  left: 0;
  top: 0;
}
@media (max-width: 960px) {
  .icon-name {
    width: 38px;
    height: 38px;
    font-size: 12px;
  }
}

.user-box-credits {
  background-color: white;
  border-radius: 10px;
  padding: 10px;
  width: 80px;
  height: 80px;
  text-align: center;
  margin-left: auto;
}
@media (max-width: 1650px) {
  .user-box-credits {
    width: 68px;
    height: 68px;
  }
}
@media (max-width: 960px) {
  .user-box-credits {
    width: 100%;
    height: auto;
    margin-top: 15px;
    text-align: left;
    min-height: 40px;
    border-radius: 4px;
    position: relative;
    min-height: 30px;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 37px;
  }
}
@media (max-width: 960px) {
  .user-box-credits img {
    position: absolute;
    width: 14px;
    left: 13px;
    top: 7px;
  }
}
.user-box-credits span {
  line-height: 1;
  display: block;
}
@media (max-width: 960px) {
  .user-box-credits span {
    display: inline-block;
  }
}
.user-box-credits .label {
  font-size: 10px;
}
@media (max-width: 960px) {
  .user-box-credits .label {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .user-box-credits .label {
    font-size: 11px;
  }
}
.user-box-credits .no {
  font-weight: 600;
  font-size: 20px;
}
@media (max-width: 1650px) {
  .user-box-credits .no {
    font-size: 18px;
  }
}
@media (max-width: 960px) {
  .user-box-credits .no {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .user-box-credits .no {
    font-size: 11px;
  }
}

.woocommerce-MyAccount-navigation li {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.woocommerce-MyAccount-navigation li.is-active a {
  opacity: 1;
  background-color: rgba(255, 255, 255, 0.1);
}
.woocommerce-MyAccount-navigation a {
  color: white;
  padding: 18px 30px 18px 80px;
  display: block;
  opacity: 0.5;
  position: relative;
  font-size: 14px;
}
@media (max-width: 1650px) {
  .woocommerce-MyAccount-navigation a {
    font-size: 14px;
    padding: 14px 20px 14px 56px;
  }
}
@media (max-width: 960px) {
  .woocommerce-MyAccount-navigation a {
    font-size: 11px;
    padding: 10px 16px 10px 50px;
  }
}
@media (max-width: 640px) {
  .woocommerce-MyAccount-navigation a {
    font-size: 10px;
  }
}
.woocommerce-MyAccount-navigation a:hover {
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0.1);
}
.woocommerce-MyAccount-navigation a:before {
  content: "";
  display: block;
  width: 23px;
  height: 23px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  left: 39px;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 1650px) {
  .woocommerce-MyAccount-navigation a:before {
    left: 24px;
    width: 22px;
    height: 22px;
  }
}
@media (max-width: 960px) {
  .woocommerce-MyAccount-navigation a:before {
    width: 14px;
    height: 17px;
  }
}
@media (max-width: 767px) {
  .woocommerce-MyAccount-navigation a:before {
    width: 16px;
  }
}

li.woocommerce-MyAccount-navigation-link--dashboard a:before {
  background-image: url("images/svg/account1.svg");
}

li.woocommerce-MyAccount-navigation-link--orders a:before {
  background-image: url("images/svg/account21.svg");
}

li.woocommerce-MyAccount-navigation-link--intrebari-si-raspunsuri a:before {
  background-image: url("images/svg/account6.svg");
}

li.woocommerce-MyAccount-navigation-link--account-funds a:before {
  background-image: url("images/svg/account5.svg");
}

li.woocommerce-MyAccount-navigation-link--edit-account a:before {
  background-image: url("images/svg/account2.svg");
}

li.woocommerce-MyAccount-navigation-link--verificare-imei a:before {
  background-image: url("images/svg/account3.svg");
}

li.woocommerce-MyAccount-navigation-link--customer-logout a:before {
  background-image: url("images/svg/account7.svg");
}

li.woocommerce-MyAccount-navigation-link--istoric-verificari a:before {
  background-image: url("images/svg/history.svg");
}

li.woocommerce-MyAccount-navigation-link--plati a:before {
  background-image: url("images/svg/account5.svg");
}

.tab-content-info,
.tab-content {
  display: none;
}
.tab-content-info.active,
.tab-content.active {
  display: block;
}

.section-my-account .footer-bottom {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 80%;
  z-index: 2;
}
@media (max-width: 1650px) {
  .section-my-account .footer-bottom {
    width: 78%;
  }
}
@media (max-width: 1300px) {
  .section-my-account .footer-bottom {
    width: 70%;
  }
}
@media (max-width: 960px) {
  .section-my-account .footer-bottom {
    width: 100%;
    position: relative;
  }
}
.section-my-account .footer-bottom .footer-bottom-flex {
  padding: 12px 100px 12px 80px;
  margin-top: 0;
  background-color: #F3F4F4;
}
@media (max-width: 1550px) {
  .section-my-account .footer-bottom .footer-bottom-flex {
    padding: 7px 40px;
  }
}
@media (max-width: 960px) {
  .section-my-account .footer-bottom .footer-bottom-flex {
    display: block;
    padding: 10px 30px;
    text-align: center;
  }
  .section-my-account .footer-bottom .footer-bottom-flex .footer-bottom-left ul {
    justify-content: center;
    flex-wrap: wrap;
  }
}
@media (max-width: 640px) {
  .section-my-account .footer-bottom .footer-bottom-flex {
    padding-left: 0;
    padding-right: 0;
  }
}

.faq-tabs {
  margin-top: 40px;
}

.tab-content .accordion-list {
  border: 1px solid #D1D1D1;
  background-color: white;
  padding: 10px 0;
  border-radius: 20px;
}
@media (max-width: 767px) {
  .tab-content .accordion-list {
    padding: 0;
  }
}

.faq-tabs .accordion-header {
  padding-left: 40px;
  font-size: 18px;
}
@media (max-width: 1430px) {
  .faq-tabs .accordion-header {
    padding-left: 20px;
    font-size: 15px;
  }
  .faq-tabs .accordion-header::before {
    top: 22px;
  }
}
@media (max-width: 767px) {
  .faq-tabs .accordion-header {
    font-size: 13px;
  }
}
.faq-tabs .accordion-hidden-content {
  margin-left: 40px;
  margin-right: 40px;
}
@media (max-width: 1430px) {
  .faq-tabs .accordion-hidden-content {
    margin-left: 20px;
    margin-right: 20px;
  }
}

.woocommerce-password-strength {
  color: #511A66;
}

.woocommerce-password-hint {
  line-height: 1.4;
  display: block;
  padding: 10px;
  background-color: #F3F4F4;
  border-radius: 5px;
}

.box-white {
  background-color: white;
  padding: 40px;
  border-radius: 20px;
  border: 1px solid #D1D1D1;
}
@media (max-width: 1550px) {
  .box-white {
    padding: 30px;
  }
}
@media (max-width: 640px) {
  .box-white {
    padding: 25px 20px;
  }
}
.box-white .wrap-box-check {
  max-width: 778px;
  margin-left: auto;
  margin-right: auto;
}
.box-white.cover-imei {
  padding: 0;
}

.cover-imei {
  margin-bottom: 25px;
  overflow: hidden;
}
@media (max-width: 640px) {
  .cover-imei {
    margin-bottom: 15px;
  }
}
.cover-imei .cover {
  width: 100%;
  border-radius: 20px;
}

.banner-desktop {
  display: block;
  height: 0;
  padding-bottom: 12.5%;
}
@media (max-width: 480px) {
  .banner-desktop {
    display: none;
  }
}

.banner-mobile {
  display: none;
  height: 0;
  padding-bottom: 56%;
}
@media (max-width: 480px) {
  .banner-mobile {
    display: block;
  }
}

.wrap-box-check .tabs {
  padding: 0;
  border-bottom: 1px solid #d7d7d7;
  vertical-align: bottom;
}
.wrap-box-check .tabs span {
  display: block;
}
.wrap-box-check .tabs li {
  width: 100%;
}
.wrap-box-check .tabs li a {
  width: 100%;
  text-align: center;
}
@media (max-width: 480px) {
  .wrap-box-check .tabs li a {
    padding-left: 2px;
    padding-right: 2px;
    font-size: 12px;
    font-weight: 500;
  }
}
.wrap-box-check .icon {
  height: 25px;
}
@media (max-width: 767px) {
  .wrap-box-check .icon {
    height: 15px;
  }
}
.wrap-box-check .icon img {
  display: block;
  max-height: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 640px) {
  .wrap-box-check .icon img {
    max-width: 15px;
  }
}
.wrap-box-check input[type=submit] {
  display: block;
  width: 100%;
}
.wrap-box-check .small {
  line-height: 1em;
  font-size: 11px;
}
@media (max-width: 640px) {
  .wrap-box-check .small {
    font-size: 10px;
  }
}
.wrap-box-check .input_block {
  margin-top: 20px;
}
.wrap-box-check .form-group label {
  display: flex;
  align-items: center;
}
@media (max-width: 640px) {
  .wrap-box-check .form-group label {
    font-size: 12px;
  }
}
.wrap-box-check .form-group label .text {
  margin-left: 5px;
}

.element-edit-account {
  background-color: white;
  padding: 40px;
  border-radius: 20px;
  border: 1px solid #D1D1D1;
  margin-top: 25px;
}
@media (max-width: 1430px) {
  .element-edit-account {
    padding: 30px;
  }
}
@media (max-width: 640px) {
  .element-edit-account {
    padding: 25px 20px;
    margin-top: 20px;
  }
}
.element-edit-account .form-row-first,
.element-edit-account .form-row-last {
  width: 48%;
}
@media (max-width: 1430px) {
  .element-edit-account .form-row-first,
  .element-edit-account .form-row-last {
    width: 100%;
  }
}
.element-edit-account .form-row-first {
  float: left;
}
@media (max-width: 1430px) {
  .element-edit-account .form-row-first {
    float: none;
  }
}
@media (max-width: 640px) {
  .element-edit-account h5 {
    font-size: 16px;
  }
}
.element-edit-account label {
  display: block;
  font-size: 14px;
  margin-bottom: 2px;
}
@media (max-width: 960px) {
  .element-edit-account label {
    font-size: 13px;
  }
}
.element-edit-account .form-row-last {
  float: right;
}
@media (max-width: 1430px) {
  .element-edit-account .form-row-last {
    float: none;
  }
}
.element-edit-account span {
  display: block;
}
.element-edit-account span.required {
  display: inline;
}
.element-edit-account fieldset p {
  width: 48%;
  float: left;
}
@media (max-width: 1430px) {
  .element-edit-account fieldset p {
    width: 100%;
  }
}
.element-edit-account fieldset p:first-of-type {
  width: 100%;
}
.element-edit-account fieldset p:last-child {
  float: right;
}
.element-edit-account legend {
  font-size: 20px;
  font-weight: 600;
  display: block;
  width: 100%;
  padding-top: 15px;
  margin-top: 20px;
  border-top: 1px solid #F0E9DF;
}

@media (max-width: 767px) {
  .section-form-data .col_50 {
    width: 100%;
  }
}

.user-header {
  position: relative;
  padding-left: 85px;
  min-height: 72px;
  margin-bottom: 30px;
}
@media (max-width: 1300px) {
  .user-header {
    padding-left: 70px;
    min-height: 60px;
  }
}
@media (max-width: 640px) {
  .user-header {
    padding-left: 52px;
    min-height: 42px;
  }
}
@media (max-width: 480px) {
  .user-header {
    padding-left: 48px;
  }
}
.user-header h1 {
  margin-bottom: 0;
}
.user-header p {
  margin: 0;
}
@media (max-width: 1300px) {
  .user-header p {
    font-size: 14px;
  }
}
@media (max-width: 960px) {
  .user-header p {
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .user-header p {
    font-size: 12px;
  }
}
.user-header .icon {
  position: absolute;
  left: 0;
  top: 0;
  width: 72px;
  height: 72px;
  background-color: #511A66;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
}
@media (max-width: 1300px) {
  .user-header .icon {
    width: 60px;
    height: 60px;
  }
}
@media (max-width: 640px) {
  .user-header .icon {
    width: 42px;
    height: 42px;
    border-radius: 5px;
  }
  .user-header .icon img {
    max-height: 16px;
  }
}
@media (max-width: 480px) {
  .user-header .icon {
    width: 35px;
    height: 35px;
  }
  .user-header .icon img {
    max-height: 14px;
  }
}

a.sidebar-trigger {
  display: flex;
  align-items: center;
  border-radius: 6px;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition-timing-function: ease;
  line-height: 1;
  font-weight: 600;
  height: 44px;
  padding: 0 10px;
  margin-right: 0;
  background-color: rgba(0, 0, 0, 0.73);
}
@media (max-width: 767px) {
  a.sidebar-trigger {
    height: 36px;
  }
}
a.sidebar-trigger span:not(.hamburger) {
  display: block;
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
}
a.sidebar-trigger:hover {
  text-decoration: none;
}

.section-my-account {
  transition: all 0.35s linear;
  -moz-transition: all 0.35s linear;
  -webkit-transition: all 0.35s linear;
  position: relative;
  left: 0;
}

.sidebar-open {
  position: relative;
  left: 0;
}
.sidebar-open .section-my-account {
  left: -280px;
}
@media (max-width: 480px) {
  .sidebar-open .section-my-account {
    left: -240px;
  }
}
.sidebar-open .sidebar-user {
  left: auto;
  right: 280px;
}
@media (max-width: 960px) {
  .sidebar-open .sidebar-user {
    right: 0;
  }
}
.sidebar-open .header {
  left: -280px;
}
@media (max-width: 480px) {
  .sidebar-open .header {
    left: -240px;
  }
}
.sidebar-open .close-menu {
  z-index: 222;
  opacity: 1;
  left: auto;
  right: 280px;
}
@media (max-width: 480px) {
  .sidebar-open .close-menu {
    right: 240px;
  }
}
.sidebar-open .account-menu {
  right: 0;
  transition: all 0.35s linear;
  -moz-transition: all 0.35s linear;
  -webkit-transition: all 0.35s linear;
}
.sidebar-open .hamburger3 {
  background-color: rgba(0, 0, 0, 0) !important;
}
.sidebar-open .hamburger3:before, .sidebar-open .hamburger3:after {
  top: 50%;
  bottom: auto;
  transition: 0.2s top, 0.2s transform 0.2s;
  left: 0;
}
.sidebar-open .hamburger3::before {
  transform: rotate(45deg);
}
.sidebar-open .hamburger3:after {
  transform: rotate(135deg);
}

.input_imei {
  text-align: center;
  position: relative;
}
.input_imei::before {
  content: "";
  display: block;
  position: absolute;
  left: 32px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url("images/svg/smartphone.svg");
  background-repeat: no-repeat;
  background-position: center;
  width: 14px;
  height: 24px;
  background-size: contain;
}
@media (max-width: 640px) {
  .input_imei::before {
    width: 9px;
  }
}
@media (max-width: 480px) {
  .input_imei::before {
    left: 20px;
  }
}
.input_imei textarea,
.input_imei input[type=text] {
  text-align: center;
  padding-left: 60px;
  padding-right: 60px;
  margin-bottom: 0;
}
@media (max-width: 640px) {
  .input_imei textarea,
  .input_imei input[type=text] {
    font-size: 12px;
    padding-top: 16px;
    padding-bottom: 16px;
  }
}
@media (max-width: 640px) {
  .input_imei input[type=text] {
    height: 46px;
  }
}

.quick-options {
  margin-top: 10px;
}
.quick-options p.big {
  text-align: center;
}
@media (max-width: 640px) {
  .quick-options p.big {
    margin-bottom: 5px;
  }
}
@media (max-width: 480px) {
  .quick-options .col_50 {
    width: 100%;
    margin-top: 10px;
  }
  .quick-options .col_50:first-child {
    margin-top: 0;
  }
}
.quick-options a {
  display: block;
  text-align: center;
  background-color: #F3F4F4;
  border: 1px solid #F0E9DF;
  border-radius: 5px;
  padding: 20px;
  height: 100%;
}
@media (max-width: 767px) {
  .quick-options a {
    padding: 13px 10px;
  }
}
@media (max-width: 640px) {
  .quick-options a {
    padding: 11px 8px;
  }
}
.quick-options a:hover {
  text-decoration: none;
  border-color: #010101;
}
.quick-options span {
  display: block;
  text-align: center;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .quick-options span {
    font-size: 12px;
  }
}
@media (max-width: 640px) {
  .quick-options span {
    font-size: 11px;
  }
}
.quick-options .text_1 {
  font-size: 12px;
  opacity: 0.5;
}
@media (max-width: 640px) {
  .quick-options .text_1 {
    font-size: 11px;
  }
}
.quick-options .text_2 {
  font-weight: 500;
}

.title-line {
  font-size: 20px;
  font-weight: 600;
  color: #010101;
  display: flex;
  align-items: center;
  margin-top: 0;
  margin-bottom: 20px;
}
@media (max-width: 960px) {
  .title-line {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  .title-line {
    font-size: 15px;
    margin-bottom: 10px;
  }
}
.title-line span {
  width: 44px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #010101;
  color: white;
  border-radius: 100%;
  margin-right: 10px;
}
@media (max-width: 960px) {
  .title-line span {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 640px) {
  .title-line span {
    width: 30px;
    height: 30px;
    font-size: 12px;
  }
}

.checkout-form-grey {
  background-color: white;
  border-radius: 10px;
  border: 1px solid #D1D1D1;
  padding: 40px 30px;
}
@media (max-width: 640px) {
  .checkout-form-grey {
    padding: 20px;
  }
}
.checkout-form-grey .form-row {
  margin: 0;
}
.checkout-form-grey .form-row-first {
  width: 48%;
  float: left;
}
@media (max-width: 480px) {
  .checkout-form-grey .form-row-first {
    width: 100%;
    float: none;
  }
}
.checkout-form-grey .form-row-last {
  width: 48%;
  float: right;
}
@media (max-width: 480px) {
  .checkout-form-grey .form-row-last {
    width: 100%;
    float: none;
  }
}
.checkout-form-grey .form-row-wide {
  width: 100%;
}
.checkout-form-grey label,
.checkout-form-grey .woocommerce-input-wrapper {
  display: block;
  width: 100%;
}
.checkout-form-grey label {
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 15px;
}
@media (max-width: 480px) {
  .checkout-form-grey label {
    font-size: 14px;
    margin-bottom: 5px;
  }
}

abbr[title] {
  border-bottom: none;
  text-decoration: none;
}

.flex-checkout {
  margin-top: 40px;
}
@media (max-width: 960px) {
  .flex-checkout .col_65,
  .flex-checkout .col_35 {
    width: 100%;
  }
}

.checkout-right-wrap {
  max-width: 378px;
  margin-left: auto;
  margin-bottom: 30px;
}
@media (max-width: 1300px) {
  .checkout-right-wrap {
    padding-left: 40px;
  }
}
@media (max-width: 960px) {
  .checkout-right-wrap {
    padding-left: 0;
    margin-top: 30px;
    max-width: 100%;
  }
}

.woocommerce-checkout-review-order-table {
  background-color: white;
  border-radius: 10px;
  border: 1px solid #D1D1D1;
  width: 100%;
  border-collapse: separate;
}
.woocommerce-checkout-review-order-table td,
.woocommerce-checkout-review-order-table th {
  padding: 10px 15px;
}
.woocommerce-checkout-review-order-table th {
  text-align: left;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.005em;
  font-weight: 600;
}
.woocommerce-checkout-review-order-table tbody td {
  background-color: #fbfbfb;
  font-size: 14px;
}
@media (max-width: 640px) {
  .woocommerce-checkout-review-order-table tbody td {
    font-size: 13px;
  }
}
.woocommerce-checkout-review-order-table tbody td label {
  font-weight: 500;
}
.woocommerce-checkout-review-order-table span,
.woocommerce-checkout-review-order-table bdi {
  font-weight: 600;
}
.woocommerce-checkout-review-order-table tbody td:last-child,
.woocommerce-checkout-review-order-table tfoot td {
  text-align: right;
  font-weight: 600;
}
.woocommerce-checkout-review-order-table .product-total {
  width: 25%;
}

.woocommerce-checkout-payment {
  margin-top: 30px;
}

.wc_payment_method {
  border-radius: 10px;
  background-color: white;
  border: 1px solid #D1D1D1;
  padding: 20px !important;
  margin-top: 20px !important;
}
.wc_payment_method:first-child {
  margin-top: 0;
}

.payment_box p {
  font-size: 14px;
  opacity: 0.7;
}
@media (max-width: 480px) {
  .payment_box p {
    font-size: 13px;
  }
}

body.wc-braintree-body .wc-braintree-new-payment-method-container .form-group label:not(.save-card-label):not(.wc-braintree-save-label) {
  font-weight: 600 !important;
  font-size: 15px;
}

.woocommerce-form__label-for-checkbox {
  display: block;
  position: relative;
  padding-left: 35px;
}
.woocommerce-form__label-for-checkbox span,
.woocommerce-form__label-for-checkbox abbr {
  display: inline;
  font-size: 15px;
}
@media (max-width: 960px) {
  .woocommerce-form__label-for-checkbox span,
  .woocommerce-form__label-for-checkbox abbr {
    font-size: 14px;
  }
}
@media (max-width: 640px) {
  .woocommerce-form__label-for-checkbox span,
  .woocommerce-form__label-for-checkbox abbr {
    font-size: 13px;
  }
}
.woocommerce-form__label-for-checkbox input {
  position: absolute;
  top: 0;
  left: 0;
}

#place_order {
  display: block;
  width: 100%;
}

ul.payment_methods li[class*=payment_method] > input[name=payment_method] + label {
  font-weight: 500;
}

.order_placed_wrap {
  background-color: white;
  border-radius: 10px;
  padding: 40px;
  border: 1px solid #F0E9DF;
}
@media (max-width: 767px) {
  .order_placed_wrap {
    padding: 30px 20px;
  }
}
@media (max-width: 640px) {
  .order_placed_wrap {
    background-color: transparent;
    border: none;
    padding: 0;
  }
}
.order_placed_wrap p {
  margin-top: 0;
}

.page-template-page-cart .wc-empty-cart-message {
  font-weight: 600;
  font-size: 20px;
  line-height: 1.4;
}
.page-template-page-cart .woocommerce {
  background-color: white;
  border-radius: 10px;
  padding: 40px;
  text-align: center;
  border: 1px solid #F0E9DF;
}
@media (max-width: 767px) {
  .page-template-page-cart .woocommerce {
    padding: 30px 20px;
  }
}

.clear {
  clear: both;
}

.user_update_edit,
.company_update_edit {
  position: relative;
}
.user_update_edit.block::before,
.company_update_edit.block::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  background-color: #fff;
  opacity: 0.7;
}
.user_update_edit.block .meter.active,
.company_update_edit.block .meter.active {
  position: absolute;
  width: 100%;
  z-index: 99;
  top: calc((100% - 20px) / 2);
  left: 0;
}

.wrap-box-check {
  position: relative;
  z-index: 0;
}
.wrap-box-check.loading .above-options {
  display: none;
}
.wrap-box-check.loading .input_block_submit {
  display: none;
}
.wrap-box-check.loading .input_check {
  display: none;
}
.wrap-box-check.loading .bottom-insert-services {
  display: none;
}
.wrap-box-check.loading .input_block input,
.wrap-box-check.loading .input_block select {
  cursor: not-allowed;
}
.wrap-box-check.loading .insert-services {
  display: none;
}

.header-acc {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #D1D1D1;
}
.header-acc .icon-name {
  background-color: #cccccc;
}
.header-acc .user-box-avatar .text {
  color: #242424;
}
.header-acc .user-box-avatar .text b {
  font-size: 27px;
  margin-top: 3px;
  color: #010101;
}
@media (max-width: 767px) {
  .header-acc .user-box-avatar .text b {
    font-size: 22px;
  }
}
@media (max-width: 640px) {
  .header-acc .user-box-avatar .text b {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  .header-acc .header-acc-left,
  .header-acc .header-acc-right {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .header-acc-right {
    padding: 10px;
    border-radius: 10px;
    background-color: white;
    margin-top: 20px;
  }
}
.header-acc-right a:hover {
  text-decoration: none;
}
@media (max-width: 480px) {
  .header-acc-right .flex {
    flex-direction: row-reverse;
    justify-content: space-between;
  }
}
.header-acc-right .btn-link {
  position: relative;
  padding-left: 28px;
  font-size: 14px;
}
@media (max-width: 960px) {
  .header-acc-right .btn-link {
    padding-left: 23px;
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .header-acc-right .btn-link {
    font-size: 11px;
    padding-left: 19px;
  }
}
.header-acc-right .btn-link::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 18px;
  height: 18px;
  background-image: url("images/svg/logout.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media (max-width: 960px) {
  .header-acc-right .btn-link::before {
    width: 15px;
    height: 15px;
  }
}
@media (max-width: 767px) {
  .header-acc-right .btn-link::before {
    width: 12px;
    height: 12px;
    top: 2px;
  }
}
.header-acc-right .button-edit {
  position: relative;
  padding-left: 52px;
  margin-left: 20px;
  padding-top: 19px;
  padding-bottom: 19px;
  font-size: 14px;
}
@media (max-width: 1300px) {
  .header-acc-right .button-edit {
    margin-left: 15px;
    padding: 14px 18px;
    font-size: 14px;
  }
}
@media (max-width: 960px) {
  .header-acc-right .button-edit {
    font-size: 12px;
    padding: 12px 15px;
  }
}
@media (max-width: 767px) {
  .header-acc-right .button-edit {
    font-size: 11px;
    padding: 0;
    background-color: transparent;
    color: #000;
    text-decoration: underline;
  }
}
@media (max-width: 480px) {
  .header-acc-right .button-edit {
    margin-left: 0;
  }
}
.header-acc-right .button-edit::before {
  content: "";
  display: block;
  position: absolute;
  left: 25px;
  width: 15px;
  background-size: contain;
  height: 15px;
  background-image: url("images/svg/edit.svg");
  background-repeat: no-repeat;
  background-position: center;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 1300px) {
  .header-acc-right .button-edit::before {
    display: none;
  }
}

.widget-top {
  display: flex;
  position: relative;
}
.widget-top .icon {
  width: 80px;
  height: 80px;
  border-radius: 4px;
  background-color: #511A66;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
}
@media (max-width: 1300px) {
  .widget-top .icon {
    width: 60px;
    height: 60px;
  }
}
@media (max-width: 640px) {
  .widget-top .icon {
    width: 42px;
    height: 42px;
    border-radius: 5px;
  }
  .widget-top .icon img {
    max-height: 16px;
  }
}
.widget-top .text {
  width: calc(100% - 80px);
  padding-left: 14px;
}
.widget-top .text span {
  display: block;
  line-height: 1;
}
.widget-top .text span:first-child {
  font-size: 14px;
  opacity: 0.9;
}
@media (max-width: 1430px) {
  .widget-top .text span:first-child {
    font-size: 12px;
  }
}
.widget-top .text span.no {
  font-weight: 700;
  font-size: 46px;
  color: #010101;
  margin-top: 5px;
}
@media (max-width: 1430px) {
  .widget-top .text span.no {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .widget-top .text span.no {
    font-size: 25px;
    margin-top: 3px;
  }
}
@media (max-width: 640px) {
  .widget-top .text span.no {
    font-size: 18px;
  }
}

.widget-bottom {
  padding-top: 15px;
  margin-top: 15px;
  border-top: 1px solid #D1D1D1;
}
@media (max-width: 767px) {
  .widget-bottom {
    margin-top: 10px;
    padding-top: 10px;
  }
}

.box-widget .simple-title {
  align-items: flex-end;
  margin-bottom: 20px;
}
@media (max-width: 640px) {
  .box-widget .simple-title {
    flex-wrap: wrap;
  }
}
.box-widget .simple-title p {
  margin: 0;
}
.box-widget .simple-title p.big {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4;
  margin-right: 10px;
}
@media (max-width: 767px) {
  .box-widget .simple-title p.big {
    font-size: 18px;
  }
}
@media (max-width: 640px) {
  .box-widget .simple-title p.big {
    margin-bottom: 9px;
    width: 100%;
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .box-widget .simple-link {
    text-align: right;
  }
}

.blue_link,
.simple-link {
  text-decoration: underline;
  color: #5449A5;
  font-size: 14px;
  line-height: 1;
}
@media (max-width: 1550px) {
  .blue_link,
  .simple-link {
    font-size: 13px;
    line-height: 1.3em;
  }
}
@media (max-width: 640px) {
  .blue_link,
  .simple-link {
    font-size: 12px;
  }
}
.blue_link:hover,
.simple-link:hover {
  opacity: 0.6;
}

.box-widget table {
  border: 1px solid #D1D1D1;
  border-radius: 5px;
  width: 100%;
  border-collapse: separate;
}
.box-widget table th {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  opacity: 0.7;
  text-align: left;
}
@media (max-width: 1550px) {
  .box-widget table th {
    font-size: 13px;
  }
}
@media (max-width: 640px) {
  .box-widget table th {
    font-size: 12px;
  }
}
.box-widget table th,
.box-widget table td {
  padding: 10px;
}
@media (max-width: 640px) {
  .box-widget table th,
  .box-widget table td {
    padding: 7px;
  }
}
.box-widget table td {
  font-size: 14px;
  line-height: 1.4;
  border-top: 1px solid #D1D1D1;
}
@media (max-width: 1550px) {
  .box-widget table td {
    font-size: 13px;
  }
}
@media (max-width: 640px) {
  .box-widget table td {
    font-size: 12px;
  }
}
.box-widget table td:first-child {
  width: 20%;
}
@media (max-width: 640px) {
  .box-widget table td:last-child {
    word-break: break-word;
  }
}
.box-widget table tbody tr:nth-child(odd) td {
  background-color: #F3F4F4;
}

.custom-date-search {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: relative;
  margin-bottom: 10px;
}
.custom-date-search::before {
  content: "";
  display: block;
  position: absolute;
  right: 291px;
  width: 13px;
  height: 17px;
  background-image: url(images/svg/calendar.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  top: 15px;
}
@media (max-width: 1300px) {
  .custom-date-search::before {
    right: 178px;
  }
}
@media (max-width: 767px) {
  .custom-date-search::before {
    right: auto;
    left: 79px;
    width: 11px;
    top: 12px;
    height: 13px;
  }
}
.custom-date-search label {
  margin-right: 15px;
}
.custom-date-search input {
  width: 250px;
  margin-left: 15px;
  border-radius: 5px;
  font-size: 13px;
  padding-left: 39px;
  width: 320px;
  padding-top: 0;
  padding-bottom: 0;
  height: 48px;
  margin-bottom: 0 !important;
}
@media (max-width: 1300px) {
  .custom-date-search input {
    width: 205px;
    font-size: 12px;
    padding-right: 5px;
  }
}
@media (max-width: 767px) {
  .custom-date-search input {
    width: 100%;
    height: 37px;
    padding-left: 28px;
  }
}

.section-orders-listing label {
  font-weight: 500;
  font-size: 15px;
  margin-bottom: 0;
}
@media (max-width: 1300px) {
  .section-orders-listing label {
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .section-orders-listing label {
    font-size: 12px;
  }
}

.dataTables_wrapper .dataTables_length,
.dataTables_filter {
  width: 50%;
}
@media (max-width: 767px) {
  .dataTables_wrapper .dataTables_length,
  .dataTables_filter {
    width: 100%;
  }
}
.dataTables_wrapper .dataTables_length label,
.dataTables_filter label {
  margin-bottom: 20px;
  font-size: 14px;
}
@media (max-width: 1300px) {
  .dataTables_wrapper .dataTables_length label,
  .dataTables_filter label {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .dataTables_wrapper .dataTables_length label,
  .dataTables_filter label {
    margin-bottom: 11px;
  }
}
.dataTables_wrapper .dataTables_length select,
.dataTables_filter select {
  width: 110px;
  margin-left: 10px;
  margin-right: 10px;
  -webkit-appearance: listbox !important;
}
@media (max-width: 767px) {
  .dataTables_wrapper .dataTables_length select,
  .dataTables_filter select {
    padding-top: 0;
    padding-bottom: 0;
    height: 37px !important;
    padding-left: 10px !important;
    width: 100%;
    margin-right: 0;
    margin-left: 18px;
  }
}
.dataTables_wrapper .dataTables_length input[type=search],
.dataTables_wrapper .dataTables_length select,
.dataTables_filter input[type=search],
.dataTables_filter select {
  margin-bottom: 0;
  background-color: white;
  height: 48px;
  border-radius: 5px;
  border-color: #F0E9DF;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 14px;
}
@media (max-width: 1300px) {
  .dataTables_wrapper .dataTables_length input[type=search],
  .dataTables_wrapper .dataTables_length select,
  .dataTables_filter input[type=search],
  .dataTables_filter select {
    height: 41px;
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .dataTables_wrapper .dataTables_length input[type=search],
  .dataTables_wrapper .dataTables_length select,
  .dataTables_filter input[type=search],
  .dataTables_filter select {
    font-size: 13px;
    height: 40px;
  }
}
@media (max-width: 640px) {
  .dataTables_wrapper .dataTables_length input[type=search],
  .dataTables_wrapper .dataTables_length select,
  .dataTables_filter input[type=search],
  .dataTables_filter select {
    font-size: 12px;
  }
}
.dataTables_wrapper .dataTables_length input[type=search],
.dataTables_filter input[type=search] {
  width: 320px;
  margin-bottom: 0;
  margin-left: 15px;
  position: relative;
  padding-left: 40px;
  padding-top: 0;
  padding-bottom: 0;
}
@media (max-width: 1300px) {
  .dataTables_wrapper .dataTables_length input[type=search],
  .dataTables_filter input[type=search] {
    width: 205px;
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .dataTables_wrapper .dataTables_length input[type=search],
  .dataTables_filter input[type=search] {
    width: 100%;
    margin-left: 0;
  }
}
@media (max-width: 640px) {
  .dataTables_wrapper .dataTables_length input[type=search],
  .dataTables_filter input[type=search] {
    font-size: 12px;
  }
}
.dataTables_wrapper .dataTables_length label,
.dataTables_filter label {
  display: flex;
  align-items: center;
}

.dataTables_wrapper .dataTables_filter label {
  justify-content: flex-end;
  position: relative;
}
@media (max-width: 1300px) {
  .dataTables_wrapper .dataTables_filter label {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .dataTables_wrapper .dataTables_filter label {
    display: block;
    text-align: left;
  }
}
.dataTables_wrapper .dataTables_filter label::before {
  content: "";
  display: block;
  position: absolute;
  right: 287px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url("images/svg/search.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 16px;
  height: 16px;
  z-index: 1;
}
@media (max-width: 1300px) {
  .dataTables_wrapper .dataTables_filter label::before {
    right: 172px;
    width: 15px;
    height: 15px;
  }
}
@media (max-width: 767px) {
  .dataTables_wrapper .dataTables_filter label::before {
    right: auto;
    left: 15px;
    top: auto;
    transform: none;
    bottom: 15px;
    width: 12px;
    height: 12px;
  }
}

table#history-table > thead > tr > td,
table#history-table_processing > thead > tr > th,
table.dataTable > thead > tr > th,
table.dataTable > thead > tr > td {
  border-color: #F0E9DF;
}

table#history-table tbody td.table-output {
  display: none !important;
}

table#history-payment-table tbody td .small-data {
  font-size: 11px;
  margin-top: 6px;
}

table#history-table,
table.dataTable {
  border: 1px solid #F0E9DF;
  border-radius: 5px;
  border-collapse: separate;
  background-color: white;
  margin-top: 20px;
}
table#history-table .button1,
table.dataTable .button1 {
  padding: 10px 13px;
  font-weight: 500;
  font-size: 12px;
  background-color: #C8C8C8;
}
@media (max-width: 960px) {
  table#history-table .button1,
  table.dataTable .button1 {
    font-size: 11px;
    padding: 7px 10px;
  }
}
@media (max-width: 767px) {
  table#history-table .button1,
  table.dataTable .button1 {
    font-size: 10px;
  }
}
table#history-table .button1:hover,
table.dataTable .button1:hover {
  background-color: #000;
  color: #fff;
  opacity: 1;
}
table#history-table table,
table.dataTable table {
  width: 100%;
  border-collapse: separate;
}
table#history-table tbody td,
table.dataTable tbody td {
  font-size: 14px;
}
@media (max-width: 767px) {
  table#history-table tbody td,
  table.dataTable tbody td {
    font-size: 13px;
  }
}
@media (max-width: 640px) {
  table#history-table tbody td,
  table.dataTable tbody td {
    font-size: 11px;
  }
}
table#history-table td.dtr-control,
table#history-table td.credits-nr,
table.dataTable td.dtr-control,
table.dataTable td.credits-nr {
  font-weight: 600;
}
table#history-table tr.even td,
table.dataTable tr.even td {
  background-color: #fbfbfb;
}

table.dataTable thead > tr > th.sorting,
table.dataTable thead > tr > th.sorting_asc,
table.dataTable thead > tr > th.sorting_desc,
table.dataTable thead > tr > th.sorting_asc_disabled,
table.dataTable thead > tr > th.sorting_desc_disabled,
table.dataTable thead > tr > td.sorting,
table.dataTable thead > tr > td.sorting_asc,
table.dataTable thead > tr > td.sorting_desc,
table.dataTable thead > tr > td.sorting_asc_disabled,
table.dataTable thead > tr > td.sorting_desc_disabled {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  opacity: 0.7;
  text-align: left;
}
@media (max-width: 767px) {
  table.dataTable thead > tr > th.sorting,
  table.dataTable thead > tr > th.sorting_asc,
  table.dataTable thead > tr > th.sorting_desc,
  table.dataTable thead > tr > th.sorting_asc_disabled,
  table.dataTable thead > tr > th.sorting_desc_disabled,
  table.dataTable thead > tr > td.sorting,
  table.dataTable thead > tr > td.sorting_asc,
  table.dataTable thead > tr > td.sorting_desc,
  table.dataTable thead > tr > td.sorting_asc_disabled,
  table.dataTable thead > tr > td.sorting_desc_disabled {
    font-size: 11px;
  }
}

table.dataTable.row-border > tbody > tr > th,
table.dataTable.row-border > tbody > tr > td,
table.dataTable.display > tbody > tr > th,
table.dataTable.display > tbody > tr > td {
  border-color: #F0E9DF;
}

table.dataTable.hover > tbody > tr:hover > *,
table.dataTable.display > tbody > tr:hover > *,
table.dataTable.display > tbody > tr.even > .sorting_1,
table.dataTable.order-column.stripe > tbody > tr.even > .sorting_1,
table.dataTable.display > tbody > tr.odd > .sorting_1,
table.dataTable.order-column.stripe > tbody > tr.odd > .sorting_1,
table.dataTable.stripe > tbody > tr.odd > *,
table.dataTable.display > tbody > tr.odd > * {
  box-shadow: none;
}

table.dataTable.no-footer {
  border-bottom-color: #F0E9DF;
  margin-bottom: 30px;
}
@media (max-width: 1300px) {
  table.dataTable.no-footer {
    margin-bottom: 20px;
  }
}

body.page-template-page-myaccount {
  background-color: #f3f4f4;
}
body.page-template-page-myaccount.not-logged {
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: rgb(51, 0, 76);
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  border: none;
  background: #010101;
  color: white !important;
  border-radius: 5px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
  border: none;
  font-size: 14px;
}
@media (max-width: 767px) {
  .dataTables_wrapper .dataTables_paginate .paginate_button {
    font-size: 12px;
  }
}
@media (max-width: 640px) {
  .dataTables_wrapper .dataTables_paginate .paginate_button {
    font-size: 11px;
    padding: 0.1em 0.7em;
  }
}

.dataTables_wrapper .dataTables_info {
  font-size: 14px;
}
@media (max-width: 767px) {
  .dataTables_wrapper .dataTables_info {
    font-size: 13px;
  }
}
@media (max-width: 640px) {
  .dataTables_wrapper .dataTables_info {
    font-size: 12px;
  }
}

@media (max-width: 1430px) {
  .box_credit {
    width: 33.333%;
  }
}
@media (max-width: 640px) {
  .box_credit {
    width: 100%;
    margin-top: 10px;
    text-align: left;
  }
}
.box_credit .wrap-box a {
  background-color: #fff;
  border-radius: 15px;
  border: 1px solid #d1d1d1;
  padding: 20px;
  height: 100%;
  display: block;
  width: 100%;
}
@media (max-width: 640px) {
  .box_credit .wrap-box a {
    padding: 15px;
    text-align: center;
  }
}
.box_credit .wrap-box a:hover {
  border-color: #511A66;
  text-decoration: none;
}

.add-product-credits {
  text-align: center;
  position: relative;
}
@media (max-width: 640px) {
  .add-product-credits {
    text-align: left;
  }
}
.add-product-credits.active {
  overflow: hidden;
}
.add-product-credits.active:before {
  content: "";
  width: 100%;
  height: 100%;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url(images/loading-gif.gif);
  background-color: rgba(255, 255, 255, 0.85);
  background-size: 300px;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
}
@media (max-width: 640px) {
  .add-product-credits.active:before {
    background-position: center 126px;
  }
}
.add-product-credits p.big {
  font-size: 14px;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 10px;
  line-height: 1;
  padding: 15px;
  background-color: #F3F4F4;
  border-radius: 10px;
}
@media (max-width: 640px) {
  .add-product-credits p.big {
    display: flex;
    padding: 10px 15px;
    align-items: center;
    justify-content: center;
  }
}
.add-product-credits p.big img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.add-product-credits p.big span {
  display: block;
  margin-bottom: 5px;
}
@media (max-width: 640px) {
  .add-product-credits p.big span {
    margin-bottom: 0;
    margin-right: 10px;
  }
}
.add-product-credits p.small {
  margin-top: 0;
}
.add-product-credits p.small span,
.add-product-credits p.small bdi,
.add-product-credits p.small * {
  font-size: 20px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .add-product-credits p.small span,
  .add-product-credits p.small bdi,
  .add-product-credits p.small * {
    font-size: 18px;
  }
}
@media (max-width: 640px) {
  .add-product-credits p.small span,
  .add-product-credits p.small bdi,
  .add-product-credits p.small * {
    font-size: 16px;
  }
}
.add-product-credits .button1 {
  display: block;
  padding: 14px 12px;
  font-size: 14px;
}
@media (max-width: 1300px) {
  .add-product-credits .button1 {
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .add-product-credits .button1 {
    font-size: 12px;
  }
}
.add-product-credits .note {
  display: inline-block;
  width: 100%;
  margin-top: 12px;
  font-style: italic;
  font-size: 11px;
}

.payment-options {
  margin-top: 30px;
  margin-bottom: 30px;
  border-top: 1px solid #d1d1d1;
  padding-top: 20px;
  margin-top: 40px;
}
@media (max-width: 640px) {
  .payment-options {
    padding-top: 10px;
    margin-top: 10px;
    margin-bottom: 20px;
  }
}

.checkout-user-login .title-line:first-child {
  position: relative;
}
.checkout-user-login .title-line:first-child::before {
  content: "1.";
  width: 44px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #010101;
  color: white;
  border-radius: 100%;
  margin-right: 10px;
}
@media (max-width: 767px) {
  .checkout-user-login .title-line:first-child::before {
    width: 38px;
    height: 38px;
  }
}
@media (max-width: 640px) {
  .checkout-user-login .title-line:first-child::before {
    width: 34px;
    height: 34px;
  }
}
.checkout-user-login .woocommerce-checkout-payment .title-line::before {
  content: "2.";
}
.checkout-user-login .woocommerce-checkout-payment .title-line.payment-item::before {
  content: "3.";
  width: 44px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #010101;
  color: white;
  border-radius: 100%;
  margin-right: 10px;
}
@media (max-width: 767px) {
  .checkout-user-login .woocommerce-checkout-payment .title-line.payment-item::before {
    width: 38px;
    height: 38px;
  }
}
@media (max-width: 640px) {
  .checkout-user-login .woocommerce-checkout-payment .title-line.payment-item::before {
    width: 34px;
    height: 34px;
  }
}
@media (max-width: 1430px) {
  .checkout-user-login .checkout-right-wrap {
    padding-left: 0;
  }
}
@media (max-width: 1100px) {
  .checkout-user-login .checkout-right-wrap {
    margin-top: 0;
  }
}
@media (max-width: 1430px) {
  .checkout-user-login .col_35.checkout-right {
    width: 45%;
  }
}
@media (max-width: 1300px) {
  .checkout-user-login .col_35.checkout-right {
    width: 100%;
    max-width: 500px;
  }
}
@media (max-width: 1100px) {
  .checkout-user-login .col_35.checkout-right {
    width: 100%;
    max-width: 100%;
    margin-top: 0;
  }
}
.checkout-user-login .woocommerce-checkout-review-order-table .product-total {
  width: 50%;
}

.p-GridCell {
  margin-bottom: 15px;
}

.Tab--selected:hover {
  color: #511A66;
}

.Tab--selected {
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.03), 0px 3px 6px rgba(0, 0, 0, 0.02), 0 0 0 1px #511a66 !important;
  background-color: rgb(255, 255, 255);
}

.order_placed_wrap h2:first-child::before {
  background-image: url("images/svg/success2.svg");
}

@media (max-width: 1300px) {
  .col_50.acc-widget {
    width: 100%;
  }
}

.row.acc-widgets {
  margin-left: -10px;
  margin-right: -10px;
}

@media (max-width: 1300px) {
  .acc-widget {
    padding: 0 10px;
  }
}
@media (max-width: 640px) {
  .acc-widget {
    width: 100%;
  }
}

.body-acc .acc-widget {
  margin-bottom: 40px;
}
@media (max-width: 1430px) {
  .body-acc .acc-widget {
    margin-bottom: 20px;
  }
}
@media (max-width: 640px) {
  .body-acc .acc-widget {
    margin-bottom: 15px;
  }
}

.payment-history {
  border-top: 1px solid #d1d1d1;
  padding-top: 30px;
  margin-top: 60px;
}
@media (max-width: 767px) {
  .payment-history {
    padding-top: 20px;
    margin-top: 40px;
  }
}

.swal2-container table {
  width: 100%;
  border-top: 1px solid #dfdfdf;
  margin-top: 30px;
  color: #636363;
}
.swal2-container table tr {
  vertical-align: top;
}
.swal2-container table tr td {
  border-bottom: 1px solid #dfdfdf;
  padding: 8px 5px;
  width: 50%;
  font-size: 14px;
}
@media (max-width: 960px) {
  .swal2-container table tr td {
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .swal2-container table tr td {
    font-size: 12px;
  }
}
.swal2-container table tr td:last-child {
  text-align: right;
}
.swal2-container table tr td:first-child {
  text-align: left;
}

@media (max-width: 767px) {
  #history-table_filter label {
    font-size: 0;
  }
}

.processing-data-loading {
  background: #000;
  padding: 20px;
  color: #fff;
  border-radius: 10px;
  display: none;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
@media (max-width: 960px) {
  .processing-data-loading {
    padding: 12px;
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .processing-data-loading {
    font-size: 11px;
  }
}
.processing-data-loading.active {
  display: flex;
}
.processing-data-loading .text {
  padding-right: 23px;
  text-transform: uppercase;
}

.dot-elastic {
  position: relative;
  width: 6px;
  height: 6px;
  border-radius: 5px;
  background-color: #fff;
  color: #fff;
  animation: dot-elastic 1s infinite linear;
}
@media (max-width: 767px) {
  .dot-elastic {
    width: 4px;
    height: 4px;
  }
}

.dot-elastic::before,
.dot-elastic::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
}

.dot-elastic::before {
  left: -15px;
  width: 6px;
  height: 6px;
  border-radius: 5px;
  background-color: #fff;
  color: #fff;
  animation: dot-elastic-before 1s infinite linear;
}
@media (max-width: 767px) {
  .dot-elastic::before {
    width: 4px;
    height: 4px;
    left: -10px;
  }
}

.dot-elastic::after {
  left: 15px;
  width: 6px;
  height: 6px;
  border-radius: 5px;
  background-color: #fff;
  color: #fff;
  animation: dot-elastic-after 1s infinite linear;
}
@media (max-width: 767px) {
  .dot-elastic::after {
    width: 4px;
    height: 4px;
    left: 10px;
  }
}

@keyframes dot-elastic-before {
  0% {
    transform: scale(1, 1);
  }
  25% {
    transform: scale(1, 1.5);
  }
  50% {
    transform: scale(1, 0.67);
  }
  75% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@keyframes dot-elastic {
  0% {
    transform: scale(1, 1);
  }
  25% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1, 1.5);
  }
  75% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@keyframes dot-elastic-after {
  0% {
    transform: scale(1, 1);
  }
  25% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1, 0.67);
  }
  75% {
    transform: scale(1, 1.5);
  }
  100% {
    transform: scale(1, 1);
  }
}
.format_title.center {
  text-align: center;
}

.password-input .woocommerce-password-strength {
  display: none !important;
}

.process_data_paid .single-raport .header-report {
  text-align: center;
  padding: 14px;
  margin-bottom: 0;
}
@media (max-width: 960px) {
  .process_data_paid .single-raport .header-report {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .process_data_paid .single-raport .header-report {
    font-size: 12px;
  }
}

@media (max-width: 767px) {
  .order_placed_wrap .button1 {
    padding: 14px 20px;
    font-size: 11px;
  }
}

.box-payment-history #history-payment-table .dtr-details {
  width: 100%;
}
.box-payment-history #history-payment-table .dtr-details li {
  font-size: 12px;
}

body .select2-container--default .select2-selection--single {
  height: 53px;
  width: 100%;
  border-radius: 26px;
  border-color: #e8e8e8;
}
@media (max-width: 960px) {
  body .select2-container--default .select2-selection--single {
    height: 45px;
  }
}
@media (max-width: 640px) {
  body .select2-container--default .select2-selection--single {
    height: 39px;
  }
}
body .select2-container--default .selection {
  width: 100%;
}
body .select2-container--default .select2-selection--single .select2-selection__rendered {
  height: 100%;
  line-height: 53px;
  padding-left: 20px;
}
@media (max-width: 960px) {
  body .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 45px;
  }
}
@media (max-width: 640px) {
  body .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 39px;
  }
}
body .select2-container--default .select2-selection--single .select2-selection__placeholder {
  line-height: 53px;
  color: #010101;
}
@media (max-width: 960px) {
  body .select2-container--default .select2-selection--single .select2-selection__placeholder {
    line-height: 45px;
  }
}
@media (max-width: 640px) {
  body .select2-container--default .select2-selection--single .select2-selection__placeholder {
    line-height: 39px;
  }
}
body .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 53px;
  right: 10px;
}
@media (max-width: 960px) {
  body .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 45px;
  }
}
@media (max-width: 640px) {
  body .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 39px;
  }
}
body .select2-container {
  margin-bottom: 15px;
}
body .select2-dropdown {
  border: 1px solid #e8e8e8;
}
body .select2-container--default .select2-search--dropdown .select2-search__field {
  border-color: #e8e8e8;
  padding: 10px 15px;
}
@media (max-width: 640px) {
  body .select2-container--default .select2-search--dropdown .select2-search__field {
    padding: 8px 13px;
  }
}

.box-buy {
  background-color: white;
  padding: 40px;
  border-radius: 20px;
  border: 1px solid #D1D1D1;
  max-width: 1030px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 640px) {
  .box-buy {
    padding: 0;
    background-color: transparent;
    border: none;
  }
}
.box-buy .form-element .input_block::before {
  display: none;
}
.box-buy h1,
.box-buy .wrap-box-check {
  max-width: 770px;
  margin-left: auto;
  margin-right: auto;
}
.box-buy h1 {
  font-size: 30px;
  text-align: center;
  margin-bottom: 25px;
}
@media (max-width: 640px) {
  .box-buy h1 {
    font-size: 24px;
    margin-bottom: 15px;
  }
}
.box-buy .icon {
  height: 25px;
}
@media (max-width: 767px) {
  .box-buy .icon {
    height: 15px;
  }
}
.box-buy .icon img {
  display: block;
  max-height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.other-service {
  text-align: center;
  margin-top: 30px;
}
@media (max-width: 960px) {
  .other-service .button1 {
    font-size: 12px;
    padding: 15px 30px;
  }
}
@media (max-width: 767px) {
  .other-service .button1 {
    font-size: 11px;
    padding: 13px 30px;
  }
}

#output_validation {
  display: none;
}
#output_validation .header-report {
  background: #fff;
  margin-bottom: 0;
  padding: 14px;
  text-align: center;
  font-size: 18px;
}
@media (max-width: 767px) {
  #output_validation .header-report {
    font-size: 14px;
    padding: 10px;
  }
}
#output_validation hr {
  width: 100%;
  margin: 0;
  height: 1px;
  background: #d1d1d1;
}
#output_validation .info-order {
  max-width: 770px;
  margin: 20px auto 0 auto;
  background: #f3f4f4;
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #d1d1d1;
  font-size: 12px;
}
@media (max-width: 767px) {
  #output_validation .info-order {
    font-size: 10px;
    padding: 8px;
  }
}
#output_validation .info-order .time-left:before {
  content: "\f2f2";
  font-family: "Font Awesome 5 Free";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: 900;
  width: 13px;
  height: 11px;
  display: inline-block;
  margin-right: 4px;
  font-size: 13px;
  color: #4f4f4f;
}
@media (max-width: 767px) {
  #output_validation .info-order .time-left:before {
    margin-right: 1px;
    font-size: 11px;
  }
}
#output_validation .info-order .time-right:before {
  content: "\f017";
  font-family: "Font Awesome 5 Free";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: 900;
  width: 13px;
  height: 11px;
  display: inline-block;
  margin-right: 4px;
  font-size: 13px;
  color: #4f4f4f;
}
@media (max-width: 767px) {
  #output_validation .info-order .time-right:before {
    margin-right: 1px;
    font-size: 11px;
  }
}

.check-title {
  background: #00b565;
  text-align: center;
  color: #fff;
  padding: 12px;
  border-radius: 5px;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .check-title {
    font-size: 12px;
    padding: 10px;
    margin-bottom: 20px;
  }
}
.check-title i {
  margin-right: 4px;
}
.check-title.orange-title {
  background-color: orange;
}
.check-title.orange-title span {
  padding: 0;
  font-style: inherit;
  font-size: inherit;
}

.wrap-box-check .bottom-insert-services .tabs-info {
  padding-top: 10px;
  border-top: 1px solid #d7d7d7;
  margin-top: 30px;
}

.bottom-insert-services .tabs-info {
  padding: 0;
  display: flex;
  justify-content: center;
  vertical-align: bottom;
}
@media (max-width: 640px) {
  .bottom-insert-services .tabs-info {
    margin-left: -5px;
    margin-right: -5px;
    margin-top: 15px;
    margin-bottom: 15px;
  }
}
.bottom-insert-services .tabs-info span {
  display: block;
}
.bottom-insert-services .tabs-info li {
  margin: 10px;
  width: auto;
}
@media (max-width: 640px) {
  .bottom-insert-services .tabs-info li {
    width: 100%;
    margin: 0;
    padding: 5px;
  }
}
.bottom-insert-services .tabs-info li.active a {
  opacity: 1;
}
.bottom-insert-services .tabs-info i {
  margin-right: 5px;
}
.bottom-insert-services .tabs-info li a {
  font-weight: 600;
  font-size: 15px;
  line-height: 1;
  width: 100%;
  text-align: center;
  padding: 20px 30px;
  opacity: 0.4;
  position: relative;
  background-color: #010101;
  color: white;
  border-radius: 40px;
  min-width: 226px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none !important;
}
@media (max-width: 640px) {
  .bottom-insert-services .tabs-info li a {
    min-width: 1px;
    font-size: 11px;
    padding: 12px;
    font-weight: 500;
  }
}
.bottom-insert-services .tabs-info li a:hover {
  text-decoration: none;
}

.form-element {
  margin-top: 20px;
}
.form-element label {
  display: block;
  text-align: center;
  font-weight: 500;
}
.form-element .input_block {
  margin-top: 10px;
}
@media (max-width: 640px) {
  .form-element .input_block {
    margin-top: 4px;
  }
}
.form-element #imei {
  background-color: #eff1f3;
}
@media (max-width: 480px) {
  .form-element #imei {
    background-color: #c8c8c8;
  }
  .form-element #imei:active, .form-element #imei:hover, .form-element #imei:focus {
    background-color: white;
  }
}
.form-element .select-overlay:after {
  background-size: contain;
}
@media (max-width: 640px) {
  .form-element .select-overlay:after {
    top: 18px;
  }
}
.form-element .input_services select {
  text-align: center;
}
@media (max-width: 640px) {
  .form-element .input_services select {
    padding-left: 20px;
    padding-right: 40px;
    height: 46px;
  }
}

.input_block.input_check_centred {
  margin-top: 0;
  text-align: center;
}
.input_block.input_check_centred label {
  justify-content: center;
}

.tab-content-info {
  background-color: #f0f2f3;
  border: 1px solid #D1D1D1;
  border-radius: 5px;
  padding: 45px;
}
@media (max-width: 640px) {
  .tab-content-info {
    padding: 30px 20px;
  }
}
@media (max-width: 480px) {
  .tab-content-info {
    padding: 0;
    background-color: transparent;
    border: none;
  }
}
.tab-content-info .the-content p,
.tab-content-info .the-content li {
  font-size: 14px;
}
@media (max-width: 767px) {
  .tab-content-info .the-content p,
  .tab-content-info .the-content li {
    font-size: 13px;
  }
}
.tab-content-info .extra-details span {
  background-color: #ffffff;
  border-radius: 5px;
  padding: 10px 20px;
  font-weight: 300;
  font-size: 14px;
  position: relative;
  margin-bottom: 4px;
}
@media (max-width: 960px) {
  .tab-content-info .extra-details span {
    padding: 7px 10px;
    font-size: 11px;
  }
}
@media (max-width: 640px) {
  .tab-content-info .extra-details span {
    border: 1px solid #e8e8e8;
    padding: 6px 9px;
    font-size: 10px;
  }
}
.tab-content-info .extra-details span::before {
  content: "";
  width: 20px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: 15px;
  background-position: center;
  position: relative;
  top: 4px;
  margin-right: 6px;
}
@media (max-width: 960px) {
  .tab-content-info .extra-details span::before {
    width: 15px;
    height: 15px;
    background-size: 12px;
    top: 3px;
    margin-right: 4px;
  }
}
@media (max-width: 640px) {
  .tab-content-info .extra-details span::before {
    width: 11px;
    height: 11px;
    background-size: 9px;
    top: 2px;
    margin-right: 4px;
  }
}
.tab-content-info .extra-details .left-box:before {
  background-image: url(images/svg/credite.svg);
}
.tab-content-info .extra-details .right-box:before {
  background-image: url(images/svg/result.svg);
}

.tab-title {
  font-size: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #D1D1D1;
}
@media (max-width: 640px) {
  .tab-title {
    font-size: 15px;
  }
}

.box-results,
.process_data {
  border-radius: 5px;
  background-color: white;
  border: 1px solid #D1D1D1;
  overflow: hidden;
  max-width: 770px;
  margin-left: auto;
  margin-right: auto;
}
.box-results img,
.process_data img {
  max-width: 100px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  margin-bottom: 3px;
  margin-top: 0;
}
@media (max-width: 767px) {
  .box-results img,
  .process_data img {
    max-width: 70px;
  }
}
@media (max-width: 640px) {
  .box-results img,
  .process_data img {
    max-width: 50px;
  }
}
.box-results .flex,
.process_data .flex {
  padding: 3px 8px;
  border-top: 1px solid #D1D1D1;
  font-size: 12px;
  line-height: 1.3;
  align-items: center;
  white-space: break-spaces;
}
@media (max-width: 1550px) {
  .box-results .flex,
  .process_data .flex {
    font-size: 11px;
  }
}
@media (max-width: 640px) {
  .box-results .flex,
  .process_data .flex {
    padding: 2px 7px;
    font-size: 10px;
    word-wrap: break-word;
    white-space: break-spaces;
  }
}
.box-results .flex:first-child,
.process_data .flex:first-child {
  border-top: none;
}
.box-results .flex:has(> .col_100:empty), .box-results .flex:has(> .col_50:empty),
.process_data .flex:has(> .col_100:empty),
.process_data .flex:has(> .col_50:empty) {
  padding: 0;
  border: none;
}
.box-results .col_50:first-child + .col_50,
.box-results .to-right,
.process_data .col_50:first-child + .col_50,
.process_data .to-right {
  font-weight: 500;
  text-align: right;
}
.box-results .col_50:first-child,
.process_data .col_50:first-child {
  white-space: normal;
}
.box-results span.orange,
.box-results span.green,
.box-results span.red,
.process_data span.orange,
.process_data span.green,
.process_data span.red {
  font-size: 10px;
}
@media (max-width: 640px) {
  .box-results span.orange,
  .box-results span.green,
  .box-results span.red,
  .process_data span.orange,
  .process_data span.green,
  .process_data span.red {
    font-size: 8px;
    padding: 3px 8px;
  }
}
.box-results span.orange *,
.box-results span.green *,
.box-results span.red *,
.process_data span.orange *,
.process_data span.green *,
.process_data span.red * {
  font-size: 10px;
}
@media (max-width: 640px) {
  .box-results span.orange *,
  .box-results span.green *,
  .box-results span.red *,
  .process_data span.orange *,
  .process_data span.green *,
  .process_data span.red * {
    font-size: 8px;
  }
}

.process_data {
  background-color: #F3F4F4;
}
.process_data .error {
  padding: 10px 20px;
  background: red;
  color: #fff;
  font-size: 14px;
  text-align: center;
}
@media (max-width: 960px) {
  .process_data .error {
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .process_data .error {
    font-size: 12px;
  }
}

span.red {
  background-color: #ff3131;
}

span.orange,
span.green,
span.red {
  border-radius: 32px;
  color: white;
  padding: 5px 13px;
  font-size: 12px;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 500;
  text-align: center;
}
@media (max-width: 640px) {
  span.orange,
  span.green,
  span.red {
    font-size: 9px;
    padding: 5px 10px;
  }
}
span.orange .orange,
span.orange .red,
span.orange .green,
span.green .orange,
span.green .red,
span.green .green,
span.red .orange,
span.red .red,
span.red .green {
  padding: 0 !important;
}

span.orange {
  background-color: orange;
}

span.green {
  background-color: #099609;
}

@media (max-width: 767px) {
  .box-check.active-small {
    padding: 0;
    border: none;
    background: transparent;
  }
  .box-check.active-small .process_data {
    background-color: #fff;
  }
}
@media (max-width: 767px) {
  .box-check.active-small #output_validation .info-order {
    background-color: #fff;
  }
}

.order_placed_wrap .wrap_button {
  margin-top: 30px;
}
.order_placed_wrap .the-content {
  margin-bottom: 30px;
}
.order_placed_wrap h2,
.order_placed_wrap p {
  margin: 0;
}
.order_placed_wrap h2:first-child {
  position: relative;
  padding-top: 65px;
  font-size: 30px;
  margin-bottom: 10px;
}
@media (max-width: 960px) {
  .order_placed_wrap h2:first-child {
    font-size: 24px;
  }
}
@media (max-width: 640px) {
  .order_placed_wrap h2:first-child {
    font-size: 20px;
    padding-top: 45px;
  }
}
.order_placed_wrap h2:first-child::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 50px;
  height: 50px;
  background-image: url("images/svg/success2.svg");
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 1;
}
@media (max-width: 640px) {
  .order_placed_wrap h2:first-child::before {
    width: 30px;
    height: 30px;
  }
}
@media (max-width: 640px) {
  .order_placed_wrap .process_data {
    background-color: #fff;
  }
}
.order_placed_wrap .button1 {
  margin: 5px 3px;
  padding: 17px 31px;
  font-size: 13px;
}
.order_placed_wrap .button1 i {
  margin-left: 5px;
}
.order_placed_wrap .meter {
  display: block;
  max-width: 500px;
  margin: 0 auto;
}

#history-table.dataTable.dtr-inline tbody td .process_data {
  display: block;
}
#history-table tbody td:nth-child(2) {
  width: 500px;
}
@media (max-width: 1100px) {
  #history-table tbody td:nth-child(2) {
    width: auto;
  }
}
#history-table tbody td:nth-child(3) {
  width: 500px;
}
@media (max-width: 1100px) {
  #history-table tbody td:nth-child(3) {
    width: auto;
  }
}
#history-table tbody td:nth-child(4) {
  width: 500px;
}
@media (max-width: 1100px) {
  #history-table tbody td:nth-child(4) {
    width: auto;
  }
}
#history-table tbody td:nth-child(5) {
  width: 500px;
}
@media (max-width: 1100px) {
  #history-table tbody td:nth-child(5) {
    width: auto;
  }
}
#history-table tbody td:nth-child(6) {
  width: 500px;
}
@media (max-width: 1100px) {
  #history-table tbody td:nth-child(6) {
    width: auto;
  }
}
#history-table tbody td .process_data {
  width: 1200px;
  display: none;
}
@media (max-width: 1300px) {
  #history-table tbody td .process_data {
    width: 100%;
  }
}
#history-table tbody td .process_data .header-report {
  text-align: center;
  padding: 15px;
  margin: 0;
  font-size: 16px;
}
@media (max-width: 1550px) {
  #history-table tbody td .process_data .header-report {
    font-size: 15px;
  }
}
@media (max-width: 960px) {
  #history-table tbody td .process_data .header-report {
    font-size: 14px;
    padding: 12px;
  }
}
@media (max-width: 767px) {
  #history-table tbody td .process_data .header-report {
    font-size: 12px;
    padding: 10px;
  }
}
#history-table tbody tr[data-dt-column="7"] td:first-child {
  display: none;
}
#history-table tr.child table tr {
  position: relative;
}
@media (max-width: 1550px) {
  #history-table tr.child table tr[data-dt-column="6"] {
    display: none;
  }
}
#history-table tr.child table td:first-child {
  position: absolute;
  left: 0;
  top: 0;
}
#history-table tr.child table td:last-child {
  width: calc(100% - 20px);
  display: inline-block;
  text-align: right;
}
#history-table tr.child table td:last-child .process_data .col_50:first-child {
  text-align: left;
}
#history-table tr[data-dt-column="7"] {
  display: none !important;
}
#history-table tr[data-dt-column="8"] td {
  font-size: 0 !important;
}

.body-acc .acc-widget .box-widget {
  background-color: #fff;
  border-radius: 15px;
  border: 1px solid #d1d1d1;
  padding: 20px;
  height: 100%;
}

.section-orders div.dt-buttons > .dt-button {
  background: #000;
  color: #fff;
  line-height: 1;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  border-radius: 50px;
  padding: 10px 30px;
}
@media (max-width: 960px) {
  .section-orders div.dt-buttons > .dt-button {
    font-size: 10px;
    padding: 7px 20px;
  }
}
@media (max-width: 640px) {
  .section-orders div.dt-buttons > .dt-button {
    font-size: 9px;
    padding: 6px 15px;
  }
}
.section-orders div.dt-buttons > .dt-button:focus {
  outline: none;
}
.section-orders div.dt-buttons > .dt-button:hover {
  background: #2a2a2a;
  color: #fff;
}
@media (max-width: 960px) {
  .section-orders div.dt-buttons {
    margin-bottom: 10px;
  }
}

@media (max-width: 960px) {
  .dataTables_wrapper .dataTables_paginate {
    margin-bottom: 40px;
  }
}
@media (max-width: 640px) {
  .dataTables_wrapper .dataTables_paginate {
    margin-bottom: 30px;
  }
}

.credit-expirated {
  background: #c8c8c8;
  color: #fff;
  padding: 5px 10px;
  border-radius: 50px;
  font-size: 12px;
}
@media (max-width: 767px) {
  .credit-expirated {
    font-size: 9px;
    padding: 5px 10px;
  }
}

.credit-future {
  background: green;
  color: #fff;
  padding: 5px 10px;
  border-radius: 50px;
  font-size: 12px;
}
@media (max-width: 767px) {
  .credit-future {
    font-size: 9px;
    padding: 5px 10px;
  }
}/*# sourceMappingURL=style.css.map */