/*==bootstrap==*/
.btn-link {
    color: #3AAD81;
}

/*==/bootstrap/==*/
img {
    max-width: 100%;
}

.widget-header {
    /*margin-bottom: 25px;*/
}

.ts_html ul {
    list-style-type: none;
    display: flow-root;
}

.ts_html ul li {
    padding-left: 20px;
    position: relative;
}

.ts_html ul li:before {
    position: absolute;
    left: 0;
    top: 9px;
    content: "";
    background-image: url(../img/blocks/window-model-profile/point.svg);
    background-position: left center;
    background-repeat: no-repeat;
    width: 9px;
    height: 9px;
}

.widget-white {
    background: #fff;
}

.widget-dark {
    background: #eff6f9;
}

.widget-light-gray {
    background: #F8FAFA;
}

.widget-light-gray-gradient {
    background: linear-gradient(180deg, #FFFFFF 0%, #F8FAFA 24.02%);
}

.widget-dark-gray-gradient {
    background: linear-gradient(180deg, #F8FAFA 0%, rgba(248, 250, 250, 0) 31.1%);
}

.widget-white-to-gray {
    background: linear-gradient(180deg, #FFFFFF 0%, #F8FAFA 19.86%);
}

.widget {
    background-position: left bottom;
    background-size: cover;
}

.img-responsive {
    max-width: 100%;
}

.with-left-image img {
    float: left;
    margin: 0 30px 10px 0;
}

.with-right-image img {
    float: right;
    margin: 0 0 10px 30px;
}

.width-22 {
    width: 22%;
}

.width-20 {
    width: 20%;
}


/*old i-okon styles*/
.container p:last-child {
    margin-bottom: 0;
}

.zoom-on-hover {
    border-radius: 6px;
    overflow: hidden;
    margin-bottom: 20px;
}

.iframe-100-500 {
    width: 100%;
    height: 500px;
}

/* ul.list-primary */

.list-primary li:last-child {
    margin-bottom: 0;
}

/* ul.list-primary */


.list-primary {
    list-style: inherit;
    padding-left: 25px;
}

.list-primary li a {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #242424;
}

.calc-additional {
    width: 400px;
}

.calc-additional ul li:before {
    content: "";
}

.video-block .video-certificate {
    height: 400px;
    background-color: #F3F7F8;
    padding: 1.5rem;
}

.video-block .video-certificate p {
    margin-top: 0;
    margin-bottom: 2rem;
}

.video-block .video-certificate img {
    height: 100%;
    max-height: 270px;
}

.note-float-left {
    float: left;
    margin: 0 30px 10px 0;
}

.width-22 {
    width: 22%;
}

.note-float-right {
    float: right;
    margin: 0 0 10px 30px;
}

.width-18 {
    width: 18%;
}

.images-center img, img.image-center, .iframe-center iframe, .g-recaptcha > div {
    margin: 0 auto;
}

.img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img {
    display: block;
    max-width: 100%;
    height: auto;
}

.progress-bar {
    float: left;
    width: 0%;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #337ab7;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    -webkit-transition: width 0.6s ease;
    -o-transition: width 0.6s ease;
    transition: width 0.6s ease;
}

.progress {
    height: 8px;
    margin-bottom: 8px;
    margin-top: 22px;
    overflow: hidden;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress-bar-success {
    background-color: #5cb85c;
}

.progress-bar-danger {
    background-color: #d9534f;
}

.progress-bar-warning {
    background-color: #f0ad4e;
}

.flex-icon-items {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.flex-icon-items.justify-content-center {
    -webkit-justify-content: center;
    justify-content: center;
}

.f-col-3,
.f-col-4 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.f-col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.f-col-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}

.flex-icon-items.justify-content-center .f-col-4:nth-child(n+4) {
    margin-top: 2rem;
}

.flex-icon-items .icon-item.ii-left {
    display: table-row;
    margin-bottom: 3rem;
}

.flex-icon-items .icon-item.ii-left:nth-child(n+7) {
    margin-bottom: 0;
}

.flex-icon-items .icon-item.ii-left > * {
    display: table-cell;
    vertical-align: middle;
}

.flex-icon-items .icon-item.ii-center {
    text-align: center;
}

.flex-icon-items .icon-item .icon-item--image {
    position: relative;
    width: 80px;
    height: 80px;
    border-radius: 80px;
    background-color: #f56d48;
}

.flex-icon-items .icon-item.ii-center .icon-item--image {
    margin: 0 auto 1.5rem;
}

.flex-icon-items .icon-item .icon-item--image.c-green {
    background-color: #89b47f;
}

.flex-icon-items .icon-item .icon-item--image.c-white {
    background-color: #ffffff;
}

.flex-icon-items .icon-item .icon-item--image img {
    position: absolute;
    width: 40px;
    height: 40px;
    top: 50%;
    left: 50%;
    margin-top: -20px;
    margin-left: -20px;
    object-fit: contain;
}

.flex-icon-items .icon-item.ii-left .icon-item--title {
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    font-size: 14px;
    line-height: 160%;
}

.steklopaketi .flex-icon-items .icon-item.ii-left .icon-item--title strong {
    display: block;
    margin-bottom: 1rem;
}

.flex-icon-items .icon-item.ii-center .icon-item--title {
    font-weight: 700;
    font-size: 14px;
    line-height: 160%;
}

.flex-icon-items.justify-content-center .f-col-4 .icon-item--subtitle {
    padding: 0 2rem;
}

.row-img-content {
    border: 1rem solid #f6f7f8;
}

.row-img-content > div {
    padding: 2rem;
}

.ric-inner {
    position: relative;
    margin: 9rem 0;
    padding-left: 3rem;
    padding-right: 6rem;
}

.ric-inner:before {
    content: '';
    position: absolute;
    top: -10%;
    left: -0.5rem;
    display: block;
    width: 2px;
    height: 120%;
    background-color: #f6f7f8;
}

.ric-inner .ric-price {
    display: flex;
    justify-content: space-between;
    margin-top: 4rem;
}

.ric-inner .ric-price .price {
    margin: 0;
    color: #f56d48;
}

.popular__item-title span, .price {
    text-transform: uppercase;
    font-weight: 700;
}

.popular__item-title, .price {
    font-size: 30px;
    font-weight: 300;
    margin-bottom: 30px;
}

.casesSlider__item {
    display: flex !important;
}

.compare-table .compare-characters__img {
    width: 110px;
}

.compare-table__title {
    width: 285px !important;
    vertical-align: bottom !important;
    padding-left: 0 !important;
    padding-bottom: 24px !important;
    font-weight: bold !important;
}

/*tablesaw*/
.tablesaw * {
    box-sizing: border-box;
}

.tablesaw th {
    font-weight: 500;
}

.tablesaw th a {
    color: #242424;
}

.tablesaw th a:hover {
    text-decoration: none;
}

.compare-table .tablesaw-swipe .tablesaw-swipe-cellpersist {
    border-right: none;
}


/* quotes */

.ts-quotes {
    position: relative;
    background: #E1F2EE;
    border-radius: 10px;
    padding: 50px 60px;
    font-weight: 600;
    font-size: 16px;
    line-height: 160%;
}

.ts-quotes_type2 {
    padding: 10px 60px;
}

.ts-quotes__angle {
    position: absolute;
    left: 0;
    top: 0;
    height: 35px;
    width: 35px;
    background: linear-gradient(90deg, #EF4343 -0.19%, #FF6262 99.95%);
    border-radius: 0px 10px;
    transform: matrix(-1, 0, 0, 1, 0, 0);
}

/*svg icons*/
svg:not(:root) {
    overflow: hidden;
}

.svg-icon {
    display: inline-block;
    margin-bottom: 0.4em;
    margin-right: 0.4em;
    height: 1.4em;
    width: 1.4em;
    fill: currentColor;
    vertical-align: middle;
}


#balcony-price-tabs .swiper {
    /*box-shadow: 0px 51px 71px -11px #e0e8e8;*/
}


/* modals */
.modal-body {
    padding: 0;
}

.modal-content {
    border: none;
    border-radius: 0.01rem;
    text-align: center;
}

.modal-content .close {
    position: absolute;
    top: 0.75rem;
    right: 0.75rem;
    width: 1.5rem;
    height: 1.5rem;
    opacity: 1;
    transition: opacity .3s linear;
}

.modal-content .close svg {
    width: 1.5rem;
    height: 1.5rem;
    fill: var(--black-russian);
}

.modal-content .close:hover {
    opacity: 0.8;
}

.modal-content .close:focus {
    outline: none;
}

.modal-content .modal-title {
    font-size: 1.875rem;
    font-weight: bold;
    margin-bottom: 1.25rem;
    line-height: 2.5rem;
}

.modal-content .modal-subtitle {
    font-size: 1.25rem;
    line-height: 1.875rem;
    margin-bottom: 2.5rem;
}

#globalModal .form-full-width {
    padding: 0;
}

#globalModal .modal-content,
#calcModal .modal-content,
#thyModal .modal-content,
#errorSendModal .modal-content,
#cityModal .modal-content,
#directorQuestionModal .modal-content {
    border: none;
    background-color: #ffffff;
    padding: 2.5rem 5.62500rem;
}

#globalModal .radio-wrapper,
#calcModal .radio-wrapper {
    display: flex;
    align-items: center;
}

#calcModal .radio-wrapper label,
#globalModal .radio-wrapper label {
    cursor: pointer;
}

