.form-link {
	color:#000!important; 
	text-decoration:underline!important; 
	font-weight:600!important; 
	cursor: pointer;
}

.asp_w_container_6 {
	max-width: 221px;
}

.swiper-button-prev.swiper-button-disabled, 
.swiper-button-next.swiper-button-disabled {
    opacity: 1;
    filter: grayscale(1);
}

.has-medium-font-size {
    line-height: 0.5em;
}

.single-page p>strong {
    margin: 24px 0 16px 0;
    display: block;
}

.single-page ul>li {
    padding-bottom: 8px;
}

.single-page .content {
    padding-bottom: 64px;
}

@media screen and (max-width: 768px) {
    .single-page .content {
        padding-bottom: 48px;
		word-wrap: break-word;
    }
}



*,
:after,
:before {
    box-sizing: border-box;
	-webkit-tap-highlight-color: transparent;
}

*:focus,
*:active {
    outline: none !important;
}

details>summary {
    list-style: none;
}

details>summary::-webkit-details-marker {
    display: none;
    padding-left: 0;
}

/* accents */

.br-24 *,
.br-24 {
    border-radius: 24px;
}

.br-16 {
    border-radius: 16px;
}

.bold {
	font-weight: 700;
}

.phone-bold {
    display: block;
    margin-top: 16px;
    font-weight: 600;
    font-size: 32px;
    line-height: 40px;
    color: #343639;
}

.black {
    color: #343639;
}

.white {
    color: #FFFFFF;
}

/* Typography */

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Montserrat', sans-serif;
    margin: 0 0 16px;
    color: #1D2023;
}

h1,
.h1 {
    font-weight: 500;
    font-size: 44px;
    line-height: 64px;
}

h2,
.h2 {
    font-weight: 500;
    font-size: 36px;
    line-height: 48px;
}

h3,
.h3 {
    font-weight: 500;
    font-size: 32px;
    line-height: 40px;
}

h4,
.h4,
.text .h4 * {
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
}

h5,
.h5 {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    margin: 0 0 16px;
}

p {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 0;
}

p>a {
    color: inherit;
}

.mw-250 {
    max-width: 250px;
    width: 100%;
}

.mw-268 {
    max-width: 268px;
    width: 100%;
}

.mw-368 {
    max-width: 368px;
    width: 100%;
}


.mw-400 {
    max-width: 400px;
    width: 100%;
}

.mw-468 {
    max-width: 468px;
    width: 100%;
}

.mw-470 {
    max-width: 470px;
    width: 100%;
}

.mw-568 {
    max-width: 568px;
    width: 100%;
}

.mw-668 {
    max-width: 668px;
    width: 100%;
}

.mw-570 {
    max-width: 570px;
    width: 100%;
}

.mw-500 {
    max-width: 500px;
    width: 100%;
}

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

    h1,
    .h1 {
        font-size: 40px;
        line-height: 52px;
    }

    .mw-368,
    .mw-400,
    .mw-470,
    .mw-468,
    .mw-570,
    .mw-520,
    .mw-500,
    .mw-568,
    .mw-668 {
        max-width: 48%;
        width: 100%;
    }
	.block-with-colors__inner-card.mw-368 {
		max-width: 31%;
	}
}

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

    .mw-368,
    .mw-470,
    .mw-468,
    .mw-570,
    .mw-520,
    .mw-500,
    .mw-568,
    .mw-668 {
        max-width: 100%;
        width: 100%;
    }
	.block-with-colors__inner-card.mw-368 {
		max-width: 100%;
	}
}

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

    h1,
    .h1,
    h2,
    .h2,
    h3,
    .h3 {
        font-size: 24px !important;
        line-height: 32px !important;
        margin-bottom: 16px;
    }
}



body {
    background-color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #343639;
    overflow-x: hidden;
    position: relative;
    height: 100%;
    width: 100%;
    margin: 0;
}

html {
    min-height: 100%;
    display: flex;
    flex-direction: column;
}

@media (min-width:1200px) {
    body {
        font-size: 16px
    }
}

body.error404 {
    height: 100vh;
    padding-bottom: 0
}

li>a:hover,
a.footer__email-mail:hover {
    color: #3A89FF;
}

/* .g-recaptcha {
    display: flex;
} */

figure {
    margin: 0;
    background-size: auto 100%;
    background-position: 50%;
    background-repeat: no-repeat
}

figure img {
    max-width: 100%;
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
    transition: opacity .2s
}

figure.contain-width img {
    width: auto
}

.site:before {
    content: "";
    position: absolute;
    z-index: 3;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    background-color: #fff;
    transition: height .4s cubic-bezier(.77, 0, .175, 1), background .8s cubic-bezier(.175, .885, .32, 1.275)
}

@media (min-width:992px) {
    .site:before {
        position: static;
        display: none
    }
}

.site .contact-table {
    display: block;
    padding-top: 15px
}

.site .contact-table tr td a {
    text-decoration: none;
    color: #363636
}

.site .contact-table tr td .icon {
    display: block;
    width: 40px;
    height: 40px;
    padding-top: 8px;
    padding-left: 8px;
    border-radius: 40px
}

.site .contact-table tr td .icon--round {
    background-color: #33333f
}

.site .contact-table tr td .icon--round img {
    display: block;
    width: 24px;
    height: 24px
}

.site .content-videocontainer {
    margin-bottom: 30px
}

.site .content-videocontainer .wp-video {
    width: 100% !important;
    max-width: 100% !important
}

.site .image-text--graphic .content-videocontainer {
    border-radius: 30px;
    overflow: hidden
}

@media (min-width:768px) {
    .site .image-text--graphic .content-videocontainer {
        width: 95%;
        max-width: 95%
    }
}

.icon {
    height: 24px;
    width: 24px;
    fill: currentColor;
    display: inline-block
}

.btn {
    cursor: pointer;
    font-family: 'Montserrat', sans-serif;
    text-decoration: none;
    border: 0;
    text-align: center;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    margin-top: 24px;
}

.download {
    margin-bottom: 64px;
}

.download-content,
.dowload-link {
    display: flex;
    align-items: center;
}

.download-content {
    justify-content: space-between;
}

.download-content>.download-text * {
    margin: 0;
}

.dowload-link {
    gap: 30px;
}

@media screen and (max-width: 992px) {
    .download-content {
        flex-direction: column;
        gap: 24px;
    }

    .dowload-link {
        gap: 24px;
    }
}

@media screen and (max-width: 768px) {
    .dowload-link {
        flex-direction: column;
        width: 100%;
    }

    .download-text *>br {
        display: none;
    }

    .download {
        margin-bottom: 48px;
    }
}

.center {
    text-align: center;
}

.left {
    text-align: left;
}

.btn--small {
    margin-top: 0;
}


.btn {
    padding: 16px 32px;
}

.btn--small {
    padding: 12px 24px;
}

.btn--default {
    background-color: #2E6DCC;
    color: #fff;
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    border-radius: 48px;
    transition: all 0.5s ease;
}

.btn--default:hover,
#wpforms-submit-1120:hover {
    text-decoration: none;
    background: #3A89FF;
    box-shadow: 0px 4px 10px rgba(86, 130, 117, 0.3);
}

.btn--with-border {
    background-color: transparent;
    border: 1px solid #568275;
    border-radius: 4px;
    margin-top: 24px;
}

.btn--with-border:hover {
    background: #FFFFFF;
    box-shadow: 0px 4px 10px rgba(86, 130, 117, 0.3);
    transition: all 0.5s ease;
}

.btn--center {
    display: inline-block;
}



/* .breadcrumb {
    padding: 48px 0;
} */
.site>.banner+.breadcrumb {
    padding: 0 15px 48px 15px;
}


.breadcrumb {
    padding-top: 24px;
}

@media (min-width:768px) {
    .breadcrumb__inner {
        width: 720px;
        margin-right: auto;
        margin-left: auto
    }
}

@media (min-width:992px) {
    .breadcrumb__inner {
        width: 950px
    }
}

@media (min-width:1200px) {
    .breadcrumb__inner {
        width: 1140px
    }
}

@media (min-width:1400px) {
    .breadcrumb__inner {
        width: 1168px
    }
}

.breadcrumb #breadcrumbs {
    font-size: 16px;
    line-height: 24px;
}

.rank-math-breadcrumb p {
    margin: 0;
}

.rank-math-breadcrumb p a {
    font-size: 16px;
    line-height: 24px;
    text-decoration: none;
    color: #2E6DCC;
}

#breadcrumbs>span>span>a,
#breadcrumbs>span>span>span>a {
    text-decoration: none;
    color: #568275;
}

.nav {
    position: relative;
    border-bottom: 1px solid #d8d8d8
}

.nav__inner {
    min-height: 100px
}

@media (min-width:375px) {
    .nav__inner {
        min-height: 70px
    }
}

@media (min-width:768px) {
    .nav__inner {
        width: 720px;
        min-height: 70px;
        margin-right: auto;
        margin-left: auto
    }
}

@media (min-width:992px) {
    .nav__inner {
        width: 950px;
        min-height: 100px
    }
}

@media (min-width:1200px) {
    .nav__inner {
        width: 1140px
    }
}

@media (min-width:1400px) {
    .nav__inner {
        width: 1250px
    }
}

.nav--scroll-bg .nav__list {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 7;
    width: 100%;
    padding: 15px 20px 8px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, .1)
}

@media (min-width:768px) {
    .nav--scroll-bg .nav__list {
        top: 0;
        bottom: auto;
        padding: 0
    }
}

.nav__list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 20px 0 14px;
    list-style-type: none;
    background-color: #fff
}

@media (min-width:768px) {
    .nav__list {
        padding: 0
    }
}

.nav__list-item {
    margin-right: 3px;
    margin-left: 3px
}

@media (min-width:768px) {
    .nav__list-item {
        margin-right: 15px;
        margin-left: 15px;
        line-height: 70px
    }
}

@media (min-width:992px) {
    .nav__list-item {
        margin-right: 25px;
        margin-left: 25px;
        line-height: 100px
    }
}

.nav__item {
    display: block;
    margin-bottom: 6px;
    padding: 5px 6px;
    background-color: #f5f5f5;
    border-radius: 3px;
    font-size: 14px;
    text-decoration: none
}

@media (min-width:768px) {
    .nav__item {
        margin-bottom: 0;
        padding: 0;
        background-color: transparent;
        border-radius: 0;
        font-size: 16px
    }
}

@media (min-width:992px) {
    .nav__item {
        font-size: 18px
    }
}

@media (min-width:992px) {
    .nav__item:hover {
        box-shadow: inset 0 -3px 0 #33333f
    }
}

.hero {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    background-position: center;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
}

@media (min-width:768px) {
    .hero {
        height: 568px
    }
}

.hero__inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

@media (min-width:768px) {
    .hero__inner {
        height: 100%;
        margin-right: auto;
        margin-left: auto
    }
}

.hero__text {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    color: #33333f
}

.hero__text__align>.hero__text-header {
    text-align: inherit !important;
}

@media (min-width:768px) {
    .hero__text-header {
        text-align: center;
    }

    .hero__text-header {
        margin: 0;
    }
}

.hero__text-desc {
    color: #fff;
    text-align: center
}

@media (min-width:768px) {
    .hero__text-desc {
        width: 100%;
        margin-right: auto;
        margin-left: auto;
        font-size: 16px;
        line-height: 24px;
    }
}


.hero__text-desc {
    margin: 16px 0 0;
}

.hero__footer {
    display: flex;
    flex-direction: row;
    align-items: center
}

@media (max-width:479px) {
    .hero__footer .btn {
        padding: 16px 0;
    }
}

.hero__video {
    padding-left: 20px
}

@media (min-width:768px) {
    .hero__video {
        padding-left: 30px
    }
}

.hero__video a {
    display: block;
    display: flex;
    flex-direction: row;
    align-items: center;
    text-decoration: none
}

.hero__video a span {
    padding-left: 6px
}

.hero--colorbg {
    display: block;
    align-items: none;
    justify-content: none;
    height: auto
}

@media (min-width:768px) {
    .hero--colorbg {
        height: 500px
    }
}

@media (min-width:992px) {
    .hero--colorbg {
        height: 650px
    }
}


.rezension_insurance_form_cus.insurance_form_cus{
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 9999;
  opacity: 1;
  width: 100%;
  height: 100%;
}

.rezension_insurance_form_cus .insurance_form_cus-fon{
  display: flex;
  width: 100%;
  height: 100%;
  position: relative;
  align-items: center;
  justify-content: center;
  padding: 80px 20px 20px;
}
.rezension_insurance_form_cus .insurance_form_cus-fon-close{
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  background-color: #444445;
  opacity: 0.5;
}
.rezension_insurance_form_cus .insurance_form_cus-close{
  position: absolute;
  top: 25px;
  right: 25px;
  padding: 0;
  border: 1px solid #D2D2D3;
  border-radius: 0;
  z-index: 5;
  transition: 0.3s;
}
.rezension_insurance_form_cus .insurance_form_cus-close:hover{
  background: #D2D2D3;
}
.rezension_insurance_form_cus .insurance_form_cus-close .btn-close-insurance {
  display: flex;
  align-items: center;
  justify-content: center;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    width: auto;
    height: auto;
    padding: 9px;
    color: #444445;
    background: transparent url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23444445'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e) center/1em auto no-repeat;
    border: 0;
    border-radius: 0.25rem;
}
.rezension_insurance_form_cus .insurance_form_cus-form{
  position: relative;
  z-index: 3;
  width: 1000px;
  max-width: 100%;
  height: 500px;
  max-height: 100%;
}
.rezension_insurance_form_cus .insurance_form_cus-con{
  width: 100%;
  height: 100%;
  display: flex;
}
.rezension_insurance_form_cus .rezension_ansehen_cus-con .slide-container{
  height: 100%;
}
.rezension_insurance_form_cus .rezension_ansehen_cus-con .slide-container p {
    max-height: 80%;
    overflow: scroll;
}

.rezension_insurance_form_cus .testimonials__link{
  display: none;
}
@media screen and (max-width: 992px) {

  .testimonials__link.rezension_ansehen_cus-btn-open{
    display: none;
  }
}

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

  .rezension_insurance_form_cus .rezension_ansehen_cus-con .slide-container p {
    max-height: 90%;
  }

  .rezension_insurance_form_cus.insurance_form_cus{
    overflow-y: auto;
  }

  .rezension_insurance_form_cus .insurance_form_cus-close {
    top: 10px;
    right: 10px;
  }

  .rezension_insurance_form_cus .insurance_form_cus-con {
    padding: 70px 15px;
  }
  .rezension_insurance_form_cus .insurance_form_cus-form{
    height: 100%;
  }
  .rezension_insurance_form_cus .insurance_form_cus-con-right, .insurance_form_cus-con-left {
    width: 100%;
    min-height: 460px;
  }
  .rezension_insurance_form_cus .insurance_form_cus-fon {
    padding: 0;
    height: 100%;
  }
}

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

  .rezension_insurance_form_cus .testimonials__top-content{
    height: auto;
  }
}

.hero--colorbg:before,
.swiper-slide-spane-des-big {
    display: none
}

@media (min-width:768px) {
    .hero--colorbg .hero__inner {
        flex-direction: row
    }
}

.hero--colorbg .hero__text {
    flex-grow: 1;
    justify-content: flex-start;
    margin-bottom: auto;
    padding-top: 24px;
}

@media (min-width:768px) {
    .hero--colorbg .hero__text {
        position: absolute;
        flex-grow: 0;
        align-items: flex-start;
        -ms-grid-row-align: center;
        align-self: center;
        width: 50%;
        height: auto;
        margin-bottom: 0;
        padding: 0
    }
}

@media (min-width:1400px) {
    .hero--colorbg .hero__text {
        width: 60%
    }
}

.hero--colorbg .hero__text-header {
    color: #363636;
    text-align: center;
}

@media (min-width:768px) {
    .hero--colorbg .hero__text-header {
        text-align: left
    }
}

.hero--colorbg .hero__text-desc {
    font-size: 16px;
    color: #363636
}

@media (min-width:768px) {
    .hero--colorbg .hero__text-desc {
        width: auto;
        margin: 0;
        font-size: 16px;
        line-height: 24px;
        text-align: left
    }
}

.hero--graygradient {
    background-color: #fff;
    background: linear-gradient(99.85deg, rgba(171, 219, 206, 0.2), -1.26%, rgb(86, 130, 117, 0.2) 101.56%);
}

.hero--greengradient {
    background-color: #fff;
    background: linear-gradient(99.85deg, rgba(171, 219, 206, 0.2), -1.26%, rgb(86, 130, 117, 0.2) 101.56%);
}

.hero--404 {
    height: 400px
}

@media (min-width:768px) {
    .hero--404 {
        height: 560px
    }
}

@media (min-width:992px) {
    .hero--404 {
        height: 660px
    }
}

@media (min-width:1200px) {
    .hero--404 {
        height: 760px;
        height: 840px
    }
}

.hero--404:before {
    background-color: rgba(0, 0, 0, .2)
}

.hero--404 .hero__inner {
    align-items: center
}

.hero--404 .hero__text {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.hero--404 .hero__text-desc,
.hero--404 .hero__text-header {
    color: #fff
}

@media (min-width:768px) {
    .models__carousel {
        position: relative;
        align-self: flex-end;
        width: 366px;
        height: 358px;
        position: absolute;
        right: -25px;
        width: 439px;
        height: 430px
    }
}

@media (min-width:992px) {
    .models__carousel {
        width: 522px;
        height: 511px
    }
}

@media (min-width:768px) {
    .models__carousel .glide__track {
        position: relative;
        bottom: 0
    }
}

.models__carousel .glide__slides {
    margin: 0;
    padding: 0
}

@media (min-width:768px) {
    .models__carousel .glide__slides {
        display: flex
    }
}

.models__carousel .glide__slides li {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center
}

.models__carousel .glide__slides li img {
    display: block;
    height: 358px
}

@media (min-width:768px) {
    .models__carousel .glide__slides li img {
        height: 430px;
        width: 100%;
    }
}

@media (min-width:992px) {
    .models__carousel .glide__slides li img {
        height: 470px;
        width: auto
    }
}

.models__nav {
    position: absolute;
    left: 50%;
    bottom: 30px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    padding-top: 0
}

.modellist {
    padding: 0 15px 50px;
    margin-bottom: 30px
}

@media (min-width:768px) {
    .modellist {
        padding-top: 50px;
        margin-bottom: 50px
    }
}

@media (min-width:992px) {
    .modellist {
        padding: 20px 0 70px
    }
}

@media (min-width:768px) {
    .modellist__inner {
        width: 720px;
        margin-right: auto;
        margin-left: auto
    }
}

@media (min-width:992px) {
    .modellist__inner {
        width: 950px
    }
}

@media (min-width:1200px) {
    .modellist__inner {
        width: 1140px
    }
}

@media (min-width:1400px) {
    .modellist__inner {
        width: 1250px
    }
}

.modellist__intro-desc ol,
.modellist__intro-desc ul {
    margin: 0 0 0 3px;
    padding: 0;
    list-style-position: inside
}

@media (min-width:1400px) {
    .modellist__intro-desc p {
        width: 85%
    }
}

.modellist__swiper {
    position: absolute;
    top: -45px;
    right: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-right: 0 !important;
    cursor: pointer
}

@media (min-width:768px) {
    .modellist__swiper {
        top: -70px
    }
}

@media (min-width:992px) {
    .modellist__swiper {
        top: -75px
    }
}

.modellist__swiper span {
    display: block;
    padding-right: 6px;
    font-size: 12px;
    color: #555
}

.modellist__swiper svg {
    width: 10px;
    fill: #555
}

.modellist__carousel {
    position: relative;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    background-color: #fff;
    box-shadow: 0 16px 30px rgba(0, 0, 0, .1)
}

@media (min-width:768px) {
    .modellist__carousel {
        margin-top: 50px
    }
}

.modellist__carousel .glide__slides {
    margin: 0
}

.modellist__item {
    position: relative;
    display: flex;
    flex-direction: column;
    white-space: normal
}

@media (min-width:992px) {
    .modellist__item {
        flex-direction: row-reverse;
        justify-content: space-between;
        height: 800px
    }
}

@media (min-width:1200px) {
    .modellist__item {
        height: 770px
    }
}

.modellist__item-label {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 3;
    display: flex;
    width: 100px;
    height: 100px;
    padding-right: 15px;
    padding-left: 15px;
    border-radius: 100%;
    background-color: #ffd23b;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    box-shadow: 0 6px 10px rgba(0, 0, 0, .09)
}

@media (min-width:480px) {
    .modellist__item-label {
        top: 30px;
        right: 30px
    }
}

.modellist__item-label span {
    display: block;
    -ms-grid-row-align: center;
    align-self: center
}

.modellist__item-image {
    position: relative;
    width: 100%
}

@media (min-width:480px) {
    .modellist__item-image {
        height: 500px;
        overflow: hidden
    }
}

@media (min-width:992px) {
    .modellist__item-image {
        position: relative;
        height: 100%;
        width: 45%;
        overflow: hidden
    }
}

.modellist__item-image img {
    display: block;
    width: 100%;
    height: auto
}

@media (min-width:480px) {
    .modellist__item-image img {
        position: relative;
        top: 50%;
        -webkit-transform: translateY(-40%);
        transform: translateY(-40%)
    }
}

@media (min-width:992px) {
    .modellist__item-image img {
        top: 0;
        left: 50%;
        height: 100%;
        width: auto;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }
}

.modellist__item-image-product {
    position: absolute;
    top: -100px;
    left: 20px;
    z-index: 3;
    display: block;
    width: 170px;
    height: auto
}

@media screen and (max-width:768px) {
    .modellist__item-image-product>img {
        width: 170px;
        height: auto
    }
}

@media (min-width:480px) {
    .modellist__item-image-product {
        top: -32px;
        left: auto;
        right: 10px;
        width: 150px
    }
}

@media (min-width:768px) {
    .modellist__item-image-product {
        top: 100px;
        right: 10px;
        width: 220px
    }
}

@media (min-width:992px) {
    .modellist__item-image-product {
        top: auto;
        bottom: 20px;
        right: -220px;
        width: 260px
    }
}

@media (min-width:1200px) {
    .modellist__item-image-product {
        right: -240px;
        width: 280px
    }
}

.modellist__item-text {
    position: relative;
    padding: 50px 20px 20px
}

@media (min-width:480px) {
    .modellist__item-text {
        padding: 50px 40px 20px
    }
}

@media (min-width:768px) {
    .modellist__item-text {
        padding: 40px 40px 20px
    }
}

@media (min-width:992px) {
    .modellist__item-text {
        width: 55%;
        border-top: 1px solid #f0f0f0;
        border-left: 1px solid #f0f0f0;
        border-bottom: 1px solid #f0f0f0;
        border-right: 0
    }
}

.modellist__item-text h3 {
    margin: 0 0 20px
}

@media (min-width:480px) {
    .modellist__item-text h3 {
        width: 65%;
        margin-bottom: 30px;
        font-size: 32px
    }
}

@media (min-width:768px) {
    .modellist__item-text h3 {
        width: 100%;
        font-size: 38px
    }
}

.modellist__item-text h4 {
    display: none;
    margin: 0 0 20px
}

@media (min-width:768px) {
    .modellist__item-text h4 {
        display: block;
        margin-bottom: 30px;
        font-size: 28px
    }
}

.modellist__item-text p {
    display: none;
    margin: 0 0 30px
}

@media (min-width:768px) {
    .modellist__item-text p {
        display: block;
        width: 65%
    }
}

@media (min-width:992px) {
    .modellist__item-text p {
        width: 100%
    }
}

@media (min-width:768px) {
    .modellist__benefits {
        margin-bottom: 30px
    }
}

.modellist__benefit {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 10px
}

.modellist__benefit:last-child {
    margin-bottom: 0
}

.modellist__benefit svg {
    flex-shrink: 0;
    width: 14px;
    height: 14px;
    fill: #80ad9d
}

.modellist__benefit span {
    display: block;
    line-height: 22px;
    margin-left: 12px;
    font-size: 16px
}

@media (min-width:768px) {
    .modellist__benefit span {
        font-size: 18px
    }
}

.modellist__nav {
    position: relative;
    bottom: -24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 0
}

@media (min-width:768px) {
    .modellist__nav {
        height: 0;
        bottom: 1px
    }
}

.modellist__navbtn {
    display: inline-block;
    padding: 10px 15px 12px;
    text-decoration: none;
    font-size: 18px;
    border-radius: 3px;
    border: 0;
    text-align: center;
    background-color: #33333f;
    color: #fff;
    cursor: pointer
}

.modellist__navbtn,
.modellist__navbtn:hover {
    transition: all .1s cubic-bezier(.77, 0, .175, 1)
}

.modellist__navbtn:hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
}

.modellist__navbtn:active {
    box-shadow: inset 0 -3px 0 rgba(0, 0, 0, .1);
    -webkit-transform: translateY(4px) scale(1);
    transform: translateY(4px) scale(1)
}

.modellist__navbtn--prev {
    margin-left: 15px
}

@media (min-width:768px) {
    .modellist__navbtn--prev {
        margin-left: 30px
    }

    .modellist__navbtn--prev span {
        padding-left: 20px
    }
}

.modellist__navbtn--next {
    margin-right: 15px
}

@media (min-width:768px) {
    .modellist__navbtn--next {
        margin-right: 30px
    }

    .modellist__navbtn--next span {
        padding-right: 20px
    }
}

.modellist__navbtn svg {
    width: 14px;
    height: 10px
}

.modellist__navbtn span {
    font-size: 14px
}

@media (min-width:768px) {
    .modellist__navbtn span {
        font-size: 16px
    }
}

.image-text,
.advantures,
.benefits,
.steps,
.jobs,
.block-with-colors,
.steps2,
.benefits .size-full,
.testimonials,
.news,
.logobar,
.konzept,
.model-block,
.form-block,
.faq-block,
.models-with-price,
.block-3-term,
.site>.banner~.banner,
.main-faq,
.promo,
.popup-block,
.advantage,
.two-column,
.product-rating,
.logotext,
.text {
    position: relative;
    padding: 64px 0
}

.slider-block {
	position: relative;
    padding: 48px 0 64px 0
}

.image-text__inner {
    padding-right: 15px;
    padding-left: 15px
}

.btn-slider-testimonials {
    display: flex;
    height: 56px;
    width: 100%;
    margin: 0 auto;
    top: -35px;
    position: relative;
    justify-content: end;
	gap: 12px;
}
.btn-popular-slider {
	display: flex;
    height: 56px;
    width: 100%;
    margin: 0 auto;
    top: -35px;
    position: relative;
    justify-content: space-between;
}

.btn-slider-testimonials>.swiper-button-prev {
    left: 0 !important;
}

@media (min-width:768px) {
    .image-text__inner--right .image-text__image {
        float: right;
        margin-top: 15px;
        margin-right: 0;
        margin-left: 30px
    }
}

@media (min-width:1200px) {
    .image-text__inner--right .image-text__image {
        margin-left: 40px
    }
}

.image-text__image {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
    border-radius: 5px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .1)
}

@media (min-width:768px) {
    .image-text__image {
        z-index: 1;
        display: block;
        float: left;
        width: 40%;
        margin-right: 30px
    }
}

@media (min-width:1200px) {
    .image-text__image {
        width: 35%;
        margin-right: 40px
    }
}

.image-text__image .image-text__image-wrapper {
    position: relative;
    margin-bottom: 20px;
    border-radius: 10px;
    overflow: hidden
}

@media (min-width:768px) {
    .image-text__image .image-text__image-wrapper {
        margin-bottom: 0
    }
}

.image-text__image img {
    display: block;
    width: 100%;
    max-width: 100%
}

@media (min-width:768px) {
    .image-text__content {
        position: relative;
        z-index: 2
    }
}

.image-text__content p:first-child {
    margin: 0
}

.image-text__content p {
    margin: 10px 0 0
}

.image-text__content p:last-child {
    margin-bottom: 0
}

.image-text__content img {
    height: 100%;
    max-height: -webkit-fit-content;
    max-height: -moz-fit-content;
    max-height: fit-content;
}

ul,
ol {
    list-style-type: none;
}

.footer ol li:before,
.footer ul li:before {
	display: none;
}

ul li,
ol li {
    position: relative;
    margin-bottom: 16px;
    line-height: 24px
}

ol li:last-child,
ul li:last-child {
    margin-bottom: 0
}

