
body {
  background-color: #fff;
  color: #000000;
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
  line-height: 1.7em;
  font-weight: 400;
}
img { max-width: 100%; height: auto; }

a {
    color: #FF0000;
    text-decoration: none;
}
a:hover {
    color: #FF0000;
}
b, strong {
    font-weight: bold;
}
.color-pink {
    color: #FF0000;
}
.row-no {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.frame-space-before-extra-small { margin-top: 1em; }
.frame-space-before-small { margin-top: 2em; }
.frame-space-before-medium { margin-top: 3em; }
.frame-space-before-large { margin-top: 4em; }
.frame-space-before-extra-large { margin-top: 5em; }
.frame-space-after-extra-small { margin-bottom: 1em; }
.frame-space-after-small { margin-bottom: 2em; }
.frame-space-after-medium { margin-bottom: 3em; }
.frame-space-after-large { margin-bottom: 4em; }
.frame-space-after-extra-large { margin-bottom: 5em; }
.ce-headline-center {
    text-align: center;
}
.ce-gallery:not([data-ce-columns="1"]) .ce-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
    align-items: center;
}
.ce-bodytext + .ce-gallery {
    margin-top: 30px;
}
.row .frame-type-html {
    height: 100%;
}

figure {
    margin: 0;
}

.container-fluid {
    max-width: 1920px;
}
.container {
    max-width: 1314px;
    margin-left: auto;
    margin-right: auto;
}
.container-header {
    max-width: 1314px;
}
.container-footer {
    max-width: 1314px;
    margin: 0 auto;
}
.container-narrow {
    max-width: 1136px;
}
.container-full {
    width: 100vw;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    max-width: 1920px;
}
.container-footer {
    margin-top: 40px;
}

video { max-width: 100%; }

header {
    display: block;
}
#headerWrapperOuter {
    max-width: 1920px;
    width: 100%;
    margin: 0 auto;
}
#headerWrapper {
    background: url("../images/header_bg.jpg") no-repeat center center;
    background-size: cover;
    width: 100%;
    position: relative;
    height: 1px;
    min-height: 300px;
    z-index: 2;
}
body.home #headerWrapper {
    padding: 0 0 54% 0;
    min-height: 500px;
}
.container-header {
    position: absolute;
    top: 0;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
}
.content-default > div.arrow-on-top,
.arrow-on-top {
    position: relative;
    padding-top: 90px;
}
.arrow-on-top > div:first-child::before,
.arrow-on-top > div:first-child::after,
.home-services::before,
.home-services::after,
.container-header::before,
.container-header::after {
    content: "";
    display: block;
    clear: both;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 50%);
    border-radius: 50%;
}
.arrow-on-top > div:first-child::before,
.arrow-on-top > div:first-child::after {
    bottom: auto;
    top: 0;
    transform: translate(-50%, -50%);
}

