/* 
Theme Name: BitcoinPOS®
Theme URI: 
Description: 
Author: EkoBIT
Author URI: https://ekobit.cz/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

a {
    color: #172e17;
}

.d-none {
    display: none;
}

p {
    margin: 0;
}

.highlight {
    position: relative;
    z-index: 0;
    padding: 0 10px 0 9px;
    white-space: nowrap;
}

span.highlight::before {
    content: "";
    width: 100%;
    background: #378F2E;
    height: 39px;
    position: absolute;
    left: 0;
    bottom: 2px;
    z-index: -1;
    border-radius: 5px;
}

.hfe-nav-menu a.hfe-menu-item {
    border-bottom: 2px solid transparent;
    transition: 0.5s all;
    border-radius: 7px;
}

.hfe-nav-menu a.hfe-menu-item:hover {
    border-bottom: 2px solid #378F2E;
}

.mail-header a {
    text-decoration: underline;
    color: #fff;
}

.mail-header a:hover {
    text-decoration: none;
    color: #fff;
}

#hero {
    max-width: 98.5% !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

#hero h1 {
    max-width: 749px;
    margin: 0 auto;
}

h2 {
    font-weight: 700 !important;
    font-size: 35px !important;
    letter-spacing: -1px !important;
}

.header > div {
    display: flex !important;
    align-items: center  !important;
}

a.glink img {
    opacity: 1 !important;
    margin-right: 7px !important;
    border-radius: 6px !important;
}

.gt_switcher .gt_selected a {
    border: none !important;
    color: #172e17 !important;
    display: flex !important;
    align-items: center !important;
}

.gt_switcher .gt_selected {
    background: none !important
}

.gt_switcher a img {
    margin-right: 9px !important;
}

.elementor-sticky--effects {
    background: #fff;
}

.logo-sticky {
    height: 0;
    opacity: 0;
   display: none;
}

.elementor-sticky--effects .logo-sticky {
    opacity: 1;
    height: auto;
   display: block;
}

.elementor-sticky--effects  .elementor-widget-site-logo, .elementor-sticky--effects  .hfe-site-logo {
    height: 0;
    opacity: 0;
   display: none;
}

.elementor-sticky--effects > div {
    padding: 20px 0 !important;
}

.elementor-sticky--effects .menu-item a.hfe-menu-item, .elementor-sticky--effects .mail-header a {
    color: #172e17 !important;
}

.functions-wrap {
    max-width: 98.5% !important;
    margin: 0 auto;
}

.benefits > div {
    display: flex !important;
    flex-flow: wrap !important;
}

.benefit {
    flex: 0 1 23.4% !important;
    background: white;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 20px;
    border-radius: 6px;
    font-weight: 600;
}

.benefit p {
    line-height: 145%;
    letter-spacing: -0.3px;
}

.weglot-flags.flag-1.cs>a:before, .weglot-flags.flag-1.cs>span:before {
    border-radius: 4px !important;
    width: 26px!important;
}

.weglot-flags.flag-1.en>a:before, .weglot-flags.flag-1.en>span:before{
    border-radius: 4px !important;
    width: 26px!important;
}

.weglot-flags>a:before, .weglot-flags>span.wglanguage-name:before {
    margin-right: 0px;
}

.benefit-img {
    margin-bottom: 7px;
    min-height: 77px;
}

.benefit-img img {
    max-width: 67px;
}

.benefit-img-2 img {
    max-width: 65px;
    margin-top: 2px;
}

.benefit-img-3 img {
    max-width: 59px;
    margin-top: 5px;
}

.benefit-img-4 img {
    max-width: 67px;
    margin-top: 12px;
}

.benefit-img-6 img {
    margin-top: 6px;
}

.benefit-img-7 img {
    max-width: 62px;
}

.benefit-img-8 img {
    margin-top: 5px;
}

.benefit-img-9 img {
    margin-top: 7px;
}

.benefit-img-11 img {
    max-width: 36px;
    margin-top: 5px;
}

#button {
    display: inline-block;
    background-color: #378f2e;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color .3s, 
  opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    display: flex !important;
    justify-content: center;
    align-items: center;
}

#button::after {
    content: " ";
    background: url(http://localhost/bitcoinpos/wp-content/uploads/2024/01/to_top.svg) no-repeat;
    display: inline-block;
    background-size: 17px;
    width: 20px;
    height: 16px;
    background-position: center top -2px;
}
#button:hover {
  cursor: pointer;
  background-color: #3C9C32;
}
#button:active {
  background-color: #3C9C32;
}
#button.show {
  opacity: 1;
  visibility: visible;
}



#mobile-display-carousel{
  /* max-width:300px; */
}