.promo__card-text ul.vector li {
    -webkit-padding-start: 0px;
    padding-inline-start: 0px;
}

.promo__card-text ul.vector {
    padding-left: 40px;
    margin: 0;
}

.image-text__content ol li:before,
.image-text__content ul li:before,
.banner__intro ol li:before,
.banner__intro ul li:before,
.hero__text-desc ul li:before,
.model-block__content-advantages ul li:before,
.model__card-text ul li:before,
.promo__card-text ul.vector li:before,
.woocommerce-simple-add-to-cart__content ul li:before {
    content: "";
    position: absolute;
    z-index: 2;
    top: 0;
    left: -40px;
    width: 24px;
    height: 24px;
    background-image: url('/wp-content/uploads/2022/10/1.svg');
    background-repeat: no-repeat
}

.banner__intro ul.bullet li:before {
    background-image: url('/wp-content/uploads/2023/02/6.svg');
}

@media screen and (max-width: 768px) {
    .banner__intro>.text__header {
        word-break: break-word;
    }
}

.image-text__header {
    margin: 0 0 16px;
}


.image-text__benefits {
    margin-top: 16px;
    padding: 0;
    list-style-type: none
}

.image-text__benefits li {
    position: relative;
    margin-bottom: 15px
}

.image-text__benefits li:last-child {
    margin-bottom: 0
}

.image-text__benefits>p:last-child {
    margin-bottom: 0 !important;
}

.image-text__benefits li span {
    line-height: 24px
}

.image-text__benefits li:before {
    content: "";
    position: absolute;
    z-index: 2;
    top: 50%;
    left: -24px;
    width: 14px;
    height: 12px;
    margin-top: -5px;
    background-image:
        url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI2LjAuMiwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCAxMC43IDcuNiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMTAuNyA3LjY7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7ZmlsbDojNTVBMDY5O30KPC9zdHlsZT4KPGcgaWQ9Ik9uZVBhZ2VyIj4KCTxnIGlkPSJDdXN0b21lci1zZXJ2aWNlLWFyZWEiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xMDIuMDAwMDAwLCAtNDc2Ny4wMDAwMDApIj4KCQk8ZyBpZD0iVVNQIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxMDMuMDAwMDAwLCA0NzQ3LjAwMDAwMCkiPgoJCQk8cGF0aCBjbGFzcz0ic3QwIiBkPSJNMy4xLDI3LjZjLTAuMywwLTAuNS0wLjEtMC43LTAuM2wtMy4xLTMuMWMtMC40LTAuNC0wLjQtMSwwLTEuNGMwLjQtMC40LDEtMC40LDEuNCwwbDIuNCwyLjRMOCwyMC4zCgkJCQljMC40LTAuNCwxLTAuNCwxLjQsMHMwLjQsMSwwLDEuNGwtNS42LDUuNkMzLjYsMjcuNSwzLjQsMjcuNiwzLjEsMjcuNnoiLz4KCQk8L2c+Cgk8L2c+CjwvZz4KPC9zdmc+Cg==");
    background-repeat: no-repeat
}

@media (min-width:992px) {
    .image-text__columns {
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        justify-content: space-between
    }
}

@media (min-width:992px) {

    .image-text__columns-left,
    .image-text__columns-right {
        width: 45%
    }
}

.image-text--imagebelow {
    position: relative
}

.image-text-bottom {
    margin-top: 24px;
}

.image-text-bottom>img {
    border-radius: 25px;
}

@media (min-width:768px) {
    .image-text--imagebelow {
        padding-bottom: 50px
    }
}

.image-text--imagebelow:after {
    content: "";
    position: absolute;
    z-index: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100px;
    background-color: #fff
}

.image-text--imagebelow .image-text__inner .image-text__content {
    display: flex;
    flex-direction: column-reverse
}

.image-text--imagebelow .image-text__inner .image-text__content .image-text__image {
    position: relative;
    z-index: 4;
    float: none;
    width: 100%;
    margin: 0
}

.image-text--imagebelow .image-text__paragraph {
    margin-bottom: 30px
}

.image-text__paragraph p+p {
    margin-bottom: 10px;
}

.image-text__paragraph-bottom-desc p {
    margin-bottom: 0 !important;
}

.image-text__image.image-text__image2.image-text__image-flex {
    border-radius: 20px;
}

.prices {
    padding: 30px 15px;
    background-color: #f5f5f5
}

@media (min-width:768px) {
    .prices {
        padding: 50px 0;
        padding-bottom: 70px
    }
}

@media (min-width:768px) {
    .prices__inner {
        position: relative;
        width: 720px;
        max-height: 1500px;
        overflow: hidden;
        margin-right: auto;
        margin-left: auto;
        padding-right: 0;
        padding-left: 0;
        transition: max-height .6s cubic-bezier(.785, .135, .15, .86)
    }
}

@media (min-width:992px) {
    .prices__inner {
        width: 950px
    }
}

@media (min-width:1200px) {
    .prices__inner {
        width: 1140px
    }
}

@media (min-width:1400px) {
    .prices__inner {
        width: 1250px
    }
}

@media (min-width:768px) {
    .prices__inner:after {
        content: "";
        position: absolute;
        z-index: 3;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 200px;
        background: #f5f5f5;
        background: linear-gradient(0deg, #f5f5f5 35%, hsla(0, 0%, 96%, 0))
    }
}

.prices__text {
    margin-bottom: 40px
}

@media (min-width:1400px) {
    .prices__text p {
        width: 85%
    }
}

.prices__item {
    position: relative;
    margin-bottom: 30px;
    padding: 15px;
    background-color: #fff;
    border-radius: 3px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .1)
}

@media (min-width:480px) {
    .prices__item {
        padding: 30px
    }
}

@media (min-width:768px) {
    .prices__item {
        margin-bottom: 50px;
        padding: 20px
    }
}

@media (min-width:992px) {
    .prices__item {
        min-height: 523px
    }
}

@media (min-width:1200px) {
    .prices__item {
        min-height: 637px;
        padding: 40px 40px 50px
    }
}

@media (min-width:1400px) {
    .prices__item {
        min-height: 595px
    }
}

@media (min-width:768px) {
    .prices__item:after {
        content: "";
        position: absolute;
        top: 0;
        right: 255px;
        width: 1px;
        height: 100%;
        background-color: #f5f5f5
    }
}

@media (min-width:992px) {
    .prices__item:after {
        right: 350px
    }
}

@media (min-width:1200px) {
    .prices__item:after {
        right: 420px
    }
}

@media (min-width:768px) {
    .prices__item-intro {
        width: 60%
    }
}

@media (min-width:1400px) {
    .prices__item-intro {
        width: 65%
    }
}

.prices__item-intro h3 {
    margin: 0 0 10px
}

.prices__item-intro p {
    font-size: 15px;
    margin: 0 0 30px
}

@media (min-width:992px) {
    .prices__item-intro p {
        font-size: 16px
    }
}

@media (min-width:768px) {
    .prices__item-intro p {
        margin-bottom: 20px
    }
}

@media (min-width:992px) {
    .prices__item-intro p {
        margin-bottom: 0
    }
}

@media (min-width:1200px) {
    .prices__item-intro p {
        margin-bottom: 10px
    }
}

@media (min-width:1400px) {
    .prices__item-intro p {
        font-size: 18px
    }
}

.prices__item-image {
    margin-bottom: 10px
}

@media (min-width:768px) {
    .prices__item-image {
        position: absolute;
        top: 30px;
        right: 20px;
        width: 30%
    }
}

@media (min-width:992px) {
    .prices__item-image {
        right: 27px
    }
}

@media (min-width:1200px) {
    .prices__item-image {
        width: 33%;
        right: 11px
    }
}

@media (min-width:1400px) {
    .prices__item-image {
        width: 28%;
        right: 35px
    }
}

.prices__item-image img {
    display: block;
    width: 100%;
    max-width: 100%
}

@media (min-width:768px) {
    .prices__item-pricing {
        width: 58%
    }
}

@media (min-width:1400px) {
    .prices__item-pricing {
        width: 63%
    }
}

.prices__reveal {
    display: none;
    text-align: center
}

@media (min-width:768px) {
    .prices__reveal {
        display: block
    }
}

.prices__reveal label {
    position: relative;
    cursor: pointer
}

.prices__reveal label:before {
    content: "Zeige alle 5 Klassen";
    font-family: 'Montserrat', sans-serif;
}

.product__usps {
    margin: 0 0 20px;
    padding: 0;
    list-style-type: none
}

@media (min-width:480px) {
    .product__usps {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap
    }
}

@media (min-width:1200px) {
    .product__usps {
        margin-bottom: 30px
    }
}

.product__usps li {
    display: flex;
    flex-direction: row;
    align-items: center
}

@media (min-width:480px) {
    .product__usps li {
        margin-right: 10px
    }
}

@media (min-width:480px) {
    .product__usps li:last-child {
        margin-right: 0
    }
}

.product__usps li svg {
    width: 8px;
    height: 6px;
    margin-right: 6px;
    fill: #7070b3
}

.product__usps li span {
    font-size: 13px
}

.product__features {
    display: none
}

@media (min-width:768px) {
    .product__features {
        display: block;
        position: absolute;
        top: 245px;
        right: 20px;
        width: 30%
    }
}

@media (min-width:992px) {
    .product__features {
        top: 300px;
        right: 33px
    }
}

@media (min-width:1200px) {
    .product__features {
        top: 367px;
        right: 40px;
        width: 27.5%
    }
}

.product__feature {
    margin-bottom: 15px
}

@media (min-width:992px) {
    .product__feature {
        margin-bottom: 20px
    }
}

.product__feature-title {
    margin: 0 0 6px;
    font-size: 14px
}

@media (min-width:992px) {
    .product__feature-title {
        margin-bottom: 10px;
        font-size: 12px
    }
}

.product__feature-score {
    position: relative;
    background-color: #f5f5f5;
    border-radius: 2px
}

.product__feature-scoretotal {
    position: absolute;
    top: -22px;
    right: 0;
    font-size: 10px;
    color: #666
}

@media (min-width:992px) {
    .product__feature-scoretotal {
        top: -26px
    }
}

.product__price-header {
    display: inline-block;
    margin-top: 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 700;
    border-bottom: 4px solid #ffe52f
}

@media (min-width:480px) {
    .product__price-header {
        font-size: 22px
    }
}

@media (min-width:768px) {
    .product__price-header {
        margin-top: 10px
    }
}

@media (min-width:992px) {
    .product__price-header {
        margin-top: 25px;
        font-size: 25px
    }
}

@media (min-width:1200px) {
    .product__price-header {
        margin-bottom: 33px
    }
}

.product__grant {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    padding: 15px 0;
    border-bottom: 1px solid #f5f5f5
}

@media (min-width:992px) {
    .product__grant {
        display: flex;
        flex-direction: row;
        align-items: center
    }
}

.product__grant:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0
}

@media (min-width:992px) {
    .product__grant:last-child {
        padding-bottom: 5px
    }
}

.product__grant-text {
    margin: 0;
    font-size: 14px;
    line-height: 20px;
    padding-right: 15px
}

@media (min-width:992px) {
    .product__grant-text {
        font-size: 16px
    }
}

@media (min-width:1400px) {
    .product__grant-text {
        font-size: 18px
    }
}

.product__grant-price {
    flex-shrink: 0;
    padding-left: 0;
    text-align: right;
    width: 40%
}

@media (min-width:768px) {
    .product__grant-price {
        width: 30%;
        padding-left: 0
    }
}

@media (min-width:992px) {
    .product__grant-price {
        display: flex;
        flex-direction: row;
        flex-shrink: 0;
        align-items: center;
        justify-content: space-between;
        width: 30%
    }
}

@media (min-width:1200px) {
    .product__grant-price {
        width: 25%
    }
}

.product__grant-pricefrom {
    display: block;
    font-size: 12px
}

@media (min-width:992px) {
    .product__grant-pricefrom {
        font-size: 14px
    }
}

@media (min-width:1400px) {
    .product__grant-pricefrom {
        font-size: 18px
    }
}

.product__grant-amount {
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    line-height: 20px
}

@media (min-width:992px) {
    .product__grant-amount {
        width: 70%;
        font-size: 22px;
        line-height: 22px
    }
}

.feature__rating {
    display: block;
    height: 4px;
    background-color: #7070b3;
    border-radius: 2px
}

@media (min-width:768px) {
    #input-toggle__prices:checked~.site .prices__inner {
        max-height: 4000px
    }
}

@media (min-width:768px) {
    #input-toggle__prices:checked~.site .prices__inner:after {
        display: none
    }
}

#input-toggle__prices:checked~.site .prices__reveal label:before {
    content: "Weniger anzeigen"
}

.employees {
    position: relative;
    padding: 30px 15px 50px;
    background-color: #f5f5f5
}

@media (min-width:480px) {
    .employees {
        padding-top: 50px;
        padding-bottom: 70px
    }
}

@media (min-width:1200px) {
    .employees {
        padding-top: 70px;
        padding-bottom: 70px
    }
}

.employees__gfx {
    position: absolute;
    z-index: 0;
    top: -60px;
    right: 10px;
    width: 90px
}

@media (min-width:480px) {
    .employees__gfx {
        top: -120px;
        width: 170px
    }
}

@media (min-width:768px) {
    .employees__gfx {
        right: 30px
    }
}

@media (min-width:992px) {
    .employees__gfx {
        top: -140px;
        width: 200px
    }
}

@media (min-width:1400px) {
    .employees__gfx {
        top: -190px;
        right: 73px;
        width: 270px
    }
}

.employees__gfx img {
    max-width: 100%
}

@media (min-width:768px) {
    .employees__inner {
        width: 720px;
        margin-right: auto;
        margin-left: auto
    }
}

@media (min-width:992px) {
    .employees__inner {
        width: 950px
    }
}

@media (min-width:1200px) {
    .employees__inner {
        width: 1140px
    }
}

@media (min-width:1400px) {
    .employees__inner {
        width: 1250px
    }
}

.employees__list {
    margin: 0;
    padding: 20px 0 0;
    list-style-type: none
}

@media (min-width:480px) {
    .employees__list {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap
    }
}

@media (min-width:768px) {
    .employees__list {
        margin-right: -15px;
        margin-left: -15px
    }
}

.employee {
    width: 100%;
    margin-bottom: 15px;
    background-color: #fff;
    box-shadow: 0 3px 14px rgba(0, 0, 0, .07)
}

@media (min-width:480px) {
    .employee {
        width: calc(50% - 7.5px);
        margin-bottom: 0
    }
}

@media (min-width:768px) {
    .employee {
        width: calc(33.33% - 30px);
        margin-right: 15px;
        margin-left: 15px;
        margin-bottom: 30px
    }
}

.employee:last-child {
    margin-bottom: 0
}

.employee__image img {
    width: 100%;
    max-width: 100%
}

.employee__text {
    padding: 15px
}

@media (min-width:1200px) {
    .employee__text {
        padding: 20px 30px 30px
    }
}

.employee__text-name {
    margin: 0 0 15px;
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    line-height: 26px
}

@media (min-width:1200px) {
    .employee__text-name {
        font-size: 28px;
        line-height: 30px
    }
}

.employee__text-area,
.employee__text-title {
    font-size: 14px
}

.employee__text-title {
    margin: 0
}

.employee__text-area {
    margin: 0 0 15px
}

.employee__text-desc {
    font-size: 16px;
    margin: 0 0 15px
}

@media (min-width:1400px) {
    .employee__text-desc {
        font-size: 18px
    }
}

.employee__text-exp {
    margin: 0;
    font-size: 16px
}

@media (min-width:1400px) {
    .employee__text-exp {
        font-size: 18px
    }
}

.employee__form {
    position: relative;
    padding: 15px;
    background-color: #33333f
}

@media (min-width:480px) {
    .employee__form {
        flex-grow: 1;
        margin-top: 30px
    }
}

@media (min-width:768px) {
    .employee__form {
        flex-grow: 0;
        width: 470px;
        height: auto;
        margin-top: 0;
        margin-left: 15px;
        padding: 20px
    }
}

@media (min-width:992px) {
    .employee__form {
        width: 623px;
        padding: 40px
    }
}

@media (min-width:1200px) {
    .employee__form {
        width: 750px;
        padding: 50px
    }
}

@media (min-width:1400px) {
    .employee__form {
        width: 824px
    }
}

@media (min-width:768px) {
    .employee__form:after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 30px;
        background-color: #f5f5f5
    }
}

.employee__form-header {
    margin: 0 0 20px;
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    font-size: 20px;
    line-height: 20px
}

@media (min-width:480px) {
    .employee__form-header {
        font-size: 24px
    }
}

@media (min-width:992px) {
    .employee__form-header {
        margin-bottom: 25px
    }
}

@media (min-width:1200px) {
    .employee__form-header {
        font-size: 30px;
        line-height: 30px
    }
}

@media (min-width:1400px) {
    .employee__form-header {
        margin-bottom: 40px;
        font-size: 38px;
        line-height: 38px
    }
}

.employee__form #wpforms-349 {
    position: relative
}

.employee__form #wpforms-349.wpforms-container-full {
    margin-bottom: 0
}

.employee__form #wpforms-349 .wpforms-field-container .wpforms-field-label {
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400
}

.employee__form #wpforms-349 .wpforms-field-container .wpforms-field-label span {
    color: #80ad9d
}

@media (min-width:992px) {
    .employee__form #wpforms-349 .wpforms-field-container .wpforms-field {
        margin-bottom: 20px
    }
}

@media (min-width:1200px) {
    .employee__form #wpforms-349 .wpforms-field-container .wpforms-field {
        margin-bottom: 30px
    }
}

@media (min-width:768px) {

    .employee__form #wpforms-349 .wpforms-field-container input[type=text],
    .employee__form #wpforms-349 .wpforms-field-container textarea {
        height: 44px
    }
}

@media (min-width:992px) {

    .employee__form #wpforms-349 .wpforms-field-container input[type=text],
    .employee__form #wpforms-349 .wpforms-field-container textarea {
        height: 50px
    }
}

@media (min-width:1200px) {

    .employee__form #wpforms-349 .wpforms-field-container input[type=text],
    .employee__form #wpforms-349 .wpforms-field-container textarea {
        height: 55px
    }
}

@media (min-width:1400px) {

    .employee__form #wpforms-349 .wpforms-field-container input[type=text],
    .employee__form #wpforms-349 .wpforms-field-container textarea {
        height: 60px
    }
}

.employee__form #wpforms-349 .wpforms-field-container .wpforms-error {
    color: #80ad9d
}

@media (min-width:992px) {
    .employee__form #wpforms-349 .wpforms-field-container #wpforms-349-field_4-container {
        margin-top: 30px
    }
}

.employee__form #wpforms-349 .wpforms-field-container .wpforms-field-label-inline {
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px
}

.employee__form #wpforms-349 .wpforms-field-container .wpforms-field-label-inline a {
    color: #fff !important;
    text-decoration: underline
}

.employee__form #wpforms-349 .wpforms-field-container .choice-1 {
    display: flex;
    flex-direction: row;
    align-items: center
}

@media (min-width:768px) {
    .employee__form #wpforms-349 .wpforms-field-container .choice-1 {
        width: 70%
    }
}

@media (min-width:992px) {
    .employee__form #wpforms-349 .wpforms-field-container .choice-1 {
        width: 60%
    }
}

@media (min-width:1400px) {
    .employee__form #wpforms-349 .wpforms-field-container .choice-1 {
        width: 50%
    }
}

.employee__form #wpforms-349 .wpforms-field-container .choice-1 label {
    margin-bottom: 0
}

@media (min-width:992px) {
    .employee__form #wpforms-349 .wpforms-field-container .choice-1 input[type=checkbox] {
        width: 30px;
        height: 30px
    }
}

.employee__form #wpforms-349 .wpforms-field-container .choice-1 #wpforms-349-field_4_1 {
    margin: 0 10px 0 0;
    border: 0
}

@media (min-width:1200px) {
    .employee__form #wpforms-349 .wpforms-field-container .choice-1 #wpforms-349-field_4_1 {
        margin-right: 5px
    }
}

@media (min-width:992px) {
    .employee__form #wpforms-349 .wpforms-field-container #wpforms-349-field_4-container .wpforms-error {
        top: auto;
        bottom: -35px;
        left: 0;
        right: auto
    }
}

@media (min-width:992px) {
    .employee__form #wpforms-349 .wpforms-submit-container {
        position: absolute;
        bottom: -3px;
        right: 0;
        margin-top: 0 !important
    }
}

.form-block {
    padding-left: 15px;
    padding-right: 15px;
    background-color: #f9f9f9
}

@media (min-width:768px) {
    .form-block__inner {
        width: 720px;
        margin-right: auto;
        margin-left: auto
    }
}

@media (min-width:992px) {
    .form-block__inner {
        width: 950px
    }
}

@media (min-width:1200px) {
    .form-block__inner {
        width: 1140px
    }
}

@media (min-width:1400px) {
    .form-block__inner {
        width: 1168px
    }
}

.form-block__inner p {
    margin: 16px 0 24px;
}

.form-block__header-content {
    margin: 0 0 30px;
    font-size: 28px;
    line-height: 32px
}

@media (min-width:992px) {
    .form-block__header-content {
        margin-bottom: 40px;
        font-size: 36px;
        line-height: 42px
    }
}

@media (min-width:1200px) {
    .form-block__header-content {
        margin-bottom: 50px;
        font-size: 42px;
        line-height: 48px
    }
}

@media (min-width:768px) {
    .form-block__inner p {
        margin: 24px 0;
    }

    .form-block__form {
        display: flex;
        flex-direction: column
    }
}

@media (min-width:992px) {
    .form-block__form {
        flex-direction: row
    }
}

@media (min-width:768px) {
    .form-block__container {
        order: 2
    }
}

@media (min-width:992px) {
    .form-block__container {
        order: 1;
        margin: 0 auto;
        /* padding-right: 50px */
    }
}

@media (min-width:1200px) {
    /* .form-block__container {
padding-right: 70px
} */
}

.form-block__container {
    width: 100%;
}

.form-block__description {
    margin-bottom: 30px;
    padding: 15px;
    background-color: #33333f
}

@media (min-width:768px) {
    .form-block__description {
        order: 1;
        padding: 30px
    }
}

@media (min-width:992px) {
    .form-block__description {
        order: 2;
        flex-shrink: 0;
        width: 400px;
        height: 490px;
        margin-top: 34px;
        margin-bottom: 0
    }
}

@media (min-width:1200px) {
    .form-block__description {
        width: 500px
    }
}

.form-block__description h3,
.form-block__description p {
    margin: 0 0 30px;
    color: #fff
}

.form-block__description h3:last-child,
.form-block__description p:last-child {
    margin-bottom: 0
}

.form-block__description a {
    color: #fff
}

.form-block__bookingform form {
    width: 100%
}

@media (min-width:768px) {
    .form-block__bookingform form .wpforms-field-container {
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        flex-wrap: wrap;
        justify-content: space-between
    }
}

.form-block__bookingform form .wpforms-field-container .wpforms-field {
    width: 100%;
    overflow-x: visible !important;
    margin-bottom: 20px
}

.form-block__bookingform form .wpforms-field-container .wpforms-field label {
    color: #363636;
    text-align: left;
}

@media (min-width:992px) {
    .form-block__bookingform form .wpforms-field-container .wpforms-field label {
        display: block;
        margin-bottom: 10px
    }
}

.form-block__bookingform form .wpforms-field-container .wpforms-field input.wpforms-field-medium {
    display: block;
    border: 0;
    border-radius: 3px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, .09)
}

@media (min-width:992px) {

    .form-block__bookingform form .wpforms-field-container .wpforms-field input.wpforms-field-medium,
    .form-block__bookingform form .wpforms-field-container .wpforms-field select.wpforms-field-medium {
        height: 56px
    }
}

.form-block__bookingform form .wpforms-field-container .wpforms-field .choice-1 {
    display: flex;
    flex-direction: row;
    align-items: center
}

.form-block__bookingform form .wpforms-field-container .wpforms-field .choice-1 label {
    margin-bottom: 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px
}

@media (min-width:768px) {
    .form-block__bookingform form .wpforms-field-container .wpforms-field .choice-1 label {
        font-size: 16px
    }
}

@media (min-width:992px) {
    .form-block__bookingform form .wpforms-field-container .wpforms-field .choice-1 label {
        width: 70%
    }
}

@media (min-width:1200px) {
    .form-block__bookingform form .wpforms-field-container .wpforms-field .choice-1 label {
        width: 100%
    }
}

.form-block__bookingform form .wpforms-field-container .wpforms-field .choice-1 input {
    flex-shrink: 0
}

@media (min-width:768px) {
    .form-block__bookingform form .wpforms-submit-container #wpforms-submit-351 {
        height: 50px
    }
}


.footer__inner {
    padding-right: 15px;
    padding-left: 15px;
}

@media (min-width:768px) {
    .footer__inner {
        width: 100%;
        margin-right: auto;
        margin-left: auto;
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:992px) {
    .footer__inner {
        width: 950px
    }
}

@media (min-width:1200px) {
    .footer__inner {
        width: 1140px
    }
}

@media (min-width:1400px) {
    .footer__inner {
        width: 1168px
    }
}

.footer__columns {
	margin-bottom: 48px;
}

@media (min-width:768px) {
    .footer__columns {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between
    }
}

.footer__form ul,
.footer__info ul {
    margin: 0 0 24px;
    padding: 0;
    list-style-type: none
}

.footer__columns a {
	text-decoration: none;
}

.footer__service ul {
    margin: 0 0 16px;
    padding: 0;
    list-style-type: none
}

.footer__form ul li,
.footer__info ul li,
.footer__service ul li {
    margin-bottom: 8px
}

.footer__form ul li:last-child,
.footer__info ul li:last-child,
.footer__service ul li:last-child {
    margin-bottom: 0
}

@media (min-width:768px) {
    .footer__service {
        width: 50%;

    }
}

@media (min-width:992px) {
    .footer__service {
        width: 33%;
    }
}

.footer__end {
    padding-top: 30px;
    border-top: 1px solid #dedede
}

@media (min-width:480px) {
    .footer__end {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between
    }
}

@media (min-width:480px) {
    .footer__end-logo {
        width: 200px
    }
}

@media (min-width:1200px) {
    .footer__end-logo {
        width: 260px
    }
}

.footer__end-logo img {
    display: block;
    max-width: 100%
}

.footer__partners {
	display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 20px;
	width: max-content;
	gap: 32px;
}

@media (min-width:480px) {
    .footer__partners {
        width: 50%;
        padding-top: 0
    }
}

@media (min-width:768px) {
    .footer__partners {
        width: 50%
    }
}

@media (min-width:1200px) {
    .footer__partners {
        width: 50%
    }
}

/* .footer__partner {
    width: 25%
} */

@media (min-width:480px) {
    .footer__partner {
        margin-right: 20px
    }

    .footer__partner:last-child {
        margin-right: 0
    }
}

.footer__partner-logo a {
    display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 40px;
  padding: 10px;
  background-color: #fff;
  border: 1px solid #f5f5f5;
  text-decoration: none;
  border-radius: 3px;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .06);
  box-shadow: 0 2px 6px rgba(0, 0, 0, .06)
}

@media (min-width:1200px) {
    .footer__partner-logo a {
        height: 45px;
        padding: 3px
    }
}

.footer__partner-logo a img {
    display: block;
    max-width: 100%;
    max-height: 90%
}

.spacer--small {
    height: 30px
}

.spacer--default {
    height: 60px
}

.spacer--large {
    height: 80px
}

.spacer--huge {
    height: 120px
}

.breaking {
    position: absolute;
    top: 64px;
    z-index: 3;
    width: 100%
}

@media (min-width:992px) {
    .breaking {
        top: 84px
    }
}

@media (min-width:1200px) {
    .breaking {
        top: 150px
    }
}

.breaking__inner {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: calc(100% - 20px);
    height: 40px;
    margin-right: auto;
    margin-left: auto;
    padding: 0 10px;
    border-radius: 3px;
    box-shadow: 5px 5px 20px rgba(0, 0, 0, .4);
    background-color: #f4c93d
}

@media (min-width:992px) {
    .breaking__inner {
        width: calc(100% - 40px);
        height: 60px;
        padding: 0 12px 0 20px
    }
}

@media (min-width:1200px) {
    .breaking__inner {
        width: 1100px
    }
}