.arrow-on-top > div:first-child::before,
.home-services::before,
.container-header::before {
    z-index: 1;
    background: rgba(245, 245, 245, 0.1);
    width: 180px;
    height: 180px;
}
.arrow-on-top > div:first-child::after,
.home-services::after,
.container-header::after {
    z-index: 2;
    width: 97px;
    height: 97px;
    background: #F5F5F5 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADcAAAA3CAYAAACo29JGAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA+dpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczpkYz0iaHR0cDovL3B1cmwub3JnL2RjL2VsZW1lbnRzLzEuMS8iIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdFJlZj0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlUmVmIyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChXaW5kb3dzKSIgeG1wOkNyZWF0ZURhdGU9IjIwMjYtMDItMDNUMTE6NTY6MTErMDE6MDAiIHhtcDpNb2RpZnlEYXRlPSIyMDI2LTAyLTAzVDEyOjE0OjAzKzAxOjAwIiB4bXA6TWV0YWRhdGFEYXRlPSIyMDI2LTAyLTAzVDEyOjE0OjAzKzAxOjAwIiBkYzpmb3JtYXQ9ImltYWdlL3BuZyIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo3MjRGMEYwMDAwRjExMUYxODVCMjg2NjZEMEQ4QTdCQSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo3MjRGMEYwMTAwRjExMUYxODVCMjg2NjZEMEQ4QTdCQSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjcyNEYwRUZFMDBGMTExRjE4NUIyODY2NkQwRDhBN0JBIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjcyNEYwRUZGMDBGMTExRjE4NUIyODY2NkQwRDhBN0JBIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+n1D2/gAAAnJJREFUeNrsWktuwjAQDYg9HMHcoKy6DTegNyBS94UTVD0BsK9EeoLSE5RtV3CD5gi5QTqWXiTXysdxxklAHmmkCMJknl/smXlilGVZcK82Du7Y7hrcpOrL0eNziMs0+3m/ltzTdc4P5DNcnymv8vz1PUfJyh/uyFdKEGkJeUx+oIBpx+BkHi/ka3KhfC7zOJFv1ZwKwQHYN1anzGSQiIKdOgK3wmKLinvkW7XUAergJLDQ8KESXASwrtg6ApyJyVd0WQiOgEm2Lg0TSAHw5ICto7YtTGyhng3qaRlaru4nfMbEVpt4YVkpmLZc6V/yTYsYG8RYtYgxLQMnGFZ9hwOpSSyB3+wY2Bdl4BKm/RJi724M2bpYbokiS8rAfTGfdFUscrKl2kchOJwye+ZTL2fxFYAErjnZym1PGJK6DuWITuCWLCZgUW3jjJu2Doszp6VovSKj3lJhUKCQhgMFdkYbmDQeeeSP0M4MjcUUOS3rTvjaeY4AykNmgZUaAlsL04PPaFgdAIvGbFlP4mBx7qBRrps+5jZlqrHMIGcm8ie6fHLMYopnWD/HWkPBsOqKRZbYrQQiTL6cLLLGG/e9L9T2iftNGDPvkcYnGu51chK70C2b1CKnNbS1blnD4gFTgN6Ix+RvljPkP92yMv8OdcvQJKGK+dDrllXgvG6psxh43bKTeGFZKfC6Zc2qe91SY8vrlobmdct1cFvmdUuVQRF43bIftgKvW5ppJV63dGRet2TVULxu2QNbbOA49oXaPgVet+wHnE0tclpDXf2ZNGdRvmaxxkiKz+au6+bEcY2Sr1wEz+XCa9CRjfwfuG/U/gQYAMMRfbADoqzpAAAAAElFTkSuQmCC) no-repeat center center;
    background-size: 41px 41px;
}
.arrow-on-top > div:first-child::after,
.home-services::after {
    background-color: #FFFFFF;
}
#pageHeader {
    position: relative;
    margin: auto 0;
    color: #fff;
    transform: translateY(-10%);
}
#header {
    margin: 0;
}
#logo {
    flex-grow: 0;
    flex-shrink: 0;
}

