@font-face {
  font-family: "Mazzardh";
  font-weight: 900;
  font-style: normal;
  src: url("../fonts/MazzardH-Black.woff") format('woff'), url("../fonts/MazzardH-Black.woff2") format('woff2');
}
@font-face {
  font-family: "Mazzardh";
  font-weight: 700;
  font-style: normal;
  src: url("../fonts/MazzardH-Bold.woff") format('woff'), url("../fonts/MazzardH-Bold.woff2") format('woff2');
}
@font-face {
  font-family: "Mazzardh";
  font-weight: 800;
  font-style: normal;
  src: url("../fonts/MazzardH-ExtraBold.woff") format('woff'), url("../fonts/MazzardH-ExtraBold.woff2") format('woff2');
}
@font-face {
  font-family: "Mazzardh";
  font-weight: 600;
  font-style: normal;
  src: url("../fonts/MazzardH-SemiBold.woff") format('woff'), url("../fonts/MazzardH-SemiBold.woff2") format('woff2');
}
@font-face {
  font-family: "Mazzardh";
  font-weight: 500;
  font-style: normal;
  src: url("../fonts/MazzardH-Medium.woff") format('woff'), url("../fonts/MazzardH-Medium.woff2") format('woff2');
}
@font-face {
  font-family: "Mazzardh";
  font-weight: 400;
  font-style: normal;
  src: url("../fonts/MazzardH-Regular.woff") format('woff'), url("../fonts/MazzardH-Regular.woff2") format('woff2');
}
@font-face {
  font-family: "Poppins";
  font-weight: 700;
  font-style: normal;
  src: url("../fonts/Poppins-Bold.woff") format('woff'), url("../fonts/Poppins-Bold.woff2") format('woff2');
}
@font-face {
  font-family: "Poppins";
  font-weight: 600;
  font-style: normal;
  src: url("../fonts/Poppins-SemiBold.woff") format('woff'), url("../fonts/Poppins-SemiBold.woff2") format('woff2');
}
@font-face {
  font-family: "Poppins";
  font-weight: 500;
  font-style: normal;
  src: url("../fonts/Poppins-Medium.woff") format('woff'), url("../fonts/Poppins-Medium.woff2") format('woff2');
}
@font-face {
  font-family: "Poppins";
  font-weight: 400;
  font-style: normal;
  src: url("../fonts/Poppins-Regular.woff") format('woff'), url("../fonts/Poppins-Regular.woff2") format('woff2');
}
/* FONTS
 ========================================================================== */
/* MAIN  FILES
 ========================================================================== */
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html {
  height: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  color: #333;
  font-family: 'Mazzardh', Arial, sans-serif;
  font-weight: 400;
  height: auto;
  min-height: 100vh;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  background-color: #f8f9fb;
}
body ::-moz-selection {
  background: #ef3f3f;
  color: #fff;
}
body ::selection {
  background: #ef3f3f;
  color: #fff;
}
#wrap {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -moz-box-flex: 1;
  -moz-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
mark {
  background: none;
}
/* ==========================================================================
 FORMS & TABLE & NAVIGATION
 ========================================================================== */