.breaking__text p {
    margin: 0;
    font-size: 13px;
    line-height: 13px
}

@media (min-width:992px) {
    .breaking__text p {
        font-size: 16px;
        line-height: 16px
    }
}

.breaking__button {
    display: block;
    margin: 0;
    font-size: 13px;
    text-decoration: none;
    background-color: #333;
    color: #fff;
    padding: 3px 5px;
    border-radius: 3px
}

.breaking__button:hover {
    background-color: #555;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, .3)
}

@media (min-width:992px) {
    .breaking__button {
        padding: 6px 10px;
        font-size: 16px
    }
}

.text__inner {
    padding: 0 15px
}

@media (min-width:768px) {
    .text__inner {
        width: 720px;
        margin-right: auto;
        margin-left: auto;
        padding: 0
    }
}

@media (min-width:992px) {
    .text__inner {
        width: 950px
    }
}

@media (min-width:1200px) {
    .text__inner {
        width: 1168px
    }
}

@media (min-width:1400px) {
    .text__inner {
        width: 1168px
    }
}

.text__inner img {
    display: block;
    width: 100%;
}

.text p {
    margin: 0 0 10px
}

.text p:last-child {
    margin-bottom: 0
}

.text ol,
.text ul {
    margin-bottom: 30px;
    list-style-type: none;
    padding-left: 27px
}

.text ol li,
.text ul li {
    position: relative;
    margin-bottom: 15px;
    line-height: 22px
}

.text ol li:last-child,
.text ul li:last-child {
    margin-bottom: 0
}

.text ol li:before,
.text ul li:before {
    content: "";
    position: absolute;
    z-index: 2;
    top: 50%;
    left: -24px;
    width: 14px;
    height: 12px;
    margin-top: -5px;
    background-image:
        url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI2LjAuMiwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCAxMC43IDcuNiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMTAuNyA3LjY7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7ZmlsbDojNTVBMDY5O30KPC9zdHlsZT4KPGcgaWQ9Ik9uZVBhZ2VyIj4KCTxnIGlkPSJDdXN0b21lci1zZXJ2aWNlLWFyZWEiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xMDIuMDAwMDAwLCAtNDc2Ny4wMDAwMDApIj4KCQk8ZyBpZD0iVVNQIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxMDMuMDAwMDAwLCA0NzQ3LjAwMDAwMCkiPgoJCQk8cGF0aCBjbGFzcz0ic3QwIiBkPSJNMy4xLDI3LjZjLTAuMywwLTAuNS0wLjEtMC43LTAuM2wtMy4xLTMuMWMtMC40LTAuNC0wLjQtMSwwLTEuNGMwLjQtMC40LDEtMC40LDEuNCwwbDIuNCwyLjRMOCwyMC4zCgkJCQljMC40LTAuNCwxLTAuNCwxLjQsMHMwLjQsMSwwLDEuNGwtNS42LDUuNkMzLjYsMjcuNSwzLjQsMjcuNiwzLjEsMjcuNnoiLz4KCQk8L2c+Cgk8L2c+CjwvZz4KPC9zdmc+Cg==");
    background-repeat: no-repeat
}

.text__buttons {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 30px
}

@media (min-width:768px) {
    .text__buttons {
        flex-direction: row;
        justify-content: center
    }
}

.text__button {
    margin-bottom: 15px
}

@media (min-width:768px) {
    .text__button {
        margin-right: 15px;
        margin-bottom: 0
    }
}

.text__button:last-child {
    margin-bottom: 0
}

@media (min-width:768px) {
    .text__button:last-child {
        margin-right: 0
    }
}

.text .wp-video .mejs-overlay-button {
    display: none
}

.text__inner--centered {
    text-align: center
}

.text__inner--bg {
    padding: 24px;
    border-radius: 20px;
}

.text__inner--centered p {
    margin-right: auto !important;
    margin-left: auto !important
}

.text__inner--centered img {
    display: block;
    box-shadow: none
}

.videolist {
    padding: 50px 0 0
}

@media (min-width:768px) {
    .videolist {
        padding-top: 70px
    }

    .text__inner--bg {
        padding: 48px;
    }

}

@media (min-width:992px) {
    .videolist {
        padding-top: 80px
    }
}

.videolist__inner {
    padding-right: 15px;
    padding-left: 15px
}

@media (min-width:768px) {
    .videolist__inner {
        padding-right: 0;
        padding-left: 0;
        width: 720px;
        margin: 0 auto
    }
}

@media (min-width:992px) {
    .videolist__inner {
        width: 950px
    }
}

@media (min-width:1200px) {
    .videolist__inner {
        width: 1140px
    }
}

@media (min-width:1400px) {
    .videolist__inner {
        width: 1250px
    }
}

.videolist__intro {
    margin-bottom: 30px
}

@media (min-width:480px) {
    .videolist__intro {
        margin-bottom: 40px
    }
}

@media (min-width:768px) {
    .videolist__intro {
        margin-bottom: 60px
    }
}

.video {
    width: 100%;
    margin-bottom: 40px
}

@media (min-width:600px) {
    .video {
        width: 47%
    }
}

@media (min-width:768px) {
    .video {
        width: 47%
    }
}

@media (min-width:992px) {
    .video {
        margin-bottom: 60px
    }
}

@media (min-width:1200px) {
    .video {
        width: 48%
    }
}

@media (min-width:600px) {
    .video__wrapper {
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        justify-content: space-between;
        flex-wrap: wrap
    }
}

.video__id {
    position: relative;
    top: 0;
    margin-bottom: 20px;
    border: 15px solid #fff;
    border-bottom: 8px solid #fff;
    box-shadow: 0 10px 40px rgba(0, 0, 0, .1);
    border-radius: 5px;
    transition: all .3s cubic-bezier(.68, -.55, .265, 1.55)
}

.video__id:hover {
    top: -15px;
    box-shadow: 10px 30px 80px rgba(0, 0, 0, .1)
}

.video__header {
    margin: 0 0 8px;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px
}

@media (min-width:992px) {
    .video__header {
        font-size: 26px;
        line-height: 30px
    }
}

@media (min-width:1200px) {
    .video__description {
        margin-bottom: 30px
    }
}

.video__description p,
.video__description table,
.video__description ul {
    margin: 0 0 20px
}

.video__description p,
.video__description td {
    line-height: 29px
}

@media (min-width:1400px) {

    .video__description p,
    .video__description td {
        font-size: 18px
    }
}

.video iframe {
    height: 250px
}

@media (min-width:480px) {
    .video iframe {
        height: 350px
    }
}

@media (min-width:768px) {
    .video iframe {
        height: 280px
    }
}

@media (min-width:992px) {
    .video iframe {
        height: 350px
    }
}

@media (min-width:1200px) {
    .video iframe {
        height: 400px
    }
}

.reviews {
    padding: 40px 0;
    background-color: #f8f8f8
}

@media (min-width:768px) {
    .reviews__inner {
        width: 720px;
        margin-right: auto;
        margin-left: auto
    }
}

@media (min-width:992px) {
    .reviews__inner {
        width: 950px
    }
}

@media (min-width:1200px) {
    .reviews__inner {
        width: 1140px
    }
}

.reviews__header,
.reviews__intro-desc {
    text-align: center
}

@media (min-width:768px) {
    .reviews__intro-desc {
        width: 70%;
        margin-right: auto;
        margin-left: auto
    }
}

.reviews__intro-desc p {
    margin: 0 0 30px
}

.review {
    padding: 10px
}

@media (min-width:768px) {
    .review {
        padding: 10px 4px
    }
}

.review__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
    padding: 40px 15px 0;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 0 4px rgba(0, 0, 0, .05)
}

@media (min-width:768px) {
    .review__inner {
        padding-top: 20px
    }
}

@media (min-width:992px) {
    .review__inner {
        padding-top: 40px;
        padding-right: 20px;
        padding-left: 20px
    }
}

.review__rating {
    display: flex;
    flex-direction: row;
    margin-bottom: 30px
}

.review__rating-symbol {
    display: block;
    width: 32px;
    height: 32px;
    margin-right: 3px;
    padding-top: 5px;
    background-color: #80ad9d;
    border-radius: 2px
}

.review__rating-symbol:last-child {
    margin-right: 0
}

.review__rating-symbol svg {
    display: block;
    width: 20px;
    height: 20px;
    margin-right: auto;
    margin-left: auto;
    fill: #fff
}

.review__rating-symbol--neutral {
    background: #f5f5f5
}

.review__author,
.review__statement {
    width: 100%;
    white-space: normal
}

.review__author p,
.review__statement p {
    margin: 0 0 30px;
    line-height: 20px;
    text-align: center
}

.review__author {
    margin-top: auto
}

.client-statements {
    padding: 40px 15px;
    overflow-x: hidden
}

@media (min-width:640px) {
    .client-statements {
        overflow: visible
    }
}

@media (min-width:992px) {
    .client-statements {
        padding-top: 70px;
        padding-bottom: 70px
    }
}

@media (min-width:1200px) {
    .client-statements {
        padding-top: 100px
    }
}

.client-statements__inner {
    position: relative
}

@media (min-width:768px) {
    .client-statements__inner {
        width: 720px;
        margin-right: auto;
        margin-left: auto
    }
}

@media (min-width:992px) {
    .client-statements__inner {
        width: 950px
    }
}

@media (min-width:1200px) {
    .client-statements__inner {
        width: 1140px
    }
}

@media (min-width:1400px) {
    .client-statements__inner {
        width: 1250px
    }
}

.client-statements__inner:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    width: 500px;
    height: 500px;
    margin-left: -250px;
    margin-top: -250px;
    border-radius: 500px;
    background-color: #fafafa
}

@media (min-width:480px) {
    .client-statements__inner:before {
        width: 650px;
        height: 650px;
        margin-top: -325px;
        margin-left: -325px;
        border-radius: 650px
    }
}

@media (min-width:992px) {
    .client-statements__inner:before {
        width: 800px;
        height: 800px;
        margin-top: -400px;
        margin-left: -400px;
        border-radius: 800px
    }
}

.client-statements__header {
    position: relative;
    z-index: 1;
    text-align: center;
    color: #444445;
    font-size: 26px
}

@media (min-width:768px) {
    .client-statements__header {
        font-weight: 700;
        font-size: 36px;
        line-height: 54px;
    }

    .client-statements__header>p {
        margin-top: 48px;
    }
}

.client-statements__intro {
    position: relative;
    z-index: 1
}

.client-statements__intro-desc {
    text-align: center
}

@media (min-width:768px) {
    .client-statements__intro-desc {
        width: 70%;
        margin-right: auto;
        margin-left: auto
    }
}

.client-statements__intro-desc p {
    margin: 0 0 30px;
    color: #363636
}

.client-statement {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: #fff;
    box-shadow: 2px 2px 20px rgba(0, 0, 0, .1);
    border-radius: 10px
}

@media (min-width:480px) {
    .client-statement {
        height: auto !important;
        align-items: flex-start
    }
}

.client-statement__image {
    position: relative;
    height: 180px;
    overflow: hidden;
    margin-bottom: 30px;
    border-radius: 10px
}

@media (min-width:480px) {
    .client-statement__image {
        height: 300px;
        width: 100%
    }
}

@media (min-width:640px) {
    .client-statement__image {
        height: 200px
    }
}

@media (min-width:768px) {
    .client-statement__image {
        height: 150px
    }
}

@media (min-width:992px) {
    .client-statement__image {
        height: 200px
    }
}

@media (min-width:1200px) {
    .client-statement__image {
        height: 245px
    }
}

.client-statement__image img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    margin: auto
}

.client-statement__rating {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-bottom: 20px
}

.client-statement__rating .review__rating {
    margin-bottom: 0;
    border-radius: 4px
}

.client-statement__text {
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    width: 100%;
    white-space: normal
}

@media (min-width:480px) {
    .client-statement__text {
        flex-grow: 1;
        margin-top: auto
    }
}

.client-statement__text-header,
.client-statement__text-statement {
    width: 100%;
    white-space: normal;
    text-align: center
}

.client-statement__text-header {
    margin: 0 0 20px;
    font-size: 20px;
    line-height: 28px;
    color: #363636
}

@media (min-width:640px) {
    .client-statement__text-header {
        height: 56px
    }
}

@media (min-width:992px) {
    .client-statement__text-header {
        width: 70%;
        margin-right: auto;
        margin-left: auto
    }
}

.client-statement__text-statement {
    font-size: 14px;
    color: #363636
}

@media (min-width:768px) {
    .client-statement__text-statement {
        padding-right: 10px;
        padding-left: 10px
    }
}

@media (min-width:992px) {
    .client-statement__text-statement {
        font-size: 16px
    }
}

@media (min-width:1400px) {
    .client-statement__text-statement {
        font-size: 18px
    }
}

.client-statement__text-statement p {
    width: 100%;
    white-space: normal
}

.logobar__inner {
    padding-right: 15px;
    padding-left: 15px
}

@media (min-width:768px) {
    .logobar__inner {
        width: 720px;
        margin-right: auto;
        margin-left: auto;
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:992px) {
    .logobar__inner {
        width: 950px
    }
}

@media (min-width:1200px) {
    .logobar__inner {
        width: 1140px
    }
}

@media (min-width:1400px) {
    .logobar__inner {
        width: 1168px
    }
}

.logobar__list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style-type: none;
    justify-content: center;
    gap: 30px;
    margin-top: 24px;
}

.logobar__list-item {
    background-color: #fff;
    border-radius: 10px;
}

@media (min-width:768px) {
    .logobar__list-item {
        width: 100%;
        max-width: 210px;
    }

    .logobar__list {
        margin-top: 48px;
    }
}

.logobar__item {
    position: relative;
    display: flex;
    justify-content: center;
    height: 116px
}

.logobar__item img {
    -ms-grid-row-align: center;
    align-self: center;
    max-width: 180px;
    width: 100%;
    height: auto;
    max-height: 85px;
    padding: 0 10px;
}

@media (min-width:992px) {
    .faq-block {
        overflow-x: hidden;
        background-color: #fff
    }
}

@media (min-width:1500px) {
    .faq-block {
        overflow-x: visible
    }
}

.faq-block__inner {
    flex-direction: column;
    justify-content: space-between;
}

@media (min-width:768px) {
    .faq-block__inner {
        position: relative;
        display: flex;
        width: 720px;
        margin-right: auto;
        margin-left: auto;
    }
}

@media (min-width:992px) {
    .faq-block__inner {
        width: 950px;
        flex-direction: row;
    }
}

@media (min-width:1200px) {
    .faq-block__inner {
        width: 1140px;
    }
}

@media (min-width:1400px) {
    .faq-block__inner {
        width: 1168px
    }
}

.faq-block__text {
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
    padding-left: 0;
}

@media (min-width:768px) {
    .faq-block__text {
        flex-shrink: 0;
        margin-bottom: 0;
        margin-right: 40px
    }
}

@media (min-width:992px) {
    .faq-block__text {
        max-width: 570px;
        width: 100%;
        margin-right: 40px
    }
}

.faq-block__text p,
.faq-block__text-header {
    margin: 0 0 30px;
    color: #363636
}

.faq-block__text p:last-child {
    margin-bottom: 0
}

.faq-block__items {
    position: relative;
    z-index: 1
}

@media (min-width:768px) {
    .faq-block__items {
        padding-top: 10px;
        width: 50%
    }
}

@media (min-width:992px) {
    .faq-block__items {
        width: 40%
    }
}

.faq-block__item {
    /* margin-bottom: 10px; */
    background-color: #fff;
    border-radius: 3px;
    border-top: 1px solid #d7d7d7
}

.faq-block__item:last-child {
    margin-bottom: 0
}

.faq-block__item-row {
    flex-direction: row;
    flex-wrap: wrap;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent
}

.faq-block__item-icon,
.faq-block__item-row {
    position: relative;
    display: flex;
    align-items: center
}

.faq-block__item-icon {
    justify-content: center;
    width: 16px;
    height: 56px;
    text-align: center
}

.faq-block__item-icon svg {
    width: 18px;
    height: 18px;
    margin-right: 1px;
    transition: all .3s cubic-bezier(.77, 0, .175, 1);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    fill: #80ad9d
}

.faq-block__item-question {
    width: calc(100% - 50px);
    flex-shrink: 0;
    padding-left: 15px;
    font-family: 'Montserrat', sans-serif;
    color: #444445
}

.faq-block__item-answer {
    width: 100%;
    max-height: 0;
    overflow: hidden;
    transition: all .3s ease-out;
    padding-right: 15px;
    padding-left: 15px
}

.faq-block__item-answer p {
    margin: 0 0 20px;
    color: #363636
}

.faq-block__item-answer p:last-child {
    margin-bottom: 0
}

.faq-block__item-answer p a {
    color: #363636
}

.faq-block__item-trigger:checked~.faq-block__item-row .faq-block__item-icon svg {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
}

.faq-block__item-icon:before {
    display: block;
    content: ' ';
    background-image: url('/wp-content/uploads/2022/07/plus.svg');
    background-size: 16px 16px;
    height: 16px;
    width: 16px;
}

.faq-block__item-trigger:checked~.faq-block__item-row .faq-block__item-icon:before {
    background-image: url('/wp-content/uploads/2022/07/minus.svg');
}

.faq-block__item-trigger:checked~.faq-block__item-row .faq-block__item-answer {
    border-bottom: 1px solid #d7d7d7;
    padding-top: 20px;
    padding-bottom: 30px;
    max-height: 800px;
    color: #000;
}

.usp-bar {
    padding: 30px 15px;
    background-color: #33333f
}

@media (min-width:480px) {
    .usp-bar__inner {
        display: flex;
        flex-direction: row
    }
}

@media (min-width:992px) {
    .usp-bar__inner {
        width: 950px;
        margin: 0 auto
    }
}

@media (min-width:1200px) {
    .usp-bar__inner {
        width: 1140px
    }
}

.usp-bar__item {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    margin-bottom: 30px
}

.usp-bar__item:last-child {
    margin-bottom: 0
}

@media (min-width:480px) {
    .usp-bar__item {
        flex-direction: column;
        align-items: center;
        width: 33.3%;
        flex-shrink: 0;
        margin-bottom: 0
    }
}

.usp-bar__icon {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    fill: #fff
}

@media (min-width:480px) {
    .usp-bar__icon {
        margin-bottom: 15px
    }
}

.usp-bar__text {
    margin-left: 10px
}

.usp-bar__text-header {
    font-size: 17px;
    line-height: 21px;
    margin: 0 0 4px;
    text-transform: uppercase;
    color: #fff
}

@media (min-width:480px) {
    .usp-bar__text-header {
        margin-bottom: 10px;
        text-align: center
    }
}

@media (min-width:480px) and (max-width:479px) {
    .usp-bar__text-header {
        height: 42px
    }
}

@media (min-width:1200px) {
    .usp-bar__text-header {
        font-size: 19px
    }
}

.usp-bar__text-description {
    margin: 0;
    font-size: 13px;
    color: #fff
}

@media (min-width:480px) {
    .usp-bar__text-description {
        text-align: center
    }
}

@media (min-width:768px) {
    .usp-bar__text-description {
        font-size: 14px
    }
}

@media (min-width:1200px) {
    .usp-bar__text-description {
        font-size: 16px
    }
}

.usp-bar--image {
    position: relative;
    padding: 30px 15px;
    background-color: #fff
}

@media (min-width:768px) {
    .usp-bar--image {
        display: flex;
        flex-direction: row;
        align-items: center;
        width: 750px;
        margin: 0 auto;
        padding: 40px 15px
    }
}

@media (min-width:992px) {
    .usp-bar--image {
        width: 950px;
        padding: 40px 0
    }
}

@media (min-width:1200px) {
    .usp-bar--image {
        width: 1000px
    }
}

.usp-bar--image .usp-bar__header {
    color: #363636
}

@media (min-width:600px) {
    .usp-bar--image .usp-bar__header {
        text-align: center
    }
}

@media (min-width:768px) {
    .usp-bar--image .usp-bar__header {
        text-align: left
    }
}

@media (min-width:992px) {
    .usp-bar--image .usp-bar__header {
        margin-bottom: 40px
    }
}

.usp-bar--image .usp-bar__image {
    position: relative;
    z-index: 2;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 35px 40px rgba(0, 0, 0, .3)
}

@media (min-width:768px) {
    .usp-bar--image .usp-bar__image {
        flex-shrink: 0;
        width: 350px;
        height: 345px
    }
}

@media (min-width:992px) {
    .usp-bar--image .usp-bar__image {
        width: 500px;
        height: 400px
    }
}

.usp-bar--image .usp-bar__image img {
    display: block;
    width: 101%;
    max-width: 101%;
    height: auto
}

@media (min-width:992px) {
    .usp-bar--image .usp-bar__image img {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 120%;
        max-width: none;
        margin: auto
    }
}

.usp-bar--image .usp-bar__inner {
    position: relative;
    z-index: 1;
    margin-top: -40px;
    padding: 50px 20px 30px;
    border-radius: 10px;
    background-color: #cfe4d9
}

@media (min-width:480px) {
    .usp-bar--image .usp-bar__inner {
        flex-direction: column;
        margin-top: -20px;
        padding: 40px 30px 30px
    }
}

@media (min-width:768px) {
    .usp-bar--image .usp-bar__inner {
        left: 0;
        align-items: flex-start;
        margin-left: -20px;
        margin-top: 0;
        padding: 30px 30px 40px 50px
    }
}

@media (min-width:992px) {
    .usp-bar--image .usp-bar__inner {
        padding: 50px 50px 50px 70px
    }
}

.usp-bar--image .usp-bar__rows {
    width: 100%
}

@media (min-width:600px) {
    .usp-bar--image .usp-bar__rows {
        display: flex;
        flex-direction: row
    }
}

@media (min-width:768px) {
    .usp-bar--image .usp-bar__rows {
        flex-direction: column
    }
}

@media (min-width:480px) {
    .usp-bar--image .usp-bar__item {
        flex-direction: row;
        align-items: flex-start;
        width: 100%;
        margin-bottom: 20px
    }
}

@media (min-width:600px) {
    .usp-bar--image .usp-bar__item {
        flex-direction: column;
        align-items: center;
        width: 32%
    }
}

@media (min-width:768px) {
    .usp-bar--image .usp-bar__item {
        flex-direction: row;
        align-items: flex-start;
        width: 100%
    }
}

.usp-bar--image .usp-bar__icon {
    width: 30px;
    height: 30px;
    fill: #363636
}

@media (min-width:480px) {
    .usp-bar--image .usp-bar__icon {
        width: 40px;
        height: 40px
    }
}

.usp-bar--image .usp-bar__text-header {
    margin-bottom: 0;
    text-align: left;
    color: #363636
}

@media (min-width:600px) {
    .usp-bar--image .usp-bar__text-header {
        margin-bottom: 10px;
        text-align: center
    }
}

@media (min-width:768px) {
    .usp-bar--image .usp-bar__text-header {
        margin-bottom: 0;
        text-align: left
    }
}

.usp-bar--image .usp-bar__text-description {
    text-align: left;
    color: #363636
}

@media (min-width:600px) {
    .usp-bar--image .usp-bar__text-description {
        text-align: center
    }
}

@media (min-width:768px) {
    .usp-bar--image .usp-bar__text-description {
        text-align: left
    }
}

.usp-bar--image .usp-bar__button {
    display: inline-block;
    width: auto;
    margin-top: 40px
}

@media (max-width:480px) {
    .usp-bar--image .usp-bar__button {
        width: 100%
    }
}

@media (min-width:480px) {
    .usp-bar--image .usp-bar__button {
        margin-top: 20px
    }
}

.iconboxes {
    padding: 70px 15px 40px
}

@media (min-width:768px) {
    .iconboxes {
        padding-right: 0;
        padding-left: 0
    }
}

.iconboxes__inner {
    position: relative
}

@media (min-width:480px) {
    .iconboxes__inner {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        flex-wrap: wrap
    }
}

@media (min-width:768px) {
    .iconboxes__inner {
        width: 720px;
        margin-right: auto;
        margin-left: auto
    }
}

@media (min-width:992px) {
    .iconboxes__inner {
        width: 950px
    }
}

@media (min-width:1200px) {
    .iconboxes__inner {
        width: 1140px
    }
}

.iconbox {
    position: relative;
    top: 0;
    margin-bottom: 30px;
    padding: 30px 15px;
    border-radius: 10px;
    background: #fff;
    box-shadow: inset 0 2px 0 #33333f, 2px 2px 20px rgba(0, 0, 0, .1);
    transition: all .3s cubic-bezier(.68, -.55, .265, 1.55)
}

@media (min-width:480px) {
    .iconbox {
        width: 48%
    }
}

@media (min-width:768px) {
    .iconbox {
        width: 31%
    }
}

@media (min-width:1200px) {
    .iconbox {
        padding: 40px 20px
    }
}

.iconbox:hover {
    top: -10px;
    box-shadow: inset 0 2px 0 #33333f, 10px 30px 80px rgba(0, 0, 0, .1)
}

.iconbox__link {
    display: flex;
    flex-direction: column;
    align-items: center
}

.iconbox__link,
.iconbox__link:hover {
    text-decoration: none
}

.iconbox__icon {
    width: 50px;
    height: 35px;
    margin-bottom: 15px
}

@media (min-width:768px) {
    .iconbox__icon {
        height: 45px
    }
}

@media (min-width:1200px) {
    .iconbox__icon {
        height: 50px
    }
}

.iconbox__description,
.iconbox__header {
    text-align: center
}

.iconbox__header {
    margin: 0 0 20px;
    font-size: 22px;
    font-family: 'Montserrat', sans-serif;
    color: #33333f;
    line-height: 26px
}

@media (min-width:1200px) {
    .iconbox__header {
        font-size: 26px;
        line-height: 30px
    }
}

.iconbox__description {
    margin: 0
}

.formtext {
    padding-top: 48px;
    padding-bottom: 48px
}

@media (min-width:992px) {
    .formtext {
        padding-top: 48px;
        padding-bottom: 64px
    }
}

.formtext__inner {
    padding-right: 15px;
    padding-left: 15px;
    display: flex;
    flex-direction: column
}

@media (min-width:768px) {
    .formtext__inner {
        padding: 0;
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        margin: 0 auto;
        flex-direction: row;
    }
}

@media (min-width:992px) {
    .formtext__inner {
        width: 950px
    }
}

@media (min-width:1200px) {
    .formtext__inner {
        width: 1168px
    }
}


.formtext__content-note {
    display: block;
    padding-top: 10px;
    font-size: 12px;
    line-height: 18px;
    color: #666
}

@media (min-width:992px) {
    .formtext__content-note {
        margin-bottom: 0;
        padding-top: 20px;
        font-size: 14px
    }
}

@media screen and (max-width:768px) {
    .formtext__content>h2>br {
        display: none;
    }
}

.formtext__content-note a {
    color: #666
}

.formtext__content ul {
    padding: 10px 0 10px 35px;
    margin: 0;
    list-style-type: none
}

.formtext__content ul li {
    position: relative
}

.formtext__content ul li:before {
    content: "";
    position: absolute;
    z-index: 2;
    top: 8px;
    left: -24px;
    width: 14px;
    height: 12px;
    background-image:
        url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI2LjAuMiwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCAxMC43IDcuNiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMTAuNyA3LjY7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7ZmlsbDojNTVBMDY5O30KPC9zdHlsZT4KPGcgaWQ9Ik9uZVBhZ2VyIj4KCTxnIGlkPSJDdXN0b21lci1zZXJ2aWNlLWFyZWEiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xMDIuMDAwMDAwLCAtNDc2Ny4wMDAwMDApIj4KCQk8ZyBpZD0iVVNQIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxMDMuMDAwMDAwLCA0NzQ3LjAwMDAwMCkiPgoJCQk8cGF0aCBjbGFzcz0ic3QwIiBkPSJNMy4xLDI3LjZjLTAuMywwLTAuNS0wLjEtMC43LTAuM2wtMy4xLTMuMWMtMC40LTAuNC0wLjQtMSwwLTEuNGMwLjQtMC40LDEtMC40LDEuNCwwbDIuNCwyLjRMOCwyMC4zCgkJCQljMC40LTAuNCwxLTAuNCwxLjQsMHMwLjQsMSwwLDEuNGwtNS42LDUuNkMzLjYsMjcuNSwzLjQsMjcuNiwzLjEsMjcuNnoiLz4KCQk8L2c+Cgk8L2c+CjwvZz4KPC9zdmc+Cg==");
    background-repeat: no-repeat
}

