@import url('https://cdn.jsdelivr.net/npm/swiper@11/swiper-bundle.min.css');
@import url('https://cdn.jsdelivr.net/npm/@fancyapps/ui@5.0/dist/fancybox/fancybox.css');
@import url('https://cdn.jsdelivr.net/npm/select2@4.1.0-rc.0/dist/css/select2.min.css');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import "output.css";

ul.main-menu .grid .menu-item > a {
    position: relative;
    line-height: 1.2;
    display: inline-flex;
}

ul.main-menu .grid .menu-item > a:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -0.75rem;
    height: .27rem;
    transition: all ease 0.3s;
    background-color: rgb(131 135 178);
    width: 0%;
}

ul.main-menu .grid .menu-item:not(.current-menu-item) > a:hover:after,
ul.main-menu > li.current-menu-ancestor > a:after,
ul.main-menu .grid .menu-item.current-menu-item > a:after {
    width: 100%;
}

ul.main-menu .grid .menu-item .mt-2 {
    margin-top: 1rem;
}

label.styled_checkbox input {
    opacity: 0 !important;
}

.gchoice {
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
    gap: 1rem;
}

.gchoice label {
    cursor: pointer;
}

.gform_validation_errors {
    background: #fff;
    padding: 1.5rem;
    margin-bottom: 1rem;
    color: #000;
    font-size: 1rem;
    outline: none !important;
}

.gform_validation_errors * {
    font-weight: 500 !important;
}

[aria-invalid="true"] {
    border: 0 !important;
    box-shadow: 0px 5px 15px -3px rgba(200, 50, 50, .9);
}

.gform_confirmation_message {
    text-align: center;
}

#field_96_28 label.mb-3.block.font-bold {
    display: none;
}

#gform_96 .gform_footer {
    margin-top: 2rem;
}

[role="tabs"] button + div {
    overflow: hidden;
    max-height: 0;
    opacity: 0;
    transition: all ease .6s;
}

[role="tabs"] button[data-tab-expanded] + div {
    max-height: 2500px;
    opacity: 1;
}

ul.langs-selector li a span:nth-child(2) {
    position: relative;
}

ul.langs-selector li a span:nth-child(2):after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -0.75rem;
    height: .27rem;
    transition: all ease 0.3s;
    background-color: rgb(131 135 178);
    width: 0%;
}

ul.langs-selector li.selected a {
    cursor: default;
}

ul.langs-selector li.selected a span:nth-child(2):after,
ul.langs-selector li a:hover span:nth-child(2):after {
    width: 100%;
}

section.py-8 > .container section.py-8:first-child,
section.py-8 > .container section.py-8 + section.py-8,
section.solution-section:not(.bg-violet) + section.solution-section {
    margin-top: -5rem !important;
}

section.main-parent-section > .container section.py-8:not(.bg-violet) + section.py-8.bg-violet,
section.main-parent-section > .container section.py-8.bg-violet + section.py-8:not(.bg-violet) {
    margin-top: 0 !important;
}

@media (max-width: 767px) {
    section.py-8 > .container section.py-8:first-child,
    section.py-8 > .container section.py-8 + section.py-8 {
        margin-top: -2rem !important;
    }
}

section.py-8 > .container section.py-8:last-child,
section.py-8 > .container section.ruptela-section:last-child {
    margin-bottom: -5rem;
}

@media (max-width: 767px) {
    section.py-8 > .container section.py-8:last-child,
    section.py-8 > .container section.ruptela-section:last-child {
        margin-bottom: -2rem;
    }
}

html section.no-margin-fix,
section.py-8 > .container section.no-margin-fix.py-8:first-child:not(.tabs-section),
section.py-8 > .container section.py-8 + section.py-8.no-margin-fix {
    margin-top: 0 !important;
}

.prose-ruptela p:first-child {
    margin-top: 0;
}

.prose-ruptela p:last-child {
    margin-bottom: 0;
}

main.flex-auto > section.py-8 > .container section,
section.index-content-section .ruptela-section {
    margin-left: 50%;
    transform: translateX(-50vw);
    width: 100vw;
}

iframe {
    outline: none !important;
}