#calcModal .radio-wrapper input,
#globalModal .radio-wrapper input {
    visibility: hidden;
}

#calcModal .radio-wrapper .form-group,
#globalModal .radio-wrapper .form-group {
    margin: 0;
}

#calcModal .radio-wrapper .svg-icon,
#globalModal .radio-wrapper .svg-icon {
    width: 25px;
    height: 25px;
    fill: #c1c1c1;
}

#calcModal input:checked + label .svg-icon,
#globalModal input:checked + label .svg-icon {
    fill: var(--red-orange);
}

#calcModal .submit-hint,
#globalModal .submit-hint {
    margin-top: 1.25rem;
}

#calcModal .submit-hint,
#globalModal .submit-hint,
#calcModal .submit-hint a,
#globalModal .submit-hint a {
    color: rgba(31, 32, 37, 0.4);
}

#calcModal .btn-primary,
#globalModal .btn-primary {
    width: 100%;
}

.btn.btn-to-top {
    position: fixed;
    bottom: 55px;
    right: 15px;
    width: 50px;
    height: 50px;
    background-color: #FE3633;
    box-shadow: 0 19px 28px -15.7726px rgba(254, 54, 51, 0.59);
    border-radius: 100%;
    padding: 0;
    cursor: pointer;
    transition: all .2s linear;
    z-index: 999;
    border: none;
}

