

/* Start:/local/components/skadium/page/templates/index/style.css?1744720354138*/
.root-index .sb1-sd {
  margin-top: 115px;
}
.root-index .rwrapper .sstocks{
  margin-top: 50px;
}
@media (max-width: 1060px) {

}
/* End */


/* Start:/local/components/skadium/include.block/templates/sbanner/style.css?17447203543797*/
.sb1 {
  position: relative;
  color: #fff;
}
.sb1-bg {
  position: absolute;
  left: 0;
  top: -200px;
  bottom: 0;
  right: 0;
  background: #333;
  overflow: hidden;
}
.sb1-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sb1-bg:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: linear-gradient(171deg, rgba(0, 0, 0, 0.70) -3.49%, rgba(0, 0, 0, 0.00) 39.29%), linear-gradient(68deg, rgba(0, 0, 0, 0.70) 21.98%, rgba(0, 0, 0, 0.00) 68.59%);
}
.sb1 > .container {
  position: relative;
  padding-top: 20px;
  padding-bottom: 50px;
  z-index: 1;
}
.sb1-wi {
  margin-top: 80px;
  margin-bottom: 20px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 10px;
  background: #fff;
  color: #000;
}
.sb1-wi svg {
  fill: currentColor;
}
.sb1-t2 {
  max-width: 910px;
  font-size: 21px;
  line-height: 1.5;
  margin-bottom: 30px;
}
.sb1-t2 b {
  font-weight: 700;
}
.sb1-t1 {
  max-width: 920px;
  font-size: 60px;
  font-weight: 200;
  line-height: 1.3;
}
.sb1-t1 b {
  font-weight: 500;
}
.sb1-action {
  margin-top: 30px;
  display: flex;
  gap: 30px;
}
.sb1-btn.btn {
  height: 70px;
  padding-left: 40px;
  padding-right: 40px;
}
.sb1-btn2.btn {
  color: #fff;
  font-size: 17px;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.30);
}
.sb1-btn2.btn:hover{
  background: #fff;
  color: #000;
}
.sb1-sd {
  margin-top: 90px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  padding: 0 30px;
  gap: 20px;
  border-radius: 10px;
  background: rgba(0, 0, 0, .2);
  backdrop-filter: blur(15px);
  color: #fff;
  font-size: 15px;
  cursor: pointer;
  transition: background-color .2s;
}
.sb1-sd:hover {
  background: rgba(0, 0, 0, .6);
}
.sb1-sd svg {
  flex-shrink: 0;
  stroke: currentColor;
}
.sb1-items {
  position: absolute;
  right: 0;
  bottom: 50px;
  width: 625px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  z-index: 1;
}
.sb1-bl {
  padding: 35px;
  border-radius: 20px;
  background: rgba(0, 0, 0, 0.20);
  color: #fff;
  backdrop-filter: blur(15px);
}
.sb1-bl-m1 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 62px;
}
.sb1-bl-t1 {
  margin-top: 25px;
  font-size: 19px;
  line-height: 1.3;
}
.sb1-bl-m1._t {
  font-size: 30px;
  font-weight: 300;
  padding: 0 25px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.20);
}
.sb1-bl-m1._i img {
  max-height: 80%;
}
.sb1-bl:first-child {
  grid-column: 2;
}
.sb1.d2d .sb1-bl:first-child{
  grid-column: auto;
}

@media (max-width: 1600px) {
  .sb1-t1 {
    max-width: 810px;
    font-size: 50px;
  }
  .sb1-items {
    width: 560px;
    gap: 15px;
  }
  .sb1-bl {
    padding: 25px;
  }
}
@media (max-width: 1260px) {
  .sb1-items{
    display: none;
  }
}
@media (max-width: 1060px) {
  .sb1-bg:after {
    background: linear-gradient(35deg, rgba(0, 0, 0, 0.70) 54.09%, rgba(0, 0, 0, 0.00) 87.16%);
  }
  .sb1 > .container {
    padding-bottom: 80px;
  }
  .sb1-wi {
    display: none;
  }
  .sb1-t2 {
    max-width: 100%;
    font-size: 17px;
    line-height: 1.5;
    margin-bottom: 15px;
    margin-top: 40px;
  }
  .sb1-t1 {
    max-width: 100%;
    font-size: 32px;
  }
  .sb1-t1 br,
  .sb1-t2 br{
    display: none;
  }
  .sb1-action {
    flex-direction: column;
    gap: 14px;
  }
  .sb1-btn.btn{
    padding-left: 20px;
    padding-right: 20px;
  }
  .sb1-sd{
    display: none;
  }
}
/* End */


/* Start:/local/components/skadium/include.block/templates/tbnoty/style.css?17447203541283*/
.tbnoty {
	position: relative;
	color: #000;
	z-index: 1;
}
.tbnoty:before{
	content: '';
	position: absolute;
	left: -50vw;
	right: -50vw;
	top: 0;
	bottom: 0;
	background: #FFD96A;
	transition: background-color .2s;
	z-index: -1;
}
.tbnoty .container{
	display: flex;
	align-items: center;
	padding-top: 15px;
	padding-bottom: 15px;
	min-height: 70px;
}
.tbnoty-i1 {
	flex-shrink: 0;
	display: flex;
	gap: 30px;
	margin-right: 30px;
}
.tbnoty-i1:after{
	content: '';
	width: 1px;
	background: rgba(0,0,0,.3);
}
.tbnoty-t1 {
	font-size: 17px;
	font-weight: 500;
	line-height: 1.2;
}
.tbnoty-t1_2{
	display: none;
}
.tbnoty-t2 {
	margin-left: auto;
	opacity: .9;
	font-size: 15px;
	line-height: 1.2;
}

@media (max-width: 1260px) {
	.tbnoty-t2{
		display: none;
	}
}
@media (max-width: 1060px) {
	.tbnoty .container {
		justify-content: center;
		padding-top: 10px;
		padding-bottom: 10px;
		min-height: 60px;
	}
	.tbnoty-i1 {
		gap: 15px;
		margin-right: 15px;
	}
	.tbnoty-i1 img{
		width: 80px;
		height: auto;
	}
	.tbnoty-i1:after {
		background: rgba(0, 0, 0, .1);
	}
	.tbnoty-t1 {
		font-size: 13px;
		font-weight: 400;
	}
	.tbnoty-t1_1{
		display: none;
	}
	.tbnoty-t1_2{
		display: inline;
	}
}
/* End */


/* Start:/local/components/skadium/page/templates/index/skadium/include.block/isservmini/style.css?1744720354344*/
.isservmini {
  margin-top: 70px;
}
.isservmini-h {
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
  text-align: center;
}
@media (max-width: 1060px) {
  .isservmini{
    margin-top: 40px;
  }
  .isservmini-h {
    margin-bottom: 25px;
  }
  .isservmini-h br{
    display: none;
  }
}
/* End */


/* Start:/local/components/skadium/include.block/templates/sservmini/style.css?17447203542091*/
.sservmini-h {
  margin-bottom: 30px;
}
.sservmini-h.s-h2 {
  font-weight: 400;
}
.sservmini-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 50px 24px;
}
.sservmini-items-item {
  width: 200px;
}
.sservmini-item {
  display: block;
  max-width: 100%;
  text-align: center;
  color: inherit;
  font-size: 19px;
  transition: color .2s;
}
.sservmini-item:hover {
  color: var(--c3);
}
.sservmini-item-thumb {
  height: 200px;
  border-radius: 20px;
  background: #fff;
  padding: 25px;
}
.sservmini-item-thumb picture{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.sservmini-item-thumb img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
}
.sservmini-item-name {
  margin-top: 20px;
  line-height: 1.3;
  letter-spacing: 0.38px;
  text-decoration-line: underline;
  text-decoration-style: dotted;
  text-decoration-skip-ink: none;
  text-decoration-color: rgba(0, 0, 0, 0.4);
  text-decoration-thickness: 6%;
  text-underline-offset: 25%;
  text-underline-position: from-font;
  transition: text-underline .2s;
}
.sservmini-item:hover .sservmini-item-name {
  text-decoration-color: transparent;
}
@media (max-width: 1600px) {
  .sservmini-items-item {
    width: 180px;
  }
  .sservmini-items {
    column-gap: 20px;
  }
}
@media (max-width: 1260px) {
  .sservmini-items-item {
    width: 200px;
  }
}
@media (max-width: 1060px) {
  .sservmini-h {
    margin-bottom: 15px;
  }
  .sservmini-items {
    display: flex;
    justify-content: flex-start;
    flex-wrap: nowrap;
    gap: 10px;
    overflow: auto;
    margin-left: -10px;
    margin-right: -10px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .sservmini-items-item {
    flex-shrink: 0;
    width: 140px;
  }
  .sservmini-item {
    font-size: 15px;
  }
  .sservmini-item-thumb {
    height: 160px;
  }
  .sservmini-item-name {
    margin-top: 12px;
    text-underline-offset: 18%;
  }
}
/* End */


/* Start:/local/components/skadium/quiz/templates/.default/style.css?174472035513864*/
.squiz {
  position: relative;
  z-index: 1;
}
.squiz-bg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  max-width: 2400px;
  width: calc(100vw - 100px);
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  background: #fff;
  border-radius: 20px;
}
.quiz {
  position: relative;
  padding: 75px 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity .2s, visibility .2s;
}
.quiz.is-init {
  opacity: 1;
  visibility: visible;
}
.quiz-columns {
  display: flex;
  gap: 120px;
}
.quiz-columns-main {
  flex-grow: 1;
}
.quiz-columns-aside {
  width: 400px;
  flex-shrink: 0;
}
.quiz-head {
  margin-bottom: 25px;
}
.quiz-head-t1 {
  font-size: 40px;
  line-height: 1.3;
}
.quiz-head-t1 b {
  font-weight: 500;
}
.quiz-head-t2 {
  margin-bottom: 15px;
  display: flex;
  align-items: baseline;
  gap: 10px;
  color: #9294a0;
  font-size: 17px;
  line-height: 1.4;
}
.quiz-head-t2 svg {
  flex-shrink: 0;
}
.quiz-progress {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 45px;
}
.quiz-progress-t {
  flex-shrink: 0;
  color: #9294a0;
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
}
.quiz-progress-line {
  position: relative;
  flex-grow: 1;
  border-radius: 50px;
  height: 12px;
  background: #f1f1f1;
  overflow: hidden;
}
.quiz-progress-line-current {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  background-image: linear-gradient(-45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-size: 20px 20px;
  z-index: 1;
  background-color: #399f3c;
  animation: quiz-progress-bar 2s linear infinite;
  border-radius: 50px;
  transition: width .5s;
}
@keyframes quiz-progress-bar {
  from {
    background-position: 0 0
  }
  to {
    background-position: 20px 0
  }
}
.quiz-steps {
  position: relative;
}
.quiz-step.hidden {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
  transition: 0s;
  pointer-events: none;
  z-index: -1;
}
.quiz-step.current {
  opacity: 1;
  visibility: visible;
  transition: .3s;
}
.quiz-step-h1 {
  margin-bottom: 15px;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.25;
}
.quiz-steps-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px 32px;
}
.quiz-steps-grid.is-media {
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}
.quiz-answer {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 80px;
  background: #fff;
  border-radius: 10px;
  gap: 14px;
  font-size: 17px;
  cursor: pointer;
  box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.05);
  padding: 10px 30px;
  border: 2px solid transparent;
  transition: border .2s;
}
.quiz-answer:hover {
  border-color: var(--c4);
}
.quiz-answer-check {
  position: relative;
  flex-shrink: 0;
  width: 26px;
  height: 26px;
  background: #e5e5e5;
  border-radius: 50%;
  transition: background .2s;
}
.quiz-answer-check:before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 14px;
  height: 14px;
  border-radius: 50px;
  background: var(--c4);
  opacity: 0;
  transition: opacity .2s;
}
.quiz-answer:hover .quiz-answer-check:before,
.quiz-answer.is-checked .quiz-answer-check:before {
  opacity: 1;
}
.quiz-answer-input {
  position: absolute;
  top: 0;
  left: -9999px;
  visibility: hidden;
}
.quiz-answer-label {
  display: block;
  cursor: pointer;
}
.quiz-answer-body {
  display: block;
}
.quiz-answer.is-media {
  display: block;
  min-height: 240px;
  text-align: center;
  height: 100%;
  flex-direction: column;
  padding: 35px 15px 25px;
}
.quiz-answer.is-media .quiz-answer-check {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 1;
}
.quiz-answer.is-media .quiz-answer-thumb {
  display: block;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}
.quiz-answer.is-media .quiz-answer-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.quiz-answer.is-media .quiz-answer-name {
  line-height: 1.2;
  text-align: center;
}
.quiz-control {
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 40px;
}
.quiz-control-continue {
  font-weight: 500;
  font-size: 18px;
  text-transform: uppercase;
  color: #a1a1a1;
  cursor: pointer;
  transition: color .2s;
}
.quiz-control-continue:hover {
  color: #999;
}
.quiz-control-btn.btn {
  margin-left: auto;
  width: 160px;
  height: 60px;
}
.quiz-control-btn .btn-text2 {
  display: none;
}
.quiz-footer {
  display: flex;
  margin-top: 50px;
  padding-top: 45px;
  border-top: 1px dashed rgba(0, 0, 0, .2);
}
.quiz-footer-c1 {
  flex-shrink: 0;
}
.quiz-personal {
  display: flex;
  align-items: center;
  gap: 20px;
}
.quiz-personal-thumb {
  flex-shrink: 0;
  display: flex;
  align-items: flex-end;
  width: 65px;
  height: 65px;
  border-radius: 10px;
  background: #d9d9d9;
  overflow: hidden;
}
.quiz-personal-thumb img {
  width: 100%;
  height: auto;
}
.quiz-personal-c {
  flex-grow: 1;
}
.quiz-personal-t1 {
  font-size: 19px;
  font-weight: 600;
  line-height: 1.3;
}
.quiz-personal-t2 {
  margin-top: 5px;
  color: #9294a0;
  font-size: 15px;
  line-height: 1.3;
}
.quiz-footer-c2 {
  margin-left: 80px;
}
.quiz-footer-t1 {
  max-width: 650px;
  font-size: 17px;
  line-height: 1.4;
}
.quiz-footer-action {
  margin-top: 20px;
}
.quiz-footer-action .link {
  font-size: 17px;
  font-weight: 700;
  line-height: 1.5;
  text-transform: uppercase;
}
.quiz-abox {
  padding: 40px 30px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.05);
  text-align: center;
}
.quiz-abox-t1 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  color: var(--c4);
  font-size: 40px;
  font-weight: 500;
  line-height: 1.1;
}
.quiz-abox-t1 img {
  animation: loaderAjax 5s infinite linear;
}
.quiz-abox-t2 {
  margin-top: 16px;
  line-height: 1.2;
}
.quiz-abox-t2 b {
  font-weight: 500;
}
.quiz-abox-gd {
  padding: 30px 25px;
  margin-top: 20px;
  border-radius: 10px;
  background: #f2f3f4;
  text-align: center;
  line-height: 1.4;
}
.quiz-abox-gd svg {
  stroke: #9294a0;
}
.quiz-abox-gd-t1 {
  margin-top: 20px;
}
.quiz-as {
  margin-top: 25px;
}
.quiz-as-h {
  margin-bottom: 18px;
  color: #9294a0;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.5;
  text-transform: uppercase;
}
.quiz-as-items {
  display: flex;
  gap: 10px;
}
.quiz-as-item {
  flex: 1 1 45%;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 20px;
  border-radius: 10px;
  background: #f2f3f4;
  color: #000;
  font-size: 15px;
  line-height: 1.3;
}
.quiz-as-item-t b {
  font-weight: 500;
}