.formtext__form {
    margin-top: 16px;
    padding: 24px 16px;
    background-color: #EBF3FF;
    border: 1px solid #E8E9E9;
    border-radius: 24px;
}

@media (min-width:768px) {
    .formtext__form {
        padding: 48px;
        margin-top: 0;
        width: 100%;
        margin-bottom: 0
    }
}

/* FORM wpforms-form-1120*/

div.wpforms-container-full .wpforms-form input[type=date],
div.wpforms-container-full .wpforms-form input[type=datetime],
div.wpforms-container-full .wpforms-form input[type=datetime-local],
div.wpforms-container-full .wpforms-form input[type=email],
div.wpforms-container-full .wpforms-form input[type=month],
div.wpforms-container-full .wpforms-form input[type=number],
div.wpforms-container-full .wpforms-form input[type=password],
div.wpforms-container-full .wpforms-form input[type=range],
div.wpforms-container-full .wpforms-form input[type=search],
div.wpforms-container-full .wpforms-form input[type=tel],
div.wpforms-container-full .wpforms-form input[type=text],
div.wpforms-container-full .wpforms-form input[type=time],
div.wpforms-container-full .wpforms-form input[type=url],
div.wpforms-container-full .wpforms-form input[type=week],
div.wpforms-container-full .wpforms-form select,
div.wpforms-container-full .wpforms-form textarea {
    border: none !important;
}

div#wpforms-1120-field_1 {
    text-align: left;
    font-weight: 600;
    font-size: 20px;
    line-height: 32px;
}

#wpforms-form-1120 input.wpforms-field-small,
#wpforms-form-1120 select.wpforms-field-small,
#wpforms-form-1120>.wpforms-field-container>div.wpforms-container-full .wpforms-form .wpforms-field-row.wpforms-field-small,
#wpforms-form-1120 input.wpforms-field-medium,
#wpforms-form-1120 textarea.wpforms-field-medium {
    max-width: 100% !important;
    border-bottom: 1px solid #E8E9E9 !important;
    border-radius: 8px 8px 0 0;
    height: 56px;
}

#wpforms-form-1120 textarea.wpforms-field-medium {
    height: 88px;
    resize: none;
}

#wpforms-1120-field_1-container {
    padding: 0;
    margin-bottom: 6px;
}

#wpforms-1120-field_7>li,
#wpforms-form-1120 label.wpforms-error,
#wpforms-form-1120 .wpforms-submit-container {
    text-align: initial;
}

#wpforms-1120 {
    margin-bottom: 0 !important;
}

#wpforms-form-1120 label.wpforms-error {
    padding-top: 5px;
}

#wpforms-submit-1120 {
    background: #2E6DCC;
    border-radius: 50px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 16px 32px;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    color: #FFFFFF;
}


.formtext__form .wpforms-container-full.form--tryout,
.formtext__form .wpforms-container.form--tryout {
    background-color: transparent !important;
    padding: 0 !important
}

@media (min-width:768px) {

    .formtext__form .wpforms-container-full.form--tryout,
    .formtext__form .wpforms-container.form--tryout {
        padding: 0 !important;
        margin-right: 0 !important;
        margin-left: 0 !important;
        margin-bottom: 0 !important
    }

    div#wpforms-1120-field_1 {
        font-size: 24px;
        line-height: 32px;
    }
}

@media (min-width:992px) {

    .formtext__form .wpforms-container-full.form--tryout,
    .formtext__form .wpforms-container.form--tryout {
        padding: 0 !important
    }
}

@media (min-width:1200px) {

    .formtext__form .wpforms-container-full.form--tryout,
    .formtext__form .wpforms-container.form--tryout {
        padding: 0 !important
    }
}

@media (min-width:1400px) {

    .formtext__form .wpforms-container-full.form--tryout,
    .formtext__form .wpforms-container.form--tryout {
        padding: 0 !important
    }
}

.formtext__form .wpforms-container-full.form--tryout .wpforms-field .wpforms-field-label,
.formtext__form .wpforms-container.form--tryout .wpforms-field .wpforms-field-label {
    font-size: 18px !important
}

@media (min-width:1200px) {

    .formtext__form .wpforms-container-full.form--tryout .wpforms-field input,
    .formtext__form .wpforms-container-full.form--tryout .wpforms-field select,
    .formtext__form .wpforms-container.form--tryout .wpforms-field input,
    .formtext__form .wpforms-container.form--tryout .wpforms-field select {
        height: 50px !important
    }
}

@media (min-width:992px) {

    .formtext__form .wpforms-container-full.form--tryout .wpforms-field ul li,
    .formtext__form .wpforms-container.form--tryout .wpforms-field ul li {
        height: 50px !important;
        padding-left: 13px !important
    }
}

@media (min-width:1200px) {

    .formtext__form .wpforms-container-full.form--tryout .wpforms-field ul li,
    .formtext__form .wpforms-container.form--tryout .wpforms-field ul li {
        height: 50px !important
    }
}

@media (min-width:992px) {

    .formtext__form .wpforms-container-full.form--tryout .wpforms-field ul li input[type=checkbox],
    .formtext__form .wpforms-container-full.form--tryout .wpforms-field ul li input[type=radio],
    .formtext__form .wpforms-container.form--tryout .wpforms-field ul li input[type=checkbox],
    .formtext__form .wpforms-container.form--tryout .wpforms-field ul li input[type=radio] {
        margin-right: 10px
    }
}

@media screen and (max-width: 768px) {
    #wpforms-form-1120 .wpforms-container-full .wpforms-form .wpforms-one-half {
        width: 100%;
        margin: 0;
    }

    div.wpforms-container-full .wpforms-form .wpforms-one-half,
    div.wpforms-container-full .wpforms-form .wpforms-three-sixths,
    div.wpforms-container-full .wpforms-form .wpforms-two-fourths {
        width: 100% !important;
        /*     margin: 0 !important; */
    }
}

.formtext__form .wpforms-container-full.form--tryout .wpforms-submit-container,
.formtext__form .wpforms-container.form--tryout .wpforms-submit-container {
    padding-top: 0 !important
}

.steps__inner {
    position: relative;
    width: 100%;
    max-width: 1250px;
    margin: auto
}

.steps__intro--centered {
    text-align: center
}

.steps__list {
    margin: 0;
    padding: 0;
    list-style-type: none
}

@media (min-width:768px) {
    .steps__list {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        gap: 40px
    }
}

.steps__item {
    margin-bottom: 40px;
    display: flex;
    flex-direction: column
}

.steps__item:last-child {
    margin-bottom: 0
}

.steps__item:last-child .steps__content:after {
    display: none
}

@media (min-width:768px) {
    .steps__item {
        width: 33%;
        margin-bottom: 0;
        max-width: 390px
    }
}

.steps__image {
    display: flex;
    justify-content: center;
    height: 130px
}

.steps__image--space {
    height: 50px;
    margin-bottom: 50px
}

@media (min-width:992px) {
    .steps__image--space {
        height: 80px
    }
}

.steps__image img {
    display: block;
    width: 100%;
    max-width: 100px
}

.steps__content {
    position: relative;
    display: flex;
    flex-grow: 1
}

.steps__content:after {
    content: "";
    position: absolute;
    bottom: -15px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 15px 0;
    border-color: #fff transparent transparent
}

@media (min-width:768px) {
    .steps__content:after {
        top: 50%;
        left: auto;
        right: -15px;
        bottom: auto;
        -webkit-transform: translateY(0) translateY(-50%);
        transform: translateY(0) translateY(-50%);
        border-width: 15px 0 15px 15px;
        border-color: transparent transparent transparent #fff
    }
}

.steps__content-indicator {
    position: absolute;
    top: -3px;
    left: 50%;
    width: 40px;
    height: 40px;
    margin-left: -15px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

@media (min-width:1200px) {
    .steps__content-indicator {
        width: 40px;
        height: 40px;
        margin-left: -20px
    }
}

.steps__content-indicator p {
    position: absolute;
    z-index: 4;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    margin: 0;
    color: #fff;
    font-weight: 700;
    font-size: 22px;
    text-align: center
}

@media (min-width:768px) {
    .steps__content-indicator p {
        padding-bottom: 2px
    }
}

@media (min-width:1200px) {
    .steps__content-indicator p {
        width: 40px;
        height: 40px;
        font-size: 21px
    }
}

.steps__content-indicator span {
    position: relative;
    z-index: 3;
    width: 30px;
    height: 30px;
    border-radius: 30px
}

@media (min-width:1200px) {
    .steps__content-indicator span {
        width: 40px;
        height: 40px;
        border-radius: 40px
    }
}

.steps__content-indicator span:before {
    content: "";
    position: absolute;
    z-index: 2;
    width: 40px;
    height: 40px;
    border-radius: 30px;
    background-color: #568275
}

@media (min-width:1200px) {
    .steps__content-indicator span:before {
        width: 40px;
        height: 40px;
        border-radius: 40px
    }
}

.steps__content-text {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 62px;
    margin: 0;
    padding: 10px 25px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, .1);
    font-size: 20px;
    flex-grow: 1
}

@media (min-width:480px) {
    .steps__content-text {
        box-shadow: 0 12px 40px rgba(0, 0, 0, .1)
    }
}

.steps__intro p {
    margin: 40px 0 80px;
    font-size: 20px
}

.steps__content-text span {
    display: block;
    text-align: center
}

.splitpresentation {
    position: relative;
    padding: 40px 0
}

@media (min-width:768px) {
    .splitpresentation {
        padding-bottom: 80px
    }
}

@media (min-width:768px) {
    .splitpresentation--full {
        padding: 80px 0
    }
}

@media (min-width:992px) {
    .splitpresentation--full {
        padding: 120px 0
    }
}

@media (min-width:1200px) {
    .splitpresentation--full {
        padding: 180px 0
    }
}

.splitpresentation--full:before {
    content: "";
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .31)
}

.splitpresentation__inner {
    position: relative;
    display: flex;
    flex-direction: column;
    padding-right: 15px;
    padding-left: 15px
}

@media (min-width:768px) {
    .splitpresentation__inner {
        flex-direction: row;
        align-items: center;
        width: 720px;
        margin-right: auto;
        margin-left: auto;
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:992px) {
    .splitpresentation__inner {
        width: 950px
    }
}

@media (min-width:1200px) {
    .splitpresentation__inner {
        width: 1140px
    }
}

@media (min-width:1400px) {
    .splitpresentation__inner {
        width: 1168px
    }
}

@media (min-width:768px) {
    .splitpresentation__inner--flip {
        flex-direction: row-reverse
    }
}

@media (min-width:768px) {

    .splitpresentation__button,
    .splitpresentation__text {
        width: 50%
    }
}

.splitpresentation__text h1,
.splitpresentation__text h2,
.splitpresentation__text h3,
.splitpresentation__text h4,
.splitpresentation__text h5,
.splitpresentation__text h6,
.splitpresentation__text p {
    margin: 0 0 30px
}

.splitpresentation__text p:last-child {
    margin-bottom: 0
}

.splitpresentation__text--white {
    color: #fff
}

.splitpresentation__text--background {
    position: relative;
    padding: 20px
}

@media (min-width:768px) {
    .splitpresentation__text--background {
        padding: 30px
    }
}

@media (min-width:992px) {
    .splitpresentation__text--background {
        padding: 40px
    }
}

@media (min-width:1200px) {
    .splitpresentation__text--background {
        padding: 60px
    }
}

.splitpresentation__text--background-image a,
.splitpresentation__text--background-image h1,
.splitpresentation__text--background-image h2,
.splitpresentation__text--background-image h3,
.splitpresentation__text--background-image h4,
.splitpresentation__text--background-image ol,
.splitpresentation__text--background-image p,
.splitpresentation__text--background-image ul {
    position: relative;
    z-index: 3
}

.splitpresentation__text--background-image:before {
    content: "";
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .31)
}

.splitpresentation__button {
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center
}

@media (min-width:768px) {
    .splitpresentation__button {
        height: auto
    }
}

.glide {
    position: relative;
    width: 100%;
    box-sizing: border-box
}

.glide1 {
    position: relative;
    width: 100%;
    box-sizing: border-box
}

.glide * {
    box-sizing: inherit
}

.glide1 * {
    box-sizing: inherit
}

.glide__slides,
.glide__track {
    overflow: hidden
}

.glide__slides {
    position: relative;
    width: 100%;
    list-style: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    touch-action: pan-Y;
    padding: 0;
    white-space: nowrap;
    display: flex;
    flex-wrap: nowrap;
    will-change: transform
}

.glide__slide,
.glide__slides--dragging {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.glide__slide {
    width: 100%;
    height: 100%;
    flex-shrink: 0;
    white-space: normal;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent
}

.glide__slide a {
    -webkit-user-select: none;
    user-select: none;
    -webkit-user-drag: none;
    -moz-user-select: none;
    -ms-user-select: none
}

.glide__arrows,
.glide__bullets {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.glide--rtl {
    direction: rtl
}

.steps__content-text span {
    margin: 1em 0
}

.advantures__section .title,
.specialist__section .title {
    text-align: center;
    text-align: center;
    letter-spacing: .1em;
    margin-bottom: 70px
}

.section_container {
    width: 1250px;
    max-width: 100%;
    margin: auto
}

@media (max-width:1200px) {
    .section_container {
        width: 1140px
    }
}

@media (max-width:992px) {
    .section_container {
        width: 950px
    }
}

@media (max-width:768px) {
    .section_container {
        width: 720px
    }
}

.head__section {
    display: flex;
    background-color: #e6e6e6
}

.head__section_content {
    width: 50%;
    padding: 50px 50px 50px 75px
}

.description {
    font-size: 20px;
    line-height: 30px;
    color: #363636
}

.head__section_banner {
    width: 50%
}

html .img_wraper :where(img) {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.second__section {
    padding: 120px 30px 100px
}

.second__section_cards {
    display: flex;
    gap: 40px
}

.second__section_card {
    width: 33%;
    display: flex;
    flex-direction: column
}

.second__section_card .card_image {
    width: 100px;
    height: 80px;
    margin-bottom: 50px;
    margin-left: auto;
    margin-right: auto
}

.second__section_card .card_image img {
    display: block;
    width: 100%;
    height: 100%
}

.second__section_card .card_body {
    box-shadow: 0 5px 25px 0 #dfdfdf;
    padding: 10px 25px;
    border-radius: 8px;
    position: relative;
    text-align: center;
    font-size: 20px;
    flex-grow: 1
}

.second__section_card:not(:nth-child(3)) .card_body:after {
    position: absolute;
    content: "";
    width: 20px;
    height: 30px;
    background-color: #fff;
    top: 50%;
    left: 100%;
    -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
    clip-path: polygon(0 0, 100% 50%, 0 100%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.second__section_card .card_number {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 40px;
    aspect-ratio: 1/1;
    border-radius: 50%;
    background-color: #568275;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    font-weight: 600
}

.advantures__section {
    padding: 80px 150px 50px;
    background-color: #e6e6e6
}

.advantures__section .title,
.fourth__section .title {
    text-align: center;
    letter-spacing: .1em;
    margin-bottom: 70px
}

.advantures__section_item {
    display: flex;
    gap: 30px;
    margin-bottom: 30px
}

.advantures__section_item .item_number {
    min-width: 80px;
    width: 80px;
    height: 80px;
    min-height: 80px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 28px;
    font-weight: 600
}

.advantures__section_item .item_body_title {
    margin: unset;
    font-size: 22px
}

.advantures__section_item .item_body_description {
    margin: unset;
    font-size: 20px;
    color: #363636;
    line-height: 1em
}

.advantures__section_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 60px
}

.specialist__section {
    padding: 100px 30px 50px
}

.specialist_section_employees {
    display: flex;
    gap: 165px;
    align-items: center;
    justify-content: center
}

.specialist_section_employee {
    max-width: 240px;
    text-align: center
}

.specialist_section_employee .photo {
    max-width: 200px
}

.specialist_section_employee .employee_name {
    font-size: 20px;
    margin: 20px 0 0 0
}

.specialist_section_employee .employee_position {
    font-size: 20px;
    margin: 10px 0 0 0
}

.second__section .description,
.second__section .title {
    text-align: center
}

.second__section .description {
    margin: 40px 0 80px
}

@media screen and (max-width:992px) {
    .head__section_content {
        width: auto
    }

    .formtext__inner {
        width: 90%
    }

    .advantures__section {
        padding: 80px 50px
    }

    .specialist_section_employees {
        gap: 40px 80px;
        flex-wrap: wrap
    }
}

@media screen and (max-width:768px) {
    .head__section_banner {
        display: none
    }

    .formtext__inner {
        width: auto
    }

    .head__section_content {
        padding: 40px
    }

    .second__section_cards {
        flex-direction: column
    }

    .second__section_card {
        width: 100%
    }

    .header__booking-link {
        background: inherit
    }
}

@media screen and (max-width:576px) {
    .client-statement.glide__slide.glide__slide--active {
        opacity: 1 !important;
    }

    .second__section_card:not(:nth-child(3)) .card_body:after {
        content: "";
        position: absolute;
        background: 0 0;
        bottom: -15px;
        top: 100%;
        -webkit-clip-path: initial;
        clip-path: initial;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 15px 15px 0;
        border-color: #fff transparent transparent
    }

    .hero__text-header {
        text-align: center
    }

    .advantures__section_item {
        flex-direction: column;
        align-items: center
    }

    .btn {
        font-size: 16px
    }
}

.photo img {
    -o-object-fit: cover;
    object-fit: cover;
    height: 300px;
    max-width: 200px
}

@media screen and (max-width:768px) {
    .steps__image--space {
        height: 100px
    }

    .steps__content-indicator,
    .steps__content-indicator p,
    .steps__content-indicator span:before {
        width: 40px;
        height: 40px
    }

    .steps__content-indicator p {
        font-size: 22px
    }

    .steps__content-text {
        padding: 10px 25px
    }

    .steps__content-text span {
        margin: 1em 0;
        font-size: 20px
    }
}

/* NEW BLOCK */

.image-text__header2.h3 {
    margin-bottom: 16px;
}

.testimonials {
    background: #f1f7f5;
}

.header_desc {
    margin-top: 48px;
    text-align: center;
}

.image-text__content-flex-right>.image-text__content-has-margin>.image-text__paragraph-with-bg {
    margin: 48px 0 48px 48px;
}

.image-text__content-flex-left>.image-text__content-has-margin>.image-text__paragraph-with-bg {
    margin: 48px 48px 48px 0;
}

.image-text__content-has-margin {
    border-radius: 20px;
    margin-top: 24px;
    align-items: center;
}

.model__image {
    max-width: 120px;
}

.model__title {
    text-transform: inherit;
    height: 72px;
    align-items: center;
    display: flex;
    margin-bottom: 20px;
}

.image-text__model2 {
    display: flex;
    justify-content: space-between;
}

.image-text__model-items>p {
    margin: 0;
}

.image-text__model-items2>p {
    margin: 0;
    flex-grow: 1
}

.image-text__inner-section-3>.image-text__content-flex {
    max-height: -webkit-fit-content;
    max-height: -moz-fit-content;
    max-height: fit-content;
}

.image-text__model-items2 {
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 155px 24px 48px;
    align-items: center;
    background: #FFFFFF;
    border: 1px solid rgba(171, 219, 206, 0.2);
    box-shadow: 0px 4px 20px rgb(86 130 117 / 5%);
    border-radius: 20px;
    max-width: 370px;
    text-align: center;
}

.image-text__model-items2>.model__image {
    max-width: 270px;
    margin-bottom: 20px;
    position: absolute;
    top: -135px;
}

.image-text__model-items2>.btn {
    padding: 16px 11px;
    width: 100%;
}

.image-text__inner-section-model {
    margin-top: 183px !important;
}

.image-text__inner.image-text__inner-section-2.image-text__inner-section-model {
    padding: 0;
}

.wrapper,
.image-text__inner,
.header,
.btn-slider {
    max-width: 1168px;
    margin: 0 auto;
    position: relative;
    width: 100%;
}

.client-statement.glide__slide.glide__slide--active {
    opacity: 0.5;
}

.client-statements__header span {}

.testimonials-wrapper {
    display: flex;
}

.client-statements__header {
    text-align: left;
}

.glide__arrows-next,
.glide__arrows-prev {
    border-radius: 0;
}

.glide__arrows-next:active,
.glide__arrows-prev:active {
    background-color: rgb(171, 219, 206, 0.2);
}

.glide__arrows-next,
.glide__arrows-prev,
.review__rating-symbol--neutral,
.review__rating-symbol {
    background: #fff;
}

.glide__arrows-next svg,
.glide__arrows-prev svg {
    width: 18px;
}

.glide {
    display: flex;
}

.glide1 {
    display: flex;
}

.glide-left {
    min-width: 370px;
    margin-right: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: baseline;
}

.glide__slides {
    margin: 0;
}

.glide__slide {
    transition: all ease 0.5s;
}

.client-statement {
    box-shadow: none;
    /* display: block; */
    box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.04);
    border-radius: 16px;
}

.client-statement-top {
    width: 100%;
    display: flex;
}

.client-statement-img {
    display: -ms-grid;
    display: grid;
    margin: 0 0 0 24px;
}

.statement>p:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 80px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
    bottom: 0;
}

.client-statement__rating {
    flex-direction: column;
}

.client-statement__text-header {
    display: flex;
    margin: 0;
    width: 100%;
    height: auto;
    text-align: left;
    font-weight: 400;
    font-size: 12px;
    line-height: 1.5em;
}

.client-statement__text-header img {
    margin-right: 8px;
}

.review__rating-symbol svg {
    margin: 0;
}

.review__rating,
.client-statement__rating {
    margin-bottom: 0;
}

.statement p {
    font-weight: 300;
    height: -webkit-fit-content;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
}

.testimonials:before,
.testimonials:after {
    content: '';
    position: absolute;
    transition: all .6s cubic-bezier(.68, -.55, .265, 1.55);
    background: rgba(171, 219, 206, 0.2);
    width: 50%;
    height: inherit;
    top: 0;
}

.testimonials:before {
    right: 100%;
}

.testimonials:after {
    left: 100%;
}

.mobile-view {
    display: none;
}

.mobile-view__flex {
    display: none;
}

.client-statement a {
    text-decoration: none !important;
    display: block;
    padding: 48px;
}

.quiz p {
    position: relative;
}

.advantages h2 span,
.advantages p span,
.testimonials h2 span,
.quiz__footer h3 span {
    color: #568275;
}

.glide__slide {
    justify-content: flex-start;
}

.model-block__content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 24px;
}

.model-block__content img {
    height: auto;
    max-width: 100%;
}

.model-advantages {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.model-advantages>p {
    max-width: 270px;
    padding: 16px;
    box-shadow: 0px 4px 20px rgba(86, 130, 117, 0.05);
    border-radius: 8px;
    text-align: left;
    margin: 0;
}

.model-block__border {
    border: 1px solid rgba(171, 219, 206, 0.2);
}

.subtitle {
    margin: 24px 0;
}

.model-block>p {}

.full-width-first-block__bottom {
    margin-top: 48px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.full-width-first-block__bottom-item {
    display: flex;
}

.full-width-first-block__bottom-item>p {
    margin: 0 0 0 24px;

}

.have-padding {
    padding: 47px;
}

.full-info__text-with-bg {
    background: linear-gradient(99.85deg, rgba(171, 219, 206, 0.1) -1.26%, rgba(86, 130, 117, 0.1) 101.56%);
    border-radius: 10px;
    margin-top: 24px;
    padding: 16px;
}

.testimonials__mob-customer-source {
    display: none !important;
}

.slide-container>p {
    max-height: 168px;
    overflow: hidden;
}

.swiper-notification {
    display: none;
}


.testimonials__link {
    margin-top: 24px;
    display: flex;
    align-items: center;
    gap: 16px;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    /* identical to box height */

    text-transform: uppercase;

    /* blue/600 */
    text-decoration: none;
    color: #2E6DCC;
}


.slide-block {
    background: #FAFBFB;
    overflow: hidden !important;
}

.swiper1 .slide-container {
    padding: 24px;
    background: #FFFFFF;
    border: 1px solid #E8E9E9;
    height: 330px;
}

.slide-container img {
    display: block;
}

.swiper-pagination {
    position: relative;
}

.slides-wrap1 {
    margin-top: 52px;
    margin-bottom: 52px;
}

.slider-block {
    overflow: hidden;
}

.slider-block .top-navigation {
    display: flex;
    justify-content: space-between;
    height: auto;
    align-items: center;
}

.swiper1.top-navigation.center {
    justify-content: center;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    display: none;
}

.slider-block .h2 {
    margin: 0;
}

.btn-slider {
    display: flex;
    height: 56px;
}

.swiper-button-next {
    right: 0;
}

.swiper-button-prev {
    left: -16px;
}
.slider-block__product .swiper-button-prev,
.slider-block__product .swiper-button-next {
    position: relative;
    top: 0;
    height: auto;
    margin: 0;
    width: auto;
    transition: all ease 0.5s;
    border-radius: 50%;
}

.slider-block:not(.slider-block__product) .swiper-button-prev,
.slider-block:not(.slider-block__product) .swiper-button-next {
    position: relative;
    top: 0;
    margin: 0;
    transition: all ease 0.5s;
    cursor: poiner;
	width: 62px;
    height: 42px;
    border-radius: 40px;
    border: 1px solid #2E6DCC;
    background: #FFF;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled,
.swiper-popular-button-next.swiper-button-disabled,
.swiper-popular-button-prev.swiper-button-disabled {
    opacity: .55;
    background: #E8E9E9;
}

span.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background: #D2D2D3;
    border-radius: unset;
    margin: 0 16px !important;
    opacity: 1;
    border-radius: 50px;
}

.swiper1 .swiper-slide {
	border-radius: 24px;
	box-shadow: 0px 16px 32px 0px rgba(46, 109, 204, 0.16);
}


.swiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal {
    display: flex;
    align-items: center;
    justify-content: center;
}

.swiper-button-prev:active,
.swiper-button-next:active {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
}

.swiper1 {
    width: 1168px;
    height: auto;
    overflow: visible;
    margin-left: auto;
    margin-right: auto;
}

.slides-wrap1:before {
    content: '';
    background: #F5F9FF;
    display: block;
    position: absolute;
    height: 100%;
    width: 50%;
    top: 0;
    left: -51%;
    z-index: 2;
}

.swiper-pagination-tesimonials.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
/*     display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    bottom: 0;
    z-index: 20;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content; */
	min-width: 124px;
    margin: 0 auto;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transform: none!important;
}

.testimonials__top-content-middle p {
    margin-top: 0;
    margin-bottom: 0;
}

.testimonials__top-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 48px;
    margin-bottom: 24px;
}

.testimonials__top-content-middle-data {
    display: flex;
    align-items: center;
    gap: 16px;
}

.testimonials__top-content-middle-data p {
    margin-top: 0;
    color: #A5A6A7;
}

@media screen and (max-width: 992px) {
    .swiper1 {
        width: 100%;
        height: auto;
        overflow: hidden;
        padding: 0 15px;
    }
}

@media screen and (max-width: 768px) {
    .btn-slider {
        display: none !important;
    }

    span.swiper-pagination-bullet {
        margin: 0 8px !important;
    }

    .slides-wrap1 {
        margin: 24px auto !important;
    }
}

@media screen and (max-width: 576px) {
    .testimonials__mob-customer-source {
        display: block !important;
    }

    .testimonials__desk-customer-source {
        display: none !important;
    }

    .slide-container>p {
        max-height: 100%;
        overflow: visible;
    }

    .swiper1 .slide-container {
        height: 100%;
    }

    .testimonials__top-content {
        height: 100%;
        margin-top: 24px;
    }
}

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

    .wrapper,
    .swiper,
    .swiper1,
	.image-text__inner,
	.header,
	.btn-slider {
        max-width: 960px;
    }

    .btn--small {
        margin-left: 0;
    }

}

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

    .wrapper,
    .swiper,
    .swiper1,
	.image-text__inner,
	.header,
	.btn-slider {
        max-width: 720px;
    }

    .glide-left {
        max-width: 343px;
        margin-right: 20px;
    }

    .image-text__content-has-margin {
        flex-direction: column-reverse !important;
    }

    .image-text__content-has-margin>.image-text__paragraph-with-bg {
        margin: 0 !important;
        padding: 48px !important;
    }

    .image-text__paragraph.mw-470.image-text__paragraph-with-bg {
        margin: 0 !important;
        padding: 0 !important;
    }

    .image-text__model2,
    .news .image-text__content-flex {
        flex-direction: column;
    }

    .news-block:first-child {
        margin-bottom: 48px;
    }

    .news-block__image>img {
        width: 100%;
    }

    .image-text__model-items2 {
        max-width: 100%;
        padding: 48px 24px;
        margin-bottom: 24px;
    }

    .image-text__model-items2:last-child {
        margin-bottom: 0;
    }

    .image-text__model-items2>.model__image {
        position: relative;
        top: 0;
    }

    .btn--with-border,
    .image-text__paragraph-with-bg>.btn {
        display: block;
        width: 100%;
    }

    .image-text__image2 {
        width: 80%;
    }

    .form-block__bottom-content__text-with-bg {
        max-width: 100%;
    }

    .desktop-view__flex {
        display: none !important;
    }

    .mobile-view__flex {
        display: block;
    }

    .hero__inner {
        flex-direction: column-reverse;
    }

    .hero-slider>.hero__inner {
        flex-direction: column;
    }

    .image-text__paragraph.mw-570.image-text__paragraph-with-bg {
        margin: 0 0 24px !important;
    }
}

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

    .wrapper,
    .swiper,
    .swiper1,
	.image-text__inner,
	.header,
	.btn-slider {
        max-width: 100%;
        padding: 0 15px
    }

    .mobile-view {
        display: flex;
    }

    .desktop-view {
        display: none;
    }

    .glide {
        flex-direction: column;
    }

    .glide1 {
        flex-direction: column;
    }


    .glide-left {
        max-width: 100% !important;
    }
}

