@font-face {
  font-family: 'Futura PT Book';
  src: url("./fonts/future/FuturaPT-Book.woff2") format("woff2"), url("./fonts/future/FuturaPT-Book.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Futura PT Demi';
  src: url("./fonts/future/FuturaPT-Demi.woff2") format("woff2"), url("./fonts/future/FuturaPT-Demi.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Futura PT Medium';
  src: url("./fonts/future/FuturaPT-Medium.woff2") format("woff2"), url("./fonts/future/FuturaPT-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Futura PT Light';
  src: url("./fonts/future/FuturaPT-Light.woff2") format("woff2"), url("./fonts/future/FuturaPT-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Futura PT Heavy';
  src: url("./fonts/future/FuturaPT-Heavy.woff2") format("woff2"), url("./fonts/future/FuturaPT-Heavy.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Futura PT Bold';
  src: url("./fonts/future/FuturaPT-Bold.woff2") format("woff2"), url("./fonts/future/FuturaPT-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
em,
strong,
abbr,
acronym,
blockquote,
q,
cite,
ins,
del,
dfn,
a,
div,
span,
pre,
address,
br,
b,
i,
sub,
sup,
big,
small,
tt,
table,
tr,
caption,
thead,
tbody,
tfoot,
col,
colgroup,
form,
input,
label,
textarea,
button,
fieldset,
legend,
select,
option,
dl,
dt,
dd,
code,
var,
samp,
img,
object,
param,
map,
area {
  padding: 0;
  margin: 0;
  border: none; }

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
figure,
figcaption,
header,
footer,
aside,
article {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

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

input[type=button],
input[type=submit],
button {
  cursor: pointer; }

button {
  border: 0; }

*:focus {
  outline: none; }

a {
  text-decoration: none;
  color: black; }

a:hover {
  text-decoration: none;
  color: inherit; }

button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
  border: none;
  outline: none; }

button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0; }

/* reset extra padding in Firefox */
::-ms-clear {
  width: 0;
  height: 0; }

::-ms-reveal {
  width: 0;
  height: 0;
  display: none; }

/* Internet Explorer 10 in Windows 8 and Windows Phone 8 Bug fix */
@-webkit-viewport {
  width: device-width; }

@-moz-viewport {
  width: device-width; }

@-ms-viewport {
  width: device-width; }

@-o-viewport {
  width: device-width; }

@viewport {
  width: device-width; }

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  word-break: break-word; }

*:focus {
  outline: none; }

button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
  border: none;
  outline: none; }

button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0; }

/* reset extra padding in Firefox */
::-ms-clear {
  width: 0;
  height: 0; }

::-ms-reveal {
  width: 0;
  height: 0;
  display: none; }

/* Internet Explorer 10 in Windows 8 and Windows Phone 8 Bug fix */
@-webkit-viewport {
  width: device-width; }

@-moz-viewport {
  width: device-width; }

@-ms-viewport {
  width: device-width; }

@-o-viewport {
  width: device-width; }

@viewport {
  width: device-width; }

html, body {
  height: 100%; }

body {
  overflow-x: hidden; }
  body.hidden {
    overflow: hidden; }
  body .row {
    padding: 0;
    margin: 0; }
  body .bg-full {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center; }

.main {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  margin: 0 auto; }
  .main .content {
    flex: 1 0 auto; }
  .main footer {
    flex: 0 0 auto; }

.wrapper {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px; }
  .wrapper-xl {
    max-width: 1837px; }
  .wrapper-lg {
    max-width: 947px; }
  .wrapper-xs {
    max-width: 750px; }

.page-background-icon {
  position: absolute;
  z-index: 0;
  will-change: transform;
  -webkit-transform: translateY(var(--ty));
  -ms-transform: translateY(var(--ty));
  transform: translateY(var(--ty));
  transition: transform .1s linear; }
  .page-background-icon img {
    max-width: 100%; }
  .page-background-icon-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    overflow: hidden; }
  .page-background-icon_1 {
    top: 46px;
    left: 205px; }
    @media (max-width: 1700px) {
      .page-background-icon_1 {
        left: 0; } }
    @media (max-width: 1300px) {
      .page-background-icon_1 {
        left: auto;
        right: -248px;
        top: -120px; } }
  .page-background-icon_2 {
    top: -44px;
    right: -126px; }
    @media (max-width: 1700px) {
      .page-background-icon_2 {
        right: 0; } }
    @media (max-width: 1300px) {
      .page-background-icon_2 {
        top: -42px;
        right: auto;
        left: -125px;
        max-width: 180px; } }
  .page-background-icon_3 {
    top: -17px;
    left: 305px; }
    @media (max-wiwdth: 1700px) {
      .page-background-icon_3 {
        left: 0; } }
  .page-background-icon_4 {
    top: -102px;
    right: 0; }
  .page-background-icon_5 {
    top: 60px;
    right: 20px; }
    @media (max-width: 600px) {
      .page-background-icon_5 {
        top: -10px;
        right: -83px; } }
  .page-background-icon_6 {
    top: 380px;
    left: 113px; }
    @media (max-width: 600px) {
      .page-background-icon_6 {
        top: -10px;
        right: -83px; } }
  .page-background-icon_7 {
    top: 53px;
    right: 94px; }
    @media (max-width: 600px) {
      .page-background-icon_7 {
        top: -10px;
        right: -83px; } }
  .page-background-icon_8 {
    top: 64px;
    left: 139px; }
    @media (max-width: 600px) {
      .page-background-icon_8 {
        display: none; } }
  .page-background-icon_9 {
    top: 333px;
    right: 135px; }
    @media (max-width: 600px) {
      .page-background-icon_9 {
        display: none; } }
  .page-background-icon_10 {
    top: -204px;
    left: -8px; }
    @media (max-width: 600px) {
      .page-background-icon_10 {
        display: none; } }
  .page-background-icon_11 {
    top: 106px;
    left: 299px; }
    @media (max-width: 600px) {
      .page-background-icon_11 {
        display: none; } }
  .page-background-icon_12 {
    top: 106px;
    right: 450px; }
    @media (max-width: 600px) {
      .page-background-icon_12 {
        display: none; } }
  .page-background-icon_13 {
    top: 180px;
    left: 330px; }
    @media (max-width: 1200px) {
      .page-background-icon_13 {
        display: none; } }
  .page-background-icon_14 {
    top: 270px;
    right: 197px; }
    @media (max-width: 1200px) {
      .page-background-icon_14 {
        display: none; } }
  .page-background-icon_15 {
    top: 840px;
    left: 214px; }
    @media (max-width: 1200px) {
      .page-background-icon_15 {
        display: none; } }
  .page-background-icon_16 {
    top: 1180px;
    right: 255px; }
    @media (max-width: 1200px) {
      .page-background-icon_16 {
        display: none; } }
  .page-background-icon_17 {
    bottom: 1110px;
    left: 215px; }
    @media (max-width: 1200px) {
      .page-background-icon_17 {
        display: none; } }
  .page-background-icon_18 {
    bottom: 750px;
    right: 255px; }
    @media (max-width: 1200px) {
      .page-background-icon_18 {
        display: none; } }
  .page-background-icon_19 {
    bottom: 200px;
    left: 215px; }
    @media (max-width: 1200px) {
      .page-background-icon_19 {
        display: none; } }
  .page-background-icon_20 {
    top: 54px;
    left: 100px; }
    @media (max-width: 1200px) {
      .page-background-icon_20 {
        display: none; } }
  .page-background-icon_21 {
    bottom: 120px;
    right: 43px; }
    @media (max-width: 1200px) {
      .page-background-icon_21 {
        display: none; } }
  .page-background-icon_22 {
    top: 228px;
    left: 88px; }
    .page-background-icon_22 img {
      max-width: 100%; }
    @media (max-width: 1200px) {
      .page-background-icon_22 {
        display: none; } }
  .page-background-icon_23 {
    top: 74px;
    left: 99px; }
    .page-background-icon_23 img {
      max-width: 100%; }
    @media (max-width: 1200px) {
      .page-background-icon_23 {
        display: none; } }
  .page-background-icon_24 {
    top: 292px;
    right: 55px; }
    @media (max-width: 1200px) {
      .page-background-icon_24 {
        display: none; } }
  .page-background-icon_25 {
    bottom: 280px;
    left: 139px; }
    @media (max-width: 1200px) {
      .page-background-icon_25 {
        display: none; } }
  .page-background-icon_26 {
    bottom: 250px;
    right: 200px; }
    .page-background-icon_26 img {
      max-width: 100%; }
    @media (max-width: 1200px) {
      .page-background-icon_26 {
        display: none; } }
  .page-background-icon_27 {
    top: -145px;
    left: 99px; }
    .page-background-icon_27 img {
      max-width: 100%; }
    @media (max-width: 1200px) {
      .page-background-icon_27 {
        display: none; } }
  .page-background-icon_28 {
    top: 91px;
    left: 99px; }
    @media (max-width: 1200px) {
      .page-background-icon_28 {
        display: none; } }
  .page-background-icon_29 {
    top: 200px;
    left: 250px; }
    @media (max-width: 1200px) {
      .page-background-icon_29 {
        display: none; } }
  .page-background-icon_30 {
    top: 135px;
    right: 99px; }
    @media (max-width: 1200px) {
      .page-background-icon_30 {
        display: none; } }
  .page-background-icon_31 {
    top: -110px;
    left: -20px; }
    @media (max-width: 1200px) {
      .page-background-icon_31 {
        display: none; } }
  .page-background-icon_32 {
    top: 72px;
    left: 100px; }
    @media (max-width: 1200px) {
      .page-background-icon_32 {
        display: none; } }
  .page-background-icon_33 {
    top: 72px;
    left: 202px; }
    @media (max-width: 1200px) {
      .page-background-icon_33 {
        display: none; } }

.bg-color-gray {
  background: rgba(221, 221, 221, 0.2); }

.text-red {
  color: #FF0000 !important; }

.text-green {
  color: #46A917 !important; }

.title {
  display: block;
  width: 100%;
  margin-bottom: 33px;
  font-family: 'Futura PT Bold';
  font-size: 45px;
  line-height: 45px;
  text-align: center;
  text-transform: uppercase;
  color: #414268; }
  @media (max-width: 1200px) {
    .title {
      font-size: 28px;
      line-height: 28px; }
      .title br {
        display: none; } }
  .title.title-white {
    color: #FFFFFF;
    text-shadow: 0px 2px 0px rgba(0, 0, 0, 0.25); }
  .title.title-left {
    text-align: left; }
  .title.title-center {
    text-align: center !important; }

.subtitle {
  display: block;
  width: 100%;
  margin-bottom: 20px;
  font-family: 'Futura PT Bold';
  font-size: 25px;
  line-height: 36px;
  text-align: center;
  text-transform: uppercase;
  color: #414268; }
  @media (max-width: 1200px) {
    .subtitle {
      font-size: 18px;
      line-height: 26px; }
      .subtitle br {
        display: none; } }
  .subtitle.subtitle-white {
    color: #FFFFFF;
    text-shadow: 0px 2px 0px rgba(0, 0, 0, 0.25); }
  .subtitle.subtitle-left {
    text-align: left; }

.text-simple {
  font-family: 'Futura PT Book';
  font-size: 18px;
  line-height: 26px;
  color: #414268; }
  .text-simple-center {
    text-align: center; }
  @media (max-width: 767px) {
    .text-simple {
      font-size: 14px;
      line-height: 19px; } }
  .text-simple.text-simple-white {
    color: #ffffff; }

.check-list {
  padding: 0;
  margin: 0;
  list-style: none; }
  .check-list li {
    position: relative;
    padding-left: 27px;
    font-family: 'Futura PT Book';
    font-size: 18px;
    line-height: 24px;
    color: #414268; }
    .check-list li:not(:last-child) {
      margin-bottom: 3px; }
    @media (max-width: 992px) {
      .check-list li {
        font-size: 16px;
        line-height: 21px; }
        .check-list li br {
          display: none; } }
    .check-list li::before {
      position: absolute;
      top: 7px;
      left: 0;
      content: '';
      display: block;
      width: 15px;
      height: 12px;
      background-image: url("../images/check.svg");
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain; }

.simple-list {
  padding: 0;
  margin: 0;
  list-style: none; }
  .simple-list li {
    position: relative;
    padding-left: 25px;
    font-family: 'Futura PT Medium';
    font-size: 25px;
    line-height: 32px;
    text-transform: uppercase;
    color: #414268; }
    .simple-list li:not(:last-child) {
      margin-bottom: 23px; }
    @media (max-width: 992px) {
      .simple-list li {
        font-size: 18px;
        line-height: 24px; }
        .simple-list li br {
          display: none; } }
    .simple-list li::before {
      position: absolute;
      top: 10px;
      left: 0;
      content: '';
      display: block;
      width: 10px;
      height: 10px;
      background: linear-gradient(80deg, #4322FF 0%, #74F6F7 103.46%);
      border-radius: 2px; }

.num-list {
  padding: 0;
  margin: 0;
  list-style: none;
  counter-reset: my-awesome-counter; }
  .num-list li {
    counter-increment: my-awesome-counter;
    position: relative;
    margin-bottom: 23px;
    padding-left: 41px;
    font-family: 'Futura PT Medium';
    font-size: 25px;
    line-height: 32px;
    color: #414268; }
    .num-list li:not(:last-child) {
      margin-bottom: 23px; }
    @media (max-width: 992px) {
      .num-list li {
        padding-left: 31px;
        font-size: 18px;
        line-height: 24px; }
        .num-list li:not(:last-child) {
          margin-bottom: 15px; } }
    .num-list li::before {
      content: counter(my-awesome-counter);
      position: absolute;
      top: 2px;
      left: 0;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 26px;
      height: 26px;
      background: linear-gradient(80deg, #4322FF 0%, #74F6F7 103.46%);
      border-radius: 5px;
      font-family: 'Futura PT Medium';
      font-size: 20px;
      line-height: 20px;
      color: #ffffff; }
      @media (max-width: 992px) {
        .num-list li::before {
          width: 20px;
          height: 20px;
          font-size: 14px;
          line-height: 14px; } }

.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 160px;
  height: 60px;
  font-family: 'Futura PT Medium';
  font-size: 18px;
  line-height: 18px;
  text-transform: uppercase;
  color: #FFFFFF;
  background-image: url("../images/white-bg.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url("../images/gradient-purple.jpg");
  border-radius: 4px;
  transition: 0.3s ease; }
  .btn-border {
    color: #4D6EDF;
    border: 1px solid rgba(0, 0, 0, 0.3);
    background-image: url("../images/white-bg.jpg"); }
    .btn-border:hover {
      background-image: url("../images/gradient-purple.jpg");
      color: #FFFFFF;
      border: 1px solid transparent; }
    .btn-border-black {
      color: #414268;
      border: 1px solid #414268;
      background-image: url("../images/white-bg.jpg"); }
      .btn-border-black:hover {
        background-image: url("../images/gradient-purple.jpg");
        color: #FFFFFF;
        border: 1px solid transparent; }
  .btn-shadow {
    max-width: 255px;
    height: 67px;
    font-size: 25px;
    line-height: 25px;
    text-align: center;
    text-transform: uppercase;
    color: #000000;
    background-image: url("../images/white-bg.jpg");
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
    border-radius: 5px; }
  @media (min-width: 1100px) {
    .btn:hover, .btn.active {
      background-image: url("../images/gradient-purple-reverse.png");
      color: #FFFFFF; } }

.btn-gray {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 160px;
  height: 42px;
  background: rgba(196, 196, 196, 0.2);
  border: 1px solid rgba(0, 0, 0, 0.3);
  box-sizing: border-box;
  border-radius: 4px;
  transition: 0.3s ease;
  font-family: 'Futura PT Medium';
  font-size: 14px;
  line-height: 14px;
  text-transform: uppercase;
  color: #414268; }
  .btn-gray:hover {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1); }
  .btn-gray.add-btn {
    max-width: 129px; }
    .btn-gray.add-btn span {
      font-family: 'Futura PT Medium';
      font-size: 18px;
      line-height: 18px;
      background: linear-gradient(79.21deg, #CA1AE7 0%, #FF8484 100%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent; }

.form-buttons {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin-top: 40px;
  width: 100%; }
  .form-buttons .btn:not(:last-child) {
    margin-right: 30px; }

.field {
  width: 100%;
  height: 38px;
  padding: 0 20px;
  background: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.3);
  box-sizing: border-box;
  border-radius: 4px;
  font-family: 'Futura PT Book';
  font-size: 18px;
  line-height: 18px;
  color: rgba(0, 0, 0, 0.5); }

.for-field {
  display: block;
  width: 100%;
  max-width: 350px;
  margin-bottom: 13px; }
  .for-field-block {
    display: flex;
    align-items: center;
    justify-content: flex-start; }
    .for-field-block input {
      max-width: 129px; }
    .for-field-block .add-btn {
      margin-left: 32px; }
  .for-field p {
    display: block;
    margin-bottom: 5px; }
  .for-field input,
  .for-field select {
    display: block;
    width: 100%;
    height: 42px;
    padding: 0 20px;
    background: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.3);
    box-sizing: border-box;
    border-radius: 4px;
    font-family: 'Futura PT Light';
    font-size: 20px;
    line-height: 20px;
    color: #414268;
    -webkit-appearance: none; }
    .for-field input::-webkit-input-placeholder,
    .for-field select::-webkit-input-placeholder {
      color: rgba(0, 0, 0, 0.5); }
    .for-field input::-moz-placeholder,
    .for-field select::-moz-placeholder {
      color: rgba(0, 0, 0, 0.5); }
    .for-field input:-ms-input-placeholder,
    .for-field select:-ms-input-placeholder {
      color: rgba(0, 0, 0, 0.5); }
    .for-field input:-moz-placeholder,
    .for-field select:-moz-placeholder {
      color: rgba(0, 0, 0, 0.5); }

.form-field.error {
  border: 1px solid red; }

.slider .owl-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px; }
  @media (max-width: 550px) {
    .slider .owl-dots {
      display: none; } }
  .slider .owl-dots button {
    display: block;
    width: 12px;
    min-width: 12px;
    height: 12px;
    background: rgba(65, 66, 104, 0.5) !important;
    transition: 0.3s ease; }
    .slider .owl-dots button:not(:last-child) {
      margin-right: 12px; }
    .slider .owl-dots button.active, .slider .owl-dots button:hover {
      background: linear-gradient(85.91deg, #CA1AE7 0%, #FF8484 100%) !important; }
    .slider .owl-dots button span {
      display: none; }

@media (max-width: 550px) {
  .slider .owl-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px; } }

.slider .owl-nav button {
  position: absolute;
  top: calc(50% - 11.5px);
  display: block;
  width: 23px;
  height: 23px;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: contain !important; }
  @media (max-width: 550px) {
    .slider .owl-nav button {
      position: static; }
      .slider .owl-nav button:not(:last-child) {
        margin-right: 15px; } }
  .slider .owl-nav button.owl-prev {
    left: 15px;
    background-image: url("../images/arrow-left-gray.svg") !important; }
    @media (min-width: 1100px) {
      .slider .owl-nav button.owl-prev:hover {
        background-image: url("../images/arrow-gradient-left.svg") !important; } }
  .slider .owl-nav button.owl-next {
    right: 15px;
    background-image: url("../images/arrow-right-gray.svg") !important; }
    @media (min-width: 1100px) {
      .slider .owl-nav button.owl-next:hover {
        background-image: url("../images/arrow-gradient-right.svg") !important; } }
  .slider .owl-nav button span {
    display: none; }

.pagination {
  display: flex;
  align-items: center;
  justify-content: center; }
  .pagination a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    min-width: 38px;
    height: 38px;
    font-family: 'Futura PT Medium';
    font-size: 18px;
    line-height: 18px;
    color: #414268;
    border: 1px solid rgba(65, 66, 104, 0.5);
    border-radius: 5px;
    transition: 0.3s ease;
    background-image: url("../images/white-bg.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; }
    @media (max-width: 550px) {
      .pagination a {
        width: 25px;
        min-width: 25px;
        height: 25px;
        font-family: 'Futura PT Medium';
        font-size: 14px;
        line-height: 14px; } }
    .pagination a:not(:last-child) {
      margin-right: 14px; }
    .pagination a svg path {
      transition: 0.3s ease; }
    .pagination a:hover {
      color: #FFFFFF;
      border: 1px solid transparent;
      background-image: url("../images/gradient-purple.jpg"); }
      .pagination a:hover svg path {
        fill: #FFFFFF; }

.header,
.footer {
  padding: 17px 0;
  background-color: #ffffff; }
  @media (max-width: 992px) {
    .header,
    .footer {
      padding: 13px 0; } }
  .header.fixed,
  .footer.fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); }
  .header.header-profile .logo,
  .footer.header-profile .logo {
    margin-right: 95px; }
    @media (max-width: 1600px) {
      .header.header-profile .logo,
      .footer.header-profile .logo {
        margin-right: 5px; } }
  .header.open .logo,
  .footer.open .logo {
    position: relative;
    z-index: 12; }
  .header.open nav,
  .footer.open nav {
    display: flex !important; }
  .header.open .menu-trigger span,
  .footer.open .menu-trigger span {
    position: relative;
    width: 100%; }
  .header.open .menu-trigger,
  .footer.open .menu-trigger {
    justify-content: center; }
  .header.open .menu-trigger span:nth-child(1),
  .footer.open .menu-trigger span:nth-child(1) {
    transform: rotate(-40deg);
    margin-bottom: -3px; }
  .header.open .menu-trigger span:nth-child(2),
  .footer.open .menu-trigger span:nth-child(2) {
    display: none; }
  .header.open .menu-trigger span:nth-child(3),
  .footer.open .menu-trigger span:nth-child(3) {
    transform: rotate(40deg); }
  .header .row,
  .footer .row {
    flex-flow: row nowrap;
    align-items: center;
    justify-content: space-between;
    padding: 0; }
  .header .copy,
  .footer .copy {
    font-family: 'Futura PT Medium';
    font-size: 16px;
    line-height: 16px;
    color: #A6A6A6; }
    .header .copy a,
    .footer .copy a {
      color: #A6A6A6;
      transition: 0.3s ease; }
      .header .copy a:hover,
      .footer .copy a:hover {
        color: #4322FF; }
  .header .logo,
  .footer .logo {
    display: block;
    width: 100%;
    max-width: 118px;
    margin-right: 42px; }
    @media (max-width: 1500px) {
      .header .logo,
      .footer .logo {
        max-width: 103px;
        margin-right: 15px; } }
    .header .logo img,
    .footer .logo img {
      width: 100%; }
  .header nav,
  .footer nav {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px; }
    @media (max-width: 992px) {
      .header nav.header-nav,
      .footer nav.header-nav {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 10;
        display: none;
        flex-direction: column;
        justify-content: flex-start;
        height: 100vh;
        padding: 90px 15px 90px;
        overflow-y: scroll;
        background: #ffffff; }
        .header nav.header-nav::before,
        .footer nav.header-nav::before {
          content: '';
          position: fixed;
          top: 0;
          left: 0;
          z-index: 11;
          display: block;
          width: 100%;
          height: 65px;
          background-color: #ffffff; } }
    .header nav.header-nav .login-trigger,
    .footer nav.header-nav .login-trigger {
      display: none; }
      @media (max-width: 992px) {
        .header nav.header-nav .login-trigger,
        .footer nav.header-nav .login-trigger {
          display: flex; } }
    .header nav a,
    .footer nav a {
      display: block;
      font-family: 'Futura PT Medium';
      font-size: 18px;
      line-height: 18px;
      color: #A6A6A6;
      transition: 0.3s ease; }
      @media (max-width: 1300px) {
        .header nav a,
        .footer nav a {
          font-size: 14px;
          line-height: 14px; } }
      @media (max-width: 1023px) {
        .header nav a,
        .footer nav a {
          font-size: 13px;
          line-height: 13px; } }
      @media (max-width: 1100px) {
        .header nav a,
        .footer nav a {
          font-size: 11px;
          line-height: 11px; } }
      @media (max-width: 992px) {
        .header nav a,
        .footer nav a {
          margin: 0 0 20px;
          font-size: 16px;
          line-height: 16px; } }
      @media (min-width: 1100px) {
        .header nav a:hover,
        .footer nav a:hover {
          color: #414268; } }
      .header nav a:not(:last-child),
      .footer nav a:not(:last-child) {
        margin-right: 50px; }
        @media (max-width: 1500px) {
          .header nav a:not(:last-child),
          .footer nav a:not(:last-child) {
            margin-right: 15px; } }
        @media (max-width: 992px) {
          .header nav a:not(:last-child),
          .footer nav a:not(:last-child) {
            margin: 0 0 20px;
            text-align: center; } }
      .header nav a:nth-child(7),
      .footer nav a:nth-child(7) {
        margin-right: 0 !important; }

.login-trigger {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 160px;
  height: 38px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 4px;
  font-family: 'Futura PT Medium';
  font-size: 18px;
  line-height: 18px;
  color: #A6A6A6;
  background-color: #ffffff;
  background-image: url("../images/white-bg.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: 0.3s ease; }
  .login-trigger.login-trigger-small {
    max-width: 100px; }
  .login-trigger.profile-trigger {
    margin-left: 15px; }
    @media (max-width: 992px) {
      .login-trigger.profile-trigger {
        margin-left: 0; } }
    @media (max-width: 992px) {
      .login-trigger.profile-trigger-pc {
        display: none; } }
  @media (max-width: 992px) {
    .login-trigger-pc {
      display: none; } }
  @media (min-width: 1100px) {
    .login-trigger:hover {
      background-image: url("../images/gradient-purple.jpg");
      color: #ffffff;
      border: 1px solid transparent;
      border-radius: 6px; }
      .login-trigger:hover svg path {
        stroke: #ffffff; } }
  .login-trigger svg {
    width: 15px;
    height: 15px;
    margin-right: 9px; }
    .login-trigger svg path {
      transition: 0.3s ease; }
  @media (max-width: 1500px) {
    .login-trigger {
      max-width: 115px;
      height: 30px;
      font-size: 14px;
      line-height: 14px; } }

.menu-trigger {
  position: relative;
  z-index: 12;
  display: none;
  align-items: flex-end;
  justify-content: space-between;
  flex-direction: column;
  width: 38px;
  height: 26px;
  transition: 0.6s ease; }
  @media (max-width: 992px) {
    .menu-trigger {
      display: flex; } }
  .menu-trigger span {
    display: block;
    width: 100%;
    height: 3px;
    background: linear-gradient(47.54deg, #4322FF 0%, #74F6F7 59.9%);
    transition: 0.2s cubic-bezier(0, 0, 0.2, 1); }

.banner {
  position: relative;
  padding-top: 60px; }
  @media (max-width: 992px) {
    .banner {
      padding: 50px 0; } }
  @media (max-width: 992px) {
    .banner-report {
      padding: 50px 0 0; } }
  .banner-report .wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start; }
    @media (max-width: 992px) {
      .banner-report .wrapper {
        flex-direction: column;
        align-items: center; } }
  .banner-report-img {
    width: 100%;
    max-width: 300px;
    margin-top: -95px;
    margin-bottom: -4px; }
    @media (max-width: 992px) {
      .banner-report-img {
        margin: 0 0 -4px;
        order: 2; } }
    .banner-report-img img {
      max-width: 100%; }
  .banner-report-cnt {
    max-width: 730px;
    padding-top: 80px;
    padding-right: 10px; }
    @media (max-width: 992px) {
      .banner-report-cnt {
        max-width: 100%;
        padding: 0 0 30px;
        order: 1; } }
  .banner-report-title-m {
    margin-bottom: 27px;
    font-family: 'Futura PT Bold';
    font-size: 45px;
    line-height: 36px;
    text-transform: uppercase;
    color: #414268; }
    @media (max-width: 992px) {
      .banner-report-title-m {
        font-size: 26px;
        line-height: 20px;
        text-align: center; } }
  .banner-report-title-s {
    margin-bottom: 27px;
    font-family: 'Futura PT Bold';
    font-size: 25px;
    line-height: 32px;
    text-transform: uppercase;
    color: #414268; }
    @media (max-width: 992px) {
      .banner-report-title-s {
        font-size: 18px;
        line-height: 24px;
        text-align: center; } }
  .banner-report-button {
    display: flex;
    align-items: center;
    justify-content: flex-start; }
    @media (max-width: 992px) {
      .banner-report-button {
        justify-content: center; } }
    .banner-report-button .arrow-focus {
      max-width: 37px;
      margin-left: 27px; }
    .banner-report-button .btn {
      max-width: 200px; }
  .banner-details .wrapper {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    max-width: 100%;
    padding: 0; }
  .banner-details-img {
    width: 100%;
    max-width: 575px;
    margin: -52px 0 -4px; }
    @media (max-width: 1200px) {
      .banner-details-img {
        max-width: 410px; } }
    @media (max-width: 992px) {
      .banner-details-img {
        display: none; } }
    .banner-details-img img {
      width: 100%; }
  .banner-details-cnt {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 636px; }
    .banner-details-cnt-wrap {
      position: relative;
      width: 100%;
      max-width: 1158px;
      padding: 36px 15px 39px 126px; }
      .banner-details-cnt-wrap::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
        display: block;
        width: 100%;
        height: 100%;
        background: linear-gradient(77.74deg, rgba(116, 246, 247, 0.3) 25%, rgba(67, 34, 255, 0.8) 100%);
        transform: matrix(-1, 0, 0, 1, 0, 0); }
      @media (max-width: 1200px) {
        .banner-details-cnt-wrap {
          padding: 30px 15px; } }
      @media (max-width: 992px) {
        .banner-details-cnt-wrap {
          max-width: 100%; } }
    .banner-details-cnt h2 {
      margin-bottom: 5px;
      width: 100%;
      max-width: 472px;
      font-family: 'Futura PT Bold';
      font-size: 45px;
      line-height: 49px;
      text-transform: uppercase;
      color: #FFFFFF;
      text-shadow: 0px 2px 0px rgba(0, 0, 0, 0.25); }
      @media (max-width: 1200px) {
        .banner-details-cnt h2 {
          font-size: 28px;
          line-height: 32px; } }
      @media (max-width: 600px) {
        .banner-details-cnt h2 {
          max-width: 100%;
          text-align: center; } }
    .banner-details-cnt p {
      margin-bottom: 13px;
      font-family: 'Futura PT Book';
      font-size: 18px;
      line-height: 26px;
      color: #FFFFFF; }
      @media (max-width: 1200px) {
        .banner-details-cnt p {
          font-size: 16px;
          line-height: 24px; } }
      @media (max-width: 600px) {
        .banner-details-cnt p {
          max-width: 100%;
          text-align: center; } }
  .banner-center {
    padding: 100px 0; }
    .banner-center .banner-cnt {
      max-width: 100%;
      padding-top: 0; }
      .banner-center .banner-cnt div {
        text-align: center; }
      .banner-center .banner-cnt .banner-title-s {
        max-width: 600px;
        margin: 0 auto 27px; }
      .banner-center .banner-cnt .banner-title-m {
        text-transform: capitalize; }
      .banner-center .banner-cnt .banner-title-l {
        margin-bottom: 8px; }
      .banner-center .banner-cnt form {
        justify-content: center;
        padding-left: 60px; }
        @media (max-width: 992px) {
          .banner-center .banner-cnt form {
            padding-left: 0; } }
  .banner .wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: space-between; }
  .banner-cnt {
    width: 100%;
    max-width: 804px;
    padding-top: 75px; }
    @media (max-width: 1300px) {
      .banner-cnt {
        padding: 0 15px 30px 0; } }
    @media (max-width: 992px) {
      .banner-cnt {
        max-width: 100%;
        padding: 0; } }
  .banner-img {
    margin-bottom: -74px; }
    .banner-img img {
      max-width: 100%; }
    @media (max-width: 992px) {
      .banner-img {
        display: none; } }
  .banner-title-m {
    font-family: 'Futura PT Medium';
    font-size: 35px;
    line-height: 45px;
    text-transform: uppercase;
    color: #FFFFFF;
    text-shadow: 0px 2px 0px rgba(0, 0, 0, 0.1); }
    @media (max-width: 992px) {
      .banner-title-m {
        margin-bottom: 12px;
        font-size: 20px;
        line-height: 26px; } }
  .banner-title-l {
    font-family: 'Futura PT Bold';
    font-size: 70px;
    line-height: 90px;
    text-transform: uppercase;
    color: #FFFFFF;
    text-shadow: 0px 2px 0px rgba(0, 0, 0, 0.1); }
    @media (max-width: 992px) {
      .banner-title-l {
        margin-bottom: 15px;
        font-size: 47px;
        line-height: 115.2%; } }
  .banner-title-s {
    margin-bottom: 25px;
    font-family: 'Futura PT Book';
    font-size: 18px;
    line-height: 28px;
    text-transform: uppercase;
    color: #FFFFFF; }
    @media (max-width: 992px) {
      .banner-title-s {
        font-size: 18px;
        line-height: 156.2%; } }
  .banner form {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%; }
    .banner form .arrow-focus {
      width: 100%;
      max-width: 37px;
      margin-left: 24px; }
  .banner-contacts {
    position: relative;
    padding: 40px 0 30px; }
    .banner-contacts .wrapper {
      display: flex;
      align-items: center;
      justify-content: space-between; }
      @media (max-width: 992px) {
        .banner-contacts .wrapper {
          flex-direction: column;
          align-items: center; } }
    @media (max-width: 992px) {
      .banner-contacts-cnt {
        margin-bottom: 30px; } }
    .banner-contacts-cnt .text-simple {
      margin-bottom: 40px; }
    @media (max-width: 992px) {
      .banner-contacts-cnt .title,
      .banner-contacts-cnt .text-simple {
        text-align: center; } }
    .banner-contacts-img {
      width: 100%;
      max-width: 459px; }
      .banner-contacts-img img {
        width: 100%; }

@media (max-width: 992px) {
  .arrow-focus {
    display: none; } }

.search-field {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%; }
  @media (max-width: 600px) {
    .search-field {
      flex-direction: column; } }
  .search-field-wrap {
    width: 100%;
    max-width: 622px;
    background-color: #FFFFFF;
    border-radius: 5px;
    overflow: hidden; }
    @media (max-width: 600px) {
      .search-field-wrap {
        max-width: 100%; } }
  @media (max-width: 600px) {
    .search-field .btn {
      max-width: 100%;
      border-radius: 0; } }
  .search-field input:not(.btn) {
    width: 100%;
    max-width: 462px;
    height: 60px;
    padding: 5px 25px;
    font-family: 'Futura PT Book';
    font-size: 18px;
    line-height: 18px;
    color: rgba(0, 0, 0, 0.5);
    background-color: #FFFFFF;
    border-radius: 5px 0px 0px 5px; }
    @media (max-width: 600px) {
      .search-field input:not(.btn) {
        max-width: 100%;
        padding: 5px 15px;
        text-align: center;
        font-size: 16px;
        line-height: 16px; } }
    .search-field input:not(.btn)::-webkit-input-placeholder {
      color: rgba(0, 0, 0, 0.5); }
    .search-field input:not(.btn)::-moz-placeholder {
      color: rgba(0, 0, 0, 0.5); }
    .search-field input:not(.btn):-ms-input-placeholder {
      color: rgba(0, 0, 0, 0.5); }
    .search-field input:not(.btn):-moz-placeholder {
      color: rgba(0, 0, 0, 0.5); }

.link-row {
  display: flex;
  align-items: center;
  justify-content: flex-start; }
  .link-row:not(:last-child) {
    margin-bottom: 22px; }
  .link-row-img {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 23px;
    min-width: 23px;
    margin-right: 10px; }
    .link-row-img img {
      max-width: 100%; }
  .link-row-title {
    display: block;
    margin-right: 12px;
    font-family: 'Futura PT Light';
    font-size: 25px;
    line-height: 25px;
    text-transform: uppercase;
    color: #414268; }
    @media (max-width: 992px) {
      .link-row-title {
        font-size: 16px;
        line-height: 16px; } }
  .link-row-cnt {
    display: block;
    margin-right: 12px;
    font-family: 'Futura PT Medium';
    font-size: 25px;
    line-height: 25px;
    text-transform: uppercase;
    color: #414268;
    transition: 0.3s ease; }
    @media (max-width: 992px) {
      .link-row-cnt {
        font-size: 16px;
        line-height: 16px; } }
    .link-row-cnt:hover {
      color: #414268;
      text-decoration: underline; }

.services {
  position: relative;
  padding: 77px 0 40px; }
  .services-list {
    display: flex;
    justify-content: space-between; }
    @media (max-width: 992px) {
      .services-list {
        justify-content: space-around;
        flex-flow: row wrap; } }
  .services-item {
    width: 100%;
    max-width: 350px;
    margin-bottom: 40px;
    padding: 50px 25px 30px;
    background: #FFFFFF;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
    border-radius: 5px; }
    @media (max-width: 1200px) {
      .services-item {
        max-width: 300px;
        padding: 50px 15px 30px; } }
    @media (max-width: 992px) {
      .services-item {
        max-width: 350px; } }
    .services-item-img {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 100%;
      height: 128px;
      margin-bottom: 25px; }
      @media (max-width: 730px) {
        .services-item-img {
          height: auto; } }
      .services-item-img img {
        max-width: 100%; }
    .services-item h5 {
      display: -webkit-box;
      height: 64px;
      -webkit-line-clamp: 2;
      overflow: hidden;
      -webkit-box-orient: vertical;
      margin-bottom: 15px;
      font-family: 'Futura PT Medium';
      font-size: 25px;
      line-height: 32px;
      text-align: center;
      text-transform: uppercase;
      color: #414268; }
      @media (max-width: 992px) {
        .services-item h5 {
          height: 52px;
          font-size: 18px;
          line-height: 26px; } }
      @media (max-width: 730px) {
        .services-item h5 {
          height: auto;
          -webkit-line-clamp: 200; } }
    .services-item p {
      display: -webkit-box;
      height: 286px;
      -webkit-line-clamp: 11;
      overflow: hidden;
      -webkit-box-orient: vertical;
      margin-bottom: 15px;
      font-family: 'Futura PT Book';
      font-size: 18px;
      line-height: 26px;
      text-align: center;
      color: #414268; }
      @media (max-width: 992px) {
        .services-item p {
          height: 220px;
          font-size: 16px;
          line-height: 20px; } }
      @media (max-width: 730px) {
        .services-item p {
          height: auto;
          -webkit-line-clamp: 200; } }
    .services-item .btn {
      margin: 0 auto; }

.reviews-section {
  position: relative;
  padding: 67px 0 80px;
  background-color: #ffffff; }

.reviews-slider {
  padding: 0 78px; }
  @media (max-width: 550px) {
    .reviews-slider {
      padding: 0; } }
  @media (max-width: 1000px) {
    .reviews-slider .owl-item {
      display: flex;
      align-items: center;
      justify-content: center; } }
  .reviews-slider-wrapper {
    width: 100%;
    max-width: 1266px;
    margin: 0 auto; }
    @media (max-width: 550px) {
      .reviews-slider-wrapper {
        padding: 0 15px; } }

.rev-item {
  position: relative;
  width: 100%;
  padding: 42px 25px 55px;
  background-color: #ffffff;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
  border-radius: 5px; }
  .rev-item-wrap {
    width: 100%;
    max-width: 350px;
    padding: 5px; }
  .rev-item-name {
    position: absolute;
    top: 16px;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 0 18px;
    font-family: 'Futura PT Medium';
    font-size: 25px;
    line-height: 25px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    background: linear-gradient(64.3deg, #4322FF 0%, #74F6F7 103.46%);
    border-radius: 5px 0px 0px 5px; }
  .rev-item-img {
    display: flex;
    align-items: center;
    justify-content: center;
    max-height: 288px;
    max-width: 288px;
    width: 100%;
    margin: 0 auto 35px;
    border-radius: 50%;
    overflow: hidden; }
    .rev-item-img img {
      width: 100%;
      border-radius: 50%;
      overflow: hidden; }
  .rev-item p {
    font-family: 'Futura PT Book';
    font-size: 18px;
    line-height: 26px;
    text-align: center;
    color: #414268; }
    @media (min-width: 751px) {
      .rev-item p {
        display: -webkit-box;
        -webkit-line-clamp: 6;
        overflow: hidden;
        height: 156px;
        -webkit-box-orient: vertical; } }
  .rev-item-date {
    position: absolute;
    bottom: 22px;
    right: 0;
    padding: 0 25px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%; }
    .rev-item-date img {
      max-width: 14px;
      width: 100%;
      margin-right: 8px; }
    .rev-item-date span {
      font-family: 'Futura PT Medium';
      font-size: 14px;
      line-height: 18px;
      text-transform: uppercase;
      color: rgba(65, 66, 104, 0.5); }

.check-before {
  position: relative;
  padding: 63px 0 75px; }
  .check-before .title {
    margin-bottom: 10px; }

.check .wrapper {
  padding: 77px 15px 7px; }
  @media (max-width: 992px) {
    .check .wrapper {
      padding: 50px 15px; } }

.check-block {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-start;
  justify-content: space-between; }
  @media (max-width: 992px) {
    .check-block {
      flex-direction: column;
      align-items: center; } }

.check-img {
  width: 100%;
  max-width: 449px;
  margin-top: 30px;
  margin-right: 25px; }
  @media (max-width: 992px) {
    .check-img {
      margin: 0;
      order: 2; } }
  .check-img img {
    max-width: 100%; }

.check-cnt {
  width: 100%;
  max-width: 626px; }
  @media (max-width: 992px) {
    .check-cnt {
      max-width: 100%;
      padding: 0 0 30px;
      order: 1; } }

.check-title {
  padding-bottom: 21px;
  margin-bottom: 27px;
  font-family: 'Futura PT Bold';
  font-size: 28px;
  line-height: 48px;
  color: #414268;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15); }
  @media (max-width: 992px) {
    .check-title {
      padding-bottom: 10px;
      margin-bottom: 12px;
      font-size: 17px;
      line-height: 15px; } }
  .check-title span {
    display: block;
    font-size: 45px;
    text-transform: capitalize;
    line-height: 36px; }
    @media (max-width: 992px) {
      .check-title span {
        font-size: 22px;
        line-height: 22px; } }

.check p {
  font-family: 'Futura PT Book';
  font-size: 18px;
  line-height: 26px;
  color: #414268; }
  @media (max-width: 992px) {
    .check p {
      font-size: 16px;
      line-height: 21px; } }

.steps {
  position: relative;
  padding: 66px 0 50px; }
  .steps .title {
    margin-bottom: 13px; }
  .steps .text-simple {
    margin-bottom: 40px; }
  .steps-list {
    display: flex;
    justify-content: space-between; }
    @media (max-width: 1100px) {
      .steps-list {
        justify-content: space-around; } }
    @media (max-width: 992px) {
      .steps-list {
        flex-flow: row wrap; } }
  .steps-block-title {
    width: 100%;
    margin-bottom: 32px;
    font-family: 'Futura PT Bold';
    font-size: 25px;
    line-height: 32px;
    text-align: center;
    text-transform: uppercase;
    color: #414268; }
  .steps-item {
    position: relative;
    width: 100%;
    max-width: 255px;
    margin: 0 0 25px;
    padding: 54px 20px 20px;
    background: #FFFFFF;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
    border-radius: 5px; }
    @media (max-width: 1100px) {
      .steps-item {
        margin: 0 5px 25px; } }
    .steps-item-num {
      position: absolute;
      top: 0;
      left: 0;
      display: flex;
      align-items: center;
      justify-content: center;
      min-width: 41px;
      height: 41px;
      font-family: 'Futura PT Medium';
      font-size: 25px;
      line-height: 25px;
      text-align: center;
      color: #ffffff;
      background: linear-gradient(80deg, #4322FF 0%, #74F6F7 103.46%);
      border-radius: 5px 0px 0px 0px; }
    .steps-item-img {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 100%;
      height: 138px;
      margin-bottom: 25px; }
      .steps-item-img img {
        max-width: 100%; }
    .steps-item-title {
      margin-bottom: 15px;
      font-family: 'Futura PT Medium';
      font-size: 18px;
      line-height: 23px;
      text-align: center;
      text-transform: uppercase;
      color: #414268; }
      @media (max-width: 992px) {
        .steps-item-title {
          font-size: 16px;
          line-height: 24px; } }
    .steps-item p.text-simple {
      margin-bottom: 0;
      text-align: center; }
  .steps-check .steps-item {
    max-width: 350px; }
    .steps-check .steps-item-img {
      height: 138px; }
    .steps-check .steps-item-title {
      margin-bottom: 0;
      font-size: 25px;
      line-height: 32px; }
      @media (max-width: 992px) {
        .steps-check .steps-item-title {
          font-size: 18px;
          line-height: 24px; } }
  .steps-find-short .title {
    margin-bottom: 20px; }
  .steps-find-short .page-background-icon_11 {
    top: auto;
    bottom: 80px;
    left: 88px; }
  .steps-find-short .page-background-icon_12 {
    top: 145px;
    right: 55px; }
  .steps p {
    max-width: 736px; }

.checker {
  position: relative;
  padding: 66px 0 80px; }
  .checker-links {
    margin-bottom: 40px;
    padding: 0 58px; }
    @media (max-width: 550px) {
      .checker-links {
        padding: 0; } }
    .checker-links .owl-dots {
      display: none; }
    .checker-links-wrap {
      width: 100%;
      max-width: 1266px;
      margin: 0 auto;
      padding: 0 15px; }
    .checker-links-item {
      width: 100%;
      max-width: 265px;
      padding: 5px; }
  .checker-list {
    display: flex;
    justify-content: space-between;
    flex-flow: row wrap; }
    @media (max-width: 1079px) {
      .checker-list {
        justify-content: space-around; } }
  .checker-item {
    position: relative;
    width: 100%;
    max-width: 350px;
    margin-bottom: 30px;
    padding: 75px 22px 50px;
    background: #FFFFFF;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
    border-radius: 5px; }
    @media (max-width: 1079px) {
      .checker-item {
        margin: 0 5px 30px; } }
    @media (max-width: 700px) {
      .checker-item {
        margin: 0 0 30px;
        padding: 75px 15px 50px; } }
    .checker-item-category {
      position: absolute;
      top: 0;
      left: 0;
      display: flex;
      align-items: center;
      justify-content: center;
      min-height: 43px;
      padding: 5px 22px;
      font-family: 'Futura PT Medium';
      font-size: 20px;
      line-height: 20px;
      text-transform: uppercase;
      color: #FFFFFF;
      background: linear-gradient(68.72deg, #4322FF 0%, #74F6F7 103.46%);
      border-radius: 5px 0px 0px 0px; }
    .checker-item-name {
      display: -webkit-box;
      -webkit-line-clamp: 3;
      height: 135px;
      overflow: hidden;
      -webkit-box-orient: vertical;
      width: 100%;
      margin-bottom: 15px;
      font-family: 'Futura PT Medium';
      font-size: 35px;
      line-height: 45px;
      text-align: center;
      text-transform: uppercase;
      color: #414268;
      transition: 0.3s ease; }
      @media (max-width: 992px) {
        .checker-item-name {
          height: 105px;
          font-size: 25px;
          line-height: 35px; } }
      @media (max-width: 749px) {
        .checker-item-name {
          -webkit-line-clamp: 100;
          height: auto; } }
      .checker-item-name:hover {
        color: #4322FF; }
    .checker-item p {
      display: -webkit-box;
      -webkit-line-clamp: 6;
      height: 156px;
      overflow: hidden;
      -webkit-box-orient: vertical;
      width: 100%;
      margin-bottom: 15px;
      font-family: 'Futura PT Book';
      font-size: 18px;
      line-height: 26px;
      text-align: center;
      color: #414268; }
      @media (max-width: 992px) {
        .checker-item p {
          font-size: 16px;
          line-height: 21px; } }
      @media (max-width: 749px) {
        .checker-item p {
          -webkit-line-clamp: 100;
          height: auto; } }
    .checker-item-price {
      margin-bottom: 30px;
      font-family: 'Futura PT Bold';
      font-size: 65px;
      line-height: 65px;
      text-align: center;
      background: linear-gradient(74.78deg, #CA1AE7 0%, #FF8484 100%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent; }
      @media (max-width: 992px) {
        .checker-item-price {
          font-size: 55px;
          line-height: 55px; } }
    .checker-item .btn {
      margin: 0 auto; }

.userful {
  position: relative;
  padding: 65px 0 55px; }
  .userful-list {
    display: flex;
    align-items: center;
    justify-content: center; }
    @media (max-width: 992px) {
      .userful-list {
        flex-direction: column;
        align-items: center; } }
  .userful-img {
    width: 100%;
    max-width: 483px;
    margin-right: 32px; }
    @media (max-width: 992px) {
      .userful-img {
        order: 2;
        margin: 0 auto; } }
    .userful-img img {
      width: 100%; }
  .userful-cnt {
    width: 100%;
    max-width: 530px; }
    @media (max-width: 992px) {
      .userful-cnt {
        order: 1;
        max-width: 100%;
        margin: 0 0 30px; } }
  .userful h4 {
    display: block;
    padding-bottom: 21px;
    margin-bottom: 27px;
    font-family: 'Futura PT Bold';
    font-size: 25px;
    line-height: 32px;
    color: #414268;
    text-transform: uppercase;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15); }
    @media (max-width: 992px) {
      .userful h4 {
        padding-bottom: 10px;
        margin-bottom: 12px;
        font-size: 18px;
        line-height: 16px; } }
  .userful-info-row {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    @media (max-width: 1199px) {
      .userful-info-row {
        align-items: flex-start; }
        .userful-info-row:not(:last-child) {
          margin-bottom: 30px; } }
    @media (max-width: 992px) {
      .userful-info-row {
        flex-direction: column;
        align-items: center; } }
  .userful-info-img {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 510px; }
    @media (max-width: 992px) {
      .userful-info-img {
        order: 1; } }
    .userful-info-img img {
      max-width: 100%; }
  .userful-info-cnt {
    position: relative;
    width: 100%;
    max-width: 600px;
    padding: 28px 35px 25px 50px;
    background: #FFFFFF;
    border-radius: 5px;
    transition: 0.3s ease; }
    .userful-info-cnt:first-child {
      padding: 28px 35px 25px 28px; }
    @media (min-width: 1200px) {
      .userful-info-cnt:hover {
        box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
        z-index: 2; } }
    @media (max-width: 1199px) {
      .userful-info-cnt {
        padding: 0 15px; }
        .userful-info-cnt:first-child {
          padding: 0 15px; } }
    @media (max-width: 992px) {
      .userful-info-cnt {
        order: 2;
        max-width: 100%;
        padding: 20px 0 0 !important; } }
    .userful-info-cnt p {
      font-family: 'Futura PT Book';
      font-size: 18px;
      line-height: 26px;
      color: #414268; }
      @media (max-width: 992px) {
        .userful-info-cnt p {
          font-size: 16px;
          line-height: 24px; } }

.samples {
  position: relative;
  padding: 67px 0 60px; }
  .samples-list {
    width: 100%;
    max-width: 542px;
    margin-bottom: 20px; }
    .samples-list-head {
      display: flex;
      align-items: center;
      justify-content: space-around;
      width: 100%;
      padding: 12px 30px;
      background: #F3F3F3;
      border-radius: 5px; }
      @media (max-width: 992px) {
        .samples-list-head {
          flex-direction: column;
          align-items: center;
          padding: 12px 15px; } }
      .samples-list-head:not(:last-child) {
        margin: 0 0 30px; }
      .samples-list-head .subtitle {
        display: inline-block;
        width: auto;
        margin: 0 !important;
        padding: 0 !important;
        border: none !important;
        padding: 0;
        font-family: 'Futura PT Bold';
        font-size: 25px;
        line-height: 32px;
        text-align: left;
        text-transform: uppercase;
        color: #414268; }
        @media (max-width: 992px) {
          .samples-list-head .subtitle {
            font-size: 18px;
            line-height: 24px;
            text-align: center; }
            .samples-list-head .subtitle:not(:last-child) {
              margin: 0 0 20px !important; } }
    .samples-list-info {
      font-family: 'Futura PT Medium';
      font-size: 25px;
      line-height: 32px;
      text-transform: uppercase;
      color: #414268; }
      .samples-list-info-mob {
        display: none; }
        @media (max-width: 1023px) {
          .samples-list-info-mob {
            display: block; } }
      @media (max-width: 1023px) {
        .samples-list-info-pc {
          display: none; } }
      @media (max-width: 992px) {
        .samples-list-info {
          font-size: 18px;
          line-height: 26px; } }
    @media (max-width: 1023px) {
      .samples-list {
        max-width: 100%; } }
    @media (max-width: 1023px) {
      .samples-list-wrap {
        flex-direction: column; } }
    .samples-list-top {
      display: flex;
      align-items: center;
      justify-content: flex-start;
      margin-bottom: 28px; }
      @media (max-width: 992px) {
        .samples-list-top {
          margin-bottom: 15px; } }
      .samples-list-top img {
        max-width: 78px;
        margin-right: 17px; }
        @media (max-width: 1023px) {
          .samples-list-top img {
            max-width: 40px;
            margin-right: 15px; } }
      .samples-list-top p {
        display: -webkit-box;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        -webkit-line-clamp: 3;
        height: 108px;
        overflow: hidden;
        -webkit-box-orient: vertical;
        font-family: 'Futura PT Bold';
        font-size: 25px;
        line-height: 36px;
        text-transform: uppercase;
        color: #414268; }
        @media (max-width: 1050px) {
          .samples-list-top p {
            height: 78px;
            font-size: 18px;
            line-height: 26px; } }
        @media (max-width: 1023px) {
          .samples-list-top p {
            height: auto;
            -webkit-line-clamp: 100; } }
    .samples-list-cnt {
      width: 100%;
      padding: 25px 20px 20px;
      background: #FFFFFF;
      box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
      border-radius: 5px; }
      @media (max-width: 1023px) {
        .samples-list-cnt {
          padding: 25px 15px 20px; } }
      .samples-list-cnt p {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        padding-left: 15px;
        font-family: 'Futura PT Book';
        font-size: 20px;
        line-height: 20px;
        color: #414268; }
        @media (max-width: 1023px) {
          .samples-list-cnt p {
            padding-left: 0; } }
        @media (max-width: 490px) {
          .samples-list-cnt p {
            flex-direction: column;
            align-items: flex-start;
            justify-content: flex-start; } }
        .samples-list-cnt p span {
          display: block;
          margin-left: 12px;
          font-family: 'Futura PT Medium';
          font-size: 18px;
          line-height: 18px;
          text-transform: uppercase;
          color: #414268; }
          @media (max-width: 490px) {
            .samples-list-cnt p span {
              margin: 10px 0 0; } }
        .samples-list-cnt p:not(:last-child) {
          margin-bottom: 19px;
          padding-bottom: 19px;
          border-bottom: 1px solid rgba(0, 0, 0, 0.15); }
          @media (max-width: 992px) {
            .samples-list-cnt p:not(:last-child) {
              margin-bottom: 10px;
              padding-bottom: 10px; } }

.tips {
  padding: 65px 0 70px; }

.decision {
  position: relative;
  padding-top: 25px; }
  .decision-row {
    display: flex;
    align-items: flex-end;
    justify-content: flex-start; }
    @media (max-width: 992px) {
      .decision-row {
        flex-direction: column;
        align-items: center; } }
  .decision-cnt {
    width: 100%;
    max-width: 800px;
    padding-right: 30px;
    padding-bottom: 50px; }
    @media (max-width: 992px) {
      .decision-cnt {
        max-width: 100%;
        padding: 0 0 40px; }
        .decision-cnt .search-field-wrap {
          margin: 0 auto; } }
    .decision-cnt .title {
      margin-bottom: 22px; }
      @media (max-width: 992px) {
        .decision-cnt .title {
          text-align: center; } }
  .decision-img {
    width: 100%;
    max-width: 289px;
    margin-bottom: -4px; }
    .decision-img img {
      width: 100%; }

.warranty {
  position: relative;
  padding: 63px 0; }
  .warranty-title {
    margin-bottom: 9px; }
    .warranty-title-get {
      margin: 48px 0 36px; }

.news {
  position: relative;
  padding: 66px 0; }
  .news .title {
    margin-bottom: 10px; }
  .news-arrows {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px; }
    .news-arrows a {
      display: flex;
      align-items: center;
      justify-content: center;
      font-family: 'Futura PT Book';
      font-size: 18px;
      line-height: 18px;
      text-transform: uppercase;
      color: #414268;
      transition: 0.3s ease;
      opacity: 0.5; }
      .news-arrows a:hover {
        opacity: 1; }
      .news-arrows a:not(:last-child) {
        margin-right: 30px; }
      .news-arrows a img {
        width: 9px; }
        .news-arrows a img:first-child {
          margin-right: 4px; }
        .news-arrows a img:last-child {
          margin-left: 4px; }
  .news-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 30px; }
    @media (max-width: 992px) {
      .news-head {
        flex-direction: column;
        align-items: center; } }
    .news-head .title {
      margin-bottom: 0; }
      @media (max-width: 992px) {
        .news-head .title {
          max-width: 100%;
          text-align: center; } }
    .news-head .subtitle {
      margin-top: 9px;
      margin-bottom: 0; }
      @media (max-width: 992px) {
        .news-head .subtitle {
          max-width: 100%;
          text-align: center; } }
    .news-head .news-item-date {
      margin-top: 3px;
      position: static;
      border-radius: 5px; }
      @media (max-width: 992px) {
        .news-head .news-item-date {
          margin: 15px auto 0; } }
  .news-list {
    display: flex;
    justify-content: space-between;
    flex-flow: row wrap; }
    @media (max-width: 1079px) {
      .news-list {
        justify-content: space-around; } }
    .news-list-links {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding-bottom: 30px; }
      @media (max-width: 992px) {
        .news-list-links {
          flex-flow: row wrap; } }
      .news-list-links .btn {
        margin-bottom: 25px; }
        @media (max-width: 992px) {
          .news-list-links .btn {
            max-width: 48%;
            margin: 0 5px 25px !important; } }
        @media (max-width: 550px) {
          .news-list-links .btn {
            max-width: 100%;
            margin: 0 0 25px !important; } }
        .news-list-links .btn:not(:last-child) {
          margin-right: 10px; }
  .news-item {
    position: relative;
    width: 100%;
    max-width: 350px;
    margin-bottom: 30px;
    padding: 0;
    background: #FFFFFF;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
    border-radius: 5px; }
    @media (max-width: 1079px) {
      .news-item {
        margin: 0 5px 30px; } }
    @media (max-width: 700px) {
      .news-item {
        margin: 0 0 30px; } }
    .news-item-cnt {
      width: 100%;
      padding: 25px 23px 30px; }
    .news-item-img {
      display: flex;
      align-items: flex-start;
      justify-content: center;
      width: 100%;
      height: 280px;
      max-height: 280px;
      overflow: hidden; }
      @media (max-width: 600px) {
        .news-item-img {
          height: auto;
          max-height: 100%; } }
      .news-item-img img {
        max-width: 100%; }
    .news-item-date {
      position: absolute;
      top: 0;
      left: 0;
      display: flex;
      align-items: center;
      justify-content: center;
      min-height: 43px;
      padding: 5px 15px;
      font-family: 'Futura PT Medium';
      font-size: 20px;
      line-height: 20px;
      text-transform: uppercase;
      color: #FFFFFF;
      background: linear-gradient(68.72deg, #4322FF 0%, #74F6F7 103.46%);
      border-radius: 5px 0px 0px 0px; }
      .news-item-date img {
        width: 14px;
        min-width: 14px;
        margin-right: 9px; }
    .news-item-name {
      position: relative;
      display: -webkit-box;
      -webkit-line-clamp: 3;
      height: 135px;
      overflow: hidden;
      -webkit-box-orient: vertical;
      width: 100%;
      padding-bottom: 17px;
      margin-bottom: 15px;
      font-family: 'Futura PT Medium';
      font-size: 35px;
      line-height: 45px;
      text-align: center;
      text-transform: uppercase;
      color: #414268;
      transition: 0.3s ease; }
      .news-item-name::before {
        content: '';
        position: absolute;
        bottom: 0;
        left: calc(50% - 110px);
        display: block;
        width: 100%;
        height: 1px;
        max-width: 223px;
        background: rgba(0, 0, 0, 0.15); }
      @media (max-width: 992px) {
        .news-item-name {
          height: 105px;
          font-size: 25px;
          line-height: 35px; } }
      @media (max-width: 749px) {
        .news-item-name {
          -webkit-line-clamp: 100;
          height: auto; } }
      .news-item-name:hover {
        color: #4322FF; }
    .news-item p {
      display: -webkit-box;
      -webkit-line-clamp: 6;
      height: 156px;
      overflow: hidden;
      -webkit-box-orient: vertical;
      width: 100%;
      margin-bottom: 15px;
      font-family: 'Futura PT Book';
      font-size: 18px;
      line-height: 26px;
      text-align: center;
      color: #414268; }
      @media (max-width: 992px) {
        .news-item p {
          font-size: 16px;
          line-height: 21px; } }
      @media (max-width: 749px) {
        .news-item p {
          -webkit-line-clamp: 100;
          height: auto; } }
    .news-item .btn {
      margin: 0 auto; }

.article {
  width: 100%; }
  .article-block {
    display: flex;
    align-items: flex-start;
    justify-content: space-between; }
    @media (max-width: 1110px) {
      .article-block {
        flex-direction: column;
        align-items: center; } }
    .article-block:not(:last-child) {
      margin-bottom: 15px; }
    .article-block img {
      width: 100%;
      max-width: 444px; }
      @media (max-width: 1110px) {
        .article-block img {
          margin: 0 auto 30px; } }
    .article-block .article-img-text {
      width: 100%;
      max-width: 626px; }
      @media (max-width: 1110px) {
        .article-block .article-img-text {
          max-width: 100%; } }
    .article-block div {
      width: 100%;
      max-width: 539px; }
      @media (max-width: 1110px) {
        .article-block div {
          max-width: 100%; } }
    .article-block-shadow {
      width: 100%;
      max-width: 539px;
      padding: 42px 12px 44px 42px;
      background: #FFFFFF;
      box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
      border-radius: 5px; }
      @media (max-width: 1110px) {
        .article-block-shadow {
          max-width: 100%;
          margin: 30px auto 30px; } }
      @media (max-width: 767px) {
        .article-block-shadow {
          margin: 0 0 20px;
          padding: 0;
          box-shadow: none; } }
      .article-block-shadow .simple-list li {
        font-family: 'Futura PT Medium';
        font-size: 18px;
        line-height: 23px;
        color: #414268; }
        @media (max-width: 992px) {
          .article-block-shadow .simple-list li {
            font-size: 16px;
            line-height: 21px; } }
        .article-block-shadow .simple-list li:not(:last-child) {
          margin-bottom: 15px; }
        .article-block-shadow .simple-list li::before {
          top: 5px; }
  .article p:not(:last-child) {
    margin-bottom: 20px; }
  .article p a {
    color: #F57197;
    text-decoration: underline;
    transition: 0.3s ease; }
    .article p a:hover {
      color: #5262FD; }
  .article p i {
    font-style: italic;
    color: #5262FD; }
  .article h4 {
    display: block;
    padding-bottom: 21px;
    margin-bottom: 27px;
    font-family: 'Futura PT Bold';
    font-size: 25px;
    line-height: 32px;
    color: #414268;
    text-transform: uppercase;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15); }
    @media (max-width: 992px) {
      .article h4 {
        padding-bottom: 10px;
        margin-bottom: 12px;
        font-size: 18px;
        line-height: 16px; } }

.contacts {
  position: relative;
  padding: 52px 0 100px; }
  .contacts-question {
    display: flex;
    align-items: flex-start;
    justify-content: space-between; }
    @media (max-width: 992px) {
      .contacts-question {
        flex-direction: column;
        align-items: center; } }
    .contacts-question-cnt {
      position: relative;
      width: 100%;
      max-width: 535px;
      padding: 45px 30px 25px 0; }
      @media (max-width: 992px) {
        .contacts-question-cnt {
          max-width: 100%;
          padding: 20px 0 0 0;
          margin: 0 0 30px; } }
      .contacts-question-cnt::before, .contacts-question-cnt::after {
        content: '';
        position: absolute;
        display: block;
        width: 70px;
        height: 7px;
        background-image: url("../images/line-block.svg");
        background-repeat: no-repeat;
        background-size: contain; }
      .contacts-question-cnt::before {
        top: 22px;
        left: 0; }
        @media (max-width: 992px) {
          .contacts-question-cnt::before {
            top: 0; } }
      .contacts-question-cnt::after {
        bottom: 0px;
        right: 5px; }
        @media (max-width: 992px) {
          .contacts-question-cnt::after {
            display: none; } }
      .contacts-question-cnt .title {
        margin-bottom: 9px; }
      .contacts-question-cnt .subtitle {
        margin-bottom: 6px; }
    .contacts-question-form {
      width: 100%;
      max-width: 475px; }
      @media (max-width: 992px) {
        .contacts-question-form {
          max-width: 100%; } }
      .contacts-question-form form {
        display: flex;
        flex-flow: row wrap;
        justify-content: space-between;
        align-items: flex-start;
        width: 100%; }
        @media (max-width: 992px) {
          .contacts-question-form form {
            flex-direction: column;
            align-items: center; } }
        .contacts-question-form form .btn {
          margin: 0 auto; }

.label-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 60px;
  margin-bottom: 20px;
  padding: 10px 20px;
  background: #FFFFFF;
  border-radius: 4px; }
  .label-row.half-row {
    max-width: 225px; }
    @media (max-width: 992px) {
      .label-row.half-row {
        max-width: 100%; } }
  .label-row-img {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    min-width: 18px;
    margin-right: 8px;
    order: 1;
    opacity: 0.5;
    transition: 0.3s ease; }
    .label-row-img img {
      max-width: 100%; }
  .label-row input,
  .label-row textarea {
    order: 2;
    width: 100%;
    font-family: 'Futura PT Book';
    font-size: 18px;
    line-height: 18px;
    color: #000000;
    background-color: transparent !important;
    outline: none !important;
    border: none !important;
    box-shadow: none !important; }
    .label-row input::-webkit-input-placeholder,
    .label-row textarea::-webkit-input-placeholder {
      color: rgba(0, 0, 0, 0.5); }
    .label-row input::-moz-placeholder,
    .label-row textarea::-moz-placeholder {
      color: rgba(0, 0, 0, 0.5); }
    .label-row input:-ms-input-placeholder,
    .label-row textarea:-ms-input-placeholder {
      color: rgba(0, 0, 0, 0.5); }
    .label-row input:-moz-placeholder,
    .label-row textarea:-moz-placeholder {
      color: rgba(0, 0, 0, 0.5); }
  .label-row-textarea {
    height: auto;
    padding: 20px 15px 20px 20px;
    align-items: flex-start; }
    .label-row-textarea .label-row-img {
      margin-top: 4px; }
    .label-row-textarea textarea {
      min-height: 100px;
      line-height: 25px; }

.label-row input:focus ~ .label-row-img,
.label-row textarea:focus ~ .label-row-img {
  opacity: 1; }

.test-section {
  position: relative;
  padding: 62px 0 81px; }
  @media (max-width: 992px) {
    .test-section .title {
      text-align: center !important; } }
  .test-section-list {
    display: flex;
    align-items: flex-start;
    justify-content: space-between; }
    @media (max-width: 992px) {
      .test-section-list {
        flex-direction: column;
        align-items: center; } }
    .test-section-list .samples-list {
      max-width: 635px;
      margin-bottom: 0; }
      @media (max-width: 992px) {
        .test-section-list .samples-list {
          max-width: 100%; } }

.test-img {
  width: 100%;
  max-width: 305px;
  margin: 0 0 30px; }
  .test-img img {
    max-width: 100%; }

.pay {
  padding: 65px 0 70px; }
  .pay .text-simple {
    display: block;
    width: 100%;
    text-align: center; }
  .pay-cnt {
    width: 100%;
    padding: 70px 0; }
    @media (max-width: 992px) {
      .pay-cnt {
        padding: 30px 0; } }
    .pay-cnt img {
      display: block;
      margin: 0 auto; }

.profile {
  position: relative;
  padding: 65px 0 70px; }
  .profile form {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-flow: row wrap;
    width: 100%;
    max-width: 730px; }
    @media (max-width: 767px) {
      .profile form {
        flex-direction: column; } }
    .profile form .change-pass {
      width: 100%; }
  .profile-history {
    width: 100%;
    background: #FFFFFF;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    padding-bottom: 25px; }
    @media (max-width: 992px) {
      .profile-history {
        box-shadow: none;
        padding-bottom: 0; } }
    .profile-history-wrap {
      padding-bottom: 60px; }
    .profile-history-head {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 100%;
      min-height: 96px;
      background: #FFFFFF;
      box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
      border-radius: 5px; }
      @media (max-width: 992px) {
        .profile-history-head {
          box-shadow: none;
          min-height: 0;
          margin-bottom: 30px; } }
      .profile-history-head .title {
        margin-bottom: 0; }
    .profile-history-layout {
      padding: 30px 20px;
      max-height: 530px;
      overflow-y: scroll; }
      @media (max-width: 992px) {
        .profile-history-layout {
          padding: 0;
          overflow: hidden;
          max-height: 100%; } }
      .profile-history-layout::-webkit-scrollbar {
        width: 4px; }
      .profile-history-layout::-webkit-scrollbar-track {
        background: transparent; }
      .profile-history-layout::-webkit-scrollbar-thumb {
        background: linear-gradient(89.58deg, #CA1AE7 0%, #FF8484 100%); }
    .profile-history-cnt {
      width: 100%; }
    .profile-history-row {
      padding: 20px 25px 25px;
      background: #F3F3F3;
      border-radius: 5px; }
      @media (max-width: 992px) {
        .profile-history-row {
          padding: 20px 15px 25px; } }
      .profile-history-row:not(:last-child) {
        margin-bottom: 30px; }
      .profile-history-row-head {
        display: flex;
        align-items: center;
        justify-content: space-between; }
        @media (max-width: 992px) {
          .profile-history-row-head {
            flex-direction: column;
            align-items: flex-start; } }
        .profile-history-row-head a {
          margin-bottom: 17px;
          font-family: 'Futura PT Bold';
          font-size: 25px;
          line-height: 25px;
          color: #414268;
          transition: 0.3s ease; }
          .profile-history-row-head a:hover {
            color: #4322FF; }
          @media (max-width: 992px) {
            .profile-history-row-head a {
              font-size: 18px;
              line-height: 18px; } }
          .profile-history-row-head a span {
            font-family: 'Futura PT Light'; }
      .profile-history-row-date {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 17px;
        font-family: 'Futura PT Light';
        font-size: 16px;
        line-height: 16px;
        color: #414268; }
        .profile-history-row-date img {
          max-width: 18px;
          margin-right: 10px; }
      .profile-history-row-cnt {
        display: flex;
        justify-content: space-between; }
        @media (max-width: 992px) {
          .profile-history-row-cnt {
            flex-direction: column;
            align-items: flex-start; } }
    .profile-history-column {
      width: 100%;
      max-width: 360px; }
      @media (max-width: 992px) {
        .profile-history-column {
          max-width: 100% !important; } }
      .profile-history-column p {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        margin-bottom: 15px;
        font-family: 'Futura PT Book';
        font-size: 18px;
        line-height: 18px;
        color: #414268;
        white-space: nowrap;
        padding-right: 10px; }
        @media (max-width: 490px) {
          .profile-history-column p {
            flex-direction: column;
            align-items: flex-start;
            justify-content: flex-start;
            font-size: 16px;
            line-height: 16px; } }
        .profile-history-column p span {
          display: block;
          margin-left: 12px;
          font-family: 'Futura PT Medium';
          font-size: 18px;
          line-height: 18px;
          text-transform: uppercase;
          color: #414268; }
          @media (max-width: 490px) {
            .profile-history-column p span {
              margin: 10px 0 0;
              font-size: 16px;
              line-height: 16px; } }
      .profile-history-column.repeat-column {
        display: flex;
        align-items: flex-end;
        justify-content: flex-end;
        max-width: 280px; }
        @media (max-width: 992px) {
          .profile-history-column.repeat-column {
            align-items: center;
            justify-content: flex-start; } }

.repeat-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s ease; }
  .repeat-btn:hover {
    opacity: 0.7; }
  .repeat-btn img {
    max-width: 16px;
    margin-right: 10px; }
  .repeat-btn span {
    font-family: 'Futura PT Medium';
    font-size: 18px;
    line-height: 18px;
    background: linear-gradient(79.21deg, #CA1AE7 0%, #FF8484 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: uppercase; }

.footer {
  position: relative; }
  @media (max-width: 992px) {
    .footer .logo {
      margin: 0; } }
  .footer-top {
    position: fixed;
    bottom: 50px;
    right: 50px;
    width: 70px;
    height: 70px;
    z-index: 3;
    display: none; }
    .footer-top.active {
      display: flex; }
    @media (max-width: 992px) {
      .footer-top {
        display: none !important; } }
    .footer-top img {
      max-width: 31px; }
  @media (max-width: 1300px) {
    .footer .row {
      flex-direction: column; } }
  @media (max-width: 1700px) {
    .footer nav {
      padding: 15px 0; } }
  @media (max-width: 992px) {
    .footer nav {
      flex-direction: column; } }
  .footer nav a {
    font-size: 16px;
    line-height: 16px; }
    .footer nav a:not(:last-child), .footer nav a:nth-child(7) {
      margin-right: 20px !important; }
      @media (max-width: 1300px) {
        .footer nav a:not(:last-child), .footer nav a:nth-child(7) {
          margin-right: 10px !important; } }
      @media (max-width: 992px) {
        .footer nav a:not(:last-child), .footer nav a:nth-child(7) {
          margin-right: 0 !important; } }

.popup {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
  max-width: 250px;
  height: 100vh;
  padding: 40px 0;
  background: #FFFFFF; }
  .popup-close {
    cursor: pointer;
    position: absolute;
    top: -38px;
    right: -38px;
    display: block;
    width: 30px; }
    @media (max-width: 767px) {
      .popup-close {
        width: 1px;
        top: -17px;
        right: -17px; } }
    .popup-close img {
      width: 100%; }
  .popup-info {
    display: block;
    width: 100%;
    max-width: 750px;
    height: auto;
    padding: 48px 20px;
    background: #FFFFFF; }
    .popup-info-img {
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 20px; }
      .popup-info-img img {
        max-width: 100%; }
    .popup-info .title {
      margin-bottom: 18px; }
    .popup-info .subtitle {
      font-family: 'Futura PT Medium';
      margin-bottom: 28px; }
    .popup-info .btn {
      margin: 0 auto; }
  .popup-cnt {
    width: 100%;
    background: #FFFFFF; }
  .popup-wrapper, .popup-wrapper-info {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 40;
    display: none;
    transition: 0.5s ease; }
    .popup-wrapper.active, .popup-wrapper-info.active {
      display: block; }
  .popup-layout, .popup-layout-info {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 6;
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    background: rgba(0, 0, 0, 0.15); }
    .popup-layout-info, .popup-layout-info-info {
      align-items: center;
      justify-content: center;
      padding: 40px 20px; }
    @media (max-height: 550px) {
      .popup-layout, .popup-layout-info {
        overflow-y: scroll; } }
  .popup-head {
    margin: 0 0 15px;
    font-family: 'Futura PT Bold';
    font-size: 25px;
    line-height: 32px;
    text-align: center;
    text-transform: uppercase;
    color: #414268; }
  .popup form {
    padding: 0 25px 13px; }
    .popup form .field {
      margin-bottom: 13px; }
    .popup form .btn {
      height: 38px;
      margin: 0 auto;
      text-transform: capitalize; }
  .popup-form {
    width: 100%; }

.forget {
  display: block;
  margin: 0 auto 9px;
  font-family: 'Futura PT Light';
  font-size: 18px;
  line-height: 18px;
  text-align: center;
  color: rgba(65, 66, 104, 0.7); }

.throw-title {
  position: relative;
  width: calc(100% - 50px);
  margin: 0 auto 20px;
  font-family: 'Futura PT Book';
  font-size: 18px;
  line-height: 18px;
  text-align: center;
  color: #414268; }
  .throw-title::before {
    content: '';
    position: absolute;
    z-index: 1;
    top: calc(50% - 0.5px);
    left: 0;
    display: block;
    width: 100%;
    height: 1px;
    background: rgba(65, 66, 104, 0.1); }
  .throw-title span {
    position: relative;
    z-index: 2;
    display: inline-block;
    padding: 0 12px;
    background-color: #FFFFFF; }

.block-social {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 23px; }
  .block-social a {
    display: block;
    width: 28px;
    height: 28px;
    filter: grayscale(100%);
    transition: 0.3s ease; }
    .block-social a:hover {
      filter: grayscale(0); }
    .block-social a:not(:last-child) {
      margin-right: 20px; }
    .block-social a img {
      width: 100%; }

.new-user {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 11px;
  padding: 15px 30px;
  background: rgba(221, 221, 221, 0.2); }
  .new-user p {
    font-family: 'Futura PT Book';
    font-size: 18px;
    line-height: 18px;
    text-align: center;
    color: #000000; }
    .new-user p a {
      font-family: 'Futura PT Book';
      font-size: 18px;
      line-height: 18px;
      color: #FC7D8B;
      text-decoration: underline;
      transition: 0.3s ease; }
      .new-user p a:hover {
        text-decoration: none; }

.login-info {
  width: 100%;
  padding: 0 25px;
  font-family: 'Futura PT Light';
  font-size: 18px;
  line-height: 136.7%;
  text-align: center;
  color: rgba(65, 66, 104, 0.7); }

/*# sourceMappingURL=maps/style.css.map */
