@font-face {
  font-family: 'Helveticaneuecyr-Roman';
  src: url('../fonts/helveticaneuecyr_roman.eot');
  src: url('../fonts/helveticaneuecyr_roman.eot?#iefix') format('embedded-opentype'),
       url('../fonts/helveticaneuecyr_roman.woff2') format('woff2'),
       url('../fonts/helveticaneuecyr_roman.woff') format('woff');
        font-display: swap;
}

@font-face {
  font-family: 'Helveticaneuecyr-Medium';
  src: url('../fonts/helveticaneuecyr_medium.eot');
  src: url('../fonts/helveticaneuecyr_medium.eot?#iefix') format('embedded-opentype'),
       url('../fonts/helveticaneuecyr_medium.woff2') format('woff2'),
       url('../fonts/helveticaneuecyr_medium.woff') format('woff');
        font-display: swap;
}

@font-face {
  font-family: 'Helveticaneuecyr-Bold';
  src: url('../fonts/helveticaneuecyr_bold.eot');
  src: url('../fonts/helveticaneuecyr_bold.eot?#iefix') format('embedded-opentype'),
       url('../fonts/helveticaneuecyr_bold.woff2') format('woff2'),
       url('../fonts/helveticaneuecyr_bold.woff') format('woff');
        font-display: swap;
}

@font-face {
  font-family: 'Futura-Medium';
  src: url('../fonts/futura_md_bt_medium.eot');
  src: url('../fonts/futura_md_bt_medium.eot?#iefix') format('embedded-opentype'),
       url('../fonts/futura_md_bt_medium.woff2') format('woff2'),
       url('../fonts/futura_md_bt_medium.woff') format('woff');
        font-display: swap;
}

@font-face {
  font-family: 'BlackMango-Light';
  src: url('../fonts/black_mango_light.eot');
  src: url('../fonts/black_mango_light.eot?#iefix') format('embedded-opentype'),
       url('../fonts/black_mango_light.woff2') format('woff2'),
       url('../fonts/black_mango_light.woff') format('woff');
        font-display: swap;
}

@font-face {
  font-family: 'NimbussanTConBold';
  src: url('../fonts/nimbussantconbold.eot');
  src: url('../fonts/nimbussantconbold.eot?#iefix') format('embedded-opentype'),
       url('../fonts/nimbussantconbold.woff2') format('woff2'),
       url('../fonts/nimbussantconbold.woff') format('woff');
        font-display: swap;
}


* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: transparent;
  outline: none;
}

ul {
  list-style: none;
}

body {
  min-width: 330px;
  font-family: 'Helveticaneuecyr-Roman';
  font-weight: 100;
  -webkit-font-smoothing: antialised;
}

.hid, main {
  overflow: hidden;
}

section {
  position: relative;
}

a {
  font-family: 'Helveticaneuecyr-Medium';
  color: #0a9886;
  text-decoration: none;
  outline: none;
  word-break: break-all;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: transparent;
  transition: .2s;
}

a:hover {
  color: #000;
  transition: .2s;
}

img {
  display: block;
  max-width: 100%;
}

