@charset "utf-8";
/* CSS Document */

/************ top site *************/
header {
    width: 100%;
    float: left;
}
header.fixed-header {
    transition: all 1.2s ease;
    position: fixed;
    background-color: #ffffff;
    z-index: 10;
    box-shadow: 0px 4px 23px 0px rgba(0, 0, 0, 0.10);
}
header.fixed-header .top-site .wrap {
	padding: 8px 30px;
}
header.fixed-header .logo a img {
	width: 180px;
}
.top-site {}
.top-site .wrap {
	padding: 30px;
}
.top-site .wrap .row {
	align-items: center;
}
.logo {}
.logo a img {
	height: auto;
	-webkit-transition-duration: 0.9s;
    transition-duration: 0.9s;
    -webkit-transition-property: transform;
    transition-property: transform;
    transition: opacity 0.9s;
}
.logo a:hover img,
.logo a:focus img {
	opacity: 0.7;
}
.main-manu {}
.main-manu ul {
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
	display: flex;
	justify-content: center;
	align-items: center;
}
.main-manu ul li {
	padding: 0 30px;
	position: relative;
}
.main-manu ul li a {
	font-weight: 600;
}
.main-manu ul li a:hover,
.main-manu ul li a:focus {
	text-decoration: none;
}
.main-manu ul li.current-menu-item a {
	color: #E30613;
}
.main-manu ul li::before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 24px;
	height: 24px;
	background-size: contain;
	background-repeat: no-repeat;
}
.main-manu ul li.item-news::before {
	background-image: url(../images/icon-news.png);
}
.main-manu ul li.item-about::before {
	background-image: url(../images/icon-about.png);
}
.main-manu ul li.item-vacant::before {
	background-image: url(../images/icon-vacant.png);
}
.main-manu ul li.item-prog::before {
	background-image: url(../images/icon-loyal.png);
}
.main-manu ul li.item-rent::before {
	background-image: url(../images/icon-rent.png);
}
.main-manu ul li.item-account::before {
	background-image: url(../images/icon-user.png);
}
.header-buttons {}
.header-buttons .wrap-butts {
	display: flex;
	align-items: center;
}
.header-buttons .wrap-butts a.butt-1 {
	margin-right: 12px;
}
.header-buttons .wrap-butts a:hover,
.header-buttons .wrap-butts a:focus {
	text-decoration: none;
}
.header-buttons .wrap-butts a.btn.butt-2 {
    display: inline-flex !important;
    align-items: center;
    gap: 8px;
    line-height: 1;
    height: auto;
	padding: 14px 25px;
}
.header-buttons .wrap-butts a.btn.butt-2 svg {
    display: block;
    height: 20px;
    width: auto;
    flex: 0 0 auto;
}
@supports (transform: translateY(1px)) {
  .header-buttons .wrap-butts a.btn.butt-2 svg { 
		transform: translateY(1px); 
	}
}
.header-buttons .wrap-butts a.butt-2 svg path {}
.header-buttons .wrap-butts a.butt-2:hover svg path,
.header-buttons .wrap-butts a.butt-2:focus svg path {
	fill: #fff;
}

/************ home page **************/
.elementor-element .e-con-inner {
	/*overflow: hidden;*/
}
/*---------- home-slider ---------*/
.home-slider {
	padding: 0 !important;
}
.custom-home-slider {
	margin: 0 30px;
	border-radius: 26.438px;
}
.custom-home-slider .carousel-inner {
	border-radius: 26.438px;
}
.custom-home-slider .carousel-indicators {
	margin-left: 10%;
	justify-content: left;
	margin-bottom: 7rem;
}
.custom-home-slider .carousel-indicators [data-bs-target]:first-child {
	margin-left: 0;
}
.custom-home-slider .carousel-indicators [data-bs-target] {
	width: 20px;
	height: 20px;
	background-color: rgba(33, 33, 33, 0.2);
	opacity: 1;
	border-radius: 100%;
	margin: 0 7px;
	-webkit-transition: width 0.9s, height 0.9s, background-color 0.9s, -webkit-transform 0.9s;
    transition: width 0.9s, height 0.9s, background-color 0.9s, transform 0.9s;
}
.custom-home-slider .carousel-indicators .active,
.custom-home-slider .carousel-indicators [data-bs-target]:hover {
	background-color: #E30613;
}
.custom-home-slider .carousel-item {}
.custom-home-slider .carousel-item img {
	border-radius: 26.438px;
}
.custom-home-slider .carousel-item .carousel-caption {
	text-align: left;
	left: 10%;
	padding-bottom: 10.25rem;
	max-width: 730px;
}
.custom-home-slider .carousel-item .carousel-caption .big-title {
	color: #E30613;
	font-weight: 800;
	font-size: 75px;
	line-height: 1.1;
	margin-bottom: 40px;
}
.custom-home-slider .carousel-item .carousel-caption .h3 {
	font-weight: 500;
	color: #212121;
	margin-bottom: 35px;
}
.custom-home-slider .carousel-item .carousel-caption .h3 span {
	font-weight: 800;
}
.custom-home-slider .carousel-item .carousel-caption a.butt-loyal {
	display: flex;
  	float: left;
  	align-items: center;
}
.custom-home-slider .carousel-item .carousel-caption a.butt-loyal img {
	border-radius: 0;
	margin-left: 10px;
}

/*---------- prods -----------*/
.prods {
	padding: 0 0 10px 0 !important;
}
.title-section {}
.title-section .wrap {
	display: flex;
	align-items: center;
}
.title-section .wrap .h1 {
	display: flex;
	align-items: center;
	flex: 0 0 auto;
  	width: auto;
	margin-bottom: 0;
	font-weight: 700;
}
.title-section .wrap .h1 .red-part {
	border-radius: 14px;
	background-color: #E30613;
	color: #ffffff;
	padding: 0 15px;
	margin-right: 10px;
}
.title-section .wrap .h1 .end-part {

}
.title-section .wrap .link-article {
	flex: 1 0 0%;
  	text-align: right;
}
.list-prods {}
.list-prods.list-prods-last {
	margin-bottom: 60px;
}
.list-prods .block-prod {
	border-radius: 20px;
	border: 1px solid #EBEBEB;
	margin: 0 12px 24px;
	padding: 0;
}
.list-prods .block-prod .img-prod {
	border-radius: 16px;
	background-color: #F4F4F4;
	margin: 5px 5px 0 5px;
	overflow: hidden;
	height: 345px;
}
.list-prods .block-prod .img-prod img {
	height: 100%;
  	object-fit: contain;
  	object-position: 0 20px;
	transition-duration: 0.96s;
    -webkit-transition-duration: 0.96s;
    -moz-transition-duration: 0.96s;
    -o-transition-duration: 0.96s;
    -ms-transition-duration: 0.96s;
}
.list-prods .block-prod:hover .img-prod img {
	transform: scale(1.15);
}
.list-prods .block-prod .desc-prod {
	padding: 0 15px 15px;
}
.list-prods .block-prod .desc-prod .h5.color-grey {
	color: #939393;
	font-weight: 500;
	height: auto;
}
.list-prods .block-prod .desc-prod .h5 {
	font-weight: 700;
	height: 44px;
	margin-bottom: 10px;
}
.list-prods .block-prod .desc-prod .prices {
	display: flex;
	margin-bottom: 20px;
	height: 44px;
	align-items: baseline;
}
.list-prods .block-prod .desc-prod .prices .regular {
	color: #E30613;
	font-size: 36px;
	font-weight: 700;
	margin-right: 8px;
}
.list-prods .block-prod .desc-prod .prices .discount {
	color: #939393;
	text-decoration-line: line-through;
	font-size: 24px;
}
.list-prods .block-prod .desc-prod .time-discount {
	color: #939393;
}
.list-prods .block-promo {
	float: left;
}

