/*
Theme Name: Dovidka Vchasno
Version: 2026.06.01.01
Author: Vchasno Group
*/

:root {
    --new-gray-bg: #F5F9FF;
    --new-main-block-bg: #FFF1F9;

    --bg-dark: #252D3D;
    --light-blue: #6DD3FF;
    --light-blue-hover: #47C6FC;
}

.accent-bg {
    background: var(--main-color);
}

* {
    font-family: 'Roboto', sans-serif;
    font-weight: inherit;
    border: 0;
    vertical-align: baseline;
    cursor: default;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*::-moz-selection {
    background: lightgray;
    color: #000;
}

*::selection {
    background: lightgray;
    color: #000;
}

a,
a * {
    color: #1A66C8;
    text-decoration: none;
    cursor: pointer;
}

input,
textarea {
    outline: none;
    cursor: text;
}

textarea {
    resize: none;
}

strong,
b {
    font-weight: bold;
}

em {
    font-style: italic;
}

ul {
    margin: 0;
    padding: 0;
}

p {
    margin: 0;
}

span {
    cursor: inherit;
}

html {
    display: block;
    height: 100%;
    font-size: 10px;
    line-height: 1.33;
    scroll-behavior: smooth;
}

body {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    margin: 0;
    height: 100%;
    font-size: 16px;
    overflow-x: hidden;
}

body.overflow-hidden {
    overflow: hidden;
}

.container {
    max-width: 1180px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.btn {
    display: inline-block;
    padding: 12px 24px;
    border-radius: 8px;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 500;
    min-width: 156px;
    text-align: center;
    cursor: pointer;
}

.btn.btn-bg_color {
    background-color: var(--main-color);
    transition: background-color 0.3s;
    color: #FFFFFF;
}

.btn.btn-bg_color:hover {
    background-color: var(--secondary-color);
}

.btn.btn-bg_color_light {
    background-color: var(--light-color);
    transition: background-color 0.3s;
    color: var(--secondary-color);
}

.btn.btn-bg_color_light:hover {
    background-color: var(--light-secondary-color);
}

.btn.btn-classic {
    background-color: #FFFFFF;
    border: 1px solid #E2E9F3;
    color: #1A66C8;
    padding: 11px 23px;
    transition: background-color 0.3s;
}

.btn.btn-classic:hover {
    background-color: #ECF4FF;
}

main {
    margin-top: 112px;
    position: relative;
}

.content-container * {
    scroll-margin-top: 110px;
}

header:has(.pre-header-container) + .content-container * {
    scroll-margin-top: 160px;
}

header:has(.pre-header-container) + main .content-container.has-sidebar .sidebar-wrapper {
    top: 160px;
}

main .content-container h2 {
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
}
main .content-container h3 {
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
}
main .content-container h4,
main .content-container h5 {
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
}
main .content-container .content-wrapper > h2:first-child,
main .content-container .content-wrapper > h3:first-child,
main .content-container .content-wrapper > h4:first-child,
main .content-container .content-wrapper > h5:first-child {
    margin-top: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Montserrat', 'Roboto', sans-serif;
    padding: 0 !important;
    color: #252D3D;
}

h1 {
    font-size: 40px;
    font-weight: 700;
    line-height: 1.17;
    margin-top: 64px;
    margin-bottom: 40px;
}

h2 {
    font-size: 32px;
    font-weight: 600;
    line-height: 1.17;
    margin-top: 60px;
    margin-bottom: 20px;
}

h3 {
    font-size: 24px;
    font-weight: 500;
    line-height: 1.17;
    margin-top: 32px;
    margin-bottom: 20px;
}

h4 {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.17;
    margin-top: 24px;
    margin-bottom: 20px;
}

h5,
h6 {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.17;
    margin-top: 24px;
    margin-bottom: 20px;
}

p {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    margin-top: 24px;
    margin-bottom: 20px;
    color: #252D3D;
}

img {
    display: block;
    max-width: 100%;
}
figure {
    margin: 0;
}
p:last-of-type {
    margin-bottom: 0;
}

#popup-video.video-popup-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 10000;
}

#popup-video .video-popup-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#popup-video .video-popup-close {
    position: absolute;
    top: 0;
    right: 10px;
    font-size: 30px;
    line-height: 1;
    color: white;
    cursor: pointer;
    transition: opacity 0.3s;
}
#popup-video .video-popup-close:hover {
    opacity: 0.7;
}
#popup-video #popup-video-iframe {
    display: block;
}

#wpadminbar ~ #popup-video .video-popup-close {
    top: 32px;
}