.btn.btn-to-top:hover {
    background: #FF615E;
    box-shadow: 0 14px 37px -15.7726px rgba(254, 54, 51, 0.59);
}

.btn.btn-to-top:hover, .btn.btn-to-top:focus {
    outline: none;
    border-color: transparent;
}

.btn-to-top svg {
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    fill: none;
    stroke: #ffffff;
    margin-top: -.5625rem;
    margin-left: -.5625rem;
    width: 1.125rem;
    height: 1.125rem;
    transform: rotate(-90deg);
}

#thyModal .thyIcon {
    display: block;
    width: 300px;
    height: 300px;
    margin: 0 auto;
    background-color: var(--red-orange);
    border-radius: 100%;
    box-shadow: 0 32px 43px -19px rgba(254, 54, 51, 0.59);
}

#thyModal .thyIcon svg {
    width: 135px;
    height: 135px;
    margin-top: 5.15625rem;
    fill: #ffffff;
}

#cityModal.loading .modal-dialog + .select2-container {
    opacity: 0;
    z-index: -1;
}

#cityModal .modal-content {
    padding-bottom: 33rem;
}

#cityModal .modal-content:after {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--white);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 200px;
    opacity: 0;
    transition: opacity .3s linear;
    z-index: -1;
}

.doc-ready #cityModal.loading .modal-content:after {
    background-image: url('/images/icons/loader.svg');
}

#cityModal.loading .modal-content:after {
    opacity: 1;
    z-index: 9;
}

#cityModal.modal.fade .modal-dialog {
    transition: -webkit-transform .05s ease-out;
    transition: transform .05s ease-out;
    transition: transform .05s ease-out, -webkit-transform .05s ease-out;
    -webkit-transform: translate(0, -50px);
    transform: translate(0, -50px);
}

#cityModal .select2 .select2-selection {
    display: none;
}

#cityModal .select2-container--krajee-bs4 .select2-results > .select2-results__options {
    height: 372px;
    max-height: 372px;
    border: 1px solid rgba(31, 32, 37, 0.1);
    border-top: 0;
    /*border-right: 0;*/
}

#cityModal .select2-container--krajee-bs4:not(.select2-container--disabled) .select2-dropdown {
    box-shadow: none;
    border-color: transparent;
    border-radius: 0;
    border: 0;
    padding: 0;
}

