.text-content {
  max-width: 100%;
  /* overflow: hidden; */
  color: #30393F;
  line-height: 1.35;
}
.text-content > *:first-child {
  margin-top: 0;
}
.text-content > *:last-child {
  margin-bottom: 0;
}
.text-content h1, .text-content h2, .text-content h3, .text-content h4, .text-content h5, .text-content h6 {
  margin-bottom: 20px;
  font-weight: 600;
  line-height: 1.3;
}
.text-content h1, .text-content h2, .text-content h3, .text-content h4, .text-content h5, .text-content h6 {
  margin-bottom: clamp(0.75rem, 0.764vw + 0.583rem, 1.5rem);
  /* margin-top: clamp(1rem, 1.019vw + 0.777rem, 2rem); */
  margin-top: clamp(0.75rem, 0.51vw + 0.639rem, 1.25rem);
  font-weight: 600;
  line-height: 1.3;
}

.nav__item-current {
    color: var(--clr-accent);
}

.text-content h2, .text-content h3, .text-content h4 {
  margin-top: 1em;
}
.text-content h2:not(:first-child), .text-content h3:not(:first-child), .text-content h4:not(:first-child) {
  margin-top: 1em;
}
.text-content hr {
  display: block;
  height: 2px;
  margin: 1.5rem 0;
  border: none;
  background: var(--clr-gray);
}
.text-content p, .text-content > ul, .text-content > ol, .text-content q, .text-content blockquote, .text-content table, .text-content img, .text-content iframe {
  /* margin-bottom: clamp(1rem, 1.019vw + 0.777rem, 2rem); */
  margin-bottom: clamp(0.75rem, 0.51vw + 0.639rem, 1.25rem);
}
.text-content p img, .text-content p iframe {
  margin-bottom: 0 !important;
}
.text-content ol, .text-content ul {
  margin-left: 1.5rem;
}
.text-content ul ul, .text-content ul ol, .text-content ol ul, .text-content ol ol {
  margin-top: 0.8em;
}
.text-content ul {
  list-style: disc;
}
.text-content ul ul {
  list-style-type: circle;
}
.text-content ol {
  list-style-type: decimal;
}
.text-content li {
  /* margin-bottom: 0.8em; */
}
.text-content li::marker {
  /* color: var(--clr-accent); */
}
.text-content li + li {
  margin-top: 0.2em;
}
.text-content blockquote {
  position: relative;
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  padding: 1em 0 1em 2em;
  border-left: solid 3px var(--clr-accent);
  font-style: italic;
}
.text-content blockquote > *:last-child {
  margin-bottom: 0 !important;
}
.text-content table {
  width: 100% !important;
  border-radius: var(--border-radius);
  overflow: hidden;
  border-spacing: 1px;
  border-collapse: separate;
  /* background-color: var(--clr-900);
  border: 1px solid var(--clr-900); */
}
.text-content table.price td:last-child {
  white-space: nowrap;
}
.text-content td, .text-content th {
  width: auto !important;
  height: auto !important;
  padding: 0.8em 1.2em;
  /* border: 0 !important; */
  vertical-align: top;
}
.text-content th {
  color: #fff;
  font-weight: 600;
  background: var(--clr-accent);
}
.text-content tr {
  height: auto !important;
  transition: background-color 0.3s;
  background: var(--clr-wrapper);
}
.text-content thead tr {
  height: auto !important;
  transition: background-color 0.3s;
  background: var(--clr-accent);
  color: var(--clr-50);
}
/* .text-content tr:nth-child(2n+1) {
  background: var(--clr-50);
} */
/* .text-content tr:nth-child(2n+1):hover {
  background: var(--clr-50);
} */
/* .text-content tr:nth-child(2n+3):hover {
  background: var(--clr-50);
} */
.text-content img, .text-content iframe {
  max-width: 100%;
}
.text-content .fl {
  float: left;
  margin-right: 2rem;
}
.text-content .fr {
  float: right;
  margin-left: 2rem;
}
.text-content a {
  color: var(--clr-accent);
  transition: filter 0.3s;
}
.text-content a:hover {
  /* filter: brightness(var(--hover-brightness)); */
}
.text-content a:active {
  filter: brightness(var(--active-brightness));
}

.modal {
  display: none;
  width: 30rem;
  max-width: 98%;
  padding: 2rem;
  border-radius: var(--border-radius-div);
  cursor: default !important;
  background: var(--clr-50);
}

.form {
  position: relative;
}
.form.success .form__content {
  opacity: 0;
  visibility: hidden;
}
.form__content {
  position: relative;
  transition: opacity 0.3s;
}
.form__success {
}