#breadcrumbs {
    color: #6E809A;
    margin-bottom: 34px;
    margin-top: 34px;
    display: block;
}
#breadcrumbs > span {
    margin: 0 2px;
}
#breadcrumbs > span:first-child {
    margin-left: 0;
}
#breadcrumbs > span:last-child {
    margin-right: 0;
}
#breadcrumbs > span > span {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
}
#breadcrumbs a {
    border-radius: 12px;
    color: #6E809A;
    padding: 2px 12px;
    transition: background-color 0.3s, color 0.3s;
}
#breadcrumbs a:hover {
    background-color: #F3F8FB;
    color: #1A66C8;
}
#breadcrumbs .breadcrumb_last {
    padding: 2px 12px;
    font-weight: 500;
    color: #1A66C8;
}

.custom-btn {
    margin-top: 20px;
    margin-bottom: 20px;
}
.custom-btn.btn-position-left {
    display: inline-block;
}
.custom-btn.btn-position-center {
    text-align: center;
}
.custom-btn a {
    padding: 22px 60px;
    font-size: 16px;
    border-radius: 8px;
    font-weight: 500;
    display: inline-block;
    line-height: 1;
    transition: background-color 0.3s;
}
.custom-btn.btn-size-small a {
    padding: 12px 25px;
    border-radius: 3px;
    font-size: 14px;
}
.custom-btn.btn-style-normal a {
    color: #fff;
    background-color: var(--main-color);
}
.custom-btn.btn-style-normal a:hover {
    background-color: var(--secondary-color);
}
.custom-btn.btn-style-outline a {
    padding: 21px 59px;
    border: 1px solid #E2E9F3;
    background-color: #FFFFFF;
    color: #1A66C8;
}
.custom-btn.btn-size-small.btn-style-outline a {
    padding: 11px 24px;
}
.custom-btn.btn-style-outline a:hover {
    background-color: #ECF4FF;
}
@media (max-width: 1200px) {
    .container {
        max-width: 960px;
    }
}

@media (max-width: 992px) {
    .container {
        max-width: 720px;
    }
    #popup-video #popup-video-iframe {
        width: 600px;
        height: 337px;
    }
}

@media (max-width: 768px) {
    .container {
        max-width: 540px;
    }
    #popup-video #popup-video-iframe {
        width: 400px;
        height: 225px;
    }
    #breadcrumbs {
        margin-top: 24px;
        margin-bottom: 24px;
    }
}

@media (max-width: 576px) {
    .container {
        max-width: calc(100% - 20px);
        margin-left: 10px;
        margin-right: 10px;
    }
}
@media (max-width: 450px) {
    #popup-video #popup-video-iframe {
        width: 320px;
        height: 180px;
    }
}

/* ==== AdminBar ==== */
body.admin-bar > header {
    top: 32px;
}

body.admin-bar main .content-container.has-sidebar .sidebar-wrapper {
    top: 142px;
}

@media screen and (max-width: 782px) {
    body.admin-bar > header {
        top: 46px;
    }

    body.admin-bar main .content-container.has-sidebar .sidebar-wrapper {
        top: 156px;
    }

    #wpadminbar ~ #popup-video .video-popup-close {
        top: 46px;
    }
}
@media (max-width: 600px) {
    #wpadminbar ~ #popup-video .video-popup-close {
        top: 0;
    }
}

/* ==== AdminBar END ==== */

/* ==== Header ==== */
header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    background: #FFFFFF;
    box-shadow: 0 2px 5px 0 #0000001A;
    z-index: 10;
}

header .top-nav {
    background: #252D3D;
    font-size: 14px;
    line-height: 1.3;
}

header .top-nav .container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 10px 0;
    min-height: 40px;
}

header .top-nav .contact-info {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: stretch;
}

header .feedback {
    position: relative;
}

header .feedback-btn {
    position: relative;
    align-items: center;
    background: transparent;
    color: #fff;
    display: flex;
    gap: 4px;
    font-weight: 500;
    cursor: pointer;
}

header .feedback-arrow {
    height: 20px;
    transition: .4s;
    pointer-events: none;
}

header .feedback-btn.active .feedback-arrow {
    rotate: 180deg;
}

header .feedback-menu {
    display: none;
    gap: 16px;
    top: 32px;
    z-index: 101;
    position: absolute;
    right: 0;
    width: max-content;
    padding: 24px;
    border-radius: 8px;
    background: var(--bg-dark);
}

header .feedback-menu .ve-alert-dropdown:first-child {
    margin-bottom: 16px;
}

header .feedback-menu .ve-alert-dropdown:last-child {
    margin-top: 16px;
}

header .feedback-menu-item + .feedback-menu-item {
    margin-top: 16px;
}

header .feedback-menu a {
    display: flex;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.3;
    color: #fff;
    transition: .3s;

    &:hover {
        color: var(--light-blue-hover);
    }
}

header .feedback-menu a.feedback-email {
    color: var(--light-blue);

    &:hover {
        color: var(--light-blue-hover);
    }
}

header .feedback-menu .feedback-list-number a {
    font-weight: 700;
    color: #E2E9F3;

    &:hover {
        color: var(--light-blue-hover);
    }
}