#mobile-display-carousel {
    width: 328px;
    height: 730px;
}

#tablet-display-carousel {
    width: 610px;
    height: 600px;
}

#mobile-display-carousel2{
  /* max-width:300px; */
}

#mobile-display-carousel2 {
    width: 328px;
    height: 730px;
}

#tablet-display-carousel2 {
    width: 610px;
    height: 600px;
}

.tablet-main-wrap {
    --padding-block-start: 142px !important;
    --padding-block-end: 59px !important;
}

#mobile-display-carousel .mobile-display-carousel-indicators{
	margin-top: 194%;
	top: auto;
	bottom: auto;
}

#tablet-display-carousel .tablet-display-carousel-indicators{
	margin-top: 86%;
	top: auto;
	bottom: auto;
}

#mobile-display-carousel .mobile-border{
	position: absolute;
	z-index: 0;
	margin-top: 0%;
	margin-left: 0%;
	margin-right: 0%;
	/* max-width: 494px; */
}

#tablet-display-carousel .tablet-border{
	position: absolute;
	z-index: 0;
	margin-top: 0%;
	margin-left: 0%;
	margin-right: 0%;
	/* max-width: 494px; */
}

#mobile-display-carousel .carousel-inner {
    position: absolute;
    margin-top: 9.5%;
    margin-left: 12.1%;
    margin-right: 11%;
    width: 74.4%;
    border-radius: 28px;
    height: 524px;
}

#tablet-display-carousel .carousel-inner {
    position: absolute;
    margin-top: 3.3%;
    margin-left: 3.8%;
    margin-right: 3%;
    width: 92.8%;
    border-radius: 6px;
    height: 435px;
}

#mobile-display-carousel .carousel-inner .item img{
	width: 100%;
}

#tablet-display-carousel .carousel-inner .item img {
    object-fit: cover;
    width: 100%;
    height: 436px;
}




#mobile-display-carousel2 .mobile-display-carousel-indicators{
	margin-top: 194%;
	top: auto;
	bottom: auto;
}

#tablet-display-carousel2 .tablet-display-carousel-indicators{
	margin-top: 86%;
	top: auto;
	bottom: auto;
}

#mobile-display-carousel2 .mobile-border{
	position: absolute;
	z-index: 0;
	margin-top: 0%;
	margin-left: 0%;
	margin-right: 0%;
	/* max-width: 494px; */
}

#tablet-display-carousel2 .tablet-border{
	position: absolute;
	z-index: 0;
	margin-top: 0%;
	margin-left: 0%;
	margin-right: 0%;
	/* max-width: 494px; */
}

#mobile-display-carousel2 .carousel-inner {
    position: absolute;
    margin-top: 9.5%;
    margin-left: 12.1%;
    margin-right: 11%;
    width: 74.4%;
    border-radius: 28px;
    height: 524px;
}

#tablet-display-carousel2 .carousel-inner {
    position: absolute;
    margin-top: 3.3%;
    margin-left: 3.8%;
    margin-right: 3%;
    width: 92.8%;
    border-radius: 6px;
    height: 435px;
}

#mobile-display-carousel2 .carousel-inner .item img{
	width: 100%;
}

#tablet-display-carousel2 .carousel-inner .item img {
    object-fit: cover;
    width: 100%;
    height: 436px;
}

.lang-wrapper {
    white-space: nowrap;
}

.lang-mail-wrap {
    display: flex;
    align-items: center;
}

.lang-mail-wrap p {
    margin-bottom: 0;
}