hr.wp-block-separator {
    border: initial;
    border-color: rgba(0, 0, 0, .1) !important;
    border-style: solid;
    border-width: 0;
    border-top-width: 1px !important;
}

section.py-8 + hr {
    margin: 0 !important;
}

.ruptela-tabs a {
    text-decoration: inherit !important;
}

div.ruptela-tabs-content > div {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: all ease 0.3s;
}

div.ruptela-tabs-content > div.selected {
    max-height: 2000px;
    opacity: 1;
}

div.accordition > div:last-child {
    border: 0 !important;
}

section.ruptela_simple_section,
section.ruptela_simple_section * {
    color: #fff !important;
}

.prose-ruptela h1,
.prose-ruptela h2,
.prose-ruptela h3,
.prose-ruptela h4 {
    --tw-text-opacity: 1;
    color: rgb(32 52 102 / var(--tw-text-opacity));
    font-weight: 800;
    line-height: 1;
}

.dark .prose-ruptela h1,
.dark .prose-ruptela h2,
.dark .prose-ruptela h3,
.dark .prose-ruptela h4 {
    color: #fff;
}

div.video-block iframe {
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 16 / 9 !important;
}

.index-swiper .swiper-slide:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: .7;
    --tw-bg-opacity: 1;
    background-color: rgb(32 52 102 / var(--tw-bg-opacity));
}

.index-swiper .swiper-slide .absolute {
    z-index: 10;
}

.index-swiper .caption {
    margin-top: .5em
}

@media (max-width: 767px) {
    .index-swiper .caption {
        font-size: 1rem;
    }
}

section.index-content-section .ruptela-section.md\:mt-80 {
    margin-top: 23rem;
}

.text-blue {
    color: rgb(32 52 102 / var(--tw-text-opacity));
}

.acert svg {
    width: 4rem;
    height: 4rem;
}

div.fancy-blocks .cont {
    max-width: calc(50% + 4rem);
    min-width: calc(50% + 4rem);
}

div.fancy-blocks .cont.no-media {
    max-width: 100%;
    min-width: 100%;
    padding: 0 !important;
}

div.fancy-blocks .cont strong {
    color: rgb(32 52 102 / var(--tw-text-opacity));
}

div.fancy-blocks > div:before {
    display: none !important;
}

div.fancy-blocks > div:last-child {
    margin-bottom: 0 !important;
}

div.fancy-blocks > div:nth-child(even) {
    flex-direction: row-reverse;
}

div.fancy-blocks .media {
    flex: auto;
    aspect-ratio: 16 / 9;
    min-width: calc(50vw - 4rem);
    overflow: hidden;
    object-fit: cover;
    display: flex;
    /*background: rgba(0, 0, 0, .05);*/
}

div.fancy-blocks .media img,
div.fancy-blocks .media iframe {
    width: 100%;
    max-height: 100%;
    object-fit: cover;
}

div.fancy-blocks .media iframe {
    height: auto;
}

div.fancy-blocks .text-3xl.leading-10 {
    line-height: 1.2em;
}

.vt-conrer ul {
    padding-left: 30px;
}

.vt-conrer ul li {
    margin-bottom: .85em;
}

.product-carusel a.product-item {
    /*overflow: hidden;*/
    outline: none !important;
    aspect-ratio: 1.5 / 1;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.product-carusel a.product-item img {
    /*transform: scale(2);*/
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

a.product-item strong {
    position: relative;
    z-index: 4;
}

div.ruptela-tabs-content #application .prose,
div.ruptela-tabs-content #specification .prose {
    color: inherit;
}

[data-block="prodct-tabs"] div.ruptela-tabs-content ul {
    padding-left: 30px;
    columns: 2;
    column-gap: 4rem;
    list-style-type: disc;
    list-style-position: outside;
}

[data-block="prodct-tabs"] div.ruptela-tabs-content ul > li {
    margin-bottom: .5em;
}

[data-block="prodct-tabs"] div.ruptela-tabs-content img.aligncenter {
    margin: 30px auto;
}

.product-item {
    /*overflow: hidden;*/
}

.product-item .photo-sontainer {
    display: flex;
    aspect-ratio: 1/1;
    /*align-items: center;*/
    justify-content: center;
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, .25);
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.product-item .photo-sontainer img {
    object-fit: contain;
    /*position: absolute;*/
    max-height: 100%;
    max-width: 100%;
    height: auto;
}

.product-item:hover .photo-sontainer {
    border: 1px solid rgba(0, 0, 0, .45);
}

[data-scroll-target] {
    cursor: pointer;
}

div.product-video-block {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 5;
    display: flex;
    justify-content: center;
}

@keyframes bounce {
    0% {
        transform: scale(.9);
    }
    100% {
        transform: scale(1.1);
    }
}

div.product-video-block a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 4rem;
    width: 4rem;
    animation: bounce 1s infinite alternate;
}