header .feedback-list-number {
    display: flex;
    flex-direction: column;
    gap: 10px;
    list-style: none;
}

header .feedback-text-another {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.3;
    color: #9aaabf;
    margin: 0;
}

header .feedback-menu-socials {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

header .feedback-menu-socials a {
    display: flex;
    align-items: center;
    gap: 8px;
}

header .feedback-menu-socials a svg {
    width: 20px;
    height: 20px;
}

header .feedback-menu-socials span {
    color: inherit;
}

header .bottom-nav {
    position: relative;
}

header .bottom-nav > .container {
    display: flex;
    align-items: center;
    justify-content: stretch;
    padding: 16px 0;
}

header .bottom-nav .header-logo-img {
    width: auto;
    height: 40px;
    margin-right: 36px;
}

header .bottom-main-container {
    flex: 1 1 auto;
}

header .bottom-nav-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 36px;
}

header .main-header-menu {
    list-style: none;
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
}

header .bottom-nav-container ul {
    list-style: none;
}

header .bottom-nav-container .main-header-menu li {
    padding: 7px 10px 5px;
}

header .main-header-menu a {
    color: #252D3D;
    font-size: 14px;
    line-height: 1.3;
    font-weight: 500;
    transition: color 0.3s;
}

header .main-header-menu a:hover,
header .main-header-menu .current-menu-item > a {
    color: #1A66C8;
}

header .main-header-menu a:hover > .submenu-toggle:before {
    border-color: #1A66C8;
}

header .main-header-menu .menu-item-has-children > a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    gap: 7px;
}

header .main-header-menu .menu-item-has-children .submenu-toggle {
    position: relative;
    width: 15px;
    height: 100%;
    margin-top: -4px;
    transform: rotate(-45deg);
    transition: transform 0.3s, margin-top 0.3s;
}

header .main-header-menu .menu-item-has-children .submenu-toggle:before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 5px;
    height: 5px;
    border-bottom: 2px solid #252D3D;
    border-left: 2px solid #252D3D;
    transform: translate(-50%, -50%);
    transition: border-color 0.3s;
}

header .main-header-menu .menu-item-has-children.open .submenu-toggle {
    transform: rotate(135deg);
    margin-top: 2px;
}

header .main-header-menu .menu-item-has-children.open > a[href="#"] {
    color: #1A66C8;
}

header .main-header-menu .menu-item-has-children.open .submenu-toggle:before {
    border-color: #1A66C8;
}

header .main-header-menu .sub-menu-wrapper {
    box-shadow: 0 10px 30px 0 #66809026, inset 0 2px 5px 0 #0000001A;
    display: none;
    position: absolute;
    padding: 27px 0 50px;
    top: 100%;
    left: 0;
    right: 0;
    background: #FFFFFF;
    z-index: 98;
}

header .main-header-menu .sub-menu-wrapper .sub-menu .menu-item {
    margin-bottom: 10px;
    min-height: 28px;
}

header .main-header-menu .sub-menu-wrapper .sub-menu .menu-item a {
    font-weight: 400;
}

header .mobile-nav {
    display: none;
    position: relative;
    margin-left: auto;
    padding: 10px;
    cursor: pointer;
    transition: background-color .5s;
    transition-delay: 1.5s;
    z-index: 3;
}

header .mobile-nav .nav-icon {
    width: 28px;
    height: 20px;
    margin-left: auto;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

header .mobile-nav .nav-icon span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #000;
    border-radius: 2px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
    cursor: pointer;
}

header .mobile-nav .nav-icon span:nth-child(1) {
    top: 0;
}

header .mobile-nav .nav-icon span:nth-child(2),
header .mobile-nav .nav-icon span:nth-child(3) {
    top: 8px;
}

header .mobile-nav .nav-icon span:nth-child(4) {
    top: 16px;
}

header.mobile-menu-shown .mobile-nav .nav-icon span:nth-child(1),
header.mobile-menu-shown .mobile-nav .nav-icon span:nth-child(4) {
    top: 8px;
    width: 0;
    left: 50%;
}

header.mobile-menu-shown .mobile-nav .nav-icon span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

header.mobile-menu-shown .mobile-nav .nav-icon span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

@media (max-width: 992px) {
    header .mobile-nav {
        display: block;
    }

    header .bottom-nav .bottom-main-container {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        padding: 30px 10px;
        background: #fff;
    }

    header .bottom-nav .bottom-nav-container {
        width: 720px;
        display: block;
        margin: 0 auto;
    }

    header .bottom-nav .bottom-nav-container .btn {
        margin-top: 20px;
    }
}