.carousel-indicators li {
    width: 12px !important;
    height: 12px !important;
    margin: 1px 3px !important;
    background-color: #e8e8e8 !important;
    border: 1px solid #e8e8e8 !important;
}

.carousel-indicators .active {
    background-color: #172e17 !important;
    border-color: #172e17 !important;
    margin: 1px 3px !important;
}

#mobile-display-carousel .carousel-indicators .active {
    background-color: #172e17 !important;
    border-color: #172e17 !important;
}

#mobile-display-carousel::after {
    content: "";
    display: inline-block;
    background: url(http://localhost/bitcoinpos/wp-content/uploads/2024/01/iphone_mockup_island.png) no-repeat;
    width: 90px;
    height: 29px;
    background-size: 84px;
    position: absolute;
    z-index: 1;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 32px;
}


#mobile-display-carousel2 .carousel-indicators .active {
    background-color: #172e17 !important;
    border-color: #172e17 !important;
}

#mobile-display-carousel2::after {
    content: "";
    display: inline-block;
    background: url(http://localhost/bitcoinpos/wp-content/uploads/2024/01/iphone_mockup_island.png) no-repeat;
    width: 90px;
    height: 29px;
    background-size: 84px;
    position: absolute;
    z-index: 1;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 32px;
}

.logo-as-bg {
    left: 0;
    right: 0;
    margin-left: 15px;
}

.elementor-tab-title.elementor-active {
    background: #f7f7f7;
    border-radius: 15px;
    color: #378f2e !important;
}

.elementor-tab-title {
    margin: 0 7px;
}

.elementor-tab-title:hover {
    text-decoration: underline;
}

.elementor-tab-title.elementor-active:hover {
    text-decoration: none;
}

.elementor-tab-content {
    padding: 5px !important;
    outline: none !important;
}

/* Testimonial CSS Code Start */
/* background */
.carousel-bg {
    margin-top: 40px;
    margin-bottom: 40px;
    background-color: #F7F7F7;
    border-radius: 15px;
    padding: 22px 21px 53px 21px;
}
/* quote */
.quote-image {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: auto;
  padding-top: 60px;
  width: 80px;
}
/* text-style */
.testimonial-style .testimonial-caption-style {
    font-weight: 400;
    font-size: 24px;
    color: #354052;
    line-height: 39px;
    bottom: 40%;
    text-shadow: none;
    letter-spacing: -0.6px;
    top: 10%;
}
.testimonial-style .testimonial-authors {
  font-weight: 700;
  font-size: 20px;
  color: #354052;
  line-height: 30px;
  margin-top: 40px;
}
/* carousel-height-control */
.testimonial-style .carousel-inner > .item {
  padding-top: auto;
  padding-bottom: auto;
  height: 421px;
}
/* carousel-left-right-control */
.testimonial-style .carousel-control.left {
  background: none;
  box-shadow: none;
  text-shadow: none;
}
.testimonial-style .carousel-control.right {
  background: none;
  box-shadow: none;
  text-shadow: none;
}
.testimonial-style .carousel-control {
  color: #354052;
}
.testimonial-style .carousel-control:hover {
  color: #354052;
  text-decoration: none;
  transition: background-color 1s ease;
}
/* indicators */
.testimonial-style .carousel-indicators .active {
  background-color: #fff;
  width: 14px;
  height: 14px;
  transition: background 1s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.testimonial-style .carousel-indicators li {
  border: 2px solid #354052;
  background-color: #354052;
}
/* Textimonial CSS Code End */

.cf-img img {
    object-fit: cover;
    height: 100%;
}

.forminator-ui#forminator-module-667.forminator-design--default .forminator-label {
    font-size: 18px !important;
    font-family: inherit;
    font-weight: 500 !important;
    margin-bottom: 10px !important;
    color: #fff !important;
}

