

/* Start:/local/templates/.default/components/bitrix/system.pagenavigation/.default/style.css?17556967641014*/
.pagination {
  margin-top: 30px;
  margin-bottom: 30px;
}
.pagination ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
.pagination ul li {
  display: inline-block;
  margin: 0 10px;
  cursor: not-allowed;
  opacity: 0.5;
}
.pagination ul li:first-child {
  margin-left: 0;
}
.pagination ul li:has(a) {
  opacity: 1;
  cursor: pointer;
}
.pagination ul li:has(span) {
  opacity: 1;
  cursor: default;
}
.pagination ul li a, .pagination ul li span {
  display: block;
  width: fit-content;
  min-width: 40px;
  height: 40px;
  border: 1px solid #e5e7eb;
  text-decoration: none;
  font-size: 1rem;
  line-height: 40px;
  vertical-align: middle;
  text-align: center;
  color: #000000;
  padding: 0 10px;
}
.pagination ul li.pagination--active a, .pagination ul li.pagination--active span {
  color: #FFFFFF;
  background: #82aad9;
  border-color: #82aad9;
}
@media (max-width: 575.98px) {
  .pagination ul {
    text-align: center;
  }
  .pagination ul li {
    margin-bottom: 15px;
  }
}
/* End */


/* Start:/local/templates/.default/components/bitrix/news.list/posts/css/reviews_style.css?1755696764887*/
.reviews {
  margin-top: 30px;
  margin-bottom: 30px;
}
.reviews:first-child {
  margin-top: 0;
}
.reviews:last-child {
  margin-bottom: 0;
}
.reviews__item {
  margin-top: 30px;
  margin-bottom: 30px;
  padding-bottom: 15px;
  position: relative;
}
.reviews__item:first-child {
  margin-top: 0;
}
.reviews__item:last-child {
  margin-bottom: 0;
}
.reviews__item:after {
  content: "";
  width: 200px;
  max-width: 80%;
  height: 1px;
  display: block;
  background: #3e4245;
  position: absolute;
  left: 0;
  bottom: 0;
}
.reviews__item-name {
  margin-top: 7.5px;
  margin-bottom: 7.5px;
  font-family: "Times New Roman", Times, Georgia, serif;
  font-size: 1.1rem;
  line-height: 150%;
  font-weight: 600;
}
.reviews__item-name:first-child {
  margin-top: 0;
}
.reviews__item-name:last-child {
  margin-bottom: 0;
}
.reviews__item-text {
  font-size: 0.875rem;
  line-height: 150%;
}
/* End */


/* Start:/local/templates/.default/components/bitrix/form.result.new/callback/style.css?175569676422758*/
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

