/*Általános stílusok--------------------------------------*/
/* #region */
body.home .login-header{
    display: none;
}

body.home #loader div {
    font-size: 1.8rem;
}

body.home .mauto {
    margin: auto;
}


body.home .d-none {
    display: none!important;
}
body.home .main-holder{
    position: relative;
    flex: 1 1 auto;
    margin-top: 83px;
}

body.home #main-content {
    padding-top: 0px!important;
    top: 0!important;
    bottom:0;
    width: 100%;
}

body.home #wrapper {
    padding: 0px!important;
    margin: 0px!important;
}

body.home .pb {
    padding-bottom: 20px;
}

body.home{
    font-family: 'Open Sans', sans-serif;
    background: #fff;
    display: flex;
    flex-direction: column;
}

body.home.nomargin {
    margin: 0px!important;
}

body.home h1, body.home h2, body.home h3, body.home h4, body.home h5 {
    font-family: 'Poppins', sans-serif;
}

.dark-blue {
    background-color: #26435E;
}
.middle-gray {
    background-color: #E6EAEC;
}
.light-gray {
    background-color: #F4F6F8;
}
.white, .white * {
    color: #FFF!important;
}
.dark-black {
    color: #0E1F2F;
}

.nomobile {
    display: initial;
}

.onmobile {
    display: none;
}

.mb-40 {
    margin-bottom: 40px;
}

.mt-custom {
    margin-top: 40px;
}

/* Buttons */
body.home .ceedback-btn {
    padding: 15px 32px;
    border-radius: 20px;
    text-decoration: none;
    cursor: pointer;
    display: inline-block;
    border:none;
    margin: 15px 10px;
}
body.home .ceedback-btn.btn-lg {
    padding: 16px 42px;
}
body.home .ceedback-btn.btn-sm {
    padding: 12px 24px;
    border-radius: 16px;
}

body.home .ceedback-btn.btn-blue {
    background: #1CB5D7;
    color: #fff;
}
body.home .ceedback-btn.btn-blue:focus, body.home .ceedback-btn.btn-blue:hover  {
    background: #05A7CB;
    color: #fff;
    text-decoration: none;
}
body.home .ceedback-btn.btn-orange {
    background: #FF7664;
    color: #fff;
}
body.home .ceedback-btn.btn-orange:focus, body.home .ceedback-btn.btn-orange:hover  {
    background: #F4574D;
    color: #fff;
    text-decoration: none;
}

/* Custom radio-button */

body.home [type="radio"]{
    display: none;
}
body.home [type="radio"] + label{
    background-color: #96AABC;
    position: relative;
    padding-top: 26px;
    padding-left: 25px;
    text-align: center;
    width: 285px;
    height: 74px;
    border-radius: 20px;
    cursor: pointer;
    display: inline-block;
    color: #ffffff;
    
}
body.home [type="radio"]:checked + label {
    background-color: #FF7664;
}
body.home [type="radio"] + label::before{
    content:"";
    position:absolute;
    left:20px;
    top:28px;
    width:18px;
    height:18px;
    border-radius: 50%;
    border:2px solid #ffffff;
    background:#fff;
}

body.home [type="radio"]:checked + label::after{
    content:"";
    position:absolute;
    left:22px;
    top:30px;
    width:14px;
    height:14px;
    border-radius:50%;
    background:#26435E;
    transform:scale(1);
    opacity:1;
    transition:all .1s ease;
}

body.home [type="radio"]:not(:checked) + label::after{
    content:"";
    position:absolute;
    left:22px;
    top:30px;
    width:14px;
    height:14px;
    border-radius:50%;
    background: #26435E;
    transform:scale(0);
    opacity:0;
}

/*Kapcsolat form*/
body.home label[for="kapcsolat_form-confirm"] .cf-label {
    width: 300px;
    margin-left: 30px;
}

body.home label[for="kapcsolat_form-confirm"] .cf-label a {
    text-decoration: underline;
    color: #1CB5D7
}

body.home label[for="kapcsolat_form-confirm"] .cf-label a:hover {
    color: #1CB5D7
}
/* #endregion */

/*Teljes méret------------------------------------------*/
/* #region */ 
body.home .custom-container {
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto;
}

