/* #region global */
#eshopHelp {
  font-family: GoogleSans, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.42857143;
  color: #212121;
  position: relative;
}
.section-temp {
  padding: 50px 0;
  position: relative;
}
.text-violet {
  color: #616ce6 !important;
}
.text-white {
  color: #fff;
}
.m-auto {
  margin: auto;
}
.nowrap {
  white-space: nowrap;
}
.common-title {
  font-size: 28px;
  font-family: GoogleSans Bold, Roboto, Arial, sans-serif;
  padding-bottom: 24px;
  color: #2b3173;
}
.text-capital {
  text-transform: uppercase;
}
.text-bold {
  font-family: GoogleSans Bold, Roboto, Arial, sans-serif;
}
.text-center {
  text-align: center;
}
.no-padding {
  padding: 0;
}
.title h1 {
  font-size: 32px;
  margin: 0;
  line-height: 1.4;
  padding: 0;
  color: #fff;
}
@media screen and (min-width: 980px) {
  .custom-height {
    height: 50px;
    background: #f3f5fe;
  }
}
@media screen and (max-width: 979px) {
  br {
    display: none;
  }
  .section-temp {
    padding: 40px 0;
    position: relative;
  }
  .common-title {
    font-size: 24px;
    padding-bottom: 10px;
    text-align: center;
  }
  .title h1 {
    font-size: 28px;
    padding: 12px 0 18px;
  }
}
@media screen and (max-width: 767px) {
  .section-temp {
    padding: 30px 0;
    position: relative;
  }
  .common-title {
    font-size: 20px;
    padding-bottom: 10px;
  }
  .title h1 {
    font-size: 24px;
    text-align: center;
  }
}
/* #endregion */

/* #region banner */
.banner {
  background: linear-gradient(90deg, #8280ff, #6a67e8);
  height: 851px;
}

.support-chanel {
  display: grid;
  grid-template-columns: 1fr 1fr;
  max-width: 597px;
  width: 100%;
  grid-gap: 20px;
  z-index: 4;
  position: relative;
  max-width: 300px;
}

.support-chanel > a, .support-chanel > div {
  border-radius: 10px;
  display: block;
  border: 1px solid transparent;
  padding: 16px 10px;
}

.support-chanel > a:hover, .support-chanel > div:hover {
  background: #908ef9;
  border: 1px solid #6d6ce2;
}

.support-chanel .sc-title > a {
	display:block;
	text-decoration:underline;
	color: #fff !important;
}

.support-chanel-title {
  font-size: 24px;
  padding: 29px 0 24px 0;
}

.banner-img img {
  position: absolute;
  top: 60px;
  right: -79px;
  z-index: 0;
  /* display: none; */
}

.bg-banner {
  position: absolute;
  width: 100%;
  bottom: -1px;
  left: 0;
}
@media screen and (min-width: 980px){  
  .support-chanel-title {
    font-size: 19px;
    padding: 29px 0 24px 140px;
  }
  .support-chanel{
    margin-left: 140px
  }
}
@media screen and (max-width: 1099px) {
  .banner-img img {
    position: absolute;
    top: 124px;
    right: -79px;
    z-index: 0;
  }
}

@media screen and (max-width: 979px) {
  .banner-img img {
    position: absolute;
    top: unset;
    right: 0141px;
    z-index: 0;
  }
  .support-chanel {
    max-width: 100%;
  }
  .support-chanel-title {
    text-align: center;
    padding: 0px 0 24px 0;
  }
}
@media screen and (max-width: 767px) {
  .support-chanel {
    grid-template-columns: 1fr 1fr;
    grid-gap: 15px
  }
  .banner-img img {
    position: relative;
    top: unset;
    right: 64px;
    z-index: 0;
    width: 100%;
  }
  .banner {
    height: 100%;
  }
  .bg-banner {
    display: none;
  }
}
/* #endregion */

/* #region searchbox  */
.search-box {
  margin-top: -150px;
}

.input-form {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 600px;
  margin: auto;
  position: relative;
}

button#searchSubmit {
  border: none;
  background: #616ce6;
  color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  padding: 10px 20px;
  height: 52px;
  border-bottom-right-radius: 18px;
  border-top-right-radius: 18px;
  box-shadow: 0 12px 12px rgba(97, 108, 230, 0.2);
}
button#searchSubmit:focus {
  outline: none;
}

