.mb100 {
    margin-bottom: clamp(3.75rem, 2.681rem + 2.97vw, 6.25rem);
}
.section, .mb120 {
    margin-bottom: clamp(3.75rem, 2.147rem + 4.46vw, 7.5rem);
}
.mt120 {
    margin-top: clamp(3.75rem, 2.147rem + 4.46vw, 7.5rem);
}
.heading, .mb40 {
    margin-bottom: clamp(1.875rem, 1.608rem + 0.74vw, 2.5rem);
}
.mb50 {
    margin-bottom: clamp(1.875rem, 1.341rem + 1.49vw, 3.125rem);
}
.mb30 {
    margin-bottom: clamp(1.25rem, 0.983rem + 0.74vw, 1.875rem);
}
.mt30 {
    margin-top: clamp(1.25rem, 0.983rem + 0.74vw, 1.875rem);
}

.mt20 {
    margin-top: 20px;
}
.mb20 {
    margin-bottom: 20px;
}
.mb0 {
    margin-bottom: 0;
}
.pt60 {
    padding-top: clamp(1.875rem, 1.073rem + 2.23vw, 3.75rem);
}
.pb60 {
    padding-bottom: clamp(1.875rem, 1.073rem + 2.23vw, 3.75rem);
}

.page_title {
    font-weight: 300;
    font-size: clamp(1.75rem, 1.002rem + 2.08vw, 3.5rem);
    line-height: 110%;
    color: var(--black-text);
    margin: 0 0 clamp(1.875rem, 1.608rem + 0.74vw, 2.5rem);
}
.h2 {
    font-weight: 300;
    font-size: clamp(1.75rem, 1.002rem + 2.08vw, 3.5rem);
    line-height: 110%;
    color: var(--black-text);
}
.flex_center {
    display: flex;
    justify-content: center;
}
.margin_auto {
    margin-left: auto;
    margin-right: auto;
}
.width_auto {
    width: max-content;
}
.text-content {
  max-width: 100%;
  overflow: hidden;
  line-height: 1.65;
}
.text-content > *:first-child {
  margin-top: 0;
}
.text-content > *:first-child {
  margin-top: 0;
}
.text-content > *:last-child {
  margin-bottom: 0;
}
.text-content > .content_img:first-child + * {
  margin-top: 0;
}
.text-content h1, .text-content h2, .text-content h3, .text-content h4, .text-content h5, .text-content h6 {
  margin-bottom: 0.7em;
  font-weight: 500;
  line-height: 1.3;
  color: var(--black-text);
}
.text-content h1 {
  font-size: 2em;
}
.text-content h2 {
    font-size: clamp(1.25rem, 1.036rem + 0.59vw, 1.75rem);
}
.text-content h3 {
    font-size: clamp(1.125rem, 0.965rem + 0.45vw, 1.5rem);
}
.text-content h4 {
    font-size: clamp(1.125rem, 0.965rem + 0.45vw, 1.5rem);
}
.text-content h5 {
    font-size: clamp(1.125rem, 0.965rem + 0.45vw, 1.5rem);
}
.text-content h6 {
    font-size: clamp(1.125rem, 0.965rem + 0.45vw, 1.5rem);
}
.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: 1.3em;
}
.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: 1.5rem;
}
.text-content p img, .text-content p iframe {
  margin-bottom: 0 !important;
}
.text-content ol, .text-content ul {
  margin-left: 3rem;
}
.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.8rem;
    position: relative;
    line-height: 1.3;
}
.text-content ul li {
    list-style: none;
}
.text-content ul li::before {
    content: url(/img/icon/check.svg);
    width: 24px;
    height: 24px;
    display: inline-block;
    position: absolute;
    left: -30px;
}
.text-content li::marker {
  color: var(--green);
}
.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: 15px;
  overflow: hidden;
  /*border-spacing: 0;
  border-collapse: collapse;*/
    border-collapse: separate;
    border-spacing: 3px;
    background: #fff;
}
.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 thead tr {
    background: linear-gradient(49deg, #123673 22.68%, #3cc9c6 100%), var(--blue2)!important;
    color: #fff;
    font-weight: 500;
}
.text-content thead tr th {
    font-weight: 500;
}
.text-content tr {
  height: auto !important;
  transition: background-color 0.3s;
}
.text-content tr:nth-child(2n+1) td:first-child {
   background: #E4ECF9;
}
.text-content tr:nth-child(2n) td:first-child {
    background: rgba(228, 236, 249, 0.5);
}
.text-content tr:nth-child(2n+1) td:last-child {
   background: #f3f7fe;
}
.text-content tr:nth-child(2n) td:last-child {
    background: rgba(243, 247, 254, 0.5);
}
/*.text-content tr:nth-child(2n+2):hover {
  background: #cae5e5;
}
.text-content tr:nth-child(2n+3):hover {
  background: #cae5e5;
}*/
.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));
}
.characteristic {
    overflow: auto;
}
.fixed_header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 80px;
    background: var(--clr-text);
    z-index: 200;
    transition: transform 0.5s,box-shadow 0.5s;
    transform: translateY(-150%);
    margin: 0
}
.fixed_header.is-active {
    transform: translateY(0);
    box-shadow: 0 0 5px 0 rgba(0,0,0,0.2)
}

