/*
 Theme Name:   Zakra Child
 Theme URI:    https://digitaldealerz.com/
 Description:  Twenty Fifteen Child Theme
 Author:       John Doe
 Author URI:   https://digitaldealerz.com/
 Template:     zakra
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  https://digitaldealerz.com/
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  zakra
*/

/**
*
* TABLE OF CONTENT
# Reset
# Typography
# Elements
# Forms
# Navigations
# Modules
# Icons.site-content
# Accessibility
# Alignments
# Clearings
# Header
# Widgets
# Content
# Posts and Pages
# Asides
# Comments
# Footer
# Media
# captions
# galleries
# Media Queries
# Mobile
# Tablets
# Computers
# Print
*
*/
/*=============================================
=            Normalize            =
=============================================*/
.swiper-button-prev svg,
.swiper-button-next svg{
	display:none;
}
body .wpcf7-list-item{
    margin: 0;
}
form .wpcf7-checkbox label,
form .wpcf7-acceptance label{
    position: relative;
    cursor: pointer;
}

form .wpcf7-checkbox input[type=checkbox],
form .wpcf7-acceptance input[type=checkbox]{
    position: relative;
    visibility: hidden;
    display: block;
    height: 22px;
    width: 22px;
    border-radius: 0;
    flex-shrink: 0;
}

form .wpcf7-checkbox input[type=checkbox] + span,
form .wpcf7-acceptance input[type=checkbox] + span{
    margin-left: 6px;
    line-height: 140%;
    max-width: 400px;
    border-radius: 0;
}
form .wpcf7-list-item label,
form .wpcf7-acceptance label{
    display: flex;
    align-items: start;
}
form .wpcf7-checkbox input[type=checkbox] + span:before,
form .wpcf7-acceptance input[type=checkbox] + span:before{
    display: block;
    position: absolute;
    content: '';
    height: 22px;
    width: 22px;
    top: 0px;
    border: 1px solid #204F674D;
    left: 0px;
    flex-shrink: 0;
}
form .wpcf7-list-item-label{
    color: rgba(26, 26, 26, 0.6);
}
form .wpcf7-checkbox input[type=checkbox] + span:after,
form .wpcf7-acceptance input[type=checkbox] + span:after{
    display: block;
    position: absolute;
    content: '';
    border-radius: 100%;
    height: 11px;
    width: 14px;
    top: 5px;
    left: 5px;
    background: url("/wp-content/uploads/2025/12/check.png")center/contain no-repeat;
    visibility: hidden;
    z-index: 2;
}
form .wpcf7-checkbox input[type=checkbox]:checked + span:after,
form .wpcf7-acceptance input[type=checkbox]:checked + span:after{
    visibility: visible;
}
form .wpcf7-checkbox input[type=checkbox]:checked + span:before,
form .wpcf7-acceptance input[type=checkbox]:checked + span:before{
    background: #204F67;
    border: 1px solid #204F674D
}

form .wpcf7-checkbox input[type=checkbox]:checked + span:after,
form .wpcf7-acceptance input[type=checkbox]:checked + span:after{
    visibility: visible;
}
form .wpcf7-acceptance a{
    text-decoration: underline;
}
form .wpcf7-checkbox a,
form .wpcf7-acceptance a{
    color: #000000B2;

}
.tg-site-footer-section-1 .buttonfooter a {
    border: 1px solid #FFFFFF;
    padding: 8px 18px;
}

input,
textarea,
button,
select,
a {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.tg-site-footer-section-1 ul li {
    display: flex;
    align-items: center;
}

@media screen and (max-width: 600px) {
    body div.tg-site-footer-section-1 ul li:last-child {
        padding-left: 0 !important;
    }

    body .foot-wrap li a:after {
        display: none;
    }

    body .tg-container--flex.tg-container--flex-top {
        flex-direction: column !important;
    }
}

body .tg-site-footer .tg-site-footer-bar .tg-site-footer-section-2 {
    margin-left: 0;
}

body .tg-site-footer-section-2 ul {
    justify-content: flex-end;
}

body div.tg-site-footer-section-1 ul li:last-child {
    padding-left: 100px;
}

body div.tg-site-footer-section-1 ul {
    justify-content: space-between;
}

body .tg-site-footer .tg-site-footer-bar .tg-site-footer-section-2 {
    flex-basis: 33.3%;
    justify-content: flex-end;
}

body .tg-site-footer .tg-site-footer-bar .tg-site-footer-section-1 {
    flex-basis: 66.6%;
}

.tg-site-footer-section-1 a {
    margin-right: 15px;
}

.custom-arrow div.prev2 {
    top: 34%;
}

.custom-arrow div.next2 {
    top: 34%;
}

.respond__content {
    display: grid;
}

body .tabs-content .inner-sli-one .slider-wrap img {
    max-height: 110px;
    margin: 10px 0;
}

body .wrap-logo.wrap-logo-four {
    min-height: 130px;
}

.wrap-logo.conntut {
    min-height: 130px;
}

.revers.none .first-col-slider .swiper-pagination {
    width: 100%;
}

body .tabs-content .slider-wrap img {
    max-height: 90px;
    margin: 20px 0;
}

.tabs-content .slider-wrap div, .tabs-content .slider-wrap img {
    max-height: 130px;
}

@media screen and (min-width: 600px) and (max-width: 768px) {
    body .foot2 {
        flex-basis: 30%;
    }

    body .foot2 ul {
        flex-wrap: wrap;
        flex-basis: 22%;
    }

    footer .tg-site-footer-bar .tg-container--flex, footer .footer-all.tg-container {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media screen and (max-width: 600px) {
    body .foot2 .menu {
        flex-wrap: wrap;
    }

    body .tg-site-footer-section-1 ul li {
        padding: 5px 0;
    }

    body .tg-site-footer-section-2 {
        justify-content: flex-start !important;
        padding: 5px 0;
    }

    div.tg-site-footer-section-1 .menu {
        flex-direction: column !important;
    }

    body div.tg-site-footer-section-1 ul.menu li:last-child {
        position: relative !important;
        left: 0 !important;
    }

    body .tg-site-footer-bar .tg-container--flex.tg-container--flex-top {
        flex-direction: column !important;
        display: flex;
    }

    .advgb-tab-body .wp-block-columns {
        justify-content: space-between;
    }

    body .tabs-content .slider-wrap div, .tabs-content .slider-wrap img {
        max-height: 130px;
    }
}

@media screen and (min-width: 600px) and (max-width: 768px) {
    body .tg-site-footer-bar .tg-container--flex.tg-container--flex-top {
        flex-direction: row !important;
        display: flex;
    }
}

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

    body .tg-site-footer .tg-site-footer-bar .tg-site-footer-section-1 {
        width: 100%;
    }

    body .tg-site-footer .tg-site-footer-bar .tg-site-footer-section-2 .widget_text {
        display: flex;
        align-items: center;
    }

    body .tg-site-footer .tg-site-footer-bar .tg-site-footer-section-2 {
        width: 100%;
    }

    .content-case .gvavnoe-wrap li {
        margin-right: 10px !important;
    }

    .fir-col .four-logo img {
        max-width: 60px;
    }
}

#wpadminbar {
    bottom: 0;
    top: auto;
}

table p {
    margin-bottom: 0;
}

.tabs-content {
    list-style: none;
    display: block;
    float: left;
    margin-left: 0;
    margin-top: 50px;
}

body header #site-navigation .menu .mPS2id-highlight:after {
    transform: scaleX(1);
    transform-origin: center left;
}

body .mapsvg-mobile-modal-close {
    left: auto;
    bottom: auto;
    top: 3%;
    right: 3%;
    transform: none;
}

@media screen and (max-width: 991px) {
    .swiper-pagination span p {
        display: none
    }

    .swiper-pagination .swiper-pagination-bullet-active p {
        display: block
    }
}

.swip.custom-arrow .vtoroe-wrap li:first-child .logotipu img:first-child {
    margin-left: 15px;
}

.swiper-containerrr .swiper-wrapperrr li div.logotipu {
    display: flex;
    justify-content: space-around !important;
}

@media screen and (min-width: 1200px) and (max-width: 1300px) {
    body .inform .head {
        max-width: unset;
    }
}

@media screen and (min-width: 1200px) {
    body .wow-swiper-cont {
        margin-left: calc((100vw - 1200px) / -2) !important;
        margin-right: calc((100vw - 1200px) / -2) !important;
        width: 100vw !important;
    }
}

.first .lang-item a {
    font-weight: 400;
}

html, .wp-block-columns.table-block {
    overflow-x: hidden
}

@media screen and (max-width: 991px) {
    .wp-block-columns.table-block {
        max-width: 98vw
    }
}

.wp-block-contact-form-7-contact-form-selector {
    overflow-x: hidden;
    max-width: 90vw
}

.page-id-36 .zag p:first-child {
    display: none
}

/*=============================================
=            change inputs for cf7           =
=============================================*/
@media screen and (max-width: 600px) {
    body #swiper-history .long-line {
        width: calc(100% - 60px);
        right: 30px;
    }

    body #swiper-history .short-line {
        left: 30px;
    }

    .swiper-next, .swiper-prev {
        width: 13px;
        height: 23px;
        background: center / contain no-repeat url(/wp-content/uploads/2021/06/Chevron-Right-2.svg);
        position: absolute;
        bottom: 0px;
    }

    .swiper-prev {
        transform: rotate(180deg);
        left: 42%;
    }

    .swiper-next {
        right: 42%
    }

    body .tabs-content {
        margin-bottom: 100px;
    }
}

.conntut:hover img {
    transform: scale(1.2);
    transition: transform .3s cubic-bezier(.4, 0, 0, 1);
}

.conntut {
    cursor: pointer
}

.foot-wrap li a:after {
    content: "";
    position: absolute;
    right: -1px;
    bottom: -3px;
    left: -1px;
    border-bottom: 1px solid #fff;
    transform: scaleX(0);
    transition: transform .3s cubic-bezier(.4, 0, 0, 1);
    transform-origin: center right;
}

#site-navigation .menu a:after {
    content: "";
    position: absolute;
    right: -1px;
    bottom: -3px;
    left: -1px;
    border-bottom: 1px solid #204F67;
    transform: scaleX(0);
    transition: transform .3s cubic-bezier(.4, 0, 0, 1);
    transform-origin: center right;
}

#site-navigation .menu a, .foot-wrap li a {
    position: relative;
    text-decoration: none;
    opacity: 1;
    transition: all .3s ease;
    transition-delay: 250ms;
}

#site-navigation .menu a:hover:after, .foot-wrap li a:hover:after {
    transform: scaleX(1);
    transform-origin: center left;
}

.mapsvg-controller-view-content p a:hover {
    color: #F89824;
}

@media screen and (min-width: 991px) and (max-width: 1200px) {
    #swiper-wap #swiper-history .swiper-pagination {
        left: 52.2px !important;
    }
}

@media screen and (min-width: 1200px) {
    body .block-capabilities {
        align-items: center;
    }

    .block-capabilities .heading1 {
        line-height: 1.3;
    }

    #swiper-wap #swiper-history .swiper-pagination {
        left: calc(50% - 387px) !important;
    }
}

@media screen and (min-width: 600px) {
    .tabs-content .slider-wrap
    .swiper-container-multirow .swiper-pagination-bullets {
        display: none !important;
    }
}

.swiper-container-multirow .swiper-pagination-bullet-active {
    background: #204F67 !important;
    transform: scale(2);
}

@media screen and (max-width: 600px) {
    .swiper-button-next, .swiper-button-prev {
        width: 15px;
    }

    .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
        right: 5px !important;
    }

    .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
        left: 5px !important;
    }

    #primary .selected .checkbox-round {

        top: 0px !important;
        right: -2px;
    }


}

.tg-oembed-container {
    padding-top: 80.25vh;
}

.circle-w {
    align-items: center;
}

#marker_166 {
    display: none !important;
}

@media screen and (min-width: 700px) and (max-width: 1279px) {
    body .first a {
        max-width: 320px;
    }

    body .first .circle-w .circle-txt._h {
        padding-top: 7px;
        max-width: 220px;
    }

    .site-main {
        overflow: hidden;
    }

    #content .tabs {
        margin-bottom: 50px;
    }

    .tabs-content li .wrap-logo {
        height: 185px;
        margin-bottom: 50px
    }

    .swip.revers .main-swiper {
        width: 100%;
    }

    .table-block tbody tr td:nth-child(2) {
        padding-right: 50px;
    }
}

body .advgb-tab-body .wp-block-columns:nth-child(3) .wp-block-column {
    margin-bottom: 0;
}

