/* # All page contact form styles*/

.mcontact {
    height: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: stretch;
}

.mcontact .mcontact-l {
    flex: 1 1 30%;
    align-self: auto;
    display: none;
}

.mcontact .mcontact-r {
    flex: 1 1 70%;
    align-self: auto;
    padding: 45px 0 3% 4%;
}

.mcontact .mcontact-title {
    font-family: var(--font-h);
    margin: 0 10px 54px;
}

.mcontact .mcontact-title .mcontact-title-b {
    font-size: 36px;
    margin-bottom: 15px;
    display: block;
}

.mcontact .mcontact-title .mcontact-title-s {
    font-size: 49%;
    line-height: 1.25;
    font-weight: normal;
    display: block;
    margin-bottom: 10px;
}

.mcontact .mcontact-row {
    display: flex;
}

.mcontact .mcontact-row .mcontact-fild-l,
.mcontact .mcontact-row .mcontact-fild-r {
    flex: 1 1 50%;
    align-self: auto;
    margin: 0 15px;
}

.mcontact .contact-fild {
    position: relative;
    margin-bottom: 40px;
}

.mcontact .contact-fild .field-label {
    display: block;
    pointer-events: none;
    font-size: 14px;
    font-weight: normal;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    transition: all .4s;
    width: 100%;
    opacity: .7;
    z-index: 1;
}

.mcontact .contact-fild .field-label.to-top {
    top: -20px;
}

.mcontact .contact-fild .contact-inp {
    position: relative;
    z-index: 5;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    border: 0;
    border-bottom: 1px solid var(--forms-border-color);
    color: #333;
    display: block;
    font-size: 15px;
    margin-top: 0;
    outline: 0;
    padding: 0;
    width: 100%;
    font-weight: 600;
}

.mcontact .contact-fild .contact-inp::-moz-placeholder {
    opacity: .3;
    font-weight: 300;
}

.mcontact .contact-fild .contact-inp:-ms-input-placeholder {
    opacity: .3;
    font-weight: 300;
}

.mcontact .contact-fild .contact-inp::placeholder {
    opacity: .3;
    font-weight: 300;
}

.mcontact .contact-fild .contact-inp:not(:focus):invalid {
    border-bottom: 1px solid rgba(200, 0, 0, .3);
}

.mcontact .contact-fild .contact-inp:not(:focus):valid {
    border-bottom: 1px solid var(--forms-border-color);
}

.mcontact .contact-fild .invalid-feedback {
    color: red;
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    position: absolute;
}

.mcontact .contact-fild.w-info {
    margin: 0 15px 50px;
}

.mcontact .contact-fild-agree,
.mcontact .cntinfrm-fild-agree {
    margin: 0 15px 40px;
}

.mcontact .contact-fild-agree input[type=checkbox],
.mcontact .cntinfrm-fild-agree input[type=checkbox] {
       -moz-appearance: none;
    -webkit-appearance: none;
         -o-appearance: none;
    outline: 0;
    content: none;
    border: 0;
    width: 16px;
    height: 16px;
    display: inline-block;
    padding: 0;
    margin: 0;
    line-height: 0;
    vertical-align: text-top;
    border-radius: 2px;
}

.mcontact .contact-fild-agree input[type=checkbox]:before,
.mcontact .cntinfrm-fild-agree input[type=checkbox]:before {
    content: "";
    color: transparent !important;
    background: #fff;
    display: inline-block;
    width: 16px;
    height: 16px;
    border: 1px solid #a8a8a8;
    border-radius: 3px;
    margin-right: 7px;
    cursor: pointer;
}

.mcontact .contact-fild-agree input[type=checkbox]:focus:before,
.mcontact .cntinfrm-fild-agree input[type=checkbox]:focus:before {
    box-shadow: 0 0 4px #3283c7;
}

.mcontact .contact-fild-agree input[type=checkbox]:checked:before,
.mcontact .cntinfrm-fild-agree input[type=checkbox]:checked:before {
    background: var(--link-color) url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' width='10' height='10'><path fill='white' d='M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z'></path></svg>") no-repeat center;
}

.mcontact .contact-fild-agree input[type=checkbox]:required:invalid:before,
.mcontact .cntinfrm-fild-agree input[type=checkbox]:required:invalid:before {
    border-color: rgba(200, 0, 0, .6);
}

.mcontact .lab-required:after {
    content: "*";
    color: red;
    font-size: 1rem;
    vertical-align: middle;
    line-height: 0;
    padding-left:5px;
}

.mcontact .btn-fsubm {
    width: 100%;
    max-width: 285px;
}

.mcontact .btn-fsubm:focus {
    box-shadow: 0 0 4px #3283c7;
}