/*----------- promotions -----------*/
.promotions {}
.promotions .block-promo {}
/*.promotions .block-promo .elementor-widget-image {
	overflow: hidden;
	border-radius: 10.211px;
}
.promotions .block-promo img {
	border-radius: 10.211px;
	height: 100%;
  	object-fit: contain;
	transition-duration: 0.96s;
    -webkit-transition-duration: 0.96s;
    -moz-transition-duration: 0.96s;
    -o-transition-duration: 0.96s;
    -ms-transition-duration: 0.96s;
}
.promotions .block-promo:hover img {
	transform: scale(1.15);
}*/
.promotions::after {
    content: "";
    display: block;
    clear: both;
}
.promotions .block-promo .elementor-widget-image {
    position: relative;
    overflow: hidden;
    border-radius: 10.211px;
    aspect-ratio: 3 / 4;
    line-height: 0;
    background: #fff;
}
.promotions .block-promo img {
    display: block;
    width: 100% !important;
    height: 100% !important;
    object-fit: contain;
    border-radius: 10.211px;
    transition: transform 0.96s;
    transform: none;
    max-width: none;
    vertical-align: top;
}
.promotions .block-promo:hover img {
    transform: scale(1.15);
}
/* iOS Safari — додаткова стабільність рендеру */
@supports (-webkit-touch-callout: none) {
    .promotions, 
    .promotions .block-promo .elementor-widget-image {
        line-height: 0 !important;
    }
    .promotions .block-promo img {
        transform: translateZ(0);  /* прибирає «тремтіння»/subpixel-розриви */
        backface-visibility: hidden;
    }
}

/*---------- mobile-apps ---------*/
.mobile-apps {}
.custom-apps {
	border-radius: 20px;
	background-color: #F2F2F2;
	padding-left: 45px;
}
.custom-apps .row {
	align-items: center;
}
.custom-apps .info-apps {}
.custom-apps .info-apps .h2 {
	font-weight: 700;
	line-height: 1.1;
	margin-bottom: 20px;
}
.custom-apps .info-apps ul {
	padding-left: 0;
	list-style: none;
}
.custom-apps .info-apps ul.list-li {
	margin-bottom: 55px;
}
.custom-apps .info-apps ul.list-li li {
	display: flex;
	align-items: center;
	line-height: 2;
}
.custom-apps .info-apps ul.list-li li .marker {
	flex: 0 0 26px;
	margin-right: 6px;
}
.custom-apps .info-apps ul.list-li li .text {
	font-weight: 700;
	font-size: 18px;
}
.custom-apps .info-apps ul.list-imgs {
	margin-bottom: 0;
	display: flex;
}
.custom-apps .info-apps ul.list-imgs li {
	margin-right: 15px;
}
.custom-apps .img-app {}
.custom-apps .img-app img {
	width: 100%;
}

/*---------- mobile-apps new ---------*/
.custom-apps-new {
	background-image: url(/wp-content/uploads/for-site/bg-img-robot.svg);
	height: 700px;
  	background-size: contain;
  	background-repeat: no-repeat;
}
.scan-download {
    position: relative;
    width: 100%;
    padding-top: 5%;
    isolation: isolate;
}
.scan-download-inner {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 clamp(20px, 3.6vw, 44px) clamp(12px, 2.4vw, 20px);
}
.scan-download-headline {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: clamp(8px, 1.2vw, 14px);
    margin-bottom: clamp(16px, 2.4vw, 24px);
    text-transform: uppercase;
}
.scan-download-badge {
    display: inline-block;
    padding: 8px 16px;
    border-radius: 999px;
    background: #000;
    color: #fff;
    font-weight: 700;
    font-size: 65px;
    letter-spacing: .02em;
    border-radius: 14px;
    line-height: 1;
}
.scan-download-badge-red {
    background: #ff0000;
}
.scan-download-and {
    font-weight: 700;
    font-size: 65px;
    color: #F00;
}
.scan-download-row {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}
.scan-download-col-qr {
    text-align: center;
    position: relative;
}
.scan-download-qr {
    display: block;
    width: 280px;
    height: auto;
    margin: 0 auto;
}
.scan-download-caption {
    margin-top: -45px;
    font-size: 20px;
    font-weight: 600;
    color: #272727;
}
.scan-download-col-center {
    position: relative;
    display: grid;
    place-items: center;
    margin: 0 130px;
}
.scan-download-robot {
    display: block;
    width: 360px;
    height: auto;
    user-select: none;
    position: relative;
    z-index: 1;
}
.scan-download-arrow {
    position: absolute;
    width: 180px;
    height: auto;
    transform: translateY(-50%);
    pointer-events: none;
    user-select: none;
}
.scan-download-arrow-left {
    left: -75px;
    top: 45%;
}
.scan-download-arrow-right {
    right: -90px;
    top: 55%;
}
.scan-download-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.scan-download-tg {}
.scan-download-tg img {
    width: auto;
    display: block;
}
.scan-download-store {
	margin: 0 10px;
}
.scan-download-store img {
    display: block;
    height: 60px;
    width: auto;
}
.scan-download a img {
	-webkit-transition-duration: 0.9s;
    transition-duration: 0.9s;
    -webkit-transition-property: transform;
    transition-property: transform;
}
.scan-download a:hover img {
	transform: scale(1.05);
}

/*-------- econom-period ---------*/
.econom-period {}
.custom-econom {}
.custom-econom .row {
	align-items: center;
}
.custom-econom .empty {
	padding: 0;
}
.custom-econom .wrap-econom-section {
	padding: 0 60px;
}
.custom-econom .title-econom {}
.custom-econom .title-econom .wrap {
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 25.311px;
	border: 2.109px dashed #FE0000;
	padding: 28px 0;
	font-weight: 800;
	font-size: 46px;
	text-transform: uppercase;
	line-height: 1.1;
}
.custom-econom .text-econom {}
.custom-econom .text-econom .wrap-econom {
	align-items: center;
	justify-content: center;
	border-radius: 25.311px;
	background-color: #FE0000;
	padding: 10px 0;
}
.custom-econom .text-econom .wrap-econom #Total {
	display: flex;
	align-items: baseline;
	justify-content: center;
	color: #ffffff;
	font-weight: 700;
	line-height: 1.1;
	padding: 0;
}
.custom-econom .text-econom .wrap-econom #Total #Value {
	font-size: 99.065px;
}
.custom-econom .text-econom .wrap-econom #Total #Currency {
	font-size: 55.036px;
}
.custom-econom .text-econom .wrap-econom .text {
	display: flex;
	align-items: center;
	justify-content: end;
	color: #ffffff;
	font-weight: 700;
	font-size: 32.377px;
	line-height: 1;
	padding: 0 45px 0 0;
	width: 100%;
}
.custom-econom .text-econom .wrap-econom .text #MonthName {
	padding: 0 10px;
}
.custom-econom .text-econom .wrap-econom .text #Year {}

/*----------- counters ----------*/
.counters-home {}
.page-template .counters-home.e-con > .e-con-inner {
	padding-left: 175px !important;
}
.block-count {}
.block-count .elementor-counter-number {}
.block-count .elementor-counter-title {}

/*---------- number-shops ------*/
.number-shops {}
.custom-num-shops {}
.custom-num-shops .wrap-numbs {
	border-radius: 25px;
	background-color: #F3F3F3;
	padding-left: 60px;
}
.custom-num-shops .wrap-numbs .row {
	align-items: center;
}
.custom-num-shops .wrap-numbs .desc-numbs {
	color: #212121;
}
.custom-num-shops .wrap-numbs .desc-numbs .title {
	font-weight: 700;
	font-size: 60px;
	text-transform: uppercase;
}
.custom-num-shops .wrap-numbs .desc-numbs .h5 {
	margin-bottom: 0;
}
.custom-num-shops .wrap-numbs .value-numbs {}
.custom-num-shops .wrap-numbs .value-numbs .wrap {
	background-color: #ff0000;
	color: white;
	width: 375px;
	height: 224px;
	border-top-left-radius: 112px;
	border-bottom-left-radius: 112px;
	border-top-right-radius: 25px;
	border-bottom-right-radius: 25px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.custom-num-shops .wrap-numbs .value-numbs .wrap .digit {
	font-weight: 700;
	font-size: 90px;
	line-height: 1.1;
}
.custom-num-shops .wrap-numbs .value-numbs .wrap .h3 {
	margin-bottom: 0;
	font-weight: 500;
}

/*----------- map -----------*/
.g-map {}
.custom-map {}
.custom-map img,
.custom-map iframe {
	border-radius: 20px !important;
}
.custom-map .frame-map {
	border-radius: 20px !important;
}
.custom-map .frame-map .wrap-tooltip .link-to-acord {
	display: none;
}
.custom-map .wrap-search-city {
	display: none;
}
.custom-map .wrap-button {
	text-align: center;
	margin-top: 40px;
}

/*---------- befor footer -------*/
#BeforeFooter {
	/*background-color: #E61F2B;*/
	padding: 17px 0;
}
.marquee {
    --item-h: 140px;
    --gap: 40px;
    overflow: hidden;
}
.marquee-track,
.marquee-segment {
    display: flex;
    align-items: center;
    gap: var(--gap);
}
/* ключ: плавна анімація і без «ривків» на iOS */
.marquee-track {
    will-change: transform;
    animation: marquee var(--duration) linear infinite;
}
/* картинки не inline, без зазору, стабільні розміри */
.marquee-item {
    display: block;
    height: var(--item-h);
    width: auto;
    max-width: none;
    flex: 0 0 auto;
    object-fit: contain; /* svg ок, растр теж не спотвориться */
    vertical-align: top;
}
/* iOS Safari специфічні дрібниці */
@supports (-webkit-touch-callout: none) {
    .marquee, .marquee-track { line-height: 0; } /* прибирає baseline-gap */
    .marquee-track { transform: translateZ(0); }  /* форс композитинг */
}
/* сама «доріжка» тягнеться рівно на ширину сегмента */
@keyframes marquee {
    from { transform: translate3d(0, 0, 0); }
    to   { transform: translate3d(calc(-1 * var(--segment-w)), 0, 0); }
}