.success {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  align-items: center;
  height: 100%;
  grid-gap: 1.25em;
}
.success_horizontal {
  flex-direction: row;
  text-align: left;
}
.success_horizontal .checkmark {
  width: 5em;
  height: 5em;
}
.success__title {
  margin-bottom: 0.2em;
  font-weight: 700;
  /* font-size: clamp(0.5rem, 0.2771rem + 1.0191vw, 1.5rem); */
  font-size: clamp(1.25rem, 1.0828rem + 0.7643vw, 2rem);
  line-height: 2;
  font-family: var(--font_accent);
}
.success__description {
  font-size: 1em;
}

.checkmark {
  display: block;
  width: 6em;
  height: 6em;
  border-radius: 50%;
  animation: checkmark_fill 0.4s ease-in-out 0.4s forwards, checkmark_scale 0.3s ease-in-out 0.9s both;
  stroke-width: 3;
  stroke: var(--clr-50);
  stroke-miterlimit: 10;
}
.checkmark__circle {
  animation: checkmark_stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
  stroke-dasharray: 166;
  stroke-dashoffset: 166;
  stroke-width: 2;
  stroke-miterlimit: 10;
  stroke: var(--clr-accent);
  fill: var(--clr-accent);
}
.checkmark__check {
  animation: checkmark_stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
  transform-origin: 50% 50%;
  stroke-dasharray: 48;
  stroke-dashoffset: 48;
  stroke: var(--clr-50);
}

.selector {
  display: block;
  position: relative;
  z-index: 1;
}
.selector select {
  display: none;
}
.selector_mobile select {
  display: block !important;
  opacity: 0 !important;
  position: absolute !important;
  inset: 0 !important;
  z-index: 1;
}
.selector_mobile .selector__list {
  display: none !important;
}
.selector.is-active .selector__list {
  opacity: 1;
  visibility: visible;
}
.selector__label {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 0;
  cursor: pointer;
}
.selector__title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.selector__title.is-disabled {
  opacity: 0.7;
}
.selector__btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.selector__list {
  top: 100%;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  z-index: 20;
}
.selector__option {
  cursor: pointer;
}
.selector__option.is-disabled {
  display: none;
}