/*back to top*/
.back-to-top {
  position: fixed;
  z-index: 10000;
  width: 54px;
  height: 54px;
  background-color: #0b2138;
  bottom: 20px;
  right: 20px;
  display: none;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  color: #fff;
  border-radius: 50%;
  cursor: pointer;
  transition: .3s;
}
/*21-02-2025  Money Quiz Plugin overide css */
.mq-container section ul li:before,body .mindfull-money-footer-content ul li:before{
  content: url(../img/list.svg);
  width: 9px;
  position: absolute;
  left: 0;
  top: 7px;
}
html .mq-ques table tr td, html .mq-ques table tr th {
  border: 1px solid #dcd7ca;
  line-height: 1.4;
  margin: 0;
  overflow: visible;
  padding: .5em;
}
.mq-ques table tr th {
  text-align: left;
  padding-left: 5px;
}
html .mq-ques table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 18px;
}
.mq-questions input[type=checkbox] {
  -webkit-appearance: auto;
}
.include_summary .form-table.mq-form-table-reports td {
  padding: 20px;
}
body   p.archive-tagline {
  font-size: 16px !important;
  font-weight: 200 ;
  line-height: 26px !important;
}
body .include_details ul li {
  position: relative;
  margin-top: 15px;
  padding-left: 18px;
}
.mq-ques-prospect input[type="radio"] {
  appearance: auto !important;
}
html .mq-for-row input {
  font-size: 16px;
  padding: 15px;
}
body .mq-ques-prospect input[type="radio"]::before {
  content:none;
  background: transparent;
}
html .mq_landing_page_2 button, html .mq_question_main_wrapper_container button {
  border: none;
  border-radius: 0;
  cursor: pointer;
  display: inline-block;
  font-size: 17px;
  font-weight: 600;
  letter-spacing: .0333em;
  line-height: 1.25;
  opacity: 1;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: opacity .15s linear;
 
}
body .mq_question_main_wrapper .container.wc,body .mq_landing_page_2,body .mq-modal, .mq_question_main_wrapper_container {
 padding:0px 0px !important;
 padding-left: 0px !important;
 padding-right: 10px !important;
  
}
body a.is-not-book-to-call {
  margin-left: 0px !important;
}
body .steps-container {
 max-width: none;

}
body .mq-prospects {
   max-width: none; 
 
}
body .mq-for-row label {
 
  margin-bottom: 10px;
  
}
body #mfm-loading-text{
  max-width: 1350px;
  margin: 0 auto;

}
body #mfm-loading-text h1{
  text-align: center;
}
/* End */
@media(max-width: 767px) {
  .body .mq_question_main_wrapper_container p, body .mq_question_main_wrapper_container ul li,body .mq_question_main_wrapper_container li strong, body .mq_question_main_wrapper_container a.is-not-book-to-call, body .mq_question_main_wrapper_container span, body .entry-content p {
    font-family: 'RobotoCondensed' !important;
    font-size: 18px !important;
    line-height: 30px !important;
}
  body .include_details {
     padding: 0px !important; 
}
   .back-to-top {
     width: 50px;
     height: 50px;
     font-size: 21px;
     bottom: 10px;
     right: 10px;
   }
}
 
.back-to-top:hover {
  color: #fff;
  background: #065e53;
  text-decoration: none;
  transition: .3s;
}
/*back to top - end*/

h1,h2,h3,h4,h5,h6 {
  font-weight: 100;
  -webkit-font-smoothing: antialised;
}

h1 {
  font-family: 'BlackMango-Light';
  font-size: 58px;
  line-height: 1.1;
  text-transform: capitalize;
}

h3 {
  font-family: 'Helveticaneuecyr-Medium';
  font-size: 45px;
  line-height: 1.1;
  margin-top: 40px;
}

.product-desc h3 {
  line-height: 1.05;
}

h3:first-child {
  margin-top: 0;
}

h4 {
  font-family: 'Helveticaneuecyr-Roman';
  font-size: 35px;
  line-height: 1.35;
  margin-top: 40px;
}

.wp-block-separator {
  opacity: 0.25;
  border-width: 1px !important;
  margin-top: 40px;
}

.wp-block-table {
  margin-top: 30px;
}

.single-page table {
  min-width: 1060px;
}

.wp-block-table {
  overflow-x: auto;
}

h4:first-child, .wp-block-separator:first-child, .wp-block-table:first-child {
  margin-top: 0;
}

h5 {
  font-family: 'Helveticaneuecyr-Medium';
  font-size: 28px;
  line-height: 1.2;
}

h6 {
  font-family: 'Helveticaneuecyr-Medium';
  font-size: 22px;
  line-height: 1.35;
  margin-top: 25px;
}

h6:first-child {
  margin-top: 0;
}

.container {
  position: relative;
  max-width: 1190px;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
  box-sizing: border-box;
}

@media (max-width:1260px){
  .container {
    max-width: 990px;
    width: 100%;
  }  
  h3 {
    font-size: 43px;
  }
  h4 {
    font-size: 34px;
  }
  h5 {
    font-size: 27px;
  }
  h6 {
    font-size: 21px;
  }
}

@media (max-width: 991px){
  .container {
    max-width: 760px;
    width: 100%;
  }
  h4 br, h3 br {
    display: none;
  }
  h1,h2,h3,h4,h5,h6, .tcm {
    text-align: center;
  }
  h1 {
    text-shadow: 0 0 7px rgba(0,0,0,0.4);
  }
  h3 {
    font-size: 40px;
    line-height: 1.25;
  }
  h4 {
    font-size: 32px;
    line-height: 1.4;
  }
  h5 {
    font-size: 25px;
  }
}