.quiz.is-load > div:not(.quiz-load) {
  visibility: hidden;
}
.quiz:not(.is-finish ) .quiz-finish,
.quiz.is-finish .quiz-columns,
.quiz.is-finish .quiz-footer {
  display: none;
}
.quiz.is-finish {
  padding: 0;
}
.quiz-finish {
  position: relative;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
  align-items: center;
  min-height: 820px;
}
.quiz-finish-m {
  position: absolute;
  left: calc(50% + 60px);
  bottom: 0;
  transform: translateX(-50%);
  z-index: 1;
  pointer-events: none;
}
.quiz-finish-m img {
  max-width: none;
}
.quiz-finish-c1 {
  position: relative;
}
.quiz-finish-title {
  max-width: 450px;
}
.quiz-finish-text {
  margin-top: 20px;
  max-width: 450px;
  font-size: 25px;
  font-weight: 300;
  line-height: 1.4;
}
.quiz-finish-text b {
  font-weight: 500;
  color: var(--c3);
}
.quiz-finish-ul {
  margin-top: 30px;
  max-width: 530px;
}
.quiz-finish-li + .quiz-finish-li {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid rgba(0, 0, 0, .2);
}
.quiz-finish-li {
  display: flex;
  font-size: 17px;
  line-height: 1.5;
}
.quiz-finish-li-wi {
  flex-shrink: 0;
  width: 28px;
}
.quiz-finish-li svg {
  fill: currentColor;
}
.quiz-finish-c2 {
  position: relative;
  width: 440px;
  border-radius: 20px;
  background: #fff;
  color: #000;
  padding: 40px 45px;
  margin-left: auto;
  box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.05);
  z-index: 1;
  overflow: hidden;
}
.quiz-finish-c2-h {
  font-size: 21px;
  font-weight: 500;
  line-height: 1.5;
}
.quiz-finish-c2-sub-h {
  margin-top: 5px;
  color: #9294a0;
  font-size: 17px;
  line-height: 1.3;
}
.quiz-finish-form-group {
  margin-top: 25px;
}
.quiz-finish-form-group_private {
  margin-top: 20px;
}
.quiz-finish-form-submit.btn {
  width: 100%;
  padding: 0;
}


.quiz-load {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #fff;
  color: #000;
  text-align: center;
  z-index: 5;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.quiz-load img {
  width: 120px;
  height: auto;
  animation: loaderAjax 5s infinite linear;
}
.quiz-load-t1 {
  margin-top: 80px;
  color: #9294a0;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
}
.quiz-load-t2 {
  margin-top: 15px;
  margin-left: auto;
  margin-right: auto;
  max-width: 800px;
  font-size: 40px;
  font-weight: 300;
  line-height: 1.3;
}
.quiz-load-t2 b {
  font-weight: 500;
}

@media (max-width: 1800px) {
  .squiz-bg {
    width: 100%;
  }
}
@media (max-width: 1600px) {
  .quiz-columns {
    gap: 60px;
  }
  .quiz-columns-aside {
    width: 350px;
  }
  .quiz-as-items {
    flex-direction: column;
  }
  .quiz-finish-c2 {
    width: 400px;
    padding: 35px;
  }
  .quiz-finish-ul {
    max-width: 430px;
  }
}
@media (max-width: 1260px) {
  .quiz-columns-aside {
    display: none;
  }
  .quiz-finish-c2 {
    width: 420px;
    padding: 35px;
  }
  .quiz-finish-m {
    display: none;
  }
  .quiz-finish-c1 {
    max-width: 530px;
  }
  .quiz-finish-title,
  .quiz-head-t2,
  .quiz-finish-ul {
    max-width: 100%;
  }
}
@media (max-width: 1060px) {
  .squiz-bg {
    width: auto;
    left: 10px;
    right: 10px;
  }
  .quiz {
    padding: 35px 25px;
  }
  .quiz-head {
    margin-bottom: 25px;
    padding-bottom: 20px;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
  }
  .quiz-head-t2 {
    margin-bottom: 10px;
    font-size: 13px;
    line-height: 1.2;
  }
  .quiz-head-t2 svg{
    display: none;
  }
  .quiz-head-t1 {
    font-size: 30px;
  }
  .quiz-progress {
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
  }

  .quiz-progress-t {
    font-size: 13px;
  }
  .quiz-progress-t2 {
    margin-left: auto;
  }
  .quiz-progress-line {
    order: 1;
    width: 100%;
  }
  .quiz-step-h1 {
    margin-bottom: 20px;
    font-size: 21px;
  }

  .quiz-steps-grid {
    grid-template-columns: 100%;
    gap: 10px;
  }
  .quiz-steps-grid.is-media {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
  .quiz-answer {
    min-height: 60px;
    gap: 8px;
    font-size: 15px;
    padding: 10px 15px;
  }
  .quiz-answer-check {
    width: 16px;
    height: 16px;
  }
  .quiz-answer-check:before {
    width: 7px;
    height: 7px;
  }

    .quiz-answer.is-media .quiz-answer-thumb {
    max-width: 120px;
    width: 80%;
    height: auto;
    aspect-ratio: 1 / 1;
    margin-bottom: 15px;
  }
  .quiz-answer.is-media {
    min-height: 190px;
    padding: 25px 15px 15px;
  }
  .quiz-control {
    margin-top: 20px;
  }
  .quiz-control-wrap-btn_continue{
    display: none;
  }
  .quiz-control-wrap-btn {
    width: 100%;
  }
  .quiz-control-btn.btn {
    margin-left: 0;
    width: 100%;
    height: 60px;
  }
  .quiz-control-btn .btn-text1{
    display: none;
  }
  .quiz-control-btn .btn-text2{
    display: block;
  }
  .quiz-footer {
    margin-top: 30px;
    padding-top: 25px;
    flex-direction: column;
  }
  .quiz-personal {
    gap: 10px;
  }
  .quiz-personal-thumb {
    width: 50px;
    height: 50px;
  }
  .quiz-personal-t1 {
    font-size: 15px;
  }
  .quiz-personal-t2 {
    margin-top: 3px;
    font-size: 13px;
  }
  .quiz-personal-t2 br {
    display: none;
  }
  .quiz-footer-c2 {
    margin-left: 0;
    margin-top: 13px;
  }
  .quiz-footer-t1 {
    max-width: 100%;
    font-size: 13px;
  }
  .quiz-footer-action {
    margin-top: 10px;
  }
  .quiz-footer-action .link {
    font-size: 13px;
  }

  .quiz-finish {
    padding: 35px 25px;
    flex-direction: column;
    align-items: stretch;
    min-height: 0;
  }
  .quiz-finish-c1 {
    max-width: 100%;
    width: 100%;
  }
  .quiz-finish-text {
    margin-top: 12px;
    max-width: 100%;
    font-size: 19px;
  }
  .quiz-finish-ul,
  .quiz-finish-c2-sub-h-ul {
    display: none;
  }
  .quiz-finish-c2 {
    margin: 20px 0 0 0;
    width: 100%;
    padding: 0;
    box-shadow: none;
    border-radius: 0;
  }
  .quiz-finish-c2-sub-h {
    font-size: 15px;
  }

  .quiz-load {
    padding: 15px;
  }
  .quiz-load img {
    width: 80px;
  }
  .quiz-load-t1 {
    margin-top: 30px;
    font-size: 14px;
  }
  .quiz-load-t2 {
    font-size: 30px;
  }
}
@media (max-width: 360px) {
  .squiz-bg {
    left: 0;
    right: 0;
  }
  .quiz,
  .quiz-finish {
    padding: 35px 5px;
  }
}
/* End */


/* Start:/local/components/skadium/include.block/templates/form-group-communication/style.css?17447203541190*/
.input-group-communication {
  display: flex;
  border-radius: 8px;
  background: #F4F4F4;
}
.input-group-communication-btn {
  position: relative;
  flex-basis: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  height: 44px;
  padding: 0 15px;
  border-radius: 8px;
  color: #000;
  font-size: 13px;
  font-weight: 500;
  cursor: pointer;
  transition: background-color .2s, color .2s;
}
.input-group-communication-btn > input{
  position: absolute;
  opacity: 0;
  z-index: -9999;
}
.input-group-communication-btn:hover {
  background: #eee;
}
.input-group-communication-btn.is-checked{
  background: #2A3C39;
  color: #fff;
}
.input-group-communication-btn-iw{
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  color: #fff;
  border-radius: 50%;
}
.input-group-communication-btn svg {
  fill: currentColor;
  width: 8px;
  height: auto;
}
.input-group-communication-btn._wa .input-group-communication-btn-iw{
  background: #5BB748;
}
.input-group-communication-btn._tg .input-group-communication-btn-iw{
  background: #49BDE1;
}

/* End */


/* Start:/local/components/skadium/include.block/templates/form-private/style.css?1744720354767*/
.form-private{
  display: inline-flex;
}
.form-private input[type=checkbox]{
  position: absolute;
  width: 20px;
  height: 20px;
  opacity: 0;
}
.form-private.ui.checkbox label {
  padding-left: 30px;
  font-weight: 400;
  font-size: 1em;
  color: inherit;
  opacity: 1;
}
.form-private-text{
  color: #9294A0;
  font-size: 13px;
  line-height: 1.3;
}
.form-private-text .link{
  color: #738A78;
  text-decoration-line: underline;
  text-decoration-style: dotted;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: 25%;
  text-underline-position: from-font;
}
@media (max-width: 1060px) {
  .form-private-text {
    font-size: 11px;
    line-height: 1.3;
    display: inline-block;
  }
}
/* End */


/* Start:/local/components/skadium/include.block/templates/s34i/style.css?17447203544095*/
.s34i .container{
  position: relative;
}
.s34i-head {
  position: relative;
  margin-bottom: 50px;
}
.s34i-m {
  position: absolute;
  top: 10px;
  right: 0;
  width: 70px;
  height: 70px;
}
.s34i-o{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 450px;
  height: 450px;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}
.s34i-o div{
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, .1);
}
.s34i-o div:nth-child(2){
  width: 70%;
  height: 70%;
}
.s34i-o div:nth-child(3){
  width: 40%;
  height: 40%;
}
.s34i-mo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: var(--c4);
  color: #fff;
}
.s34i-mo svg {
  fill: currentColor;
}

