@import "global.min.css";

.questions-main .container {
  padding-top: 101px
}

.questions-title {
  margin-bottom: 38px
}

.questions-title span {
  display: none
}

.questions-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-bottom: 59px
}

.questions-items {
  margin-right: 60px
}

.questions-item {
  position: relative
}

.question-head {
  width: 850px;
  height: 90px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 20px 20px 20px 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 20px;
  margin-bottom: 10px;
  grid-gap: 24px
}

.question-head-title {
  color: #333;
  font-family: "Raleway";
  font-weight: bold;
  font-size: 18px;
  max-width: 625px
}

.question-head.active {
  background-color: #8fb32c
}

.question-head.active .question-head-title {
  color: #fff
}

.svg-action {
  cursor: pointer;
  min-width: 50px;
  height: 50px;
  background-image: url("https://osobinka.su/images/questions/plus.svg");
  background-position: center;
  background-size: cover
}

.svg-action:hover {
  background-image: url("https://osobinka.su/images/questions/minus-white.svg")
}

.question-head.active .svg-action {
  background-image: url("https://osobinka.su/images/questions/minus.svg")
}

.question-head.active .svg-action:hover {
  background-image: url("https://osobinka.su/images/questions/minus-white.svg")
}

.question-body {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height .9s, margin-bottom .9s;
  transition: max-height .9s, margin-bottom .9s
}

.question-body-inn {
  padding: 26px 37px 15px 30px;
  border-radius: 20px;
  background: #fff
}

.question-body-benefit {
  color: #333;
  font-family: "Raleway";
  font-weight: normal;
  font-size: 16px;
  margin-bottom: 20px
}

.question-body-benefit-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline
}

.benefit-item-number {
  color: #6f9114;
  font-family: "Raleway";
  font-weight: bold;
  font-variant-numeric: lining-nums proportional-nums;
  font-size: 16px;
  margin-right: 18px
}

.benefit-item-text {
  color: #333;
  font-family: "Raleway";
  font-weight: normal;
  font-size: 16px;
  line-height: 140%;
  margin-bottom: 30px
}

.question-head.active .plus {
  display: none
}

.question-head .minus {
  display: block
}

.questions-sidebar {
  max-width: 380px;
  padding: 33px 41px 31px;
  border-radius: 20px;
  background: #8fb32c
}

.questions-sidebar-title {
  color: #fff;
  text-align: center;
  font-family: Raleway-ExtraBold, sans-serif;
  font-size: 30px;
  margin-bottom: 11px
}

.questions-sidebar-extra-title {
  color: #fff;
  text-align: center;
  font-family: "Raleway";
  font-weight: normal;
  font-size: 16px;
  line-height: 140%;
  margin-bottom: 25px
}

.questions-sidebar-form-input {
  width: 300px;
  height: 60px;
  padding: 19px 20px;
  font-family: "Raleway";
  font-weight: 500;
  font-size: 16px;
  outline: none;
  margin-bottom: 10px
}

.questions-sidebar-form-area {
  padding: 16px 20px;
  width: 300px;
  height: 200px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-family: "Raleway";
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  resize: none;
  overflow: hidden;
  margin-bottom: 14px
}

.confirm-box {
  position: relative;
  margin-bottom: 18px
}

.custom-checkbox + label {
  display: block;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-left: 35px
}

.label-confirm {
  width: 256px;
  color: #fff;
  font-family: "Mulish";
  font-weight: normal;
  font-size: 11px;
  line-height: 120%;
  position: relative
}

.label-confirm a {
  color: #fff
}

.question-button {
  width: 300px;
  height: 60px;
  padding: 10px;
  text-align: center
}

