@charset "UTF-8";
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(./fonts/Roboto/KFOlCnqEu92Fr1MmSU5fBBc4.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(./fonts/Roboto/KFOmCnqEu92Fr1Mu4mxK.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(./fonts/Roboto/KFOlCnqEu92Fr1MmEU9fBBc4.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(./fonts/Roboto/KFOlCnqEu92Fr1MmWUlfBBc4.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(./fonts/Roboto/KFOlCnqEu92Fr1MmYUtfBBc4.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes gradient2 {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
#hello-bar.hello {
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(90deg, #39B5F3 0%, #41D4EE 31.64%, #44EBD9 68.97%, #4AE6B0 100%);
  background-size: 400% 400%;
  font-size: 17px;
  font-weight: 700;
  line-height: 24px;
  padding: 13px 10px;
  text-decoration: none;
}

#hello-bar.hello {
  background: linear-gradient(90deg, #39B5F3 0%, #41D4EE 31.64%, #44EBD9 68.97%, #4AE6B0 100%);
  text-decoration: underline;
  color: #1A1E25;
  animation: gradient2 8s ease infinite;
  background-size: 400% 400%;
}

#hello-bar.hello:before {
  content: "HOT";
  color: #fff;
  background: #1A1E25;
  border-radius: 100px;
  padding: 4px 10px;
  margin-right: 15px;
  text-align: center;
}

#hello-bar.hello:after {
  content: url(./img/main/arrow-b.svg);
  margin-left: 12px;
  margin-top: 3px;
}

#hello-bar.hello:before {
  content: "HOT";
  color: #fff;
  background: #1A1E25;
  border-radius: 100px;
  padding: 4px 10px;
  margin-right: 15px;
  text-align: center;
}

.independence {
  background: #FFF;
  padding: 100px 0;
}
.independence-head {
  font-size: 15px;
  line-height: 1.35;
  color: #464646;
  text-align: center;
  max-width: 915px;
  margin: 0 auto 35px;
}
.independence-head h2 {
  font-weight: normal;
  color: #464646;
  font-size: 44px;
  line-height: 1.35;
  text-align: center;
  margin: 0 auto 60px;
}
.independence-head p {
  margin: 0 auto 80px auto;
  font-size: 22px;
}
.independence-items {
  max-width: 100%;
  margin: 0 auto;
}
.independence-items:not(.owl-carousel) {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.independence-item {
  text-align: center;
  padding: 0;
}
.independence-item > picture {
  display: inline-block;
  margin: 0 auto 15px;
}
.independence-item-content {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
  gap: 15px;
  color: #464646;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.1;
}
.independence-item-base {
  margin: 15px auto 0;
  color: #464646;
  font-size: 17px;
  line-height: 1.35;
}
.independence-item-rate {
  position: relative;
  top: 3px;
}
.independence .owl-carousel {
  display: flex;
  flex-direction: column;
}
.independence .owl-carousel .owl-item {
  display: flex;
  justify-content: center;
}
.independence .owl-carousel .owl-prev,
.independence .owl-carousel .owl-next {
  position: absolute;
  top: calc(50% - 40px);
}
.independence .owl-carousel .owl-prev {
  left: -15px;
}
.independence .owl-carousel .owl-next {
  right: -15px;
}
.independence .owl-carousel .owl-dot {
  width: 20px;
  height: 5px;
  border-radius: 5px;
  background: rgba(25, 113, 194, 0.2);
  transition: 0.2s;
}
.independence .owl-carousel .owl-dot.active {
  width: 50px;
  height: 5px;
  border-radius: 5px;
  background: #1971C2;
}
@media (max-width: 991px) {
  .independence {
    padding: 60px 0;
  }
  .independence-head {
    max-width: 535px;
  }
  .independence-head h2 {
    font-size: 26px;
    margin-bottom: 20px;
  }
  .independence-items {
    max-width: 535px;
  }
}

.grecaptcha-badge {
  visibility: hidden;
}

#sale-banners a {
  background: #007AEA;
  display: block;
  text-decoration: none;
  text-align: center;
}

#sale-banners a:hover {
  text-decoration: none;
}

.header-block-img.established {
  height: 47px;
  text-align: center;
  font-weight: normal;
  font-size: 17px;
  line-height: 44px;
  position: relative;
  display: inline-block;
  color: #fff;
}

.header-block-img.established span {
  font-weight: bold;
  /*border-bottom: 1px solid #202020;*/
  border-bottom: 1px solid #fff;
}

.header-block-img.established .discount {
  color: #002586;
  font-weight: 900;
  text-decoration: none;
  border: none;
}

.header-block-img.established:before {
  content: "NEW";
  background-image: url(img/main/flag.svg);
  width: 54px;
  height: 23px;
  position: absolute;
  top: 11px;
  left: -62px;
  font-weight: bold;
  font-size: 15px;
  line-height: 24px;
  color: #fff;
}

.header-block-img.established:after {
  content: url(img/main/arrow-w-b.svg);
  position: absolute;
  top: 1px;
  right: -16px;
  transition: 0.4s;
  line-height: 48px;
}

.header-block-img.established:hover:after {
  right: -19px;
}

.header-block-img.established.mobile {
  display: none;
}

iframe {
  border: none;
}

.header-brand {
  background: #fff;
  padding: 17px 0;
}

.contact-form-terms {
  font-size: 11px;
  line-height: 18px;
  display: flex;
  gap: 10px;
  align-items: flex-start;
  color: #4b5159;
  font-weight: 400;
  margin: 30px auto 0 auto;
  justify-content: center;
}

/*************************** NEW MENU ***************************/
#main-menu {
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  z-index: 100;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid #dadada;
  background: #fff;
  height: 72px;
}

#main-menu .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

#main-menu ul,
#main-menu li {
  padding: 0;
  margin: 0;
  list-style: none;
}

#menu-main {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

#menu-main a {
  padding: 21px 20px;
  font-size: 17px;
  line-height: 29px;
  font-weight: 500;
  text-decoration: none;
  display: block;
  color: #464646;
  cursor: pointer;
}

#menu-main .account a {
  padding: 5px 20px;
  border-radius: 3px;
  border: 2px solid #464646;
  margin-right: 20px;
}

#menu-main a:hover,
#menu-main .current-menu-item > a,
#menu-main .current-menu-parent > a {
  color: #f57f17;
}

#menu-main .menu-item.account.mobile {
  display: none;
}

@media (max-width: 991px) {
  #menu-main .menu-item.account.desktop {
    display: none;
  }
  #menu-main .menu-item.account.mobile {
    display: initial;
    text-align: center;
  }
  #menu-main .menu-item.account.mobile a {
    margin: 10px 0;
    border: none;
  }
}
#menu-main .menu-item.account a:before {
  content: url(img/main/account2.svg);
  margin-right: 6px;
  position: relative;
  top: 2px;
}

#menu-main > li {
  position: relative;
}

#menu-main .sub-menu {
  display: none;
  position: absolute;
  top: 71px;
  left: 0;
  margin: 0;
  height: auto;
  width: 338px;
  background-color: #fff;
  border-radius: 5px 5px 0 0;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
  border-bottom: 2px solid #f57f17;
  z-index: 100;
  padding: 20px 0 20px 0;
}

#menu-main .attention {
  border-radius: 10px 10px 0px 0px;
  border-bottom: 1px dashed #E3E3E3;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

#menu-main .attention a {
  color: #3D3D3D;
  font-weight: 700 !important;
}

#menu-main .attention a:hover {
  background: #F1EEEE !important;
  color: #3D3D3D;
}

.sub-menu-title {
  color: #969594;
  font-weight: 700;
  line-height: normal;
  font-size: 14px;
  padding: 0px 25px 10px 25px;
}

.sub-menu-subtitle {
  color: #969594;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  margin-top: 6px;
  margin-bottom: 10px;
}

.sub-menu-tip {
  color: #FFF;
  font-size: 12px;
  font-weight: 700;
  line-height: normal;
  border-radius: 2px;
  background: #28B0FD;
  padding: 2px 5px;
  text-transform: uppercase;
  margin-left: 7px;
}

.sub-menu-tip-orange {
  color: #FFF;
  font-size: 12px;
  font-weight: 700;
  line-height: normal;
  border-radius: 2px;
  background: #FD7428;
  padding: 2px 5px;
  text-transform: uppercase;
  margin-left: 7px;
}

@media (max-width: 320px) {
  .sub-menu-tip {
    margin-left: 0px;
    display: block;
    max-width: 102px;
    margin-top: 5px;
  }
  .sub-menu-tip-orange {
    margin-left: 0px;
    display: block;
    max-width: 67px;
    margin-top: 5px;
  }
}
#menu-main .menu-item-has-children:hover .sub-menu {
  display: block;
}

#menu-main .sub-menu a {
  padding: 7px 25px 7px 25px;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

#menu-main .sub-menu a:hover {
  background-color: #f7f7f7;
}

#menu-main .menu-item-has-children > a:after {
  content: "";
  background: url(img/main/arrow-b.svg) no-repeat center center;
  background-size: contain;
  width: 7px;
  height: 12px;
  position: absolute;
  top: 30px;
  right: 4px;
  font-size: 16px;
  transition: all 0.2s linear 0s;
  transform: rotate(90deg);
}

#menu-main .menu-item-has-children:hover > a:after {
  transform: rotate(-90deg);
}

#menu-main .menu-btn {
  height: 71px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#menu-main .menu-btn > a {
  color: #fff;
  background-color: #f57f17;
  text-transform: uppercase;
  border-radius: 3px;
  padding: 7px 17px;
  font-size: 14px;
  position: relative;
}

#menu-main .menu-btn .sub-menu {
  right: 0;
  left: auto;
  width: 345px;
  padding: 0;
}

#menu-main .menu-btn .sub-menu span {
  font-weight: 300;
  font-size: 14px;
  display: block;
}

#menu-main .menu-btn .sub-menu a {
  padding: 17px 0 18px 25px;
}

#menu-main .menu-btn .sub-menu li:first-child a {
  padding: 37px 0 18px 25px;
  position: relative;
}

#menu-main .menu-btn .sub-menu li:first-child a:after {
  content: "Highly recommended";
  position: absolute;
  top: 12px;
  left: 25px;
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  padding: 4px 10px;
  text-transform: uppercase;
  color: #FFFFFF;
  background: #F57F17;
  border-radius: 3px;
}

#mobile-menu-btn {
  display: none;
}

#main-menu .phone-wrapper {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-left: 20px;
}

#main-menu .phone-wrapper.all-pages {
  display: none;
}

#main-menu .phone-wrapper .phone {
  color: #fff;
  background: #2FA751;
  border-radius: 5px;
  padding: 9px 15px;
  font-weight: bold;
  font-size: 18px;
  line-height: 32px;
}

#main-menu .phone-wrapper .phone img {
  margin-right: 5px;
  margin-top: -3px;
}

#main-menu .phone-wrapper .title {
  margin-right: 10px;
  font-size: 17px;
  line-height: 19px;
  text-align: right;
}

#main-menu .phone-wrapper .title span {
  display: block;
  font-size: 18px;
  font-weight: bold;
}

#main-menu.with-phone #menu-main .menu-btn {
  display: none;
}

#main-menu .phone-wrapper .m-text {
  display: none;
}

#phone-icon-head {
  border-radius: 5px;
  width: 42px;
  height: 42px;
  background: #2FA751 url(img/main/phone-w.svg) no-repeat center;
  display: block;
  margin-left: 13px;
}

#phone-icon-side {
  border-radius: 30px;
  width: 60px;
  height: 60px;
  background: #2FA751 url(img/main/phone-solid.svg) no-repeat 15px center;
  position: fixed;
  z-index: 100;
  right: 20px;
  bottom: 100px;
  transition: 0.4s all;
  overflow: hidden;
  cursor: pointer;
}

#phone-icon-side.open {
  width: 225px;
}

#phone-icon-side a {
  color: #fff;
  margin-left: 61px;
  display: flex;
  height: 60px;
  align-items: center;
  width: 155px;
}

@media (max-width: 1200px) {
  #main-menu .container {
    width: 100%;
  }
}
@media (max-width: 1100px) {
  #main-menu .phone-wrapper .phone {
    padding: 4px 15px;
  }
}
@media (min-width: 992px) {
  #main-menu #menu-nav {
    display: flex;
    align-items: center;
  }
}
@media (max-width: 991px) {
  #main-menu .phone-wrapper {
    justify-content: center;
    background: #2FA751;
    width: 290px;
    margin: auto;
    border-radius: 5px;
  }
  #main-menu .phone-wrapper.all-pages {
    display: flex;
  }
  #phone-icon-head {
    display: none;
  }
}
@media (max-width: 1100px) {
  #main-menu .phone-wrapper .title {
    display: none;
  }
  #main-menu .phone-wrapper .m-text {
    display: block;
    font-weight: normal;
    font-size: 13px;
    line-height: 19px;
    text-align: center;
    margin-bottom: -2px;
    margin-top: 1px;
  }
}
/*************************** NEW MENU END ***************************/
* {
  outline: none;
}

.success-stories .owl-carousel .owl-dots .owl-dot span,
.testimonials .owl-carousel .owl-dots .owl-dot span {
  -webkit-backface-visibility: visible;
  transition: opacity 0.2s ease;
  border-radius: 30px;
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  display: block;
}

/*.owl-carousel {*/
/*	display: none;*/
/*}*/
body,
html {
  height: 100%;
  width: 100%;
}

body {
  font-family: "Roboto", sans, sans-serif;
  color: #464646;
  font-size: 17px;
  line-height: 1.4;
  padding: 0 !important;
}

.display-block {
  display: block;
}

.row-margin {
  margin-left: -10px;
  margin-right: -10px;
}

.row-margin > * {
  padding-left: 10px;
  padding-right: 10px;
}

.footer {
  background-color: #f5f5f5;
}

.cell {
  display: block;
}

b, strong {
  font-weight: normal;
  font-family: Roboto;
  font-weight: 700;
}

.form-control.error {
  border-color: #a94442;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.form-control.error + label {
  font-size: 12px;
  font-weight: 400;
  margin-left: 5px;
}

.mailings-agreement-center {
  font-size: 12px;
  line-height: 18px;
  font-weight: 300;
  color: #969594;
  padding-bottom: 5px;
  padding-top: 13px;
  text-align: center;
  padding-right: 4px;
}

.m-light {
  color: #b1b1b1;
}

.mailings-agreement-left {
  font-size: 12px;
  line-height: 18px;
  font-weight: 300;
  color: #b1b1b1;
  padding-bottom: 5px;
  padding-top: 5px;
  text-align: left;
}

ul li {
  font-size: 17px;
  list-style: square;
}

p {
  margin: 0 0 15px;
  font: 17px/26px Roboto;
  font-weight: 300;
}

.h1, .h2, .h3, .h4, .h5 {
  line-height: 1.4;
  color: #464646;
  font-family: Roboto;
  font-weight: 500;
}

h1,
h2,
h3,
h4,
h5 {
  margin: 0;
  line-height: 1.4;
}

h1, h2 {
  color: #464646;
}

h1, .h1 {
  font-size: 34px;
  line-height: 48px;
  font-family: Roboto;
  font-weight: 700;
  margin: 0 0 20px;
  text-transform: capitalize;
}

h2, .h2 {
  font-size: 30px;
  line-height: 1.4;
  font-family: Roboto;
  font-weight: 500;
  margin: 0 0 20px;
}

h3, .h3 {
  font-size: 22px;
  line-height: 30px;
  font-family: Roboto;
  font-weight: 500;
  margin: 0 0 18px;
}

h4, .h4 {
  font: 17px/29px Roboto;
}

h5, .h5 {
  font: 17px/29px Roboto;
}

h6, .h6 {
  font: 17px/29px Roboto;
}

input, button, select, textarea {
  font-size: 14px;
}

.hr {
  margin: 0 0 20px;
}

.hr span {
  width: 55px;
  display: block;
  height: 2px;
  margin: 0 auto;
  background: #ff8100;
}

.hr-left span {
  width: 35px;
  margin: 0;
}

.text-bold {
  font-weight: 700;
}

.aligncenter,
.alignleft,
.alignright {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.row-eq-height {
  display: flex;
}

.bg-dark {
  background-color: #464646;
}

.bg-gray {
  background-color: #6e6e6e;
}

.bg-light {
  background-color: #f1f3f4;
}

.bg-orange {
  background-color: #c85213;
}

.color-dark {
  color: #3d3d3d;
}

.color-dark-blue {
  color: #32405f;
}

.color-light-gray {
  color: #c8c8c8;
}

.color-dark-gray {
  color: #464646;
}

.color-light,
.color-light a {
  color: #fff;
}

.color-light a:active,
.color-light a:focus,
.color-light a:hover {
  color: #db7e28;
  text-decoration: none;
}

.color-light-blue {
  color: #3b4c70;
}

.color-orange {
  color: #f57f17 !important;
}

.color-dark-orange {
  color: #E66100;
}

.color-light-orange {
  color: #db7e28;
}

.btn,
.main-header .btn b {
  border-radius: 3px;
  -webkit-border-radius: 3px;
  font-weight: 500;
  font-size: 10px;
}

.btn:focus, .btn:active:focus, .btn.focus, .btn:active.focus {
  outline: none;
}

.btn-large {
  padding: 0 10px;
  margin-left: 5px;
  margin-right: 5px;
  line-height: 32px;
}

.btn-large:active,
.btn-large:focus,
.btn-large:hover {
  outline: none;
}

.btn-big.btn {
  padding: 25px 15px;
  font-weight: 900;
  font-size: 24px;
  line-height: 28px;
  background-color: #FF6F00;
  color: #fff;
  height: 80px;
  width: 395px;
  margin: 0;
}

.btn-big:active,
.btn-big:focus,
.btn-big:hover {
  outline: none;
  background-color: #e06404;
  color: #fff;
}

.btn-link {
  color: #ff8100;
}

.btn-white {
  background: 0 0;
  border: 1px solid #fff;
  color: #fff;
  font-weight: 400;
}

.btn-white:active,
.btn-white:focus,
.btn-white:hover {
  background: #fff;
  border: 1px solid #fff;
  color: #111;
}

.btn-orange {
  background: 0 0;
  border-color: #f57f17;
  color: #f57f17;
}

.btn-orange:active,
.btn-orange:focus,
.btn-orange:hover {
  background: #E66100;
  border-color: #E66100;
  color: #fff;
}

.btn-blue {
  background: 0 0;
  border-color: #ff8100;
  color: #ff8100;
  font-family: Roboto;
  font-weight: 700;
}

.btn-blue:active,
.btn-blue:focus,
.btn-blue:hover,
.btn-blue.hover {
  background: #ff8100; /*#31405f;*/
  border-color: #ff8100; /*#3b4c70;*/
  color: #fff;
}

.btn-hollow.btn {
  background: 0 0;
  border-color: #FF6F00;
  color: #FF6F00;
  padding: 25px 15px;
  font-weight: 900;
  font-size: 24px;
  line-height: 28px;
  height: 80px;
  width: 395px;
  margin: 0;
}

.btn-hollow:active,
.btn-hollow:focus,
.btn-hollow:hover,
.btn-hollow.hover {
  background: #FF6F00;
  border-color: #FF6F00;
  color: #fff;
}

.btn-large-orange {
  background: #f57f17;
  color: #fff;
}

.btn-large-orange:active,
.btn-large-orange:focus,
.btn-large-orange:hover {
  background: #E66100;
  color: #fff;
}

.btn-large-blue {
  background: #ff8100;
  color: #fff;
  font-weight: 400;
}

.btn-large-blue:active,
.btn-large-blue:focus,
.btn-large-blue:hover {
  background: #3b4c70;
  color: #fff;
}

.cont-guide p a,
.star-bg .features-star,
.star-bg .features-star a {
  text-decoration: underline;
}

.navbar-brand img {
  display: inline-block;
  height: 28px;
}

.navbar-toggle .icon-bar {
  background-color: #000;
}

.navbar-nav > li:last-child {
  display: block;
}

.navbar-nav.navbar-right > li {
  font-weight: 600;
}

.navbar-nav.navbar-right > li:last-child {
  display: none;
}

.tooltip {
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transition: opacity 0.15s;
  -webkit-transition: opacity 0.15s;
  z-index: 1001;
  display: block;
  word-wrap: break-word;
  opacity: 0;
}

.tooltip.in {
  opacity: 1;
}

.tooltip-inner {
  border-radius: 2px;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

[rel=tooltip] {
  position: relative;
}

[rel=tooltip] .tooltip {
  display: none;
}

[rel=tooltip]:hover .tooltip {
  opacity: 1;
  display: block;
}

.features-guide .line-guide {
  height: 1px;
  background: #bdbdbd;
  margin-bottom: 45px;
}

.features-guide {
  background: url(img/main/fon-guide.jpg) center center no-repeat;
  background-size: cover;
}

.cont-guide .coupon-blok .btn {
  margin-left: 20px;
}

.cont-guide .coupon-blok .coupon {
  border: 1px solid #ccc;
  padding: 10px;
  color: #425875;
  font-weight: bolder;
  background: #fff;
}

.cont-guide {
  padding-bottom: 45px;
}

.cont-guide p {
  font-size: 17px;
  line-height: 35px;
}

.star-bg .features-star::before {
  content: "\f005";
  font-family: FontAwesome;
  font-size: 17px;
  color: #f57f17;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}

.star-bg .star-bottom {
  font-size: 17px;
  padding-bottom: 30px;
}

.star-bg .star-zagl {
  font-size: 18px;
  font-weight: bolder;
  margin-bottom: 30px;
}

.star-bg {
  background: #3e3e3e;
  color: #fff;
}

.star-bg .features-star a {
  color: #fff;
}

.star-bg .features-star {
  position: relative;
  font-size: 17px;
  font-weight: 400;
  line-height: 30px;
  padding-left: 30px;
  margin-bottom: 35px;
}

.description-extra span {
  font-size: 22px;
  font-family: Roboto;
  font-weight: 500;
}

.bg-single-img {
  padding-top: 50px;
  padding-bottom: 50px;
  background: #e8e8e8;
}

.buy-extra .item .select-cost {
  margin-bottom: 8px;
}

.buy-extra .item input[type=email] {
  margin-left: 10px;
  height: 30px;
  padding: 4px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.see-all-packages {
  display: inline-block;
  padding-left: 20px;
  vertical-align: top;
  padding-top: 14px;
}

.see-all-packages a {
  color: #464646;
  font-size: 16px;
  text-decoration: underline;
}

.see-all-packages a:hover {
  text-decoration: none;
}

.buy-extra .item .price {
  color: #f57f17;
  font-weight: bolder;
}

.buy-extra .item label {
  font-weight: 400;
  color: #9a9a9a;
}

.mobile-h1 {
  font-size: 24px;
  font-weight: bolder;
  margin-bottom: 15px;
}

.testimonials.testimonials-default a {
  margin-top: 20px;
}

.ultimate-col {
  position: relative;
}

.ultimate-col:before {
  content: "Most Popular";
  position: absolute;
  color: white;
  background-color: #46AB88;
  width: 100%;
  height: 35px;
  font-size: 16px;
  top: -36px;
  left: 0;
  text-transform: capitalize;
  font-weight: 400;
  line-height: 33px;
  border-radius: 3px 3px 0 0;
}

.table.new .ultimate-col:before {
  content: "Best Value";
  position: absolute;
  color: white;
  background-color: #46AB88;
  width: 100%;
  height: 35px;
  font-size: 16px;
  top: -36px;
  left: 0;
  text-transform: capitalize;
  font-weight: 400;
  line-height: 33px;
  border-radius: 3px 3px 0 0;
}

.powerful {
  background: url(img/main/subplugin.png) center center no-repeat #F7F7F7;
  background-size: cover;
  font-size: 17px;
  line-height: 36px;
}

.powerful-new {
  background-size: cover;
  font-size: 17px;
  line-height: 36px;
}

.powerful.thankyousubscription-block {
  background: none;
}

.powerful h1,
.powerful-new h1,
.woo-thankyou h1 {
  margin: 0 0 20px;
}

.powerful-thankyou {
  overflow: hidden;
  background: #f1f3f4;
}

.aspect-ratio-test {
  aspect-ratio: 16/9;
}

.top-fig-min-h {
  min-height: 147px;
}

.powerful-thankyou .row > * {
  margin-top: 0;
}

.powerful-thankyou .text-small,
.woo-thankyou .text-small {
  font-size: 12px;
}

.powerful-thankyou p span,
.woo-thankyou p span {
  display: block;
  margin-bottom: 5px;
}

.powerful-thankyou .input-group,
.woo-thankyou .input-group {
  max-width: 550px;
}

.powerful-thankyou .form-control,
.powerful-thankyou .input-group-addon,
.woo-thankyou .form-control,
.woo-thankyou .input-group-addon {
  border: 1px solid #253e5e;
  border-radius: 0;
  font-size: 12px;
}

.powerful-thankyou .input-group-addon,
.woo-thankyou .input-group-addon {
  color: #fff;
  background: #253e5e;
}

.powerful-thankyou .form-control,
.woo-thankyou .form-control {
  border-left: none;
  height: 40px;
  box-shadow: none;
}

.display-flex {
  display: flex;
}

.slider-left-arrow {
  z-index: 2;
  background: url("img/pages/home/left-arrow.svg");
}

.slider-right-arrow {
  z-index: 2;
  background: url("img/pages/home/right-arrow.svg");
}

.arrow-right-70 {
  right: 70px;
}

.powerful-thankyou .form-control:focus,
.woo-thankyou .form-control:focus {
  box-shadow: none;
}

.main-featured .featured-on {
  color: #464646;
  font-weight: normal;
  font-size: 14px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-right: 0px;
}

.main-header-blog {
  padding: 20px 0;
  background: #F7F7F7;
}

.container {
  padding: 0 15px;
}

.main-header .margin-top {
  margin-top: 15px;
}

.main-header .h2 {
  font: 26px/34px Roboto;
  font-weight: 700;
  margin: 0;
}

.main-header h3 {
  margin: 0 0 17px;
  font-family: Roboto;
  font-weight: normal;
}

.main-header ul {
  padding-left: 30px;
  font-size: 11px;
  font-weight: 400;
  margin-bottom: 20px;
  list-style-type: square;
}

.main-header ul li {
  margin-bottom: 12px;
}

.twitter-link {
  padding: 5px;
}

.nav-circles-wrapper-style {
  display: flex;
  justify-content: center;
  margin-top: 30px;
  margin-bottom: 30px;
}

#video-reviews .nav-circles-wrapper-style, #real .nav-circles-wrapper-style {
  display: none;
}
@media (max-width: 961px) {
  #video-reviews .nav-circles-wrapper-style, #real .nav-circles-wrapper-style {
    display: flex;
  }
}

.arrow-wrapper-style {
  display: flex;
  justify-content: center;
  flex-direction: column-reverse;
}

.arrow-style {
  width: 50px;
  height: 50px;
  margin: 10px;
}

.main-header .btn-video {
  margin: 0 0 15px;
  display: inline-block;
  color: #3e3e3e;
  padding: 6px 0;
  font-weight: 700;
}

.main-header .btn-video:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px;
  background: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTkuMS4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDQ4MSA0ODEiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDQ4MSA0ODE7IiB4bWw6c3BhY2U9InByZXNlcnZlIiB3aWR0aD0iMzJweCIgaGVpZ2h0PSIzMnB4Ij4KPGc+Cgk8Zz4KCQk8cGF0aCBkPSJNNDEwLjYsNzAuNEMzNjUuMSwyNSwzMDQuNywwLDI0MC41LDBTMTE1LjksMjUsNzAuNCw3MC40QzI1LDExNS45LDAsMTc2LjMsMCwyNDAuNXMyNSwxMjQuNiw3MC40LDE3MC4xICAgIEMxMTUuOCw0NTYsMTc2LjIsNDgxLDI0MC41LDQ4MXMxMjQuNi0yNSwxNzAuMS03MC40QzQ1NiwzNjUuMiw0ODEsMzA0LjgsNDgxLDI0MC41UzQ1NiwxMTUuOSw0MTAuNiw3MC40eiBNMjQwLjUsNDU0ICAgIEMxMjIuOCw0NTQsMjcsMzU4LjIsMjcsMjQwLjVTMTIyLjgsMjcsMjQwLjUsMjdTNDU0LDEyMi44LDQ1NCwyNDAuNVMzNTguMiw0NTQsMjQwLjUsNDU0eiIgZmlsbD0iIzNlM2UzZSIvPgoJCTxwYXRoIGQ9Ik0zNDkuMiwyMjkuMWwtMTUyLjYtOTcuOWMtNC4yLTIuNy05LjQtMi45LTEzLjgtMC41Yy00LjMsMi40LTcsNi45LTcsMTEuOHYxOTUuN2MwLDQuOSwyLjcsOS41LDcsMTEuOCAgICBjMiwxLjEsNC4zLDEuNyw2LjUsMS43YzIuNSwwLDUuMS0wLjcsNy4zLTIuMWwxNTIuNi05Ny45YzMuOS0yLjUsNi4yLTYuOCw2LjItMTEuNFMzNTMsMjMxLjYsMzQ5LjIsMjI5LjF6IE0yMDIuOCwzMTMuN1YxNjcuMyAgICBsMTE0LjEsNzMuMkwyMDIuOCwzMTMuN3oiIGZpbGw9IiMzZTNlM2UiLz4KCTwvZz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8L3N2Zz4K) center center no-repeat;
  background-size: cover;
  width: 16px;
  height: 16px;
}