.btn, .link, a, a:hover, button, img, .img, .svg, svg, input, textarea, .look {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
}

.modal {
  display: none;
    max-width: 550px;
    width: 100%;
    padding: clamp(1.563rem, 1.162rem + 1.12vw, 2.5rem);
  border-radius: var(--border-radius-div);
  cursor: default !important;
  background: #fff;
    border-radius: var(--border-radius);
}
.modal__description {
    color: var(--clr-gray3);
    margin: 1rem 0 2rem;
    font-size: 14px;
}
.modal .feedback__items input, .modal .feedback__items textarea {
    display: flex;
    align-items: center;
    border-radius: 8px;
    background: var(--clr-wrapper);
    padding: 1.5rem 2rem;
    width: 100%;
    justify-content: space-between;
}
.form {
  position: relative;
}
.form.success .form__content {
  opacity: 0;
  visibility: hidden;
}
.form__content {
  position: relative;
  transition: opacity 0.3s;
}
#popup-thanks {
    max-width: 400px;
    width: 100%;
    padding: 4rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    display: none;
    border-radius: 8px;
}
.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: 1.4em;
}
.success__description {
  font-size: 0.9em;
    color: var(--clr-text);
}
.popup__title {
    font-size: 3rem;
    font-weight: 500;
    margin: 2rem 0 1rem;
    color: var(--clr-text);
}
.popup__text {
    color: var(--clr-text);
}
.feedback__items {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.feedback__btn {
    margin: 16px 0 0 0;
}
.feedback__items input, .feedback__items textarea {
    display: flex;
    width: 100%;
    padding: 2rem;
    align-items: center;
    background: var(--stroke);
    border-radius: 50px;
    height: clamp(3.75rem, 3.536rem + 0.59vw, 4.25rem);
    background: var(--white);
}
.feedback__items textarea {
    height: auto;
}
.modal__title {
    font-size: clamp(1.5rem, 1.179rem + 0.89vw, 2.25rem);
    font-weight: 400;
    line-height: 100%;
    text-align: center;
    position: relative;
}
.modal__title::before {
    content: "";
    position: absolute;
    width: 4px;
    height: 100%;
    left: 0;
    top: 0;
    background: var(--main-red);
}

.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: #fff;
  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: none;
}
.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;
}