@media (max-width: 768px) {
    body.mobile-menu-shown {
        overflow: hidden;
    }

    header.mobile-menu-shown {
        height: 100%;
        overflow-x: auto;
    }

    header .bottom-nav .bottom-nav-container {
        width: 100%;
        max-width: 540px;
        text-align: center;
    }

    header .bottom-nav .bottom-nav-container .main-header-menu {
        max-width: 300px;
        margin: 0 auto;
        display: block;
    }

    header .bottom-nav .bottom-nav-container .btn {
        margin: 20px auto 0;
        min-width: 200px;
    }

    header .bottom-nav-menu .main-header-menu li {
        display: block;
        text-align: left;
    }

    header .bottom-nav-menu .main-header-menu li.menu-item-has-children > a {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    header .main-header-menu .sub-menu-wrapper {
        position: static;
        box-shadow: none;
        padding: 0;
    }

    header .main-header-menu .sub-menu-wrapper .sub-menu {
        margin-top: 10px;
        padding-top: 10px;
        padding-bottom: 10px;
        border-top: 1px solid #ecf4ff;
        border-bottom: 1px solid #ecf4ff;
    }

    header .top-nav {
        font-size: 12px;
    }

    header .feedback-menu {
        top: 36px;
    }
}

/* ==== Header END ==== */

/* ==== Content Header ==== */
#breadcrumbs + .content-header-container {
    margin-top: 0;
}

.content-header-container {
    padding: 40px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px 80px;
    margin-bottom: 60px;
    margin-top: 88px;
}

.content-header-container.align-full-style-1 {
    padding: 60px;
    margin-top: 60px;
}

.content-header-container.align-center {
    display: block;
    padding: 60px;
}

.content-header-container.align-full-width-search {
    display: block;
    padding: 60px 0;
    margin: 0 0 24px;
    text-align: center;
    border-radius: 0;
}

