@charset "UTF-8";
@font-face {
    font-family: Roboto;
    font-display: swap;
    src: url("../fonts/Roboto-Bold.woff2") format("woff2"), url("../fonts/Roboto-Bold.woff") format("woff");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: Roboto;
    font-display: swap;
    src: url("../fonts/Roboto-Light.woff2") format("woff2"), url("../fonts/Roboto-Light.woff") format("woff");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: Roboto;
    font-display: swap;
    src: url("../fonts/Roboto-Medium.woff2") format("woff2"), url("../fonts/Roboto-Medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: Roboto;
    font-display: swap;
    src: url("../fonts/Roboto-Regular.woff2") format("woff2"), url("../fonts/Roboto-Regular.woff") format("woff");
    font-weight: 400;
    font-style: normal;
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

*,
*::before,
*::after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

body {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: rem(15);
    line-height: 1.6;
    letter-spacing: -0.03em;
    color: var(--color-primary);
    position: relative;
    overflow-x: hidden;
    min-width: 320px;
}

a {
    text-decoration: none;
}

main {
    background: var(--color-papaya);
}
main#primary {
    padding: 140px 0;
}


.container {
    margin: 0 auto;
    padding: 0 20px;
    max-width: 1210px;
}

:root {
    --color-primary: #745637;
    --color-light: #fff;
    --color-papaya: #ffeed5;
}

h1 {
    font-weight: 700;
    font-size: 2.9375rem;
    text-transform: uppercase;
    letter-spacing: -0.03em;
    color: var(--color-light);
}

h1.entry-title {
    color: var(--color-primary);
}

table, td, th {
	border: 1px solid var(--color-primary);
	padding: 0px 30px;
}

a.woocommerce-privacy-policy-link, a.woocommerce-terms-and-conditions-link {
    text-decoration: underline;
	color: var(--color-primary);
}
.woocommerce-privacy-policy-text {
    margin-bottom: 10px;
}
.woocommerce-info{
	font-weight: bold;
	padding: 10px;
    margin-bottom: 10px;
	background-color: rgb(159, 121, 80);
}
.woocommerce-info a{
	text-decoration: underline;
	color: var(--color-primary);
}
.woocommerce-message {
    margin-bottom: 10px;
	background: none;
	font-weight: bold;
}
/* #primary {
    background: url(../img/login.webp) center center no-repeat;
    height: 80vh;
} */

.heading-title {
    font-weight: 700;
    font-size: 3.125rem;
    text-transform: uppercase;
    letter-spacing: -0.03em;
}

.heading-description {
    font-weight: 400;
    font-size: 1.6875rem;
    letter-spacing: -0.03em;
    text-transform: uppercase;
}

.heading-text {
    font-size: 1.0625rem;
    letter-spacing: -0.03em;
    text-transform: uppercase;
}

.item-title {
    font-weight: 700;
    font-size: 1.6875rem;
    letter-spacing: -0.03em;
}

.item-description {
    font-weight: 400;
    font-size: 1.0625rem;
    letter-spacing: -0.03em;
}

b {
    font-weight: 700;
}

.link {
    font-weight: 300;
    font-size: 1.25rem;
    line-height: 1.6;
    letter-spacing: -0.03em;
    color: var(--color-primary);
    position: relative;
    padding-left: 33px;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.no-webp .link::before {
    background-image: url(../img/inst.png);
}

.link::before {
    content: "";
    position: absolute;
    top: 2px;
    left: 0px;
    width: 20px;
    height: 20px;
    background-size: cover;
}

.link:hover {
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    color: #000;
}

.no-webp .swipe {
    background: url(../img/swipe.png) center center no-repeat;
}

.swipe {
    width: 100px;
    height: 60px;
    -webkit-animation: swipe-run 10s infinite;
    animation: swipe-run 10s infinite;
}

.mb32 {
    margin-bottom: 2rem !important;
}

.mb80 {
    margin-bottom: 5rem !important;
}

.mb0 {
    margin-bottom: 0 !important;
}

@-webkit-keyframes show-decr {
    0% {
        opacity: 0;
        visibility: hidden;
    }
    100% {
        opacity: 1;
        visibility: visible;
    }
}

@keyframes show-decr {
    0% {
        opacity: 0;
        visibility: hidden;
    }
    100% {
        opacity: 1;
        visibility: visible;
    }
}

@-webkit-keyframes swipe-run {
    0% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }
    25% {
        -webkit-transform: translateX(150px);
        transform: translateX(150px);
    }
    50% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }
}

@keyframes swipe-run {
    0% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }
    25% {
        -webkit-transform: translateX(150px);
        transform: translateX(150px);
    }
    50% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }
}

.header {
    top: 0px;
    left: 0px;
    width: 100%;
    /*position: absolute;*/
    z-index: 9;
    /*
  &.fixed {
      &::before {
          content: "";
          position: absolute;
          width: 100%;
          height: 65%;
          top: 0px;
          left: 0px;
          background: rgba(28, 28, 28, 0.23);
          box-shadow: inset 55.4px -55.4px 55.4px rgb(149 149 149 / 4%),
              inset -55.4px 55.4px 55.4px rgb(255 255 255 / 4%);
          backdrop-filter: blur(38.78px);
          //background: linear-gradient(93.83deg, #fdefd1 -3.42%, #fbe4b8 101.88%);
      }
  }
  */
}

.header__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.header__logo {
    margin-top: 0px;
    margin-left: 0px;
    position: relative;
    z-index: 11;
    margin-right: 62px;
}

.header__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin-top: 2.5rem;
    position: relative;
}