#header .navbar {
    padding: 16px 0;
    min-height: 56px;
}
#header .navbar a {
    display: block;
    color: #fff;
    font-size: 0.94rem;
    font-weight: 500;
    padding: 0.5rem 1rem;
}
.menu-wrapper .navbar-nav {

}
.menu-wrapper .navbar-nav .dropdown-toggle::after {
    display: none;
}
ul.social-icons {
    list-style: none;
    padding: 0;
    display: flex;
    gap: 15px;
    margin: 0;
}
ul.social-icons li {
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 1);
    color: #000000;
    margin: 0;
}
#header ul.social-icons li a {
    color: #000000;
    font-size: 22px;
}
#langMenu {
    margin: 0 0 0 15px;
    position: absolute;
    right: 65px;
    top: 16px;
}
#langMenu ul {
    list-style: none;
    padding: 0;
    display: flex;
    gap: 15px;
    margin: 0;
}
#langMenu ul li {
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #6DCFF6;
    color: #000000;
    margin: 0;
    font-size: 12px;
}
#header #langMenu ul li a {
    color: #000000;
    font-size: 12px;
    font-weight: 700;
}
#header .dropdown-menu {
    background: #08081d;
}
#header .dropdown-menu > li {
}
.navbar-toggler {
    position: absolute;
    right: 0px;
    top: 20px;
    width: 38px;
    padding: 0 0px 0px 0;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border-radius: 0;
}
.navbar-toggler.collapsed .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2238%22%20height%3D%2238%22%20viewBox%3D%220%200%2038%2038%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Crect%20y%3D%220%22%20width%3D%2238%22%20height%3D%224%22%20fill%3D%22%23FFFFFF%22/%3E%3Crect%20y%3D%2214%22%20width%3D%2238%22%20height%3D%224%22%20fill%3D%22%23FFFFFF%22/%3E%3Crect%20y%3D%2228%22%20width%3D%2238%22%20height%3D%224%22%20fill%3D%22%23FFFFFF%22/%3E%3C/svg%3E");
}
.navbar-toggler:focus {
    box-shadow: none;
}
.navbar-toggler-icon {
    width: 38px;
    height: 38px;
    color: #FFFFFF;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 384 512'%3e%3cpath d='M342.6 150.6c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L192 210.7 86.6 105.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L146.7 256 41.4 361.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L192 301.3 297.4 406.6c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L237.3 256 342.6 150.6z' fill='%23FFFFFF'/%3e%3c/svg%3e");
}
#headerSocials {
    display: none;
}
.page-header-image {
    margin: 0 auto 20px auto;
    text-align: center;
}
h1.page-title {
    text-align: center;
    font-weight: 700;
    font-size: 24px;
    line-height: 1.11em;
    margin: 0 auto 0 auto;
}
body:not(.home) h1.page-title {
    text-transform: uppercase;
    transform: translateY(-20px);
}
.page-subtitle {
    text-align: center;
    font-weight: 300;
    font-size: 18px;
    line-height: 1.11em;
}
h2 {
    margin-top: 30px;
    margin-bottom: 30px;
}
#langMenu li.active {
    display: none;
}
.content-default > div {
    padding: 30px 0px;
}
#main > .container > .content-default:first-of-type .frame-type-news_newsliststicky header,
.frame-type-news_newsdetail .header {
    position: relative;
    margin-top: -30px;
    padding-top: 50px;
    padding-bottom: 30px;
    text-align: center;
}
#main > .container > .content-default:first-of-type .frame-type-news_newsliststicky header {
    margin-top: 0;
}
@media (max-width: 1199.98px) {
    #navbar {
        background: transparent; /* #08081d */
        position: relative;
        left: -15px;
        width: 100vw;
        padding: 25px 15px;
        margin: 18px 0;
        background: #08081d;
        z-index: 10;
    }
    #header .navbar a {
        padding: 0.3rem 1rem;
    }
}
@media (min-width: 420px) {
    #headerSocials {
        display: block;
        position: absolute;
        right: 115px;
        top: 16px;
    }
}
@media(min-width: 768px) {
    #headerWrapper {
        min-height: 500px;
    }
    h1.page-title {
        max-width: 770px;
    }
    .content-default > div {
        padding: 50px 0px;
    }
    #main > .container > .content-default:first-of-type .frame-type-news_newsliststicky header,
    .frame-type-news_newsdetail .header {
        margin-top: -50px;
        padding-top: 70px;
        padding-bottom: 50px;
    }
    #main > .container > .content-default:first-of-type .frame-type-news_newsliststicky header {
        margin-top: 0;
    }
}
@media (min-width: 1200px) {
    .header-content {
        display: flex;
        align-items: center;
        justify-content: space-around;
        flex-grow: 1;
    }
    .navbar .sticky-container {
        display: flex;
        align-items: center;
        justify-content: stretch;
        width: 100%;
    }
    .header-content #navbar {
        margin: 0 auto;
        padding: 0 15px;
    }
    .header-content #navbar.collapse.show {
        display: flex;
        justify-content: center;
    }
    #headerSocials {
        position: relative;
        right: auto;
        top: auto;
    }
    #langMenu {
        position: relative;
        right: auto;
        top: auto;
    }
    .menu-wrapper {
        margin: 0 auto;
        position: relative;
    }
    .menu-wrapper::after {
        content: "";
        display: block;
        clear: both;
        height: 1px;
        width: 200px;
        background: #D9D9D9;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        bottom: -8px;
    }
    .page-subtitle,
    h1.page-title {
        font-size: 45px;
        line-height: 1.11em;
    }
}
@media (min-width: 768px) and (max-width: 1299.98px) {
    .page-subtitle,
    h1.page-title {
        font-size: 36px;
        line-height: 1.11em;
    }
    .container-header::before {
        width: 150px;
        height: 150px;
    }
    .container-header::after {
        width: 80px;
        height: 80px;
    }
    .page-header-image img {
        max-height: 280px;
    }
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .page-header-image img {
        max-height: 200px;
    }
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
    .page-header-image img {
        max-height: 320px;
    }
}
@media (min-width: 1440px) {
    body:not(.home) h1.page-title {
        font-size: 80px;
    }
}

