.our-price_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  list-style: none;
  padding: 40px 0;
}
.headerBlock {
    
    min-height: auto;
}
.author_wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin-top: 40px;
  padding: 20px;
  border: 1px dashed #2521e7;
  border-radius: 8px;
}
.author_phone {
  display: flex;
  align-items: center;
  gap: 10px;
}
.author_title {
  font-size: 26px;
  line-height: 1.23;
  font-weight: 700;
}
.author_name {
  font-weight: 600;
  font-size: 16px;
}
.article-img img {
  width: 100%;
  max-height: 450px;
  border-radius: 10px;
  margin-bottom: 30px;
  object-fit: cover;
}
.content-list {
  list-style: none;
  margin: 0 0 9px 25px;
}
.content-list li {
  position: relative;
  padding-left: 25px;
  padding-top: 10px;
}
.background-block {
  border: 2px dashed #2521e7;
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 10px;
}
.background-block p {
  margin: 0;
  padding: 0;
}
.content-list li:before {
  content: "";
  display: block;
  width: 12px;
  height: 8px;
  position: absolute;
  border-bottom: 2px solid #2521e7;
  border-left: 2px solid #2521e7;
  top: 15px;
  left: 0;
  z-index: 1;
  transform: translateY(10%) rotate(-45deg);
}
.main_content {
  padding: 40px 0;
}
.blog_item {
  width: 32.3%;
  box-shadow: 0px 5px 8px 0px rgba(34, 60, 80, 0.13);
  border-radius: 10px;
  padding: 20px;
}
.blog_item img {
  max-width: 100%;
  height: 200px;
  object-fit: cover;
}
.works_text {
  margin-top: 20px;
  font-size: 20px;
  line-height: 27px;
  text-align: center;
  min-height: 55px;
}
.works_link img {
  border-radius: 10px 10px 0 0;
}
.works_link {
  display: flex;
  flex-direction: column;
  color: #292927;
}
/*Slider_price*/
.range-slider {
  height: 5px;
  position: relative;
  background-color: #4d4bea;
  border-radius: 2px;
}
.range-selected {
  height: 100%;
  left: 27%;
  right: 0%;
  position: absolute;
  border-radius: 5px;
  background-color: #e1e9f6;
}

.range-input {
  position: relative;
}
.range-input input {
  position: absolute;
  width: 100%;
  height: 5px;
  top: -7px;
  background: none;
  pointer-events: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.range-input input::-webkit-slider-thumb {
  height: 20px;
  width: 20px;
  border-radius: 50%;
  border: 3px solid #4d4bea;
  background-color: #fff;
  pointer-events: auto;
  -webkit-appearance: none;
}
.range-input input::-moz-range-thumb {
  height: 15px;
  width: 15px;
  border-radius: 50%;
  border: 3px solid #4d4bea;
  background-color: #fff;
  pointer-events: auto;
  -moz-appearance: none;
}
.five-screen .calc-col {
  display: flex;
  align-items: center;
}
.quiz-icon {
  font-size: 2.3rem;
}
.five-screen .lable-title {
  margin: 0;
}
.quiz-form {
  max-width: 100%;
  width: 600px;
  margin: auto;
}
#modal-quiz .modal-win {
  width: 1250px;
}
#modal-quiz .calc_form {
  padding: 0;
}
.quiz-form .form-wrap__input-wrap {
  margin-bottom: 10px;
}
.center {
  text-align: center;
}
.main-btn {
  margin-top: 20px;
  position: relative;
  overflow: hidden;
}
@keyframes flareAnimation {
  0% {
    left: -150%;
  }
  100% {
    left: 150%;
  }
}
.main-btn:before {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  width: 45px;
  transform: skewX(-45deg);
  animation: flareAnimation;
  left: -150%;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0.1),
    rgba(255, 255, 255, 0.8)
  );
  animation: flareAnimation 3s infinite linear;
}
.range-price {
  margin: 30px 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.range-price label {
  margin-right: 5px;
}
.range-price input {
  width: 50%;
  padding: 5px;
  border: 1px solid #434242;
  border-radius: 10px;
  text-align: center;
}
.range-price input:first-of-type {
  margin-right: 15px;
}

/*Начало квиза*/
.sQwiz__step:not(.active) {
  display: none;
}
.sQwiz__body {
  position: relative;
}
.sQwiz_form {
  background: url(/local/templates/woodstone/images/quiz.jpg);
  padding: 60px;
  border-radius: 10px;
  background-repeat: no-repeat;
  background-color: #fafafa;
  margin: 60px 0;
}
.quiz-main-title h2 {
  font-size: 30px;
  font-weight: 400;
  line-height: 40px;
  text-align: left;
  padding-bottom: 10px;
  margin: 0;
}
.quiz-title {
  font-size: 16px;
  line-height: 24px;
  padding-bottom: 20px;
}
.quiz-title span {
  font-weight: 700;
}
.quiz-quest {
  font-size: 18px;
  padding-bottom: 15px;
}
.quiz-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  list-style: none !important;
  margin: 0 !important;
  padding-bottom: 35px;
}