.s34i-h {
  display: flex;
  align-items: baseline;
  gap: 35px;
  color: #2a3c39;
  font-size: 70px;
  font-weight: 400;
  line-height: 1.3;
}
.s34i-h svg {
  flex-shrink: 0;
}
.s34i-sub-h {
  margin-top: 5px;
  font-size: 21px;
  line-height: 1.3;
}
.s34i-dp {
  position: relative;
  display: flex;
  gap: 30px;
}
.s34i-dp picture {
  border-radius: 20px;
  overflow: hidden;
}
.s34i-dp picture:nth-child(2) {
  border-radius: 50%;
}
.s34i-dp picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.s34i-sd {
  margin-top: 70px;
  margin-left: auto;
  width: 760px;
}
.s34i-sd-t1 {
  margin-bottom: 50px;
  font-size: 21px;
  line-height: 1.5;
}
.s34i-sd-items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
}
.s34i-sd-item-ds {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  height: 78px;
  padding: 0 40px;
  border-radius: 500px;
  border: 1px solid #BDBDBD;
  color: #2a3c39;
  font-size: 40px;
  font-weight: 500;
}
.s34i-sd-item-ds svg {
  margin-top: -.1em;
  flex-shrink: 0;
  fill: currentColor;
}
.s34i-sd-item-t1 {
  margin-top: 25px;
  font-size: 19px;
  line-height: 1.3;
}
.s34i-sp {
  position: absolute;
  left: 0;
  bottom: 10px;
  width: 580px;
}
.s34i-sp-t {
  margin-bottom: 15px;
  color: #9294a0;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.3;
  text-transform: uppercase;
}
.s34i-sp-items {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.s34i-sp-item {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 32px;
  padding: 0 15px;
  gap: 10px;
  border-radius: 7px;
  background: #fff;
  color: #000;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.5;
  transition: background-color .2s, color .2s;
}
.s34i-sp-item:hover {
  color: #fff;
  background: var(--c4);
}

@media (max-width: 1600px) {
  .s34i-sp {
    width: 380px;
  }
}

@media (max-width: 1260px) {
  .s34i-sp {
    display: none;
  }
}

@media (max-width: 1060px) {
  .s34i-head {
    margin-bottom: 25px;
  }
  .s34i-h {
    gap: 8px;
    font-size: 40px;
    color: #000;
  }
  .s34i-h img{
    order: -1;
    width: 55px;
    height: auto;
  }
  .s34i-sub-h {
    margin-top: 5px;
    font-size: 17px;
    opacity: .5;
  }
  .s34i-m{
    display: none;
  }
  .s34i-dp {
    gap: 10px;
  }
  .s34i-dp picture {
    border-radius: 10px;
  }
  .s34i-sd {
    margin-top: 25px;
    margin-left: 0;
    width: 100%;
  }
  .s34i-sd-t1 {
    margin-bottom: 25px;
    font-size: 15px;
  }
  .s34i-sd-items {
    gap: 10px;
  }
  .s34i-sd-item-ds {
    height: 50px;
    padding: 0 20px;
    font-size: 25px;
    font-weight: 500;
  }
  .s34i-sd-item-t1 {
    margin-top: 12px;
    font-size: 15px;
    line-height: 1.4;
  }
  .s34i-sd-item-ds svg {
    width: 20px;
    height: auto;
  }
}

@media (max-width: 360px) {
  .s34i-h {
    font-size: 36px;
  }
  .s34i-h img {
    width: 50px;
  }

  .s34i-sd-item-ds {
    width: 100%;
    font-size: 22px;
    gap: 10px;
  }
}
/* End */


/* Start:/local/components/skadium/include.block/templates/smapprojects/bitrix/news.list/map/style.css?17447203543672*/
.smapprojects {
  padding: 80px 50px 60px;
  border-radius: 40px;
  background: #2a3c39;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100vw - var(--scrollbar)*1px);
  max-width: 2400px;
  z-index: 1;
}
.smapprojects-head {
  display: flex;
  margin-bottom: 50px;
  color: #fff;
  gap: 60px;
}
.smapprojects-sub-h {
  margin-top: 10px;
  font-size: 19px;
  line-height: 1.5;
}
.smapprojects-markers {
  flex-shrink: 0;
  display: flex;
  align-items: flex-end;
  gap: 30px;
}
.smapprojects-marker {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  gap: 15px;
}
.smapprojects-marker-thumb {
  flex-shrink: 0;
}
.smapprojects-marker-name {
  font-size: 17px;
  line-height: 1.2;
}
.smapprojects-map {
  border-radius: 40px;
  background: #fff;
  height: 800px;
  overflow: hidden;
}
.smapprojects-map [class$="-ground-pane"] {
  filter: grayscale(1);
}
.smapprojects-map [class$="-balloon-overlay"] > ymaps > ymaps {
  box-shadow: none;
}
.smapprojects-map [class$="-balloon__layout"] {
  border-radius: 10px;
  box-shadow: 0 5px 15px -7px rgba(0, 0, 0, .5);
}
.smapprojects-map [class$="-balloon__tail"] {
  background: transparent;
}
.smapprojects-map [class$="-balloon__content"] {
  margin: 0 !important;
  padding: 20px 40px 20px 20px !important;
}
.smapprojects-map .mapballoon {
  font-family: Onest, sans-serif !important;
  width: 250px;
  font-size: 16px;
}
.smapprojects-map .mapballoon-thumb {
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 15px;
  position: relative;
  padding-bottom: 60%;
}
.smapprojects-map .mapballoon-thumb img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.smapprojects-map .mapballoon-name {
  font-weight: 500;
  font-size: 16px;
}
.smapprojects-map .mapballoon-address {
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.3;
}
.smapprojects-map .mapballoon-action {
  margin-top: 15px;
  padding-bottom: 5px;
}
.smapprojects-map .mapballoon-btn.btn {
  height: 50px;
  font-size: 15px;
}
@media (max-width: 1600px) {
  .smapprojects {
    padding-left: 15px;
    padding-right: 15px;
  }
  .smapprojects-head {
    flex-direction: column;
    gap: 40px;
  }
}
@media (max-width: 1060px) {
  .smapprojects {
    padding: 50px 0;
    border-radius: 0;
  }
  .smapprojects-head {
    gap: 20px;
    margin-bottom: 30px;
  }
  .smapprojects-sub-h {
    font-size: 15px;
  }
  .smapprojects-markers {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 30px;
  }
  .smapprojects-marker {
    gap: 10px;
  }
  .smapprojects-marker-thumb img {
    height: auto;
  }
  .smapprojects-marker-name {
    font-size: 15px;
  }
  .smapprojects-map {
    border-radius: 10px;
    height: 470px;
    margin: 0 10px;
  }
  .smapprojects-map [class$="-balloon__content"] {
    margin: 0 !important;
    padding: 15px 30px 15px 15px !important;
  }
  .smapprojects-map .mapballoon {
    width: 220px;
  }
  .smapprojects-map .mapballoon-name {
    font-size: 16px;
  }
  .smapprojects-map .mapballoon-address {
    font-size: 14px;
  }
  .smapprojects-map .mapballoon-action {
    margin-top: 10px;
  }
}
@media (max-width: 550px) {
  .smapprojects-markers {
    display: grid;
    grid-template-columns: max-content max-content;
    gap: 20px 15px;
    justify-content: space-between;
    max-width: 400px;
  }
}
@media (max-width: 360px) {
  .smapprojects-marker-thumb img {
    width: 35px;
  }
  .smapprojects-marker-name {
    font-size: 14px;
  }
}
/* End */


/* Start:/local/templates/s1.1/components/bitrix/system.pagenavigation/.default/style.css?17447203551794*/
.pagination {
	margin-top: 70px;
	display: flex;
	align-items: center;
	flex-direction: column;
	gap: 10px;
}
.pagination-more {
	order: 1;
}
.pagination-btn-more,
.pagination-list-link,
.pagination-pn-link{
	display: flex;
	align-items: center;
	justify-content: center;
	height: 50px;
	font-size: 17px;
	font-weight: 500;
	color: #fff;
	padding: 0 25px;
	border-radius: 10px;
	background: #323232;
	cursor: pointer;
	text-decoration: none;
	transition: color .2s, background .2s, border .2s, box-shadow .2s, opacity .2s;
}
a.pagination-list-link:hover,
.pagination-btn-more:hover,
.pagination-pn-link:hover{
	background: #222;
}

.pagination-btn-more {
	position: relative;
	text-decoration: none;
	gap: 10px;
}
.pagination-btn-more svg {
	stroke: currentColor;
	flex-shrink: 0;
}
.pagination-num {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	width: 100%;
}
.pagination-list {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
}
.pagination-list-link {
	min-width: 50px;
	padding-left: 10px;
	padding-right: 10px;
}
span.pagination-list-link {
	color: #000;
	background: #fff;
}
.pagination-pn-link svg {
	position: relative;
	stroke: currentColor;
	display: none;
}


@media (max-width: 1060px) {
	.pagination {
		margin-top: 30px;
	}
	.pagination-pn {
		display: none;
	}
	.pagination-list {
		gap: 4px;
	}
	.pagination-list li{
		display: none;
	}
	.pagination-list li.m{
		display: block;
	}
	.pagination-list-link {
		min-width: 45px;
		height: 45px;
		font-size: 15px;
	}
	.pagination-more {
		width: 100%;
	}
	.pagination-btn-more{
		font-size: 15px;
	}
	.pagination-btn-more svg {
		width: 17px;
		height: auto;
	}
}
/* End */


/* Start:/local/components/skadium/include.block/templates/scatalog/style.css?17447203545018*/
.scatalog {
}
.scatalog-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 45px;
  padding-bottom: 50px;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
}
.scatalog-h {
  max-width: 1140px;
}
.scatalog-more {
  margin-bottom: .25em;
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--c4);
  font-size: 17px;
  font-weight: 500;
  transition: color .2s;
}
.scatalog-more:hover {
  color: var(--c4_hover);
}
.scatalog-more svg {
  flex-shrink: 0;
  transform: rotate(-90deg);
  fill: currentColor;
  stroke: currentColor;
}
.scatalog-control {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.scatalog-brands {
  display: flex;
}
.scatalog-brand-all,
.scatalog-brand {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 200px;
  height: 200px;
  border: 3px solid transparent;
  cursor: pointer;
  border-radius: 50%;
  transition: border .2s;
}
.scatalog-brand.active {
  border-color: var(--c4);
}
.scatalog-brand picture {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: #fff;
  overflow: hidden;
  transition: opacity .2s;
}
.scatalog-brand:hover:not(.active) picture {
  opacity: .5;
}
.scatalog-brand img {
  max-width: 70%;
  max-height: 70%;
  object-fit: contain;
}
.scatalog-brand-all-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: #fff;
  color: #000;
  text-align: center;
  font-size: 15px;
  line-height: 1.2;
  transition: background-color .2s, color .2s;
}
.scatalog-brand-all:hover .scatalog-brand-all-wrap {
  background: var(--c4);
  color: #fff;
}
.scatalog-brand-all-m {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.05), 0px 5px 5px rgba(0, 0, 0, 0.04), 0px 10px 6px rgba(0, 0, 0, 0.03);
  background: #fff;
  color: #000;
  transition: box-shadow .2s;
}
.scatalog-brand-all:hover .scatalog-brand-all-m {
  box-shadow: none;
}
.scatalog-brand-all-m svg {
  stroke: currentColor;
}
.scatalog-nav {
  width: 340px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.scatalog-nav-item {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 32px;
  padding: 0 15px;
  border-radius: 7px;
  background: #fff;
  color: #000;
  font-size: 17px;
  font-weight: 500;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  cursor: pointer;
  transition: background-color .2s, color .2s;
}
.scatalog-nav-item.active {
  color: #fff;
  background-color: var(--c4);
}
.scatitems-items {
  margin-top: 45px;
}
.scatitems-items-h {
  color: #9294a0;
  font-size: 19px;
  line-height: 1.3;
  margin-bottom: 25px;
}
.scatitems-items .list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}


@media (max-width: 1600px) {
  .scatalog-brand-all,
  .scatalog-brand {
    width: 165px;
    height: 165px;
  }
  .scatalog-brand picture {
    width: 145px;
    height: 145px;
  }
  .scatalog-brand-all-wrap {
    width: 145px;
    height: 145px;
  }
  .scatitems-items .list {
    grid-template-columns: repeat(3, 1fr);
  }
  .scatitems-items .list-item:nth-child(n+7) {
    display: none;
  }
}
@media (max-width: 1260px) {
  .scatalog-control {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    flex-direction: column;
    gap: 40px;
  }
  .scatalog-nav {
    width: 100%;
  }

}
@media (max-width: 1060px) {
  .scatalog .container {
    display: flex;
    flex-direction: column;
  }
  .scatalog-head {
    display: contents;
  }
  .scatalog-control {
    display: block;
    margin: 15px 0 20px;
  }
  .scatalog-brands {
    display: none;
  }
  .scatalog-nav-item {
    font-size: 15px;
  }
  .scatitems-items {
    margin-top: 0;
  }
  .scatitems-items-h {
    display: none;
  }
  .scatitems-items .list {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
  .scatalog-more {
    margin-top: 20px;
    margin-bottom: 0;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    height: 60px;
    gap: 15px;
    color: #fff;
    background: var(--c4);
    font-size: 15px;
    font-weight: 500;
    transition: color .2s;
    order: 1;
    transition: background-color .2s, color .2s;
  }
  .scatalog-more:hover{
    color: #fff;
    background: var(--c4_hover);
  }
}
@media (max-width: 360px) {
  .scatitems-items .list {
    gap: 6px;
  }
}
/* End */


/* Start:/local/templates/s1.1/components/bitrix/catalog.smart.filter/.default/style.css?174472035514114*/
.filter-modef {
  display: none;
}
.filter-parameter {
  position: relative;
}
.filter-parameter-help {
  margin-left: auto;
  font-size: 15px;
  color: rgba(0, 0, 0, .3);
}
.filter-parameter .checkbox-toggle {
  width: 100%;
}

.filter-ui-dropdown.ui.dropdown {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  cursor: pointer;
  height: 60px;
  padding: 0 25px;
  background: #fff;
  border-radius: 10px;
  border: none;
  transition: border .2s, color .2s;
}
.filter-ui-dropdown.ui.dropdown > .text {
  left: 0;
  font-size: 15px;
  font-weight: 500;
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.filter-ui-dropdown.ui.dropdown > .default.text {
  color: #7c868d;
}
.filter-ui-dropdown.ui.dropdown > .icon {
  fill: #4e4e4e;
  transition: transform .2s;
}
.filter-ui-dropdown.ui.dropdown.active > .icon {
  fill: #000;
  transform: rotate(180deg);
}
.filter-ui-dropdown.ui.search.dropdown > input.search {
  height: 100%;
  left: 0;
  right: 0;
}
.filter-ui-dropdown.ui.dropdown .menu {
  top: calc(100% + 10px);
  padding: 15px;
  border-radius: 10px;
  box-shadow: 0 0 20px rgba(0, 0, 0, .1);
  width: 100%;
  background: #fff;
  border: none;
}
.filter-ui-dropdown.ui.dropdown.upward .menu {
  top: auto;
  bottom: calc(100% + 10px);
}
.filter-ui-dropdown.ui.dropdown .item {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  width: 100%;
  height: 40px;
  border-radius: 5px;
  padding: 0 10px !important;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 15px;
  font-weight: 500;
  transition: background-color .2s;
  cursor: pointer;
}
.filter-ui-dropdown.ui.dropdown .item.disabled {
  order: 1;
}
.filter-ui-dropdown.ui.dropdown .item.active {
  color: #000;
  font-weight: 500;
}
.filter-ui-dropdown.ui.dropdown .item:hover {
  background: rgba(0, 0, 0, .05);
}
.filter-ui-dropdown .ui.checkbox label {
  padding-left: 35px;
  font-size: 15px;
  padding-top: 3px;
}
.filter-ui-dropdown.ui.dropdown .item-reset:before {
  display: none;
}
.filter-ui-dropdown.ui.dropdown .item-reset {
  display: flex;
  align-items: center;
  height: 40px;
  padding: 0 10px;
  border-bottom: 1px solid #eee;
  font-weight: 400 !important;
  background: transparent !important;
  font-size: 14px;
  opacity: .5;
  cursor: pointer;
}
.filter-ui-dropdown.ui.dropdown .item-reset:hover {
  background: rgba(0, 0, 0, .05) !important;
}
.filter-ui-dropdown.ui.dropdown .item-reset-wi {
  margin-right: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 18px;
  height: 18px;
}
.filter-ui-dropdown.ui.dropdown .item-reset-i {
  width: 8px;
  height: auto;
  fill: currentColor;
  stroke: currentColor;
  transition: opacity .2s, visibility .2s;
}

.filter-parameter-numbers-item .bx-ft-sub {
  display: none;
  position: absolute;
  font-style: normal;
  left: 16px;
  top: 50%;
  font-size: 14px;
  transform: translateY(-50%);
  color: rgba(0, 0, 0, 0.30);
}
.filter-parameter-input-group input {
  display: block;
  margin: 0;
  width: 100%;
  height: 44px;
  font-size: 15px;
  padding: 0 30px;
  text-align: right;
  color: #000;
  line-height: 1;
  border: none;
  background: #fff;
  border-radius: 3px;
  border: 1px solid #eee;
  outline: none;
  transition: outline-color .2s;
}
.filter-parameter-input-group input:focus {
  outline: 2px solid #323232;
  z-index: 1;
}
.filter-parameter-input-group .input-placeholder {
  position: absolute;
  left: 20px;
  color: #ccc;
  font-size: 15px;
  z-index: 5;
  pointer-events: none;
}

@media only screen and (min-width: 1061px) {
  .filter-parameter-radio-btns {
    display: flex;
    border-radius: 5px;
    padding: 2px;
    background: #e2e2e2;
  }
  .filter-parameter-radio-btns-item {
    position: relative;
    flex-grow: 1;
  }
  .filter-parameter-radio-btns-item label {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    color: #000;
    padding-left: 0;
    width: 100%;
    font-weight: 500;
    height: 44px;
    border-radius: 5px;
    cursor: pointer;
  }
  .filter-parameter-radio-btns-item label span {
    position: relative;
    z-index: 1;
  }
  .filter-parameter-radio-btns-item:not(:last-child) label:before {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    height: 26px;
    width: 1px;
    background: rgba(0, 0, 0, .1);
    transform: translateY(-50%);
  }
  .filter-parameter-radio-btns-item input {
    position: absolute;
    visibility: hidden;
  }
  .filter-parameter-radio-btns-item input:checked + label:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: -1px;
    right: -1px;
    background: #fff;
    border-radius: 5px;
  }
  .filter-parameter-radio-btns-item:first-child input:checked + label:after {
    left: 0;
  }
  .filter-parameter-radio-btns-item:last-child input:checked + label:after {
    right: 0;
  }
}


.filter-parameter-numbers .filter-parameter-input-group {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
}
.filter-parameter-numbers .filter-ui-dropdown-number.ui.dropdown > input {
  display: block !important;
}
.filter-ui-dropdown-number.ui.dropdown > .icon {
  position: absolute;
  right: 16px;
  fill: #9a9a9a;
  transition: transform .2s;
}
.filter-ui-dropdown-number.ui.dropdown.active > .icon {
  fill: #666;
  transform: rotate(180deg);
}
.filter-ui-dropdown-number.ui.dropdown .menu {
  top: calc(100% + 10px);
  padding: 5px;
  border-radius: 5px;
  box-shadow: 0 0 20px rgba(0, 0, 0, .1);
  width: 100%;
  background: #fff;
  border-color: #878787;
}
.filter-ui-dropdown-number.ui.dropdown.upward .menu {
  top: auto;
  bottom: calc(100% + 10px);
}
.filter-ui-dropdown-number.ui.dropdown .item {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  width: 100%;
  height: 40px;
  padding: 0 16px !important;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 15px;
  transition: background-color .2s;
  cursor: pointer;
}
.filter-ui-dropdown-number.ui.dropdown .item.disabled {
  order: 1;
}

.filter-parameter-checkbox-btns {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
}
.filter-parameter-checkbox.ui.checkbox {
  width: 100%;
  cursor: pointer;
}
.filter-parameter-checkbox.ui.checkbox label {
  font-size: 15px;
  color: #000;
  padding-left: 30px;
  display: block;
  width: 100%;
}
.filter-parameter-checkbox.ui.checkbox input:checked ~ label {
  color: #000;
}
.filter-parameter-checkbox.ui.checkbox .checkbox-text {
  line-height: 1.3;
}
.filter-parameter-checkbox.ui.checkbox .count {
  display: none;
}


/*
*Track
*
*/
.bx-ui-slider-track-container {
  order: -1;
  height: 20px;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.bx-ui-slider-track {
  width: 100%;
  position: relative;
  height: 3px;
  margin-left: 0;
  margin-right: 0;
  background: #cfcfcf;
  border-radius: 50px;
}
.bx-ui-slider-parts {
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
  display: none;
}
.bx-ui-slider-part span {
  font-size: 12px;
  color: #9a9a9a;
}
.bx-ui-slider-range,
.bx-ui-slider-pricebar,
.bx-ui-slider-pricebar-vd,
.bx-ui-slider-pricebar-vn,
.bx-ui-slider-pricebar-v {
  position: absolute;
  top: 0;
  bottom: 0;
}
.bx-ui-slider-range {
  z-index: 5;
}
.bx-ui-slider-pricebar {
  z-index: 5;
}
.bx-ui-slider-pricebar-vd {
  z-index: 2;
  background: #000;
}
.bx-ui-slider-pricebar-vn {
  z-index: 0;
  /*background: #a8dff3;/* COLOR */
}
.bx-ui-slider-pricebar-v {
  z-index: 4;
  background: #000;
  /*background: #499fd8;/* COLOR */
}
.bx-ui-slider-handle {
  position: absolute;
  top: -9px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #000;
  z-index: 10;
}
.bx-ui-slider-handle:hover {
  -webkit-cursor: -webkit-grab;
  -ms-cursor: grab;
  -o-cursor: grab;
  cursor: grab;
}
.bx-ui-slider-handle:active {
  -webkit-cursor: -webkit-grabbing;
  -ms-cursor: grabbing;
  -o-cursor: grabbing;
  cursor: grabbing;
}
.bx-ui-slider-handle.left {
  left: 0;
  margin-left: -1px;
}
.bx-ui-slider-handle.right {
  right: 0;
  margin-right: -1px;
}
.filter-parameter-numbers,
.filter-parameter-price-block {
  display: flex;
  gap: 16px;
}
.filter-parameter-numbers-item {
  position: relative;
  flex-grow: 1;
}


.filter-parameter-search {
  position: relative;
  margin-bottom: 15px;
}
.filter-parameter-search-input {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  width: 100%;
  height: 50px;
  font-size: 15px;
  border-radius: 10px;
  border: 1px solid #f1f1f1;
  background: #f5f5f5;
}
.filter-parameter-search svg {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  fill: transparent;
  opacity: .3;
  width: 16px;
  height: auto;
}


.filter-btns-found{
  color: #222;
  font-size: 15px;
}
.filter-submit-btn.btn {
  width: 100%;
  height: 50px;
  font-size: 15px;
  text-transform: none;
}
.filter-reset-btn.btn {
  height: auto;
  color: #323232;
  font-size: 15px;
  font-weight: 500;
  transition: color .2s;
  cursor: pointer;
}
.filter-reset-btn.btn svg {
  flex-shrink: 0;
  stroke: currentColor;
}
.filter-reset-btn.btn:hover {
  color: #000;
}


.filter-tag-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.filter-tag-item {
  display: flex;
  align-items: center;
  gap: 10px;
  border-radius: 500px;
  background: #f5f5f5;
  color: #333;
  font-size: 14px;
  padding: 10px 15px;
  transition: background .2s;
  cursor: pointer;
}
.filter-tag-item:hover {
  background: #eee;
}
.filter-tag-item-wicon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  background: #b9b9c1;
  border-radius: 50%;
  color: #fff;
}
.filter-tag-item-wicon svg {
  stroke: currentColor;
  fill: currentColor;
  stroke-width: 3px;
}


.fpm.active {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  display: block !important;
  z-index: 22;
}
.fpm-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, .5);
}
.fpm-wrap {
  position: relative;
  height: 100%;
  width: 440px;
  margin-left: auto;
  background: #fff;
  padding: 40px 50px 50px;
  overflow: auto;
}
.fpm-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}
.fpm-close {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 60px;
  height: 60px;
  color: #000;
  margin-right: -20px;
  padding-right: 20px;
  margin-top: -20px;
  padding-top: 20px;
  cursor: pointer;
  transition: color .2s;
}
.fpm-close svg {
  stroke: currentColor;
}
.fpm-h {
  font-size: 25px;
  font-weight: 500;
  line-height: 1.2;
}


