<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.faq-header{
  font-size: 42px;
  border-bottom: 1px dotted #ccc;
  padding: 24px;
}

.faq-content {
  margin: 0 auto;
}

.faq-question {
  padding: 20px 0;
  border-bottom: 1px dotted #ccc;
}

.panel-title {
  font-size: 20px;
  width: 100%;
  position: relative;
  margin: 0;
  padding: 10px 10px 0 48px;
  display: block;
  cursor: pointer;
}

.panel-content {
  font-size: 18px;
  padding: 0px 14px;
  margin: 0 40px;
  height: 0;
  overflow: hidden;
  position: relative;
  opacity: 0;
  -webkit-transition: .4s ease;
  -moz-transition: .4s ease;
  -o-transition: .4s ease;
  transition: .4s ease;
}

.panel:checked ~ .panel-content{
  height: auto;
  opacity: 1;
  padding: 14px;
}

.plus {
  position: absolute;
  margin-left: 20px;
  margin-top: 4px;
  z-index: 5;
  font-size: 32px;
  line-height: 100%;
  -webkit-user-select: none;    
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-transition: .2s ease;
  -moz-transition: .2s ease;
  -o-transition: .2s ease;
  transition: .2s ease;
}

.panel:checked ~ .plus {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.panel {
  display: none;
}
.raz div {
  max-width: 8em; /* Р±Р»РѕРє Р·Р°РЅРёРјР°РµС‚ С€РёСЂРёРЅСѓ СЂРѕРґРёС‚РµР»СЏ, max-width РµС‘ РѕРіСЂР°РЅРёС‡РёРІР°РµС‚ */
  min-height: 2em;
  margin-left: auto;
  margin-right: 0em;
}


.elios {
	background-color: #ededed;
	margin-left: -25px;
	margin-right: -25px;
	padding: 20px 25px 20px 25px;
	margin-top: 30px;
	margin-bottom: 30px;
}
.elios .inner {
	text-align: left;
	/*font-size: 21px;
	font-weight: 100;*/
	color: #3d3d3d;
}
.elios .inner p {
	padding: 0;
}
 
 
/*РєРІР°РґСЂР°С‚РЅР°СЏ РєРЅРѕРїРєР° СЃРјРѕС‚СЂРµС‚СЊ РІРёРґРµРѕ */
.cd-btn {
  display: inline-block;
  padding: 1em 2em;
  color: #C6463D;
  border: 2px solid #C6463D;
  font-weight: 800;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1,2rem;
}
.cd-btn:hover {
  background-color: #C6463D;
  color: #f2f2f2;
}
.cd-btn-center {
  vertical-align: middle;
  text-align: center;
  margin:0 auto;
  
}
.sbutton{
font-size: 20px;
margin:0 auto;
} 
.cd-btn-center a {
    color: #ce171e;
    transition: border-color .2s linear;
    text-decoration: none;
    border-bottom: 2px solid #C6463D;
}

.clear {
    clear: both;
}
 
</pre></body></html>