.mcontact .inp-file {
    display: grid;
    grid-template-columns: 120px 7fr;
    color: #333;
    font-size: 13px;
    border-bottom: 1px solid var(--forms-border-color);
    padding-bottom: 3px;
    margin-top: -7px;
    height: auto !important;
}

.mcontact .inp-file input {
    display: none !important;
}

.mcontact .inp-file .upl-title {
    background-color: var(--link-color);
    color: #fff;
    padding: 4px 8px;
    font-size: 11px;
    cursor: pointer;
    max-width: 109px;
    transition: background-color .2s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mcontact .inp-file .upl-title:hover {
    background-color: var(--link-color-h);
}

.mcontact .inp-file .upl-title:focus {
    box-shadow: 0 0 4px #3283c7;
}

.mcontact .inp-file .upl-file {
    font-size: 12px;
    display: flex;
    align-items: center;
    cursor: pointer;
    transition: color .2s ease-in-out;
}

.mcontact .inp-file .upl-file:hover {
    color: var(--link-color);
}

.mcontact .inp-file .upl-help {
    position: absolute;
    top: 100%;
    font-size: 12px;
    color: #848484;
    z-index: 3;
}

.mcontact .inp-file .upl-err {
    display: none;
    position: absolute;
    top: 100%;
    font-size: 12px;
    color: red;
    background-color: #fff;
    border: 1px solid red;
    padding: 6px;
    z-index: 5;
}

.mcontact .mcontact-row.mcontact-footer > div {
    margin-bottom: 30px;
}

.mcontact .mcontact-subm-wrp {
    display: flex;
    flex-flow: row wrap;
    align-content: center;
}

.mcontact .mcontact-subm-wrp .mcontact-subm-val {
    vertical-align: middle;
}

.mcontact .mcontact-subm-wrp .prell-ring {
    margin-right: 6px;
}

.mcontact .alert {
    display: none;
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border-radius: .25rem;
    text-align: center;
}

.mcontact .alert.alert-success {
    color: #155724;
    background-color: #d4edda;
}

.mcontact .alert.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
}

:root {
    --prel-size: 22px;
    --prel-border-w: 3px;
    --prel-color: rgba(255, 255, 255, .5);
}

.prell-ring {
    display: none;
    width: var(--prel-size);
    height: var(--prel-size);
    vertical-align: middle;
}

.prell-ring::after {
    content: " ";
    display: block;
    width: var(--prel-size);
    height: var(--prel-size);
    border-radius: 50%;
    border: var(--prel-border-w) solid #fff;
    border-color: #fff transparent #fff transparent;
    -webkit-animation: nn-ring 1.2s linear infinite;
    animation: nn-ring 1.2s linear infinite;
}

.prell-ring::after {
    border: var(--prel-border-w) solid var(--prel-color);
    border-color: var(--prel-color) transparent var(--prel-color) transparent;
}