.forminator-ui#forminator-module-667.forminator-design--default .forminator-input, .forminator-ui#forminator-module-667.forminator-design--default .forminator-input:hover, .forminator-ui#forminator-module-667.forminator-design--default .forminator-input:focus, .forminator-ui#forminator-module-667.forminator-design--default .forminator-input:active,
.forminator-ui#forminator-module-667.forminator-design--default .forminator-textarea, .forminator-ui#forminator-module-667.forminator-design--default .forminator-textarea:hover, .forminator-ui#forminator-module-667.forminator-design--default .forminator-textarea:focus, .forminator-ui#forminator-module-667.forminator-design--default .forminator-textarea:active {
    border-color: #1d2d19 !important;
    background-color: #ffffff !important;
    color: #1d2d19 !important;
    border-radius: 4px !important;
    padding: 15px 17px !important;
}

.forminator-ui#forminator-module-667.forminator-design--default .forminator-button-submit {
    font-size: 17px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    text-decoration: none !important;
    letter-spacing: -0.3px !important;
    fill: #FFFFFF;
    color: #FFFFFF !important;
    background-color: var(--e-global-color-accent) !important;
    border-style: solid !important;
    border-width: 2px 2px 2px 2px !important;
    border-color: var(--e-global-color-accent) !important;
    border-radius: 5px 5px 5px 5px !important;
    padding: 16px 25px 16px 25px !important;
    line-height: 1 !important;
}

.forminator-ui#forminator-module-667.forminator-design--default .forminator-button-submit:hover {
    color: #FFFFFF !important;
    background-color: #3C9C32 !important;
    border-color: #3C9C32 !important;
} 

.forminator-error-message::before {
    content: "Povinné pole";
    font-size: 13px;
    padding: 2px !important;
    line-height: 24px;
}

.forminator-error-message {
    font-size: 0 !important;
}

.forminator-error-message:lang(en)::before {
    content: "Required field";
    font-size: 13px;
    padding: 2px !important;
    line-height: 24px;
}

.links-footer a {
    color: #378f2e;
    text-decoration: underline;
}

.links-footer a:hover {
    color: #378f2e;
    text-decoration: none;
}

.download-wrap {
    min-height: 801px;
    padding: 100px 88px 118px 188px;
}

.download-wrap h2 {
    color: #fff;
    line-height: 134%;
    max-width: 482px;
    font-size: 42px !important;
}

.download-wrap span.highlight::before {
    height: 21px;
}

.download-wrap a.elementor-button.elementor-button-link {
    font-size: 17px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: -0.3px;
    fill: #FFFFFF;
    color: #FFFFFF;
    background-color: var(--e-global-color-accent);
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: var(--e-global-color-accent);
    border-radius: 5px 5px 5px 5px;
    padding: 16px 25px 16px 25px;
}

.download-wrap a.elementor-button.elementor-button-link:hover {
background-color: #3C9C32;
}

.download-wrap .highlight {
    padding: 0 6px 0 4px;
}

.app-example p {
    color: #fff;
    letter-spacing: -0.2px;
}

.app-example h3 {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: -0.2px;
    max-width: 99px;
    margin-left: auto;
    margin-right: auto;
}

.app-example-desc {
    display: flex;
    flex-flow: wrap;
    margin: 48px 0 80px 0;
    gap: 15px;
}

.app-example {
    flex: 0 1 25%;
    background: #2c4127;
    border-radius: 5px;
    text-align: center;
    padding: 6px 20px 15px 20px;
}

div#consent-1 .forminator-field > label {
    display: none;
}

form#forminator-module-667 .forminator-row:nth-child(5) {
    /* display: none; */
    position: absolute;
    right: 0;
    bottom: 17px;
}

form#forminator-module-667 .forminator-row:nth-child(5) p {
    color: #fff !important;
    font-size: 15px !important;
    max-width: 200px;
}

.forminator-ui#forminator-module-667.forminator-design--default .forminator-consent .forminator-checkbox-box {
    border-color: #378f2e !important;
    color: #378f2e !important;
}

.weglot-lang.menu-item-weglot {
    display: none;
}

.menu-footer .menu-item-weglot {
    display: none !important;
}

@media screen and (max-width: 1699px) {
html:lang(en) .elementor-23 .elementor-element.elementor-element-28bb569 .menu-item a.hfe-menu-item {
    padding-left: 23px;
    padding-right: 23px;
}
}