.stats {
  padding: 20px 0;
  border-bottom: 1px solid #bdbdbd;
  color: #171717;
  font-size: 10px;
  font-weight: 400;
  text-align: center;
}

.stats b {
  display: block;
}

.new-design span:after,
.stats b:after {
  margin: 7px auto;
  content: "";
  display: block;
}

.new-design span:after {
  width: 45px;
  height: 3px;
  background-color: #f57f17;
}

.stats b:after {
  width: 90px;
  height: 1px;
  background-color: #a6a6a6;
}

.new-design b:after {
  content: "";
  display: block;
  margin: 0;
  width: 0;
  height: 0;
  background-color: transparent;
}

.stats-dark {
  background-color: #3b3b3b;
  color: #fff;
}

.stats-dark.new-design {
  background-color: #474747;
  color: #fff;
}

.stats-dark b {
  color: #f57f17;
}

.stats-dark img {
  margin-top: 15px;
  height: 40px;
}

.feedbacks {
  background-color: #3b3b3b;
  color: #fff;
  padding: 20px 0;
}

.feedbacks h2 {
  text-align: center;
  font-size: 23px;
  line-height: 1.6;
  color: #fff;
  margin-bottom: 20px;
}

.feedbacks h2 b {
  display: block;
  color: #f57f17;
  font-weight: normal;
  font-family: Roboto;
  font-weight: 500;
}

.feedbacks .item {
  padding: 40px 25px 20px;
  margin: 10px;
  border-radius: 8px;
  min-height: 400px;
  background: #fff;
  color: #464646;
  box-shadow: 0px 3px 9px rgba(0, 0, 0, 0.15);
}

.feedbacks .item p {
  line-height: 30px;
  position: relative;
}

.feedbacks .item p::after, .feedbacks .item p::before {
  content: '"';
  display: inline-block;
  font-size: 25px;
  line-height: 1;
  vertical-align: middle;
}

.feedbacks .item .fa {
  color: #ff9f00;
  font-size: 18px;
  margin: 0 4px;
}

.feedbacks .item .country {
  color: #464646;
  font-size: 14px;
}

#feedback-carousel .carousel-control.left,
#feedback-carousel .carousel-control.right {
  width: 30px;
  height: 30px;
  line-height: 28px;
  background: center/contain no-repeat;
  top: 40%;
  color: inherit;
  text-shadow: none;
  text-align: center;
}

#feedback-carousel .carousel-control.left {
  left: -10px;
  background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjMycHgiIGhlaWdodD0iMzJweCIgdmlld0JveD0iMCAwIDQ0LjIzOCA0NC4yMzgiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDQ0LjIzOCA0NC4yMzg7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPGc+Cgk8Zz4KCQk8cGF0aCBkPSJNMjIuMTE5LDQ0LjIzN0M5LjkyMiw0NC4yMzcsMCwzNC4zMTUsMCwyMi4xMTlTOS45MjIsMC4wMDEsMjIuMTE5LDAuMDAxczIyLjExOSw5LjkyMiwyMi4xMTksMjIuMTE4ICAgIFMzNC4zMTQsNDQuMjM3LDIyLjExOSw0NC4yMzd6IE0yMi4xMTksMS41MDFDMTAuNzUsMS41MDEsMS41LDEwLjc1LDEuNSwyMi4xMTljMCwxMS4zNjgsOS4yNSwyMC42MTgsMjAuNjE5LDIwLjYxOCAgICBzMjAuNjE5LTkuMjUsMjAuNjE5LTIwLjYxOEM0Mi43MzgsMTAuNzUsMzMuNDg4LDEuNTAxLDIyLjExOSwxLjUwMXoiIGZpbGw9IiNiZmJmYmYiLz4KCQk8cGF0aCBkPSJNMjQuNjY3LDI5Ljg4NGMtMC4xOTIsMC0wLjM4NC0wLjA3Mi0wLjUzLTAuMjJsLTcuMzI4LTcuMzM0Yy0wLjI5Mi0wLjI5My0wLjI5Mi0wLjc2OCwwLTEuMDYxbDcuMzI4LTcuMzMzICAgIGMwLjI5My0wLjI5MywwLjc2OC0wLjI5MywxLjA2MSwwczAuMjkzLDAuNzY4LDAsMS4wNjFMMTguNCwyMS44bDYuNzk4LDYuODA1YzAuMjkyLDAuMjkzLDAuMjkyLDAuNzY5LDAsMS4wNjEgICAgQzI1LjA1MSwyOS44MTIsMjQuODU5LDI5Ljg4NCwyNC42NjcsMjkuODg0eiIgZmlsbD0iI2JmYmZiZiIvPgoJPC9nPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+Cjwvc3ZnPgo=);
}

#feedback-carousel .carousel-control.right {
  right: -10px;
  background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjMycHgiIGhlaWdodD0iMzJweCIgdmlld0JveD0iMCAwIDQ0LjIzNiA0NC4yMzYiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDQ0LjIzNiA0NC4yMzY7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPGc+Cgk8Zz4KCQk8cGF0aCBkPSJNMjIuMTE4LDQ0LjIzNkM5LjkyMiw0NC4yMzYsMCwzNC4zMTQsMCwyMi4xMThTOS45MjIsMCwyMi4xMTgsMHMyMi4xMTgsOS45MjIsMjIuMTE4LDIyLjExOFMzNC4zMTQsNDQuMjM2LDIyLjExOCw0NC4yMzYgICAgeiBNMjIuMTE4LDEuNUMxMC43NSwxLjUsMS41LDEwLjc0OSwxLjUsMjIuMTE4YzAsMTEuMzY4LDkuMjUsMjAuNjE4LDIwLjYxOCwyMC42MThjMTEuMzcsMCwyMC42MTgtOS4yNSwyMC42MTgtMjAuNjE4ICAgIEM0Mi43MzYsMTAuNzQ5LDMzLjQ4OCwxLjUsMjIuMTE4LDEuNXoiIGZpbGw9IiNiZmJmYmYiLz4KCQk8cGF0aCBkPSJNMTkuMzQxLDI5Ljg4NGMtMC4xOTIsMC0wLjM4NC0wLjA3My0wLjUzLTAuMjJjLTAuMjkzLTAuMjkyLTAuMjkzLTAuNzY4LDAtMS4wNjFsNi43OTYtNi44MDRsLTYuNzk2LTYuODAzICAgIGMtMC4yOTItMC4yOTMtMC4yOTItMC43NjksMC0xLjA2MWMwLjI5My0wLjI5MywwLjc2OC0wLjI5MywxLjA2MSwwbDcuMzI1LDcuMzMzYzAuMjkzLDAuMjkzLDAuMjkzLDAuNzY4LDAsMS4wNjFsLTcuMzI1LDcuMzMzICAgIEMxOS43MjUsMjkuODExLDE5LjUzMywyOS44ODQsMTkuMzQxLDI5Ljg4NHoiIGZpbGw9IiNiZmJmYmYiLz4KCTwvZz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8L3N2Zz4K);
}

#feedback-carousel .carousel-control.left:hover,
#feedback-carousel .carousel-control.right:hover {
  background: center/contain no-repeat;
}

#feedback-carousel .carousel-control.left:hover {
  background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjMycHgiIGhlaWdodD0iMzJweCIgdmlld0JveD0iMCAwIDQ0LjIzOCA0NC4yMzgiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDQ0LjIzOCA0NC4yMzg7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPGc+Cgk8Zz4KCQk8cGF0aCBkPSJNMjIuMTE5LDQ0LjIzN0M5LjkyMiw0NC4yMzcsMCwzNC4zMTUsMCwyMi4xMTlTOS45MjIsMC4wMDEsMjIuMTE5LDAuMDAxczIyLjExOSw5LjkyMiwyMi4xMTksMjIuMTE4ICAgIFMzNC4zMTQsNDQuMjM3LDIyLjExOSw0NC4yMzd6IE0yMi4xMTksMS41MDFDMTAuNzUsMS41MDEsMS41LDEwLjc1LDEuNSwyMi4xMTljMCwxMS4zNjgsOS4yNSwyMC42MTgsMjAuNjE5LDIwLjYxOCAgICBzMjAuNjE5LTkuMjUsMjAuNjE5LTIwLjYxOEM0Mi43MzgsMTAuNzUsMzMuNDg4LDEuNTAxLDIyLjExOSwxLjUwMXoiIGZpbGw9IiNGRkZGRkYiLz4KCQk8cGF0aCBkPSJNMjQuNjY3LDI5Ljg4NGMtMC4xOTIsMC0wLjM4NC0wLjA3Mi0wLjUzLTAuMjJsLTcuMzI4LTcuMzM0Yy0wLjI5Mi0wLjI5My0wLjI5Mi0wLjc2OCwwLTEuMDYxbDcuMzI4LTcuMzMzICAgIGMwLjI5My0wLjI5MywwLjc2OC0wLjI5MywxLjA2MSwwczAuMjkzLDAuNzY4LDAsMS4wNjFMMTguNCwyMS44bDYuNzk4LDYuODA1YzAuMjkyLDAuMjkzLDAuMjkyLDAuNzY5LDAsMS4wNjEgICAgQzI1LjA1MSwyOS44MTIsMjQuODU5LDI5Ljg4NCwyNC42NjcsMjkuODg0eiIgZmlsbD0iI0ZGRkZGRiIvPgoJPC9nPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+Cjwvc3ZnPgo=);
}

#feedback-carousel .carousel-control.right:hover {
  background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjMycHgiIGhlaWdodD0iMzJweCIgdmlld0JveD0iMCAwIDQ0LjIzNiA0NC4yMzYiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDQ0LjIzNiA0NC4yMzY7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPGc+Cgk8Zz4KCQk8cGF0aCBkPSJNMjIuMTE4LDQ0LjIzNkM5LjkyMiw0NC4yMzYsMCwzNC4zMTQsMCwyMi4xMThTOS45MjIsMCwyMi4xMTgsMHMyMi4xMTgsOS45MjIsMjIuMTE4LDIyLjExOFMzNC4zMTQsNDQuMjM2LDIyLjExOCw0NC4yMzYgICAgeiBNMjIuMTE4LDEuNUMxMC43NSwxLjUsMS41LDEwLjc0OSwxLjUsMjIuMTE4YzAsMTEuMzY4LDkuMjUsMjAuNjE4LDIwLjYxOCwyMC42MThjMTEuMzcsMCwyMC42MTgtOS4yNSwyMC42MTgtMjAuNjE4ICAgIEM0Mi43MzYsMTAuNzQ5LDMzLjQ4OCwxLjUsMjIuMTE4LDEuNXoiIGZpbGw9IiNGRkZGRkYiLz4KCQk8cGF0aCBkPSJNMTkuMzQxLDI5Ljg4NGMtMC4xOTIsMC0wLjM4NC0wLjA3My0wLjUzLTAuMjJjLTAuMjkzLTAuMjkyLTAuMjkzLTAuNzY4LDAtMS4wNjFsNi43OTYtNi44MDRsLTYuNzk2LTYuODAzICAgIGMtMC4yOTItMC4yOTMtMC4yOTItMC43NjksMC0xLjA2MWMwLjI5My0wLjI5MywwLjc2OC0wLjI5MywxLjA2MSwwbDcuMzI1LDcuMzMzYzAuMjkzLDAuMjkzLDAuMjkzLDAuNzY4LDAsMS4wNjFsLTcuMzI1LDcuMzMzICAgIEMxOS43MjUsMjkuODExLDE5LjUzMywyOS44ODQsMTkuMzQxLDI5Ljg4NHoiIGZpbGw9IiNGRkZGRkYiLz4KCTwvZz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8L3N2Zz4K);
}

#feedback-carousel .carousel-indicators {
  bottom: 0;
}

#feedback-carousel .carousel-indicators li {
  margin: 0;
  border-color: #989898;
}

#feedback-carousel .carousel-indicators li.active {
  margin: 0;
  width: 10px;
  height: 10px;
  background-color: #f57f17;
  border-color: #f57f17;
}

.feedbacks::after {
  content: "";
  height: 263px;
  width: 100%;
  display: block;
  background: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
}

.feedbacks {
  position: relative;
  z-index: 10;
}

.founder {
  background-color: #fff;
  color: #464646;
  padding: 20px 0;
}

.founder h2 {
  text-align: center;
  margin-bottom: 20px;
}

.founder p {
  margin: 0;
}

.founder .founder-plugin-title {
  font: 22px/30px Roboto;
  font-weight: 700;
  color: #f57f17;
  margin: 0 0 20px;
}

.founder .img-circle {
  margin: 10px auto 25px;
}

.founder .fa {
  color: #ff9f00;
  margin-bottom: 10px;
  font-size: 18px;
}

.founder .name,
.founder .work {
  font-style: italic;
}

.founder .name {
  color: #fff;
  font-size: 18px;
  margin-bottom: 5px;
}

.founder .name span {
  color: #f57f17;
}

.founder .work {
  color: #d4d4d4;
  font-size: 17px;
}

.solution {
  padding: 20px 0;
}

.solution p {
  font-size: 17px;
  line-height: 1.8;
}

.solution .solution-header {
  margin-bottom: 30px;
}

.solution .container {
  padding: 0 15px;
}

.solution .solution-header .h2 {
  margin: 0 0 12px;
}

.solution .solution-header::after,
.success-stories .h2::after,
.testimonials .h2::after,
.main-featured h5::after,
.single-themes .section-title:after {
  content: "";
  display: block;
  margin: 12px auto 3px;
  width: 80px;
  height: 2px;
  background-color: #f57f17;
}

.solution .solution-header p {
  max-width: 840px;
  margin: auto;
}

.solution .solution-item {
  margin: 0 0 30px;
}

.solution .solution-item p {
  font-size: 11px;
  line-height: 1.9;
}

.solution .solution-item h3 {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
  margin: 0;
  padding: 0 0 5px;
}

.solution .solution-item img {
  float: left;
  margin: 0 15px 0 0;
}

.why {
  background: #f6f6f6;
  color: #595959;
  padding: 20px 0 15px;
}

.why .container {
  padding: 0 15px;
}

.why .why-header {
  margin-bottom: 30px;
}

.why .why-header p {
  font: 17px/30px Roboto;
  font-weight: 300;
  margin: 0 0 15px;
}

.why .why-header p.leadone {
  font: 17px/30px Roboto;
  font-weight: 700;
  margin: 0 auto 8px;
}

.why .why-header .h2 {
  color: #464646;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
  margin: 0 0 20px;
}

.why .why-header::after {
  content: "";
  display: block;
  margin: 15px auto 0;
  width: 80px;
  height: 2px;
  background-color: #f57f17;
}

.why .carousel .carousel-inner {
  text-align: center;
}

.why .carousel .carousel-inner h3 {
  font-size: 17px;
  font-weight: 400;
  line-height: 1.2;
  margin: 0 0 15px;
}

.why .carousel .carousel-inner .why-item-title a {
  color: inherit;
  text-decoration: underline;
}

.why .carousel .carousel-inner p {
  font-size: 11px;
}

.why .carousel-control.left,
.why .carousel-control.right {
  width: 30px;
  height: 30px;
  line-height: 28px;
  background: center/contain no-repeat;
  top: 40%;
  color: inherit;
  text-shadow: none;
  text-align: center;
}

.why .carousel-control.left, .carousel .carousel-control.left {
  background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjMycHgiIGhlaWdodD0iMzJweCIgdmlld0JveD0iMCAwIDQ0LjIzOCA0NC4yMzgiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDQ0LjIzOCA0NC4yMzg7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPGc+Cgk8Zz4KCQk8cGF0aCBkPSJNMjIuMTE5LDQ0LjIzN0M5LjkyMiw0NC4yMzcsMCwzNC4zMTUsMCwyMi4xMTlTOS45MjIsMC4wMDEsMjIuMTE5LDAuMDAxczIyLjExOSw5LjkyMiwyMi4xMTksMjIuMTE4ICAgIFMzNC4zMTQsNDQuMjM3LDIyLjExOSw0NC4yMzd6IE0yMi4xMTksMS41MDFDMTAuNzUsMS41MDEsMS41LDEwLjc1LDEuNSwyMi4xMTljMCwxMS4zNjgsOS4yNSwyMC42MTgsMjAuNjE5LDIwLjYxOCAgICBzMjAuNjE5LTkuMjUsMjAuNjE5LTIwLjYxOEM0Mi43MzgsMTAuNzUsMzMuNDg4LDEuNTAxLDIyLjExOSwxLjUwMXoiIGZpbGw9IiM4NTg1ODUiLz4KCQk8cGF0aCBkPSJNMjQuNjY3LDI5Ljg4NGMtMC4xOTIsMC0wLjM4NC0wLjA3Mi0wLjUzLTAuMjJsLTcuMzI4LTcuMzM0Yy0wLjI5Mi0wLjI5My0wLjI5Mi0wLjc2OCwwLTEuMDYxbDcuMzI4LTcuMzMzICAgIGMwLjI5My0wLjI5MywwLjc2OC0wLjI5MywxLjA2MSwwczAuMjkzLDAuNzY4LDAsMS4wNjFMMTguNCwyMS44bDYuNzk4LDYuODA1YzAuMjkyLDAuMjkzLDAuMjkyLDAuNzY5LDAsMS4wNjEgICAgQzI1LjA1MSwyOS44MTIsMjQuODU5LDI5Ljg4NCwyNC42NjcsMjkuODg0eiIgZmlsbD0iIzg1ODU4NSIvPgoJPC9nPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+Cjwvc3ZnPgo=);
}

.why .carousel-control.right, .carousel .carousel-control.right {
  background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjMycHgiIGhlaWdodD0iMzJweCIgdmlld0JveD0iMCAwIDQ0LjIzNiA0NC4yMzYiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDQ0LjIzNiA0NC4yMzY7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPGc+Cgk8Zz4KCQk8cGF0aCBkPSJNMjIuMTE4LDQ0LjIzNkM5LjkyMiw0NC4yMzYsMCwzNC4zMTQsMCwyMi4xMThTOS45MjIsMCwyMi4xMTgsMHMyMi4xMTgsOS45MjIsMjIuMTE4LDIyLjExOFMzNC4zMTQsNDQuMjM2LDIyLjExOCw0NC4yMzYgICAgeiBNMjIuMTE4LDEuNUMxMC43NSwxLjUsMS41LDEwLjc0OSwxLjUsMjIuMTE4YzAsMTEuMzY4LDkuMjUsMjAuNjE4LDIwLjYxOCwyMC42MThjMTEuMzcsMCwyMC42MTgtOS4yNSwyMC42MTgtMjAuNjE4ICAgIEM0Mi43MzYsMTAuNzQ5LDMzLjQ4OCwxLjUsMjIuMTE4LDEuNXoiIGZpbGw9IiM4NTg1ODUiLz4KCQk8cGF0aCBkPSJNMTkuMzQxLDI5Ljg4NGMtMC4xOTIsMC0wLjM4NC0wLjA3My0wLjUzLTAuMjJjLTAuMjkzLTAuMjkyLTAuMjkzLTAuNzY4LDAtMS4wNjFsNi43OTYtNi44MDRsLTYuNzk2LTYuODAzICAgIGMtMC4yOTItMC4yOTMtMC4yOTItMC43NjksMC0xLjA2MWMwLjI5My0wLjI5MywwLjc2OC0wLjI5MywxLjA2MSwwbDcuMzI1LDcuMzMzYzAuMjkzLDAuMjkzLDAuMjkzLDAuNzY4LDAsMS4wNjFsLTcuMzI1LDcuMzMzICAgIEMxOS43MjUsMjkuODExLDE5LjUzMywyOS44ODQsMTkuMzQxLDI5Ljg4NHoiIGZpbGw9IiM4NTg1ODUiLz4KCTwvZz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8L3N2Zz4K);
}

.why .carousel-control.left:hover,
.why .carousel-control.right:hover {
  background: center/contain no-repeat;
}

.why .carousel .carousel-indicators {
  bottom: -30px;
}

.why .carousel .carousel-indicators li {
  margin: 0;
  border: none;
  background-color: #bababa;
}

.why .carousel .carousel-indicators li.active {
  margin: 0;
  width: 10px;
  height: 10px;
  background-color: #f57f17;
  border: none;
}

.footer-sale,
.posts_blocks .thumbnail_post,
.screen-reader-text,
.testimonials,
div.vote-wrap {
  overflow: hidden;
}

#why-carousel .owl-carousel .owl-nav .owl-next,
#why-carousel .owl-carousel .owl-nav .owl-prev {
  width: 30px;
  height: 30px;
  line-height: 28px;
  background: center/contain no-repeat;
  top: 40%;
  color: inherit;
  text-shadow: none;
  text-align: center;
}

#why-carousel .owl-carousel .owl-nav .owl-next,
#why-carousel .owl-carousel .owl-nav .owl-prev {
  position: absolute;
}

#why-carousel .carousel-inner .item img {
  /*width: 478px;*/
  /*height: 299px;*/
  /*object-fit: cover;*/
  /*margin: 27px 0 0 71px;*/
  /*object-position: top;*/
}

#why-carousel .item {
  display: flex;
  padding: 45px 60px;
  justify-content: space-between;
  align-items: center;
  background: #FFFFFF;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  width: 900px;
  margin: 10px auto;
}

#why-carousel .right {
  /*width: 620px;*/
  /*height: 365px;*/
  /*background: url(img/main/macbook.png) no-repeat center center;*/
  /*background-size: cover;*/
  /*flex-shrink: 0;*/
  position: relative;
}

#why-carousel .right:hover:after {
  position: absolute;
  content: "Visit site";
  top: calc(50% - 20px);
  left: calc(50% - 43px);
  background: #555;
  color: #fff;
  padding: 5px 10px;
  border-radius: 10px;
}

#why-carousel .why-item-title {
  margin-bottom: 20px;
}

.stats.markstats.stars-carousel h2 {
  color: #fff;
}

.stats.markstats.stars-carousel {
  color: #fff;
  background-color: #464646;
}

.success-stories .owl-carousel .owl-nav .owl-prev, #why-carousel .owl-carousel .owl-nav .owl-prev, .owl-carousel.onblack .owl-nav .owl-prev, .owl-carousel.owl-white .owl-nav .owl-prev {
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxOS4yLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9IjAgMCA0NiA0NiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNDYgNDY7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+DQoJLnN0MHtmaWxsOiM2YTZhNmE7fQ0KPC9zdHlsZT4NCjxnPg0KCTxnPg0KCQk8cGF0aCBjbGFzcz0ic3QwIiBkPSJNNDYsMjNDNDYsMTAuMywzNS43LDAsMjMsMFMwLDEwLjMsMCwyM3MxMC4zLDIzLDIzLDIzUzQ2LDM1LjcsNDYsMjN6IE00NC4xLDIzYzAsMTEuNy05LjUsMjEuMS0yMS4xLDIxLjENCgkJCVMxLjksMzQuNywxLjksMjNTMTEuMywxLjksMjMsMS45UzQ0LjEsMTEuMyw0NC4xLDIzeiIvPg0KCQk8cGF0aCBjbGFzcz0ic3QwIiBkPSJNMjYuMywyOS4zTDE5LjksMjNsNi4zLTYuM2MwLjQtMC40LDAuNC0wLjksMC0xLjNjLTAuNC0wLjQtMC45LTAuNC0xLjMsMGwtNyw3Yy0wLjIsMC4yLTAuMywwLjQtMC4zLDAuNw0KCQkJczAuMSwwLjUsMC4zLDAuN2w3LDdjMC4yLDAuMiwwLjQsMC4zLDAuNywwLjNjMC4yLDAsMC41LTAuMSwwLjctMC4zQzI2LjYsMzAuMywyNi42LDI5LjcsMjYuMywyOS4zeiIvPg0KCTwvZz4NCjwvZz4NCjwvc3ZnPg0K") no-repeat center center transparent;
  background-size: cover;
}

.success-stories .owl-carousel .owl-nav .owl-next, #why-carousel .owl-carousel .owl-nav .owl-next, .owl-carousel.onblack .owl-nav .owl-next, .owl-carousel.owl-white .owl-nav .owl-next {
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxOS4yLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9IjAgMCA0NiA0NiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNDYgNDY7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+DQoJLnN0MHtmaWxsOiM2YTZhNmE7fQ0KPC9zdHlsZT4NCjxnPg0KCTxnPg0KCQk8cGF0aCBjbGFzcz0ic3QwIiBkPSJNMjMsNDZjMTIuNywwLDIzLTEwLjMsMjMtMjNTMzUuNywwLDIzLDBTMCwxMC4zLDAsMjNTMTAuMyw0NiwyMyw0NnogTTIzLDEuOWMxMS43LDAsMjEuMSw5LjUsMjEuMSwyMS4xDQoJCQlTMzQuNyw0NC4xLDIzLDQ0LjFTMS45LDM0LjcsMS45LDIzUzExLjMsMS45LDIzLDEuOXoiLz4NCgkJPHBhdGggY2xhc3M9InN0MCIgZD0iTTE5LjcsMzAuNmMwLjIsMC4yLDAuNCwwLjMsMC43LDAuM2MwLjIsMCwwLjUtMC4xLDAuNy0wLjNsNy03YzAuMi0wLjIsMC4zLTAuNCwwLjMtMC43cy0wLjEtMC41LTAuMy0wLjcNCgkJCWwtNy03Yy0wLjQtMC40LTAuOS0wLjQtMS4zLDBjLTAuNCwwLjQtMC40LDAuOSwwLDEuM2w2LjMsNi4zbC02LjMsNi4zQzE5LjQsMjkuNywxOS40LDMwLjMsMTkuNywzMC42eiIvPg0KCTwvZz4NCjwvZz4NCjwvc3ZnPg0K") no-repeat center center transparent;
  background-size: cover;
}