.btn {
  display: inline-block;
  position: relative;
  /*overflow: hidden;
  */line-height: 1;
  text-align: center;
  text-overflow: ellipsis;
  vertical-align: middle;
  white-space: nowrap;
  cursor: pointer;
  padding: 24px 28px;
  border-radius: var(--btn-border-radius);
  font-weight: 700;
  transition: color .5s, borderColor 0.5s, backgroundColor 0.5s;
  -webkit-border-radius: var(--btn-border-radius);
  -moz-border-radius: var(--btn-border-radius);
  -ms-border-radius: var(--btn-border-radius);
  -o-border-radius: var(--btn-border-radius);
  font-family: var(--font);
  /* font-size: 12px; */
  /* font-size: clamp(0.875rem, 0.7914rem + 0.3822vw, 1.25rem); */
  /* text-transform: uppercase; */
  cursor: pointer;
  /* min-width: 256px; */
}
.btn-sm {
  padding: 12px 20px;
}
.btn svg,
.btn rect,
.btn path,
.btn svg:hover,
.btn rect:hover,
.btn path:hover {
    transition: all .5s;
}
.btn-gray {
  background-color: var(--clr-200);
  color: var(--clr-text);
  /* border: 1px solid transparent; */
  /* clip-path: polygon(14px 0%, 100% 0%, 100% 14px, 100% calc(100% - 14px), calc(100% - 14px) 100%, 0 100%, 0% 100%, 0% 14px); */
  position: relative;
  display: flex;align-items: center;justify-content: center;
}
.btn-gray:hover {
  color: var(--clr-50) !important;
  background-color: var(--clr-accent);
}
.btn-blur {
  backdrop-filter: blur(24px);
  color: #fff;
  background: rgba(255, 255, 255, 0.2);
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.btn-primary {
  background-color: var(--clr-primary);
  color: var(--clr-50) !important;
  border: 1px solid var(--clr-primary);
  /* clip-path: polygon(14px 0%, 100% 0%, 100% 14px, 100% calc(100% - 14px), calc(100% - 14px) 100%, 0 100%, 0% 100%, 0% 14px); */
  position: relative;
  display: flex;align-items: center;justify-content: center;
  /* background-size: 300% 100%;
  text-shadow: 0 1px 0 #312c2c;
  moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  background-image: linear-gradient(to right, #ecc24d, #e44010, #f3628c, #e45311);
    box-shadow: 0 4px 15px 0 rgba(224, 79, 29, 0.75); */

Источник: https://zornet.ru/load/krasivye_gradientnye_knopki_na_css3/145-1-0-10148

}

.btn-primary:hover {
  color: var(--clr-accent) !important;
   background-color: var(--clr-50); 
 /*  background-position: 100% 0;
   moz-transition: all .4s ease-in-out;
   -o-transition: all .4s ease-in-out;
   -webkit-transition: all .4s ease-in-out;
   transition: all .4s ease-in-out;
 
 Источник: https://zornet.ru/load/krasivye_gradientnye_knopki_na_css3/145-1-0-10148 */
}
.btn:hover {
  transition: all .5s;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
}

.btn-secondary {
  background-color: transparent;
  color: var(--clr-text);
  border: 1px solid var(--clr-secondary);
  /* clip-path: polygon(14px 0%, 100% 0%, 100% 14px, 100% calc(100% - 14px), calc(100% - 14px) 100%, 0 100%, 0% 100%, 0% 14px); */
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
}

.btn-secondary:hover {
  /* background-color: var(--clr-900); */
  background-color: var(--clr-50);
  color: var(--clr-accent) !important;
  border-color: var(--clr-acent) !important;
}
.btn-primary.white {
    background-color: var(--clr-50);
    color: var(--clr-accent);
    border: 1px solid var(--clr-50);
    text-transform: none;
    /* clip-path: none; */
    min-width: auto;
}

.btn-primary.white:hover {
    background-color: var(--clr-50);
    color: var(--clr-50) !important;
}

.btn > span {
  display: flex;
  z-index: 1;
  position: relative;
  justify-content: center;
  align-items: center;
}
.btn_with-arrow .rotate-arrow {
  width: 36px;
  height: 36px;
  border-radius: 50%;
}
.btn-blur.btn_with-arrow {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.btn-blur:hover {
  border-color: rgba(255, 255, 255, 1);
  background: rgba(255, 255, 255, 0);
  /* color: var(--clr-50) !important; */
}
.btn-blur.btn_with-arrow:hover svg path {
   fill:var(--clr-50);
}
.btn-primary.btn_with-arrow:hover .rotate-arrow rect {
  fill: var(--clr-accent) !important;
}
.btn-primary.btn_with-arrow:hover .rotate-arrow path {
  fill: var(--clr-50) !important;
}
.btn-secondary.btn_with-arrow .rotate-arrow rect {
  fill: var(--clr-accent) !important;
}
.btn-secondary.btn_with-arrow .rotate-arrow path {
  fill: var(--clr-50) !important;
}
.btn-secondary.btn_with-arrow:hover .rotate-arrow rect {
  fill: var(--clr-50) !important;
}
.btn-secondary.btn_with-arrow:hover .rotate-arrow path {
  fill: var(--clr-accent) !important;
}
.btn-accent {
  background-color: var(--clr-primary);
  color: var(--clr-50);
  border: 1px solid var(--clr-primary);
  /* clip-path: polygon(14px 0%, 100% 0%, 100% 14px, 100% calc(100% - 14px), calc(100% - 14px) 100%, 0 100%, 0% 100%, 0% 14px); */
  position: relative;
  display: flex;align-items: center;justify-content: center;
}
.btn-accent:hover::before {
  background-color: var(--clr-900);
  color: var(--clr-primary);
}
.btn-accent:hover {
  color: var(--clr-50) !important;
  background-color: var(--clr-accent);
}
.btn-accent.btn_with-arrow .rotate-arrow rect {
  fill: var(--clr-50) !important;
}
.btn-accent.btn_with-arrow .rotate-arrow path {
  fill: var(--clr-900) !important;
}
.btn-accent.btn_with-arrow:hover .rotate-arrow rect {
  fill: var(--clr-50) !important;
}
.btn-accent.btn_with-arrow:hover .rotate-arrow path {
  fill: var(--clr-accent) !important;
}
.btn.btn_with-arrow {
  padding: 16px 24px;
  gap: 10px;
}
.btn_full {
  width: 100% !important;
}

.btn:disabled,.btn.disabled {
  pointer-events: none;
  opacity: 0.7;
  cursor: default;
}

form input,
form textarea {
    font-family: var(--font);
}

/* .text-content h2, .text-content h3, .text-content h4, .text-content h5, .text-content h6 {
    margin-bottom: 10px;
} */
/* .text-content h2 {
    font-size: clamp(1.5rem, 1rem + 1.5vw, 1rem);
    line-height: 1.1;
}
.text-content h3 {
    font-size: clamp(1.25rem, 1rem + 0.25vw, 1rem);
} */