.form {
  position: relative;
}
.form fieldset {
  border: none;
  padding: 0;
}
.form-group {
  position: relative;
  display: block;
}
.form-group label {
  display: block;
  margin-top: 7.5px;
  margin-bottom: 7.5px;
}
.form-group label:first-child {
  margin-top: 0;
}
.form-group label:last-child {
  margin-bottom: 0;
}
.form-group input[type=text],
.form-group input[type=number],
.form-group input[type=tel],
.form-group input[type=email],
.form-group input[type=password],
.form-group textarea,
.form-group select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.form-group input:autofill,
.form-group input:-webkit-autofill-strong-password,
.form-group input:-webkit-autofill-strong-password-viewable,
.form-group input:-webkit-autofill-and-obscured,
.form-group input:-webkit-autofill {
  background: transparent;
}
.form-group textarea,
.form-group select,
.form-group input[type=text],
.form-group input[type=number],
.form-group input[type=email],
.form-group input[type=tel],
.form-group input[type=date],
.form-group input[type=password] {
  width: 100%;
  background: #FFFFFF;
  padding: 10px 20px;
  text-align: left;
  vertical-align: middle;
  border: 1px solid #e2e0d6;
  border-radius: 10px;
  transition: border 0.3s ease-in-out;
}
.form-group textarea:focus,
.form-group select:focus,
.form-group input[type=text]:focus,
.form-group input[type=number]:focus,
.form-group input[type=email]:focus,
.form-group input[type=tel]:focus,
.form-group input[type=date]:focus,
.form-group input[type=password]:focus {
  border: 1px solid #A5C5EC;
}
.form-group input[type=text], .form-group input[type=number], .form-group input[type=email], .form-group input[type=tel], .form-group input[type=date], .form-group input[type=password] {
  height: 50px;
  font-size: 16px;
  line-height: 30px;
  font-family: "Helvetica Neue", Helvetica, Tahoma, Verdana, sans-serif;
}
.form-group input[type=range] {
  -webkit-appearance: none;
  width: 100%;
  border: none;
  padding: 0;
  margin: 0;
  outline: 0;
}
.form-group input[type=range]:focus {
  outline: none;
}
.form-group input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
}
.form-group input[type=range]::-ms-track {
  width: 100%;
  cursor: pointer;
  background: transparent;
  border-color: transparent;
  color: transparent;
}
.form-group input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 44px;
  height: 44px;
  border: 1px solid #82aad9;
  border-radius: 50%;
  background: #FFFFFF;
  cursor: pointer;
  margin-top: -22px;
}
.form-group input[type=range]::-moz-range-thumb {
  width: 44px;
  height: 44px;
  border: 1px solid #82aad9;
  border-radius: 50%;
  background: #FFFFFF;
  cursor: pointer;
  margin-top: -22px;
}
.form-group input[type=range]::-ms-thumb {
  width: 44px;
  height: 44px;
  border: 1px solid #82aad9;
  border-radius: 50%;
  background: #FFFFFF;
  cursor: pointer;
}
.form-group input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 4px;
  cursor: pointer;
  background: #cdc9b8;
}
.form-group input[type=range]::-webkit-slider-runnable-track:focus {
  background: #cdc9b8;
}
.form-group input[type=range]::-moz-range-track {
  width: 100%;
  height: 4px;
  cursor: pointer;
  background: #cdc9b8;
}
.form-group input[type=range]::-ms-track {
  width: 100%;
  height: 4px;
  cursor: pointer;
  background: #cdc9b8;
}
.form-group input[type=range]::-ms-fill-lower {
  background: #cdc9b8;
}
.form-group input[type=range]::-ms-fill-lower:focus {
  background: #cdc9b8;
}
.form-group input[type=range] input[type=range]::-ms-fill-upper {
  background: #cdc9b8;
}
.form-group input[type=range] input[type=range]::-ms-fill-upper:focus {
  background: #cdc9b8;
}
.form-group .active-runnable-track {
  height: 4px;
  position: absolute;
  top: 50%;
  margin-top: 2px;
  background: #82aad9;
  width: 0;
  left: 0;
}
.form-group textarea {
  height: 100px;
  font-size: 16px;
  line-height: 18px;
  font-family: "Helvetica Neue", Helvetica, Tahoma, Verdana, sans-serif;
}
.form-group select {
  width: 100%;
  height: 50px;
  font-size: 16px;
  line-height: 30px;
  font-family: "Helvetica Neue", Helvetica, Tahoma, Verdana, sans-serif;
}
.form-group-textarea textarea {
  height: inherit;
  min-height: 100px;
}
.form-group-placeholder {
  transition: all ease-in-out 0.3s;
  font-size: 12px;
  line-height: 12px;
  position: absolute;
  top: -15px;
  left: 0;
  height: 0;
  padding: 0 10px;
  vertical-align: middle;
  text-align: left;
  color: #7288A3;
}
.form-group-date .calendar-icon {
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 15px;
  right: 15px;
  transform: scale(1);
  transition: all 0.3s ease-in-out;
  border: none;
  background: transparent;
}
.form-group-date .calendar-icon:hover {
  transform: scale(1.4);
  background: transparent;
}
.form-group-file .input-emulate {
  display: block;
  width: 100%;
  height: 50px;
  font-size: 16px;
  line-height: 30px;
  padding: 10px 20px;
  text-align: left;
  vertical-align: middle;
  border: 1px solid #f7f7f4;
  border-radius: 10px;
  transition: border 0.3s ease-in-out;
  margin-bottom: 5px;
  position: relative;
}
.form-group-file .input-emulate input[type=file] {
  display: none;
}
.form-group-file .input-emulate .input-emulate-title {
  color: #cdc9b8;
}
.form-group-file .input-emulate .icon-download {
  color: #82aad9;
  font-size: 13px;
  line-height: 18px;
  font-weight: bold;
  position: absolute;
  vertical-align: middle;
  top: 50%;
  right: 20px;
  margin-top: -10px;
}
.form-group-file .input-emulate .icon-download:before {
  color: #cdc9b8;
  margin-right: 10px;
}
.form-group-file .file-placeholder {
  display: block;
  font-size: 12px;
  line-height: 14px;
  color: #cdc9b8;
  margin-top: 3px;
}
.form-group-file .file-placeholder:first-child {
  margin-top: 0;
}
.form-group:has(select), .form-group-dropdown {
  position: relative;
}
.form-group:has(select):after, .form-group-dropdown:after {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "fontello" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e80a";
  position: absolute;
  font-size: 20px;
  bottom: 15px;
  right: 20px;
}
.form-group-comment {
  margin-top: 3px;
  margin-bottom: 3px;
  font-size: 12px;
  line-height: 14px;
  color: #cdc9b8;
}
.form-group-comment:first-child {
  margin-top: 0;
}
.form-group-comment:last-child {
  margin-bottom: 0;
}
.form-group-error {
  color: #600B0F;
  font-size: 12px;
}
.form-group.has-success textarea,
.form-group.has-success input {
  border-bottom: 1px solid #008134;
}
.form-group.has-error textarea,
.form-group.has-error input {
  border: 1px solid #600B0F;
}
.form-group.attention textarea,
.form-group.attention input,
.form-group.attention select, .form-group.form_item_error textarea,
.form-group.form_item_error input,
.form-group.form_item_error select {
  border: 1px solid #600B0F;
}
.form-group .callbackForm-error,
.form-group .error-text {
  font-size: 12px;
  line-height: 14px;
  display: block;
  padding: 5px 10px;
  background: #600B0F;
  position: absolute;
  top: 100%;
  left: 15px;
  z-index: 99;
  color: #FFFFFF;
}
.form-group .callbackForm-error:before,
.form-group .error-text:before {
  content: "";
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #600B0F;
  position: absolute;
  top: -5px;
  left: 20px;
}
.form-group-description {
  margin-top: 15px;
  margin-bottom: 15px;
}
.form-group-description:first-child {
  margin-top: 0;
}
.form-group-description:last-child {
  margin-bottom: 0;
}
.form-group-description > * {
  margin-top: 6px;
  margin-bottom: 6px;
}
.form-group-description > *:first-child {
  margin-top: 0;
}
.form-group-description > *:last-child {
  margin-bottom: 0;
}
.form-group-selectEmulator-option {
  display: none;
  position: relative;
  box-sizing: border-box;
  padding-left: 63px;
  min-height: 48px;
  font-size: 18px;
  line-height: 48px;
  vertical-align: middle;
}
.form-group-selectEmulator-option-flag {
  width: 48px;
  height: 48px;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -24px;
  box-sizing: border-box;
  border: 1px solid #82aad9;
  border-radius: 50%;
  overflow: hidden;
}
.form-group-selectEmulator-option-flag img {
  display: block;
  width: 100%;
  height: auto;
}
.form-group-selectEmulator-option-title {
  white-space: nowrap;
}
.form-group-selectEmulator-wrap {
  position: relative;
  z-index: 10;
}
.form-group-selectEmulator-wrap select {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20;
  opacity: 0;
}
.form-group-selectEmulator-wrap select:has(option[value="0"]:checked) + .form-group-selectEmulator *[data-value="0"] {
  display: block;
}
.form-group-selectEmulator-wrap select:has(option[value="1"]:checked) + .form-group-selectEmulator *[data-value="1"] {
  display: block;
}
.form-group-selectEmulator-wrap select:has(option[value="2"]:checked) + .form-group-selectEmulator *[data-value="2"] {
  display: block;
}
.form-group-radioEmulator {
  display: -moz-inline-stack;
  display: inline-block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 2px solid #c8ccd5;
  margin-left: 10px;
  position: relative;
  top: -3px;
}
.form-group-radioEmulator-wrap-flag {
  display: -moz-inline-stack;
  display: inline-block;
  width: 32px;
  height: 32px;
  border: 2px solid #c8ccd5;
  overflow: hidden;
  border-radius: 50%;
}
.form-group-radioEmulator-wrap-flag img {
  display: block;
  width: 100%;
  height: auto;
}
.form-group-radioEmulator-wrap label {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  display: -moz-inline-stack;
  display: inline-block;
  margin-left: 25px;
  vertical-align: middle;
  cursor: pointer;
}
.form-group-radioEmulator-wrap label:first-child {
  margin-left: 0;
}
.form-group-radioEmulator-wrap label input[type=radio] {
  display: none;
}
.form-group-radioEmulator-wrap label input[type=radio]:checked + .form-group-radioEmulator-wrap-flag {
  border-color: #82aad9;
}
.form-group-radioEmulator-wrap label input[type=radio]:checked ~ .form-group-radioEmulator {
  border-color: #82aad9;
}
.form-group-radioEmulator-wrap label input[type=radio]:checked ~ .form-group-radioEmulator:before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background: #82aad9;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -7px 0 0 -7px;
}
.form-button .btn {
  text-align: center;
  width: 100%;
}
.form-info {
  color: #cdc9b8;
}
.form-info a {
  color: #82aad9;
}
.form-info a:hover {
  color: #7288A3;
}
@media (max-width: 575.98px) {
  .form-group label {
    margin-top: 6px;
    margin-bottom: 6px;
  }
  .form-group label:first-child {
    margin-top: 0;
  }
  .form-group label:last-child {
    margin-bottom: 0;
  }
  .form-group input[type=text], .form-group input[type=email], .form-group input[type=tel], .form-group input[type=date], .form-group input[type=password] {
    height: 46px;
    font-size: 16px;
    line-height: 26px;
  }
  .form-group input[type=range]::-webkit-slider-thumb {
    width: 32px;
    height: 32px;
    margin-top: -16px;
  }
  .form-group input[type=range]::-moz-range-thumb {
    width: 32px;
    height: 32px;
    margin-top: -16px;
  }
  .form-group input[type=range]::-ms-thumb {
    width: 32px;
    height: 32px;
  }
  .form-group input[type=text].mortgageCalculator-value {
    font-size: 20px;
  }
}