.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;
    background: #fff;
    text-wrap-mode: nowrap;
    border-radius: var(--border-radius);
    display: flex;
    flex-direction: column;
    box-shadow: 0 10px 25px -15px;
    border: 2px solid #FFF;
    overflow: hidden;
}
.selector__option {
  cursor: pointer;
    padding: 8px 25px;
}
.selector__option.is-selected {
    background: var(--clr-wrapper);
}
.selector__option.is-disabled {
  display: none;
}
.btn{
    display: flex;
    position: relative;
    overflow: hidden;
    min-width: max-content;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    cursor: pointer;
    background: var(--clr-accent);
    padding: clamp(1rem, 0.733rem + 0.74vw, 1.625rem)
             clamp(1.25rem, 0.582rem + 1.86vw, 2.813rem);
    border-radius: 50px;
    font-weight: 500;
    font-size: clamp(1rem, 0.947rem + 0.15vw, 1.125rem);
    color: var(--white);
    align-items: center;
    gap: 10px;
    height: clamp(3.75rem, 3.536rem + 0.59vw, 4.25rem);
    z-index: 1;
}
.btn::before{
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        49deg,
        #123673 22.68%,
        #3cc9c6 100%
    );
    opacity: 0;
    transition: opacity 0.35s ease, background-position 0.6s ease;
    z-index: -1;
}
.btn:hover::before{
    opacity: 1;
}
.btn::before{
    background-size: 200% 200%;
    transition: opacity 0.35s ease, background-position 0.6s ease;
    background-position: 0% 50%;
}

.btn:hover::before{
    opacity: 1;
    background-position: 100% 50%;
}
.btn > *{
    position: relative;
    z-index: 2;
}
.btn > span {
  display: flex;
  z-index: 1;
  position: relative;
  justify-content: center;
  align-items: center;
}
.btn_nobg {
    color: var(--blue3);
    background: rgba(255, 255, 255, 0.15);
    border: 1px solid var(--blue3);
}
.btn_nobg::before{
    display: none;
}
.btn_nobg {
    position: relative;
    overflow: hidden;
    transition: color 0.3s ease, border-color 0.3s ease;
}

.btn_nobg::after{
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        49deg,
        #123673 22.68%,
        #3cc9c6 100%
    );
    opacity: 0;
    transition: opacity 0.35s ease;
    z-index: -1;
}
.btn_nobg:hover .icon-arrow_r {
    stroke: var(--white);
}
.btn_nobg:hover{
    color: var(--white);
    border: 1px solid transparent;
}

.btn_nobg:hover::after{
    opacity: 1;
}
.btn_medium {
    padding: clamp(1rem, 0.893rem + 0.3vw, 1.25rem) clamp(1.875rem, 1.661rem + 0.59vw, 2.375rem);
}
.btn .icon-arrow_r {
    stroke: var(--white);
}
.btn_nobg .icon-arrow_r {
    stroke: var(--blue3);
}
.btn_full {
  width: 100%;
}
.btn:disabled {
  opacity: 0.7;
  cursor: default;
}
.btn_green {
    background: var(--green);
}
.agree {
    margin: clamp(1rem, 0.092rem + 2.53vw, 3.125rem) 0 0;
    font-weight: 400;
    font-size: clamp(0.75rem, 0.723rem + 0.07vw, 0.813rem);
    line-height: 120%;
    color: var(--gray-blue);
}
.agree input {
  display: none;
}
.agree input:checked + .agree__content .agree__checkbox {
    background: var(--white);
}
.agree input:checked + .agree__content .agree__ico {
  opacity: 1;
}
.agree__content {
  display: flex;
  gap: 12px;
}
.agree__checkbox {
  display: flex;
  align-items: center;
  justify-content: center;
    width: 24px;
    height: 24px;
  border-radius: 4px;
  border: solid 1px var(--clr-accent);
  flex-shrink: 0;
  margin-top: 0.2em;
  cursor: pointer;
  transition: background 0.3s;
    background: #fff;
}
.agree__ico {
  width: 80%;
  transition: opacity 0.3s;
  opacity: 0;
}
.agree__text .link {
    color: var(--blue2);
    text-decoration: underline;
}
.agree__text .link:hover {
    text-decoration: none;
}
.pic {
  border-radius: 10px;
  overflow: hidden;
  cursor: pointer;
}
.pic::before {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  background: var(--clr-text);
  opacity: 0;
  transition: opacity 0.3s;
  z-index: 1;
}
.pic:hover::before {
  opacity: 0.4;
}
.pic:hover .pic-plus {
  opacity: 1;
  transform: scale(1.4);
}
.pic-plus {
  width: 2em;
  position: absolute;
  inset: 50%;
  margin: -1em;
  z-index: 2;
  opacity: 0;
  transition: opacity 0.3s, transform 0.3s;
  will-change: transform;
}