input#searchTxt {
  padding: 10px 20px;
  height: 52px;
  line-height: 52px;
  font-size: 15px;
  border: 1px solid #d2d2d2;
  border-radius: 18px;
  color: #959595;
}

.phone-contact {
  text-align: center;
  padding-top: 16px;
  font-size: 18px;
}

.phone-contact br{
	display: none;
}
@media screen and (max-width: 979px) {
  .search-box {
    margin-top: -80px;
  }
}

@media screen and (max-width: 767px) {
  .search-box {
    margin-top: 0px;
  }
  input#searchTxt {
    font-size: 13px;
  }
  button#searchSubmit {
    font-size: 14px;
    padding: 10px 10px;
  }
  .phone-contact {
    font-size: 16px;
  }
  .phone-contact br{
	display: block;
  }
}
/* #endregion */

/* #region hard  */
.hard-ctn {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 76px;
  max-width: 900px;
  margin: auto;
  width: 100%;
  padding-top: 24px;
}

.hard-img {
  text-align: center;
  padding-bottom: 16px;
}

.hard-content a {
  display: block;
  color: #3b3b3b;
  position: relative;
  padding: 0 0 8px 17px;
}

.hard-title {
  font-size: 22px;
  padding-bottom: 16px;
}

.hard-content > div:not(.hard-title) {
  padding-bottom: 16px;
}

.hard-content a:before {
  position: absolute;
  content: "";
  top: 7px;
  left: 0;
  width: 5px;
  height: 5px;
  background: #3b3b3b;
  border-radius: 50%;
}