.ratingBlock {
  white-space: nowrap;
}
.ratingBlock label {
  margin: 0;
  cursor: pointer;
}
.ratingBlock .icon-star-empty {
  color: #62500B;
}
.ratingBlock .icon-star-empty:before {
  margin: 0;
}
.ratingBlock input[type=radio] {
  display: none;
}
.ratingBlock input[type=radio]:nth-child(1):checked ~ .ratingBlock-wrap label:nth-child(1) .icon-star-empty:before {
  content: "\e802";
}
.ratingBlock input[type=radio]:nth-child(2):checked ~ .ratingBlock-wrap label:nth-child(1) .icon-star-empty:before {
  content: "\e802";
}
.ratingBlock input[type=radio]:nth-child(2):checked ~ .ratingBlock-wrap label:nth-child(2) .icon-star-empty:before {
  content: "\e802";
}
.ratingBlock input[type=radio]:nth-child(3):checked ~ .ratingBlock-wrap label:nth-child(1) .icon-star-empty:before {
  content: "\e802";
}
.ratingBlock input[type=radio]:nth-child(3):checked ~ .ratingBlock-wrap label:nth-child(2) .icon-star-empty:before {
  content: "\e802";
}
.ratingBlock input[type=radio]:nth-child(3):checked ~ .ratingBlock-wrap label:nth-child(3) .icon-star-empty:before {
  content: "\e802";
}
.ratingBlock input[type=radio]:nth-child(4):checked ~ .ratingBlock-wrap label:nth-child(1) .icon-star-empty:before {
  content: "\e802";
}
.ratingBlock input[type=radio]:nth-child(4):checked ~ .ratingBlock-wrap label:nth-child(2) .icon-star-empty:before {
  content: "\e802";
}
.ratingBlock input[type=radio]:nth-child(4):checked ~ .ratingBlock-wrap label:nth-child(3) .icon-star-empty:before {
  content: "\e802";
}
.ratingBlock input[type=radio]:nth-child(4):checked ~ .ratingBlock-wrap label:nth-child(4) .icon-star-empty:before {
  content: "\e802";
}
.ratingBlock input[type=radio]:nth-child(5):checked ~ .ratingBlock-wrap label:nth-child(1) .icon-star-empty:before {
  content: "\e802";
}
.ratingBlock input[type=radio]:nth-child(5):checked ~ .ratingBlock-wrap label:nth-child(2) .icon-star-empty:before {
  content: "\e802";
}
.ratingBlock input[type=radio]:nth-child(5):checked ~ .ratingBlock-wrap label:nth-child(3) .icon-star-empty:before {
  content: "\e802";
}
.ratingBlock input[type=radio]:nth-child(5):checked ~ .ratingBlock-wrap label:nth-child(4) .icon-star-empty:before {
  content: "\e802";
}
.ratingBlock input[type=radio]:nth-child(5):checked ~ .ratingBlock-wrap label:nth-child(5) .icon-star-empty:before {
  content: "\e802";
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .ratingBlock.font40 {
    font-size: 30px;
    line-height: 34px;
  }
}
@media (max-width: 575.98px) {
  .ratingBlock.font40 {
    font-size: 18px;
    line-height: 20px;
  }
}