/*Check-list*/
body.home .check-list{
    display: block;
    width:100%;
}
body.home .check-list .list-item {
    display: flex;
    margin-bottom: 5px;
    align-items: center;
}
body.home .check-list.bordered .list-item {
    border-radius: 8px;
    border: 1px solid #FF7664;
    height: 60px;
    width: 350px;
}
body.home .check-list .list-item svg, body.home .check-list .list-item img {
    flex-shrink: 0;
    margin: 5px 10px;
}
body.home .check-list .list-item span{
    font-weight: 500;
    color: #26435E;
    max-width: 390px;
}
body.home .check-list, body.home .tab-button span, body.home .uses ul li span {
    font-family: Geomanist;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
}
body.home .check-list.bordered .list-item {
    margin-bottom: 20px;
}

body.home .check-list .list-item img{
    width: 26px!important;
    height: 22px!important;
}


/* Carousel basic formats */
body.home .carousel-indicators li {
    background-color: #96AABC;
    border: 1px solid #96AABC;
}
body.home .carousel-indicators li.active {
    background-color: #FF7664;
    border: 1px solid #FF7664;
}
body.home .carousel{
    margin: 65px 0px;
}
body.home .carousel-indicators {
    top: 108%;
}
body.home .clients-opinion .carousel-indicators {
    top: 128%;
}
body.home .carousel-control.left{
    background-image: none;
}
body.home .carousel-control.right{
    background-image: none;
}
body.home .carousel-indicators li {
    margin: 0px 7px;
}

/* Clients opinion */
body.home .clients-opinion {
    padding: 50px 0px;
    background-color: #fff;
}

body.home .clients-opinion .carousel-inner {
    height: 180px;
}

body.home .carousel-container {
    position: relative;
    padding: 0px 150px;
}
body.home .carousel-button {
    background-color: #F4F6F8;
    display: flex;
    width: 60px;
    height: 60px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    position: absolute;
}
body.home .carousel-button.prev {
    top: 10%;
    left: 0;
    transform: translate(-60px, -50%);
}
body.home .carousel-button.next {
    top: 10%;
    left: 100%;
    transform: translate(-0px, -50%);
}

/* Navbar */
body.home .navbar-toggle {
    float: left;
    padding: 16px 10px;
}
body.home .navbar-toggle .icon-bar {
    background-color: #1CB5D7;
}
body.home .nav>li>a:not(.sing-in):not(.dropdown-toggle) {
    color:#000;
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 22px;
    padding-left: 25px;
    padding-right: 25px;
}
body.home .navbar-right {
    padding-top: 10px;
}
body.home .nav>li>a:not(.sing-in):not(.dropdown-toggle):focus, body.home .nav>li>a:not(.sing-in):not(.dropdown-toggle):hover {
    background-color: transparent;
    color: #FF7664!important;
}
body.home .nav>li>a.sing-in{
    background-color: #1CB5D7;
    border-radius: 18px;
    color: #fff;
    padding: 10px 15px;
    margin-top: 5px;
    margin-left: 20px;
    width: 97px;
    text-align: center;
}
body.home .lang-selector>a{
    background-color: #fff;
    border-radius: 20px;
    padding: 5px 10px;
    margin-top: 5px;
    color: #1CB5D7!important;
    margin-left: 39px;
    margin-top: 12px;
    font-size: 13px;
    height: 23px;
    padding: 3px 10px!important;
}

body.home .lang-selector.mobile {
    display: none;
}
body.home .lang-selector>a>span {
    color: #1CB5D7;
}
body.home .navbar-nav>li>.dropdown-menu {
    min-width: 71px;
    text-align: center;
}
body.home #ceedback-navbar-close{
    display: none;
}
body.home .navbar-nav>li>a.active {
    color: #FF7664;
}
body.home .lang-selector>a {
    margin-left: 25px;
    margin-right: 25px;
}


/* Main block */
body.home .main-block{
    padding-bottom: 50px;
}
body.home .main-block h2:not(.nomargin) {
    margin-top: 130px;
}
body.home .main-block h2 {
    font-weight: 700!important;
    font-size: 45px!important;
    color: #0E1F2F!important;
}

body.home .main-block p {
    font-weight: 500;
    font-size: 16px;
    color: #0E1F2F;
    font-family: 'Geomanist','Poppins', sans-serif ;
}
body.home .home-top-image{
    margin-top: -20px;
}
body.home .text-label {
    display: block;
    width: 341px;
    height: 163px;
    position: absolute;
    z-index: 10;
    background-image: url("[[$p.text_label_bg.png]]");
    top: 37%;
    left: -14%;
    padding-top: 40px;
    padding-left: 70px;
}

