body {
  font-family: Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: var(--color-text-base-black);
  background-color: var(--color-bg-white);
}
a {
  color: var(--main-template-color, #0088cc);
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
/* class */
.pr-0 {
  padding-right: 0;
}
.pl-0 {
  padding-left: 0;
}
.pr-5 {
  padding-right: 5px;
}
.pl-5 {
  padding-left: 5px;
}
.pr-10 {
  padding-right: 10px;
}
.pl-10 {
  padding-left: 10px;
}
.pt-15 {
  padding-top: 15px;
}
.pb-15 {
  padding-bottom: 15px;
}
.mr-5 {
  margin-right: 5px;
}
.mr-0 {
  margin-right: 0;
}
.ml-5 {
  margin-left: 5px;
}
.ml-0 {
  margin-left: 0;
}
.mr-10 {
  margin-right: 10px;
}
.ml-10 {
  margin-left: 10px;
}
.mb-0 {
  margin-bottom: 0;
}
.mb-5 {
  margin-bottom: 5px;
}
.mb-10 {
  margin-bottom: 10px;
}
.mb-15 {
  margin-bottom: 15px;
}
.mb-20 {
  margin-bottom: 20px;
}
.mb-30 {
  margin-bottom: 30px;
}
.mb-40 {
  margin-bottom: 40px;
}
.mb-50 {
  margin-bottom: 50px;
}
.mb-60 {
  margin-bottom: 60px;
}
.mb-70 {
  margin-bottom: 70px;
}
.mb-80 {
  margin-bottom: 80px;
}
.mb-90 {
  margin-bottom: 90px;
}
.mb-100 {
  margin-bottom: 100px;
}
.mt-0 {
  margin-top: 0;
}
.mt-5 {
  margin-top: 5px;
}
.mt-10 {
  margin-top: 10px;
}
.mt-15 {
  margin-top: 15px;
}
.mt-20 {
  margin-top: 20px;
}
.mt-30 {
  margin-top: 30px;
}
.mt-40 {
  margin-top: 40px;
}
.mt-50 {
  margin-top: 50px;
}
.mt-60 {
  margin-top: 60px;
}
.mt-70 {
  margin-top: 70px;
}
.mt-80 {
  margin-top: 80px;
}
.mt-90 {
  margin-top: 90px;
}
.mt-100 {
  margin-top: 100px;
}
.row-0 {
  margin: 0;
}
.row-5 {
  margin: 0 -5px;
}
.row-10 {
  margin: 0 -10px;
}
.btn-link {
  padding: 20px 30px;
  border-radius: var(--main-template-border-radius-elements);
  background: var(--main-template-color, #0088cc);
  color: var(--color-text-btn-white);
  letter-spacing: 1px;
  text-decoration: none;
  line-height: 1.5;
}
.btn-link_oval {
  border-radius: 30px;
}
.btn-link:hover {
  opacity: 0.8;
}
.btn-button {
  padding: 20px 30px;
  border: none;
  border-radius: var(--main-template-border-radius-elements);
  outline: 0;
  background-color: var(--main-template-color, #0088cc);
  color: var(--color-text-btn-white);
  font-size: 1em;
  cursor: pointer;
  letter-spacing: 1px;
  line-height: 1.5;
}
.btn-button:hover {
  opacity: 0.8;
}
.link-dotted {
  text-decoration: none;
  border-bottom: 1px dotted;
  color: var(--color-text-link-black);
}
.link-dotted:hover {
  border: none;
}
.custom-checkbox {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.custom-checkbox + label {
  display: inline-flex;
  align-items: flex-start;
  user-select: none;
  cursor: pointer;
}
.custom-checkbox + label::before {
  content: '';
  display: inline-block;
  width: 1.3em;
  height: 1.3em;
  flex-shrink: 0;
  flex-grow: 0;
  border: 1px solid #adb5bd;
  border-radius: 0.25em;
  margin-right: 0.5em;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}
.custom-checkbox:checked + label::before {
  border-color: var(--main-template-color, #0088cc);
  background-color: var(--main-template-color, #0088cc);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}
/* bitrix */
[id^=bx_incl] {
  display: inline;
}
.content-box *[id^=bx_incl] {
  display: block;
}