#main > .container > .content-default:first-of-type .background-full-gray {
    padding-top: 80px;
}
#main > .container > .content-default:first-of-type .frame-type-news_newsliststicky header,
.frame-type-news_newsdetail .header,
body.home .footer-contacts,
.background-full-gray {
    position: relative;
    z-index: 1;
    background: #F5F5F5;
    display: block;

}
#main > .container > .content-default:first-of-type .frame-type-news_newsliststicky header::after,
.frame-type-news_newsdetail .header::after,
body.home .footer-contacts::after,
.background-full-gray::after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    height: 100%;
    background: #F5F5F5;
    z-index: -1;
}
.footer-contacts {
    padding: 30px 20px 30px 20px;
    gap: 30px;
    flex-direction: column;
}
.footer-contacts-grid {
    display: flex;
    gap: 30px;
}
h3 {
    font-size: 32px;
    font-weight: 700;
    color: #000;
    line-height: 1;
    padding-bottom: 30px;
    margin-bottom: 30px;
    position: relative;
    text-align: center;
}
h3::after {
    content: "";
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 2px;
    background: #000;
    margin: 0 auto;
}
.footer-contact-button {
    text-align: center;
    padding: 40px 0 30px;
    background: #fff;
}
.btn-primary,
.button-box {
    display: inline-flex;
    /* vertical gradient from #0071a8 to #0071a8 */
    background: linear-gradient(180deg, #0071a8 0%, #003963 100%);
    border: 1px solid #003963;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    padding: 6px 16px;
    min-width: 204px;
    min-height: 62px;
    border-radius: 50px;
    transition: all 0.2s ease;
    align-items: center;
    justify-content: center;
    line-height: 1em;
}
.btn-primary:hover,
.button-box:hover {
    color: #fff;
}
.contact-card {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 22px 20px;
    border-radius: 16px;
    min-height: 130px;
}
.contact-card a {
    color: #000;
}
.contact-card p {
    margin: 0;
}
.contact-card--address { background: #FDEFD5; }
.contact-card--email   { background: #D6EEF8; }
.contact-card--phone   { background: #D5EDDA; }
.contact-card--fax     { background: #fff; border: 1px solid #E5E5E5; }
.contact-card::before {
    width: 42px;
    height: 42px;
    min-width: 42px;
    background: #000;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 17px;
    content: "";
    font-family: 'Font Awesome 6 Free', sans-serif;
    font-weight: 900;
}
.contact-card--address::before {
    content: "\f3c5";
}
.contact-card--email::before {
    content: "\40";
}
.contact-card--phone::before {
    content: "\f095";
}
.contact-card--fax::before {
    content: "\f1ac";
}

.contact-card-text {
    display: flex;
    flex-direction: column;
    font-size: 15px;
    line-height: 1.5;
}
.contact-card-text strong {
    font-weight: 700;
    color: #000;
    display: block;
}
.contact-card-text span,
.contact-card-text a {
    color: #000;
    font-size: 15px;
    font-weight: 400;
    text-decoration: none;
}
footer ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px 28px;
    list-style: none;
    padding: 0;
    margin: 0;
}
footer ul li a {
  color: #000;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
}
.footer-copyright {
    margin: 20px auto;
    font-size: 12px;
    font-weight: 300;
    text-align: center;
}
@media (min-width: 768px) {
    .footer-contacts {
        padding: 50px 20px 60px 20px;
    }
    h3 {
        font-size: 48px;
    }
    .footer-contacts-grid {
        flex-wrap: nowrap;
        align-items: stretch;
    }
    .contact-card {
        width: auto;
        flex: 1;
    }
}
.row-col {
    display: flex;
    flex-direction: column;
}

.home-about a {
    color: #000;
    font-weight: 700;
}

.home-services {
    display: flex;
    flex-direction: column;
    gap: 30px;
    position: relative;
}
.home-services-grid {
    display: flex;
    flex-wrap: nowrap;
    gap: 30px;
    flex-direction: column;
}
.home-service .image {
    position: relative;
    padding: 0 0 155% 0;
    display: block;
    margin: 0;
}
.home-service .image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}
.home-service .frame-type-header {
    text-align: center;
    padding: 30px 10px;
    border-radius: 20px;
}
.home-service .frame-type-header h2 {
    font-size: 28px;
    font-weight: 400;
    color: #000;
    line-height: 1.11em;
    margin: 0;
}
.home-service .frame-type-header h2 a {
    color: #000;
}
.home-service .frame-type-textpic {
    margin: 30px 0 0 0;
}
.home-service--shop .frame-type-header,
.home-service--webdesign .frame-type-header {
    background: #FDEFDF;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    padding-bottom: 45px;
}
.home-service--shop .frame-type-header {
    background: #DDEDDC;
}
.home-service--shop .frame-type-image,
.home-service--webdesign .frame-type-image {
    margin-top: -20px;
}
.home-service--seo .frame-type-header,
.home-service--hosting .frame-type-header {
    background: #E2F5FD;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    padding-top: 45px;
}
.home-service--seo .frame-type-image,
.home-service--hosting .frame-type-image {
    margin-bottom: -20px;
}
.home-service--seo .frame-type-header {
    background: #F9F2F4;
}
@media (min-width: 768px) {
    .home-services-grid {
        flex-direction: row;
    }
    .home-service {
        flex: 1;
    }
}
.home-projects {
    flex-direction: column;
}
.content-default > div.home-projects {
    padding-top: 80px;
}
.home-projects .frame-type-textpic .ce-bodytext {
    max-width: 796px;
    text-align: center;
    margin: 0 auto;
}
.home-projects .button-box {
    margin: 30px auto 0 auto;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    font-size: 14px;
}
.news .article .news-img-wrap {
    background: transparent !important;
    margin: 0 !important;
    float: none !important;
}
.news-single .footer {
    border-top: 0 !important;
}
.news-single .ce-gallery {
    margin-top: 30px;
    margin-bottom: 30px;
    text-align: center;
}
.frame-default .news .article .news-img-wrap img {
    float: none;
    height: unset;
    width: unset;
}
.frame-default .news .article .news-img-wrap a {
    float: none;
    padding: 0;
    border: none;
    background: transparent;
}

.news-template-layout1 .news-list-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.news-template-layout1 .article,
.news-template-layout2 .article {
    display: flex !important;
    flex-direction: column;
    gap: 15px;
}
.news-template-layout1 .article {
    width: 100%;
}
.news-template-layout1 .article h4,
.news-template-layout2 .article h4 {
    font-weight: 400;
    font-size: 18px;
    text-align: center;
    margin: 0;
}
.news-template-layout1 .article h4 a,
.news-template-layout2 .article h4 a {
    font-weight: 400;
    color: #000;
}
.news-template-layout1 .news-img-wrap,
.news-template-layout2 .news-img-wrap {
    position: relative;
    padding: 0 0 56% 0;
    display: block;
    margin: 0;
}
.news-template-layout1 .news-img-wrap img,
.news-template-layout2 .news-img-wrap img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    object-fit: contain;
    border-radius: 20px;
}
.news-template-layout2 .slick-list {
    width: 1086px;
    max-width: 90%;
    margin: 0 auto;
}
.news .news-template-layout4 .article .news-img-wrap {
    position: relative;
    padding: 0 0 100% 0;
    display: block;
    margin: 0;
    background: #FFFFFF !important;
    border: 1px solid #eaeaea;
    border-radius: 20px;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.1);
}
.news-template-layout4 .header {
    display: none;
}
.news-template-layout4 .news-img-wrap img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: auto !important;
    max-height: auto !important;
    max-width: 90% !important;
    max-height: 90% !important;
    object-fit: contain;
    border-radius: 20px;
}
.news-template-layout4 .slick-list,
.news-template-layout2 .slick-list {
    width: 1086px;
    max-width: 90%;
    margin: 0 auto;
}