.filter-hor {
  display: flex;
  gap: 10px;
  flex-grow: 1;
}
.filter-hor .filter-form {
  display: flex;
  gap: 10px;
}
.filter-hor .filter-parameters {
  display: flex;
  gap: 10px;
  flex-grow: 1;
}
.filter-hor .filter-parameter {
  flex-grow: 1;
  max-width: 340px;
}
.filter-hor .filter-parameter-head {
  display: none;
}


.filter-ver .filter-parameters {
  display: flex;
  flex-direction: column;
}
.filter-ver .filter-parameter {
  border-top: 1px solid #eee;
}
.filter-ver .filter-parameter:first-child{
  border-top: none;
}
.filter-ver .filter-parameter.open {
  padding-bottom: 25px;
}
.filter-ver .filter-parameter-head {
  position: relative;
  display: flex;
  padding: 25px 0;
  cursor: pointer;
}
.filter-ver .filter-parameter-head-title {
  padding-right: 25px;
  font-size: 17px;
  font-weight: 500;
}
.filter-ver .filter-parameter-head-fa {
  flex-shrink: 0;
  display: block;
  position: absolute;
  right: 0;
  transition: transform .2s;
}
.filter-ver .filter-parameter.open .filter-parameter-head-fa{
  transform: rotate(180deg);
}
.filter-ver .filter-parameter-head-fa svg {
  fill: currentColor;
}
.filter-ver .filter-parameter-head-value {
  display: none;
}

.filter-ver .filter-parameter-block {
  display: flex;
  flex-direction: column;
}
.filter-ver .filter-parameter:not(.open) .filter-parameter-block {
  display: none;
}
.filter-ver .filter-parameter.is-search .filter-parameter-list-item:not(._search-show) {
  display: none;
}

.filter-ver .filter-parameter._one-value.open {
  padding-top: 20px;
  padding-bottom: 20px;
}
.filter-ver .filter-ui-dropdown.ui.dropdown {
  display: flex;
  flex-direction: column;
  gap: 10px;
  height: auto;
  padding: 0;
  border-radius: 0;
  background: transparent;
}
.filter-ver .filter-ui-dropdown.ui.dropdown .menu {
  display: contents !important;
  visibility: visible;
}
.filter-ver .filter-ui-dropdown.ui.dropdown > *:not(.menu) {
  display: none;
}
.filter-ver .filter-ui-dropdown.ui.dropdown .item-reset {
  display: none;
}
.filter-ver .filter-ui-dropdown.ui.dropdown .item {
  height: auto;
  padding: 0 !important;
  font-size: 15px;
  font-weight: 400;
  background: transparent !important;
}
.filter-ver .filter-parameter-list {
  max-height: 150px;
  overflow-y: auto;
  overflow-x: hidden;
}
.filter-ver .filter-parameter-checkbox-btns-item,
.filter-ver .filter-parameter-radio-btns-item {
  width: 100%;
}
.filter-ver .filter-btns {
  margin: 20px 0 0 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
}
.filter-ver .filter-btns-submit {
  width: 100%;
}

@media (max-width: 1060px) {
  .fpm-wrap {
    height: 100%;
    width: 100%;
    padding: 0 10px 160px;
  }
  .fpm-head {
    margin-bottom: 0;
  }
  .fpm-close {
    width: 60px;
    height: 70px;
    margin-right: -10px;
    padding-right: 10px;
    margin-top: 0;
    padding-top: 0;
  }
  .filter-ver .filter-btns {
    gap: 10px;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 20px 10px 40px;
    border-radius: 10px 10px 0px 0px;
    background: #F2F3F4;
    z-index: 5;
  }
  .filter-btns-found {
    font-size: 13px;
  }
  .filter-btns-reset {
    margin-top: 5px;
  }
}
@media (max-width: 400px) {
  .fpp-wrap {
    padding-left: 10px;
    padding-right: 10px;
  }
}
/* End */


/* Start:/local/components/skadium/include.block/templates/catalog-item/style.css?17447203544497*/
.catalog-item {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 30px 35px;
  border-radius: 20px;
  background: #fff;
  height: 100%;
  transition: border .2s, background-color .2s, box-shadow .2s;
}
.catalog-item:before{
  content: '';
  position: absolute;
  left: -10px;
  right: -10px;
  top: -10px;
  bottom: -10px;
  border: 3px solid transparent;
  border-radius: 30px;
  pointer-events: none;
  transition: border .2s;
}
.catalog-item:hover {
  z-index: 1;
}
.catalog-item:hover:before {
  border-color: var(--c4);
}
.catalog-item-title {
  font-size: 21px;
  font-weight: 500;
  line-height: 1.3;
  overflow: hidden;
  max-height: calc(1em * 2 * 1.3);
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  transition: color .2s;
}
.catalog-item:hover .catalog-item-title {
  color: var(--c4);
}
.catalog-item-thumb {
  position: relative;
  margin: 25px 0;
  display: block;
}
.catalog-item-thumb picture {
  display: block;
  height: 300px;
}
.catalog-item-thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.catalog-item-badges {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 6px;
  z-index: 1;
}
.catalog-item-badge {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  width: 40px;
  height: 40px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 500px;
}
.catalog-item-badge.st1 {
  background: var(--c4);
}
.catalog-item-badge.st2 {
  background: var(--c3);
}
.catalog-item-badge svg {
  stroke: currentColor;
}
.catalog-item-body {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.catalog-item-r {
  margin-top: auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.catalog-item-prices {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 4px 10px;
}
.catalog-item-prices-h {
  width: 100%;
  font-size: 13px;
  margin-bottom: 4px;
  opacity: .6;
}
.catalog-item-price-old {
  position: relative;
  font-size: 25px;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.6);
  line-height: 1;
}
.catalog-item-price-old:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 45%;
  height: 2px;
  transform: rotate(-8deg);
  background: var(--c3);
}
.catalog-item-price-current {
  font-size: 25px;
  font-weight: 700;
  line-height: 1;
}
.catalog-item-action {
  flex-shrink: 0;
  margin-bottom: 5px;
}
.catalog-item-btn.btn {
  gap: 10px;
  width: 140px;
  height: 40px;
  border-radius: 10px;
  border: 1px solid #d3d3d3;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
}
.catalog-item-btn svg {
  flex-shrink: 0;
  fill: currentColor;
}
.catalog-item-btn.btn:hover {
  background: var(--c4);
  color: #fff;
}
.catalog-item-it1{
  margin-top: 10px;
  font-size: 15px;
  line-height: 1.25;
  opacity: .6;
}
@media (max-width: 1260px) {
  .catalog-item {
    padding: 25px;
  }
  .catalog-item-r {
    align-items: stretch;
    gap: 15px;
    flex-direction: column;
  }
}
@media (max-width: 1060px) {
  .catalog-item {
    padding: 15px;
    border-radius: 10px;
  }
  .catalog-item:before{
    display: none;
  }
  .catalog-item-title {
    font-size: 15px;
  }
  .catalog-item-thumb {
    margin: 15px 0;
    flex-grow: 1;
  }
  .catalog-item-thumb picture {
    height: 130px;
  }
  .catalog-item-badge {
    width: 26px;
    height: 26px;
    font-size: 8px;
  }
  .catalog-item-badge svg {
    width: 16px;
    height: auto;
  }
  .catalog-item-r {
    display: contents;
  }
  .catalog-item-prices-h {
    font-size: 11px;
    margin-bottom: 3px;
  }
  .catalog-item-price-old,
  .catalog-item-price-current {
    font-size: 15px;
  }
  .catalog-item-price-old:after {
    height: 1px;
  }
  .catalog-item-it1 {
    margin-top: 7px;
    font-size: 11px;
  }
  .catalog-item-action {
    margin: 10px 0 0 0;
    order: 1;
  }
  .catalog-item-btn.btn {
    width: 100%;
    height: 30px;
    border-radius: 5px;
    font-size: 11px;
  }
  .catalog-item-btn svg {
    width: 10px;
    height: auto;
  }
}
@media (max-width: 360px) {
  .catalog-item {
    padding: 15px 10px;
  }
  .catalog-item-thumb picture {
    height: 110px;
  }
}
/* End */