/************ footer ***********/
footer .row-foot,
footer .row-copy {
	margin-left: 0;
	margin-right: 0;
}
footer .row-foot {
	background-color: #363333;
}
.img-footer {
	padding-left: 0;
}
#Footer .top-footer {
	padding: 80px 0 10px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.top-footer .text-form {
	color: #ffffff;
}
.top-footer .text-form .h2 {
	margin-bottom: 15px;
	line-height: normal;
	font-weight: 700;
}
.top-footer .text-form .h5 {
	margin-bottom: 0;
	font-weight: 500;
}
.top-footer .cont-form {}
.top-footer .cont-form .include-form {
	padding-top: 15px;
}
.top-footer .cont-form .include-form .left-form {
	padding-left: 0;
}
.top-footer .cont-form .include-form .left-form input {
	height: 60px;
	font-size: 14px;
}
.top-footer .cont-form .include-form .left-form .acceptance {
	margin-top: 16px;
}
.top-footer .cont-form .include-form .right-form {
	padding-left: 0;
}
.top-footer .cont-form .include-form .acceptance .wpcf7-list-item {
	margin-left: 0;
}
.top-footer .cont-form .include-form .acceptance input {
	height: auto !important;
}
.top-footer .cont-form .include-form .acceptance .wpcf7-list-item-label,
.top-footer .cont-form .include-form .acceptance .wpcf7-list-item-label a {
	color: #ffffff;
	font-size: 14px;
}
.top-footer .cont-form .include-form .acceptance .wpcf7-list-item-label a {
	text-decoration: underline;
}
.top-footer .cont-form .include-form .acceptance .wpcf7-list-item-label a:hover {
	text-decoration: none;
}
.top-footer .cont-form .include-form .right-form textarea {
	font-size: 14px;
	height: 140px;
	resize: none;
}
.top-footer .cont-form .include-form .right-form .block-submit input {
	width: 100%;
	color: #ffffff;
	border: 2px solid #D20A16;
	background-color: #D20A16;
	border-radius: 45px;
	font-weight: 700;
	font-size: 16px;
}
.top-footer .cont-form .include-form .right-form .block-submit input:hover {
	background-color: #ad2129;
	border-color: #ad2129;
}
#Footer .bottom-footer {
	padding: 45px 0 25px;
}
.bottom-footer .logo-footer {}
.bottom-footer .logo-footer a img {
	-webkit-transition-duration: 0.96s;
    -moz-transition-duration: 0.96s;
    -o-transition-duration: 0.96s;
    -ms-transition-duration: 0.96s;
}
.bottom-footer .logo-footer a:hover img {
	opacity: 0.7;
}
.bottom-footer .logo-footer .social-footer {
	margin-top: 70px;
}
.bottom-footer .logo-footer .social-footer ul {
	padding-left: 0;
	margin-bottom: 0;
	display: flex;
	align-items: center;
	list-style: none;
}
.bottom-footer .logo-footer .social-footer ul li {
	margin-right: 15px;
	color: #ffffff;
	font-weight: 600;
	line-height: normal;
}
.bottom-footer .logo-footer .social-footer ul li a img {
	-webkit-transition-duration: 0.96s;
    -moz-transition-duration: 0.96s;
    -o-transition-duration: 0.96s;
    -ms-transition-duration: 0.96s;
}
.bottom-footer .logo-footer .social-footer ul li a:hover img {
	opacity: 0.7;
}
.bottom-footer .footer-menu {}
.bottom-footer .footer-menu ul {
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
}
.bottom-footer .footer-menu ul li {
	width: 50%;
	float: left;
	line-height: 3.5;
}
.bottom-footer .footer-menu ul li a {
	color: #ffffff;
	font-weight: 500;
	font-size: 16px;
}
.bottom-footer .footer-menu ul li a:hover,
.bottom-footer .footer-menu li.current-menu-item a {
	color: #E30613;
	text-decoration: none;
}
.bottom-footer .footer-info {}
.bottom-footer .footer-info .block-info {}
.bottom-footer .footer-info .block-info .title {
	font-weight: 500;
	font-size: 14px;
	color: #ffffff;
}
.bottom-footer .footer-info .block-info .grey-title {
	color: #9A9999;
}
.bottom-footer .footer-info .block-info a {
	color: #ffffff;
	font-weight: 700;
}
.bottom-footer .footer-info .block-info a:hover {
	color: #E30613;
	text-decoration: none;
}
.bottom-footer .footer-info .info-phones-1 {
	margin-bottom: 75px;
}
#Footer,
#Copyright {
	padding-right: 12vw;
}
footer .row-copy {
	/*background-color: #141414;*/
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%), #363333;
	padding: 14px 0;
}
#Copyright .copyright {
	color: #ffffff;
	font-weight: 600;
	font-size: 14px;
}
#Copyright .privacy,
#Copyright .info-mail {
	font-size: 14px;
}
#Copyright .privacy a,
#Copyright .info-mail a {
	color: #ffffff;
	font-weight: 600;
}
#Copyright .info-mail {
	text-align: right;
}

/*********** content **********/
/*--------- breadcrumbs ------*/
.wrap-breadcrumbs {}
.wrap-breadcrumbs span > span {
	font-size: 14px;
}
.wrap-breadcrumbs span.breadcrumb_last {
	color: #E30613;
}
.category .wrap-breadcrumbs {
	margin-bottom: 30px;
}