#cityModal .select2-search--dropdown {
    padding: 0;
}

#cityModal .select2-container--krajee-bs4 .select2-search--dropdown .select2-search__field {
    border-radius: 0;
    text-align: center;
    height: 70px;
    background-image: none;
    border: 1px solid #ccc;
    color: #555;
    box-shadow: none;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

#cityModal .select2-container--krajee-bs4 .select2-search--dropdown .select2-search__field:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, .25);
}

#cityModal .select2-container--krajee-bs4 .select2-results__option {
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.3125rem;
    padding: 1.25rem 1.875rem;
    border-bottom: 1px solid rgba(31, 32, 37, 0.1);
}

#cityModal .select2-container--krajee-bs4 .select2-results__option:last-child {
    border: none;
}

#cityModal .select2-container--krajee-bs4 .select2-results__option.select2-results__option--selected,
#cityModal .select2-container--krajee-bs4 .select2-results__option[aria-selected=true] {
    color: var(--white);
    background-color: var(--red-orange);
}

#cityModal .select2-container--krajee-bs4 .select2-results__option--highlighted[aria-selected] {
    background-color: var(--secondary);
}

#cityModal .select2-container--krajee-bs4 .select2-results__option[aria-disabled=true] {
    color: rgba(31, 32, 37, 0.4);
    background: #EAEAEA;
    opacity: 1;
    filter: alpha(opacity=100);
}

#cityModal .select2-container--krajee-bs4 .select2-results > .select2-results__options::-webkit-scrollbar {
    width: 0.875rem;
    background-color: #F0F0F0;
}

#cityModal .select2-container--krajee-bs4 .select2-results > .select2-results__options::-webkit-scrollbar-track {
    -webkit-box-shadow: none;
    background-color: transparent;
}

#cityModal .select2-container--krajee-bs4 .select2-results > .select2-results__options::-webkit-scrollbar-thumb {
    width: 0.875rem;
    height: 82px;
    background-color: var(--jungle-green);
    outline: none;
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1rem auto;
    }
}

@media (min-width: 1680px) {
    .modal-dialog {
        max-width: 650px;
        margin: 1.75rem auto;
    }
}

/* modals */


/* form-full-width */
.form-full-width {
    padding: 3.5rem 0;
    background-repeat: no-repeat;
    background-size: cover;
}

.form-full-width:not(.without-bg) .default-h2 {
    font-weight: normal;
    margin-bottom: 2.25rem;
}

.form-full-width .submit-hint a {
    color: var(--white);
    text-decoration: underline;
}

.form-full-width .submit-hint a:hover {
    color: var(--red-orange);
    text-decoration: none;
}

.form-full-width .form-control {
    border-radius: 0;
    text-align: center;
    height: 70px;
}

.form-full-width textarea.form-control {
    height: auto;
}

/* form-full-width */


/*table*/
table.table-green {
    border: none;
    font-weight: 600;
    font-size: 16px;
    line-height: 160%;
}

.table-green tr th:first-child {
    border-top-left-radius: 6px;
}

.table-green tr th:last-child {
    border-top-right-radius: 6px;
}

.table-green th {
    background: #3AAD81;
    color: #fff;
    border-left: none;
    border-top: none;
    border-bottom: none;
}

/*regulirovka form*/
.regulirovka-form {
    color: #fff;
}

.regulirovka-form .agreement {
    color: rgba(255, 255, 255, 0.6);
}

.regulirovka-form .slider-form__button {
    background: linear-gradient(90deg, #EF4343 -0.19%, #FF6262 99.95%);
}


/*ARTICLES STYLE*/
.ts-articles h2 {
    margin: 60px 0 20px;
    text-transform: uppercase;
}

.ts-articles h2.mt-0 {
    margin: 0 0 20px;
}

.ts-articles ul {
    margin-bottom: 20px;
}

.ts-articles .img-responsive {
    object-fit: cover;
    object-position: center center;
    /*width: 100%;*/
    max-height: 550px;
}

.ts-articles .table-responsive {
    display: table;
}

.ts-articles .pagination {
    justify-content: center;
}

.ts-articles .pagination-wrapper {
    margin-bottom: 0;
}

.article-categories {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.article-categories__link {
    color: #242424;
    font-weight: 600;
    font-size: 12px;
    line-height: 160%;
    border: 2px solid #DBE6EB;
    border-radius: 30px;
    padding: 10px 20px;
}

.ts_html ul {
    margin-bottom: 20px;
}

.gallery-f-height img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

@media screen and (max-width: 1366px) {
    #calcModal .modal-content,
    #globalModal .modal-content,
    #thyModal .modal-content,
    #cityModal .modal-content {
        padding: 3rem;
    }

    #cityModal .modal-content {
        padding-bottom: 23rem;
    }

    #cityModal .select2-container--krajee-bs4 .select2-results > .select2-results__options {
        max-height: 248px;
    }

    .modal-content .modal-subtitle {
        margin-bottom: 1.5rem;
    }

    .modal-content .modal-subtitle br {
        display: none;
    }

    .modal-content .form-full-width .form-control,
    #calcModal .btn-primary,
    #globalModal .btn-primary {
        height: 50px;
    }

    .modal-content .close,
    .modal-content .close svg {
        width: 1.25rem;
        height: 1.25rem;
    }

    .form-full-width {
        background-position: center;
    }
}