@media screen and (max-width: 576px) {
    .model__title {
        height: auto;
    }

    .wrapper {
        max-width: 100%;
        padding: 0 15px;
    }

    .hero__footer {
        width: 100%;
    }

    .testimonials {
        padding: 48px 0;
    }

    .glide__arrows-next,
    .glide__arrows-prev {
        width: 100%;
    }

    .client-statement a {
        pointer-events: none !important;
        padding: 24px 16px;
    }

    .glide__slide {
        height: 300px;
    }
}


.benefits-sec h2 {
    text-align: center;
}

.image-text__benefits2 p>br,
#wpforms-6152-field_15 p>br {
    display: block !important;
}

.image-text__benefits2 img {
    margin-right: 16px;
}

.image-text__benefits2-content {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}

.image-text__benefits2-content p {
    margin-bottom: 0px;
    margin-top: 0px;
}

.image-text__benefits p {
    position: relative;
}

.image-text__benefits2 p {
    margin-bottom: 24px;
}

.image-text__benefits2-item {
    display: flex;
    align-items: flex-start;
    margin-top: 16px;
}

.image-text__benefits2-item>p {
    margin: 0;
}

.image-text__paragraph-with-color a {
    text-decoration: underline !important;
}

.image-text__benefits2-item:first-child {
    margin-top: 0
}

.image-text__benefits2 {
	margin-top: 16px;
}

.bottom_block_benefits2 {
    display: flex;
    justify-content: space-between;
    padding: 16px 24px;
    margin-top: 48px;
    align-items: center;
    background: #fff;
    border: 1px solid rgba(171, 219, 206, 0.2);
    border-radius: 10px;
}

.bottom_block_benefits2-title {
    max-width: 245px;
}

.bottom_block_benefits2 .btn {
    padding: 16px 56px;
    margin-top: 0 !important;
}

.image-text__content-flex {
    display: flex;
    justify-content: space-between;
}

.flex-block-row .image-text__content-flex {
    align-items: center;
}

.image-text__image-flex {
    margin: 0;
}

.image-text__paragraph-with-color {
    padding: 47px;
    border-radius: 24px;
    border: 1px solid #E8E9E9;
}

.image-text__paragraph-bottom-desc {
    margin: 24px 0 0;
    border-radius: 10px;
    padding: 16px;
}

.image-text__paragraph-bottom-desc p {
    margin: 0
}

.image-text__image2 {
    line-height: initial;
    width: 50%;
}

.image-text__benefits {
    padding-left: 40px;
}

.image-text__benefits p {
    position: relative;
}

.image-text__benefits p:before {
    content: '';
    position: absolute;
    background-size: contain;
    background-image: url(/wp-content/uploads/2022/10/1.svg);
    width: 24px;
    height: 24px;
    top: 0;
    margin-bottom: 20px;
    left: -39px;
}

.image-text__content ol,
.image-text__content ul {
    padding-left: 40px;
}

.image-text__content p+ul {
    margin-top: 16px;
    margin-bottom: 0;
}

.image-text__benefits p {
    margin: 0px 0 16px !important;
}

.image-text__content-flex {
    display: flex;
    justify-content: space-between;
}

.image-text__image-flex {
    margin: 0;
}

.image-text__paragraph-bottom-desc {
    border-radius: 10px;
    padding: 16px;
}

.image-text__image2 {
    box-shadow: none;
    width: 50%;
}

.benefits__intro {
    position: relative;
    width: 100%;
    text-align: center;
    margin-bottom: 24px;
}

.benefits__content {
    max-width: 570px;
}

.benefits__content-text>p {
    margin: 10px 0 0 0;
}

.benefits__content-text>ul {
    padding-left: 15px;
}

.benefits__content-text>ul>li {
    margin-bottom: 8px;
}

.benefits__content-text>ul>li::marker {
    color: #568275;
}

.benefits__content-text>ul>li:last-child {
    margin-bottom: 0;
}

.benefits__item {
    display: flex;
    justify-content: space-between;
    padding: 37px 0;
    align-items: center;
    border-top: 1px solid rgba(68, 68, 69, 0.2);
}

.benefits__item:last-child {
    border-bottom: 1px solid rgba(68, 68, 69, 0.2);
}

.benefits__title {
    margin-bottom: 16px;
}

.benefits__image>img {
    border-radius: 20px;
    width: 470px;
    height: 285px;
}

.yellow-block {
    display: flex;
    padding: 16px 70px;
    position: relative;
    background: linear-gradient(103.72deg, #FCE1A7 0%, #FFF4DB 100%);
    border-radius: 10px;
    justify-content: flex-end;
    max-width: 970px;
    margin: 0 auto;
    margin-top: 48px;
    margin-bottom: 48px;
    min-height: 96px;
    align-items: center;
}

.yellow-block p {
    margin: 0;
    max-width: 470px;
    width: 100%;
}

.yellow-block2.yellow-block3 p {
    margin: 0;
    max-width: 100%;
    width: 100%;
}

.yellow-block2 {
    max-width: 100%;
    margin-top: 64px;
    padding: 24px 48px 24px 352px;
}

.yellow-block__small {
    max-width: 100%;
    margin-top: 48px;
    margin-bottom: 48px;
    padding: 16px 100px 16px 400px;
}

.yellow-block>img {
    max-width: 370px;
    position: absolute;
    box-shadow: none;
    top: -24px;
    left: 46px;
    height: 175px;
    z-index: 1;
}

.yellow-block2>img {
    max-width: 200px;
    top: -50%;
}

.yellow-block2 .content {
    font-weight: bold;
    text-align: left;
}

.image-text-top {
    margin-bottom: 44px;
}

.news-block__items {
    position: relative;
    background: #FFFFFF;
    border: 1px solid rgba(171, 219, 206, 0.5);
    box-shadow: 0px 4px 20px rgb(86 130 117 / 5%);
    border-radius: 20px;
    width: 100%;
    padding: 24px 24px 72px;
    display: flex;
    flex-direction: column;
}

.news__link {
    position: absolute;
    bottom: 24px;
}

.news-block__items::last-child {
    color: #fff;
}

.news .image-text__content-flex {
    align-items: stretch;
}

.news-block {
    display: flex;
    align-items: stretch;
}

.news-block__image {
    margin-bottom: 24px;
}

.news-block__title {
    text-transform: none;
    margin-bottom: 24px;
    height: 72px;
}

.news-block__items p {
    margin: 0 0 10px;
}

.konzept__intro {
    margin-bottom: 24px;
    text-align: center;
}

@media screen and (min-width: 768px) {
    .konzept__intro {
        margin-bottom: 24px;
    }
}

.konzept__item {
    display: flex;
    /* align-items: flex-end; */
    justify-content: space-between;
    background: #FFFFFF;
    border: 1px solid #E8E9E9;
    border-radius: 24px;
    margin-bottom: 24px;
    min-height: 276px;
    overflow: hidden;
    align-items: center;
}

.konzept__item:last-child {
    margin-bottom: 0;
}

.konzept__content {
    margin: 24px 0 24px 24px;
    max-width: 868px;
}

@media screen and (max-width: 992px) {
    .konzept__content {
        margin: 24px;
    }

    .konzept__link-cta .btn--default,
    .konzept__image {
        width: 100%;
    }
}

.konzept__content-text span {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
}

.konzept__content-text p+p,
.hero__text-desc p+p {
    margin-top: 8px !important;
}

.konzept__image img {
    max-width: 268px;
    height: 100%;
}

.konzept__title.h3 {
    margin-bottom: 16px;
}

.konzept__link>.h4.primary-green {
    margin-top: 0;
    margin-right: 8px;
    text-decoration: none;
}

.konzept__link:hover {
    border-bottom: 1px solid #2E6DCC;
}

.konzept__link svg {
    display: block;
    max-width: 20px;
    width: 100%;
    margin-left: 8px;
}

.green-title {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.04em;
    color: #568275;
    margin-right: 8px;
    text-decoration: none;
    text-transform: uppercase;
}

.blue-title {
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #2E6DCC;
    text-decoration: none;
    text-transform: uppercase;
}

.blue-title:hover {
	transition: all ease 0.5s;
	text-decoration: underline;
}

.konzept__link {
    margin-top: 24px;
    border-bottom: 1px solid transparent;
    display: inline-flex;
    align-items: center;
}

.header_desc {
    margin-top: 48px;
    text-align: center;
}

.image-text__content-has-margin {
    border-radius: 20px;
    margin-top: 24px;
}

.model__image {
    max-width: 120px;
}

.image-text__model-items {
    display: flex;
    justify-content: space-between;
    background: #f1f7f5;
    border-radius: 20px;
    margin-top: 24px;
    padding: 0 24px;
    font-weight: 700px;
    align-items: center;
}

.image-text__model-items>p {
    margin: 0;
}

.flex-block-row .image-text__image2 img {
    border-radius: 30px;
}

.image-text__inner-section-2 {
    margin-top: 48px;
}

.form-block__bottom-content__benefits>p {
    text-align: left
}


/* 3 term */

.block-3-term__list {
    display: flex;
    gap: 30px;
}

.block-3-term__item {
    margin: 135px 0 48px;
    position: relative;
    box-sizing: border-box;
    background: #FFFFFF;
    border: 1px solid rgba(171, 219, 206, 0.2);
    box-shadow: 0px 4px 20px rgba(86, 130, 117, 0.05);
    border-radius: 20px;
    padding: 159px 24px 45px 24px;
    flex-basis: 33%;
}

.block-3-term__image {
    max-width: 270px;
    height: 270px;
    position: absolute;
    top: -135px;
    margin: 0 auto;
    display: block;
    left: 0;
    right: 0;
}

.block-3-term__image>img {
    box-shadow: none;
}

.block-3-term__bottom-desc>p {
    margin: 0;
}

.btn-center {
    margin-left: auto;
    margin-right: auto;
}

.steps2 {
    background: linear-gradient(99.85deg, rgba(171, 219, 206, 0.1), -1.26%, rgb(86, 130, 117, 0.1) 101.56%);
}

.steps__list2 {
    display: flex;
    flex-wrap: wrap;
    margin-top: 48px;
    gap: 30px
}

.steps__item2:nth-child(2n) .steps__image2 {
    margin-top: 48px;
}

.steps__item2:nth-child(2n) {
    margin-top: 26px;
}

.steps__item2 {
    max-width: 270px;
    width: 100%;
}

.yellow-block3 {
    max-width: 80%;
}

.yellow-block3>img {
    max-width: 370px;
    top: -40%;
    left: 0;
}

.yellow-block__full-width {
    max-width: 85%;
    padding: 16px;
    text-align: center;
    display: block;
}


.list-with-2column {
    display: -ms-grid;
    display: grid;
    align-items: center;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
}

.image-text__content .list-with-2column {
    padding-left: 40px;
    margin-bottom: 0;
}

.image-text__content .list-with-2column>li:before {
    content: "";
    position: absolute;
    z-index: 2;
    top: 50%;
    left: -38px;
    width: 24px;
    height: 24px;
    margin-top: -10px;
    background-image: url(/wp-content/uploads/2022/07/icon-check-1.svg);
    background-repeat: no-repeat;
}

.image-text-option-bottom-block__type2 {
    display: flex;
    justify-content: space-between;
}

.type2-desc {
    text-align: left;
}

.image-text-option-bottom-block__type2 .image-text__model-items {
    margin-bottom: 24px;
    margin-top: 0;
}

.image-text-option-bottom-block__type2 .white-desc {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin: 0 !important;
    text-align: center;
}

.image-text-option-bottom-block {
    margin-top: 24px;
}

.image-text-option-bottom__content>.btn--default {
    display: inline-block !important;
}

.type2-desc>p:first-child {
    margin-bottom: 10px !important;
}

.image-text__model-items>p>a {
    text-decoration: underline !important;
}

.model-block__content-advantages p:first-child {
    margin-top: 0 !important;
}

@media screen and (max-width: 1200px) {
    .hero_mob .hero__text {
        max-width: 60%;
    }

    .konzept__content {
        max-width: 500px;
    }

    .image-text__content-flex {
        align-items: center;
    }

    .news .image-text__content-flex {
        align-items: stretch
    }

    .image-text__paragraph-with-bg {
        margin: 0;
        padding: 48px 0;
    }

    .benefits__content {
        max-width: 50%;
        width: 100%;
    }

    .benefits__image>img {
        width: 400px;
    }

    .testimonials {
        width: 100%;
        padding: 48px;
    }

    .image-text__model-items2 {
        max-width: 300px;
    }

    .block-3-term__list {
        flex-direction: column;
    }

    .block-3-term__item {
        padding: 24px;
        margin: 0;
    }

    .block-3-term__list {
        gap: 24px;
        margin-bottom: 48px;
    }

    .block-3-term__image {
        position: relative;
        top: 0;
    }

    .steps__list2 {
        justify-content: space-around;
    }

    .image-text-option-bottom-block__type2 {
        display: block;
    }
}

@media screen and (max-width: 992px) {
    .model-block__content-advantages>ul {
        margin: 0;
    }
}

@media screen and (max-width: 1200px) {
    .konzept__image img {
        max-width: 368px;
    }
}

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

    .btn--default {
        margin-top: 24px;
    }


    .image-text__image2.hide {
        display: block !important;
        max-width: 100% !important;
        margin: 0 auto;
        width: 100%;
        height: auto;
        float: none;
        margin-top: 24px;
    }

    .benefits__item {
        flex-direction: column;
    }

    .benefits__content {
        max-width: 100%;
    }

    .benefits__image {
        width: 100%;
        order: -1;
    }

    .benefits__image>img {
        margin-bottom: 24px;
        width: 100%;
        height: auto;
    }

    .image-text__image2 img {
        height: 100%;
        width: 100%;
    }

    .konzept__item {
        flex-direction: column-reverse;
        /* max-height: 100%; */
    }

    .konzept__image img {
        max-width: 100%;
    }

    .image-text__inner-section-3>.image-text__content-flex {
        height: auto;
        max-height: 100%;
    }

    .image-text__inner-section-3 {
        margin-top: 48px;
    }

    .image-text__image2 {
        width: 100%;
        padding: 0;
        margin-bottom: 24px;
        max-width: 100% !important;
    }

    .steps__item2 {
        max-width: 100%;
    }

    .konzept__content {
        max-width: 100%;
    }

    .image-text__content.image-text__content-flex.image-text__content-flex-left {
        flex-direction: column !important;
    }

    .image-text__content.image-text__content-flex.image-text__content-flex-right {
        flex-direction: column !important;
    }

    .flex-block-row>.image-text__content.image-text__content-flex.image-text__content-flex-right {
        flex-direction: column !important;
    }

    .flex-block-row>.image-text__content.image-text__content-flex.image-text__content-flex-left {
        flex-direction: column-reverse !important;
    }

    .image-text__content.image-text__content-flex.image-text__content-flex-right>.image-text__image2 {
        margin: 0 0 24px !important;
    }

    .flex-block-row>.image-text__content.image-text__content-flex.image-text__content-flex-left>.image-text__image2 {
        margin: 0 0 24px !important;
    }

    .image-text__model-items2 {
        max-width: 100%;
    }

    .model-block__content {
        flex-direction: column;
        gap: 16px;
    }

    .model-block__content-image {
        order: -1;
    }

    .model-advantages>p,
    .model-block__content-advantages {
        max-width: 100%;
        width: 100%;
    }

    .full-width-first-block__bottom {
        flex-direction: column;
    }

    .full-width-first-block__bottom {
        margin-top: 24px;
    }

    .full-width-first-block__bottom-item:first-child {
        margin-bottom: 24px;
    }

    .have-padding {
        padding: 0;
    }

    .hero__inner-with-bg .image-text__image-flex>img {
        height: 100px;
        width: 100%;
    }

    .image-text__content.image-text__content-flex.image-text__content-flex-right.full-info-model-block {
        flex-direction: column !important;
    }

    .yellow-block2 {
        max-width: 100%;
        margin-top: 24px;
        padding: 24px;
        position: relative;
        align-items: center;
    }

    .yellow-block2>img {
        max-width: 200px;
        top: 0;
        position: relative;
        left: 0;
    }

    .image-text__inner-section-model {
        margin-top: 48px !important;
    }

    .model-advantages p:last-child {
        margin-bottom: 0
    }

    .image-text__inner-img-top {
        display: block !important;
    }

    .benefits-sec .image-text__image2.image-text__image-flex {
        margin: 0 0 24px !important;
    }

    .image-text__benefits2 {
        display: inline-block;
    }

    .image-text__content.image-text__content-flex.image-text__content-flex-right.image-text__content-has-margin>.image-text__image-flex,
    .image-text__content.image-text__content-flex.image-text__content-flex-left.image-text__content-has-margin>.image-text__image-flex {
        padding: 0 15px;
        margin-top: 24px !important;
    }

    .yellow-block {
        max-height: 100%;
    }

    .hero_mob .hero__text {
        max-width: 100%;
        margin-bottom: 48px;
    }
}

@media screen and (max-width: 768px) {
    .image-text-option-bottom-block__type2 .white-desc {
        max-width: 100%;
    }

    .image-text__image2 {
        width: 100%;
        margin: 30px auto;
    }

    .yellow-block>img {
        position: relative;
        top: 0;
        left: 0;
        height: auto;
        margin-bottom: 16px;
    }

    .yellow-block {
        flex-direction: column;
        align-items: center;
    }

    .image-text-top {
        margin-bottom: 24px;
    }

    .testimonials-wrapper {
        flex-direction: column;
    }

    .hero__inner {
        padding: 24px 0 48px;
    }

    .image-text__inner-section-2,
    .image-text__inner-section-3 {
        margin-top: 24px !important;
    }

    .full-width-first-block__bottom-item {
        display: block;
    }

    .full-width-first-block__bottom-item>p {
        margin: 16px 0 0
    }

    .full-image-text__model {
        margin-top: 0 !important;
    }

    .image-text__model-items {
        padding: 0 24px;
    }

    .faq-block__inner {
        padding: 0 15px;
    }

    .hero__text-header.h1>br,
    .form-block__bottom-content__text-with-bg>p>br,
    .block-with-3-model-header_desc>p>br,
    .text__header.h1>br,
    .hero__text-desc>p>br,
    .model-block__content-image>h3>br,
    .image-text__header>br,
    .image-text__paragraph>p>br,
    .statement>p>br {
        display: none;
    }

    .block-features-item-wrap {
        flex-direction: column;
    }

    .block-features-item {
        margin-bottom: 24px;
    }

    .block-features-item:last-child {
        margin-bottom: 0;
    }

    .yellow-block2>img {
        margin-bottom: 24px;
    }

    .type2-desc {
        margin-bottom: 24px;
    }

    .steps__item2:nth-child(2n) .steps__image2 {
        margin-top: 0;
    }

    .steps__image2 {
        margin-left: 16px;
        flex-basis: 89%;
    }

    .steps__item2>img {
        width: 24px;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: 0% 100%;
        object-position: 0% 100%;
        /* flex-basis: 10%; */
    }

    .steps__item2 {
        display: flex;
        flex-wrap: wrap;
    }

    .steps__item2:nth-child(2n) {
        margin-top: 0;
    }

    .steps__list2 {
        margin-top: 24px;
    }

    .steps__item2:nth-child(2)>img {
        -o-object-position: 0% -20px;
        object-position: 0% -20px;
    }

    .image-text__inner.image-text__inner-section-2.image-text__inner-section-model {
        padding: 0 15px;
    }

    .block-with-3-model .image-text__inner.image-text__inner-section-2.image-text__inner-section-model {
        padding: 0;
    }

    .konzept__title.h4 {
        font-weight: 600 !important;
        font-size: 24px !important;
        line-height: 32px !important;
        word-break: break;
    }

    .hero-single {
        max-height: 100% !important;
    }

    .hero-single>.hero__inner {
        padding: 48px 15px;
    }
}

@media screen and (max-width: 576px) {
    .hero_mob .hero__text {
        margin-bottom: 0;
    }

    .flex-block-row .image-text__image2 img {
        max-height: 350px;
    }

    .yellow-block {
        margin-top: 24px;
        margin-bottom: 24px;
    }

    .konzept__intro {
        margin-bottom: 24px;
    }

    .hero__inner {
        min-height: auto;
        justify-content: center
    }

    .news__link {
        position: relative;
    }

    .image-text__image2.image-text__image-flex {
        max-width: 100%;
        width: 100%;
    }

    .news-block__items {
        padding: 16px 16px 24px;
    }

    .konzept__link>.h4.primary-green {
        font-size: 16px;
    }

    .konzept__item {
        height: auto;
    }

    .image-text__paragraph-with-bg {
        margin: 24px 0 !important;
        padding: 0;
        display: contents;
    }

    .content-flex__full-width>.image-text__paragraph-with-bg {
        margin: 0 !important
    }

    .image-text__content.image-text__content-flex.bg-half-width {
        flex-direction: column !important;
        background: #f1f7f5;
        box-shadow: 0px 4px 20px rgba(86, 130, 117, 0.05);
        border-radius: 20px;
        padding: 16px 16px 24px;
    }

    .image-text__header {
        margin-bottom: 16px;
    }

    .konzept__content {
        margin: 0;
        padding: 24px 16px;
    }

    .header_desc {
        margin-top: 16px;
    }

    .hero__text-desc>p {
        margin: 0
    }

    .image-text__content-has-margin>.image-text__paragraph-with-bg {
        margin: 24px 16px !important;
        padding: 0 16px !important;
    }

    .image-text__model {
        margin-top: 0;
    }

    .image-text__model-items2 {
        padding: 24px 16px;
    }

    .image-text__inner-section-3 .image-text__image2 {
        top: 0;
    }

    .news-block__title {
        height: auto;
    }

    .glide-left {
        min-width: 100%;
    }

    .testimonials {
        padding: 48px 0;
    }

    .hero__text-desc,
    .image-text__image2,
    .image-text__model-items>p {
        margin: 0 !important;
    }

    .image-text__paragraph-bottom-desc {
        margin-top: 24px;
    }

    .bottom_block_benefits2 {
        flex-direction: column;
        align-items: center;
    }

    .bottom_block_benefits2-title.h3 {
        margin-bottom: 24px;
        max-width: 100%;
    }

    /* .benefits__list {
margin: 0 0 24px;
} */

    .yellow-block {
        height: auto;
        padding: 16px;
    }

    .yellow-block2 {
        margin-top: 24px;
        height: auto;
        padding: 35px;
    }

    .benefits__image>img {
        height: auto;
    }

    .logobar__list-item {
        width: 46%;
    }

    .logobar__list {
        gap: 16px;
    }

    .text__inner-bg {
        padding: 24px 16px !important;
        border-radius: 20px;
        margin: 0 15px;
    }

    .news__link {
        bottom: 0;
    }

    .btn {
        padding: 16px 30px;
    }

    .btn--default,
    .image-text__content-has-margin,
    .h4.primary-green,
    .bottom_block_benefits2 {
        margin-top: 24px;
    }

    .image-text__content-flex-left>.image-text__image.image-text__image2.image-text__image-flex {
        margin-bottom: 24px !important;
    }

    .image-text__benefits2-item {
        flex-direction: row;
    }

    .news-block:first-child {
        margin-bottom: 24px
    }

    .image-text__paragraph-bottom-desc2,
    .logobar__inner p {
        margin: 24px 0 !important;
    }

    .benefits__item {
        padding: 24px 0;
    }

    .image-text-top>img {
        margin-bottom: 0 !important;
    }

}

/* CUSTOM STYLE */

.rt-custom-menu-field-item-link {
    word-break: inherit !important;
}

.footer-block-form__items-wrap {
    display: flex;
    justify-content: center;
    gap: 30px
}

.flex-in-a-row__bottom {
    display: flex;
    justify-content: flex-start;
    margin: 16px 0;
    gap: 30px
}

.footer-block-form__items {
    display: flex;
    align-items: center;
}

.footer-block-form__items>img {
    box-shadow: none;
    width: 40px
}

.footer-block-form__items>p>img {
    box-shadow: none;
    width: 40px
}

.white-desc {
    color: #000;
    background-color: #fff;
    padding: 16px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    border-radius: 10px;
}

.hero__text-desc>.white-desc {
    margin-top: 10px;
}

.green-desc {
    color: #444445;
    background: linear-gradient(99.85deg, rgba(171, 219, 206, 0.1) -1.26%, rgba(86, 130, 117, 0.1) 101.56%);
    padding: 16px;
    width: 100%;
    border-radius: 10px;
    margin: 24px 0 !important;
}

.content-flex__full-width {
    display: block;
    text-align: center;
}

.advantures__section_items {
    margin-top: 64px;
    display: flex;
    flex-wrap: wrap;
    gap: 64px 30px;
}

.advantures__item_mw-370 {
    max-width: 370px;
    width: 100%;
}

.advantures__item_mw-270 {
    max-width: 270px;
    width: 100%;
}

.advantures__item-title {
    font-weight: 700;
    font-size: 16px;
    line-height: 150%;
    color: #444445;
    margin: 16px 0 0 0;
}

.advantures__item-description {
    margin: 8px 0 0 0;
}

.image-text__3_option {
    display: flex;
    justify-content: space-around;
}

@media screen and (max-width: 768px) {
    .advantures__section_items {
        margin-top: 24px;
        gap: 48px;
    }

    .hero__inner-with-bg .image-text__image-flex {
        padding: 0 0 24px 0 !important;
        order: -1;
    }

    .image-text__content-has-margin {
        padding: 24px 16px;
    }

    .text__inner p>.map {
        width: 100%;
        max-height: 200px;
    }
}

@media screen and (max-width: 576px) {
    .review__rating-symbol {
        width: 27px;
    }

    .text__inner--bg {
        margin: 0 15px;
    }

    .yellow-block__full-width {
        width: 100%;
    }

    .image-text__3_option {
        justify-content: center;
        flex-direction: column;
        gap: 24px;
    }

    .btn--default {
        width: 100%;
    }

    .advantures__item {
        max-width: 100%;
    }

    .content-flex__full-width .footer-block-form__items-wrap {
        flex-direction: column;
        gap: 16px
    }

    .white-desc>br,
    .quote__text>h3>br {
        display: none;
    }

    .quote__img {
        width: 60%;
    }

    .benefits .footer-block-form__items-wrap {
        flex-direction: column;
        gap: 16px
    }

    .benefits .content * {
        text-align: left !important
    }

    .yellow-block .content>p>a {
        text-decoration: underline;
    }

    .white-desc {
        width: 100%
    }

    .hero__text>.hero__text-header,
    .hero__text,
    .hero__text>.hero__text-desc {
        text-align: left !important;
    }
}

.models-with-price__item {
    display: none;
}

.quote {
    display: flex;
    justify-content: center;
    margin-top: 48px;
}

.quote__text {
    margin-left: 40px;
    text-align: left;
}