@media (max-width: 767px){
  .container  {
    max-width: 510px;
  }
  h1 {
    font-size: 45px;
  }
  h3 {
    font-size: 38px;
  }
  h4 {
    font-size: 30px;
  }
  .tcm2 {
    text-align: center;
  }
}

p, section li {
  font-size: 20px;
  color: #000;
  line-height: 1.65;
}

p, section li {
  position: relative;
  margin-top: 27px;
}

.mt0 {
  margin-top: 0;
}

.product-desc p, .product-desc li {
  margin-top: 20px;
}

.bluec {
  color: #1e7bb8;
}

.redc {
  color: red;
}

p:first-child, section li:first-child, 
.product-desc p:first-child, .product-desc li:first-child {
  margin-top: 0;
}

section ul, section ol {
  margin-top: 27px;
}

.product-desc ul, .product-desc ol {
  margin-top: 20px;
}

section ul:first-child, section ol:first-child,
.product-desc ul:first-child, .product-desc ol:first-child, .product-desc ul.select-list {
  margin-top: 0;
}

section ul li {
  position: relative;
  padding-left: 27px;
}

@media (max-width: 767px){
  section li {
    padding-left: 20px;
  }
}

section ul li:before {
  content: url(../img/list.svg);
  width: 9px;
  position: absolute;
  left: 0;
  top: 0;
}

section ol {
  list-style: none;
  counter-reset: myCounter;
}

section ol li {
  padding-left: 60px;
}

section ol li:before {
  counter-increment: myCounter;
  content: counter(myCounter);
  position: absolute;
  left: 0;
  top: -6px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Helveticaneuecyr-Bold';
  font-size: 20px;
  color: #1b80b8;
  border: 2px solid #1b80b8;
  background-color: #fff;
  border-radius: 50%;
}

@media(max-width: 470px) {
  section ol li {
    padding-left: 0;
    padding-top: 55px;
  }
  section ol li:before {
    left: 50%;
    transform: translateX(-50%);
    top: 0;
  }
}

.text-white p, .text-white h1, .text-white h2, .text-white h3,
.text-white h4, .text-white h5, .text-white h6, .whitec {
  color: #fff;
}

strong {
  font-family: 'Helveticaneuecyr-Bold';
}

.fl, .items, .fl-end, .va-start {
  display: flex;
  flex-wrap: wrap;
}

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

.va-start {
  align-items: flex-start;
}

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

.va, .spb, header nav ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.spb, header nav ul {
  justify-content: space-between;
}

.jc {
  justify-content: center;
}

.header-top {
  padding: 37px 0;
}

.head-text {
  width: 100%;
  max-width: 850px;
  margin: 0 auto;
  margin-top: 20px;
}


.mob {
  display: none;
  max-width: none;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  margin: 0 auto;
}

@media(max-width: 991px) {
  .header-top {
    border-bottom: 1px solid rgba(0, 0, 0, 0.25);
    padding: 32px 0;
  }
  .desk {
    display: none;
  }
  .mob {
    display: block;
  }
}

@media(max-width: 767px) {
  .header-top {
    padding: 24px 0;
  }
}

.option {
  border-left: 1px solid rgba(0,0,0,0.25);
  padding: 13px 20px;
}