.hard {
  background: linear-gradient(0deg, #e6ebff, #fff);
  padding: 50px 0 0;
}

@media screen and (max-width: 979px) {
  .hard-ctn {
    grid-gap: 24px;
  }
  .hard-title {
    font-size: 20px;
    padding-bottom: 16px;
  }
}
@media screen and (max-width: 767px) {
  .hard-ctn {
    grid-template-columns: 1fr;
  }
  .hard-title {
    font-size: 18px;
    padding-bottom: 8px;
  }
}
/* #endregion */

/* #region beginer */
.beginer {
  background: #fafafa;
  padding: 0 0 50px;
  margin-bottom: -2px;
}

.beginer-ctn {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 24px;
  width: 100%;
  padding-top: 24px;
}

.beginer-ctn > div {
  box-shadow: 0 15px 33px rgba(0, 0, 0, 0.15);
  border-radius: 18px;
  padding: 36px 24px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.bc-title {
  font-size: 22px;
  font-family: "GoogleSans Bold", Arial, sans-serif;
  padding: 16px 0;
}
.bc-subtitle {
  padding-bottom: 16px;
}

.bc-content > div {
  padding: 0 0 12px 28px;
  position: relative;
}

.bc-content > div:before {
  position: absolute;
  content: url(/mshopkeeper/images/eshop-help/ic-tick.png);
  left: 0;
  top: 2px;
  width: 18.58px;
  height: 18.58px;
}

.btn-base {
  padding: 10px 12px;
  font-size: 15px;
  color: #fff;
  border: 2px solid #fff !important;
  border-radius: 18px;
  box-shadow: 0 10px 10px rgb(0 15 177 / 15%);
}
.btn-base:hover {
  color: #fff;
}

.bc-ctn {
  display: flex;
  justify-content: space-between;
  margin-top: 16px;
}

.btn-viewmore {
  background: linear-gradient(0deg, #474fa9, #616ce6);
}
.btn-document {
  background: linear-gradient(0deg, #2c79eb, #a1d6ff);
}
@media screen and (max-width: 1100px) {
  .bc-ctn {
    text-align: center;
    flex-direction: column;
  }
  .bc-ctn a:nth-child(1) {
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 979px) {
  .beginer-ctn {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 767px) {
  .beginer-ctn {
    grid-template-columns: 1fr;
  }
  .bc-title {
    font-size: 18px;
  }
}
/* #endregion */

/*#region manual */

.manual-wrap {
  display: inline-block;
  padding-top: 30px;
}

.manual-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.manual-item:not(:last-child) {
  padding-bottom: 30px;
}

.manual-item:before {
  position: absolute;
  content: "";
  width: 3px;
  height: 100%;
  top: 40%;
  background: #616ce6;
}

.manual-item:last-child:before {
  height: 0;
}

.manual-step {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  position: absolute;
  top: 30%;
  background: -webkit-linear-gradient(90deg, #1b37fe, #677aff);
  font-family: GoogleSans Bold, Arial, sans-serif;
  font-size: 24px;
}

ul.manual-item-text {
  margin: 0;
  list-style: none;
}

ul.manual-item-text li {
  background: url(/mshopkeeper/images/eshop-pos/ic_tick.svg) no-repeat left top
    9px;
  padding: 0 0 8px 20px;
  margin: 0;
}

.manual-item-title {
  font-family: GoogleSans Bold, Arial, sans-serif;
  font-size: 24px;
}
.manual-item-title a{
  color: #212121;
}

.manual-item-text ul {
  padding-top: 15px;
  margin: 0;
  list-style: none;
}
.manual-item-title-in {
  font-size: 20px;
  padding-top: 16px;
}
.manual-item-text ul li {
  background: url(/mshopkeeper/images/eshop-pos/ic_tick.svg) no-repeat left top
    9px;
  padding: 0 0 8px 20px;
  margin: 0;
}

.manual-item-img img {
  margin: 0 auto;
  width: 370px;
}

.manual-item:nth-child(even) .manual-item-text ul li {
  background: url(/mshopkeeper/images/eshop-pos/ic_tick.svg) no-repeat right top
    9px;
  padding: 0 20px 8px 0px;
}

@media screen and (min-width: 980px) {
  .manual-item:nth-child(even) {
    direction: rtl;
  }

  .manual-item:nth-child(even) .manual-item-text {
    padding-right: 50px;
  }

  .manual-item:nth-child(odd) .manual-item-text {
    padding-left: 80px;
  }
}

@media (max-width: 979px) {
  .manual-item {
    justify-content: left;
  }

  .manual-item:before {
    top: 0;
    left: 20px;
  }

  .manual-item-img {
    display: none;
  }

  .manual-item-text {
    padding-left: 60px;
  }

  .manual-step {
    width: 40px;
    height: 40px;
    font-size: 22px;
    top: 0;
  }
  .manual-item:nth-child(even) .manual-item-text ul li {
    background: url(/mshopkeeper/images/eshop-pos/ic_tick.svg) no-repeat left
      top 9px;
    padding: 0 0px 8px 20px;
  }
}

/*#endregion */

/* #region product region */
.pr-ctn {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 16px 24px;
  margin-top: 24px;
  max-width: 90%;
  margin: auto;
  width: 100%;
}

.pr-ctn > div {
  box-shadow: 0 15px 33px rgb(0 0 0 / 7%);
  border-radius: 18px;
  padding: 24px;
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.product-region {
  background: #fafafa;
}

.pr-head {
  display: flex;
  align-items: center;
}

.pr-head > div:nth-child(1) {
  padding-right: 15px;
  margin-bottom: 15px;
}

a.btn-trial {
  background: linear-gradient(0deg, #474fa9, #616ce6);
}
.pr-btn {
  padding-top: 15px;
}

.pr-btn > a {
  color: #fff;
  padding: 10px 20px;
  display: inline-block;
  font-family: "GOOGLESANS BOLD", Arial, sans-serif;
  border-radius: 10px;
}

a.btn-viewmores {
  color: #616ce6;
  position: relative;
}

a.btn-viewmores:after {
  position: absolute;
  content: url(/mshopkeeper/images/eshop-help/ic-arrow.svg);
  top: calc(50% - 10.5px);
  right: 0px;
}

@media screen and (max-width: 979px) {
  .pr-ctn {
    max-width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .pr-ctn {
    grid-template-columns: 1fr;
  }
  .pr-btn {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
/* #endregion */
/* #region video */
.video {
  background: #f0f1ff;
}
.video-ctn {
  display: flex;
  width: 100%;
  padding-top: 24px;
}

.video-ctn > div:nth-child(1) {
  width: 60%;
  padding-right: 15px;
  border-radius: 18px;
}

.video-ctn > div:nth-child(2) {
  width: 40%;
  padding-left: 15px;
}

.video-ctn a {
  display: block;
}

.video-ctn > div > a {
  position: relative;
  border-radius: 18px;
}

.video-lg-subtitle {
  position: absolute;
  bottom: 0;
  left: 0px;
  width: 100% !important;
  background: rgba(111, 120, 233, 0.9);
  font-size: 14px;
  padding: 16px;
  border-bottom-left-radius: 18px;
  border-bottom-right-radius: 18px;
}

.video-ctn > div > a > img {
  border-radius: 18px;
}

.video-ctn > div > a:hover {
  color: #fff;
}

.video-sm-ctn {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 10px;
}

.video-sm-ctn > a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #212121;
}

.vsc-img {
  width: 30%;
  border-radius: 18px;
}

.video-sm-ctn > a > div:nth-child(2) {
  width: 70%;
  font-size: 14px;
  padding-left: 10px;
}

.vsc-img img {
  border-radius: 10px;
}
@media screen and (max-width: 979px) {
  .video-ctn {
    display: flex;
    width: 100%;
    flex-direction: column;
  }

  .video-ctn > div:nth-child(1) {
    width: 100%;
    padding-right: 0;
  }

  .video-ctn > div:nth-child(2) {
    width: 100%;
    padding-left: 0;
  }
  .video-lg-subtitle > div {
    padding-left: 15px;
  }
  .vsc-img {
    width: 30%;
  }

  .video-sm-ctn > a > div:nth-child(2) {
    width: 70%;
  }
  .video-sm-ctn > a {
    width: 100%;
  }
  .vsc-img img {
    width: 100%;
    object-fit: cover;
  }
  .video-sm-ctn {
    grid-gap: 16px;
    padding-top: 24px;
  }
  .video-ctn {
    padding-top: 16px;
  }
}

@media screen and (max-width: 767px) {
  .video-lg-subtitle > div:nth-child(2) {
    display: none;
  }
}
/* #endregion */

/* #region contact */
.contact-ctn {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 30px;
  width: 100%;
}

.contact-ctn > a {
  display: block;
  border-radius: 10px;
  padding: 24px;
  border: 1px solid #fff;
  color: #3b3b3b;
}
.contact-ctn > a:hover {
  box-shadow: 0 3px 20px rgba(97, 108, 230, 0.2);
  border: 1px solid #d1d5ff;
  transition: 0.2s ease;
}

.contact-title {
  padding: 16px 0;
}
@media screen and (max-width: 979px) {
  .contact-ctn {
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  .contact-ctn {
    grid-template-columns: 1fr;
    grid-gap: 10px;
  }
  .contact-title {
    padding: 8px 0;
  }
  .contact-img img {
    width: 60px;
  }
}
/* #endregion */

/*#region eshop-help-feature */

ul.feature-tab {
  display: flex;
  justify-items: center;
  flex-flow: row wrap;
  width: 100%;
  margin: 0;
  list-style: none;
  padding-top: 30px;
  padding-bottom: 30px;
}

  ul.feature-tab li {
      width: 25%;
      margin: 0;
  }

      ul.feature-tab li a {
          display: block;
          padding-bottom: 15px;
          position: relative;
          opacity: .5 !important;
      }

          ul.feature-tab li a:after {
              position: absolute;
              content: '';
              background: #F3DDDD;
              height: 3px;
              width: 100%;
              bottom: 0;
              left: 0;
          }

          ul.feature-tab li.active a, ul.feature-tab li a:hover {
              opacity: 1 !important;
          }

              ul.feature-tab li.active a::after, ul.feature-tab li a:hover::after {
                  background: #616CE6;
              }

.eshop-help-feature .tab-pane.active {
  animation: ani-opacity .1s ease-out;
  -webkit-transition: all 0.1s;
  -moz-transition: all 0.1s;
  transition: all 0.1s;
}

.feature-tab-item {
  display: flex;
  align-items: center;
  padding-right: 15px;
}

.feature-tab-item-icon {
  display: inline-table;
  width: 60px;
}

.feature-tab-item-title {
  font-family: GoogleSans Bold, Arial, sans-serif;
  margin-left: 15px;
  font-size: 15px;
  color: #000;
}

.feature-item-text ul li {
  margin: 0;
  list-style: none;
  background: url(/mshopkeeper/images/eshop-help/ic_tick.svg) no-repeat left top 9px;
  padding: 0 0 10px 15px;
}

.feature-content-button {
  display: flex;
  padding-top: 15px;
}

  .feature-content-button a {
      background: url(/mshopkeeper/images/eshop-help/ic_arrow-right.svg) no-repeat, url(/mshopkeeper/images/eshop-help/ic_arrow-left.svg) no-repeat, #474FA9;
      background-position: left 10px center, right 10px center;
      padding: 10px 40px;
      text-align: center;
      border-radius: 15px;
      border: solid 2px #fff;
      font-size: 15px;
      font-family: GoogleSans Bold;
      color: #fff;
      box-shadow: 0 4px 8px 3px rgba(0, 0, 0,.2);
  }

.feature-comment {
  padding-top: 30px;
  text-align: center;
  font-size: 14px;
}

.customer-avatar img {
  height: 70px;
  margin: 0 auto 10px;
}

.customer-comment {
  font-style: italic;
  margin-bottom: 8px;
}

.customer-name span {
  font-family: GoogleSans Bold;
  text-transform: uppercase;
}
@keyframes ani-opacity {
  0% {
      opacity: 0;
      transform: scale(0.96);
      -webkit-transform: scale(0.96);
      -moz-transform: scale(0.96);
      -o-transform: scale(0.96);
  }

  100% {
      opacity: 1;
      transform: scale(1);
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -o-transform: scale(1);
  }
}

.eshop-help-feature {
  background: #eceeff;
}
.question-wrap {
  margin: 0;
  padding-top: 30px;
}

.eshop-help-feature .panel-group .panel {
  border-radius: 10px;
  border: none;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.eshop-help-feature .panel-group .panel:not(:first-child) {
  margin-top: 15px;
}

.eshop-help-feature .panel-default > .panel-heading.collapsed {
  background: url(/mshopkeeper/images/eshop-help/ic-plus.svg) no-repeat right
    17px top 12px;
  background-size: 30px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.eshop-help-feature .panel-default > .panel-heading {
  padding: 15px 35px 15px 15px;
  background-color: #fff;
  border-radius: 10px;
  cursor: pointer;
  font-family: GoogleSans Medium, Arial, sans-serif;
  background: url(/mshopkeeper/images/eshop-help/ic-minus.svg) no-repeat right
    17px top 12px;
  background-size: 30px;
}

.accounting-answer {
  padding: 0 35px 15px 15px;
  line-height: 1.5;
  color: #a5a4a4;
}


.text-free {
  background: #506dff;
  display: block;
  justify-content: center;
  font-size: 24px;
  border: 3px solid #fff;
  border-radius: 10px;
  padding: 2px 20px;
  max-width: 380px;
  text-align: center;
  margin: 7px auto 16px;
}

.text-mute {
  color: #bcc0ed;
  text-align: center;
}


@media screen and (max-width: 767px) {
  .question-wrap {
    padding-top: 0;
  }
  ul.feature-tab li {
      width: 100%;
  }

      ul.feature-tab li a {
          padding: 5px;
      }

      ul.feature-tab li.active a {
          background: #F0F3FF;
      }

      ul.feature-tab li a:after {
          display: none;
      }
}
/*#endregion */