.modal-content .modal-title {
    font-size: 1.875rem;
    font-weight: bold;
    margin-bottom: 1.25rem;
    line-height: 2.5rem;
}

.title--simple {
    margin-bottom: 40px;
}

.ts_html h1 {
    margin-bottom: 30px;
}

/* .text-block */
.scrollable-wrapper {
    position: relative;
    max-width: 100%;
    overflow-x: auto;
}

/* .text-block */


@media screen and (max-width: 414px) {
    .flex-icon-items .icon-item.ii-left {
        margin-bottom: 3rem !important;
    }

    .f-col-3,
    .f-col-4,
    .window-price-wrapper .flex-row > div,
    .window-price-wrapper .wpw-image > * {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .color-form .color-form--title p {
        padding-right: 0;
    }

    .ric-inner {
        padding: 0 1rem;
    }

    .window-price-wrapper .flex-row,
    .window-price-wrapper .wpw-image {
        flex-direction: column;
        align-items: start;
    }

    .window-price-wrapper .wpw-image {
        margin-bottom: 3rem;
    }

    .window-price-wrapper .wpw-image--content {
        margin: 2rem 0 0;
    }

    .window-price-wrapper .wpw-image img.w-200 {
        width: 150px;
    }

    .flex-icon-items {
        margin: 0;
    }

    .flex-icon-items.justify-content-center .f-col-4:not(:first-child) {
        margin-top: 2rem !important;
    }

    .ric-inner .ric-price {
        display: block;
        text-align: center;
    }

    .ric-inner .ric-price .price {
        margin-bottom: 1rem;
    }

    .actions-list .action-item--pretitle {
        margin-bottom: 0;
    }

    .actions-list .row > div:not(:first-child) {
        margin-top: 5rem;
    }

    .akciya-post .my-auto {
        margin: 2rem 0;
    }

    .windows-tabs .window-item:nth-child(n+2) {
        margin-top: 3rem;
    }

    .type-of-house .type-of-house--images img {
        height: 290px;
        max-height: 290px;
    }

    .tipy-domov .flex-icon-items.cols5 .icon-item.ii-left {
        width: 100%;
    }

    .o-kompanii .mission .mission-col--content {
        padding: 20px;
    }

    .o-kompanii .mission .mission-col--inner {
        height: auto;
    }

    .o-kompanii .mission .mission-col--content:before {
        display: none;
        background-image: none;
    }

    .o-kompanii .cols-with-check-icon .cwci-item:nth-child(n+2),
    .o-kompanii .certificates > div:nth-child(n+3),
    .o-kompanii .about-gallery > div:nth-child(n+3),
    .last-reviews .reviews-items > div:nth-child(n+2) {
        margin-top: 30px;
    }

    .o-kompanii .cols-with-check-icon .cwci-item .cwci-item--inner {
        height: 50px;
    }

    .o-kompanii .images-with-description .with-bg {
        height: 200px;
    }

    .o-kompanii .certificates img {
        height: 240px;
    }
}

.help-block {
    color: #a94442;
    padding: 5px 0;
}

/* breadcrumbs */
.page-wrapper {
    position: relative;
}

.page-breadcrumbs-wrapper .breadcrumb-divider {
    margin-left: 0.5rem;
}

.page-breadcrumbs-wrapper {
    font-size: 0.875rem;
    color: #9d9d9d;
    margin: 0 auto;
    position: absolute;
    z-index: 2;
    width: 100%;
    top: 30px;
}

@media (max-width: 576px) {
    .page-breadcrumbs-wrapper {
        font-size: 0.7rem;
        top: 12px;
    }

    .page-wrapper > section .widget:nth-child(2) {
        padding-top: 40px;
    }
}

/*.page-breadcrumbs-wrapper + section .type-ts_slider_type1 {
    padding-top: 30px;
}*/

/*article zoom gallery*/
.zoom-on-hover a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
}

