.elementor-kit-6{--e-global-color-primary:#FFFFFF;--e-global-color-secondary:#F8F3ED;--e-global-color-text:#0F0F0F;--e-global-color-accent:#5E1F30;--e-global-color-c7f520d:#AA8C72;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}.elementor-widget:not(:last-child){--kit-widget-spacing:0px;}.elementor-element{--widgets-spacing:0px 0px;--widgets-spacing-row:0px;--widgets-spacing-column:0px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS */@media (min-width: 767px) {
html { font-size: 2.127vw; } }

@media (min-width: 1024px) {
html { font-size: 0.825vw; } }

.card {backdrop-filter: blur(10px);  }

.card::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1.5px; /* stroke-width: 1.5 */
  background: linear-gradient(
    47deg,                          /* угол из координат gradientUnits="userSpaceOnUse" */
    rgba(255, 255, 255, 0.35),      /* white · stop offset 0 · opacity 0.35 */
    rgba(199, 199, 199, 0) 55.3%,   /* #C7C7C7 · stop-opacity 0 · offset 0.552892 */
    rgba(255, 255, 255, 0.35) 100%  /* white · stop offset 1 · opacity 0.35 */
  );
  mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  mask-composite: exclude;
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  pointer-events: none;
}/* End custom CSS */