div.configuration-blocks .action {
    display: flex;
    margin-top: 1rem;
}

div.contact-form-container textarea,
div.contact-form-container input[type="text"],
div.contact-form-container input[type="tel"],
div.contact-form-container input[type="email"] {
    font-size: inherit;
    padding-right: 1rem;
    padding-left: 1rem;
}

div.contact-form-container textarea {
    padding: 1rem;
}

.gform_footer [type="submit"] {
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

div.vacancy-filter-container input#vacancy-filter-input {
    font-size: inherit;
}

#field_96_29 {
    position: absolute;
    visibility: hidden;
}

/*INPUTS*/

.select2-container--vacancy-filter-select-style {
    background: none;
    border: 0;
    border-radius: 0;
    width: auto !important;
}

.select2-container--vacancy-filter-select-style .select2-selection--single {
    height: 38px;
    display: flex;
    justify-content: space-between;
    color: rgb(32 52 102);
    font-weight: 700;
}

.select2-container--vacancy-filter-select-style .select2-selection--single .select2-selection__rendered {
    width: 100%;
    display: flex;
    align-items: center;
    padding: 0 12px;
    flex: auto;
}

.select2-container--vacancy-filter-select-style .select2-selection--single .select2-selection__arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 30px;
}

.select2-container--vacancy-filter-select-style .select2-selection--single .select2-selection__arrow:after {
    content: '\f107';
    font-family: "Font Awesome 6 Pro";
    font-weight: 400;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.select2-container--vacancy-filter-select-style.select2-container--open .select2-selection--single .select2-selection__arrow:after {
    transform: scaleY(-1);
}

.select2-container--vacancy-filter-select-style .select2-dropdown {
    background: #f7f7f7;
    border: 0;
    transform: translate(0, 0);
    border-radius: 0.5rem !important;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
    overflow: hidden;
}

.select2-container--vacancy-filter-select-style .select2-results > .select2-results__options {
    max-height: 438px;
    overflow-y: auto;
}

.select2-container--vacancy-filter-select-style .select2-results__option {
    padding: .5rem 1rem;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.select2-container--vacancy-filter-select-style .select2-results__option:hover {
    background: rgb(32 52 102);
    color: #fff;
}

/**/

.select2-container--ruptela-select-style {
    background: rgb(200 203 222);
    height: 4rem;
    border-radius: 0.5rem;
    color: rgb(42 56 70);
    display: flex;
}

.select2-container--ruptela-select-style > .selection {
    flex: auto;
    display: flex;
}

.select2-container--ruptela-select-style .select2-selection--single {
    height: auto;
    display: flex;
    justify-content: space-between;
    flex: auto;
}

.select2-container--ruptela-select-style .select2-selection--single .select2-selection__rendered {
    width: 100%;
    display: flex;
    align-items: center;
    padding: 0 1rem;
    flex: auto;
}

.select2-container--ruptela-select-style .select2-selection--single .select2-selection__arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 56px;
}

.select2-container--ruptela-select-style .select2-selection--single .select2-selection__arrow:after {
    content: '\f0d7';
    font-weight: 700;
    font-family: "Font Awesome 6 Pro";
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.select2-container--ruptela-select-style.select2-container--open .select2-selection--single .select2-selection__arrow:after {
    transform: scaleY(-1);
}

.select2-container--ruptela-select-style .select2-dropdown {
    background: #f7f7f7;
    border: 0;
    transform: translate(0, 0);
    border-radius: 0.5rem !important;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
}

.select2-container--ruptela-select-style .select2-results > .select2-results__options {
    max-height: 438px;
    overflow-y: auto;
}

.select2-container--ruptela-select-style .select2-results__option {
    padding: .5rem 1rem;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.select2-container--ruptela-select-style .select2-results__option:hover {
    background: rgb(32 52 102);
    color: #fff;
}

.swiper-button-next,
.swiper-button-prev {
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.itemsCarusel-container .swiper-button-next:hover,
.itemsCarusel-container .swiper-button-prev:hover {
    color: rgb(32 52 102);
}

.itemsCarusel-container .swiper-button-lock {
    display: none !important;
}

@keyframes bounce_left {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-.5rem);
    }
}

.swiper-button-prev:hover > * {
    animation: bounce_left .25s infinite alternate;
}

@keyframes bounce_right {
    0% {
        transform: translateX(0) scaleX(-1);
    }
    100% {
        transform: translateX(.5rem) scaleX(-1);
    }
}

.swiper-button-next:hover > * {
    animation: bounce_right .25s infinite alternate;
}

.news-blocks a.news-block {
    position: relative;
    overflow: hidden;
    display: block;
}

.news-blocks a.news-block .wp-post-image {
    transition: all ease 3.3s;
}

.news-blocks a.news-block:hover .wp-post-image {
    transform: scale(1.1);
}

.news-blocks a.news-block:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(32, 52, 102, .7);
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
    opacity: 0;
    z-index: 1;
}

.news-blocks a.news-block > span {
    z-index: 5;
}

.news-blocks a.news-block:hover:before {
    opacity: 1;
}

.news-blocks a.news-block:hover svg.size-10 {
    animation: bounce_right .25s infinite alternate;
}

section.newsletter-section input[type="email"] {
    padding-right: 1rem;
    padding-left: 1rem;
    font-size: inherit;
}

section.newsletter-section button[type="submit"] {
    transition: all ease 0.3s;
}

section.newsletter-section button[type="submit"]:hover {
    text-shadow: 2px 2px 2px rgba(0, 0, 0, .2)
}

@keyframes bounce_right_simple {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(.5rem);
    }
}