/*--------- blog -------------*/
.blog-archive {
	overflow: hidden;
}
.category .title-section {
	margin-bottom: 30px;
}
.category .title-section .wrap .h1 .end-part::first-letter {
	text-transform: lowercase;
}
.blog-items .blog-item {
	margin-bottom: 30px;
}
.blog-item .img-teaser {
	overflow: hidden;
	border-radius: 20px;
	margin-bottom: 15px;
	height: 315px;
}
.blog-item .img-teaser a img {
	height: 100%;
	width: 100%;
	border-radius: 20px;
	object-fit: contain;
	transition-duration: 0.96s;
	-webkit-transition-duration: 0.96s;
	-moz-transition-duration: 0.96s;
	-o-transition-duration: 0.96s;
	-ms-transition-duration: 0.96s;
}
.blog-item .img-teaser a:hover img {
	transform: scale(1.15);
}
.blog-item .date-post {
	font-weight: 500;
	font-size: 14px;
	margin-bottom: 6px;
}
.blog-item .title-teaser-link {
	line-height: normal;
}
.blog-item .title-teaser-link a {
	font-weight: 700;
	margin-bottom: 0;
}
/*--------- pagenav ----------*/
.pagenav {
	text-align: center;
	margin-bottom: 30px;
}
.wp-pagenavi {
	display: flex;
	align-items: center;
	justify-content: center;
}
.pagenav span.pages {
	display: none;
}
.pagenav span.current,
.pagenav a.page:hover {
	color: #E30613;
	width: 45px;
	height: 45px;
	border: 1px solid #E30613;
	text-decoration: none;
	font-weight: 500;
	line-height: 2.2;
}
.pagenav a.page {
	color: #212121;
	border: 1px solid #E0E0E0;
	width: 45px;
	height: 45px;
	margin: 0 7px;
	font-weight: 500;
	line-height: 2.2;
	-webkit-transition-duration: 0.9s;
    transition-duration: 0.9s;
    -webkit-transition-property: transform;
    transition-property: transform;
    transition: all 0.9s ease;
}
.pagenav a.previouspostslink,
.pagenav a.nextpostslink,
.pagenav a.first,
.pagenav a.last {
	color: #ffffff;
	border: 1px solid #212121;
	background-color: #212121;
	width: auto;
	padding: 12px 20px;
	height: 45px;
	font-weight: 500;
	line-height: 1;
	-webkit-transition: width 0.9s, height 0.9s, background-color 0.9s, -webkit-transform 0.9s;
    transition: width 0.9s, height 0.9s, background-color 0.9s, transform 0.9s;
}
.pagenav a.previouspostslink:hover,
.pagenav a.nextpostslink:hover,
.pagenav a.first:hover,
.pagenav a.last:hover {
	background-color: #E30613;
	border: 1px solid #E30613;
	text-decoration: none;
}
.pagenav span.extend {
	border: 1px solid #E0E0E0;
	width: 45px;
	height: 45px;
	line-height: 1.8;
}
/*-------- post-template -------*/
.post-template {}
.post-template .wrap-breadcrumbs {
	margin-bottom: 45px;
}
.post .top-article {
	padding-bottom: 80px;
}
.post .buttons-share {}
.post .buttons-share .share-buttons a:hover,
.post .buttons-share .share-buttons a:focus {
	text-decoration: none;
}
.post .buttons-share .share-buttons a img {
	-webkit-transition-duration: 0.96s;
    -moz-transition-duration: 0.96s;
    -o-transition-duration: 0.96s;
    -ms-transition-duration: 0.96s;
}
.post .buttons-share .share-buttons a:hover img,
.post .buttons-share .share-buttons a:focus img {
	opacity: 0.5;
}
.post .blog-article {}
.post .blog-article .img-full {
	margin-bottom: 30px;
}
.post .blog-article .img-full img {
	border-radius: 20px;
	height: 100%;
}
.post .blog-article .title-item {
	margin-bottom: 20px;
}
.post .blog-article .title-item .h3 {
	font-weight: 700;
	margin-bottom: 0;
}
.post .row-related {
	padding-bottom: 50px;
}
.title-related-posts {
	margin-bottom: 20px;
}
.title-related-posts h3 {
	margin-bottom: 0;
	font-weight: 700;
}