.quiz-main-title h2 span {
  font-weight: 700;
}
.start_quiz span,
.quiz-center .btn-success {
  background: #434242;
  border-radius: 10px;
  padding: 10px 18px;
  color: #fff;
  position: relative;
  display: flex;
  align-items: center;
  max-width: 200px;
  font-size: 16px;
  gap: 10px;
  cursor: pointer;
  border: 1px solid transparent;
  transition: all 0.5s;
}

.start_quiz span:hover {
  background: #fff;
  border: 1px solid #434242;
  color: #434242;
}
/*Ð§ÐµÐºÐ±Ð¾ÐºÑÑ‹*/
.checkbox-other {
  display: block;
  margin: 0 0 10px 0;
  line-height: 22px;
  position: relative;
  color: #fff;
  z-index: 999;
  font-size: 18px;
  font-family: Open Sans;
}
.checkbox-other input[type="checkbox"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  display: inline-block;
  position: relative;
  width: 22px;
  height: 22px;
  vertical-align: top;
  outline: none;
  transition: background 0.3s ease;
  background: 0;
  padding: 10px 15px 10px 30px;
  border: 1px solid #c5c6cc;
  cursor: pointer;
  width: 200px;
  height: 56px;
  border-radius: 10px;
}
.checkbox-other-span {
  position: absolute;
  z-index: 9999999;
  color: #2c2c2c;
  font-size: 18px;
  left: 0px;
  top: 20px;
  width: 100%;
  text-align: center;

  cursor: pointer;
}
.checkbox-other input[type="checkbox"]:checked {
  background: 0;
  border: 2px solid #009a3d;
}