.success-stories .owl-carousel .owl-nav .owl-prev, #why-carousel .owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-prev {
  font-size: 0;
  width: 45px;
  height: 45px;
  top: calc(50% - 22px);
  position: absolute;
}

.success-stories .owl-carousel .owl-nav .owl-next, #why-carousel .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-next {
  font-size: 0;
  width: 45px;
  height: 45px;
  top: calc(50% - 22px);
  position: absolute;
}

.owl-carousel.onblack .owl-nav .owl-prev {
  left: -75px;
}

.owl-carousel.onblack .owl-nav .owl-next {
  right: -75px;
}

.owl-carousel .owl-nav span {
  font-size: 0;
}

#why-carousel .owl-carousel .owl-nav .owl-prev:hover, .why .carousel-control.left:hover, .owl-carousel.onblack .owl-nav .owl-prev:hover, .carousel .carousel-control.left:hover, .owl-carousel.owl-black .owl-nav .owl-prev:hover, .owl-carousel .owl-nav .owl-prev:hover {
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxOS4yLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9IjAgMCA0NiA0NiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNDYgNDY7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+DQoJLnN0MHtmaWxsOiNkMWQxZDE7fQ0KPC9zdHlsZT4NCjxnPg0KCTxnPg0KCQk8cGF0aCBjbGFzcz0ic3QwIiBkPSJNNDYsMjNDNDYsMTAuMywzNS43LDAsMjMsMFMwLDEwLjMsMCwyM3MxMC4zLDIzLDIzLDIzUzQ2LDM1LjcsNDYsMjN6IE00NC4xLDIzYzAsMTEuNy05LjUsMjEuMS0yMS4xLDIxLjENCgkJCVMxLjksMzQuNywxLjksMjNTMTEuMywxLjksMjMsMS45UzQ0LjEsMTEuMyw0NC4xLDIzeiIvPg0KCQk8cGF0aCBjbGFzcz0ic3QwIiBkPSJNMjYuMywyOS4zTDE5LjksMjNsNi4zLTYuM2MwLjQtMC40LDAuNC0wLjksMC0xLjNjLTAuNC0wLjQtMC45LTAuNC0xLjMsMGwtNyw3Yy0wLjIsMC4yLTAuMywwLjQtMC4zLDAuNw0KCQkJczAuMSwwLjUsMC4zLDAuN2w3LDdjMC4yLDAuMiwwLjQsMC4zLDAuNywwLjNjMC4yLDAsMC41LTAuMSwwLjctMC4zQzI2LjYsMzAuMywyNi42LDI5LjcsMjYuMywyOS4zeiIvPg0KCTwvZz4NCjwvZz4NCjwvc3ZnPg0K");
}

#why-carousel .owl-carousel .owl-nav .owl-next:hover, .why .carousel-control.right:hover, .owl-carousel.onblack .owl-nav .owl-next:hover, .carousel .carousel-control.right:hover, .owl-carousel.owl-black .owl-nav .owl-next:hover, .owl-carousel .owl-nav .owl-next:hover {
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxOS4yLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9IjAgMCA0NiA0NiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNDYgNDY7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+DQoJLnN0MHtmaWxsOiNkMWQxZDE7fQ0KPC9zdHlsZT4NCjxnPg0KCTxnPg0KCQk8cGF0aCBjbGFzcz0ic3QwIiBkPSJNMjMsNDZjMTIuNywwLDIzLTEwLjMsMjMtMjNTMzUuNywwLDIzLDBTMCwxMC4zLDAsMjNTMTAuMyw0NiwyMyw0NnogTTIzLDEuOWMxMS43LDAsMjEuMSw5LjUsMjEuMSwyMS4xDQoJCQlTMzQuNyw0NC4xLDIzLDQ0LjFTMS45LDM0LjcsMS45LDIzUzExLjMsMS45LDIzLDEuOXoiLz4NCgkJPHBhdGggY2xhc3M9InN0MCIgZD0iTTE5LjcsMzAuNmMwLjIsMC4yLDAuNCwwLjMsMC43LDAuM2MwLjIsMCwwLjUtMC4xLDAuNy0wLjNsNy03YzAuMi0wLjIsMC4zLTAuNCwwLjMtMC43cy0wLjEtMC41LTAuMy0wLjcNCgkJCWwtNy03Yy0wLjQtMC40LTAuOS0wLjQtMS4zLDBjLTAuNCwwLjQtMC40LDAuOSwwLDEuM2w2LjMsNi4zbC02LjMsNi4zQzE5LjQsMjkuNywxOS40LDMwLjMsMTkuNywzMC42eiIvPg0KCTwvZz4NCjwvZz4NCjwvc3ZnPg0K");
}

#why-carousel .owl-carousel .owl-nav .owl-next, #why-carousel .owl-carousel .owl-nav .owl-prev {
  top: calc(50% - 63px);
}

.owl-nav button {
  outline: none;
}

#why-carousel .owl-carousel .owl-dots {
  -webkit-tap-highlight-color: transparent;
}

#why-carousel .owl-carousel .owl-dots .owl-dot {
  display: inline-block;
}

#why-carousel .owl-carousel .owl-dots .owl-dot span {
  background-color: #bababa;
  width: 7px;
  height: 7px;
  border: none;
  display: block;
  border-radius: 30px;
  margin: 0 6px;
}

#why-carousel .owl-carousel .owl-dots .active span {
  background-color: #f57f17;
}

.onblack.owl-carousel .owl-dots {
  text-align: center;
  margin: 36px 0 0;
}

.onblack.owl-carousel .owl-dots .owl-dot {
  display: inline-block;
}

.onblack.owl-carousel .owl-dots .owl-dot span {
  background-color: #bababa;
  width: 7px;
  height: 7px;
  border: none;
  display: block;
  border-radius: 30px;
  margin: 0 6px;
}

.onblack.owl-carousel .owl-dots .active span {
  background-color: #f57f17;
}

.owl-white.owl-carousel .owl-dots {
  text-align: center;
  margin: 36px 0 0;
}

.owl-white.owl-carousel .owl-dots .owl-dot {
  display: inline-block;
}

.owl-white.owl-carousel .owl-dots .owl-dot span {
  background-color: #bababa;
  width: 7px;
  height: 7px;
  border: none;
  display: block;
  border-radius: 30px;
  margin: 0 6px;
}

.owl-white.owl-carousel .owl-dots .active span {
  background-color: #f57f17;
}

.owl-black.owl-carousel .owl-dots {
  text-align: center;
  margin: 36px 0 0;
}

.owl-black.owl-carousel .owl-dots .owl-dot {
  display: inline-block;
}

.owl-black.owl-carousel .owl-dots .owl-dot span {
  background-color: #626262;
  width: 7px;
  height: 7px;
  border: none;
  display: block;
  border-radius: 30px;
  margin: 0 6px;
}

.owl-black.owl-carousel .owl-dots .active span {
  background-color: #fff;
}

.main-featured .owl-carousel .owl-dots .owl-dot span {
  display: block;
  border-radius: 30px;
}

.success-stories .owl-carousel .owl-dots .owl-dot.active span,
.success-stories .owl-carousel .owl-dots .owl-dot:hover span,
.testimonials .owl-carousel .owl-dots .owl-dot.active span,
.testimonials .owl-carousel .owl-dots .owl-dot:hover span,
.main-featured .owl-carousel .owl-dots .owl-dot.active span,
.main-featured .owl-carousel .owl-dots .owl-dot:hover span {
  background: #f57f17;
  border: none;
}

.stars {
  margin: 25px auto 0;
  text-align: center;
}

.stars .star {
  width: 15px;
  height: 14px;
  display: inline-block;
  background: url(img/main/stars.png) no-repeat;
}

.stars .star-full {
  background-position: 0 0;
}

.stars .star-none {
  background-position: 0 -14px;
}

.stars .star-half {
  background-position: 0 -28px;
}

.features {
  padding: 30px 0;
}

.features .container {
  padding: 0 15px;
}

.features .btn {
  margin-top: 15px;
}

.features .features-item {
  position: relative;
  font-size: 14px;
  font-weight: 400;
  line-height: 30px;
  padding-left: 60px;
  margin-bottom: 35px;
}

.features .features-item img {
  width: 40px;
  display: inline-block;
  position: absolute;
  top: 5px;
  left: 0;
}

.features .features-item h4 {
  font-size: 22px;
  font-weight: normal;
  line-height: 30px;
  margin: 0 0 10px;
  font-family: Roboto;
  font-weight: 500;
}

.features-item p {
  font: 17px/28px Roboto;
  font-weight: 300;
}

.page-id-1096 .content-wrap,
.page-thank-you-keep-you-domain .content-wrap,
.page-thank-you-invoice .content-wrap,
.page-id-872 .content-wrap {
  color: #fff;
  background: #3f3f3f;
}

.content-thankyou a {
  color: #f57f17;
}

.content-thankyou a:active,
.content-thankyou a:focus,
.content-thankyou a:hover {
  color: #ff9f4b;
}

.content-thankyou a.btn,
.content-thankyou a.btn:active,
.content-thankyou a.btn:focus,
.content-thankyou a.btn:hover,
.content-thankyou h3,
.content-thankyou h5 {
  color: #fff;
}

.content-thankyou h1 {
  color: #fff;
  font-size: 42px;
  font-weight: 400;
}

.follows {
  padding: 30px 0;
  height: 1px;
  visibility: hidden;
}

.address .fa {
  color: #fff;
  background: #464646;
  text-align: center;
  display: inline-block;
  margin-right: 15px;
  width: 18px;
  height: 18px;
  line-height: 17px;
  border-radius: 2px;
  vertical-align: middle;
  -webkit-border-radius: 2px;
}

.address .fa:before {
  font-size: 10px;
}

.footer-sticky {
  border-top: 1px solid #656565;
}

.footer-sticky .container {
  padding-top: 14px;
  padding-bottom: 14px;
}

.footer-sticky .confidence > div {
  display: inline-block;
  margin: 0 4px;
}

.footer-sticky .confidence .title {
  display: block;
  color: #acacac;
  margin: 0 0 10px;
}

.footer-sticky .confidence img {
  border-radius: 3px;
  -webkit-border-radius: 3px;
}

.footer-content .footer-brand {
  text-align: center;
}

.footer-content .footer-brand img {
  display: inline-block;
}

.footer-content .container {
  padding: 15px 15px 0;
}

.footer-content h3 {
  font-size: 13px;
  line-height: 1.6;
  margin: 25px 0 0;
}

.footer-content .address {
  margin: 15px 0 0;
  font-size: 14px;
}

.footer .menu ul {
  list-style-type: none;
  padding: 0 15px 0 0;
  margin: 5px 0 0;
}

.footer .menu ul li {
  padding: 8px 0;
  border-bottom: 1px solid #505050;
  border-top: 1px solid #383838;
}

.footer .menu ul li:last-child,
.modal-header {
  border-bottom: 0;
}

.footer .menu ul li:first-child {
  border-top: 0;
}

.footer .contacts h3 {
  margin-bottom: 10px;
}

.footer .contacts .contact-item {
  margin: 5px 0 0;
}

.footer .contacts .contact-item i {
  color: #f57f17;
  margin-right: 7px;
  display: inline-block;
  width: 16px;
  height: 16px;
  text-align: center;
  line-height: 16px;
}

.footer .contacts .contact-item i.fa-phone {
  background: #f57f17;
  color: #3d3d3d;
  border-radius: 3px;
  -webkit-border-radius: 3px;
}

.footer-sale {
  background-color: #f6f6f6;
  padding-top: 30px;
  padding-bottom: 15px;
}

.footer-sale .container {
  padding: 0 15px;
}

.footer-sale h2 {
  margin-bottom: 40px;
  font-size: 30px;
  line-height: 43px;
}

.modal-header .close,
.socials ul li a {
  color: #fff;
  width: 33px;
  height: 33px;
  text-align: center;
}

.socials ul {
  list-style-type: none;
  padding: 0;
  margin: 5px 0 0;
}

.socials ul li {
  display: inline-block;
  margin: 10px 0 0;
}

.socials ul li:first-child {
  margin-left: 0;
}

.socials ul li:last-child {
  margin-right: 0;
}

.socials ul li a {
  display: block;
}

.socials ul li i {
  line-height: 26px;
}

.socials ul li a:active,
.socials ul li a:focus,
.socials ul li a:hover {
  color: #fff;
  text-decoration: none;
}

.socials .telegram-app {
  background: url("img/main/telegram.svg") 0 0 no-repeat;
  width: 18px;
  height: 18px;
  position: relative;
  top: 4px;
}

.footer-payments .container {
  padding-top: 14px;
  padding-bottom: 14px;
}

.footer-payments .methods > div {
  display: inline-block;
  margin: 0 4px;
}

.footer-payments .methods .title {
  margin: 0 10px 10px;
}

.footer-payments .methods img {
  border-radius: 3px;
  -webkit-border-radius: 3px;
}

.modal-dialog {
  margin-top: 60px !important;
}

.modal-content {
  border-radius: 0;
  -webkit-border-radius: 0;
  background-color: #fafafa;
  padding: 3px !important;
  position: relative;
}

.modal-header {
  padding: 0;
  min-height: auto;
}

#YouTubeModal .modal-header h4.modal-title {
  display: none;
}

.modal-header .close {
  float: none;
  position: absolute;
  right: -8px;
  top: -8px;
  opacity: 1;
  font-weight: 400;
  display: inline-block;
  border: 2px solid #fff;
  line-height: 0;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  z-index: 5;
  background: #000;
  text-shadow: none;
  background: #000 url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTguMS4xLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDIxMi45ODIgMjEyLjk4MiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMjEyLjk4MiAyMTIuOTgyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgd2lkdGg9IjUxMnB4IiBoZWlnaHQ9IjUxMnB4Ij4KPGcgaWQ9IkNsb3NlIj4KCTxwYXRoIHN0eWxlPSJmaWxsLXJ1bGU6ZXZlbm9kZDtjbGlwLXJ1bGU6ZXZlbm9kZDsiIGQ9Ik0xMzEuODA0LDEwNi40OTFsNzUuOTM2LTc1LjkzNmM2Ljk5LTYuOTksNi45OS0xOC4zMjMsMC0yNS4zMTIgICBjLTYuOTktNi45OS0xOC4zMjItNi45OS0yNS4zMTIsMGwtNzUuOTM3LDc1LjkzN0wzMC41NTQsNS4yNDJjLTYuOTktNi45OS0xOC4zMjItNi45OS0yNS4zMTIsMGMtNi45ODksNi45OS02Ljk4OSwxOC4zMjMsMCwyNS4zMTIgICBsNzUuOTM3LDc1LjkzNkw1LjI0MiwxODIuNDI3Yy02Ljk4OSw2Ljk5LTYuOTg5LDE4LjMyMywwLDI1LjMxMmM2Ljk5LDYuOTksMTguMzIyLDYuOTksMjUuMzEyLDBsNzUuOTM3LTc1LjkzN2w3NS45MzcsNzUuOTM3ICAgYzYuOTg5LDYuOTksMTguMzIyLDYuOTksMjUuMzEyLDBjNi45OS02Ljk5LDYuOTktMTguMzIyLDAtMjUuMzEyTDEzMS44MDQsMTA2LjQ5MXoiIGZpbGw9IiNGRkZGRkYiLz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8L3N2Zz4K") no-repeat 9px 9px;
  background-size: 11px;
  text-indent: -999px;
  overflow: hidden;
}

.modal-body iframe {
  border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
}

.breadcrumbs {
  background: #f1f3f4;
}

.theme-breadcrumbs {
  padding: 20px 30px 18px;
}

.theme-breadcrumbs span.fa {
  padding: 0 10px;
}

.page-thankyou-contact h1 {
  padding: 30px 0 10px;
}

.page-contact h4, .page-thankyou-contact h4 {
  padding: 0 0 20px;
}

.page-contact form label {
  font-weight: 500;
  font-size: 12px;
}

.page-contact form .btn-large {
  margin: 0;
}

.page-contact .red {
  color: #e81100;
  font-weight: 700;
}

.page-contact .address p {
  margin: 0;
  padding: 7px 15px;
}

.content-breadcrumbs, .content-breadcrumbs .breadcrumbs {
  background: #f1f3f4;
  padding: 0px !important;
}

.content-breadcrumbs .container {
  padding: 15px;
}

.content-breadcrumbs,
.content-breadcrumbs a {
  color: #818080;
  font-size: 12px;
}

.container-blog .container {
  padding: 0 15px;
}

.main-text {
  color: #fff;
  background: #0ec2df;
}

.main-text h1,
.main-text h2 {
  font-size: 14px;
  font-weight: 700;
  margin: 0;
  line-height: 45px;
}

.main-content.knowledge-tax img {
  max-width: 100%;
  height: auto;
}

.extra-services .stars .fa-star-half-o:before,
.extra-services .stars .fa-star:before {
  content: "";
  width: 30px;
  height: 30px;
  display: inline-block;
  position: relative;
  top: 2px;
}

.extra-services .stars .fa-star:before {
  background: url(img/blog/star.svg) no-repeat;
}

.extra-services .stars .fa-star-half-o:before {
  background: url(img/blog/star2.svg) no-repeat;
}

.sidebar-blog .register h2 small::before,
.sr-plugin-container::before,
.sr-stats b:after {
  content: "";
}

.get-started-easily .get-started-choose,
.main-header h2.h2,
.sr-header .btn {
  text-transform: uppercase;
}

.you-ready {
  background: #f6f6f6;
  padding: 20px 0;
}

.light-blog {
  background-color: #efefef;
  color: #3b3b3b;
  padding: 20px 0;
}

.you-ready.light-blog .btn-white {
  border: 1px solid #444;
}

.you-ready.light-blog .btn-white:hover {
  border: 1px solid #444;
  background-color: #464646;
  color: #fff;
}

.you-ready.light-blog .btn-white,
.you-ready.light-blog .btns-plate .btn-link {
  color: #3b3b3b;
}

.you-ready .container {
  padding: 0 15px;
}

.you-ready .h2 {
  margin: 0 0 20px;
}

.you-ready .btns-plate {
  max-width: 447px;
  margin: 0 auto;
}

.you-ready .btns-plate .btn-link {
  font-size: 10px;
  color: #d8d8d8;
}

.comments .comment {
  padding: 0 0 20px;
}

.comments .comment-author {
  margin-bottom: 15px;
}

.comments .comment-author .fa,
.comments .comment-author-name {
  font-size: 17px;
  font-weight: 500;
  margin-right: 5px;
}

.comments .comment-date {
  font-size: 13px;
}

.comments .comment .comment-respond .comment-reply-title,
.comments .comment-meta,
.comments .comment-text {
  margin-left: 22px;
}

.comments .comment .comment-respond .comment-meta {
  margin-top: 15px;
}

.comment-respond {
  position: relative;
  margin: 0 0 80px;
}

.comment-reply-title,
.comments-header {
  margin-bottom: 20px;
}

.sr-header,
.sr-header .container {
  position: relative;
}

.comment-respond .form-submit {
  margin: 25px 0;
}

.comment-respond .form-submit button {
  width: 210px;
  padding: 15px 0;
  text-transform: uppercase;
  border: 2px solid #ff8100;
  color: #ff8100;
}

.comment-respond .form-submit button:disabled {
  border-color: #c6c6c6;
  color: #9e9e9e;
}

.comment-respond .form-submit button:not(:disabled):hover {
  background-color: #ff8100;
  color: #fff;
}

.sr-thank {
  text-align: center;
  font-size: 14px;
  line-height: 1.2;
  background-color: #3b3b3b;
  color: #fff;
  padding: 10px 0;
}

.sr-thank a {
  color: #fff;
  font-size: 12px;
  border: 1px solid #fff;
  display: inline-block;
  padding: 5px 10px;
  border-radius: 2px;
}

.sr-thank a:hover {
  color: #3b3b3b;
  background-color: #fff;
  border-color: #fff;
  text-decoration: none;
}

.sr-header {
  color: #464646;
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
  padding: 15px 0;
  background: url(https://alidropship.com/wp-content/themes/alidrop/img/social-rabbit/header-bg.jpg) center/cover no-repeat #f4f4f4;
}

.sr-header p,
.sr-header ul li {
  font-size: 14px;
}

.sr-header-subtitle {
  margin: 0 0 15px;
  max-width: 380px;
}

.sr-header-subtitle + p {
  margin: 0 0 10px;
}

.sr-header ul {
  margin: 0 0 15px;
  padding: 0 0 0 20px;
}

.sr-header .special-border {
  border: 1px solid #8a8a8a;
  padding: 12px 15px;
  font-size: 14px;
  display: inline-block;
  font-weight: 800;
}

.sr-stats {
  padding: 0 0 20px;
  border-bottom: 1px solid #bdbdbd;
  background-color: #3b3b3b;
  color: #fff;
  font-size: 10px;
  font-weight: 400;
  line-height: 1.7;
  text-align: center;
  box-shadow: inset 0 1px 2px #0f0f0f;
}

.sr-stats b {
  display: block;
  color: inherit;
  font-size: 12px;
  line-height: 1.6;
  font-weight: 700;
  margin: 20px 0 0;
}

.sr-stats b:after {
  display: block;
  margin: 7px auto;
  width: 40px;
  height: 2px;
  background-color: #f57f17;
}

.sr-plugin {
  padding: 15px 0;
}

.plugin-link,
.plugin-link:active,
.plugin-link:focus,
.plugin-link:hover {
  text-decoration: none;
  color: #505050;
}

.page-id-904 .modal-content {
  padding: 0 !important;
}

.page-id-904 .modal-content .close {
  right: 0;
  top: -30px;
}

.page-id-904 .modal-header {
  padding: 0;
  border: none;
  min-height: 0;
}

.page-id-904 .modal-body {
  padding: 0;
}

.btns-hr {
  border-top: 1px solid #909090;
}

.flexheader .btns-plate {
  margin: 37px 0px 0;
}

.btns-plate h4 {
  font-size: 21px;
  margin-bottom: 15px;
  padding-top: 15px;
}

.margin-top-20 {
  margin-top: 20px;
}

.margin-bottom-20 {
  margin-bottom: 20px;
}

.margin-top-30 {
  margin-top: 30px;
}

.margin-bottom-30 {
  margin-bottom: 30px;
}

.margin-bottom-60 {
  margin-bottom: 60px;
}

.hr-bottom-line {
  border-bottom: 1px solid #909090;
}

.plugin-link {
  font-size: 12px;
  padding-left: 52px;
  position: relative;
  display: block;
  line-height: 22px;
  margin-top: 10px;
  margin-bottom: 15px;
}

.plugin-link h4 {
  color: #f67f17;
  font-size: 16px;
  font-weight: 600;
  line-height: 23px;
}

.plugin-link:before {
  content: "\f019";
  color: #fff;
  font: normal normal normal 14px/1 FontAwesome;
  text-align: center;
  line-height: 41px;
  font-size: 24px;
  position: absolute;
  top: 0;
  left: 0;
  width: 42px;
  height: 42px;
  background: #cf6406;
  border-radius: 3px;
  -webkit-border-radius: 3px;
}

.plugin-link h4:active,
.plugin-link h4:focus,
.plugin-link h4:hover {
  color: #f59403;
}

.plugin-link:hover:before {
  background: #f59403;
}

.screen-reader-text {
  position: absolute;
  margin: -1px;
  padding: 0;
  height: 1px;
  width: 1px;
  clip: rect(0 0 0 0);
  border: 0;
  word-wrap: normal !important;
}

.star-rating .star-full:before {
  content: "\f005";
}

.star-rating .star-half:before {
  content: "\f123";
}

.star-rating .star-empty:before {
  content: "\f006";
}

.star-rating .star {
  color: #e9bf5b;
  display: inline-block;
  font-family: "FontAwesome";
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  height: 16px;
  line-height: 1;
  text-align: center;
  text-decoration: inherit;
  vertical-align: top;
  width: 17px;
  margin-top: 2px;
}

.reviews h2::after {
  content: "";
  display: block;
  background-color: #f57f17;
  height: 2px;
  width: 80px;
  margin: 6px auto;
}

div.vote-block {
  position: relative;
}

div.vote-hover {
  float: left;
  cursor: pointer;
}

div.vote-active,
div.vote-stars {
  position: absolute;
  left: 0;
  top: 0;
}

div.vote-result {
  color: #ccc;
  font-size: 14px;
  margin-top: 12px;
  padding-left: 190px;
}

div.vote-success {
  color: #3f3f3f;
  font-size: 14px;
  margin: 0 0 0 15px;
  line-height: 2px;
  float: left;
  width: 100px;
}

.box,
.overlay {
  position: fixed;
}

.overlay {
  background: rgba(0, 0, 0, 0.85);
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 1100;
  display: none;
}

.box {
  z-index: 1150;
  left: 50%;
  top: -640px;
  margin-left: -500px;
  margin-top: -317px;
}

.box .close_box {
  background: url(img/testimonials/close.png) no-repeat;
  position: absolute;
  right: -40px;
  top: -40px;
  color: #fff;
  font-size: 22px;
  width: 25px;
  height: 25px;
}

.rating-current,
.rating-value {
  line-height: 25px;
  float: left;
}

.rateit {
  display: -moz-inline-box;
  display: inline-block;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
}

.rateit .rateit-range {
  position: relative;
  display: -moz-inline-box;
  display: inline-block;
  background: url(img/testimonials/star.gif);
  height: 16px;
  outline: 0;
}

.rateit .rateit-range * {
  display: block;
}

* html .rateit,
* html .rateit .rateit-range {
  display: inline;
}

.rateit .rateit-hover,
.rateit .rateit-selected {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
}

.rateit .rateit-hover-rtl,
.rateit .rateit-selected-rtl {
  left: auto;
  right: 0;
}

.rateit .rateit-hover {
  background: url(img/testimonials/star.gif) left -32px;
  color: #efc529;
}

.rateit .rateit-hover-rtl {
  background-position: right -32px;
}

.rateit .rateit-selected {
  background: url(img/testimonials/star.gif) left -16px;
  color: #bf4242;
}

.rateit .rateit-selected-rtl {
  background-position: right -16px;
}

.rateit .rateit-preset,
.rateit .rateit-preset-rtl {
  background: url(img/testimonials/star.gif) left -48px;
}

.rateit .rateit-preset {
  color: #ef6b22;
}

.rateit button.rateit-reset {
  display: none !important;
}

.rateit-reting {
  float: left;
  width: 100%;
}

.rateit {
  float: left;
  width: 140px;
}

.rating-value {
  width: 130px;
}

.rateit-font {
  font-size: 28px;
  line-height: 1em;
}

.rateit-font .rateit-range {
  background: 0;
  width: 130px;
  height: auto;
}

.rateit-post .rateit-font .rateit-range {
  background: 0;
  width: auto;
  height: auto;
}

.rateit-post .rateit .rateit-selected {
  color: #f57f17;
}

.rateit-post .rateit {
  float: none;
}

.rateit-font .rateit-empty {
  color: #ccc;
}

.rateit-font .rateit-range > div {
  background: 0;
  overflow: hidden;
  cursor: default;
}

.header.new {
  height: 73px;
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  z-index: 100;
}

.clear {
  clear: both;
}

.white-bg {
  background: #fff;
  padding-bottom: 5px;
}

.which_version {
  padding: 38px 0;
  background: #f1f3f4;
}

.powerful-thankyou .best_choice,
.woo-thankyou .best_choice {
  background: url(img/themes/like.svg) center left/55px transparent no-repeat;
  min-height: 56px;
  text-transform: uppercase;
  color: #f34841;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
  padding: 17px 0 17px 65px;
  margin: 0 0 20px;
}

.wp-pagenavi span.extend {
  border: 0;
}

.secure-text {
  position: relative;
  display: block;
  padding-right: 25px;
}

.secure-text span {
  position: relative;
  display: inline-block;
  left: 0;
  top: -2px;
}

.block_download_res {
  margin-top: 20px;
}

.block_download_res div:nth-child(2) {
  margin: 0 14px;
}

.block_download_res a {
  font-weight: 400;
}

.footer-sticky .confidence a:last-child,
.page-guidelpm .footer-content .address p br {
  display: none;
}

.affix {
  top: 0;
  width: 278px;
  bottom: auto;
}

.affix-bottom {
  position: absolute;
  width: 278px;
}

.footer-content .address p {
  margin-bottom: 0;
}

.sidebar-banner.affix {
  top: 45px;
}

.blue-bg {
  background-color: #ffd5c4;
  color: #2e3e4b;
  font-size: 17px;
  line-height: 32px;
  padding: 3px 0 5px;
  margin: 0;
}

.blue-bg span {
  color: #ff7f17;
  font-size: 18px;
  line-height: 32px;
}

.blue-bg a.btn-large-orange {
  color: #fff;
  margin-left: 8px;
}

.blue-bg a {
  color: #2e3e4b;
}

.what-next {
  border: 1px solid #d9d9d9;
  padding: 35px 0 44px;
  margin-bottom: 57px;
}

.what-next h1 {
  font-size: 30px;
  line-height: 30px;
}

.what-next p {
  font-size: 20px;
  line-height: 42px;
}

.wp-pagenavi a, .wp-pagenavi span.page-numbers {
  border: none;
}

/*********************************************************/
.check-potential {
  border: 1px solid #9596a5;
  padding: 26px 0 21px;
  margin-top: 30px;
}

.check-potential span {
  font-size: 17px;
  line-height: 21px;
  color: #3b3b3b;
  font-weight: 600;
}

.check-potential span:after {
  content: "";
  display: block;
  height: 1px;
  width: 56px;
  background-color: #9596a5;
  margin: 14px auto 20px;
}

.check-potential a {
  padding: 11px 29px;
  font-size: 17px;
  line-height: 24px;
  font-weight: 400;
}

.check-potential-grey {
  background-color: #efeff1;
  padding: 30px 0 28px;
}

.check-potential-grey span {
  font-size: 17px;
  line-height: 1.4;
  font-weight: 600;
}

.check-potential-grey a {
  margin-top: 24px;
}

.check-potential-grey a:hover {
  background-color: #E66100;
}

.input .form_label {
  text-transform: unset !important;
}

.small_sqr_li {
  padding-left: 30px;
}

.small_sqr_li li {
  font-size: 13px;
  margin: 0 0 10px;
  list-style: square;
  padding-left: 5px;
  line-height: 24px;
}

.small_sqr_li li > span {
  font-size: 17px;
  font-family: Roboto;
  font-weight: 300;
  list-style: none;
  position: relative;
}

.flexheader .small_sqr_li li {
  line-height: 22px;
}

.inputcont {
  position: relative;
}

.inputcont input[type=text], .inputcont input[type=password], .inputcont input[type=email] {
  width: 100%;
}

.inputcont #search-form-text {
  padding: 6px 40px 6px 12px;
}