.header__nav.show {
    position: absolute;
    overflow: scroll;
    padding: 7.5rem 0;
    top: -2.5rem;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: #ffeed5;
    z-index: 10;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.header__nav-list {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.header__userbox {
    margin-top: 2.5rem;
    margin-left: 40px;
}

.header__userbox.show {
    display: block;
    z-index: 99;
    position: fixed;
    bottom: 2.5rem;
    left: 50%;
    margin-left: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.no-webp .hero {
    background-image: url(../img/hero.jpg);
}

.hero {
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 775px;
    position: relative;
    z-index: 1;
}

.hero::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 50%;
    height: 100%;
    background: rgba(28, 28, 28, 0.23);
    -webkit-box-shadow: inset 55.4px -55.4px 55.4px rgba(149, 149, 149, 0.035), inset -55.4px 55.4px 55.4px rgba(255, 255, 255, 0.035);
    box-shadow: inset 55.4px -55.4px 55.4px rgba(149, 149, 149, 0.035), inset -55.4px 55.4px 55.4px rgba(255, 255, 255, 0.035);
    -webkit-backdrop-filter: blur(38.78px);
    backdrop-filter: blur(38.78px);
}

/* @-moz-document url-prefix() {
    .no-webp .hero::before {
    background-image: url(../img/blure.png);
    }
    .hero::before {
        background-size: cover;
        background-position: center;
    }
} */

.hero__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    padding-top: 5.3125rem;
}

.hero__description {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 45%;
    flex: 0 1 45%;
    position: relative;
    z-index: 2;
}

.hero__title {
    /*margin-bottom: 1.3125rem;*/
}

.hero__title span {
    display: block;
    line-height: unset;
    margin-top: 1.125rem;
    font-weight: 300;
    font-size: 1.6875rem;
    text-transform: uppercase;
    color: var(--color-light);
}

.hero__title span b {
    font-weight: 700;
}

.no-webp .hero__btn {
    background: url(../img/btn-1.png) center center no-repeat;
}

.hero__btn {
    width: 18.4375rem;
    height: 3.5rem;
    position: relative;
    border: 0;
    font-size: 0.9375rem;
    font-weight: bold;
    line-height: 1.45;
    text-align: center;
    letter-spacing: 0.125rem;
    text-transform: uppercase;
    color: var(--color-primary);
    cursor: pointer;
    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;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    border-radius: 20px;
    -webkit-box-shadow: 0px 8px 0 -4px #b78857;
    box-shadow: 0px 8px 0 -4px #b78857;
    margin-top: 3rem;
}

.hero__btn:hover {
    color: #000;
    -webkit-box-shadow: 0px 8px 0 -4px rgba(183, 136, 87, 0.5);
    box-shadow: 0px 8px 0 -4px rgba(183, 136, 87, 0.5);
}

.hero__btn:active {
    -webkit-transform: translateY(5px);
    -ms-transform: translateY(5px);
    transform: translateY(5px);
    -webkit-box-shadow: none;
    box-shadow: none;
}

.hero__btn span {
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    top: -20px;
    font-weight: 500;
    font-size: 0.625rem;
    letter-spacing: 0.18em;
    background: var(--color-light);
    padding: 0.625rem 1.75rem;
    border-radius: 0.25rem;
}

.calculation {
    position: relative;
    z-index: 3;
    padding-bottom: 2.125rem;
}

.calculation__heading-description {
    font-size: 1rem;
}

.calculation__heading {
    padding-top: 3.3125rem;
    text-align: center;
}

.calculation__heading .section-heading__title,
.calculation__heading h2 {
    margin-bottom: 20px;
}

.calculation__heading .section-heading__description,
.calculation__heading p {
    width: 70%;
    margin: 0px auto;
}

.calculation__form {
    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;
    margin: 16px -20px;
}

.calculation__health-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 0.625rem;
}

.calculation__download {
    width: 100%;
    position: relative;
    margin-bottom: 2.0625rem;
    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;
    flex-direction: column;
}

.download__diagram {
    padding: 1.6875rem 2.8125rem;
}

.calculation__hidden {
    display: none;
}

.calculation .calculation__hidden.show {
    display: block;
    /*-webkit-animation: show-decr 0.3s linear;*/
    /*animation: show-decr 0.3s linear;*/
}
.compability_matrix .calculation__hidden.show {
    display: block;
}

.decryption, .brand_decryption {
    padding-top: 5rem;
    padding-bottom: 2.5rem;
    display: none;
}

.decryption.show {
    display: block;
    /*-webkit-animation: show-decr 0.3s linear;*/
    /*animation: show-decr 0.3s linear;*/
}

.decryption__heading {
    width: 80%;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 1.875rem;
}

.decryption__heading-title {
    font-size: 1.875rem;
}

.decryption__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.decryption__download {
    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;
    position: relative;
    z-index: 3;
    flex-direction: column;
}

.decryption__btn-bt {
    position: relative;
    z-index: 3;
    margin-top: 2.5rem;
    padding: 1.6875rem 2.9375rem;
    letter-spacing: 0.18em;
}

.decryption__btn-bt .alert-btn {
    text-transform: none;
    text-align: left;
    text-indent: 0;
}

.metod {
    background-color: var(--color-light);
    padding: 3.75rem 0;
}

.metod__heading {
    width: 80%;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 1.5625rem;
}

.metod__heading--low-margin {
    margin-bottom: 0.9375rem;
}

.metod__billets {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 120px;
    margin-bottom: 3.25rem;
}

.metod__billets--one {
    max-width: 54.8125rem;
    margin-left: auto;
    margin-right: auto;
}

.metod__billets--one-min {
    max-width: 45rem;
    margin-left: auto;
    margin-right: auto;
}

.metod__grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.metod__grid-el {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 1.25rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 33%;
    flex: 0 1 33%;
    margin-bottom: 3.75rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    font-size: 1.0625rem;
    text-transform: uppercase;
}

.metod__grid-el--position {
    -webkit-transform: translateY(52px);
    -ms-transform: translateY(52px);
    transform: translateY(52px);
}

.no-webp .tariff {
    background-image: url(../img/tariff-bg.png);
}

.tariff {
    padding-top: 5rem;
    padding-bottom: 13.75rem;
    background-size: cover;
}

.tariff__heading {
    width: 80%;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 4.5625rem;
}

.tariff__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 -25px;
}

.tariff__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 33%;
    flex: 0 1 33%;
    height: 1000px;
    margin: 0 25px;
    background: var(--color-light);
    border-radius: 0.9375rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
}

.tariff__item-heading {
    padding: 33px 20px 0px 20px;
    margin-bottom: 2rem;
}

.no-webp .tariff__title {
    background: url(../img/line-title.png) bottom center no-repeat;
}

.tariff__title {
    padding-bottom: 10px;
    font-weight: 700;
    font-size: 1.875rem;
    text-align: center;
}

.tariff__title span {
    position: absolute;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    border: 2px var(--color-light) solid;
    top: 0px;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: var(--color-primary);
    font-weight: 500;
    background-color: #f9efe0;
    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;
}

.tariff__list {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding-left: 65px;
    padding-right: 1.25rem;
}

.tariff__list li {
    font-weight: 300;
    font-size: 1.0625rem;
    line-height: 1.6;
    letter-spacing: -0.03em;
    color: var(--color-primary);
    padding-left: 1.25rem;
    position: relative;
    margin-bottom: 0.5625rem;
}

.tariff__list li::before {
    content: "";
    position: absolute;
    top: 10px;
    left: 5px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: var(--color-primary);
}

.no-webp .tariff__btn {
    background: url(../img/btn-1.png) center center no-repeat;
}

.tariff__btn {
    width: 18.4375rem;
    height: 5.875rem;
    position: relative;
    border: 0;
    font-size: 0.9375rem;
    font-weight: bold;
    line-height: 1.45;
    text-align: center;
    letter-spacing: 0.125rem;
    text-transform: uppercase;
    color: var(--color-primary);
    cursor: pointer;
    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;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    border-radius: 20px;
    -webkit-box-shadow: 0px 8px 0 -4px #b78857;
    box-shadow: 0px 8px 0 -4px #b78857;
    position: absolute;
    bottom: -7.875rem;
    left: 50%;
    -webkit-transform: translate(-50%, 0px);
    -ms-transform: translate(-50%, 0px);
    transform: translate(-50%, 0px);
}

.tariff__btn:hover {
    color: #000;
    -webkit-box-shadow: 0px 8px 0 -4px rgba(183, 136, 87, 0.5);
    box-shadow: 0px 8px 0 -4px rgba(183, 136, 87, 0.5);
}

.tariff__btn:active {
    -webkit-transform: translateY(5px);
    -ms-transform: translateY(5px);
    transform: translateY(5px);
    -webkit-box-shadow: none;
    box-shadow: none;
}

.tariff__btn:active {
    -webkit-transform: translate(-50%, 5px);
    -ms-transform: translate(-50%, 5px);
    transform: translate(-50%, 5px);
}