/* Focus */
.focused input[type="checkbox"] {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* Hover */
.checkbox-other input[type="checkbox"]:hover {
  filter: brightness(110%);
}

/* Active */
.checkbox-other input[type="checkbox"]:active {
  filter: brightness(80%);
}

/* Disabled */
.checkbox-other input[type="checkbox"]:disabled {
  color: #666;
  cursor: default;
}
.checkbox-other input[type="checkbox"]:disabled {
  filter: grayscale(100%);
  opacity: 0.6;
}
.sCalc__btn--next circle,
.sCalc__btn--next path,
.sCalc__btn--prev circle,
.sCalc__btn--prev path {
  transition: all 0.5s;
}
.sCalc__btn--next:hover circle {
  fill: #fff;
  stroke: #08a826;
}
.sCalc__btn {
  cursor: pointer;
}
.quiz-input {
  width: 100%;
  padding: 20px 36px;
  border-radius: 10px;
  border: 1px solid #08a826;
  background: #f3f3f3;
  font-size: 18px;
  line-height: 20px;
}
/*.quiz-center .btn-success{
    padding: 20px 56px;
    border-radius: 30px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 20px;
    margin-top: 32px;
    background: #08A826;
}*/
.quiz-input::placeholder {
  color: rgba(8, 168, 38, 0.6);
}
li.checkbox {
  padding: 10px 15px 10px 30px;
  border: 1px solid #c5c6cc;
  border-radius: 10px;
  position: relative;
  transition: all 0.5s;
  min-width: 180px;
}
li.checkbox:hover {
  border: 1px solid #009a3d;
}
.quiz-center {
  text-align: center;
}
.quiz-center button {
  border: 0;
  margin-top: 50px;
  padding: 10px 18px;
  height: 45px;
}
li.checkbox:before {
  content: "";
  position: absolute;
  background: url(/local/templates/woodstone/images/dot-1.png);
  top: 14px;
  left: 10px;
  width: 16px;
  height: 16px;
  transition: all 0.5s;
  background-size: contain;
}
li.checkbox:hover:before {
  background: url(/local/templates/woodstone/images/dot-2.png);
  background-size: contain;
}
.custom-checkbox {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.third-screen .calc-col {
  margin-bottom: 10px;
  min-height: 55px;
  display: flex;
  align-items: center;
}

.third-screen .lable-title {
  margin: 0;
}
.sCalc__btn--prev span {
  background: 0;
  border: 0;
  color: #2c2c2c;
  /* padding: 0; */
  border: 1px solid #434242;
  margin-right: 20px;
}
.prop-title {
  border-bottom: 1px dashed;
  color: #4d4bea;
}
.quiz_btn_gr {
  display: flex;
  justify-content: right;
  align-items: center;
}
.sQwiz__body h3 {
  text-align: center;
  padding: 25px 0;
}
.sCalc__btn--prev span:hover {
  background: 0;
}
.form-wrap {
  padding-top: 20px;
  padding-bottom: 0;
  /*  padding-right: 40px; */
}
.form-wrap .col-lg-12 {
  padding: 0;
}
.form-wrap .quiz-input {
  color: #2c2c2c;
}
.calc_form {
  background: #fff;
  padding: 60px;
  border-radius: 10px;
}
.step_number {
  border: 1px solid #d9d9d9;
  padding: 10px;
  border-radius: 10px;
  font-weight: 700;
}

.quiz-progress {
  display: flex;
  gap: 25px;
  margin: 25px 0;
}
.step_item {
  text-align: center;
  width: 9.6%;
  font-size: 14px;
  color: #b2b2b2;
}
.step_item.active {
  color: #2c2c2c;
}
.sQwiz__inner-sp ul {
  list-style: none;
}
.calc-col {
  background: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 10px;
  padding: 10px 15px;
  display: block;
}
.row_calc {
  margin: 0 !important;
  padding: 0;
}

.calc-col label {
  font-size: 14px;
}
.row_calc .col-lg-4 {
  padding-left: 0;
}

.green_num {
  border: 1px solid transparent;
  background: #009a3d;
  color: #fff;
}
.calc_form label,
.calc_form input[type="radio"],
.calc_form input[type="checkbox"] {
  line-height: 2.1ex;
}

.calc_form input[type="radio"],
.calc_form input[type="checkbox"] {
  position: absolute;
  left: -999em;
}

.calc_form input[type="radio"] + label,
.calc_form input[type="checkbox"] + label {
  position: relative;
  /*overflow: hidden;*/
  cursor: pointer;
}

.lable-title {
  font-size: 14px;
  display: flex;
  margin-top: 60px;
  align-items: center;
  width: 100%;
  display: block;
  text-align: center;
}

.calc-item-area {
  position: relative;
}
.icon-que img {
  position: absolute;
  z-index: 1;
  left: 10px;
  top: 10px;
}

.quest-area {
  font-size: 14px;
  background: rgb(0, 0, 0, 0.8);
  color: #fff;
  width: 100%;
  height: 100%;
  padding: 10px;
  position: absolute;
  z-index: 2;
  display: none;
  border-radius: 10px;
  overflow: scroll;
}
.icon-que:hover .quest-area {
  display: block;
}

.calc_form input[type="radio"] + label::before {
  border-radius: 50%;
}
.clc_desc {
  display: flex;
  align-items: center;
  gap: 30px;
}
.calc_form .resettable {
  border: 1px solid #d9d9d9;
  border-radius: 10px;
  padding: 15px 10px;
  font-size: 14px;
}
.calc_form input[type="checkbox"]:checked + label::after {
  content: "";
  position: absolute;
  width: 1.2ex;
  height: 0.4ex;
  background: rgba(0, 0, 0, 0);
  top: 0.9ex;
  left: 0.4ex;
  /*border: 3px solid #1062a4;*/
  border-top: none;
  border-right: none;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.calc_form input::-webkit-outer-spin-button,
.calc_form input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.calc_form .number {
  display: inline-block;
  position: relative;
  width: 100px;
}
.calc_form .number input[type="number"] {
  display: block;
  height: 32px;
  line-height: 32px;
  width: 100%;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  text-align: center;
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
  appearance: textfield;
}
.calc_form .number input[type="number"]::-webkit-outer-spin-button,
.calc_form .number input[type="number"]::-webkit-inner-spin-button {
  display: none;
}
.calc_form .number-minus {
  position: absolute;
  bottom: 10px;
  right: 55px;
  width: 15px;
  padding: 0;
  display: block;
  text-align: center;
  border: none;
  font-size: 16px;
  font-weight: 600;
  background: 0;
}
.calc-col img {
  width: 213px;
  height: 157px;
  object-fit: contain;
}
.calc_form .number-plus {
  position: absolute;
  top: 10px;
  right: 55px;
  width: 15px;
  padding: 0;
  display: block;
  text-align: center;
  border: none;
  font-size: 16px;
  font-weight: 600;
  background: 0;
  transform: rotate(180deg);
}
.count-input.col-lg-9 .number-minus,
.count-input.col-lg-9 .number-plus {
  right: 10px;
}
.calc_rezultat span {
  font-weight: 700;
  font-size: 20px;
}
.calc_form .quiz_btn_gr {
  margin: 30px 0;
}
.calc-col label {
  min-height: 42px;
}
.green-res {
  color: #009a3d;
}
.calc_rezultat {
  display: flex;
  gap: 20px;
  align-items: center;
}
.count-input {
  position: relative;
  padding-left: 0;
}
.calc_form select:not([multiple]) {
  padding-right: 30px;
  background-repeat: no-repeat;
  background-position: 110px;
  background-size: 0.85em auto;
  background-image: url(/images/arrow.jpg);
  height: 60px;
}
#calc_s_dom,
.calc_dver_m {
  border: 1px solid #d9d9d9;
  border-radius: 10px;
  padding: 15px 10px;
  font-size: 14px;
  height: 60px;
}
.calc-door-item {
  margin-top: 20px;
}
.calc_form select {
  font: inherit;
  letter-spacing: inherit;
  word-spacing: inherit;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

.calc_form select::-ms-expand {
  display: none;
}
.calc_form input[type="radio"]:checked + label,
.calc_form input[type="checkbox"]:checked + label {
  border: 1px solid #434242;
}
.calc_form input[type="radio"]:checked + label::before,
.calc_form input[type="checkbox"]:checked + label::before {
  /*background: radial-gradient(circle at center, #009a3d 0.6ex, white 0.7ex);
    border: 1px solid #009a3d;*/
  background: url(/templates/tse/img/arrow.png);
  background-size: contain;
  /*box-shadow: 1px 1px 6px #434242;*/
}
.calc_form input[type="radio"] + label::before,
.calc_form input[type="checkbox"] + label::before {
  border-radius: 50%;
}
.calc_form input[type="radio"] + label::before,
.calc_form input[type="checkbox"] + label::before {
  content: "";
  height: 30px;
  width: 30px;
  top: -10px;
  right: -10px;
  position: absolute;
}
/*Конец квиза*/
.button-up {
  position: fixed;
  bottom: 67px;
  /* left: calc(50% + 672px); */
  right: 30px;
  width: 50px;
  height: 50px;
  background-color: #4d4bea;
  cursor: pointer;
  z-index: 100;
  border-radius: 6px;
  opacity: 0;
  visibility: hidden;
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L5 5L9 1' stroke='%23fff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px;
  -webkit-transform: scaleY(-1);
  -ms-transform: scaleY(-1);
  transform: scaleY(-1);
  -webkit-transition: all 0.15s ease-in;
  -o-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
}

.button-up.scroll {
  opacity: 1;
  visibility: visible;
}

.button-up:hover {
  background-color: #4d4bea;
}

.sOurServices__item a {
  color: #8f8f8f;
}

.sOurServices__item a:hover {
  color: #000;
}

.fs-28 {
  font-size: 28px;
}

body::-webkit-scrollbar {
  width: 8px; /* ширина scrollbar */
}
body::-webkit-scrollbar-track {
  background: black; /* цвет дорожки */
}
body::-webkit-scrollbar-thumb {
  background-color: #2521e7; /* цвет плашки */ /* закругления плашки */
  border: none; /* padding вокруг плашки */
}

.pulse-button2:hover .pulse-button__icon {
  position: absolute;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.pulse-button2:hover .pulse-button__text {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 1;
  visibility: visible;
  position: relative;
}

.pulse-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  border-radius: 40px;
  padding: 10px;
  border: none;
  background: #e8e8e8;
  -webkit-box-shadow: 0 5px 35px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 35px rgba(0, 0, 0, 0.2);
  position: fixed;
  bottom: 2px;
  right: 7px;
  cursor: pointer;
  outline: none;
  z-index: 1000;
}
.full-widht img {
  width: 100%;
  object-fit: cover;
}
.pulse-button2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  /* align-items: center; */
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  border-radius: 40px;
  padding: 7px;
  border: none;
  background: #e8e8e8;
  -webkit-box-shadow: 0 5px 35px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 35px rgba(0, 0, 0, 0.2);
  position: relative;
  bottom: 2px;
  left: 624px;
  cursor: pointer;
  outline: none;
  z-index: 2;
}
.top-nav .soc .icon {
  font-size: 1.3rem;
}
.top-nav .soc .icon-telegram {
  font-size: 1.2rem;
}
.sForm .form-wrap {
  padding-top: 0;
}

/**/
.sServices .faq-header {
  padding-bottom: 0;
}
.sServices__btn {
  margin-top: 5px;
}
.sServices__item ul {
  margin-bottom: 2.1375rem;
}
/**/

.sOurServices--2 @media (max-width: 991px) {
  .menu-mobile .soc {
    padding: 0 0.625rem;
    margin-bottom: 1rem;
  }
  .menu-mobile .soc__item {
    align-items: center;
    background-color: #f6f6f6;
    border-radius: 12px;
    display: flex;
    height: 2.25rem;
    justify-content: center;
    width: 2.25rem;
  }
}

@media (max-width: 767px) {
  .pulse-button2 {
    display: none;
  }
}

.pulse-button:hover .pulse-button__icon {
  position: absolute;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.pulse-button:hover .pulse-button__text {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 1;
  visibility: visible;
  position: relative;
}

.pulse-button__icon {
  display: block;
  width: 30px;
  height: 30px;
  background: url("../img/phone.svg") center center no-repeat;
  background-size: cover;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.pulse-button__text {
  display: block;
  width: 100%;
  height: 30px;
  font: 12px "Open Sans", sans-serif;
  color: #fff;
  text-align: center;
  line-height: 1.2;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-top: 1px;
}

.pulse-button__rings {
  border: 1px solid #4d4bea;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: auto;
  width: auto;
  border-radius: 50%;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-name: pulse_1;
  animation-name: pulse_1;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  z-index: -1;
}

.pulse-button__rings:nth-child(2) {
  -webkit-animation-name: pulse_2;
  animation-name: pulse_2;
}

.pulse-button__rings:nth-child(3) {
  -webkit-animation-name: pulse_3;
  animation-name: pulse_3;
}

@-webkit-keyframes pulse_1 {
  from {
    opacity: 1;
    -webkit-transform: scale(0.9, 0.9);
    transform: scale(0.9, 0.9);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3);
  }
}

@keyframes pulse_1 {
  from {
    opacity: 1;
    -webkit-transform: scale(0.9, 0.9);
    transform: scale(0.9, 0.9);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3);
  }
}

@-webkit-keyframes pulse_2 {
  from {
    opacity: 1;
    -webkit-transform: scale(0.8, 0.8);
    transform: scale(0.8, 0.8);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(1.5, 1.5);
    transform: scale(1.5, 1.5);
  }
}

@keyframes pulse_2 {
  from {
    opacity: 1;
    -webkit-transform: scale(0.8, 0.8);
    transform: scale(0.8, 0.8);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(1.5, 1.5);
    transform: scale(1.5, 1.5);
  }
}

@-webkit-keyframes pulse_3 {
  from {
    opacity: 1;
    -webkit-transform: scale(0.8, 0.8);
    transform: scale(0.8, 0.8);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(1.7, 1.7);
    transform: scale(1.7, 1.7);
  }
}

@keyframes pulse_3 {
  from {
    opacity: 1;
    -webkit-transform: scale(0.8, 0.8);
    transform: scale(0.8, 0.8);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(1.7, 1.7);
    transform: scale(1.7, 1.7);
  }
}

.consultation {
  font-size: 18px;
  font-weight: 500;
  line-height: 21.33px;
}

.mt-20 {
  margin-top: 20px;
}

.sAbout__play:before {
  border: 1px solid rgba(0, 0, 0, 0.04);
  border-radius: 50%;
  content: "";
  display: block;
  height: 17.3125rem;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 17.3125rem;
}

.left-col {
  position: relative;
  left: 30px;
}

.right-col {
  position: relative;
  right: 30px;
}

@media (max-width: 767px) {
  .left-col {
    left: 0px;
  }

  .right-col {
    right: 0;
  }
}

.like-h3 {
  font-weight: 300;
  line-height: 1.18;
  margin-bottom: 0.25rem;
  font-size: 2rem;
}

.like-h6 {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.1875;
  margin-bottom: 1rem;
}

.service-content {
  margin-bottom: 60px;
}

.point-wrapper {
  margin-bottom: 50px;
}

.point-img {
  margin-top: 30px;
  background-image: url(/templates/tse/img/point.jpg);
  border-radius: 16px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  border-color: transparent;
  border-style: solid;
  height: 600px;
  background-color: #f9f9f9;
  position: relative;
}

.point-dots {
  display: flex;
  justify-content: space-between;
  background-color: #ffffffde;
  width: auto;
  height: 40px;
  padding: 10px;
  border-radius: 10px;
  column-gap: 15px;
  position: absolute;
  font-weight: 500;
  font-size: 15px;
  box-shadow: 0px 4px 8px 0px rgba(34, 60, 80, 0.07);
}

.point-dots.celling {
  top: 20px;
  left: 470px;
}

.point-dots.window {
  top: 231px;
  left: 575px;
}

.point-dots.battery {
  top: 339px;
  left: 642px;
}

.point-dots.electric {
  top: 371px;
  left: 348px;
}

.point-dots.floors {
  top: 515px;
  left: 669px;
}

.point-dots.wall {
  top: 190px;
  left: 332px;
}
@media (min-width: 1200px) and (max-width: 1330px) {
  ul.menu {
    --bs-gutter-x: unset;
  }
}
@media (max-width: 767px) {
  .point-dots {
    font-size: 13px;
    column-gap: 10px;
  }

  .point-dots.celling {
    top: 36px;
    left: 82px;
  }

  .point-dots.window {
    top: 232px;
    left: 133px;
  }

  .point-dots.battery {
    top: 325px;
    left: 176px;
  }

  .point-dots.electric {
    top: 369px;
    left: 8px;
  }

  .point-dots.floors {
    top: 515px;
    left: 93px;
  }

  .point-dots.wall {
    top: 144px;
    left: 11px;
  }
}

.sCase__row {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
}

.notice-text {
  text-align: center;
  margin-top: 20px;
}

.img-scalled {
  width: 300px !important;
  height: 300px !important;
  object-fit: cover !important;
}

#row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

#row ul li {
  line-height: 1.5;
}

#row h4 {
  font-size: 20px;
}

@media (max-width: 767px) {
  .author_wrap,
  .author_phone {
    justify-content: center;
    text-align: center;
  }
  .blog_item {
    width: 100%;
  }
  .our-price_list {
    display: block;
  }
  .sCase__row {
    grid-template-columns: 1fr;
  }
  .sQwiz__body .row_calc {
    gap: 10px;
  }
  .start_quiz span,
  .quiz-center .btn-success {
    padding: 10px 15px;
    font-size: 12px;
  }
  .sQwiz__inner-sp h2 {
    font-size: 24px;
  }
  .lable-title {
    margin-top: 10px;
  }
  .sQwiz__btn-control .sAudit__btn.btn.btn-primary {
    font-size: 12px;
  }
  .img-scalled {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
  }
  #row {
    grid-template-columns: 1fr;
  }
}

