

/* Start:/local/templates/.default/components/bitrix/catalog.section/price_list_vn/assets/css/style.css?175204127911271*/
@font-face {
  font-family: 'PFAgoraSansPro';
  src: url('/local/templates/.default/components/bitrix/catalog.section/price_list_vn/assets/css/../fonts/pfagorasanspro-medium/pfagorasanspro-medium-webfont.woff2') format('woff2'), url('/local/templates/.default/components/bitrix/catalog.section/price_list_vn/assets/css/../fonts/pfagorasanspro-medium/pfagorasanspro-medium-webfont.woff') format('woff');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'PFAgoraSansPro';
  src: url('/local/templates/.default/components/bitrix/catalog.section/price_list_vn/assets/css/../fonts/pfagorasanspro-light/pfagorasanspro-light-webfont.woff2') format('woff2'), url('/local/templates/.default/components/bitrix/catalog.section/price_list_vn/assets/css/../fonts/pfagorasanspro-light/pfagorasanspro-light-webfont.woff') format('woff');
  font-weight: 300;
  font-style: normal;
}
/* T-OPTIONS */
.t-options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
  line-height: 1;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.t-options-body {
  border-radius: 0 0 8px 8px;
  border: 1px solid #e5e5e5;
  background-color: #fff;
  overflow-y: hidden;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.t-options-body .t-options:hover {
  background-color: #f9f9f9;
}
.t-options-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1;
}
.t-options-header {
  border-radius: 8px 8px 0 0;
  font-weight: 500;
  color: #fff;
  background-color: #30c1ff;
}
.t-options-header .t-options {
  overflow: hidden;
}
.t-options-header .t-options__col {
  border-right-color: transparent;
  padding-top: 21px;
  padding-bottom: 21px;
}
.t-options-header .t-options__md .t-options__item:last-child {
  text-align: left;
}
.t-options__col {
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-right: 1px solid #e5e5e5;
  box-sizing: border-box;
  overflow: hidden;
}
.t-options__col:first-child {
  padding-left: 30px;
}
.t-options__col:last-child {
  border-right: none;
  padding-right: 30px;
}
.t-options__item {
  padding-right: 10px;
  overflow: hidden;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  max-width: 100%;
  min-width: 1px;
  box-sizing: border-box;
}
.t-options__item:last-child {
  padding-right: 0;
}
.t-options__xs {
  width: 130px;
}
.t-options__sm {
  width: 260px;
}
.t-options__sm .t-options__item {
  width: 160px;
}
.t-options__sm .t-options__item:nth-child(2) {
  -ms-flex-negative: 1;
      flex-shrink: 1;
}
.t-options__md {
  width: 500px;
}
.t-options__md .t-options__item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
}
.t-options__md .t-options__item:last-child {
  text-align: center;
}
.t-options__lg {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 398px;
}
.t-options__lg .t-options__item {
  width: 36%;
}
.t-options__lg .t-options__item:nth-child(3) {
  width: auto;
}
.t-options__strong {
  font-weight: 500;
}
.t-options__check {
  width: 24px;
  height: 24px;
  border-radius: 5px;
  border: 1px solid #dfdfdf;
  box-sizing: border-box;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #30c1ff;
  background-color: #fff;
}
.t-options__btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 7px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
  border-radius: 5px;
  background-color: #65b202;
  -webkit-transition: all .3s;
  transition: all .3s;
  line-height: 1;
}
.t-options__btn:hover {
  background-color: #30c1ff;
}
.t-options-cut .t-options-body {
  height: 67px;
}
.pl-10 {
  padding-left: 10px;
}
/* SELECT-CUSTOM */
.select-custom {
  position: relative;
}
.select-custom:after {
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -7px;
  right: 13px;
  width: 7px;
  height: 7px;
  border-top: 3px solid #333;
  border-right: 3px solid #333;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  pointer-events: none;
}
.select-custom select {
  height: 40px;
  width: 100%;
  padding-left: 9px;
  padding-right: 27px;
  border: 1px solid #dfdfdf;
  background-color: #fff;
  border-radius: 5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none!important;
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
  color: inherit;
  display: block;
}
.select-custom select:focus {
  outline: none;
}
.select-custom select::-ms-expand {
  display: none;
}
/* T-TARGET */
.t-target {
  background-color: #fff;
  padding: 20px 10px 18px;
  border-radius: 0 0 8px 8px;
  border: 1px solid #dfdfdf;
  border-bottom: none;
  margin-top: -4px;
  text-align: center;
  position: relative;
}
.t-target__btn {
  display: inline-block;
  vertical-align: middle;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  padding-right: 25px;
  position: relative;
  cursor: pointer;
}
@media (max-width: 767px) {
  .t-target__btn {
    font-size: 18px;
  }
}
.t-target__btn:hover > span {
  border-bottom-color: transparent;
}
.t-target__btn:after {
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -7px;
  right: 0;
  width: 7px;
  height: 7px;
  border-top: 3px solid #333;
  border-right: 3px solid #333;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
.t-target__btn > span {
  border-bottom: 2px dashed #333;
  -webkit-transition: all .3s;
  transition: all .3s;
}
/* T-ORDER */
.t-order {
  width: 100%;
  max-width: 870px;
  background-color: #fff;
  border-radius: 8px;
  margin: 2% auto;
  box-shadow: 0 1px 30px rgba(41, 41, 41, 0.1);
  border: 1px solid #e5e5e5;
  position: relative;
  overflow: hidden;
  font-size: 18px;
}
@media (max-width: 575px) {
  .t-order {
    font-size: 16px;
  }
}
.t-order__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 35px;
  padding-top: 31px;
}
@media (max-width: 767px) {
  .t-order__body {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 30px 25px;
  }
}
@media (max-width: 480px) {
  .t-order__body {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
  }
}
.t-order__img {
  width: 51.614%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  text-align: center;
}
@media (max-width: 767px) {
  .t-order__img {
    width: 100%;
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
    margin-top: 20px;
  }
}
.t-order__img img {
  max-width: 100%;
}
.t-order__content {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  min-width: 1px;
  max-width: 100%;
}
@media (min-width: 768px) {
  .t-order__content {
    padding-top: 25px;
    padding-right: 48px;
  }
}
.t-order__title {
  font-size: 36px;
  font-weight: 300;
  color: #30c1ff;
  margin: 0 0 24px;
}
@media (max-width: 575px) {
  .t-order__title {
    font-size: 33px;
  }
}
@media (max-width: 480px) {
  .t-order__title {
    font-size: 30px;
  }
}
.t-order__title a {
  color: inherit;
}
.t-order__title a:hover {
  color: #65b202;
}
.t-order__row {
  margin-bottom: 30px;
}
.t-order__row:last-child {
  margin-bottom: 0;
}
.t-order__footer {
  background-color: #f6f6f6;
  padding: 37px 30px 60px;
}
@media (max-width: 575px) {
  .t-order__footer {
    padding: 30px 15px;
  }
}
/* T-DETAILS */
.t-details {
  border-top: 1px solid #e5e5e5;
}
.t-details__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #e5e5e5;
}
.t-details__item {
  padding: 10px 10px 10px 0;
}
.t-details__item:last-child {
  padding-right: 0;
}
/* T-TAKE */
.t-take {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  margin-bottom: 13px;
}
.t-take:last-child {
  margin-bottom: 0;
}
.t-take input {
  display: none;
}
.t-take input:checked + .t-take__symbol:before {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.t-take__symbol {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  box-sizing: border-box;
  border: 1px solid #dfdfdf;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 18px;
  position: relative;
}
.t-take__symbol:before {
  content: '';
  position: absolute;
  top: 4px;
  left: 4px;
  bottom: 4px;
  right: 4px;
  border-radius: inherit;
  background-color: #30c1ff;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: all .2s;
  transition: all .2s;
}
.t-take__txt {
  display: block;
}
.t-take__val {
  display: block;
  font-weight: 500;
  font-size: 30px;
}
@media (max-width: 575px) {
  .t-take__val {
    font-size: 27px;
  }
}
/* T-FORM */
.t-form {
  width: 100%;
  max-width: 570px;
  margin: auto;
}
.t-form__row {
  margin-bottom: 27px;
}
.t-form__row:last-child {
  margin-bottom: 0;
}
.t-form__input {
  border: 1px solid #dfdfdf;
  font-weight: 500;
}
.t-form__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin: 0 -15px;
}
@media (max-width: 575px) {
  .t-form__group {
    margin: 0;
  }
}
.t-form__group-item {
  width: 50%;
  padding: 0 15px;
  box-sizing: border-box;
}
@media (max-width: 575px) {
  .t-form__group-item {
    padding: 0;
    width: 100%;
    margin-bottom: 27px;
  }
  .t-form__group-item:last-child {
    margin-bottom: 0;
  }
}
.t-form__footer {
  margin-top: 30px;
}
.t-btn {
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 60px;
  padding: 0 20px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  border: none;
  background-color: #65b202;
  font-weight: 500;
  font-size: 20px;
  width: 100%;
  box-sizing: border-box;
  cursor: pointer;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.t-btn:hover {
  background-color: #30c1ff;
}
.mb-20 {
  margin-bottom: 20px;
}

.t-choice {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}
.t-choice__input {
  display: none;
}
.t-choice__input:checked + .t-choice__content:before {
  content:'\f00c';
  font-family: FontAwesome;
}
.t-choice__content {
  width: 24px;
  height: 24px;
  border-radius: 5px;
  border: 1px solid #dfdfdf;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #30c1ff;
  background-color: #fff;
}
.t-choice__content:before {
  content:'-';
}

/* End */


/* Start:/local/templates/.default/components/bitrix/main.feedback/lp_feedback_wh/style.css?1689064925553*/
.toggle-text__hidden {
    display: none;
}
.toggle-text__handle {
    color: #ff5859;
    text-decoration: underline;
}
.toggle-text__state {
    display: none;
}
.toggle-text__state:first-child {
    display: inline;
}
.toggle-text__shown .toggle-text__hidden {
    display: inline;
}
.toggle-text__shown .toggle-text__state {
    display: inline;
}
.toggle-text__shown .toggle-text__state:first-child {
    display: none;
}
.checkbox-label{
    display: table;
    width: 100%;
}
.checkbox-label__checkbox-visual{
    top: 0px;
    margin-top: 0px;
}
/* End */
/* /local/templates/.default/components/bitrix/catalog.section/price_list_vn/assets/css/style.css?175204127911271 */
/* /local/templates/.default/components/bitrix/main.feedback/lp_feedback_wh/style.css?1689064925553 */