.wpcf7 form.sent .wpcf7-response-output, .wpcf7 form .wpcf7-response-output {
    display: none !important;
}

.wpcf7-form-control-wrap {
    width: 100%;
    display: block;
}

.intl-tel-input {
    width: 100%
}

.intl-tel-input .selected-flag {
    bottom: 11px;
}

.wp-block-video video, .is-type-video {
}

.third-block .advgb-tab-body-wrapper .advgb-tab-body .head {
    position: absolute;
    left: 0;
    top: 0;
}

.third-block > .wp-block-column > .head {
    color: #fff !important;
}

.third-block {
    position: relative;
}

@media screen and (min-width: 991px) and (max-width: 1200px) {
    .contactright .wp-block-column {
        position: absolute;
        right: 0;
        bottom: -350px;
        width: 280px;
        z-index: 3;
    }

    .swip.revers .first-col-slider {
        align-items: flex-start;
        padding-left: 35px;
    }

    .wp-block-columns.contact {
        flex-direction: row;
    }

    .wp-block-columns.contact .wp-block-column:first-child {
        margin-right: 10px;
    }

    .wp-block-columns.contact .forma {
        margin-top: 30px;
    }

}

.circle-w .circle:before {
    content: '';
    width: 40px;
    height: 40px;
    display: block;
    top: 0px;
    left: 0px;
    background: transparent;
    border: 0.5px solid #F89824;
    position: absolute;
    border-radius: 50%;
    -webkit-transition: all .2s cubic-bezier(.55, .085, .68, .53);
    transition: all .2s cubic-bezier(.55, .085, .68, .53);
}

.contactright.contact .fifty {
    text-transform: none
}

.contactright.contact p {
    color: #204F67;
}

li.pop-up {
    font-weight: 600;
}

body .fixed-header {
    background: #fff;
}

body .fixed-header.site-header .tg-site-header-bottom {
    padding: 5px 0;
}

.fixed-header {
    border-bottom: 0px solid #fff;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 999;
}

#pum-526 .pum-responsive {
    padding: 50px 0 !important;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.08);
}

#pum-526 .pum-content img {
    max-width: 150px;
    margin-bottom: 50px;
}

#pum-526 p {
    max-width: 441px;
    font-weight: 300;
    font-size: 22px;
    line-height: 160%;
    text-align: center;
    letter-spacing: 0.04em;
    color: #204F67;
}

#pum-526 h2 {
    font-weight: 600;
    line-height: 135%;
    letter-spacing: 0.02em;
    color: #F89824;
    text-align: center;
    margin-bottom: 30px;
}

@media screen and  (max-width: 812px) {
    body .mapsvg-details-container .mapsvg-controller-view-content {
        padding-top: 80px;
    }
}

.third-block .advgb-tab a:hover span:after {
    display: none !important;
}

.menu-knopka-heder-container a:hover, .perv a:hover, .first a:hover, .vtor a:hover {
    color: #204F67 !important;
}

.menu-knopka-heder-container a:hover {
    color: #F89824 !important;
}

.main-navigation a:hover {
    border-bottom: 0px solid transparent;
    color: #204F67 !important;
}

.pum-theme-lightbox .pum-responsive {
    padding: 120px 0 !important;
}

.pum-theme-9 .pum-content + .pum-close, .pum-theme-lightbox .pum-content + .pum-close {
    box-shadow: none !important;
    text-shadow: none !important;
    background-color: transparent !important;
}

.pum-theme-9 .pum-content + .pum-close, .pum-theme-lightbox .pum-content + .pum-close {
    top: 15px !important;
    right: 25px !important;
    font-size: 0px !important;
}

.pum-theme-lightbox button:before {
    content: '';
    background: center / contain no-repeat url("/wp-content/uploads/2021/05/close.svg");
    height: 35px;
    width: 35px;
    display: block;
}

.pum-theme-lightbox .pum-container {
    display: flex !important;
    justify-content: center;
    align-items: center;
}

@media screen and (min-width: 991px) and (max-width: 1600px) {
    .frame {
        margin-top: -120px;
    }

    .forenglish .frame {
        margin-left: 60%;
    }
}

@media screen and (min-width: 991px) {
    #content .hide-mobile {
        display: none
    }

    .site-branding {
        max-width: 85px;
    }

    /*footer {*/
    /*    margin-top: 120px;*/
    /*}*/
}

@media screen and (max-width: 991px) {
    #content .hide-desctop, .frame {
        display: none
    }
}

@media screen and (min-width: 600px) and (max-width: 700px) {
    .spacer-custom-after-tab {
        height: 25px !important;
    }

    .selected .checkbox-round {
        margin-left: -4px !important;
    }

    .wrap-logo {
        margin-bottom: 30px !important;
    }

}

@media screen and (min-width: 600px) and (max-width: 991px) {
    .advgb-tab-body .wp-block-columns .wp-block-column:nth-child(2) {
        margin-left: 65px !important;
    }

    .mapsvg-wrap-all {
        margin-top: 50px;
    }

    /*footer {*/
    /*    margin-top: 140px;*/
    /*}*/
}

@media screen and (min-width: 600px) {
    body .tabs li {
        display: flex;
    }
}

@media screen and (max-width: 600px) {
    .mob-wid .conten:nth-child(1) {
        margin-bottom: 50px;
    }

    .tg-block .tg-mobile-navigation.tg-mobile-navigation--opened {
        padding-top: 50px !important;
    }

    body #page .portfolio-titl {
        margin: 0 !important;
    }

    .block-capabilities .heading1 {
        margin-bottom: 30px;
    }

    .wow-swiper-cont {
        padding-bottom: 0 !important;
    }

    .wp-block-table, .wp-block-table table {
        margin-bottom: 0 !important;
    }

    .table-block {
        margin-top: 50px;
    }

    .inform .sub-head {
        font-weight: 600 !important;
    }

    .wrap-inside.swiper-sliderr {
        padding-bottom: 80px;
        padding-top: 20px;
    }

    body .m-b-200-250-300, .mapsvg-wrap-all, .third-block .wp-block-column p.m-b-200-250-300 {
        margin-bottom: 100px;
    }

    .mapsvg-layer-markers .mapsvg-marker {
        display: none !important;
    }

    /*footer {*/
    /*    margin-top: 100px;*/
    /*}*/
}


.mapsvg-details-container .mapsvg-mobile-modal-close {
    background: none;
    font-size: 0;
    border: 0;
    line-height: 0;
}

.mapsvg-details-container .mapsvg-mobile-modal-close:before {
    content: '';
    display: block;
    width: 25px;
    height: 25px;
    background: center/ contain no-repeat url(/wp-content/uploads/2021/05/cross.svg);
}

.mapsvg-with-marker-active .mapsvg-marker {
    opacity: 1 !important;
}

.mapsvg-directory-item, .mapsvg-mobile-buttons {
    display: none !important;
}

.contactright {
    position: relative
}

@media screen and (min-width: 1300px) {
    body .mapcontainer {
        padding-bottom: 130px;
    }
}

@media screen and (min-width: 1200px) {
    .contactright .wp-block-column {
        position: absolute;
        right: 0;
        bottom: -400px;
        width: 280px;
        z-index: 3
    }
}

.contactright .wp-block-column .eighteen {
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 50px;
    line-height: 150%;
    letter-spacing: 0.04em;
    color: #204F67;
}

.mapsvg-directory.flex {
    background: #fff !important;
}

.wp-block-columns {
    margin-bottom: 0 !important;
}

.third-block .advgb-tab a span:after {
    content: '';
    background: #F89824;
    display: inline-block;
    height: 1px;
    width: 161px;
    top: -14px;
    position: relative;
}

.third-block .advgb-tab a span:before {
    content: '';
    background: url("/wp-content/uploads/2021/04/Arrow.svg");
    display: inline-block;
    height: 12px;
    width: 12px;
    float: right;
    margin-top: 5px;
}

.third-block .advgb-tab a {
    max-width: 161px;
    padding: 0 !important;
    font-weight: 300;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: 0.04em;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #204F67 !important;
}

.third-block .advgb-tab {
    border: 0 !important;
}

body .third-block .advgb-tabs-4b364f95-b205-4325-a49c-ce4db1e57d86 ul.advgb-tabs-panel li.advgb-tab.advgb-tab-active {
    display: none !important;
}

.third-block .advgb-tab-body-wrapper {
    border: 0 !important;
}

.third-block div.advgb-tab-body {
    padding: 0;
}

.third-block .advgb-tab-body .wp-block-columns .wp-block-column {
    max-width: 230px;
}

.third-block .advgb-tab-body .wp-block-columns .wp-block-column:nth-child(2) {
    margin-right: 0;
    margin-left: 47px;
}

.foot3 .menu-social-container ul .instagram {
    order: 2;
}

.foot3 .menu-social-container ul .facebook {
    order: 1;
}

footer {
    background: #204F67;
}

@media screen and (max-width: 991px) {
    .contactright .wp-block-column .fifty, body .contactright .wp-block-column .eighteen, .contactright.contact p {
        margin-bottom: 30px;
    }
}

@media screen and (min-width: 991px) {
    .contactright .wp-block-column .fifty {
        margin-bottom: 70px;
    }

    .foot2 .footer-conten, .foot2 > div > div, .foot2 ul {
        height: 100%;
    }

    body .tg-site-footer .tg-site-footer-bar.tg-site-footer-bar--center .tg-container--flex {
        flex-direction: row;
    }

    body .tg-site-footer .tg-site-footer-bar.tg-site-footer-bar--center .tg-site-footer-section-1 ul {
        justify-content: left;
    }

    body .tg-site-footer .tg-site-footer-bar.tg-site-footer-bar--center .tg-site-footer-section-2 .widget {
        align-items: flex-end;
        color: #fff;
    }
}

footer li.facebook a {
    background: url(/wp-content/uploads/2021/06/facebook-1.svg);
}

footer .instagram a {
    background: url(/wp-content/uploads/2021/04/instagram-1.svg);
}

footer li.s a {
    font-size: 0 !important;
    width: 20px;
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
    height: 20px;
    margin: 0 10px 15px 0;
}

.if-block bolt {
    text-transform: uppercase;
}

.dustru span {
    color: #F89824;
}

.dustru {
    color: #204F67;
    margin-bottom: 0;
}

@media screen and (max-width: 768px) {
    body .third-block .advgb-tab a, body .third-block .advgb-tab {
        width: 100%;
        min-height: 54px;
    }

    .dustru {
        font-weight: 300;
        font-size: 25px;
        line-height: 130%;
        letter-spacing: 0.04em;
    }
}