.zoom-on-hover a:after {
    content: '';
    position: absolute;
    z-index: 5;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 250px;
    background-color: rgba(255, 255, 255, 0);
    -webkit-transition: background-color .25s;
    -o-transition: background-color .25s;
    transition: background-color .25s;
}

.zoom-on-hover a img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.zoom-on-hover:hover a:after {
    background-color: rgba(255, 255, 255, 0.3);
}

.zoom-on-hover a:before {
    content: '';
    position: absolute;
    z-index: 5;
    left: 2%;
    top: 0;
    display: block;
    width: 96%;
    height: 100%;
    /*border: 2px solid #fff;*/
    opacity: 0;
    transition: all 0.25s;
}

.zoom-on-hover:hover a:before {
    transform: scale(0.95, 0.91);
    opacity: 1;
}

.zoom-on-hover a:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}


.grecaptcha-badge {
    display: none !important;
}

.whatsapp-button {
    position: fixed;
    right: 0;
    bottom: 60px;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    width: 60px;
    height: 60px;
    z-index: 9999;
    background-color: #37ad80;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg role='img' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill='%23FFF' d='M17.472 14.382c-.297-.149-1.758-.867-2.03-.967-.273-.099-.471-.148-.67.15-.197.297-.767.966-.94 1.164-.173.199-.347.223-.644.075-.297-.15-1.255-.463-2.39-1.475-.883-.788-1.48-1.761-1.653-2.059-.173-.297-.018-.458.13-.606.134-.133.298-.347.446-.52.149-.174.198-.298.298-.497.099-.198.05-.371-.025-.52-.075-.149-.669-1.612-.916-2.207-.242-.579-.487-.5-.669-.51-.173-.008-.371-.01-.57-.01-.198 0-.52.074-.792.372-.272.297-1.04 1.016-1.04 2.479 0 1.462 1.065 2.875 1.213 3.074.149.198 2.096 3.2 5.077 4.487.709.306 1.262.489 1.694.625.712.227 1.36.195 1.871.118.571-.085 1.758-.719 2.006-1.413.248-.694.248-1.289.173-1.413-.074-.124-.272-.198-.57-.347m-5.421 7.403h-.004a9.87 9.87 0 01-5.031-1.378l-.361-.214-3.741.982.998-3.648-.235-.374a9.86 9.86 0 01-1.51-5.26c.001-5.45 4.436-9.884 9.888-9.884 2.64 0 5.122 1.03 6.988 2.898a9.825 9.825 0 012.893 6.994c-.003 5.45-4.437 9.884-9.885 9.884m8.413-18.297A11.815 11.815 0 0012.05 0C5.495 0 .16 5.335.157 11.892c0 2.096.547 4.142 1.588 5.945L.057 24l6.305-1.654a11.882 11.882 0 005.683 1.448h.005c6.554 0 11.89-5.335 11.893-11.893a11.821 11.821 0 00-3.48-8.413Z'/%3e%3c/svg%3e");
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.whatsapp-button:before,
.whatsapp-button:after {
    content: " ";
    display: block;
    position: absolute;
    border: 50%;
    border: 1px solid #25d366;
    left: -20px;
    right: -20px;
    top: -20px;
    bottom: -20px;
    border-radius: 50%;
    animation: border-animate 1.5s linear infinite;
    opacity: 0;
}

.whatsapp-button:after {
    animation-delay: 0.5s;
}

@keyframes border-animate {
    0% {
        transform: scale(0.5);
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        transform: scale(1.2);
        opacity: 0;
    }
}

.head-sticky {
    transition: all 0.3s ease-in-out;
}

.head-sticky.ts-sticky {
    position: fixed;
    width: 100%;
    background: #fff;
    top: 0;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    z-index: 99;
}

.ts-sticky .top-header-mobile {
    z-index: 100;
    position: relative;
    background: #fff;
}

.ts-sticky .mobile-header {
    top: 0;
    height: 100vh;
    padding-top: 100px;
}