/*
Theme Name: Columbus
Author: Entrance
Version: 9999999.0
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: columbus
*/

.vc_row h1,
.vc_row h2,
.vc_row h3,
.vc_row h4,
.vc_row h5,
.vc_row h6 {
    margin-bottom: .7em;
}
p {
    margin-bottom: 20px;
}


/*-------------------------------------------------------------------------------------
=======================================================================================
ADVANTAGES
=======================================================================================
-------------------------------------------------------------------------------------*/

.advantages {
    /* background-image: url(./img/adv-bg.jpg); */
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    overflow: hidden;
}
.advantages:before {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    /* background: linear-gradient(180deg, #fff, transparent); */
    position: absolute;
}
.advantages__waves {
    display: none;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    transform: translateY(41%);
}
.advantage {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}
.advantage__img {
    display: block;
    width: 80px;
    height: auto;
    margin-right: 25px;
}
.advantage__text {
    font-size: 18px;
    font-weight: bold;
    color: #000;
}

/*-------------------------------------------------------------------------------------
=======================================================================================
MOBILE APP
=======================================================================================
-------------------------------------------------------------------------------------*/

.mobapp {
    overflow: hidden;
    margin-bottom: 50px;
}
.mobapp__inner {
    background-color: #f2f4f7;
}
.mobapp__text, .mobapp__right {
    padding: 15px 0;
}
.mobapp__left {
    position: relative;
}
.mobapp__img {
    position: relative;
    max-width: 200px;
    width: 100%;
}
.mobapp__img img {
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    height: auto;
}
.mobapp__text {
    line-height: 1.3;
}
.mobapp__link {
    width: 180px;
    display: inline-block;
}
#product-cadr-one {width: 50%;margin: 0 auto;}