.news-template-layout4 .slick-track,
.news-template-layout2 .slick-track {
    display: flex;
    gap: 30px;
    margin-left: -10px;
}
.slick-prev, .slick-next {
    background: none;
    height: 24px;
    width: 12px;
}
.slick-prev {
    left: 0;
}
.slick-next {
    right: 0;
}

.slick-prev::before,
.slick-next::before {
    content: '';
    display: block;
    width: 12px;
    height: 24px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.slick-prev::before {
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='28' viewBox='0 0 16 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14 26L2 14L14 2' stroke='%231E1E1E' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.slick-next::before {
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='28' viewBox='0 0 16 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 2L14 14L2 26' stroke='%231E1E1E' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.slick-dots {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 30px;
}
.slick-dots li {
    width: auto !important;
    height: auto !important;
}
.slick-dots li button::before {
    content: '' !important;
}
.slick-dots li button {
    display: block;
    width: 48px;
    height: 8px;
    border-radius: 20px;
    background: #EFEDED;
}
.slick-dots li.slick-active button {
    background: #003663;
}

.news-template-layout3 .slick-list {
    max-width: 1310px;
    margin: 0 auto;
}
.news-template-layout3 .slick-track {
    display: flex;
    gap: 30px;
    align-items: stretch;
}
.news-template-layout3 .slick-track .slick-slide {
    flex: 1;
    height: auto;
    background: #F5F5F5;
    border-radius: 20px;
}

.news-template-layout .article,
.news-template-layout3 .article {
    display: flex !important;
    align-items: stretch;
    padding: 10px;
    gap: 10px;
    min-height: 300px;
    flex-direction: column;
}
.news-template-layout .article {
    gap: 30px;
}
.news-template-layout .news-img-wrap,
.news-template-layout3 .news-img-wrap {
    width: 280px;
    height: 280px;
    object-fit: cover;
    border-radius: 20px;
    flex-shrink: 0;
    position: relative;
}
.news-template-layout .news-img-wrap img,
.news-template-layout3 .news-img-wrap img {
    border-radius: 20px;
}
@media (max-width: 767.98px) {
    .news-template-layout .news-img-wrap,
    .news-template-layout3 .news-img-wrap {
        width: 100%;
        height: auto;
    }
}
@media (min-width: 768px) {
    .news-template-layout .article,
    .news-template-layout3 .article {
        flex-direction: row;
    }
    .news-template-layout .news-img-wrap img,
    .news-template-layout3 .news-img-wrap img {
        width: 100% !important;
        height: 100% !important;
        object-fit: cover;
        border-radius: 20px;
        flex-shrink: 0;
        position: absolute;
        top: 0;
        left: 0;
    }
}
.news-template-layout .article-list-body,
.news-template-layout3 .article-list-body {
    flex: 1;
    padding: 20px 10px 10px 0;
    font-size: 15px;
    line-height: 1.87;
}
.news-template-layout .article-list-body h4,
.news-template-layout3 .article-list-body h4 {
    font-size: 15px;
    font-weight: 700;
    line-height: 1.87;
    margin-bottom: 0;
    color: #000;
}
.news-template-layout .article-list-body h4 a,
.news-template-layout3 .article-list-body h4 a {
    color: #000;
}
.news-template-layout .article-list-body .meta-info,
.news-template-layout3 .article-list-body .meta-info {
    color: #FF0000;
    font-size: 15px;
    line-height: 1.87;
    margin: 0;
}
.news-template-layout .article-list-body .meta-info p,
.news-template-layout3 .article-list-body .meta-info p {
    margin: 0;
}
.frame-type-news_newsliststicky {
    padding-top: 0px !important;
}
.page-under-header {
    text-align: center;
}

.page-highlights {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-left: 0;
    margin-right: 0;
}
.page-highlights > div {
    flex: 1;
    position: relative;
    display: flex;
    flex-direction: column;
    background-color: #fdefdf;
    border-radius: 10px;
    margin-top: 100px;
    padding: 120px 20px 20px 20px;
    text-align: center;
}
.page-highlights > div:nth-child(2) {
    background-color: #fde9d1;
}
.page-highlights > div:nth-child(3) {
    background-color: #fee4c4;
}
#pageuid15 .page-highlights > div {
    background-color: #ddeddc;
}
#pageuid15 .page-highlights > div:nth-child(2) {
    background-color: #d4e6d3;
}
#pageuid15 .page-highlights > div:nth-child(3) {
    background-color: #c6d9c5;
}
#pageuid4 .page-highlights > div {
    background-color: #e2f5fd;
}
#pageuid4 .page-highlights > div:nth-child(2) {
    background-color: #d2effc;
}
#pageuid4 .page-highlights > div:nth-child(3) {
    background-color: #c3eafb;
}
.page-highlights .ce-gallery {
    position: absolute;
    transform: translate(-50%, -50%);
    text-align: center;
    top: 0;
    left: 50%;
}
.page-highlights .ce-gallery img {
    margin: 0 auto;
}
.background-full-gray h4,
.page-highlights h4 {
    color: #003663;
    font-size: 24px;
    font-weight: 400;
    position: relative;
    padding: 0 0 30px 0;
    margin: 0 0 30px 0;
}
.page-highlights h4::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 70px;
    height: 5px;
    background: #FFFFFF;
}
.page-highlights a {
    color: #000;
    font-weight: 700;
    display: inline-block;
    border-bottom: 1px solid #000;
}
@media(min-width: 768px) {
    .news-template-layout1 .article {
        width: calc(50% - 30px);
    }
}
@media(min-width: 992px) {
    .page-highlights {
        flex-direction: row;
        flex-wrap: nowrap;
    }
    .background-full-gray h4,
    .page-highlights h4 {
        color: #003663;
        font-size: 30px;
    }
}
@media(min-width: 1200px) {
    .page-highlights > div {
        padding-left: 40px;
        padding-right: 40px;
    }
}
@media(min-width: 1400px) {
    .page-highlights > div {
        padding-left: 60px;
        padding-right: 60px;
    }
}
.f3-widget-paginator {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 30px;
    list-style: none;
}
.f3-widget-paginator li {
    display: inline-block;
    background: #EFEDED;
    color: #000;
    font-size: 14px;
    font-weight: 700;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    border-radius: 50%;
}
.f3-widget-paginator li a {
    color: #000;
}
.f3-widget-paginator li.current {
    background: #003663;
    color: #fff;
}
.f3-widget-paginator li.previous,
.f3-widget-paginator li.next {
    width: auto;
    padding: 0 12px;
    border-radius: 0px;
    background: transparent;
}