@media screen and (max-width: 700px) {
    .third-block .advgb-tab-body-wrapper .advgb-tab-body .head {
        top: -20px;
    }

    .swip.revers .swiper-containerrr {
        max-width: 100% !important;
    }

    #swiper-wap .swiper-pagination .swiper-pagination-bullet:first-child .findme {
        margin-left: 20px;
    }

    .contact .twenty-two {
        font-weight: 300;
        font-size: 18px;
        line-height: 160%;
        letter-spacing: 0.04em;
        color: #CACACA;
    }

    .contact {
        display: flex;
        flex-direction: column;
    }

    .contact .fifty {
        font-weight: 600;
        font-size: 30px;
        line-height: 140%;
        letter-spacing: 0.04em;
        text-transform: uppercase;
        color: #204F67;
    }

    .contact .knopka {
        float: right;
        max-width: 320px;
    }

    .contact .knopka:before {
        content: '';
        background: #F89824;
    }

    body .contact .knopka input[type="submit"] {
        font-weight: 600;
        font-size: 18px;
        line-height: 160%;
        letter-spacing: 0.06em;
        color: #F89824;
        background: transparent;
        border-bottom: 0 !important;
        float: right;
    }

    .contact .your-phone input {
        margin-top: 66px;
        margin-bottom: 40px;
    }

    .contact .forma textarea {
        height: 107px;
        padding-bottom: 0;
        margin-bottom: 60px;
    }

    .contact .forma textarea::placeholder {
        color: #CACACA;
    }

    .contact .forma input::placeholder {
        color: #CACACA;
    }

    .forma {
        margin-top: 60px;
    }

    body .contact .forma input, body .contact .forma textarea {
        font-size: 14px;
        line-height: 150%;
        letter-spacing: 0.04em;
        font-feature-settings: 'pnum' on, 'lnum' on;
        border: 0;
        border-bottom: 1px solid #CACACA;
        padding: 0;
        padding-bottom: 20px;
        text-align: left;
    }

    .for-mob-br br {
        display: none;
    }

    body p.if-block {
        font-weight: 300 !important;
        font-size: 25px !important;
        line-height: 150% !important;
        letter-spacing: 0.04em !important;
        max-width: 240px !important;
    }


    .first p span {
        color: #F89824;
        font-weight: 600;
    }

    .first p.head {
        font-weight: 300;
        font-size: 40px;
        line-height: 135%;
        letter-spacing: 0.02em;
        color: #204F67;
        max-width: 270px;
        margin-top: 35px;
        margin-bottom: 30px;
    }

    body table, body .wp-block-table {
        margin: 0;
    }

    .table-block table tr td:nth-child(2) {
        font-weight: 600;
        font-size: 14px;
        line-height: 150%;
        letter-spacing: 0.04em;
        color: #204F67;
    }

    .table-block table tr td:nth-child(3), .table-block table tr td:nth-child(1) {
        font-weight: 300;
        font-size: 14px;
        line-height: 150%;
        letter-spacing: 0.04em;
        font-feature-settings: 'pnum' on, 'lnum' on;
        color: #204F67;
    }

    .table-block .head {
        font-weight: 300;
        font-size: 25px;
        line-height: 150%;
        letter-spacing: 0.04em;
        color: #204F67;
        margin-bottom: 50px;
    }

    .table-block tbody tr:first-child td {
        border-top: 1px solid #CACACA;
    }

    .table-block .wp-block-table td {
        border-right: 0 !important;
        border-left: 0 !important;
        border-bottom: 1px solid #CACACA;
        vertical-align: top;
    }

    .table-block table tr td {
        padding: 0;
    }

    .table-block table tr td:nth-child(2) br {
        display: none;
    }

    .table-block table tr td:nth-child(2) {
        position: absolute;
        margin-top: 61px;
        border: 0;
    }

    .table-block table tr td:nth-child(3) {
        padding-top: 90px;
        padding-bottom: 30px;
    }

    .table-block table tr td:nth-child(1) {
        position: absolute;
        margin-top: 30px;
        border: 0;
    }

    .header2 {
        display: none;
    }

    .third-block .wp-block-column p {
        font-weight: 300;
        font-size: 18px;
        line-height: 160%;
        letter-spacing: 0.04em;
        color: #204F67;
        margin-bottom: 50px;
        font-family: "PF BeauSans Pro Light";
    }

    .third-block .advgb-tab-body {
        margin-top: 40px;
    }

    .third-block .advgb-tab-body .wp-block-columns {
        margin-bottom: 0;
    }

    body .third-block .advgb-tab-body .wp-block-columns .wp-block-column:nth-child(2) {
        margin-left: 0;
    }

    .third-block .advgb-tab-body-header:before {
        content: '';
        background: url(/wp-content/uploads/2021/04/Arrow.svg);
        display: inline-block;
        height: 12px;
        width: 12px;
        float: right;
    }

    .third-block .advgb-tab-body-header {
        max-width: 168px;
    }

    .third-block .advgb-tab-body-header:after {
        content: '';
        background: #F89824;
        display: inline-block;
        height: 1px;
        width: 161px;
        top: -13px;
        position: relative;
    }

    .third-block p.head {
        font-weight: 300;
        font-size: 35px;
        line-height: 135%;
        letter-spacing: 0.04em;
        color: #204F67;
        max-width: 400px;
        margin-bottom: 40px;
    }

    .third-block .advgb-tab-body-header {
        padding: 0 !important;
    }

    .third-block .advgb-tab-body-wrapper {
        display: flex;
        flex-direction: column;
    }

    .third-block .header-active {
        display: none !important;
    }

    .tg-site-footer-section-2 {
        justify-content: flex-start;
        display: flex;
    }

    .menu-left-bar-container ul {
        flex-direction: column;
    }

    .tg-site-footer-bar a, .tg-site-footer-bar p {
        font-style: normal;
        font-weight: 300;
        font-size: 8px;
        line-height: 140.62%;
        letter-spacing: 0.05em;
        color: #8FA7B3;
    }

    .tg-site-footer-bar .tg-container--flex {
        padding: 0;
    }

    .tg-site-footer-bar {
        padding: 0px 50px 30px;
    }

    .foot3 .menu-social-container ul {
        display: flex;
    }

    .foot3 .menu-social-container ul li.s a {
        margin-right: 15px;
        margin-bottom: 0;
    }

    .foot3 .menu-social-container {
        margin-bottom: 0;
    }

    .menu-left-bar-container li {
        display: flex;
        margin-bottom: 10px;
    }

    .foot3 .footer-head {
        font-weight: 300;
        font-size: 8px;
        line-height: 140.62%;
        letter-spacing: 0.05em;
        color: #8FA7B3;
        margin-bottom: 20px;
    }

    .foot2 .menu li:nth-child(2n) {
        justify-content: flex-end;
    }

    .foot2 .menu li {
        flex-basis: 50%;
        justify-content: flex-start;
    }

    .foot2 a {
        font-weight: normal;
        font-size: 10px;
        line-height: 150%;
        letter-spacing: 0.08em;
        text-transform: uppercase;
        color: #FFFFFF;
    }

    .foot2 .menu {
        display: flex;
        flex-wrap: nowrap;
    }

    footer ul li {
        list-style: none;
    }

    .footer-all.tg-container {
        padding: 50px 50px 50px;
    }

    .foot-wrap {
        display: flex;
        flex-direction: column;
    }

    .foot1, .foot2 {
        margin-bottom: 50px;
    }

    .foot1 img {
        max-width: 92px !important;
    }

    .tg-header-container.tg-container {
        padding-left: 10px;
        padding-right: 10px;
    }

    .site-header .tg-site-header-bottom {
        padding: 35px 0;
    }

    .tg-header-action {
        order: 2;
    }

    .tg-block img {
        max-width: 69px;
    }

    .menu-knopka-heder-container a {
        font-weight: 600;
        font-size: 8px;
        line-height: 150%;
        letter-spacing: 0.08em;
        text-transform: uppercase;
        color: #204F67;
        padding: 0 !important;
    }

    .tg-mobile-navigation .mob-wid .conten:nth-child(1) .menu a {
        font-weight: 300;
        font-size: 25px;
        line-height: 150%;
        letter-spacing: 0.04em;
        color: #FFFFFF;
        padding: 0 !important;
        margin-bottom: 17px;
    }

    .menu-social-container a {
        font-weight: 600;
        font-size: 18px;
        line-height: 150%;
        letter-spacing: 0.04em;
        color: #FFFFFF;
        padding: 0 !important;
        margin-bottom: 10px;
    }

    .tg-block .tg-mobile-navigation.tg-mobile-navigation--opened {
        padding: 80px 10px 20px;
        width: 100vw;
    }

    .tg-mobile-navigation .menu-golovne-container .menu li:last-child a {
        margin-bottom: 66px;
    }

    .menu-social-container {
        margin-bottom: 30px;
    }

    .mob-wid .conten:last-child ul {
        display: flex;
    }

    .mob-wid .conten:last-child ul li {
        margin-right: 20px;
    }

    .mob-wid .conten:last-child ul .current-lang a {
        color: #FFFFFF;
    }

    .mob-wid .conten:last-child ul a {
        font-weight: 300;
        font-size: 25px;
        line-height: 150%;
        text-align: center;
        letter-spacing: 0.04em;
        color: #8FA7B3;
        padding: 0;
    }

    footer ul {
        margin: 0;
    }
}

@media screen and (min-width: 1280px) {
    .block-capabilities .cartinka {
        width: 50%
    }
}

@media screen and (min-width: 700px) and (max-width: 1280px) {
    .hide-on-mobile-and-tab {
        margin-bottom: 60px;
    }

    .contact p:last-child {
        max-width: 340px;
    }

    .dve-colonki .green p:nth-child(2) {
        margin-bottom: 40px;
    }
}

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


    .third-block .wp-block-advgb-adv-tabs {
        margin-left: 0px;
    }

    .dustru {
        font-weight: 300;
        font-size: 35px;
        line-height: 130%;
        letter-spacing: 0.04em;
    }

    .tg-site-footer-bar .tg-container--flex, .footer-all.tg-container {
        padding: 0;
    }
}

footer li.facebook a:hover {
    background: url("/wp-content/uploads/2021/06/facebook-2.svg");
    background-size: cover;
    background-repeat: no-repeat;
}

footer .instagram a:hover {
    background: url("/wp-content/uploads/2021/05/instagram-hover.svg");
}

.tg-container--flex-top a:hover {
    color: #fff;
}

@media screen and (min-width: 700px) and (max-width: 1279px) {
    .dve-colonki .green p:nth-child(2), .dve-colonki .green p:nth-child(3) {
        font-weight: 300;
        font-size: 22px;
        line-height: 160%;
        letter-spacing: 0.04em;
        color: #204F67;
    }

    body .swip.once {
        margin-left: 0;
    }

    body .content-case {
        width: 100%;
    }

    body .content-case .head-text {
        margin-bottom: 50px !important;
    }

}