@media (min-width: 480px) {
    .mobapp__left {
        display: flex;
        align-items: center;
    }
}
@media (min-width: 768px) {
	
    .mobapp {
        padding-top: 130px;
    }
    .mobapp__layout {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .mobapp__left {
        width: calc(65% - 10px);
    }
	.mobapp__right {
        width: calc(35% - 10px);
    }
    .mobapp__img {
        margin-right: 30px;
    }
    .mobapp__right {
        text-align: right;
    }
}
@media (max-width: 767px) {
    .mobapp__layout {
        text-align: center;
    }
    .mobapp__img {
        display: none;
    }
	.content-image-align-right, .content-image-align-left {
    float: none!important;
    margin: 0 auto!important;
    min-width: 145px;
}
}
@media (max-width: 479px) {
    .mobapp__img {
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 600px) {
	.div-img-firs-block {display:none!important;}
	.div-img-second-block {float: none!important;
							max-width: none!important;}
	#friends-mobile-image {
  display: inherit !important;
  margin: 0 auto;
  float: inherit;
}
.table {
    width: 80%;
	table-layout: auto;
    font-size: 12px;
    text-align: left;
    margin: auto;
    margin-top: 10px;
}

	 .table-container table thead {
     display: none;
}
	.table-container table tr {
     display: block;
}
	 .table-container table td {
     display: flex;
     justify-content: space-between;
     font-size: 14px;
	text-align: left !important;
}
	 .table-container table td::before {
     content: attr(data-label);
     font-weight: bold;
     margin-right: 2px;
}
	.table-td-option {text-align: right;}
}


 .table-container {
     min-width: 320px;
     max-width: 100%;
     padding: 0 15px;
     box-sizing: border-box;
}

.table-container table {
    border-collapse: collapse;
    width: 100%;
    margin: 10px 0;
}

.table-container tr:nth-child(even){
    background-color: #8adaff;
}
.table-container tr{
    background-color: #f7f9fc;
}
.table-container table td {
    padding: 10px;
    border: 1px solid #a1a1a1;
	text-align: center;
}

/*-------------------------------------------------------------------------------------
=======================================================================================
OFFER
=======================================================================================
-------------------------------------------------------------------------------------*/

.offer {
    margin-bottom: 50px;
}
.offer__left {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.offer__right {
    padding: 50px;
}
.offer__right > *:not(:last-child) {
    margin-bottom: 30px;
}
.archive.tax-product_cat .footer__offer, .archive.tax-product_cat .footer__apps {
    display: none;
}

@media (min-width: 768px) {
    .offer {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
    .offer__right {
        padding: 100px;
    }
}

/*Offers page*/

.offer-products-title {
    text-align: center;
    margin-bottom: 30px;
}

/*-------------------------------------------------------------------------------------
=======================================================================================
FAQ
=======================================================================================
-------------------------------------------------------------------------------------*/

.columbus-faq .accordeon-content {
    display: none;
}

/*-------------------------------------------------------------------------------------
=======================================================================================
TESTIMONIALS
=======================================================================================
-------------------------------------------------------------------------------------*/

.testimonials .testimonials__title {
    margin-bottom: 30px;
}
.testimonials__list {
    position: relative;
}
.testimonial__about {
    display: flex;
    align-items: center;
}
.testimonial__about img {
    display: block;
    width: 130px;
    height: 130px;
    object-fit: cover;
    border-radius: 50%;
    margin-right: 30px;
}
.testimonial__name {
    color: #3cb9f4;
}
.testimonial__position {
    color: #000;
    opacity: .4;
}
.testimonial__msg {
    position: relative;
    background-color: #f2f4f7;
    padding: 20px;
    border-radius: 20px;
    color: #000;
    margin-top: 30px;
}
.testimonial__msg:before {
    content: "";
    display: block;
    position: absolute;
    top: -20px;
    left: 75px;
    width: 0;
    height: 0;
    border-top: 0px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 20px solid #f2f4f7;
    border-left: 0px solid transparent;
}

/*-------------------------------------------------------------------------------------
=======================================================================================
POSTS
=======================================================================================
-------------------------------------------------------------------------------------*/

.posts {
    display: grid;
    grid-gap: 30px;
}
.post {
    position: relative;
    background-color: #f2f4f7;
    overflow: hidden;
    border-radius: 15px;
    transition: all .5s;
}
.post:hover {
    box-shadow: 0 5px 15px rgba(0,0,0,.25);
    transform: translateY(-3px);
}
.post__thumbnail {
    width: 100%;
    height: 250px;
    object-fit: cover;
}
.post__about {
    padding: 15px;
    position: relative;
}
.post__title {
    font-size: 18px;
}
@media screen and (min-width: 768px) {
    .posts {
      grid-template-columns: 1fr 1fr;
    }
    .posts.page-1 .post--on-page-1 {
        grid-column: span 2;
        grid-row: span 2;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
    }
    .posts.page-1 .post--on-page-1 .post__thumbnail {
        position: absolute;
        height: 100%;
        top: 0;
        left: 0;
    }
    .posts.page-1 .post--on-page-1 .post__about {
        color: #fff;
        background-color: rgba(0,0,0,.5);
        transition: all .5s;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        min-height: 1%;
    }
    .posts.page-1 .post--on-page-1:hover .post__about {
        min-height: 100%;
    }
    .posts.page-1 .post--on-page-1 .post__title {
        color: #fff;
    }
}
@media screen and (min-width: 1140px) {
    .posts {
      grid-template-columns: 1fr 1fr 1fr;
    }
    .posts.page-1 .post--on-page-2 .post__thumbnail, .posts.page-1 .post--on-page-3 .post__thumbnail {
        display: none;
    }
}

/*-------------------------------------------------------------------------------------
=======================================================================================
TV LIST
=======================================================================================
-------------------------------------------------------------------------------------*/

.tv-table {
    width: 100%;
}
.tv-table, .tv-table td {
    border: none;
}
.tv-table th {
    padding: 15px;
    color: #3cb9f4;
    font-weight: bold;
}
.tv-table tbody tr:nth-child(even) {
    background-color: #f7f7f7;
}
.tv-table tbody tr:nth-child(odd) .tv-pack {
    border-right: 1px solid #f7f7f7;
    border-left: 1px solid #f7f7f7;
}

.tv-table tbody tr:nth-child(even) .tv-pack {
    text-align: center;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
}
.tv-table td {
    vertical-align: middle;
    padding: 15px;
	width: 30%;
}
.tv-icon img {
    min-width: 50px;
	    max-width: 50%;
}
.tv-name {
    font-weight: bold;
    color: #000;
}
.tv-pack {
    text-align: center;
}
.tv-pack span {
    display: inline-block;
    position: relative;
    width: 24px;
    height: 24px;
}
.tv-pack__yes:before, .tv-pack__yes:after, .tv-pack__no:before {
    content: "";
    display: block;
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
}
.tv-pack__yes:before, .tv-pack__no:before {
    width: 100%;
    height: 5px;
}
.tv-pack__yes:after {
    height: 100%;
    width: 5px;
    background-color: #0f0;
}
.tv-pack__yes:before {
    background-color: #0f0;
}
.tv-pack__no:before {
    background-color: #f00;
}

@media screen and (max-width: 767px) {
    .tv-list1 {
        width: 100%;
        overflow-x: scroll;
    }
    .tv-pack span {
        width: 18px;
        height: 18px;
    }
    .tv-table {
        width: 100%;
        font-size: 12px;
    }
    .tv-table th, .tv-table td {
        padding: 5px;
    }
}

/*-------------------------------------------------------------------------------------
=======================================================================================
AUTOOPEN POPUP
=======================================================================================
-------------------------------------------------------------------------------------*/

.autoopen-content {
    font-size: 16px;
    padding: 15px;
}

/*-------------------------------------------------------------------------------------
=======================================================================================
SMASH BALLON INSTAGRAM
=======================================================================================
-------------------------------------------------------------------------------------*/

#sb_instagram #sbi_load .sbi_load_btn, #sb_instagram .sbi_follow_btn a {
    border-radius: 30px;
}

/*--------------------------------------------------------------
================================================================
SPECIAL CLASSES
================================================================
--------------------------------------------------------------*/

/*Close icon*/

.close-icon {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
}
.close-icon:before, .close-icon:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 2px;
    background-color: #999;
}
.close-icon:before {
    transform: translateY(-50%) rotate(45deg);
}
.close-icon:after {
    transform: translateY(-50%) rotate(-45deg);
}

/*Utilites*/

body .display-none {
    display: none;
}
.block {
    display: block;
    position: relative;
}
.cursor-pointer {
  cursor: pointer;
}
.uppercase {
    text-transform: uppercase;
}
.underline {
  text-decoration: underline;
}
.line-through {
    text-decoration: line-through;
}
.normal {
    font-weight: 400;
}
.bold {
    font-weight: bold;
}
.bolder {
    font-weight: 900;
}
.color-black {
  color: #000;
}
.color-white, .color-white button {
  color: #fff;
}
.color-red {
  color: #f00;
}
.color-accent {
  color: #019fe9;
}
.color-hover-accent:hover {
  color: #019fe9;
}
.color-accent2 {
  color: #02CBE7;
}
.color-hover-accent2:hover {
    color: #02CBE7;
  }
.background-accent {
  background: #019fe9;
}
.background-hover-accent:hover {
  background: #019fe9;
}
.background-red {
  background: #f00;
}
.overflow-hidden {
  overflow: hidden;
}
.accent-background.accent2 {
    background-color: #02CBE7;
}

.darker-bg, .darker-bg-hovered {
    position: relative;
}
.darker-bg:before, .darker-bg-hovered:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #1A1018;
    opacity: 0.7;
    transition: all .5s;
}
.darker-bg-hovered:hover:before {
    opacity: 0.8;
}
.thin-text {
    font-weight: 200;
}