/* Hidden block */

.portfolio-item__caption ul {
  max-height: 66px;
  overflow: hidden;
  transition: all 0.3s ease-out;
}

.portfolio-item__caption ul.show-more {
  max-height: 100%;
  transition: all 0.3s ease-in;
}

.more-btn {
  text-align: left;
  border: none;
  background-color: transparent;
  position: relative;
  bottom: 25px;
  font-size: 13px;
  padding-left: 0;
}

.sertificates {
  background-color: #f6f6f6;
  padding: 20px 0 60px 0;
  color: #000;
  text-align: center;
}

.sertificates h2 {
  margin-bottom: 50px;
  font-size: 32px;
  margin-top: 20px;
}

.sertificates-item {
  position: relative;
  background: url(/assets/images/sertificates/sert-bg.png);
  background-repeat: no-repeat;
  background-position: top center;
  width: 100%;
  max-width: 285px;
  height: 342px;
  display: block;
  margin: 0 auto;
  padding-top: 30px;
  overflow: hidden;
}

.sertificates-inner {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}

.sertificates-item-inner img {
  width: 205px;
  display: block;
  margin: 0 auto;
  margin-top: 5px;
  position: relative;
}

.sertificates-item-inner img:hover {
  cursor: pointer;
  opacity: 0.4;
  transition: all 0.5s;
}