.button_fly {
  position: absolute;
  right: 0;
  top: 0;
}

.flex_footer_bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.footer_big {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 65px 0 20px;
}

.footer_cat {
  display: inline-block;
  vertical-align: top;
  flex-basis: calc(20% - 5px);
  width: 19.5%;
}

.acc_arrow {
  font: 14px/30px Roboto;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 24px;
}

.footer_cat ul {
  margin: 0;
  padding: 0;
}

.footer_cat li {
  list-style: none;
  font: 14px/1.4 Roboto;
  font-weight: 400;
  margin: 0 0 20px;
}

.footer_cat li a {
  color: #acacac;
}

.soc_icon {
  width: 16px;
  height: 16px;
  display: inline-block;
}

.confidence {
  display: flex;
  align-items: center;
}

.footer-address {
  background: #383838;
  border-bottom: 2px solid #464646;
  color: #acacac;
  text-align: center;
  padding: 20px 0;
}

.address {
  font: 14px/30px Roboto;
  font-weight: 400;
}

.address div {
  font: 14px/30px Roboto;
  font-weight: 400;
}

.footer_cat li a.contact_links {
  color: #fff;
}

/*mark*/
.alt_main_header {
  background: url(img/main/header-bg-alt.jpg) center/cover no-repeat #f4f4f4 !important;
  min-height: 746px;
}

.mainH {
  text-align: center;
  padding: 27px 0 27px 0;
}

.mainH h1 {
  color: #fff;
  font: 34px/48px Roboto;
  font-weight: 700;
  margin: 0 0 1px;
}

.main-header-new .mainH h1 {
  color: #464646;
}

.mainH span {
  color: #f5801a;
  font: 22px/48px Roboto;
  font-weight: 700;
}

.our_offers {
  display: flex;
  justify-content: space-between;
  width: 93%;
  margin: 0 auto;
  flex-wrap: wrap;
}

.offer_item {
  background: #fff;
  padding: 40px 45px 48px;
  border-radius: 10px;
  margin: 20px 0 0;
}

.offer_item h4 {
  color: #464646;
  font: 22px/1.4 Roboto;
  font-weight: 700;
  margin: 0px 0 15px;
}

.offer_item li span {
  font: 17px/36px Roboto;
  font-weight: 300;
}

.offer_item ul li {
  margin: 0;
}

.offer_item ul {
  padding-left: 15px;
}

.getit {
  margin: 34px 0 0;
  text-align: center;
}

.btn-large {
  text-transform: uppercase;
  border-width: 2px;
}

.markstats {
  font: 17px/1.6 "Roboto";
  border: 0;
}

.markstats b {
  color: #f5801a;
  font: 22px/40px Roboto;
  font-weight: 700;
  margin: 0 0 10px;
}

.powerful + .markstats b {
  margin: 10px 0 0;
}

.stats.markstats b:after {
  content: unset;
}

.markstats .testimonials h2 {
  margin: 0 auto 38px;
  width: 640px;
}

.markstats .flexitem {
  line-height: 30px;
}

.markstats .flexitem b {
  font: 22px/30px Roboto;
  font-weight: 700;
}

.endline::after {
  content: "";
  border-bottom: 1px solid #bdbdbd;
  max-width: 1200px;
  display: block;
  margin: 0 auto;
}

.endline .container {
  padding-bottom: 80px;
}

.flexwrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.flexitem {
  display: inline-block;
}

.mainH_consult {
  text-align: center;
  margin: 23px 0 0;
}

.mainH_consult a {
  font: 14px/1.4 Roboto;
  font-weight: 300;
  color: #fff;
  text-decoration: underline;
}

.mainH_consult a:focus, .mainH_consult a:hover {
  color: #fff;
}

.marksolution.solution p {
  font: 17px/30px Roboto;
  font-weight: 400;
}

.marksolution.solution .solution-header .h2 {
  font: 30px/42px Roboto;
  font-weight: 500;
  margin: 0 0 10px;
}

.marksolution.solution .solution-item p {
  font-size: 16.4px;
  line-height: 28px;
}

.marksolution.solution .solution-item h3 {
  font: 22px/30px Roboto;
  font-weight: 500;
  padding: 0px 0 12px;
}

.marksolution .row {
  display: flex;
  flex-wrap: wrap;
}

.block {
  display: block;
}

u.block {
  text-decoration: none;
}

.alt_main_header .btn-large {
  min-width: 210px;
}

.sublink a {
  color: #3e76b0;
  font: 15px/1.4 Roboto;
  font-weight: 300;
  text-decoration: underline;
}

.sublink {
  text-align: center;
  margin: 12px 0 0;
}

.autoplate {
  width: auto;
}

.you-ready .btn-large {
  padding: 7px 0;
  width: 210px;
}

.flexstory {
  display: flex;
  width: 100%;
  margin: 0 auto;
  max-width: 1000px;
  justify-content: space-around;
}

.flexstory_desc {
  width: 750px;
  max-width: 100%;
}

.adap_author {
  font: 17px/28px Roboto;
  font-weight: 700;
  color: #ff8100;
  margin: 8px 0;
}

.flexbtns {
  max-width: 100%;
  display: flex;
}

.flexbtns a {
  min-width: 210px;
  padding: 7px 35px;
  font-family: Roboto;
  font-weight: 700;
  margin: 0 15px 0 0;
}

.flexheader {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.flexheaderL {
  width: 580px;
}

.flexheaderR {
  width: 546px;
}

.flexheaderR .youtube img {
  border-radius: 10px;
}

.recommends {
  margin: 0 0 50px;
}

.why .carousel .carousel-inner p.month_profit {
  font: 17px/1 Roboto;
  font-weight: 500;
  margin-top: 20px;
  line-height: 28px;
}

.why .carousel .carousel-inner p.month_profit b {
  color: #f5801a;
}

.flexfeatured {
  display: flex;
  width: 90%;
  align-items: center;
  margin: 0 auto;
  flex-wrap: wrap;
  justify-content: space-around;
}

img.benimg {
  max-height: 50px;
  margin: 0 auto;
}

.founder .row {
  max-width: 1080px;
  margin: 0 auto;
}

.feed-author {
  text-align: center;
}

.feed-author .user {
  font: 22px/30px Roboto;
  font-weight: 500;
  color: #e17720;
}

.feed-author .country {
  color: #464646;
  font: 14px/30px Roboto;
  font-weight: 300;
}

.feedstars {
  margin: 20px 0 30px;
  text-align: center;
}

.feedbacks .onblack .owl-nav .owl-prev {
  top: 110px;
  position: absolute;
  left: -75px;
}

.feedbacks .onblack .owl-nav .owl-next {
  top: 110px;
  position: absolute;
  right: -75px;
}

.addons-main-header h1 {
  color: #fff;
}

div .testimonials-sticker .container .h1 {
  color: #fff;
  font-weight: normal;
}

.testimonials-content {
  padding: 0 0 40px;
}

.allreviews .testimonials-content {
  padding: 0px;
}

div .testimonials-form-block .heading-title {
  font-weight: normal;
  color: #464646;
}

.сhoose_niche h1 {
  color: #fff;
}

.orange-step {
  color: #fc8425;
  font-size: 22px;
  text-align: center;
  font-family: Roboto;
  font-weight: 700;
}

.header-business {
  background: #f3f3f3 url(img/business/get_money.jpg) center/cover no-repeat;
  background-size: auto 100%;
  padding: 43px 0 57px;
}

.header-business .header-business-play-video {
  position: absolute;
  margin-top: 60px;
  left: 48%;
  text-align: center;
}

.powerful-new .header-business-play-video {
  position: absolute;
  margin-top: 60px;
  left: 56%;
  text-align: center;
}

.header-business-new {
  background: #f3f3f3 url(img/business/get_money_new.jpg) center/cover no-repeat;
  background-size: auto 100%;
  padding: 43px 0 57px;
}

.header-business-play-video img {
  transition: all 0.3s ease-out;
}

.header-business-play-video:hover img {
  transform: scale(1.1);
  transition: all 0.3s ease-out;
}

.header-business-play-video a {
  color: white;
  font-size: 22px;
  line-height: 55px;
}

.header-business-play-video a:hover, .header-business-play-video a:focus {
  text-decoration: none;
}

.powerful-new a.powerful-link {
  margin: 0;
}

.active-circle {
  background: #d49420 !important;
}

.nav-circle {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  transition: 0.25s;
  margin: 0 5px 0 5px;
  background: rgb(186, 186, 186);
}

.nav-circle:hover {
  cursor: pointer;
  background: #b3b2b2;
}

.content-wrap .cell > div > * {
  padding: 80px 0;
}

.page-plugin .content-wrap .cell > div > *.features-test {
  padding-top: 0;
}

.cursor-pointer {
  cursor: pointer;
}

.endline {
  padding-bottom: 0 !important;
}

.blockswitcher {
  padding: 0 !important;
}

.blockswitcher > div {
  padding: 80px 0;
}

.addons-main-header {
  padding: 0 !important;
}

.addons-main-header .addons-head-text {
  padding: 80px 0;
}

.content-wrap .cell > div > .page-contact {
  padding: 80px 0 60px 0;
}

.blog_cont {
  margin: 0;
  padding: 0 !important;
}

h2.cuteh2::after {
  display: block;
  width: 80px;
  margin: 12px auto 3px;
  height: 2px;
  content: "";
}

.success-srories-clients .title h3 {
  color: #fc8425;
}

.polosa {
  max-width: 600px;
  display: flex;
  margin: 0 auto;
}

.polosa input {
  margin: 0;
}

.single-version ul li {
  font-size: 17px;
  list-style: square;
  margin: 0 0 10px;
}

.woobook-pos .container::before {
  top: 40px !important;
}

div.about-team h2 {
  text-align: center;
  color: #5a5a5a;
  font-size: 30px;
  margin: 0;
}

.about-ready .flexbtns {
  max-width: 100%;
  display: flex;
  justify-content: center;
  text-align: center;
}

.about-ready .flexbtns a {
  margin: 0 7.5px;
}

div.about-ready {
  background: #f6f6f6;
}

.categories-single-title {
  background: #3f3f3f;
}

div.greybgr {
  background: #f6f6f6;
}

.addon-single-tabs {
  padding-top: 0 !important;
}

.knowledge-cont {
  padding: 0 !important;
}

#testimonialsform .form-submit {
  margin-top: 20px;
}

.hide_features_items .row {
  display: flex;
  flex-wrap: wrap;
}

.flexcenter {
  max-width: 100%;
  display: flex;
  justify-content: center;
}

.sr-guarantee h2 {
  color: #fff;
}

.woo-thankyou .btns-plate .btn, .powerful-thankyou .btns-plate .btn {
  margin: 0 0 20px;
}

.powerful.powerful-thankyou p {
  text-align: left;
  margin: 0 0 15px;
}

.powerful.powerful-thankyou .btns-plate, .woo-thankyou .btns-plate {
  margin: 0px 0 20px;
}

.which_version .row {
  padding: 0 15px;
}

.which_version p {
  font-family: Roboto;
  font-weight: 700;
}

.woo-thankyou h5, .powerful.powerful-thankyou h5 {
  margin: 0 0 10px;
}

.tab-content ul li, .tab-content ul li {
  font-family: Roboto;
  font-weight: 300;
}

.tab-content ul li, .content ul li {
  list-style: none;
  position: relative;
}

.tab-content ul li:before {
  content: "";
  width: 4px;
  height: 4px;
  position: absolute;
  left: -20px;
  top: 12px;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAIAAAAmkwkpAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkE2ODhFN0JDOEUzRTExRThCQzYxQzRDMjk4NTYyOERFIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkE2ODhFN0JEOEUzRTExRThCQzYxQzRDMjk4NTYyOERFIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6QTY4OEU3QkE4RTNFMTFFOEJDNjFDNEMyOTg1NjI4REUiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6QTY4OEU3QkI4RTNFMTFFOEJDNjFDNEMyOTg1NjI4REUiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz6HjYSAAAAAFklEQVR42mIMjk5jgAEmBiSAmwMQYAA22QEcls2qVQAAAABJRU5ErkJggg==");
}

.why-alidropship-woo-blocks > .row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.business-learn .row.row-margin {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.flexheaderR .youtube a {
  position: relative;
  display: block;
}

.flexheaderR .youtube a:before {
  transition: all 0.13s ease-out;
  position: absolute;
  content: "";
  width: 120px;
  height: 120px;
  top: calc(50% - 60px);
  left: calc(50% - 60px);
  background: url(img/main/playbtn.png) no-repeat center center transparent;
  z-index: 1000;
  background-size: contain;
}

.flexheaderR .youtube:hover a:before {
  width: 132px;
  height: 132px;
  top: calc(50% - 66px);
  left: calc(50% - 66px);
}

.solution .flexwrap .solution-item {
  display: inline-block;
  vertical-align: top;
}

.alt_main_header {
  position: relative;
}

.alt_main_header:before {
  background: rgba(0, 0, 0, 0.25);
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  z-index: 99;
}

.alt_main_header .container {
  position: relative;
  z-index: 100;
}

.features .cuteh2 + .row {
  display: flex;
  flex-wrap: wrap;
}

.features .cuteh2 + .row > div {
  display: inline-block;
  float: none;
  vertical-align: top;
}

.content-wrap .cell > div > .main-featured {
  overflow: hidden;
  padding: 40px 0;
}

.main-featured .owl-carousel .owl-item img {
  height: 40px;
  width: auto;
  max-width: 100%;
  margin: 0 auto;
}

#social-counts {
  display: flex;
  background: #fff;
  padding: 35px 0;
  border-top: 1px solid #DADADA;
  flex-wrap: wrap;
}

#social-counts .item {
  width: 16.6%;
  text-align: center;
  padding: 15px;
  border-right: 1px solid #DADADA;
  color: #464646;
}

#social-counts .item:last-child {
  border: none;
}

#social-counts .count {
  font-weight: bold;
  font-size: 30px;
  margin-top: 10px;
  margin-bottom: 10px;
}

#social-counts .count-m {
  display: none;
}

#social-counts .name {
  font-weight: 300;
  font-size: 17px;
}

.post-slides-wrapper {
  scrollbar-width: none;
}

.post-aliexpress-dropshipping-business-monumental-guide .content-title {
  display: none;
}

.post_content_list button .fa-angle-up:before {
  content: "\f106";
}

.post_content_list button.collapsed .fa-angle-up:before {
  content: "\f107";
}

.address .link-map {
  color: #acacac;
}

.address .link-map:hover,
.address .link-map:focus {
  color: #acacac;
  text-decoration: none;
}

.main-featured-block .item {
  display: inline-block;
}

.content-wrap .cell > div > *.categories-blog {
  padding: 10px 0;
}

.container-blog {
  padding: 0;
  margin-top: 27px;
}

.main-featured .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.main-featured-block {
  display: inline-flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  width: 100%;
  margin: 0;
  align-items: center;
}
.main-featured-block .feature-on {
  margin: 0;
}

.main-featured-block:first-child {
  margin: 0 !important;
}

.main-header-new {
  background-color: #F3F3F3;
  color: #464646;
}

.header-block-left,
.header-block-right,
.header-block-left h2,
.header-block-right h2 {
  color: #464646;
}

.header-block-left h2,
.header-block-right h2 {
  font-size: 30px;
  font-family: Roboto;
  font-weight: 500;
  margin-bottom: 19px;
}

.header-block-desc {
  font-size: 17px;
  line-height: 27px;
  font-family: Roboto;
  font-weight: 300;
  margin-bottom: 29px;
}

.header-block-btn {
  margin-bottom: 10px;
}

.header-block-btn a {
  display: inline-block;
  width: 210px;
  margin: 0;
}

.header-block-btn-desc {
  font-family: Roboto;
  font-weight: 300;
  font-size: 17px;
  line-height: 27px;
}

.header-block-btn-desc span {
  font-size: 14px;
}

.btns-plate .inline-block {
  display: inline-block;
}

.btns-plate .one-time-payment {
  font: 14px/22px Roboto;
  font-weight: 400;
  color: #464646;
  margin-top: 7px;
  margin-bottom: 0;
}

.btns-plate .order-custom-site {
  margin-left: 20px;
  margin-top: 14px;
}

.btns-plate .order-custom-site,
.btns-plate .order-custom-site a {
  font: 14px/22px Roboto;
  font-weight: 400;
  color: #23527C;
  vertical-align: top;
}

.btns-plate .order-custom-site a {
  text-decoration: underline;
}

.btns-plate .order-custom-site a:hover {
  text-decoration: none;
}

.one-time-payment-plugin,
.flexbtns-test .one-time-payment-test {
  font-size: 14px;
  margin-top: 7px;
}

.one-time-payment-custom {
  font-size: 13px;
  text-transform: none;
  color: #666;
  position: relative;
  top: 5px;
}

.one-time-payment-plugin .one-time-payment-plugin {
  margin: 7px 5px 0;
}

.flexbtns-test .one-time-payment-test {
  margin-right: 15px;
}

.sidebar-blog-download.hidden {
  display: none !important;
}

.ready-start .see_our_packages {
  width: 240px;
}

.spinner {
  position: relative;
}

.spinner.on:before {
  content: "";
  width: 20px;
  height: 20px;
  background: #ff8100 url(img/main/spinner.svg) center center no-repeat;
  background-size: contain;
  position: absolute;
  top: -2px;
  left: -25px;
  border-radius: 10px;
}

/*safari fix*/
.owl-carousel .owl-item .owl-lazy.loaded {
  opacity: 1;
}

#ali-popup {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 350px;
  height: 417px;
  display: block;
  position: fixed;
  bottom: 0;
  right: 0;
  transition: 0.4s;
  z-index: 999;
  cursor: pointer;
}

#ali-popup.hidden-pop {
  right: -350px;
}

#ali-popup .close-me {
  position: absolute;
  top: 1px;
  right: 3px;
  opacity: 1;
  font-weight: 400;
  display: inline-block;
  border: 2px solid #fff;
  border-radius: 50%;
  text-shadow: none;
  background: #464646 url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTguMS4xLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDIxMi45ODIgMjEyLjk4MiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMjEyLjk4MiAyMTIuOTgyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgd2lkdGg9IjUxMnB4IiBoZWlnaHQ9IjUxMnB4Ij4KPGcgaWQ9IkNsb3NlIj4KCTxwYXRoIHN0eWxlPSJmaWxsLXJ1bGU6ZXZlbm9kZDtjbGlwLXJ1bGU6ZXZlbm9kZDsiIGQ9Ik0xMzEuODA0LDEwNi40OTFsNzUuOTM2LTc1LjkzNmM2Ljk5LTYuOTksNi45OS0xOC4zMjMsMC0yNS4zMTIgICBjLTYuOTktNi45OS0xOC4zMjItNi45OS0yNS4zMTIsMGwtNzUuOTM3LDc1LjkzN0wzMC41NTQsNS4yNDJjLTYuOTktNi45OS0xOC4zMjItNi45OS0yNS4zMTIsMGMtNi45ODksNi45OS02Ljk4OSwxOC4zMjMsMCwyNS4zMTIgICBsNzUuOTM3LDc1LjkzNkw1LjI0MiwxODIuNDI3Yy02Ljk4OSw2Ljk5LTYuOTg5LDE4LjMyMywwLDI1LjMxMmM2Ljk5LDYuOTksMTguMzIyLDYuOTksMjUuMzEyLDBsNzUuOTM3LTc1LjkzN2w3NS45MzcsNzUuOTM3ICAgYzYuOTg5LDYuOTksMTguMzIyLDYuOTksMjUuMzEyLDBjNi45OS02Ljk5LDYuOTktMTguMzIyLDAtMjUuMzEyTDEzMS44MDQsMTA2LjQ5MXoiIGZpbGw9IiNGRkZGRkYiLz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8L3N2Zz4K") no-repeat 10px 10px;
  background-size: 16px;
  text-indent: -999px;
  overflow: hidden;
  color: #fff;
  width: 40px;
  height: 40px;
  transition: 0.4s;
  padding: 0 0 0 30px;
}

#ali-popup.hidden-pop .close-me {
  right: 313px;
  background: #F51717 url(img/main/bell.svg) no-repeat 20px center;
  border: none;
  text-indent: 0;
  text-transform: uppercase;
  width: 112px;
  border-radius: 30px 30px 0 0;
  transform: rotate(-90deg);
  font-weight: bold;
  font-size: 17px;
}

#ali-popup.hidden-pop.ads .close-me {
  right: 276px;
  width: 187px;
}

#ali-popup.hidden-pop .long {
  display: none;
}

#thank-you-page {
  background: #F7F7F7;
  text-align: center;
}

#thank-you-page .sub-title {
  font-weight: 500;
  font-size: 22px;
  margin-top: 50px;
  margin-bottom: 15px;
}

#thank-you-page .thank-badge {
  background: #46AB88 url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjYiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAyNiAxOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNOS40NzAyOCAxNy44MjM2QzguNTM1MDEgMTcuODIwMSA3LjY0MDI4IDE3LjQ0NTkgNi45ODIwNCAxNi43ODI0TDEuNjg3OTggMTEuNDg4M0MwLjMwOTczNiAxMC4xMTAxIDAuMzA5NzM2IDcuODcyNCAxLjY4Nzk4IDYuNDk0MjhDMy4wNjYyMiA1LjExNjE1IDUuMzAzOTIgNS4xMTYwMyA2LjY4MjA0IDYuNDk0MjhMOS42NjQzNCA5LjQ3NjU4TDE5LjUyOTEgMS4wMjM2MUMyMS4xNDczIC0wLjA2MzQyMDQgMjMuMzQwOCAwLjM2ODg4NCAyNC40MjYxIDEuOTg3MTNDMjUuMzI3OSAzLjMzMTg1IDI1LjIwMDggNS4xMTU5MiAyNC4xMTczIDYuMzE3NjdMMTEuNzY0MyAxNi45MDU5QzExLjEzNDUgMTcuNDc3OCAxMC4zMjA5IDE3LjgwNDIgOS40NzAyOCAxNy44MjM2WiIgZmlsbD0id2hpdGUiLz48L3N2Zz4=) no-repeat center center;
  width: 60px;
  height: 60px;
  margin: 0 auto;
  border-radius: 30px;
}

#thank-you-page h1 {
  margin-top: 30px;
  margin-bottom: 10px;
}

#thank-you-page .head .btn {
  margin-top: 30px;
}

#thank-you-page .head .btn .fa {
  margin-right: 15px;
}

.owl-carousel .owl-dots .owl-dot span {
  background-color: #bababa;
  width: 7px;
  height: 7px;
  border: none;
  display: block;
  border-radius: 30px;
  margin: 0 9px;
}

.owl-carousel .owl-dots .owl-dot {
  display: inline-block;
}

.owl-carousel .owl-dots {
  text-align: center;
}

.owl-carousel .owl-dots .active span {
  background-color: #f57f17;
}

#back-top {
  position: fixed;
  bottom: 28px;
  left: 15px;
  z-index: 50;
}

#back-top a {
  background-color: #f57f17;
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 3px;
  text-align: center;
  background-image: url("./img/main/top.svg");
  background-position: center;
  background-repeat: no-repeat;
}

#back-top a:hover {
  background-color: #E66100;
}

#back-top a:focus, #back-top a:active {
  background-color: #f57f17;
}

#back-top a .fa {
  color: #fff;
  font-size: 32px;
  line-height: 40px;
}

#guide-page {
  color: #FFFFFF;
  margin-bottom: 110px;
  padding-top: 50px;
}