/********** pages full width **********/
.page-template-full-width .wrap-breadcrumbs {
	margin-bottom: 50px;
}
.page-template-full-width .list-prods.e-con.e-flex > .e-con-inner {
	padding: 0 !important;
}
/*--------- header-ins ------------*/
.header-ins {}
.header-ins .custom-header-ins {
	border-radius: 20px;
}
.header-ins .custom-header-ins .row {
	align-items: center;
}
.header-ins .custom-header-ins .empty {
	padding: 0;
}
.header-ins .custom-header-ins .desc-ins-header {}
.header-ins .custom-header-ins .desc-ins-header .title-header-ins {
	font-size: 64px;
	font-weight: 700;
	line-height: 1;
}
.header-ins .custom-header-ins .desc-ins-header .h3 {
	font-weight: 500;
	line-height: normal;
}
.header-ins .custom-header-ins .desc-ins-header .h4 {
	font-weight: 500;
	line-height: 1.3;
}
.header-ins .custom-header-ins .desc-ins-header .h6 {
	font-weight: 500;
	line-height: 1.3;
}
.header-ins .custom-header-ins .img-ins-header {}
.header-ins .custom-header-ins .img-ins-header img {
	text-align: center;
}
/*--------- header-ins-dark -----------*/
.header-ins-dark .custom-header-ins {
	background-color: #212121;
}
.header-ins-dark .custom-header-ins .desc-ins-header {
	color: #ffffff;
}
.header-ins-dark .custom-header-ins .desc-ins-header .title-header-ins {
	margin-bottom: 20px;
}
.header-ins-dark .custom-header-ins .desc-ins-header .title-header-ins span {
	padding: 0 10px;
	border-radius: 19px;
	background-color: #E30613;
}
/*--------- header-ins-light -----------*/
.header-ins-light .custom-header-ins {
	background-color: #F5F5F5;
}
.header-ins-light .custom-header-ins .desc-ins-header .title-header-ins {
	margin-bottom: 30px;
}
/*--------- page discount -----------*/
.header-ins-discount {}
.header-ins-discount .custom-header-ins {
	background-color: transparent;
}
.header-ins-discount .custom-header-ins .desc-ins-header {
	color: #212121;
}
.header-ins-discount .desc-ins-header .title-header-ins span {
	color: #fff;
}
.header-ins-discount .custom-header-ins .desc-ins-header .title-header-ins {
	font-size: 60px;
	line-height: 1.2;
}
/*--------- title page vacant -----------*/
.post-type-archive-vacancy {}
.post-type-archive-vacancy .wrap-breadcrumbs {
	margin-bottom: 30px;
}
.post-type-archive-vacancy .vacancy-head {
	margin-bottom: 60px;
	overflow: hidden;
}
.header-ins-vacant .custom-header-ins .desc-ins-header .title-header-ins {
	display: flex;
	align-items: center;
}
.header-ins-vacant .custom-header-ins .desc-ins-header .title-header-ins span {
	display: flex;
	align-items: center;
	margin-left: 10px;
	padding: 10px;
}
.vacancy-card {}
.vacancy-card .name-vac {
	color: #909090;
}
.vacancy-card .vacancy-title {
	font-weight: 700;
}
.vacancy-card ul.info-vac {
	padding-left: 0;
	margin-bottom: 0;
}
.vacancy-card ul.info-vac li.ic-info {
	display: flex;
	align-items: center;
}
.vacancy-card ul.info-vac li.ic-info img {
	flex: 0 0 40px;
	margin-right: 14px;
}
.vacancy-card ul.info-vac li.ic-info .h5 {
	margin-bottom: 0;
	font-weight: 600;
}
.vacancy-archive-grid {
	margin-bottom: 60px;
}
.vacancy-archive-grid .block-vacancy {
	margin-bottom: 24px;
	display: flex;
}
.vacancy-archive-grid .block-vacancy .vacancy-card {
	border-radius: 20px;
	border: 1px solid #DBDBDB;
	padding: 25px;
	flex-grow: 1;
  	display: flex;
  	flex-direction: column;
}
.vacancy-archive-grid .block-vacancy .vacancy-card ul.info-vac li.ic-info {
	margin-bottom: 10px;
}
.vacancy-archive-grid .block-vacancy .vacancy-card ul.info-vac li.ic-info:last-child {
	margin-bottom: 0;
}
.vacancy-archive-grid .block-vacancy .vacancy-card .vacancy-link {
	margin-top: 35px;
}
.vacancy-archive-grid .block-vacancy .vacancy-card .vacancy-link a {}
.vacancy-archive-grid .block-vacancy .vacancy-card .vacancy-link a:hover,
.vacancy-archive-grid .block-vacancy .vacancy-card .vacancy-link a:focus {
	text-decoration: none;
}
.post-type-archive-vacancy .we-garant {
	margin-bottom: 100px;
	overflow: hidden;
}
.we-garant .h1 {
	margin-bottom: 35px;
	font-weight: 700;
}
.we-garant .block-garant {
	display: flex;
}
.we-garant .block-garant .wrap {
	border-radius: 20px;
	border: 2px solid #E0E0E0;
	padding: 20px;
	flex-grow: 1;
  	display: flex;
  	flex-direction: column;
}
.we-garant .block-garant .img {
	margin-bottom: 20px;
}
.we-garant .block-garant .img img {}
.we-garant .block-garant .h3 {
	font-weight: 700;
}
.we-garant .block-garant p {
	margin-bottom: 0;
}
.about-vacancy {
	margin-bottom: 100px;
	overflow: hidden;
}
.about-vacancy .row-main {
	align-items: end;
}
.about-vacancy .text {}
.about-vacancy .text .h1 {
	font-weight: 700;
	margin-bottom: 20px;
}
.about-vacancy .text p {
	line-height: 1.4;
}
.about-vacancy .text p:last-child {
	margin-bottom: 0;
}
.about-vacancy .img {}
.about-vacancy .img img {}
.about-vacancy .indicators {}
.about-vacancy .indicators .block-indic-1 {
	margin-bottom: 40px;
}
.about-vacancy .indicators .block-indic {}
.about-vacancy .indicators .block-indic .wrap {
	width: 225px;
	margin: 0 auto;
}
.about-vacancy .indicators .block-indic .digit {
	color: #FE0000;
	font-weight: 700;
	font-size: 64px;
	line-height: normal;
}
.about-vacancy .indicators .block-indic .h3 {
	margin-bottom: 0;
	font-weight: 500;
}
/*---------- post vacancy ------------*/
.single-vacancy .wrap-breadcrumbs {
	margin-bottom: 30px;
}
.header-vacancy {}
.custom-header-vac {
	border-radius: 20px;
	background-color: #F2F2F2;
	padding: 30px 35px;
}
.custom-header-vac .vacancy-title {
	margin-bottom: 35px;
}
.custom-header-vac .vacancy-card {
	margin-bottom: 25px;
	border-bottom: 1px solid #CECECE;
	padding-bottom: 40px;
}
.custom-header-vac .vacancy-card ul.info-vac li.ic-info {
	margin-bottom: 22px;
}
.custom-header-vac .vacancy-card ul.info-vac li.ic-info:last-child {
	margin-bottom: 0;
}
.custom-header-vac .feedback {}
.custom-header-vac .feedback .h5 {}
.custom-header-vac .feedback ul.phones {
	padding-left: 0;
	margin-bottom: 0;
	display: flex;
	align-items: center;
	list-style: none;
}
.custom-header-vac .feedback ul.phones li.phone {
	margin-right: 30px;
}
.custom-header-vac .feedback ul.phones li.phone a {
	font-weight: 700;
	font-size: 24px;
}
.custom-header-vac .feedback ul.phones li.icon-v {
	margin-right: 10px;
}
.desc-vacancy {}
.custom-desc-vac {}
.custom-desc-vac .row {
	align-items: stretch;
}
.custom-desc-vac .desc-block {
	display: flex;
}
.custom-desc-vac .desc-block .wrap {
	flex-grow: 1;
  	display: flex;
  	flex-direction: column;
  	border-radius: 20px;
	border: 1px solid #E0E0E0;
	padding: 20px;
}
.custom-desc-vac .desc-block .h3 {
	font-weight: 600;
}
.custom-desc-vac .desc-block ul {
	margin-bottom: 0;
	padding-left: 15px;
}
.custom-desc-vac .desc-block ul li {
	font-weight: 500;
	line-height: 1.6;
}
/*---------- page about us -----------*/
.header-ins-about .custom-header-ins {
	padding: 35px 0;
	background-color: #F5F5F5;
}
.header-ins-about .desc-ins-header .wrap {
	padding-left: 45px;
}
.header-ins-about .desc-ins-header ul.list-li {
	margin-bottom: 0;
	padding-left: 0;
	list-style: none;
}
.header-ins-about .desc-ins-header ul.list-li li {
	display: flex;
	align-items: baseline;
}
.header-ins-about .desc-ins-header ul.list-li li .marker {
	flex: 0 0 115px;
  	margin-right: 6px;
}
.header-ins-about .desc-ins-header ul.list-li li .text {
	font-weight: 600;
  	line-height: 1.3;
}
.makes-special {}
.custom-m-special {}
.custom-m-special .h1 {
	font-weight: 700;
	margin-bottom: 45px;
}
.custom-m-special .block-special {
	display: flex;
}
.custom-m-special .block-special .wrap {
	border-radius: 20px;
	border: 1px solid #E6E6E6;
	padding: 25px;
	flex-grow: 1;
	display: flex;
	flex-direction: column;
}
.custom-m-special .block-special .img {
	margin-bottom: 30px;
}
.custom-m-special .block-special .img img {}
.custom-m-special .block-special .h3 {
	margin-bottom: 0;
	font-weight: 700;
}
.our-target {}
.custom-our-target {}
.custom-our-target .row {
	align-items: center;
}
.custom-our-target .img-target {}
.custom-our-target .empty {
	padding: 0;
}
.custom-our-target .desc-target {}
.custom-our-target .desc-target .h1 {
	font-weight: 700;
	margin-bottom: 8px;
	line-height: 1;
}
.custom-our-target .desc-target p {
	font-weight: 500;
}
.custom-our-target .desc-target p:last-child {
	margin-bottom: 0;
}
.custom-our-target .desc-target ul.list-li {
	padding-left: 0;
  	list-style: none;
	margin-bottom: 0;
}
.custom-our-target .desc-target ul.list-li li {
	display: flex;
  	line-height: 3;
	align-items: center;
}
.custom-our-target .desc-target ul.list-li li:nth-child(2) {
	align-items: baseline;
}
.custom-our-target .desc-target ul.list-li li .marker {
	flex: 0 0 36px;
  	margin-right: 6px;
}
.custom-our-target .desc-target ul.list-li li .text {
	font-weight: 500;
	line-height: 1.3;
}
/*.custom-history-about {
	background-image: url("/wp-content/uploads/for-articles/bg-img-history-1.jpg");
	background-repeat: no-repeat;
	background-size: contain;
	height: 700px;
}*/
.history {
    position: relative;
    width: 100%;
}
.history-visual {
    --stage-h: 560px;
    --chart-h: 350px;
    --city-h: 464px;
    --city-bottom: 50px;
    position: relative;
}
.history-bg {
    position: absolute;
    left: 0;
    right: 0;
    bottom: var(--city-bottom);
    height: var(--city-h);
    background: url("/wp-content/uploads/for-articles/bg-img-history.svg")
                center bottom / contain no-repeat;
    z-index: 0;
    pointer-events: none;
}
.history-trend {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 155px;
    z-index: 2;
    pointer-events: none;
}
.history-trend > svg {
    width: 100%;
    height: 100%;
}
#trendPath {
    fill:none;
    stroke:#27BF7D;
    stroke-width:12;
    stroke-linecap:round;
    stroke-linejoin:round;
    vector-effect:non-scaling-stroke;
    stroke-dasharray: var(--len, 1);
    stroke-dashoffset: var(--len, 1);
}
#trendHead {
    fill:#27BF7D;
    transform-origin:center;
    opacity:0;
}
.history-chart {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: var(--chart-h);
    --bar-w: 64px;
    --gap: 65px;
    gap: var(--gap);
    display: flex;
    align-items: flex-end;
    padding-bottom: 20px;
    z-index: 1;
}
.history-inner {
    margin: 0 auto;
    padding: 0 20px;
}
.history-inner,
.history-chart {
    position: relative;
    z-index: 1;
}
.bar-inner.total,
.bar-inner.yearly {
    width: 100%;
    transform-origin: bottom center;
    transform: scaleY(var(--p, 0));
}
.bar {
    position: relative;
    flex: 0 0 var(--bar-w, 64px);
    text-align: center;
}
.bar-inner.total {
    width: 100%;
    background: #1894CF;
    border-radius: 5px;
    position: relative;
    height: var(--h);
}
.bar-inner.yearly {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    width: 100%;
    background: #FFE100;
    border-radius: 0 0 5px 5px;
    height: var(--y);
}
.bar-inner.planned {
    background: rgba(24, 148, 207, 0.35);
}
.bar-value {
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    margin-bottom: 6px;
    font-size: 14px;
    font-weight: 700;
    color: #333;
    white-space: nowrap;
    opacity: 0;
    transition: opacity 0.3s ease-in;
}
.bar.grown .bar-value {
    opacity: 1;
}
.bar-year {
    margin-top: 8px;
    font-size: 14px;
    font-weight: 600;
    color: #333;
}
.history-title {
	font-weight: 700;
	color: #d00;
	text-align: left;
	margin-bottom: 20px;
	font-style: normal;
}
ul.history-legend {
	list-style: none;
	padding: 0;
	margin: 0 0 30px;
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
	font-size: 14px;
	position: relative;
	z-index: 1;
}
ul.history-legend li {
	display: flex;
	align-items: center;
	width: 100%;
	font-size: 20px;
	font-weight: 500;
	line-height: 1;
}
.legend-box {
	display: inline-block;
	width: 38px;
	height: 38px;
	margin-right: 6px;
	border-radius: 4px;
}
.legend-box.total {
	background: #1894CF;
}
.legend-box.year  {
	background: #FFE100;
}
.legend-box.plan  {
	background: #8BC9E7;
}
/*---------- tooltips graphics ------*/
.history-chart .bar {
    cursor: pointer;
    pointer-events: auto;
}
.history-chart .bar * {
    pointer-events: none;
}
.hist-tip {
    --bs-tooltip-bg: #ffffff;
    --bs-tooltip-color: #333333;
    --bs-tooltip-border-radius: 12px;
    --bs-tooltip-padding-x: 14px;
    --bs-tooltip-padding-y: 12px;
    --bs-tooltip-opacity: 1;
}
.tooltip.hist-tip {
    --bs-tooltip-bg: #ffffff;
    --bs-tooltip-color: #333333;
    --bs-tooltip-opacity: 1;
    --bs-tooltip-max-width: 204px;
    z-index: 10000;
    pointer-events: none;
    overflow: visible;
}
.hist-tip .tooltip-inner {
    text-align: left;
    box-shadow: 0 10px 24px rgba(0,0,0,.18);
    border: 1px solid rgba(0,0,0,.08);
}
.tooltip.hist-tip .tooltip-inner {
    width: 204px !important;
    max-width: 204px !important;
    height: 153px !important;
    box-sizing: border-box;
    display: block;
    padding: 15px 20px 20px !important;
    border-radius: 15px !important;
    background: #fff !important;
    color: #333 !important;
    border: 1px solid rgba(0,0,0,.10) !important;
    box-shadow: 0 12px 28px rgba(0,0,0,.18) !important;
    text-align: left;
    line-height: 1.25;
    font-size: 20px;
    position: relative;
    white-space: normal;
}
.tooltip.hist-tip .tooltip-inner::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -8px;
    transform: translateX(-50%) rotate(45deg);
    width: 16px;
    height: 16px;
    background: #fff;
    border-right: 1px solid rgba(0, 0, 0, 0.10);
    border-bottom: 1px solid rgba(0, 0, 0, 0.10);
    /*box-shadow: 2px 2px 6px rgba(0,0,0,.08);*/
}
.tooltip.hist-tip .tooltip-inner .tip-top {
	margin-bottom: 10px;
}
.tooltip.hist-tip .tooltip-arrow {
    display: none !important;
}
.tooltip.hist-tip .tooltip-arrow::before {
    background-color: #fff;
    border: none;
}
.hist-tip .tooltip-inner b {
	font-weight: 700;
}
.tooltip.hist-tip.bs-tooltip-top .tooltip-arrow::before {
    background-color: var(--bs-tooltip-bg) !important;
    border: none !important;
}
.tooltip.hist-tip.hist-prep {
    opacity: 0 !important;
}