.align-center {
    text-align: center;
}
.align-right {
    text-align: right;
}

.flex {
  display: flex;
}
.flex-end {
  justify-content: flex-end;
}
.flex-space-between {
  justify-content: space-between;
}
.flex-center {
  justify-content: center;
}
.flex-middle {
  align-items: center;
}

.transition-all {
    transition: all .3s;
}

.inline-block {
    display: inline-block;
}

@media screen and (max-width: 1024px) {
  body .pad-align-center {
    text-align: center;
  }
  body .pad-align-right {
      text-align: right;
  }
  body .hide-on-pad {
      display: none;
  }
  body .block-on-pad {
      display: block;
  }
  body .inline-on-pad {
      display: inline-block;
  }
  body .pad-col-reverse {
      display: flex;
      flex-direction: column-reverse;
  }
  body .pad-flex-end {
    display: flex;
    justify-content: flex-end;
  }
  body .pad-flex-center {
    display: flex;
    justify-content: center;
  }
}
@media screen and (max-width: 991px) {
    body .mobile-align-center {
        text-align: center;
    }
    body .mobile-align-right {
        text-align: right;
    }
    body .hide-on-mobile {
        display: none;
    }
    body .block-on-mobile {
        display: block;
    }
    body .inline-on-mobile {
        display: inline-block;
    }
    .mobile-col-reverse {
        display: flex;
        flex-direction: column-reverse;
    }
    .mobile-flex-end {
      display: flex;
      justify-content: flex-end;
    }
    .mobile-flex-center {
      display: flex;
      justify-content: center;
    }
}
@media screen and (min-width: 992px) {
    body .pad-align-right {
      text-align: right;
    }
}
@media screen and (min-width: 1025px) {
    body .desctop-align-center {
        text-align: center;
    }
    body .desctop-align-right {
        text-align: right;
    }
    body .hide-on-desctop {
        display: none;
    }
    body .inline-on-desctop {
        display: inline-block;
    }
    .desctop-flex-end {
      display: flex;
      justify-content: flex-end;
    }
}
.price_div__single{
	display:flex;
	align-items:flex-end
}
.onsale {display:none;}
.light, .simple-text.light p {text-shadow: 2px 2px 2px #000000!important;}
span ins, div.price_div__single ins, .product_meta, .plain-action {display:none;}
.quick-order .button {padding: 14px 25px;}
.quick-order-title {text-align: center;padding: 0 0 30px 0;}
.button.wpcf7-submit:hover {background: 0 0; color: #fd0000;}
.new-region div.post-3080, .new-region div.post-3078{display:none;}
/*
.ternopil-region div.post-2296, .ternopil-region div.post-3299, .ternopil-region div.post-3302, .ternopil-region div.post-2721, .ternopil-region div.post-2033, .ternopil-region div.post-2198, .ternopil-region div.post-3061, .ternopil-region div.post-3301, .ternopil-region div.post-3303, .ternopil-region div.post-3305, .ternopil-region div.post-3306, .ternopil-region div.post-5006, .ternopil-region div.post-3558, .ternopil-region div.post-4118, .ternopil-region div.post-3374, .ternopil-region div.post-3309, .ternopil-region div.post-3311, .ternopil-region div.post-3404, .ternopil-region div.post-5012, .ternopil-region div.post-5015, .ternopil-region div.post-6300, .ternopil-region div.post-6186, .ternopil-region div.post-6184, .ternopil-region div.post-6645, .ternopil-region div.post-6644, .ternopil-region div.post-6642, .ternopil-region div.post-3559, .ternopil-region div.post-5935, .ternopil-region div.post-3560, .ternopil-region div.post-6181, .ternopil-region div.post-6182 {display:none;}
*/
div.products .post-4731, div.products .post-4733, #product-4812 ul.single-product-advantages {display:none;}

#overlay {
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.65);
    z-index: 999;
    -webkit-animation: fade .6s;
    -moz-animation: fade .6s;
    animation: fade .6s;
    overflow: auto;
}
@media screen and  (min-width: 801px){

#overlay { display: none !important;}

}
.popup {
    top: 25%;
    left: 0;
    right: 0;       
    font-size: 14px;
    margin: auto;
    width: 85%;
    min-width: 320px;
    max-width: 600px;
    position: absolute;
    padding: 15px 20px;
    border: 1px solid #383838;
    background: #fefefe;
    z-index: 1000;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    font: 14px/18px 'Tahoma', Arial, sans-serif;
    -webkit-box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
    -moz-box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
    -ms-box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
    box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
    -webkit-animation: fade .6s;
    -moz-animation: fade .6s;
    animation: fade .6s;
} 
.choose-your-zone2 .geolocation-information {    text-align: center;}
.choose-your-zone2 .text {    padding: 10px 0;}
#your_address2 {
    width: 250px;
    display: inline-block;
}
.choose-your-zone2 .SumoSelect {
    width: 250px;
}
.table-1_3410 {    float: left;
    margin: 0 30px 0 0;}