input, textarea, select {
  outline: 0 none;
  padding: 0 10px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
input[type='text'], input[type='number'], input[type='email'], input[type='password'], input[type='search'], input[type='tel'], textarea {
  border: 1px solid #e1e1e1;
  background: #fff;
  color: #222;
  font-family: 'Mazzardh', Arial, sans-serif;
  font-size: 16px;
  height: 40px;
  padding: 0 5px 0 10px;
  width: 100%;
}
input[type='text']::-webkit-input-placeholder, input[type='number']::-webkit-input-placeholder, input[type='email']::-webkit-input-placeholder, input[type='password']::-webkit-input-placeholder, input[type='search']::-webkit-input-placeholder, input[type='tel']::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #4c4c4c;
  font-family: 'Mazzardh', Arial, sans-serif;
  font-size: 16px;
  opacity: 1;
}
input[type='text']::-moz-placeholder, input[type='number']::-moz-placeholder, input[type='email']::-moz-placeholder, input[type='password']::-moz-placeholder, input[type='search']::-moz-placeholder, input[type='tel']::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  color: #4c4c4c;
  font-family: 'Mazzardh', Arial, sans-serif;
  font-size: 16px;
  opacity: 1;
}
input[type='text']:-ms-input-placeholder, input[type='number']:-ms-input-placeholder, input[type='email']:-ms-input-placeholder, input[type='password']:-ms-input-placeholder, input[type='search']:-ms-input-placeholder, input[type='tel']:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #4c4c4c;
  font-family: 'Mazzardh', Arial, sans-serif;
  font-size: 16px;
  opacity: 1;
}
input[type='text']:focus, input[type='number']:focus, input[type='email']:focus, input[type='password']:focus, input[type='search']:focus, input[type='tel']:focus, textarea:focus {
  border-color: #ef3f3f;
}
textarea {
  resize: none;
  height: 100px;
  padding: 10px;
}
button[disabled], html input[disabled] {
  cursor: default;
}
input[type='search'], input[type='search']::-webkit-search-decoration, input[type='search']::-webkit-search-cancel-button {
  -webkit-appearance: none !important;
}
input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
input[type='number'] {
  -moz-appearance: textfield;
}
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
}
ul {
  list-style: none;
}
ol {
  list-style: decimal;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* ==========================================================================
 TYPOGRAPHY
 ========================================================================== */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Poppins', Arial, sans-serif;
  font-weight: 400;
  padding-bottom: 20px;
}
h1 {
  font-size: 60px;
  line-height: 56px;
}
@media (max-width: 1024px) {
  h1 {
    font-size: 40px;
    line-height: 36px;
  }
}
@media (max-width: 768px) {
  h1 {
    font-size: 34px;
    line-height: 32px;
  }
}
@media (max-width: 576px) {
  h1 {
    font-size: 28px;
    line-height: 28px;
  }
}
h2 {
  font-size: 40px;
}
@media (max-width: 1024px) {
  h2 {
    font-size: 36px;
  }
}
@media (max-width: 768px) {
  h2 {
    font-size: 32px;
  }
}
@media (max-width: 576px) {
  h2 {
    font-size: 30px;
  }
}
h3 {
  font-size: 35px;
}
@media (max-width: 1024px) {
  h3 {
    font-size: 32px;
  }
}
@media (max-width: 768px) {
  h3 {
    font-size: 30px;
  }
}
@media (max-width: 576px) {
  h3 {
    font-size: 28px;
  }
}
h4 {
  font-size: 20px;
}
@media (max-width: 768px) {
  h4 {
    font-size: 18px;
  }
}
p {
  padding-bottom: 20px;
  line-height: 1.5;
}
a {
  color: #ef3f3f;
  outline: 0;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a:hover {
  outline: 0;
  text-decoration: underline;
}
img {
  border: 0;
  height: auto;
  max-width: 100%;
  vertical-align: top;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
strong, b {
  font-weight: 700;
}
i {
  font-style: normal;
}
@media screen and (min-width: 1140px) {
  ::-webkit-scrollbar {
    width: 7px;
  }
  ::-webkit-scrollbar-track {
    background-color: #000;
    border-left: 1px solid #000;
  }
  ::-webkit-scrollbar-thumb {
    background-color: #6b6b6b;
  }
  ::-webkit-scrollbar-thumb:hover {
    background: #5e5e5e;
  }
}
.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
.flex.h_center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.flex.v-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.flex.vh-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
[class*='col-'] {
  width: 100%;
}
.col-1 {
  -webkit-flex-basis: 5.5833333333%;
  -moz-flex-basis: 5.5833333333%;
  -ms-flex-basis: 5.5833333333%;
  flex-basis: 5.5833333333%;
}
.col-2 {
  -webkit-flex-basis: 14.1666666667%;
  -moz-flex-basis: 14.1666666667%;
  -ms-flex-basis: 14.1666666667%;
  flex-basis: 14.1666666667%;
}
.col-3 {
  -webkit-flex-basis: 22.75%;
  -moz-flex-basis: 22.75%;
  -ms-flex-basis: 22.75%;
  flex-basis: 22.75%;
}
.col-4 {
  -webkit-flex-basis: 31.3333333333%;
  -moz-flex-basis: 31.3333333333%;
  -ms-flex-basis: 31.3333333333%;
  flex-basis: 31.3333333333%;
}
.col-5 {
  -webkit-flex-basis: 39.9166666667%;
  -moz-flex-basis: 39.9166666667%;
  -ms-flex-basis: 39.9166666667%;
  flex-basis: 39.9166666667%;
}
.col-6 {
  -webkit-flex-basis: 48.5%;
  -moz-flex-basis: 48.5%;
  -ms-flex-basis: 48.5%;
  flex-basis: 48.5%;
}
.col-7 {
  -webkit-flex-basis: 57.0833333333%;
  -moz-flex-basis: 57.0833333333%;
  -ms-flex-basis: 57.0833333333%;
  flex-basis: 57.0833333333%;
}
.col-8 {
  -webkit-flex-basis: 65.6666666667%;
  -moz-flex-basis: 65.6666666667%;
  -ms-flex-basis: 65.6666666667%;
  flex-basis: 65.6666666667%;
}
.col-9 {
  -webkit-flex-basis: 74.25%;
  -moz-flex-basis: 74.25%;
  -ms-flex-basis: 74.25%;
  flex-basis: 74.25%;
}
.col-10 {
  -webkit-flex-basis: 82.8333333333%;
  -moz-flex-basis: 82.8333333333%;
  -ms-flex-basis: 82.8333333333%;
  flex-basis: 82.8333333333%;
}
.col-11 {
  -webkit-flex-basis: 91.4166666667%;
  -moz-flex-basis: 91.4166666667%;
  -ms-flex-basis: 91.4166666667%;
  flex-basis: 91.4166666667%;
}
.col-12 {
  -webkit-flex-basis: 100%;
  -moz-flex-basis: 100%;
  -ms-flex-basis: 100%;
  flex-basis: 100%;
}
.col-50 {
  -webkit-flex-basis: 50%;
  -moz-flex-basis: 50%;
  -ms-flex-basis: 50%;
  flex-basis: 50%;
}
@media (max-width: 960px) {
  .md-1 {
    -webkit-flex-basis: 5.5833333333%;
    -moz-flex-basis: 5.5833333333%;
    -ms-flex-basis: 5.5833333333%;
    flex-basis: 5.5833333333%;
  }
  .md-2 {
    -webkit-flex-basis: 14.1666666667%;
    -moz-flex-basis: 14.1666666667%;
    -ms-flex-basis: 14.1666666667%;
    flex-basis: 14.1666666667%;
  }
  .md-3 {
    -webkit-flex-basis: 22.75%;
    -moz-flex-basis: 22.75%;
    -ms-flex-basis: 22.75%;
    flex-basis: 22.75%;
  }
  .md-4 {
    -webkit-flex-basis: 31.3333333333%;
    -moz-flex-basis: 31.3333333333%;
    -ms-flex-basis: 31.3333333333%;
    flex-basis: 31.3333333333%;
  }
  .md-5 {
    -webkit-flex-basis: 39.9166666667%;
    -moz-flex-basis: 39.9166666667%;
    -ms-flex-basis: 39.9166666667%;
    flex-basis: 39.9166666667%;
  }
  .md-6 {
    -webkit-flex-basis: 48.5%;
    -moz-flex-basis: 48.5%;
    -ms-flex-basis: 48.5%;
    flex-basis: 48.5%;
  }
  .md-7 {
    -webkit-flex-basis: 57.0833333333%;
    -moz-flex-basis: 57.0833333333%;
    -ms-flex-basis: 57.0833333333%;
    flex-basis: 57.0833333333%;
  }
  .md-8 {
    -webkit-flex-basis: 65.6666666667%;
    -moz-flex-basis: 65.6666666667%;
    -ms-flex-basis: 65.6666666667%;
    flex-basis: 65.6666666667%;
  }
  .md-9 {
    -webkit-flex-basis: 74.25%;
    -moz-flex-basis: 74.25%;
    -ms-flex-basis: 74.25%;
    flex-basis: 74.25%;
  }
  .md-10 {
    -webkit-flex-basis: 82.8333333333%;
    -moz-flex-basis: 82.8333333333%;
    -ms-flex-basis: 82.8333333333%;
    flex-basis: 82.8333333333%;
  }
  .md-11 {
    -webkit-flex-basis: 91.4166666667%;
    -moz-flex-basis: 91.4166666667%;
    -ms-flex-basis: 91.4166666667%;
    flex-basis: 91.4166666667%;
  }
  .md-12 {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
  }
  .md-bottom {
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .sm-1 {
    -webkit-flex-basis: 5.5833333333%;
    -moz-flex-basis: 5.5833333333%;
    -ms-flex-basis: 5.5833333333%;
    flex-basis: 5.5833333333%;
  }
  .sm-2 {
    -webkit-flex-basis: 14.1666666667%;
    -moz-flex-basis: 14.1666666667%;
    -ms-flex-basis: 14.1666666667%;
    flex-basis: 14.1666666667%;
  }
  .sm-3 {
    -webkit-flex-basis: 22.75%;
    -moz-flex-basis: 22.75%;
    -ms-flex-basis: 22.75%;
    flex-basis: 22.75%;
  }
  .sm-4 {
    -webkit-flex-basis: 31.3333333333%;
    -moz-flex-basis: 31.3333333333%;
    -ms-flex-basis: 31.3333333333%;
    flex-basis: 31.3333333333%;
  }
  .sm-5 {
    -webkit-flex-basis: 39.9166666667%;
    -moz-flex-basis: 39.9166666667%;
    -ms-flex-basis: 39.9166666667%;
    flex-basis: 39.9166666667%;
  }
  .sm-6 {
    -webkit-flex-basis: 48.5%;
    -moz-flex-basis: 48.5%;
    -ms-flex-basis: 48.5%;
    flex-basis: 48.5%;
  }
  .sm-7 {
    -webkit-flex-basis: 57.0833333333%;
    -moz-flex-basis: 57.0833333333%;
    -ms-flex-basis: 57.0833333333%;
    flex-basis: 57.0833333333%;
  }
  .sm-8 {
    -webkit-flex-basis: 65.6666666667%;
    -moz-flex-basis: 65.6666666667%;
    -ms-flex-basis: 65.6666666667%;
    flex-basis: 65.6666666667%;
  }
  .sm-9 {
    -webkit-flex-basis: 74.25%;
    -moz-flex-basis: 74.25%;
    -ms-flex-basis: 74.25%;
    flex-basis: 74.25%;
  }
  .sm-10 {
    -webkit-flex-basis: 82.8333333333%;
    -moz-flex-basis: 82.8333333333%;
    -ms-flex-basis: 82.8333333333%;
    flex-basis: 82.8333333333%;
  }
  .sm-11 {
    -webkit-flex-basis: 91.4166666667%;
    -moz-flex-basis: 91.4166666667%;
    -ms-flex-basis: 91.4166666667%;
    flex-basis: 91.4166666667%;
  }
  .sm-12 {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
  }
  .sm-bottom {
    margin-bottom: 30px;
  }
}
@media (max-width: 480px) {
  .xs-1 {
    -webkit-flex-basis: 5.5833333333%;
    -moz-flex-basis: 5.5833333333%;
    -ms-flex-basis: 5.5833333333%;
    flex-basis: 5.5833333333%;
  }
  .xs-2 {
    -webkit-flex-basis: 14.1666666667%;
    -moz-flex-basis: 14.1666666667%;
    -ms-flex-basis: 14.1666666667%;
    flex-basis: 14.1666666667%;
  }
  .xs-3 {
    -webkit-flex-basis: 22.75%;
    -moz-flex-basis: 22.75%;
    -ms-flex-basis: 22.75%;
    flex-basis: 22.75%;
  }
  .xs-4 {
    -webkit-flex-basis: 31.3333333333%;
    -moz-flex-basis: 31.3333333333%;
    -ms-flex-basis: 31.3333333333%;
    flex-basis: 31.3333333333%;
  }
  .xs-5 {
    -webkit-flex-basis: 39.9166666667%;
    -moz-flex-basis: 39.9166666667%;
    -ms-flex-basis: 39.9166666667%;
    flex-basis: 39.9166666667%;
  }
  .xs-6 {
    -webkit-flex-basis: 48.5%;
    -moz-flex-basis: 48.5%;
    -ms-flex-basis: 48.5%;
    flex-basis: 48.5%;
  }
  .xs-7 {
    -webkit-flex-basis: 57.0833333333%;
    -moz-flex-basis: 57.0833333333%;
    -ms-flex-basis: 57.0833333333%;
    flex-basis: 57.0833333333%;
  }
  .xs-8 {
    -webkit-flex-basis: 65.6666666667%;
    -moz-flex-basis: 65.6666666667%;
    -ms-flex-basis: 65.6666666667%;
    flex-basis: 65.6666666667%;
  }
  .xs-9 {
    -webkit-flex-basis: 74.25%;
    -moz-flex-basis: 74.25%;
    -ms-flex-basis: 74.25%;
    flex-basis: 74.25%;
  }
  .xs-10 {
    -webkit-flex-basis: 82.8333333333%;
    -moz-flex-basis: 82.8333333333%;
    -ms-flex-basis: 82.8333333333%;
    flex-basis: 82.8333333333%;
  }
  .xs-11 {
    -webkit-flex-basis: 91.4166666667%;
    -moz-flex-basis: 91.4166666667%;
    -ms-flex-basis: 91.4166666667%;
    flex-basis: 91.4166666667%;
  }
  .xs-12 {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
  }
  .xs-bottom {
    margin-bottom: 15px;
  }
}
/* ==========================================================================
 HELPERS
 ========================================================================== */
.wrap {
  margin: 0 auto;
  width: 1140px;
  max-width: 94%;
  position: relative;
}
.wrap1900 {
  margin: 0 auto;
  width: 1900px;
  max-width: 94%;
  position: relative;
}
.wrap1480 {
  margin: 0 auto;
  width: 1480px;
  max-width: 96%;
  position: relative;
}
.wrap1400 {
  margin: 0 auto;
  width: 1400px;
  max-width: 96%;
  position: relative;
}
.wrap1290 {
  margin: 0 auto;
  width: 1290px;
  max-width: 94%;
  position: relative;
}
.wrap1260 {
  margin: 0 auto;
  width: 1260px;
  max-width: 94%;
  position: relative;
}
.wrap1120 {
  margin: 0 auto;
  width: 1120px;
  max-width: 94%;
  position: relative;
}
#content {
  padding: 120px 0 100px;
}
#wrap {
  overflow: hidden;
  position: relative;
  width: 100%;
  min-height: 100%;
}
.c {
  font-size: 0;
  line-height: 0;
  display: block;
  clear: both;
  overflow: hidden;
}
.cfx:after, .cfx:before {
  display: table;
  clear: both;
  content: ' ';
}
.bg-center {
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
}
.no-select {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.underline {
  position: relative;
  display: inline-block;
}
.underline:after {
  display: block;
  width: 0;
  height: 1px;
  margin: auto;
  content: '';
  transition: width 0.5s ease, background-color 0.5s ease;
  background: transparent;
}
.underline:hover:after {
  width: 100%;
  background: #ef3f3f;
}
.hover-underline-animation {
  display: inline-block;
  position: relative;
  color: #0087ca;
}
.hover-underline-animation::after {
  content: '';
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #0087ca;
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}
.hover-underline-animation:hover::after {
  transform: scaleX(1);
  transform-origin: bottom left;
}
.btn {
  min-width: 220px;
  font-size: 16px;
  font-weight: normal;
  line-height: 1;
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  display: inline-block;
  padding: 20px;
  cursor: pointer;
  text-align: center;
  text-decoration: none !important;
  color: #fff;
  border: none;
  outline: 0;
  appearance: none;
  background: linear-gradient(135deg, #e233ff 0%, #ff6b00 100%);
  box-shadow: 0px 24px 48px rgba(226, 51, 255, 0.15);
  border-radius: 16px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (max-width: 768px) {
  .btn {
    padding: 15px;
  }
}
.btn:hover {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.btn:active {
  background: #25385c;
}
.btn-black {
  padding: 20px 40px;
  background: #313647;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  border-radius: 15px;
}
.btn-black i {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn-black:hover {
  text-decoration: none;
}
.btn-black:hover i {
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  transform: translateX(5px);
}
/* ==========================================================================
 WORDPRESS DEFAULT CLASSES
 ========================================================================== */
.aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
.alignleft {
  float: left;
}
.alignright {
  float: right;
}
.wp-caption {
  margin: 10px;
  padding-top: 4px;
  text-align: center;
  border: 1px solid #ddd;
  border-radius: 3px;
  background-color: #f3f3f3;
}
.wp-caption img {
  margin: 0;
  padding: 0;
  border: 0 none;
}
.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}
/* ==========================================================================
 WYSIWYG
 ========================================================================== */
.wysiwyg h1 {
  font-size: 20px;
  line-height: 1;
  margin-bottom: 10px;
  padding-bottom: 5px;
  text-transform: uppercase;
}
.wysiwyg p {
  font-size: 15px;
  line-height: 1.4;
  padding-bottom: 20px;
  word-break: break-word;
}
.wysiwyg ul {
  margin-left: 30px;
  padding-bottom: 20px;
}
.wysiwyg ul li {
  line-height: 1.4;
}
.wys ul li {
  position: relative;
  font-family: 'Poppins', Arial, sans-serif;
  font-size: 14px;
  padding-left: 15px;
  padding-bottom: 15px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.wys ul li:before {
  content: '\f178';
  font-family: "FontAwesome";
  margin-right: 10px;
  margin-top: 3px;
  color: #ef3f3f;
}
/* ==========================================================================
 FULL FRAME
 ========================================================================== */
.fullframe {
  height: 0;
  margin: 0;
  overflow: hidden;
  padding-bottom: 56.5%;
  position: relative;
  z-index: 0;
}
.fullframe iframe, .fullframe object, .fullframe embed {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
/* ==========================================================================
 CONTACT FORM 7
 ========================================================================== */
.wpcf7 {
  width: 100%;
}
.wpcf7 .screen-reader-response {
  display: none;
}
.wpcf7 .wpcf7-form.invalid .wpcf7-response-output {
  display: block;
}
.wpcf7 .wpcf7-form.sent .wpcf7-response-output {
  display: block;
  background: #16a085;
}
.wpcf7 .wpcf7-not-valid-tip {
  font: 500 16px/1 'Mazzardh', Arial, sans-serif;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #ff5f5f;
  background: #eee;
}
.wpcf7 .wpcf7-response-output {
  display: none;
  width: 100%;
  max-width: 300px;
  margin: 20px auto;
  padding: 15px 20px;
  cursor: pointer;
  text-align: center;
  color: white;
  background: #ff5f5f;
}
.wpcf7 .wpcf7-response-output.wpcf7-mail-sent-ng {
  background: #1091ae;
}
.wpcf7 .wpcf7-response-output.wpcf7-mail-sent-ok {
  background: #16a085;
}
.wpcf7 .wpcf7-form-control-wrap {
  position: relative;
  display: block !important;
}
div.wpcf7 .ajax-loader {
  visibility: hidden;
  display: inline-block;
  background-image: url(../img/ajax-loader.gif);
  width: 16px;
  height: 16px;
  border: none;
  margin: 0 0 0 4px;
  vertical-align: middle;
  background-color: #fff;
  padding: 5px;
  border-radius: 50%;
  margin-left: 10px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
div.wpcf7 form.submitting .ajax-loader {
  visibility: visible;
}
/* ==========================================================================
 SOCIAL LINK
 ========================================================================== */
.s-link {
  font-size: 0;
  display: inline-block;
  width: auto;
  cursor: pointer;
  text-align: center;
}
.s-link a {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 40px;
  margin: 0 2px;
  color: #fff;
  border-radius: 50%;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
}
.s-link a:before {
  font-size: 20px;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.s-link a:hover {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}
.s-link a.fa-facebook:hover {
  background: #3b5993;
}
.s-link a.fa-twitter:hover {
  background: #55acee;
}
.s-link a.fa-instagram:hover {
  background: #181818;
}
.s-link a.fa-linkedin:hover {
  background: #0177b5;
}
.s-link a.fa-youtube:hover {
  background: #f80000;
}
.s-link a.fa-pinterest:hover {
  background: #bd081c;
}
.s-link a.fa-vimeo:hover {
  background: #1bb7ea;
}
.s-link a.fa-yelp:hover {
  background: #d32323;
}
.s-link a.fa-google-plus:hover {
  background: #dd4c39;
}
/* ==========================================================================
 index-style
 ========================================================================== */
.index-style .post-item {
  margin-bottom: 20px;
}
.index-style .post-title {
  font-size: 18px;
  display: block;
  padding-bottom: 15px;
}
.index-style .post-title:hover {
  color: #f1b820;
}
.index-style .post-thumbnail {
  min-height: 160px;
  will-change: opacity;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.index-style .post-thumbnail:hover {
  opacity: 0.9;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.wp-pagenavi {
  font-size: 0;
  margin-top: 20px;
  padding-top: 20px;
  text-align: center;
  border-top: 1px solid #ccc;
}
.wp-pagenavi a, .wp-pagenavi span {
  font-size: 14px;
  margin: 0 3px;
  padding: 3px 5px;
}
.wp-pagenavi a {
  border: 1px solid #ccc;
}
.wp-pagenavi .current, .wp-pagenavi a:hover {
  color: #fff;
  border-color: #ef3f3f;
  background: #ef3f3f;
}
#top {
  min-height: 500px;
  text-align: center;
  color: #fff;
}
#top h1 {
  font-size: 60px;
}
.desctop_hide {
  display: none;
}
@media (max-width: 1140px) {
  /* resp_menu_active
   ========================================================================== */
  .mobile_hide {
    display: none;
  }
  .desctop_hide {
    display: block;
  }
  .burger {
    position: fixed;
    z-index: 101;
    top: 25px;
    right: 10px;
    margin-right: 10px;
    text-align: left;
  }
  .burger .burger-icon {
    display: inline-block;
    position: relative;
    margin-top: 7px;
    margin-bottom: 7px;
    user-select: none;
  }
  .burger .burger-icon, .burger .burger-icon::before, .burger .burger-icon::after {
    display: block;
    width: 30px;
    height: 2px;
    background-color: #fff;
    outline: 1px solid transparent;
    transition-property: background-color, transform;
    transition-duration: 0.4s;
  }
  .burger .burger-icon::before, .burger .burger-icon::after {
    position: absolute;
    content: "";
  }
  .burger .burger-icon::before {
    top: -7px;
  }
  .burger .burger-icon::after {
    top: 7px;
  }
  .burger .burger-icon:after, .burger .burger-icon:before {
    right: 0;
  }
  .burger .burger-icon:before {
    width: 100%;
    display: none;
  }
  .burger .burger-icon:after {
    width: 70%;
  }
  .burger.is-active .burger-icon {
    background-color: transparent;
  }
  .burger.is-active .burger-icon::before {
    transform: translateY(7px) rotate(45deg);
  }
  .burger.is-active .burger-icon::after {
    transform: translateY(-7px) rotate(-45deg);
  }
  .burger.is-active .burger-icon::before, .burger.is-active .burger-icon::after {
    display: block;
    width: 100%;
    background: #ef3f3f;
  }
  .mobile_menu_container {
    font-size: 0;
    position: fixed;
    text-align: right;
    z-index: 100;
    top: 0;
    right: 0;
    overflow-x: hidden;
    overflow-y: scroll;
    width: 80%;
    max-width: 100%;
    height: 100vh;
    padding: 5px;
    border-top: 60px solid rgba(0, 0, 0, 0);
    background: rgba(0, 0, 0, .8);
    will-change: transform, opacity;
    -webkit-transform: translateX(110%);
    -moz-transform: translateX(110%);
    -ms-transform: translateX(110%);
    transform: translateX(110%);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .mobile_menu_container nav {
    margin-bottom: 40px;
  }
  .mobile_menu_container li {
    position: relative;
  }
  .mobile_menu_container a {
    z-index: 10;
    display: block;
  }
  .mobile_menu_container a:hover {
    text-decoration: none;
  }
  .mobile_menu_container .sub-anchor {
    position: absolute;
    z-index: 20;
    top: 0;
    left: 0;
    width: 40px;
    height: 30px;
    cursor: pointer;
    background: #f15757;
  }
  .mobile_menu_container .sub-anchor:hover {
    background: #ed2727;
  }
  .mobile_menu_container .sub-anchor:before {
    font-size: 20px;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .mobile_menu_container .sub-menu {
    display: none;
  }
  .mobile_menu_container .sub-menu a {
    font-size: 13px;
    padding: 10px 30px;
    color: #fff;
  }
  .mobile_menu_container .sub-menu a:hover {
    background: #f36e6e;
  }
  .mobile_menu_container .sub-menu .sub-menu {
    display: none;
    padding-left: 10px;
  }
  .mobile_menu_container .level_a > li {
    padding: 10px 0;
  }
  .mobile_menu_container .level_a > li > a {
    font-size: 38px;
    line-height: 30px;
    color: #fff;
  }
  .mobile_menu_container .level_a > li > a:hover {
    background: #f15757;
  }
  .mobile_menu_active {
    overflow: hidden;
  }
  .mobile_menu_active:before {
    position: absolute;
    z-index: 100;
    width: 100%;
    height: 100vh;
    margin: 0 auto;
    content: '';
    background: rgba(0, 0, 0, .7);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .mobile_menu_active .burger {
    position: fixed;
  }
  .mobile_menu_active .burger span {
    position: relative;
    z-index: 101;
  }
  .mobile_menu_active .mobile_menu_container {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
@media (max-width: 1140px) and (max-width: 768px) {
  .mobile_menu_container {
    width: 100%;
    max-width: 100%;
  }
}
.alignleft {
  float: left;
  margin: 0 30px 10px 0;
}
.alignright {
  float: right;
  margin: 0 0 10px 30px;
}
.aligncenter {
  margin: 0 auto 20px;
}
.alignnone {
  margin: 0 0 20px;
}
.block-center {
  text-align: center;
  position: relative;
}
@media (max-width: 1024px) {
  .alignleft, .aligncenter, .alignright {
    float: none;
    margin: 0 auto 20px;
  }
  .alignnone {
    margin: 0 0 20px;
  }
}
/* ==========================================================================
 HEADER
 ========================================================================== */
header {
  position: fixed;
  width: 100%;
  height: auto;
  top: 0;
  left: 0;
  right: 0;
  z-index: 15;
  will-change: transform, opacity;
}
header.h-hover:before {
  box-shadow: 0 0 130px 100px #000;
}
header:before {
  content: '';
  height: 5px;
  position: absolute;
  top: 0;
  left: -200px;
  right: -200px;
  background: #000;
  box-shadow: 0 0 50px 40px #000;
  -webkit-filter: blur(30px);
  -moz-filter: blur(30px);
  filter: blur(30px);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
header .header-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-direction: row;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
}
header .header-wrapper #logo {
  opacity: 1;
  color: #181818;
  width: 160px;
}
@media (max-width: 1300px) {
  header .header-wrapper #logo {
    width: 100px;
  }
}
header .header-wrapper #logo:hover {
  opacity: 0.8;
}
header .header-wrapper .right-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-direction: row;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
}
@media (max-width: 1140px) {
  header .header-wrapper .right-header .phone {
    margin-right: 40px;
  }
}
@media (max-width: 768px) {
  header .header-wrapper .right-header .phone {
    margin-right: 50px;
  }
}
header .header-wrapper .right-header .phone span {
  font-size: 14px;
  color: #9a9a9a;
  font-weight: 400;
}
@media (max-width: 576px) {
  header .header-wrapper .right-header .phone span {
    display: none;
  }
}
header .header-wrapper .right-header .phone a {
  font-size: 18px;
  color: #fff;
  text-decoration: none;
  padding: 5px 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-weight: 600;
}
header .header-wrapper .right-header .phone a:hover {
  color: #ef3f3f;
}
.hm header .header-wrapper #logo {
  width: 100px;
}
.hm header .header-wrapper .main_nav {
  margin-left: 80px;
}
/* ==========================================================================
 Main Navigation
 ========================================================================== */
.main_nav {
  position: relative;
  z-index: 10;
}
.main_nav * {
  line-height: 1;
}
.main_nav a {
  display: inline-block;
  color: #fff;
  text-decoration: none;
  letter-spacing: 0.8px;
  padding: 5px 20px;
  transform: none;
  font-size: 16px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-weight: 600;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 1300px) {
  .main_nav a {
    padding: 5px 10px;
  }
}
.main_nav a:hover {
  color: #ef3f3f;
  text-decoration: none;
}
.main_nav .level_a {
  position: relative;
}
.main_nav .level_a li {
  position: relative;
  z-index: 0;
  display: inline-block;
}
.main_nav .level_a > li > a {
  display: inline-block;
  color: #fff;
  text-decoration: none;
  letter-spacing: 0.8px;
  padding: 5px 20px;
  transform: none;
  font-size: 16px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-weight: 600;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 1300px) {
  .main_nav .level_a > li > a {
    padding: 5px 10px;
  }
}
.main_nav .level_a > li > a:hover {
  text-decoration: none;
}
.main_nav .level_a > li.current-menu-item > a, .main_nav .level_a > li:hover > a {
  color: #ef3f3f;
}
.main_nav .level_a > li.menu-item-has-children:before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 52px;
  content: '';
}
.main_nav .level_a > li.menu-item-has-children:hover > .sub-menu {
  display: block;
}
.main_nav .level_a > li > .sub-menu {
  position: absolute;
  right: 0;
  text-align: right;
  z-index: 100;
  display: none;
  width: 220px;
  margin-top: 15px;
  padding: 0 0 10px;
}
.main_nav .level_a > li > .sub-menu .menu-item-has-children .sub-menu {
  padding-left: 10px;
  position: absolute;
  top: 0;
  left: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-direction: row;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  display: none;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.main_nav .level_a > li > .sub-menu .menu-item-has-children:hover .sub-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  width: max-content;
  visibility: visible;
}
.main_nav .level_a > li > .sub-menu li {
  display: block;
  list-style-type: none;
}
.main_nav .level_a > li > .sub-menu a {
  display: inline-block;
  color: #fff;
  text-decoration: none;
  letter-spacing: 0.8px;
  padding: 5px 18px;
  transform: none;
  font-size: 16px;
  line-height: 1.3;
}
.main_nav .level_a > li > .sub-menu a:hover {
  text-decoration: none;
  color: #ef3f3f;
}
/* ==========================================================================
 FOOTER
 ========================================================================== */
footer {
  color: #fff;
  position: relative;
}
footer #f-left form .subm {
  background-image: -moz-linear-gradient(180deg, #802929 0%, #df3838 100%);
  background-image: -webkit-linear-gradient(180deg, #802929 0%, #df3838 100%);
  background-image: -ms-linear-gradient(180deg, #802929 0%, #df3838 100%);
  /* width: 38%; */
  height: 54px;
  margin: 57px 0 0;
  position: relative;
}
footer #f-left form .subm input[type='submit'] {
  border: none;
}
.gfq, #home span, #home span:before, #home span:after, header a, #f-right nav a:before, #socs a, #socs_s a, #logo img, #logo + nav, #linfo a, #cl:before, #cl:after, input[type=text], #m, #m:before, #m:after, #breadcrumbs a:after, header:before, article a, #page-navi a, aside li a, aside li:before, article figure img, aside input[type="submit"] {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
footer, #f-right, #rinfo form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-direction: row;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
}
@keyframes bounceRight {
  25% {
    width: 56px;
  }
  50% {
    width: 66px;
  }
}
.subm span {
  position: absolute;
  height: 2px;
  width: 61px;
  background: #000;
  left: 214px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.subm span:before, .subm span:after {
  content: '';
  width: 12px;
  height: 2px;
  position: absolute;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background: inherit;
  right: -3px;
  top: 4px;
}
.subm span:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: -4px;
}
@keyframes aWave2 {
  0% {
    background-position-x: 0;
  }
  100% {
    background-position-x: -5370px;
  }
}
footer {
  padding: 0;
  z-index: 1;
}
footer > * {
  width: 50%;
  position: relative;
}
#f-left {
  background-image: -moz-linear-gradient(-16deg, #652525 0%, #df3838 100%);
  background-image: -webkit-linear-gradient(-16deg, #652525 0%, #df3838 100%);
  background-image: -ms-linear-gradient(-16deg, #652525 0%, #df3838 100%);
  box-shadow: 18.912px 14.776px 56px 24px rgba(6, 6, 6, .3);
}
#f-left:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background: url('../img/air.svg') no-repeat;
  width: 211px;
  height: 148px;
}
#f-right:before {
  content: '';
  position: absolute;
  top: 75px;
  left: 0;
  right: 0;
  bottom: 0;
  background: #1b1d1f;
  z-index: -1;
}
#f-left:before {
  content: '';
  position: absolute;
  top: -15px;
  left: 15px;
  right: -15px;
  bottom: 0;
  padding: 0;
  box-shadow: none;
  z-index: -1;
  background-image: -moz-linear-gradient(0deg, #652525 0%, #df3838 100%);
  background-image: -webkit-linear-gradient(0deg, #652525 0%, #df3838 100%);
  background-image: -ms-linear-gradient(0deg, #652525 0%, #df3838 100%);
}
.ttl {
  color: #fff;
  font-size: 50px;
  font-weight: 700;
  position: relative;
  text-shadow: -7.071px 7.071px 0px rgba(185, 52, 52, 0.5);
  padding: 55px 0 49px 1px;
}
input::-webkit-input-placeholder {
  color: #fff;
}
input::-moz-placeholder {
  opacity: 1;
  color: #fff;
}
input:-ms-input-placeholder {
  color: #fff;
}
textarea::-webkit-input-placeholder {
  color: #fff;
}
textarea::-moz-placeholder {
  opacity: 1;
  color: #fff;
}
textarea:-ms-input-placeholder {
  color: #fff;
}
input[type=text] {
  border: none;
  border-bottom: 1px solid #df3838;
  background: none;
  color: #fff;
  width: 38%;
  margin: 0 10% 0 0;
  font-size: 15px;
  font-family: 'Mazzardh', Arial, sans-serif;
  padding: 8px 0;
  height: 35px;
}
input[type=text]::placeholder {
  color: #fff;
}
input[type=text]:focus {
  border-color: #fff;
}
input {
  outline: none;
}
.subm {
  background-image: -moz-linear-gradient(180deg, #802929 0%, #df3838 100%);
  background-image: -webkit-linear-gradient(180deg, #802929 0%, #df3838 100%);
  background-image: -ms-linear-gradient(180deg, #802929 0%, #df3838 100%);
  width: 38%;
  height: 54px;
  margin: 57px 0 0;
  position: relative;
  min-width: 330px;
}
.subm input {
  width: 100%;
  height: 54px;
  background: none;
  padding: 0;
  text-align: left;
  font-size: 18px;
  color: #fff;
  font-weight: 700;
  cursor: pointer;
  font-family: 'Mazzardh', Arial, sans-serif;
  letter-spacing: 0.9px;
  text-indent: 23px;
}
.cus {
  position: absolute;
  bottom: 0;
  left: 48%;
  width: 38%;
  text-align: right;
  color: #ef3f3f;
}
.cus span, .cus a {
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  border-bottom: 1px dotted #fff;
  font-size: 18px;
  margin: 0 0 0 5px;
}
.subm span {
  height: 6px;
  background: #ef3f3f;
  width: 95px;
  left: 220px;
}
.subm span:before, .subm span:after {
  height: 6px;
  background: #ef3f3f;
  width: 16px;
}
.subm:hover span {
  animation: bounceRightS ease 1 1.1s;
}
#f-left form {
  margin: 0 0 75px 9%;
  position: relative;
}
.logo img {
  width: 110px;
}
#f-right {
  padding: 102px 4% 45px 4.5%;
}
#f-right nav {
  line-height: 40px;
  padding: 34px 0 0 0;
  width: 65%;
}
#f-right nav a {
  width: 50%;
  float: left;
  font-size: 16px;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  position: relative;
}
#f-right nav a:before {
  content: '';
  height: 1px;
  width: 0;
  background: #ef3f3f;
  position: absolute;
  left: -40px;
  top: 50%;
  transform: translateY(-50%);
}
#f-right nav a:hover:before {
  left: -35px;
  width: 16px;
}
#copy {
  color: #404449;
  font-size: 14px;
  margin: auto 0 0;
}
#copy span {
  font-size: 12px;
}
#socs {
  position: absolute;
  right: 60px;
  bottom: 45px;
  width: auto;
}
#socs a {
  color: #404449;
  font-size: 16px;
  text-decoration: none;
  font-weight: 700;
  display: block;
  text-align: center;
  margin: 35px 0 0;
}
#socs a:hover {
  color: #ef3f3f;
}
.thank {
  display: none;
  color: #56dd56;
  font-size: 16px;
  padding: 50px 0;
}
#f-left .thank {
  padding: 36px 0 55px;
}
.subm {
  background: none;
  border: none;
  position: relative;
}
#f-left input[type="text"].b_err {
  box-shadow: 0 4px 0px #f00;
}
#breadcrumbs {
  position: absolute;
  top: 47px;
  right: 15px;
  left: 30px;
  font-size: 12px;
  text-align: right;
  color: #888;
}
#breadcrumbs a {
  position: relative;
  z-index: 10;
  text-decoration: none;
}
#breadcrumbs a:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  height: 1px;
  background: #ef3f3f;
  width: 0;
}
#breadcrumbs a:hover:after {
  left: 0;
  width: 100%;
}
@keyframes ldn {
  0%, 100% {
    -webkit-filter: blur(0);
    -moz-filter: blur(0);
    filter: blur(0);
    transform: translate(-50%, -50%) scale(1);
  }
  20% {
    -webkit-filter: blur(3px);
    -moz-filter: blur(3px);
    filter: blur(3px);
    transform: translate(-50%, -50%) scale(0.9);
  }
}
@keyframes bounceRightS {
  25% {
    width: 80px;
  }
  50% {
    width: 97px;
  }
}
@media screen and (min-width: 1025px) {
  .ttl {
    font-weight: 800;
  }
  textarea::-webkit-scrollbar {
    width: 7px;
  }
  textarea::-webkit-scrollbar-thumb {
    background: #8e8ec0;
    cursor: pointer;
  }
  html {
    scrollbar-color: #6b6b6b #000;
    scrollbar-width: thin;
  }
}
@media only screen and (max-width: 1600px) {
  .subm span {
    left: 90px;
  }
  .subm {
    min-width: 0;
  }
}
@media only screen and (max-width: 1400px) {
  #socs {
    right: 30px;
  }
  #copy {
    padding: 0 20px 0 0;
  }
}
@media only screen and (max-width: 1300px) {
  .cus {
    position: relative;
    bottom: auto;
    left: auto;
    width: auto;
    text-align: left;
    padding: 20px 0 0;
  }
  .subm {
    width: 210px;
    margin: 27px 0 0;
  }
  #f-left form {
    margin: 0 0 35px 9%;
  }
  .ttl {
    padding: 30px 0 25px 1px;
  }
  #f-left:after {
    width: 111px;
    height: 78px;
  }
  #f-right {
    padding: 82px 4% 25px 4.5%;
  }
  .logo img {
    width: 100px;
  }
  .logo {
    margin: 20px 0 0;
    display: block;
  }
  #copy {
    padding: 10px 20px 0 0;
  }
  #f-right nav {
    line-height: 35px;
  }
}
@media only screen and (max-width: 1200px) {
  #breadcrumbs {
    top: auto;
    bottom: 253px;
  }
}
@media only screen and (max-width: 900px) {
  .subm2 {
    margin: 50px auto;
  }
  #f-right nav {
    display: none;
  }
  #copy span {
    display: none;
  }
  #copy {
    font-size: 11px;
    margin: 0;
  }
  #socs {
    position: absolute;
    right: 3%;
    bottom: auto;
    width: auto;
    top: 90px;
  }
  #f-right {
    width: 26%;
  }
  #f-left {
    width: 74%;
  }
}
@media only screen and (max-width: 700px) {
  #f-left, #f-right {
    width: 100%;
  }
  #f-right {
    background: #1b1d1f;
    padding: 0 3%;
  }
  #copy {
    margin: auto 0 20px;
    padding: 0;
  }
  #socs a {
    display: inline-block;
    color: #404449;
    margin: 0 0 0 20px;
  }
  #socs {
    bottom: 45px;
    right: 3%;
    top: auto;
  }
  .ttl {
    font-size: 30px;
    text-shadow: -4.071px 4.071px 0px rgba(185, 52, 52, 0.5);
  }
  #f-left input[type="text"] {
    width: 90%;
    margin: 0;
    padding: 20px 0 8px;
  }
  #f-left:before {
    right: 0;
  }
  #breadcrumbs {
    display: none;
  }
}
@media only screen and (max-width: 480px) {
  #f-left .thank {
    padding: 30px 0;
  }
  #copy {
    text-align: center;
    width: 100%;
  }
  #socs {
    bottom: 15px;
    right: 0;
    left: 0;
    text-align: center;
  }
  #f-right {
    padding: 0 3% 30px;
    display: block;
  }
  #f-right > div:first-child {
    margin: 0 auto;
  }
  .logo {
    margin: 10px auto;
    width: 100px;
  }
}
@media screen and (min-width: 1921px) {
  footer, svg {
    max-width: 1920px;
  }
}
.subm2 {
  border: solid 2px #000;
  color: #000;
  text-decoration: none;
  font-weight: 700;
  letter-spacing: 0.9px;
  padding: 14px 150px 14px 21px;
  position: relative;
}
.subm2 span {
  position: absolute;
  height: 2px;
  width: 61px;
  background: #000;
  left: 214px;
  top: 50%;
  transform: translateY(-50%);
}
.subm2 span:before, .subm2 span:after {
  content: '';
  width: 12px;
  height: 2px;
  position: absolute;
  transform: rotate(-45deg);
  background: inherit;
  right: -3px;
  top: 4px;
}
.subm2 span:after {
  transform: rotate(45deg);
  top: -4px;
}
.subm2:hover span {
  animation: bounceRight ease 1 1.1s;
}
.subm2 input {
  width: 100%;
  height: 54px;
  cursor: pointer;
  background: none;
  text-align: left;
  text-indent: 23px;
  font-size: 18px;
}
.subm2 {
  cursor: pointer;
  padding: 0;
  width: 296px;
  background: #fff;
  margin: 70px 0 0;
}
.ldn .subm, .ldn .subm2 {
  background: none;
  border: none;
  position: relative;
}
.ldn .subm .fldn ~ *, .ldn .subm2 .fldn ~ *, .ldn input[type=submit] {
  opacity: 0;
  display: none;
  font-size: 0;
}
.fldn {
  color: #fff;
  font-size: 20px;
  letter-spacing: 3px;
  font-weight: 700;
  animation: ldn ease infinite 2s;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@keyframes ldn {
  0%, 100% {
    -webkit-filter: blur(0);
    -moz-filter: blur(0);
    filter: blur(0);
    transform: translate(-50%, -50%) scale(1);
  }
  20% {
    -webkit-filter: blur(3px);
    -moz-filter: blur(3px);
    filter: blur(3px);
    transform: translate(-50%, -50%) scale(0.9);
  }
}
@keyframes bounceRightS {
  25% {
    width: 80px;
  }
  50% {
    width: 97px;
  }
}
.top-banner__section {
  min-height: 900px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 150px 0 30px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 768px) {
  .top-banner__section {
    padding: 100px 0 30px;
  }
}
.top-banner__section .b-after {
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: auto;
  z-index: 1;
}
@media (max-width: 1150px) {
  .top-banner__section .b-after {
    display: none;
  }
}
.top-banner__section.no-bg {
  min-height: 150px;
}
.top-banner__section.no-content {
  min-height: 150px;
}
.top-banner__section.no-content .b-after {
  display: none;
}
.top-banner__section .banner-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-direction: row;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  margin: 0 auto;
  max-width: 96%;
  position: relative;
  z-index: 2;
}
.top-banner__section .banner-wrapper .mob-title {
  -webkit-flex-basis: 100%;
  -moz-flex-basis: 100%;
  -ms-flex-basis: 100%;
  flex-basis: 100%;
  max-width: 100%;
  color: #fff;
  display: none;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -moz-order: 1;
  -ms-flex-order: 1;
  order: 1;
}
@media (max-width: 1024px) {
  .top-banner__section .banner-wrapper .mob-title {
    display: block;
    text-align: center;
  }
}
@media (max-width: 480px) {
  .top-banner__section .banner-wrapper .mob-title {
    font-size: 20px;
  }
}
@media (max-width: 1024px) {
  .top-banner__section .banner-wrapper .desc-title {
    display: none;
  }
}
.top-banner__section .banner-wrapper .left {
  -webkit-flex-basis: 42%;
  -moz-flex-basis: 42%;
  -ms-flex-basis: 42%;
  flex-basis: 42%;
  max-width: 42%;
}
@media (max-width: 1024px) {
  .top-banner__section .banner-wrapper .left {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
    max-width: 100%;
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -moz-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }
}
.top-banner__section .banner-wrapper .left .wys {
  max-width: 550px;
  margin-left: auto;
}
@media (max-width: 1024px) {
  .top-banner__section .banner-wrapper .left .wys {
    margin-left: 0;
    max-width: 100%;
  }
}
.top-banner__section .banner-wrapper .left .wys > * {
  color: #fff;
}
.top-banner__section .banner-wrapper .left .wys .button-wrapper {
  margin: 30px 0;
}
@media (max-width: 576px) {
  .top-banner__section .banner-wrapper .left .wys .button-wrapper {
    margin: 15px auto 30px;
  }
}
.top-banner__section .banner-wrapper .left .wys .button-wrapper.btn {
  display: inline-block;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  padding: 10px 15px;
}
@media (max-width: 576px) {
  .top-banner__section .banner-wrapper .left .wys .button-wrapper.btn {
    padding: 5px;
  }
}
.top-banner__section .banner-wrapper .left .wys .button-wrapper.btn span {
  padding: 0 35px 0 15px;
  font-size: 19px;
  font-weight: 700;
}
@media (max-width: 1350px) {
  .top-banner__section .banner-wrapper .left .wys .button-wrapper.btn span {
    padding: 0 15px;
    font-size: 16px;
  }
}
@media (max-width: 380px) {
  .top-banner__section .banner-wrapper .left .wys .button-wrapper.btn span {
    font-size: 14px;
    padding: 0 10px;
  }
}
.top-banner__section .banner-wrapper .left .wys .button-wrapper.btn a {
  display: inline-block;
}
@media (max-width: 1200px) {
  .top-banner__section .banner-wrapper .left .wys .button-wrapper.btn a {
    padding: 20px;
  }
}
@media (max-width: 480px) {
  .top-banner__section .banner-wrapper .left .wys .button-wrapper.btn a {
    padding: 15px;
    font-size: 12px;
  }
}
.top-banner__section .banner-wrapper .left .wys .button-wrapper.btn a i {
  margin-left: 10px;
}
.top-banner__section .banner-wrapper .right {
  -webkit-flex-basis: 54%;
  -moz-flex-basis: 54%;
  -ms-flex-basis: 54%;
  flex-basis: 54%;
  max-width: 54%;
}
@media (max-width: 1024px) {
  .top-banner__section .banner-wrapper .right {
    -webkit-flex-basis: 55%;
    -moz-flex-basis: 55%;
    -ms-flex-basis: 55%;
    flex-basis: 55%;
    max-width: 55%;
    margin: 0 auto;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -moz-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
}
@media (max-width: 768px) {
  .top-banner__section .banner-wrapper .right {
    -webkit-flex-basis: 80%;
    -moz-flex-basis: 80%;
    -ms-flex-basis: 80%;
    flex-basis: 80%;
    max-width: 80%;
  }
}
@media (max-width: 576px) {
  .top-banner__section .banner-wrapper .right {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}
.after-banner__text {
  padding: 60px 0;
}
@media (max-width: 768px) {
  .after-banner__text {
    padding: 40px 0;
  }
}
@media (max-width: 576px) {
  .after-banner__text {
    padding: 40px 0 20px;
  }
}
.after-banner__text .wys {
  max-width: 840px;
  margin: 0 auto;
}
.after-banner__text .wys h4 {
  font-size: 24px;
}
@media (max-width: 1024px) {
  .after-banner__text .wys h4 {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .after-banner__text .wys h4 {
    font-size: 18px;
  }
}
.table__block {
  padding: 60px 0;
}
@media (max-width: 768px) {
  .table__block {
    padding: 30px 0;
  }
}
.table__block .table-wrapper {
  margin-bottom: 50px;
}
.table__block .table-wrapper #table {
  border-collapse: collapse;
  position: relative;
  width: 100%;
}
.table__block .table-wrapper #table thead .top-links {
  vertical-align: middle;
}
.table__block .table-wrapper #table thead .top-links .buttons {
  background: #fff;
  box-shadow: inset 0px 0px 12px rgba(155, 160, 171, 0.3);
  display: inline-block;
  border-radius: 25px;
  border: 10px solid #e9ecf4;
}
@media (max-width: 1024px) {
  .table__block .table-wrapper #table thead .top-links .buttons {
    border-width: 5px;
  }
}
@media (max-width: 768px) {
  .table__block .table-wrapper #table thead .top-links .buttons {
    border-radius: 15px;
  }
}
.table__block .table-wrapper #table thead .top-links .buttons .btn {
  font-weight: 700;
  min-width: auto;
  background: transparent;
  color: #747a90;
  box-shadow: none;
}
@media (max-width: 1024px) {
  .table__block .table-wrapper #table thead .top-links .buttons .btn {
    font-size: 14px;
    padding: 15px;
  }
}
@media (max-width: 768px) {
  .table__block .table-wrapper #table thead .top-links .buttons .btn {
    width: 100%;
    border-radius: 15px;
  }
}
@media (max-width: 576px) {
  .table__block .table-wrapper #table thead .top-links .buttons .btn {
    font-size: 12px;
    padding: 10px;
  }
}
.table__block .table-wrapper #table thead .top-links .buttons .btn.act {
  background: linear-gradient(135deg, #e233ff 0%, #ff6b00 100%);
  box-shadow: 0px 24px 48px rgba(226, 51, 255, 0.15);
  color: #fff;
}
.table__block .table-wrapper #table thead th {
  vertical-align: bottom;
}
@media (max-width: 768px) {
  .table__block .table-wrapper #table thead th.top-links {
    padding: 0 10px;
  }
}
.table__block .table-wrapper #table thead th.top-links > div {
  background-color: transparent;
  box-shadow: none;
}
.table__block .table-wrapper #table thead th.t-2 .top_text .price {
  background: linear-gradient(135deg, #e233ff 0%, #ff6b00 100%);
}
.table__block .table-wrapper #table thead th.t-2 .top_text .price:after {
  border-bottom: 21px solid #bd2ac1;
}
.table__block .table-wrapper #table thead th.t-1 .top_text .price {
  background: linear-gradient(135deg, #df98fa 0%, #9055ff 100%);
}
.table__block .table-wrapper #table thead th.t-1 .top_text .price:after {
  border-bottom: 21px solid #ac6dfe;
}
.table__block .table-wrapper #table thead th.t-3 .top_text .price {
  background: linear-gradient(135deg, #f030c1 0%, #6094ea 100%);
}
.table__block .table-wrapper #table thead th.t-3 .top_text .price:after {
  border-bottom: 21px solid #bd2ac1;
}
.table__block .table-wrapper #table thead .most-popular .top_text {
  min-height: 220px;
}
.table__block .table-wrapper #table thead .top_text {
  border-radius: 30px 30px 0 0;
  background: #fff;
  padding: 40px 0;
  box-shadow: 0px 25px 30px rgba(0, 0, 0, 0.1);
  position: relative;
  min-height: 180px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
}
@media (max-width: 768px) {
  .table__block .table-wrapper #table thead .top_text {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-direction: row;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    text-orientation: sideways;
    padding: 0 0 20px;
  }
}
.table__block .table-wrapper #table thead .top_text .price {
  width: 70%;
  top: -20px;
  color: #fff;
  padding: 15px;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  border-radius: 0 20px 30px 30px;
}
@media (max-width: 1024px) {
  .table__block .table-wrapper #table thead .top_text .price {
    border-radius: 0 20px 25px 25px;
  }
}
@media (max-width: 768px) {
  .table__block .table-wrapper #table thead .top_text .price {
    width: 100%;
    top: 0;
    border-radius: 30px;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
  }
}
.table__block .table-wrapper #table thead .top_text .price:after {
  content: '';
  position: absolute;
  top: -20px;
  left: -10px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-top: 20px solid transparent;
  z-index: -1;
}
@media (max-width: 768px) {
  .table__block .table-wrapper #table thead .top_text .price:after {
    display: none;
  }
}
.table__block .table-wrapper #table thead .top_text .price .wave {
  position: absolute;
  z-index: 999;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: auto;
}
@media (max-width: 768px) {
  .table__block .table-wrapper #table thead .top_text .price .wave {
    display: none;
  }
}
.table__block .table-wrapper #table thead .top_text .price span {
  display: block;
  font-size: 13px;
}
@media (max-width: 1024px) {
  .table__block .table-wrapper #table thead .top_text .price span {
    font-size: 11px;
  }
}
.table__block .table-wrapper #table thead .top_text .price span.price-text {
  font-size: 35px;
}
@media (max-width: 1024px) {
  .table__block .table-wrapper #table thead .top_text .price span.price-text {
    font-size: 22px;
  }
}
@media (max-width: 768px) {
  .table__block .table-wrapper #table thead .top_text .price span.price-text {
    font-size: 18px;
  }
}
@media (max-width: 576px) {
  .table__block .table-wrapper #table thead .top_text .price span.price-text {
    font-size: 14px;
  }
}
.table__block .table-wrapper #table thead .top_text .most-popular-text {
  background: linear-gradient(135deg, #ffc200 0%, #ff785e 100%);
  margin: 20px 0;
  color: #fff;
  padding: 5px 10px;
  font-size: 18px;
  font-weight: 700;
  border-radius: 10px;
  display: inline-block;
}
@media (max-width: 1024px) {
  .table__block .table-wrapper #table thead .top_text .most-popular-text {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .table__block .table-wrapper #table thead .top_text .most-popular-text {
    font-size: 12px;
    padding: 5px;
    margin: 0;
  }
}
@media (max-width: 576px) {
  .table__block .table-wrapper #table thead .top_text .most-popular-text {
    font-size: 10px;
  }
}
.table__block .table-wrapper #table thead .top_text .title {
  font-size: 28px;
  font-weight: 700;
  padding-bottom: 0;
  line-height: 1;
}
@media (max-width: 1024px) {
  .table__block .table-wrapper #table thead .top_text .title {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .table__block .table-wrapper #table thead .top_text .title {
    font-size: 16px;
  }
}
.table__block .table-wrapper #table thead .top_text .sub-title {
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  color: #878998;
}
@media (max-width: 1024px) {
  .table__block .table-wrapper #table thead .top_text .sub-title {
    font-size: 12px;
  }
}
@media (max-width: 768px) {
  .table__block .table-wrapper #table thead .top_text .sub-title {
    font-size: 10px;
  }
}
.table__block .table-wrapper #table tfoot td {
  vertical-align: top;
}
.table__block .table-wrapper #table tfoot td .button-wrapper {
  text-align: center;
  padding: 20px 0;
  background: #fff;
  box-shadow: 0px 25px 30px rgba(0, 0, 0, 0.1);
  position: relative;
}
@media (max-width: 768px) {
  .table__block .table-wrapper #table tfoot td .button-wrapper {
    writing-mode: vertical-lr;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    padding: 10px 0;
  }
}
.table__block .table-wrapper #table tfoot td .button-wrapper .btn {
  min-width: auto;
  background: #313647;
  box-shadow: none;
  padding: 20px 35px;
}
@media (max-width: 1024px) {
  .table__block .table-wrapper #table tfoot td .button-wrapper .btn {
    padding: 20px;
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .table__block .table-wrapper #table tfoot td .button-wrapper .btn {
    display: inline-block;
    padding: 15px;
    font-size: 12px;
    height: 100px;
  }
}
.table__block .table-wrapper #table tfoot td.most-popular .button-wrapper {
  padding: 20px 0 50px;
}
@media (max-width: 768px) {
  .table__block .table-wrapper #table tfoot td.most-popular .button-wrapper {
    padding: 10px 0 20px;
  }
}
.table__block .table-wrapper #table tfoot td.most-popular .button-wrapper .btn {
  background: linear-gradient(135deg, #e233ff 0%, #ff6b00 100%);
  box-shadow: 0px 24px 48px rgba(226, 51, 255, 0.15);
}
.table__block .table-wrapper #table tfoot div {
  border-radius: 0 0 30px 30px;
}
.table__block .table-wrapper #table tbody tr {
  width: 100%;
}
.table__block .table-wrapper #table tbody tr td {
  background: #fff;
  font-size: 15px;
  font-weight: 600;
  position: relative;
}
.table__block .table-wrapper #table tbody tr td.row-name h6 {
  font-size: 15px;
  font-weight: 600;
  padding-bottom: 0;
  padding-left: 15px;
  position: relative;
}
@media (max-width: 768px) {
  .table__block .table-wrapper #table tbody tr td.row-name h6 {
    font-size: 13px;
  }
}
.table__block .table-wrapper #table tbody tr td.row-name h6:before {
  content: '';
  position: absolute;
  left: 0;
  top: 9px;
  width: 6px;
  height: 6px;
  background-color: #ef3f3f;
  border-radius: 50%;
}
.table__block .table-wrapper #table tbody tr td > div {
  box-shadow: 0px 25px 30px rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-direction: row;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
}
.table__block .table-wrapper #table tbody tr td > div .other-choice {
  background: linear-gradient(127.44deg, #42e695 0%, #3bb2b8 100%);
  display: inline-block;
  border-radius: 10px;
  color: #fff;
  line-height: 1;
  font-size: 16px;
  padding: 8px;
  min-width: 33px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-direction: row;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
}
@media (max-width: 380px) {
  .table__block .table-wrapper #table tbody tr td > div .other-choice {
    font-size: 14px;
    padding: 5px;
    min-width: 25px;
  }
}
.table__block .table-wrapper #table tbody tr.start td:first-child {
  border-radius: 30px 0 0 0;
}
.table__block .table-wrapper #table tbody tr.start td:last-child {
  border-radius: 0 30px 0 0;
}
.table__block .table-wrapper #table tbody tr.end td:first-child {
  border-radius: 0 0 0 30px;
}
.table__block .table-wrapper #table tbody tr.end td:last-child {
  border-radius: 0 0 30px 0;
}
.table__block .table-wrapper #table tbody tr:nth-child(even) td {
  background: #f4f5f9;
}
.cell-1, .row-name {
  width: 40%;
  padding: 15px 20px;
}
@media (max-width: 576px) {
  .cell-1, .row-name {
    padding: 10px;
  }
}
.cell {
  width: 16%;
  position: relative;
  z-index: 10;
}
@media (max-width: 768px) {
  .cell {
    width: 10%;
  }
}
.empty-cell {
  width: 2%;
}
@media (max-width: 576px) {
  .empty-cell {
    width: 1%;
  }
}
.lr__content {
  padding: 120px 0;
  background-color: #fff;
}
@media (max-width: 1024px) {
  .lr__content {
    padding: 80px 0;
  }
}
@media (max-width: 768px) {
  .lr__content {
    padding: 60px 0;
  }
}
@media (max-width: 576px) {
  .lr__content {
    padding: 40px 0;
  }
}
.lr__content .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-direction: row;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  padding: 60px 0;
}
@media (max-width: 768px) {
  .lr__content .item {
    padding: 40px 0;
  }
}
.lr__content .item:nth-child(even) {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  -webkit-box-direction: reverse;
  -webkit-box-orient: horizontal;
}
.lr__content .item > div {
  -webkit-flex-basis: 48%;
  -moz-flex-basis: 48%;
  -ms-flex-basis: 48%;
  flex-basis: 48%;
  max-width: 48%;
}
@media (max-width: 768px) {
  .lr__content .item > div {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .lr__content .item > div.right {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -moz-order: -1;
    -ms-flex-order: -1;
    order: -1;
    margin-bottom: 20px;
  }
}
.lr__content .item > div.left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-direction: row;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
}
.lr__content .item > div.left .wys {
  max-width: 480px;
  margin: 0 auto;
}
.lr__content .item > div.left .wys h1, .lr__content .item > div.left .wys h2, .lr__content .item > div.left .wys h3, .lr__content .item > div.left .wys h4, .lr__content .item > div.left .wys h5, .lr__content .item > div.left .wys h6 {
  font-family: 'Mazzardh', Arial, sans-serif;
}
.lr__content .item > div.left .wys h1 strong, .lr__content .item > div.left .wys h2 strong, .lr__content .item > div.left .wys h3 strong, .lr__content .item > div.left .wys h4 strong, .lr__content .item > div.left .wys h5 strong, .lr__content .item > div.left .wys h6 strong {
  font-weight: 900;
}
.mid-text__section {
  padding: 90px 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.mid-text__section .wys {
  max-width: 880px;
  margin: 0 auto;
  color: #fff;
}
.mid-text__section .wys .btn-wrap {
  padding: 20px 0;
  text-align: center;
}
.packages__section {
  padding: 90px 0;
  background-color: #fff;
}
@media (max-width: 1024px) {
  .packages__section {
    padding: 60px 0;
  }
}
@media (max-width: 768px) {
  .packages__section {
    padding: 40px 0;
  }
}
.packages__section .packages {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -1%;
  width: 102%;
  padding: 50px 0;
}
.packages__section .packages > * {
  width: 23%;
  margin: 0 1% 1.25em;
}
@media (max-width: 768px) {
  .packages__section .packages {
    padding: 20px 0;
  }
}
@media (max-width: 1024px) {
  .packages__section .packages {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1%;
    width: 102%;
  }
  .packages__section .packages > * {
    width: 31.3333333333%;
    margin: 0 1% 1.3333333333em;
  }
}
@media (max-width: 768px) {
  .packages__section .packages {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1%;
    width: 102%;
  }
  .packages__section .packages > * {
    width: 48%;
    margin: 0 1% 1.5em;
  }
}
@media (max-width: 576px) {
  .packages__section .packages .package {
    margin: 0 auto 20px;
  }
}
.packages__section .packages .package .icon-w {
  padding: 40px 0;
  background: linear-gradient(90deg, rgba(247, 249, 251, 1) 50%, rgba(9, 9, 121, 0) 50%);
  margin-bottom: 25px;
}
@media (max-width: 576px) {
  .packages__section .packages .package .icon-w {
    padding: 20px 0;
  }
}
.packages__section .packages .package .icon-w .icon {
  background: #fff;
  box-shadow: 0px 25px 55px rgba(34, 20, 82, 0.15);
  border-radius: 35px;
  width: 110px;
  height: 110px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-direction: row;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  margin: 0 auto;
}
@media (max-width: 576px) {
  .packages__section .packages .package .icon-w .icon {
    width: 80px;
    height: 80px;
    border-radius: 20px;
  }
}
@media (max-width: 576px) and (max-width: 576px) {
  .packages__section .packages .package .icon-w .icon {
    width: 65px;
    height: 65px;
    padding: 10px;
  }
}
.packages__section .packages .package .icon-w .icon .img_svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
.packages__section .packages .package .title h4 {
  font-weight: 600;
}
@media (max-width: 576px) {
  .packages__section .packages .package .title h4 {
    font-size: 16px;
  }
}
.section__title {
  text-align: center;
}
.section__title h2 {
  font-weight: 700;
}
.faq__section {
  padding: 60px 0;
}
@media (max-width: 768px) {
  .faq__section {
    padding: 40px 0;
  }
}
.faq__section .acc {
  max-width: 840px;
  margin: 0 auto;
}
.faq__section .acc .item {
  position: relative;
  margin-bottom: 20px;
  box-shadow: 0px 15px 55px -15px rgba(34, 20, 82, 0.15);
  border-radius: 25px;
  overflow: hidden;
}
.faq__section .acc .item h3 {
  box-shadow: 0px 15px 55px -15px rgba(34, 20, 82, 0.15);
  border-radius: 25px;
  font-size: 20px;
  background-color: #fff;
  cursor: pointer;
  position: relative;
  padding: 20px 30px;
  font-weight: 600;
}
@media (max-width: 768px) {
  .faq__section .acc .item h3 {
    font-size: 18px;
  }
}
.faq__section .acc .item h3 span {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 20px;
  width: 40px;
  height: 40px;
  background-color: #f7f9fb;
  border-radius: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
@media (max-width: 576px) {
  .faq__section .acc .item h3 span {
    width: 30px;
    height: 30px;
    right: 10px;
  }
}
.faq__section .acc .item h3 span:before, .faq__section .acc .item h3 span:after {
  content: '';
  background-color: #313647;
  width: 10px;
  height: 4px;
  position: absolute;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.faq__section .acc .item h3 span:before {
  left: 12px;
  -webkit-transform: rotate(40deg);
  -moz-transform: rotate(40deg);
  -ms-transform: rotate(40deg);
  transform: rotate(40deg);
}
@media (max-width: 576px) {
  .faq__section .acc .item h3 span:before {
    left: 7px;
  }
}
.faq__section .acc .item h3 span:after {
  right: 12px;
  -webkit-transform: rotate(-40deg);
  -moz-transform: rotate(-40deg);
  -ms-transform: rotate(-40deg);
  transform: rotate(-40deg);
}
@media (max-width: 576px) {
  .faq__section .acc .item h3 span:after {
    right: 7px;
  }
}
.faq__section .acc .item h3.active span:before, .faq__section .acc .item h3.active span:after {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.faq__section .acc .item .info {
  margin-top: -20px;
  background-color: #fff;
  padding: 70px 30px 50px;
  display: none;
}
.faq__section .acc .item .info > * {
  color: #313647;
}
.faq__section .acc .item .info p {
  font-size: 14px;
}
body.woocommerce-checkout {
  padding-top: 100px;
  background-color: #f1f3f4;
}
body.woocommerce-checkout .woocommerce {
  padding-bottom: 100px;
}
body.woocommerce-checkout .woocommerce form.woocommerce-checkout {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-direction: row;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
}
body.woocommerce-checkout .woocommerce form.woocommerce-checkout .woocommerce-NoticeGroup {
  -webkit-flex-basis: 100%;
  -moz-flex-basis: 100%;
  -ms-flex-basis: 100%;
  flex-basis: 100%;
  max-width: 100%;
}
body.woocommerce-checkout .woocommerce form.woocommerce-checkout .column h3 {
  font-family: 'Mazzardh', Arial, sans-serif;
  font-weight: 700;
  color: #313647;
}
body.woocommerce-checkout .woocommerce form.woocommerce-checkout .column .woocommerce-billing-fields__field-wrapper {
  background-color: #fff;
  padding: 40px;
  border-radius: 20px;
}
@media (max-width: 576px) {
  body.woocommerce-checkout .woocommerce form.woocommerce-checkout .column .woocommerce-billing-fields__field-wrapper {
    padding: 15px;
  }
}
body.woocommerce-checkout .woocommerce form.woocommerce-checkout .column .woocommerce-billing-fields__field-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-direction: row;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
}
body.woocommerce-checkout .woocommerce form.woocommerce-checkout .column .woocommerce-billing-fields__field-wrapper .form-row {
  -webkit-flex-basis: 100%;
  -moz-flex-basis: 100%;
  -ms-flex-basis: 100%;
  flex-basis: 100%;
  max-width: 100%;
  margin-bottom: 10px;
}
body.woocommerce-checkout .woocommerce form.woocommerce-checkout .column .woocommerce-billing-fields__field-wrapper .form-row label {
  font-weight: 600;
  font-size: 16px;
}
body.woocommerce-checkout .woocommerce form.woocommerce-checkout .column .woocommerce-billing-fields__field-wrapper .form-row input {
  background-color: transparent;
  border-radius: 15px;
  color: #747782;
  padding: 10px 20px;
  border: 1px solid #dee2ec;
  font-family: 'Mazzardh', Arial, sans-serif;
  height: 50px;
}
body.woocommerce-checkout .woocommerce form.woocommerce-checkout .column .woocommerce-billing-fields__field-wrapper .form-row input::placeholder {
  color: #747782;
  font-family: 'Mazzardh', Arial, sans-serif;
}
body.woocommerce-checkout .woocommerce form.woocommerce-checkout .column .woocommerce-billing-fields__field-wrapper .form-row input:focus {
  border-color: rgba(226, 51, 255, .5);
}
body.woocommerce-checkout .woocommerce form.woocommerce-checkout .column .woocommerce-billing-fields__field-wrapper .form-row .select2-container--default .select2-selection--single {
  background-color: transparent;
  border-radius: 15px;
  color: #747782;
  border: 1px solid #dee2ec;
  font-family: 'Mazzardh', Arial, sans-serif;
  height: 50px;
}
body.woocommerce-checkout .woocommerce form.woocommerce-checkout .column .woocommerce-billing-fields__field-wrapper .form-row .select2-container--default .select2-selection--single > span {
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
}
body.woocommerce-checkout .woocommerce form.woocommerce-checkout .column .woocommerce-billing-fields__field-wrapper .form-row .select2-container--default .select2-selection--single > span b {
  background-image: url('../img/arrow-select.svg');
  background-color: transparent;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  border: none !important;
  height: 15px !important;
  width: 15px !important;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
body.woocommerce-checkout .woocommerce form.woocommerce-checkout .column .woocommerce-billing-fields__field-wrapper .form-row .select2-container--default.select2-container--open .select2-selection--single {
  border-color: rgba(226, 51, 255, .5);
}
body.woocommerce-checkout .woocommerce form.woocommerce-checkout .column .woocommerce-billing-fields__field-wrapper #billing_email_field, body.woocommerce-checkout .woocommerce form.woocommerce-checkout .column .woocommerce-billing-fields__field-wrapper #billing_phone_field, body.woocommerce-checkout .woocommerce form.woocommerce-checkout .column .woocommerce-billing-fields__field-wrapper #billing_first_name_field, body.woocommerce-checkout .woocommerce form.woocommerce-checkout .column .woocommerce-billing-fields__field-wrapper #billing_last_name_field {
  -webkit-flex-basis: 48%;
  -moz-flex-basis: 48%;
  -ms-flex-basis: 48%;
  flex-basis: 48%;
  max-width: 48%;
}
@media (max-width: 480px) {
  body.woocommerce-checkout .woocommerce form.woocommerce-checkout .column .woocommerce-billing-fields__field-wrapper #billing_email_field, body.woocommerce-checkout .woocommerce form.woocommerce-checkout .column .woocommerce-billing-fields__field-wrapper #billing_phone_field, body.woocommerce-checkout .woocommerce form.woocommerce-checkout .column .woocommerce-billing-fields__field-wrapper #billing_first_name_field, body.woocommerce-checkout .woocommerce form.woocommerce-checkout .column .woocommerce-billing-fields__field-wrapper #billing_last_name_field {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}
body.woocommerce-checkout .woocommerce form.woocommerce-checkout .column #order_review table.shop_table {
  background-color: #fff;
  padding: 20px 40px;
  border-radius: 20px;
  border: none;
}
@media (max-width: 576px) {
  body.woocommerce-checkout .woocommerce form.woocommerce-checkout .column #order_review table.shop_table {
    padding: 15px;
  }
}
body.woocommerce-checkout .woocommerce form.woocommerce-checkout .column #order_review table.shop_table .product-total, body.woocommerce-checkout .woocommerce form.woocommerce-checkout .column #order_review table.shop_table .cart-subtotal td, body.woocommerce-checkout .woocommerce form.woocommerce-checkout .column #order_review table.shop_table .order-total td {
  text-align: right;
}
body.woocommerce-checkout .woocommerce form.woocommerce-checkout .column #order_review table.shop_table td, body.woocommerce-checkout .woocommerce form.woocommerce-checkout .column #order_review table.shop_table th {
  border-top: 2px dotted #dee2ec;
  padding: 20px 0;
  font-weight: 700;
}
body.woocommerce-checkout .woocommerce form.woocommerce-checkout .column #order_review table.shop_table thead th {
  border-top: none;
}
body.woocommerce-checkout .woocommerce form.woocommerce-checkout .column #order_review table.shop_table .recurring-totals {
  display: none;
}
body.woocommerce-checkout .woocommerce form.woocommerce-checkout .column #order_review table.shop_table .cart-subtotal {
  color: #88899b;
}
body.woocommerce-checkout .woocommerce form.woocommerce-checkout .column #order_review table.shop_table .cart_item .product-name {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-direction: row;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  padding: 20px 0;
  font-size: 28px;
  font-weight: 700;
}
@media (max-width: 1024px) {
  body.woocommerce-checkout .woocommerce form.woocommerce-checkout .column #order_review table.shop_table .cart_item .product-name {
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  body.woocommerce-checkout .woocommerce form.woocommerce-checkout .column #order_review table.shop_table .cart_item .product-name {
    font-size: 20px;
  }
}
@media (max-width: 576px) {
  body.woocommerce-checkout .woocommerce form.woocommerce-checkout .column #order_review table.shop_table .cart_item .product-name {
    font-size: 18px;
  }
}
body.woocommerce-checkout .woocommerce form.woocommerce-checkout .column #order_review table.shop_table .cart_item .product-name .ts-product-image {
  max-width: 50px;
  max-height: 50px;
  margin-right: 15px;
}
@media (max-width: 480px) {
  body.woocommerce-checkout .woocommerce form.woocommerce-checkout .column #order_review table.shop_table .cart_item .product-name .ts-product-image {
    max-height: 30px;
    max-width: 30px;
  }
}
body.woocommerce-checkout .woocommerce form.woocommerce-checkout .column #order_review table.shop_table .cart_item .product-name .ts-product-image img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
body.woocommerce-checkout .woocommerce form.woocommerce-checkout #payment {
  background-color: transparent;
}
body.woocommerce-checkout .woocommerce form.woocommerce-checkout #payment .wc_payment_methods {
  background-color: #fff;
  padding: 20px 40px;
  border-radius: 20px;
  border: none;
}
body.woocommerce-checkout .woocommerce form.woocommerce-checkout #payment .wc_payment_methods .wc_payment_method {
  background-color: transparent;
}
body.woocommerce-checkout .woocommerce form.woocommerce-checkout #payment .wc_payment_methods .wc_payment_method > label {
  display: block;
  font-weight: 700;
  padding: 20px 0;
  border-bottom: 2px dotted #dee2ec;
}
body.woocommerce-checkout .woocommerce form.woocommerce-checkout #payment .wc_payment_methods .wc_payment_method .payment_box {
  background-color: transparent;
  padding: 1em 0;
}
body.woocommerce-checkout .woocommerce form.woocommerce-checkout #payment .wc_payment_methods .wc_payment_method .payment_box:before {
  display: none;
}
body.woocommerce-checkout .woocommerce form.woocommerce-checkout #payment .wc_payment_methods .wc_payment_method .payment_box #wc-stripe-cc-form label {
  font-weight: 600;
  font-size: 16px;
}
body.woocommerce-checkout .woocommerce form.woocommerce-checkout #payment .wc_payment_methods .wc_payment_method .payment_box #wc-stripe-cc-form .wc-stripe-elements-field {
  background-color: transparent;
  border-radius: 15px;
  color: #747782;
  padding: 10px 20px;
  border: 1px solid #dee2ec;
  font-family: 'Mazzardh', Arial, sans-serif;
  height: 40px;
}
body.woocommerce-checkout .woocommerce form.woocommerce-checkout #payment .wc_payment_methods .wc_payment_method .payment_box #wc-stripe-cc-form .wc-stripe-elements-field.focused {
  border-color: rgba(226, 51, 255, .5);
}
body.woocommerce-checkout .woocommerce form.woocommerce-checkout #payment .wc_payment_methods .wc_payment_method .payment_box #wc-stripe-cc-form .wc-stripe-elements-field::placeholder {
  color: #747782;
  font-family: 'Mazzardh', Arial, sans-serif;
}
body.woocommerce-checkout .woocommerce form.woocommerce-checkout #payment .wc_payment_methods .wc_payment_method .payment_box .form-row {
  padding: 0;
}
body.woocommerce-checkout .woocommerce form.woocommerce-checkout #payment .wc_payment_methods .wc_payment_method #payment_method_stripe ~ label img {
  display: none;
}
body.woocommerce-checkout .woocommerce form.woocommerce-checkout #payment .wc_payment_methods .wc_payment_method input[type='radio'] {
  display: none;
}
body.woocommerce-checkout .woocommerce form.woocommerce-checkout #payment .wc_payment_methods .wc_payment_method input[type='radio'] ~ label {
  position: relative;
  padding-left: 35px;
}
body.woocommerce-checkout .woocommerce form.woocommerce-checkout #payment .wc_payment_methods .wc_payment_method input[type='radio'] ~ label:before {
  content: '';
  position: absolute;
  height: 12px;
  width: 12px;
  top: 25px;
  left: 5px;
  background: #edeff5;
  border: 2px solid #e0e3ec;
  border-radius: 5px;
  z-index: 1;
}
body.woocommerce-checkout .woocommerce form.woocommerce-checkout #payment .wc_payment_methods .wc_payment_method input[type='radio'] ~ label:after {
  content: '';
  position: absolute;
  height: 11px;
  width: 11px;
  top: 28px;
  left: 8px;
  background: #000;
  border-radius: 4px;
  z-index: 2;
  display: none;
}
body.woocommerce-checkout .woocommerce form.woocommerce-checkout #payment .wc_payment_methods .wc_payment_method input[type='radio']:checked ~ label:before {
  content: '';
  position: absolute;
  height: 13px;
  width: 13px;
  top: 25px;
  left: 5px;
  border: 2px solid #000;
  border-radius: 5px;
  z-index: 2;
}
body.woocommerce-checkout .woocommerce form.woocommerce-checkout #payment .wc_payment_methods .wc_payment_method input[type='radio']:checked ~ label:after {
  display: block;
}
body.woocommerce-checkout .woocommerce form.woocommerce-checkout #payment .btn {
  width: 100%;
  padding: 30px 0;
  font-size: 24px;
  color: #fff;
  background: linear-gradient(135deg, #e233ff 0%, #ff6b00 100%);
  box-shadow: 0px 24px 48px rgba(99, 60, 247, 0.15);
  border-radius: 16px;
}
.select2-search--dropdown .select2-search__field {
  color: #000 !important;
}
.woocommerce-checkout .page-title, .woocommerce-checkout .woocommerce-message {
  display: none;
}
@keyframes streams {
  0% {
    stroke-dashoffset: 300px;
  }
  50% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dashoffset: -300px;
  }
}
@keyframes blink {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.45;
  }
}
@keyframes blink2 {
  0%, 100% {
    opacity: 0.5;
  }
  50% {
    opacity: 1;
  }
}
@keyframes numbers {
  0% {
    opacity: 0;
    transform: translateY(0px);
  }
  50% {
    opacity: 1;
    transform: translateY(0px);
  }
  100% {
    opacity: 0;
    transform: translateY(20px);
  }
}
@keyframes gear {
  0%, 100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-10px);
  }
}
.gear_parent {
  animation: 3s linear 0s infinite normal both running gear;
}
.gear_shadow, .gear_shadow_2 {
  animation: 3s linear 0s infinite normal both running blink2;
}
.cls-96, .ratings {
  animation: 1.5s linear 0s infinite normal both running blink;
}
.cls-412, .cls-413 {
  animation: 3s linear 0s infinite normal both running blink;
}
.shadow {
  animation: 1s linear 0s infinite reverse both running blink;
}
.numbers {
  animation: 2s linear 0s infinite reverse both running numbers;
  position: relative;
  transform: translateY(20px);
}
.gear {
  position: relative;
  bottom: -300px;
}
.cls-416 {
  stroke-dasharray: 300px;
}
.cl1 {
  animation: 7s ease-in 0s infinite normal both running streams;
}
.cl2 {
  animation: 4s ease-in 0.1s infinite reverse both running streams;
}
.cl3 {
  animation: 3s ease-in 0.25s infinite normal both running streams;
}
.cl4 {
  animation: 2s ease-in 0.32s infinite reverse both running streams;
}
.cl5 {
  animation: 4s ease-in 0.25s infinite normal both running streams;
}
.cl6 {
  animation: 2s ease-in 0.1s infinite reverse both running streams;
}
.cl7 {
  animation: 5s ease-in 0.22s infinite normal both running streams;
}
.cl8 {
  animation: 8s ease-in 0.1s infinite reverse both running streams;
}
.cl9 {
  animation: 4s ease-in 0.3s infinite normal both running streams;
}
.cl10 {
  animation: 6s ease-in 0.1s infinite reverse both running streams;
}
.cl11 {
  animation: 5s ease-in 0.3s infinite normal both running streams;
}
.cl12 {
  animation: 3s ease-in 0.25s infinite reverse both running streams;
}
.cl13 {
  animation: 4s ease-in 0.2s infinite normal both running streams;
}
.cl14 {
  animation: 2s ease-in 0.15s infinite reverse both running streams;
}
.cl15 {
  animation: 1s ease-in 0.3s infinite normal both running streams;
}
.cl16 {
  animation: 4s ease-in 0.12s infinite reverse both running streams;
}
.cl17 {
  animation: 2s ease-in 0.15s infinite normal both running streams;
}
.cl18 {
  animation: 3s ease-in 0.23s infinite reverse both running streams;
}
.cl19 {
  animation: 9s ease-in 0.32s infinite normal both running streams;
}
#svg_wrap {
  max-width: 1026px;
}
@keyframes blink {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.45;
  }
}
@keyframes blink2 {
  0%, 100% {
    opacity: 0.5;
  }
  50% {
    opacity: 1;
  }
}
@keyframes gear {
  0%, 100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-10px);
  }
}
@keyframes streams {
  0% {
    stroke-dashoffset: 500px;
  }
  50% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dashoffset: -500px;
  }
}
.str1 {
  animation: 25s linear 0s infinite reverse both running streams;
}
.str2 {
  animation: 26s linear 0s infinite reverse both running streams;
}
.str3 {
  animation: 27s linear 0s infinite reverse both running streams;
}
.nstreams path {
  animation: 55s linear 0s infinite reverse both running streams;
}
/*;stroke-dasharray:5px*/
@keyframes bubles1 {
  0% {
    opacity: 0;
    transform: translate(0, 40px);
  }
  15% {
    opacity: 1;
    transform: translate(-5px, 20px);
  }
  45% {
    opacity: 1;
    transform: translate(5px, 0);
  }
  99% {
    transform: translate(10px, -20px);
    opacity: 0;
  }
  100% {
    transform: translate(0, 40px);
    opacity: 0;
  }
}
@keyframes bubles2 {
  0% {
    opacity: 0;
    transform: translate(0, 40px);
  }
  20% {
    opacity: 1;
    transform: translate(-5px, 20px);
  }
  45% {
    opacity: 1;
    transform: translate(5px, 0px);
  }
  99% {
    transform: translate(-10px, -50px);
    opacity: 0;
  }
  100% {
    transform: translate(0, 40px);
    opacity: 0;
  }
}
@keyframes bubles3 {
  0% {
    opacity: 0;
    transform: translate(0, 10px);
  }
  35% {
    opacity: 1;
    transform: translate(5px, 5px);
  }
  75% {
    opacity: 1;
    transform: translate(0px, -10px);
  }
  99% {
    transform: translate(-5px, -20px);
    opacity: 0;
  }
  100% {
    transform: translate(0, 10px);
    opacity: 0;
  }
}
@keyframes bubles4 {
  0% {
    opacity: 0;
    transform: translate(0, 20px);
  }
  20% {
    opacity: 1;
    transform: translate(5px, 10px);
  }
  45% {
    opacity: 1;
    transform: translate(-5px, 0px);
  }
  99% {
    transform: translate(10px, -10px);
    opacity: 0;
  }
  100% {
    transform: translate(0, 20px);
    opacity: 0;
  }
}
@keyframes bubles24 {
  0% {
    opacity: 0;
    transform: translate(0, 12px);
  }
  35% {
    opacity: 1;
    transform: translate(3px, 5px);
  }
  75% {
    opacity: 1;
    transform: translate(0px, -2px);
  }
  99% {
    transform: translate(-3px, -5px);
    opacity: 0;
  }
  100% {
    transform: translate(0, 12px);
    opacity: 0;
  }
}
@keyframes bubles23 {
  0% {
    opacity: 0;
    transform: translate(0, 5px);
  }
  45% {
    opacity: 1;
    transform: translate(5px, -3px);
  }
  75% {
    opacity: 1;
    transform: translate(0, -5px);
  }
  99% {
    transform: translate(-5px, -12px);
    opacity: 0;
  }
  100% {
    transform: translate(0, 5px);
    opacity: 0;
  }
}
.bbl1, .blb21 {
  animation: 10s linear 0.2s infinite normal both running bubles1;
  transform: translate(0, 40px);
}
.bll2 {
  animation: 15s linear 0s infinite normal both running bubles2;
  transform: translate(0, 40px);
}
.bll3 {
  animation: 11s linear 0.5s infinite normal both running bubles3;
  transform: translate(0, 10px);
}
.bll4, .blb22 {
  animation: 9s linear 0s infinite normal both running bubles4;
  transform: translate(0, 20px);
}
.blb24 {
  animation: 11s linear 0.5s infinite normal both running bubles24;
  transform: translate(0, 12px);
}
.blb23 {
  animation: 15s linear 0s infinite normal both running bubles23;
  transform: translate(0, 5px);
}
.gear2 {
  animation: 5s linear 0s infinite normal both running gear;
}
.gear_shadow_22 {
  animation: 5s linear 0s infinite normal both running blink2;
}
@keyframes zoomgl {
  0%, 40%, 70%, 100% {
    transform: translateX(0);
  }
  50%, 60% {
    transform: translateX(7px);
  }
}
.zoomgl {
  animation: 10s linear 0s infinite normal both running zoomgl;
}
@keyframes cloud {
  0%, 5%, 95%, 100% {
    transform: translateY(10px);
  }
  50% {
    transform: translateY(5px);
  }
}
.cloud {
  animation: 5s linear 0s infinite normal both running cloud;
  transform: translateY(10px);
}
.shadow {
  animation: 1s linear 0s infinite reverse both running blink;
}