@media screen and (max-width: 1534px) {

.elementor-23 .elementor-element.elementor-element-e802c39 {
    width: 17%;
}

.elementor-23 .elementor-element.elementor-element-28bb569 .menu-item a.hfe-menu-item {
    padding-left: 19px;
    padding-right: 19px;
}

html:lang(en) .elementor-23 .elementor-element.elementor-element-28bb569 .menu-item a.hfe-menu-item {
    padding-left: 14px;
    padding-right: 14px;
}

.elementor-23 .elementor-element.elementor-element-bf5a097 {
    --padding-inline-start: 70px;
--padding-inline-end: 71px;
}

.elementor-23 .elementor-element.elementor-element-1c7eb8d .hfe-site-logo .hfe-site-logo-container img {
    min-width: 206px;
}

.elementor-23 .elementor-element.elementor-element-1940721 img {
    min-width: 206px;
}

.elementor-23 .elementor-element.elementor-element-bf5a097 {
    --padding-block-start: 60px;
}

.elementor-11 .elementor-element.elementor-element-6692cb6 {
    --gap: 0px 78px;
}

#o-aplikaci {
    padding: 0 67px;
}

#funkce {
    padding: 0 45px;
}

.download-wrap {
    padding: 99px 0px 118px 115px;
}

}

@media screen and (max-width: 1469px) {

.elementor-23 .elementor-element.elementor-element-28bb569 a.hfe-menu-item, .elementor-23 .elementor-element.elementor-element-28bb569 a.hfe-sub-menu-item {
    font-size: 17px;
}

.mail-header a {
    font-size: 17px;
}

}

@media only screen and (max-width: 1340px) {

.hfe-nav-menu__layout-horizontal {
    display: none;
}

.hfe-nav-menu__breakpoint-tablet .hfe-layout-horizontal .hfe-nav-menu__toggle, .hfe-nav-menu__breakpoint-tablet .hfe-layout-vertical .hfe-nav-menu__toggle {
    visibility: visible;
    opacity: 1;
    display: block;
}
.hfe-active-menu.hfe-active-menu-full-width + .hfe-nav-menu__layout-expandible, .hfe-active-menu.hfe-active-menu-full-width + .hfe-nav-menu__layout-horizontal, .hfe-active-menu.hfe-active-menu-full-width + .hfe-nav-menu__layout-vertical {
    position: fixed;
    top: 0;
    display: flex;
    left: 0 !important;
    /* right: 0 !important; */
    width: 300px !important;
    background: var( --e-global-color-primary );
    bottom: 0;
    transition: 0.8s all;
}

.lang-mail-wrap {
    display: none;
}

.elementor-element.elementor-element-ec5edcc.e-con-full.e-flex.e-con.e-child {
    position: absolute;
    right: 52px;
    width: 123px;
    background: #fff;
    padding: 7px 9px 4px 9px;
    border-radius: 8px;
}

#hero {
    max-width: 100% !important;
    border-radius: 0;
}

.hfe-nav-menu-icon svg {
    width: 25px;
    height: 24px;
    line-height: 25px;
    font-size: 25px;
}

.hfe-nav-menu-icon::after {
    content: "Menu";
    font-weight: 700;
    font-size: 16px;
    margin-left: 9px;
    letter-spacing: -0.4px;
    text-transform: uppercase;
    color: var( --e-global-color-primary );
}

.hfe-nav-menu-icon {
    display: flex;
    align-items: center;
}

.hfe-nav-menu__layout-horizontal .hfe-nav-menu {
    display: flex;
    flex-flow: column;
    padding: 39px 25px;
}

.elementor-23 .elementor-element.elementor-element-28bb569 .menu-item a.hfe-menu-item, .elementor-23 .elementor-element.elementor-element-28bb569 .menu-item a.hfe-sub-menu-item {
    padding-top: 21px;
    padding-bottom: 28px;
}

.elementor-23 .elementor-element.elementor-element-bf5a097 {
    --padding-inline-start: 46px;
    --padding-inline-end: 71px;
}

.elementor-23 .elementor-element.elementor-element-bf5a097 {
    --padding-block-start: 45px;
}

.elementor-23 .elementor-element.elementor-element-28bb569 .menu-item a.hfe-menu-item, .elementor-23 .elementor-element.elementor-element-28bb569 .sub-menu a.hfe-sub-menu-item {
    color: #FFFFFF !important;
}