.table-2_3410 {  float: right;}
.table-1_3410 td, .table-2_3410 td{
    padding: 8px;
    border: 1px solid #5aa1e3;
}
.alignleft {float: left;margin: 0 20px;min-width: 145px;text-align: center;font-size: 14px;}
.site-icon-review {display: inline-block;}
.viber{width: 36px; height:36px;}
.page-id-3698 h1 {display:none;}
#wpcf7-f3178-p3813-o1 {text-align: center;}
.pp_gallery {display: none!important;}
.address-50 {width: 50%; float: left;}
ul.breadcrumbs li:nth-child(2) {display: none;}
.second-post-block {margin: 80px 0 0 0;}
.second-post-block h3, .second-post-block h4, .woocommerce-product-details__short-description h3, .woocommerce-product-details__short-description h4, .woocommerce-tabs h3, .woocommerce-tabs h4  {padding: 0 0 15px 0;}
#region .news-city, #region .news-lvivska #region .news-volynska {display:none;}
#city .news-region, #region .news-lvivska #region .news-volynska  {display:none;}
#lvivska .news-city, #region .news-region #region .news-volynska  {display:none;}
#volynska .news-city, #region .news-lvivska #region .news-region  {display:none;}
.div-img-second-block {float: right;
max-width: 60%;}
.div-img-firs-block {float: left;
max-width: 40%;}
.price_div__single .price {padding: 0 15px 0 0;}
.footable-pagination-wrapper ul li:before{content: none;}
.columbus-faq .simple-text ul li{margin-bottom: 0px;padding-left: 15px;}
#list-style-numer {list-style:auto;margin:0 0 0 15px;}
.busines-info__col h6 {font-size: 15px;}
#tab-faq_tab .vc_custom_heading {padding: 0;}
#tab-faq_tab .vc_column-inner{ padding-left: 6px;
padding-right: 7px;}
.post-content ol li {list-style: conic-gradient;}
#attachment_5145 {margin: 0 auto;}
.content-image-align-left {    float: left;
    margin: 0 20px 0 0 ;
    min-width: 145px;
    }
.content-image-align-right {    float: right;
    margin: 0 0 0 20px;
    min-width: 145px;
    }
.post-content .pagination ul li {
  padding-left: 0px;
  }
 .footable .pagination>li {
    display: inline;
    padding-left: 0;
}
.footer-links-list li {padding:0 30px 0 0;}
.post-6396 .product-economy__top{display: none;} 
.price_div__single .product-economy__top{margin: -66px 0 7px 0; text-align: center;} 
.form-ask {margin: 0 0 15px 0;}
.radio-951 {    margin: 15px 0;
    display: inline-block;}