.header-login-btn:hover i {
    animation: bounce_right_simple .25s infinite alternate;
}

section.newsletter-section button[type="submit"]:hover svg,
.more-btn:hover svg {
    animation: bounce_right .25s infinite alternate;
}

.wp-block-social-links li {
    background: rgb(32 52 102) !important;
}

.wp-block-social-links svg {
    width: 1.75rem !important;
    height: 1.75rem !important;
}

div.vacancy-filter-select-line > div {
    flex: 1 1 100%;
    display: flex;
    justify-content: center;
}

/*NEW IMPORT HACK*/

.news-page .vc_row[data-vc-full-width="true"] {
    display: none !important;
}

.news-page.page-top-photo {
    aspect-ratio: 1 / 1;
    /*max-height: 100vh !important;*/
    width: 100vw !important;
}

div.partners-list .logo-place {
    display: flex;
}

div.partners-list .logo-place a {
    flex: auto;
    display: flex;
    border: 1px solid rgba(0, 0, 0, .1);
    padding: 1rem;
    height: 10rem;
    align-items: center;
    justify-content: center;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

div.partners-list .logo-place a img {
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
}

div.partners-list .logo-place a:hover {
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
}

.news-blocks a.news-block.col-span-7 .wp-post-image {
    aspect-ratio: 16/9
}

#footer-menu {
    flex-wrap: wrap;
}

.mt-4.socials ul {
    flex-wrap: nowrap;
}

@media (min-width: 1024px) {

    .rrrrrrrrrr {
        display: none;
    }

}

@media (max-width: 767px) {

    .news-blocks a.news-block .wp-post-image {
        transform: none !important;
    }

    .news-blocks a.news-block.col-span-7 .wp-post-image {
        aspect-ratio: 1/1;
        transform: none !important;
    }

    .news-blocks a.news-block.row-span-2 {
        grid-row: auto;
    }
}