#c217 .ce-gallery .ce-row figure {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 40px;
    height: 140px;
    border: 1px solid #eaeaea;
    border-radius: 20px;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.1);
    background: #fff;
}
@media(min-width: 1400px) {
    #c217 .ce-gallery .ce-row {
        gap: 60px;
    }
}
.color-blue {
    color: #003663;
}
.hosting-bg {
    position: relative;
    gap: 60px;
    display: flex;
    padding: 30px;
}
.content-default > div.hosting-bg {
    padding: 30px;
}
.hosting-bg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    max-width: 1920px;
    height: 100%;
    background: url('../images/hosting-bg.jpg') no-repeat center center;
    background-size: cover;
    z-index: -1;
}

.hosting-bg > div {
    background: #f2f6fa;
    border-radius: 20px;
    padding: 30px;
}
.hosting-bg h4 {
    color: #003663;
}
@media(min-width: 768px) {
    .hosting-bg {
        flex-wrap: nowrap;
    }
    .hosting-bg > div {
        width: auto;
        flex: 1;
    }
}
@media(min-width: 1400px) {
    .content-default > div.hosting-bg {
        padding: 60px;
    }
    .hosting-bg > div {
        padding: 50px;
    }
}

.seo-bg {
    position: relative;
    gap: 60px;
    display: flex;
    padding: 30px;
    margin-top: 90px;
}
.content-default > div.seo-bg {
    padding: 90px 30px 30px 30px;
}
.seo-bg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    max-width: 1920px;
    height: 100%;
    background: url('../images/seo-bg.jpg') no-repeat center bottom;
    background-size: 100% auto;
    z-index: -1;
}

