:root {
    --right-gradient: #2992db;
    --left-gradient: #45ceac;	
}
*, *::before, *::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
/* Modern CSS Reset */
a {
    all: initial;
    cursor: pointer;
    display: inline-block;
}
button {
    cursor: pointer;
}
/* Заголовок */
.entry-header {
    will-change: transform, opacity;
    animation: heading 0.8s 1 linear;
    animation-fill-mode: forwards;
}
@keyframes heading {
   from {
      opacity: 0.1;
      transform: translateY(-100px);
      animation-timing-function: ease-in;
      border-bottom: none;
  }
  /* 25% {top:-75px;animation-timing-function: ease-in;} */
  50% {
      opacity: 0.5;
      transform: translateY(-50px);
      animation-timing-function: ease-out;
  }
  /* 75% {top:-25px;animation-timing-function: ease-in;} */
  to {
      opacity: 1;
      transform: translateY(0);
      animation-timing-function: ease-out;
      border-bottom: 1px solid #cbdae8;
  }
}
/* addtoany кнопка поделиться */
.addtoany_shortcode {
    margin-top: 16px;
	opacity: 0;
    will-change: transform, opacity;
    animation: breadcrumbs 1s 1 ease-out;
    animation-delay: 0.5s;
    animation-fill-mode: forwards;
}
.addtoany_list:before {
    content: '';
    font-family: 'dashicons';
    font-size: 24px;
    vertical-align: middle;
    color: #90A4AE;
}
.addtoany_list span.a2a_svg.a2a_s__default {
    border-radius: 50% !important;
    padding: 2px;
}
.addtoany_list span.a2a_svg.a2a_s__default.a2a_s_vk {
    background-color: #07f !important;
}
.addtoany_list a img, .addtoany_list a span {
    transition: all .5s ease-in-out;
}
.addtoany_list a:hover img, .addtoany_list a:hover span {
    opacity: .85 !important;
    transform: scale(1.2);
}

/* wp блоки*/
.wp-block-heading {
    margin: 15px 0px;
}
.has-text-align-center {
    text-align: center;
}
h2.wp-block-heading {
    margin: 15px 0;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
}
.page-style ul {
    padding-left: 24px;
    margin-left: 24px;
    margin-bottom: 16px;
    line-height: 1.6;
    list-style-type: disc;
    list-style-position: outside;
}
ol.wp-block-list {
    margin: 0;
    padding: 0;
}
ol {
    padding: 0 0 0 24px;
    margin: 0 0 0 24px;
}
ol li {
    margin-bottom: 10px;
}
ol.wp-block-list li {
    margin: 10px 0 10px 20px;
    font-weight: 600;
    color: inherit;
    text-rendering: optimizeLegibility;
    font-size: 18px;
    line-height: 1.5;
    list-style-type: decimal;
    list-style-position: outside;
}
.page-style a:not(.button) {
	display: inline-block;
    color: var( --e-global-color-text );
    background-image: linear-gradient(to top, #263238 0px, #263238 0px), linear-gradient(to top, rgba(38, 50, 56, 0.1) 0px, rgba(38, 50, 56, 0.1) 0px);
    text-align: center;
    background-position: left bottom, left bottom;
    background-repeat: no-repeat, no-repeat;
    background-size: 0 1px, 100% 1px;
    transition: none 300ms ease-in-out;
    transition-property: background-size, color;
}
.page-style p a {
	font-size: 20px;
	font-weight: 400;
}

.page-style a:not(.button):hover {
    background-size: 100% 1px, 100% 1px;
}
.text-gradient {
    display: inline-block!important;
	font-style: normal;
    background: linear-gradient(110deg, #24d2aa 0%, #448aff 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.text-gradient h1 {
    display: inline-block !important;
    font-style: normal;
    background: linear-gradient(110deg, #24d2aa 0%, #448aff 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.accordion-gradient h2 {
	display: inline-block;
	font-style: normal;
    background: linear-gradient(110deg, #24d2aa 0%, #448aff 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
/* хлебные крошки */
.breadcrumbs {
    margin-top: 5px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 6px;
    opacity: 0;
	font-family: "Exo 2", Sans-serif;
    will-change: transform, opacity;
    animation: breadcrumbs 1s 1 ease-out;
    animation-delay: 0.5s;
    animation-fill-mode: forwards;
}
.breadcrumbs a {
    margin-bottom: 0;
    color: #448AFF;
	font-family: "Exo 2", Sans-serif;
    background-image: linear-gradient(to top, #448AFF 0, #448AFF), linear-gradient(to top, rgba(0, 0, 0, .1) 0, rgba(0, 0, 0, .1) 0) !important;
    background-position: left bottom, left bottom;
    background-repeat: no-repeat, no-repeat;
    background-size: 0 1px, 100% 1px;
    transition: none 300ms ease-in-out;
    transition-property: background-size, color;

}

.breadcrumbs a:hover {
    background-size: 100% 1px, 100% 1px;
}

@keyframes breadcrumbs {
    from {
        opacity: 0;
        transform: translateY(20px);
        animation-timing-function: ease-in;
    }
    50% {
        opacity: 0.1;
        transform: translateY(5px);
        animation-timing-function: ease-out;
    }
    to {
        opacity: 1;
        transform: translateY(0);
        animation-timing-function: ease-out;
    }
}
/* контакты для карты */
.stores-map {
    display: block;
    width: 100%;
    min-height: 400px;
    background-size: contain;
    background-repeat: no-repeat;
    overflow: hidden;
    position: relative;
}
.stores-map iframe {
    height: 400px !important;
}