.prose .wpb-content-wrapper :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0;
    margin-bottom: 0;
}

.prose .wpb-content-wrapper :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    display: block;
    margin-top: 0;
    margin-bottom: 0;
}

.py-8.bg-violet.text-white + .py-8.bg-violet.text-white {
    margin-top: 2rem !important;
}

@media (min-width: 1024px) {

    .md\:text-\[2\.875rem\] {
        font-size: 2.8571rem;
    }

}

a.bg-violet {
    color: #fff;
}

.tab-ancor {
    display: block;
    height: 0;
    width: 0;
    overflow: hidden;
    visibility: hidden;
    position: absolute;
    transform: translateY(-70px);
}

select[data-theme="langs-select-style"] {
    opacity: 0 !important;
}

.select2-container--langs-select-style {
    background: none;
    border: 0;
    border-radius: 0;
    font-weight: 700;
    line-height: 1.5rem;
    text-transform: uppercase;
    color: #fff;
}

.select2-container--langs-select-style .select2-selection--single {
    height: 38px;
    width: 80px;
    display: flex;
    justify-content: space-between;
}

.select2-container--langs-select-style .select2-selection--single .select2-selection__rendered {
    width: 100%;
    display: flex;
    align-items: center;
    padding: 0 10px;
    flex: auto;
}

.select2-container--langs-select-style .select2-selection--single .select2-selection__rendered .img-flag,
.select2-container--langs-select-style .select2-results__option .img-flag {
    width: 24px;
    height: auto;
    margin-right: .6em;
}

.select2-container--langs-select-style .select2-selection--single .select2-selection__arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 30px;
    display: none;
}

.select2-container--langs-select-style .select2-selection--single .select2-selection__arrow:after {
    content: '\f0d7';
    font-family: "Font Awesome 6 Pro";
}

.select2-container--langs-select-style .select2-dropdown {
    background: rgb(32 52 102 / 1);
    border-color: rgb(32 52 102 / 1);
    border: 0;
    transform: translate(0, 0);
    color: #fff;
    padding: 3px 0 7px;
    width: 80px !important;
}

.select2-container--langs-select-style .select2-results__option {
    padding: 7px 10px;
    display: flex;
    align-items: center;
    position: relative;
}

.select2-container--langs-select-style .select2-dropdown .select2-results__option:first-child {
    display: none;
}

.select2-container--langs-select-style .select2-results__option:after {
    content: '';
    position: absolute;
    left: 10px;
    bottom: -2px;
    height: .23rem;
    transition: all ease 0.3s;
    background-color: rgb(131 135 178);
    width: 0%;
}

.select2-container--langs-select-style .select2-results__option:hover:after {
    width: calc(100% - 20px);
}

div.product-list-hard {
    gap: 2rem !important;
}

div.product-list-hard > div {
    display: flex;
}

.product-item-hard {
    flex: auto;
    box-shadow: 0px 0px 16px 0 rgba(0, 0, 0, 0.25);
    border-radius: 1.25rem;
    overflow: hidden;
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
}

.product-item-hard:hover{
    box-shadow: 0px 0px 16px 0 rgba(0, 0, 0, 0.35);
}