.quote>img {
    max-width: 60px;
    max-height: 50px;
}

.contact-info__wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.contact-info__block {
    max-width: 320px;
    width: 100%;
}

.contact-info__block-top {
    display: flex;
    align-items: center;
}

.contact-info__block-top>img {
    margin-right: 16px;
}

.contact-info__block-desc {
    margin: 16px 0 0 0;
}

.contact-info__block-link {
    margin: 16px 0 0 0;
    display: block;
    text-decoration: none;
}

@media screen and (max-width: 992px) {
    .contact-info__wrapper {
        gap: 24px
    }
}


/* AudioMee block */

/*Banner*/


.banner {
    padding: 64px 0;
}


.banner__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 48px;
    border: 1px solid #E8E9E9;
}

.banner__inner img {
    height: auto;
}

.image-text .banner__inner img {
	border-radius: 24px 24px 24px 0;
}

/* Flex in a row */
.main-title__flex-in-a-row {
    margin-bottom: 48px;
}

.flex-block-row__first-block {
    margin-bottom: 80px !important;
}

/* Table */
.image-text .table {
    margin-top: 48px;
}

.table-items__column-name {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.table-item {
    display: flex;
    align-items: center;
    border: 1px solid #E8E9E9;
}

.table-item+.table-item {
    border-top: 0;
}

.table-item p,
.table-item div {
    padding: 16px 0;
}

.table-item:nth-child(1n) {
    background: #f5f9ff;
}

.table-item:first-child {
    border-radius: 8px 8px 0 0;
}

.table-item:last-child {
    border-radius: 0 0 8px 8px;
}

.table-item:nth-child(2n) {
    background: #fff;
}

.table-item p {
    padding-left: 16px;
    margin: 0;
}

.table-item img {
    display: block;
    margin: 0 auto;
}

.table .table-item .mw-250 {
    border-left: 1px solid #E8E9E9;
    display: flex;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    align-items: center;
}

/* Logo text */


.logo-text__img:last-child {
    display: none;
}

.logotext__bottom-position .logo-text__img:last-child {
	display: flex;
}

.logotext__bottom-position .logotext__logos-wrap {
	margin-top: 48px;
	justify-content: center;
}

.logotext__logos-wrap {
    display: flex;
    gap: 32px;
}

@media screen and (max-width: 768px) {
	.logotext__bottom-position .logotext__logos-wrap {
		margin-top: 24px;
		gap: 16px;
		margin-bottom: 0;
	}
}

@media screen and (max-width: 1200px) {
	.logotext__logos-wrap {
		flex-wrap: wrap;
	}
    .text {
        background-size: contain;
    }

    .banner,
    .image-text,
    .slider-block,
    .site>.banner~.banner,
    .block-with-colors,
    .jobs,
    .main-faq,
    .banner,
    .model-block,
    .promo,
    .popup-block,
    .advantage,
    .two-column,
    .product-rating,
	.logotext,
	.text {
        padding: 48px 0;
    }

    .h1>br,
    h1>br {
        display: none;
    }

}

@media screen and (max-width: 992px) {
    .flex-block-row {
        margin-bottom: 48px;
    }

    .logotext__logos-wrap {
        margin-bottom: 24px;
        justify-content: center;
    }

    .banner__inner {
        flex-direction: column-reverse;
        padding: 0;
    }

    .banner .mw-668,
    .banner .mw-568 {
        text-align: center;
        padding: 24px;
    }

    .banner .btn--default {
        margin-left: auto;
        margin-right: auto;
    }

    .image-text__image2 img {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
}

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

    .wrapper,
    .swiper,
    .swiper1 {
        max-width: 720px;
    }
}

@media screen and (max-width: 768px) {
    .flex-block-row {
        margin-bottom: 24px;
    }

    h1,
    .h1,
    h2,
    .h2 {
        font-size: 24px;
        line-height: 32px;
        font-weight: 600;
    }

    .banner__inner {
        padding: 24px 0 0;
        margin: 0 15px;
    }

    .header__top {
        margin: 0 15px;
    }

    .flex-block-row__first-block {
        margin-bottom: 48px !important;
    }

    .mw-400,
    .mw-470,
    .mw-468,
    .mw-570,
    .mw-520,
    .mw-500,
    .mw-568,
    .mw-668 {
        max-width: 100%;
    }

    .text .h4 * {
        font-size: 16px;
        line-height: 24px;
    }

    .image-text__image2 {
        margin-bottom: 24px !important;
    }

    .swiper,
    .swiper1 {
        width: 100%;
        height: auto;
        overflow: hidden;
        padding: 0 15px;
    }

    .logo-text__img>a>img {
        width: 136px;
        height: 80px;
    }

    .table-item {
        flex-wrap: wrap;
    }

    .table-item p {
        text-align: center;
        padding: 16px 0;
        border-bottom: 1px solid #E8E9E9
    }

    .table .table-item .mw-250 {
        flex-basis: 49%;
    }

    .flex-block-row {
        margin-bottom: 0;
    }

    .mw-250 {
        max-width: 100%;
        width: 100%;
    }

    .main-title__flex-in-a-row {
        margin-bottom: 24px;
    }
}

@media screen and (max-width: 600px) {
    .image-text__paragraph-with-color {
        padding: 16px;
    }
}

@media screen and (max-width: 576px) {
    .logo-text__img:last-child {
        display: flex;
    }

    .banner__inner {
        padding: 0;
        margin: 0;
    }

    p>br {
        display: none;
    }

    .table-item__content p>br {
        display: block;
    }

    .logotext__logos-wrap {
        gap: 16px;
    }

    .banner .mw-668,
    .banner .mw-568 {
        text-align: left;
        padding: 24px;
    }

    .image-text .table {
        margin-top: 24px;
    }

    .mw-250.center>.h5 {
        max-width: 95%;
        margin: 0 auto;
    }

    .logotext__logos-wrap {
        justify-content: space-between;
    }

    .logo-text__img {
        flex-basis: 47%;
    }

    .logo-text__img>a>img {
        width: 100%;
		max-height: 100%;
    }
}

.btn--center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.table-item .mw-250 {
    display: flex;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    align-items: center;
    justify-content: center;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
    .hero_mob .hero__text {
        max-width: 100%;
    }

}

@media screen and (max-width: 992px) {
    .banner__inner img {
        max-width: 100%;
    }
}

@media screen and (max-width: 768px) {
    .model-block>.image-text__inner .h3.center {
        text-align: left;
    }

    .model-block__content {
        margin-top: 16px;
    }
}

body .iti__selected-flag,
div.wpforms-container .wpforms-form .iti__selected-flag,
div.wpforms-container-full .wpforms-form .iti__selected-flag,
#wpforms-conversational-form-page .iti__selected-flag {
    pointer-events: none;
}

.iti__arrow {
    display: none;
}

.scroll-disable {
    overflow: hidden !important;
}

.danke-advantage .block-with-colors__inner-card {
    border: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 16px;
}

.danke-advantage .block-with-colors__inner-card img,
.danke-advantage .block-with-colors__inner-card p {
    margin-bottom: 0;
}

.danke-advantage .block-with-colors__inner-card p {
    flex-basis: 78%;
}

.danke-advantage .card__description {
    /* 	flex-grow: 1; */
    height: 100%;
}

@media screen and (max-width: 600px) {
    .danke-advantage .block-with-colors__inner-card p {
        flex-basis: 70%;
    }
}

.page-id-2562 .without-border .h2 {
    text-align: left;
}

.page-id-2562 .flatpickr-calendar {
    max-width: 268px !important;
}

/* FOOTER */

.copyright__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 16px 0;
}

.copyright .wrapper {
    border-top: 1px solid #4A4D4F;
}

.copyright__content p {
    margin: 0;
    color: #fff;
}

.copyright__content-links ul {
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 48px;
}

.copyright__content-links ul>li {
    list-style: none;
	margin-bottom: 0;
}

.copyright__content-links ul>li>a {
    color: #fff;
  text-decoration: none;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.copyright__content-links ul>li>a:hover {
    color: #3A89FF;
}

.copyright__content-socials {
    display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  height: 24px;
  min-width: 142px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
  align-items: center;
}

.copyright__content-socials p,
.copyright__content-copyright {
	color: #D9D9D9;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 24px;
}

.copyright__content-socials a {
	max-height: 25px;
}

.blog_page-baner-con-r .copyright__content-socials a{
  display: block;
  max-height: 80px;
}

.copyright-new .copyright__content-copyright,
.copyright-new .copyright__content-links,
.copyright-new .copyright__content-socials {
	width: 33%;
}

.copyright-new .copyright__content-copyright {
	text-align: left;
}

.pre-footer {
	background: #173766;
	padding: 12px 0;
}

.pre-footer__content {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 48px;
}

.pre-footer__content p {
	margin-top: 0;
}

.footer-new .footer__partners-logo {
	max-height: 100%!important;
}

.footer-new .footer__columns .h5 {
	text-transform: uppercase;
	margin-bottom: 16px;
	font-weight: 600;
    font-size: 20px;
    line-height: 24px;
}

.footer-new .footer__inner-bottom {
	justify-content: space-evenly;
}

.footer-new .footer__service {
	max-width: 116px!important;
}

.footer-new .footer__info,
.footer-new .footer__menu.footer__service {
	max-width: 162px!important;
}

@media screen and (max-width: 992px) {
	.copyright-new .copyright__content-copyright, .copyright-new .copyright__content-links, .copyright-new .copyright__content-socials {
		width: fit-content;
	}
	.footer-new .footer__columns {
		gap: 24px;
	}
	.footer-new .footer__contact {
		max-width: 100%!important;
	}
	.footer-new .footer__service,
	.footer-new .footer__info,
	.footer-new .footer__menu.footer__service,
	.footer-new .footer__partners {
		max-width: fit-content!important;
		width: 100%;
	}
	.copyright__content-socials p {
		display: none;
	}
	.copyright-new .copyright__content-copyright, .copyright-new .copyright__content-links, .copyright-new .copyright__content-socials {
		width: fit-content;
	}
}

@media screen and (max-width: 768px) {
	.footer-new .footer__partners {
		flex-direction: column;
		gap: 24px;
	}
	.footer-new .footer__columns {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.copyright__content-socials p,
	.pre-footer__content p {
		display: block;
		width: 100%;
	}

	.pre-footer__content p {
		-ms-grid-row: 1;
		-ms-grid-row-span: 1;
		-ms-grid-column: 1;
		-ms-grid-column-span: 2;
		grid-area: 1 / 1 / 2 / 3;
	}

	.copyright__content-socials {
		flex-wrap: wrap;
		width: 100%;
		height: 100%;
		justify-content: center;
	}

	.copyright-new .copyright__content {
		flex-direction: column;
	}
	.footer__partners {
		align-items: center!important;
	}
	.footer-new .footer__inner-bottom {
		gap: 16px;
	}
	.pre-footer__content {
		display: -ms-grid;
		display: grid;
		-ms-grid-columns: 108px 16px 108px;
		grid-template-columns: repeat(2, 108px);
		-ms-grid-rows: 24px 16px 56px 16px 56px;
		grid-template-rows: 24px repeat(2, 56px);
		grid-column-gap: 16px;
		grid-row-gap: 16px;
		max-width: 60%;
		margin: 0 auto;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
	}
	.pre-footer {
		padding: 24px 0;
	}
	.footer-new .footer__columns .h5 {
		margin-bottom: 0;
	}
}

@media screen and (max-width: 660px) {
	.footer-new .mobile-dropdown-menu {
		display: none;
		margin: 16px 0 0 0;
	}

	.footer-new .mobile-dropdown::after {
		content: url('/wp-content/uploads/2023/10/down.svg');
		transition: all 0.3s ease;
		width: 24px;
		height: 24px;
	}

	.footer-new .mobile-dropdown {
		display: flex;
		align-items: center;
		width: 100%;
		justify-content: space-between;
		height: 24px;
		transition: all 0.3s ease;
	}

	.footer-new .h5 {
		font-size: 18px;
	}

	.footer-new .footer__columns .h5 {
		margin-bottom: 0;
	}

	.footer-new .footer__contact .h5{
		margin-bottom: 16px;
	}

	.footer-new .footer__contact {
		margin-bottom: 40px;
	}

	.mobile-dropdown.active:after {
		transform: rotate(180deg);
	}

	.footer-new .footer__service, .footer-new .footer__info, .footer-new .footer__menu.footer__service, .footer-new .footer__partners {
		max-width: 100%!important;
		border-top: 1px solid #6B7073;
		margin: 0;
		padding: 15px 16px 16px;
	}
	.footer-new .footer__columns {
		gap: 0;
	}
	.footer__partners {
		padding: 40px 0!important;
	}

}

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

}


.copyright-new .copyright__content-links ul>li>a {
	font-size: 14px;
}

.copyright-new .copyright__content-links ul {
	display: flex;
	justify-content: center;
}

.footer__logo-mob {
  display: none;
}

.footer {
  padding: 48px 0 0;
}

.footer__inner-bottom {
	display: flex;
  justify-content: space-between;
  gap: 60px;
	align-items: center;
  padding: 11px 0 12px 0;
  border-top: 1px solid #4A4D4F;
}

.footer__address {
  line-height: 1.8em;
}

.footer__email-mail {
  text-decoration: none;
  color: #fff;
}

.footer,
.copyright {
  position: relative;
  background: #343639;
}

.footer.footer-mini{
  padding: 0;
  margin-top: 48px;
  border-top: 1px solid #235299;
  position: sticky;
    bottom: 0;
}

.footer.footer-mini,
.footer-mini .copyright{
  background: #ffffff;
}

.footer-mini .copyright .wrapper {
    border-top: none;
}

footer.footer-mini .copyright__content p {
    margin: 0;
    color: #444445;
}


body footer.footer-mini a {
    color: #444445 !important;
}

.footer__info>p,
.footer__service>p,
.footer__contact>p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 8px 0;
  color: #fff;
}

.footer__contact {
	max-width: 260px;
	width: 100%;
}

.footer__contact-phone {
	text-decoration: none;
	font-size:18px;
	font-weight:bold;
	margin-top: 8px;
}

.footer__contact-email {
	margin-top: 8px;
	text-decoration: underline!important;
	font-weight: 700;
}

.footer__service .h5.footer__email-title {
  margin-top: 16px;
}

.footer__info>p:last-child {
  margin: 0;
}

.footer__info>p>img {
  margin-right: 18px;
}

.footer__info {
  width: 100%;
  max-width: 325px;
}

.footer__service {
  width: 100%;
  max-width: 356px;
}

.footer__partners {
  width: max-content;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.footer__partner {
  margin-right: 0px;
  width: 100%;
  background: #FFFFFF;
  border: 1px solid rgba(68, 68, 69, 0.1);
  border-radius: 4px;
}

.footer__service>ul>li>a,
.footer__info>ul>li>a,
.footer__email-mail {
  text-decoration: none;
  color: #fff;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.footer__service>ul>li>a:hover,
.footer__info>ul>li>a:hover {
  color: #3A89FF;
}

.footer__partner-logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 50px;
  padding: 10px;
  background-color: transparent;
  border: none;
  text-decoration: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.footer__partners-wrap {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 16px 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: 1fr 16px 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 16px;
  margin: 24px 0;
}

.footer__partners-wrap>*:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.footer__partners-wrap>*:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.footer__partners-wrap>*:nth-child(3) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}

.footer__partners-wrap>*:nth-child(4) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}

.footer__partner img {
  padding: 0 10px;
  width: 100%;
}

.copyright>p {
  color: #fff;
  margin: 0;
  padding: 24px 0;
}

.copyright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: center;
}

.footer__form,
.footer__info {
  margin-bottom: 0;
}

.copyright__content-socials a:hover {
    -webkit-filter: invert(49%) sepia(32%) saturate(4861%) hue-rotate(201deg) brightness(100%) contrast(112%);
    filter: invert(49%) sepia(32%) saturate(4861%) hue-rotate(201deg) brightness(100%) contrast(112%);
}

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

    .footer__info,
    .footer__service,
    .footer__partners {
        max-width: 250px;
    }
	
	.footer__inner-bottom {
		gap: 30px;
	}
}

@media screen and (max-width: 992px) {
   
	.footer__inner-bottom {
			flex-wrap: wrap;
      		justify-content: center;
    		gap: 6%;
		}
}

@media screen and (max-width: 768px) {
	.copyright__content-socials {
		min-width: auto;
	}

    .footer__info,
    .footer__service,
    .footer__partners {
        width: 100%;
        margin-bottom: 24px;
    }

    .footer__partners-wrap {
        width: 100%;
    }

    .footer__info,
    .footer__service,
    .footer__partners {
        max-width: 100%;
    }

    .footer__partners {
        flex-direction: unset;
    }

    .footer__logo-desc {
        display: none;
    }

    .footer__logo-mob {
        display: block;
        margin-bottom: 24px;
    }

    .copyright__content,
    .copyright__content-links ul {
        gap: 32px;
    }
}

@media screen and (max-width: 576px) {
	.footer__inner-bottom .footer__partners-logo {
		max-width: 80px;
	}
	
	.footer__inner-bottom {
		border-bottom: 1px solid #4A4D4F;
	}
	
	.footer__columns {
		margin-bottom: 24px;
	}
	
	.copyright .wrapper {
		border: none;
	}

    .footer__partners-wrap {
        gap: 24px 48px;
    }

    .copyright__content {
        margin: 24px 0;
    }

    .footer__partners {
        padding: 0;
        margin: 0;
    }
}

@media screen and (orientation:landscape) {
    .footer__partners-wrap {
        gap: 16px;
    }
}

.advantage-repeat__item-intro p {
    margin-top: 8px;
}

.advantage-repeat__item-intro-title {
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    color: #1D2023;
    margin-top: 0 !important;
}

.advantage-repeat__item {
    display: flex;
    align-items: flex-start;
    gap: 24px;
    padding: 24px;
    border: 1px solid #E8E9E9;
}

.advantage-repeater {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

@media screen and (max-width: 568px) {
    .advantage-repeat__item {
        flex-direction: column;
    }
}

.advantage__intro {
    margin-bottom: 24px;
}

.advantage-repeat__item-intro p {
    margin-top: 8px;
}

.advantage-repeat__item-intro-title {
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    color: #1D2023;
    margin-top: 0 !important;
}

/* .advantage-repeat__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 24px;
  padding: 24px;
  border: 1px solid #E8E9E9;
} */

.advantage-repeater {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

@media screen and (max-width: 568px) {
    .advantage-repeat__item {
        flex-direction: column;
    }

    .page-id-1897 .advantage-repeat__item {
        align-items: flex-start;
    }

    .advantage-repeat__item-intro-title {
        font-size: 16px;
        line-height: 24px;
    }
}

.banner-repeater {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

/* .banner-repeater__intro {
  margin-bottom: 24px;
} */

.banner-repeater__intro-desc>p+p {
    margin-top: 8px;
}

.banner .banner-space {
    padding: 48px;
}

@media screen and (max-width: 1440px) {
    .banner .banner-space {
        padding: 24px;
    }
}

@media screen and (max-width: 768px) {
    .banner .banner-space {
        padding: 16px;
    }
}

@media screen and (max-width: 576px) {
    .banner-repeater__intro {
        margin-bottom: 0;
        /* 			padding: 0 15px; */
    }

    .banner .banner-space .mw-668,
    .banner .banner-space .mw-568 {
        padding: 0 !important;
        margin-top: 16px;
    }
}

.block-with-colors__with-img {
    display: flex;
    align-items: center;
    gap: 16px;
}

.block-with-colors__intro {
    margin-bottom: 24px;
}

.block-with-colors__inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 32px;
    margin-top: 24px;
}

.block-with-colors__inner-card {
    padding: 23px 15px;
    border: 1px solid #E8E9E9;
    min-height: 120px
}

.block-with-colors__inner-card img {
    display: block;
    width: auto;
    margin-bottom: 16px;
}

.card__description p {
    margin: 0;
}

.block-with-colors.last-child-color .block-with-colors__inner>.block-with-colors__inner-card:last-child {
    background: #D8E7FF !important;
}

.block-apps .block-with-colors__inner-card {
    padding: 0;
    display: flex;
    align-items: center;
    min-height: auto;
    gap: 24px;
    overflow: hidden;
}

.block-apps .block-with-colors__inner-card img {
    margin-bottom: 0;
    max-width: 90px;
    max-height: 56px;
}

.without-border .block-with-colors__inner-card {
    padding: 0;
    border: none;
}

@media screen and (max-width: 600px) {
    .block-with-colors__intro {
        margin-bottom: 24px;
    }

    .block-with-colors__inner {
        margin-top: 16px;
        gap: 16px;
    }

    .card__description p {
        display: flex;
        flex-direction: column;
        gap: 18px;
    }

    .card__description img {
        width: auto;
        margin-bottom: 0;
        max-width: 24px;
    }
}


/* PROMO BLOCK*/


.promo__intro {
    margin-bottom: 48px;
}

.promo__cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 32px;
}

.promo__card {
    border-radius: 24px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    border: 1px solid #E8E9E9;
}

.promo__card-image img {
    width: 100%;
    height: auto;
}

.promo__card-content {
    padding: 24px 15px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.promo__card.mw-368>.promo__card-content {
    padding: 16px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.promo__card-text {
    flex-grow: 1;
}

.promo__card-title {
    margin: 0;
    font-weight: 600;
}

.btn--full-width {
    width: 100%;
}

.promo__card-content .btn {
    padding: 16px 27px;
}

.page-id-3618 .promo__card-content .btn {
    padding: 16px 4px;
    margin-top: 0;
}

@media screen and (max-width: 768px) {
    .promo__intro {
        margin-bottom: 24px;
    }

    .promo__card-content {
        padding: 16px;
    }

    .promo__card-content.promo__card-content-full-width {
        padding: 24px 16px;
    }

    .promo__cards {
        gap: 24px;
        justify-content: center;
    }

    .popup-block__item .popup-block__item-title {
        text-align: center;
    }

    .promo__card-title {
        margin: 0;
        font-size: 24px !important;
        line-height: 32px !important;
    }
}

/* FAQ */

.faq-footer {
    padding: 64px 0;
}

.faq-footer .content {
    max-width: 768px;
    margin: 0 auto;
}

.faq-footer .title {
    margin-bottom: 48px;
    text-align: center;
}

.faq-footer .topic {
    padding: 16px;
    background: #fff;
    border: 1px solid #E8E9E9;
    border-radius: 8px;
    margin-bottom: 16px;
}

.faq-footer.white-box .topic {
    background: #F8F8F8;
}

.faq-footer .topic:last-child {
    margin-bottom: 0;
}

.faq-footer .open-faq {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.faq-footer .expanded {
    transition: all .3s ease-in-out;
    background: #FFFFFF;
    box-shadow: 0px 8px 16px rgb(49 99 104 / 14%);
    border-radius: 8px;
    margin: 16px 0;
}

.faq-footer .question {
    text-align: left;
    margin: 0;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #1D2023;
}

.faq-footer .answer {
    font-size: 16px;
    line-height: 26px;
    display: none;
    text-align: left;
}

.faq-footer .faq-t {
    display: inline-block;
    position: relative;
    width: 16px;
    height: 16px;
    background: transparent;
    transition: all .3s ease-in-out;
}

.faq-footer .faq-t {
    position: relative;
    content: url(http://staging.audiomee.de/wp-content/uploads/2022/11/down.svg);
    width: 16px;
    height: 16px;
}

.faq-footer .faq-o {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-filter: invert(62%) sepia(95%) saturate(3533%) hue-rotate(358deg) brightness(100%) contrast(108%);
    filter: invert(62%) sepia(95%) saturate(3533%) hue-rotate(358deg) brightness(100%) contrast(108%);
}

@media screen and (max-width: 768px) {
    .faq-footer {
        padding: 42px 0;
    }

    .faq-footer .content {
        max-width: 100%;
    }

    .faq-footer .content .title {
        margin-bottom: 24px;
    }
}

@media screen and (max-width: 600px) {
    .faq-footer .question {
        font-weight: 700 !important;
        font-size: 16px !important;
        line-height: 24px !important;
    }
}


.image-text__image2-mobile {
    display: none;
}

@media screen and (max-width: 768px) {
    .image-text__image2-mobile {
        display: flex;
    }

    .image-text__image2-mobile img {
        width: inherit;
    }

    .image-text__image2-desk {
        display: none;
    }
}


/*FULL Promo */

.full-cards-block {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.promo__intro {
    margin-bottom: 48px;
}

.promo__card.mw-full-width {
    width: 100%;
    border: none;
}

.promo__cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 32px;
}


.promo__card-image {
    line-height: 0;
}

.promo__card-image img {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    max-height: 224px;
}

@media (min-width: 992px) {
    .promo__card.mw-568>.promo__card-image img {
        max-height: 298px;
    }
}


.promo__card-content-full-width {
    padding: 48px;
}

.promo__card.mw-368>.promo__card-content {
    padding: 16px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.promo__card-text {
    flex-grow: 1;
}

.promo__card-text ul {
    padding-left: 16px;
    margin: 16px 0 0 0;
}

.promo__card-text ul li {
    margin-top: 16px;
    -webkit-padding-start: 16px;
    padding-inline-start: 16px;
}

.promo__card-text ul li::marker {
    color: #2E6DCC;
}

.promo__card-title {
    margin: 0;
}

.btn--full-width {
    width: 100%;
}

.promo__card-image-space>img {
    padding-top: 24px;
    width: auto;
}

@media screen and (max-width: 768px) {
    .promo__intro {
        margin-bottom: 24px;
    }

    .promo__card-content {
        padding: 16px;
    }

    .promo__cards {
        gap: 24px;
        justify-content: center;
    }

    .promo__card-title {
        margin: 0;
        font-size: 24px !important;
        line-height: 32px !important;
    }
}

@media screen and (max-width: 600px) {
    .promo__card.mw-268 {
        max-width: 100%;
    }

    .promo__card-image img {
        width: 100%;
        height: auto;
        -o-object-fit: cover;
        object-fit: cover;
        max-height: 100%;
    }

    .promo__card-image-space>img {
        max-width: 184px;
    }
}


.banner-with-image_text {
    padding: 0;
    margin-top: 32px;
}

/* SLIDER */

.slide-block {
    background: #FAFBFB;
    overflow: hidden !important;
}

.slide-container {
    padding: 16px;
    background: #FFFFFF;
    border: 1px solid #E8E9E9;
    height: 352px;
    cursor: pointer;
}

.slide-container img {
    display: block;
}

.swiper-pagination {
    position: relative;
}

.slides-wrap1 {
    margin-top: 60px;
    margin-bottom: 48px;
}

.slider-block .top-navigation {
    display: flex;
    justify-content: space-between;
    height: auto;
    align-items: center;
}

.swiper-button-next1:after,
.swiper-button-prev1:after {
    display: none;
}

.slider-block .h2 {
	font-weight: 600;
    margin: 0;
}

.btn-slider {
    display: flex;
    height: 56px;
}

.swiper-button-next1 {
    right: 0;
}

.swiper-button-prev1 {
    /*   left: -16px; */
}

.swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
}

.swiper-button-prev1,
.swiper-button-next1 {
    position: relative;
    top: 0;
    height: auto;
    margin: 0;
    width: auto;
    transition: all ease 0.5s;
    border-radius: 50%;
    cursor: pointer;
}

.swiper-button-next1.swiper-button-disabled,
.swiper-button-prev1.swiper-button-disabled {
    opacity: .55;
    background: #E8E9E9;
}

.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic { 
	transform: none!important;
}

.swiper-popular-button-prev,
.swiper-popular-button-next {
	border-radius: 50px;
}

div:not(.swiper-popular-pagination) span.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background: #D2D2D3;
    border-radius: unset;
    margin: 0 8px !important;
    opacity: 1;
    border-radius: 50px;
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transition: 0.4s;
}

div:not(.swiper-popular-pagination)>span.swiper-pagination-bullet:not(.swiper-pagination-bullet-active-next, .swiper-pagination-bullet-active-next-next, .swiper-pagination-bullet-active, .swiper-pagination-bullet-active-prev, .swiper-pagination-bullet-active-prev-prev) {
    height: 8px!important;
    position: relative;
    top: -5px!important;
    width: 5px!important;
}

div:not(.swiper-popular-pagination)>span.swiper-pagination-bullet-active {
    width: 10px;
    height: 18px!important;
    background: #2E6DCC;
    border-radius: 3px;
}


span.swiper-pagination-bullet-active-next,
span.swiper-pagination-bullet-active-prev {
    height: 14px!important;
    position: relative;
    top: -2px;
    width: 8px!important;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active-next-next,
.swiper-pagination-bullet.swiper-pagination-bullet-active-prev-prev {
    height: 12px!important;
    position: relative;
    top: -3px;
    width: 6px!important;
}

.swiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal {
    display: flex;
    align-items: center;
    justify-content: center;
}

/* 	.swiper-button-prev:hover,
	.swiper-button-next:hover {
		transform: scale(1.1);
	} */
.swiper-button-prev1:active,
.swiper-button-next1:active,
.swiper-popular-button-prev:active,
.swiper-popular-button-next:active {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
}


.swiper-popular-pagination>span.swiper-pagination-bullet-active {
	width: 16px!important;
	height: 16px!important;
	background: #2E6DCC!important;
}

.swiper {
    width: 1168px;
    height: auto;
    overflow: visible;
}

.slides-wrap1:before {
    content: '';
    background: #F5F9FF;
    display: block;
    position: absolute;
    height: 100%;
    width: 50%;
    top: 0;
    left: -51%;
    z-index: 2;
}

@media screen and (max-width: 992px) {
    .swiper {
        width: 100%;
        height: auto;
        overflow: hidden;
        padding: 0 15px;
    }
}

@media screen and (max-width: 768px) {
    .btn-slider {
        display: none !important;
    }

    span.swiper-pagination-bullet {
        margin: 0 8px !important;
    }

    .slides-wrap1 {
        margin: 24px auto !important;
    }

    .product-rating__block span.swiper-pagination-bullet-active {
        width: 8px;
        height: 8px;
    }

    .product-rating__block .swiper-pagination-bullets-dynamic {
        overflow: visible;
    }

    .image-text>.banner-with-image_text {
        padding: 0 15px;
    }
}

/*SINGLE JOB*/

.single-job .btn--job_big {
    min-width: 472px;
    margin: 48px auto 0;
}

.single-job .hero .btn--jobs {
    margin-top: 24px !important;
}

.single-job .two-column__content {
    display: flex;
    justify-content: space-between;
    align-items: initial;
}

.single-job .two-column__content-column {
    overflow: hidden;
    border: 1px solid #E8E9E9;
    border-radius: 24px;
}

.single-job .two-column__content-column-desc {
    padding: 32px 48px;
}

.single-job .two-column__content-column-desc ul {
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding-left: 16px;
}

.single-job .two-column__content-column-desc ul li {
    -webkit-padding-start: 16px;
    padding-inline-start: 16px;
}

.single-job .two-column__content-column-desc ul li::marker {
    color: #2E6DCC;
}

.single-job .two-column__content-title {
    background: radial-gradient(100% 940.56% at 0% 0%, #96BFFF 0%, #D8E8FF 66.86%, #9FC5FF 100%);
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    text-align: center;
    color: #1D2023;
    padding: 24px 0;
    text-align: center;
    margin: 0;
}

.single-job div.wpforms-container div.wpforms-uploader {
    padding: 16px 8px !important;
}

.single-job div.wpforms-container div.wpforms-uploader .dz-message svg {
    width: 24px !important;
    height: 24px !important;
    margin-bottom: 0 !important;
    opacity: 1 !important;
}

.single-job div.wpforms-container-full {
    margin-bottom: 0 !important;
}

.single-job div.wpforms-container-full .wpforms-form .wpforms-field {
    padding: 0 !important;
}

.single-job div.wpforms-container-full .wpforms-form .wpforms-submit-container {
    padding: 0 !important;
}

.single-job .btn--jobs {
    padding: 16px 32px !important;
    background: #2E6DCC !important;
    color: #fff !important;
    font-size: 16px !important;
    line-height: 20px !important;
    /* 		margin-top: 48px!important; */
    text-transform: uppercase !important;
    border-radius: 48px !important;
}

.single-job .btn--jobs:hover {
    background: #3A89FF !important;
}

.single-job .popup h4 {
    font-size: 24px !important;
    line-height: 32px !important;
    margin-bottom: 16px !important;
    font-weight: 600;
}

.single-job .jobs-desc {
    margin-top: 48px;
}

.single-job div.wpforms-container div.wpforms-uploader .dz-message {
    flex-direction: row-reverse !important;
    justify-content: space-between !important;
    width: 100%;
}

.single-job div.wpforms-container-full .wpforms-form .wpforms-one-half {
    max-width: 268px !important;
    width: 100%;
    margin-bottom: 24px !important;
}

.single-job #wpforms-811-field_11-container,
.single-job #wpforms-811-field_3-container {
    margin-bottom: 24px !important;
}

.single-job #wpforms-811-field_5-container {
    margin-bottom: 34px !important;
}

.single-job .job-small-field input {
    border: none !important;
    border-bottom: 1px solid #E8E9E9 !important;
    max-width: 268px !important;
    height: 56px !important;
    width: 100% !important;
    padding: 16px 0 16px 8px !important;
}

div.wpforms-container div.wpforms-uploader {
    background: #fff !important;
}

.single-job .job-big-field textarea {
    border: none !important;
    background: #FAFBFB !important;
    border-bottom: 1px solid #E8E9E9 !important;
    height: 88px !important;
    width: 100% !important;
    padding: 16px 0 16px 8px !important;
}

.single-job .popup-container {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(29, 32, 35, 0.7);
    display: none;
    align-items: center;
    justify-content: center;
}

.single-job .popup-container.active {
    display: flex;
    z-index: 9999;
}

.page-id-740 .popup {
    background-color: #F5F9FF;
}

.single-job .popup {
    background-color: #F5F9FF;
    border-radius: 5px;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
    padding: 32px;
    width: 632px;
}

.page-id-740 button#close,
.single-job button#close {
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff;
    padding: 8px;
    position: absolute;
    top: 47px;
    right: 80px;
    max-height: 42px;
    cursor: pointer;
    transition: scale 0.5s ease;
}

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

    .page-id-740 button#close,
    .single-job button#close {
        border: 1px solid #fff;
        color: #000;
        padding: 8px;
        position: absolute;
        top: 7px;
        right: 7px;
        max-height: 42px;
        cursor: pointer;
        transition: all 0.3s ease;
        top: -65px;
    }
}


.page-id-740 button#close:hover,
.single-job button#close:hover {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
}