.seo-bg > div {
    background: #f2f6fa;
    border-radius: 20px;
    padding: 50px 30px 30px 30px;
    position: relative;
}
.seo-bg h2 {
    color: #003663;
}
.seo-bg .ce-gallery {
    position: absolute;
    transform: translate(-50%, -70%);
    text-align: center;
    top: 0;
    left: 50%;
    width: 100%;
    max-width: 50%;
}

@media(min-width: 768px) {
    .seo-bg {
        flex-wrap: nowrap;
        margin-top: 120px;
    }
    .seo-bg > div {
        width: auto;
        flex: 1;
    }
}
@media(min-width: 1400px) {
    .content-default > div.seo-bg {
        padding: 90px;
    }
    .seo-bg > div {
        padding: 100px 60px 30px 60px;
    }
}


.about-bg {
    position: relative;
    gap: 60px;
    display: flex;
    padding: 30px;
    margin-top: 90px;
}
.content-default > div.about-bg {
    padding: 0px 30px 30px 30px;
}
.about-bg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    max-width: 1920px;
    height: 100%;
    background: url('../images/about-bg.jpg') no-repeat center bottom;
    background-size: 100% auto;
    z-index: -1;
}

.about-bg > div {
    background: #f2f6fa;
    border-radius: 20px;
    padding: 50px 30px 30px 30px;
    position: relative;
}
.about-bg h2 {
    color: #003663;
}
.about-bg .ce-gallery {
    position: absolute;
    transform: translate(-50%, -50%);
    text-align: center;
    top: 0;
    left: 50%;
    width: 100%;
    max-width: 55%;
}