.checkboxEmulator {
  margin-top: 15px;
  margin-bottom: 15px;
}
.checkboxEmulator:first-child {
  margin-top: 0;
}
.checkboxEmulator:last-child {
  margin-bottom: 0;
}
.checkboxEmulator label {
  display: block;
  cursor: pointer;
}
.checkboxEmulator-square {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  width: 18px;
}
.checkboxEmulator-square:before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  border: 1px solid #3e4245;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -10px;
}
.checkboxEmulator-title {
  font-size: 1rem;
  line-height: 120%;
  margin-left: 15px;
}
.checkboxEmulator input[type=checkbox] {
  display: none;
}
.checkboxEmulator input[type=checkbox]:checked + .checkboxEmulator-square:after {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "fontello" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e821";
  position: absolute;
  top: calc(50% - 13px);
  left: calc(50% - 6px);
  color: #82aad9;
}

.radioEmulator {
  display: block;
  margin-top: 15px;
  margin-bottom: 15px;
  cursor: pointer;
}
.radioEmulator:first-child {
  margin-top: 0;
}
.radioEmulator:last-child {
  margin-bottom: 0;
}
.radioEmulator-circle {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  width: 18px;
}
.radioEmulator-circle:before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  border: 1px solid #3e4245;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -10px;
}
.radioEmulator-title {
  font-size: 1rem;
  line-height: 120%;
  margin-left: 15px;
}
.radioEmulator input[type=radio] {
  display: none;
}
.radioEmulator input[type=radio]:checked + .radioEmulator-circle:after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  background: #000000;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -4px 0 0 -3px;
}