.content-header-container .header-content-title {
    flex: 1 1 460px;
}
.content-header-container .header-title-row {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.content-header-container.align-center .header-title-row,
.content-header-container.align-full-width-search .header-title-row {
    justify-content: center;
}
.content-header-container.align-center .header-content-title,
.content-header-container.align-full-width-search .header-content-title {
    text-align: center;
}
.content-header-container.align-full-width-search .header-content-title {
    max-width: 980px;
    margin-left: auto;
    margin-right: auto;
}
.content-header-container .header-title-row .section-icon {
    flex: 0 0 56px;
    height: 56px;
    width: 56px;
    margin-right: 20px;
    object-fit: contain;
}
.content-header-container h1 {
    font-weight: 700;
    font-size: 32px;
    line-height: 1.3;
    margin: 0;
}
.content-header-container.align-full-width-search h1,
.content-header-container.align-full-style-1 h1 {
    font-size: 40px;
}
.content-header-container .header-subtitle {
    margin-top: 20px;
    color: #475569;
    font-weight: 400;
}

.content-header-container.align-center .btn-search .search-icon,
.content-header-container.align-full-width-search .btn-search .search-icon,
.content-header-container.align-full-style-1 .btn-search .search-icon {
    display: none;
}

.content-header-container .header-content-search {
    flex: 0 0 340px;
}
.content-header-container.align-full-style-1 .header-content-search {
    flex: 0 0 420px;
}

.content-header-container.align-center .header-content-search,
.content-header-container.align-full-width-search .header-content-search {
    flex: 0 0 auto;
}
.content-header-container.align-center .header-content-search {
    margin-top: 40px;
}
.content-header-container.align-full-width-search .header-content-search {
    margin-top: 32px;
}

.content-header-container .header-content-search form {
    display: flex;
    align-items: stretch;
    justify-content: stretch;
    width: 100%;
}

.content-header-container.align-center .header-content-search form,
.content-header-container.align-full-width-search .header-content-search form {
    justify-content: center;
}

.header-content-search__text.hidden {
    display: none;
}

.header-content-search__input-wrapper {
    position: relative;
    width: 100%;
    max-width: 380px;
}

.content-header-container.align-full-width-search .header-content-search__input-wrapper {
    max-width: 470px;
}

.content-header-container.align-center .header-content-search__text,
.content-header-container.align-full-width-search .header-content-search__text,
.content-header-container.align-full-style-1 .header-content-search__text {
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    margin-top: 0;
    color: #1A66C8;
}

.header-content-search__input-wrapper label {
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    max-width: calc(100% - 32px);
    font-size: 14px;
    line-height: 20px;
    color: #6B8091;
    background-color: white;
    pointer-events: none;
    transition: all 0.3s ease;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.content-header-container .header-content-search .search-input {
    padding: 15px 16px;
    border-radius: 8px 0 0 8px;
    width: 100%;
    height: 50px;
    border: 1px solid #E2E9F3;
    border-right: none;
}

.content-header-container.align-center .search-input {
    flex: 0 0 380px;
}

.content-header-container .header-content-search .search-input:focus {
    border-color: #1A66C8;
    border-right: 1px solid #1A66C8;
}

.content-header-container .header-content-search .search-input::placeholder {
    color: transparent !important;
}

.content-header-container .header-content-search .search-input:focus + label,
.content-header-container .header-content-search .search-input:not(:placeholder-shown) + label {
    top: -11px;
    line-height: 14px;
    transform: translateY(0);
    color: #1A66C8;
    border-radius: 4px;
    padding: 4px;
    font-size: 12px;
}
.content-header-container .header-content-search .search-input:not(:placeholder-shown):not(:focus) + label {
    color: #6B8091;
}

.content-header-container .header-content-search .search-input:-webkit-autofill,
.content-header-container .header-content-search .search-input:-webkit-autofill:hover,
.content-header-container .header-content-search .search-input:-webkit-autofill:focus,
.content-header-container .header-content-search .search-input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 1000px #ffffff inset !important;
    box-shadow: 0 0 0 1000px #ffffff inset !important;
    -webkit-text-fill-color: #252D3D !important;
    caret-color: #252D3D !important;
    background-color: #F3F8FB !important;
    transition: background-color 5s ease-in-out 0s;
    border: 1px solid #E2E9F3;
    color: #252D3D !important;
}

.content-header-container .header-content-search .btn-search {
    flex: 0 0 auto;
    width: 60px;
    height: 50px;
    padding: 13px 18px;
    min-width: unset;
    border-radius: 0 8px 8px 0;
    background-color: #FFFFFF;
    border: 1px solid #E2E9F3;
    cursor: pointer;
    transition: background-color 0.3s, border-color 0.3s;
}

.content-header-container.align-center .btn-search,
.content-header-container.align-full-width-search .btn-search,
.content-header-container.align-full-style-1 .btn-search {
    padding: 15px 32px;
    width: auto;
}
.content-header-container .header-content-search .btn-search > * {
    pointer-events: none;
}
.content-header-container .btn-search .search-icon {
    width: 20px;
    height: 20px;
}

.content-header-container .header-content-search .btn-search:hover {
    background-color: #ECF4FF;
}

.content-header-container .header-content-search .btn-search:focus-visible {
    border: 1px solid #1A66C8;
    outline: none;
}
.content-container.has-sidebar {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 40px;
}

.content-container.has-sidebar .content-wrapper {
    flex: 0 0 700px;
}

.content-container.has-sidebar .sidebar-wrapper {
    flex: 0 0 380px;
    position: sticky;
    top: 110px;
}

.content-container.has-sidebar .sidebar-wrapper > *:not(:last-child) {
    margin-bottom: 40px;
}

@media (max-width: 1200px) {
    .content-container.has-sidebar .content-wrapper {
        flex: 0 0 600px;
    }

    .content-container.has-sidebar .sidebar-wrapper {
        flex: 0 0 320px;
    }
}

@media (max-width: 992px) {
    .content-header-container.align-full-style-1 h1 {
        font-size: 32px;
    }
    .content-header-container.align-full-style-1 {
        padding: 40px;
        border-radius: 16px;
    }
    .content-header-container {
        display: block;
    }
    .content-header-container.align-full-width-search {
        padding: 40px 0;
    }
    .content-header-container.align-full-width-search h1 {
        font-size: 36px;
    }
    .content-header-container .header-title-row {
        justify-content: center;
    }
    .content-header-container .header-subtitle {
        text-align: center;
    }
    .content-header-container .header-content-search {
        margin-top: 40px;
    }
    .content-header-container .header-content-search form {
        justify-content: center;
    }
    .content-header-container .header-content-search .search-input {
        flex: 0 0 380px;
        width: 100%;
    }
    .content-container.has-sidebar {
        display: block;
    }
    .content-container.has-sidebar .content-wrapper {
        margin-bottom: 60px;
    }
}

@media (max-width: 768px) {
    .content-header-container.align-full-style-1 {
        padding: 40px 10px;
        margin-top: 32px;
    }
    .content-header-container,
    .content-header-container.align-center {
        margin-top: 72px;
        padding: 28px 10px;
        margin-bottom: 40px;
    }
    .content-header-container.align-full-width-search {
        border-radius: 20px;
        max-width: 540px;
        padding: 40px 28px;
        margin: 32px auto 24px;
    }
    .content-header-container.align-full-width-search > .container {
        max-width: 100% !important;
    }
    .content-header-container .header-title-row {
        display: block;
    }

    .content-header-container h1,
    .content-header-container.align-full-width-search h1,
    .content-header-container.align-full-style-1 h1 {
        font-size: 24px;
    }

    .content-header-container .header-title-row .section-icon {
        display: none;
    }

    .content-header-container h1,
    .content-header-container .header-subtitle {
        text-align: center;
    }

    .content-header-container.align-center .btn-search .search-icon,
    .content-header-container.align-full-width-search .btn-search .search-icon,
    .content-header-container.align-full-style-1 .btn-search .search-icon {
        display: block;
    }

    .content-header-container.align-center .header-content-search,
    .content-header-container.align-full-width-search .header-content-search,
    .content-header-container.align-full-style-1 .header-content-search {
        margin-top: 24px;
    }

    .content-header-container.align-center .header-content-search__text,
    .content-header-container.align-full-width-search .header-content-search__text,
    .content-header-container.align-full-style-1 .header-content-search__text {
        display: none;
    }

    .content-header-container.align-center .btn-search,
    .content-header-container.align-full-width-search .btn-search,
    .content-header-container.align-full-style-1 .btn-search {
        padding: 13px 18px;
        width: 60px;
    }
}
@media (max-width: 576px) {
    .content-header-container.align-full-width-search {
        max-width: calc(100% - 20px);
        margin-left: 10px;
        margin-right: 10px;
        padding: 40px 10px;
    }
    .content-header-container.align-full-width-search > .container {
        margin-left: 0;
        margin-right: 0;
    }
}

/* ==== Content Header END ==== */

/* ==== Footer ==== */
footer {
    margin-top: 140px;
    background-color: #252D3D;
    padding: 40px 0;
    color: #E2E9F3;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}
footer .container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: auto;
    gap: 32px 20px;
}

footer .container .footer-column.contact-numbers {
    grid-column: 1;
    grid-row: span 2;
}

footer .container .contact-numbers .column-title,
footer .container .contact-numbers .number {
    color: #FFFFFF;
}

footer .container .contact-numbers .number {
    font-weight: 700;
    display: block;
    width: fit-content;
    margin-bottom: 8px;
    transition: opacity 0.3s;
}

footer .container .contact-numbers .number:hover {
    opacity: 0.7;
}

footer .container .contact-numbers .work-time {
    color: #9AAABF;
    margin-top: 16px;
}

footer .footer-column.email-btn .email {
    color: #6DD3FF;
    font-weight: 500;
    transition: opacity 0.3s;
}

footer .footer-column.email-btn .email:hover {
    opacity: 0.7;
}

footer .footer-column.email-btn .btn {
    margin-top: 16px;
}

footer .footer-column .column-title {
    display: block;
    font-weight: 700;
    margin-bottom: 16px;
}

footer .footer-column.text-col p,
footer .footer-column.copyright-column p {
    margin-top: 0;
    margin-bottom: 5px;
}

footer .footer-column.text-col p:last-child,
footer .footer-column.copyright-column p:last-child {
    margin-bottom: 0;
}

footer .footer-column.text-col a {
    color: #E2E9F3;
    transition: color 0.3s;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}

footer .footer-column.text-col a:hover {
    color: #FFFFFF;
}

footer .messengers-column .items-container,
footer .networks-column .items-container {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
    flex-wrap: wrap;
}

footer .messengers-column .contact,
footer .networks-column .contact {
    display: block;
    height: 24px;
    width: auto;
    transition: opacity 0.3s;
}

footer .messengers-column .contact:hover,
footer .networks-column .contact:hover {
    opacity: 0.7;
}

footer .messengers-column .contact svg,
footer .networks-column .contact svg {
    width: auto;
    height: 24px;
}
footer .container .footer-column.copyright-column p{
    color: #E2E9F3;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
}
footer .container .footer-column.copyright-column a {
    color: #6DD3FF;
    transition: opacity 0.3s;
}
footer .container .footer-column.copyright-column a:hover {
    opacity: 0.7;
}

@media (max-width: 992px) {
    footer .container {
        grid-template-columns: repeat(2, 1fr);
    }

    footer .container .footer-column.contact-numbers {
        grid-column: 1;
        grid-row: span 1;
    }

    footer .container .footer-column.copyright-column {
        grid-column: span 2;
    }
}

@media (max-width: 576px) {

    footer {
        margin-top: 100px;
    }

    footer .container {
        display: block;
    }

    footer .container .footer-column {
        margin-bottom: 40px;
    }

    footer .container .footer-column:last-child {
        border-top: 1px dashed #4C5261;
        padding-top: 40px;
        margin-bottom: 0;
    }

    footer .copyright-column {
        font-size: 12px;
    }
}

/* ==== Footer END ==== */

/* ==== Intercom Reaction START ==== */
.intercom-reaction {
    margin-top: 90px;
}

.intercom-reaction__container {
    display: flex;
    flex-direction: column;
    gap: 20px;
    background: #F5F9FF;
    padding: 40px;
    border-radius: 20px;
}

.intercom-reaction__container .intercom-reaction__text-title {
    text-align: center;
    font-size: 20px;
    line-height: 24px;
    font-weight: 500;
}

.intercom-reaction__container .intercom-reaction__emoji-wrapper {
    display: flex;
    gap: 40px;
    justify-content: center;
}

.intercom-reaction__container .intercom-reaction__emoji {
    background: transparent;
    border: none;
    cursor: pointer;
    transition: transform 0.3s cubic-bezier(0.65, 0.61, 0.18, 1.8),
        filter 0.3s linear;
}

.intercom-reaction__container .intercom-reaction__emoji:hover {
    transform: scale(1.32);
}

.intercom-reaction__container .intercom-reaction__emoji.selected {
    cursor: default;
    transform: scale(1.32);
    filter: none;
    filter: grayscale(0);
}

.intercom-reaction__container .intercom-reaction__emoji.blur {
    filter: grayscale(100%);
    transform: scale(1);
}

.intercom-reaction__container .intercom-reaction__emoji.blur:hover {
    transform: scale(1.32);
}

.intercom-reaction__container .intercom-reaction__emoji-img {
    width: 32px;
    height: 32px;
    pointer-events: none;
}

@media (max-width: 576px) {
    .intercom-reaction {
        margin-top: 60px;
    }

    .intercom-reaction__container {
        padding: 80px 40px;
    }
}

/* ==== Intercom Reaction END ==== */

/* ==== Sidebar Blocks START ==== */
.inlinks-block {
    padding: 40px;
    background-color: #FFFFFF;
    border: 1px solid #E2E9F3;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    max-height: calc(100vh - 150px);
}
.inlinks-block.inlinks-block-more {
    padding-bottom: 20px;
}
.inlinks-block .inlinks-block__label {
    color: #6E809A;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    padding-bottom: 12px;
    border-bottom: 1px solid #E2E9F3;
}

.inlinks-block .inlinks-block__list {
    list-style: none;
    margin: 0;
    flex: 1 1 auto;
    min-height: 0;
    overflow-y: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
}
.inlinks-block .inlinks-block__list::-webkit-scrollbar {
    display: none;
}
.inlinks-block.inlinks-block-more .inlinks-block__list {
    overflow-y: auto;
}
.inlinks-block.inlinks-block-more.open .inlinks-block__list {
    max-height: 100%;
}
.inlinks-block.inlinks-block-more .inlinks-block__list li:nth-child(n+7) {
    display: none;
}
.inlinks-block.inlinks-block-more.open .inlinks-block__list li:nth-child(n+7) {
    display: block;
}
.inlinks-block .inlinks-block__list .inlinks-block__item {
    margin: 20px 0;
}

.inlinks-block .inlinks-block__list .inlinks-block__item:last-child {
    margin-bottom: 0;
}

.inlinks-block .inlinks-block__list .inlinks-block__item a {
    color: #252D3D;
    text-shadow: none;
    transition: color 0.3s, text-shadow 0.3s;
}

.inlinks-block .inlinks-block__list .inlinks-block__item a:hover {
    color: #1A66C8;
    text-shadow:
        0.007em 0 #1A66C8,
        -0.007em 0 #1A66C8,
        0 0.007em #1A66C8,
        0 -0.007em #1A66C8;
}
.inlinks-block .inlinks-block__list .more-links-button {
    background-color: #FFFFFF;
    width: 100%;
    height: 36px;
    position: relative;
    cursor: pointer;
}
.inlinks-block .inlinks-block__list .more-links-button svg {
    pointer-events: none;
    transition: transform 0.3s;
}
.inlinks-block .inlinks-block__list .more-links-button:hover svg {
    transform: translateY(5px);
}
.inlinks-block .inlinks-block__list .more-links-button:after {
    content: "";
    position: absolute;
    top: -88px;
    left: 0;
    right: 0;
    width: 100%;
    height: 80px;
    opacity: 1;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, #fff 90%, #fff 100%);
    pointer-events: none;
    z-index: 1;
    transition: opacity 0.3s;
}
.inlinks-block.inlinks-block-more.open .more-links-button:after {
    opacity: 0;
}
.inlinks-block.inlinks-block-more.open .more-links-button svg {
    transform: rotate(180deg);
}
.inlinks-block.inlinks-block-more.open .more-links-button:hover svg {
    transform: rotate(180deg) translateY(5px);
}

.sidebar-wrapper:has(.video-instruction) {
    margin-top: -20px;
}

.video-instruction {
    position: relative;
    padding: 40px 40px 28px;
    background: linear-gradient(139.72deg, #9CCCFA -37.78%, #E6EFF2 66.21%);
    border-radius: 20px;
    margin-top: 20px;
}

.video-instruction .video-instruction__label {
    width: calc(100% - 150px);
    min-height: 40px;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 28px;
    position: relative;
}

.video-instruction img {
    position: absolute;
    right: 40px;
    top: -20px;
}

.video-instruction:before {
    content: '';
    position: absolute;
    top: 15px;
    right: 75px;
    display: block;
    width: 106px;
    height: 106px;
    border-radius: 50%;
    background-color: #FFFFFF;
    filter: blur(20px);
}

.video-instruction .video-instruction__btn {
    position: relative;
    width: 100%;
    transition: background-color 0.3s, border-color 0.3s;
}

.video-instruction .video-instruction__btn:hover {
    border-color: #1A66C8;
}

@media (max-width: 1200px) {

    .video-instruction,
    .inlinks-block {
        padding: 28px;
    }

    .video-instruction img {
        right: 28px;
    }
}

@media (max-width: 992px) and (min-width: 577px) {
    .inlinks-block {
        padding: 40px 80px;
    }

    .video-instruction {
        padding: 40px 80px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 20px;
    }

    .video-instruction:before {
        top: 40%;
        right: 112px;
    }

    .video-instruction img {
        flex: 0 0 120px;
        position: relative;
        top: 0;
        right: 0;
    }

    .video-instruction__content {
        flex: 0 1 390px;
    }

    .video-instruction .video-instruction__label {
        font-size: 24px;
        line-height: 1.3;
        width: 100%;
        margin-bottom: 20px;
        min-height: auto;
    }

    .video-instruction .video-instruction__btn {
        width: auto;
    }
}

@media (max-width: 768px) {
    .inlinks-block {
        padding: 28px;
    }

    .video-instruction {
        padding: 24px 24px 28px;
    }

    .video-instruction .video-instruction__label {
        font-size: 16px;
        margin-bottom: 24px;
    }

    .video-instruction:before {
        right: 60px;
    }
}

@media (max-width: 576px) {
    .video-instruction img {
        right: 24px;
    }

    .video-instruction .video-instruction__label {
        max-width: 150px;
    }
}

/* ==== Sidebar Blocks END ==== */

/* ========== Code highlight ========== */
pre {
    padding: 1em;
    background-color: #282c34;
    position: relative;
}

pre:has(code[data-highlighted="yes"]) {
    padding: 0;
}

pre code {
    color: #abb2bf;
    white-space: pre-wrap;
    word-break: break-word;
    font-family: monospace !important;
}

pre .copy-code-btn {
    position: absolute;
    top: 8px;
    right: 8px;
    padding: 4px 10px;
    font-size: 12px;
    cursor: pointer;
    border: none;
    border-radius: 4px;
    background: #444444;
    color: #ffffff;
}

code {
    font-family: monospace !important;
    color: #4f7b2f;
}

/* ==== Page 404 ==== */
.page-404 #breadcrumbs-404 {
    text-align: left;
    margin-top: 12px;
}
.page-404 #breadcrumbs-404 a {
    display: block;
    width: fit-content;
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    padding-left: 30px;
    position: relative;
    transition: transform .3s;
}
.page-404 #breadcrumbs-404 a:hover {
    transform: translateX(-5px);
}
.page-404 #breadcrumbs-404 a:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 20px;
    height: 20px;
    display: block;
    transform: translateY(-50%);
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTYuOTk3NSAxMC4wMDI1QzYuOTk3NSAxMC4yNjI1IDcuMDk3NSAxMC41MTI1IDcuMjg3NSAxMC43MTI1TDExLjI4NzUgMTQuNzAyNUMxMS42Nzc1IDE1LjA5MjUgMTIuMzE3NSAxNS4wOTI1IDEyLjcwNzUgMTQuNzAyNUMxMy4wOTc1IDE0LjMxMjUgMTMuMDk3NSAxMy42NzI1IDEyLjcwNzUgMTMuMjgyNUw5LjQxNzUgMTAuMDAyNUwxMi43MDc1IDYuNzEyNUMxMy4wOTc1IDYuMzIyNSAxMy4wOTc1IDUuNjgyNSAxMi43MDc1IDUuMjkyNUMxMi4zMTc1IDQuOTAyNSAxMS42Nzc1IDQuOTAyNSAxMS4yODc1IDUuMjkyNUw3LjI5NzUgOS4yODI1QzcuMDk3NSA5LjQ4MjUgNi45OTc1IDkuNzQyNSA2Ljk5NzUgMTAuMDAyNVoiIGZpbGw9IiMxQTY2QzgiLz4KPC9zdmc+Cg==);
}

.main-content-404 {
    margin: 60px auto 0;
    max-width: 400px;
    text-align: center;
}
.main-content-404 img {
    width: 140px;
    height: 140px;
    display: block;
    margin: 0 auto 32px;
}
.main-content-404 h1 {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    margin-top: 32px;
    margin-bottom: 12px;
}
.main-content-404 .desc {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #6B8091;
    margin: 12px 0 32px;
}
.main-content-404 .btn {
    width: fit-content;
    display: block;
    margin: 32px auto 0;
}

@media (max-width: 768px) {
    .main-content-404 {
        margin-top: 40px;
    }
    .page-404 #breadcrumbs-404 {
        margin-top: 4px;
    }
}