.b-main{background-color:#FFF;background-image:url("/uploads/images/bg.jpg");background-attachment:fixed;background-position:center center;background-repeat:no-repeat;-webkit-background-size:cover;background-size:cover;padding-bottom:60px;}

/*********************************************/
/***** Header BEGIN *****/
/*********************************************/
.b-header{width:100%;background-color:#FFF;}
.b-header__line{width:100%;background-color:#1DAFED;vertical-align:middle;color:rgba(255,255,255,0.75);font-weight:200;text-align:right;}
@media(max-width:768px){.b-header__line{display:none;}}
.b-header__main, .b-header__main.sticky, .b-header__main.sticky.visible{width:100%;background-color:#FFF;-webkit-box-shadow:0 3px 3px rgba(0, 0, 0, 0.05);box-shadow:0 3px 3px rgba(0, 0, 0, 0.05);-webkit-transition:all 0.5s linear 0s;transition:all 0.5s linear 0s;}
.b-header__main{position:relative;padding:16px 0;z-index:1;}
.b-header__main.sticky{position:fixed;top:-250px;z-index:5050;visibility:hidden;}
.b-header__main.sticky.visible{position:fixed;top:0;padding:10px 0;z-index:5050;visibility:visible!important;}

/****** b-langs BEGIN ******/
.b-langs{font-size:13px;}
.b-langs__item{padding:10px;border-right:1px solid rgba(255, 255, 255, 0.25);}
.b-langs__item:first-child{border-left:1px solid rgba(255, 255, 255, 0.25);}
.b-langs__link{color:#FFF;text-decoration:none;}
.b-langs__link:hover{color:#FFF;text-decoration:underline;}
/****** END b-langs ******/

/****** b-siteinfo BEGIN ******/
.b-siteinfo{padding:10px 0;vertical-align:middle;font-size:0;}
.b-siteinfo__item{position:relative;display:inline-block;margin-left:30px;vertical-align:middle;font-size:12px;}
.b-siteinfo__item:first-child{margin-left:0;}
@media(max-width:1200px){.b-siteinfo__item_schedule{display:none;}}
@media(max-width:768px){.b-siteinfo__item_address{display:none;}}
.b-siteinfo__ico{display:inline-block;vertical-align:middle;padding:0 5px;}
.b-siteinfo__text{display:inline-block;vertical-align:middle;}
.b-siteinfo__text_phone{white-space:nowrap;color:#FFF;font-size:14px;}
.b-siteinfo__link{padding:10px 0;color:#FFF;font-size:14px;text-decoration:none;text-transform:uppercase;-webkit-transition:all 0.5s linear 0s;transition:all 0.5s linear 0s;}
/****** END b-siteinfo ******/

/****** b-logo BEGIN ******/
.b-logo{font-size:0;}
/* L */
@media(max-width:1200px){.b-logo{text-align:center;}}
/* S */
@media(max-width:768px){.b-logo{text-align:left;}}
.b-logo img{max-height:60px;}
.b-header__main.sticky.visible .b-logo__img{max-height:40px;}
/****** END b-logo ******/

/****** toggle-menu BEGIN ******/
.b-toggle-menu{display:none;cursor:pointer;}
@media(max-width:768px){.b-toggle-menu{display:inline-block;text-align:right;}}
/****** END toggle-menu ******/
/*********************************************/
/***** END Header *****/
/*********************************************/

/*********************************************/
/***** Menu BEGIN *****/
/*********************************************/
.b-menu{font-size:0;text-align:right;}
/* L */
@media(max-width:1200px){.b-menu{margin-top:12px;text-align:center;}}
/* M */
@media(max-width:960px){.b-menu.js-toggle{margin-top:0;height:0;overflow:hidden;}}
.b-menu__item{position:relative;display:inline-block;margin:8px 0 8px 30px;vertical-align:top;line-height:1;font-size:14px;text-align:left;}
.b-menu__item:first-child{margin-left:0;}
.b-menu__item:hover .b-menu__submenu{display:block;}
.b-menu__item_rtl .b-menu__submenu{right:0;left:auto;}
.b-menu__item_rtl .b-submenu__submenu{right:100%;left:auto;}
/* L */
@media(max-width:1200px){.b-menu__item{margin-left:15px;margin-right:15px;}}
/* M */
@media(max-width:960px){.b-menu__item{display:block;border-top:1px solid #DFDFDF;margin:0;padding:10px 0 0 0;}.b-menu__item_arrow:after{content:'\f105';position:absolute;right:5px;top:15px;font:normal normal normal 14px/1 FontAwesome;line-height:1;color:#999;}.b-menu__item_arrow:hover:after{content:'\f107';}}
.b-menu__link{position:relative;display:inline-block;vertical-align:top;line-height:1;color:#000;font-weight:400;text-decoration:none;text-transform:uppercase;-webkit-transition:all 0.5s linear 0s;transition:all 0.5s linear 0s;}
.b-menu__link:hover{color:#FF0000;}
.b-menu__link:after{content:"";display:block;width:0%;height:2px;background-color:#FF0000;margin-top:8px;-webkit-transition:all 0.5s linear 0s;transition:all 0.5s linear 0s;}
.b-menu__link:hover:after,
.b-menu__link:focus:after{width:100%;}
.b-menu__item_active .b-menu__link{color:#1DAFED;color:rgba(29, 175, 237, 1);}
.b-menu__item_active .b-menu__link:after{content:"";position:absolute;bottom:-10px;left:0;right:0;height:2px;width:100%;background-color:#1DAFED;}
/* M */
@media(max-width:960px){.b-menu__link{display:block;padding:15px 0;}.b-menu__item_active .b-menu__link:after{display:none;}.b-menu__link:hover:after, .b-menu__link:focus:after{display:none;width:0;}}
.b-menu__submenu{display:none;position:absolute;top:13px;left:0;padding-top:7px;z-index:10;}
/* M */
@media(max-width:960px){.b-menu__submenu{position:static;padding:0;}}
/***** Submenu BEGIN *****/
.b-submenu{background-color:#FFF;border:1px solid #DFDFDF;}
/* M */
@media(max-width:960px){.b-submenu{border:0;}}
.b-submenu__item{position:relative;}
.b-submenu__item:hover > .b-submenu__submenu{display:block;}
.b-submenu__item_arrow:after{content:'\f105';position:absolute;top:8px;right:5px;line-height:1;color:#999;font:normal normal normal 14px/1 FontAwesome;}
/* M */
@media(max-width:960px){.b-submenu__item{padding-left:30px;}.b-submenu__item_arrow:hover:after{content:'\f107';}}
.b-submenu__link{display:block;padding:10px 20pxwhite-space:nowrap;color:#000;text-decoration:none;}
.b-submenu__link:hover{background-color:#F4F4F4;}
/* M */
@media(max-width:960px){.b-submenu__link{padding:10px 0;white-space:normal;}.b-submenu__link:hover{background:none;}}
.b-submenu__submenu{display:none;position:absolute;top:-1px;left:100%;}
/* M */
@media(max-width:960px){.b-submenu__submenu{position:static;}}
/*********************************************/
/***** END Menu *****/
/*********************************************/

/*********************************************/
/***** Banner BEGIN *****/
/*********************************************/
.b-banner-main{margin:auto;}
@media(max-width:640px){.b-banner-main{display:none;}}
.b-banner-main__item{position:relative;}
/* Only one banner is visible while js is loading */
.b-banner-main.no-js .b-banner-main__item:not(:first-child){display:none;}
.b-banner-main__image{display:block;width:100%;margin:0 auto;}
.b-banner-main__info{position:absolute;top:0;height:100%;text-align:center;}
.b-banner-main__info-helper{display:table;width:68%;height:100%;margin:auto;}
.b-banner-main__info-helper-2{display:table-cell;vertical-align:middle;}
.b-banner-main__title{margin-bottom:20px;line-height:1;color:#FFF;font-size:3em;font-weight:800;text-transform:uppercase;}
/* S */
@media(max-width:768px){.b-banner-main__title{font-size:2em;}}
/* XS */
@media(max-width:480px){.b-banner-main__title{font-size:1.75em;}}
.b-banner-main__text{margin-bottom:25px;color:#FFF;font-size:1.25em;font-weight:200;}
/* M */
@media(max-width:960px){.b-banner-main__text{display:none;}}
.b-banner-main__button{font-weight:400;}
/* L */
@media(max-width:768px){.b-banner-main__button{position:absolute;top:0;left:0;width:100%;height:100%;font-size:0;background-color:transparent;background-color:rgba(0, 0, 0, 0);z-index:100;}
.b-banner-main__button:hover{background-color:transparent;background-color:rgba(0, 0, 0, 0);}}
/*** Arrows ***/
.b-banner-main__prev,.b-banner-main__next{position:absolute;top:45%;display:block;}
.b-banner-main__prev{left:5%;}
.b-banner-main__next{right:5%;}
/*** Dots ***/
.b-banner-main .slick-dots{position:absolute;bottom:5%;display:block;width:100%;text-align:center;}
.b-banner-main .slick-dots li{position:relative;display:inline-block;margin:0 3px;}
.b-banner-main .slick-dots button{display:block;width:32px;height:16px;background-color:#FFF;background-color:rgba(255,255,255,0.25);border:0;border-radius:16px;line-height:0;cursor:pointer;color:transparent;font-size:0;transition:all 0.5s linear 0s;}
.b-banner-main .slick-dots .slick-active button{width:48px;background-color:#FFF;}
@media(max-width:768px){.b-banner-main .slick-dots button{width:24px;height:12px;}}
@media(max-width:768px){.b-banner-main .slick-dots .slick-active button{width:32px;}}
/*********************************************/
/***** END Banner *****/
/*********************************************/

/*********************************************/
/***** Video Player BEGIN *****/
/*********************************************/
.b-video{border:10px solid #1DAFED;margin-bottom:30px;}
.player{position:relative;display:block;width:100%;min-width:100%;height:100%;min-height:100%;margin:0 auto;z-index:1010;}
.player:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(0, 0, 0, 0.5);z-index:1;}

.video-player{position:relative;display:block;width:100%;min-width:100%;height:100%;min-height:100%;margin:0 auto;z-index:1010;-webkit-border-radius:12px;border-radius:12px;box-shadow:0 .1rem 1rem rgba(0,0,0,0.05)}
/*********************************************/
/***** END Video Player *****/
/*********************************************/

/*********************************************/
/***** Dashboard BEGIN *****/
/*********************************************/
.b-dashboard{position:relative;margin:0 auto;margin-top:-100px;z-index:1010;}
/* M */
@media(max-width:960px){.b-dashboard{margin-top:80px;}}
.b-dashboard__item{background-color:#FFF;-webkit-border-radius:12px;border-radius:12px;margin-bottom:50px;padding:30px; text-align:center;}
/* M */
@media(max-width:960px){.b-dashboard__item{padding:10px; }}
.b-dashboard__item:after{content:"";display:table;clear:both;}
.b-dashboard__ico{margin-bottom:25px;color:#84B600;}
.b-dashboard__info{overflow:hidden;text-align:center;}
.b-dashboard__title{margin-top:15px;line-height:1;color:#000;font-size:20px;font-weight:600;text-align:center;}
/* M */
@media(max-width:960px){.b-dashboard__title{font-size:16px;}}
.b-dashboard__link{color:#1DAFED;text-decoration:none;-webkit-transition:all 0.5s linear 0s;transition:all 0.5s linear 0s;}
.b-dashboard__link:hover{color:#FF0000;}
.b-dashboard_ico-color:nth-child(1) .b-dashboard__ico{color:#DB4360;}
.b-dashboard_ico-color:nth-child(2) .b-dashboard__ico{color:#67AE73;}
.b-dashboard_ico-color:nth-child(3) .b-dashboard__ico{color:#DB4360;}
.b-dashboard_ico-color:nth-child(4) .b-dashboard__ico{color:#67AE73;}
/*********************************************/
/***** END Dashboard *****/
/*********************************************/

/*********************************************/
/***** Hometext BEGIN *****/
/*********************************************/
.b-hometext{background-attachment:fixed;background-position:center;background-repeat:no-repeat;-webkit-background-size:cover;background-size:cover;}
.b-hometext__title{position:relative;margin-bottom:30px;line-height:1;color:#000;font-size:3em;font-weight:800;}
.b-hometext__title:before{content:"";position:absolute;bottom:-20px;left:0;width:100%;height:2px;background-color:#1DAFED;-webkit-transform:translateY(-50%);transform:translateY(-50%);}
.b-hometext__btn{margin-top:30px;}
.b-hometext__image{display:block;}
/* M */
@media(max-width:960px){.b-hometext__image{}}
/*********************************************/
/***** END Hometext *****/
/*********************************************/

/*********************************************/
/***** Client Banner widget BEGIN *****/
/*********************************************/
.b-clients-w{padding:0 35px;text-align:center;}
.b-clients-w__item{margin:0 20px 0 20px;}
/*** Arrows ***/
.b-clients-w__prev,.b-clients-w__next{position:absolute;top:calc(50% - 16px);display:inline-block;}
.b-clients-w__prev{left:0;}
.b-clients-w__next{right:0;}
/*** Dots ***/
.b-clients-w .slick-dots{position:absolute;bottom:-32px;display:block;width:100%;text-align:center;}
.b-clients-w .slick-dots li{position:relative;display:inline-block;margin:0 3px;}
.b-clients-w .slick-dots button{display:block;width:32px;height:16px;background-color:#FFF;background-color:rgba(255,255,255,0.25);border:1px solid #DFDFDF;border-radius:16px;line-height:0;cursor:pointer;color:transparent;font-size:0;transition:all 0.5s linear 0s;}
.b-clients-w .slick-dots .slick-active button{width:48px;background-color:#FFF;}
@media(max-width:768px){.b-clients-w .slick-dots button{width:24px;height:12px;}}
@media(max-width:768px){.b-clients-w .slick-dots .slick-active button{width:32px;}}
/*********************************************/
/***** END Client Banner widget *****/
/*********************************************/

/*********************************************/
/***** Partner Banner widget BEGIN *****/
/*********************************************/
.b-partner-w{padding:0 35px;text-align:center;}
.b-partner-w__item{margin:0 20px 0 20px;}
/*** Arrows ***/
.b-partner-w__prev,.b-partner-w__next{position:absolute;top:calc(50% - 16px);display:inline-block;}
.b-partner-w__prev{left:0;}
.b-partner-w__next{right:0;}
/*** Dots ***/
.b-partner-w .slick-dots{position:absolute;bottom:-32px;display:block;width:100%;text-align:center;}
.b-partner-w .slick-dots li{position:relative;display:inline-block;margin:0 3px;}
.b-partner-w .slick-dots button{display:block;width:32px;height:16px;background-color:#FFF;background-color:rgba(255,255,255,0.25);border:1px solid #DFDFDF;border-radius:16px;line-height:0;cursor:pointer;color:transparent;font-size:0;transition:all 0.5s linear 0s;}
.b-partner-w .slick-dots .slick-active button{width:48px;background-color:#FFF;}
@media(max-width:768px){.b-partner-w .slick-dots button{width:24px;height:12px;}}
@media(max-width:768px){.b-partner-w .slick-dots .slick-active button{width:32px;}}
/*********************************************/
/***** END Partner Banner widget *****/
/*********************************************/

/*********************************************/
/***** Counters BEGIN *****/
/*********************************************/
.b-counters{}
.b-counters__item{margin-bottom:50px;text-align:center;}
.b-counters__item:after{content:"";display:table;clear:both;}
.b-counters__ico{float:left;margin-right:20px;}
.b-counters__info{overflow:hidden;}
.b-counters__value, .b-progress__value{margin:0 0 20px 0;line-height:1;color:#0057B8;font-size:5em;font-weight:800;}
.b-counters__value:after{content:"+";margin-left:4px;color:#FFD700;}
.progress-bar:after{content:"%";margin-left:4px;color:#FFD700;}
.b-counters__title{margin:0;line-height:1;color:#1A1A1A;font-size:1em;font-weight:400;}
.b-counters_ico-color:nth-child(1) .b-counters__ico{color:#FF0000;}
.b-counters_ico-color:nth-child(2) .b-counters__ico{color:#459FDA;}
.b-counters_ico-color:nth-child(3) .b-counters__ico{color:#84B600;}
/*********************************************/
/***** END Counters *****/
/*********************************************/

/*********************************************/
/***** Blog widget BEGIN *****/
/*********************************************/
/* Grid */
.b-blog-w{}
.b-blog-w__item{margin-bottom:50px;}
.b-blog-w__image{margin-bottom:20px;overflow:hidden;}
.b-blog-w__image img{display:block;}
.b-blog-w__date{display:block;margin-bottom:20px;color:#999;font-size:11px;text-transform:uppercase;}
.b-blog-w__title{margin-bottom:20px;line-height:1.3;font-size:18px;font-weight:400;}
.b-blog-w__item-text{color:#676767;font-weight:200;}
/* Slider */
.b-blog-w.js{position:relative;text-align:center;}
.b-blog-w__item.js{margin-bottom:50px;}
.b-blog-w__image.js{margin-bottom:20px;overflow:hidden;}
.b-blog-w__image.js img{display:inline!important;max-width:150px;border-radius:50%;}
.b-blog-w__date.js{display:block;margin-bottom:20px;color:#999;font-size:11px;text-transform:uppercase;}
.b-blog-w__title.js{margin-bottom:20px;line-height:1.3;font-size:18px;font-weight:400;}
.b-blog-w__item-text.js{color:#676767;font-weight:200;}
.b-blog-w__prev,.b-blog-w__next{position:absolute;top:0;display:inline-block;margin:35px 5px 0;}
.b-blog-w__prev{left:-28px;}
.b-blog-w__next{right:-28px;}
/*********************************************/
/***** END Blog widget *****/
/*********************************************/

/*********************************************/
/***** Blog popular widget BEGIN *****/
/*********************************************/
/* Grid */
.b-popular-w{}
.b-popular-w__item{margin-bottom:50px;}
.b-popular-w__image{margin-bottom:20px;overflow:hidden;}
.b-popular-w__image img{display:block;}
.b-popular-w__date{display:block;margin-bottom:20px;color:#999;font-size:11px;text-transform:uppercase;}
.b-popular-w__title{margin-bottom:20px;line-height:1.3;font-size:18px;font-weight:400;}
.b-popular-w__item-text{color:#676767;font-weight:200;}
/* Slider */
.b-popular-w.js{position:relative;text-align:center;}
.b-popular-w__item.js{margin-bottom:50px;}
.b-popular-w__image.js{margin-bottom:20px;overflow:hidden;}
.b-popular-w__image.js img{display:inline!important;max-width:150px;border-radius:50%;}
.b-popular-w__date.js{display:block;margin-bottom:20px;color:#999;font-size:11px;text-transform:uppercase;}
.b-popular-w__title.js{margin-bottom:20px;line-height:1.3;font-size:18px;font-weight:400;}
.b-popular-w__item-text.js{color:#676767;font-weight:200;}
.b-popular-w__prev,.b-popular-w__next{position:absolute;top:0;display:inline-block;margin:35px 5px 0;}
.b-popular-w__prev{left:-28px;}
.b-popular-w__next{right:-28px;}
/*********************************************/
/***** END Blog popular widget *****/
/*********************************************/

/*********************************************/
/***** Blog related widget BEGIN *****/
/*********************************************/
/* Grid */
.b-related-w{}
.b-related-w__item{margin-bottom:50px;}
.b-related-w__image{margin-bottom:20px;overflow:hidden;}
.b-related-w__image img{display:block;}
.b-related-w__date{display:block;margin-bottom:20px;color:#999;font-size:11px;text-transform:uppercase;}
.b-related-w__title{margin-bottom:20px;line-height:1.3;font-size:18px;font-weight:400;}
.b-related-w__item-text{color:#676767;font-weight:200;}
/* Slider */
.b-related-w.js{position:relative;text-align:center;}
.b-related-w__item.js{margin-bottom:50px;}
.b-related-w__image.js{margin-bottom:20px;overflow:hidden;}
.b-related-w__image.js img{display:inline!important;max-width:150px;border-radius:50%;}
.b-related-w__date.js{display:block;margin-bottom:20px;color:#999;font-size:11px;text-transform:uppercase;}
.b-related-w__title.js{margin-bottom:20px;line-height:1.3;font-size:18px;font-weight:400;}
.b-related-w__item-text.js{color:#676767;font-weight:200;}
.b-related-w__prev,.b-related-w__next{position:absolute;top:0;display:inline-block;margin:35px 5px 0;}
.b-related-w__prev{left:-28px;}
.b-related-w__next{right:-28px;}
/*********************************************/
/***** END Blog related widget *****/
/*********************************************/

/*********************************************/
/***** Blog random widget BEGIN *****/
/*********************************************/
/* Grid */
.b-random-w{}
.b-random-w__item{margin-bottom:50px;}
.b-random-w__image{margin-bottom:20px;overflow:hidden;}
.b-random-w__image img{display:block;}
.b-random-w__date{display:block;margin-bottom:20px;color:#999;font-size:11px;text-transform:uppercase;}
.b-random-w__title{margin-bottom:20px;line-height:1.3;font-size:18px;font-weight:400;}
.b-random-w__item-text{color:#676767;font-weight:200;}
/* Slider */
.b-random-w.js{position:relative;text-align:center;}
.b-random-w__item.js{margin-bottom:50px;}
.b-random-w__image.js{margin-bottom:20px;overflow:hidden;}
.b-random-w__image.js img{display:inline!important;max-width:150px;border-radius:50%;}
.b-random-w__date.js{display:block;margin-bottom:20px;color:#999;font-size:11px;text-transform:uppercase;}
.b-random-w__title.js{margin-bottom:20px;line-height:1.3;font-size:18px;font-weight:400;}
.b-random-w__item-text.js{color:#676767;font-weight:200;}
.b-random-w__prev,.b-random-w__next{position:absolute;top:0;display:inline-block;margin:35px 5px 0;}
.b-random-w__prev{left:-28px;}
.b-random-w__next{right:-28px;}
/*********************************************/
/***** END Blog random widget *****/
/*********************************************/

/*********************************************/
/***** Gallery widget BEGIN *****/
/*********************************************/
.b-gallery-w{}
.b-gallery-w:after{content:"";display:table;clear:both;}
.b-gallery-w__item{position:relative;height:220px;overflow:hidden;opacity:0;transform:translateY(20px);animation:fadeInUp 0.65s forwards;}
/* XS */
@media(max-width:480px){.b-gallery-w__item:after{content:"";position:absolute;top:0;left:0;display:block;width:100%;height:100%;background:transparent;z-index:10;}}
.b-gallery-w__item:hover .b-gallery-w__zoom{visibility:visible;opacity:1;}
.b-gallery-w__zoom{position:absolute;inset:0;display:block;background-color:rgba(29,175,237,0.75);visibility:hidden;opacity:0;color:#FFF;transition:opacity .3s ease;}
.b-gallery-w__zoom-wrap-outer{display:flex;width:100%;height:100%;align-items:center;justify-content:center;}
.b-gallery-w__zoom-wrap-inner{display:table-cell;vertical-align:middle;text-align:center;}
.b-gallery-w__image{display:block;width:100%;height:100%;object-fit:cover;object-position:center;}
/*********************************************/
/***** END Gallery widget *****/
/*********************************************/

/*********************************************/
/***** Review widget BEGIN *****/
/*********************************************/
.b-review-w{position:relative;text-align:center;}
.b-review-w__item{text-align:center;}
.b-review-w__image{margin-bottom:30px;}
.b-review-w__image img{display:inline!important;max-width:150px;border-radius:50%;}
.b-review-w__title{color:#1A1A1A;font-size:1.5em;font-weight:600;}
.b-review-w__item-text{margin-bottom:20px;font-size:1em;}
.b-review-w__url{margin-left:5px;color:#0057B8;}
.b-review-w__prev,.b-review-w__next{position:absolute;top:0;display:inline-block;margin:35px 5px 0;}
.b-review-w__prev{left:-28px;}
.b-review-w__next{right:-28px;}
/*********************************************/
/***** END Review widget *****/
/*********************************************/

/*********************************************/
/***** Timeline BEGIN *****/
/*********************************************/
.b-whywe-w .block-timeline{position:relative;display:block;width:50%;margin:0;padding-right:30px;line-height:1.25;font-weight:400;}
.b-whywe-w .block-timeline div{display:block;margin-bottom:10px;padding:0;line-height:1.25;font-size:16px;font-weight:400;}
.b-whywe-w .block-timeline div:last-child{margin-bottom:0;}
.b-whywe-w .block-timeline:nth-child(1) div:nth-child(1), 
.b-whywe-w .block-timeline:nth-child(2) div:nth-child(1), 
.b-whywe-w .block-timeline:nth-child(3) div:nth-child(1), 
.b-whywe-w .block-timeline:nth-child(4) div:nth-child(1), 
.b-whywe-w .block-timeline:nth-child(5) div:nth-child(1){position:absolute;top:20px;display:block;width:100%;margin-bottom:20px;line-height:1;color:#313131;font-size:22px;font-weight:600;}
.b-whywe-w .block-timeline:nth-child(1) div:nth-child(1), 
.b-whywe-w .block-timeline:nth-child(3) div:nth-child(1), 
.b-whywe-w .block-timeline:nth-child(5) div:nth-child(1){left:100%;margin-left:18px;padding-left:60px;text-align:left;}
.b-whywe-w .block-timeline:nth-child(1) div:nth-child(1):before, 
.b-whywe-w .block-timeline:nth-child(3) div:nth-child(1):before, 
.b-whywe-w .block-timeline:nth-child(5) div:nth-child(1):before{content:"";position:absolute;top:12px;left:0;width:48px;height:2px;background-color:#1DAFED;-webkit-transform:translateY(-50%);transform:translateY(-50%);}
.b-whywe-w .block-timeline:nth-child(2) div:nth-child(1), 
.b-whywe-w .block-timeline:nth-child(4) div:nth-child(1), 
.b-whywe-w .block-timeline:nth-child(6) div:nth-child(1){right:100%;margin-right:20px;padding-right:86px;text-align:right;}
.b-whywe-w .block-timeline:nth-child(2) div:nth-child(1):before, 
.b-whywe-w .block-timeline:nth-child(4) div:nth-child(1):before, 
.b-whywe-w .block-timeline:nth-child(6) div:nth-child(1):before{content:"";position:absolute;top:12px;right:24px;width:48px;height:2px;background-color:#1DAFED;-webkit-transform:translateY(-50%);transform:translateY(-50%);}
.b-whywe-w .block-timeline:nth-child(1) div:nth-child(2), 
.b-whywe-w .block-timeline:nth-child(2) div:nth-child(2), 
.b-whywe-w .block-timeline:nth-child(3) div:nth-child(2), 
.b-whywe-w .block-timeline:nth-child(4) div:nth-child(2), 
.b-whywe-w .block-timeline:nth-child(5) div:nth-child(2){position:relative;background-color:#F7F7F7;border:0px solid #DFDFDF;margin-right:25px;padding:30px;color:#313131;font-weight:400;}
.b-whywe-w .block-timeline:nth-child(1) div:nth-child(2):before, 
.b-whywe-w .block-timeline:nth-child(2) div:nth-child(2):before, 
.b-whywe-w .block-timeline:nth-child(3) div:nth-child(2):before, 
.b-whywe-w .block-timeline:nth-child(4) div:nth-child(2):before, 
.b-whywe-w .block-timeline:nth-child(5) div:nth-child(2):before{content:"";position:absolute;top:12px;border-bottom:20px solid transparent;border-top:20px solid transparent;}
.b-whywe-w .block-timeline:nth-child(1) div:nth-child(2):before, 
.b-whywe-w .block-timeline:nth-child(3) div:nth-child(2):before, 
.b-whywe-w .block-timeline:nth-child(5) div:nth-child(2):before{right:-20px;border-left:20px solid #F7F7F7;}
.b-whywe-w .block-timeline:nth-child(2) div:nth-child(2):before, 
.b-whywe-w .block-timeline:nth-child(4) div:nth-child(2):before, 
.b-whywe-w .block-timeline:nth-child(6) div:nth-child(2):before{left:-20px;border-right:20px solid #F7F7F7;}
.b-whywe-w .block-timeline div:nth-child(3){margin-bottom:20px;color:#313131;font-size:24px;font-weight:600;}
.b-whywe-w .block-timeline div:nth-child(4){margin-bottom:0;line-height:1.5;color:#676767;font-weight:400;}
.b-whywe-w .block-timeline i{color:#313131;}
/***** Шари *****/
.b-whywe-w .block-timeline:after{content:"";position:absolute;top:12px;width:40px;height:40px;background-color:#FFF;border:2px solid #1DAFED;-webkit-border-radius:50%;border-radius:50%;-webkit-box-sizing:border-box;box-sizing:border-box;line-height:40px;}
/***** Лінія *****/
.b-whywe-w .block-timeline:before{content:"";position:absolute;top:1px;height:100%;}
.b-whywe-w .block-timeline:nth-child(odd):after{right:0px;-webkit-transform:translateX(calc(50% + -2px));transform:translateX(calc(50% + -2px));}
.b-whywe-w .block-timeline:nth-child(odd):before{right:0px;border-right:2px solid #1DAFED;}
.b-whywe-w .block-timeline:nth-child(even){margin-left:50%;padding-left:50px;padding-right:0;}
.b-whywe-w .block-timeline:nth-child(even):after{left:0px;-webkit-transform:translateX(calc(-50% - 2px));transform:translateX(calc(-50% - 2px));}
.b-whywe-w .block-timeline:nth-child(even):before{left:0px;border-left:2px solid #1DAFED;-webkit-transform:translateX(-2px);transform:translateX(-2px);}
@media (max-width:768px){
    .b-whywe-w .block-timeline:nth-child(1) div:nth-child(1), .b-whywe-w .block-timeline:nth-child(3) div:nth-child(1), .b-whywe-w .block-timeline:nth-child(5) div:nth-child(1){position:relative;left:0;margin-left:0;padding-left:0;text-align:left;}
    .b-whywe-w .block-timeline:nth-child(2) div:nth-child(1), .b-whywe-w .block-timeline:nth-child(4) div:nth-child(1), .b-whywe-w .block-timeline:nth-child(6) div:nth-child(1){position:relative;right:0;margin-right:0;padding-right:0;text-align:left;}
    .b-whywe-w .block-timeline:nth-child(1) div:nth-child(1):before, .b-whywe-w .block-timeline:nth-child(3) div:nth-child(1):before, .b-whywe-w .block-timeline:nth-child(5) div:nth-child(1):before, 
    .b-whywe-w .block-timeline:nth-child(1) div:nth-child(2):before, .b-whywe-w .block-timeline:nth-child(3) div:nth-child(2):before, .b-whywe-w .block-timeline:nth-child(5) div:nth-child(2):before{display:none;}
    .b-whywe-w .block-timeline:nth-child(2) div:nth-child(2):before, .b-whywe-w .block-timeline:nth-child(4) div:nth-child(2):before, .b-whywe-w .block-timeline:nth-child(6) div:nth-child(2):before{display:none;}
    .b-whywe-w .block-timeline:nth-child(2) div:nth-child(1):before, .b-whywe-w .block-timeline:nth-child(4) div:nth-child(1):before, .b-whywe-w .block-timeline:nth-child(6) div:nth-child(1):before{display:none;}
    .b-whywe-w .block-timeline:nth-child(odd), .b-whywe-w .block-timeline:nth-child(even){width:100%;margin:0;padding-right:0px;padding-bottom:20px;padding-left:0;text-align:left;}
    .b-whywe-w .block-timeline:nth-child(odd):after, .b-whywe-w .block-timeline:nth-child(even):after{display:none;left:0;-webkit-transform:translateX(0px);transform:translateX(0px);}
    .b-whywe-w .block-timeline:nth-child(odd):before, .b-whywe-w .block-timeline:nth-child(even):before{display:none;left:0px;border-left:1px solid #DFDFDF;-webkit-transform:translateX(25px);transform:translateX(25px);}
}
.b-whywe-w .block-timeline ul{list-style-type:none;list-style:none;margin-left:0;margin:0;}
.b-whywe-w .block-timeline ul li{margin:0 0 0.8em 0;padding:0 0 0 20px;color:#000;font-weight:400;text-indent:-20px;}
.b-whywe-w .block-timeline ul li:before{content:"\f05d";margin-right:8px;color:#1DAFED;font-size:16px;font-family:"FontAwesome";}
/*********************************************/
/***** END Timeline *****/
/*********************************************/

/*********************************************/
/***** WhyWe on page about BEGIN *****/
/*********************************************/
.b-whywe-w{}
.b-whywe-w__item{}
@media(max-width:768px){.b-whywe-w__item{min-height:auto;}}
.b-whywe-w__title{margin-bottom:10px;color:#000;font-size:18px;font-weight:400;}
.b-whywe-w__item-text{color:#676767;}
.b-whywe-w .slick-dots{position:absolute;top:-62px;right:0;display:block;text-align:center;}
.b-whywe-w .slick-dots li{position:relative;display:inline-block;margin:0 4px;}
.b-whywe-w .slick-dots button{display:block;width:32px;height:32px;background-color:#FFF;border:1px solid #1DAFED;-webkit-border-radius:16px;border-radius:32px;line-height:0;cursor:pointer;color:#000;}
.b-whywe-w .slick-dots .slick-active button{background-color:#1DAFED;border:1px solid #1DAFED;color:#FFF;}
/*********************************************/
/***** END WhyWe on page about *****/
/*********************************************/

/*********************************************/
/***** Hometext BEGIN *****/
/*********************************************/
.b-service-w{}
.b-service-w__item:nth-child(1), .b-service-w__item:nth-child(3), .b-service-w__item:nth-child(5), 
.b-service-w__item:nth-child(2), .b-service-w__item:nth-child(4), .b-service-w__item:nth-child(6){display:inline-block;width:50%;margin-bottom:60px;}
.b-service-w__item:nth-child(1), .b-service-w__item:nth-child(3), .b-service-w__item:nth-child(5){float:left;padding-right:20%;text-align:right;}
.b-service-w__item:nth-child(2), .b-service-w__item:nth-child(4), .b-service-w__item:nth-child(6){float:right;padding-left:20%;text-align:left;}
.b-service-w__item:nth-child(7){position:absolute;right:0;bottom:0;left:0;float:none;display:block;width:100%;margin-bottom:80px;text-align:center;}
/* M */
@media(max-width:960px){.b-service-w__item:nth-child(1), .b-service-w__item:nth-child(3), .b-service-w__item:nth-child(5), .b-service-w__item:nth-child(2), .b-service-w__item:nth-child(4), .b-service-w__item:nth-child(6), .b-service-w__item:nth-child(7){float:none;display:block;width:100%;margin-bottom:30px;padding-right:0;padding-left:0;text-align:left;}}
.b-service-w__image img{max-height:90px;}
.b-service-w__title{margin-bottom:10px;line-height:1;color:#FFF;font-size:24px;font-weight:400;}
.b-service-w__title .g-link{color:#FFF;}
.b-service-w__item-text{color:rgba(255, 255, 255, 0.75);}
/*********************************************/
/***** END Hometext *****/
/*********************************************/

/*********************************************/
/***** Team on page about BEGIN *****/
/*********************************************/
.b-team-w{width:calc(100% + 30px);margin-left:-15px;}
.b-team-w__item{margin:0 auto;-webkit-border-radius:12px;border-radius:12px;margin-right:15px;margin-left:15px;padding:0 0 30px 0;text-align:center;overflow:hidden;box-shadow:0 .1rem 1rem rgba(0,0,0,0.05);}
.b-team-w__image{margin-bottom:30px;overflow:hidden;}
.b-team-w__image img{display:block;}
.b-team-w__info{min-height:105px;padding:10px 15px;overflow:hidden;}
.b-team-w__title{min-height:54px;margin-bottom:10px;color:#000;font-size:18px;font-weight:400;}
.b-team-w__item-text{color:#676767;}
.b-team-w__prev, .b-team-w__next{position:absolute;top:-82px;width:42px;height:42px;background-color:#F5F5F5;border:0 none;-webkit-border-radius:0;border-radius:0;padding:0;line-height:42px!important;cursor:pointer;z-index:1010;text-align:center;}
.b-team-w__prev{left:15px;}
.b-team-w__next{right:15px;}
/*********************************************/
/***** END Team on page about *****/
/*********************************************/

/*********************************************/
/***** Footer BEGIN *****/
/*********************************************/
.b-footer-bottom-helper{min-height:100%;overflow:hidden;}
/* M */
@media(max-width:960px){.b-footer-bottom-helper{min-height:auto;overflow:auto;}}
.b-footer-bottom-helper-2{padding-bottom:328.06px;}
/* M */
@media(max-width:960px){.b-footer-bottom-helper-2{padding-bottom:0;}}
.b-footer{height:328.06px;background-color:#1C1C1C;border-top:10px solid #1DAFED;margin-top:-328.06px;color:rgba(255,255,255,0.5);}
/* M */
@media(max-width:960px){.b-footer{height:auto;margin-top:0;}}
.b-footer__inner{height:271.45px;background-color:#141414;padding-bottom:2em;}
/* M */
@media(max-width:960px){.b-footer__inner{height:auto;}}
.b-footer__section{padding-top:3em;font-size:0.9em;}
.b-footer__title{margin-bottom:1em;color:#FFF;font-size:18px;font-weight:200;text-transform:uppercase;}
.b-footer__item{margin-top:1em;}
/****** b-socgroups BEGIN ******/
.b-socgroups{margin-left:-10px;}
.b-socgroups:after{content:"";display:table;clear:both;}
.b-socgroups__item{float:left;width:40px;height:40px;background-color:#2C2C2C;border-radius:2px;margin-left:10px;line-height:40px!important;color:#FFF;text-align:center;text-decoration:none;transition:all 0.5s linear 0s;}
/****** Facebook ******/
.b-socgroups__item_fb:hover{background-color:#1877F2;}
/****** Instagram ******/
.b-socgroups__item_ig:hover{background-color:#E1306C;}
/****** Telegram ******/
.b-socgroups__item_tg:hover{background-color:#0088CC;}
/****** Twitter / X ******/
.b-socgroups__item_tw:hover{background-color:#000000;}
/****** LinkedIn ******/
.b-socgroups__item_in:hover{background-color:#0A66C2;}
/****** YouTube ******/
.b-socgroups__item_yt:hover{background-color:#FF0000;}
/****** TikTok ******/
.b-socgroups__item_tt:hover{background-color:#000000;color:#25F4EE;}
/****** Viber ******/
.b-socgroups__item_vb:hover{background-color:#7360F2;}
/****** Facebook Messenger ******/
.b-socgroups__item_fbm:hover{background-color:#00B2FF;}
/****** RSS ******/
.b-socgroups__item_feed:hover{background-color:#F58432;}
/****** END b-socgroups ******/

/****** b-menu-footer BEGIN ******/
.b-menu-footer__item{margin-bottom:0.5em;}
/****** END b-menu-footer ******/
.b-footer__line{background-color:#1DAFED;border-top:1px solid rgba(255,255,255,0.25);padding:14px 0 10px 0;}
.b-footer__line-center{text-align:center;}
.b-footer__line-right{text-align:right;}
.b-footer__line-left{text-align:left;}
/* S */
@media(max-width:768px){.b-footer__line-center, .b-footer__line-right, .b-footer__line-left{margin-top:20px;text-align:left;}}

/****** b-userbar BEGIN ******/
.b-userbar{font-size:0;}
.b-userbar__item{display:inline-block;max-width:200px;border-left:1px solid #494949;padding:0 20px;line-height:1.3;vertical-align:middle;font-size:13px;}
.b-userbar__item:first-child{border-left:0;padding-left:0;}
.b-userbar__item:last-child{padding-right:0;}
.b-userbar__icon{display:inline-block;vertical-align:middle;}
.b-userbar__link{text-decoration:none;display:inline-block;vertical-align:middle;}
/****** END b-userbar ******/

/****** b-engine BEGIN ******/
.b-engine{font-size:0.9rem;}
/****** END b-engine ******/

/****** b-logo footer BEGIN ******/
.black-white{position:relative;-webkit-transition:-webkit-filter 1s;transition:filter 1s;-webkit-filter:grayscale(100%);filter:grayscale(100%);-webkit-transition:all 0.5s linear 0s;transition:all 0.5s linear 0s;}
.black-white:hover {  -webkit-filter:grayscale(10%);filter:grayscale(10%);-webkit-transition:all 0.5s linear 0s;transition:all 0.5s linear 0s;}
/****** END b-logo footer ******/
/*********************************************/
/***** END Footer *****/
/*********************************************/

/*********************************************/
/***** Breadcrumbs BEGIN *****/
/*********************************************/
.b-breadcrumbs{color:#999;font-size:0.9em;}
.b-breadcrumbs .g-container{background-color:#FFF;border-bottom:1px solid #DFDFDF;padding:1.3em 30px!important;}
.b-breadcrumbs__item{float:left;}
.b-breadcrumbs__item:not(:last-child):after{content:'/';margin:0 0.5em 0 0.5em;}
/* S */
@media(max-width:768px){.b-breadcrumbs__item:last-child{display:none;}}
/*********************************************/
/***** END Breadcrumbs *****/
/*********************************************/

/*********************************************/
/***** Content BEGIN *****/
/*********************************************/
.b-content{padding-bottom:30px;}
.b-content .g-container{background-color:#FFF;padding:30px;}

.b-content__title{margin-bottom:30px;line-height:1;color:#1A1A1A;font-size:3em;font-weight:600;}
.b-content__description{margin-bottom:30px;}
.b-category__description{margin-bottom:30px;}

.b-content__item{border-top:1px solid #DFDFDF;margin-top:2em;padding-top:2em;}
.b-content__item:first-child{border-top:0;margin-top:0;padding-top:0;}
.b-content__item-image{float:left;max-width:32%;margin:0.5em 2.5% 0 0;overflow:hidden;}
/* S */
@media(max-width:768px){.b-content__item-image{display:none;}}
.b-content__item-image img{display:block;}
.b-content__item-title{margin-bottom:0.6em;line-height:1.2;font-size:1.7em;}
.b-content__item-title-link{color:#0057B8;}
.b-content__item-title-link:hover{color:#1A1A1A;}
.b-content__item-category{color:#676767;font-size:0.9em;font-style:italic;}
.b-content__item-category-title{margin-right:5px;}
.b-content__item-category-link{color:#FF0000;}

.b-content__team-image{max-height:500px;overflow:hidden;}
.b-content__team-image img{display:block;width:100%;}

.b-content__noitems{}
.b-content__pagination{margin-top:2em;}
.b-content__section{margin-bottom:80px;}
.b-content__addinfo{margin-top:2em;}
.b-content__add-photo, .b-content__add-share, .b-content__add-tags{margin-top:2em;}
/*** Послуги ***/
.b-content__item.service{border-top:1px solid #DFDFDF;margin-top:2em;padding-top:2em;}
/*** Icon in pages ***/
.b-content__item-icon{float:left;max-width:30%;margin:0 1em 0 0;overflow:hidden;}
/*** 404 ***/
.page_not_found{width:100%;max-width:400px;}

/****** Blog Info BEGIN ******/
.b-content__bloginfo{border-top:1px solid #DFDFDF;border-bottom:1px solid #DFDFDF;margin-top:2em;padding:1.3em 0;}
.b-content__bloginfo-section{font-size:0;white-space:nowrap;}
.b-content__bloginfo_right{float:right;}
/* S */
@media(max-width:768px){.b-content__bloginfo_left{margin-bottom:20px;}.b-content__bloginfo_right{float:none;}}
.b-content__bloginfo-title{display:block;vertical-align:middle;margin-right:16px;margin-bottom:16px;font-size:1rem;}
.b-content__bloginfo-list{display:inline-block;vertical-align:middle;white-space:normal;font-size:1rem;}

/****** Tags BEGIN ******/
.b-tags{margin:0 0 0 -5px;}
.b-tags:after{content:"";display:table;clear:both;}
.b-tags__item{float:left;background-color:#0057B8;border-radius:2px;margin:5px 0 0 5px;padding:0.4em 0.8em;color:#FFF;font-size:0.9em;transition:all 0.5s linear 0s;}
.b-tags__item:hover{background-color:#FF0000;color:#FFF;}

/****** Content Addinfo BEGIN ******/
.b-addinfo{color:#999;font-size:0.9em;}
.b-addinfo__item{float:left;vertical-align:middle;}
.b-addinfo__item:not(:last-child):after{content:'/';margin:0 0.5em 0 0.5em;}
.b-addinfo__item-icon{color:#D0D0D0;}
/*********************************************/
/***** END Content *****/
/*********************************************/

/*********************************************/
/***** Pagination BEGIN *****/
/*********************************************/
.b-pagination{}
.b-pagination__item{display:inline-block;vertical-align:middle;margin:0;}
.b-pagination__item:first-child{}
.b-pagination__item a,
.b-pagination_page-active{display:inline-block;width:32px;height:32px;border:1px solid #DFDFDF;line-height:32px;vertical-align:middle;color:#1A1A1A;text-align:center;text-decoration:none;transition:all 0.5s linear 0s;}
.b-pagination_page-active{background-color:#F7F7F7;}
.b-pagination__arrow{position:relative;color:#1A1A1A;}
.b-pagination_first{margin-right:0;}
.b-pagination_last{margin-left:0;}
/*********************************************/
/***** END Pagination *****/
/*********************************************/

/*********************************************/
/***** Service BEGIN *****/
/*********************************************/
.b-content__service{min-height:291px;-webkit-border-radius:12px;border-radius:12px;margin-bottom:30px;padding:30px;text-align:center;box-shadow:0 .1rem 1rem rgba(0,0,0,0.05);}
.b-content__service-image{display:block;margin:0 auto;margin-bottom:20px;overflow:hidden;text-align:center;}
.b-content__service-image img{display:block;margin:0 auto;}
.b-content__service-title{margin-bottom:20px;line-height:1;font-size:1.5em;}
/*********************************************/
/***** END Service *****/
/*********************************************/

/*********************************************/
/***** Comments BEGIN *****/
/*********************************************/
/* Форма для коментарів */
#comments-form{background-color:#F5F5F5;margin-top:2em;padding:2em;}
.b-comments{border:1px solid #DFDFDF;margin-top:2em;padding:2em;}
.b-comments__message_info{margin-bottom:1.5em;}
.b-comments__form{background-color:#F7F7F7;border:1px solid #DFDFDF;margin-bottom:2em;padding:2em 0;}
#b-comments__form-anchor{position:absolute;margin-top:-250px;}
/* S */
@media(max-width:768px){#b-comments__form-anchor{margin-top:-50px;}}
.b-comments__list{margin-bottom:2em;}
.b-comments__post{border-top:1px solid #DFDFDF;border-radius:4px;margin-top:2em;padding:1em 1em 1em 0;}
.b-comments__post:first-child{border-top:0;margin-top:0;padding-top:0;}
/* Опціонально — щоб відступи між дочірніми коментарями були трохи більшими */
.b-comments__post + .b-comments__post{margin-top:1em;}
.b-comments__children{border-left:1px solid #DFDFDF;margin-left:2em;margin-top:1em;padding-left:1em;}
.b-comments__post-header{padding-bottom:5px;font-size:0;}
.b-comments__post-author{display:inline-block;margin-right:10px;vertical-align:top;color:#1A1A1A;font-size:1rem;font-weight:bold;}
.b-comments__post-date{display:inline-block;margin-right:10px;vertical-align:top;color:#999;font-size:1rem;}
.b-comments__post-rate{display:inline-block;margin-top:4px;vertical-align:top;font-size:1rem;}
.b-comments__post-text{margin-bottom:10px;}
.b-comments__post-vote{color:#999;font-size:0;}
.b-comments__post-vote-item{display:inline-block;margin-right:20px;vertical-align:top;color:#999;font-size:1rem;text-decoration:none;}
/*.comment-like .b-comments__post-vote-ico{color:#0057B8;}*/
/*.comment-dislike .b-comments__post-vote-ico{color:#FF0000;}*/
.b-star-number{}
.b-star-number__ico{float:left;margin-left:1px;color:#FF0000;}
.b-star-number__ico:first-child{margin-left:0;}
.b-star-rating{font-size:0;}
.b-star-rating__wrap{display:inline-block;font-size:1rem;}
.b-star-rating__wrap:after{content:"";display:table;clear:both;}
.b-star-rating__ico{float:right;padding-left:2px;cursor:pointer;color:#FF0000;}
.b-star-rating__ico:last-child{padding-left:0;}
.b-star-rating__input{display:none;}
.b-star-rating__ico:hover:before,
.b-star-rating__ico:hover ~ .b-star-rating__ico:before,
.b-star-rating__input:checked ~ .b-star-rating__ico:before{content:"\f005";}
/*********************************************/
/***** END Comments *****/
/*********************************************/

/*********************************************/
/***** Gallery BEGIN *****/
/*********************************************/
.b-gallery{}
.b-gallery__menu-item{display:inline-block;vertical-align:top;margin:0 0 0.5em 1em;}
.b-gallery__menu-item:first-child{margin-left:0;}
.b-gallery__menu-link.mod-active{border-bottom:2px solid #5CABD6;}
.b-gallery__description{margin-bottom:2em;}
.b-gallery__category-album{margin-bottom:4em;text-align:center;}
.b-gallery__category-album-image{position:relative;display:block;margin-bottom:1.5em;}
.b-gallery__category-album-img,
.b-gallery__category-album-image-link{display:block;width:100%;height:300px;object-fit:cover;border-radius:8px;}
.b-gallery__category-album-title{display:inline-block;margin-bottom:0.5em;vertical-align:middle;margin-bottom:0.5em;color:rgba(0, 0, 0, 0.5);font-size:26px;font-weight:400;text-transform:uppercase;}
.b-gallery__category-album-title span{display:inline-block;vertical-align:middle;font-size:16px;font-weight:200;text-transform:lowercase;}
.b-gallery__category-album-text{font-size:0.9em;}

.b-gallery__photo{position:relative;height:220px;border-radius:8px;margin-bottom:30px;overflow:hidden;opacity:0;transform:translateY(20px);animation:fadeInUp 0.65s forwards;}
/* Лінк = контейнер */
.b-gallery__photo-link{position:relative;display:block;width:100%;height:100%;}
/* КАРТИНКА — ГОЛОВНИЙ ФІКС */
.b-gallery__photo-img{display:block;width:100%;height:100%;object-fit:cover;object-position:center;}
/* Overlay */
.b-gallery__zoom{position:absolute;inset:0;display:block;background-color:rgba(29,175,237,0.75);visibility:hidden;opacity:0;color:#FFF;transition:opacity .3s ease;}
/* Hover */
.b-gallery__photo-link:hover .b-gallery__zoom{visibility:visible;opacity:1;}
/* Центрування іконки */
.b-gallery__zoom-wrap-outer{display:flex;width:100%;height:100%;align-items:center;justify-content:center;}
/* XS touch fix */
@media(max-width:480px){.b-gallery__photo:after{content:"";position:absolute;inset:0;z-index:10;}}
/* Анімація */
@keyframes fadeInUp{to{opacity:1;transform:translateY(0);}}
/*********************************************/
/***** END Gallery *****/
/*********************************************/

/*********************************************/
/***** Gallery Masonry BEGIN *****/
/*********************************************/
/* Контейнер Masonry */
.b-gallery-masonry{columns:4 300px;column-gap:30px;}
/* Блок фото в колонці */
.b-gallery-masonry__item{break-inside:avoid;margin-bottom:30px;opacity:0;transform:translateY(20px);animation:fadeInUp 0.4s forwards;}
/* Зображення на всю ширину колонки */
.b-gallery-masonry__item img{width:100%;display:block;border-radius:8px;height:auto;/* Зберігаємо оригінальну висоту */}
/*********************************************/
/***** END Gallery Masonry *****/
/*********************************************/

/*********************************************/
/***** Sidebar BEGIN *****/
/*********************************************/
.b-sidebar{border-left:1px solid #DFDFDF;padding-left:30px;}
/* M */
@media(max-width:960px){.b-sidebar{border-top:1px solid #FF0000;border-left:0 none;margin-top:30px;padding-top:30px;padding-left:0;}}
.b-sidebar__section{margin-bottom:3.5em;}
.b-sidebar__section_search-w{}
/****** Sub categories Menu ******/
.b-subcats{
}
.b-subcats__item{
    border-bottom:1px solid #DFDFDF;
    padding:4px 0 4px 8px;
}
.b-subcats__item__active{
    background-color:#0057B8;
}
.b-subcats__item__active .b-subcats__item-link{
    color:#FFF;
}

/* Popular Items, sorted by amount of views */
.b-popular-s{}
.b-popular-s__item{margin-bottom:1.5em;}
.b-popular-s__item-title{margin-bottom:0.5em;}
.b-popular-s__item-addinfo:not(:last-child){margin-bottom:1.5em;}

/* Latest comments to all articles */
.b-comment-s{}
.b-comment-s__item{margin-bottom:1.5em;}
.b-comment-s__item-text{margin-bottom:0.5em;font-size:0.9em;}
.b-comment-s__item-addinfo:not(:last-child){margin-bottom:1.5em;}

/****** Search Form BEGIN ******/
.b-search-w_blog{}
.b-search__info{background-color:#F7F7F7;border:1px solid #DFDFDF;margin-bottom:2em;padding:1em;vertical-align:middle;font-size:18px;font-weight:200;}
.b-search__info-query, .b-search__info-results{display:block;}
.b-search-w_blog__submit{background-color:transparent;border:0;}

/****** Opening Hours ******/
.b-subcats__item-open{border-bottom:1px solid #DFDFDF;margin-bottom:10px;padding-bottom:10px;}
/*********************************************/
/***** END Sidebar *****/
/*********************************************/

/*********************************************/
/***** Team Sidebar BEGIN *****/
/*********************************************/
.b-team-2-w{min-height:322px;overflow:visible;}
.b-team-2-w__item{min-height:322px;overflow:visible;text-align:center;}
.b-team-2-w__image{display:block;width:100%;text-align:center;}
.b-team-2-w__title{color:#000;font-size:18px;font-weight:400;text-align:center;}
.b-team-2-w__title .g-link{color:#000;text-decoration:none;-webkit-transition:all 0.5s linear 0s;transition:all 0.5s linear 0s;}
.b-team-2-w__item-text{color:#676767;text-align:center;}
.b-team-2-w__prev, .b-team-2-w__next{position:absolute;top:-50px;right:30px;width:30px;height:30px;border:0 none;-webkit-border-radius:0;border-radius:0;padding:0;line-height:30px;cursor:pointer;text-align:center;}
.b-team-2-w__prev{right:30px;}
.b-team-2-w__next{right:0;}
/*********************************************/
/***** END Team Sidebar *****/
/*********************************************/

/*********************************************/
/***** Feedback BEGIN *****/
/*********************************************/
.b-feedback__item{margin-bottom:20px;vertical-align:middle;color:#1A1A1A;font-weight:200;}
.b-feedback__item:first-child{}
.b-feedback__item:last-child{margin-bottom:0;}
.b-feedback__text{display:inline-block;vertical-align:middle;color:#1A1A1A;font-size:1.5em;}
.b-feedback__text span{display:block;color:#676767;font-size:14px;}
.b-feedback__ico{display:inline-block;width:64px;height:64px;border:1px solid #DFDFDF;border-radius:64px;margin:0 8px 0 0;padding:0;line-height:64px!important;vertical-align:middle;color:#FF0000;font-size:24px!important;text-align:center;}
.b-feedback__link{color:#0057B8;text-decoration:none;transition:all 0.5s linear 0s;}
.b-feedback__link:hover{color:#FF0000;}
/*********************************************/
/***** END Feedback *****/
/*********************************************/

/*********************************************/
/***** Callback BEGIN *****/
/*********************************************/
/*** Основні стилі кнопки ***/
.callback-button{position:fixed;display:flex;width:56px;height:56px;background-color:#28a745;border:none;border-radius:50%;cursor:pointer;z-index:1000;align-items:center;justify-content:center;color:white;font-size:24px;transition:background-color 0.3s ease;}
.callback-button:hover{background-color:#218838;}
/*** Позиції ***/
.callback-button.top-left{top:20px;left:20px;}
.callback-button.top-right{top:20px;right:20px;}
.callback-button.bottom-left{bottom:20px;left:20px;}
.callback-button.bottom-right{bottom:20px;right:20px;}
/*** Модальний бекдроп ***/
.callback-modal-backdrop{position:fixed;top:0;left:0;display:none;width:100vw;height:100vh;background:rgba(0,0,0,0.5);z-index:999;}
/*** Модальне вікно ***/
.callback-modal{position:fixed;top:50%;left:50%;display:none;width:320px;max-width:90vw;transform:translate(-50%, -50%);background:white;border-radius:8px;padding:20px;box-shadow:0 4px 12px rgba(0,0,0,0.3);z-index:1001;}
/*** Fullscreen режим ***/
.callback-button.fullscreen + .callback-modal-backdrop,
.callback-button.fullscreen + .callback-modal-backdrop + .callback-modal{top:0;left:0;width:100vw;max-width:none;height:100vh;border-radius:0;transform:none;padding:40px 20px;}
/*** Заголовок ***/
#callbackModalTitle{margin-bottom:0.5em;font-size:1.25em;}
/*** Закрити кнопку ***/
.callback-close-btn{position:absolute;top:20px;right:20px;background:transparent;border:none;cursor:pointer;font-size:20px;}
/*** Поля форми ***/
.callback-modal form input[type="text"],
.callback-modal form input[type="tel"]{width:100%;padding:8px 10px;margin-bottom:12px;border:1px solid #ccc;border-radius:4px;font-size:16px;}
.callback-modal form button.submit-btn{width:100%;background-color:#28a745;border:none;cursor:pointer;border-radius:4px;padding:10px;color:white;font-size:16px;transition:background-color 0.3s ease;}
.callback-modal form button.submit-btn:hover{background-color:#218838;}
/*********************************************/
/***** END Callback *****/
/*********************************************/

/*********************************************/
/***** Sitemap Page BEGIN *****/
/*********************************************/
/* Контейнер списку категорій */
.sitemap-list{list-style:none;margin-left:0;padding-left:0;}
/* Категорія в списку */
.sitemap-category{margin-bottom:0.75rem;}
/* Посилання категорії */
.sitemap-category-link{color:#0057B8;font-weight:600;text-decoration:none;}
.sitemap-category-link:hover{text-decoration:underline;}
/* Список сторінок всередині категорії */
.sitemap-pages-list{list-style:disc;margin-top:0.25rem;padding-left:1.5rem;}
/* Елемент сторінки */
.sitemap-page-item{margin-bottom:0.25rem;}
/* Посилання на сторінку */
.sitemap-page-link{color:#0057B8;text-decoration:none;}
.sitemap-page-link:hover{text-decoration:underline;}
/*********************************************/
/***** END Sitemap Page *****/
/*********************************************/

/*********************************************/
/***** Linker BEGIN *****/
/*********************************************/
/* Контейнер стрілок */
.b-content__linker{display:flex;justify-content:space-between;align-items:center;margin-top:40px;padding-top:20px;border-top:1px solid #E4E4E4;gap:10px;}
/* Базовий стиль для стрілок */
.b-content__linker a{display:flex;align-items:center;text-decoration:none;color:#0057B8;font-weight:500;transition:color 0.3s ease;}
/* Стиль іконок */
.b-content__linker i{font-size:18px;transition:transform 0.3s ease, color 0.3s ease;}
/* Відступи для тексту */
.b-content__linker-left i{margin-right:8px;}
.b-content__linker-right i{margin-left:8px;}
/* Ховер-ефекти */
.b-content__linker a:hover{color:#1A1A1A;}
.b-content__linker a:hover i{transform:scale(1.2);color:#1A1A1A;}
/* Адаптивність — стовпчик на мобільному */
@media (max-width:768px){
.b-content__linker{flex-direction:column;align-items:stretch;}
.b-content__linker a{justify-content:center;padding:10px 0;}}
.b-content__linker-disabled{display:flex;align-items:center;color:#ccc;cursor:not-allowed;}
/*********************************************/
/***** END Linker *****/
/*********************************************/

/*********************************************/
/***** Search BEGIN *****/
/*********************************************/
/* Підсвічування пошукових ключових слів */
.search-highlight{background-color:#FFFA8B;border-radius:3px;padding:0 2px;}
/* Стилі для форми пошуку */
.search-form input[type="text"],
.search-form input[type="search"]{width:100%;transition:border-color 0.3s ease;border:1px solid #CCC;border-radius:4px;padding:0.5rem;font-size:1rem;}
.search-form input[type="text"]:focus,
.search-form input[type="search"]:focus{border-color:#007BFF;outline:none;}
/* Контейнер для автокомпліту (поки пусто) */
.autocomplete-list{position:absolute;width:100%;max-height:200px;background-color:#FFF;border:1px solid #DFDFDF;overflow-y:auto;z-index:2020;box-shadow:0 2px 6px rgba(0,0,0,0.15);}
.autocomplete-item{padding:0.5rem;cursor:pointer;}
.autocomplete-item:hover{background-color:#f0f0f0;}
/*********************************************/
/***** END Search *****/
/*********************************************/

/*********************************************/
/***** Cookies Settings BEGIN *****/
/*********************************************/
#cookies-banner{display:none;position:fixed;bottom:0;width:100%;background-color:#F5F5F5;border:1px solid #DFDFDF;padding:15px 20px;line-height:1.5;z-index:909091;font-size:14px;}
/* Контент */
#cookies-banner .cookies-content{display:flex;flex-direction:column;align-items:flex-start;gap:10px;}
@media (min-width:768px){#cookies-banner .cookies-content{flex-direction:row;justify-content:space-between;align-items:center;}}
/* Текст */
#cookies-banner .cookies-text{color:inherit;}
.cookies-links{display:block;}
/* Кнопки */
#cookies-banner .cookies-actions{display:flex;gap:10px;flex-shrink:0;}
#cookies-banner button{border:none;border-radius:3px;padding:6px 14px;cursor:pointer;font-size:13px;font-weight:600;}
#cookies-banner button#cookies-accept{background-color:#4CAF50;color:#FFF;}
#cookies-banner button#cookies-decline{background-color:#CCC;color:#000;}
/* Варіанти позиціонування банера */
#cookies-banner.position-top{top:0;bottom:auto;}
#cookies-banner.position-bottom{bottom:0;top:auto;}
#cookies-banner.position-bottom-left{bottom:0;top:auto;left:0;width:auto;max-width:320px;border-radius:0 8px 0 0;}
#cookies-banner.position-bottom-right{bottom:0;top:auto;right:0;width:auto;max-width:320px;border-radius:8px 0 0 0;}
#cookies-banner.position-center{position:fixed;top:50%;left:50%;transform:translate(-50%, -50%);width:auto;max-width:600px;border-radius:8px;bottom:auto;z-index:909091;}
/*********************************************/
/***** END Cookies Settings *****/
/*********************************************/

/*********************************************/
/***** TABLE Prices BEGIN *****/
/*********************************************/
.price{position:relative;width:100%;margin-top:30px;}
.price tr:nth-child(odd){background-color:#FFF;}
.price tr:nth-child(even){background-color:#F7F7F7;}
.price tr td{border:1px solid #DFDFDF;padding:12.5px;vertical-align:middle;font-weight:400;text-align:left;}
.price tr td:first-child{}
.price tr td:last-child{width:17.5%;}
.price thead tr{background-color:#F7F7F7!important;}
.price thead tr td{font-weight:800!important;}
/*********************************************/
/***** END Prices *****/
/*********************************************/

/*********************************************/
/***** Map BEGIN *****/
/*********************************************/
.map{position:relative;height:500px;z-index:1;}
.map_overlay{position:absolute;width:100%;height:500px;background-color:rgba(0,0,0,0.5);pointer-events:visible;z-index:2;}
.map_contact__ico{content:"";position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);display:block;width:80px;height:80px;background:#1DAFED;background-color:#1DAFED;border:1px solid #1DAFED;-webkit-border-radius:50%;border-radius:50%;margin:0;padding:0;line-height:80px!important;vertical-align:middle;cursor:pointer;z-index:4;color:#FFF;text-align:center; }
.map_contact__ico.not-active{display:none;}
.map_overlay.events{background:transparent;pointer-events:none;}
.map_overlay.events:after{content:"";display:none;}
/****** Map Contact BEGIN ******/
.map_contact{position:absolute;top:10px;left:10px;display:block;width:425px;background-color:#FFF;border:1px solid #DFDFDF;margin:0;padding:1em;vertical-align:middle;z-index:999;color:#000;font-size:14px;text-align:left;}
/* S */
@media(max-width:768px){
    .map_contact{width:auto;top:10px;right:10px;left:10px;visibility:hidden;opacity:0;}
	.map_contact.visible{width:auto;top:61px;right:10px;left:10px;visibility:visible!important;opacity:1;}}
.map_contact__item{display:inline-block;width:100%;margin-bottom:0.5em;font-size:16px;}
.map_contact__item:first-child{border-bottom:1px solid #DFDFDF;padding-bottom:0.5em;}
.map_contact__item strong{font-weight:600;text-transform:uppercase;}
.map_contact__item .fa{width:16px;margin-right:8px;color:#1DAFED;text-align:center;}
/*********************************************/
/***** END Map *****/
/*********************************************/

/*********************************************/
/***** Contact widget BEGIN *****/
/*********************************************/
.contact{position:absolute;top:10px;left:10px;display:block;width:48px;height:51px;background-color:rgba(255, 255, 255, 1);border:1px solid #DFDFDF;padding:10px;z-index:999;cursor:pointer;color:#000;text-align:left;text-decoration:none;-webkit-transition:all 0.5s linear 0s;transition:all 0.5s linear 0s;}
.contact.active{color:#1DAFED;}
.map_contact.js-toggle{left:58px;visibility:visible!important;opacity:1;}
/*********************************************/
/***** END Contact widget *****/
/*********************************************/

/*********************************************/
/***** ScrollUp BEGIN *****/
/*********************************************/
.back-to-top{position:fixed;bottom:27em;right:0;width:40px;height:40px;background-color:#1DAFED;margin:0;padding:0;line-height:40px!important;vertical-align:middle;visibility:hidden;opacity:0;z-index:100;cursor:pointer;color:#FFF;text-align:center;text-decoration:none;transition:all 0.5s linear 0s;}
.back-to-top:hover{background-color:#FF0000;color:#FFF;}
.back-to-top.active{visibility:visible;opacity:1;}
/*********************************************/
/***** END ScrollUp *****/
/*********************************************/

/*********************************************/
/***** Name BEGIN *****/
/*********************************************/
/*********************************************/
/***** END Name *****/
/*********************************************/