.product-item-hard .photo-sontainer{
    /*aspect-ratio: 1.5 / 1;*/
    margin: -1.5rem -1.5rem 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.product-item-hard .photo-sontainer img{
    max-height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.product-item-hard .titls{
    font-size: 2.285rem;
    line-height: 1.1;
    margin-bottom: .3em;
}

.product-item-hard .cont{
    color: #374151;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex: auto;
    min-height: 1px;
}

.product-item-hard .cont .segment{
    background: #aeb1ca;
    color: #fff;
    padding: 0.571rem;
    border-radius: 0.571rem;
    line-height: 1;
    margin-bottom: .5em;
}

.product-item-hard .cont ul{
    list-style-type: disc;
    padding-left: 1.5rem;
}

div.itemsCarusel.swiper{
    padding: 16px !important;
    margin: -16px !important;
    max-height: 400px;
    opacity: 0;
    transition: opacity ease 0.3s;
}

@media (max-width: 767px) {
    div.itemsCarusel.swiper {
        margin: 0 -1.5rem !important;
    }
}

div.itemsCarusel.swiper.swiper-initialized{
    max-height: none;
    opacity: 1;
}

div.itemsCarusel.swiper .swiper-slide{
    align-self: stretch;
    height: auto;
    display: flex;
}

div.itemsCarusel.swiper .swiper-slide .product-item-hard{
    flex: auto;
}

@media (min-width: 768px) and (max-width: 1023px){
    .md\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

div.sapp-blocks{
    display: flex;
    gap: 3rem;
    flex-wrap: wrap;
}

div.sapp-blocks > div.w-1\/1{
    flex: 1 1 100%;
}

div.sapp-blocks > div{
    flex: 0 0 calc(50% - 1.5rem);
    padding: 0;
    box-sizing: border-box;
}

@media (max-width: 767px) {

    div.sapp-blocks{
        gap: 1rem;
    }

    div.sapp-blocks > div{
        flex: 1 1 100%;
    }
}

div.sapp-blocks > div a{
    display: flex;
    border-radius: 2rem;
    overflow: hidden;
    background: #fff;
}

div.sapp-blocks > div img{
    width: 100%;
    height: auto;
}

/**/

@media (max-width: 767px) {

    div.product-video-block {
        position: relative;
    }

    div.product-carusel-container {
        margin: 2rem -2rem 0;
        display: block !important;
    }

    section.index-content-section .ruptela-section.md\:mt-80 {
        margin-top: 0 !important;
    }

    [data-block="prodct-tabs"] div.ruptela-tabs-content ul {
        columns: 1;
    }

    div.fancy-blocks > div {
        flex-direction: column !important;
    }

    div.fancy-blocks .cont {
        padding-right: 0;
        margin-bottom: 2rem;
        max-width: 100%;
    }

    [data-block="prodct-tabs"] div.ruptela-tabs-content ul {
        columns: 1;
    }

    div.submenu-container .container {
        padding: 0;
    }

    div.submenu-container .menu-item a {
        border-bottom: 1px solid rgba(255, 255, 255, .1);
        display: flex !important;
        padding-top: .9rem;
        padding-bottom: .9rem;
        padding-left: 2rem;
        padding-right: 1.5rem;
        font-size: 1rem;
        font-weight: 500;
        flex: auto !important;
    }

    ul.main-menu > li > a:after,
    div.submenu-container .menu-item a:after,
    div.submenu-container .menu-item a:before {
        display: none;
    }

    div.submenu-container .menu-item a + span {
        display: none;
    }

    .mob_nav_container li.current-menu-ancestor > a,
    .mob_nav_container li.current-menu-item > a {
        background: rgba(131, 135, 178, 1) !important;
    }

    div.current-menu-item > a {
        text-decoration: underline;
    }

    ul.main-menu > li.has-submenu {
        position: relative;
    }

    ul.main-menu > li.has-submenu > a {
        padding-right: 2.5rem;
    }

    ul.main-menu > li.has-submenu .fa-light {
        position: absolute;
        right: 0;
        top: 0;
        height: 3rem;
        width: 2.5rem;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        z-index: 2;
    }

    ul.main-menu > li.has-submenu.selected .fa-light:before {
        content: '\f068';
    }

    [role="tabs"] button[data-tab-expanded] + div {
        max-height: 2500px;
    }

    section.py-8 {
        margin-top: 0 !important;
    }

    .text-\[2\.5rem\].font-extrabold.leading-10.mb-4 {
        font-size: 1.875rem;
    }

    .page-top-photo.h-screen,
    .index-swiper .h-screen {
        height: auto !important;
        min-height: auto;
        aspect-ratio: 4 / 3 !important;
    }

}

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

    ul.main-menu > li.has-submenu {
        position: relative;
    }

    ul.main-menu > li.has-submenu > a {
        padding-right: 3.5rem;
    }

    ul.main-menu > li.has-submenu .fa-light {
        position: absolute;
        right: 0;
        top: 0;
        height: 4.5rem;
        width: 3.5rem;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        z-index: 2;
    }

    ul.main-menu > li.has-submenu.selected .fa-light:before {
        content: '\f068';
    }

    [role="tabs"] button[data-tab-expanded] + div {
        max-height: 2500px;
    }

}

/*Homepage Fix*/

.home-about-container{
    display: flex;
    gap: 70px;
}

@media (max-width: 1023px) {
    .home-about-container{
        flex-direction: column;
        gap: 30px;
    }
}

.home-about-container .video{
    min-width: 60%;
}

.home-about-container .video iframe{
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 16 / 9;
}

@media (min-width: 1024px) and (max-width: 1279px) {
    .home-about-container .video{
        min-width: 50%;
    }
}

.home-map-container{
    display: flex;
    gap: 70px;
}

@media (max-width: 1023px) {
    .home-map-container{
        flex-direction: column;
        gap: 30px;
    }
}

.home-map-container .map{
    min-width: 60%;
    position: relative;
}

.home-map-container .map #mapscg{
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.home-map-container .map.opened #mapscg{
    filter: blur(5px);
}

div.marker-content-popup{
    background: #fff;
    position: absolute;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.5);
    max-width: 386px;
    padding: 30px;
}