.form-ask-button {margin: 25px 0;}
.product-template-default blockquote, .page-container blockquote {
    background-color: #f3fbff;
    text-align: left;
    margin: 20px 0;
    padding: 20px;
    font-size: 16px;
    color: #06569e;
    border-left: 4px solid #06569e;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    border-right: 4px solid #06569e;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
}
.custom-field-installment {
	font-size: 26px;
    font-weight: 700;
    color: #5d5d5d;
    border-left: solid;
    padding: 0 10px;
	 text-align: center;
}
.single-product__layout .price.product-economy__price{border-left: solid #5d5d5d; padding: 0 10px;min-width: 120px;}

.single-product__layout .woocommerce-Price-currencySymbol{transform: translateY(-0%)!important; transform: translateX(-30%) !important;}

.single-product__layout .product-economy__price .woocommerce-Price-currencySymbol {display: inline; flex-direction: inherit;}
.main-slider-content-inner h1, .main-slider-content_ternopil h1, .main-slider-content_ternopilska_obl h1{margin-top: 150px;}

/* Оверлей завантаження над контейнером шорткоду (білий фон + темний текст/спінер) */
.shortcode-loading-container {
  position: relative;
}
.shortcode-loading-overlay {
  position: absolute;
  inset: 0;
  background: #ffffff; /* білий фон для повного перекриття попереднього контенту */
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 5;
  pointer-events: all; /* блокуємо взаємодію з прихованим контентом */
}
.shortcode-loading-overlay .text-center {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
}
.shortcode-loading-overlay .swiper-lazy-preloader {
  position: static;
  left: auto;
  top: auto;
  margin: 0;
  width: 52px;
  height: 52px;
}
.shortcode-loading-overlay .loading-text {
  color: #111; /* більш контрастний темний текст на білому фоні */
  margin-top: 8px;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.2px;
}
/* Під час завантаження ховаємо попередній контент усередині контейнера */
.shortcode-loading-container.is-loading > *:not(.shortcode-loading-overlay) {
  display: none !important;
}
.shortcode-loading-container.is-loading {
  height: 300px;
  max-height: 300px;
  overflow: hidden;
}
.shortcode-loading-container.is-loading .shortcode-loading-overlay {
  height: 300px;
}
.table-container table {
    border-collapse: collapse;
    width: 100%;
    margin: 10px 0;
}

.table-container tr:nth-child(even){
    background-color: #8adaff;
}
.table-container tr{
    background-color: #f7f9fc;
}
.table-container table td {
    padding: 10px;
    border: 1px solid #a1a1a1;
	text-align: center;
}

/*-------------------------------------------------------------------------------------
=======================================================================================
TV LIST
=======================================================================================
-------------------------------------------------------------------------------------*/

.tv-table {
    width: 100%;
}
.tv-table, .tv-table td {
    border: none;
}
.tv-table th {
    padding: 15px;
    color: #3cb9f4;
    font-weight: bold;
}
.tv-table tbody tr:nth-child(even) {
    background-color: #f7f7f7;
}
.tv-table tbody tr:nth-child(odd) .tv-pack {
    border-right: 1px solid #f7f7f7;
    border-left: 1px solid #f7f7f7;
}

.tv-table tbody tr:nth-child(even) .tv-pack {
    text-align: center;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
}
.tv-table td {
    vertical-align: middle;
    padding: 15px;
	width: 30%;
}
.tv-icon img {
    min-width: 50px;
	    max-width: 50%;
}
.tv-name {
    font-weight: bold;
    color: #000;
}
.tv-pack {
    text-align: center;
}
.tv-pack span {
    display: inline-block;
    position: relative;
    width: 24px;
    height: 24px;
}
.tv-pack__yes:before, .tv-pack__yes:after, .tv-pack__no:before {
    content: "";
    display: block;
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
}
.tv-pack__yes:before, .tv-pack__no:before {
    width: 100%;
    height: 5px;
}
.tv-pack__yes:after {
    height: 100%;
    width: 5px;
    background-color: #0f0;
}
.tv-pack__yes:before {
    background-color: #0f0;
}
.tv-pack__no:before {
    background-color: #f00;
}

@media screen and (max-width: 767px) {
    .tv-list1 {
        width: 100%;
        overflow-x: scroll;
    }
    .tv-pack span {
        width: 18px;
        height: 18px;
    }
    .tv-table {
        width: 100%;
        font-size: 12px;
    }
    .tv-table th, .tv-table td {
        padding: 5px;
    }
}

/*-------------------------------------------------------------------------------------
=======================================================================================
AUTOOPEN POPUP
=======================================================================================
-------------------------------------------------------------------------------------*/

.autoopen-content {
    font-size: 16px;
    padding: 15px;
}

/*-------------------------------------------------------------------------------------
=======================================================================================
SMASH BALLON INSTAGRAM
=======================================================================================
-------------------------------------------------------------------------------------*/

#sb_instagram #sbi_load .sbi_load_btn, #sb_instagram .sbi_follow_btn a {
    border-radius: 30px;
}

/*--------------------------------------------------------------
================================================================
SPECIAL CLASSES
================================================================
--------------------------------------------------------------*/

/*Close icon*/

.close-icon {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
}
.close-icon:before, .close-icon:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 2px;
    background-color: #999;
}
.close-icon:before {
    transform: translateY(-50%) rotate(45deg);
}
.close-icon:after {
    transform: translateY(-50%) rotate(-45deg);
}

/*Utilites*/

body .display-none {
    display: none;
}
.block {
    display: block;
    position: relative;
}
.cursor-pointer {
  cursor: pointer;
}
.uppercase {
    text-transform: uppercase;
}
.underline {
  text-decoration: underline;
}
.line-through {
    text-decoration: line-through;
}
.normal {
    font-weight: 400;
}
.bold {
    font-weight: bold;
}
.bolder {
    font-weight: 900;
}
.color-black {
  color: #000;
}
.color-white, .color-white button {
  color: #fff;
}
.color-red {
  color: #f00;
}
.color-accent {
  color: #019fe9;
}
.color-hover-accent:hover {
  color: #019fe9;
}
.color-accent2 {
  color: #02CBE7;
}
.color-hover-accent2:hover {
    color: #02CBE7;
  }
.background-accent {
  background: #019fe9;
}
.background-hover-accent:hover {
  background: #019fe9;
}
.background-red {
  background: #f00;
}
.overflow-hidden {
  overflow: hidden;
}
.accent-background.accent2 {
    background-color: #02CBE7;
}

.darker-bg, .darker-bg-hovered {
    position: relative;
}
.darker-bg:before, .darker-bg-hovered:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #1A1018;
    opacity: 0.7;
    transition: all .5s;
}
.darker-bg-hovered:hover:before {
    opacity: 0.8;
}
.thin-text {
    font-weight: 200;
}

.align-center {
    text-align: center;
}
.align-right {
    text-align: right;
}

.flex {
  display: flex;
}
.flex-end {
  justify-content: flex-end;
}
.flex-space-between {
  justify-content: space-between;
}
.flex-center {
  justify-content: center;
}
.flex-middle {
  align-items: center;
}

.transition-all {
    transition: all .3s;
}

.inline-block {
    display: inline-block;
}