.elementor-sticky--effects .hfe-nav-menu-icon {
    margin-top: -5px;
}

.weglot-lang.menu-item-weglot {
    display: flex;
    margin-top: 14px;
    margin-bottom: -17px;
}

.hfe-nav-menu .menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .hfe-nav-menu .menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after {
    opacity: 1;
}

.download-wrap {
    padding: 99px 0px 118px 90px;
}

}

@media only screen and (max-width: 1199px) {
.benefit {
    flex: 0 1 31% !important;
}
.download-wrap {
    padding: 99px 50px 118px 90px;
}
.download-wrap h2 {
    font-size: 34px !important;
}
.app-example h3 {
    font-size: 16px;
    line-height: 127%;
}
}

@media only screen and (max-width: 1099px) {
.download-wrap {
    padding: 61px 50px 77px 61px;
}
.app-example {
    flex: 0 1 47%;
    padding: 0px 20px 11px 20px;
}
}

@media only screen and (max-width: 1024px) {
.hfe-nav-menu__breakpoint-tablet .hfe-active-menu.hfe-active-menu-full-width + .hfe-nav-menu__layout-horizontal, .hfe-nav-menu__breakpoint-tablet .hfe-active-menu.hfe-active-menu-full-width + .hfe-nav-menu__layout-vertical {
    position: fixed;
}
.elementor-23 .elementor-element.elementor-element-28bb569 .sub-menu, .elementor-23 .elementor-element.elementor-element-28bb569 nav.hfe-dropdown, .elementor-23 .elementor-element.elementor-element-28bb569 nav.hfe-dropdown-expandible, .elementor-23 .elementor-element.elementor-element-28bb569 nav.hfe-dropdown .menu-item a.hfe-menu-item, .elementor-23 .elementor-element.elementor-element-28bb569 nav.hfe-dropdown .menu-item a.hfe-sub-menu-item {
    background-color: var( --e-global-color-primary );
    padding-top: 21px;
    padding-bottom: 28px;
}
.elementor-23 .elementor-element.elementor-element-28bb569 .sub-menu li.menu-item:not(:last-child), .elementor-23 .elementor-element.elementor-element-28bb569 nav.hfe-dropdown li.menu-item:not(:last-child), .elementor-23 .elementor-element.elementor-element-28bb569 nav.hfe-dropdown-expandible li.menu-item:not(:last-child) {
    border-bottom-style: none;
    border-bottom-color: #c4c4c4;
    border-bottom-width: 0;
}
.elementor-element.elementor-element-a82ef80.e-flex.e-con-boxed.e-con.e-child > div {
    flex-flow: column;
}
.elementor-11 .elementor-element.elementor-element-b2e0098 {
    --width: 100%;
    border-radius: 15px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.elementor-11 .elementor-element.elementor-element-510ac5f {
    --width: 100%;
    border-radius: 15px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}
.download-wrap h2 {
    max-width: 100%;
    text-align: center;
}
.elementor-tabs .elementor-button-wrapper {
    text-align: center;
}
.download-wrap {
    min-height: 720px;
}
.testimonial-style .testimonial-caption-style {
    font-size: 21px;
    line-height: 35px;
}
.carousel-control {
    width: 5%;
}
.quote-image {
    padding-top: 29px;
    width: 56px;
}
.testimonial-style .testimonial-authors {
    font-weight: 700;
    font-size: 18px;
    color: #354052;
    line-height: 30px;
    margin-top: 30px;
}
.testimonial-style .testimonial-caption-style {
    top: 6%;
}
.elementor-11 .elementor-element.elementor-element-7530c9f {
    --width: 37%;
}
.elementor-11 .elementor-element.elementor-element-51dba1a {
    --width: 54%;
    --padding-block-start: 95px;
    --padding-block-end: 51px;
    --padding-inline-start: 49px;
}
}

@media only screen and (max-width: 767px) {
/*#hero h1 {
    max-width: 749px;
    margin: 0 auto;
    padding: 0 50px;
    font-size: 70px;
    line-height: 120%;
}*/
#o-aplikaci {
    padding: 0 17px;
}
#funkce {
    padding: 0;
}
.benefit {
    flex: 0 1 33.33% !important;
    border: 1px solid #f7f7f7;
    padding: 5px;
}
.benefit p {
    line-height: 124%;
}
.tablet-phone-intro-wrap img {
    max-width: 180px;
}
.tablet-phone-intro-wrap .tablet img {
    max-width: 354px;
}
.elementor-element.elementor-element-5b6be41.e-con-full.tablet-phone-intro-wrap.e-flex.e-con.e-child {
    display: flex;
    flex-flow: nowrap;
}
.elementor-tabs .elementor-tabs-wrapper {
    display: flex !important;
    justify-content: center !important;
}
.elementor-tab-title.elementor-tab-mobile-title {
    display: none;
}
#tablet-display-carousel {
    width: 318px;
    height: 298px;
}