body.home .text-label p {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    font-family: 'Geomanist','Poppins', sans-serif ;
}
body.home .text-label span {
    font-size: 34px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif ;
    color: #fff;
}

body.home .main-block h3{
    font-weight: 700;
    font-size: 30px;
    color: #0E1F2F;
    line-height: 30px;
}
body.home .main-block .check-list{
    margin-top: 20px;
}

body.home .main-block .check-list .list-item {
    align-items: normal;
    margin-bottom: 26px;
}

body.home .bold-p {
    margin-top: 28px;
    font-family: Geomanist;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
    max-width: 400px;
}

/* Clients */

body.home .clients {
    padding: 50px 0px;
}
body.home .clients .col-md-2 {
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
body.home .clients h4 {
    font-family: Geomanist;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 80px;
}

body.home .flexrow {
    /*display: flex;*/
    width: 100%;
    list-style: none;
}

body.home .flexrow > li {
    display: inline-block;
    margin: 10px;
}

body.home .flexrow img {
    margin: 0px 22px;
}

body.home .img-slider {
    height: 60px;
    background: #e5e5e5 url('[[$p.clients.png]]') repeat 0 center;
    margin: 0 auto;
    margin-top: 85px;
    max-width: 1250px;
}

/* Immediate feedback */
body.home .immediate-feedback{
    padding: 50px 0px;
    padding-bottom: 0px;
}
body.home .immediate-feedback p {
    font-family: Open Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 27px;
    margin-bottom: 20px;
    max-width: 400px;
    color: #0E1F2F;
}
body.home .immediate-feedback:first-of-type p:nth-of-type(2) {
    max-width: 420px!important;
}
body.home .immediate-feedback .slim > p {
    max-width: 580px!important;
}

body.home .immediate-feedback p:nth-of-type(3) {
    max-width: 600px;
}

body.home .immediate-feedback p.highlighted {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 40px;
    line-height: 28px;
    color: #0E1F2F;
    font-family: 'Geomanist';
    max-width: 400px;
}
body.home .immediate-feedback h3 {
    font-weight: 700;
    line-height: 45px;
    font-size: 30px;
    margin-bottom: 50px;
    margin-top: 60px;
    color: #0E1F2F;
}
body.home .immediate-feedback img {
    margin: 50px auto;
}
body.home .immediate-feedback img.snd {
    margin-top: 0px;
}
body.home .one-week-trial {
    margin-top: 50px;
    padding: 50px 20px;
    border-radius: 50px;
}
body.home .immediate-info{
    padding-bottom: 50px;
}
body.home .immediate-info h4 {
    font-size: 22px;
    font-weight: 700;
    line-height: 34px;
    text-align: center;
    margin-bottom: 30px;
    color: #0E1F2F;
}
body.home .immediate-info .left {
    float: left;
}
body.home .immediate-info .right {
    float: right;
}
body.home .lepjen-kapcs {
    font-size: 16px!important;
}
body.home .immediate-info .check-list.bordered .list-item {
    width: 370px;
    height: 76px;
    padding: 20px 30px;

}

/* Uses */

body.home .uses {
    padding: 50px 0px;
    padding-bottom: 0px;
}
body.home .uses h3 {
    font-family: Poppins;
    font-weight: 700;
    line-height: 45px;
    font-size: 30px;
    margin-bottom: 0px;
    color:#000;
}
body.home .uses p {
    font-weight: 400;
    line-height: 27px;
    font-size: 15px;
    margin-bottom: 20px;
}
body.home .uses ul {
    margin-top: 107px;
    list-style: none;
}
body.home .uses ul li span {
    font-weight: 500;
    font-size: 16px;
    line-height: 45px;
    color: #26435E;
}

body.home .uses ul li::before {
    content: "\2022";
    color: #1CB5D7;
    font-weight: 700;
    font-size: 30px;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
    position: absolute;
}

body.home .carousel-inner p {
    color: #26435E;
}

body.home .carousel-inner .item div.quote {
    margin-bottom: 40px;
    font-family: Geomanist;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
}

body.home .carousel-inner .item p.name {
    margin-bottom: 8px;
}


body.home .carousel-inner .item {
    text-align: center!important;
}

body.home .carousel-inner .item p:not(.gray) {
    font-family: 'Geomanist';
    margin-left: 40px;
    margin-right: 40px;
}

body.home .carousel-inner  p.gray {
    color: #96AABC;
}

body.home #useCaseCarousel {
    transform: translateY(-40px);
}

