.transition, .AccordDiv2, .AccUL .AccLI i:before, .AccUL .AccLI i:after {
  transition: all 0.25s ease-in-out;
}

.flipIn, .AccUL .AccLI {
  animation: flipdown 0.5s ease both;
}

.no-select, .AccordDiv1 {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.AccordDiv1{
	font-size: 26px;
	line-height: 70px;
	font-weight: 300;
	letter-spacing: 1px;
	display: block;
	margin: 0;
	color: #f1592b;
	cursor: pointer;
	margin-left:25px;
}

.AccordDiv2 {
  position: relative;
  overflow: hidden;
  max-height: 1800px;
  opacity: 1;
  transform: translate(0, 0);
  margin-top: 14px;
  z-index: 2;
}

.AccUL {
  list-style: none;
  perspective: 900;
  padding: 0;
  margin: 0;
}
.AccUL .AccLI {
  position: relative;
  padding: 0;
  margin: 0;
  border-top: 1px dotted #dce7eb;
}
.AccUL .AccLI:nth-of-type(1) {
  animation-delay: 0.5s;
}
.AccUL .AccLI:nth-of-type(2) {
  animation-delay: 0.75s;
}
.AccUL .AccLI:nth-of-type(3) {
  animation-delay: 1s;
}
.AccUL .AccLI:last-of-type {
  padding-bottom: 0;
}
.AccUL .AccLI i {
  position: absolute;
  transform: translate(-6px, 0);
  margin-top: 30px;
  right: 0;
}
.AccUL .AccLI i:before, .AccUL .AccLI i:after {
  content: "";
  position: absolute;
  background-color: #f1592b;
  width: 3px;
  height: 9px;
}
.AccUL .AccLI i:before {
  transform: translate(-2px, 0) rotate(45deg);
}
.AccUL .AccLI i:after {
  transform: translate(2px, 0) rotate(-45deg);
}
.AccUL .AccLI input[type=checkbox] {
  position: absolute;
  cursor: pointer;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
}
/* - данный стиль убран в accordresh_dopcss.php
.AccUL .AccLI input[type=checkbox]:checked ~ .AccordDiv2 {
  margin-top: 0;
  max-height: 0;
  opacity: 0;
  transform: translate(0, 50%);
}
*/
.AccUL .AccLI input[type=checkbox]:checked ~ i:before {
  transform: translate(2px, 0) rotate(45deg);
}
.AccUL .AccLI input[type=checkbox]:checked ~ i:after {
  transform: translate(-2px, 0) rotate(-45deg);
}







.AccUL .AccLI em {
  position: absolute;
  transform: translate(-6px, 0);
  margin-top: 30px;
  left: 0;
}
.AccUL .AccLI em:before, .AccUL .AccLI em:after {
  content: "";
  position: absolute;
  background-color: #f1592b;
  width: 3px;
  height: 9px;
}
.AccUL .AccLI em:before {
  transform: translate(-2px, 0) rotate(45deg);
}
.AccUL .AccLI em:after {
  transform: translate(2px, 0) rotate(-45deg);
}
.AccUL .AccLI input[type=checkbox]:checked ~ em:before {
  transform: translate(2px, 0) rotate(45deg);
}
.AccUL .AccLI input[type=checkbox]:checked ~ em:after {
  transform: translate(-2px, 0) rotate(-45deg);
}









@keyframes flipdown {
  0% {
    opacity: 0;
    transform-origin: top center;
    transform: rotateX(-90deg);
  }
  5% {
    opacity: 1;
  }
  80% {
    transform: rotateX(8deg);
  }
  83% {
    transform: rotateX(6deg);
  }
  92% {
    transform: rotateX(-3deg);
  }
  100% {
    transform-origin: top center;
    transform: rotateX(0deg);
  }
}
/*
     FILE ARCHIVED ON 13:11:15 Mar 25, 2025 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 13:54:59 Jun 05, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  capture_cache.get: 0.724
  captures_list: 2.223 (2)
  exclusion.robots: 0.255 (2)
  exclusion.robots.policy: 0.218 (2)
  esindex: 0.031 (2)
  cdx.remote: 62.464 (2)
  LoadShardBlock: 195.849 (6)
  PetaboxLoader3.datanode: 245.197 (8)
  load_resource: 104.848 (2)
*/