#tablet-display-carousel2 {
    width: 318px;
    height: 298px;
}
.tablet-main-wrap {
    --padding-block-start: 51px !important;
    --padding-block-end: 59px !important;
}
#tablet-display-carousel .carousel-inner .item img {
    height: 227px;
}
#tablet-display-carousel .carousel-inner {
    position: absolute;
    margin-top: 3.3%;
    margin-left: 3.8%;
    margin-right: 3%;
    width: 92.8%;
    border-radius: 4px;
    height: 227px;
}
#tablet-display-carousel2 .carousel-inner .item img {
    height: 227px;
}
#tablet-display-carousel2 .carousel-inner {
    position: absolute;
    margin-top: 3.3%;
    margin-left: 3.8%;
    margin-right: 3%;
    width: 92.8%;
    border-radius: 4px;
    height: 227px;
}
.elementor-11 .elementor-element.elementor-element-51dba1a {
    --width: 100%;
}
.elementor-element.elementor-element-e6b75f9.elementor-widget.elementor-widget-shortcode {
    margin-top: 41px;
}
.elementor-11 .elementor-element.elementor-element-51dba1a {
    --width: 100%;
    --padding-block-start: 66px;
    --padding-block-end: 51px;
    --padding-inline-start: 49px;
}
.forminator-ui#forminator-module-667.forminator-design--default .forminator-label {
    font-size: 16px !important;
}
form#forminator-module-667 .forminator-row:nth-child(5) {
    /* display: none; */
    position: static;
}
.elementor-11 .elementor-element.elementor-element-7530c9f {
    --width: 100%;
}
.elementor-11 .elementor-element.elementor-element-d872799 img {
    border-radius: 0px 0px 15px 15px;
}
html, body {
    overflow-x: hidden;
}
.elementor-769 .elementor-element.elementor-element-e36733b {
    --margin-block-start: 69px;
    --margin-block-end: 50px;
}
}

@media only screen and (max-width: 710px) {
.elementor-11 .elementor-element.elementor-element-3e9ed80 {
    --padding-block-start: 211px;
    --padding-block-end: 145px;
}
.elementor-11 .elementor-element.elementor-element-6327403 .elementor-heading-title {
    font-size: 60px;
}
}

@media only screen and (max-width: 649px) {
.benefit {
    flex: 0 1 50% !important;
}
}

@media only screen and (max-width: 599px) {
.elementor-element.elementor-element-ec5edcc.e-con-full.e-flex.e-con.e-child {
    right: 35px;
}
.elementor-23 .elementor-element.elementor-element-bf5a097 {
    --padding-inline-start: 29px;
    --padding-inline-end: 30px;
}
.hfe-active-menu.hfe-active-menu-full-width + .hfe-nav-menu__layout-expandible, .hfe-active-menu.hfe-active-menu-full-width + .hfe-nav-menu__layout-horizontal, .hfe-active-menu.hfe-active-menu-full-width + .hfe-nav-menu__layout-vertical {
    width: 202px !important;
}
.elementor-11 .elementor-element.elementor-element-6327403 > .elementor-widget-container {
    padding: 0px 20px 0px 20px;
}
.elementor-11 .elementor-element.elementor-element-3e9ed80 {
    --padding-block-start: 198px;
    --padding-block-end: 86px;
}
}