@-webkit-keyframes nn-ring {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes nn-ring {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* # Posts styles */

article {
    overflow-x: hidden;
}

article.post {
    max-width: 100%;
}

article.post img {
    max-width: 100%;
    height: auto;
}

article.post iframe {
    max-width: 100%;
}

.entry-header {
    width: 100%;
}

a.entry-title-mag {
    padding-left: 0;
    margin-bottom: 40px;
    display: inline-block;
}

a.entry-title-mag:after {
    padding-bottom: 3px;
}

.entry-title {
    padding-bottom: .5rem;
}

.page .entry-title {
    margin-bottom: 2rem;
}

.img-wrap {
    margin-bottom: 30px;
}

.breadcrumbs {
    margin: 0 0 20px;
    color: #d7d7d7;
}

.breadcrumbs span,
.breadcrumbs a {
    color: var(--text-color);
    font-size: .75rem;
}

.breadcrumbs span:first-letter,
.breadcrumbs a:first-letter {
    text-transform: uppercase;
}

.breadcrumbs > span {
    vertical-align: top;
    line-height: 1.3rem;
    padding: 0 6px;
}

.breadcrumbs > span:first-child {
    padding-left: 0;
}

.breadcrumbs > span:last-child {
    padding-right: 0;
}

.text {
    margin-bottom: 20px;
}

.singular-post article h1,
.singular-post article h2,
.singular-post article h3,
.singular-post article h4,
.singular-post article h5,
.singular-post article h6 {
    word-break: break-word;
}

.singular-post article h2 {
    font-weight: 800;
    margin-bottom: 18px;
    margin-top: 30px;
    font-size: 36px;
}

.singular-post article h3 {
    font-size: 18px;
    line-height: 25px;
    font-weight: bold;
}

.singular-post article img {
    max-width: 100%;
    height: auto;
}

.singular-post article .post-thumbnail {
    margin-bottom: 20px;
}

.singular-post article .post-thumbnail img {
    -o-object-fit: cover;
    object-fit: cover;
    max-height: 700px;
    width: 100%;
}

.singular-post article .tags-short {
    margin: 20px 0;
    font-weight: 400;
}

.singular-post article .entry-end {
    border-top: 1px dashed var(--forms-border-color);
    margin: 20px 0 40px;
    height: 0;
    width: 100%;
}

.singular-post article .ssba-wrap {
    margin-bottom: 20px;
}

.singular-post article .ssba-wrap > div {
    font-size: var(--font-size);
}

.singular-post article .ssba-wrap img {
    padding: 2px;
}

.singular-post article .ssba-wrap a {
    padding: 0 3px;
}

.singular-post article .small {
    font-size: 14px;
    line-height: 1.5em;
}

.singular-post article .small p {
    margin-bottom: 20px;
}

.singular-post article blockquote {
    line-height: 1.9em;
    font-weight: 500;
    font-style: italic;
    border-left: 4px solid #eee;
    margin: 20px 0 20px 20px;
    padding: 0 0 0 30px;
}

.singular-post article blockquote cite {
    font-weight: 400;
}

.singular-post article .wp-block-pullquote {
    padding: 2em 0;
}

.singular-post article hr + h1,
.singular-post article hr + h2,
.singular-post article hr + h3 {
    margin-top: 20px;
}

.singular-post article ol,
.singular-post article ul {
    font-size: var(--font-size);
    margin-left: 1rem;
}

.singular-post article ol ul,
.singular-post article ol ol,
.singular-post article ul ul,
.singular-post article ul ol {
    margin-top: 5px;
    padding-left: 0;
}

.singular-post article ol li,
.singular-post article ul li {
    margin-bottom: 6px;
}

.singular-post article dd {
    font-style: italic;
    margin-left: 1rem;
}

.singular-post article dt {
    margin-top: 1em;
}

.singular-post article .social-small {
    margin-bottom: 15px;
}

.singular-post article .social-small a {
    padding: 0 5px;
}

.singular-post article .social {
    margin-top: 30px;
    margin-bottom: 15px;
}

.singular-post article ul.wp-block-gallery {
    margin-left: 0;
}

.singular-post article .gallery {
    margin-left: -0.5em;
    margin-right: -0.5em;
}

.singular-post article .gallery .gallery-caption {
    font-size: var(--font-size);
}

.singular-post article .gallery:after {
    display: table;
    content: "";
    clear: both;
}

.singular-post article .gallery-item {
    margin: 0;
    float: left;
    padding: .5em;
}

.singular-post article .gallery-item a {
    width: 100%;
}

.singular-post article .gallery-item img {
    width: 100%;
}

.singular-post article .gallery-columns-1 .gallery-item {
    width: 100%;
    float: none;
}

.singular-post article .gallery-columns-2 .gallery-item {
    width: 50%;
}

.singular-post article .gallery-columns-3 .gallery-item {
    width: 33.3333%;
}

.singular-post article .gallery-columns-4 .gallery-item {
    width: 25%;
}

.singular-post article .gallery-columns-5 .gallery-item {
    width: 20%;
}

.singular-post article .gallery-columns-6 .gallery-item {
    width: 16.6667%;
}

.singular-post article .gallery-columns-7 .gallery-item {
    width: 14.2857%;
}

.singular-post article .gallery-columns-8 .gallery-item {
    width: 12.5%;
}

.singular-post article .gallery-columns-9 .gallery-item {
    width: 11.1111%;
}

.singular-post article .gallery-columns-2 .gallery-item:nth-child(2n+1),
.singular-post article .gallery-columns-3 .gallery-item:nth-child(3n+1),
.singular-post article .gallery-columns-4 .gallery-item:nth-child(4n+1),
.singular-post article .gallery-columns-5 .gallery-item:nth-child(5n+1),
.singular-post article .gallery-columns-6 .gallery-item:nth-child(6n+1),
.singular-post article .gallery-columns-7 .gallery-item:nth-child(7n+1),
.singular-post article .gallery-columns-8 .gallery-item:nth-child(8n+1),
.singular-post article .gallery-columns-9 .gallery-item:nth-child(9n+1) {
    clear: left;
}

.singular-post article .alignleft {
    float: left;
    margin-right: 1.5em;
    margin-top: .5em;
    margin-bottom: .5em;
}

.singular-post article .alignright {
    float: right;
    margin-left: 2em;
    margin-top: .5em;
    margin-bottom: 1em;
    display: inherit;
}

.singular-post article .aligncenter {
    clear: both;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-bottom: 1em;
    text-align: center;
    display: inherit;
}

.li-compact.li-compact ul {
    margin-left: .5rem;
}

.pages-pagination {
    margin-bottom: 40px;
}

.entry-edit-link {
    margin-top: 40px;
}

.entry-edit-link .dashicons {
    font-size: 1.5rem;
}

.singular-post .paging-navigation {
    border-bottom: 1px dashed var(--forms-border-color);
    margin: 40px 0;
    width: 100%;
    padding-bottom: 40px;
}

.singular-post .paging-navigation hr {
    display: none;
}

.singular-post .paging-navigation .pagination {
    display: flex;
}

.singular-post .paging-navigation .pagination > div {
    flex: 1 1 auto;
    position: relative;
    align-self: center;
}

.singular-post .paging-navigation .pagination > div a {
    display: inline-block;
    position: relative;
    max-width: 100%;
}

.singular-post .paging-navigation .pagination .nav-next {
    text-align: right;
    padding: 0 35px 0 20px;
    max-width: 50%;
    margin-left: auto;
}

.singular-post .paging-navigation .pagination .nav-previous {
    text-align: left;
    padding: 0 20px 0 35px;
    max-width: 50%;
    margin-right: auto;
}

.singular-post .paging-navigation .pagination .post-title {
    color: var(--link-color);
    word-wrap: break-word;
}

.singular-post .paging-navigation .pagination .screen-reader-text {
    font-weight: 300;
}

.singular-post .paging-navigation .pagination .nav-previous a:before,
.singular-post .paging-navigation .pagination .nav-next a:before {
    content: "";
    display: block;
    width: 2rem;
    height: 2rem;
    transform: rotate(45deg) translateY(-50%);
    background: none;
    position: absolute;
    top: 50%;
    transform-origin: top;
}

.singular-post .paging-navigation .pagination .nav-previous a:before {
    border-left: 1px solid gray;
    border-bottom: 1px solid gray;
    left: -1.8rem;
}

.singular-post .paging-navigation .pagination .nav-next a:before {
    border-right: 1px solid gray;
    border-top: 1px solid gray;
    right: -1.8rem;
}

.archive-posts .off-btm-brd .end-content-post::before,
.singular-post .off-btm-brd .paging-navigation {
    border: 0;
    padding-bottom: 0;
}

.single-format-video iframe,
.single-format-audio iframe {
    width: 100%;
    height: 56.25vw;
}

.entry-content {
    word-break: break-word;
}

.entry-content p {
    word-break: break-word;
}

.entry-content iframe[src*="youtube.com/embed"] {
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
}

.page-id-1592 .header-banner .header-banner-row .header-banner-r img {
    width: 420px;
}

.page-id-386 pre code {
    white-space: normal;
    line-height: 1.5;
}

#post-58752 .tabs-integr-cnt-logos {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 0;
    margin: 0;
    padding: 0;
}

#post-58752 .tabs-integr-cnt-logos .tabs-integr-cnt-logo {
    list-style: none;
    margin: 0;
    background: #fff;
    border: 2px solid #f3f7f9;
    padding: 25px 20px 75px;
    text-align: center;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#post-58752 .tabs-integr-cnt-logos .tabs-integr-cnt-logo-img {
    max-height: 50px;
    text-align: center;
}