@media screen and (min-width: 700px) and (max-width: 1200px) {
    .foot2 {
        flex-basis: 65%;
    }

    body #popup {
        align-items: center;
        max-width: 100%;
        display: flex;
    }

    body #popup .wp-block-column > .wp-block-image {
        margin-bottom: 20px;
    }

    body .header1 {
        padding-left: 25px;
    }

    .main-navigation .menu li {
        margin: 10px;
    }

    .site-header .tg-header-container.tg-container {
        max-width: 100%;
        padding: 0 20px;
    }

    .third-block > .wp-block-column > .head {
        margin-left: 110px;
    }

    .if-block {
        font-weight: 300;
        font-size: 35px;
        line-height: 150%;
        letter-spacing: 0.04em;
        text-align: left;
    }

    .advgb-tab-body .wp-block-columns:last-child .wp-block-column {
        margin-bottom: 0;
    }

    .first {
        margin-top: 140px;
    }

    .first p span {
        color: #F89824;
        font-weight: 600;
    }

    .first p.head {
        font-weight: 300;
        font-size: 50px;
        line-height: 135%;
        color: #204F67;
        margin-bottom: 40px;
    }

    .tg-container--flex.tg-container--flex-space-between {
        padding: 0;
    }

    .contact .knopka {
        float: right;
        max-width: 320px;
    }

    .contact .knopka:before {
        content: '';
        background: #F89824;
        width: 90px;
        height: 1px;
        display: inline-block;
        position: relative;
        top: 2px;
    }

    body .contact .knopka input[type="submit"] {
        font-weight: 600;
        font-size: 22px;
        line-height: 160%;
        letter-spacing: 0.06em;
        color: #F89824;
        background: transparent;
        border-bottom: 0 !important;
        float: right;
    }

    .contact .your-phone input {
        margin-top: 60px;
        margin-bottom: 40px;
    }

    .contact .forma textarea {
        height: 107px;
        padding-bottom: 0;
        margin-bottom: 90px;
    }

    .contact .forma textarea::placeholder {
        color: #CACACA;
    }

    .contact .forma input::placeholder {
        color: #CACACA;
    }

    .forma {
        margin-top: 60px;
    }

    body .contact .forma input, body .contact .forma textarea {
        font-weight: 300;
        font-size: 18px;
        line-height: 150%;
        text-align: center;
        letter-spacing: 0.04em;
        font-feature-settings: 'pnum' on, 'lnum' on;
        border: 0;
        border-bottom: 1px solid #CACACA;
        padding: 0;
        padding-bottom: 20px;
        text-align: left;
    }

    .contact .wp-block-column:nth-child(2n) {
        margin-left: 0;
    }

    .contact .twenty-two {
        font-weight: 300;
        font-size: 22px;
        line-height: 160%;
        letter-spacing: 0.04em;
        color: #CACACA;
        margin-bottom: 40px;
    }

    .contact {
        display: flex;
        flex-direction: column;
    }

    .contact .fifty {
        font-size: 50px;
        line-height: 140%;
        letter-spacing: 0.04em;
        text-transform: uppercase;
        color: #204F67;
        max-width: 460px;
        margin-bottom: 40px;
    }

    .table-block table tr td:nth-child(3) {
        font-weight: 300;
        font-size: 18px;
        line-height: 150%;
        letter-spacing: 0.04em;
        font-feature-settings: 'pnum' on, 'lnum' on;
        color: #204F67;
    }

    .table-block table tr td:nth-child(2) {
        font-weight: 600;
        font-size: 18px;
        line-height: 150%;
        letter-spacing: 0.04em;
        color: #204F67;
    }

    .table-block tbody tr td:first-child {
        font-weight: 300;
        font-size: 18px;
        line-height: 150%;
        letter-spacing: 0.04em;
        font-feature-settings: 'pnum' on, 'lnum' on;
        color: #204F67;
    }

    .table-block tbody tr:first-child td {
        border-top: 1px solid #CACACA;
    }

    .table-block .wp-block-table td {
        padding: 72px 0 30px;
        border-right: 0 !important;
        border-left: 0 !important;
        border-bottom: 1px solid #CACACA;
        vertical-align: top;
    }

    .table-block table tr td:nth-child(1) {
        position: absolute;
        margin-top: -45px;
        border: 0;
    }

    .table-block .head {
        font-weight: 300;
        font-size: 35px;
        line-height: 150%;
        letter-spacing: 0.04em;
        color: #204F67;
        margin-bottom: 80px;
    }

    .advgb-tab-body .wp-block-column {
        margin-bottom: 74px;
    }

    .header2 {
        display: none;
    }

    .third-block .advgb-tab a span:after {
        top: -15px;
        position: relative;
    }

    .third-block .advgb-tab-body p {
        font-weight: 300;
        font-size: 22px;
        line-height: 160%;
        letter-spacing: 0.04em;
        color: #204F67;
    }

    .third-block .advgb-tab-body {
        margin-top: 60px;
    }

    body .third-block .advgb-tab {
        font-weight: 300;
        font-size: 18px;
        line-height: 150%;
        letter-spacing: 0.04em;
        font-feature-settings: 'pnum' on, 'lnum' on;
        color: #204F67;
        margin: 0 !important;
    }

    .third-block .advgb-tab-body-wrapper .head {
        margin-left: 0px;
    }

    .third-block .head, .third-block .advgb-tab-body-wrapper .head {
        font-weight: 300;
        font-size: 35px;
        line-height: 135%;
        letter-spacing: 0.04em;
        color: #204F67;
        margin-bottom: 40px;
        max-width: 400px;
    }

    body .advgb-tabs-wrapper.advgb-tab-vert-tablet .advgb-tab-body-wrapper {
        max-width: 100%;
    }

    .advgb-tab-body-wrapper div.advgb-tab-body {
        display: flex;
        flex-direction: column;
    }

    body .advgb-tabs-wrapper[class*='advgb-tab-vert'] {
        display: block;
    }

    .third-block .advgb-tab-body .wp-block-columns .wp-block-column {
        margin-right: 65px;
    }

    .tg-site-footer-section-2 .widget {
        display: flex;
        flex-direction: initial !important;
    }

    .tg-site-footer-section-2 .textwidget p {
        font-weight: 300;
        font-size: 8px;
        line-height: 140.62%;
        letter-spacing: 0.05em;
        color: #8FA7B3;
    }

    .widget {
        margin: 0 !important;
    }

    .tg-site-footer-bar .tg-site-footer-section-1 .menu li:first-child {
        margin-bottom: 10px;
    }

    .tg-site-footer-bar .tg-site-footer-section-1 a {
        font-weight: 300;
        font-size: 8px;
        line-height: 140.62%;
        letter-spacing: 0.05em;
        color: #8FA7B3;
    }

    .tg-site-footer-bar .menu-left-bar-container .menu li {
        justify-content: flex-start;
        display: flex;
    }

    .tg-site-footer-bar .menu-left-bar-container .menu {
        display: flex;
        flex-direction: column;
    }

    .tg-site-footer-bar .tg-container--flex {
        display: flex;
        flex-direction: row !important;
    }

    .tg-site-footer-section-2 {
        align-items: center;
        display: flex;
    }

    footer .menu-social-container .menu li.s a {
        margin-right: 20px;
    }

    footer .menu-social-container .menu {
        display: flex;
    }

    .foot3 .footer-head {
        margin-bottom: 16px;
        font-weight: 300;
        font-size: 10px;
        line-height: 140.62%;
        letter-spacing: 0.05em;
        color: #8FA7B3;
    }

    footer .foot-wrap .menu li a {
        font-weight: normal;
        font-size: 10px;
        line-height: 150%;
        letter-spacing: 0.08em;
        text-transform: uppercase;
        color: #FFFFFF;
    }

    .foot2 ul li {
        flex-basis: 50%;
    }

    .foot2 ul {
        display: flex;
        flex-wrap: nowrap;
    }

    .foot3 {
        flex-basis: 94px;
    }

    footer ul li {
        list-style: none;
    }

    footer ul {
        margin: 0;
    }

    .foot-wrap {
        display: flex;
        justify-content: space-between;
    }

    .foot1 {
        flex-basis: 92px;
    }

    footer.site-footer .foot-wrap {
        padding-top: 100px;
        padding-bottom: 100px;
    }

    .menu-social-container {
        margin-bottom: 30px;
    }

    .mob-wid .conten:last-child ul {
        display: flex;
    }

    .mob-wid .conten:last-child ul li:first-child {
        margin-right: 40px;
    }

    .mob-wid .conten:last-child ul .current-lang a {
        color: #FFFFFF;
    }

    .mob-wid .conten:last-child ul a {
        font-weight: 300;
        font-size: 35px;
        line-height: 150%;
        letter-spacing: 0.04em;
        color: #8FA7B3;
        padding: 0;
    }

    .menu-social-container a {
        font-weight: 600;
        font-size: 18px;
        line-height: 150%;
        letter-spacing: 0.04em;
        color: #FFFFFF;
        margin-bottom: 10px;
        padding: 0 !important;
    }

    .tg-mobile-navigation .menu-golovne-container .menu li:last-child a, .tg-mobile-navigation .menu-glavnoe-en-container .menu li:last-child a {
        margin-bottom: 150px;
    }

    .tg-mobile-navigation .menu-golovne-container .menu a, .tg-mobile-navigation .menu-glavnoe-en-container .menu a {
        font-weight: 300;
        font-size: 35px;
        line-height: 150%;
        letter-spacing: 0.04em;
        color: #FFFFFF;
        padding: 0;
        margin-bottom: 30px;
    }

    .menu-knopka-heder-container a {
        font-weight: 600;
        font-size: 12px;
        line-height: 150%;
        letter-spacing: 0.08em;
        text-transform: uppercase;
        color: #204F67;
    }

    .tg-header-action {
        order: 2;
    }

    .header1 {
        order: 1;
        padding-left: 50px;
    }

    .tg-block img {
        max-width: 92px;
    }

    .site-header .tg-site-header-bottom {
        padding: 40px 0px;
    }
}

.header2 li {
    list-style: none;
}

.first a {
    padding: 0;
    font-weight: 600;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: 0.04em;
    color: #204F67;
    background: transparent;
    border-radius: 0;
    max-width: 300px;
}

.if-block span {
    color: #F89824;
}

@media screen and (max-width: 769px) {
    .contact .wp-block-column:nth-child(2n) {
        margin: 0;
    }

    .header1 {
        order: 1;
        padding-right: 30px;
    }
}

@media screen and (min-width: 700px) {
    .head-text {
        font-size: 50px;
    }
}

@media screen and (min-width: 1600px) {
    body .dustru, body .if-block, body .fifty, body .third-block .head,
    body .table-block .head,
    body .third-block .advgb-tab-body-wrapper .head,
    #pum-526 h2,
    .head-text,
    .for-flex > p.heading,
    body .zag p {
        font-size: 50px;
    }
}

@media screen and (min-width: 1200px) and (max-width: 1600px) {
    body .dustru, body .if-block, body .fifty, body .third-block .head,
    body .table-block .head,
    body .third-block .advgb-tab-body-wrapper .head,
    #pum-526 h2,
    body .head-text,
    .for-flex > p.heading,
    body .zag p {
        font-size: 40px;
    }
}

@media screen and (max-width: 1200px) {
    #pum-526 h2 {
        font-size: 30px !important;
        margin-bottom: 20px !important;
    }

    #pum-526 img {
        width: 100px;
        height: auto;
    }

    #pum-526 p {
        font-size: 14px;
    }
}

.first > .wp-block-column {
    position: relative;
}

.header2 .lang-item-en a {
    margin-left: 20px;
}

.header2 .lang-item-uk a {
    margin-left: 15px;
}

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

    .tabs {
        display: flex;
        justify-content: space-between;
    }

    .dustru {
        font-weight: 300;

        line-height: 130%;
        letter-spacing: 0.04em;
        max-width: 850px;
    }

    .if-block {
        font-weight: 300;

        line-height: 150%;
        letter-spacing: 0.04em;
        margin-left: 120px;
    }

    .contact .wp-block-column:first-child {
        max-width: 460px;
        margin-right: 270px;
    }

    .contact .knopka {
        float: right;
        max-width: 320px;
        margin-top: 90px;
    }

    body .contact input[type="submit"] {
        font-weight: 600;
        font-size: 22px;
        line-height: 160%;
        letter-spacing: 0.06em;
        color: #F89824;
        background: transparent;
        border-bottom: 0 !important;
        float: right;
    }

    .contact .your-phone input {
        margin-top: 60px;
    }

    .contact .forma textarea {
        height: 107px;
        padding-bottom: 0;
        margin-top: 40px;
    }

    .contact .forma textarea::placeholder {
        color: #CACACA;
    }

    .contact .forma input::placeholder {
        color: #CACACA;
    }

    .contact .forma input, .contact .forma textarea {
        font-weight: 300;
        font-size: 18px;
        line-height: 150%;
        letter-spacing: 0.04em;
        font-feature-settings: 'pnum' on, 'lnum' on;
        border: 0;
        border-bottom: 1px solid #CACACA;
        padding: 0;
        padding-bottom: 20px;
        text-align: left;
    }

    .twenty-two {
        font-weight: 300;
        font-size: 22px;
        line-height: 160%;
        letter-spacing: 0.04em;
    }

    .contact .fifty, .contact .twenty-two {
        margin-bottom: 40px;
    }

    .fifty {
        line-height: 140%;
        letter-spacing: 0.04em;
        text-transform: uppercase;
        color: #204F67;
    }

    .third-block .head {
        margin-bottom: 30px;
    }

    .advgb-tab-body .wp-block-column {
        margin-bottom: 80px;
    }

    .table-block table tr td:nth-child(1) {
        padding-right: 150px;
    }

    .table-block table tr td:nth-child(3) {
        padding-left: 141px;
    }

    .table-block table tr td:nth-child(2) {
        font-weight: 600;
        min-width: 160px;
    }

    .table-block table th, .table-block table td, .table-block .wp-block-table th, .table-block .wp-block-table td {
        border: 1px solid #CACACA;
    }

    .table-block table td {
        border-right: 0 !important;
        border-left: 0 !important;
        padding: 0;
        font-weight: 300;
        font-size: 18px;
        line-height: 150%;
        letter-spacing: 0.04em;
        font-feature-settings: 'pnum' on, 'lnum' on;
        color: #204F67;
        padding-top: 20px;
        padding-bottom: 20px;
    }


    .table-block .wp-block-table {
        margin-left: 0px;
        width: 100%;
    }

    .third-block .advgb-tabs-wrapper.advgb-tab-vert-desktop ul.advgb-tabs-panel {
        min-width: 620px;
        max-width: 620px;
    }

    .third-block .advgb-tabs-panel {
        margin-top: 152px !important;
    }

    .third-block .wp-block-advgb-adv-tabs {
        position: absolute;
        top: 0;
    }

    .third-block .advgb-tab-body .wp-block-columns .wp-block-column {
        margin-right: 47px;
    }

    .third-block .advgb-tab-body .wp-block-columns .wp-block-column:nth-child(2) {
        margin-right: 0;
        margin-left: 47px;
    }

    .third-block .advgb-tab-body-wrapper p {
        font-weight: 300;
        font-size: 22px;
        line-height: 150%;
        letter-spacing: 0.04em;
        color: #204F67;
    }

    .third-block .head {
        max-width: 450px;
    }

    .table-block .head {
        max-width: 800px;
        margin-left: 0px;
        margin-bottom: 80px;
    }

    .third-block .head, .table-block .head, .third-block .advgb-tab-body-wrapper .head {
        font-weight: 300;
        font-size: 50px;
        line-height: 135%;
        letter-spacing: 0.04em;
        color: #204F67;
    }

    .tg-header-container {
        position: relative;
    }

    .header2 ul li:first-child a:after {
        display: block;
        content: '';
        height: 200px;
        width: 1px;
        background: #204F67;
        margin-top: 25px;
        left: 37px;
        position: relative;
        margin-bottom: 25px;
    }

    .header2 ul li {
        text-align: center;
    }

    .header2 {
        position: absolute;
        top: 90px;
        right: 0px;
    }

    .header2 ul li.current-lang a {
        font-weight: normal;
        font-size: 16px;
        line-height: 150%;
        letter-spacing: 0.06em;
        text-transform: uppercase;
        color: #204F67;
    }

    .header2 ul li a {
        color: #CACACA;
    }

    .header2 ul {
        margin: 0;
    }

    .first p span {
        color: #F89824;
        font-weight: 600;
    }

    .first p.head {
        font-weight: 300;
        font-size: 70px;
        line-height: 135%;
        letter-spacing: 0.02em;
        color: #204F67;
        margin-bottom: 0px;
    }

    footer .foot-wrap .menu li a {
        font-size: 12px;
        line-height: 150%;
        letter-spacing: 0.08em;
        text-transform: uppercase;
        color: #FFFFFF;
    }

    footer.site-footer .foot-wrap {
        padding-top: 100px;
        padding-bottom: 100px;
    }

    .tg-site-footer-section-1 .menu li:first-child {
        margin-right: 50px;
    }

    .tg-site-footer-section-2 {
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }

    .tg-site-footer-bar .widget {
        margin-bottom: 0;
    }

    body .tg-site-footer-section-1 a, .tg-site-footer-bar .textwidget p {
        font-weight: 300;
        font-size: 10px;
        line-height: 140.62%;
        letter-spacing: 0.05em;
        color: #8FA7B3;
    }

    .fifty.aos-init.aos-animate {
        font-weight: 300;
    }

    footer .menu-social-container .facebook {
        margin-right: 19px;
    }

    footer .menu-social-container {
        margin-bottom: 0;
    }

    .foot3 .footer-conten {
        height: 100%;
    }

    .foot3 ul, .foot3 a {
        margin: 0 !important;
    }

    .foot3 .footer-head {
        margin-bottom: 0;
        font-weight: 300;
        font-size: 12px;
        line-height: 150%;
        letter-spacing: 0.05em;
        color: #8FA7B3;
        margin-right: 23px;
    }

    .foot3 .menu-social-container li {
        list-style: none;
    }

    .foot3 {
        flex-basis: 200px;
    }

    .foot3 .menu {
        display: flex;
        margin: 0;
    }

    .foot3 .footer-conten {
        align-items: center;
        display: flex;
        justify-content: flex-end;
    }

    .foot2 {
        flex-basis: 47%
    }

    .foot2 .menu li {
        list-style: none;
    }

    .foot2 .menu {
        display: flex;
        justify-content: space-between;
        margin: 0;
        align-items: center;
    }

    footer.site-footer .foot-wrap {
        display: flex;
        justify-content: space-between;
    }

    body .foot1 .footer-conten img {
        max-width: 139px !important;
    }

    .site-header .tg-site-header-bottom {
        padding: 40px 0px;
    }

    .menu-knopka-heder-container a {
        font-style: normal;
        font-weight: 600;
        font-size: 12px;
        text-transform: uppercase;
        color: #204F67;
        letter-spacing: 0.08em;
    }

    .tg-block .main-navigation {
        margin-right: 185px;
        margin-left: 210px;
    }
}