/* flexible system */
body.home .flexible-system {
    padding: 50px 0px;
}
body.home .flexible-system h3 {
    font-style: normal;
    font-weight: bold;
    font-size: 30px;
    line-height: 45px;
    color: #0E1F2F;
    margin-bottom: 5x;
}
body.home .flexible-system p {
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 27px;
    color: #0E1F2F;
    margin-bottom: 30px;
}

/* Vertical panel for desktop */
body.home .vertical-tab-panel{
    display: flex;
    flex-direction: row;
}
body.home .tab-container {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
}
body.home .tab-button {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.07);
    background: #F4F6F8;
    border-radius: 20px;
    padding: 0px 28px;
    height: 64px;
    max-width: 370px;
    margin-bottom: 6px;
}
body.home .tab-button svg {
    fill: #FF7664;
    flex-shrink: 0;
}
body.home .tab-button span {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #26435E;
}
body.home .tab-button.nps-width span, body.home .tab-button.szoveges-mezo-width span{
    max-width: 150px;
}
body.home .tab-button.active {
    background: #FF7664;
}
body.home .tab-button.active span {
    color: #ffffff;
}
body.home .tab-button.active svg {
    fill: #ffffff;
}
body.home .tab-item {
    display: none;
}
body.home .tab-item.active{
    display: flex;
}
body.home .flex-container{
    display: flex;
    flex-direction: row;
}
body.home .flex-left {
    display: flex;
    width: 50%;
}
body.home .flex-right {
    display: flex;
    width: 50%;
}

/* Major functionality 1 */
body.home .major-func-1 {
    padding: 50px 0px 0px 0px;
}
body.home .major-func-1 h3 {
    font-weight: 700;
    size:30px;
    text-align: center;
    margin: auto;
    margin-bottom: 50px;
    max-width: 800px;
    font-family: 'Poppins';
}
body.home .major-func-1 .list-item {
    margin-bottom: 20px;
    float: right;
    padding-left: 25px;
}
body.home .major-func-1 .list-item img {
    margin-right: 20px;
}
body.home .major-func-1 .check-list .list-item span {
    max-width: 270px;
}

body.home .major-func-1 .check-list .list-item.sm span {
    max-width: 210px;
}

body.home .major-func-1 .check-list.bordered .list-item {
    height: 76px;
}
body.home .major-func-1 .maxheight img {
    max-height: 700px!important;
    margin-top: 80px;
}
body.home .show-bubble {
    cursor: pointer;
}
body.home .text-bubble {
    position: relative;
    float: right;
    width: 480px;
    padding: 20px 30px;
    background: #26435E;
    border-radius: 20px;
    margin-bottom: 20px;
    font-family: Open Sans;
    font-style: normal;
    font-weight: bold;
    font-size: 13px;
    line-height: 25px;
}
body.home .text-bubble.active {
    display: block;
}
body.home .text-bubble p {
    color: #ffffff;
    font-size: 13px;
    font-weight: 400;
    line-height: 25px;
}
body.home .text-bubble .highlighted {
    color: #FF7664;
    font-weight: 700;
    margin-bottom: 0px!important;
}
body.home .text-bubble .highlighted + p {
    margin-bottom: 0px!important;
}

body.home .text-bubble img {
    position: absolute;
    top: 39px;
    left: 145px;
    transform: translate(-100%, -100%);
}

/* Major functionality 2 */
body.home .major-func-2 {
    padding: 50px 0px;
    background-color:#F4F6F8;
}
body.home .major-func-2 h3 {
    size:30px;
    text-align: center;
    margin: auto;
    margin-bottom: 20px;
    max-width: 700px;
    font-family: Poppins;
    font-style: normal;
    font-weight: bold;
    font-size: 30px;
    line-height: 45px;
}
body.home .major-func-2 .check-list .list-item span {
    max-width:200px;
}
body.home .major-func-2 .check-list .list-item.wider span {
    max-width: 280px;
}
body.home .major-func-2 .check-list.bordered .list-item{
    height: 90px;
    line-height: 22px;
}

body.home .major-func-2 .check-list .list-item img {
    margin: 5px 25px;
}
body.home .major-func-2 img {
    margin: 40px auto;
    margin-bottom: 120px;
}
body.home .major-func-2 .left {
    float: left;
}
body.home .major-func-2 .right {
    float: right;
}

/* Contact US */