#post-58752 .tabs-integr-cnt-logos .tabs-integr-cnt-logo-img img {
    max-height: 50px;
    width: auto;
}

#post-58752 .tabs-integr-cnt-logos .tabs-integr-cnt-logo-name {
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
    padding: 4px;
    left: 0;
    border-top: 1px solid #f3f3f3;
    font-size: 13px;
    font-weight: 700;
    opacity: .8;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    word-break: break-word;
    line-height: 1.2;
}

/* # Post Table styles */

.singular-post article table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
    background-color: var(--tabe-bg);
}

.singular-post article table th {
    padding: 1.2rem 1.8rem;
    text-transform: uppercase;
    background-color: var(--tabe-th-bg);
    color: var(--tabe-th-color);
    font-weight: 500;
    border: 1px solid var(--tabe-border-color);
}

.singular-post article table td {
    padding: 1.2rem 1.8rem;
    background-color: var(--tabe-td-bg);
    color: var(--tabe-td-color);
    border: 1px solid var(--tabe-border-color);
}

.singular-post article table tbody tr:hover {
    background-color: var(--tabe-hover-bg);
}

.singular-post article table tbody tr:hover td {
    background-color: var(--tabe-hover-bg) !important;
}

.singular-post article table.table-condensed td,
.singular-post article table.table-condensed th {
    padding: .7rem .875rem;
}