@media only screen and (max-width: 499px) {
.hfe-nav-menu-icon::after {
    display: none;
}
.elementor-element.elementor-element-ec5edcc.e-con-full.e-flex.e-con.e-child {
    right: 23px;
    width: 57px;
}
.elementor-23 .elementor-element.elementor-element-bf5a097 {
    --padding-block-start: 30px;
--padding-inline-start: 14px;
}
.elementor-23 .elementor-element.elementor-element-1c7eb8d .hfe-site-logo .hfe-site-logo-container img {
    position: relative;
    top: 3px;
}
p {
    font-size: 16px;
    line-height: 176%;
}
h2 {
    font-size: 30px !important;
}
.elementor-11 .elementor-element.elementor-element-6327403 .elementor-heading-title {
    font-size: 55px;
}
.elementor-11 .elementor-element.elementor-element-5ae0f19 .elementor-button {
    font-size: 16px;
}
.elementor-button span {
    font-size: 16px;
}
.elementor-11 .elementor-element.elementor-element-4786d36 .elementor-tab-title {
    font-size: 19px;
}
.download-wrap {
    padding: 48px 24px 77px 24px;
}
.elementor-11 .elementor-element.elementor-element-7b49965 > .elementor-widget-container {
    margin: 0px 0px 0px 0px;
}
.testimonial-style .carousel-inner > .item {
    height: 480px;
}
.testimonial-style .testimonial-authors {
    font-size: 15px;
}
.cf-img img {
    min-height: 337px;
}
.elementor-769 .elementor-element.elementor-element-fb918ad a.hfe-menu-item, .elementor-769 .elementor-element.elementor-element-fb918ad a.hfe-sub-menu-item {
    font-size: 16px;
}
.elementor-769 .elementor-element.elementor-element-8dc9e13 .hfe-copyright-wrapper, .elementor-769 .elementor-element.elementor-element-8dc9e13 .hfe-copyright-wrapper a {
    font-size: 16px;
}
}

@media only screen and (max-width: 469px) {
.elementor-11 .elementor-element.elementor-element-3e9ed80:not(.elementor-motion-effects-element-type-background), .elementor-11 .elementor-element.elementor-element-3e9ed80 > .elementor-motion-effects-container > .elementor-motion-effects-layer {
    background-position: bottom right -420px;
}
.elementor-element.elementor-element-24efd3c.elementor-absolute.logo-as-bg.elementor-widget.elementor-widget-image.elementor-motion-effects-parent {
    display: none;
}
.elementor-11 .elementor-element.elementor-element-b2e0098 {
    --padding-block-start: 45px;
    --padding-block-end: 2px;
    --padding-inline-start: 0px;
    --padding-inline-end: 0px;
}
#mobile-display-carousel {
    width: 291px;
    height: 641px;
}
#mobile-display-carousel .carousel-inner {
    position: absolute;
    margin-top: 9.4%;
    margin-left: 12.1%;
    margin-right: 11%;
    width: 74.4%;
    border-radius: 25px;
    height: 465px;
}
#mobile-display-carousel2 {
    width: 291px;
    height: 641px;
}
#mobile-display-carousel2 .carousel-inner {
    position: absolute;
    margin-top: 9.4%;
    margin-left: 12.1%;
    margin-right: 11%;
    width: 74.4%;
    border-radius: 25px;
    height: 465px;
}
.download-wrap h2 {
    font-size: 28px !important;
}
footer p, footer span {
    text-align: center;
}
.hfe-copyright-wrapper {
    display: flex;
    justify-content: center;
}
.elementor-element.elementor-element-7b71328.e-flex.e-con-boxed.e-con.e-child > div {
    justify-content: center;
}
.elementor-element.elementor-element-851aba6.elementor-widget.elementor-widget-image {
    text-align: center;
}
.elementor-769 .elementor-element.elementor-element-37ac597 {
    text-align: center;
}
footer li {
    display: flex;
    justify-content: center;
}
.elementor-element.elementor-element-e88f740.e-con-full.e-flex.e-con.e-child {
    align-items: center;
}
}