/* Start:/local/components/skadium/include.block/templates/popup-order-modal/style.css?17447203542201*/
.popup-modal.popup-order-modal.fancybox-content {
  max-width: 960px;
}
.popup-order-modal-columns {
  display: grid;
  grid-template-columns: 370px 1fr;
  gap: 60px;
}
.popup-order-modal-media {
  position: relative;
  padding-right: 60px;
  display: flex;
  flex-direction: column;
}
.popup-order-modal-media:after {
  content: '';
  position: absolute;
  right: 0;
  top: -50px;
  bottom: -50px;
  width: 1px;
  background: rgba(0, 0, 0, .1);
}
.popup-order-modal-media picture{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-grow: 1;
}
.popup-order-modal-media img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.popup-order-modal-media-t1 {
  margin-bottom: 20px;
  font-size: 21px;
  font-weight: 500;
  line-height: 1.3;
}
.popup-order-modal-media-price-h {
  font-size: 13px;
  margin-bottom: 10px;
  color: #9294A0;
}
.popup-order-modal-media-prices {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 4px 20px;
}
.popup-order-modal-media-price-old {
  position: relative;
  font-size: 25px;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.6);
  line-height: 1;
}
.popup-order-modal-media-price-old:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 45%;
  height: 2px;
  transform: rotate(-8deg);
  background: var(--c3);
}
.popup-order-modal-media-price-current {
  font-size: 25px;
  font-weight: 700;
  line-height: 1;
}
.popup-order-modal-media-t2 {
  margin-top: 10px;
  color: #9294A0;
  font-size: 15px;
  line-height: 1.5;
}



.popup-order-modal-media .catalog-item-thumb {
  order: -1;
  flex-grow: 1;
  display: flex;
  align-items: center;
  margin-top: 0;
}
.popup-order-modal-media .catalog-item-title {
  margin-bottom: 20px;
}
.popup-order-modal-media .catalog-item-action {
  display: none;
}

@media (max-width: 1060px) {
  .popup-modal.popup-order-modal.fancybox-content {
    max-width: 340px;
  }
  .popup-order-modal-columns {
    display: block;
  }
  .popup-order-modal-media {
    padding-right: 0;
    display: none;
  }
  .popup-order-modal-media:after{
    display: none;
  }
}
/* End */


/* Start:/local/components/skadium/_/templates/.default/modal/style.css?17447203543554*/
.popup-modal.fancybox-content{
	display: none;
	max-width: 520px;
	width: calc(100% - 20px);
	padding: 0;
	margin: 60px 0;
	background: transparent;
	overflow: visible;
}
.popup-modal-wrap {
	border-radius: 20px;
	background: #fff;
	padding: 45px 60px 50px 60px;
	color: #000;
	transform: translate(0, -25%);
	opacity: 0;
	transition: transform .2s ease-out, opacity .2s ease-out;
	overflow: hidden;
}
.fancybox-slide--current .popup-modal-wrap {
	transform: translate(0,0);
	opacity: 1;
	transition: transform .2s ease-out,opacity .2s ease-out
}
.popup-modal-progress-h{
	margin-bottom: 12px;
	color: #9294A0;
	font-size: 13px;
	font-weight: 500;
	line-height: 1.25;
	text-transform: uppercase;
}
.popup-modal-progress-line{
	margin-bottom: 30px;
	position: relative;
	flex-grow: 1;
	border-radius: 50px;
	height: 12px;
	background: #F5F5F5;
	overflow: hidden;
}
.popup-modal-progress-line:after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	background-image: linear-gradient(-45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-size: 20px 20px;
	z-index: 1;
	background-color: #399F3C;
	border-radius: 50px;
	width: 0;
}
.fancybox-slide--current .popup-modal-progress-line:after{
	transition: width .5s .2s ease-out;
	width: 90%;
	animation: modal-progress-bar 2s linear infinite;
}
@keyframes modal-progress-bar {
	from {
		background-position: 0 0
	}
	to {
		background-position: 20px 0
	}
}

.popup-modal-title {
	font-size: 30px;
	font-weight: 500;
	line-height: 1.2;
}
.popup-modal-sub-title{
	margin-bottom: 20px;
	margin-top: 10px;
	color: #9294A0;
	font-size: 17px;
	line-height: 1.3;
}
.popup-modal-group{
	margin-top: 20px;
}
.popup-modal-submit.btn {
	width: 100%;
}
.popup-modal .fancybox-close-small {
	right: 0;
	top: 0;
	width: 60px;
	height: 60px;
	opacity: 1;
	color: #000;
	opacity: 0;
}
.fancybox-slide--html .popup-modal .fancybox-close-small{
	padding: 15px;
}
.fancybox-slide--current .popup-modal .fancybox-close-small{
	opacity: 1;
	transition: opacity .2s .2s ease-out;
}
.popup-modal > .preloader{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(255,255,255,.5);
	backdrop-filter: blur(2px);
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}

@media (max-width: 1060px) {
	.popup-modal.fancybox-content{
		margin: 0;
		max-width: 340px;
	}
	.popup-modal.fancybox-content:not(._mf){
		margin: 20px 0;
	}
	.popup-modal-wrap {
		border-radius: 10px;
		padding: 25px 30px 30px;
	}
	.popup-modal-progress-line {
		margin-bottom: 20px;
	}
	.popup-modal-progress-h {
		margin-bottom: 8px;
		max-width: 200px;
		font-size: 11px;
		line-height: 1.3;
	}
	.popup-modal-title {
		font-size: 21px;
	}
	.popup-modal-sub-title {
		font-size: 15px;
		margin-top: 8px;
	}
	.popup-modal-group .form-label {
		font-size: 11px;
		margin-bottom: 8px;
	}
	.popup-modal-group input.form-input {
		height: 60px;
	}
	.popup-modal-submit.btn {
		height: 60px;
		padding: 0 20px;
	}
	.popup-modal-group-private {
		margin-top: 15px;
	}

	.fancybox-slide--html .popup-modal:not(._mf) .fancybox-close-small {
		padding: 16px;
		right: 5px;
		top: 3px;
	}
}

@media only screen and (max-width: 360px) {
	.popup-modal-wrap {
		padding-left: 20px;
		padding-right: 20px;
	}
}
/* End */


/* Start:/local/components/skadium/include.block/templates/sstocks/style.css?17447203543302*/
.sstocks .container {
  position: relative;
  display: grid;
  grid-template-columns: 320px 1fr;
  gap: 70px;
  color: #fff;
  padding-top: 40px;
  padding-bottom: 40px;
  z-index: 1;
}
.sstocks-bg {
  position: absolute;
  top: 0;
  left: 50%;
  max-width: calc(100vw - var(--scrollbar)* 1px);
  width: calc(100% + 80px);
  transform: translateX(-50%);
  bottom: 0;
  border-radius: 40px;
  background: #2a3c39;
  z-index: -1;
}

.sstocks-c {
  display: flex;
  flex-direction: column;
}
.sstocks-m {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  color: #fff;
  border-radius: 10%;
  background: linear-gradient(159deg, #5bb748 12.67%, #0fb584 53.22%, #028691 93.77%);
}
.sstocks-m svg {
  fill: currentColor;
}
.sstocks-h {
  margin-top: 15px;
}
.sstocks-descr {
  margin-top: 10px;
  font-size: 17px;
  line-height: 1.5;
  opacity: .7;
}
.sstocks-timer {
  margin-top: auto;
}
.sstocks-timer-h {
  font-size: 15px;
  margin-bottom: 12px;
}
.sstocks-timer .timer-result {
  gap: 8px;
}
.sstocks-timer .timer-item-num {
  width: 55px;
  height: 55px;
  background: #fff;
  font-size: 30px;
}
.sstocks-items .list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}


@media (max-width: 1600px) {
  .sstocks .container {
    grid-template-columns: 100%;
  }
  .sstocks-c {
    display: flex;
    flex-direction: row;
    gap: 100px;
  }
  .sstocks-sl {
    position: relative;
    padding-left: 90px;
  }
  .sstocks-m {
    position: absolute;
    left: 0;
    top: 10px;
  }
  .sstocks-h {
    flex-shrink: 0;
    margin: 0;
  }
  .sstocks-timer {
    flex-shrink: 0;
  }
}

@media (max-width: 1060px) {
  .sstocks-bg {
    border-radius: 0;
    left: -10px;
    right: -10px;
    max-width: none;
    width: auto;
    transform: none;
  }
  .sstocks .container {
    gap: 30px;
    padding-top: 50px;
    padding-bottom: 90px;
  }
  .sstocks-c {
    flex-direction: column;
    gap: 15px;
  }
  .sstocks-sl {
    position: relative;
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0 15px;
  }
  .sstocks-h.s-h2 {
    font-size: 34px;
  }
  .sstocks-m {
    position: static;
    width: 50px;
    height: 50px;
  }

  .sstocks-descr {
    margin-top: 15px;
    font-size: 15px;
    line-height: 1.4;
  }
  .sstocks-timer-h {
    font-size: 13px;
    margin-bottom: 10px;
  }
  .sstocks-timer .timer-result {
    gap: 6px;
  }

  .sstocks-items .list) {
    display: flex;
    gap: 10px;
  }
  .sstocks-items .list.slick-initialized {
    display: block;
  }
  .sstocks-items .slick-list {
    overflow: visible;
  }
  .sstocks-items .slick-track {
    display: flex;
    gap: 10px;
    margin-left: 0;
    margin-right: 0;
  }
  .sstocks-items .list-item {
    flex-shrink: 0;
    width: 320px;
    max-width: calc(100vw - 25px);
  }
  .sstocks-items .slick-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -40px;
  }
  .sstocks-items .slick-dots button:after {
    background: #fff;
  }
  .sstocks-items .slick-dots .slick-active button:after {
    background: #2a3c39;
  }
}
/* End */


/* Start:/local/components/skadium/include.block/templates/timer/style.css?1744720355902*/
.timer-result {
  display: flex;
  gap: 10px;
}
.timer-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
.timer-item-num {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 60px;
  border-radius: 10px;
  background: #f2f2f2;
  color: #2A3C39;
  font-size: 35px;
  font-weight: 700;
}
.timer-item-t {
  font-size: 15px;
  opacity: .5;
  text-transform: lowercase;
}
.timer-sep {
  position: relative;
  left: .06em;
  top: .07em;
  font-size: 44px;
  letter-spacing: 5px;
}
@media (max-width: 1060px) {
  .timer-result {
    gap: 6px;
  }
  .timer-item {
    gap: 6px;
  }
  .timer-item-num {
    width: 55px;
    height: 55px;
    font-size: 30px;
  }
  .timer-item-t {
    font-size: 13px;
  }
  .timer-sep {
    font-size: 38px;
    top: .1em;
  }
}
/* End */


/* Start:/local/components/skadium/include.block/templates/stock-item/style.css?17447203542404*/
.stock-item {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  border-radius: 20px;
  color: #fff;
  height: 520px;
  padding: 15px;
  overflow: hidden;
}
.stock-item-thumb {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #333;
}
stock-item-thumb:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 20px;
  background: rgba(0, 0, 0, .1);
}
.stock-item-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.stock-item-с {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 15px;
  background: rgba(0, 0, 0, 0.20);
  backdrop-filter: blur(15px);
  padding: 20px;
  z-index: 1;
}
.stock-item-title {
  margin-bottom: auto;
  font-size: 24px;
  font-weight: 300;
  line-height: 1.3;
}
.stock-item-title b {
  font-weight: 700;
}
.stock-item-prices {
  margin-top: 12px;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 4px 20px;
}
.stock-item-prices-h {
  width: 100%;
  font-size: 13px;
  margin-bottom: 4px;
  opacity: .6;
}
.stock-item-price-old {
  position: relative;
  font-size: 25px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1;
}
.stock-item-price-old:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 45%;
  height: 2px;
  transform: rotate(-8deg);
  background: var(--c3);
}
.stock-item-price-current {
  font-size: 25px;
  font-weight: 700;
  line-height: 1;
}
.stock-item-action {
  margin-top: 10px;
  flex-shrink: 0;
}
.stock-item-btn.btn {
  width: 100%;
  height: 50px;
  border-radius: 10px;
  background: #fff;
  color: #000;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}
.stock-item-btn.btn:hover {
  background: #f2f2f2;
}
.stock-item-info {
  margin-top: 10px;
  font-size: 15px;
  line-height: 1.25;
  opacity: .6;
}
@media (max-width: 1060px) {
  .stock-item {
    height: 480px;
    padding: 10px;
  }
  .stock-item-с {
    min-height: 232px;
  }
  .stock-item-title {
    font-size: 21px;
  }
  .stock-item-prices-h {
    font-size: 11px;
  }
  .stock-item-info {
    font-size: 13px;
  }
  .stock-item-price-old,
  .stock-item-price-current {
    font-size: 21px;
  }
}
/* End */


/* Start:/local/components/skadium/include.block/templates/popup-stock-modal/style.css?1744720354593*/
.popup-modal.popup-stock-modal.fancybox-content{
	max-width: 960px;
}
.popup-stock-modal-columns{
	display: grid;
	grid-template-columns: 370px 1fr;
	gap: 70px;
}
.popup-stock-modal-media .stock-item {
	height: 100%;
}
.popup-stock-modal-media .stock-item-с {
	min-height: 0;
}
.popup-stock-modal-media .stock-item-action{
	display: none;
}
@media (max-width: 1060px) {
	.popup-modal.popup-stock-modal.fancybox-content {
		max-width: 340px;
	}
	.popup-stock-modal-columns {
		display: block;
	}
	.popup-stock-modal-media {
		padding-right: 0;
		display: none;
	}
}
/* End */


/* Start:/local/components/skadium/include.block/templates/sfeedback/style.css?17447203545803*/
.sfeedback + .rfooter {
  margin-top: 20px;
}
.sfeedback {
  position: relative;
  z-index: 1;
}
.sfeedback-bg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  max-width: 2400px;
  width: calc(100vw - 100px);
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  background: #cecbc6;
  border-radius: 40px;
}
.sfeedback-bg picture {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 35%);
}
.sfeedback-bg img {
  max-width: none;
}
.sfeedback .container {
  position: relative;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
  align-items: flex-start;
}
.sfeedback-m {
  position: absolute;
  left: calc(60% + 15px);
  bottom: 0;
  transform: translateX(-50%);
  z-index: 1;
}
.sfeedback-m img {
  max-width: none;
}
.sfeedback-c1 {
  position: relative;
  align-self: stretch;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 800px;
  padding: 60px 70px;
  border-radius: 20px;
  background: rgba(0, 0, 0, 0.20);
  color: #fff;
  backdrop-filter: blur(20px);
}
.sfeedback-h {
  color: #d9d9d9;
  font-weight: 300;
  margin-bottom: 40px;
}
.sfeedback-h b {
  color: #fff;
  font-weight: 500;
}
.sfeedback-ul {
  max-width: 530px;
}
.sfeedback-li + .sfeedback-li {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, .2);
}
.sfeedback-li {
  display: flex;
  font-size: 17px;
  line-height: 1.5;
}
.sfeedback-li-wi {
  flex-shrink: 0;
  width: 28px;
}
.sfeedback-li svg {
  fill: currentColor;
}
.sfeedback-c2 {
  position: relative;
  width: 440px;
  border-radius: 20px;
  background: #fff;
  color: #000;
  padding: 40px 45px;
  margin-left: auto;
  z-index: 1;
  overflow: hidden;
}
.sfeedback-c2-h {
  font-size: 21px;
  font-weight: 500;
  line-height: 1.5;
}
.sfeedback-c2-sub-h {
  margin-top: 5px;
  color: #9294a0;
  font-size: 17px;
  line-height: 1.3;
}
.sfeedback-form-group {
  margin-top: 25px;
}
.sfeedback-form-group_submit,
.sfeedback-form-group_private {
  margin-top: 16px;
}
.sfeedback-form-submit.btn {
  width: 100%;
  padding: 0;
}
.sfeedback-mm {
  position: relative;
  margin-top: 50px;
}
.sfeedback-mm:before {
  content: '';
  position: absolute;
  left: -50px;
  right: -50px;
  top: -25px;
  border-top: 1px dotted rgba(0, 0, 0, .2);
}
.sfeedback-mm-list {
  display: flex;
  gap: 10px;
}
.sfeedback-mm-btn {
  flex-basis: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  height: 50px;
  padding: 0 10px;
  border-radius: 10px;
  border: 1px solid #c8c8c8;
  color: #9294a0;
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  cursor: pointer;
  transition: background-color .2s, color .2s;
}
.sfeedback-mm-btn:hover {
  background: #9294a0;
  color: #fff;
}
.sfeedback-mm-btn svg {
  fill: currentColor;
}