#guide-page .book {
  position: relative;
  width: 37%;
}

#guide-page .book img {
  position: absolute;
  top: 0;
  left: 0;
}

#guide-page .group {
  padding-left: 42%;
  padding-top: 50px;
}

#guide-page .free {
  font-weight: bold;
  font-size: 15px;
  text-transform: uppercase;
  background: #1D6983;
  border-radius: 3px;
  color: #fff;
  padding: 5px 10px;
}

#guide-page h1 {
  line-height: 44px;
  color: #FFFFFF;
  margin-top: 20px;
  margin-bottom: 25px;
}

#guide-page .pages {
  opacity: 0.4;
  margin-bottom: 60px;
}

#guide-page .pages img {
  margin-top: -3px;
  margin-right: 2px;
}

#guide-page .minutes {
  opacity: 0.4;
  margin-bottom: 10px;
}

#guide-page .minutes img {
  margin-top: -3px;
}

#guide-page .form-title {
  font-size: 22px;
  line-height: 140%;
  margin-bottom: 15px;
}

#guide-page form {
  display: flex;
}

#guide-page input {
  height: 50px;
  max-width: 350px;
  width: 100%;
  margin-right: 12px;
}

#guide-page .formats {
  font-size: 14px;
  line-height: 16px;
  margin-top: 23px;
  font-style: italic;
}

#guide-page-breads {
  font-weight: 300;
  font-size: 12px;
  color: #fff;
  padding: 20px 0;
  line-height: 17px;
}

#guide-page-breads a {
  color: #fff;
}

.phone-group {
  display: flex;
  justify-content: space-between;
}

.phone-group .code {
  width: auto;
  margin-right: 10px;
  padding-right: 17px;
  height: 50px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: #fff url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOSIgaGVpZ2h0PSI2IiB2aWV3Qm94PSIwIDAgOSA2IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBkPSJNNC42NDg0NCA1LjE3NDAyTDAuNjQ4NDM4IDAuMzc0MDIzSDguNjQ4NDRMNC42NDg0NCA1LjE3NDAyWiIgZmlsbD0iIzQ2NDY0NiIvPgo8L3N2Zz4K) no-repeat center right 10px;
  line-height: 1.4;
}

#custom_accordion .panel-heading,
#custom_accordion .panel,
#custom_accordion .panel-body {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
}

#custom_accordion a {
  font-weight: bold;
  display: block;
  padding: 15px;
  position: relative;
  border-bottom: 1px solid #F3F3F3;
  color: #464646;
}

#custom_accordion a:after {
  content: "\f105";
  position: absolute;
  top: 14px;
  right: 10px;
  font-size: 24px;
  font-family: "FontAwesome";
  transition: all 0.4s linear 0s;
  transform: rotate(-90deg);
}

#custom_accordion a.collapsed:after {
  transform: rotate(90deg);
  right: 8px;
}

#custom_accordion a:hover,
#custom_accordion a:focus {
  color: inherit;
}

#custom_accordion .panel-body {
  margin-top: 20px;
  border-bottom: 1px solid #F3F3F3;
  display: flex;
  justify-content: flex-start;
}

#custom_accordion .item {
  width: 30%;
}

#custom_accordion ul {
  padding: 0;
  margin: 0 0 30px 0;
}

#custom_accordion li {
  list-style: none;
  padding: 0 0 0 15px;
  position: relative;
}

#custom_accordion li:before {
  content: "";
  width: 4px;
  height: 4px;
  background: #565B65;
  border-radius: 2px;
  position: absolute;
  top: 11px;
  left: 0;
}

#custom_accordion li:first-child:before {
  display: none;
}

#custom_accordion li:first-child {
  color: #969594;
  padding-bottom: 10px;
  padding-left: 15px;
}

body .plyr--video .plyr__control.plyr__control--overlaid,
body .plyr--video .plyr__control.plyr__control--overlaid:hover {
  background: url(img/main/play.svg) 0 0 no-repeat;
  color: #F57F17;
  padding: 44px;
  background-size: contain;
}

body .plyr--video .plyr__control.plyr__control--overlaid:hover {
  padding: 48px;
}

#video-course.teaser img {
  margin-bottom: 26px;
}

#video-course.teaser .price {
  margin-right: 15px;
}

#video-course.teaser .price span {
  font-size: 21px;
  text-decoration: line-through;
  line-height: 0;
}

#video-course.teaser .free span {
  font-size: 21px;
  line-height: 0;
  color: #FFFFFF;
  background: #3D9979;
  border-radius: 100px;
  padding: 3px 10px;
}

#video-course.teaser .group {
  display: flex;
  justify-content: center;
}

#video-course.teaser .wrapper {
  box-shadow: 0px 2px 30px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
}

#video-course.teaser .inner {
  text-align: center;
  position: relative;
  padding: 26px 15px 34px;
}

#video-course.teaser .inner > * {
  z-index: 1;
  position: relative;
}

#video-course.teaser .back-img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  z-index: 0;
}

#video-course.teaser .sub-title {
  font-weight: normal;
  font-size: 22px;
  line-height: 140%;
  margin-bottom: 13px;
}

#video-course.teaser h2 {
  margin-bottom: 25px;
}

#video-course.teaser .img-mob {
  display: none;
}

.check-list-item {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDkiIGhlaWdodD0iMzkiIHZpZXdCb3g9IjAgMCA0OSAzOSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTMuOTQ1MTkgMTcuNzAzMUwxNy42ODg0IDMxLjc5NDRMNDQuOTQ1MiAzLjgzOTg0IiBzdHJva2U9IiNGNTdGMTciIHN0cm9rZS13aWR0aD0iMTAiLz4KPC9zdmc+Cg==) no-repeat left top;
  padding-left: 80px;
}

#wpadminbar {
  padding: 0;
}

#contactUsForm .modal-header {
  padding: 0 20px;
  text-align: center;
}

#contactUsForm .modal-header .modal-title {
  color: #464646;
  font-size: 30px;
  font-weight: 600;
  line-height: 36px;
  margin-top: 20px;
  margin-bottom: 10px;
}

#contactUsForm .grecaptcha-badge {
  visibility: hidden;
}

#contactUsForm input.form-control {
  height: 50px;
  border: 1px solid #C0C0C0;
}

#contactUsForm #message {
  padding-top: 15px;
  resize: none;
}

#contactUsForm {
  text-align: center;
}

.content-wrap .cell > div > div#contactUsForm {
  padding: 0;
}

#contactUsForm:before {
  display: inline-block;
  vertical-align: middle;
  content: "";
  height: 100%;
}

#contactUsForm .modal-body {
  position: relative;
  padding: 20px 50px;
}

#contactUsForm .modal-body .btn {
  margin: 0;
  background: #F57F17;
  width: 100%;
  font-size: 17px;
  padding: 13px 35px;
  line-height: 32px;
  height: auto;
  max-width: unset;
}

#contactUsForm .modal-body .btn:hover,
#contactUsForm .modal-body .btn:focus {
  outline: none;
  background: #d06404;
}

#contactUsForm .modal-content-hidden .close,
#contactUsForm .modal-content-hidden .close,
#contactUsForm .modal-header .close, .socials ul li a {
  width: 33px;
  height: 33px;
}

#contactUsForm .modal-content-hidden .close,
#contactUsForm .modal-header .close {
  right: 5px;
  top: 5px;
}

#contactUsForm .modal-dialog {
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  margin: 0 !important;
  text-align: left;
}

#contactUsForm .modal-header p {
  font-family: Roboto;
  font-weight: 500;
  font-size: 20px;
  color: #464646;
}

#contactUsForm .modal-content-hidden {
  display: none;
}

#contactUsForm .modal-content-hidden .success-message {
  color: #464646;
  font-size: 30px;
  padding: 10px 0 10px;
  font-weight: 600;
  line-height: 36px;
}

#contactUsForm .modal-content-hidden .success-message .title {
  margin-bottom: 24px;
  font-weight: 900;
  font-size: 34px;
  line-height: 110%;
  padding-top: 85px;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNjAiIGhlaWdodD0iNjAiIHZpZXdCb3g9IjAgMCA2MCA2MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMzAgNjBDMTMuNDMxMiA2MCAwIDQ2LjU2ODggMCAzMEMwIDEzLjQzMTIgMTMuNDMxMiAwIDMwIDBDNDYuNTY4OCAwIDYwIDEzLjQzMTIgNjAgMzBDNjAgNDYuNTY4OCA0Ni41Njg4IDYwIDMwIDYwWiIgZmlsbD0iIzQ2QUI4OCIvPjxwYXRoIGQ9Ik0yNi40NzA1IDM4LjgyMzZDMjUuNTM1MiAzOC44MjAxIDI0LjY0MDUgMzguNDQ1OSAyMy45ODIzIDM3Ljc4MjRMMTguNjg4MiAzMi40ODgzQzE3LjMwOTkgMzEuMTEwMSAxNy4zMDk5IDI4Ljg3MjQgMTguNjg4MiAyNy40OTQzQzIwLjA2NjQgMjYuMTE2MiAyMi4zMDQxIDI2LjExNiAyMy42ODIzIDI3LjQ5NDNMMjYuNjY0NiAzMC40NzY2TDM2LjUyOTMgMjIuMDIzNkMzOC4xNDc1IDIwLjkzNjYgNDAuMzQxIDIxLjM2ODkgNDEuNDI2MyAyMi45ODcxQzQyLjMyODEgMjQuMzMxOSA0Mi4yMDEgMjYuMTE1OSA0MS4xMTc1IDI3LjMxNzdMMjguNzY0NiAzNy45MDU5QzI4LjEzNDcgMzguNDc3OCAyNy4zMjEyIDM4LjgwNDIgMjYuNDcwNSAzOC44MjM2WiIgZmlsbD0id2hpdGUiLz48L3N2Zz4=) no-repeat center top;
}

#contactUsForm .modal-content-hidden .success-message .title img {
  position: relative;
  top: -6px;
}

#contactUsForm .modal-content-hidden .success-message .post-title {
  font-size: 22px;
  line-height: 23px;
  font-weight: normal;
  padding: 30px;
  background: #FDF7E4;
  border-radius: 10px;
}

.modal .agree-to-receive {
  margin-top: 20px;
  font-size: 12px;
}

#contactUsForm .phone-wrapper {
  margin-top: 25px;
}

#contactUsForm .phone-wrapper a {
  text-decoration: underline;
  position: relative;
  padding-left: 27px;
  font-size: 18px;
  font-weight: bold;
  margin-left: 4px;
  color: #347AB7;
}

#contactUsForm .phone-wrapper a:after {
  content: url(img/main/phone-b.svg);
  position: absolute;
  left: 0;
  top: 0;
}

#contactUsForm .phone-wrapper .title {
  font-weight: bold;
}

#contactUsForm.v2 .modal-content {
  background: #FFFFFF;
  border-radius: 10px;
  padding: 0 !important;
  overflow: hidden;
  border: none;
}

#contactUsForm.v2 .form-content {
  padding-right: 350px;
  background: url(./img/modal/v5.png) no-repeat right bottom;
  background-size: contain;
}

#contactUsForm.v2 .modal-dialog {
  width: 760px;
}

#contactUsForm.v2 .modal-header .close {
  background-color: #C4C4C4;
}

#contactUsForm.v2 .modal-body {
  padding: 0 20px 35px 25px;
}

#contactUsForm.v2 .modal-header .modal-title {
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
  margin-top: 35px;
}

#contactUsForm.v2 .modal-header p {
  font-weight: 400;
  font-size: 18px;
  line-height: 23px;
  /*background: url(img/modal/v1-h.png) no-repeat right center;*/
  padding-right: 18px;
  display: inline-block;
  margin-bottom: 20px;
}

#contactUsForm .modal-content-hidden .modal-header .close {
  background-color: #C4C4C4;
}

.posts-slider-image-aspect-ratio {
  aspect-ratio: 4/3;
  width: 100% !important;
  -o-object-fit: contain;
     object-fit: contain;
}

@media (max-width: 1280px) {
  #video-course.teaser .back-img {
    display: none;
  }
  #video-course.teaser .inner {
    background: linear-gradient(45deg, #ebf5ff, #c7e0fa);
  }
}
@media (max-width: 1200px) {
  #contactUsForm .btn.sticky {
    padding: 0px 20px;
    transform: none;
    top: 72px;
    left: 15px;
  }
}
@media (max-width: 991px) {
  .arrow-wrapper-style {
    display: none;
  }
  #main-menu {
    height: 50px;
  }
  #main-menu .container {
    max-height: 85vh;
    overflow-y: auto;
    padding: 11px 15px;
    height: auto;
    background: #fff;
    width: 100%;
  }
  #main-menu .inner {
    position: relative;
  }
  #menu-main .sub-menu {
    position: static;
    box-shadow: none;
    padding: 0;
    border: none;
    width: 100%;
    margin-bottom: 20px;
  }
  #menu-main.main-menu {
    margin-top: 11px;
  }
  #menu-main .menu-item-has-children:hover .sub-menu {
    display: none;
  }
  #mobile-menu-btn {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjIiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCAyMiAxNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTAuODMwMTg5IDJIMjEuMTY5OEMyMS42MjgxIDIgMjIgMS41NTIgMjIgMUMyMiAwLjQ0OCAyMS42MjgxIDAgMjEuMTY5OCAwSDAuODMwMTg5QzAuMzcxOTI1IDAgMCAwLjQ0OCAwIDFDMCAxLjU1MiAwLjM3MTkyNSAyIDAuODMwMTg5IDJaIiBmaWxsPSIjMUIxQjFCIi8+CjxwYXRoIGQ9Ik0wLjgzMDE4OSA4SDIxLjE2OThDMjEuNjI4MSA4IDIyIDcuNTUyIDIyIDdDMjIgNi40NDggMjEuNjI4MSA2IDIxLjE2OTggNkgwLjgzMDE4OUMwLjM3MTkyNSA2IDAgNi40NDggMCA3QzAgNy41NTIgMC4zNzE5MjUgOCAwLjgzMDE4OSA4WiIgZmlsbD0iIzFCMUIxQiIvPgo8cGF0aCBkPSJNMC44MzAxODkgMTRIMjEuMTY5OEMyMS42MjgxIDE0IDIyIDEzLjU1MiAyMiAxM0MyMiAxMi40NDggMjEuNjI4MSAxMiAyMS4xNjk4IDEySDAuODMwMTg5QzAuMzcxOTI1IDEyIDAgMTIuNDQ4IDAgMTNDMCAxMy41NTIgMC4zNzE5MjUgMTQgMC44MzAxODkgMTRaIiBmaWxsPSIjMUIxQjFCIi8+Cjwvc3ZnPgo=) no-repeat center;
    width: 21px;
    height: 18px;
    display: block;
    border: none;
  }
  #main-menu.open #mobile-menu-btn {
    /*background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTkiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAxOSAxOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTAuNjI0NzU1IDIuMDM5MTJMMTUuOTM0OSAxNy4zNDkzQzE2LjI3OTkgMTcuNjk0MyAxNi44NzY2IDE3LjY1NzQgMTcuMjY3IDE3LjI2NzFDMTcuNjU3MyAxNi44NzY4IDE3LjY5NDEgMTYuMjggMTcuMzQ5MiAxNS45MzUxTDIuMDM4OTcgMC42MjQ5MDZDMS42OTQwMiAwLjI3OTk1OCAxLjA5NzI4IDAuMzE2Nzg0IDAuNzA2OTU2IDAuNzA3MTA3QzAuMzE2NjMzIDEuMDk3NDMgMC4yNzk4MDcgMS42OTQxNyAwLjYyNDc1NSAyLjAzOTEyWiIgZmlsbD0iIzFCMUIxQiIvPgo8cGF0aCBkPSJNMTcuNTk0IDIuMDM5MTJMMi4yODM4MSAxNy4zNDkzQzEuOTM4ODYgMTcuNjk0MyAxLjM0MjEyIDE3LjY1NzQgMC45NTE3OTQgMTcuMjY3MUMwLjU2MTQ3MSAxNi44NzY4IDAuNTI0NjQ2IDE2LjI4IDAuODY5NTk0IDE1LjkzNTFMMTYuMTc5OCAwLjYyNDkwNkMxNi41MjQ3IDAuMjc5OTU4IDE3LjEyMTUgMC4zMTY3ODQgMTcuNTExOCAwLjcwNzEwN0MxNy45MDIxIDEuMDk3NDMgMTcuOTM4OSAxLjY5NDE3IDE3LjU5NCAyLjAzOTEyWiIgZmlsbD0iIzFCMUIxQiIvPgo8L3N2Zz4K) no-repeat right center;*/
    background: url("./img/blog/close-ham-btn.svg");
    background-repeat: no-repeat;
  }
  #menu-nav {
    width: 100%;
    display: none;
  }
  #main-menu.open .container {
    box-shadow: 0px 6px 20px 6px #adacac;
  }
  #menu-main .menu-item-has-children:hover > a:after {
    transform: rotate(90deg);
  }
  #menu-main > li {
    width: 100%;
  }
  #menu-main {
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
  }
  #menu-main .menu-btn {
    align-items: center;
  }
  #menu-main .menu-btn > a {
    width: 290px;
    text-align: center;
    padding: 6px 12px;
    height: 50px;
    font-size: 16px;
    line-height: 38px;
  }
  #menu-main .menu-item-has-children > a:after {
    width: 13px;
    height: 16px;
    top: 22px;
  }
  #menu-main .menu-item-has-children.open > a:after {
    transform: rotate(-90deg);
  }
  #menu-main .menu-btn > a:before,
  #menu-main .menu-btn > a:after {
    display: none;
  }
  #menu-main > li > a {
    font-size: 16px;
    line-height: 30px;
    text-transform: uppercase;
    padding: 15px 0;
  }
  #menu-main > li {
    border-top: 1px solid #dadada;
  }
  #contactUsForm .btn.sticky {
    border-radius: 5px;
    top: 18px;
    z-index: 1031;
    left: 50%;
  }
}
#custom_intercom_link {
  z-index: 2147483000;
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 60px;
  height: 60px;
  padding: unset;
  padding-top: 14px;
  border-radius: 50%;
  background: rgb(35, 153, 255);
  box-shadow: rgba(0, 0, 0, 0.06) 0px 1px 6px 0px, rgba(0, 0, 0, 0.16) 0px 2px 32px 0px;
  display: flex;
  justify-content: center;
}

#custom_intercom_link:hover {
  cursor: pointer;
}

.custom-intercom-lightweight-app-launcher {
  background-image: url("img/main/intercom-app-launcher.svg");
  background-repeat: no-repeat;
  background-size: 28px 32px;
  width: 28px;
  height: 32px;
}