.indicators {
  padding-top: 59px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.indicators-title {
  text-align: center;
  margin-bottom: 18px
}

.indicators-specifically {
  color: #333;
  text-align: center;
  font-family: "Raleway";
  font-weight: normal;
  font-size: 20px;
  margin-bottom: 43px
}

.indicators-parameters {
  width: 1118px;
  display: grid;
  grid-template-columns:repeat(3, -webkit-max-content);
  grid-template-columns:repeat(3, max-content);
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-column-gap: 141px;
  -moz-column-gap: 141px;
  column-gap: 141px;
  row-gap: 44px
}

.parameters-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.parameters-item-number {
  text-align: center;
  font-variant-numeric: lining-nums proportional-nums;
  font-family: "Raleway";
  font-weight: bold;
  font-size: 90px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(21.83%, #90b820), color-stop(75.4%, #6f9114));
  background: linear-gradient(180deg, #90b820 21.83%, #6f9114 75.4%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0)
}

.parameters-item-desc {
  width: 240px;
  color: #333;
  text-align: center;
  font-family: "Raleway";
  font-weight: normal;
  font-size: 16px;
  line-height: 140%
}

input {
  padding: 19px 20px;
  width: 100%
}

.commercial-action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.commercial-offer-form .label-confirm, .commercial-offer-form .label-confirm a {
  color: #333
}

@media screen and (max-width: 1499px) {
  .question-head {
    width: unset;
    max-width: 850px
  }

  .questions-sidebar {
    padding-left: 30px;
    padding-right: 30px
  }

  .questions-sidebar-form-input {
    width: 285px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
  }

  .questions-sidebar-form-area {
    width: 285px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
  }

  .question-button {
    width: 285px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
  }

  .questions-items {
    margin-right: 30px
  }

  .big-title {
    font-size: 47px
  }
}

@media screen and (max-width: 1449px) {
  .questions-main .container {
    padding-top: 155px
  }
}

@media screen and (max-width: 1395px) {
  .big-title {
    font-size: 40px
  }
}

@media screen and (max-width: 1200px) {
  .questions-items {
    margin-right: 15px
  }

  .indicators-parameters {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: unset
  }

  .big-title {
    font-size: 35px
  }
}

@media screen and (max-width: 1024px) {
  .questions-main .container {
    padding-left: 15px;
    padding-right: 15px
  }

  .big-title {
    font-size: 28px
  }
}

@media screen and (max-width: 850px) {
  .questions-main .container {
    padding-top: 173px
  }
}

@media screen and (max-width: 768px) {
  .big-title {
    font-size: 26px;
    text-align: center
  }

  .questions-title {
    max-width: 253px;
    margin-left: auto;
    margin-right: auto
  }

  .questions-title span {
    display: inline
  }

  .questions-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    grid-row-gap: 30px
  }

  .questions-items {
    margin-right: 0
  }

  .questions-sidebar-form-area {
    width: 378px
  }

  .label-confirm {
    width: 100%;
    max-width: unset
  }

  .question-button {
    width: 100%
  }
}

@media screen and (max-width: 600px) {
  .questions-main .container {
    padding-left: 15px;
    padding-right: 15px
  }
}

@media screen and (max-width: 483px) {
  .questions-main .container {
    padding-top: 85px;
    padding-left: 15px;
    padding-right: 15px
  }

  .questions-sidebar {
    width: 348px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
  }

  .questions-title {
    margin-bottom: 34px
  }

  .questions-sidebar-form-area {
    width: 285px
  }

  .question-head {
    padding: 19px 20px
  }

  .question-head-title {
    font-size: 17px;
    line-height: 120%
  }

  .question-body-be nefit, .benefit-item-text, .benefit-item-number {
    font-size: 14px
  }

  .question-body-benefit {
    margin-bottom: 15px
  }

  .benefit-item-number {
    margin-right: 13px
  }

  .benefit-item-text {
    margin-bottom: 20px
  }

  .question-body-inn {
    padding: 26px 17px 31px 20px
  }

  .indicators {
    padding-top: 13px
  }

  .indicators-title {
    margin-bottom: 25px
  }

  .indicators-specifically {
    font-size: 14px;
    line-height: 140%;
    max-width: 259px
  }

  .indicators-specifically {
    margin-bottom: 26px
  }

  .parameters-item-desc {
    font-size: 14px
  }
}

@media screen and (max-width: 373px) {
  .parameters-item-number {
    line-height: 1
  }
}