.sfeedback-m4k {
  display: none;
}

@media (max-width: 1800px) {
  .sfeedback-bg {
    width: 100%;
  }
}

@media (max-width: 1600px) {
  .sfeedback-m {
    left: calc(60% - 50px);
  }
  .sfeedback-m img {
    max-width: 550px;
    width: auto;
    height: auto;
  }
  .sfeedback-c1 {
    width: 550px;
    padding: 35px;
  }
  .sfeedback-ul {
    max-width: 380px;
  }
  .sfeedback-h.s-h2 {
    font-size: 30px;
  }
  .sfeedback-c2 {
    width: 400px;
    padding: 35px;
  }
}
@media (max-width: 1260px) {
  .sfeedback-m {
    display: none;
  }
  .sfeedback-c1 {
    flex-grow: 1;
    width: auto;
    padding: 35px;
  }
  .sfeedback-ul {
    max-width: 100%;
  }
  .sfeedback-c2 {
    flex-shrink: 0;
    width: 420px;
    padding: 35px;
  }
}
@media (max-width: 1060px) {
  .sstocks + .sfeedback{
    margin-top: 0 !important;
  }
  .sfeedback + .rfooter {
    margin-top: 0;
  }
  .sfeedback-bg {
    border-radius: 0;
  }
  .sfeedback .container {
    display: block;
    padding-top: 40px;
    padding-bottom: 50px;
  }
  .sfeedback-c1 {
    width: 100%;
    padding: 0;
    background: transparent;
    color: #000;
    backdrop-filter: none;
    display: block;
    border-radius: 0;
  }
  .sfeedback-m4k {
    display: flex;
    align-items: flex-end;
    gap: 15px;
    margin-bottom: 22px;
  }
  .sfeedback-m4k picture {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    width: 80px;
    height: 80px;
    flex-shrink: 0;
    border-radius: 10px;
    background: #d9d9d9;
    overflow: hidden;
  }
  .sfeedback-m4k picture img {
    width: 100%;
    height: auto;
  }
  .sfeedback-m4k-ds {
    display: flex;
    align-items: center;
    height: 36px;
    padding: 0 12px;
    gap: 10px;
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, .1);
    font-size: 15px;
  }
  .sfeedback-m4k-ds:before {
    content: '';
    flex-shrink: 0;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: linear-gradient(139deg, #5bb748 8.54%, #0fb584 55.24%, #00666e 101.95%), #238e12;
  }
  .sfeedback-h.s-h2 {
    font-size: 28px;
    color: #5e5e5e;
    margin-bottom: 25px;
    line-height: 1.3;
  }
  .sfeedback-h b {
    color: #000;
  }
  .sfeedback-li {
    font-size: 15px;
    line-height: 1.3;
  }
  .sfeedback-li + .sfeedback-li {
    margin-top: 12px;
    padding-top: 12px;
    border-top-color: rgba(0, 0, 0, .1);
  }
  .sfeedback-c2 {
    width: 100%;
    padding: 25px;
    margin-top: 30px;
  }
  .sfeedback-c2-sub-h {
    margin-top: 7px;
    font-size: 15px;
  }
}
@media (max-width: 360px) {
  .sfeedback-c2 {
    padding: 20px 15px;
  }
  .sfeedback-mm-list {
    gap: 6px;
  }
}
/* End */


/* Start:/local/components/skadium/include.block/templates/sadv/style.css?17447203546582*/
.sadv .container {
  position: relative;
}
.sadv-m {
  position: absolute;
  top: 10px;
  left: 0;
  width: 70px;
  height: 70px;
}
.sadv-o {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 450px;
  height: 450px;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}
.sadv-o div {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, .1);
}
.sadv-o div:nth-child(2) {
  width: 70%;
  height: 70%;
}
.sadv-o div:nth-child(3) {
  width: 40%;
  height: 40%;
}
.sadv-mo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: var(--c4);
  color: #fff;
}
.sadv-mo svg {
  fill: currentColor;
}
.sadv-head {
  margin-left: auto;
  max-width: 1020px;
  margin-bottom: 60px;
}
.sadv-h {
  color: #2a3c39;
}
.sadv-h.s-h2 {
  font-size: 60px;
  line-height: 1.3;
}
.sadv-sub-h {
  margin-top: 20px;
  font-size: 21px;
  line-height: 1.3;
}
.sadv-items {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.sadv-item {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 40px 45px;
  border-radius: 20px;
  background: #c9d3cb;
  color: #000;
  overflow: hidden;
  z-index: 1;
}
.sadv-item-r1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}
.sadv-item-t1 {
  font-size: 25px;
  font-weight: 500;
  line-height: 1.3;
}
.sadv-item-m {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  background: rgba(255, 255, 255, 0.3);
  color: #fff;
  border-radius: 50%;
}
.sadv-item-m svg {
  fill: currentColor;
}
.sadv-item-t2 {
  margin-top: 15px;
  font-size: 19px;
  line-height: 1.4;
}
.sadv-item-t2 b {
  font-weight: 700;
}
.sadv-item-action {
  margin-top: 25px;
}
.sadv-item-btn.btn {
  height: 60px;
}
.sadv-item-btn svg {
  fill: currentColor;
}
.sadv-item-btn .btn-text2 {
  display: none;
}
.sadv-item1 {
  color: #fff;
  background: #2a3c39;
}
.sadv-item1 .sadv-item-thumb {
  display: flex;
  justify-content: center;
  margin: 35px 0 15px;
}
.sadv-item1 .sadv-item-thumb img {
  width: auto;
  height: auto;
}
.sadv-item2 {
  color: #fff;
  background: #738a78;
}
.sadv-item2 .sadv-item-m {
  order: -1;
}
.sadv-item2 .sadv-item-t1 {
  text-align: right;
}
.sadv-item2 .sadv-item-thumb {
  position: absolute;
  right: 30px;
  bottom: 0;
  z-index: -1;
}
.sadv-item2 .sadv-item-thumb img {
  width: auto;
  height: auto;
  max-width: none;
}
.sadv-item2 .sadv-item-t2 {
  margin-top: 30px;
}
.sadv-item3 {
  color: #2a3c39;
  background: #c9d3cb;
}
.sadv-item3 .sadv-item-m {
  color: #2a3c39;
  order: -1;
}
.sadv-item3 .sadv-item-t1 {
  text-align: right;
}
.sadv-item3 .sadv-item-thumb {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  z-index: -1;
}
.sadv-item3 .sadv-item-thumb img {
  width: auto;
  height: auto;
  max-width: none;
}
.sadv-item3 .sadv-item-t2 {
  margin-top: 30px;
}

.sadv-item4 {
  min-height: 340px;
  justify-content: center;
  grid-column: -1/1;
  background: #fff;
  color: #000;
}
.sadv-item4 > div {
  max-width: 515px;
  margin-left: 730px;
}
.sadv-item4 .sadv-item-m {
  position: absolute;
  right: 45px;
  color: #fff;
  background: #c9d3cb;
}
.sadv-item4 .sadv-item-thumb {
  position: absolute;
  left: 70px;
  bottom: 0;
  z-index: -1;
}
.sadv-item4 .sadv-item-thumb img {
  width: auto;
  height: auto;
}
@media (max-width: 1600px) {
  .sadv-items {
    gap: 20px;
  }
  .sadv-item {
    padding: 35px 30px;
  }
  .sadv-item2 .sadv-item-thumb img {
    max-width: 410px;
  }
  .sadv-item3 .sadv-item-thumb img {
    max-width: 300px;
  }
  .sadv-item4 .sadv-item-thumb {
    left: 40px;
  }
  .sadv-item4 .sadv-item-thumb img {
    max-width: 600px;
  }
  .sadv-item4 > div {
    max-width: 470px;
    margin-left: 590px;
  }
}

@media (max-width: 1260px) {
  .sadv-m {
    display: none;
  }
  .sadv-h.s-h2 {
    font-size: 50px;
  }
  .sadv-head {
    margin-left: 0;
    max-width: 100%;
    margin-bottom: 40px;
  }
  .sadv-item-t1 {
    font-size: 21px;
  }
  .sadv-item-t2 {
    font-size: 17px;
    margin-top: 15px;
  }
  .sadv-item2 .sadv-item-t2 {
    margin-top: 20px;
  }
  .sadv-item2 .sadv-item-thumb img {
    max-width: 370px;
  }
  .sadv-item3 .sadv-item-t2 {
    margin-top: 15px;
  }
  .sadv-item3 .sadv-item-thumb img {
    max-width: 240px;
  }

  .sadv-item4 {
    min-height: auto;
  }
  .sadv-item4 > div {
    max-width: 440px;
    margin-left: 500px;
  }
  .sadv-item4 .sadv-item-m {
    position: static;
  }
  .sadv-item4 .sadv-item-thumb {
    left: 25px;
  }
  .sadv-item4 .sadv-item-thumb img {
    max-width: 520px;
  }
}

@media (max-width: 1060px) {
  .sadv-head {
    margin-bottom: 25px;
  }
  .sadv-h.s-h2 {
    font-size: 30px;
  }
  .sadv-sub-h {
    margin-top: 10px;
    font-size: 15px;
    line-height: 1.3;
    opacity: .5;
  }
  .sadv-items {
    gap: 10px;
    grid-template-columns: 100%;
  }
  .sadv-item {
    padding: 25px;
  }
  .sadv-item-t2 {
    font-size: 15px;
    margin-top: 15px;
  }
  .sadv-item1 .sadv-item-thumb {
    margin: 25px 0 10px;
  }
  .sadv-item1 .sadv-item-thumb img {
    max-width: 350px;
    width: 100%;
  }
  .sadv-item2 .sadv-item-thumb img {
    max-width: 370px;
    margin-right: 10%;
    width: 130%;
  }
  .sadv-item2 .sadv-item-thumb,
  .sadv-item3 .sadv-item-thumb,
  .sadv-item4 .sadv-item-thumb {
    position: relative;
    margin-top: 15px;
    top: auto;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: -1;
    margin-bottom: -25px;
    order: 1;
    display: flex;
    justify-content: center;
  }
  .sadv-item4 > div {
    max-width: 100%;
    margin-left: 0;
  }
  .sadv-item4 .sadv-item-thumb img {
    margin-left: 10%;
    width: 120%;
  }
  .sadv-item-action {
    margin-top: 18px;
  }
  .sadv-item-btn.btn {
    height: 50px;
  }
  .sadv-item-btn .btn-text {
    display: none;
  }
  .sadv-item-btn .btn-text2 {
    display: block;
  }
}
@media (max-width: 360px) {
  .sadv-item {
    padding-left: 15px;
    padding-right: 15px;
  }
}
/* End */


/* Start:/local/components/skadium/include.block/templates/sabc/style.css?1744720354279*/
.sbc{
  display: flex;
  justify-content: center;
  gap: 54px;
}
.sbc-item{
  flex-shrink: 0;
  color: #9294A0;
  font-size: 70px;
  font-weight: 500;
}
.sbc-item:nth-child(2n+1){
  color: #2A3C39;
}
@media (max-width: 1060px) {
  .sbc{
    display: none;
  }
}
/* End */


/* Start:/local/components/skadium/include.block/templates/so9p/style.css?17891117134459*/
.so9p {
  position: relative;
}
.so9p-bg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  max-width: 2400px;
  width: calc(100vw - 100px);
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  border-radius: 40px;
  background: #333;
}
.so9p-bg picture {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0;
  transition: opacity .5s;
}
.so9p-bg picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.so9p-bg picture.active {
  opacity: 1;
  transition: opacity .5s;
}
.so9p-bg:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: linear-gradient(74deg, rgba(0, 0, 0, 0.70) 30.24%, rgba(0, 0, 0, 0.00) 83.25%);
  z-index: 1;
}
.so9p .container {
  position: relative;
  margin-top: 80px;
  margin-bottom: 140px;
  z-index: 1;
}
.so9p-m1 {
  position: absolute;
  left: 0;
  top: 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 52px;
  padding: 0 30px;
  border-radius: 500px;
  border: 1px solid rgba(255, 255, 255, .3);
  color: #fff;
  font-size: 17px;
  z-index: 1;
}
.so9p-navs {
  position: absolute;
  left: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
  z-index: 1;
}
.so9p-nav-item {
  color: #fff;
  font-size: 21px;
  line-height: 1.3;
  cursor: pointer;
  transition: opacity .2s;
}
.so9p-nav-item.active {
  opacity: .5;
}
.so9p-ms {
  margin-left: auto;
  width: 750px;
  height: 680px;
  padding: 50px 60px;
  border-radius: 30px;
  background: rgba(0, 0, 0, 0.20);
  color: #fff;
  backdrop-filter: blur(20px);
}
.so9p-ms:not(.slick-slider) .so9p-msi:nth-child(n+2) {
  display: none;
}

.so9p-ms .slider-arrow {
  position: absolute;
  bottom: 50px;
  background: #fff;
  color: #000;
}
.so9p-ms .slider-prev {
  left: 60px;
}
.so9p-ms .slider-next {
  left: 150px;
}
.so9p .slick-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -80px;
  gap: 30px;
}
.so9p .slick-dots li {
  flex-grow: 1;
}
.so9p .slick-dots button {
  width: 100%;
  height: 5px;
  background: rgba(255, 255, 255, 0.3);
}
.so9p .slick-dots button:after {
  display: none;
}
.so9p .slick-dots .slick-active button {
  background: #fff;
}

