@import url('https://fonts.googleapis.com/css2?family=Cabin:wght@500;600;700&family=IBM+Plex+Sans&family=Libre+Franklin:wght@500&display=swap');



#page-loader {
  background: #fff;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  transition: opacity .1s ease-in-out .05s, z-index .1s ease-in-out .05s;
  transform: translate3d(0, 0, 0); }
  #page-loader.off {
    opacity: 0;
    z-index: -10; }
  #page-loader .lds-roller {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1001;
    transform: translate(-50%, -50%);
    display: inline-block;
    width: 80px;
    height: 80px; }
    #page-loader .lds-roller div {
      animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
      transform-origin: 40px 40px; }
      #page-loader .lds-roller div:after {
        content: " ";
        display: block;
        position: absolute;
        width: 7px;
        height: 7px;
        border-radius: 50%;
        background: #000;
        margin: -4px 0 0 -4px; }
      #page-loader .lds-roller div:nth-child(1) {
        animation-delay: -0.036s; }
        #page-loader .lds-roller div:nth-child(1):after {
          top: 63px;
          left: 63px; }
      #page-loader .lds-roller div:nth-child(2) {
        animation-delay: -0.072s; }
        #page-loader .lds-roller div:nth-child(2):after {
          top: 68px;
          left: 56px; }
      #page-loader .lds-roller div:nth-child(3) {
        animation-delay: -0.108s; }
        #page-loader .lds-roller div:nth-child(3):after {
          top: 71px;
          left: 48px; }
      #page-loader .lds-roller div:nth-child(4) {
        animation-delay: -0.144s; }
        #page-loader .lds-roller div:nth-child(4):after {
          top: 72px;
          left: 40px; }
      #page-loader .lds-roller div:nth-child(5) {
        animation-delay: -0.18s; }
        #page-loader .lds-roller div:nth-child(5):after {
          top: 71px;
          left: 32px; }
      #page-loader .lds-roller div:nth-child(6) {
        animation-delay: -0.216s; }
        #page-loader .lds-roller div:nth-child(6):after {
          top: 68px;
          left: 24px; }
      #page-loader .lds-roller div:nth-child(7) {
        animation-delay: -0.252s; }
        #page-loader .lds-roller div:nth-child(7):after {
          top: 63px;
          left: 17px; }
      #page-loader .lds-roller div:nth-child(8) {
        animation-delay: -0.288s; }
        #page-loader .lds-roller div:nth-child(8):after {
          top: 56px;
          left: 12px; }