@media (max-width: 767px) {
  .header-block-img.established {
    display: none;
  }
  .header-block-img.established.mobile {
    display: inline-block;
    margin-left: 24px;
  }
  .header-block-img.established.high-ticket.mobile {
    height: auto;
    line-height: 1.4;
    padding: 5px 15px;
    max-width: 270px;
  }
  .header-block-img.established:before {
    background-size: 50px;
    background-repeat: no-repeat;
    background-position: 1px 1px;
    font-size: 13px;
    left: -55px;
  }
  .header-block-img.established:after {
    top: 1px;
  }
  #contactUsForm .form-control {
    padding: 6px 8px;
  }
  #contactUsForm.v2 .modal-body {
    padding: 0 15px 25px 15px;
  }
  #contactUsForm.v2 .modal-dialog {
    width: 94%;
  }
  #contactUsForm.v2 .form-content {
    padding-right: 0;
    background: none;
  }
  #contactUsForm.v2 .modal-header .modal-title {
    margin-top: 25px;
  }
  #contactUsForm .modal-content-hidden .success-message .title {
    padding-top: 75px;
    font-weight: 500;
    font-size: 24px;
    margin-bottom: 20px;
  }
  #contactUsForm .modal-content-hidden .success-message .title span {
    font-weight: 900;
    font-size: 34px;
    display: block;
    margin-bottom: 5px;
  }
  #contactUsForm .modal-content-hidden .success-message .title img {
    width: 24px;
    top: -3px;
  }
  #contactUsForm .modal-content-hidden .success-message .post-title {
    padding: 19px;
  }
  #contactUsForm .btn.sticky {
    display: none;
  }
  #contactUsForm .modal-dialog {
    overflow: hidden;
    width: 94%;
    max-width: 600px;
    margin: 0 auto;
  }
  #contactUsForm .modal-header img {
    width: 80px;
    margin: 0 auto;
  }
  #contactUsForm .modal-header .modal-title,
  #contactUsForm .modal-header p {
    text-align: center;
    font-size: 15px;
  }
  #contactUsForm .modal-header .modal-title {
    line-height: 20px;
    padding: 0px 15px 0px;
  }
  #contactUsForm .form-group {
    margin-bottom: 5px;
  }
  #contactUsForm .fb-messenger {
    margin-top: 15px;
  }
  #contactUsForm .modal-body {
    padding: 0 15px 15px;
  }
  #contactUsForm .modal-content-hidden .success-message {
    font-size: 20px;
    line-height: 30px;
  }
  .phone-group .code {
    margin-right: 5px;
  }
  .btn-big.btn {
    width: 100%;
  }
  #video-course.teaser .img-mob {
    width: 100%;
    display: block;
    margin: 0;
  }
  #video-course.teaser .inner {
    padding-bottom: 14px;
    background: #fff;
  }
  #video-course.teaser .group {
    flex-direction: column;
  }
  #video-course.teaser .price {
    margin: 0 0 15px;
  }
  #video-course.teaser .free span {
    line-height: 36px;
  }
  #video-course.teaser .sub-title {
    font-size: 16px;
    line-height: 140%;
  }
}
@media (max-width: 767px) {
  .navbar-brand {
    padding: 0;
    line-height: 36px;
  }
  #custom_accordion .panel-body {
    flex-direction: column;
  }
  #custom_accordion .item {
    width: 100%;
  }
  h1, .h1 {
    font-size: 26px;
    line-height: 1.4;
    font-family: Roboto;
    font-weight: 700;
  }
  h2, .h2 {
    font-size: 24px;
    line-height: 1.4;
    font-family: Roboto;
    font-weight: 500;
  }
  h3, .h3 {
    font-size: 18px;
    line-height: 1.4;
    font-family: Roboto;
    font-weight: 500;
  }
  h4 {
    font-size: 18px;
    line-height: 29px;
  }
  h5 {
    font-size: 16px;
    line-height: 18px;
  }
  p {
    margin: 0 0 15px;
    font: 16px/26px Roboto;
    font-weight: 300;
  }
  .main-featured-block .gray img {
    max-height: 30px;
  }
}
@media (max-width: 450px) {
  .container-fluid .you-ready.light-blog .btns-plate {
    margin: 0 auto 20px;
    width: 79%;
  }
}
@media (max-width: 380px) {
  .container-fluid .you-ready.light-blog .btns-plate {
    margin: 0 auto 20px;
    width: 93%;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .single-post .container,
  .archive.category .container {
    width: 90%;
  }
}
@media (min-width: 480px) {
  .container {
    width: 450px;
  }
  .about-tablet .about-tablet-text {
    width: 450px;
    margin: 0 auto;
  }
  .footer-sticky .confidence .title {
    display: inline-block;
    margin: 0 10px 0 0;
    vertical-align: top;
    line-height: 40px;
  }
  .footer-sticky .confidence img {
    vertical-align: super;
  }
  .footer-sale .footer-sale-img {
    width: 474px;
    height: 436px;
    padding-bottom: 0;
  }
}
@media (max-width: 500px) {
  .footer-sticky .confidence table {
    margin: 0 auto;
  }
  .footer-sticky .confidence > div {
    display: block;
    margin-bottom: 8px;
  }
}
@media (min-width: 768px) {
  .container {
    width: 720px;
  }
  .navbar-fixed-top {
    top: 0;
  }
  .alignleft {
    float: left;
    margin-right: 15px;
  }
  .alignright {
    float: right;
    margin-left: 15px;
  }
  .btn {
    font-size: 14px;
  }
  .btn-small {
    padding: 0 8px;
    margin-left: 5px;
    margin-right: 5px;
    line-height: 18px;
    font-size: 12px;
  }
  .btn,
  .main-header .btn b {
    font-size: 14px;
  }
  .btn-large {
    padding: 7px 35px;
  }
  .blue-bg br {
    display: none;
  }
  .guide-hidden {
    display: none;
  }
  .about-tablet .about-tablet-text {
    width: 350px;
    float: right;
    padding-top: 120px;
  }
  .business-learn .row > * {
    margin-bottom: 30px;
  }
  .business-learn-item img {
    margin-bottom: 15px;
  }
  .business-services {
    padding: 0 0 30px;
  }
  .business-services .row {
    margin-top: 30px;
  }
  .business-services .row > * {
    margin-bottom: 30px;
  }
  .business-table {
    padding: 25px 0;
  }
  .thankyouguide h1 {
    text-align: left;
  }
  .powerful-thankyou .container {
    background: url(img/plugin/box.png) -20px 50px/auto 70% no-repeat;
  }
  .woo-thankyou .container {
    background: url(img/plugin/box_woo.png) -20px 50px/auto 70% no-repeat;
  }
  .cont-guide .coupon-blok {
    line-height: 50px;
  }
  .container-fluid .thankyousubscription {
    padding: 48px 0 55px;
  }
  .thankyousubscription h1 {
    font-size: 40px;
    font-weight: 700;
    line-height: 48px;
  }
  .thankyousubscription h2 {
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    padding: 2px 0 5px;
  }
  .thankyousubscription h3 {
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
  }
  .stats b:after {
    margin: 10px auto;
    width: 110px;
  }
  .stats b {
    font-size: 20px;
    line-height: 28px;
  }
  .stats span:after {
    margin: 16px auto;
    width: 45px;
  }
  .stats-guide b {
    font-size: 30px;
  }
  .new-design b:after {
    margin: 0;
  }
  .feedbacks {
    color: #fff;
    padding: 25px 0;
  }
  .feedbacks h2 {
    margin-bottom: 25px;
    font-size: 30px;
  }
  .feedbacks .item p {
    min-height: 84px;
    text-align: center;
  }
  #feedback-carousel {
    max-width: 1040px;
    margin: 0 auto;
  }
  .founder {
    padding: 0 0 45px 15px;
  }
  .founder p::before {
    position: absolute;
    top: 0;
    left: -15px;
  }
  .why .why-header p {
    max-width: 900px;
    margin: 0 auto 15px;
  }
  .why-header p b {
    font: 17px Roboto;
    font-weight: 500;
    margin: 17px 0 17px;
    display: block;
  }
  .why .why-header .h2 {
    font-size: 30px;
    font-weight: 400;
    font-family: Roboto;
    font-weight: 500;
    margin: 0;
    line-height: 1.4;
  }
  .why .carousel .carousel-inner {
    text-align: left;
    overflow: visible;
  }
  .why .carousel .carousel-inner h3 {
    font: 22px/30px Roboto;
    font-weight: 500;
    margin-top: 20px;
  }
  .why .carousel .carousel-inner p {
    font: 17px/30px Roboto;
    font-weight: 300;
    margin: 0 0 10px;
    width: 400px;
  }
  .why .carousel .carousel-inner .left {
    width: 420px;
  }
  #why-carousel .owl-carousel .owl-nav .owl-prev,
  .why .carousel-control.left {
    left: 0px;
    top: 150px;
  }
  #why-carousel .owl-carousel .owl-nav .owl-next,
  .why .carousel-control.right {
    right: 0px;
    top: 150px;
  }
  .testimonials .h2 {
    width: 600px;
    margin: 0 auto 40px;
  }
  .testimonials .h2 + .row {
    margin-top: 30px;
  }
  .testimonials .testimonial-item {
    padding: 49px 28px 25px;
    margin: 70px 11px 0;
  }
  .testimonials .testimonial-block .testimonial-item {
    padding: 0 28px 25px !important;
    margin: 70px 11px 0;
  }
  .testimonials .owl-carousel .owl-item .testimonial-block .stars {
    text-align: left;
  }
  .testimonials h4 {
    font-size: 18px;
    line-height: 30px;
  }
  .testimonials .testimonial-block .testimonial-title h4 {
    font-size: 16px;
    margin-left: 10px;
  }
  .testimonials h5 {
    font-size: 14px;
  }
  .testimonials p {
    font-size: 15px;
    line-height: 21px;
    padding-top: 36px;
  }
  .testimonials .owl-carousel .owl-item .testimonial-item {
    margin: 50px auto 20px;
    max-width: 1045px;
  }
  .testimonials .owl-carousel .owl-item .testimonial-block .testimonial-item {
    margin: 50px auto 20px;
    max-width: 1045px;
    clear: both;
  }
  .testimonials .testimonial-title {
    float: left;
    margin-left: 40px !important;
  }
  .testimonials .owl-carousel .owl-item .testimonial-block .testimonial-item:after {
    content: "";
    border: 10px solid transparent;
    border-bottom: 14px solid #f1f3f4;
    border-left: 7px solid #f1f3f4;
    width: 15px;
    height: 20px;
    position: absolute;
    top: -24px;
    left: 125px;
  }
  .testimonials .owl-carousel .owl-nav .owl-prev {
    left: -45px;
  }
  .testimonials .owl-carousel .owl-nav .owl-next {
    right: -45px;
  }
  .testimonials .testimonial-title .thumb {
    float: left;
    position: relative;
    top: 0;
    left: 0;
    margin-left: 0;
    width: 88px;
    margin-right: 10px;
  }
  .footer-content .footer-brand {
    text-align: left;
  }
  .footer-content .container {
    padding-bottom: 35px;
  }
  .footer-content h3 {
    font-size: 13px;
    margin: 10px 0 0;
  }
  .footer-content .address {
    margin: 25px 0 0;
    line-height: 2;
  }
  .footer-sale .container {
    position: relative;
    padding: 40px 15px;
  }
  .footer-sale .footer-sale-img {
    width: 410px;
    height: 436px;
    position: absolute;
    top: 130px;
    left: -70%;
    transform: translateY(-50%);
  }
  .footer-sale h2 span {
    display: block;
  }
  .you-ready {
    padding: 80px 0;
  }
  .you-ready .h2 {
    font: 30px/43px Roboto;
    font-weight: 500;
    margin: 0 0 30px;
  }
  .you-ready .btns-plate .btn-link {
    padding: 0;
    font-size: 13px;
    margin-left: 3px;
  }
  .comments .comment {
    padding: 0 0 20px 20px;
  }
  .comment-respond .g-recaptcha,
  .comment-respond .form-submit {
    text-align: right;
  }
  .comment-respond .g-recaptcha > div {
    display: inline-block;
  }
  .sr-plugin {
    padding: 30px 0;
  }
  .sr-plugin-title {
    margin: 0 0 30px;
  }
  .page-id-904 .modal-content .close {
    right: -25px;
    top: -25px;
  }
  .solution .solution-item h3 {
    font: 22px/30px Roboto;
    font-weight: 500;
    padding: 0 0 12px;
  }
  .text-l {
    text-align: right;
  }
  .main-header-row {
    display: flex !important;
    justify-content: space-between;
    position: relative;
    flex-direction: row-reverse !important;
  }
  .main-header-row:before {
    content: url("img/main/line.svg");
    position: absolute;
    height: 240px;
    width: 2px;
    display: block;
    top: -5px;
    left: 50%;
  }
  .main-header-blogF {
    max-width: 38%;
  }
  .main-header-new .mainH {
    margin-bottom: 72px;
    padding: 6px 0 0;
  }
  .header-block-left h2, .header-block-right h2 {
    font-size: 26px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body {
    padding-bottom: 38.6rem !important;
  }
  .navbar-collapse.collapse,
  .success-stories .owl-carousel .owl-nav {
    display: none !important;
  }
  .navbar-collapse.collapse.in,
  .navbar-header .collapse,
  .navbar-toggle {
    display: block !important;
  }
  .navbar-header {
    float: none;
  }
  .success-stories .success-stories-main .success-stories-btn {
    padding-top: 30px;
  }
  .newstat2 .flexitem {
    line-height: 30px;
    font-size: 12px;
  }
  .newstat2 .container {
    padding: 40px 0 60px;
  }
  .powerful .btns-plate a {
    margin: 0;
  }
  .founder {
    padding: 40px 0;
  }
  .polosa {
    max-width: 600px;
    display: flex;
    margin: 40px 40px 0;
    flex-wrap: wrap;
  }
  .list-posts input[type=email] {
    margin-right: 0;
  }
  .list-posts .btn-orange {
    margin: 0;
  }
  .stats-guide b {
    margin: 20px 0 10px;
  }
  /*Ipad*/
  .flexheaderL ul {
    padding-right: 10px;
  }
  .flexbtns a {
    padding: 7px 20px;
  }
  .markstats {
    display: none;
  }
  .carousel-inner > .item > img, .carousel-inner > .item > a > img {
    border-radius: 15px 15px 0 0;
  }
  .business-learn .row {
    display: flex;
    flex-wrap: wrap;
  }
  .updates_licens_form .col-sm-58 {
    margin: 0 auto;
    float: none;
  }
  .woo-dropshiping-plugin {
    padding: 0 !important;
  }
  .woo-dropshiping-plugin-header .flexbtns {
    justify-content: center;
  }
  .block-rating-right-text {
    display: block;
  }
  .block-rating-right {
    margin-top: 30px;
  }
  .block-rating-right .block-rating-right-text {
    margin-right: 0;
  }
  .main-featured-block .item img {
    max-height: 40px;
  }
  .categories-blog-search .search-form .inputcont {
    width: 710px;
    margin: 0 auto;
  }
  .header_big .header_cat_link a {
    max-width: 240px;
    height: 50px;
    display: block;
    text-transform: uppercase;
    font-size: 16px;
    margin: 0 auto;
    line-height: 36px;
  }
  .header-brand {
    padding: 17px 0 17px;
  }
  .powerful-new .header-business-play-video-mobile {
    max-width: 79%;
  }
  .comment-respond {
    position: relative;
    padding: 0;
    margin: 0;
  }
  .main-header-form button.btn {
    width: auto;
  }
}
@media only screen and (min-width: 768px) {
  .footer-sticky {
    padding: 20px 0;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .sidebar-get-plugin-btn a {
    padding: 7px 14px;
  }
  .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
    display: none !important;
  }
  .why {
    padding: 40px 0 60px;
  }
  .solution {
    padding: 40px 0;
  }
  .posts {
    padding: 40px 0;
  }
  .features-item p {
    font: 14px/28px Roboto;
    font-weight: 300;
  }
  .button-sidebar .btn {
    min-width: 210px;
  }
  .flexheaderR {
    margin: 20px 0;
  }
  .our_offers {
    justify-content: center;
  }
  .flexstory_desc {
    margin: 0 0 0 40px;
  }
  .container-blog {
    margin-top: 17px;
  }
}
@media (max-width: 991px) {
  #why-carousel .item {
    width: 100%;
  }
  .why .carousel .carousel-inner .left {
    margin-left: 20px;
  }
  .menu-item-33174:after {
    top: -1px;
    left: 60px;
  }
  .menu-item-34268:after {
    top: -1px;
    left: 155px;
  }
  #guide-page {
    margin-bottom: 0;
  }
  #social-counts .count {
    font-size: 22px;
  }
  .main-featured .featured-on {
    margin-bottom: 0px;
    margin-right: 0;
  }
  .single-wiki .block-guide,
  .post-type-archive-wiki .block-guide {
    background-color: #414141;
  }
  #why-carousel .owl-carousel .owl-dots {
    text-align: center;
    margin-top: 25px;
  }
  .powerful-thankyou .container,
  .woo-thankyou .container {
    background-size: 300px;
  }
  .woo-thankyou .container {
    background-position: -22px 94px;
  }
  .main-header-start-easier .container p br {
    display: none;
  }
  .main-header-start-easier img.margin-left {
    margin-left: 0;
  }
  .main-header-start-easier-dark .col-xs-30 {
    margin-bottom: 25px;
  }
  .main-featured .container {
    flex-flow: column;
  }
  .main-featured-block {
    width: 100%;
  }
  .header-brand .header_cat ul li a {
    text-transform: none;
    color: #565b65;
    padding: 0 0 2rem 0;
    width: 100%;
    display: block;
    font-size: 15px;
  }
  .header_cat ul li:first-child a {
    /*padding-top: 20px;*/
    padding-top: 2rem;
  }
  .header_cat ul li:last-child a {
    padding-bottom: 20px;
  }
  #header-nav.navbar-collapse.in,
  #header-nav.navbar-collapse {
    overflow-y: hidden;
  }
  .navbar-collapse.collapse {
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-toggle {
    width: 24px;
    height: 16px;
    position: relative;
    transform: rotate(0deg);
    transition: 0.5s ease-in-out;
    cursor: pointer;
    margin-top: 8px;
  }
  .navbar-header .navbar-toggle span.icon-bar {
    display: block;
    position: absolute;
    height: 2px;
    width: 50%;
    opacity: 1;
    left: 0;
    transform: rotate(0deg);
    transition: 0.25s ease-in-out;
    margin-top: 2px;
  }
  .navbar-toggle span.icon-bar:nth-child(even) {
    left: 50%;
    border-radius: 0 9px 9px 0;
  }
  .navbar-toggle span.icon-bar:nth-child(odd) {
    left: 0;
    border-radius: 9px 0 0 9px;
  }
  .navbar-toggle span.icon-bar:nth-child(1),
  .navbar-toggle span.icon-bar:nth-child(2) {
    top: 0;
  }
  .navbar-toggle span.icon-bar:nth-child(3),
  .navbar-toggle span.icon-bar:nth-child(4) {
    top: 6px;
  }
  .navbar-toggle span.icon-bar:nth-child(5),
  .navbar-toggle span.icon-bar:nth-child(6) {
    top: 12px;
  }
  .navbar-toggle.open span.icon-bar:nth-child(1),
  .navbar-toggle.open span.icon-bar:nth-child(6) {
    transform: rotate(45deg);
  }
  .navbar-toggle.open span.icon-bar:nth-child(2),
  .navbar-toggle.open span.icon-bar:nth-child(5) {
    transform: rotate(-45deg);
  }
  .navbar-toggle.open span.icon-bar:nth-child(1) {
    left: 1px;
    top: 4px;
  }
  .navbar-toggle.open span.icon-bar:nth-child(2) {
    left: calc(50% - 2px);
    top: 4px;
  }
  .navbar-toggle.open span.icon-bar:nth-child(3) {
    left: -50%;
    opacity: 0;
  }
  .navbar-toggle.open span.icon-bar:nth-child(4) {
    left: 100%;
    opacity: 0;
  }
  .navbar-toggle.open span.icon-bar:nth-child(5) {
    left: 1px;
    top: 12px;
  }
  .navbar-toggle.open span.icon-bar:nth-child(6) {
    left: calc(50% - 2px);
    top: 12px;
  }
  .header_cat_link {
    margin: 17px 0 0;
  }
  .header_cat ul li a {
    font-family: Roboto;
    font-weight: 500;
  }
  .header_cat ul li a:hover,
  .header_cat ul li a:focus {
    color: #f57f17;
  }
  .header_cat:not(:last-child) {
    border-bottom: 1px solid #dadada;
  }
  .header_cat:first-child {
    margin-top: 17px;
    border-top: 1px solid #dadada;
  }
  .header_cat .item-without-children,
  .header_cat .acc_arrow {
    padding: 15px 0;
    position: relative;
    width: 100%;
    display: block;
    color: #1d1d1d;
    font-family: Roboto;
    font-weight: 500;
    margin: 0;
    font-size: 16px;
  }
  .header_cat .item-without-children:focus,
  .header_cat .item-without-children:active {
    text-decoration: none;
  }
  .header.new .header-brand.new {
    max-height: 85vh;
    overflow-y: auto;
  }
  .header_cat .acc_arrow.opened {
    border-bottom: 1px solid #dadada;
    color: #f57f17;
  }
  .header_cat ul {
    display: none;
    margin: 0;
    padding-left: 21px;
  }
  .header_cat li {
    font-size: 16px;
    line-height: 20px;
    list-style: none;
    font-family: Roboto;
    font-weight: 400;
  }
  .header_cat.gray {
    background-color: #fbfbfb;
  }
  .header_cat .acc_arrow::after {
    content: url("./img/main/arrow-b.svg");
    display: block;
    transition: all 0.4s ease 0s;
    position: absolute;
    right: 11px;
    top: 16px;
    font-size: 14px;
    color: #565b65;
    transform: rotate(90deg);
    height: 24px;
  }
  .header_cat .acc_arrow.opened::after {
    right: 9px;
    top: 14px;
    transform: rotate(-90deg);
  }
  .sidebar-blog .register small {
    text-align: center;
  }
  .header_cat {
    position: relative;
  }
  .header_cat.gray:before,
  .header_cat.gray:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    pointer-events: none;
  }
  .header_cat.gray:before {
    box-shadow: -175px 0 0 0 rgb(251, 251, 251);
  }
  .header_cat.gray:after {
    box-shadow: 175px 0 0 0 rgb(251, 251, 251);
  }
  .powerful-new {
    background: #f3f3f3 none;
  }
  .powerful-new .play-video-bg {
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
  }
  .navbar-fixed-top .navbar-collapse {
    max-height: 100%;
  }
  .header-brand.new.blockshadow {
    box-shadow: 0 450px 0 270px rgba(0, 0, 0, 0.7);
  }
}
@media (min-width: 992px) {
  .home .blockswitcher .dropshipping-profit-calc-header {
    padding-bottom: 110px;
  }
  .container {
    width: 940px;
  }
  .block_rating_post .rating,
  .block_rating_post .h3 {
    display: inline-block;
    vertical-align: middle;
  }
  .block_rating_post .rating .form-inline .form-group {
    width: 38%;
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .block_rating_post .rateit-reting {
    margin-left: 10px;
  }
  #why-carousel .owl-carousel .owl-dots {
    text-align: center;
    margin: 38px 0 0;
  }
  .success-stories .success-stories-main {
    margin-left: 80px;
  }
  .about-tablet .about-tablet-text {
    width: 430px;
    float: right;
  }
  .success-stories .success-stories-main .success-stories-btn {
    margin-left: -40px;
  }
  .business-learn .row > * {
    margin-bottom: 45px;
  }
  .business-learn-item {
    max-width: 280px;
  }
  .business-learn-item img {
    margin-bottom: 20px;
  }
  .business-services h2 {
    font-size: 24px;
  }
  .business-services .row {
    margin-left: -60px;
    margin-right: -60px;
  }
  .business-services .row > * {
    padding-left: 60px;
    padding-right: 60px;
  }
  .business-slider {
    padding: 55px 0 59px;
  }
  .business-slider .owl-carousel {
    max-width: 700px;
  }
  .business-slider .owl-carousel .owl-prev {
    left: -200px;
  }
  .business-slider .owl-carousel .owl-next {
    right: -200px;
  }
  .business-table {
    padding: 35px 0 50px;
  }
  .business-table .table tr.order td .btn {
    font-size: 14px;
  }
  .powerful p,
  .powerful-new p {
    margin: 0 0 36px;
  }
  .powerful h1 b {
    display: block;
  }
  .powerful .btns-plate a {
    margin-left: 0;
  }
  .powerful .btns-plate a.btn-link {
    padding-left: 0;
    margin-left: 0;
  }
  .cont-guide {
    padding: 0 5% 45px;
  }
  .powerful-thankyou h1,
  .woo-thankyou h1 {
    margin-bottom: 40px;
  }
  .powerful-thankyou p span,
  .woo-thankyou p span {
    margin-top: 25px;
  }
  .powerful-thankyou .form-control,
  .powerful-thankyou .input-group-addon,
  .woo-thankyou .form-control,
  .woo-thankyou .input-group-addon {
    font-size: 18px;
  }
  .powerful-thankyou .btn-large-orange,
  .woo-thankyou .btn-large-orange {
    font-weight: 600;
  }
  .features-guide .cont-guide .btn {
    margin-top: 0;
  }
  .thankp-check {
    padding: 60px 0;
  }
  .thankp-check h2 {
    margin: 0 0 60px;
  }
  .thankp-check-box {
    margin: 0 0 50px;
  }
  .thankp-story .alert,
  .thankp-story h2,
  .thankp-story-item {
    margin: 0 0 50px;
  }
  .thankp-story {
    padding: 50px 0;
  }
  .thankp-story .alert-title {
    font-size: 16px;
  }
  .thankp-story .alert p {
    font-size: 18px;
  }
  .thankp-email {
    padding: 40px 0;
    font-size: 18px;
  }
  .main-header {
    padding: 80px 0;
  }
  .main-header .margin-top {
    margin-top: 50px;
  }
  .stats {
    padding: 30px 0 32px;
  }
  .stats-guide {
    padding: 20px 0 45px;
  }
  .feedbacks {
    padding: 80px 0;
  }
  .feedbacks h2 {
    margin-bottom: 45px;
  }
  .founder {
    padding: 80px 0;
  }
  .founder h2 {
    margin-bottom: 45px;
  }
  .why {
    padding: 72px 0 80px;
  }
  .why .why-header {
    margin-bottom: 60px;
  }
  .why .carousel .carousel-inner h3 {
    margin-top: 60px;
  }
  .why .carousel .carousel-indicators {
    bottom: 0;
    left: 0;
    margin: 0;
    text-align: left;
  }
  .testimonials .container {
    padding: 30px 15px;
  }
  .features {
    padding: 80px 0;
  }
  .features h2::after {
    margin-bottom: 55px;
  }
  .footer-sale .footer-sale-img {
    width: 474px;
    height: 436px;
    left: -35%;
    top: 90px;
  }
  .comments .comment {
    padding: 0 0 20px 40px;
  }
  .sr-stats {
    padding: 25px 0 45px;
    font-size: 14px;
  }
  .sr-stats b {
    font-size: 18px;
  }
  .sr-stats b:after {
    margin: 10px auto;
  }
  .sr-plugin {
    padding: 50px 0;
  }
  .sr-plugin-title {
    font-size: 28px;
    margin: 0 0 50px;
  }
  .success-stories {
    padding: 35px 0 79px;
  }
  .flexstory {
    margin: 34px auto 0;
  }
  .posts {
    margin: 0 0 20px;
  }
  div.polosa button.btn {
    width: 200px;
  }
  .powerful.powerful-thankyou p {
    margin: 0 0 15px;
  }
  .main-header-blogF {
    max-width: 43%;
  }
  .main-header-row {
    justify-content: space-around;
  }
  .sidebar-get-plugin-bg {
    background: url("img/main/sidebar_get_plugin_bg.jpg") center/cover no-repeat;
    padding: 18px 0 10px;
    position: relative;
    min-height: 365px;
    font-family: Roboto;
    font-weight: 700;
  }
  .sidebar-get-plugin {
    margin-bottom: 30px;
  }
  .sidebar-get-plugin a {
    color: white;
    display: block;
  }
  .sidebar-get-plugin-btn {
    text-align: center;
  }
  .sidebar-get-plugin-btn span {
    display: inline-block;
    background-color: #f57f17;
    border-radius: 3px;
    position: absolute;
    left: 50%;
    bottom: 18px;
    transform: translateX(-50%);
    height: 50px;
    line-height: 50px;
    width: 226px;
    font-size: 15px;
  }
  .meet-the-world-block .inline-block {
    display: inline-block;
    vertical-align: middle;
  }
  .sidebar-get-plugin-btn a {
    font-size: 15px;
  }
  .meet-the-world-block {
    background: url("img/main/meet-the-world-block-bg.jpg") center/cover no-repeat;
    margin-top: 9px;
  }
  .meet-the-world-block-l {
    padding-top: 30px;
    padding-left: 0;
  }
  .meet-the-world-block-subtitle,
  .meet-the-world-block-overtitle {
    font-size: 28px;
    color: #474747;
    font-family: "Roboto";
    font-weight: 600;
    line-height: 30px;
  }
  .meet-the-world-block-overtitle {
    padding-top: 6px;
  }
  .meet-the-world-block-title {
    font-size: 40px;
    color: #f57f17;
    font-family: "Roboto";
    font-weight: 900;
  }
  .meet-the-world-block-title span {
    font-family: "Roboto";
    font-weight: 900;
  }
  .meet-the-world-block-title span.hash {
    font-size: 53px;
  }
  .meet-the-world-block-title span.number {
    font-size: 69px;
  }
  .meet-the-world-block-subtitle {
    margin-bottom: 30px;
  }
  .meet-the-world-block a {
    margin: 0;
    display: block;
  }
  .meet-the-world-block a:hover,
  .meet-the-world-block a:focus,
  .sidebar-banner-link:hover,
  .sidebar-banner-link:focus,
  .sidebar-get-plugin a:hover,
  .sidebar-get-plugin a:focus {
    text-decoration: none;
  }
  .meet-the-world-block-link span {
    display: inline-block;
    color: white;
    font-family: Roboto;
    font-weight: 700;
    font-size: 15px;
    background-color: #f57f17;
    padding: 15px 40px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /*Ipad*/
  .newstat2 .flexwrap {
    flex-wrap: unset;
  }
  .sidebar-blog .register small {
    margin: 0 0 0 10px;
  }
  .main-featured-block:first-child {
    margin-right: 2%;
  }
  .main-featured-block .item img {
    max-height: 40px;
  }
  .content-wrap .cell .powerful-new {
    padding: 50px 0;
  }
  .powerful-new .header-business-play-video {
    margin-top: 100px;
    left: auto;
    right: -13%;
  }
  .powerful-new u.block {
    display: inline;
  }
  .header-brand.new ul.menu > li:not(:last-child) > a {
    padding: 21px 20px;
  }
  .menu > li.menu-item-has-children:not(:last-child) > a:after {
    right: 4px;
  }
  .menu > li.menu-item-has-children:last-child > a:after {
    right: 10px;
  }
  .sidebar-get-plugin-subtitle, .sidebar-get-plugin-overtitle {
    font-size: 16px;
  }
  .sidebar-get-plugin-title {
    font-size: 22px;
  }
  .sidebar-get-plugin-btn span {
    height: 50px;
    line-height: 50px;
    width: 215px;
  }
  .sidebar-banner-btn {
    height: 50px;
    line-height: 50px;
    width: 200px;
  }
  .meet-the-world-block-l {
    padding-top: 20px;
  }
  .meet-the-world-block-l {
    margin-left: -37px;
  }
  .meet-the-world-block-l img {
    max-width: 200px;
  }
  .meet-the-world-block-subtitle,
  .meet-the-world-block-overtitle {
    font-size: 22px;
  }
  .meet-the-world-block-title {
    font-size: 30px;
  }
  .meet-the-world-block-title span.hash {
    font-size: 36px;
  }
  .meet-the-world-block-title span.number {
    font-size: 42px;
  }
  .meet-the-world-block-r {
    padding-left: 30px;
  }
  .meet-the-world-block-subtitle {
    margin-bottom: 15px;
  }
  .meet-the-world-block-overtitle {
    padding-top: 0;
  }
}
@media only screen and (min-width: 992px) {
  .sr-header {
    padding: 30px 0;
  }
  .sr-header-title {
    font-size: 25px;
    margin: 0 0 30px;
  }
  .sr-header-subtitle {
    margin: 0 0 30px;
    max-width: 460px;
  }
  .sr-header p {
    font-size: 18px;
  }
  .sr-header ul {
    margin: 0 0 20px;
  }
  .sr-header ul li {
    font-size: 16px;
  }
  .markstats {
    padding: 30px 0 40px;
  }
  .newstat {
    padding: 30px 0 0;
  }
  .newstat2 {
    padding: 80px 0 0;
  }
}
@media (max-width: 1199px) {
  .powerful-thankyou .container,
  .woo-thankyou .container {
    background-size: 300px;
  }
  .woo-thankyou .container {
    background-position: -22px 64px;
  }
  .main-header-start-easier h3 {
    line-height: 1.6;
  }
  .contact-sidebar > p {
    padding: 0;
  }
  #imagemodal img {
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1140px;
  }
  .categories-blog,
  .thankyouguideniche h1 span {
    display: block !important;
  }
  .about-team .container {
    width: 980px;
  }
  .powerful .btns-plate .btn-link {
    margin-left: 46px;
    margin-right: 46px;
  }
  .powerful-thankyou .container {
    background-position: -70px 38px;
  }
  .woo-thankyou .container {
    background-position: -70px 58px;
  }
  .main-header .btns-plate .btn-link {
    margin-left: 6px;
    margin-right: 6px;
  }
  .footer-sale .footer-sale-img {
    left: -20%;
  }
  .footer-sale .btns-plate .btn-link {
    padding: 0;
  }
  .footer-sale .btns-plate .sublink {
    text-align: left;
  }
  .footer-sale-block .btn {
    margin: 0 15px 0 0;
  }
  .testimonials-content .container {
    width: 1170px;
    padding: 0;
  }
  #demos .owl-prev {
    left: -265px;
  }
  #demos .owl-next {
    right: -265px;
  }
  .main-featured-block:first-child {
    margin-right: 5%;
  }
  .meet-the-world-block-l {
    padding-left: 0;
  }
  .meet-the-world-block-r {
    padding-left: 17px;
  }
  .sidebar-get-plugin-subtitle,
  .sidebar-get-plugin-overtitle {
    font-size: 20px;
  }
  .sidebar-get-plugin-title {
    font-size: 27px;
  }
  .sidebar-get-plugin {
    margin-bottom: 40px;
  }
  .sidebar-banner.affix {
    width: 278px;
  }
}
@media only screen and (min-width: 1200px) {
  .sr-header {
    padding: 60px 0;
  }
  .sr-header .container {
    width: 940px;
  }
}
@media (max-width: 767px) {
  #social-counts .count,
  #social-counts .name {
    display: none;
  }
  #social-counts .count-m {
    display: block;
    font-weight: bold;
    font-size: 18px;
    line-height: 24px;
  }
  #social-counts .item,
  #social-counts .telegram {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 33%;
    border: none;
  }
  #social-counts .item img {
    margin-right: 6px;
  }
  #guide-page .book {
    display: none;
  }
  #guide-page .group {
    padding-left: 0;
    text-align: center;
    padding-top: 0;
  }
  #guide-page {
    padding-top: 20px;
  }
  #guide-page h1 {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  #guide-page .pages {
    margin-bottom: 20px;
  }
  #guide-page .form-title {
    font-size: 16px;
  }
  #guide-page form {
    flex-direction: column;
  }
  #guide-page input {
    margin-bottom: 15px;
    max-width: 100%;
  }
  .navbar-brand.xmas {
    padding: 0;
  }
  .sidebar-sticky {
    position: static;
  }
  #respond p.comment-form-comment {
    margin-bottom: 30px;
  }
  .start-hassle-free-block {
    margin-top: 30px;
  }
  .ready-start .see_our_packages {
    width: 100%;
  }
  .footer-sticky .confidence .title {
    display: block;
  }
  .business-table .table.mt36 {
    margin-top: 30px;
  }
  .ultimate-col:before {
    font-size: 10px;
    height: 29px;
    line-height: 28px;
    top: -30px;
  }
  .business-table .table.new {
    margin-top: 30px;
  }
  .table.new .ultimate-col:before {
    font-size: 10px;
    height: 29px;
    line-height: 28px;
    top: -30px;
  }
  .header.new {
    height: 51px;
  }
  .testimonials .testimonial-title .thumb {
    position: relative;
    top: 0;
    left: 50%;
    width: 88px;
  }
  .testimonials .owl-carousel .owl-item .testimonial-block .testimonial-item:after {
    content: "";
    border: 10px solid transparent;
    border-bottom: 14px solid #f1f3f4;
    border-left: 7px solid #f1f3f4;
    position: absolute;
    top: -18px;
    left: 50%;
    margin-left: -8px;
  }
  .testimonials .testimonial-block .testimonial-item {
    margin-top: 40px;
  }
  .testimonials .owl-carousel .owl-nav .owl-next,
  .testimonials .owl-carousel .owl-nav .owl-prev {
    top: 10% !important;
    display: none !important;
  }
  .mobile-btn,
  .testimonials .testimonial-block {
    text-align: center;
  }
  .extra-services .single-services .thumb-block span {
    font-size: 12px;
  }
  .extra-services a .single-services .thumb-block p {
    font-size: 14px;
  }
  .description-extra span, .extra-services h2 {
    font-size: 18px;
    margin: 10px 0;
  }
  .extra-services .single-services .button-block p {
    margin-top: 3px;
    font-size: 12px;
  }
  .extra-options {
    margin-top: 20px;
  }
  .bg-single-img {
    padding-top: 40px;
    padding-bottom: 40px;
    background: #e8e8e8;
  }
  .testimonials .testimonial-title {
    margin-left: 0 !important;
  }
  #why-carousel .owl-carousel .owl-next,
  #why-carousel .owl-carousel .owl-prev,
  .testimonials .testimonial-block .flug {
    display: none;
  }
  .business-table .tooltip.right .tooltip-inner {
    font-size: 11px;
    width: 170px;
  }
  .business-table {
    overflow-x: auto;
    width: 100%;
  }
  .business-table .container {
    width: 100%;
    padding: 0;
  }
  .business-table .table-responsive {
    overflow-x: auto;
    border: 0;
    padding: 0 0 20px;
  }
  .business-table .table {
    border-left: none;
    border-right: 0;
    font-size: 11px;
  }
  .business-table .table tr > td {
    padding: 5px 2px !important;
    font-size: 10px;
    line-height: 1.4;
  }
  .business-table .table tr > td:not(:first-child) {
    white-space: normal !important;
  }
  .business-table .table tr.price td {
    font-size: 24px;
  }
  .business-table .table tr.description td:first-child {
    text-transform: uppercase;
    color: #666;
    font-size: 14px;
    font-weight: 700;
  }
  .business-table .table tr.inner td:first-child {
    color: #3b3b3b;
    white-space: unset;
    font-size: 10px;
  }
  .business-table .table .fa-check {
    font-size: 14px;
  }
  .powerful h1 br {
    display: none;
  }
  .powerful-thankyou h2 {
    font-size: 18px;
  }
  .powerful .text-large,
  .powerful ul li {
    font-size: 16px;
  }
  .powerful .form-control:-ms-input-placeholder {
    font-size: 14px;
  }
  .powerful .form-control::-moz-placeholder {
    font-size: 14px;
  }
  .powerful .form-control::-webkit-input-placeholder {
    font-size: 14px;
  }
  .powerful .text-bold {
    font-size: 16px;
  }
  .powerful h1 {
    font: 26px/34px Roboto;
    font-weight: 700;
    margin: 0 0 20px;
    text-align: center;
  }
  .powerful p {
    text-align: center;
  }
  .woo .container {
    padding-top: 22px !important;
  }
  .best_choice,
  .btns-plate h4,
  .plugin-link h4 {
    font-size: 16px !important;
  }
  .thankyousubscription {
    padding: 4px 0 5px;
  }
  .thankyousubscription h1 {
    font-size: 24px;
    line-height: 36px;
    font-weight: 700;
    text-transform: uppercase;
  }
  .thankyousubscription h2 {
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
  }
  .thankyousubscription h3 {
    font-size: 15px;
    line-height: 21px;
    font-weight: 600;
    margin: 11px 0 6px;
  }
  .footer-sale .footer-sale-img {
    margin-left: -43px;
  }
  table.responsive-tbl,
  table.responsive-tbl tbody,
  table.responsive-tbl tbody > tr,
  table.responsive-tbl tbody > tr > td,
  table.responsive-tbl tbody > tr > th,
  table.responsive-tbl tfoot,
  table.responsive-tbl tfoot > tr,
  table.responsive-tbl tfoot > tr > td,
  table.responsive-tbl tfoot > tr > th {
    display: block !important;
    position: relative;
    width: auto !important;
  }
  table.responsive-tbl tr > td {
    padding-left: 42% !important;
    text-align: left !important;
  }
  table.responsive-tbl tr > td:before {
    content: attr(data-title) "";
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    position: absolute;
    top: 12px;
    left: 6px;
    width: 38%;
    padding-left: 0;
    text-align: right;
  }
  table.responsive-tbl tr > td:empty {
    display: none;
  }
  table.responsive-tbl tr.description,
  table.responsive-tbl tr.head,
  table.responsive-tbl tr.price {
    display: none !important;
  }
  table.responsive-tbl td.label-text,
  table.responsive-tbl td.title {
    text-align: center !important;
    padding-left: 0 !important;
  }
  table.responsive-tbl td.label-text {
    font-weight: 600;
  }
  table.responsive-tbl tr.order td:before {
    position: relative;
    top: auto;
    left: auto;
    width: auto;
    text-align: center;
    display: block;
    padding-bottom: 3px;
  }
  table.responsive-tbl tr.order td {
    padding-left: 0 !important;
    text-align: center !important;
    border-bottom: 1px dashed #e9e9e9;
  }
  table.responsive-tbl tr.order td:first-child {
    border-bottom: 0;
    display: none !important;
  }
  table.responsive-tbl tr.order td:last-child {
    border-bottom: 0;
  }
  #post_tag_carousel {
    padding-bottom: 23px;
  }
  #post_tag_carousel .owl-nav .owl-next:before,
  #post_tag_carousel .owl-nav .owl-prev:before {
    top: 22%;
  }
  .comments {
    margin-top: 16px;
  }
  #comments a.show_more,
  #commentform #submit:not(:disabled) {
    border: 1px solid #444;
    color: #444;
    padding: 13px 27px;
    font-size: 14px;
  }
  #commentform #submit {
    width: 100%;
    text-transform: uppercase;
    font-size: 14px;
  }
  #comments a.show_more:hover,
  #commentform #submit:not(:disabled):hover {
    color: white;
    background-color: #444;
  }
  .container-fluid .you-ready.light-blog a {
    font-size: 14px;
    width: 100%;
    line-height: 38px;
    padding-top: 4px;
    padding-bottom: 4px;
  }
  .container-fluid .you-ready.light-blog a.btn-link {
    font-size: 12px;
  }
  .light-blog .btns-plate div:last-child {
    text-align: center;
  }
  .container-fluid .you-ready.light-blog .btns-plate {
    margin: 0 auto 20px;
  }
  .rating {
    text-align: center;
    margin-top: 25px;
  }
  .rating .vote-hover,
  .testimonials-form-block .form-submit {
    margin: 0 auto;
    float: none;
  }
  .you-ready .btns-plate {
    text-align: center;
  }
  .block_download_res div:first-child {
    margin-right: 7px;
  }
  .block_download_res {
    text-align: center;
  }
  .btn-large-orange,
  .btn-blue,
  .success-stories-btn a,
  .you-ready a.btn-white,
  .features .btn,
  .btn-large-blue,
  #business-slider a.btn-orange,
  .business-table .table tr.order td .btn-large,
  .business-table .table tr.odd td .btn-large,
  .container-blog .show_more_link .show_more,
  .testimonials-content .btns-plate #show_more_testimonials,
  .btn-block .btn-large-orange,
  .btn-block .btn-blue,
  .what-next .btn-large-orange,
  .about-ready .btn-block .btn-large-orange,
  .woo-thankyou .btn-large-blue,
  .buy-extra .item .btn,
  .sr-header .btn,
  .thankyouguide .btn,
  .testimonials-form-block .btn-review,
  #comments a.show_more,
  .business-learn a.btn-large,
  .theme-single-header .btns-plate a.btn-orange {
    width: 100%;
    height: 50px;
    padding: 0;
    text-transform: uppercase;
    font: 14px/47px Roboto;
    font-weight: 700;
    margin: 0;
  }
  .theme-single-header .btns-plate a.btn-orange {
    margin-top: 10px;
    margin-bottom: 15px;
  }
  .test_button a {
    width: 120px;
  }
  .business-table .table tr.order td .btn-large, .business-table .table tr.inner td .btn-large {
    width: auto;
    font-size: 9px;
    height: 30px;
    padding: 0 3px;
    line-height: 28px;
  }
  .business-table .table tr.inner td:first-child [rel=tooltip] {
    float: none;
    display: block;
  }
  .business-table .table tr.price td label {
    font-size: 9px;
  }
  .business-table .table tr.price td label input[type=radio], .business-table .table tr.price td label input[type=checkbox] {
    position: relative;
    top: 3px;
  }
  .business-table .table tr.price td:first-child small {
    margin-top: 5px;
    font-size: 9px;
  }
  .footer-sale-block .btn-large-orange, .footer-sale-block .btn-large-blue {
    margin: 10px 0;
  }
  .footer-sale h2 {
    margin-bottom: 15px;
    font-size: 24px;
    line-height: 33px;
    text-align: center;
  }
  .block-guide form .form-control {
    max-width: 100%;
    text-align: center;
    width: 100%;
  }
  .testimonials.testimonials-default a {
    font-size: 14px;
    width: 100%;
    height: 50px;
    line-height: 48px;
    margin: 10px 0 0;
  }
  .extra-services .btn-large-orange {
    width: 80%;
    font-size: 14px;
    line-height: 48px;
  }
  .btn-link,
  .main-header .btn b,
  .you-ready .btns-plate .btn-link {
    font-size: 14px;
    line-height: 26px;
  }
  textarea.form-control {
    height: 88px;
    width: 100%;
    padding: 6px;
  }
  .text-l {
    text-align: center;
  }
  .what-next {
    padding: 25px 10px 30px;
    margin: 12px 0 24px;
  }
  .what-next h1 {
    font-size: 22px;
    line-height: 26px;
  }
  .what-next p {
    font-size: 16px;
    line-height: 26px;
    margin-top: 10px;
  }
  .content-thankyou a.btn-large-blue {
    margin-top: 10px;
  }
  .stats.stats-guide b {
    font-size: 48px;
  }
  .page-contact h4 {
    font-size: 16px;
    padding: 10px 0 10px;
  }
  .orange_subline::after {
    content: "";
    display: block;
    margin: 15px auto 0;
    width: 80px;
    height: 2px;
    background-color: #f57f17;
  }
  div.testimonials-sticker {
    background-position: 37.7% center;
    background-size: auto 122%;
    color: #fff;
  }
  .main-header ul li {
    font-size: 16px;
    font-family: Roboto;
    font-weight: 300;
    list-style: none;
    position: relative;
    margin: 0 0 14px;
  }
  .main-header ul li::before {
    content: "";
    height: 4px;
    width: 4px;
    background: #323f57;
    position: absolute;
    left: -16px;
    top: 12px;
  }
  .block_rating_post div.rateit-reting,
  .block_rating_post .rating {
    text-align: left;
  }
  .block_rating_post .rating {
    margin-top: 0;
  }
  .block-rating-right {
    margin-top: 10px;
  }
  .block_rating_post {
    margin-top: 15px;
  }
  .powerful-new h1 {
    text-align: center;
  }
  .main-header-new .mainH h1 {
    margin: 0 0 21px;
  }
  .header-block-left h2,
  .header-block-right h2 {
    font-size: 23px;
  }
  .header-block-left h2,
  .header-block-right h2 {
    margin-bottom: 11px;
  }
  .header-block-desc {
    margin-bottom: 24px;
  }
  .header-block-btn a {
    width: 270px;
    height: 56px;
    line-height: 52px;
    font-size: 16px;
  }
  .content-wrap .cell > div > *.main-header-new {
    padding-bottom: 30px;
  }
  .main-header-new .owl-carousel .owl-dots {
    margin: 24px 0 0;
    text-align: center;
  }
  .main-header-new .owl-carousel .owl-dots .owl-dot {
    display: inline-block;
  }
  .main-header-new .owl-carousel .owl-dots .owl-dot span {
    width: 7px;
    height: 7px;
    margin: 0 7px;
    background: #bababa;
    display: block;
    border-radius: 50%;
  }
  .main-header-new .owl-carousel .owl-dots .owl-dot.active span {
    background: #f57f17;
    border: none;
  }
  .btns-plate .inline-block {
    display: block;
    text-align: center;
  }
  .one-time-payment-plugin {
    text-align: center;
    margin-bottom: 11px;
    margin-top: -8px !important;
  }
  .btns-plate .order-custom-site {
    margin-left: 0;
  }
}
@media (max-width: 479px) {
  .test_button {
    text-align: center;
  }
  .theme-single-header .carousel .carousel-indicators {
    width: 207px;
    left: 45%;
  }
  .theme-single-header .carousel .img-theme {
    height: 180px;
  }
  .theme-single-header .carousel {
    height: 280px;
    padding-bottom: 50px;
    padding-top: 30px;
  }
  .testimonials-content .testimonials-block {
    width: 290px !important;
    border-bottom: 3px solid #ee9420 !important;
    border-left: 3px solid #e8e8e8 !important;
  }
  div.vote-success {
    margin-top: 10px !important;
  }
  .testimonials .testimonial-title .thumb {
    margin-left: -44px;
  }
  .container {
    width: 100%;
  }
  .about-meetyou .container .meetyou-bg {
    height: 150px;
  }
  .testimonials-title .extra-services h2 span {
    width: auto !important;
  }
}
@media (max-width: 340px) {
  .main-featured .digital-point {
    width: auto;
    height: 59px;
  }
  .main-featured .digital-point img {
    width: 100%;
  }
}
/*new********************************************************/
@media (max-width: 767px) {
  .you-ready .btns-plate .btn-large {
    margin: 7px 0px 8px;
    font-size: 14px;
    width: 100%;
    text-transform: uppercase;
    line-height: 32px;
  }
  .adapnonvis {
    display: none;
  }
  .business-table .table .arrow-down {
    display: none;
  }
  .blog-item .content ol, .blog-item .content ul {
    margin-left: 0px;
  }
  .btn-blue {
    background: 0 0;
    color: #ff8100;
    font: 14px/46px Roboto;
    font-weight: 700;
    border: 2px solid #ff8100;
  }
  div.block-guide h2 {
    font: 24px/33px Roboto;
    font-weight: 500;
    text-align: center;
  }
  .block-guide h2 p {
    font: 18px/26px Roboto;
    font-weight: 300;
    margin: 25px 0 16px;
  }
  .block-guide h2 span {
    font: 24px/33px Roboto;
    font-weight: 500;
  }
  div.block-guide h2 b {
    font: 15px/1.4 Roboto;
    font-weight: 300;
    color: #ababab;
    margin: 20px 0 14px;
  }
  .block-guide h2 img {
    display: none !important;
  }
  div.block-guide form .form-control {
    height: 50px;
    font: 16px/48px Roboto;
    font-weight: 300;
  }
  div.block-guide form .btn {
    margin-top: 13px;
    line-height: 50px;
    padding: 0;
    height: 50px;
  }
  div.block-guide {
    background-color: rgb(65, 65, 65);
    padding: 15px 0 48px;
  }
  .small_sqr_li {
    padding: 0 0 5px 20px;
  }
  .header-brand {
    padding: 8px 0 2px;
    border: 0;
  }
  .header_cat_link {
    margin-bottom: 14px;
  }
  .header_cat:first-child {
    margin-top: 3px;
  }
  .success-stories .owl-carousel .owl-dots .owl-dot,
  .testimonials .owl-carousel .owl-dots .owl-dot,
  .testimonials-default.posts .owl-carousel .owl-dots .owl-dot,
  .main-featured .owl-carousel .owl-dots .owl-dot {
    padding: 3px !important;
    margin: 2px;
  }
  .why {
    display: none;
  }
  .testimonials .owl-carousel .owl-dots .owl-dot span,
  .main-featured .owl-carousel .owl-dots .owl-dot span {
    width: 7px;
    height: 7px;
    margin: 5px 1px;
    background: #bababa;
    border: 0;
  }
  .testimonials .h2 {
    margin: 0 0 20px;
  }
  .adap_author {
    font: 16px/28px Roboto;
    font-weight: 700;
    color: #ff8100;
    margin: 8px 0;
    text-align: center;
  }
  .btn-white {
    border: 2px solid #fff;
  }
  .success-stories .owl-carousel .owl-dots {
    margin: 20px 0 0;
  }
  .you-ready .h2 {
    width: auto;
    margin: 0 20px 10px;
  }
  .you-ready.mark-ready .h2 {
    margin: 24px 0px 20px;
  }
  .you-ready {
    background-color: #f6f6f6;
    color: #444444;
    padding: 50px 0 20px;
  }
  .post_block_category {
    color: #535b66;
  }
  .footer_cat .acc_arrow::after {
    content: "";
    width: 20px;
    height: 20px;
    display: block;
    transition: all 0.8s ease 0s;
  }
  .footer_cat .acc_arrow::after {
    transform: rotate(90deg);
    background: url(img/main/arrow-right.svg) no-repeat center center transparent;
    background-size: 12px auto;
  }
  .acc_arrow.opened::after {
    transform: rotate(-90deg);
  }
  .footer_big {
    flex-wrap: wrap;
    padding: 0 0 20px;
  }
  .acc_arrow {
    display: flex;
    padding: 20px 0;
    margin: 0;
    font-size: 16px;
    justify-content: space-between;
    align-items: center;
  }
  .footer_cat {
    width: 100%;
    flex-basis: 100%;
  }
  .footer_cat ul {
    display: none;
    margin: 0 0 30px;
  }
  .footer_cat .socials ul {
    display: block;
  }
  .footer_cat li {
    font-size: 16px;
    line-height: 20px;
    margin: 5px 0 20px;
  }
  .footer_cat {
    border-bottom: 1px solid #5f5f5f;
  }
  .confidence {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
  }
  .footer-brand {
    display: none;
  }
  .footer-sticky .confidence .title {
    display: block;
    width: 100%;
    margin: 0px 0 18px;
  }
  .footer-sticky {
    border-top: 0;
    padding: 5px 0 20px;
  }
  .main-content .address {
    padding: 10px 0px 10px;
    margin-top: -50px;
  }
  .address span {
    display: block;
  }
  .ya-share2 + a {
    display: none !important;
  }
  .offer_item {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    margin: 20px 0 0;
  }
  .mainH h1 {
    color: #fff;
    font: 26px/34px Roboto;
    font-weight: 700;
    margin: 0 20px 0px;
  }
  .mainH {
    text-align: center;
    padding: 0 0 10px 0;
  }
  .mainH span {
    color: #f5801a;
    font: 18px/30px Roboto;
    font-weight: 700;
    margin: 10px 20px 0;
    display: block;
  }
  .our_offers {
    width: 100%;
  }
  .offer_item h4 {
    font: 18px/1.4 Roboto;
    font-weight: 700;
    margin: 0px 0 15px;
    text-align: center;
  }
  .main-header.alt_main_header ul li {
    font-size: 16px;
    padding: 0;
    margin: 0 0 10px;
  }
  .main-header.alt_main_header ul {
    padding-left: 20px;
    margin: 0;
  }
  .getit {
    margin: 20px 0 0;
  }
  .offer_item li span {
    font: 16px/26px Roboto;
    font-weight: 300;
  }
  .blockswitcher {
    display: flex;
    flex-direction: column-reverse;
  }
  .flexstory {
    flex-direction: column;
  }
  .block {
    display: inline;
  }
  .autoplate {
    width: 100%;
  }
  .flexbtns {
    width: 100%;
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .flexbtns-test.flexbtns {
    display: block;
  }
  .flexbtns-test .one-time-payment-test {
    margin-top: -7px;
    margin-bottom: 12px;
  }
  .one-time-payment-custom {
    display: none;
  }
  .flexheader {
    flex-wrap: wrap;
  }
  .flexheaderL .h1 {
    margin: 0px 0 20px;
    font: 26px/34px Roboto;
    font-weight: 700;
    text-align: center;
  }
  .flexheader .small_sqr_li li > span {
    font-size: 16px;
    font-family: Roboto;
    font-weight: 300;
    list-style: none;
    position: relative;
    line-height: 26px;
  }
  .flexheader .small_sqr_li li {
    padding-left: 5px;
  }
  .main-header .flexheader ul {
    margin: 0px 0 4px;
  }
  .flexheaderR {
    display: none;
  }
  .flexheader .btns-plate {
    margin: 0;
  }
  .small_sqr_li li {
    padding-left: 5px;
  }
  .flexfeatured {
    width: 100%;
  }
  .main-featured h5 {
    font: 24px/33px Roboto;
    font-weight: 500;
    margin: 0 0 30px;
  }
  .flexfeatured img {
    height: 50px;
    display: block;
    margin: 0 0 10px;
  }
  .feedbacks .onblack .owl-nav {
    display: none;
  }
  .powerful img {
    display: none;
  }
  .powerful {
    padding: 0;
    background: #f4f4f4;
  }
  .feedbacks .item .fa {
    color: #ff9f00;
    font-size: 15px;
    margin: 0 4px;
  }
  .features {
    padding: 50px 0;
  }
  .features .features-item h4 {
    font-size: 18px;
  }
  .features .features-item {
    padding-left: 45px;
    margin-bottom: 20px;
  }
  .features-item p {
    font: 16px/28px Roboto;
    font-weight: 300;
    margin: 0 0 0 -45px;
  }
  .features .row > div:nth-child(2n) {
    display: none;
  }
  .features .features-item img {
    width: 30px;
    top: 0;
    left: 0;
  }
  .feedbacks {
    background-color: #3b3b3b;
    color: #fff;
    padding: 40px 0;
  }
  .feedbacks .item p {
    text-align: center;
  }
  .feedbacks .item {
    padding: 20px;
    margin: 10px;
    min-height: 360px;
  }
  .feedstars {
    margin: 20px 0;
  }
  .feed-author .user {
    font: 18px/30px Roboto;
    font-weight: 500;
  }
  .footer-sale .footer-sale-img {
    display: none;
  }
  .footer-sale {
    padding: 40px 0;
  }
  .founder {
    padding: 50px 0;
  }
  .founder h4 {
    font: 18px/30px Roboto;
    font-weight: 700;
    color: #f57f17;
    text-align: center;
    margin: 0 0 20px;
  }
  .founder h2 {
    text-align: center;
    font-size: 24px;
    line-height: 33px;
    margin-bottom: 20px;
  }
  .powerful .btns-plate {
    margin: 30px 0 20px;
  }
  .features h2 {
    font-size: 24px;
    font-weight: 400;
    line-height: 24px;
  }
  .content-wrap .cell > div > * {
    padding: 50px 0;
  }
  .blockswitcher > div {
    padding: 50px 0;
  }
  .testimonials .container {
    padding: 0px 10px;
  }
  .endline .container {
    padding-bottom: 50px;
  }
  .markstats .flexitem b {
    font: 18px/30px Roboto;
    font-weight: 700;
    margin: 10px 10px 0;
  }
  div .addons-main-header .addons-head-text {
    padding: 50px 0;
  }
  .content-wrap .cell > div > .page-contact {
    padding: 50px 0;
  }
  .page-contact .address p {
    padding: 7px 0px;
  }
  h2.cuteh2::after {
    width: 41px;
    height: 1px;
    margin-top: 10px;
  }
  div#woothemes {
    padding: 0;
    margin: -60px 0 0;
  }
  .register-blog .btn-orange {
    margin: 0;
  }
  .comment-respond {
    padding: 0;
    margin: 30px 0 0;
  }
  .post-nav .owl-nav {
    display: none;
  }
  .buy-extra .mobile-btn {
    margin: 20px 0 40px;
  }
  .stats-guide .row > div {
    margin: 0 0 20px;
  }
  div.testimonials-form-block .btn-review {
    width: 100%;
    font-size: 14px;
    margin-top: 15px;
  }
  div.rateit-reting {
    text-align: center;
  }
  .about-ready .flexbtns a {
    margin: 15px 0 0;
  }
  .blog-item .share a.stumbleupon-icon {
    padding: 8px 0 0px;
  }
  .meta > .ya-share2_inited {
    float: right;
    margin: -5px 0 0;
  }
  .business-table h2 {
    margin: 0 10px 25px;
  }
  .btn.btn-large, button.btn {
    font-family: Roboto;
    font-weight: 700;
  }
  .btn.btn-large-orange {
    border: none;
  }
  .update-solution {
    display: block !important;
  }
  .list-bg {
    margin: 20px 0;
    padding: 5px 0 0;
  }
  .coupon-blok {
    line-height: 2.5;
  }
  .cont-guide .coupon-blok .btn {
    margin: 0;
  }
  .business-learn .row.row-margin {
    justify-content: center;
  }
  div.header-business ul {
    margin-bottom: 10px;
  }
  .how-works .step-content {
    max-width: unset;
  }
  div.business-learn-item.business-learn-item-new {
    min-height: unset;
    max-width: unset;
  }
  div.success-srories-clients {
    height: auto;
    margin-bottom: 0px;
  }
  .success-srories-clients:after {
    content: "";
    width: 100%;
    height: 188px;
    bottom: 0;
    left: 0;
    position: absolute;
    background: #fff;
    z-index: 0;
  }
  .success-srories-clients .title {
    margin: 0 10%;
  }
  .blog_cont_search .container-blog .wp-pagenavi .extend {
    padding: 3px;
  }
  .blog_cont_search .container-blog .wp-pagenavi .page,
  .blog_cont_search .container-blog .wp-pagenavi .previouspostslink,
  .blog_cont_search .container-blog .wp-pagenavi .nextpostslink {
    padding: 3px 5px;
  }
  .blog_cont_search .blog-item h3 {
    margin-bottom: 10px;
  }
  .blog_cont_search .blog-item .meta {
    padding: 0 0 20px;
  }
}
@media (max-width: 359px) {
  .extra-services .single-services .button-block p {
    font-size: 11px;
  }
  .footer-sticky .confidence img {
    height: 30px;
  }
  .js-single-content.affix {
    width: 90%;
  }
}
@media (min-width: 768px) {
  .categories-blog {
    display: block !important;
  }
  .adapvis {
    display: none;
  }
  .sert_flex {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .footer-sticky .confidence .title {
    line-height: 1.6;
  }
  .footer-sticky .confidence img {
    height: 33px;
  }
  .categories-single-link {
    padding: 18px 0;
    font-size: 30px;
    color: #fff;
    margin: 0;
  }
  .footer_cat ul {
    display: block !important;
  }
  .btn.btn-large, button.btn {
    font-family: Roboto;
    font-weight: 700;
  }
  .polosa input {
    min-width: 300px;
  }
  .polosa button {
    margin: 0 0 0 5px;
  }
}
@media (min-width: 1280px) {
  .container {
    width: 1235px;
  }
  .main-header-blogF {
    max-width: 33%;
  }
  .meet-the-world-block-l {
    padding-left: 37px;
  }
  .meet-the-world-block-r {
    padding-left: 44px;
  }
  .sidebar-banner.affix {
    width: 301px;
  }
}
@media (max-width: 1279px) {
  #guide-page .container,
  #guide-page-breads .container {
    width: 100%;
  }
  .single-post .container,
  .archive.category .container,
  .search.search-results .container,
  .post-type-archive-wiki .container,
  .single-wiki .container {
    width: 100%;
  }
  #wiki {
    padding-bottom: 40px;
  }
  .sidebar-blog .social-buttons {
    display: none;
  }
}
@media (min-width: 1200px) and (max-width: 1279px) {
  .our_offers {
    justify-content: center;
  }
  .powerful-new .header-business-play-video {
    left: 66%;
  }
  .main-header-blogF {
    max-width: 35%;
  }
  .categories-blog ul li {
    margin-right: 26px;
  }
}
#meeting-reminder {
  display: block;
  text-decoration-line: none;
  background: #75DEFF;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  color: #fff;
}