@media screen and (min-width: 991px) and (max-width: 1200px) {
    .menu-primary.nav-menu {
        padding-left: 40px;
    }

    body .tg-primary-menu > div > ul > li {
        margin: 0.5em;
    }
}

@media screen and (min-width: 991px) {
    .main-navigation .menu-item a {
        font-weight: normal;
        font-size: 12px;
        letter-spacing: 0.08em;
        text-transform: uppercase;
        color: #204F67;
    }

}

.main-navigation .menu-item a {
    font-weight: normal;
    font-size: 12px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #204F67;
}

.menu-knopka-heder-container ul {
    margin: 0;
}

.menu-knopka-heder-container .menu-item {
    list-style-type: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    outline: 0;
    vertical-align: baseline;
}

html {
    font-family: "PF BeauSans Pro Light";
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}

a {
    background-color: transparent;
}

a:active,
a:hover {
    outline: 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: 700;
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
    vertical-align: middle;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-family: monospace;
    font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
    border-style: solid;
    border-width: 0;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input {
    line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: 700;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

p {
    margin-bottom: 15px;
}

/*=============================================
=            Base Typography            =
=============================================*/
html {
    font-size: 90%;
}

body {
    font-family: "PF BeauSans Pro Light";
    font-size: 1rem;
    color: #51585f;
    line-height: 1.8;
}

code {
    background-color: #f1f3f5;
    padding: 0.125em 0.25em;
}

pre {
    background-color: #f8f9fa;
    padding: 20px;
}

blockquote,
.wp-block-quote {
    padding: 1em;
    margin: 1.5em 1em 1.5em 2em;
    border-left: 4px solid #e9ecef;
}

blockquote.has-text-align-right,
.wp-block-quote.has-text-align-right {
    border: unset;
    border-left: 4px solid #e9ecef;
}

/*=============================================
=            Heading Typography            =
=============================================*/
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #16181a;
    line-height: 1.3;
    font-weight: 500;
    margin: 0 0 20px;
}

h1 {
    font-size: 2.5rem;
}

h2 {
    font-size: 2.25rem;
}

h3 {
    font-size: 1.75rem;
}

h4 {
    font-size: 1.5rem;
}

h5 {
    font-size: 1.313rem;
}

h6 {
    font-size: 1.125rem;
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

body {
    background: #fff;
    /* Fallback for when there is no custom background color defined. */
}

hr,
.wp-block-separator {
    background-color: #e9ecef;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}

img {
    height: auto;
    /* Make sure images are scaled correctly. */
    max-width: 100%;
    /* Adhere to container width. */
}

figure {
    margin: 1em 0;
    /* Extra wide images within figure tags don't overflow the content area. */
}

iframe {
    max-width: 100%;
}

/*=============================================
=            Common CSS Style            =
=============================================*/
/*=============================================
=            GRID            =
=============================================*/
.tg-container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 768px) {
    .tg-container--boxed .tg-site {
        max-width: 750px;
    }

    .tg-container {
        max-width: 700px;
    }
}

@media screen and (min-width: 700px) and (max-width: 961px) {
    .tg-footer-widget-area.footer-sidebar-1 {
        position: absolute;
        top: 40px;
        left: 0;
        right: 0;
        display: block;
        margin: auto;
        text-align: center;
    }

    .foot1 {
        width: 100%;
        text-align: center;
    }

    body .tg-site-footer .tg-footer-widget-container.tg-footer-widget-col--three .tg-footer-widget-area {
        width: 50%;
    }
}

@media (min-width: 992px) {
    .menu-social-container li.s a {
        font-size: 0;
    }

    .tg-container--boxed .tg-site {
        max-width: 970px;
    }

    .tg-container {
        max-width: 940px;
    }
}

@media (min-width: 1200px) {
    .tg-container--boxed .tg-site {
        max-width: 1270px;
    }

    .tg-container {
        max-width: 1200px;
    }
}

.tg-container-fluid {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}

.tg-container--flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.tg-container--flex-center {
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.tg-container--flex-space-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.tg-site-layout--stretched #page #main :not(.tg-page-header) .tg-container {
    max-width: 100%;
}

.tg-site-layout--stretched #page #main :not(.tg-page-header) .tg-container #primary {
    width: 100%;
    padding-right: 0;
}

/*=============================================
=            Body            =
=============================================*/
body:not(.tg-container--separate) #page {
    background: #fff;
}

body.has-transparent-header.elementor-editor-active .tg-site-header {
    z-index: -1;
}

.page-template.tg-container--separate #page {
    background: #fff;
}

/* Boxed Layout */
.tg-container--boxed .tg-site {
    margin: 20px auto;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.tg-container--boxed .tg-site#page {
    background-color: #fff;
}

/* Streached Layout */
.tg-container--stretched .tg-container {
    width: 100%;
    max-width: unset;
}

/* Seperate Layout */
.tg-container--separate {
    background-color: #e9ecef;
}

.tg-container--separate .tg-site-header {
    background-color: #fff;
    border-bottom: 0 none;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.tg-container--separate .tg-page-header {
    background-color: #ced4da;
}

.tg-container--separate .tg-site-footer {
    background-color: #fff;
}

.tg-container--separate #primary {
    padding-right: 2em;
}

.tg-container--separate #secondary {
    padding-left: 2em;
    border-left: 0 none;
}

.tg-container--separate .tg-site-layout--left #primary {
    padding-left: 2em;
}

.tg-container--separate .tg-site-layout--left #secondary {
    padding-right: 2em;
    border-right: 0 none;
}

.tg-container--separate .hentry,
.tg-container--separate .widget {
    background-color: #fff;
    padding: 2em;
}

.tg-container--separate .tg-footer-widget-area .widget {
    padding: 0;
    background-color: transparent;
}

/* When transparent header is present */
.has-transparent-header:not(.blog):not(.has-page-header) .site-content,
.tg-no-content-margin .site-content {
    margin: 0;
}

.elementor-template-full-width .site-content {
    margin: 0;
}

.elementor-template-full-width .site-content > .tg-container--flex {
    display: block;
}

/*=============================================
=            Page builder            =
=============================================*/
.page-template-pagebuilder {
    background: #fff;
}

.page-template-pagebuilder .site-content {
    margin: 0;
}

.page-template-pagebuilder .widget {
    background: initial;
    padding: 0;
}

.page-template-pagebuilder #primary.content-area.pagebuilder-content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-width: inherit;
    padding: 0;
}


.tg-icon-angle-down::after {
    content: "\f101";
}

.tg-icon-angle-left::after {
    content: "\f102";
}

.tg-icon-angle-right::after {
    content: "\f103";
}

.tg-icon-angle-up::after {
    content: "\f104";
}

.tg-icon-arrow-down::after {
    content: "\f105";
}

.tg-icon-arrow-left::after {
    content: "\f106";
}

.tg-icon-arrow-right::after {
    content: "\f107";
}

.tg-icon-arrow-up::after {
    content: "\f108";
}

.tg-icon-close::after {
    content: "\f10a";
}

.tg-icon-search::after {
    content: "\f10b";
}

.tg-icon-shopping-cart::after {
    content: "\f10c";
}

.tg-page-header {
    padding: 20px 0;
}

.tg-page-header .tg-page-header__title {
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 500;
    font-size: 2.5rem;
    line-height: 1.3;
}

.tg-page-header.tg-page-header--left-right .tg-page-header__title {
    margin-right: auto;
}

.tg-page-header.tg-page-header--left-right .breadcrumbs {
    margin-left: auto;
}

.tg-page-header.tg-page-header--both-center .tg-container--flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.tg-page-header.tg-page-header--right-left .tg-page-header__title {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-left: auto;
}

.tg-page-header.tg-page-header--right-left .breadcrumbs {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-right: auto;
}

.tg-page-header.tg-page-header--both-left .tg-container--flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.tg-page-header.tg-page-header--both-right .tg-container--flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-line-pack: end;
    align-content: flex-end;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.tg-page-header .breadcrumb-trail ul {
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style-type: none;
}

.tg-page-header .breadcrumb-trail ul li {
    font-size: 16px;
}


.tg-page-header .breadcrumb-trail ul li:last-child::after {
    content: none;
}

/*=============================================
=            Lists            =
=============================================*/
ul,
ol {
    margin: 0 0 1.6rem 1.6rem;
    padding-left: 0;
}

ul {
    list-style: square;
}

ol {
    list-style: decimal;
}

li > ul,
li > ol {
    margin-bottom: 0;
    margin-left: 1.6rem;
}

dt {
    font-weight: 700;
}

dd {
    margin: 0 1.6rem 1.6rem;
}

/*=============================================
=            Table            =
=============================================*/
table,
.wp-block-table {
    margin: 0 0 1.5em;
    width: 100%;
}

table th,
table td,
.wp-block-table th,
.wp-block-table td {
    text-align: left;
    border: 1px solid #e9ecef;
    padding: 1em;
}

/*=============================================
=            Admin Bar            =
=============================================*/
.admin-bar .tg-site-header.tg-site-header--transparent {
    top: 32px;
}

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

.search-form label {
    position: relative;
}

.search-form label::before {
    content: '';
    background: url("/wp-content/uploads/2021/02/poisk.svg");
    position: absolute;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    display: block;
    font-family: themegrill-icons;
    color: #adb5bd;
    width: 13px;
    height: 13px;
    bottom: 10px;
}

.search-form .search-submit {
    display: none;
}

.tg-menu-item-search {
    position: relative;
    cursor: pointer;
}