body.home .contact-us {
    padding: 30px 0px;
    padding-bottom: 50px;
}
body.home .contact-us h3 {
    font-family: Poppins;
    font-style: normal;
    font-weight: bold;
    font-size: 22px;
    line-height: 30px;
    text-align: center;
    margin: auto;
    margin-bottom: 20px;
    color: #fff;
}
body.home .contact-us p {
    font-weight: 400;
    font-size: 15px;
    color: #ffffff;
    margin-bottom: 30px;
}
body.home .contact-us label{
    color: #ffffff!important;
    font-size: 14px;
    font-weight: 400;
}
body.home .contact-us textarea {
    height: 150px;
    resize: none;
}
body.home .radio-container {
    margin-bottom: 40px;
}
body.home .contact-us input  {
    height: 50px;
}
body.home .contact-us textarea {
    height: 178px;
}
body.home .contact-us input, .contact-us textarea {
    border-radius: 10px;
}
body.home .btn-kapcsolat {
    width: 165px;
}
body.home .contact-us .container {
    max-width: 770px;
}

/* Footer*/
body.home .footer{
    padding: 50px 0px;
    padding-bottom: 40px;
    padding-top: 20px;
}
body.home .footer a {
    font-weight: 700;
    padding: 5px 10px;
    color: #3E4C58;
    margin: 0px;
}
body.home .footer a:hover, a:active , body.home .footer a.active {
    text-decoration: none;
    color: #FF7664;
}
body.home .footer a.contact{
    text-decoration: underline;
    color: #FF7664;
    cursor: pointer;
    padding-bottom: 10px;
    display: inline-block;
    font-weight: 600;
}
body.home .footer a.privacy{
    text-decoration: underline;
    color: #3E4C58;
    cursor: pointer;
    padding-bottom: 10px;
    display: inline-block;
    font-size: 13px;
    font-weight: normal;
    font-weight: 600;
}

/* #endregion */

/*Kisebb méret------------------------------------------*/
/* #region */ 
@media(max-width: 1076px) and (min-width: 993px) {
    body.home .custom-container {
        max-width: 970px!important;
        width: 970px!important;
    }
    body.home .nav>li>a:not(.sing-in):not(.dropdown-toggle) {
        padding-left: 10px!important;
        padding-right: 10px!important;
    }

    /*Main-content*/
    body.home #main-content h2 {
        font-size: 40px!important;
    }

    /*Immedaite feedback*/

    body.home .immediate-feedback img.snd {
        transform: translateY(40px);
    }

    body.home .immediate-feedback p {
        font-family: 'Open Sans';
    }

    /*Footer*/
    body.home .footer a {
        padding: 5px;
    }
    body.home .privacy {
        margin-left: 20px;
    }

}
/* #endregion */