@media(max-width: 365px) {
  .option {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.option:last-child {
  border-right: 1px solid rgba(0,0,0,0.25);
}

.option p {
  margin-top: 0;
  padding-left: 10px;
  transition: .3s;
}

.option svg {
  fill: #000;
  transition: .3s;
}

.option:hover svg {
  fill: #0064c7;
  transition: .3s;
}

.count {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #00b4ae;
  margin-left: 18px;
  transition: .3s;
}

@media(max-width: 420px) {
  .count {
    margin-left: 10px;
  }
  .type {
    display: none;
  }
}

.count p {
  color: #fff;
  line-height: 1;
  padding-left: 0;
}

.option:hover .count {
  background-color: #0064c7;
  transition: .3s;
}

.option:hover .price {
  color: #0064c7;
  transition: .3s;
}

@media(max-width: 767px) {
  .options {
    width: 100%;
    justify-content: space-between;
    margin-top: 15px;
  }
}

@media(max-width: 410px) {
  .options .price {
    padding-left: 0;
  }
  .options #cart {
    display: none;
  }
}

header nav {
  background: linear-gradient(to right, #0b2138, #1b023d);
  background-color: #0b2138;
  padding: 0 0 26px 0;
}

.logo img {
  height: auto;
  max-width: 680px;
  width: 100%;
}

@media(max-width: 991px) {
  header nav {
    display: none;
  }
  .logo img {
    height: auto;
    max-width: 680px;
    width: 100%;
  }
}

@media(max-width: 767px) {
  .logo {
    margin: 0;
  }
  .options div.va {
    width: 100%;
    justify-content: center;
  }
}

@media(max-width: 375px) {
  .logo img {
    height: 50px;
  }
}

header nav ul li {
  margin-right: 20px;
  margin-top: 27px;
}

header nav ul li:last-child {
  margin-right: 0;
}

header nav ul a, .sidenav a {
  font-family: 'Futura-Medium';
  font-size: 20px;
  line-height: 1;
  color: #fff;
  text-transform: uppercase;
  transition: .3s;
}

@media(max-width: 1260px) {
  header nav ul a {
    font-size: 18px;
  }
}

header nav ul a:hover {
  color: #d2ecff;
  transition: .3s;
}

.sidenav ul a:hover {
  color: #d2ecff;
  transition: .3s;
}

.sidenav {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: 2000000;
  min-height: 100vh;
  width: 100%;
  opacity: 0;
  top: -500%;
  left: auto;
  right: 0;
  background: rgba(0,0,0,0.9);
  overflow-x: hidden;
  transition: 0.3s;
  padding: 20px 0;
}

@media(min-width: 992px) {
  .sidenav {
    display: none;
  }
}

.sidenav ul {
  width: 100%;
}

.sidenav li {
  text-align: center;
  margin-top: 25px;
}

.sidenav li:first-child {
  margin-top: 0;
}

.sidenav .closebtn {
  display: block;
  font-size: 48px;
  line-height: 0.9;
  font-weight: bold;
  text-align: center;
  margin-top: 30px;
}

.sidenav .closebtn:hover {
  color: #d2ecff;
}

.menu-burger {
  display: none;
  align-items: center;
}

@media(max-width: 991px) {
  .menu-burger {
    display: flex;
  }
}

.menu-burger {
  height: 51px;
  border-right: 1px solid rgba(0, 0, 0, 0.25);
  padding: 0 20px;
}

@media(max-width: 767px) {
  .menu-burger {
    border-left: 1px solid rgba(0, 0, 0, 0.25);
    position: absolute;
    right: 15px;
    top: 5px;
    padding: 0 12px;
    height: auto;
    margin: 0 auto;
  }
}

.menu-burger svg {
  width: 35px;
  height: 35px;
  transition: .3s;
}

.menu-burger svg:hover {
  fill: #0064c7;
  transition: .3s;
}

.to-next {
  position: absolute;
}

.to-next, .head-img {
  left: 50%;
  transform: translateX(-50%);
}

.to-next {
  width: auto;
  max-height: 37px;
  bottom: 65px;
}

.inner .to-next {
  bottom: 35px;
}

@media(min-width: 1261px) {
  .to-next {
    width: 3vw;
    bottom: 5.6vw;
  }
  .inner .to-next {
    width: 2.7vw;
    bottom: 4vw;
  }
}

@media(max-width: 767px) {
  .to-next {
    max-height: 23px;
  }
  .front .to-next {
    bottom: 50px;
  }
}

.blue-violet {
  background: linear-gradient(50deg, #53bbc1 2%,#1d7cb8, #3a44c3, #570ccd);
  background-color: #3947c2;
}

.gray {
  background-color: #ecf3f3;
}

.title-block {
  position: relative;
  z-index: 1500;
  margin-top: -50px;
}

.title-block h3 {
  margin-top: 30px;
}

.title-block .mt2 {
  margin-top: 50px;
}

@media(max-width: 991px) {
  .title-block .mt2 {
    margin-top: 30px;
  }
}

.title-block h3:first-child {
  margin-top: 0;
}

.bluebg {
  background-color: #0552b4;
}

.gradient {
  background: linear-gradient(10deg, #00b4ae, #0059ca 70%);
  background-color: #0059ca;
}

.gradient2 {
  background-color: #00b4ae;
}

.gradient3 {
  background: linear-gradient(30deg, #00b3ae, #006ec4);
  background-color: #006ec4;
}

@media(min-width: 1261px) {
  .gradient2 {
    background: linear-gradient(60deg, #00b4ae 75%, #008dba);
  }
}

.gradient30 {
  background: linear-gradient(30deg, #00b4ae, #0059ca 70%);
  background-color: #0059ca;
}

.top-bg {
  position: absolute;
  width: 101%;
  height: 100%;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
}

@media(max-width: 991px) {
  .top-bg { 
    opacity: 0.7;
  }
}

.inner {
  height: 270px;
  background: #5d00cf;
}

@media(min-width: 1261px) {
  .inner {
    height: 18vw;
  }
}

@media(max-width: 767px) {
  .inner {
    height: 260px;
  }
}

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

.blog-img {
  background-position: 80%;
}

.pt50 {
  padding-top: 40px;
}

@media (max-width: 767px){
  .pt50 {
    padding-top: 35px;
  }
}

/**/
.w100 {
  width: 100%;
}

.tc {
  text-align: center;
}

.mx {
  margin: 0 auto;
}

.mt10 {
  margin-top: 10px;
}

.mt15 {
  margin-top: 15px;
}

.mt20 {
  margin-top: 20px;
}

.mt25 {
  margin-top: 25px;
}

.mt30 {
  margin-top: 30px;
}

.mt35 {
  margin-top: 35px;
}

.mt40 {
  margin-top: 40px;
}

.mt50, .title-block .mt50 {
  margin-top: 50px;
}

.mt60 {
  margin-top: 60px;
}

.mt70 {
  margin-top: 70px;
}

.mt80 {
  margin-top: 80px;
}

.mt90 {
  margin-top: 90px;
}

@media(max-width: 991px) {
  .mt70, .mt80, .mt90 {
    margin-top: 45px;
  }
  .mt50, .title-block .mt50 {
    margin-top: 30px;
  }
  .mt35, .mt40 {
    margin-top: 25px;
  }
}

@media(max-width: 767px) {
  .mt60 {
    margin-top: 45px;
  }
}

.bot {
  min-width: 900px;
  position: absolute;
  width: 101%;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}

.mt {
  margin-top: 120px;
}

.section-circle {
  position: absolute;
  z-index: 1000;
  top: -120px;
  left: 50%;
  transform: translateX(-50%);
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background-color: #0059ca;
}

.gradient2 .section-circle {
  background-color: #00b4ae;
}

.content {
  position: relative;
  width: 100%;
  max-width: 575px;
}

@media(max-width: 1260px) {
  .content {
    max-width: 540px;
  }
}

@media(max-width: 991px) {
  .content {
    max-width: 100%;
  }
}

.zind-top {
  position: relative;
  z-index: 3000;
}

.pad1 {
  padding: 110px 0 140px 0;
}

@media(max-width: 991px) {
  .pad1 {
    padding: 30px 0 50px 0;
  }
}

.abs {
  position: absolute;
  max-width: none;
  top: 50%;
  transform: translateY(-50%);
  left: 100%;
}

.right .abs {
  left: auto;
  right: 103%;
}

.bot0 {
  top: auto;
  transform: none;
  bottom: 0;
}

@media(max-width: 1260px) {
  .right .media80 {
    right: 80%;
  }
  .media95 {
    left: 95%;
  }
}

@media(max-width: 991px) {
  .abs {
    max-height: 550px;
    max-width: 100%;
    position: relative;
    bottom: auto !important;
    right: auto  !important;
    left: 50% !important;
    transform: translateX(-50%);
    margin-top: 25px;
  }
  .media-small {
    max-height: 350px;
  }
  .mtm0 {
    margin-top: 0;
  }
}

.btn-block {
  position: relative;
  display: flex;
  z-index: 1500;
}

@media(max-width: 991px) {
  .btn-block {
    justify-content: center;
  }
}

.btn, .page-content .wc-block-components-button, .page-content a.button {
  min-width: 240px;
  font-family: 'NimbussanTConBold';
  font-size: 32px;
  line-height: 1.1;
  color: #fff !important;
  background-color: #0a9886 !important;
  border: 2px solid #0a9886 !important;
  text-align: center;
  text-transform: uppercase;
  padding: 24px 63px 22px 63px !important;
  min-height: auto !important;
  transition: .3s !important;
}

.dark-btn {
  background-color: #065e53 !important;
  border: 2px solid #065e53 !important;
}

.white-btn {
  background-color: transparent !important;
  border-color: #fff !important;
  color: #fff !important;
}

.wc-block-components-button span, .wp-block-woocommerce-cart .wc-block-components-button span, .woocommerce .btn {
  font-size: 26px !important;
}

.page-content a.button {
  min-width: auto;
  font-size: 23px !important;
  padding: 19px 40px 17px 40px !important;
}

.page-content .wc-block-components-button {
  padding-top: 24px !important;
  padding-bottom: 22px !important;
}

@media (max-width: 1260px){
  .btn, .page-content a.button {
    font-size: 28px !important;
  }
}

@media (max-width: 991px){
  .btn, .page-content a.button {
    font-size: 27px !important;
  }
}

@media (max-width: 767px){
  .btn, .page-content a.button, .woocommerce .btn {
    font-size: 25px !important;
  }
  .page-content .woocommerce-MyAccount-content a.button {
    width: 100%;
    font-size: 19px !important;
    margin-top: 20px;
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

@media (max-width: 475px){
  .btn, .page-content a.button {
    width: 100%;
    padding: 23px 15px 21px 15px !important;
  }
}

.with-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}

.with-icon img {
  margin-right: 10px;
}

.style2 {
  color: #179ab3 !important;
  border-color: #179ab3 !important;
  background-color: #fff !important;
}

.style3 {
  border-color: #065e53;
  background-color: #065e53;
}

.btn:hover, .wc-block-components-button:hover, .page-content a.button:hover {
  color: #fff !important;
  background-color: #0064c7 !important;
  border-color: #0064c7 !important;
  transition: .3s !important;
}

.white-btn:hover {
  background-color: #fff !important;
  color: #000 !important;
}

.style2:hover {
  color: #fff;
  border-color: #179ab3;
  background-color: #179ab3;
  transition: .3s;
}

.btns {
  padding-top: 30px;
}

@media (max-width: 991px){
  .btns {
    padding-top: 23px;
  }
}

.btns:first-child {
  padding-top: 0;
}

.btns .btn-block {
  margin-right: 13px;
  margin-top: 13px;
}

@media(max-width: 991px) {
  .btns {
    justify-content: center;
    padding-left: 13px;
  }
}

@media(max-width: 767px) {
  .btns {
    padding-left: 0;
  }
  .btns .btn {
    min-width: auto;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .btns .btn-block {
    width: 49%;
    margin-right: 2%;
  }
  .btns .btn-block:nth-child(2n) {
    margin-right: 0;
  }
}

@media (max-width: 425px){
  .btns .btn-block {
    flex: none;
    width: 100%;
    margin-right: 0;
  }
}

.pb {
  padding-bottom: 110px;
}

.pb2 {
  padding-bottom: 140px;
}

@media(max-width: 767px) {
  .pb2 {
    padding-bottom: 70px;
  }
}

.pad {
  padding: 100px 0 115px 0;
}

.pt70 {
  padding-top: 70px;
}

.pads {
  padding: 85px 0 95px 0;
}

.pad-in {
  padding: 90px 0 200px 0;
}

.pb-in {
  padding-bottom: 220px;
}

@media(max-width: 991px) {
  .pb {
    padding-bottom: 70px;
  }
  .pad, .pads {
    padding: 60px 0 70px 0;
  }
  .pad-in {
    padding: 60px 0 170px 0;
  }
  .pb-in {
    padding-bottom: 170px;
  }
  .pt70 {
    padding-top: 45px;
  }
}

.text-left {
  width: 100%;
  flex: 1 1;
  padding-right: 40px;
}

@media(max-width: 991px) {
  .text-left {
    flex: none;
    padding-right: 0;
    padding-bottom: 30px;
  }
  .text-btn .btn-block {
    width: 100%;
  }
}

.pb0 {
  padding-bottom: 0;
}

.flower-bot {
  max-width: none;
  position: absolute;
  right: -100px;
  bottom: -260px;
}

@media(max-width: 767px) {
  .flower-bot {
    bottom: -70px;
    opacity: 0.45;
  }
}

.flower-right, .flower-left {
  position: absolute;
  bottom: 0;
  right: -40px;
}

.flower-right {
  right: -40px;
}

.flower-left {
  left: -40px;
}

@media(max-width: 991px) {
  .media-dnone {
    display: none;
  }
}

.w2 {
  width: 50%;
}

.w3 {
  width: 33.333%;
}

.w4 {
  width: 25%;
}

@media(max-width: 1260px) {
  .w4, .w3 {
      width: 50%;
  }
}

@media(max-width: 991px) {
  .w2 {
    width: 100%;
  }
  .media-tw0 .w2 {
    width: 50%;
  }
  form .w3 {
    width: 100%;
  }
}

@media(max-width: 767px) {
  .w4 {
      width: 100%;
      padding: 0;
  }
  .media-tw0 .w2, .w3 {
    width: 100%;
  }
}

.pb20 {
  padding-bottom: 20px;
}

.pt-items {
  padding-top: 40px;
}

.pt-items2 {
  padding-top: 60px;
}

.page-content {
  width: 100%;
  background-color: #fff;
  box-shadow: 0 0 15px rgba(0,0,0,0.1);
  padding: 50px;
}

@media(max-width: 991px) {
  .page-content {
    padding: 35px 15px;
  }
  .pt-items2 {
    padding-top: 35px;
  }
}

@media(max-width: 767px) {
  .page-content {
    padding-left: 15px;
    padding-right: 15px;
  }
}

/*cart*/
.wp-block-woocommerce-cart th, .wp-block-woocommerce-cart p, .wp-block-woocommerce-cart span,
.wp-block-woocommerce-cart td a {
  font-size: 17px !important;
}

.wp-block-woocommerce-cart li {
  padding-left: 0;
}

.wp-block-woocommerce-cart li:before {
  display: none;
}

.wc-block-components-panel__content input {
  height: 55px !important;
  max-height: none !important;
}

.wc-block-components-panel__content button {
  color: #fff;
  min-width: auto !important;
  color: #fff;
  cursor: pointer;
  height: 55px !important;
  transition: .3s;
}


.wc-block-components-panel__content button:hover {
  color: #fff;
  background-color: #0064c7;
  transition: .3s;
}

.wc-block-cart, .wc-block-cart-items, .wc-block-components-sidebar, .wc-block-cart__submit {
  margin-bottom: 0 !important;
}

.wc-block-cart-item__remove-link {
  font-size: 14px !important;
  color: #0a9886 !important;
  padding-top: 10px;
  transition: .3s;
}

.wc-block-cart-item__remove-link:hover {
  color: #000 !important;
  transition: .3s;
}

.page-content .is-large.wc-block-cart .wc-block-cart__totals-title, .wc-block-cart-items__header-total, .wc-block-cart-items__header-image {
  padding-bottom: 20px !important;
}

.page-content .wc-block-cart .wc-block-cart__submit-container {
  background-color: #fff;
  padding: 0 !important;
}

@media(max-width: 1260px) {
  .page-content .wc-block-components-sidebar-layout .wc-block-components-main {
    width: 100%;
    padding-right: 0;
  }
  .page-content .wc-block-components-sidebar {
    width: 100%;
    max-width: 500px;
    padding-left: 0;
    padding-top: 30px;
  }
}

.wp-block-product-new, .wp-block-woocommerce-empty-cart-block h2, .wp-block-woocommerce-empty-cart-block .wp-block-separator {
  display: none !important;
}

.wp-block-woocommerce-empty-cart-block h2.wc-block-cart__empty-cart__title {
  font-size: 20px;
  display: block !important;
}

.wc-block-cart-item__product button, .wc-block-cart-item__product button:focus {
  outline: none !important;
  border: 0 !important;
}

.wc-block-cart-item__quantity {
  margin-top: 20px !important;
}

@media(max-width: 767px) {
  .page-content .wc-block-cart-items__row {
     display: flex !important;
     flex-wrap: wrap;
     text-align: center;
  }
  .page-content .wc-block-cart-item__image {
     margin: 0 auto !important;
  }
  .page-content .wc-block-cart-item__product {
    width: 100%;
    padding-top: 20px;
  }
  .wc-block-cart-item__quantity {
    padding-right: 0 !important;
  }
  .page-content .wc-block-components-quantity-selector {
    margin: 20px auto;
  }
  .wc-block-cart-item__total {
    width: 100%;
    justify-content: center;
    display: flex !important;
    padding-top: 25px !important;
  }
  .page-content .wc-block-components-product-name {
    margin: 0 auto;
    padding: 20px 0;
    margin-bottom: 0 !important;
  }
}

.single-content h3, .title-gradient {
  color: #0f8bf4;
  --bg-size: 400%;
  --color-one: #49d3c8;
  /*--color-two: #0f8bf4;*/
  --color-two: #1e7bb8;
  /*background: linear-gradient(to right, #0f8bf4 10%, #49d3c8 75%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;*/
  background: linear-gradient(
                90deg,
                var(--color-one),
                var(--color-two),
                var(--color-one)
              ) 0 0 / var(--bg-size) 100%;
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  animation: move-bg 8s infinite linear;
}

@media (prefers-reduced-motion: no-preference) {
  .single-content h3:first-child, .title-gradient {
    animation: move-bg 8s linear infinite;
  }
  @keyframes move-bg {
    to {
      background-position: var(--bg-size) 0;
    }
  }
}

/*pagination*/
.pagination svg {
    width: 9px;
    position: relative;
    top: 1.5px;
    margin-left: 5px;
    fill: #1b80b8;
    transition: .2s;
}

.nav-links .page-numbers:hover svg {
    fill: #fff;
    transition: .2s;
}

.nav-links .page-numbers {
    font-family: 'Helveticaneuecyr-Medium';
    font-size: 20px;
    border: 2px solid #1b80b8;
    color: #1b80b8;
    padding: 12px 18px;
    margin-right: 10px;
    text-transform: capitalize;
    transition: .2s;
}

.nav-links {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 10px;
    padding-top: 40px;
}

.nav-links .page-numbers:hover {
    color: #fff;
    background-color: #1b80b8;
    transition: .2s;
}

.quantity {
  max-width: 170px;
}

.product-btns .btn, .hsmall {
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 0;
  padding-bottom: 0;
}

.product-btns .btn-block {
  margin-left: 15px;
}

.page-content .wc-block-components-totals-item__description {
  padding-top: 10px;
}

.mycred-woo-fields-wrapper.wrapper-disabled {
  display: none !important;
}

.p-FieldLabel {
  margin-bottom: 10px !important;
}

fieldset {
  border-color: #1e7bb8;
}

.blue1 {
  background: #ecf7fe !important;
}

.blue2::before {
   border-bottom-color: #ceebfd !important;
}

.blue2 {
  background: #ceebfd !important;
}

.lgreen {
  background: rgba(60,197,180,0.2) !important;
}

.green-block-text {
  background-color: #00b4ae;
  border-radius: 50px;
  padding: 25px 20px;
  margin-top: 30px;
  text-align: center;
}

.green-block-text h4 {
  line-height: 1.1;
}

@media(max-width: 991px) {
  .green-block-text {
    border-radius: 15px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.item-circle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 91px;
  height: 91px;
  border-radius: 50%;
  border: 2px solid #fff;
  margin: 0 auto;
  margin-bottom: 40px;
}

.item-circle p, .item2 .item-circle p {
  position: relative;
  z-index: 2500;
  font-size: 35px;
  line-height: 0.9;
  color: #fff;
  margin-top: 0;
}

@media (max-width: 767px) {
  .item-circle p {
      font-size: 30px;
  }
}

/*definition blocks*/
.definition-block {
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0,0,0,0.12);
  padding: 45px;
  margin-top: 30px;
}

@media(max-width: 1260px) {
  .definition-block {
    padding: 40px 30px;
  }
}

@media(max-width: 767px) {
  .definition-block {
    padding: 30px 15px;
  }
}

.definition-block:first-child {
  margin-top: 0;
}

.definition-desc, .definition-title h4 {
  width: 100%;
  flex: 1 1;
}

.definition-title h4 {
  text-align: left;
  padding-left: 32px;
  margin-top: 0;
}

@media(max-width: 1260px) {
  .definition-title h4 {
    padding-left: 27px;
  }
}

@media(max-width: 767px) {
  .definition-title h4 {
    width: 100%;
    flex: none;
    padding-left: 0;
    text-align: center;
    padding-top: 20px;
  }
}

.definition-desc {
  border-left: 1px solid rgba(0,0,0,0.3);
  padding-left: 40px;
}

@media(max-width: 1260px) {
  .definition-desc {
    padding-left: 30px;
  }
}

@media(max-width: 991px) {
  .definition-desc {
    width: 100%;
    border-left: 0;
    padding-left: 0;
    padding-top: 20px;
  }
}

@media(max-width: 767px) {
  .definition-desc {
    padding-top: 15px;
  }
}

.definition-title {
  width: 410px;
}

@media(max-width: 1260px) {
  .definition-title {
    width: 390px;
  }
}

@media(max-width: 991px) {
  .definition-title {
    width: 100%;
  }
}

.definition-icon {
  width: 80px;
}

.definition-icon img {
  margin: 0 auto;
}

@media(max-width: 1260px) {
  .definition-icon {
    width: 70px;
  }
}

@media(max-width: 767px) {
  .definition-icon {
    margin: 0 auto;
  }
}
.header-top .logo { flex: 1; max-width: 700px; }
.header-top .logo img { height: auto !important; width: 100% !important; max-width: 680px !important; }