@keyframes lds-roller {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
body {
  background: #ffffff;
  color: #8A8F9C;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  body p {
    font-weight: 400;
    font-size: 18px;
    line-height: 1.11;
    font-family: "Roboto", sans-serif;
    letter-spacing: -0.01em; }

main {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background: #ffffff; }

a {
  display: inline-block;
  outline: none;
  transition: all 0.3s ease-in-out;
  color: #1E222E; }
  a:hover, a:active, a:focus {
    color: #5061C9;
    text-decoration: none; }

.splash_wrapper {
  overflow: hidden;
  min-height: 500px; }

@media (min-width: 1200px) {
  .container {
    max-width: 1310px;
  }
}

.well-1 {
  padding-top: 40px;
  padding-bottom: 40px; }
  @media (min-width: 768px) {
    .well-1 {
      padding-top: 60px;
      padding-bottom: 158px;
    }
    .well-1.admin-block{
      padding-top: 0;
    }
    .well-1.features-block{
      margin-bottom: 0;

    }

  }

.background-primary {
  background: #5061C9; }

.heading-wrapper h3, .heading-wrapper p {
  margin: 0; }
.heading-wrapper h3 {
  font-weight: 500;
  font-size: 30px;
  line-height: 1.15;
  font-family: "Roboto", sans-serif;
  color: #1E222E; }
.heading-wrapper p {
  margin-top: 20px; }

header .logo-wrapper {
  position: relative;
  text-align: center;
  padding-top: 40px;
  padding-bottom: 40px;
  background: url("../img/background.png") no-repeat fixed top center;
  background-size: cover; }
  header .logo-wrapper .logo {
    width: 200px; }
  header .logo-wrapper .shop-slogan {
    display: block;
    color: #1E222E;
    font-size: 16px;
    line-height: 1;
    margin-top: 30px;
  }

  header .logo-wrapper h1 {
    font-weight: 600;
    font-size: 44px;
    line-height: 52px;
    font-family: 'Cabin', sans-serif;
    color: #121212;
    margin-top: 25px;
    margin-left: auto;
    margin-right: auto;
  }
  @media (min-width: 768px) {
    header .logo-wrapper {
      padding-top: 165px;
      padding-bottom: 80px; }
      header .logo-wrapper .logo {
        width: 250px; }
      header .logo-wrapper .shop-slogan {
        font-size: 20px; }

  }
  @media (min-width: 992px) {
    header .logo-wrapper {
      padding-top: 165px;
      padding-bottom: 110px; }
      header .logo-wrapper .logo {
        width: 350px; }

  }
  @media (min-width: 1200px) {
    .demoList {
      position: relative;
      bottom: 73px;

    }
    header .logo-wrapper {
      padding-top: 185px;
      padding-bottom: 430px;
    }

      header .logo-wrapper .logo {
        width: inherit;
      }
  }

.trustpilotItemWrapper {
  position: absolute;
  left: 0;
  right: 0;
  top: 26px;
  z-index: 2;
  display: flex;
  align-items: center;
}
.trustpilotItemWrapper .trustpilotItem {
  width: 411px;
  max-width: 100%;
  height: 51px;
  background: white;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  margin-left: 303px;
  border: 2px solid #EBEDED;

}
 .trustpilotItemWrapper .trustpilotItem:hover{
   border: 2px solid #296253;
   transition: 0.3s;
 }
.trustpilotItemWrapper .bntBuyTheme{
  width: 250px;
  height: 60px;
  max-width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #000000;
  border-radius: 5px;
  background: #FDF6E2;
  text-transform: uppercase;
}
.trustpilotItemWrapper .bntBuyTheme:hover{
  transition: 0.3s;
  background-color: #1E2221;
  color: white;
}
.home-pages {
  padding-top: 60px;
  padding-bottom: 60px; }
  .home-pages .image-bg {
    display: block;
    z-index: 1;
    overflow: hidden;
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.15);
    position: relative;
    width: 100%;
    height: 944px; }
    .home-pages .image-bg .image-shop-scroll {
      background-position: center 0;
      background-repeat: no-repeat;
      background-size: cover;
      transition: all 3s ease-out 0s;
      display: block;
      height: 944px;
      left: 0;
      position: absolute;
      top: 0;
      width: 100%;
      z-index: 2; }
    .home-pages .image-bg .img-wrapper {
      display: block;
      position: relative;
      transition: all 5s ease-out;
      transform: translateY(0); }
    .home-pages .image-bg:hover {
      box-shadow: 0 7px 25px 0 rgba(0, 0, 0, 0.25); }
      .home-pages .image-bg:hover .img-wrapper {
        transform: translateY(calc(944px - 100%)); }

.demo-block .link {
    text-align: center;
    margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  }

.demo-block .link a{
  width: 161px;
  height: 50px;
  font-family: 'Libre Franklin', sans-serif;
  font-weight: 500;
  font-size: 13px;
  line-height: 14px;
  color: white;
  display: flex;
  background: #296253;
  border: 1px solid #296253;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
}

.demo-block .link{
  margin-top: 48px;
}





.demo-block .link a:hover {
  transition: 0.3s;
  background: rgba(0, 0, 0, 0.8);
}
.reasonList h3{
  margin: 0;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  font-size: 44px;
  line-height: 57px;
  color: #1E2221;
  margin-bottom: 49px;
}
.reasonList ul {
  padding: 0;
  list-style: none;
}
.reasonList ul li{
  font-family: 'Cabin', sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  color: #121212;
  margin-bottom: 54px;
}
.reasonList ul li span{
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #296253;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 25px;
}
.reasonList ul li{
  display: flex;
  align-items: center;
}
.reasonList .btnBuyThemeReason,.reasonList .btnChooseThemeReason{
  width: 200px;
  max-width: 100%;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  font-size: 16px;
  background: transparent;
  color: #171717;
  text-transform: uppercase;
  border: 2px solid #FFDB35;
}
.reasonList .btnChooseThemeReason{
  background: #FFDB35;
  color: #171717;
  margin-right: 30px;
}
.btnReasonWrapper{
  display: flex;
  margin-top: 80px;
}
.reasonList .btnChooseThemeReason:hover{
  background: transparent;
  color: #171717;
}
.reasonList .btnBuyThemeReason:hover{
  background: #FFDB35;
  transition: 0.3s;
  color: #171717;
}
.pictureCustom img{
  max-width: 100%;
}
    .home-pages .link p {
      font-weight: 500;
      font-size: 20px;
      line-height: 1.15;
      font-family: "Roboto", sans-serif;
      color: #1E222E;
    }

.picGroup img{
  max-width: 100%;
}
.features-block .row{
  justify-content: space-between;
}
.features-block {
  background: #FDF6E2;
}
section.well-1.features-block {
  padding: 100px 0;
}

.features-block .supportInfo h4{
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  font-size: 44px;
  line-height: 57px;
  color: #1E2221;
  margin-bottom: 18px;
}
.features-block .supportInfo h4 span{
  color: #EB2A59;
}
.features-block .supportInfo p{
  margin: 0;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  color: #6B6C70;
  margin-bottom: 44px;
}
.features-block .supportInfo .btnContact{
  width: 330px;
  max-width: 100%;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  color: white;
  background: #23624D;
  border-radius: 5px;
}
.features-block .supportInfo .btnContact:hover{
  background: #1E2221;
  transition: 0.3s;
}
.footer{
  padding: 152px 0;
  background: #121212;
}
.footer .socialList ul{
  list-style: none;
  padding: 0;
  display: flex;
  margin: 0;
  justify-content: space-between;
}
.footer h2{
  margin: 0;
  font-family: 'Cabin', sans-serif;
  font-weight: 700;
  font-size: 48px;
  line-height: 62px;
  color: white;
  margin-bottom: 10px;
}
.footer p{
  margin: 0;
  font-family: 'Cabin', sans-serif;
  font-weight: 500;
  font-size: 23px;
  line-height: 37px;
  color: white;
}
.footer .socialList ul li{
  display: flex;
  flex-direction: column;
  align-items: center;
}
.footer .socialList ul li a{
  color: white;
  font-family: 'IBM Plex Sans', sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 28px;
 margin-top: 15px;
  position: relative;
}

.footer .socialList ul li{
  cursor: pointer;
}
.footer .socialList ul li:hover a{
 text-decoration: underline;
  text-underline-offset: 2px;

}

.newLabel {
  position: absolute;
  z-index: 2;
  right: -2px;
  top: -33px;
  width: 102px;
}
  @media (min-width: 992px) {

    .home-pages .image-bg {
      height: 944px;
    }
      .home-pages .image-bg .image-shop-scroll {
        height: 944px;
      }

      .home-pages .image-bg:hover .img-wrapper {
        transform: translateY(calc(743px - 100%)); } }
@media (min-width: 1400px){
  .newLabel {
    right: -22px;
    top: -33px;
    width: auto;
  }
}
  @media (min-width: 1200px) {
    .reasonList.container{
      max-width: 1170px;
    }
    .professionalWrapper .container .row{
      flex-wrap: nowrap;
    }
    .home-pages {
      padding-top: 0;
      margin-top: -221px; } }
  @media (min-width: 1200px) {
    .reasonList {
      padding-left: 107px;
    }

  }
  @media (max-width: 992px) {
    .professionalWrapper .btn{
      margin: 0 auto!important;
    }
    .professionalWrapper .h4 {
      margin-bottom: 30px!important;
    }
    .home-pages .image-bg{
      height: 450px;
    }
    .home-pages .image-bg .image-shop-scroll {
      height: 450px;
    }

    .home-pages .image-bg:hover .img-wrapper {
      transform: translateY(calc(450px - 100%)); }
    .supportInfo,.socialList {
      margin-top: 50px;
    }
  }
  @media (max-width: 768px){
    .reasonList .btnBuyThemeReason, .reasonList .btnChooseThemeReason {
      font-size: 14px;
    }
    .professionalWrapper .h4 {
      font-size: 47px!important;
    }
    .professionalWrapper .svgQuestion {
      margin-right: 14px!important;
    }
    .professionalWrapper {
      padding-left: 15px;
      padding-right: 15px;
    }
    .socialList ul li svg {
      width: 45px;
      height: 45px;
    }
    .professionalWrapper .btn {
      margin: 0 auto;
      font-size: 18px!important;
    }
    .professionalWrapper .h4 {
      text-align: center;
      margin-bottom: 30px!important;
    }
    header .logo-wrapper h1 {
      font-size: 9vw;
      line-height: 10vw;
    }
    .reasonList ul li span {
      margin-right: 22px;
      width: 45px;
      height: 45px;
      min-width: 45px;
      min-height: 45px;
    }
    .reasonList ul li{
      font-size: 18px;
      line-height: 26px;
    }
    header .logo-wrapper {
      padding-top: 212px;
    }
    .container.trustpilotItemWrapper{
      min-width: 100%;
    }
    .bntBuyTheme {
      margin-top: 15px;
    }
    .trustpilotItemWrapper{
      align-items: flex-start;
      flex-direction: column;
    }
  }
  @media (max-width: 479px){
    .trustpilotItemWrapper {
      top: 43px;
    }
    .footer .socialList ul li a{
      font-size: 14px;
      margin-top: 3px;
    }
    .footer .socialList ul li{
      margin-bottom: 20px;
    }
    .footer .socialList ul {
      flex-wrap: wrap;
    }
    .demo-block .link{
      top: -50px;
    }

  }
.professionalWrapper{
  padding-top: 87.5px;
  padding-bottom: 87.5px;
  background: #101010;
}
.professionalWrapper .svgQuestion{
  width: 46px;
  height: 46px;
  border-radius: 50%;
  box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.1);
  margin-right: 13px;
  background: white;
  display: flex;
  align-items: center;
  justify-content: center;
}
.professionalWrapper .container .row{
  justify-content: space-between;
}

.professionalWrapper .h4{
  font-weight: 700;
  font-size: 50px;
  line-height: 58px;
  color: #FFFFFF;
  font-family: 'Roboto', sans-serif;
  display: flex;
  align-items: center;
  margin-bottom: 0;
  text-transform: capitalize;
}
.professionalWrapper .btn{
  width: 370px;
  height: 75px;
  border: 1px solid white;
  background: white;
  font-family: 'Prompt', sans-serif;
  font-weight: 400;
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  color:#191919;
  border-radius: 0;
  text-transform: capitalize;
}
.professionalWrapper .btn:hover{
  background-color: #FFDB35;
  border-color: #FFDB35;
  color: #191919;
  transition: 0.3s;
}
@media (min-width: 1920px) {
  .professionalWrapper .svgQuestion{
    margin-right: 20px;
  }
  .netWrapper.container,.professionalWrapper .container{
    max-width: 1200px;
  }
  .professionalWrapper .h4{
    font-size: 50px;
  }
   }
.socialList ul li svg{
  box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.1);
  border-radius: 50%;
}
header{
  position: relative;
}

.btn_block.btnWrapper{
  margin-top: 50px;
  padding-bottom: 0;
  display: flex;
  justify-content: center;
}

.buyButton{
  position: relative;
  margin-right: 30px;
}

.buyButton:hover .block-pass{
  transition: 0.3s;
  opacity: 1;
  visibility: visible;
}

.block-pass {
  border: 2px solid white;
  border-radius: 5px;
  padding: 1.5px 22.5px;
  position: absolute;
  top: -40px;
  right: -13px;
  background: white;
  opacity: 1;
  visibility: hidden;
  box-shadow: 0px 2px 12px rgba(126, 143, 160, 0.15);
}
.block-pass span{
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: #DE1818;
  position: relative;
  bottom: 1px;
}

.block-pass::before, .block-pass::after {
  content: '';
  position: absolute;
  right: 13px;
  bottom: -20px;
  border: 10px solid transparent;
  border-top: 10px solid white;

}
.block-pass::after {
  border-top: 10px solid white;
  bottom: -20px;


}

.btnWrapper .button_alt{
  width: 178px;
  height: 50px;
  background: #296253;
  border: 1px solid #296253;
  color:white;
  font-family: 'Libre Franklin', sans-serif;
  font-weight: 500;
  font-size: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 20px;
  text-transform: uppercase;
}
.btnWrapper .button_alt:hover{
  background-color:#121212;
  border-color: #121212;
  color: white;
}
.btnWrapper .button_alt.bt_secondary{
  background-color: #FFFFFF;
  border-color: #FFFFFF;
  color: #121212;
}
.btnWrapper .button_alt.bt_secondary:hover{
  background-color:#296253;
  border-color: #296253;
  color: white;
}

.support{
  background: #F8F8F5;
  padding-top: 100px;
  padding-bottom: 100px;
}

.support .supportInfo h4{
  font-family: 'Cabin', sans-serif;
  font-weight: 600;
  font-size: 44px;
  line-height: 57px;
  color: #121212;
  margin-bottom: 18px;
}
.support .supportInfo p{
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  color:#6B6C70;
  font-family: 'Cabin', sans-serif;
  margin-bottom: 44px;
}
.support .supportInfo .btnContact{
  width: 241px;
  height: 50px;
  max-width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #296253;
  border: 1px solid #296253;
  border-radius: 0;
  font-weight: 500;
  font-family: 'Libre Franklin', sans-serif;
  font-size: 13px;
  color: white;
  text-transform: uppercase;
}
.support .supportInfo .btnContact:hover{
  transition: 0.3s;
  background: #222222;
  border: 1px solid #222222;
  color: white;
}
.support .row {
  justify-content: space-between;
}
.support .supportInfo h4 span{
  color: #296253;
}

.reasonList .row{
  justify-content: center;
  margin-left: 0;
  margin-right: 0;
}

.reasonList{
  margin-bottom: 120px;
  margin-top: 34px;
}
.passwordZemez img{
  max-width: 100%;
}
@media (max-width: 1200px) {
  .btn_block.btnWrapper {
    padding-left: 10px;
    padding-right: 10px;
  }
  .buyButton {
    margin-right: 15px;
  }
  header .logo-wrapper {
    padding-top: 250px;
  }
  .trustpilotItemWrapper .trustpilotItem {
    margin-left: 0;
    margin-top: 20px;
  }
  .trustpilotItemWrapper {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 576px) {
  .buyButton {
    margin-right: 0;
    margin-bottom: 15px;
  }
  .btn_block.btnWrapper {
  display: flex;
    align-items: center;
    flex-direction: column;
  }
}