.tg-menu-item-search .search-form {
    position: absolute;
    top: 43px;
    right: 0;
    width: 200px;
    display: none;
    z-index: 999;
}

.tg-menu-item-search .search-form label {
    margin-bottom: 0;
    width: 100%;
}

.tg-menu-item-search.show-search .search-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

/*=============================================
=                    Links                    =
=============================================*/
a {
    color: #2978C6;
    text-decoration: none;
    -webkit-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

:focus {
    outline: 0
}

a:active {
    outline: 0;
}

.entry-content a {
    color: #2978C6;
}

.entry-content a:hover, .entry-content a:focus {
    color: #1D3F6A;
}

.tg-primary-menu {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-bottom: 0 solid #e9ecef;
    margin-left: auto;
}

.tg-primary-menu > div ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.tg-primary-menu > div ul li:hover > a {
    color: #269bd1;
}

.tg-primary-menu > div ul li.menu-item-has-children, .tg-primary-menu > div ul li.page_item_has_children {
    position: relative;
}

.tg-primary-menu > div ul li.menu-item-has-children > a::after, .tg-primary-menu > div ul li.page_item_has_children > a::after {
    margin-left: 0.5rem;
    font-family: "themegrill-icons" !important;
    vertical-align: middle;
    content: "\f101";
}

.tg-primary-menu > div ul li a {
    display: flex;
}

.tg-primary-menu > div ul li ul {
    position: absolute;
    display: block;
    top: 100%;
    border: 1px solid #e9ecef;
    width: 190px;
    background: #fff;
}

.tg-primary-menu > div ul li ul li {
    border-bottom: 1px solid #e9ecef;
}

.tg-primary-menu > div ul li ul li:last-child {
    border-bottom: 0;
}

.tg-primary-menu > div ul li ul li.menu-item-has-children > a::after, .tg-primary-menu > div ul li ul li.page_item_has_children > a::after {
    position: absolute;
    right: 1rem;
    font-family: "themegrill-icons" !important;
    vertical-align: middle;
    content: "\f103";
}

.tg-primary-menu > div ul li ul li a {
    padding: 1em;
}

.tg-primary-menu > div ul li ul li ul {
    top: -1px;
    left: 100%;
}

.tg-primary-menu > div ul li ul,
.tg-primary-menu > div ul li:hover ul ul,
.tg-primary-menu > div ul li.focus ul ul {
    z-index: 99999;
    position: absolute;
    left: -999999px;
}

.tg-primary-menu > div ul li:hover > ul,
.tg-primary-menu > div ul li.focus > ul {
    left: auto;
}

.tg-primary-menu > div ul li .sub-menu li.menu-item-has-children ul.tg-edge, .tg-primary-menu > div ul li .sub-menu li.page_item_has_children ul.tg-edge {
    left: -100%;
}

.tg-primary-menu > div ul li:hover > ul,
.tg-primary-menu > div ul li.focus > ul {
    left: auto;
}

.tg-primary-menu > div > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.tg-primary-menu > div > ul > li {
    margin: 1em;
}

.tg-primary-menu > div > ul > li:hover ul ul,
.tg-primary-menu > div > ul > li.focus ul ul {
    position: absolute;
    left: -999999px;
}

.tg-primary-menu > div > ul > li:last-child {
    margin-right: 0;
}

.tg-primary-menu > div > ul > li.tg-menu-item-cart {
    margin-right: 10px;
}

.tg-primary-menu > div > ul > li > ul.tg-edge {
    right: 0;
    left: auto;
}

.tg-primary-menu > div > ul ul li:hover ul ul,
.tg-primary-menu > div > ul ul ul li:hover ul ul,
.tg-primary-menu > div > ul ul li.focus ul ul,
.tg-primary-menu > div > ul ul ul li.focus ul ul {
    position: absolute;
    left: -999999px;
}

.tg-primary-menu > div > ul ul li:hover > ul,
.tg-primary-menu > div > ul ul li.focus > ul {
    left: 100%;
}

.tg-primary-menu > div > ul ul ul li:hover > ul,
.tg-primary-menu > div > ul ul ul ul li:hover > ul,
.tg-primary-menu > div > ul ul ul li.focus > ul,
.tg-primary-menu > div > ul ul ul ul li.focus > ul {
    left: 100%;
}

.tg-primary-menu.tg-primary-menu--style-underline > div > ul > li.current_page_ancestor > a::before, .tg-primary-menu.tg-primary-menu--style-underline > div > ul > li.current-menu-ancestor > a::before, .tg-primary-menu.tg-primary-menu--style-underline > div > ul > li.current-menu-item > a::before, .tg-primary-menu.tg-primary-menu--style-left-border > div > ul > li.current_page_ancestor > a::before, .tg-primary-menu.tg-primary-menu--style-left-border > div > ul > li.current-menu-ancestor > a::before, .tg-primary-menu.tg-primary-menu--style-left-border > div > ul > li.current_page_item > a::before, .tg-primary-menu.tg-primary-menu--style-left-border > div > ul > li.current-menu-item > a::before, .tg-primary-menu.tg-primary-menu--style-right-border > div > ul > li.current_page_ancestor > a::before, .tg-primary-menu.tg-primary-menu--style-right-border > div > ul > li.current-menu-ancestor > a::before, .tg-primary-menu.tg-primary-menu--style-right-border > div > ul > li.current_page_item > a::before, .tg-primary-menu.tg-primary-menu--style-right-border > div > ul > li.current-menu-item > a::before {
    content: "";
    position: absolute;
    background-color: #fff;
    margin-bottom: -3px;
}

.tg-primary-menu.tg-primary-menu--style-underline > div > ul > li.current_page_ancestor > a, .tg-primary-menu.tg-primary-menu--style-underline > div > ul > li.current-menu-ancestor > a, .tg-primary-menu.tg-primary-menu--style-underline > div > ul > li.current_page_item > a, .tg-primary-menu.tg-primary-menu--style-underline > div > ul > li.current-menu-item > a {
    position: relative;
}

.tg-primary-menu.tg-primary-menu--style-underline > div > ul > li.current_page_ancestor > a::before, .tg-primary-menu.tg-primary-menu--style-underline > div > ul > li.current-menu-ancestor > a::before, .tg-primary-menu.tg-primary-menu--style-underline > div > ul > li.current_page_item > a::before, .tg-primary-menu.tg-primary-menu--style-underline > div > ul > li.current-menu-item > a::before {
    height: 2px;
    width: 100%;
    bottom: 0;
}

.tg-primary-menu.tg-primary-menu--style-left-border > div > ul > li.current_page_ancestor > a::before, .tg-primary-menu.tg-primary-menu--style-left-border > div > ul > li.current-menu-ancestor > a::before, .tg-primary-menu.tg-primary-menu--style-left-border > div > ul > li.current_page_item > a::before, .tg-primary-menu.tg-primary-menu--style-left-border > div > ul > li.current-menu-item > a::before {
    width: 2px;
    height: 12px;
    top: 50%;
    left: -5px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.tg-primary-menu.tg-primary-menu--style-right-border > div > ul > li.current_page_ancestor > a::before, .tg-primary-menu.tg-primary-menu--style-right-border > div > ul > li.current-menu-ancestor > a::before, .tg-primary-menu.tg-primary-menu--style-right-border > div > ul > li.current_page_item > a::before, .tg-primary-menu.tg-primary-menu--style-right-border > div > ul > li.current-menu-item > a::before {
    width: 2px;
    height: 12px;
    top: 50%;
    left: auto;
    right: -5px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

/* Top Header Menu */
.tg-site-header-top ul.menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style-type: none;
    margin: 0;
}

.tg-site-header-top ul.menu li a {
    padding: 0 0.5em;
}

/* Header Action */
.tg-header-action-list {
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
}

.tg-header-action-list .tg-header-action__item {
    position: relative;
}

.tg-header-action-list .tg-header-action__item.tg-mobile-toggle {
    display: none;
}

/* Post Navigation */
.posts-navigation,
.post-navigation {
    border-top: 1px solid #e9ecef;
    padding: 2rem 0;
}

.posts-navigation .nav-links,
.post-navigation .nav-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.posts-navigation .nav-links a,
.post-navigation .nav-links a {
    vertical-align: middle;
}

.posts-navigation .nav-links .nav-previous a::before,
.post-navigation .nav-links .nav-previous a::before {
    margin-right: 0.5rem;
    font-family: "themegrill-icons" !important;
    vertical-align: middle;
    content: "\f102";
}

.posts-navigation .nav-links .nav-next a::after,
.post-navigation .nav-links .nav-next a::after {
    margin-left: 0.5rem;
    font-family: "themegrill-icons" !important;
    vertical-align: middle;
    content: "\f103";
}

/* Mobile navigation */
.tg-mobile-navigation {
    visibility: hidden;
    opacity: 0;
    position: fixed;
    top: 0;
    bottom: 0;
    left: auto;
    right: 0;
    z-index: 1;
    background: #204F67;
    width: 78%;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: 0.35s visibility ease, 0.35s opacity ease, 0.35s -webkit-transform ease;
    transition: 0.35s visibility ease, 0.35s opacity ease, 0.35s -webkit-transform ease;
    transition: 0.35s transform ease, 0.35s visibility ease, 0.35s opacity ease;
    transition: 0.35s transform ease, 0.35s visibility ease, 0.35s opacity ease, 0.35s -webkit-transform ease;
    padding: 150px 100px 77px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}

.tg-mobile-navigation > div ul li.current_page_ancestor > a, .tg-mobile-navigation > div ul li.current-menu-ancestor > a, .tg-mobile-navigation > div ul li.current_page_item > a, .tg-mobile-navigation > div ul li.current-menu-item > a {
    color: #fff;
}

.tg-mobile-navigation > div > ul {
    border-top: 1px solid #e9ecef;
    padding-top: 1em;
}

.tg-mobile-navigation .tg-mobile-navigation-close {
    background-color: unset;
    border: unset;
    padding: unset;
    color: unset;
    cursor: pointer;
    position: absolute;
    right: 20px;
    top: 0;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 18px;
}

.tg-mobile-navigation ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.tg-mobile-navigation li {
    position: relative;
}

.tg-mobile-navigation li.page_item_has_children, .tg-mobile-navigation li.menu-item-has-children {
    position: relative;
}

.tg-mobile-navigation li.page_item_has_children .tg-submenu-toggle, .tg-mobile-navigation li.menu-item-has-children .tg-submenu-toggle {
    position: absolute;
    right: 8px;
    top: 0;
    display: block;
    padding: 0.5em 0.8em;
    background: unset;
    color: unset;
    border: unset;
}

.tg-mobile-navigation li.page_item_has_children .tg-submenu-toggle::after, .tg-mobile-navigation li.menu-item-has-children .tg-submenu-toggle::after {
    content: '\f067';
    font-family: fontawesome;
    font-size: 12px;
}

.tg-mobile-navigation li.page_item_has_children ul, .tg-mobile-navigation li.menu-item-has-children ul {
    padding-left: 15px;
    max-height: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    overflow: hidden;
}

.tg-mobile-navigation li.page_item_has_children.submenu--show > .tg-submenu-toggle::after, .tg-mobile-navigation li.menu-item-has-children.submenu--show > .tg-submenu-toggle::after {
    content: '\f068';
}

.tg-mobile-navigation li.page_item_has_children.submenu--show > ul, .tg-mobile-navigation li.menu-item-has-children.submenu--show > ul {
    max-height: 500px;
    visibility: visible;
    overflow-y: scroll;
}

.tg-mobile-navigation li.tg-menu-extras-wrap {
    display: none;
}

.tg-mobile-navigation.tg-mobile-navigation--opened {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
}

.tg-mobile-navigation a {
    display: block;
    padding: 0.5em;
    padding-right: 30px;
    word-break: break-all;
}

.tg-mobile-navigation li.tg-menu-item-search {
    padding: 0.5em;
}

.tg-mobile-navigation li.tg-menu-item-search label {
    display: block;
}

.tg-mobile-navigation li.tg-menu-item-search .search-form {
    position: unset;
    width: 100%;
    display: block;
}

.tg-primary-menu > div ul li.tg-header-button-wrap a {
    color: #fff;
    background-color: #269bd1;
    padding: 5px 10px;
    -webkit-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    border: 0 solid #e9ecef;
}

.tg-primary-menu > div ul li.tg-header-button-wrap a:hover {
    color: #fff;
    background-color: #1e7ba6;
}

.tg-menu-item-cart .cart-page-link {
    position: relative;
}

.tg-menu-item-cart .cart-page-link .count {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 10px;
    width: 16px;
    height: 16px;
    background-color: #343a40;
    color: #fff;
    position: absolute;
    top: -5px;
    right: -10px;
    border-radius: 50%;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.tg-site-footer-bar .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style-type: none;
    margin: 0;
}

.tg-primary-menu > div > ul > li.tg-menu-extras-wrap {
    margin: 1em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.tg-primary-menu > div > ul > li.tg-menu-extras-wrap .submenu-expand {
    cursor: pointer;
    width: 28px;
    height: 28px;
    padding: 0;
    text-align: center;
}

.tg-mobile-navigation li.menu-item-has-children .toggled-on + ul {
    max-height: 500px;
}

.tg-mobile-navigation li.menu-item-has-children .tg-submenu-toggle.toggled-on::after {
    content: "-";
}

/*=============================================
=            Accesibility            =
=============================================*/
/* Text meant only for screen readers. */
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
    /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
    background-color: #e9ecef;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    -webkit-clip-path: none;
    clip-path: none;
    color: #16181a;
    display: block;
    font-size: 14px;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
    outline: 0;
}

/*=============================================
=            Alignments            =
=============================================*/
.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}

.aligncenter {
    clear: both;
    text-align: center;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.tg-flex-left {
    margin-right: auto;
}

.tg-flex-right {
    margin-left: auto;
}

.wp-block-gallery.alignleft, .wp-block-gallery.alignright, .wp-block-gallery.aligncenter,
.wp-block-social-links.alignleft,
.wp-block-social-links.alignright,
.wp-block-social-links.aligncenter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

/*=============================================
=            Clearings            =
=============================================*/
.clear::before,
.clear::after,
.entry-content::before,
.entry-content::after,
.comment-content::before,
.comment-content::after,
.site-header::before,
.site-header::after,
.site-content::before,
.site-content::after,
.site-footer::before,
.site-footer::after {
    display: table;
    content: "";
}

.clear::after,
.entry-content::after,
.comment-content::after,
.site-header::after,
.site-content::after,
.site-footer::after {
    clear: both;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    border: 0 solid #e9ecef;
    background-color: #269bd1;
    color: #fff;
    padding: 0.7rem 1rem;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    background-color: #2B5D8D;
}

.wp-block-button__link code {
    background-color: inherit;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
select,
textarea {
    color: #16181a;
    border: 1px solid #dee2e6;
    padding: 0.7rem 1rem;
    width: 100%;
    border-radius: 0;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
select:focus,
textarea:focus {
    color: #51585f;
}

input[type="search"] {
    -webkit-appearance: none;
}

input[type="checkbox"],
input[type="radio"] {
    margin-right: 0.5rem;
    vertical-align: middle;
    display: inline-block;
}

label {
    margin-bottom: 0.5rem;
    display: inline-block;
}

select {
    border: 1px solid #dee2e6;
    padding: 0.5rem;
}

/*=============================================
=            Header            =
=============================================*/
/* Top Header */
.tg-site-header-top {
    padding: 0.5em 0;
    background-color: #e9ecef;
}

.tg-site-header-top .widget {
    margin: 0;
}

.tg-site-header-top .tg-header-top-left-content,
.tg-site-header-top .tg-header-top-right-content {
    width: 50%;
}

.tg-site-header-top .tg-header-top-right-content {
    text-align: right;
}

.tg-site-header-top .tg-header-top-right-content ul {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.tg-site-header-top p {
    margin: 0;
}

.tg-site-header {
    border-bottom: 1px solid #e9ecef;
    background-color: #fff;
}

.tg-site-header.tg-site-header--center .tg-site-header-bottom .tg-container--flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.tg-site-header.tg-site-header--center .site-branding {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
}

.tg-site-header.tg-site-header--center .site-branding .custom-logo-link {
    margin-right: 0;
}

.tg-site-header.tg-site-header--center .tg-primary-menu {
    margin-left: initial;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.tg-site-header.tg-site-header--right {
    /* Site brading */
    /* Menu primary */
}

.tg-site-header.tg-site-header--right .tg-site-header-bottom .tg-container--flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.tg-site-header.tg-site-header--right .tg-site-header-bottom .main-navigation ul {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.tg-site-header.tg-site-header--right .site-branding {
    margin-left: 20px;
}

.tg-site-header.tg-site-header--right .site-branding .custom-logo-link {
    margin-right: 0;
}

.tg-site-header.tg-site-header--right .tg-primary-menu {
    margin-left: initial;
    margin-right: auto;
}

.tg-site-header.tg-site-header--transparent {
    position: absolute;
    top: 0;
    z-index: 9999;
    height: auto;
    width: 100%;
    background: transparent;
}

.tg-site-header-bottom {
    padding-top: 1em;
    padding-bottom: 1em;
}

.tg-site-header-bottom .tg-block--two {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.tg-header-transparent-wrapper {
    position: relative;
}

/* Site brading */
.site-branding {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.site-branding .custom-logo-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}


.site-branding .site-description {
    display: none;
}

.site-branding .site-description,
.site-branding .site-title {
    font-family: -apple-system, blinkmacsystemfont, "segoe ui", roboto, "oxygen-sans", ubuntu, cantarell, "helvetica neue", helvetica, arial, sans-serif;
    margin: 0;
}

.wp-custom-header img {
    margin: 0 auto;
    width: 100%;
    vertical-align: middle;
}

.wp-custom-header:hover .wp-custom-header-video-button {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.wp-custom-header .wp-custom-header-video-button {
    position: absolute;
    top: calc(50% - 30px);
    left: calc(50% - 30px);
    z-index: 9999;
    height: 60px;
    width: 60px;
    padding: 10px;
    text-align: center;
    font-size: 18px;
    border: none;
    outline: none;
    color: #fff;
    cursor: pointer;
    -webkit-box-shadow: 0 0 60px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 60px rgba(0, 0, 0, 0.5);
    -webkit-transition: opacity 0.35s, visibility 0.35s, -webkit-box-shadow 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, visibility 0.35s, -webkit-box-shadow 0.35s, -webkit-transform 0.35s;
    transition: box-shadow 0.35s, opacity 0.35s, visibility 0.35s, transform 0.35s;
    transition: box-shadow 0.35s, opacity 0.35s, visibility 0.35s, transform 0.35s, -webkit-box-shadow 0.35s, -webkit-transform 0.35s;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
}

.wp-custom-header .wp-custom-header-video-button:hover {
    -webkit-box-shadow: 0 0 75px rgba(0, 0, 0, 0.8);
    box-shadow: 0 0 75px rgba(0, 0, 0, 0.8);
}

/*=============================================
=            404 Page            =
=============================================*/
.error-404 {
    text-align: center;
}

.error-404 .search-form {
    margin-top: 20px;
}

.site-content {
    margin-top: 80px;
    margin-bottom: 0 !important;
}

#primary {
    width: 70%;
    padding-right: 60px;
}

#secondary {
    width: 30%;
    padding-left: 60px;
    border-left: 1px solid #e9ecef;
}

.tg-site-layout--default #primary {
    width: unset;
    padding: 0;
}

.tg-site-layout--default #primary .entry-content > .alignfull {
    width: auto;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
}

.tg-site-layout--default #primary .entry-content > .alignwide {
    margin-left: -100px;
    margin-right: -100px;
    max-width: unset;
}

.tg-site-layout--default .content-area {
    max-width: 760px;
    margin: 0 auto;
}

.tg-site-layout--default .hentry {
    margin: 0 0 10em;
}

.tg-site-layout--left .site-content .tg-container--flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.tg-site-layout--left #primary {
    padding-right: 0;
    padding-left: 60px;
}

.tg-site-layout--left #secondary {
    padding-left: 0;
    padding-right: 60px;
    border-left: 0 none;
    border-right: 1px solid #e9ecef;
}

.tg-site-layout--no-sidebar #primary {
    width: 100%;
    padding-right: 0;
}

.tg-site-layout--no-sidebar #primary .entry-content > .alignfull {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    max-width: unset;
}