.single-job .jobs-title {
    margin-bottom: 48px;
}

.single-job .top-content__info {
    display: flex;
    flex-direction: column;
    flex-basis: 60%;
    text-align: left;
}

.single-job .job-wrap {
    border-top: 1px solid #E2E2E3;
    border-bottom: 1px solid #E2E2E3;
    cursor: pointer;
    padding: 24px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.single-job .job-wrap+.job-wrap {
    border-top: 0;
    border-bottom: 1px solid #E2E2E3;
}

.single-job .job-wrap:hover {
    background: #F5F9FF;
}

.single-job .job-image {
    margin-right: 30px;
}

.single-job .btn--job {
    background: #EBF3FF;
    border: 1px solid #E8E9E9;
    margin-top: 0;
    color: #1D2023;
}

.single-job .job-wrap:hover>.btn--job {
    background: #2E6DCC;
    color: #fff;
}

.single-job .top-content>img {
    margin-right: 8px;
}

.single-job .top-content {
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 130px;
}

.single-job .job-image>img {
    width: 70px;
    height: 70px;
}

.single-job h4.entry-title {
    margin-bottom: 0;
}

.single-job h4.entry-title>a {
    text-decoration: none !important;
    color: inherit;
    pointer-events: none;
}

@media screen and (max-width: 960px) {
    .single-job .two-column__content {
        flex-wrap: wrap;
        gap: 24px;
    }

    .single-job .btn--job_big {
        margin-top: 24px;
    }

    .single-job .job-wrap {
        display: flex;
        align-items: flex-start;
        flex-direction: column;

    }

    .single-job .top-content {
        margin-bottom: 16px;
    }

    .single-job .top-content__info {
        margin-bottom: 24px;
    }
}

@media screen and (max-width: 600px) {
    .single-job .two-column__content-column-desc {
        padding: 16px;
    }

    .single-job .btn--job_big {
        min-width: 100%;
    }

    .single-job div.wpforms-container-full .wpforms-form .wpforms-one-half {
        margin-left: 0px !important;
        margin-bottom: 16px !important;
    }

    .single-job div.wpforms-container-full .wpforms-form .wpforms-one-half {
        width: 100% !important;
        max-width: 100% !important;
    }

    .single-job .job-small-field input {
        max-width: 100% !important;
        width: 100% !important;
    }

    .single-job .jobs-title {
        margin-bottom: 16px;
    }

    .single-job .jobs-desc {
        margin-top: 16px;
    }

    .single-job .popup {
        position: relative;
        padding: 16px;
    }

    .single-job .btn--jobs {
        margin-top: 24px !important;
    }

    .single-job div.wpforms-container-full .wpforms-form textarea.wpforms-field-large {
        height: 50px !important;
    }

    .single-job button#close {
        background-color: #000;
        border: 1px solid #000;
        color: #000;
        padding: 8px;
        position: absolute;
        top: 7px;
        right: 7px;
        max-height: 42px;
    }

    .single-job #wpforms-811-field_5-container {
        margin-bottom: 16px !important;
    }

    .single-job div.wpforms-container-full .wpforms-form input[type=date],
    .single-job div.wpforms-container-full .wpforms-form input[type=datetime],
    .single-job div.wpforms-container-full .wpforms-form input[type=datetime-local],
    .single-job div.wpforms-container-full .wpforms-form input[type=email],
    .single-job div.wpforms-container-full .wpforms-form input[type=month],
    .single-job div.wpforms-container-full .wpforms-form input[type=number],
    .single-job div.wpforms-container-full .wpforms-form input[type=password],
    .single-job div.wpforms-container-full .wpforms-form input[type=range],
    .single-job div.wpforms-container-full .wpforms-form input[type=search],
    .single-job div.wpforms-container-full .wpforms-form input[type=tel],
    .single-job div.wpforms-container-full .wpforms-form input[type=text],
    .single-job div.wpforms-container-full .wpforms-form input[type=time],
    .single-job div.wpforms-container-full .wpforms-form input[type=url],
    .single-job div.wpforms-container-full .wpforms-form input[type=week],
    .single-job div.wpforms-container-full .wpforms-form select,
    .single-job div.wpforms-container-full .wpforms-form textarea {
        font-size: 14px !important;
    }
}

/*JOB PAGE*/

#wpforms-811 div.wpforms-uploader {
    padding: 16px 8px !important;
}

#wpforms-811 div.wpforms-uploader .dz-message svg {
    width: 24px !important;
    height: 24px !important;
    margin-bottom: 0 !important;
    opacity: 1 !important;
}

#wpforms-811 {
    margin-bottom: 0 !important;
}

#wpforms-811 .wpforms-form .wpforms-submit-container {
    padding: 0 !important;
}

.btn--jobs {
    padding: 16px 32px !important;
    background: #2E6DCC !important;
    color: #fff !important;
    font-size: 16px !important;
    line-height: 20px !important;
    /* 		margin-top: 48px!important; */
    text-transform: uppercase !important;
    border-radius: 48px !important;
}

.btn--jobs:hover {
    background: #3A89FF !important;
}

.popup h4 {
    font-size: 24px !important;
    line-height: 32px !important;
    margin-bottom: 16px !important;
}

.jobs-desc {
    margin-top: 48px;
}

#wpforms-811 div.wpforms-uploader .dz-message {
    flex-direction: row-reverse !important;
    justify-content: space-between !important;
    width: 100%;
}

#wpforms-811 .wpforms-form .wpforms-one-half {
    max-width: 268px !important;
    width: 100%;
}

#wpforms-811-field_11-container,
#wpforms-811-field_3-container {
    padding-bottom: 24px !important;
}

#wpforms-811-field_4-container {
	padding: 0!important;
}

#wpforms-811-field_5>p {
	margin-top: 0!important;
}

.job-small-field input {
    border: none !important;
    border-bottom: 1px solid #E8E9E9 !important;
    max-width: 268px !important;
    height: 56px !important;
    width: 100% !important;
    padding: 16px 0 16px 8px !important;
}

.job-big-field textarea {
    border: none !important;
    background: #FAFBFB !important;
    border-bottom: 1px solid #E8E9E9 !important;
    height: 88px !important;
    width: 100% !important;
    padding: 16px 0 16px 8px !important;
}

.popup-container {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(29, 32, 35, 0.7);
    display: none;
    align-items: center;
    justify-content: center;
}

.popup-container.active {
    display: flex;
    z-index: 9999;
}

.popup {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
    padding: 32px;
    width: 632px;
}

button#close,
button#close-disc {
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff;
    padding: 8px;
    position: absolute;
    top: 47px;
    right: 80px;
    max-height: 42px;
}



.jobs-title {
    margin-bottom: 48px;
}

.top-content__info {
    display: flex;
    flex-direction: column;
    flex-basis: 60%;
    text-align: left;
}

.job-wrap {
    border-top: 1px solid #E2E2E3;
    border-bottom: 1px solid #E2E2E3;
    cursor: pointer;
    padding: 24px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.job-wrap+.job-wrap {
    border-top: 0;
    border-bottom: 1px solid #E2E2E3;
}

.job-wrap:hover {
    background: #F5F9FF;
}

.job-image {
    margin-right: 30px;
}

.btn--job {
    background: #EBF3FF;
    border: 1px solid #E8E9E9;
    margin-top: 0;
    color: #1D2023;
}

.job-wrap:hover>.btn--job {
    background: #2E6DCC;
    color: #fff;
}

.top-content>img {
    margin-right: 8px;
}

.top-content {
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 130px;
}

.job-image>img {
    width: 70px;
    height: 70px;
}

.top-content__info h4.entry-title {
    margin-bottom: 0;
}

.top-content__info h4.entry-title>a {
    text-decoration: none !important;
    color: inherit;
    pointer-events: none;
}

@media screen and (max-width: 960px) {
    .job-wrap {
        display: flex;
        align-items: flex-start;
        flex-direction: column;

    }

    .top-content {
        margin-bottom: 16px;
    }

    .top-content__info {
        margin-bottom: 24px;
    }
}

@media screen and (max-width: 600px) {
    #wpforms-811 .wpforms-form .wpforms-one-half {
        margin: 0 !important;
    }

    #wpforms-811 .wpforms-form .wpforms-one-half {
        width: 100% !important;
        max-width: 100% !important;
    }

    .job-small-field input {
        max-width: 100% !important;
        width: 100% !important;
    }

    .jobs-title {
        margin-bottom: 16px;
    }

    .jobs-desc {
        margin-top: 16px;
    }

    .popup {
        position: relative;
        padding: 16px;
        top: 150px;
    }

    .popup-container {
        overflow: scroll;
    }

    .btn--jobs {
        margin-top: 24px !important;
    }

    #wpforms-811 .wpforms-form textarea.wpforms-field-large {
        height: 50px !important;
    }

    button#close,
	button#close-disc {
        border: 1px solid #fff;
        color: #000;
        padding: 8px;
        position: absolute;
        top: 7px;
        right: 7px;
        max-height: 42px;
        cursor: pointer;
        transition: all 0.3s ease;
        top: -65px;
    }

    #wpforms-811-field_5-container {
        margin-bottom: 16px !important;
    }

    #wpforms-811 .wpforms-form input[type=date],
    #wpforms-811 .wpforms-form input[type=datetime],
    #wpforms-811 .wpforms-form input[type=datetime-local],
    #wpforms-811 .wpforms-form input[type=email],
    #wpforms-811 .wpforms-form input[type=month],
    #wpforms-811 .wpforms-form input[type=number],
    #wpforms-811 .wpforms-form input[type=password],
    #wpforms-811 .wpforms-form input[type=range],
    #wpforms-811 .wpforms-form input[type=search],
    #wpforms-811 .wpforms-form input[type=tel],
    #wpforms-811 .wpforms-form input[type=text],
    #wpforms-811 .wpforms-form input[type=time],
    #wpforms-811 .wpforms-form input[type=url],
    #wpforms-811 .wpforms-form input[type=week],
    #wpforms-811 .wpforms-form select,
    #wpforms-811 .wpforms-form textarea {
        font-size: 14px !important;
    }
}

/*Rating block*/
.product-rating__intro {
    margin-bottom: 24px;
}

.product-rating__block-model {
    max-width: 100%;
    width: 100%;
    height: auto;
    border-radius: 24px;
    overflow: hidden;
    border: 1px solid #E8E9E9;
}

.model__rating {
    padding: 12px 0;
    background: #2E6DCC;
    display: flex;
    justify-content: center;
    gap: 4px;
}

.model__card-content {
    padding: 24px 16px;
    flex-grow: 1;
}

.model__card-text ul {
    margin-bottom: 0;
    flex-grow: 1;
}

.model__card-title {
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    color: #1D2023;
    margin-top: 0;
}

.model__card-text {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.model__card-text>p+p {
    margin-top: 8px;
}

.model__card-text>.btn {
    margin-left: auto;
    margin-right: auto;
}

.model__card-price {
    display: block;
    margin-top: 16px;
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    color: #235299;
}

li.model__card-text-closed {
    color: #A5A6A7;
/*     -webkit-filter: invert(40%) sepia(6%) saturate(56%) hue-rotate(169deg) brightness(96%) contrast(90%);
    filter: invert(40%) sepia(6%) saturate(56%) hue-rotate(169deg) brightness(96%) contrast(90%); */
}

.model__card-text ul li.model__card-text-closed:before {
    background-image: url(/wp-content/uploads/2023/02/1.svg);
}

.product-rating__block-model {
    display: flex;
    flex-direction: column;
}

@media screen and (max-width: 1200px) {
    .product-rating__block-model {
        /* 			flex-basis: 48%; */
    }
}

@media screen and (max-width: 640px) {
    .product-rating__block-model {
        flex-basis: 100%;
    }
}

/*Rating block*/
.product-rating {
    overflow: hidden;
}

.btn-slider-rating {
    display: flex;
    justify-content: space-between;
}

.btn-slider-rating .swiper-button-prev {
    left: 0;
}

.swiper-pagination-rating.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal.swiper-pagination-bullets-dynamic {
    margin: 0 auto;
    -webkit-transform: none;
    transform: none;
    top: 35px;
    left: 0;
    position: relative;
}

.swiper-pagination-rating.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal.swiper-pagination-bullets-dynamic {
    display: flex !important;
    align-items: center;
}


/* Table block */
.sub-column__price {
    flex-direction: column;
}

.column__price-old {
    -webkit-text-decoration-line: line-through;
    text-decoration-line: line-through;
    font-weight: 500;
}

.table-of-pakete__intro {
    margin-bottom: 24px;
}

.table-of-pakete-items {
    width: 100%;
    overflow-x: auto;
    padding-bottom: 24px;
}

.main-column {
    max-width: 352px;
    width: 100%;
    display: flex;
    align-items: center;
}

.main-column>p {
	margin: 0;
	width: 100%;
}

.main-column>.tooltip-trigger-new-* {
	left: 0;
}

.sub-column {
    max-width: 136px;
    border-left: 1px solid #E8E9E9;
    text-align: center;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.table-of-pakete-items__header,
.table-of-pakete-items__footer,
.table-of-pakete-items__content-row {
    display: flex;
    width: 1168px;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #E8E9E9;
}

.table-of-pakete-items__header>div,
.table-of-pakete-items__footer>div {
    background: #2E6DCC;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
    padding: 15px;
    display: flex;
    -ms-grid-row-align: stretch;
    align-self: stretch;
}

.table-of-pakete-items__content-row>div {
	position: relative;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #343639;
    padding: 15px;
    display: flex;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    height: 78px;
}

.table-of-pakete-items__content-row {
    border-top: 0;
}

.table-of-pakete-items__content-row-pakete>div {
    height: 56px;
}

.table-of-pakete-items__content>div:nth-child(2n) {
    background: #F5F9FF;
}

#table-pakete::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #E8E9E9;
}

#table-pakete::-webkit-scrollbar:vertical {
    width: 100%;
    background-color: #E8E9E9;
    height: 5px;
}

#table-pakete::-webkit-scrollbar {
    width: 100%;
    background-color: #E8E9E9;
    height: 2px;
}

#table-pakete::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #2E6DCC;
}

.tooltip-trigger {
    position: relative;
    left: 32px;
    cursor: pointer;
}

.tooltip-trigger2 {
    position: relative;
    left: 23px;
    cursor: pointer;
}

.tooltip-cell {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
}

.tooltip-cell p {
    margin-top: 0;
}

.tooltip-title {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
    display: inline-flex;
    align-items: center;
}

.tooltip-desc {
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
}

div#tooltip-first,
div#tooltip-second {
    max-width: 400px;
    width: 400px;
    background: #F5F9FF;
    border: 1px solid #3A89FF;
    box-shadow: 0px 4px 16px rgb(0 0 0 / 16%);
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
    padding: 15px;
    border-radius: 25px;
    color: #1D2023;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
}

#tooltip-first:after,
#tooltip-second:after {
    content: url('/wp-content/uploads/2023/01/Group-680.svg');
    position: absolute;
    bottom: -37px;
    left: 48%;
}

.table-of-pakete-items__pre-footer {
    border-bottom: none;
    border-top: none;
}

.table-of-pakete-items__pre-footer>div {
    background: #61A0FF;
}


/*POPUP SIDEBAR*/
@media (min-width: 1200px) {
    .page-id-2549 .popup-block {
        padding: 0 0 64px 0;
    }
}

#mobile-btn-popup {
    display: none;
}

.precontent-info__block {
    display: flex;
    align-items: center;
    gap: 16px;
}

.precontent-info__text {
    margin: 0;
    text-decoration: none;
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    color: #343639;
}

.precontent-info {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin: 24px 0;
}

.popup-intro p+p {
    margin-top: 8px;
}

.popup-block__content,
.popup-block__item {
    display: flex;
    justify-content: space-between;
}

.popup-block__item {
    border: 1px solid #E8E9E9;
    border-radius: 16px;
    overflow: hidden;
    align-items: center;
    padding: 0 23px 0 0;
}

.popup-block__item img {
    max-width: 168px;
    height: auto;
}

.popup-block__item-content {}

.popup-block__content-items {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.popup-block__item .btn,
.popup-block__item .popup-block__item-title {
    margin: 0;
}

.popup-block__item .btn {
    min-width: 251px;
}

.popup-block__item .popup-block__item-title {
    max-width: 185px;
    width: 100%;
    font-weight: 700;
}

.popup-block__item-big-content {
	width: 100%;
}

.popup-block__item-big-content .popup-block__item-title {
    max-width: 100%;
}

.popup-block__item-big {
    padding: 0 40px 0 0;
}

.popup-block__item-big img {
    max-width: 276px;
    margin-left: 40px;
}

.popup-block__item-big .popup-block__item-title {
    margin-bottom: 16px;
}

.popup-block__item-big .popup-block__item-title.popup-block__item-title2 {
    display: none;
}

/*POPUP SIDEBAR*/
.popup-sidebar {
    transition: all 0.5s ease;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    display: none;
    align-items: self-start;
    justify-content: right;
    z-index: 999;
    overflow-y: scroll;
}

.popup-sidebar.active {
    display: flex;
}

.popup-sidebar.active>.popup {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
    padding: 48px 32px;
    position: relative;
    width: 632px;
    height: -webkit-fit-content !important;
    height: -moz-fit-content !important;
    height: fit-content !important;
    min-height: 100vh;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-name: slidein;
    animation-name: slidein;
}

@-webkit-keyframes slidein {
    from {
        right: -100%;
    }

    to {
        right: 0;
    }
}

@keyframes slidein {
    from {
        right: -100%;
    }

    to {
        right: 0;
    }
}

.popup-sidebar>.popup>#close,
.popup-sidebar>.popup>#close2 {
    display: flex;
    border: 1px solid #D2D2D3;
    margin-bottom: 24px;
    cursor: pointer;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
}

.popup-sidebar>.popup>#close img,
.popup-sidebar>.popup>#close2 img {
    margin: 8px;
}

#wpforms-form-1311 p.sidebar-popup__title {
    font-weight: 600 !important;
    font-size: 24px !important;
    line-height: 32px !important;
    text-align: left !important;
    margin-bottom: 24px !important;
}

#wpforms-form-1311 .sidebar-popup__desc {
    font-weight: 700 !important;
    font-size: 16px;
    line-height: 24px;
    color: #343639;
    text-align: left;
    margin-bottom: 24px !important;
}

#wpforms-field-limit-text-1311-10 {
    display: none;
}

#wpforms-1311-field_1-container {
    padding: 0 !important;
}

div.wpforms-container div.wpforms-uploader .dz-message {
    flex-direction: row-reverse !important;
    justify-content: space-between !important;
    width: 100%;
}

div.wpforms-container-full .wpforms-form input.wpforms-field-medium {
    max-width: 100% !important;
}

div.wpforms-container-full .wpforms-form .wpforms-one-half {
    max-width: 268px !important;
    width: 100%;
    margin-bottom: 24px !important;
    padding: 0 !important;
}

div.wpforms-container-full .wpforms-form input[type=date],
div.wpforms-container-full .wpforms-form input[type=datetime],
div.wpforms-container-full .wpforms-form input[type=datetime-local],
div.wpforms-container-full .wpforms-form input[type=email],
div.wpforms-container-full .wpforms-form input[type=month],
div.wpforms-container-full .wpforms-form input[type=number],
div.wpforms-container-full .wpforms-form input[type=password],
div.wpforms-container-full .wpforms-form input[type=range],
div.wpforms-container-full .wpforms-form input[type=search],
div.wpforms-container-full .wpforms-form input[type=tel],
div.wpforms-container-full .wpforms-form input[type=text],
div.wpforms-container-full .wpforms-form input[type=time],
div.wpforms-container-full .wpforms-form input[type=url],
div.wpforms-container-full .wpforms-form input[type=week],
div.wpforms-container-full .wpforms-form select {
    height: 56px !important;
    border-bottom: 1px solid #E8E9E9 !important;
    padding: 16px 8px !important;
    border-radius: 8px 8px 0px 0px !important;
}

div.wpforms-container-full .wpforms-form textarea {
    height: 88px !important;
    background: #fff !important;
    border-bottom: 1px solid #E8E9E9 !important;
    resize: none;
}

.btn--sidebar {
    padding: 16px 32px !important;
    background: #2E6DCC !important;
    color: #fff !important;
    font-size: 16px !important;
    line-height: 20px !important;
    margin-top: 48px !important;
    text-transform: uppercase !important;
    border-radius: 48px !important;
    font-weight: 600 !important;
    display: flex !important;
}

div.wpforms-container-full .wpforms-form .wpforms-submit-container {
    padding: 0 !important;
}

/*sidebar*/

/* sidebar 2 */
#wpforms-1319 {
    margin-bottom: 0 !important;
}

#wpforms-1319-field_1-container,
#wpforms-1319-field_13-container,
#wpforms-1319-field_14-container,
#wpforms-1319-field_6-container,
#wpforms-1319-field_7-container {
    padding: 0 !important;
}

#wpforms-1319-field_13-container,
#wpforms-1319-field_14-container,
#wpforms-1319-field_7-container {
    margin: 24px 0 !important;
}

.sidebar2-promo {
    display: flex;
    gap: 32px;
    margin-bottom: 24px !important;
}

.sidebar2-promo>img {
    max-width: 168px;
}

#wpforms-form-1319 p.sidebar-popup__title {
    font-weight: 600 !important;
    font-size: 24px !important;
    line-height: 32px !important;
    text-align: left !important;
    margin-bottom: 16px !important;
}

#wpforms-form-1319 .sidebar-popup__desc {
    font-weight: 700 !important;
    font-size: 16px;
    line-height: 24px;
    color: #343639;
    text-align: left;
    margin-bottom: 8px !important;
}

#wpforms-1319-field_13 .wpforms-field-label-inline {
    display: flex !important;
    align-items: center !important;
    margin-left: 22px;
}

#wpforms-1319-field_13 .wpforms-field-label-inline {
    border: 1px solid #E8E9E9 !important;
    border-radius: 16px !important;
    padding: 20px 50px !important;
}

#wpforms-1319-field_13 .wpforms-image-choices-image {
    position: absolute !important;
    left: -22px !important;
    border-radius: 50px !important;
    background: #EBF3FF !important;
    max-height: 48px;
}