div.marker-content-popup .titls{
    font-size: 2rem;
    line-height: 1.1;
    margin-bottom: .3em;
    padding-right: 30px;
}

button.marker-content-popup-close{
    position: absolute;
    top: 15px;
    right: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    border-radius: 100%;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
    background: #d9d9db;
    color: #424b5a;
}

button.marker-content-popup-close:hover{
    background: rgb(32, 52, 102);
    color: #fff;
}

button.marker-content-popup-close:after{
    content: '\f00d';
    font-family: "Font Awesome 5 Pro";
    font-weight: 100;
}

div.marker-content-popup-container{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
    opacity: 0;
    transform: scale(0);
    visibility: hidden;
}

.home-map-container .map.opened div.marker-content-popup-container{
    opacity: 1;
    transform: scale(1);
    visibility: visible;
}

label.styled_radio {
    width: 18px !important;
    min-width: 18px !important;
}

.gform-theme--orbital .gform_required_legend{
    margin-bottom: 20px !important;
}

.gform-theme--orbital .gfield_label.gform-field-label{
    margin-bottom: 0.75rem;
    font-weight: 700;
    display: block;
    font-size: 1.1428rem;
    line-height: 1.5;
}

.gform-theme--orbital .gfield_label.gform-field-label .gfield_required{
    position: relative;
    left: .2em;
}

.gform-theme--orbital .gfield .ginput_password,
.gform-theme--orbital .gfield input,
.gform-theme--orbital .gfield select,
.gform-theme--orbital .gfield textarea{
    padding: .56rem .75rem !important;
    height: auto !important;
    border-radius: 0.5rem !important;
    background: rgb(200 203 222);
}

.gform-theme--orbital [aria-invalid="true"]{
    border:1px solid red !important;
}

.gform-theme--orbital .gfield_radio,
.gform-theme--orbital .gfield_checkbox{
    flex-direction: row !important;
    flex-wrap: wrap !important;
}

.gform-theme--orbital .gform_validation_errors h2{
    margin: 0 !important;
}

.gform-theme--orbital [type="submit"]{
    font-size: 1.1428rem !important;
    background-color: #8387b2 !important;
    height: 4rem !important;
    webkit-transition: all ease 0.3s !important;
    -moz-transition: all ease 0.3s !important;
    -ms-transition: all ease 0.3s !important;
    -o-transition: all ease 0.3s !important;
    transition: all ease 0.3s !important;
    font-weight: 700 !important;
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
    padding-left: 2.25rem !important;
    padding-right: 2.25rem !important;
    border-radius: 9999px !important;
    align-items: center !important;
    cursor: pointer !important;
    display: flex !important;
}

.gform-theme--orbital [type="submit"]:hover{
    background-color: rgb(55 63 162 / 1) !important;
}

/*body{
    transition: opacity ease 2.3s;
}

body:not(.loaded){
    opacity: 0;
}*/