/* Для swiperjs */

.swiper_opacity .swiper-slide {
    opacity: 0;
    transition: opacity 0.3s;
}
/* Установка прозрачности только для слайдов без класса swiper-slide-visible */
.swiper_opacity .swiper-slide:not(.swiper-slide-visible) {
    opacity: 0;
}
/* Установка прозрачности для видимых слайдов */
.swiper_opacity .swiper-slide.swiper-slide-visible {
    opacity: 1;
}

.relative {
    position: relative;
    z-index: 1;
}
.white_box {
    padding: clamp(2.5rem, 1.966rem + 1.49vw, 3.75rem);
    background: var(--white);
    border-radius: var(--border-radius);
}
.blue_box {
    padding: clamp(2.5rem, 1.966rem + 1.49vw, 3.75rem);
    background: #123673;
    border-radius: var(--border-radius);
    position: relative;
    z-index: 1;
}
.border_img {
    border-radius: var(--border-radius);
}
.white {
    color: var(--white);
}
.center {
    text-align: center;
    display: flex;
    justify-content: center;
}
.heading_flex {
    display: flex;
    justify-content: space-between;
}
/* slider arrow */

.slider_nav ::after {
    content: none;
}
.slider_nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}
.slider_nav svg {
    width: 24px;
    fill: #494949;
    transition: 0.3s
}
.slider_nav .img {
    width: clamp(3.125rem, 2.697rem + 1.19vw, 4.125rem);
    height: clamp(3.125rem, 2.697rem + 1.19vw, 4.125rem);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    transition: 0.3s
}
.slider_nav .swiper-button-next, .slider_nav .swiper-button-prev {
    position: relative;
    top: auto;
    left: auto !important;
    width: auto;
    right: auto !important;
    height: auto;
    margin-top: auto;
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}
.slider_nav div:hover .img {
    border-color: var(--clr-accent);
    background: var(--clr-accent);
    transition: 0.3s
}
.slider_nav div:hover svg {
    transition: 0.3s;
    stroke: #fff;
}
.slider_nav .swiper-button-prev {
    transform: rotate(180deg);
}

.eye svg {
    width: 18px;
    height: 12px;
}
.white_bg {
    background: var(--white);
}
.sicon {
    border-radius: 100%;
    border: 1px solid var(--green);
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    fill: var(--green);
}
.sicon:hover {
    fill: #fff;
    background: var(--blue2);
    border-color: var(--blue2);
}
.sicon.vk .img {
    width: 24px;
    height: 15px;
}
.sicon.ok .img {
    width: 16px;
    height: 26px;
}
.sicon.tg .img {
    width: 21px;
    height: 18px;
}
.reverce {
    flex-flow: row-reverse;
}
.more_green {
    border-color: var(--green)!important;
}
.more_circle.more_green svg {
    stroke: var(--green);
}
.btn.btn_small {
    height: clamp(2.5rem, 2.233rem + 0.74vw, 3.125rem);
    font-size: 16px;
    font-weight: 400;
    padding: clamp(1rem, 0.733rem + 0.74vw, 1.625rem) clamp(1.25rem, 0.582rem + 1.86vw, 2.213rem);
}
.sticky {
    position: sticky;
    top: 10px;
}
.btn-more {
    margin-top: clamp(1.25rem, 0.983rem + 0.74vw, 1.875rem)!important;
}
.more_circle.more_green:hover {
    background: var(--blue3);
    border-color: var(--blue3) !important;
}
.more_circle.more_green:hover svg {
    stroke: #fff;
    transition: 0.3s;
}
#mse2_filters label:has(input[name="resource|parent"][value="16"]) {
    display: none;
}