.singular-post article table.table-striped tbody tr:nth-of-type(2n+1) {
    background-color: var(--tabe-strip-bg);
}

.singular-post article table.table-striped tbody tr:nth-of-type(2n+1) td {
    background-color: var(--tabe-strip-bg);
}

.singular-post article table .table-responsive-wrap {
    max-width: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
}

.singular-post article table.bt thead,
.singular-post article table.bt.bt tbody th {
    display: none;
}

.singular-post article table.bt tfoot th,
.singular-post article table.bt tfoot td,
.singular-post article table.bt tbody td {
    display: flex;
    vertical-align: top;
    border-collapse: collapse;
    padding: 0;
}

.singular-post article table.bt tfoot th::before,
.singular-post article table.bt tfoot td::before,
.singular-post article table.bt tbody td::before {
    content: attr(data-th) ": ";
    display: inline-block;
    flex-shrink: 0;
    font-weight: 500;
    border-right: 1px solid var(--tabe-border-color);
    text-align: left;
    padding: .4rem;
    max-width: 33.3%;
}

.singular-post article table.bt tfoot th.bt-hide,
.singular-post article table.bt tfoot td.bt-hide,
.singular-post article table.bt tbody td.bt-hide {
    display: none;
}

.singular-post article table.bt tfoot th .bt-content,
.singular-post article table.bt tfoot td .bt-content,
.singular-post article table.bt tbody td .bt-content {
    vertical-align: middle;
    padding: .4rem;
}

.singular-post article table.bt.bt--no-header tfoot td::before,
.singular-post article table.bt.bt--no-header tbody td::before {
    display: none;
}

.singular-post article table.bt tr:hover,
.singular-post article table.bt.table-striped tbody tr {
    background: initial;
}

.singular-post article .bt-wrapper.active {
    max-height: 310px;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

/* # Tabs for content*/

.tabs-content .tabs-nav {
    margin: 0 0 50px;
    padding: 0 0 30px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: stretch;
    gap: 20px;
    text-align: left;
    border-bottom: 1px solid #cbd6e8;
}

.tabs-content .tabs-nav li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.tabs-content .tabs-nav .btn-tab {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 15px;
    color: #0082c8;
    border-radius: 0;
    background-color: transparent;
    border: 0;
}

.tabs-content .tabs-nav .btn-tab:hover {
    color: #0056b3;
    background-color: transparent;
}

.tabs-content .tabs-nav .btn-tab.active {
    color: #fff;
    background-color: var(--button-bg);
    cursor: default;
}

.tabs-content .tabs-nav .btn-tab.active:hover {
    background-color: var(--button-bg);
}

.tabs-content .tabs-cnt {
    display: none;
}

.tabs-content .tabs-cnt.active {
    display: block;
}

/* # Integration posts styles */

.single-integration .site {
    background-color: #f3f7f9;
}

.integr-contact .fw-input {
    margin-right: 15px;
    margin-left: 15px;
}

.singular-post article table td:nth-child(1) {
    min-width: 100px;
}

.integration-header {
    width: 100%;
    max-width: 100%;
    margin: 0;
    position: relative;
    z-index: 1;
    height: 280px;
    color: #fff;
    text-align: center;
}

.integration-header .integration-banner {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: 2;
    display: block;
}

.integration-header:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .4);
    background-blend-mode: overlay;
    z-index: 3;
}

.integration-header .integratio-title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-weight: 900;
    font-size: 48px;
    z-index: 4;
    width: 100%;
    line-height: 1.2;
    max-width: var(--container);
    padding: 20px;
}

.post-integration {
    display: grid;
    grid-template-columns: 77fr 23fr;
    gap: 25px;
}

.post-integration .integration-breadcrumb {
    margin-bottom: 60px;
}

.post-integration .integration-breadcrumb .acept {
    padding-left: 0;
    font-weight: 600;
    vertical-align: middle;
    margin-right: 6px;
}

.post-integration .integration-breadcrumb .acept:after {
    font-weight: 600;
    padding-bottom: 4px;
}

.post-integration .integration-breadcrumb .acept:hover {
    text-decoration: none;
}

.post-integration .integration-breadcrumb span {
    vertical-align: middle;
}

.post-integration .entry-content {
    padding: 70px 0 110px;
}

.post-integration .post-thumbnail {
    margin-bottom: 20px;
}

.post-integration .integration-wj-button {
    width: 100%;
    margin-bottom: 20px;
    padding: 12px 34px;
}

.post-integration .integration-wj-content {
    margin: 0 0 20px;
    padding: 0 0 20px;
    border-bottom: 1px solid #cbd6e8;
}