/* .sertificates-item:after {
      content: '';
      position: absolute;
      width: 94%;
      height: 93%;
      top: 25px;
      left: 8px;
      right: 0;
      bottom: 0;
      opacity: 0;
      display: flex;
      justify-content: center;
      align-items: center;
      background-color: #2521e7ab;
      z-index: 1;
    } */

.sertificates-item:before {
  content: "";
  position: absolute;
  background: url(/assets/images/sertificates/zoom-in.png);
  width: 24px;
  height: 24px;
  top: 50%;
  left: 50%;
  transform: translate(-50%);
  opacity: 0;
  z-index: 1;
}

.sertificates-item:hover:before {
  opacity: 1;
  transition: all 0.6s;
}

@media (max-width: 767px) {
  .sertificates-inner {
    grid-template-columns: 1fr;
  }

  .sertificates-item {
    margin-bottom: 20px;
  }

  .sertificates h2 {
    margin-bottom: 30px;
    font-size: 20px;
    width: 388px;
    display: block;
    margin: 0 auto;
    margin-bottom: 30px;
    margin-top: 30px;
  }
}

.faq-text {
  height: 0;
  opacity: 0;
  transition: all 0.4s ease-out;
  padding-top: 0px;
  padding-left: 10px;
}

.faq-text-show {
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid lightgray;
  height: auto;
  opacity: 1;
  transition: all 0.6s ease;
}