.tariff__price {
    font-weight: 700;
    font-size: 2.5rem;
    line-height: 1.2;
    text-align: center;
    letter-spacing: -0.03em;
    padding-bottom: 1.25rem;
    color: var(--color-primary);
}

.no-webp .creator {
    background-image: url(../img/creator-bg.jpg);
}

.creator {
    position: relative;
    width: 100%;
	height: 47.375rem; 
    background-color: var(--color-light);
    background-position: center center;
    background-size: cover;
    padding-top: 3.75rem;
}

.creator__heading {
    width: 50%;
    text-align: left;
}

.creator__title {
    margin-bottom: 1.8125rem;
}

.creator__description {
    margin-bottom: 32px;
}

.creator__text {
    width: 66%;
}

.no-webp .creator__info {
    background: url(../img/creator.png) center center no-repeat;
}

.creator__info {
    position: absolute;
    bottom: 47px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
    max-width: 22.1875rem;
    height: 8.25rem;
}

.creator__img {
    display: none;
}
.creator__imgm {
    display: none;
}

.creator__info-head {
    width: 100%;
    padding: 4px 26px 20px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.creator__itst-bl {
    /* padding-right: 50px; */
}

.creator__info-head .link::before {
    top: 0px;
}

p strong {
    font-weight: bold;
}

/*
.wc_payment_methods.payment_methods.methods {
    display: none;
}
*/
.wc_payment_methods img {
    max-height: 52px;
    vertical-align: middle;
}


.creator__name-bl {
    font-size: 0.9375rem;
}

.creator__link {
    font-size: 0.9375rem !important;
    padding-left: 25px !important;
}

.creator__link::before {
    width: 15px;
    height: 15px;
}

.creator__info-text {
    font-weight: 300;
    padding: 0px 10px;
    font-size: 15px;
    text-align: center;
}
.zapr-inst {
	font-size: 10px;

}
.footer {
    background-color: var(--color-light);
    padding: 27px 0;
}

.footer__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 2.5rem;
}

.footer__payment-bl p {
    margin-bottom: 5px;
}