/*Tablet méret------------------------------------------*/
/* #region */ 
@media (max-width: 992px) {

    body.home .mt-custom {
        margin-top: 20px;
    }
    

    /*Check-list*/
    body.home .check-list.bordered .list-item {
        height: 70px;
        width: 100%;
        max-width: 350px;
    }

    /*Navbar*/
    body.home .navbar-toggle{
        display:inline-block;
    }
    body.home .navbar-nav{
        display: none;
    }
    body.home .navbar-nav>li {
        width: 100%;
    }
    body.home .lang-selector.mobile {
        display: initial;
        position: absolute;
        top: 20px;
        right: 10px;
    }
    body.home #ceedback-navbar-close{
        display: block;
        position: absolute;
        top:20px;
        right: 20px;
    }
    body.home .navbar-nav.visible {
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        margin: 0px;
        width: 100%;
        height: 100vh;
        background-color: #26435E;
        z-index: 100;
        padding-top: 50px;
    }
    body.home .navbar-nav > li:first-child {
        margin-top: 50px;
    }
    body.home .navbar-nav > li > a{
        background-color: #1CB5D7;
        border-radius: 20px;
        margin: 9px auto;
        text-align: center;
        width: 228px;
        color: #FFF;
    }
    body.home .nav>li>a:focus, body.home .nav>li>a:hover, body.home .navbar-nav>li>a.active {
        background-color: #1CB5D7;
        color: #FFF;
    }

    body.home .lang-selector.mobile>a{
        background-color: #fff!important;
        border-radius: 20px;
        padding: 10px 15px;
        color: #1CB5D7!important;
        margin: 9px auto 0px auto;
        width: 60px!important;
    }
    body.home .lang-selector:not(.mobile)>a{
        background-color: #fff!important;
        border-radius: 20px;
        padding: 10px 15px;
        color: #1CB5D7!important;
        margin: 9px auto 0px auto;
        width: 60px!important;
        margin-top: 50px;
    }
    body.home .lang-selector.open>a{
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px;
    }
    body.home .navbar-nav>li>.dropdown-menu {
        min-width: 71px;
        text-align: center;
        padding:0px;
        margin: 0px;
    }
    body.home .navbar-nav>li>.dropdown-menu a {
        background-color: #fff;
        border-radius: 0px;
        padding: 10px 15px!important;
        color: #1CB5D7;
        margin: 0px auto;
        width: 60px;
    }
    body.home .navbar-nav>li>.dropdown-menu > li:last-child > a{
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;
    }
    body.home .nav>li>a:not(.sing-in):not(.dropdown-toggle) {
        color: #fff;
        margin-bottom: 16px;
    }
    body.home .nav>li>a.sing-in {
        margin: auto;
    }
    body.home .lang-selector:not(.mobile)>a {
        width: 55px;
        height: 30px;
    }
    body.home .nav>li>a:not(.sing-in):not(.dropdown-toggle):focus, body.home .nav>li>a:not(.sing-in):not(.dropdown-toggle):hover {
        background-color: #1CB5D7!important;
        color: #fff!important
    }

    /*Main block*/
    body.home .main-block h2{
        font-size: 30px!important;
        text-align: center!important;
        margin-top: 20px!important;
    }

    body.home .main-block p {
        font-size: 16px;
        text-align: center;
    }
    body.home .main-block img {
        margin: 50px auto 50px auto;
    }
    body.home .text-label {
        display: block;
        width: 170.5px;
        height: 81.5px;
        position: absolute;
        z-index: 10;
        background-image: url('[[$p.text_label_bg.svg]]');
        background-size: cover;
        top: 8px;
        left: 50%;
        padding-top: 18px;
        padding-left: 18px;
        transform: translate(-10%, 0);
    }

    body.home .text-label p {
        text-align: left;
        font-size: 10px;
        font-weight: 500;
        color: #fff;
        font-family: 'Geomanist','Poppins', sans-serif ;
    }
    body.home .text-label span {
        font-size: 20px;
        font-weight: 700;
        font-family: 'Poppins', sans-serif ;
    }
    body.home .main-block h3{
        font-size: 22px;
        float: left;
        text-align: left;
    }
    body.home .main-block .check-list .list-item svg {
        flex-shrink: 0;
        margin: 5px 10px 5px 0px;
        justify-content: flex-start;
    }
    body.home .main-block .check-list .list-item {
        margin-bottom: 20px;
    }
    body.home #main-content h2 {
        max-width: 300px;
        margin: auto!important;
    }
    body.home .main-block>.container>div>p {
        max-width: 320px;
        margin: auto;
        margin-top: 10px;
    }

    /*Clients*/
    body.home .clients .col-xs-4{
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    body.home .flexrow {
        flex-wrap: wrap;
    }

    body.home .flexrow > div {
        flex: 1 0 28%; 
    }
    
    body.home .flexrow > div:first-of-type {
        flex: 1 0 100%;
    }
    
    body.home .flexrow  img {
        margin: auto!important;
    }

    /*Immediate feedback*/
    body.home .one-week-trial h3 br {
        display: none;
    }
    body.home .one-week-trial h3 {
        line-height: 30px;
        font-size: 22px;
        max-width: 280px;
        margin: auto;
        margin-bottom: 20px;
    }
    body.home .immediate-info .left, body.home .immediate-info .right{
        float: unset;
        margin: 5px auto;
    }

    body.home .one-week-trial .ceedback-btn.btn-orange {
        height: 50px!important;
        width: 187px;
        padding-top: 15px;
    }

    body.home .immediate-feedback p, body.home .immediate-feedback .slim > p { 
        max-width: 100%!important;
    }

    /*Uses*/
    body.home .uses h3 {
        font-size: 30px;
        margin-bottom: 25px;
    }
    body.home .uses p {
        margin-bottom: 0px;
    }
    body.home .uses ul {
        margin-top: 10px;
        list-style: none;
    }
    body.home .uses ul li span {
        font-size: 16px;
        line-height: 28px;
    }
    body.home .uses ul li::before {
        font-size: 20px;
    }

    body.home #useCaseCarousel .carousel-inner {
        transform: translateX(40px); 
    }
    /*Carousel*/
    body.home .carousel-container {
        position: relative;
        padding: 0px 0px;
    }
    body.home .carousel-button {
        background-color: transparent;
    }
    body.home .carousel-button.prev {
        top: 115%;
        left: 20%;
        transform: translate(-60px, -50%);
    }
    body.home .carousel-button.next {
        top: 115%;
        left: 80%;
        transform: translate(-0px, -50%);
    }

    /*Flexible sístem*/
    body.home .flexible-system h3 {
        font-style: normal;
        font-weight: bold;
        font-size: 22px;
        line-height: 30px;
        color: #0E1F2F;
    }

    /* According for mobile and small devices*/
    body.home .according-panel {
        display: flex;
        flex-direction: column;
    }
    body.home .panel-button {
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: space-between;
        box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.07);
        background: #F4F6F8;
        border-radius: 20px;
        padding: 0px 12px;
        height: 64px;
        margin-bottom: 6px;
    }
    body.home .panel-button svg {
        fill: #FF7664;
        flex-shrink: 0;
    }
    body.home .panel-button span {
        font-weight: 500;
        font-size: 14px;
        line-height: 20px;
        color: #26435E;
    }
    body.home .panel-button.active svg {
        transform: rotate(90deg);
    }
    body.home .according-panel .item .content {
        display: none;
        padding: 20px;
    }
    body.home .according-panel .item .content.active {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    body.home .content img {
        display: block;
        max-width: 100%;
    }

    /*Major func 1*/
    body.home .flex-right {
        width: 100%;
    }
    body.home .major-func-1 .list-item {
        float: unset;
        margin: 0px auto 20px;
    }
    body.home .text-bubble {
        position: relative;
        float: unset;
        width: 100%;
        max-width: 350px;
        padding: 20px 30px;
        background: #26435E;
        border-radius: 20px;
        margin: 0px auto 20px;
    }
    body.home .text-bubble img {
        width: 50px;
        height: auto;
        position: absolute;
        top: 23px;
        left: 70px;
        transform: translate(-100%, -100%);
    }

    body.home .panel-button {
        padding: 20px 46px 20px 28px;
    }

    body.home .panel-button span {
        font-family: Geomanist;
        font-style: normal;
        font-weight: 500;
        font-size: 16px;
        line-height: 20px;
        display: flex;
        align-items: center;
        max-width: 265px;
    }

    body.home .nps-width {
        max-width: 180px!important;
    }

    /*Major func 2*/
    body.home .major-func-2 .left, body.home .major-func-2 .right{
        float: unset;
        margin: 5px auto;
    }

    /*Contact us*/
    body.home .text-right, body.home .text-left{
        text-align: center;
    }
    body.home .radio-container {
        margin-bottom: 20px;
    }
    body.home .radio-container:nth-child(2) {
        margin-bottom: 10px;
    }
    body.home  .contact-us h3 {
        font-size: 22px;
    }

    /*Footer*/
    body.home .footer br, body.home .main-block br {
        display: block;
    }
    body.home .footer a {
        padding: 5px 4px;
    }
    body.home .footer .text-left, body.home .footer .text-right {
        text-align: center;
    }
    body.home .footer .col-xs-12 {
        margin-bottom: 20px;
    }
}
/* #endregion */