/*------------ page loyalty-program -----*/
.header-ins-loyalty,
.header-ins-loyalty .custom-header-ins {
	min-height: 530px;
}
.header-ins-loyalty .custom-header-ins {
	background-color: #E8E8E2;
	padding-top: 80px;
}
.header-ins-loyalty .custom-header-ins .desc-ins-header {
	color: #212121;
}
.header-ins-loyalty .custom-header-ins .desc-ins-header .title-header-ins {
	font-size: 48px;
}
.header-ins-loyalty .custom-header-ins .title-header-ins span {
	display: flex;
	align-items: center;
	margin-left: 10px;
	padding: 10px !important;
}
.header-ins-loyalty .custom-header-ins .desc-ins-header .h3 {
	font-weight: 700;
	margin-bottom: 30px;
}
.header-ins-loyalty .custom-header-ins .desc-ins-header ul.list-li {
	padding-left: 0;
  	list-style: none;
	margin-bottom: 0;
}
.header-ins-loyalty .custom-header-ins .desc-ins-header ul.list-li li {
	display: flex;
  	align-items: center;
  	line-height: 2.2;
}
.header-ins-loyalty .custom-header-ins .desc-ins-header ul.list-li .marker {
	flex: 0 0 26px;
  	margin-right: 6px;
}
.header-ins-loyalty .custom-header-ins .desc-ins-header ul.list-li .text {
	font-weight: 500;
  	font-size: 16px;
}
.bonuses {}
.custom-bonuses {}
.custom-bonuses .block-bonus {
	display: flex;
}
.custom-bonuses .block-bonus .wrap {
	flex-grow: 1;
	display: flex;
	flex-direction: column;
	border-radius: 20px;
	background-color: #E30613;
	color: #ffffff;
	padding: 25px;
}
.custom-bonuses .block-bonus .h2 {
	font-weight: 700;
	margin-bottom: 40px;
	line-height: normal;
}
.custom-bonuses .block-bonus .h1 {
	font-size: 64px;
	font-weight: 800;
	line-height: 1;
	margin-bottom: 20px;
}
.custom-bonuses .block-bonus .h5 {
	margin-bottom: 0;
	font-weight: 700;
}
.profit {}
.custom-profit {
	border-radius: 20px;
	background-color: #F5F5F5;
}
.custom-profit .row {
	align-items: center;
}
.custom-profit .img-profit {}
.custom-profit .desc-profit {}
.custom-profit .desc-profit .h1 {
	font-weight: 700;
	margin-bottom: 20px;
}
.custom-profit .desc-profit .h5 {
	font-weight: 700;
}
.custom-profit .desc-profit .h5:last-child {
	margin-bottom: 0;
}
.loyalty-term {}
.custom-loyalty-term {
	border-radius: 20px;
	/*border: 2px solid #E0E0E0;*/
	padding: 25px;
	background-color: #F5F5F5;
}
.custom-loyalty-term .row {
	align-items: center;
}
.custom-loyalty-term .title {}
.custom-loyalty-term .title .h2 {
	margin-bottom: 0;
	font-weight: 700;
}
.custom-loyalty-term .button-download {}
.custom-loyalty-term .button-download a {}
.custom-loyalty-term-text {}
.custom-loyalty-term-text .h2 {
	font-weight: 700;
	margin-bottom: 20px;
}
.custom-loyalty-term-text .text {
	max-height: 380px;
	overflow: auto;
	padding-right: 10px;
    scrollbar-color: #E30613 #f0f0f0; /* FFF */
    scrollbar-width: thin; /* FFF */
}
/*--------- Webkit ----------*/
/* полоса прокрутки (скроллбар) */
.custom-loyalty-term-text .text::-webkit-scrollbar {
    width: 14px; /* ширина для вертикального скролла */
    height: 8px; /* высота для горизонтального скролла */
    background-color: #f0f0f0;
}
/* ползунок скроллбара */
.custom-loyalty-term-text .text::-webkit-scrollbar-thumb {
    background-color: #E30613;
    border-radius: 0;
    box-shadow: none;
}
.custom-loyalty-term-text .text::-webkit-scrollbar-thumb:hover {
    background-color: #E30613;
}
.custom-loyalty-term-text .text .h3 {
	font-weight: 700;
}
.custom-loyalty-term-text .text p a {
	text-decoration: underline;
}
.custom-loyalty-term-text .text p a:hover,
.custom-loyalty-term-text .text p a:focus {
	text-decoration: none;
}
.section-faq {}
.custom-faq {}
.custom-faq .h1 {
	font-weight: 700;
	margin-bottom: 35px;
}
.custom-faq .wrap-accord {}
.custom-faq .wrap-accord .accordion-item {
	margin-bottom: 20px;
	border-radius: 20px;
	border: 2px solid #E6E6E6;
	transition: border-color 0.3s ease;
}
.custom-faq .wrap-accord .accordion-item.open {
  	border-color: #F5F5F5;
}
.custom-faq .wrap-accord .accordion-item.open .accordion-button {
	background-color: #F5F5F5;
	border-radius: 15px 15px 0 0;
}
.custom-faq .wrap-accord .accordion-item .h2 {}
.custom-faq .wrap-accord .accordion-item .h2 button {
	padding: 20px;
	font-size: 30px;
	font-weight: 700;
	border-radius: 20px;
}
.custom-faq .wrap-accord .accordion-item.open .h2 button {
	padding-bottom: 0;
}
.custom-faq .wrap-accord .accordion-item .h2 .accordion-button:not(.collapsed) {
	color: inherit;
  	box-shadow: none;
  	border-radius: 15px 15px 0 0;
  	background-color: #F5F5F5;
}
.custom-faq .wrap-accord .accordion-item .h2 .accordion-button:focus {
	border-color: transparent;
	box-shadow: none;
}
.custom-faq .wrap-accord .accordion-item .h2 .accordion-button::after {
	background-image: none;
	font-family: 'Material-Design-Iconic-Font';
	content: "\f2f9";
	color: #E30613;
	width: 52px;
	height: 52px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 16px;
	border: 2px solid #E30613;
}
.custom-faq .wrap-accord .accordion-item .accordion-body {
	background-color: #F5F5F5;
  	border-radius: 0 0 15px 15px;
}
.custom-faq .wrap-accord .accordion-item .accordion-body p {}
.custom-faq .wrap-accord .accordion-item .accordion-body p:last-child {
	margin-bottom: 0;
}
.custom-loyalty-term-accord {}
.custom-loyalty-term-accord .accordion-item .h2 .accordion-button {
	justify-content: center;
	text-align: center;
	background-color: #f5f5f5;
	padding: 0;
	color: inherit;
	font-size: inherit;
	font-weight: 700;
	box-shadow: none;
}
.custom-loyalty-term-accord .accordion-item .h2 .accordion-button:focus {
	border-color: transparent;
	box-shadow: none;
}
.custom-loyalty-term-accord .accordion-item .h2 .accordion-button::after {
	display: none;
}
.custom-loyalty-term-accord .accordion-body {
	background-color: #f5f5f5;
}
.custom-loyalty-term-accord .accordion-body p a {
	text-decoration: underline;
}
.custom-loyalty-term-accord .accordion-body p a:hover {
	text-decoration: none;
}
/*---------- page cowork -----------*/
.header-ins-cowork .custom-header-ins .desc-ins-header .title-header-ins {
	font-size: 48px;
}
.header-ins-cowork {}
.cowork-form {}
.custom-cowork-form {
 	border-radius: 20px;
 	background-color: #F5F5F5;
 	padding: 50px 0;
 }