.faq-header {
  border: none;
  width: 100%;
  text-align: left;
  padding: 20px 0;
  font-size: 16px;
  cursor: pointer;
  border-radius: 4px;
  position: relative;
  color: #858585;
}

.faq-header::after {
  content: "";
  font-size: 12px;
  font-weight: 400;
  position: absolute;
  top: 50%;
  right: 261px;
  transform: translate(-50%, -50%);
  color: #858585;
}

.faq-header.long-title::after {
  right: 224px;
}

.faq-active-header {
  color: #858585;
}

.faq-active-header.faq-header::after {
  content: "";
}

@media (max-width: 767px) {
  .faq-header::after {
    right: 148px;
  }

  .faq-header.long-title::after {
    right: 110px;
  }
}

.fives-block {
  background-color: #f6f6f6;
  padding: 50px;
}

.fives-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}

.five-item {
  background-color: #fff;
  padding: 20px;
  width: 25%;
  border-radius: 16px;
  box-shadow: 0px 0px 8px 1px rgba(34, 60, 80, 0.07);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.five-image-wrap {
  background-color: #2521e7;
  padding: 20px;
  margin-bottom: 10px;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.five-description {
  font-size: 16px;
  font-weight: 600;
  margin-top: 20px;
  line-height: 1.3;
  text-align: center;
}

.five-image-wrap img {
  width: 28px;
}

.fives-block h2 {
  text-align: center;
  margin-bottom: 40px;
  font-size: 40px;
}

.fives-block h2 span {
  color: #2521e7;
}

.five-btn-block {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

@media (max-width: 767px) {
  .five-item {
    width: 100%;
  }

  .fives-block h2 {
    font-size: 30px;
  }
}


.sContent.section.content-custom {
  padding-top: 0;
}