.footer__politics {
    font-weight: 300;
    color: var(--color-primary);
    text-decoration: underline;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.footer__politics:hover {
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    color: #000;
    text-decoration: none;
}

.footer__btn {
    padding: 15px 41px;
}

.no-webp .logo {
    background-image: url(../img/logo-bg.png);
}

.logo {
    width: 11.9375rem;
    height: 8.4375rem;
    background-repeat: no-repeat;
    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;
}

.logo img {
    -webkit-transform: translate(0px, -19px);
    -ms-transform: translate(0px, -19px);
    transform: translate(0px, -19px);
}

.burger {
    display: none;
    cursor: pointer;
    display: none;
    top: 40px;
    height: 20px;
    width: 35px;
    overflow: visible;
    position: relative;
    z-index: 2;
}

.burger span {
    width: 35px;
    background-color: var(--color-papaya);
    display: block;
    border-radius: 5px;
    height: 4px;
    opacity: 1;
    position: absolute;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.burger span.l1 {
    top: 0px;
    left: 0px;
}

.burger span.l2 {
    top: 10px;
    left: 0px;
    width: 35px;
}

.burger span.l3 {
    top: 20px;
    left: 0px;
    width: 35px;
}

.burger.close {
    z-index: 100;
}

.burger.close span {
    background-color: var(--color-primary);
}

.burger.close .l1 {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 35px;
    top: 9px;
    left: -4px;
}

.burger.close .l2 {
    opacity: 0;
}

.burger.close .l3 {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    width: 35px;
    top: 9px;
    left: -4px;
}

.btn {
    border-radius: 0.625rem;
    background: -o-linear-gradient(356.17deg, #fdefd1 -3.42%, #fbe4b8 101.88%);
    background: linear-gradient(93.83deg, #fdefd1 -3.42%, #fbe4b8 101.88%);
    position: relative;
    border: 0;
    cursor: pointer;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    font-size: 0.9375rem;
    font-weight: bold;
    line-height: 1.45;
    text-align: center;
    letter-spacing: 0.125rem;
    text-transform: uppercase;
    color: var(--color-primary);
    cursor: pointer;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    -webkit-box-shadow: 0px 4px 0px 0px #ddb96d;
    box-shadow: 0px 4px 0px 0px #ddb96d;
    /*&::before {
      content: "";
      position: absolute;
      z-index: -1;
      top: 4px;
      left: 0;
      width: 100%;
      height: 100%;
      border-radius: rem(10);
      background-color: #ddb96d;
      @include transition;
  }*/
}

.btn .alert-btn {
    display: none;
    opacity: 0;
}

.no-webp .btn--lock {
    background-image: url(../img/lock.png);
}



.btn--lock {
    text-indent: 1.25rem;
    background: none;
    background-color: #fbe4b8;
    background-size: 15px 15px;
    background-position: left 35px top 29px;
    background-repeat: no-repeat;
}

.btn:hover {
    color: #000;
    -webkit-box-shadow: 0px 4px 0px 0px rgba(221, 185, 109, 0.5);
    box-shadow: 0px 4px 0px 0px rgba(221, 185, 109, 0.5);
}

.btn:active {
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transform: translateY(5px);
    -ms-transform: translateY(5px);
    transform: translateY(5px);
}

.btn .alert-btn {
    top: -100px;
    left: 12px;
}

.btn--lock:hover .alert-btn {
    display: block;
    opacity: 1;
}

.userbox__btn {
    padding: 15px 41px;
    top: 0px;
}

.userbox__btn:active {
    top: 5px;
}

.menu__link {
    padding: 20px 0;
    font-weight: 700;
    font-size: 1.0625rem;
    line-height: 1.45;
    text-align: center;
    letter-spacing: 0.125rem;
    text-transform: uppercase;
    color: var(--color-light);
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.menu__link:hover {
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    color: var(--color-primary);
}

.form {
    overflow: hidden;
}

.form__item {
    margin: 0px 20px 23px 20px;
    position: relative;
}

.form__item .just-validate-error-label {
    width: 200%;
    position: absolute;
    left: 5px;
    /*bottom: -30px;*/
}

.form__input {
    font-family: "Roboto", sans-serif;
    padding: 1.4375rem 1.75rem;
    min-width: 17.625rem;
    font-size: 1.25rem;
    font-weight: 300;
    line-height: 1.6;
    letter-spacing: -0.03em;
    color: var(--color-primary);
    border-radius: 0.625rem;
    border: 0;
    outline: 0;
}

.form__input::-webkit-input-placeholder {
    font-weight: 300;
    color: #ababab;
}

.form__input::-moz-placeholder {
    font-weight: 300;
    color: #ababab;
}

.form__input:-ms-input-placeholder {
    font-weight: 300;
    color: #ababab;
}

.form__input::-ms-input-placeholder {
    font-weight: 300;
    color: #ababab;
}

.form__input::placeholder {
    font-weight: 300;
    color: #ababab;
}

.form__input.just-validate-error-field {
    color: #b81111;
    border: 0;
    outline: 0;
}

.no-webp .form__btn {
    background: url(../img/btn-2.png) center center no-repeat;
}

.no-webp .form__btn {
    background: url(../img/btn-1.png) center center no-repeat;
}

.form__btn {
    width: 17.5rem;
    height: 5.875rem;
    width: 18.4375rem;
    height: 5.875rem;
    position: relative;
    border: 0;
    font-size: 0.9375rem;
    font-weight: bold;
    line-height: 1.45;
    text-align: center;
    letter-spacing: 0.125rem;
    text-transform: uppercase;
    color: var(--color-primary);
    cursor: pointer;
    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;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    border-radius: 20px;
    -webkit-box-shadow: 0px 8px 0 -4px #b78857;
    box-shadow: 0px 8px 0 -4px #b78857;
}

.form__btn:hover {
    color: #000;
    -webkit-box-shadow: 0px 8px 0 -4px rgba(183, 136, 87, 0.5);
    box-shadow: 0px 8px 0 -4px rgba(183, 136, 87, 0.5);
}

.form__btn:active {
    -webkit-transform: translateY(5px);
    -ms-transform: translateY(5px);
    transform: translateY(5px);
    -webkit-box-shadow: none;
    box-shadow: none;
}

.health-card {
    margin-top: 2.25rem;
    padding-top: 1.25rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    /*
  &__swipe {
      display: none;
      @include mobile {
          display: block;
          margin-top: rem(20);
      }
  }
  */
}

.health-card__diagram {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 55%;
    flex: 0 1 55%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.health-card__img {
    width: 97%;
    min-height: 638px;
}

.health-card__destination {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    margin-top: 1.875rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.health-card__title {
    text-align: left;
    margin-bottom: 1.875rem;
}

.health-card__info {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.health-card__table-block {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
}

.health-card__table {
    margin-top: 0.625rem;
}

.table {
    width: 100%;
    background-color: var(--color-light);
    border-radius: 10px 10px 0px 0px;
    font-size: 0.9375rem;
    line-height: 1.6;
    letter-spacing: -0.03em;
	border: none;
}

.table__row {
    color: var(--color-light);
}

.table__row--purple {
    background-color: #993399;
}

.table__row--blue {
    background-color: #3366ff;
}

.table__row--light-blue {
    background-color: #32ccfe;
}

.table__row--green {
    background-color: #66cc66;
}

.table__row--yellow {
    background-color: #feff99;
    color: var(--color-primary);
}

.table__row--orange {
    background-color: #fe9901;
}

.table__row--red {
    background-color: #cd3333;
}

.table__row--result {
    color: var(--color-primary);
}

.table__head {
    padding: 18px 0 5px 0;
    text-align: center;
    color: var(--color-primary);
	border: none;
}

.table__coll {
    padding: 5px 0px;
    text-align: center;
    font-weight: 500;
    font-size: 1.25rem;
	border: none;
}

.table__coll:not(.table__coll:last-child) {
    border-right: 2px var(--color-light) solid;
}

.table__coll:last-child {
    text-align: left;
    padding-left: 5px;
}

.no-webp .alert {
    background-image: url(../img/triangle.png);
}

.alert {
	width: 120px;
    text-align: left;
    position: absolute;
    z-index: 2;
    padding: 1.125rem;
    background: #f3f3f3;
    border-radius: 0.4375rem;
    font-weight: 300;
    font-size: 0.8125rem;
    background-repeat: no-repeat;
    background-position: bottom -10px left 10px;
    border-radius: 10px;
    padding: 20px;
    -webkit-animation: show-decr 0.5s linear;
    animation: show-decr 0.5s linear;
}

.alert::after {
    content: "";
    position: absolute;
    /* Абсолютное позиционирование */
    left: 20px;
    bottom: -20px;
    /* Положение треугольника */
    border: 10px solid transparent;
    /* Прозрачные границы */
    border-top: 10px solid #f3f3f3;
    /* Добавляем треугольник */
}

.alert-btn {
    text-align: left;
    position: absolute;
    z-index: 3;
    padding: 1.125rem;
    background: #f3f3f3;
    border-radius: 0.4375rem;
    font-weight: 300;
    font-size: 0.8125rem;
    background-repeat: no-repeat;
    background-position: bottom -10px left 10px;
    border-radius: 10px;
    padding: 20px;
    -webkit-animation: show-decr 0.5s linear;
    animation: show-decr 0.5s linear;
    text-transform: none;
}

.alert-btn::after {
    content: "";
    position: absolute;
    /* Абсолютное позиционирование */
    left: 20px;
    bottom: -20px;
    /* Положение треугольника */
    border: 10px solid transparent;
    /* Прозрачные границы */
    border-top: 10px solid #f3f3f3;
    /* Добавляем треугольник */
}

.destination {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.destination__title {
    margin-bottom: 0.625rem;
}

.destination__description {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin-bottom: 1.25rem;
}

.destination__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 33%;
    flex: 0 1 33%;
    padding: 0 0.625rem;
    height: auto;
    margin-bottom: 1.25rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.destination__item:nth-of-type(3) {
    /* if pixel perfect
  transform: translate(54px, 0px);
  */
}

.destination__item:nth-of-type(3) .sheme__diagram {
    background: none;
}

.scheme {
  width: 11.875rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.scheme__names {
  flex: 0 1 auto;
  margin-right: 1rem;
  font-size: 1.0625rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  height: 7.1875rem;
}
.scheme__names p {
  width: 100%;
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  text-align: left;
}
.scheme__names p:nth-of-type(1) {
  transform: translate(0px, -7px);
}
.scheme__names p:nth-of-type(2) {
  transform: translate(0px, 5px);
}
.scheme__diagram {
  flex: 0 1 7.8125rem;
  height: 7.1875rem;
  position: relative;
}
.scheme__diagram--result {
  background: none;
  margin: 0 auto;
  height: 3.125rem;
}
.scheme__diagram--result .scheme__val--result {
  left: 0px;
  right: auto;
  top: 0px;
}
@media (max-width: 50em) {
  .scheme__diagram--result .scheme__val--result {
    left: 50%;
    transform: translateX(-50%);
  }
}
.scheme__diagram--result .scheme__val::before, .scheme__diagram--result .scheme__val::after {
  display: none;
}
.scheme__val {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 2.8125rem;
  height: 2.8125rem;
  border-radius: 50%;
  font-weight: 500;
  font-size: 1.125rem;
  text-transform: uppercase;
  background: linear-gradient(98.72deg, #dbc2a7 -6.18%, #c4a380 206.55%);
  color: var(--color-light);
}
.scheme__val::before {
  content: "";
  position: absolute;
  width: 42%;
  height: 1px;
  background-color: #745637;
  top: 50%;
  right: -43%;
  z-index: -1;
}
.scheme__val--val1 {
  top: -5px;
  left: 0px;
}
.scheme__val--val2 {
  bottom: -5px;
  left: 0px;
}
.scheme__val--result {
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
}
.scheme__val--result::before {
  width: 35%;
  right: 100%;
}
.scheme__val--result::after {
  content: "";
  background-color: #745637;
  position: absolute;
  width: 1px;
  height: 80px;
  top: -17px;
  right: 133%;
}

.decr-item {
    /*padding: 0.625rem 3.75rem 0.625rem 3.75rem;*/
    background-color: var(--color-light);
    border-radius: 10px;
    position: relative;
    margin-bottom: 0.625rem;
    cursor: pointer;
}

.decr-item::before,
.decr-item::after {
    content: "";
    position: absolute;
    background-color: var(--color-primary);
    right: 2.1875rem;
    top: 1.375rem;
    width: 0.75rem;
    height: 0.125rem;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    z-index: 0;
}

.decr-item::after {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.decr-item__title {
    padding: 0.625rem 3.75rem 0.625rem 3.75rem;
    width: 110%;
    font-size: 1.2rem;
    line-height: 1.2;
    letter-spacing: -0.03em;
    color: var(--color-primary);
	font-weight: 500;
    position: relative;
    z-index: 1;
}
.decr-item__textmain{
    font-weight: bold;
}
.decr-item__description {
    font-weight: 300;
    visibility: hidden;
    opacity: 0;
    margin-top: 0.9375rem;
    font-size: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    display: none;
}

.decr-item__energy {
    width: 1.5rem;
    height: 1.5rem;
    position: absolute;
    top: 0px;
    left: 10px;
    background: #c4a380;
    color: #fff;
    font-size: 0.8rem;
    border-radius: 50%;
    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;
}

.decr-item__img {
    -webkit-box-flex: 0;
    -ms-flex: 0 2 71rem;
    flex: 0 2 71rem;
    margin-right: 20px;
}

.decr-item__text {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding-left: 40px;
    position: relative;
}

.decr-item__text ul {
    list-style-type: disc;
}

.decr-item__text ol {
    list-style-type: decimal;
}

.no-webp .decr-item--lock {
    background-image: url(../img/lock.png);
}

.decr-item--lock {
    background-size: 15px 15px;
    background-position: left 35px top 15px;
    background-repeat: no-repeat;
}

.decr-item.show .decr-item__description {
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    opacity: 1;
    visibility: visible;
    -webkit-animation: show-decr 1s linear;
    animation: show-decr 1s linear;
}

.decr-item.show::after {
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

.decr-item .alert {
    top: -60px;
    left: 13px;
}

.billet {
    padding: 4.5rem 1.875rem 1.875rem 1.875rem;
    background-color: var(--color-light);
    -webkit-box-shadow: 0px 0px 40px 7px rgba(220, 220, 220, 0.16);
    box-shadow: 0px 0px 40px 7px rgba(220, 220, 220, 0.16);
    border-radius: 10px;
    font-size: 0.9375rem;
    text-align: center;
    text-transform: uppercase;
    color: var(--color-primary);
    position: relative;
}

.billet b {
    font-weight: 700;
}

.no-webp .billet::before {
    background-image: url(../img/done.png);
}

.billet::before {
    content: "";
    position: absolute;
    width: 6.6875rem;
    height: 2.5rem;
    top: 0px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #c4a380;
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 0px 0px 0.4375rem 0.4375rem;
}

.grid-el {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.grid-el__img {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    height: 160px;
    margin-bottom: 1.25rem;
}

.grid-el__img img {
    height: 160px;
    -o-object-fit: cover;
    object-fit: cover;
}

.grid-el__description {
    width: 80%;
    margin: 0px auto;
}

.payment {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.payment__method {
    width: 50px;
    height: 20px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}

.payment__method:not(.payment__method:last-child) {
    margin-right: 0.625rem;
}

.payment__method--master {
    background-image: url(../img/master.svg);
}

.payment__method--visa {
    background-image: url(../img/visa.svg);
}

.payment__method--mir {
    background-image: url(../img/mir.svg);
}

.loading {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 100;
    background-color: var(--color-papaya);
    -webkit-animation: show-decr 0.3s linear;
    animation: show-decr 0.3s linear;
}

@media (max-width: 1400px) {
    .tariff__heading {
        margin-bottom: 2.0625rem;
    }

    .tariff__btn {
        bottom: -7.1875rem;
    }
    .tariff__price {
        font-size: 2rem;
    }
    .grid-el__img {
        margin-bottom: 0.3125rem;
    }
    .grid-el__description {
        font-size: 12px;
    }
}

@media (max-width: 1210px) {
    .header__logo {
        margin-right: calc(0px + 62 * ((100vw - 320px) / 890));
    }
    .header__userbox {
        margin-left: calc(0px + 40 * ((100vw - 320px) / 890));
    }
    .metod__billets {
        gap: calc(20px + 100 * ((100vw - 320px) / 890));
    }
    .tariff__list {
        padding-left: calc(20px + 45 * ((100vw - 320px) / 890));
    }
}

@media (max-width: 1024px) {
    .header__nav {
        display: none;
    }
    .header__nav-list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        /*gap: 1.25rem;*/
    }
	.header__nav-list li{
        margin: 20px 0 0 0;
    }
    .header__userbox {
        display: none;
    }
    .hero__description {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 90%;
        flex: 0 1 90%;
    }
    .calculation__form {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .metod__grid-el {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
        flex: 0 1 50%;
    }
    .metod__grid-el--position {
        -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
        transform: translateY(0px);
    }
    .tariff {
        padding-bottom: 6.25rem;
    }
    .tariff__items {
        margin: 0 -10px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .tariff__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 40%;
        flex: 0 1 40%;
        margin: 0 10px;
        margin-bottom: 11.25rem;
    }
    .creator__heading {
        width: 70%;
    }
    .creator__text {
        width: 80%;
    }
    .burger {
        display: block;
    }
    .menu__link {
        color: var(--color-primary);
    }
    .health-card {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .health-card__diagram {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 35%;
        flex: 0 1 35%;
        margin-bottom: 1.25rem;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    .health-card__img {
        width: 100%;
    }
    .health-card__destination {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }
    .health-card__title {
        text-align: center;
    }
    .health-card__info {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .health-card__personality {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 30%;
        flex: 0 1 30%;
    }
    .health-card__table-block {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 65%;
        flex: 0 1 65%;
    }
}

@media (max-width: 50em) {
    .health-card__destination {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .destination__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
        flex: 0 1 50%;
        margin-bottom: 2.5rem;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center;
    }
    .destination__scheme {
        margin: 0 auto;
    }
    .scheme__diagram--result .scheme__val--result {
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}

@media screen and (max-width: 768px) {
    .heading-title {
        font-size: 2.375rem;
    }
    .heading-description {
        font-size: 1.4375rem;
    }
    .no-webp .hero {
        background-image: url(../img/hero-mobile.jpg);
    }
    .hero__description {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
    }
    .hero__title span {
        font-size: 1.5625rem;
    }
    .decryption__heading {
        margin-bottom: 2.5rem;
        width: 100%;
    }
    .metod__heading {
        width: 100%;
    }
    .metod__billets {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .metod__billet {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
    }
    .tariff__heading {
        width: 100%;
    }
    .tariff__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 80%;
        flex: 0 1 80%;
        margin-left: auto;
        margin-right: auto;
        height: auto;
    }
    .creator__heading {
        width: 100%;
    }
    .creator__text {
        width: 80%;
    }
    .footer__container {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center;
    }
    .footer__payment-bl p {
        margin-bottom: 15px;
    }
    .footer__payment-bl {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
    }
    .footer__politics {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
    }
    .footer__btn {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
    }
    .health-card__diagram {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        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;
    }
    .health-card__img {
		/*width: 105%;*/
		min-height: 0;
		margin-top: 15px;
    }
    .health-card__personality {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
    }
    .health-card__table-block {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
    }
    .destination {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .destination__title {
        width: 70%;
        margin: 0 auto;
        text-align: center;
    }
    .decr-item {
        /*padding: 0.625rem 2.5rem 0.625rem 1.875rem;*/
    }
    .decr-item .decr-item__title{
        padding: 0.625rem 2.5rem 0.625rem 1.875rem;
        width: 100%;
    }
    .decr-item .decryption-content{
        padding: 0 2.5rem 0.625rem 1.875rem;
    }
    .decr-item::before,
    .decr-item::after {
        right: 0.9375rem;
    }
    .decr-item--lock {
        background-position: left 10px top 15px;
    }
    .tariff__item {
        height: auto;
    }
}
@media(min-width: 768px){
	.tariff__items{
		flex-direction: row;
		flex-wrap: wrap;
	}
	#tariff .tariff__item {
  -webkit-box-flex: 0;
  -ms-flex: 0 2 50%;
  flex: 0 1 45%;
  height: 1000px;
  margin: 0 25px;
    margin-bottom: 0px;
  background: var(--color-light);
  border-radius: 0.9375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  margin-bottom: 250px;
}
#tariff .tariff__item:nth-child(3), #tariff .tariff__item:nth-child(4){
 margin-bottom: 0;
 height: 770px;
}
#tariff .tariff__item:nth-child(1), #tariff .tariff__item:nth-child(2){
 height: 480px;
}

}
.health-card__diagram.person.column1{
    width: 48%;
    margin-right: 20px;
}
.health-card__destination.destination .column1{
    margin: 0px;
}

@media screen and (max-width: 480px) {
    .decr-item .decr-item__title{
        padding: 0.625rem 2.5rem 0.625rem 1.875rem;
        width: 100%;
    }
    .decr-item .decryption-content{
        padding: 0 2.5rem 0.625rem 1.875rem;
    }
    .compability_matrix .person .destination__scheme{
        margin:0px;
    }
    .person .scheme__val{
        font-size: 3px;
    }
    .health-card__destination.destination .destination__item.column1:nth-child(1){
        margin-bottom: 0px;
    }
    .form__items{
        margin-bottom: 10px;
    }
    .form__item {
        margin: 0px 20px 16px 20px;
    }
    .form__item .just-validate-error-label{
        font-size: 10px;
    }
    .form__input {
        font-size: 1rem;
    }
    .form__btn{
        height: 5rem;
    }
    .compability_matrix .health-card{
        margin-top: 0px;
        padding-top: 0px;
    }
    .compability_matrix .health-card__diagram.column1
    {
        margin-top: 0px;
        width: 44%;
    }
    .compability_matrix .calculation__health-card.health-card > .columns{
        flex-direction: row;
    }
    .compability_matrix #health-card__img{
        height: 100% !important;
    }
    .person .scheme__val{
        width: 1rem;
        height: 1rem;
        font-size: 0.5rem;
    }
    .person .scheme__diagram{
        height: 1rem;
        flex: 0 1 5.813rem;
    }
    .person .scheme__val--result::after {
        height: 26.5px;
        top: -5px;
        right: 133%;
    }
    .person .health-card__destination{
        width: 100%;
    }
    .person .scheme__diagram{
        font-size: 0.1rem;
    }
    .person .destination__scheme.scheme:nth-child(1){
        margin-right: 9px;
    }
    .person .destination__scheme.scheme{
        width: 3rem;
        margin-right: 0px;
    }
    .person .scheme__names.s-names{
        margin-bottom: -23px;
        margin-right: -1px;
    }
    .person .scheme__names{
        font-size: 0.3rem;
        margin-right: 4px;
        height: 2rem;
    }
    .person .scheme__val--val1 {
        top: -14px;
    }
    .person .scheme__val--val2 {
        bottom: -13px;
    }
    .person .scheme__val--result.z::after{
        /*top: 5px;*/
    }
    .person .scheme__val--result.z{
        right: -4px;
        left: 28px;
        position: absolute;
    }
    .person .scheme__val--result.s{
        top: 23px;
    }
    .person .scheme__val--result{
        right: -12px;
        left: 28px;
        position: absolute;
    }
    .person .health-card__destination.destination .columns{
        flex-direction: row;
    }
    .person .health-card__destination.destination .columns .column1{
        margin: 0px;
        padding: 0px;
    }
    h1 {
        font-size: 2.25rem;
    }
    .heading-title {
        /*font-size: 1.875rem*/
        font-size: 1.2rem
    }
    .heading-description {
        font-size: 1rem
        /*font-size: 1.25rem*/
    }
    .hero {
        height: 100vh;
    }
    .hero__container {
        padding-top: 7.5rem;
    }
    .hero__title span {
        font-size: 1.25rem;
    }
    .calculation__heading .section-heading__description,
    .calculation__heading p {
        width: 100%;
        font-size: 0.75rem;
    }
    .decryption__heading {
        margin-bottom: 0.9375rem;
    }
	.decryption__heading h5{
        text-align: left;
    }
    .decryption__heading-title {
        font-size: 1.25rem;
    }
    .metod__grid-el {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        margin-bottom: 0.625rem;
    }
    .tariff {
        padding-bottom: 3.125rem;
    }
    .tariff__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
    }
    .creator {
        background-image: none !important;
        /*margin-bottom: 150px;*/
    }
    .creator__heading {
        text-align: center;
    }
    .creator__text {
        width: 100%;
    }
    .creator__info {
        width: 100%;
        background-size: cover;
        position: relative;
        bottom: 0px;
    }
    .creator__floating {
        padding: 0px 20px;
        text-align: center;
        margin-top: 1.25rem;
    }
    .creator__img {
        display: block;
        margin-top: 1.25rem;
        margin-bottom: 1.25rem;
        width: 100%;
    }
	.creator__imgm {
		width: 300px;
		display: block;
		margin: 20px auto -25px auto;
		text-align: center;
		display: block;
		background: #FFFFFF;
		box-shadow: 251px 105px 109px rgba(128, 128, 128, 0.01), 141px 59px 92px rgba(128, 128, 128, 0.05), 63px 26px 68px rgba(128, 128, 128, 0.09), 16px 7px 37px rgba(128, 128, 128, 0.1), 0px 0px 0px rgba(128, 128, 128, 0.1);
		transform: rotate(4.27deg);
    }
	.creator__name-bl {
    margin-top: 5px;
	}
	.link--inst{
	
	}
    /*
	.creator__info-head {
        padding: 18px 10px 16px 15px;
    }
	*/
    .creator__link {
        padding-left: 20px;
    }
    .creator__info-text {
        padding: 15px 20px;
    }
    .webp .creator {
        background-image: none !important;
    }
    .webp .creator {
        background-image: none;
    }
    .footer__container {
        gap: 0rem;
    }
    .footer__payment-bl {
        margin-bottom: 1.25rem;
    }
    .footer__politics {
        margin-bottom: 1.25rem;
    }
    .health-card__img {
        /*width: 110%;*/
		min-height: 0;
		margin-top: 15px;
        /*min-height: 480px;*/
    }
    .health-card__info {
        overflow: hidden;
    }
    .health-card__table-block {
        overflow-x: scroll;
    }
    .table {
        font-size: 0.75rem;
    }
    .table__coll {
        font-size: 0.875rem;
    }
    .destination__title {
        width: 100%;
    }
    .decr-item__description {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .decr-item__energy {
        left: 0px;
    }
    .decr-item__img {
        width: 100%;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        margin-top: 1.25rem;
        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;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .decr-item__text {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        padding-left: 30px;
    }
    .decr-item .alert {
        top: -80px;
        left: -15px;
    }
    .grid-el__description {
        width: 100%;
    }
}

@media (max-width: 37.5em) {
    .destination__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        margin-bottom: 2.5rem;
    }
}

@media screen and (max-width: 480px) and (min-width: 21.25em) and (max-width: 30em) {
    .creator__info-head {
        padding-right: clamp( 1.25rem, 2.3214285714rem + -3.5714285714vw, 1.5625rem);
    }
}

@media print {
    .health-card__diagram {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 35%;
        flex: 0 1 35%;
    }
    .health-card__destination {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
}

.webp .link::before {
    /*background-image: url(../img/inst.webp);
	background-image: url(../img/vk.png);*/
}
.link--inst::before {
   
	background-image: url(../img/inst.webp);
}
.link--inst{
	font-weight: 500 !important;
}
.link--vk::before {
    background-image: url(../img/vk.png);
	
}
.link--vk {
    font-weight: 500 !important;
}
.group-vk {
    
}
.creator__itst-bl {
margin-top: 5px;
}
.creator__name-bl {
margin-top: 10px;
}
.webp .swipe {
    background: url(../img/swipe.webp) center center no-repeat;
}

.webp .hero {
    background-image: url(../img/hero.webp);
}

@-moz-document url-prefix() {
    .webp .hero::before {
        background-image: url(../img/blure.webp);
    }
}

.webp .hero__btn {
    background: url(../img/btn-1.webp) center center no-repeat;
}

.webp .tariff {
    background-image: url(../img/tariff-bg.webp);
}

.webp .tariff__title {
    background: url(../img/line-title.webp) bottom center no-repeat;
}

.webp .tariff__btn {
    background: url(../img/btn-1.webp) center center no-repeat;
}

.webp .creator {
    background-image: url(../img/creator-bg2.jpg);
}

.webp .creator__info {
    background: url(../img/creator.webp) center center no-repeat;
}

.webp .logo {
    background-image: url(../img/logo-bg.webp);
}

.webp .btn--lock {
    background-image: url(../img/lock.webp);
}

.webp .form__btn {
    background: url(../img/btn-2.webp) center center no-repeat;
}

.webp .form__btn {
    background: url(../img/btn-1.webp) center center no-repeat;
}

.webp .alert {
    background-image: url(../img/triangle.webp);
}

.webp .decr-item--lock {
    background-image: url(../img/lock.webp);
}

.webp .billet::before {
    background-image: url(../img/done.webp);
}

@media screen and (max-width: 768px) {
    .webp .hero {
        background-image: url(../img/hero-mobile.webp);
    }
    .health-card__destination.destination .destination__item.column1:nth-child(1){
        /*margin-bottom:30px;*/
    }
}

.loader {
  display: none;
}
.loader.active {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  width: 100%;
  height: 100vh;
  min-height: 100%;
  background: var(--color-papaya);
  top: 0px;
  height: 0px;
  z-index: 998;
}
.loader.active .lds-dual-ring {
  display: inline-block;
  position: relative;
  z-index: 999;
  width: 80px;
  height: 80px;
}
.loader.active .lds-dual-ring:after {
  content: " ";
  display: block;
  width: 64px;
  height: 64px;
  margin: 8px;
  border-radius: 50%;
  border: 6px solid #fff;
  border-color: #fff transparent #fff transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}
@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.disabled {
    cursor: default !important;
    pointer-events: none;
    filter: grayscale(0.4);
}
.health-card__img-flex {
    display:  flex;
    /*flex-direction: column;*/
    justify-content: center;
}
#health-card__img {
	width: 100%;
	height: 100%;
}
@media screen and (max-width: 1024px){
	#health-card__img {
		width: 100%;
		height: 100%;
	}
}
@media screen and (max-width: 767px){
	.health-card__img {
		width: 110%;
		height: 100%;
	}
	#health-card__img {
		height: 430px;
		max-width: 100%;
		max-height: 100%;
	}
}
@media screen and (max-width: 480px){
	main#primary {
		padding: 100px 0 50px 0;
        }
}
/*
#qltgm {
	bottom: 100px !important;
	right: -295px !important;
    left: auto !important;}
@media screen and (max-width: 480px){
	#qltgm {
		right: 50px !important;
	}
}
*/
.age-changer{
    display: none;
}

.age-changer .column1{
    flex-grow: 1;
    border: 1px solid #c4a380;
    border-radius: 15px;
    height: 40px;
}
.age-changer .column1.selected, .age-changer .column1:hover{
    background: #c4a380;
    color: white;
}
@media ( max-width: 1280px ) {
    .big-h1 {
        font-size: 27px;
        margin-top: 0px !important;
    }
}

.brand_decryption ul{
    list-style: inside;
}

.decryption-content{
    padding: 0 3.75rem 0.625rem 3.75rem;
    display: none;
}
.decr-item.show .decryption-content{
    display: block;
}
.features-slider{
	padding-bottom: 92px;
	background: #FFFFFF;
	position: relative;
}
.features-slider:before{
	content: '';
	width: 30px;
	height: 30px;
	position: absolute;
	background: url(https://matriza-sydbi.ru/wp-content/uploads/2022/12/group-44.svg);
	top: -2px;
	right: calc( 50% -  15px);
border-radius: 1px;
	
}
.features-slider .features-slider-wrapper .slider-item .slider-item-wrapp{
display: flex !important;
max-width: 745px;
justify-content: center;
margin-left: auto;
margin-right: auto;
padding: 50px 75px;
-webkit-box-shadow: 0px 0px 40px 7px rgba(220, 220, 220, 0.16);
box-shadow: 0px 0px 40px 7px rgba(220, 220, 220, 0.16);
}
.features-slider .features-slider-wrapper .slider-item .slider-item-wrapp{
	display: flex !important ;
}
.slider-text-item{
	margin-left: 55px;
}

.features-slider [data-slick-index="2"] img{
	margin-top: -35px;
}

.slider-text-item__title{
 font-weight: 400;
 font-size: 27px;
 line-height: 125%;
 text-transform: uppercase;
 color: #745637;
	margin-bottom: 10px;
}
.slider-text-item__descr{
 font-style: normal;
 font-weight: 300;
 font-size: 17px;
 line-height: 122%;
 color: #745637;	
}
.features-next, .features-prew{
  display: flex;
  align-items: center;
  justify-content: center;	
	width: 50px;
	height: 50px;
	background: linear-gradient(98.72deg, #DBC2A7 -6.18%, #C4A380 206.55%);
  border: none;
  border-radius: 100%;
	position: absolute;
	top: calc( 50% - 8px);
	cursor: pointer;
}
.features-slider .container{
	position: relative;
}
.sertificate{
	background: #fff;
}
@media(min-width: 630px){
.sertificate .sertificate-slider{
	padding-top: 60px;
	padding-bottom: 100px;
	display: flex;
	background: #fff;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}
}
.sertificate-img:before{
content: '';
background-image: url(https://matriza-sydbi.ru/wp-content/uploads/2022/12/group-45.svg);
position: absolute;
width: 55px;
height: 55px;
top: calc(50% - 30px);
left: calc(50% - 20px);
}
.sertificate-img{
	max-width: 30%;
	position: relative;
}
.sertificate-img img{
	width: 100%;
	height: auto;
	
}
.sertificate-img:hover:before{
	cursor: pointer;
}
.features-next{
	right: 20px;
}
.features-prew{
	left: 20px;
}
.zoom-sertificate{
	display: none;
}
.close-zoom::before {
  content: '╳';
  position: relative;
  width: 18px;
  height: 30px;
  color: #fff;
  background: transparent;
  display: flex;
  border-radius: 100%;
  align-content: center;
}
.zoom-sertificate-wrap{
	position: relative;
}
.close-zoom{
position: absolute;
top: 0px;
right: 0px;	
background: #9F794F;
position: absolute;
width: 30px;
height: 30px;
display: flex;
align-items: center;
justify-content: center;
border-radius: 0;
cursor: pointer;
}
.show-zoom{
position: fixed;
top: 0;
left: 0;
background: #00000069;
width: 100%;
height: 100%;
z-index: 99999999;
display: flex;
align-items: center;
justify-content: center;	
}
.features-prew img{
transform: rotate(180deg);
width: 17px;
height: 17px;
margin-right: 2px;	
}
.features-next img {
width: 17px;
height: 17px;
margin-right: 2px;		
}
.features-prev img{
margin-right: -2px;	
}
@media(max-width: 630px){

.sertificate .sertificate-slider{
	padding-top: 0;
	padding-bottom: 30px;
	display: flex;
	background: #fff;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}
	.sertificate-img{
		max-width: 56%; 
		margin: auto;
		display: flex;
	}
	.sertificate{
	padding-top: 25px;
	}
	.sertificate-img::before {
  content: '';
  background-image: url(https://matriza-sydbi.ru/wp-content/uploads/2022/12/group-45.svg);
  position: absolute;
  width: 43px;
  height: 43px;
  top: calc(50% - 30px);
  left: calc(50% - 20px);
  background-repeat: no-repeat;
  background-size: contain;
}
	.slider-text-item__title{
		font-size: 10px;
		margin-bottom: 5px;
	}
	.slider-text-item__descr{
		font-size: 9px;
	}
	.slider-text-item{
		margin-left: 15px;
	}
    .slider-text-item__descr br{
        display: none;
    }
    .features-next img{
        margin-right: 0;
    }
.features-slider .features-slider-wrapper .slider-item .slider-item-wrapp{
  max-width: 83%;
  padding: 0;
  min-height: 93px;
  padding-top: 15px;
  padding-left: 21px;
  padding-bottom: 20px;
  padding-right: 10px;
  background: #fff;
  margin-top: 1px;
  margin-bottom: 1px;
}
	.features-prew {
  left: 41px;
}
	.features-next {
  right: 41px;
}

	.features-slider [data-slick-index="2"] img{
		margin-top: 0;
	}
	.features-slider .slider-img-item  img{
		width: 55px;
	}
		.features-slider button img{
		width: 8px;
	}
	.features-next, .features-prew{
		width: 17px;
		height: 17px;
	}
	.features-slider::before { 
	  width: 10px;
    height: 10px;
		background-size: contain;
    background-repeat: no-repeat;
	}
	.sertificate-img{
		display: flex !important;
	}
	
.sertificate .slick-prev::before {

    content: '';
    background: url(https://matriza-sydbi.ru/wp-content/uploads/2022/12/mask-group1.svg);
    position: absolute;
    width: 35px;
    height: 35px;
    top: -16px;
    left: 43px;
    opacity: 1;
}
	
.sertificate .slick-next::before {
    content: '';
    background: url(https://matriza-sydbi.ru/wp-content/uploads/2022/12/mask-group1.svg);
    position: absolute;
    width: 35px;
    height: 35px;
    top: -16px;
    right: 43px; 
	  transform: rotate(180deg);
   opacity: 1;
}
	.sertificate .slick-prev:before:hover{
				background: url(https://matriza-sydbi.ru/wp-content/uploads/2022/12/mask-group2.svg);
	}
	.sertificate .slick-next:before:hover{
		background: url(https://matriza-sydbi.ru/wp-content/uploads/2022/12/mask-group2.svg);
		
	}
		.sertificate .slick-prev:before:focus{
				background: url(https://matriza-sydbi.ru/wp-content/uploads/2022/12/mask-group2.svg);
	}
	.sertificate .slick-next:before:focus{
		background: url(https://matriza-sydbi.ru/wp-content/uploads/2022/12/mask-group2.svg);
		
	}
	.zoom-sertificate-wrap{
		max-width: 80%;
	}
	.zoom-replace-img{
		width: 100%;
	}
	html .features-slider::before {
		top: -5px;
	}

	.features-slider .container{
	background: #fff;
	}
	.features-slider{
		background: #fff;
	}
.sertificate{
	background: #fff;
}
.sertificate  .container{
	background: #fff;
}
.sertificate .sertificate-slider{
	background: #fff;
}
.features-slider .features-slider-wrapper .slider-item .slider-item-wrapp{
	background: #fff;
    margin-top: 15px;
    margin-bottom: 15px;
}
.features-slider::before{
	z-index: 99;
}


@media (max-width: 630px){
    .features-slider .slider-img-item img {
      width: 55px;
      height: auto;
        }
            .features-slider .features-slider-wrapper .slider-item .slider-item-wrapp{
            align-items: center;
        }
        .sertificate-img img {
            width: 100%;
            height: auto;
            max-height: 276px;
          }
        html body .features-slider::before {
      top: 10px;
      right: calc( 50% - 5px);
        }
        html .slider-text-item__title{
            font-size: 12px;
        }
        html .slider-text-item__descr {
      font-size: 11px;
    }
        html	.features-next, html .features-prew {
      width: 18px;
      height: 17.5px;
    }
        .home{
            overflow-x: hidden !important;
        }
        #home{
                overflow-x: hidden !important;
        }
    }
   
   @media(min-width: 630px){
        .zoom-sertificate-wrap{
            width: auto;
        height: 97vh;
        }
      .features-slider [ data-slick-index="0"] .slider-img-item img{
           max-width: 159px;
        }
    .features-slider	.slick-slide img{
            max-width: 133px;
        }
        .zoom-replace-img{
            width: 100%;
        height: 100%;
        }
    
     
    }
    .features-slider .slick-slide:first-of-type {
        display: flex;
        align-items: center;
    }

.creator__text {
	font-size: 17px;
	}	
	
	
@media screen and (max-width: 480px){
	.creator__link {
	
		/* margin-left: -10px; */
	}	
	.creator__name-bl {
		margin-top: 5px;
	}
	.link--inst {
    font-size: 13px !important;
	}
	.creator__text {
    font-size: 13px !important;
	margin-bottom: 20px;
	padding: 0 18px;
	}
	.creator__heading {
    width: 100%;
	margin-bottom: 10px;

}
	.creator__floatingn .link--vk {
	font-size: 13px;
	padding-left: 25px;
    padding-top: 5px;
	}
	.creator {
    height: 100%;
    
	}
}	