<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.lp-qa-10 {
  padding: 32px 0;
  overflow: hidden;
}

.lp-qa-10 .lp-block-overlay {
	background-color: transparent;
}

.lp-qa-10__title {
  margin: 0;
}
.lp-qa-10-items {
  margin-top: 16px;
}
.lp-qa-10-item {
  margin-bottom: 4px;
  position: relative;
}
.lp-qa-10-item:last-child {
  margin-bottom: 0;
}
.lp-qa-10-item__title {
  padding: 16px 48px 16px 16px;
  border: 1px solid var(--primary-color-a-01);
  cursor: pointer;
  transition: .4s;
  position: relative;
}
.lp-qa-10-item .icon {
  position: absolute;
  right: 18px;
  top: 50%;
  height: 12px;
  margin-top: -6px;
}
.lp-qa-10-item .icon span {
  display: block;
  width: 12px;
  height: 1.5px;
  border-radius: 2px;
  margin-top: 5px;
}
.lp-qa-10-item .icon span:before {
  display: block;
  width: 12px;
  height: 1.5px;
  border-radius: 2px;
  content: "";
  position: absolute;
  transform: rotate(90deg);
  background-color: inherit;
  transition: .3s;
}
.lp-qa-10-item__title._active + .lp-qa-10-item__text {
    display: block !important;
}
/*.lp-qa-10-item__title._active {
  border: 1px solid var(--primary-color-base);
}*/
.lp-qa-10-item__title._active .icon span:before {
  transform: rotate(0deg);
}
.lp-qa-10-item__text {
  padding: 16px;
  display: none;
  position: relative;
  border: none !important;
  box-shadow: none !important;
  background-color: transparent !important;
  overflow: hidden;
}
@media all and (min-width: 960px) {
	.lp-qa-10-item__text {
		border-radius: inherit !important;
	}
}
.lp-qa-10-item__text .lp-qa-10__half-bg {
    display: block;
    width: 100%;
}
.lp-qa-10-content {
    display: none;
}
@media all and (min-width: 600px) {
  .lp-qa-10 {
    padding: 56px 0;
  }
  .lp-qa-10-items {
    margin-top: 24px;
  }
  .lp-qa-10-item {
    margin-bottom: 8px;
  }
  .lp-qa-10-item__title {
    padding: 16px 56px 16px 24px;
  }
  .lp-qa-10-item__text {
    padding: 24px;
  }
}
@media all and (min-width: 960px) {
	.lp-qa-10-item__text .lp-qa-10__half-bg {
		display: none;
	}
  .lp-qa-10-wrapper {
    display: flex;
    justify-content: space-between;
  }
  .lp-qa-10-spoilers {
    width: 432px;
  }
  .lp-qa-10-content {
    width: 432px;
    display: flex;
    align-items: center;
    transition: .5s;
  }
  .lp-qa-10-content .lp-qa-10-item__text {
    opacity: 1;
    visibility: visible;
    position: relative;
  }
  
	.lp-qa-10-content .lp-qa-10-item__text .lp-block-bg {
    	display: none;
	}
  /*.lp-qa-10 .lp-block-bg {
    width: 50%;
    left: auto;
    right: 0;
  }*/
  .lp-qa-10-item__text {
    display: block;
    width: 432px;
    padding: 0;
    background: none;
    transition: .5s;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
  }
}
@media all and (min-width: 1200px) {
  .lp-qa-10 {
    padding: 80px 0;
  }
  .lp-qa-10-spoilers {
    width: 536px;
  }
  .lp-qa-10-content {
    width: 536px;
  }
  .lp-qa-10-items {
    margin-top: 40px;
  }
  .lp-qa-10-item__title {
    padding: 16px 72px 16px 24px;
  }
  .lp-qa-10-item__text {
    width: 536px;
  }
}
@media all and (min-width: 1380px) {
  .lp-qa-10-spoilers {
    width: 604px;
  }
  .lp-qa-10-content {
    width: 604px;
  }
  .lp-qa-10-item__text {
    width: 604px;
  }
}

.lp-qa-10__half-bg {
	display: none;
    top: 0;
    right: 0;
    bottom: 0;
    width: 50%;
    position: absolute;
    z-index: 1;
    background: rgba(31, 80, 161, 0.05);
}	

@media (min-width: 960px) {
	.lp-qa-10__half-bg {
		display: block;
	}
}

.lp-qa-10-item__text-in  {
    position: relative;
    z-index: 2;
}</pre></body></html>