.so9p-msi {
  width: 100%;
}
.so9p-msi-m {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: #fff;
  color: #000;
  margin-bottom: 25px;
}
.so9p-msi-m svg {
  fill: currentColor;
}
.so9p-msi-t1 b {
  font-weight: 700;
}
.so9p-msi-t2 {
  margin-top: 15px;
  font-size: 21px;
  line-height: 1.5;
}
@media (max-width: 1800px) {
  .so9p-bg {
    width: 100%;
  }
}
@media (max-width: 1600px) {
  .so9p-ms {
    width: 650px;
    padding: 50px;
  }
  .so9p-ms .slider-prev {
    left: 50px;
  }
}
@media (max-width: 1260px) {
  .so9p .container {
    margin-top: 70px;
    margin-bottom: 70px;
    min-height: 720px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
  }
  .so9p-navs {
    display: none;
  }
  .so9p-m1 {
    position: relative;
  }
  .so9p-ms {
    width: 100%;
    padding: 50px;
  }
  .so9p-ms {
    width: 100%;
    padding: 50px 50px 160px;
    height: auto;
  }
  .so9p .slick-dots {
    display: none !important;
  }
}
@media (max-width: 1060px) {
  .so9p {
    margin-left: 10px;
    margin-right: 10px;
  }
  .so9p-bg {
    border-radius: 20px;
  }
  .so9p .container {
    min-height: 600px;
    margin: 25px 0;
    padding-left: 25px;
    padding-right: 25px;
  }
  .so9p-m1 {
    height: 30px;
    padding: 0 20px;
    font-size: 13px;
  }
  .so9p-ms {
    padding: 25px 25px 100px;
    border-radius: 20px;
  }
  .so9p-msi-m {
    width: 50px;
    height: 50px;
    margin-bottom: 20px;
  }
  .so9p-msi-m svg {
    width: 17px;
  }
  .so9p-msi-t2 {
    margin-top: 15px;
    font-size: 17px;
  }
  .so9p-ms .slider-arrow {
    bottom: 25px;
  }
  .so9p-ms .slider-prev {
    left: 25px;
  }
  .so9p-ms .slider-next {
    left: 75px;
  }
}
@media (max-width: 360px) {
  .so9p {
    margin-left: 0;
    margin-right: 0;
  }

  .so9p .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
/* End */


/* Start:/local/components/skadium/include.block/templates/ssteps/style.css?17447203544006*/
.ssteps-h.s-h1 {
  display: flex;
  align-items: center;
  gap: 25px;
  color: #2a3c39;
  font-size: 70px;
  font-weight: 400;
  margin-bottom: 50px;
}
.ssteps-h:after {
  content: '';
  flex-shrink: 0;
  margin-top: .1em;
  width: 16px;
  height: 16px;
  background: var(--c4);
  border-radius: 50%;
}
.ssteps-items {
  display: grid;
  grid-template-columns: 1fr 1fr 1.45fr;
  gap: 10px;
}
.step-item {
  padding: 0 40px 35px;
  border-radius: 20px;
  background: #c9d3cb;
  color: #000;
  min-height: 100%;
}
.step-item-pos {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 70px;
  color: #000;
  font-size: 21px;
  font-weight: 700;
  z-index: 1;
}
.step-item-pos svg {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.step-item-t1 {
  margin-top: 25px;
  font-size: 25px;
  font-weight: 500;
  line-height: 1.3;
}
.step-item-t2 {
  margin-top: 20px;
  font-size: 19px;
  line-height: 1.4;
}
.step-item-t2 b {
  font-weight: 700;
}
.step-item-t2 p:not(:last-child) {
  margin-bottom: .75em;
}
.step-item-action {
  margin-top: 15px;
}
.step-item-btn.btn {
  height: 60px;
  gap: 10px;
}
.step-item-btn svg {
  margin-top: -.1em;
  fill: currentColor;
}
.ssteps-items-item .ssteps-p {
  flex-shrink: 0;
}
.ssteps-items-item:nth-child(3) .ssteps-p {
  margin-top: 85px;
  display: block;
}
.ssteps-items-item:nth-child(3) .step-item {
  position: absolute;
  margin-top: 10px;
  width: 440px;
  min-height: 0;
}
.ssteps-items-item:nth-child(4) .step-item {
  background: #2a3c39;
  color: #fff;
}
.ssteps-items-item:nth-child(5) {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}
.ssteps-items-item:nth-child(5) .step-item {
  width: 440px;
}
.ssteps-items-item:nth-child(5) .ssteps-p {
  align-self: flex-end;
}
.ssteps-items-item:nth-child(6) {
  order: 1;
}
.ssteps-items-item:nth-child(6) .step-item {
  background: #fff;
}
.ssteps-p {
  position: relative;
}
.ssteps-p img {
  border-radius: 20px;
  overflow: hidden;
  object-fit: cover;
}
.ssteps-p1 {
  grid-row: 1;
  grid-column: 3;
  position: relative;
}
.ssteps-p1 img {
  position: absolute;
  bottom: 0;
}
.ssteps-p4 {
  align-self: flex-end;
  justify-self: flex-end;
}
.ssteps-p5 img {
  width: 100%;
  height: 100%;
}
@media (max-width: 1600px) {
  .step-item {
    padding: 0 30px 30px;
  }
  .ssteps-items-item:nth-child(3) .step-item {
    width: 340px;
  }
  .step-item-btn.btn {
    line-height: 1.15;
    text-transform: none;
  }
  .step-item-btn svg {
    display: none;
  }
}
@media (max-width: 1260px) {
  .ssteps-h.s-h1 {
    font-size: 50px;
    margin-bottom: 40px;
  }
  .ssteps-items {
    grid-template-columns: 1fr 1fr;
  }
  .ssteps-p {
    display: none !important;
  }
  .ssteps-items-item:nth-child(3) .step-item {
    width: auto;
    position: relative;
    margin: 0;
  }
  .ssteps-items-item:nth-child(5) .step-item {
    width: auto;
  }
}
@media (max-width: 1060px) {
  .ssteps-h.s-h1 {
    font-size: 30px;
    gap: 15px;
    margin-bottom: 20px;
  }
  .ssteps-h:after {
    width: 10px;
    height: 10px;
  }
  .ssteps-items {
    display: flex;
    gap: 20px;
    overflow: auto;
    margin-left: -10px;
    margin-right: -10px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .ssteps-items-item {
    flex-shrink: 0;
    width: 300px;
    max-width: calc(100vw - 25px);
  }
  .step-item {
    padding: 0 25px 25px;
    min-height: auto;
    height: 100%;
  }
  .step-item-t1 {
    margin-top: 15px;
  }
  .step-item-t2 {
    margin-top: 10px;
    font-size: 15px;
  }
  .step-item-btn.btn {
    width: 100%;
    line-height: 1.15;
    text-transform: uppercase;
    padding: 0 10px;
    font-size: 14px;
  }
}
@media (max-width: 360px) {
  .ssteps-items {
    gap: 10px;
  }
}
/* End */


/* Start:/local/components/skadium/include.block/templates/ssmeta/style.css?17447203543244*/
.ssmeta {
  position: relative;
}
.ssmeta .container {
  display: grid;
  grid-template-columns: 1fr 490px;
  gap: 30px;
}
.ssmeta-media {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  border-radius: 40px;
  background: #cecbc6;
  overflow: hidden;
  padding-top: 70px;
}
.ssmeta-media > picture {
  position: relative;
  z-index: 1;
}
.ssmeta-m1 {
  position: absolute;
  top: 35px;
  left: calc(50% + 150px);
  width: 166px;
  height: 166px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #ffd96a;
  color: #272727;
  z-index: 1;
}
.ssmeta-m1 svg {
  fill: currentColor;
}
.ssmeta-m1 img {
  position: absolute;
  width: 80%;
  height: 80%;
  animation: loaderAjax 30s infinite linear;
}
.ssmeta-o {
  position: absolute;
  left: 0;
  top: 0;
  transform: translate(-45%, -50%);
  aspect-ratio: 1 / 1;
  width: 762px;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}
.ssmeta-o div {
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, .1);
  width: 100%;
  height: 100%;
}
.ssmeta-o div:nth-child(2) {
  width: 70%;
  height: 70%;
}
.ssmeta-o div:nth-child(3) {
  width: 40%;
  height: 40%;
}
.ssmeta-c {
  padding: 65px 70px;
  border-radius: 40px;
  background: #fff;
}
.ssmeta-h {
  font-size: 34px;
  font-weight: 300;
  line-height: 1.3;
}
.ssmeta-h b {
  font-weight: 500;
}
.ssmeta-sub-h {
  margin-top: 20px;
  color: #9294a0;
  font-size: 17px;
  line-height: 1.3;
}
.ssmeta-form-group {
  margin-top: 28px;
}
.ssmeta-form-group_submit,
.ssmeta-form-group_private {
  margin-top: 16px;
}
.ssmeta-form-submit.btn {
  width: 100%;
  padding: 0;
}

@media (max-width: 1600px) {
  .ssmeta .container {
    grid-template-columns: 1fr 450px;
  }
  .ssmeta-c {
    padding: 65px 50px;
  }
}
@media (max-width: 1260px) {
  .ssmeta .container {
    grid-template-columns: 1fr 380px;
    gap: 0;
  }
  .ssmeta-media picture img {
    width: auto;
    height: auto;
    max-width: none;
  }
  .ssmeta-m1 {
    width: 140px;
    height: 140px;
  }
  .ssmeta-h {
    font-size: 30px;
  }
  .ssmeta-c {
    padding: 50px 35px;
  }
}
@media (max-width: 1060px) {
  .ssmeta {
    background: #cecbc6;
    padding: 50px 0;
  }
  .ssmeta .container {
    display: block;
  }
  .ssmeta-media {
    border-radius: 0;
    background: transparent;
    padding-top: 0;
    overflow: visible;
  }
  .ssmeta-m1 {
    top: -25px;
    left: calc(50% + 80px);
    width: 80px;
    height: 80px;
  }
  .ssmeta-m1 svg {
    width: 14px;
    height: auto;
  }
  .ssmeta-o {
    display: none;
  }
  .ssmeta-media picture img {
    width: 400px;
    max-width: 100%;
  }
  .ssmeta-c {
    margin-top: -5px;
    position: relative;
    z-index: 1;
    padding: 25px;
    border-radius: 20px;
  }
  .ssmeta-sub-h {
    margin-top: 10px;
    font-size: 15px;
  }
  .ssmeta-form-group {
    margin-top: 20px;
  }
}
@media (max-width: 360px) {
  .ssmeta-c {
    padding-left: 15px;
    padding-right: 15px;
  }
}

/* End */


/* Start:/local/components/skadium/include.block/templates/sreview/style.css?17447203541328*/
.sreview-head{
  margin-bottom: 50px;
  text-align: center;
}
.sreview-items {
  position: relative;
}
.sreview-work{
  position: absolute;
  right: 0;
  bottom: 0;
  width: 750px;
  display: flex;
}
.sreview-work-link{
  display: inline-flex;
  align-items: center;
  gap: 15px;
  color: var(--c4);
}
.sreview-work svg{
  fill: currentColor;
  flex-shrink: 0;
}
.sreview-work span{
  font-size: 19px;
  font-weight: 500;
  line-height: 1.5;
  text-decoration-line: underline;
  text-decoration-style: dotted;
  text-decoration-skip-ink: none;
  text-decoration-thickness: 4%;
  text-underline-offset: 25%;
  text-underline-position: from-font;
}
.sreview-work:hover span{
  text-decoration-color: transparent;
}

@media (max-width: 1600px) {
  .sreview-work {
    width: 600px;
  }
}
@media (max-width: 1260px) {
  .sreview-work {
    width: 570px;
  }
}
@media (max-width: 1060px) {
  .sreview-head {
    margin-bottom: 20px;
  }
  .sreview-work {
    width: 100%;
    justify-content: center;
  }
  .sreview-work:before{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: -15px;
    height: 1px;
    background: rgba(0, 0, 0, 0.1);
  }
  .sreview-work-link {
    gap: 10px;
  }
  .sreview-work span {
    font-size: 15px;
  }
}
/* End */


/* Start:/local/components/skadium/include.block/templates/sreview/bitrix/news.list/.default/style.css?17447203545874*/
.review-slides:not(.slick-slider) .review-slides-item:nth-child(n+2) {
  display: none;
}

.review-slides {
  position: relative;
  margin-top: -70px;
  padding-bottom: 50px;
}
.review-slides .slider-arrow {
  position: absolute;
  top: 270px;
  background: transparent;
  color: #000;
  transition: color .2s;
}
.review-slides .slider-arrow:hover {
  color: var(--c4);
}
.review-slides .slider-prev {
  left: 35px;
}
.review-slides .slider-next {
  left: calc(600px - 115px);
}
.review-slides .slider-arrow svg {
  width: 30px;
  height: auto;
}
.review-slides .slick-dots {
  position: absolute;
  bottom: 0;
  width: 600px;
}
.review-slide {
  position: relative;
  display: flex;
  justify-content: space-between;
}
.review-slide-info {
  position: relative;
  flex-shrink: 0;
  width: 600px;
  padding-top: 150px;
  text-align: center;
}
.review-slide-thumb {
  position: relative;
  margin-bottom: 35px;
  margin-left: auto;
  margin-right: auto;
  width: 300px;
  height: 300px;
}
.review-slide-o {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  aspect-ratio: 1/1;
  width: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, .05);
  pointer-events: none;
}
.review-slide-o div {
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, .1);
  width: 75%;
  height: 75%;
}
.review-slide-thumb picture {
  display: block;
  height: 100%;
  width: 100%;
  border-radius: 50%;
  background: #fff;
  overflow: hidden;
}
.review-slide-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.review-slide-thumb svg {
  height: auto;
  width: 100%;
  fill: #cecbc6;
}
.review-slide-fio {
  font-size: 25px;
  font-weight: 500;
  line-height: 1.5;
}
.review-slide-service {
  margin-top: 15px;
  font-size: 21px;
  line-height: 1.5;
}
.review-slide-service-h {
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  opacity: .5;
}
.review-slide-city {
  margin-top: 10px;
  font-size: 19px;
}
.review-slide-content {
  position: relative;
  margin-top: 70px;
  margin-right: 50px;
  width: 780px;
  padding: 70px;
}
.review-slide-quot {
  position: absolute;
  opacity: 0.1;
  fill: var(--c4);
  pointer-events: none;
}
.review-slide-quot._q1 {
  left: 0;
  top: 0;
}
.review-slide-quot._q2 {
  right: 0;
  bottom: 0;
  transform: scaleY(-1) scaleX(-1);
}
.review-slide-title {
  font-size: 30px;
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px dotted rgba(0, 0, 0, .2);
}
.review-slide-photos {
  margin-top: 35px;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(80px, 1fr));
  gap: 15px;
}
.review-slide-photos picture {
  display: block;
  border-radius: 10px;
  height: 80px;
  cursor: zoom-in;
  overflow: hidden;
}
.review-slide-photos img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 1600px) {
  .review-slide-info {
    width: 500px;
  }
  .review-slide-o {
    width: 500px;
  }
  .review-slide-o div {
    width: 80%;
    height: 80%;
  }
  .review-slides .slider-prev {
    left: 10px;
  }
  .review-slides .slider-next {
    left: calc(600px - 190px);
  }
  .review-slides .slick-dots {
    width: 500px;
  }
  .review-slide-content {
    margin-right: 0;
    width: 650px;
    padding: 50px;
  }
}
@media (max-width: 1260px) {
  .review-slide-o{
    display: none;
  }
  .review-slide-info {
    width: 400px;
  }
  .review-slides .slider-prev {
    left: 0;
  }
  .review-slides .slider-next {
    left: calc(600px - 280px);
  }
  .review-slides .slick-dots {
    width: 400px;
  }
  .review-slide-content {
    width: 600px;
    padding: 50px 30px;
  }
}
@media (max-width: 1060px) {
  .review-slides {
    margin-top: 0;
    padding-bottom: 120px;
  }
  .review-slides .slick-dots {
    width: 100%;
    bottom: 70px;
  }
  .review-slides .slider-arrow {
    top: auto;
    bottom: 58px;
    background: var(--c4);
    color: #fff;
  }
  .review-slides .slider-arrow:hover{
    background: var(--c4_hover);
    color: #fff;
  }
  .review-slides .slider-arrow svg {
    width: 17px;
  }
  .review-slides .slider-next {
    left: auto;
    right: 0;
  }

  .review-slide {
    flex-direction: column;
    justify-content: flex-start;
    background: #fff;
    color: #000;
    border-radius: 10px;
    padding: 25px;
  }
  .review-slide-info {
    width: 100%;
    padding: 0;
  }
  .review-slide-content {
    width: 100%;
    padding: 0;
    margin: 20px 0 0 0;
  }
  .review-slide-info{
    display: flex;
    align-items: center;
    gap: 15px;
  }
  .review-slide-thumb {
    margin-bottom: 0;
    flex-shrink: 0;
    margin-left: 0;
    margin-right: 0;
    width: 80px;
    height: 80px;
  }
  .review-slide-ibody {
    width: calc(100% - 95px);
    text-align: left;
  }
  .review-slide-fio {
    font-size: 19px;
    font-weight: 500;
    line-height: 1.25;
  }
  .review-slide-service{
    display: none;
  }
  .review-slide-city {
    margin-top: 5px;
    font-size: 15px;
    color: #9294A0;
  }
  .review-slide-quot{
    display: none;
  }
  .review-slide-title {
    font-size: 21px;
    margin-bottom: 15px;
    padding-bottom: 15px;
  }
  .review-slide-photos {
    margin-top: 15px;
    grid-template-columns: repeat(auto-fill, minmax(60px, 1fr));
    gap: 10px;
  }
  .review-slide-photos picture {
    border-radius: 12%;
    height: 60px;
  }
}
@media (max-width: 360px) {
  .review-slide {
    padding-left: 15px;
    padding-right: 15px;
  }
}
/* End */