.custom-cowork-form .desc-cowork {}
.custom-cowork-form .desc-cowork .h3 {
	font-weight: 700;
	margin-bottom: 20px;
}
.custom-cowork-form .desc-cowork .include-form {}
.custom-cowork-form .desc-cowork .include-form .wpcf7 label {
	font-weight: 400;
	font-size: 14px;
}
.custom-cowork-form .desc-cowork .include-form .inputs-fields {}
.custom-cowork-form .desc-cowork .include-form .inputs-fields input {
	color: #B5B5B5;
	font-weight: 400;
	font-size: 14px;
	border-radius: 10px;
	border: 1px solid #BDBDBD;
	height: 56px;
	background-color: transparent;
}
.custom-cowork-form .desc-cowork .include-form .area-text {}
.custom-cowork-form .desc-cowork .include-form .area-text textarea {
	color: #B5B5B5;
	font-weight: 400;
	font-size: 14px;
	border-radius: 10px;
	border: 1px solid #BDBDBD;
	height: 150px;
	background-color: transparent;
}
.custom-cowork-form .desc-cowork .include-form .row-bottom-form {
	align-items: center;
}
.custom-cowork-form .desc-cowork .include-form .row-bottom-form span.wpcf7-list-item {
	margin-left: 0;
}
.custom-cowork-form .desc-cowork .include-form .row-bottom-form span.wpcf7-list-item-label {
	font-weight: 400;
	font-size: 14px;
}
.custom-cowork-form .desc-cowork .include-form .row-bottom-form span.wpcf7-list-item-label a {
	text-decoration: underline;
}
.custom-cowork-form .desc-cowork .include-form .row-bottom-form span.wpcf7-list-item-label a:hover,
.custom-cowork-form .desc-cowork .include-form .row-bottom-form span.wpcf7-list-item-label a:focus {
	text-decoration: none;
}
.custom-cowork-form .desc-cowork .include-form .uploads-files {}
.custom-cowork-form .desc-cowork .include-form .uploads-files p {
	margin-bottom: 0;
}
.custom-cowork-form .desc-cowork .include-form .uploads-files #mfcf7_zl_multifilecontainer {
	margin-top: 0;
}
.custom-cowork-form .desc-cowork .include-form .uploads-files #mfcf7_zl_multifilecontainer p {
	font-size: 12px;
}
.custom-cowork-form .desc-cowork .uploads-files span[data-name="multilinefile-565-zl-mfcf7-upld-btn"]::before {
	content: '';
	display: inline-block;
	width: 37px;
	height: 37px;
	background-image: url(/wp-content/uploads/icons/icon-upload.png);
	border-radius: 100%;
	margin-right: 8px;
	vertical-align: middle;
	position: relative;
	top: -1px;
}
.custom-cowork-form .desc-cowork .uploads-files span[data-name="multilinefile-565-zl-mfcf7-upld-btn"] {
	display: inline-flex;
	align-items: center;
	cursor: pointer;
}
.custom-cowork-form .desc-cowork .uploads-files input[type="button"] {
	border: none;
	background: transparent;
	box-shadow: none;
	outline: none;
	font-weight: 600;
	font-size: 14px;
	text-decoration: underline;
}
.custom-cowork-form .desc-cowork .uploads-files input[type="button"]:hover {
	text-decoration: none;
}
.custom-cowork-form .desc-cowork .block-submit {}
.custom-cowork-form .desc-cowork .block-submit span.wpcf7-spinner {
	display: none;
}
.custom-cowork-form .desc-cowork .block-submit input.wpcf7-submit {
	border-radius: 15px;
	background-color: #E30613;
	color: #fff;
	transition: all 0.3s ease-in-out;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 12px 0;
	font-weight: 700;
	width: 235px;
	font-size: 16px;
}
.custom-cowork-form .desc-cowork .block-submit input.wpcf7-submit:hover,
.custom-cowork-form .desc-cowork .block-submit input.wpcf7-submit:focus {
	background-color: #ad2129;
}
.objects {}
.custom-objects {}
.custom-objects .h2 {
	font-weight: 700;
	line-height: normal;
	margin-bottom: 25px;
}
.custom-objects .block-obj {
	display: flex;
	margin-bottom: 24px;
}
.custom-objects .block-obj .wrap {
	padding: 20px;
	border-radius: 20px;
	border: 2px solid #E8E8E8;
	flex-grow: 1;
	display: flex;
	flex-direction: column;
}
.custom-objects .block-obj .img {
	margin-bottom: 20px;
}
.custom-objects .block-obj p {
	margin-bottom: 0;
	font-weight: 600;
}