.post-integration .integration-wj-content li {
    list-style: none;
    padding: 0;
    font-size: 14px;
    font-weight: 600;
    color: #777;
}

.post-integration .nnplug-title {
    margin-bottom: 15px;
    font-size: 14px;
    color: #777;
    font-weight: 600;
}

.post-integration .integration-grid {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(3, 1fr);
    margin: 0 auto 20px;
    width: 75%;
    max-width: 100%;
    text-align: center;
}

.post-integration .integration-grid > div {
    background: #e6e6e6;
    padding: 20px;
}

.post-integration .integration-grid > div h4 {
    margin: 0;
    font-size: 18px;
    line-height: 1.5;
    font-weight: 500;
}

.post-integration .tabs-integr-cnt-spec .spec-last-sep:last-child {
    display: none;
}

.post-integration .tabs-integr-cnt-logos {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 0;
    margin: 0;
    padding: 0;
}

.post-integration .tabs-integr-cnt-logos .tabs-integr-cnt-logo {
    list-style: none;
    margin: 0;
    background: #fff;
    border: 2px solid #f3f7f9;
    padding: 25px 20px 75px;
    text-align: center;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.post-integration .tabs-integr-cnt-logos .tabs-integr-cnt-logo-img {
    max-height: 50px;
    text-align: center;
}

.post-integration .tabs-integr-cnt-logos .tabs-integr-cnt-logo-img img {
    max-height: 50px;
    width: auto;
}

.post-integration .tabs-integr-cnt-logos .tabs-integr-cnt-logo-name {
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
    padding: 4px;
    left: 0;
    border-top: 1px solid #f3f3f3;
    font-size: 13px;
    font-weight: bold;
    opacity: .8;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    word-break: break-word;
    line-height: 1.2;
}

/* # Integrations Widgets */

.widget .widgettitle {
    font-size: 30px;
}

.widget input {
    width: 100%;
    padding: 10px 20px !important;
}

.sidebar {
    min-width: 260px;
}

.sidebar .widget {
    margin-bottom: 40px;
    overflow: hidden;
    max-width: 100%;
}

.sidebar .integration-wj {
    transition: top .2s linear;
    width: 100%;
    background-color: #fff;
    padding: 30px;
    box-shadow: 0 0 60px rgba(0, 128, 199, .05);
    z-index: 10;
}

/* # Subscribe Widget */

.widget.nn-subscribe .sb-descr {
    margin-bottom: 15px;
}

.widget.nn-subscribe .sb-input {
    margin-bottom: 15px;
}

.widget.nn-subscribe .sb-input input {
    background: #d9dadc;
}

.widget.nn-subscribe .sb-input input::-moz-placeholder {
    color: gray;
}

.widget.nn-subscribe .sb-input input:-ms-input-placeholder {
    color: gray;
}

.widget.nn-subscribe .sb-input input::placeholder {
    color: gray;
}

.widget.nn-subscribe .contact-fild-agree,
.widget.nn-subscribe .cntinfrm-fild-agree {
    margin: 0 0 10px;
    font-size: 14px;
}

.widget.nn-subscribe .contact-fild-agree input[type=checkbox],
.widget.nn-subscribe .cntinfrm-fild-agree input[type=checkbox] {
       -moz-appearance: none;
    -webkit-appearance: none;
         -o-appearance: none;
    outline: 0;
    content: none;
    border: 0;
    width: 16px;
    height: 16px;
    display: inline-block;
    padding: 0 !important;
    margin: 0;
    line-height: 0;
    vertical-align: text-top;
    border-radius: 2px;
}

.widget.nn-subscribe .contact-fild-agree input[type=checkbox]:before,
.widget.nn-subscribe .cntinfrm-fild-agree input[type=checkbox]:before {
    content: "";
    color: transparent !important;
    background: #fff;
    display: inline-block;
    width: 16px;
    height: 16px;
    border: 1px solid #a8a8a8;
    border-radius: 3px;
    margin-right: 7px;
    cursor: pointer;
}

.widget.nn-subscribe .contact-fild-agree input[type=checkbox]:focus:before,
.widget.nn-subscribe .cntinfrm-fild-agree input[type=checkbox]:focus:before {
    box-shadow: 0 0 4px #3283c7;
}

.widget.nn-subscribe .contact-fild-agree input[type=checkbox]:checked:before,
.widget.nn-subscribe .cntinfrm-fild-agree input[type=checkbox]:checked:before {
    background: var(--link-color) url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' width='10' height='10'><path fill='white' d='M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z'></path></svg>") no-repeat center;
}

.widget.nn-subscribe .contact-fild-agree input[type=checkbox]:required:invalid:before,
.widget.nn-subscribe .cntinfrm-fild-agree input[type=checkbox]:required:invalid:before {
    border-color: rgba(200, 0, 0, .6);
}

.widget.nn-subscribe .contact-fild-agree .lab-required,
.widget.nn-subscribe .cntinfrm-fild-agree .lab-required {
    font-size: 14px;
}

.widget.nn-subscribe .contact-fild-agree .lab-required:after,
.widget.nn-subscribe .cntinfrm-fild-agree .lab-required:after {
    content: "* ";
    color: red;
    font-size: 1rem;
    vertical-align: middle;
    line-height: 0;
    padding-left:5px;
}

.widget.nn-subscribe .nn-grecaptcha-wj {
    position: relative;
    z-index: 1;
    margin-bottom: 15px;
    display: flex;
    justify-content: center;
}

.widget.nn-subscribe .nn-grecaptcha-wj .g-recaptcha {
    transform-origin: left;
    max-width: 225px;
    margin-left: -7%;
}

.widget.nn-subscribe .nn-grecaptcha-wj .g-recaptcha > div {
    margin: 0 auto;
}

.widget.nn-subscribe .btn-sbsubm {
    position: relative;
    z-index: 3;
    width: 100%;
    margin-bottom: 15px;
    margin-top: 15px;
}

.widget.nn-subscribe .alert {
    display: none;
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border-radius: .25rem;
    text-align: center;
}

.widget.nn-subscribe .alert.alert-success {
    color: #155724;
    background-color: #d4edda;
}

.widget.nn-subscribe .alert.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
}