#meeting-reminder.disappear {
  opacity: 0;
  height: 0;
  animation: disappear 0.4s;
  overflow: hidden;
}

@keyframes disappear {
  0% {
    opacity: 1;
    height: 100%;
  }
  100% {
    height: 0;
    opacity: 0;
  }
}
#meeting-reminder .row {
  display: flex;
  justify-content: center;
}

#meeting-reminder .wrapper {
  position: relative;
  padding: 12px 45px 15px 45px;
}

#meeting-reminder .close {
  position: absolute;
  top: 10px;
  right: 14px;
  max-height: 10px;
  max-width: 10px;
  margin-right: unset;
}

#meeting-reminder img {
  max-width: 25px;
  max-height: 25px;
  height: auto;
  width: 100%;
  margin-right: 10px;
}

#meeting-reminder .timedate {
  font-size: 17px;
  line-height: 28px;
  color: #FFFFFF;
  background: #0044BC;
  border-radius: 1000px;
  padding: 2px 12px;
}

#meeting-reminder .pl3 {
  padding-left: 3px;
}

#meeting-reminder .pl6 {
  padding-left: 6px;
}

#meeting-reminder br {
  display: none;
}

#meeting-reminder .text {
  display: flex;
  font-style: normal;
  font-size: 17px;
  line-height: 28px;
  color: #343434;
  flex-wrap: wrap;
  justify-content: center;
}