@media screen and (max-width: 1024px) {
  body .pad-align-center {
    text-align: center;
  }
  body .pad-align-right {
      text-align: right;
  }
  body .hide-on-pad {
      display: none;
  }
  body .block-on-pad {
      display: block;
  }
  body .inline-on-pad {
      display: inline-block;
  }
  body .pad-col-reverse {
      display: flex;
      flex-direction: column-reverse;
  }
  body .pad-flex-end {
    display: flex;
    justify-content: flex-end;
  }
  body .pad-flex-center {
    display: flex;
    justify-content: center;
  }
}
@media screen and (max-width: 991px) {
    body .mobile-align-center {
        text-align: center;
    }
    body .mobile-align-right {
        text-align: right;
    }
    body .hide-on-mobile {
        display: none;
    }
    body .block-on-mobile {
        display: block;
    }
    body .inline-on-mobile {
        display: inline-block;
    }
    .mobile-col-reverse {
        display: flex;
        flex-direction: column-reverse;
    }
    .mobile-flex-end {
      display: flex;
      justify-content: flex-end;
    }
    .mobile-flex-center {
      display: flex;
      justify-content: center;
    }
}
@media screen and (min-width: 992px) {
    body .pad-align-right {
      text-align: right;
    }
}
@media screen and (min-width: 1025px) {
    body .desctop-align-center {
        text-align: center;
    }
    body .desctop-align-right {
        text-align: right;
    }
    body .hide-on-desctop {
        display: none;
    }
    body .inline-on-desctop {
        display: inline-block;
    }
    .desctop-flex-end {
      display: flex;
      justify-content: flex-end;
    }
}
.price_div__single{
	display:flex;
	align-items:flex-end
}
.onsale {display:none;}
.light, .simple-text.light p {text-shadow: 2px 2px 2px #000000!important;}
span ins, div.price_div__single ins, .product_meta, .plain-action {display:none;}
.quick-order .button {padding: 14px 25px;}
.quick-order-title {text-align: center;padding: 0 0 30px 0;}
.button.wpcf7-submit:hover {background: 0 0; color: #fd0000;}
.new-region div.post-3080, .new-region div.post-3078{display:none;}
/*.ternopil-region div.post-2296, .ternopil-region div.post-3299, .ternopil-region div.post-3302, .ternopil-region div.post-2721, .ternopil-region div.post-2033, .ternopil-region div.post-2198, .ternopil-region div.post-3061, .ternopil-region div.post-3301, .ternopil-region div.post-3303, .ternopil-region div.post-3305, .ternopil-region div.post-3306, .ternopil-region div.post-5006, .ternopil-region div.post-3558, .ternopil-region div.post-4118, .ternopil-region div.post-3374, .ternopil-region div.post-3309, .ternopil-region div.post-3311, .ternopil-region div.post-3404, .ternopil-region div.post-5012, .ternopil-region div.post-5015, .ternopil-region div.post-6300, .ternopil-region div.post-6186, .ternopil-region div.post-6184, .ternopil-region div.post-6645, .ternopil-region div.post-6644, .ternopil-region div.post-6642, .ternopil-region div.post-3559, .ternopil-region div.post-5935, .ternopil-region div.post-3560, .ternopil-region div.post-6181, .ternopil-region div.post-6182 {display:none;}
*/
div.products .post-4731, div.products .post-4733, #product-4812 ul.single-product-advantages {display:none;}

#overlay {
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.65);
    z-index: 999;
    -webkit-animation: fade .6s;
    -moz-animation: fade .6s;
    animation: fade .6s;
    overflow: auto;
}
@media screen and  (min-width: 801px){

#overlay { display: none !important;}

}
.popup {
    top: 25%;
    left: 0;
    right: 0;       
    font-size: 14px;
    margin: auto;
    width: 85%;
    min-width: 320px;
    max-width: 600px;
    position: absolute;
    padding: 15px 20px;
    border: 1px solid #383838;
    background: #fefefe;
    z-index: 1000;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    font: 14px/18px 'Tahoma', Arial, sans-serif;
    -webkit-box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
    -moz-box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
    -ms-box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
    box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
    -webkit-animation: fade .6s;
    -moz-animation: fade .6s;
    animation: fade .6s;
} 
.choose-your-zone2 .geolocation-information {    text-align: center;}
.choose-your-zone2 .text {    padding: 10px 0;}
#your_address2 {
    width: 250px;
    display: inline-block;
}
.choose-your-zone2 .SumoSelect {
    width: 250px;
}
.table-1_3410 {    float: left;
    margin: 0 30px 0 0;}
.table-2_3410 {  float: right;}
.table-1_3410 td, .table-2_3410 td{
    padding: 8px;
    border: 1px solid #5aa1e3;
}
.alignleft {float: left;margin: 0 20px;min-width: 145px;text-align: center;font-size: 14px;}
.site-icon-review {display: inline-block;}
.viber{width: 36px; height:36px;}
.page-id-3698 h1 {display:none;}
#wpcf7-f3178-p3813-o1 {text-align: center;}
.pp_gallery {display: none!important;}
.address-50 {width: 50%; float: left;}
ul.breadcrumbs li:nth-child(2) {display: none;}
.second-post-block {margin: 80px 0 0 0;}
.second-post-block h3, .second-post-block h4, .woocommerce-product-details__short-description h3, .woocommerce-product-details__short-description h4, .woocommerce-tabs h3, .woocommerce-tabs h4  {padding: 0 0 15px 0;}
#region .news-city, #region .news-lvivska #region .news-volynska {display:none;}
#city .news-region, #region .news-lvivska #region .news-volynska  {display:none;}
#lvivska .news-city, #region .news-region #region .news-volynska  {display:none;}
#volynska .news-city, #region .news-lvivska #region .news-region  {display:none;}
.div-img-second-block {float: right;
max-width: 60%;}
.div-img-firs-block {float: left;
max-width: 40%;}
.price_div__single .price {padding: 0 15px 0 0;}
.footable-pagination-wrapper ul li:before{content: none;}
.columbus-faq .simple-text ul li{margin-bottom: 0px;padding-left: 15px;}
#list-style-numer {list-style:auto;margin:0 0 0 15px;}
.busines-info__col h6 {font-size: 15px;}
#tab-faq_tab .vc_custom_heading {padding: 0;}
#tab-faq_tab .vc_column-inner{ padding-left: 6px;
padding-right: 7px;}
.post-content ol li {list-style: conic-gradient;}
#attachment_5145 {margin: 0 auto;}
.content-image-align-left {    float: left;
    margin: 0 20px 0 0 ;
    min-width: 145px;
    }