@media screen and (min-width: 1200px) {
    .mcontact .mcontact-l {
        min-height: 650px;
        background: url("/wp-content/themes/novalnet/assets/img/form-bg-ok.jpg") no-repeat center;
        background-size: cover;
        display: block;
    }
    .integr-contact .mcontact-l {
        min-height: 650px;
        background: url("/wp-content/themes/novalnet/assets/img/payment-plugin-form.jpg") no-repeat center;
        background-size: cover;
        display: block;
    }
}

@media screen and (max-width: 1400px) {
    .post-integration {
        padding: 0 20px;
    }
}

@media screen and (max-width: 1200px) {
    .mcontact .mcontact-r {
        padding: 45px 4% 3%;
    }
    #post-58752 .tabs-integr-cnt-logos {
        grid-template-columns: repeat(4, 1fr);
    }
    .tabs-content .tabs-nav {
        gap: 10px;
    }
    .tabs-content .tabs-nav .btn-tab {
        padding: 14px 15px;
    }
    .post-integration .tabs-integr-cnt-logos {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media screen and (max-width: 992px) {
    .tabs-content .tabs-nav li {
        width: 100%;
    }
    .tabs-content .tabs-nav .btn-tab {
        width: 100%;
    }
    .post-integration {
        grid-template-columns: 1fr;
    }
    .post-integration .entry-content {
        padding: 60px 0 20px;
        max-width: 600px;
        margin: 0 auto;
    }
    .post-integration .post-thumbnail {
        text-align: center;
    }
    .post-integration .integration-grid {
        width: 100%;
    }
    .sidebar .widget {
        max-width: 600px;
        margin: 0 auto 40px;
    }
}

@media screen and (max-width: 768px) {
    .mcontact .mcontact-r {
        padding: 45px 0 3%;
    }
    .mcontact .mcontact-row {
        flex-flow: column wrap;
    }
    .mcontact .mcontact-row.mcontact-footer > div {
        text-align: center;
        display: flex;
        flex-flow: column wrap;
        justify-content: center;
        align-content: center;
        align-items: center;
    }
    .single-format-video iframe,
    .single-format-audio iframe {
        max-height: 625px;
    }
    #post-58752 .tabs-integr-cnt-logos {
        grid-template-columns: repeat(3, 1fr);
    }
    .single-integration .site {
        background: #f3f7f9 url(/wp-content/themes/novalnet/assets/img/page_bg_pattern_opt_2.png) repeat-y 24% 65px;
        background-size: 100%;
    }
    .integration-header .integratio-title {
        font-size: 36px;
    }
    .post-integration .tabs-integr-cnt-logos {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media screen and (max-width: 576px) {
    article.post iframe {
        height: 50vw;
        margin: 0 auto;
        display: block;
    }
    .singular-post article ol {
        margin-left: 15px;
        padding-left: 0;
    }

    .singular-post article ul {
        margin-left: 15px;
        padding-left: 0;
    }

    .entry-edit-link {
        text-align: left;
        margin-top: 20px;
    }

    .singular-post .paging-navigation {
        margin: 20px 0;
        padding-bottom: 20px;
    }

    .singular-post .paging-navigation .pagination .nav-next {
        max-width: 100%;
        width: 100%;
        padding: 10px 0 !important;
    }

    .singular-post .paging-navigation .pagination .nav-previous {
        max-width: 100%;
        width: 100%;
        padding: 10px 0 !important;
    }

    .singular-post .paging-navigation .pagination {
        flex-flow: column nowrap;
    }

    .singular-post .paging-navigation .pagination .nav-previous,
    .singular-post .paging-navigation .pagination .nav-next {
        text-align: center;
        padding: 10px;
    }

    .singular-post .paging-navigation .pagination .nav-previous a:before,
    .singular-post .paging-navigation .pagination .nav-next a:before {
        content: none;
    }
    #post-58752 .tabs-integr-cnt-logos {
        grid-template-columns: 1fr;
    }
    .tabs-content .tabs-nav {
        margin: 0 0 30px;
        padding: 0 0 20px;
    }
    .integration-header .integratio-title {
        font-size: 30px;
    }
    .post-integration .integration-grid {
        grid-template-columns: 1fr;
    }
    .post-integration .tabs-integr-cnt-spec td {
        font-size: 14px;
        padding: 8px;
    }
    .post-integration .tabs-integr-cnt-logos {
        grid-template-columns: 1fr;
    }
    .sidebar {
        min-width: auto;
    }
}

/*# sourceMappingURL=post-integration.css.map */

.postid-57568  .carousel {
    position: relative;
}
.postid-57568 .carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.postid-57568 .carousel-item.active {
    display: block;
}
.postid-57568 .carousel-item {
    position: relative;
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    transition: -webkit-transform .6s ease;
    transition: transform .6s ease;
    transition: transform .6s ease,-webkit-transform .6s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
}
.postid-57568 .carousel-item {
    position: relative;
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    transition: -webkit-transform .6s ease;
    transition: transform .6s ease;
    transition: transform .6s ease,-webkit-transform .6s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
}
.postid-57568 .carousel-indicators {
    position: absolute;
    right: 0;
    bottom: -65px;
    left: 0;
    z-index: 15;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    list-style: none;
}
.postid-57568 .carousel-indicators .active {
    background-color: #aaa;
}
.postid-57568 .carousel-indicators li {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 15px;
    height: 15px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    background-color: rgba(255,255,255,.5);
    border-radius: 50%;
    border: 2px solid #aaa;
}
.postid-57568 .carousel-indicators li::before {
    position: absolute;
    top: -10px;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 10px;
    content: "";
}
.postid-57568 .carousel-indicators li::after {
    position: absolute;
    bottom: -10px;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 10px;
    content: "";
}

.integration-git-box {
    display: flex; 
    column-gap: 20px;
    flex-wrap: wrap;
    float: left;
    margin: 50px auto;
}
.integration-git-box > div {
    flex: 1;
}
@media only screen and (max-width: 580px) {
    .integration-git-box > div {
        flex: none;
    }
    .integration-git-box {
        justify-content: center;
        align-items: center;
    }
}
.intershop {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px;
  font-size: 12px;
  background: #cccc;
  margin: 15px;
  font-weight: bold;
  flex-direction: column;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}
.intershop p {
  margin: 0;
}
.col-md-2.intershop {
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}
.col-md-3.intershop {
  flex: 0 0 25%;
  max-width: 25%;
}
.intershop h3 {
  margin: 10px;
  color: #0082c8;
}
@media only screen and (max-width:768px) {
    .col-md-2.intershop, .col-md-3.intershop {
      flex: 0 0 100%;
      max-width: 100%;
    }
}
@media screen and (max-width: 992px) {
    .singular-post article table td{
        padding: 1.2rem 1rem;
        word-break: auto-phrase !important;
    }
}  



/* ------------------------- Bug Fixing --------------------------- */

@media screen and (max-width: 525px) {
    .integration-header .integratio-title{
        font-size: 24px !important;
    }
}

/* Position the carousel controls over the images */
.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 80px;
  /* background: rgba(0, 0, 0, 0.4); */
  background: #00000030;
  /* border-radius: 50%; */
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  color: #fff;
  text-decoration: none;
  font-size: 22px;
  transition: background 0.3s ease;
}

.carousel-control-prev:hover,
.carousel-control-next:hover {
  background: rgba(0, 0, 0, 0.7);
  text-decoration: none;
  color: #cbd6e8;
}

/* Specific positioning */
.carousel-control-prev {
  left: 15px;
}

.carousel-control-next {
  right: 15px;
}

/* Remove Bootstrap's background image icons */
.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: none;
}
.sr-only{
    display: none;
}