#meeting-reminder .finish {
  font-style: normal;
  font-weight: 700;
  font-size: 17px;
  line-height: 27px;
  text-decoration-line: underline;
  text-decoration-thickness: 2px;
  padding-right: 32px;
  background: url("img/main2/arrow.svg") no-repeat right 4px;
  background-size: 17px 19px;
  margin-left: 50px;
}

#meeting-reminder .your {
  padding-left: 7px;
}

#meeting-reminder .mobile {
  display: none;
}

@media (max-width: 767px) {
  #meeting-reminder .mobile {
    display: block;
  }
  #meeting-reminder .pc {
    display: none;
  }
  #meeting-reminder .wrapper {
    padding: 12px 30px 15px 30px;
  }
  #meeting-reminder .flex-center {
    display: block;
  }
  #meeting-reminder .row {
    min-width: 212px;
    justify-content: center;
    margin-bottom: 7px;
  }
  #meeting-reminder .your {
    padding-left: 4px;
  }
  #meeting-reminder .finish {
    margin-right: auto;
    margin-left: auto;
    max-width: 166px;
    font-size: 15px;
    line-height: 24px;
    background: url("img/main/arrow.svg") no-repeat right 2px;
  }
  #meeting-reminder .text {
    font-size: 15px;
    line-height: 22px;
  }
  #meeting-reminder .row {
    margin-bottom: 0;
  }
  #meeting-reminder .activation {
    width: 100%;
    display: inline-block;
    text-align: center;
  }
  #meeting-reminder br {
    display: block;
  }
}
/*micromodal*/
.modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

.modal__container {
  background-color: #fff;
  padding: 40px;
  max-width: 500px;
  max-height: 92vh;
  border-radius: 10px;
  box-sizing: border-box;
}

.modal__header {
  position: relative;
}

.modal__title {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.25;
  text-align: center;
  box-sizing: border-box;
}

.modal__close {
  background: #fff;
  border: 0;
  position: absolute;
  top: -20px;
  right: -20px;
  cursor: pointer;
  border-radius: 50%;
  height: 20px;
  width: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.modal__header .modal__close:before {
  content: "✕";
}

.modal__content {
  margin-top: 2rem;
  margin-bottom: 2rem;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.8);
}

.modal__body .result-message {
  display: none;
  color: #fff;
  margin-bottom: 10px;
  padding: 10px;
}

.modal__body .result-message.success {
  background: #49b67f;
  display: block;
}

.modal__body .result-message.error {
  background: #b64949;
  display: block;
}

@keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes mmslideIn {
  from {
    transform: translateY(15%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes mmslideOut {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-10%);
  }
}
.micromodal-slide {
  display: none;
}

.micromodal-slide.is-open {
  display: block;
}

.micromodal-slide[aria-hidden=false] .modal__overlay {
  animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=false] .modal__container {
  animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=true] .modal__overlay {
  animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=true] .modal__container {
  animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide .modal__container,
.micromodal-slide .modal__overlay {
  will-change: transform;
}

/*micromodal end*/
img.resp {
  width: auto;
  max-width: 100%;
  height: auto;
}

/*consultation-banner start*/
#consultation-banner.welcome {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 32px 20px;
  background: #3D9979;
  z-index: 100;
}

#consultation-banner.welcome.orange {
  background: #FF6422;
}

#consultation-banner.welcome.green {
  background: #22A42B;
}

#consultation-banner.welcome .inner {
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  color: #fff;
}

#consultation-banner.welcome .title {
  font-weight: 700;
  font-size: 30px;
  line-height: 42px;
  margin-bottom: 5px;
}

#consultation-banner.welcome .info {
  font-size: 19px;
  line-height: 28px;
}

#consultation-banner.welcome .body {
  margin-right: 60px;
  padding-left: 250px;
  position: relative;
}

#consultation-banner.welcome .body img {
  position: absolute;
  bottom: -32px;
  left: 0;
}

#consultation-banner.welcome .link {
  font-weight: 700;
  font-size: 14px;
  line-height: 40px;
  padding: 3px 29px;
  border-radius: 3px;
  border: 2px solid #FFF;
  text-transform: uppercase;
}

#consultation-banner.welcome.orange .link {
  border-radius: 3px;
  border: 2px solid #FFF;
  background: #FFF;
  font-size: 16px;
  color: #464646;
  line-height: 41px;
  padding: 2px 20px 1px 20px;
}

#consultation-banner.welcome.green .link {
  border-radius: 3px;
  border: 2px solid #FFF;
  background: #FFF;
  font-size: 16px;
  color: #006507;
  line-height: 41px;
  padding: 2px 20px 1px 20px;
}

#consultation-banner.welcome .close {
  position: absolute;
  right: 20px;
  top: 15px;
  cursor: pointer;
  width: 20px;
  height: 20px;
}

#consultation-banner .mobile {
  display: none;
}

#consultation-banner .desktop {
  display: block;
}

@media (max-width: 1350px) {
  #consultation-banner.welcome .inner {
    flex-direction: column;
  }
  #consultation-banner.welcome .link {
    margin-left: 70px;
  }
  #consultation-banner.welcome .body {
    margin-right: 0;
  }
  #consultation-banner.welcome .body img {
    bottom: -80px;
  }
}
@media (max-width: 767px) {
  #consultation-banner .mobile {
    display: block;
  }
  #consultation-banner .desktop {
    display: none;
  }
  #consultation-banner.welcome {
    border-radius: 20px 20px 0 0;
    overflow: visible;
    justify-content: center;
  }
  #consultation-banner.welcome .inner {
    flex-direction: column;
    text-align: center;
  }
  #consultation-banner.welcome .link {
    margin-left: 0;
    margin-top: 15px;
    margin-bottom: 15px;
  }
  #consultation-banner.welcome .title {
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 10px;
  }
  #consultation-banner.welcome .close {
    right: 10px;
  }
  #consultation-banner.welcome .info {
    font-size: 15px;
    line-height: 24px;
    max-width: 260px;
    margin: 0 auto;
  }
  #consultation-banner.welcome .body {
    padding: 48px 0 0 0;
  }
  #consultation-banner.welcome .body img {
    bottom: unset;
    left: calc(50% - 64px);
    top: -95px;
    width: 128px;
  }
}
#consultation-banner.ppp {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 32px 20px;
  background: #31A751;
  z-index: 100;
}

#consultation-banner.ppp .inner {
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  color: #fff;
}

#consultation-banner.ppp .title {
  font-weight: 700;
  font-size: 30px;
  line-height: 42px;
  margin-bottom: 5px;
}

#consultation-banner.ppp .info {
  font-size: 19px;
  line-height: 28px;
}

#consultation-banner.ppp .body {
  margin-right: 60px;
  padding-left: 250px;
  position: relative;
}

#consultation-banner.ppp .body img {
  position: absolute;
  bottom: -32px;
  left: 0;
}

#consultation-banner.ppp .link {
  font-weight: 700;
  font-size: 20px;
  line-height: 40px;
  padding-right: 25px;
  background: url(img/blog/white-arrow-right.svg) no-repeat right center;
  text-decoration: underline;
  background-size: 12px;
}

#consultation-banner.ppp .close {
  position: absolute;
  right: 20px;
  top: 15px;
  cursor: pointer;
  width: 20px;
  height: 20px;
}

@media (max-width: 1350px) {
  #consultation-banner.ppp .inner {
    flex-direction: column;
  }
  #consultation-banner.ppp .link {
    margin-left: 70px;
  }
  #consultation-banner.ppp .body {
    margin-right: 0;
  }
  #consultation-banner.ppp .body img {
    bottom: -80px;
  }
}
@media (max-width: 767px) {
  #consultation-banner.ppp {
    border-radius: 20px 20px 0 0;
  }
  #consultation-banner.ppp .inner {
    flex-direction: column;
    text-align: center;
  }
  #consultation-banner.ppp .link {
    margin-left: 0;
    margin-bottom: 15px;
  }
  #consultation-banner.ppp .title {
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 10px;
  }
  #consultation-banner.ppp .close {
    right: 10px;
  }
  #consultation-banner.ppp .info {
    font-size: 15px;
    line-height: 24px;
    max-width: 260px;
    margin: 0 auto;
  }
  #consultation-banner.ppp .body {
    padding: 48px 0 0 0;
  }
  #consultation-banner.ppp .body img {
    bottom: unset;
    left: calc(50% - 64px);
    top: -95px;
    width: 128px;
  }
}
/*consultation-banner end*/
summary::-webkit-details-marker {
  display: none;
}

.make-your-start-block a {
  text-decoration: none;
}

.make-your-start {
  background: url("img/blog/banner-images/make-you-start.png");
  padding: 60px 45px;
  background-repeat: no-repeat;
  width: 100%;
}

.make-your-start .title {
  color: #464646;
  font-size: 43px;
  font-style: normal;
  font-weight: 700;
  line-height: 54px;
}

.make-your-start .after-title {
  color: #464646;
  font-size: 29px;
  font-weight: 400;
  line-height: 39px; /* 135% */
  text-decoration-line: underline;
  margin-top: 10px;
  margin-bottom: 40px;
}

@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
#fb-start-2 {
  color: #fff;
  text-align: center;
}
#fb-start-2 .modal__container {
  background: url(img/common/fb-back-min.jpg) no-repeat center top;
  background-size: cover;
  max-width: 650px;
  width: 650px;
  padding: 40px 30px;
  margin-top: 0;
  overflow: auto;
  border-radius: 20px;
}
#fb-start-2 .modal__body {
  padding: 20px 0;
}
#fb-start-2 .modal__close {
  top: -25px;
  right: -15px;
  background: transparent;
  color: #fff;
}
#fb-start-2 .head {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 30px;
}
#fb-start-2 .title {
  font-size: 44px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  margin: 0 auto 30px auto;
  max-width: 500px;
}
#fb-start-2 .btn {
  font-size: 20px;
  color: #fff;
  background: linear-gradient(-43deg, #FFB200 31.55%, #FFF 52.07%, #FFF 42.94%, #FFB200 68.45%, #FFB200 56.45%);
  animation: gradient 6s ease infinite;
  background-size: 300%;
  border: 2px solid #FFA800;
  margin-top: 27px;
  margin-bottom: 25px;
  padding: 12px;
  width: 320px;
}
#fb-start-2 .btn:hover {
  border: 2px solid #fff;
  color: #fff;
  background: transparent;
}
#fb-start-2 .show-link {
  display: none;
}
#fb-start-2 .footer-p {
  display: flex;
  justify-content: center;
  gap: 16px;
}
#fb-start-2 .footer-p.mobile {
  display: none;
}
#fb-start-2 .footer-p .item-f {
  gap: 10px;
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
@media (min-width: 767px) and (max-width: 1400px) {
  #fb-start-2 img.resp {
    max-width: 350px;
  }
  #fb-start-2 .btn {
    margin-top: 0;
  }
  #fb-start-2 .title {
    margin-bottom: 0;
  }
  #fb-start-2 .modal__body {
    padding: 0;
  }
}
@media (max-width: 767px) {
  #fb-start-2 .show-link {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 15px;
    font-weight: 700;
    line-height: 18px;
    text-decoration-line: underline;
    justify-content: center;
    margin-top: 30px;
  }
  #fb-start-2 .show-link.hidden {
    display: none;
  }
  #fb-start-2 .modal__body {
    padding: 0;
  }
  #fb-start-2 .modal__container {
    width: 92vw;
  }
  #fb-start-2 .btn {
    width: 100%;
    margin-bottom: 0;
  }
  #fb-start-2 .head {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 15px;
  }
  #fb-start-2 .title {
    font-size: 22px;
    line-height: 30px;
  }
  #fb-start-2 .footer-p {
    display: none;
    flex-direction: column;
  }
  #fb-start-2 .footer-p.opened {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
  }
}

#fb-start-3 .modal__close {
  background: transparent;
  top: 10px;
  right: 10px;
  color: #fff;
}
#fb-start-3 .modal__container {
  padding: 0;
  max-width: 900px;
  width: 900px;
  border-radius: 20px;
  overflow: auto;
  margin-top: 0;
}
#fb-start-3 .show-link {
  display: none;
}
#fb-start-3 .btn {
  font-size: 20px;
  padding: 8px;
  height: auto;
}
#fb-start-3 .head {
  background: #00AFF8;
  font-size: 20px;
  font-weight: 700;
  line-height: 32px;
  padding: 12px;
  text-align: center;
  color: #fff;
}
#fb-start-3 .body {
  padding: 30px;
  display: flex;
  justify-content: center;
}
#fb-start-3 .body .title {
  font-size: 32px;
  font-weight: 900;
  line-height: 38px;
  margin-bottom: 20px;
}
#fb-start-3 .body .item svg {
  margin-right: 16px;
  position: relative;
  top: -3px;
}
#fb-start-3 .body .items {
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-size: 17px;
  line-height: 26px;
}
#fb-start-3 .body .items.mobile {
  display: none;
}
#fb-start-3 .body .right {
  margin-left: -62px;
  margin-top: 90px;
}
#fb-start-3 .body img.resp {
  margin-left: -40px;
}
#fb-start-3 .footer-p {
  display: flex;
  justify-content: center;
  gap: 24px;
  border-top: 1px solid rgba(0, 175, 248, 0.1490196078);
  margin: 0 30px 30px;
  padding-top: 30px;
}
#fb-start-3 .footer-p.mobile {
  display: none;
}
#fb-start-3 .footer-p .item-f {
  gap: 6px;
  display: flex;
  align-items: center;
  color: #4B5159;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
}
@media (max-width: 910px) {
  #fb-start-3 .show-link {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #2D6BA4;
    font-size: 15px;
    font-weight: 700;
    line-height: 18px;
    text-decoration-line: underline;
    justify-content: center;
    margin-top: 10px;
    margin-bottom: 30px;
  }
  #fb-start-3 .show-link.hidden {
    display: none;
  }
  #fb-start-3 .modal__container {
    width: 92vw;
  }
  #fb-start-3 .btn {
    max-width: unset;
  }
  #fb-start-3 .head {
    font-size: 13px;
    line-height: 17px;
    padding: 20px 40px;
  }
  #fb-start-3 .body {
    padding: 20px;
    flex-direction: column;
    gap: 20px;
    border: none;
  }
  #fb-start-3 .body .title {
    font-size: 18px;
    line-height: 22px;
  }
  #fb-start-3 .body .items.mobile.opened {
    font-weight: bold;
    display: flex;
    margin-top: 30px;
    margin-bottom: 0;
  }
  #fb-start-3 .body .items.desktop {
    display: none;
  }
  #fb-start-3 .body img.resp {
    margin: -25px 0 0;
  }
  #fb-start-3 .body .right {
    margin: 0;
  }
  #fb-start-3 .footer-p {
    display: none;
  }
  #fb-start-3 .footer-p.opened {
    padding-top: 20px;
    display: flex;
    gap: 10px;
    flex-direction: column;
  }
}

.modal__container.contact {
  text-align: center;
  max-width: 540px;
}

.modal__container.contact form {
  text-align: left;
}

.modal__container.contact .btn {
  width: 100%;
}

.modal__container.contact textarea {
  height: 120px;
}

.modal__container.contact input,
.modal__container.contact select {
  height: 60px;
}

#modal-contact-get h1 {
  text-transform: none;
}
#modal-contact-get .mobile {
  display: none !important;
}
#modal-contact-get input, #modal-contact-get select, #modal-contact-get textarea {
  background: #fff;
  border: 1px solid #dadada;
  box-sizing: border-box;
  border-radius: 5px;
  padding: 17px 20px;
  font-size: 17px;
  line-height: 26px;
  width: 100%;
  resize: none;
  margin-bottom: 20px;
}
#modal-contact-get .phone-group .code {
  width: 146px;
  border-right: none;
  border-radius: 5px 0 0 5px;
  flex-shrink: 0;
}
#modal-contact-get .modal__container.contact input:active, #modal-contact-get .modal__container.contact input:focus, #modal-contact-get .modal__container.contact select:active, #modal-contact-get .modal__container.contact select:focus {
  border: 1px solid #0663b8;
  outline: 4px solid rgba(119, 190, 255, 0.2);
}
@media (max-width: 967px) {
  #modal-contact-get .mobile {
    display: block !important;
  }
}
#modal-contact-get .modal__container.contact {
  max-width: 870px;
  padding: 40px 60px;
  width: 100%;
}
#modal-contact-get .modal__body img {
  margin-bottom: 24px;
}
#modal-contact-get h1 {
  color: #1A1E25;
  text-align: center;
  font-size: 44px;
  font-style: normal;
  font-weight: 700;
  line-height: 60px;
  margin-bottom: 24px;
}
#modal-contact-get .line {
  height: 6px;
  border-radius: 100px;
  width: 68%;
  margin-left: auto;
  margin-right: auto;
  background: linear-gradient(90deg, #0EB0F1 50%, #D9D9D9 50%);
  margin-bottom: 14px;
}
#modal-contact-get .after-line {
  color: #4B5159;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 15px;
  margin-bottom: 24px;
}
#modal-contact-get .step {
  text-align: center;
  color: #4B5159;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 15px;
  margin-bottom: 30px;
}
#modal-contact-get .terms {
  font-size: 11px;
  line-height: 18px;
  display: flex;
  gap: 10px;
  align-items: flex-start;
  color: #4b5159;
  font-weight: 400;
  max-width: 80%;
  margin: 30px auto 0 auto;
  justify-content: center;
}
#modal-contact-get .terms a {
  font-size: 11px;
  line-height: 18px;
  color: #4b5159;
}
#modal-contact-get .terms:before {
  content: url("https://work1.sellvia.com/wp-content/themes/sellvia/img/pages/purchase/lock3.svg");
  position: relative;
  margin-left: -20px;
  margin-top: -2px;
}
#modal-contact-get .btn {
  background: #f57f17;
  color: #fff;
  height: 70px;
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
  text-transform: uppercase;
}
#modal-contact-get .btn svg {
  position: relative;
  top: 3px;
  margin-left: 3px;
}

@media (max-width: 768px) {
  #modal-contact-get .modal__container.contact {
    margin-top: 0;
    padding: 30px 20px;
  }
  #modal-contact-get .modal__container.contact h1 {
    font-size: 27px;
    font-weight: 700;
    line-height: 32px;
  }
  #modal-contact-get .modal__container.contact .line {
    width: 100%;
  }
  #modal-contact-get .modal__container.contact .terms {
    padding-left: 20px;
    max-width: 100%;
    text-align: left;
  }
}
.menu-popup {
  position: absolute;
  display: inline-flex;
  padding: 40px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 30px;
  background: #FFF;
  color: #1A1E25;
  min-width: 510px;
  margin-top: 15px;
  cursor: auto;
  box-shadow: -1px 1px 10px 6px rgba(26, 30, 37, 0.18);
  border-radius: 20px;
  top: 60px;
  right: -20px;
}
@media (max-width: 991px) {
  .menu-popup {
    display: none;
  }
}
.menu-popup .close {
  position: absolute;
  right: 13px;
  top: 10px;
  cursor: pointer;
}
.menu-popup .close:before {
  content: "✕";
  font-size: 18px;
}
.menu-popup:before {
  background: #fff;
  content: "";
  display: block;
  height: 17px;
  position: absolute;
  right: 85px;
  top: -8px;
  transform: rotate(45deg);
  width: 17px;
  box-shadow: -3px -3px 4px 0px rgba(26, 30, 37, 0.13);
}
.menu-popup .actions {
  width: 100%;
}
.menu-popup .actions a.btn {
  color: #fff !important;
  width: 100% !important;
  font-size: 16px !important;
  font-style: normal !important;
  font-weight: 700 !important;
  height: 60px !important;
  padding: 15px 35px !important;
  background-color: #f57f17;
  text-transform: uppercase !important;
}
.menu-popup .actions a.btn:hover {
  background: #f57f17 !important;
  color: #fff !important;
}
.menu-popup .actions .info {
  color: #4B5159;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 19px;
  margin-top: 13px;
}
.menu-popup .mp-title {
  color: #1A1E25;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
}
.menu-popup .mp-title b {
  color: #f57f17;
  font-weight: 900;
}
.menu-popup .mp-ul {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.menu-popup .mp-ul li {
  color: #4B5159 !important;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 19px;
  margin-top: 7px;
}
.menu-popup .mp-ul li svg {
  transform: translate(-2px, 6.7px);
}
.menu-popup .mp-ul li:before {
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="15" height="11" viewBox="0 0 15 11" fill="none"><rect x="12.7702" y="0.986328" width="1.8533" height="12.2888" rx="0.92665" transform="rotate(45 12.7702 0.986328)" fill="%2326AA11"/><rect width="1.8533" height="6.93114" rx="0.92665" transform="matrix(-0.707107 0.707107 0.707107 0.707107 1.66357 4.69287)" fill="%2326AA11"/></svg>');
  margin-right: 15px;
}

#fb-start-1 .modal__close {
  background: transparent;
  top: 10px;
  right: 10px;
  color: #fff;
}
#fb-start-1 .modal__container {
  padding: 0;
  max-width: 840px;
  width: 840px;
  border-radius: 20px;
  overflow: auto;
  margin-top: 0;
}
#fb-start-1 .show-link {
  display: none;
}
#fb-start-1 .btn {
  color: #fff;
  font-size: 20px;
  background: linear-gradient(-43deg, #1A1E25 31.55%, #FFF 52.07%, #FFF 42.94%, #1A1E25 68.45%, #1A1E25 56.45%);
  animation: gradient 6s ease infinite;
  background-size: 300%;
  border: 2px solid #1A1E25;
  padding: 10px 8px;
  width: 270px;
}
#fb-start-1 .btn:hover {
  background: transparent;
  color: #1A1E25;
}
#fb-start-1 .head {
  background: linear-gradient(90deg, #15B6F5 0%, #9AE7FC 50.12%, #FFD358 69.92%, #FF951D 100%);
  font-size: 23px;
  font-weight: 700;
  line-height: 32px;
  padding: 20px 40px;
  text-align: center;
}
#fb-start-1 .body {
  padding: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #D9D9D9;
  display: flex;
  justify-content: center;
  gap: 40px;
}
#fb-start-1 .body .title {
  font-size: 24px;
  font-weight: 900;
  line-height: 32px;
  margin-bottom: 20px;
}
#fb-start-1 .body .item svg {
  margin-right: 16px;
  position: relative;
  top: -3px;
}
#fb-start-1 .body .items {
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-size: 17px;
  line-height: 26px;
}
#fb-start-1 .body .items.mobile {
  display: none;
}
#fb-start-1 .footer-p {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 30px;
}
#fb-start-1 .footer-p.mobile {
  display: none;
}
#fb-start-1 .footer-p .item-f {
  gap: 16px;
  display: flex;
  align-items: center;
  color: #4B5159;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
}
@media (max-width: 850px) {
  #fb-start-1 .show-link {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #2D6BA4;
    font-size: 15px;
    font-weight: 700;
    line-height: 18px;
    text-decoration-line: underline;
    justify-content: center;
    margin-top: 30px;
  }
  #fb-start-1 .show-link.hidden {
    display: none;
  }
  #fb-start-1 .modal__container {
    width: 92vw;
  }
  #fb-start-1 .btn {
    width: 100%;
  }
  #fb-start-1 .head {
    font-size: 19px;
    line-height: 26px;
  }
  #fb-start-1 .body {
    padding: 20px;
    flex-direction: column;
    gap: 20px;
    border: none;
    margin-bottom: 10px;
  }
  #fb-start-1 .body .title {
    text-align: center;
    font-size: 22px;
    line-height: 30px;
  }
  #fb-start-1 .body .items.mobile.opened {
    font-weight: bold;
    display: flex;
    margin-top: 30px;
    margin-bottom: 20px;
  }
  #fb-start-1 .body .items.desktop {
    display: none;
  }
  #fb-start-1 .footer-p {
    display: none;
  }
  #fb-start-1 .footer-p.opened {
    border-radius: 20px;
    background: #F4F6FB;
    display: flex;
    gap: 10px;
    flex-direction: column;
    padding: 20px 7px;
  }
}

@media (max-width: 991px) {
  .main-featured-block {
    flex-direction: column;
    max-width: 270px;
    flex-flow: row wrap;
    gap: 20px;
  }
  .main-featured-block .featured-on {
    flex: 0 0 100%;
    padding: 0 10px 10px;
  }
  .main-featured-block .item {
    flex: 0 0 auto;
    padding: 0 10px 10px;
  }
}