.content-image-align-right {    float: right;
    margin: 0 0 0 20px;
    min-width: 145px;
    }
.post-content .pagination ul li {
  padding-left: 0px;
  }
 .footable .pagination>li {
    display: inline;
    padding-left: 0;
}
.footer-links-list li {padding:0 30px 0 0;}
.post-6396 .product-economy__top{display: none;} 
.price_div__single .product-economy__top{margin: -66px 0 7px 0; text-align: center;} 
.form-ask {margin: 0 0 15px 0;}
.radio-951 {    margin: 15px 0;
    display: inline-block;}
.form-ask-button {margin: 25px 0;}
.product-template-default blockquote, .page-container blockquote {
    background-color: #f3fbff;
    text-align: left;
    margin: 20px 0;
    padding: 20px;
    font-size: 16px;
    color: #06569e;
    border-left: 4px solid #06569e;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    border-right: 4px solid #06569e;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
}
.custom-field-installment {
	font-size: 26px;
    font-weight: 700;
    color: #5d5d5d;
    border-left: solid;
    padding: 0 10px;
	 text-align: center;
}
.single-product__layout .price.product-economy__price{border-left: solid #5d5d5d; padding: 0 10px;min-width: 120px;}

.single-product__layout .woocommerce-Price-currencySymbol{transform: translateY(-0%)!important; transform: translateX(-30%) !important;}

.single-product__layout .product-economy__price .woocommerce-Price-currencySymbol {display: inline; flex-direction: inherit;}
.main-slider-content-inner h1, .main-slider-content_ternopil h1, .main-slider-content_ternopilska_obl h1{margin-top: 150px;}
}
}
.table-container table {
    border-collapse: collapse;
    width: 100%;
    margin: 10px 0;
}

.table-container tr:nth-child(even){
    background-color: #8adaff;
}
.table-container tr{
    background-color: #f7f9fc;
}
.table-container table td {
    padding: 10px;
    border: 1px solid #a1a1a1;
	text-align: center;
}
}
.table-container table {
    border-collapse: collapse;
    width: 100%;
    margin: 10px 0;
}

.table-container tr:nth-child(even){
    background-color: #8adaff;
}
.table-container tr{
    background-color: #f7f9fc;
}
.table-container table td {
    padding: 10px;
    border: 1px solid #a1a1a1;
	text-align: center;
}
}
.table-container table {
    border-collapse: collapse;
    width: 100%;
    margin: 10px 0;
}

.table-container tr:nth-child(even){
    background-color: #8adaff;
}
.table-container tr{
    background-color: #f7f9fc;
}
.table-container table td {
    padding: 10px;
    border: 1px solid #a1a1a1;
	text-align: center;
}
}
.table-container table {
    border-collapse: collapse;
    width: 100%;
    margin: 10px 0;
}

.table-container tr:nth-child(even){
    background-color: #8adaff;
}
.table-container tr{
    background-color: #f7f9fc;
}
.table-container table td {
    padding: 10px;
    border: 1px solid #a1a1a1;
	text-align: center;
}
}
.table-container table {
    border-collapse: collapse;
    width: 100%;
    margin: 10px 0;
}

.table-container tr:nth-child(even){
    background-color: #8adaff;
}
.table-container tr{
    background-color: #f7f9fc;
}
.table-container table td {
    padding: 10px;
    border: 1px solid #a1a1a1;
	text-align: center;
}
}
.table-container table {
    border-collapse: collapse;
    width: 100%;
    margin: 10px 0;
}

.table-container tr:nth-child(even){
    background-color: #8adaff;
}
.table-container tr{
    background-color: #f7f9fc;
}
.table-container table td {
    padding: 10px;
    border: 1px solid #a1a1a1;
	text-align: center;
}
}
.table-container table {
    border-collapse: collapse;
    width: 100%;
    margin: 10px 0;
}

.table-container tr:nth-child(even){
    background-color: #8adaff;
}
.table-container tr{
    background-color: #f7f9fc;
}
.table-container table td {
    padding: 10px;
    border: 1px solid #a1a1a1;
	text-align: center;
}
}
.table-container table {
    border-collapse: collapse;
    width: 100%;
    margin: 10px 0;
}

.table-container tr:nth-child(even){
    background-color: #8adaff;
}
.table-container tr{
    background-color: #f7f9fc;
}
.table-container table td {
    padding: 10px;
    border: 1px solid #a1a1a1;
	text-align: center;
}
}
.table-container table {
    border-collapse: collapse;
    width: 100%;
    margin: 10px 0;
}

.table-container tr:nth-child(even){
    background-color: #8adaff;
}
.table-container tr{
    background-color: #f7f9fc;
}
.table-container table td {
    padding: 10px;
    border: 1px solid #a1a1a1;
	text-align: center;
}
}
.table-container table {
    border-collapse: collapse;
    width: 100%;
    margin: 10px 0;
}