@media(min-width: 768px) {
    .about-bg {
        flex-wrap: nowrap;
        margin-top: 120px;
    }
    .about-bg > div {
        width: auto;
        flex: 1;
    }
}
@media(min-width: 1400px) {
    .content-default > div.about-bg {
        padding: 90px;
    }
    .about-bg > div {
        padding: 100px 60px 30px 60px;
    }
}

#pageuid7 #footer .footer-contact-button,
#pageuid7 #footer .footer-contacts {
    display: none;
}

.contact-page-contacts {
    align-items: stretch;
    max-width: 1130px;
    margin: 0 auto;
}
.contact-page-contacts-card {
    display: flex;
    align-items: center;
    padding: 12px 10px;
    border-radius: 16px;
    min-height: 130px;
}
.contact-page-contacts-card a {
    color: #000;
}
.contact-page-contacts-card p {
    margin: 0;
}
.contact-page-contacts-card::before {
    width: 42px;
    height: 42px;
    min-width: 42px;
    background: #003663;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 17px;
    content: "";
    font-family: 'Font Awesome 6 Free', sans-serif;
    font-weight: 900;
}
.contact-page-contacts-card > div {
    margin-left: 20px;
    padding-left: 20px;
    border-left: 1px solid #003663;
    height: 100%;
}
.contact-page-contacts-address::before {
    content: "\f3c5";
}
.contact-page-contacts-phones::before {
    content: "\f095";
}
.contact-page-contacts-hours::before {
    content: "\f007";
}

.contact-page-contacts-card strong {
    font-weight: 700;
    color: #000;
}
.contact-page-contacts-card span,
.contact-page-contacts-card a {
    color: #000;
    font-size: 15px;
    font-weight: 400;
    text-decoration: none;
}
@media(min-width: 768px) {
    .contact-page-contacts-card {
        padding: 22px 20px;
    }
    .contact-page-contacts-card > div {
        margin-left: 30px;
        padding-left: 30px;
    }
}

.tx-powermail form {
    max-width: 670px;
    margin: 0 auto;
}
.tx-powermail form textarea,
.tx-powermail form input {
    border-radius: 10px;
    border: 1px solid #cccccc;
    padding: 10px;
}
.powermail_field {
    margin-top: 15px;
}
.powermail-errors-list {
    list-style: none;
    padding: 0;
    margin: 0 0 20px 0;
    color: #ff0000;
}
.powermail_fieldwrap_type_check {
    padding: 10px 30px;
}
.powermail_fieldwrap_type_check .powermail_label {
    display: none;
}
.powermail_fieldwrap_type_captcha .powermail_field {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}
.powermail_fieldwrap_type_captcha .powermail_label {
    width: 100%;
}
.powermail_fieldwrap_type_captcha input {
    width: calc(50% - 10px);
}
.powermail_fieldwrap_type_captcha .img {
    width: calc(50% - 10px);
}
.powermail_fieldwrap_type_submit {
    margin: 30px 0;
    text-align: center;
}
@media(min-width: 768px) {
    .powermail_label {
        padding-left: 20px;
    }
}
#c219 .ce-gallery .ce-row {
    flex-wrap: nowrap;
}
.frame-type-news_newsliststicky header + .news {
    margin-top: 30px;
}
.glossary-header h1 {
    margin-bottom: 30px;
    padding-bottom: 50px;
}
.glossary-header {
    margin-top: -30px;
}
.dpnglossary.details h3 {
    margin-top: 30px;
}
@media(min-width: 768px) {
    .glossary-header {
        margin-top: -50px;
    }
}