/* Start:/local/components/skadium/include.block/templates/st2d/style.css?17447203542499*/
.st2d {
  position: relative;
}
.st2d-bg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  max-width: 2400px;
  width: calc(100vw - 100px);
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  border-radius: 40px;
}
.st2d-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.st2d-bg:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: linear-gradient(68deg, rgba(0, 0, 0, 0.70) 28.88%, rgba(0, 0, 0, 0.00) 63.4%);
}
.st2d-c {
  position: relative;
  color: #fff;
  text-align: center;
  padding: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
.st2d-t1 {
  position: relative;
  opacity: .7;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.25;
  text-transform: uppercase;
  padding-bottom: 45px;
}
.st2d-t1:after {
  content: '';
  position: absolute;
  left: -50vw;
  right: -50vw;
  bottom: 0;
  height: 1px;
  background: rgba(255, 255, 255, 0.2);
}
.st2d-cc{
  margin: 80px 0;
}
.st2d-m {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  border-radius: 10px;
  background: #fff;
  overflow: hidden;
}
.st2d-m svg {
  fill: #555;
}
.st2d-descr {
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  font-size: 21px;
  font-weight: 300;
  line-height: 1.5;
}
.st2d-descr b {
  font-weight: 500;
}
.st2d-action {
  margin-top: 50px;
}
.st2d-action-btn.btn {
  max-width: 340px;
  width: 100%;
}
.st2d-it1 {
  font-size: 19px;
  font-weight: 500;
  line-height: 1.25;
  opacity: .5;
}
@media (max-width: 1800px) {
  .st2d-bg {
    width: 100%;
  }
}
@media (max-width: 1060px) {
  .st2d-bg {
    width: calc(100% - 20px);
    border-radius: 20px;
  }
  .st2d-c {
    padding: 25px;
  }
  .st2d-t1 {
    font-size: 13px;
    line-height: 1.5;
    padding-bottom: 25px;
  }
  .st2d-cc {
    margin: 70px 0;
  }
  .st2d-descr {
    max-width: 400px;
    margin-top: 15px;
    font-size: 15px;
  }
  .st2d-action {
    margin-top: 20px;
  }
  .st2d-action-btn.btn {
    max-width: 300px;
  }
  .st2d-it1 {
    font-size: 15px;
    line-height: 1.5;
    opacity: .5;
  }
}
@media (max-width: 360px) {
  .st2d-bg {
    width: 100%;
  }
}
/* End */


/* Start:/local/components/skadium/include.block/templates/snewsitems/style.css?1744720354702*/
.snewsitems-items .list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 60px 30px;
}

@media (max-width: 1600px) {
  .snewsitems-items .list {
    grid-template-columns: repeat(3, 1fr);
    gap: 60px 30px;
  }
  .snewsitems-items .list-item:nth-child(n+4) {
    display: none;
  }
}
@media (max-width: 1060px) {
  .snewsitems-items .list {
    display: flex;
    gap: 20px;
    overflow: auto;
    margin-left: -10px;
    margin-right: -10px;
    padding: 0 10px;
  }
  .snewsitems-items .list-item:nth-child(n+4) {
    display: block;
  }
  .snewsitems-items .list-item {
    width: 300px;
    max-width: calc(100vw - 35px);
    flex-shrink: 0;
  }
}
/* End */


/* Start:/local/components/skadium/include.block/templates/news-item/style.css?17447203542148*/
.news-item {
  position: relative;
  display: flex;
  flex-direction: column;
  color: inherit;
  cursor: pointer;
}
.news-item-r {
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, .1);
}
.news-item-cat {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 32px;
  padding: 0 15px;
  border-radius: 5px;
  border: 1px solid rgba(146, 148, 160, .3);
  color: #9294a0;
  font-size: 15px;
  font-weight: 500;
}
.news-item-thumb {
  margin-bottom: 20px;
}
.news-item-thumb picture {
  position: relative;
  display: block;
  padding-bottom: 65%;
  border-radius: 10px;
  overflow: hidden;
}
.news-item-thumb img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news-item-title {
  font-size: 25px;
  font-weight: 500;
  line-height: 1.3;
  overflow: hidden;
  max-height: calc(1em * 3 * 1.3);
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  transition: color .2s;
}
.news-item:hover .news-item-title {
  color: var(--c3);
}
.news-item-date {
  margin-top: 20px;
  color: #9294a0;
  font-size: 15px;
}
.news-item-preview {
  margin-top: 20px;
  color: #9294a0;
  font-size: 19px;
  line-height: 1.5;
  overflow: hidden;
  max-height: calc(1em * 5 * 1.5);
  -webkit-line-clamp: 5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  transition: color .2s;
}

@media (max-width: 1260px) {
  .news-item-title {
    font-size: 23px;
  }
}
@media (max-width: 1060px) {
  .news-item-thumb {
    margin-bottom: 15px;
  }
  .news-item-thumb picture {
    height: 220px;
    padding: 0;
  }
  .news-item-thumb picture img {
    position: relative;
  }
  .news-item-cat {
    height: 28px;
    font-size: 13px;
  }
  .news-item-title {
    font-size: 21px;
    max-height: calc(1em * 4 * 1.3);
    -webkit-line-clamp: 4;
  }
  .news-item-preview {
    margin-top: 10px;
    font-size: 15px;
  }
  .news-item-date {
    margin-top: 12px;
  }
  .news-item-r {
    display: none;
  }
}
/* End */


/* Start:/local/components/skadium/include.block/templates/sd14/style.css?17447203541570*/
.sd14-h {
  margin-bottom: 30px;
}
.sd14-h.s-h2 {
  font-weight: 400;
}
.sd14-items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.sd14-item {
  padding: 40px 50px;
  border-radius: 20px;
  background: #fff;
}
.sd14-item-h {
  margin-bottom: 15px;
  font-size: 25px;
  font-weight: 500;
  line-height: 1.5;
}
.sd14-item-ul {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.sd14-item-li-link {
  color: var(--c4);
  font-size: 19px;
  line-height: 1.3;
  transition: color .2s;
}
.sd14-item-li-link:hover {
  color: var(--c3);
}
.sd14-item:not([data-tab-content]){
  display: block !important;
}
.sd14-nav{
  display: none;
}
@media (max-width: 1600px) {
  .sd14-items {
    gap: 15px;
  }
  .sd14-item {
    padding: 30px;
  }
}
@media (max-width: 1260px) {
  .sd14-items {
    position: relative;
    gap: 10px;
  }
  .sd14-item {
    padding: 25px;
  }
  .sd14-item-h {
    font-size: 22px;
  }
  .sd14-item-ul {
    gap: 12px;
  }
  .sd14-item-li-link {
    font-size: 17px;
  }
}
@media (max-width: 1060px) {
  .sd14-h {
    margin-bottom: 5px;
  }
  .sd14-items {
    display: block;
  }
  .sd14-nav {
    display: block;
    margin-bottom: 20px;
  }
  .sd14-nav .tabs-nav-link {
    font-size: 19px;
    font-weight: 500;
  }
  .sd14-nav .tabs-nav-link.active {
    color: var(--c4);
  }
  .sd14-nav .tabs-nav-link:after{
    background: var(--c4);
  }
  .sd14-item:not([data-tab-content]):nth-child(n+2){
    display: none;
  }
}

/* End */


/* Start:/local/components/skadium/include.block/templates/sservpopular/style.css?1744720354827*/
.sservpopular-h{
	margin-bottom: 20px;
}
.sservpopular-items{
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}
.sservpopular-item{
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 20px;
	height: 42px;
	border-radius: 10px;
	border: 1px solid rgba(146, 148, 160, .3);
	color: #9294A0;
	font-size: 17px;
	font-weight: 500;
	max-width: 100%;
	transition: background-color .2s, color .2s, border .2s;
}
.sservpopular-item:hover{
	background-color: #fff;
	border-color: #fff;
	color: #000;
}
.sservpopular-item span{
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
@media (max-width: 1060px) {
	.sservpopular-h.s-h4 {
		margin-bottom: 15px;
		font-size: 30px;
	}
	.sservpopular-item {
		padding: 0 15px;
		height: 36px;
		font-size: 15px;
	}
}
/* End */


/* Start:/local/components/skadium/include.block/templates/swysiwyg/style.css?1744720354473*/
.swysiwyg .wysiwyg {
  -webkit-line-clamp: 6;
}
.swysiwyg > .container {
  display: flex;
  align-items: flex-start;
  gap: 50px;
}
.swysiwyg-media{
  flex-shrink: 0;
  width: 250px;
}
.swysiwyg-media picture {
  display: block;
  border-radius: 10px;
  overflow: hidden;
  background: #f8f8f8;
}
.swysiwyg-media img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 1060px) {
  .swysiwyg-media{
    display: none;
  }
}
/* End */
/* /local/components/skadium/page/templates/index/style.css?1744720354138 */
/* /local/components/skadium/include.block/templates/sbanner/style.css?17447203543797 */
/* /local/components/skadium/include.block/templates/tbnoty/style.css?17447203541283 */
/* /local/components/skadium/page/templates/index/skadium/include.block/isservmini/style.css?1744720354344 */
/* /local/components/skadium/include.block/templates/sservmini/style.css?17447203542091 */
/* /local/components/skadium/quiz/templates/.default/style.css?174472035513864 */
/* /local/components/skadium/include.block/templates/form-group-communication/style.css?17447203541190 */
/* /local/components/skadium/include.block/templates/form-private/style.css?1744720354767 */
/* /local/components/skadium/include.block/templates/s34i/style.css?17447203544095 */
/* /local/components/skadium/include.block/templates/smapprojects/bitrix/news.list/map/style.css?17447203543672 */
/* /local/templates/s1.1/components/bitrix/system.pagenavigation/.default/style.css?17447203551794 */
/* /local/components/skadium/include.block/templates/scatalog/style.css?17447203545018 */
/* /local/templates/s1.1/components/bitrix/catalog.smart.filter/.default/style.css?174472035514114 */
/* /local/components/skadium/include.block/templates/catalog-item/style.css?17447203544497 */
/* /local/components/skadium/include.block/templates/popup-order-modal/style.css?17447203542201 */
/* /local/components/skadium/_/templates/.default/modal/style.css?17447203543554 */
/* /local/components/skadium/include.block/templates/sstocks/style.css?17447203543302 */
/* /local/components/skadium/include.block/templates/timer/style.css?1744720355902 */
/* /local/components/skadium/include.block/templates/stock-item/style.css?17447203542404 */
/* /local/components/skadium/include.block/templates/popup-stock-modal/style.css?1744720354593 */
/* /local/components/skadium/include.block/templates/sfeedback/style.css?17447203545803 */
/* /local/components/skadium/include.block/templates/sadv/style.css?17447203546582 */
/* /local/components/skadium/include.block/templates/sabc/style.css?1744720354279 */
/* /local/components/skadium/include.block/templates/so9p/style.css?17891117134459 */
/* /local/components/skadium/include.block/templates/ssteps/style.css?17447203544006 */
/* /local/components/skadium/include.block/templates/ssmeta/style.css?17447203543244 */
/* /local/components/skadium/include.block/templates/sreview/style.css?17447203541328 */
/* /local/components/skadium/include.block/templates/sreview/bitrix/news.list/.default/style.css?17447203545874 */
/* /local/components/skadium/include.block/templates/st2d/style.css?17447203542499 */
/* /local/components/skadium/include.block/templates/snewsitems/style.css?1744720354702 */
/* /local/components/skadium/include.block/templates/news-item/style.css?17447203542148 */
/* /local/components/skadium/include.block/templates/sd14/style.css?17447203541570 */
/* /local/components/skadium/include.block/templates/sservpopular/style.css?1744720354827 */
/* /local/components/skadium/include.block/templates/swysiwyg/style.css?1744720354473 */