.table-container tr:nth-child(even){
    background-color: #8adaff;
}
.table-container tr{
    background-color: #f7f9fc;
}
.table-container table td {
    padding: 10px;
    border: 1px solid #a1a1a1;
	text-align: center;
}
}
.table-container table {
    border-collapse: collapse;
    width: 100%;
    margin: 10px 0;
}

.table-container tr:nth-child(even){
    background-color: #8adaff;
}
.table-container tr{
    background-color: #f7f9fc;
}
.table-container table td {
    padding: 10px;
    border: 1px solid #a1a1a1;
	text-align: center;
}
}
.table-container table {
    border-collapse: collapse;
    width: 100%;
    margin: 10px 0;
}

.table-container tr:nth-child(even){
    background-color: #8adaff;
}
.table-container tr{
    background-color: #f7f9fc;
}
.table-container table td {
    padding: 10px;
    border: 1px solid #a1a1a1;
	text-align: center;
}
}
.table-container table {
    border-collapse: collapse;
    width: 100%;
    margin: 10px 0;
}

.table-container tr:nth-child(even){
    background-color: #8adaff;
}
.table-container tr{
    background-color: #f7f9fc;
}
.table-container table td {
    padding: 10px;
    border: 1px solid #a1a1a1;
	text-align: center;
}
}
.table-container table {
    border-collapse: collapse;
    width: 100%;
    margin: 10px 0;
}

.table-container tr:nth-child(even){
    background-color: #8adaff;
}
.table-container tr{
    background-color: #f7f9fc;
}
.table-container table td {
    padding: 10px;
    border: 1px solid #a1a1a1;
	text-align: center;
}
}
.table-container table {
    border-collapse: collapse;
    width: 100%;
    margin: 10px 0;
}

.table-container tr:nth-child(even){
    background-color: #8adaff;
}
.table-container tr{
    background-color: #f7f9fc;
}
.table-container table td {
    padding: 10px;
    border: 1px solid #a1a1a1;
	text-align: center;
}
}
.table-container table {
    border-collapse: collapse;
    width: 100%;
    margin: 10px 0;
}

.table-container tr:nth-child(even){
    background-color: #8adaff;
}
.table-container tr{
    background-color: #f7f9fc;
}
.table-container table td {
    padding: 10px;
    border: 1px solid #a1a1a1;
	text-align: center;
}
}
.table-container table {
    border-collapse: collapse;
    width: 100%;
    margin: 10px 0;
}

.table-container tr:nth-child(even){
    background-color: #8adaff;
}
.table-container tr{
    background-color: #f7f9fc;
}
.table-container table td {
    padding: 10px;
    border: 1px solid #a1a1a1;
	text-align: center;
}
}
.table-container table {
    border-collapse: collapse;
    width: 100%;
    margin: 10px 0;
}

.table-container tr:nth-child(even){
    background-color: #8adaff;
}
.table-container tr{
    background-color: #f7f9fc;
}
.table-container table td {
    padding: 10px;
    border: 1px solid #a1a1a1;
	text-align: center;
}
}
.table-container table {
    border-collapse: collapse;
    width: 100%;
    margin: 10px 0;
}

.table-container tr:nth-child(even){
    background-color: #8adaff;
}
.table-container tr{
    background-color: #f7f9fc;
}
.table-container table td {
    padding: 10px;
    border: 1px solid #a1a1a1;
	text-align: center;
}
}
.table-container table {
    border-collapse: collapse;
    width: 100%;
    margin: 10px 0;
}

.table-container tr:nth-child(even){
    background-color: #8adaff;
}
.table-container tr{
    background-color: #f7f9fc;
}
.table-container table td {
    padding: 10px;
    border: 1px solid #a1a1a1;
	text-align: center;
}
}
.table-container table {
    border-collapse: collapse;
    width: 100%;
    margin: 10px 0;
}

.table-container tr:nth-child(even){
    background-color: #8adaff;
}
.table-container tr{
    background-color: #f7f9fc;
}
.table-container table td {
    padding: 10px;
    border: 1px solid #a1a1a1;
	text-align: center;
}
}
.table-container table {
    border-collapse: collapse;
    width: 100%;
    margin: 10px 0;
}

.table-container tr:nth-child(even){
    background-color: #8adaff;
}
.table-container tr{
    background-color: #f7f9fc;
}
.table-container table td {
    padding: 10px;
    border: 1px solid #a1a1a1;
	text-align: center;
}
}
.table-container table {
    border-collapse: collapse;
    width: 100%;
    margin: 10px 0;
}

.table-container tr:nth-child(even){
    background-color: #8adaff;
}
.table-container tr{
    background-color: #f7f9fc;
}
.table-container table td {
    padding: 10px;
    border: 1px solid #a1a1a1;
	text-align: center;
}
}
.table-container table {
    border-collapse: collapse;
    width: 100%;
    margin: 10px 0;
}

.table-container tr:nth-child(even){
    background-color: #8adaff;
}
.table-container tr{
    background-color: #f7f9fc;
}
.table-container table td {
    padding: 10px;
    border: 1px solid #a1a1a1;
	text-align: center;
}
}
.table-container table {
    border-collapse: collapse;
    width: 100%;
    margin: 10px 0;
}

.table-container tr:nth-child(even){
    background-color: #8adaff;
}
.table-container tr{