.callback-form {
  padding-top: 60px;
  padding-bottom: 60px;
  background: #f5f7fb;
}
.callback-form.pageForm {
  padding: 0;
  background: transparent;
}
.callback-form .row {
  margin-top: 30px;
  margin-bottom: 30px;
  row-gap: 30px;
}
.callback-form .row:first-child {
  margin-top: 0;
}
.callback-form .row:last-child {
  margin-bottom: 0;
}
.callback-form picture {
  display: block;
  overflow: hidden;
  border-radius: 10px;
}
.callback-form picture img {
  display: block;
  width: 100%;
  height: auto;
}
.callback-form__title {
  font-family: "Times New Roman", Times, Georgia, serif;
  font-size: 1.8rem;
  line-height: 120%;
  margin-top: 30px;
  margin-bottom: 30px;
  font-weight: 100;
}
.callback-form__title:first-child {
  margin-top: 0;
}
.callback-form__title:last-child {
  margin-bottom: 0;
}
.callback-form__description {
  margin-top: 30px;
  margin-bottom: 30px;
}
.callback-form__description:first-child {
  margin-top: 0;
}
.callback-form__description:last-child {
  margin-bottom: 0;
}
.callback-form__description p {
  margin-top: 7.5px;
  margin-bottom: 7.5px;
}
.callback-form__description p:first-child {
  margin-top: 0;
}
.callback-form__description p:last-child {
  margin-bottom: 0;
}
.callback-form__description .infoText {
  font-size: 12px;
  line-height: 14px;
  color: #cdc9b8;
}
.callback-form .blockTitle {
  font-weight: bold;
  font-size: 1.2rem;
  line-height: 120%;
}
.callback-form .form-group {
  margin-bottom: 22.5px;
}
.callback-form .form-group:last-child {
  margin-bottom: 0;
}
.callback-form .form-submit {
  margin-top: 30px;
  margin-bottom: 30px;
}
.callback-form .form-submit:first-child {
  margin-top: 0;
}
.callback-form .form-submit:last-child {
  margin-bottom: 0;
}
.callback-form.popupForm {
  background: transparent;
  padding: 0;
}
.callback-form.popupForm .icon-cancel {
  position: fixed;
  top: 30px;
  right: 30px;
  cursor: pointer;
  width: 40px;
  height: 40px;
  font-size: 25px;
  line-height: 40px;
  display: none;
  z-index: 51;
  color: #000000;
}
.callback-form.popupForm .container {
  width: 100%;
  height: 100%;
  max-width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  display: none;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
}
.callback-form.popupForm .row {
  width: 30vw;
  min-width: 400px;
  max-height: 90%;
  align-self: center;
  background: #FFFFFF;
  padding: 30px 15px;
  border-radius: 10px;
  display: block;
  overflow: scroll;
}
.callback-form.popupForm .row > * {
  width: 100%;
  max-width: 100%;
  margin-top: 30px;
  margin-bottom: 30px;
}
.callback-form.popupForm .row > *:first-child {
  margin-top: 0;
}
.callback-form.popupForm .row > *:last-child {
  margin-bottom: 0;
}
.callback-form.popupForm > input[type=checkbox] {
  display: none;
}
.callback-form.popupForm > input[type=checkbox]:checked ~ label {
  display: block;
}
.callback-form.popupForm > input[type=checkbox]:checked ~ .container {
  display: flex;
}
.callback-form.popupForm .callbackForm-description {
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 0.9rem;
  line-height: 120%;
}
.callback-form.popupForm .callbackForm-description:first-child {
  margin-top: 0;
}
.callback-form.popupForm .callbackForm-description:last-child {
  margin-bottom: 0;
}
.callback-form.popupForm .form-group {
  margin-top: 15px;
  margin-bottom: 15px;
}
.callback-form.popupForm .form-group:first-child {
  margin-top: 0;
}
.callback-form.popupForm .form-group:last-child {
  margin-bottom: 0;
}
.callback-form.popupForm .form-group label {
  font-size: 0.7rem;
  line-height: 120%;
  margin-bottom: 5px;
  padding-left: 10px;
}
.callback-form.popupForm .userConsentRequest {
  font-size: 0.8rem;
  line-height: 120%;
}
.callback-form.callback-form--black {
  background: #26292b;
  color: #FFFFFF;
}
.callback-form.callback-form--black .container {
  width: 1080px;
}
.callback-form.callback-form--black .form-group input[type=text],
.callback-form.callback-form--black .form-group input[type=number],
.callback-form.callback-form--black .form-group input[type=tel],
.callback-form.callback-form--black .form-group input[type=email],
.callback-form.callback-form--black .form-group input[type=password],
.callback-form.callback-form--black .form-group textarea,
.callback-form.callback-form--black .form-group select {
  background-color: rgba(255, 255, 255, 0.1);
  border-color: #e5e7eb;
  color: #FFFFFF;
}
.callback-form.callback-form--black .form-group input[type=text]:focus,
.callback-form.callback-form--black .form-group input[type=number]:focus,
.callback-form.callback-form--black .form-group input[type=tel]:focus,
.callback-form.callback-form--black .form-group input[type=email]:focus,
.callback-form.callback-form--black .form-group input[type=password]:focus,
.callback-form.callback-form--black .form-group textarea:focus,
.callback-form.callback-form--black .form-group select:focus {
  border-color: #82aad9;
}
.callback-form.callback-form--black .btn {
  color: #000000;
  background-color: #FFFFFF;
  border-color: #FFFFFF;
}
.callback-form.callback-form--black .btn:hover {
  background-color: #e5e7eb;
}
.callback-form.callback-form--black a {
  color: #e5e7eb;
}
@media (max-width: 575.98px) {
  .callback-form.popupForm .icon-cancel {
    top: 10px;
    right: 10px;
    width: 30px;
    height: 30px;
    font-size: 20px;
    line-height: 30px;
  }
  .callback-form.popupForm .container {
    background: #FFFFFF;
    padding: 0;
  }
  .callback-form.popupForm .container .row {
    width: 100%;
    min-width: 100%;
    max-height: 100%;
    border-radius: 0;
  }
}
@media (max-width: 575.98px) {
  .callback-form {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .callback-form__title {
    font-size: 1.5rem;
    line-height: 120%;
    margin-top: 24px;
    margin-bottom: 24px;
  }
  .callback-form__title:first-child {
    margin-top: 0;
  }
  .callback-form__title:last-child {
    margin-bottom: 0;
  }
  .callback-form.callback-form--black .container {
    width: 100%;
  }
}
/* End */


/* Start:/local/templates/.default/components/bitrix/main.userconsent.request/form/style.css?17556967641514*/
.user-consent-request {
  display: block;
  position: relative;
  padding-left: 30px;
}
.user-consent-request__emulate {
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid #cdc9b8;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -10px;
}
.user-consent-request__text {
  color: #82aad9;
  border-bottom: 1px dashed #82aad9;
  cursor: pointer;
}
.user-consent-request__text:hover {
  border: none;
}

.user-consent-request-input {
  display: none;
}
.user-consent-request-input ~ .form-submit input[type=submit] {
  display: none;
}
.user-consent-request-input ~ .form-submit input[type=button] {
  display: inline-block;
}
.user-consent-request-input:checked + .user-consent-request .user-consent-request__emulate {
  border-color: #82aad9;
}
.user-consent-request-input:checked + .user-consent-request .user-consent-request__emulate:after {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "fontello" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e821";
  position: absolute;
  top: -3px;
  left: 3px;
  color: #82aad9;
}
.user-consent-request-input:checked ~ .form-submit input[type=submit] {
  display: inline-block;
}
.user-consent-request-input:checked ~ .form-submit input[type=button] {
  display: none;
}
/* End */
/* /local/templates/.default/components/bitrix/system.pagenavigation/.default/style.css?17556967641014 */
/* /local/templates/.default/components/bitrix/news.list/posts/css/reviews_style.css?1755696764887 */
/* /local/templates/.default/components/bitrix/form.result.new/callback/style.css?175569676422758 */
/* /local/templates/.default/components/bitrix/main.userconsent.request/form/style.css?17556967641514 */