#wpforms-1319-field_13 .wpforms-image-choices-label {
    margin: 0 !important;
}

#wpforms-1319-field_13 .wpforms-image-choices-image>img {
    padding: 12px !important;
}

#wpforms-1319-field_13 .wpforms-selected .wpforms-image-choices-image {
    background: #3A89FF !important;
    border-radius: 50px !important;
}

#wpforms-1319-field_13 .wpforms-selected .wpforms-image-choices-image>img {
    -webkit-filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(159deg) brightness(109%) contrast(180%);
    filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(159deg) brightness(109%) contrast(180%);
}

#wpforms-1319-field_13>li {
    width: 100% !important;
    max-width: 268px !important;
    padding: 0 !important;
}

#wpforms-1319-field_13>li.choice-2 {
    margin-left: 32px !important;
}

#wpforms-1319-field_13>li.wpforms-selected {}

#wpforms-1319-field_13 .wpforms-selected>.wpforms-field-label-inline {
    background: #EBF3FF !important;
    border: 1px solid #B0D0FF !important;
    box-shadow: none !important;
}

/* 		#wpforms-1319-field_13 .wpforms-selected>.wpforms-field-label-inline>.wpforms-image-choices-image>img {
			background: #3A89FF!important;
		} */

div.wpforms-container-full .wpforms-form ul.wpforms-image-choices-modern .wpforms-selected .wpforms-image-choices-label {
    font-weight: 400 !important;
}

.wpforms-field-limit-text {
    display: none;
}

div.wpforms-container-full .wpforms-form ul.wpforms-image-choices-modern .wpforms-image-choices-image:after {
    display: none !important;
}

.sidebar2-promo__content-time {
    display: flex;
    gap: 8px;
}

@media screen and (max-width: 1200px) {
    .popup-block__content {
        flex-direction: column;
    }

    .popup-block__content>.mw-468,
    .popup-block__content>.mw-668 {
        max-width: 100%;
    }

    .popup-block__content-text {
        margin-bottom: 24px;
    }

    .popup-block__item .popup-block__item-title {
        max-width: 100%;
        margin: 0 8px;
    }

    .popup-block__item-big .popup-block__item-title {
        display: none;
    }

    .popup-block__item-big .popup-block__item-title.popup-block__item-title2 {
        display: block;
    }

    .popup-block__item-big {
        padding: 0 16px;
    }
}

@media (min-width: 660px) and (max-width: 1200px) {
	.popup-block__content-items {
		flex-direction: row;
	}
	
	.popup-block__item {
		padding: 16px;
		flex-direction: column;
    	flex-basis: 50%;
		text-align: center;
		gap: 24px;
	}
	.popup-block__item img {
		max-width: 100%;
	}
}

@media screen and (max-width: 768px) {
    .popup-block__item {
        flex-direction: column;
        justify-content: center;
        padding: 0 16px 24px 16px;
        gap: 24px;
    }

    .popup-block__item img {
        max-width: 100%;
    }

    .popup-sidebar.active>.popup {
        max-width: 100%;
        width: 100%;
		min-height: 100%!important;
        position: absolute !important;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }

    .konzept__image {
        width: 100%;
    }
}

@media screen and (min-height: 950px) {
    .popup-sidebar.active>.popup {
        height: -webkit-fit-content !important;
        height: -moz-fit-content !important;
        height: fit-content !important;
    }
}

@media screen and (max-width: 632px) {
    #desk-btn-popup {
        display: none;
    }

    #mobile-btn-popup {
        display: block;
    }

    .precontent-info__text {
        font-size: 20px;
        line-height: 24px;
    }

    .sidebar2-promo {
        flex-direction: column;
        align-items: center;
    }

    .popup-sidebar.active>.popup {
        max-width: 100%;
        padding: 16px;
    }

    #wpforms-1319-field_13>li,
    div.wpforms-container-full .wpforms-form .wpforms-one-half {
        max-width: 100% !important;
        margin-left: 0 !important;
    }

    #wpforms-1319-field_13>li.choice-2 {
        margin-left: 0 !important;
        margin-top: 8px !important;
    }

    div.wpforms-container-full .wpforms-form ul li:last-of-type {
        text-align: left;
    }

    .popup-block__item img {
        max-width: 180px;
    }

    .popup-block__item .popup-block__item-title {
        margin: 0;
        text-align: center;
    }

}

/*NEW FORM*/

.formtext-new__inner {
    border-radius: 24px;
    overflow: hidden;
}

.formtext-new__intro {
    display: block;
    margin-bottom: 48px;
}

.formtext-new__content {
	max-width: 504px;
    width: 100%;
    padding: 48px;
    color: #fff!important;
    background: url(/wp-content/uploads/2023/01/Frame-647.jpg);
    height: 100%;
    min-height: 674px;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    border: none!important;
}

.formtext-new__content h4 {
    color: #fff !important;
}

.formtext-new__form {
    max-width: 664px;
    width: 100%;
    padding: 47px;
    border-radius: 0;
    min-height: 616px;
	max-height: 675px;
	overflow-y: scroll;
}

@media screen and (max-width: 768px) {
	.formtext__form.formtext-new__form {
		min-height: 616px;
		max-height: 100%;
		overflow-y: hidden;
	}
}

.formtext-new__form::-webkit-scrollbar {
  display: none;
}

.page-id-1700 .formtext-new__form {
    border: 1px solid #E8E9E9;
    border-radius: 0 24px 24px 0;
}

.form-fullwidth {
    max-width: 100%;
    min-height: 100% !important;
}

button#wpforms-submit-2582 {
    background: #2E6DCC;
    border-radius: 50px;
    color: #fff;
    padding: 16px 32px;
    text-transform: uppercase;
    font-weight: 600;
}

#wpforms-2582-field_13>h4 {
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    color: #1D2023;
	margin: 0;
}

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

    .formtext-new__form,
    .formtext-new__content {
        padding: 24px 16px;
    }

    .formtext-new__content {
        flex-basis: 65%;
    }
}

@media screen and (max-width: 1000px) {
    .formtext-new__content {
        flex-basis: 60%;
    }

    .formtext-new__form {
        padding: 24px 8px;
    }
}

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

    .formtext-new__content,
    .formtext-new__intro,
    .formtext-new__inner {
        width: 100% !important;
        max-width: 720px !important;
    }

    .formtext-new__inner {
        flex-direction: column;
    }

    .formtext-new__content {
        flex-basis: 100%;
        max-width: 100%;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        min-height: 250px;
    }

    .formtext-new__form {
        max-width: 100%;
    }

    .formtext-new__form,
    .formtext-new__content {
        padding: 24px;
    }
}

@media screen and (max-width: 768px) {
    .formtext-new__form {
        margin-top: 0 !important;
    }

    .formtext-new__content,
    .formtext-new__intro,
    .formtext-new__inner {
        max-width: 100% !important;
    }

    .formtext__content.formtext-new__content {
        border-radius: 8px 8px 0 0;
    }

    .formtext__form.formtext-new__form {
        border-radius: 0 0 8px 8px;
    }

    button#wpforms-submit-2582 {
        width: 100%;
    }
}

@media screen and (max-width: 600px) {
    .formtext-new__form {
        padding: 24px 16px;
    }

    .formtext-new__content {
        padding: 24px 16px 40px;
    }

    .wpforms-page-indicator-page.wpforms-page-indicator-page-1 {
        margin: 0 0 12px 0 !important
    }

    .wpforms-page-indicator-page-1:after {
        display: none !important;
    }
	.wpforms-page-indicator.circles {
		margin-bottom: 0!important;
	}
}

/*HERO BLOCK*/
.hero-image {
    height: auto;
}

.hero2__text-color>ul {
    margin-bottom: 0;
}

@media screen and (max-width: 992px) {
    .hero-image {
        display: block;
        width: 100%;
        margin-bottom: 24px;
    }

    .hero {
        height: -webkit-fit-content !important;
        height: -moz-fit-content !important;
        height: fit-content !important;
    }

    .hero2 {
        flex-direction: column-reverse;
    }
}

.hero__text-desc.hero2__text-color>p {
    margin: 0;
}

.hero__text-desc.hero2__text-color>.white-desc {
    margin: 24px 0 0 0;
}

.hero__inner-with-bg {
    padding: 0 !important;
}

.hero__inner-with-bg .image-text__image-flex {
    padding-top: 34px;
}

.hero__inner-with-bg .hero__text-desc {
    width: 100%;
    text-align: center;
}

.hero__inner-with-bg>.hero2__text-align {
    justify-content: flex-end;
}

.site>.image-text:first-child {
    padding-top: 0;
}

@media screen and (max-width: 768px) {
    .hero_mob {
        height: 100%;
    }
}

@media screen and (max-width: 576px) {
    .hero2__text-color-black:before {
        background-color: rgba(255, 255, 255, 0.6) !important;
    }

    .hero__footer {
        width: 100%;
    }

    .hero-with-bottom-img>.hero__inner-with-bg {
        justify-content: flex-end;
    }

    .hero-with-bottom-img .hero__footer,
    .hero-with-bottom-img .hero__text-header,
    .hero-with-bottom-img .hero__text-desc {
        padding: 0 15px;
    }

}

@media screen and (max-width: 475px) {
    .hero2 {
        background-size: cover !important;
        background-position: center right 70% !important;
    }

    .hero2 {
        height: auto !important;
    }

    .hero2 .hero__text-desc {
        font-size: 16px !important;
        margin: 16px 0;
    }

    .hero__footer {
        padding-top: 0px;
    }

    .steps {
        padding: 60px 30px 50px;
    }
}

.orange-color {
    color: #FF7B01;
}

.green-color {
    color: #009C51;
}

.red-color {
    color: red;
}

.page-id-1214 .model-block .btn--default {
    min-width: 424px;
}

.page-id-1214 .banner-repeater .btn--default {
    min-width: 375px;
}

.page-id-1436 .slider-block {
	background: #fff!important;
}

.page-id-1436 .swiper1.top-navigation.center {
	justify-content: left;
}

.page-id-1382 .banner-repeater .btn--default {
    min-width: 385px;
}

.page-id-1030 .image-text__content .btn--default {
    min-width: 364px;
}

.single-job .btn--default.open-popup {
    min-width: 464px;
}

.page-id-1556 .banner-repeater .btn--default,
.page-id-1571 .banner-repeater .btn--default {
    min-width: 395px;
}

.model__card-text>.btn {
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
    width: 100%;
}

/* .model__card-text>.btn {
	min-width: 336px;
} */

.page-id-2676 .banner-repeater .btn--default,
.page-id-2676 .full-cards-block .btn--default,
.page-id-2676 .hero__inner .btn--default {
    min-width: 520px;
}

.page-id-1581 .konzept__link-cta .btn--default {
	min-width: 374px;
}

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

    .model__card-text>.btn,
    .page-id-1556 .banner-repeater .btn--default,
    .page-id-1571 .banner-repeater .btn--default,
    .single-job .btn--default.open-popup,
    .page-id-1030 .image-text__content .btn--default,
    .page-id-1382 .banner-repeater .btn--default,
    .page-id-1214 .banner-repeater .btn--default,
    .page-id-2676 .banner-repeater .btn--default,
    .page-id-2676 .full-cards-block .btn--default,
    .page-id-2676 .hero__inner .btn--default,
    .page-id-1214 .model-block .btn--default,
	.page-id-1581 .konzept__link-cta .btn--default {
        min-width: -webkit-fit-content;
        min-width: -moz-fit-content;
        min-width: fit-content;
    }
}




#wpforms-2165 {
    margin-top: 24px !important;
}

/* .flatpickr-calendar.inline {
    top: -65px !important;
} */

.wpforms-page-indicator-page,
div.wpforms-container-full {
    margin: 0 !important;
}

/* For removing autocomplete highlight color in chrome (note: use this at bottom of your css file). */

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-transition: all 5000s ease-in-out 0s;
    transition: all 5000s ease-in-out 0s;
    -webkit-transition-property: background-color, color;
    transition-property: background-color, color;
}

#wpforms-form-2165 label.wpforms-error {
    position: absolute;
}

#wpforms-2165-field_15-container,
#wpforms-2165-field_1-container,
#wpforms-2165-field_23-container {
    padding: 0 !important;
}

#wpforms-2165-field_2-container,
.wpforms-field-limit-text,
div#wpforms-2165-field_3-container,
#wpforms-form-2165 .wpforms-submit-container,
#wpforms-form-2165 .wpforms-submit-container,
.numInputWrapper span {
    display: none !important;
}

/* 
label#wpforms-2165-field_0-error,
label#wpforms-2165-field_18-time-error {
  top: 30px;
} */

#wpforms-2165-field_0-container,
#wpforms-2165-field_18-container {
    position: relative;
}

#wpforms-2165-field_0-container .wpforms-datepicker-wrap,
#wpforms-2165-field_18-container input {
    /*     opacity: 0 !important; */
}

/* #wpforms-2165-field_0-container {
    top: -81px;
} */

.flatpickr-months .flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month {
    position: relative !important;
    top: 0px !important;
    padding: 0 !important;
}

.flatpickr-weekdays {
    height: 32px !important;
    margin: 20px 0 !important;
}

.dayContainer,
.flatpickr-days {
    max-width: 224px !important;
    min-width: 224px !important;
    width: 100% !important;
    gap: 0 !important;
}

.dayContainer>span {
    max-width: 32px !important;
    width: 32px !important;
    height: 32px !important;
    line-height: 32px !important;
    border: none !important;
}

#wpforms-2165-field_18-container {
    top: -80px;
}

span.flatpickr-weekday {
    display: flex !important;
    font-weight: 500 !important;
    font-size: 16px !important;
    line-height: 24px !important;
    color: #3A89FF !important;
    max-width: 32px !important;
    width: 32px !important;
    height: 32px !important;
    align-items: center;
    justify-content: center;
}

button#prev-2165 {
    background: #fff !important;
    color: #000 !important;
}



.flatpickr-monthDropdown-months,
.flatpickr-current-month input.cur-year {
    font-weight: 500 !important;
    font-size: 16px !important;
    line-height: 24px !important;
}

.flatpickr-monthDropdown-months {
    width: 60% !important;
    padding: 0 !important;
}

select.flatpickr-monthDropdown-months {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    text-indent: 1px !important;
    text-overflow: '' !important;
}

#wpforms-form-2165 .flatpickr-current-month {
    width: 100% !important;
    padding: 0 !important;
    left: 0 !important;
}

.flatpickr-calendar {
    padding: 16px 22px !important;
    -webkit-animation: none !important;
    animation: none !important;
}

.wpforms-page-indicator.circles {
    display: flex;
}

#wpforms-2165 .wpforms-page-indicator.circles .wpforms-page-indicator-page-number {
    height: 40px !important;
    width: 40px !important;
    border-radius: 50% !important;
    display: inline-block !important;
    margin: 0 10px 0 0;
    line-height: 40px !important;
    text-align: center !important;
}

.wpforms-page-indicator-page-1>.wpforms-page-indicator-page-number {
    background-color: rgb(35, 82, 153) !important;
    color: #fff !important;
}

.wpforms-page-indicator-page-2>.wpforms-page-indicator-page-number {
    background-color: #fff !important;
    color: #000 !important;
}

.wpforms-page-indicator-page-2.active>.wpforms-page-indicator-page-number {
    background-color: rgb(35, 82, 153) !important;
    color: #fff !important;
}

#wpforms-form-2165 .wpforms-one-half input {
/*     max-width: 268px !important; */
    width: 100%;
    height: 56px;
    border-radius: 4px 4px 0 0;
    border-bottom: 1px solid #E8E9E9 !important;
    background: #fff !important;
}

textarea#wpforms-2165-field_12 {
    background: #fff !important;
}

#wpforms-form-2165 .h4 {
    font-size: 24px !important;
    line-height: 32px;
    color: #1D2023;
    margin: 20px 0 0 0;
}

.wpforms-field {
    padding: 0 0 16px 0;
}

@media (min-width: 768px) {
	.wpforms-field {
        padding: 0 0 24px 0;
    }
}

div.wpforms-container-full .wpforms-form .wpforms-page-indicator.circles {
    padding: 0 !important;
    border: 0 !important;
}

#wpforms-form-2165 input {
    max-width: 100% !important;
    background: #fff !important;
}

.wpforms-page-indicator-page-1:after {
    content: url('/wp-content/uploads/2023/01/Vector-1.svg');
    margin: 0 8px;
    top: -3px;
    position: relative;
}

.wpforms-page-next,
.wpforms-page-prev,
button[id^="wpforms-submit-"]  {
    background-color: #2E6DCC !important;
    color: #fff !important;
    display: block !important;
    width: -webkit-fit-content !important;
    width: -moz-fit-content !important;
    width: fit-content !important;
    border-radius: 48px !important;
    font-size: 16px !important;
    padding: 16px 32px !important;
/*     text-transform: uppercase !important; */
    font-weight: 600 !important;
}

.flatpickr-calendar {
    opacity: 1 !important;
    z-index: 9 !important;
    visibility: visible !important;
}

.flatpickr-calendar.block-data {
    display: inline-block !important;
}

/* .wpforms-page.wpforms-page-2.last.btn-form-next.btn-form-next-2165 {
	display: flex!important;
	flex-wrap: wrap;
} */

div#wpforms-2165-field_0-container,
div#wpforms-2165-field_28-container {
    width: 47%;
    padding: 0 !important;
/*     display: inline-flex !important; */
    max-height: 332px;
    margin-bottom: 24px;
}

ul#wpforms-2165-field_28 {
    list-style: none;
    padding: 22px;
    margin: 0;
    background: #fff;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    border-radius: 8px;
    max-height: 332px;
    overflow: scroll;
    border: 1px solid #E8E9E9;
}

ul#wpforms-2165-field_28>li>input {
    opacity: 0 !important;
    width: 0 !important;
    height: 0 !important;
	max-width: 0!important;
}

ul#wpforms-2165-field_28>li.depth-1 {
    box-sizing: border-box;
    padding: 8px;
    display: flex;
    align-items: center;
    border: 1px solid #D2D2D3;
    border-radius: 4px;
    width: 100%;
}

ul#wpforms-2165-field_28>li>label.wpforms-field-label-inline {
    width: 100%;
    text-align: center;
	padding: 0!important;
}

ul#wpforms-2165-field_28>li.depth-1.wpforms-selected {
    background: #EBF3FF;
    border: 1px solid #B0D0FF;
}

.page-id-1897 .flatpickr-calendar.animate.arrowTop.arrowLeft.open,
input#wpforms-2165-field_0,
label.wpforms-field-label.wpforms-label-hide {
    display: none !important;
}

/* div.wpforms-container-full .wpforms-form .wpforms-one-half {
	margin-left: 0!important;
} */

.ui-timepicker-wrapper {
    z-index: 9 !important;
    width: 268px !important;
    max-height: 332px !important;
    border: 1px solid #E8E9E9 !important;
    border-radius: 8px !important;
}

.page-id-1897 .ui-timepicker-wrapper,
.page-id-1897 .flatpickr-calendar {
    z-index: 999 !important;
}

.ui-timepicker-wrapper.block-data {
    display: inline-block !important;
}

.wpforms-page.wpforms-page-2.last.btn-form-next {
    position: relative;
}

.ui-timepicker-list {
    text-align: center !important;
    margin: 22px !important;
    gap: 8px;
    display: flex;
    flex-direction: column;
}

.ui-timepicker-list li {
    border: 1px solid #D2D2D3;
    border-radius: 4px;
}

.ui-timepicker-wrapper::-webkit-scrollbar {
    display: none !important;
}

li.ui-timepicker-selected,
.ui-timepicker-list li:hover,
.ui-timepicker-list .ui-timepicker-selected:hover {
    background: #EBF3FF !important;
    color: #000 !important;
}

.flatpickr-calendar.arrowTop:before,
.flatpickr-calendar.arrowTop:after {
    display: none !important;
}

.flatpickr-calendar {
    max-width: 268px !important;
}

.step-form__confirm {
    display: flex;
    gap: 24px;
    align-items: baseline;
}

.flatpickr-day.today {
    border: 1px solid #959ea9 !important;
}

.flatpickr-current-month .numInputWrapper {
    width: 4ch !important;
}

@media screen and (max-width: 992px) {
    #wpforms-form-2165 .wpforms-one-half input {
        max-width: 100% !important;
    }
}

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

    #wpforms-form-2165 .wpforms-one-half input#wpforms-2165-field_18-time,
    #wpforms-form-2165 .wpforms-one-half input#wpforms-2165-field_0 {
        max-width: 268px !important;
    }

    #wpforms-2165-field_18-container,
    #wpforms-2165-field_0-container {
        width: 48% !important;
    }

    /*     #wpforms-2165-field_0-container {
        top: -127px;
    } */
}

@media screen and (max-width: 600px) {
    #wpforms-form-2165 .h4 {
        font-size: 20px !important;
    }

    /* 
    .flatpickr-weekdays {
        margin: 0 !important;
    } */

    #wpforms-2165-field_18-container,
    #wpforms-2165-field_0-container {
        width: 100% !important;
    }

    #wpforms-form-2165 .wpforms-one-half input#wpforms-2165-field_18-time,
    #wpforms-form-2165 .wpforms-one-half input#wpforms-2165-field_0,
    .flatpickr-calendar,
    .ui-timepicker-wrapper,
    .dayContainer,
    .flatpickr-days {
        max-width: 100% !important;
    }

    #wpforms-2165 .wpforms-datepicker-wrap,
    #wpforms-2165 .ui-timepicker-wrapper,
    #wpforms-2165 .flatpickr-calendar {
        width: 100% !important;
    }

    #wpforms-2165 .flatpickr-calendar .flatpickr-months,
    #wpforms-2165 .flatpickr-calendar .flatpickr-innerContainer {
        width: 255px !important;
        margin: 0 auto;
    }

    .page-id-1897 .ui-timepicker-wrapper {
        max-height: 226px !important;
    }

    /*     #wpforms-2165-field_0-container {
        top: -110px;
    } */

    /*     .page-id-1897 div#wpforms-2165-field_23-container {
        margin-top: 470px;
    } */

    div#wpforms-2165-field_0-container,
    div#wpforms-2165-field_28-container {
        width: 100%;
    }

    .page-id-1897 .step-form__confirm {
        align-items: center;
    }

    #wpforms-2165-field_18-container {
        top: 370px;
    }

    .page-id-1897 span.flatpickr-day.nextMonthDay {
        /*         display: none !important; */
    }

    label#wpforms-2165-field_18-time-error {
        top: 45px;
    }

    label#wpforms-2165-field_0-error {
        top: 400px;
    }

    /*     #wpforms-2165-field_0-container {
        margin-bottom: 280px !important;
        overflow: visible;
    } */

    span.flatpickr-weekday {
        max-width: 100% !important;
        width: inherit !important;
    }

    .step-form__confirm {
        flex-direction: column-reverse;
    }

    button#prev-2165 {
        margin-left: 0 !important;
    }

    .wpforms-page-next,
    .wpforms-page-prev,
    button[id^="wpforms-submit-"] {
        width: 100% !important;
        margin-left: 0 !important;
    }

    .page-id-1897 .popup-sidebar>.popup>#close,
    .page-id-1897 .popup-sidebar>.popup>#close2 {
        margin-bottom: 4px !important;
    }


    #wpforms-2165 .wpforms-page-indicator.circles {
        display: flex;
        flex-direction: column;
        gap: 8px;
    }

    .wpforms-page-indicator-page-1:after {
        display: none;
    }
}

#wpforms-form-2165 .prev-2165,
button[id^="wpforms-submit-"] {
    margin-top: 0 !important;
    border: none !important;
}

.page-id-1897 #wpforms-2165-field_0-container {
    margin-bottom: 0 !important;
}

#wpforms-form-2165 input.numInput.cur-year {
    height: -webkit-fit-content !important;
    height: -moz-fit-content !important;
    height: fit-content !important;
    border-bottom: none !important;
}

label#wpforms-2165-field_0-error {
    position: absolute;
    top: 320px;
    color: red;
}

label#wpforms[fields][28][]-error {
    top: 386px !important;
}

input#wpforms-2165-field_0 {
    display: block !important;
    opacity: 1 !important;
	position: absolute;
}

.single-job .hero {
    height: 400px;
}

.single-job .hero__text.hero2__text-align.mw-568 {
    max-width: 100%;
}

.page-id-2537 img.image-text__image2.image-text__image-flex.br-24 {
    border-radius: 0;
}

@media screen and (max-width: 768px) {
    .popup-block__item-big img {
        margin-left: 0;
        max-width: 100%;
    }
}

@media screen and (max-width: 660px) {
	.header-nav-open .header--scroll-bg {
    	overflow-y: scroll!important;
  	}
	ul#wpforms-2165-field_28,
	ul#wpforms-1915-field_28 {
		flex-wrap: wrap;
		overflow: hidden!important;
	}
	ul#wpforms-2165-field_28>li.depth-1,
	ul#wpforms-1915-field_28>li.depth-1 {
		width: 49%!important;
	}
}

@media screen and (max-width: 600px) {
    label#wpforms-2165-field_0-error {
        top: 290px;
    }

    label#wpforms[fields][28][]-error {
        top: 340px !important
    }

    div#wpforms-2165-field_28-container {
        margin-bottom: 48px;
		position: relative;
    }

/*     div#wpforms-2165-field_0-container,
    div#wpforms-2165-field_28-container {
        max-height: 290px;
    } */

    div.wpforms-container-full .wpforms-form .wpforms-one-half {
        margin-bottom: 16px !important;
    }

    .wpforms-error-container {
        display: none;
    }
}

div.wpforms-container-full .wpforms-form label.wpforms-error {
    line-height: 1em;
}

.moreless-button {
    position: relative;
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 24px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

.moreless-button:after {
    position: absolute;
    content: " ";
    background: url(/wp-content/uploads/2023/02/down-1.svg);
    top: 0;
    right: -28px;
    width: 20px;
    height: 20px;
    transition: 0.3s all ease;
}

.moreless-button.rotate:after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.moreless-button img {
    width: auto;
}

.moretext {
    display: none;
}

.footer__partners-logo {
    max-width: 108px;
    max-height: 56px;
    width: 100%;
}

.model__card-content-desc {
	margin: 24px 0 8px;
}

.model__card-content-desc p {
	display: flex;
    gap: 16px;
    align-items: flex-start;
	font-size: 14px;
}

@media screen and (max-width: 320px) {
	.footer__partners-logo {
		max-width: 65px;
	}
}

@media screen and (max-device-width: 992px) and (orientation: landscape) {
	::-webkit-scrollbar {
    	width: 0px!important;
	}
	.popup-sidebar.active>.popup {
		max-width: 100%!important;
		width: 100%!important;
	}
	.popup-sidebar.active. wpforms-one-half {
		margin-left: 0!important;
	}
	div.wpforms-container-full .wpforms-form .wpforms-one-half {
		max-width: 100%!important;
		margin-left: 0!important;
	}
	.header-nav-open .header--scroll-bg {
		overflow: scroll!important;
		height: 100vh!important;
	}
	.rt-wp-menu-custom-fields-wrapper {
		width: 150px;
	}
}


@media screen and (max-device-width: 992px) and (orientation: landscape) {
	::-webkit-scrollbar {
    	width: 0px!important;
	}
	.popup-sidebar.active>.popup {
		max-width: 100%!important;
		width: 100%!important;
	}
	.popup-sidebar.active. wpforms-one-half {
		margin-left: 0!important;
	}
	div.wpforms-container-full .wpforms-form .wpforms-one-half {
		max-width: 100%!important;
		margin-left: 0!important;
	}
	.header-nav-open .header--scroll-bg {
		overflow: scroll!important;
		height: 100vh!important;
	}
	.page-id-740 .popup,
	.single-job .popup {
		height: 80vh;
		overflow-y: scroll;
	}
	.page-id-740 button#close,
	.single-job button#close {
		top: 5px;
    	right: 5px;
	}
}

.btn__sub-color {
	color: #1D2023;
	background: #D8E7FF;
	border: 1px solid #D2D2D3;
}

.btn__sub-color:hover {
	color: #fff;
	border: 1px solid transparent;
}

.choice-1.depth-1>input {
	padding: 0;
}

.vi-wcaio-sidebar-cart-content-wrap {
	width: 632px;
}

.vi-wcaio-menu-cart-content-wrap {
	display: none;
}
.footer__inner-bottom {
	
}