.tg-site-layout--no-sidebar #primary .entry-content > .alignfull.wp-block-cover, .tg-site-layout--no-sidebar #primary .entry-content > .alignfull.wp-block-cover-image {
    width: unset;
}

.tg-site-layout--no-sidebar #primary .entry-content > .alignwide {
    margin-left: -100px;
    margin-right: -100px;
    max-width: unset;
}

/*=============================================
=            Sidebar            =
=============================================*/
/*=============================================
=            Widgets            =
=============================================*/

.widget .widget-title {
    font-size: 1.2rem;
    font-weight: 500;
    margin-bottom: 1rem;
}

.widget.widget_recent_comments ul li {
    padding: 0.5rem 0;
}

.widget ul {
    margin: 0;
    list-style-type: none;
}

.widget ul li:last-child {
    border-bottom: none;
}

.widget ul li a + .post-date {
    margin-bottom: 0.5rem;
    display: block;
}

.widget ul ul {
    padding-left: 1em;
}

.widget select {
    max-width: 100%;
}

.widget.widget_search .search-form label {
    width: 100%;
}

.widget.widget_calendar table td, .widget.widget_calendar table th {
    padding: inherit;
    text-align: center;
}

.widget.widget_tag_cloud .tagcloud {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.widget.widget_tag_cloud .tagcloud a {
    font-size: 1rem !important;
    border: 1px solid;
    padding: 5px 10px;
    margin: 5px;
}

/*=============================================
=               Posts and Pages               =
=============================================*/
.sticky {
    display: block;
}

.hentry {
    border: 0 solid #e9ecef;
}

.single .hentry {
    border: 0 solid #e9ecef;
}

.updated:not(.published) {
    display: none;
}

.extra-hatom {
    display: none;
}

.post-thumbnail {
    margin: 0 0 1.5em;
}

.entry-content {
    margin: 0;
}


.entry-content .wp-block-columns:last-child {
    margin-bottom: 0;
}

.entry-content p:last-child {
    margin-bottom: 0;
}

.post-thumbnail {
    display: block;
}

.page-links {
    clear: both;
    margin: 0 0 1.5rem;
}

.entry-title {
    margin: 0 0 0.5em;
    font-size: 2.25rem;
    word-wrap: break-word;
}

.entry-meta {
    margin: 0 0 1.5em;
    border: 0 solid #e9ecef;
}

.entry-meta > span {
    margin-right: 1.5rem;
    display: inline-block;
}

.entry-meta > span:last-child {
    margin-right: 0;
}

.tg-meta-style-two .entry-meta span, .tg-meta-style-two .entry-meta a {
    color: #269bd1;
}

.tg-meta-style-two .entry-meta a:hover {
    color: #1e7ba6;
}

.tg-meta-style-two .entry-meta > span {
    display: inline-block;
}

.tg-meta-style-two .entry-meta > span::before {
    display: inline-block;
    font-family: 'FontAwesome';
    margin-right: 5px;
}

.tg-meta-style-two .entry-meta .byline::before {
    content: '\f007';
}

.tg-meta-style-two .entry-meta .posted-on::before {
    content: '\f017';
}

.tg-meta-style-two .entry-meta .cat-links::before {
    content: '\f07c';
}

.tg-meta-style-two .entry-meta .tags-links::before {
    content: '\f02c';
}

.tg-meta-style-two .entry-meta .comments-link::before {
    content: '\f075';
}

.tg-read-more-wrapper.tg-text-align--right {
    text-align: right;
}

.tg-read-more-wrapper.tg-text-align--center {
    text-align: center;
}

.tg-read-more-wrapper .tg-read-more {
    display: inline-block;
}

/*=============================================
=            Asides            =
=============================================*/
/*=============================================
=            Comments            =
=============================================*/
.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}

#comments {
    border-top: 1px solid #e9ecef;
    padding-top: 2rem;
}

#comments .comment-list {
    list-style-type: none;
    margin-left: 0;
}

#comments .comment-list .children {
    list-style-type: none;
    margin-left: 2rem;
}

#comments .comment-list .comment-body {
    margin-bottom: 2rem;
}

#comments .comment-list .comment-meta {
    position: relative;
    margin-bottom: 0.5rem;
    min-height: 40px;
}

#comments .comment-list .comment-meta .comment-author img.avatar {
    position: absolute;
    left: 0;
    top: 0;
}

#comments .comment-list .comment-meta .comment-author .fn {
    margin-left: 3.5rem;
}

#comments .comment-list .comment-meta .comment-author .says {
    display: none;
}

#comments .comment-list .comment-meta .comment-metadata {
    margin-left: 3.5rem;
}

.comment-form-cookies-consent label {
    margin-bottom: 0;
}