/*---------- page-shops ----------*/
:root { --sticky-offset: 96px; }
html, body {
    scroll-padding-top: calc(var(--sticky-offset) + 22px);
}
#store-list .accordion-item,
#store-list .accordion-header,
#store-list [id^="store-"] {
    scroll-margin-top: calc(var(--sticky-offset) + 22px);
}
.elementor-element.page-shops .e-con-inner {
	overflow: visible;
}
.elementor-element.page-shops .e-con-inner .wrap-h1 {
	overflow: hidden;
}
.page-shops {}
.custom-shops {}
.custom-shops h1 {
	font-weight: 700;
	margin-bottom: 30px;
}
.custom-shops .frame-map {
	border-radius: 20px;
	margin-bottom: 24px;
}
.custom-shops .wrap-search-city {
	border-radius: 20px;
	box-shadow: 2px 2px 33px 0 rgba(0, 0, 0, 0.12);
	padding: 30px;
}
.custom-shops .wrap-search-city input#store-search {
	margin-bottom: 24px;
	border-radius: 7px;
	border: 1px solid #E9E9E9;
	background-color: #E9E9E9;
	height: 58px;
	font-size: 14px;
	font-weight: 500;
	color: #999999;
}
.custom-shops .wrap-search-city input#store-search:focus {
	box-shadow: none;
}
.custom-shops .wrap-search-city .table-responsive {
	max-height: 400px;
	overflow: auto;
	padding-right: 10px;
    scrollbar-color: #E30613 #f0f0f0; /* FFF */
    scrollbar-width: thin; /* FFF */
}
/*--------- Webkit ----------*/
/* полоса прокрутки (скроллбар) */
.custom-shops .wrap-search-city .table-responsive::-webkit-scrollbar {
    width: 14px; /* ширина для вертикального скролла */
    height: 8px; /* высота для горизонтального скролла */
    background-color: #f0f0f0;
}
/* ползунок скроллбара */
.custom-shops .wrap-search-city .table-responsive::-webkit-scrollbar-thumb {
    background-color: #E30613;
    border-radius: 0;
    box-shadow: none;
}
.custom-shops .wrap-search-city .table-responsive::-webkit-scrollbar-thumb:hover {
    background-color: #E30613;
}
.custom-shops .wrap-search-city .table-responsive tr.store-row td {
	padding: 14px;
	display: flex;
  	align-items: center;
}
.custom-shops .wrap-search-city .table-responsive tr.store-row td:hover {
	border-radius: 8px;
	background-color: #E8E8E8;
}
.custom-shops .wrap-search-city .table-responsive tr.store-row td i {
	color: #E30613;
	font-size: 20px;
	margin-right: 5px;
}
.custom-shops .wrap-search-city .group-header {
	border-radius: 8px;
	background-color: #E8E8E8;
}
.custom-shops .wrap-search-city .group-header h5 {
	font-weight: 700;
	margin-bottom: 0;
}
.custom-shops .wrap-search-city .table-responsive .accordion-item {
	padding: 0;
}
.custom-shops .wrap-search-city .table-responsive .accordion-item .h6 {
	color: inherit;
	font-size: inherit;
	font-weight: 500;
	box-shadow: none;
}
.custom-shops .wrap-search-city .table-responsive .accordion-item .h6 button {
	padding: 14px;
	font-weight: 500;
	font-size: inherit;
}
.custom-shops .wrap-search-city .table-responsive .accordion-item .h6 button i {
	color: #E30613 !important;
	margin-right: 6px;
}
.custom-shops .wrap-search-city .table-responsive .accordion-item .h6 button span {
	margin-left: 5px;
}
.custom-shops .wrap-search-city .table-responsive .accordion-item .h6 button:hover {
	border-radius: 8px;
	background-color: #E8E8E8;
}
.custom-shops .wrap-search-city .table-responsive .accordion-item .h6 button:focus {
	border-radius: 8px;
	background-color: #E8E8E8 !important;
  	box-shadow: none !important;
}
.custom-shops .wrap-search-city .table-responsive .accordion-item .h6 button::after {
	display: none;
	box-shadow: none !important;
}
.custom-shops .wrap-search-city .table-responsive .accordion-item .h6 .accordion-button:not(.collapsed) {
	color: inherit;
	background-color: #E8E8E8;
	box-shadow: none;
	border-radius: 8px;
}
.custom-shops .wrap-search-city .table-responsive .accordion-item.open .h6 .accordion-button:not(.collapsed) {
	border-radius: 8px 8px 0 0;
}
.custom-shops .wrap-search-city .table-responsive .accordion-body {
	background-color: #E8E8E8;
	border-radius: 0 0 8px 8px;
}
.custom-shops .wrap-search-city .table-responsive .accordion-body .row {
	/*align-items: center;*/
}
.custom-shops .wrap-search-city .table-responsive .accordion-body .img-accord-shop {
	flex: 0 0 310px;
}
.custom-shops .wrap-search-city .table-responsive .accordion-body .img-accord-shop img {
	height: auto;
	object-fit: unset;
	border-radius: 4px;
}
.custom-shops .wrap-search-city .table-responsive .accordion-body .info-accord-shop {}
.info-accord-shop .info-row {
	display: flex;
	align-items: center;
	color: #898989;
	font-weight: 500;
	font-size: 14px;
	margin-bottom: 2px;
}
.info-accord-shop .info-row i {
	font-size: 18px;
  	margin-right: 5px;
}
.info-accord-shop .info-row .title {}
.custom-shops .wrap-search-city .table-responsive .accordion-body .value {
	font-weight: 600;
}
.custom-shops .wrap-search-city .table-responsive .accordion-body .address-shop,
.custom-shops .wrap-search-city .table-responsive .accordion-body .info-shop {
	margin-bottom: 10px;
}
.custom-shops .wrap-search-city .table-responsive .accordion-body .info-accord-shop .link-to-tooltip {}
.custom-shops .wrap-search-city .table-responsive .accordion-body .info-accord-shop .link-to-tooltip a {
	font-size: 14px;
	padding: 6px 15px;
}
.custom-shops .wrap-search-city .table-responsive .accordion-body .info-accord-shop .link-to-tooltip a i {
	padding-left: 5px;
}
.frame-map .gm-style-iw-chr {
	height: 10px;
}
.frame-map button.gm-ui-hover-effect {
	width: 35px !important;
  	height: 35px !important;
}
.frame-map button.gm-ui-hover-effect span {
	margin: 8px 0 8px 8px !important;
}
.frame-map .wrap-tooltip {
	display: flex;
	align-items: center;
	max-width: 420px;
	overflow: hidden;
}
.frame-map .wrap-tooltip .img-tooltip {
	flex: 0 0 84px;
	height: 84px;
	margin-right: 6px;
}
.frame-map .wrap-tooltip .img-tooltip img {
	height: 100%;
	object-fit: unset;
	border-radius: 4px;
}
.frame-map .wrap-tooltip .info-tooltip {
	flex: 0 0 260px;
}
.frame-map .wrap-tooltip .info-tooltip .address-shop {
	margin-bottom: 10px;
}
.frame-map .wrap-tooltip .info-tooltip .info-row {
	display: flex;
	align-items: center;
	color: #898989;
	font-weight: 500;
	font-size: 12px;
	margin-bottom: 2px;
}
.frame-map .wrap-tooltip .info-tooltip i {
	margin-right: 3px;
}
.frame-map .wrap-tooltip .info-tooltip .title {}
.frame-map .wrap-tooltip .info-tooltip .value {
	font-weight: 600;
	font-size: 14px;
}
.frame-map .wrap-tooltip .link-to-acord {}
.frame-map .wrap-tooltip .link-to-acord a {
	font-size: 14px;
	font-weight: 500;
}
.frame-map .wrap-tooltip .link-to-acord a:hover {
	text-decoration: underline;
}
.custom-numbs-shops {}
.custom-numbs-shops .block-numbs {}
.custom-numbs-shops .block-numbs .wrap {
	border-radius: 24.167px;
	background-color: #F3F3F3;
	padding-left: 30px;
}
.custom-numbs-shops .block-numbs .wrap .row {
	align-items: center;
}
.custom-numbs-shops .block-numbs .wrap .desc-numbs {
	color: #212121;
}
.custom-numbs-shops .block-numbs .wrap .desc-numbs .title {
	font-size: 32px;
	font-weight: 700;
	text-transform: uppercase;
	line-height: normal;
}
.custom-numbs-shops .block-numbs .wrap .value-numbs {}
.custom-numbs-shops .block-numbs .wrap .value-numbs .wrap {
	color: white;
	width: 370px;
	height: 130px;
	padding-left: 0;
	border-top-left-radius: 112px;
	border-bottom-left-radius: 112px;
	border-top-right-radius: 25px;
	border-bottom-right-radius: 25px;
	display: flex;
	justify-content: center;
	align-items: baseline;
}
.custom-numbs-shops .block-numbs .wrap .value-numbs .wrap .digit {
	font-weight: 700;
	font-size: 92px;
	margin-right: 15px;
}
.custom-numbs-shops .block-numbs .wrap .value-numbs .wrap .h3 {
	margin-bottom: 0;
	font-weight: 700;
}
.custom-numbs-shops .block-numbs-red {}
.custom-numbs-shops .block-numbs-red .wrap .value-numbs .wrap {
	background-color: #FF0000;
}
.custom-numbs-shops .block-numbs-green {}
.custom-numbs-shops .block-numbs-green .wrap .value-numbs .wrap {
	background-color: #32C724;
}