/*Telefon méret*/
/* #region */
@media(max-width:425px) {

    .nomobile {
        display: none!important;
    }
    .onmobile {
        display: initial;
    }

     /*Check-list*/
    body.home .check-list .list-item span {
        max-width: 270px;
    }
    body.home .main-block .check-list .list-item svg, body.home .main-block .check-list .list-item img {
        align-self: baseline;
    }

    /*Main block*/
    body.home .main-block h2:not(.nomargin) {
        margin-top:10px!important;
    }
    body.home .main-block h2, body.home #main-content h2 {
        max-width: 100%;
    }
    body.home .main-block img {
        width: 320px;
    }
    body.home .main-block .check-list .list-item span {
        max-width: 320px;
    }
    body.home .text-label {
        width: 200px;
        height: 100px;
        padding-top: 25px;
        padding-left: 25px;
    }
    body.home .text-label p {
        font-size: 13px;
    }
    body.home #velemenyek {
        font-size: 22px;
    }
    body.home .nomargin {
        margin-top: 10px!important;
    };

    /*Clients*/
    body.home .clients h4 {
        font-size: 16px;
        font-weight: 500;
        color: #0E1F2F;
        margin: auto;
        margin-bottom: 20px;
        max-width: 200px;
    }

    /*Immediate feedback*/
    body.home .one-week-trial h3 {
        font-family: Poppins;
        font-style: normal;
        font-weight: bold;
        font-size: 22px;
        line-height: 30px;
        text-align: center;
    }
    body.home .immediate-feedback p {
        max-width: 350px;
    }
    body.home .immediate-feedback h3 {
        font-size: 27px;
        line-height: 36px;
        margin-top: 0px;
    }
    body.home .immediate-info .check-list.bordered .list-item {
        height: 76px;
        width: 100%;
        padding: 20px!important;
    }
    body.home .immediate-info .check-list.bordered .list-item img {
        margin-left: 5px;
    }
    body.home .one-week-trial .ceedback-btn.btn-orange {
        font-size: 14px;
    }
    body.home h3#megoldas {
        font-size: 22px;
    }
    body.home .ceedback-btn {
        width: 250px;
        font-family: Poppins;
        font-weight: 500;
        font-size: 14px;
    }
    body.home .immediate-feedback img {
        margin-top: 0px;
    }
    body.home .immediate-feedback p.highlighted {
        max-width: 300px;
    }
    body.home .immediate-feedback img.snd {
        margin-top: 20px;
    }
    body.home .immediate-info h4 {
        font-size: 20px;
    }


    /*Uses*/
    body.home .uses h3 {
        font-size: 22px;
        margin-bottom: 25px;
    }
    body.home .uses ul li {
        margin-bottom: 20px;
    }

    body.home .clients-opinion h3 {
        margin: auto;
        width: 90%;
        line-height: 30px;
    }


    body.home .clients-opinion .carousel-inner {
        height: 350px;
    }

    

    /*Carousel*/
    body.home .pb .carousel-inner {
        padding-left: 0px;
        padding-right: 0px;
        transform: translateX(20px);
    }
    body.home .carousel-button.next, .carousel-button.prev {
        top: 115%;
    }

    body.home .clients-opinion .carousel-indicators {
        top: 118%;
    }

    /*Flexible system*/
    body.home .flexible-system h3 {
        font-style: normal;
        font-weight: bold;
        font-size: 22px;
        line-height: 30px;
        color: #0E1F2F;
        max-width: 270px;
        margin: auto;
        margin-bottom: 20px;
    }

    /*Panel*/
    body.home .panel-button {
        padding: 20px 46px 20px 28px;
    }

    /*Major func 1*/
    body.home .panel-button {
        padding: 20px 46px 20px 28px;
    }
    body.home .panel-button span.nps-width {
        max-width: 180px;
    }
    body.home .major-func-1 h3 {
        font-weight: 700;
        size: 30px;
        text-align: center;
        margin: auto;
        margin-bottom: 50px;
        max-width: 350px;
    }
    body.home .major-func-1 .check-list .list-item svg, .major-func-1 .check-list .list-item img {
        margin-left: 30px;
    }
    body.home .text-bubble p:last-of-type {
        margin-top: 20px;
    }

    /*Major func2*/
    body.home .major-func-2 h3 {
        font-weight: 700;
        size: 30px;
        text-align: center;
        margin: auto;
        margin-bottom: 20px;
        max-width: 270px;
        line-height: 30px;
    }
    body.home .major-func-2 .check-list .list-item img {
        margin-left: 30px;
    }
    body.home .major-func-2 .check-list .list-item span {
        max-width: 230px;
    }
    body.home .major-func-2 img {
        width: 75%;
    }
    body.home .major-func-2 h3 {
        font-size: 22px;
    }


    /*Contact us*/
    body.home .contact-us h3 {
        font-family: Poppins;
        font-style: normal;
        font-weight: bold;
        font-size: 22px;
        line-height: 30px;
        text-align: center;
        max-width: 200px;
    }

    body.home .contact-us p {
        font-weight: 400;
        font-size: 15px;
        color: #ffffff;
        margin: auto;
        margin-bottom: 30px;
        max-width: 300px;
    }

    body.home .contact-us .form-group {
        padding-left: 12px;
        padding-right: 12px;
    }

    /*footer*/
    body.home .footer {
        padding-top: 50px;
    }
    body.home .footer .col-xs-12.text-left:last-of-type {
        margin-top: 20px;
    }
    body.home .footer .col-xs-12 {
        margin-bottom: 40px;
    }
    body.home .mtop span {
        font-style: normal;
        font-weight: normal;
        font-size: 12px;
        line-height: 28px;
        text-align: center;
    }
    body.home .mtop a {
        margin-top: 15px;
    }
    body.home .footer a.contact {
        padding-bottom: 5px;
    }
}
/* #endregion */