/*=============================================
=            Captions            =
=============================================*/
.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}

.wp-caption-text {
    text-align: center;
}

/*=============================================
=            Gallery            =
=============================================*/
.gallery {
    margin-bottom: 1.5em;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
}

.gallery-columns-2 .gallery-item {
    max-width: 50%;
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
    max-width: 25%;
}

.gallery-columns-5 .gallery-item {
    max-width: 20%;
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}

.gallery-caption {
    display: block;
}

.tg-oembed-container {
    position: relative;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    height: auto;
}

.tg-oembed-container iframe,
.tg-oembed-container object,
.tg-oembed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

body .tg-oembed-container * {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*=============================================
=            footer            =
=============================================*/
.tg-site-footer .site-info {
    text-align: center;
    padding: 1rem 0;
}

.tg-site-footer .tg-footer-widget-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 40px 0 0;
}

.tg-site-footer .tg-footer-widget-container.tg-footer-widget-col--one .tg-footer-widget-area {
    width: 100%;
}

.tg-site-footer .tg-footer-widget-container.tg-footer-widget-col--two .tg-footer-widget-area {
    width: calc(50% - 20px);
}

.tg-site-footer .tg-footer-widget-container.tg-footer-widget-col--three .tg-footer-widget-area {
    width: calc(33.33% - 20px);
}

.tg-site-footer .tg-footer-widget-container.tg-footer-widget-col--four .tg-footer-widget-area {
    width: calc(25% - 20px);
}

.tg-site-footer .tg-footer-widget-container.tg-footer-widget--title-hidden .widget-title {
    display: none;
}

.tg-site-footer .tg-site-footer-bar {
    padding-bottom: 27px;
    border-top: 0 solid #e9ecef;
}

.tg-site-footer .tg-site-footer-bar .tg-container--flex {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.tg-site-footer .tg-site-footer-bar p {
    margin: 0;
}

.tg-site-footer .tg-site-footer-bar .tg-site-footer-section-1 {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 18px;
}

.tg-site-footer .tg-site-footer-bar .tg-site-footer-section-1 ul {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.tg-site-footer .tg-site-footer-bar .tg-site-footer-section-2 {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: right;
}

.tg-site-footer .tg-site-footer-bar .tg-site-footer-section-2 .menu {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}


.tg-site-footer .tg-site-footer-bar .tg-site-footer-section-2 .widget li {
    text-align: right;
}

.tg-site-footer .tg-site-footer-bar.tg-site-footer-bar--center .tg-container--flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: normal;
    -ms-flex-pack: normal;
    justify-content: normal;
}


.tg-site-footer .tg-site-footer-bar.tg-site-footer-bar--center .tg-site-footer-section-1 .widget,
.tg-site-footer .tg-site-footer-bar.tg-site-footer-bar--center .tg-site-footer-section-2 .widget {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.tg-scroll-to-top {
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: 50px;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 999;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
    color: #fff;
    background-color: #16181a;
}

.tg-scroll-to-top:hover {
    color: #fff;
    background-color: #1D3F6A;
}

.tg-scroll-to-top.tg-scroll-to-top--show {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}

.tg-overlay-wrapper {

    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.05);
    display: none;
}

.tg-overlay-wrapper.overlay-show {
    display: block;
}

/*=============================================
=            Desktop Devices          =
=============================================*/
@media screen and (min-width: 1024px) {
    .tg-site-layout--default .post-thumbnail {
        display: block;
        margin-left: calc(50% - 26vw);
        margin-right: calc(50% - 26vw);
    }
}

/*=============================================
=            Tablet Devices            =
=============================================*/
/*=============================================
=            Mobile Devices            =
=============================================*/
@media screen and (max-width: 768px) {
    /* Boxed Layout */
    .tg-container--separate #primary {
        padding-right: 0;
    }

    .tg-container--separate #secondary {
        padding-left: 0;
    }

    /* Site Layout */
    .tg-site-layout--left #primary,
    .tg-site-layout--left #secondary {
        padding: 0;
    }

    .main-navigation {
        display: none;
    }

    .tg-site-header.tg-site-header--center .tg-primary-menu {
        display: none;
    }

    .tg-container--boxed .tg-site {
        width: 90%;
    }

    .tg-container {
        padding-left: 15px;
        padding-right: 15px;
    }

    /* Header Main */
    .tg-site-header--center .site-branding {
        margin-bottom: 1em;
    }

    .tg-header-action-list .tg-header-action__item.tg-mobile-toggle {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .tg-site-header--left .tg-block--two {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    .tg-menu-item-search {
        margin-top: 0.5em;
    }

    .tg-menu-item-search a {
        display: none;
    }

    #primary.pagebuilder-content {
        margin-bottom: 0;
    }

    #primary,
    #secondary {
        width: 100% !important;
        padding: 0;
        border: none;
    }

    #secondary .widget:last-child {
        margin-bottom: 0;
    }

    .tg-site-footer .tg-footer-widget-container.tg-footer-widget-col--two .tg-footer-widget-area, .tg-site-footer .tg-footer-widget-container.tg-footer-widget-col--three .tg-footer-widget-area, .tg-site-footer .tg-footer-widget-container.tg-footer-widget-col--four .tg-footer-widget-area {
        width: 100%;
    }

    .tg-menu-item-cart .cart-page-link {
        display: inline-block;
    }

    .tg-menu-item-cart .cart-page-link .count {
        top: 0;
        right: -8px;
    }
}

@media screen and (max-width: 600px) {
    .tg-site-header-top {
        display: none;
    }

    .tg-site-footer .tg-site-footer-bar .tg-container--flex {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .tg-site-footer .tg-site-footer-bar .tg-site-footer-section-1,
    .tg-site-footer .tg-site-footer-bar .tg-site-footer-section-2 {
        width: 100%;
        margin: 0;
    }

    .tg-page-header .tg-container--flex {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .tg-page-header.tg-page-header--left-right .tg-page-header__title {
        margin-right: 0;
    }

    .tg-page-header.tg-page-header--left-right .breadcrumbs {
        margin-left: 0;
    }

    .tg-page-header.tg-page-header--right-left .tg-page-header__title {
        margin-left: 0;
    }

    .tg-page-header.tg-page-header--right-left .breadcrumbs {
        margin-right: 0;
    }
}

@media screen and (max-width: 480px) {
    .tg-mobile-navigation {
        width: calc(100% - 60px);
    }

    .site-branding {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}

/* Header Action */


body .tg-header-action-list .tg-header-action__item.tg-mobile-toggle > button {
    background: url(/wp-content/uploads/2021/04/Burger-menu.svg);
    width: 50px;
    height: 50px;
    background-size: cover;
    z-index: 999;
}

body .tg-header-action-list .tg-header-action__item.tg-mobile-toggle.tg-mobile-toggle--opened > button {
    background: url(/wp-content/uploads/2021/04/Burger-menu-close.svg);
}

.tg-site-header--center .tg-header-action-list .tg-header-action__item.tg-mobile-toggle, .tg-site-header--right .tg-header-action-list .tg-header-action__item.tg-mobile-toggle {
    margin-left: 0;
}

.tg-header-action-list .tg-header-action__item.tg-mobile-toggle .tg-icon-bars {
    font-size: 1.5rem;
    line-height: 1.2;
}

@font-face {
    font-family: "PF BeauSans Pro Light";
    font-weight: 300;
    src: url(/wp-content/themes/zakra-child/fonts/PFBeauSansPro-Light.ttf) format("truetype");
}

@font-face {
    font-family: "PF BeauSans Pro Light";
    font-weight: 400;
    src: url(/wp-content/themes/zakra-child/fonts/PFBeauSansPro-Regular.ttf) format("truetype");
}

@font-face {
    font-family: "PF BeauSans Pro Light";
    font-weight: 600;
    src: url(/wp-content/themes/zakra-child/fonts/PFBeauSansPro-SemiBold.ttf) format("truetype");
}

/* start Rita styles */
body .wrap-tab-zw {
}

body .tabs {
    padding-top: 20px;
    background-color: #ffffff;
    position: -webkit-sticky;
    position: sticky;
    top: 60px;
    z-index: 99;
}

body .tabs > li {
    display: inline-block;
}

body .tabs > li:before {
    content: "\200B"; /* 1 */
    position: absolute; /* 2 */
}

@media screen and (max-width: 600px) {
    body .tabs-content li .wrap-logo {
        width: calc(33% - 15px);
    }
}

/* end Rita styles */

.channel-trust-block br {
    display: none;
}

.channel-trust-block {
    background: url("/wp-content/uploads/2025/12/back-blue.png") center/cover no-repeat;
}

.channel-trust__left-heading,
.channel-trust__left-text,
.first.channel-trust__left-btn a {
    color: #fff;
    line-height: 140%;
}

.channel-trust__left-heading {
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.channel-trust__left-text {
    font-weight: 500;
    letter-spacing: 1px;

}

.channel-trust__wrapper {
    display: flex;
}

.channel-trust__right img {
    display: block;
    width: 100%;
}

.circle-w:hover .circle:before {
    content: '';
    width: 80px;
    height: 80px;
    display: block;
    top: -20px;
    left: -20px;
    background: transparent;
    border: 0.5px solid #F89824;
    position: absolute;
    border-radius: 50%;
}

.circle-w {
    display: table;
}


.circle-svg-w.on .circle-svg:first-child, .circle-w:hover .circle-svg:first-child {
    transition: all .3s cubic-bezier(.55, .055, .675, .19);
    transform: translate3d(100%, 0, 0);
    opacity: 0;
}

.circle-svg-w.on .circle-svg:nth-child(2), .circle-w:hover .circle-svg:nth-child(2) {
    transition: all .7s cubic-bezier(.23, 1, .32, 1) .2s;
    transform: translateZ(0);
    opacity: 1;
}

.circle {
    width: 40px;
    height: 40px;
}

.circle, .circle-txt {
    float: left;
    position: relative;
    pointer-events: none;
}

.circle-w span {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-family: inherit;
    font-size: 100%;
}

.circle-light .circle-bg {
    background: #F89824;
}

.circle span {
    display: block;
}

.circle-bg {
    position: relative;
    width: 40px;
    height: 100%;
    border-radius: 100%;
    overflow: hidden;
}

.circle-svg-w {
    top: 11px;
    left: 12px;
    width: 16px;
    height: 12px !important;
}

.circle-svg, .circle-svg-w {
    position: absolute;
}

.circle-svg:first-child {
    transition: all .7s cubic-bezier(.23, 1, .32, 1) .2s;
}

.circle-svg:nth-child(2) {
    transition: all .3s cubic-bezier(.55, .055, .675, .19);
    transform: translate3d(-100%, 0, 0);
    opacity: 0;
}

.circle-svg {
    top: -4px;
    left: 0;
    right: 0;
    bottom: 0;
}

.circle-light .circle-svg svg {
    fill: #fff;
}
.channel-trust__left-btn a{
    display: flex;
    gap: 8px;
    width: 100%;
    align-items: center;
}
.channel-trust__left-btn a .circle-txt{
    flex-basis: fit-content;
}
.channel-trust__left-btn.first a{
    min-width: 100%;
}
.channel-trust__left-btn.first a:hover{
    color: #fff!important;
}
.channel-trust-block {
    width: 100vw;

}

.channel-trust-block {
    width: 100vw;
    margin-left: calc((100vw - 100%) / -2);
}
.channel-trust-block{
    margin-top: 121px;
}
@media screen and (min-width: 992px) {
.channel-trust__right{
    margin-right: 26px;
}
    .channel-trust__container {
        padding: 58px 0;
    }

    .channel-trust__left-heading {
        font-size: 38px;
        margin-bottom: 28px;
    }

    .channel-trust__left-text {
        font-size: 20px;
        margin-bottom: 40px;
    }

    .channel-trust__wrapper {
        justify-content: space-between;
        align-items: center;
        gap: 26px;
    }

    .channel-trust__left {
        flex-basis: 473px;
    }

    .channel-trust__right {
        flex-basis: 269px;
    }
}

@media screen and (max-width: 991.98px) {
    .channel-trust__wrapper{
        padding: 0 15px;
    }
    .channel-trust__container {
        padding: 50px 0;
    }

    .channel-trust__left-heading {
        font-size: 30px;
        margin-bottom: 20px;
    }

    .channel-trust__left-text {
        font-size: 18px;
        margin-bottom: 32px;
        letter-spacing: 2px;
    }

    .channel-trust__wrapper {
        flex-direction: column-reverse;
        gap: 64px;
    }

    .channel-trust__right {
        max-width: 138px;
    }
}






