body {
  font-family: "Graphik LC Web", sans-serif;
  color: #000000;
  margin: 0;
  padding: 0;
  /* letter-spacing: 0.025em; */
  position: relative;
  font-size: 16px;
  min-height: 100vh;
}

.swiper-container {
  overflow: hidden;
}

/* ::-webkit-scrollbar {
  height: 5px;
} */
body * {
  margin: 0;
  padding: 0;
}

img {
  vertical-align: top;
}

picture,
figure,
ul,
li {
  display: block;
  margin: 0;
  padding: 0;
}

button {
  padding: 0;
  margin: 0;
  background-color: transparent;
}

button,
button:hover,
button:active,
button:focus {
  outline: none;
  border: none;
  cursor: pointer;
}

p,
div,
a,
ul,
li,
h1,
h2,
h3,
h4,
h5,
button {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

p {
  color: #000000;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 0;
}

a,
button,
input {
  transition: all 0.5s ease;
}

select {
  cursor: pointer;
}

select:hover,
select:active,
select:focus,
input,
input:hover,
input:focus,
button,
button:hover,
button:active,
button:focus,
textarea:focus {
  outline: none;
  box-shadow: none;
  font-family: "Graphik LC Web", sans-serif;
}

a,
a:hover,
a:active {
  text-decoration: none;
}

.pos_rel {
  position: relative;
}

.pos_abs {
  position: absolute;
}

.container {
  position: relative;
}

.custom-logo-link {
  width: 150px;
  display: block;
  flex-shrink: 0;
}
.custom-logo-link img {
  width: 100%;
  height: auto;
}

header,
section,
footer {
  position: relative;
  /* z-index: 5; */
  /* overflow-x: hidden; */
}

header.header {
  position: relative;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 5000;
  transition: all 0.4s ease;
  background: #fff;
  border-bottom: 1px solid #edecea;
  padding: 22px 0;
}
header.header .header__help {
  font-size: 16px;
  color: #000;
  margin-right: 35px;
}
header.header .header__help:hover {
  color: #3f2aff;
}
header.header .header__all {
  padding: 10px 30px;
  font-size: 16px;
  line-height: 1em;
  color: #000;
  border: 1px solid #3f2aff;
  border-radius: 40px;
  display: flex;
  align-items: center;
}
header.header .header__all:hover {
  color: #fff;
  background-color: #3f2aff;
  border: 1px solid #3f2aff;
}
header.header .header__main {
  color: #000000;
  font-size: 16px;
}
header.header .header__main:hover {
  color: #3f2aff;
}
header.header .header__menu {
  margin-left: auto;
  display: flex;
  align-items: center;
}

main {
  padding-top: 30px;
}

.blog {
  padding-bottom: 100px;
}
.blog h1 {
  font-size: 48px;
  line-height: 1.3em;
  margin-bottom: 40px;
  font-weight: 600;
}
.blog .cat__list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.blog .cat__list li {
  margin-right: 8px;
  white-space: nowrap;
  margin-bottom: 8px;
}
.blog .cat__list li.current-item a {
  color: #fff;
  background-color: #000;
}
.blog .cat__list a {
  display: flex;
  align-items: center;
  color: #000;
  font-size: 14px;
  font-weight: 400;
  position: relative;
  padding-left: 16px;
  padding-right: 16px;
  height: 40px;
  line-height: 40px;
  border-radius: 20px;
  box-shadow: 0 3px 16px rgba(67, 67, 67, 0.1);
}
.blog .cat__list a:hover {
  color: #fff;
  background-color: #000;
}
.blog .cat__list a img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
}
.blog .cat__list.cat__list_child a {
  background-color: #f7f7f5;
  box-shadow: none;
}
.blog .cat__list.cat__list_child a:hover {
  background-color: #000;
}
.blog .cat__list.cat__list_child .current-item a {
  color: #fff;
  background-color: #000;
}
.blog .blog_list {
  margin-top: 54px;
}
.blog .blog__item .blog__thumnail {
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 24px;
}
.blog .blog__item .blog__thumnail .blog__cat {
  position: absolute;
  top: 24px;
  left: 24px;
}
.blog .blog__item .blog__thumnail .blog__cat a {
  display: flex;
  white-space: nowrap;
  letter-spacing: 0.91px;
  padding: 11px 16px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 500;
  font-size: 12px;
  line-height: 1em;
  border-radius: 6px;
  box-sizing: border-box;
  background: #3d3bff;
  margin-bottom: 15px;
  width: -moz-max-content;
  width: max-content;
}
.blog .blog__item .blog__thumnail .blog__cat a:visited {
  color: #fff;
}
.blog .blog__item .blog__thumnail .blog__img {
  display: block;
}
.blog .blog__item .blog__thumnail .blog__img img {
  width: 100%;
  height: auto;
}
.blog .blog__item .blog__tag {
  font-size: 13px;
  color: #3d3bff;
  text-transform: uppercase;
}
.blog .blog__item .blog__tag:hover {
  color: #3d3bff;
}
.blog .blog__item .blog__date {
  font-size: 13px;
  letter-spacing: -0.43px;
  color: #657195;
}
.blog .blog__item .blog__name {
  margin-bottom: 12px;
}
.blog .blog__item .blog__name a {
  font-size: 18px;
  color: #000;
  font-weight: 600;
  letter-spacing: -0.5px;
}
.blog .blog__item .blog__name a:hover {
  color: #3d3bff;
}
.blog .blog__item .blog__describe p {
  color: #81859c;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.7em;
  letter-spacing: -0.5px;
}
.blog .blog__more {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  border-radius: 10px;
  border: 1px solid #000;
  color: #000;
  width: 251px;
  height: 56px;
  cursor: pointer;
  transition: all 0.3s;
  margin: 0 auto;
  position: relative;
}
.blog .blog__more svg {
  margin-right: 5px;
}
.blog .blog__more:hover {
  color: #fff;
  background-color: #3d3bff;
  border-color: #3d3bff;
}
.blog .blog__more:hover path {
  fill: #fff;
}
.blog .blog__more.load svg {
  animation: circle 3s linear infinite;
}
@keyframes circle {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.subscribe {
  padding-bottom: 125px;
}
.subscribe form {
  position: relative;
}
.subscribe .subscribe__wrapper {
  background: #e4edfe;
  border-radius: 16px;
  padding: 56px;
  color: #000;
  max-width: 1168px;
  border-radius: 20px;
  display: flex;
  justify-content: space-between;
  position: relative;
  margin: 0 auto;
}
.subscribe .subscribe__wrapper > svg {
  position: absolute;
  left: 0;
  bottom: 0;
  transform: translateY(45%);
}
.subscribe .subscribe__wrapper .subscribe__offer {
  max-width: 435px;
}
.subscribe .subscribe__wrapper .subscribe__offer .subscribe__title {
  font-size: 36px;
  line-height: 1.3em;
  margin-bottom: 20px;
  color: #000;
}
.subscribe .subscribe__wrapper .subscribe__offer .subscribe__text {
  font-size: 16px;
  line-height: 1.8em;
  color: #000;
}
.subscribe .subscribe__wrapper .subscribe__form {
  width: 100%;
  max-width: 488px;
}

.form__wrap {
  position: relative;
}
.form__wrap .input__group {
  position: relative;
  margin-bottom: 16px;
}
.form__wrap .input__group .order__input {
  display: block;
  width: 100%;
  height: 56px;
  padding: 23px 18px 10px;
  border: 1px solid #e4e4e4;
  border-radius: 10px;
  overflow: hidden;
  color: #000;
  font-size: 16px;
  font-family: "Graphik LC Web", sans-serif;
  line-height: 20px;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.form__wrap .input__group .order__input:focus {
  background: #fff;
  border-color: #c3c2be;
}
.form__wrap .input__group .place_span {
  position: absolute;
  color: #000;
  font-size: 16px;
  position: absolute;
  left: 0;
  top: 17px;
  padding-left: 18px;
  pointer-events: none;
  transition: all 0.4s ease;
}
.form__wrap .input__group .place_span.fixed_span {
  font-size: 12px;
  top: 6px;
}
.form__wrap .checkbox__wrap input {
  display: block;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 16px;
  height: 16px;
  background: #fff;
  border: 1px solid #000000;
  border-radius: 2px;
  background-position: center;
  margin-top: 3px;
  margin-right: 8px;
}
.form__wrap .checkbox__wrap input:checked {
  background: #3d3bff url(../img/check.svg) no-repeat center;
}
.form__wrap .checkbox__wrap p {
  font-weight: 400;
  font-size: 12px;
  color: #000;
}
.form__wrap .checkbox__wrap p a {
  text-decoration-line: underline;
  font-size: 14px;
  color: #000;
  text-decoration: underline;
}
.form__wrap .checkbox__wrap p a:hover {
  color: #3d3bff;
}
.form__wrap .form__btn {
  font-weight: 500;
  color: #fff;
  background-color: #3d3bff;
  width: 220px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  border-radius: 10px;
}
.form__wrap .form__btn:hover {
  background-color: #000;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7-not-valid-tip {
  position: absolute;
  left: 0;
  top: 100%;
  margin-top: 0;
  font-size: 11px;
}

.post_page {
  padding: 40px 0;
}
.post_page .post_page__tax {
  display: flex;
  letter-spacing: 0.91px;
  padding: 11px 16px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 500;
  font-size: 12px;
  line-height: 12px;
  height: 100%;
  border-radius: 6px;
  background-color: #3d3bff;
  margin-right: 32px;
}
.post_page .post_page__meta {
  color: #3d3bff;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 400;
  line-height: 13px;
  margin-right: 32px;
}
.post_page .post_page__date {
  color: #6b6b6b;
  font-size: 13px;
  font-weight: 400;
}
.post_page h1 {
  color: #000;
  font-size: 46px;
  font-weight: 500;
  line-height: 1.3em;
  margin-top: 0;
  margin-bottom: 16px;
}
.post_page .post_page__subtitle {
  color: #000;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5em;
  margin-bottom: 40px;
}
.post_page .share {
  position: relative;
  margin-bottom: 40px;
}
.post_page .share .share__btn {
  display: flex;
  align-items: center;
}
.post_page .share .share__btn .icon {
  width: 32px;
  height: 32px;
  margin-right: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  background-color: #edecea;
  border-radius: 8px;
  transition: all 0.4s ease;
  pointer-events: none;
}
.post_page .share .share__btn:hover .icon {
  background-color: #000;
}
.post_page .share .share__btn:hover .icon path {
  fill: #fff;
}
.post_page .share .share__block {
  position: absolute;
  flex-direction: column;
  bottom: calc(100% + 8px);
  background-color: #fff;
  padding: 20px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.04), 0 4px 20px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  z-index: 20;
  opacity: 0;
  pointer-events: none;
  transition: all 0.4s ease;
}
.post_page .share .share__block.show {
  opacity: 1;
  pointer-events: all;
}
.post_page .share .share__block p,
.post_page .share .share__block .share__copy {
  font-size: 14px;
}
.post_page .share .share__block .share__copy .icon {
  width: 20px;
  height: 20px;
  border-radius: 6px;
  margin-right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f3f3f1;
  flex-shrink: 0;
}
.post_page .share .share__block .share__copy > * {
  pointer-events: none;
}
.post_page .post_page__thumb {
  overflow: hidden;
  border-radius: 20px;
  margin-bottom: 20px;
}
.post_page .post_page__thumb img {
  width: 100%;
  height: auto;
}
.post_page .post_page__describe_thumb {
  font-size: 13px;
  opacity: 0.8;
  margin-bottom: 5px;
}
.post_page .post_page__author_thumb {
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  color: #a6a4a0;
  margin-top: 0;
  margin-bottom: 40px;
}
.post_page .post_page__banner {
  display: flex;
  align-items: center;
  border-radius: 10px;
  padding: 8px 20px 8px 8px;
  margin-bottom: 30px;
  max-width: 770px;
  background-color: #f3f3f5;
}
.post_page .post_page__banner picture {
  width: 48px;
  height: 48px;
  border-radius: 4px;
  margin-right: 20px;
  overflow: hidden;
  flex-shrink: 0;
}
.post_page .post_page__banner picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.post_page .post_page__banner p {
  font-size: 16px;
  font-weight: 500;
  pointer-events: none;
  line-height: 24px;
  margin-right: 20px;
  text-decoration: none;
  color: #000;
  margin-right: 25px;
}
.post_page .post_page__banner p span {
  text-decoration: underline;
}
.post_page .post_page__banner > span {
  font-size: 16px;
  line-height: 24px;
  color: #000;
  flex-shrink: 0;
  margin-left: auto;
  text-decoration: underline;
}
.post_page .post_page__banner:hover > span {
  text-decoration: none;
}
.post_page .post_page__content .text__block h2 {
  font-size: 36px;
  line-height: 1.3em;
  font-weight: 600;
  margin-bottom: 26px;
}
.post_page .post_page__content .text__block h3 {
  font-size: 18px;
  line-height: 1.3em;
  font-weight: 600;
  margin-bottom: 20px;
}
.post_page .post_page__content .text__block p {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 26px;
}
.post_page .post_page__content .text__block p b,
.post_page .post_page__content .text__block p strong {
  font-weight: 600;
}
.post_page .post_page__content .text__block a {
  color: #3f2aff;
  font-size: 18px;
  text-decoration: underline;
}
.post_page .post_page__content .text__block a:hover {
  color: #0b09a9;
}
.post_page .post_page__content .text__block ul {
  padding-left: 20px;
  margin-bottom: 26px;
}
.post_page .post_page__content .text__block ul li {
  font-size: 18px;
  padding-left: 20px;
  position: relative;
  margin-bottom: 10px;
}
.post_page .post_page__content .text__block ul li:before {
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  border: 2px solid #3f2aff;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 9px;
}
.post_page .post_page__content .text__block.nav_block {
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid #edecea;
}
.post_page .post_page__content .post_page__img {
  margin-bottom: 39px;
}
.post_page .post_page__content .post_page__img picture {
  margin-bottom: 20px;
}
.post_page .post_page__content .post_page__img picture img {
  max-width: 100%;
  height: auto;
}
.post_page .post_page__content .post_page__img .post_page__describe_img {
  font-size: 13px;
  opacity: 0.8;
}
.post_page .post_page__content .post_page__img .post_page__author_img {
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 5px;
  opacity: 0.5;
}
.post_page .post_page__content .post_page__more {
  padding: 20px;
  background-color: rgb(254, 245, 224);
  margin-bottom: 26px;
}
.post_page .post_page__content .post_page__more h4 {
  font-size: 13px;
  text-transform: uppercase;
  margin-bottom: 15px;
  color: #000;
  font-weight: bold;
}
.post_page .post_page__content .post_page__more ul {
  padding-left: 20px;
}
.post_page .post_page__content .post_page__more ul li {
  font-size: 14px;
  padding-left: 20px;
  position: relative;
  margin-bottom: 10px;
}
.post_page .post_page__content .post_page__more ul li a {
  color: #3d3bff;
  text-decoration: underline;
}
.post_page .post_page__content .post_page__more ul li a:hover {
  color: #0b09a9;
}
.post_page .post_page__content .post_page__more ul li:before {
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  border: 2px solid #3f2aff;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 5px;
}
.post_page .post_page__content .post_page__quote {
  padding: 20px;
  background-color: rgb(254, 245, 224);
  padding-left: 90px;
  position: relative;
  border-left: 3px solid #eaaa5f;
  margin-bottom: 26px;
}
.post_page .post_page__content .post_page__quote p.post_page__quote__icon {
  position: absolute;
  top: 20px;
  left: 20px;
  color: #3f2aff;
  font-size: 100px;
  line-height: 1em;
}
.post_page .post_page__content .post_page__quote p {
  font-size: 18px;
  color: #000;
  margin-bottom: 15px;
}
.post_page .post_page__content .post_page__quote p b,
.post_page .post_page__content .post_page__quote p strong {
  font-weight: 700;
}
.post_page .post_page__content .post_page__quote a {
  color: #3d3bff;
  text-decoration: underline;
}
.post_page .post_page__content .post_page__quote a:hover {
  color: #0b09a9;
}
.post_page .post_page__content .post_page__quote h4 {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
}
.post_page .post_page__content .post_page__important {
  padding: 20px;
  background-color: rgb(254, 245, 224);
  padding-left: 90px;
  position: relative;
  border-left: 3px solid #eaaa5f;
  margin-bottom: 26px;
}
.post_page .post_page__content .post_page__important p.post_page__important__icon {
  position: absolute;
  top: 20px;
  left: 20px;
  color: #3f2aff;
  font-size: 30px;
  font-weight: 700;
  line-height: 1em;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #3f2aff;
  border-radius: 50%;
}
.post_page .post_page__content .post_page__important p {
  font-size: 18px;
  color: #000;
  margin-bottom: 15px;
}
.post_page .post_page__content .post_page__important p b,
.post_page .post_page__content .post_page__important p strong {
  font-weight: 700;
}
.post_page .post_page__content .post_page__important a {
  color: #3d3bff;
  text-decoration: underline;
}
.post_page .post_page__content .post_page__important a:hover {
  color: #0b09a9;
}
.post_page .post_page__content .post_page__important h4 {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
}
.post_page .post_page__content .inset__wrapper {
  border-radius: 16px;
  padding: 40px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  background-color: #f3f3f5;
  margin-bottom: 26px;
}
.post_page .post_page__content .inset__wrapper .inset__content.inset__content_img {
  padding-right: 80px;
}
.post_page .post_page__content .inset__wrapper .inset__header {
  margin-top: 0;
  margin-bottom: 24px;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.1;
  color: #000;
}
.post_page .post_page__content .inset__wrapper .inset__header:hover {
  color: #000;
}
.post_page .post_page__content .inset__wrapper .inset__description {
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 20px;
  line-height: 1.4;
  font-weight: 500;
}
.post_page .post_page__content .inset__wrapper .inset__text {
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}
.post_page .post_page__content .inset__wrapper .inset__button {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  line-height: 48px;
  border-radius: 8px;
  background-color: #3f2aff;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  padding-left: 32px;
  padding-right: 32px;
  align-self: flex-start;
  margin-top: 32px;
  width: -moz-max-content;
  width: max-content;
}
.post_page .post_page__content .inset__wrapper .inset__button:hover {
  background-color: #000;
}
.post_page .post_page__content .inset__wrapper .inset__image {
  width: 145px;
  height: 145px;
  flex-shrink: 0;
  border-radius: 10px;
  overflow: hidden;
}
.post_page .post_page__content .inset__wrapper .inset__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.post_page .article-author {
  max-width: 300px;
  margin-left: auto;
  margin-bottom: 20px;
}
.post_page .article-author .article-author__image {
  width: 48px;
  min-width: 48px;
  height: 48px;
  margin-bottom: 16px;
  border-radius: 50%;
  overflow: hidden;
}
.post_page .article-author .article-author__image img {
  width: 100%;
  height: auto;
}
.post_page .article-author .article-author__name {
  font-size: 14px;
  margin-bottom: 8px;
  font-weight: 500;
}
.post_page .article-author .article-author__description {
  font-size: 12px;
  line-height: 1.5em;
}
.post_page .post__banner {
  margin-top: 700px;
  position: sticky;
  top: 90px;
}
.post_page .inset__banner {
  padding: 25px 24px;
  border-radius: 16px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  max-width: 300px;
  margin-left: auto;
}
.post_page .inset__banner .inset__content {
  width: 100%;
}
.post_page .inset__banner .inset__image {
  width: 145px;
  height: 145px;
  margin: 0 auto 24px;
}
.post_page .inset__banner .inset__image img {
  width: 145px;
  height: 145px;
}
.post_page .inset__banner .inset__description {
  font-size: 20px;
  line-height: 1.4;
  font-weight: 500;
}
.post_page .inset__banner .inset__button {
  height: 48px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  margin-top: 24px;
  color: #000;
  background-color: #fff;
  font-size: 16px;
  font-weight: 500;
}
.post_page .inset__banner .inset__button:hover {
  color: #fff;
  background-color: #000;
}

@media screen and (max-width: 1400px) {
  .post_page .article-author {
    max-width: 270px;
  }
  .blog h1 {
    font-size: 42px;
  }
}
@media screen and (max-width: 1199px) {
  .post_page .post_page__content .inset__wrapper .inset__description {
    font-size: 18px;
  }
  .post_page .post_page__content .inset__wrapper .inset__text {
    font-size: 14px;
  }
  .post_page .article-author {
    max-width: 413px;
    margin-left: 0;
    margin-bottom: 40px;
  }
  .post_page .inset__banner {
    max-width: 270px;
  }
  .blog h1 {
    font-size: 36px;
  }
}
@media screen and (max-width: 991px) {
  header.header .container {
    position: static;
  }
  header.header .header__menu {
    position: absolute;
    left: 0;
    top: calc(100% + 1px);
    width: 100%;
    height: 0;
    overflow: hidden;
    background-color: #fff;
    z-index: 55555;
    transition: all 0.4s ease;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0 15px;
    overflow: hidden;
  }
  header.header .header__menu.open {
    height: 182px;
    padding: 25px 15px;
  }
  header.header .header__help {
    margin-right: 0;
    margin-bottom: 15px;
  }
  .subscribe .subscribe__wrapper {
    padding: 24px;
    flex-direction: column;
  }
  .blog h1 {
    font-size: 32px;
  }
  .subscribe .subscribe__wrapper .subscribe__form {
    max-width: 100%;
  }
  .subscribe .subscribe__wrapper .subscribe__offer {
    margin-bottom: 16px;
  }
  .form__wrap .form__btn {
    width: 100%;
  }
  .subscribe .subscribe__wrapper .subscribe__offer .subscribe__title {
    font-size: 24px;
  }
  .subscribe .subscribe__wrapper > svg {
    display: none;
  }
  .header .burger {
    width: 28px;
    position: relative;
  }
  .header .burger span {
    display: block;
    width: 100%;
    transition: 0.25s ease-in-out;
    height: 3px;
    background-color: #000000;
    margin-bottom: 5px;
  }
  .header .burger span:nth-child(3) {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
  }
  .header .burger span:last-child {
    margin-bottom: 0;
  }
  .header .burger.active span:first-child {
    opacity: 0;
  }
  .header .burger.active span:nth-child(2) {
    transform: rotate(45deg);
  }
  .header .burger.active span:nth-child(3) {
    transform: translateY(-50%) rotate(-45deg);
    opacity: 1;
  }
  .header .burger.active span:last-child {
    opacity: 0;
  }
  .blog .cat__list {
    overflow-x: auto;
    overflow-y: visible;
    flex-wrap: nowrap;
  }
  .blog .cat__list::-webkit-scrollbar {
    height: 0;
  }
  .blog .cat__list::-webkit-scrollbar-track {
    background: transparent;
  }
  .blog .cat__list::-webkit-scrollbar-thumb {
    background: transparent;
  }
  .post_page .article-author {
    display: flex;
    align-items: center;
  }
  .post_page .article-author .article-author__image {
    margin-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .post_page .post_page__content .text__block h2 {
    font-size: 32px;
  }
  .post_page .post_page__content .text__block {
    font-size: 16px;
  }
  .post_page .post_page__banner > span {
    display: none;
  }
  .post_page .post_page__content .inset__wrapper .inset__content {
    order: 1;
  }
  .post_page .post_page__content .inset__wrapper .inset__content.inset__content_img {
    padding-right: 0;
  }
  .post_page .post_page__content .inset__wrapper {
    flex-wrap: wrap;
    padding: 32px 24px;
  }
  .post_page .post_page__content .inset__wrapper .inset__image {
    margin: 0 auto 24px;
  }
  .post_page .post_page__content .inset__wrapper .inset__button {
    width: 100%;
  }
  .blog .blog__item .blog__thumnail {
    margin-bottom: 16px;
  }
  .blog .blog__item .blog__thumnail .blog__cat {
    top: 12px;
    left: 12px;
  }
  .blog .blog__item .blog__name {
    margin-bottom: 16px;
  }
  .blog .blog__item .blog__name a {
    font-size: 16px;
  }
  .blog .blog__item .blog__describe p {
    font-size: 14px;
  }
  .post_page h1 {
    font-size: 32px;
    margin-bottom: 16px;
  }
  .post_page .post_page__subtitle {
    margin-bottom: 32px;
  }
  .post_page .post_page__content .text__block a,
  .post_page .post_page__content .text__block ul li,
  .post_page .post_page__content .text__block p {
    font-size: 16px;
  }
  .post_page .post_page__content .post_page__quote p,
  .post_page .post_page__content .post_page__important p {
    font-size: 16px;
  }
  .post_page .post_page__content .text__block ul li:before {
    top: 7px;
  }
  .post_page .post_page__content .post_page__quote p.post_page__quote__icon {
    left: 10px;
    font-size: 70px;
  }
  .post_page .post_page__content .post_page__important,
  .post_page .post_page__content .post_page__quote {
    padding-left: 57px;
  }
  .post_page .post_page__content .post_page__important p.post_page__important__icon {
    width: 30px;
    height: 30px;
    font-size: 24px;
    left: 10px;
  }
}
.page_404 {
  height: 80vh;
  min-height: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page_404 h1 {
  font-size: 48px;
  margin-bottom: 25px;
}
.page_404 p {
  font-size: 24px;
  margin-bottom: 25px;
}
.page_404 .btn {
  display: block;
  padding: 20px 35px;
  text-decoration: none;
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  text-align: center;
  background-color: #3f2aff;
  border-radius: 100px;
  color: #fff;
  box-sizing: border-box;
  transition: background-color 0.3s;
  max-width: 305px;
  width: 100%;
}
.page_404 .btn:hover {
  background-color: #000;
}

@media screen and (max-width: 991px) {
  .page_404 h1 {
    font-size: 36px;
  }
}
@media screen and (max-width: 576px) {
  .page_404 h1 {
    font-size: 30px;
  }
  .page_404 p {
    font-size: 20px;
    margin-bottom: 25px;
  }
}
.footer {
  padding-top: 80px;
  background-color: #242424;
  color: #fff;
}
.footer .footer__phone {
  color: #fff;
  display: block;
  font-style: normal;
  font-size: 13px;
  margin-bottom: 20px;
}
.footer .footer__phone a {
  display: block;
  width: -moz-max-content;
  width: max-content;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  margin-bottom: 4px;
  color: #fff;
}
.footer .footer__phone a:hover {
  text-decoration: underline;
}
.footer .footer__email {
  color: #ffffff;
  font-size: 15px;
}
.footer .footer__email a {
  color: #ffffff;
}
.footer .privacy p {
  font-size: 15px;
  margin-bottom: 15px;
}
.footer .privacy p a {
  color: #fff;
}
.footer .privacy p a:hover {
  text-decoration: underline;
}
.footer .footer__menu {
  width: 100%;
}
.footer .footer__menu li {
  width: 50%;
  padding-right: 5px;
  margin-bottom: 8px;
}
.footer .footer__menu li:first-child a {
  text-transform: uppercase;
  font-weight: 600;
}
.footer .footer__menu li a {
  font-size: 15px;
  font-style: normal;
  color: #fff;
}
.footer .footer__menu li a:hover {
  text-decoration: underline;
}
.footer .footer__content p {
  font-size: 15px;
  color: #fff;
  opacity: 0.7;
  margin-bottom: 10px;
}
.footer .footer__bottom {
  border-top: 1px solid #4d4d4d;
  padding-top: 48px;
  padding-bottom: 48px;
  margin-top: 40px;
}
.footer .footer__bottom .footer__logo {
  position: relative;
  margin-right: 20px;
}
.footer .footer__bottom .footer__logo::after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background: #fff;
  position: absolute;
  right: -10px;
  top: 0;
}
.footer .footer__bottom .footer__logo img {
  width: 82px;
  height: auto;
}
.footer .footer__bottom .logo__text {
  color: #ffffff;
  font-size: 12px;
  max-width: 140px;
}
.footer .footer__bottom .copyright {
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2em;
  color: #fff;
  opacity: 0.7;
}
.footer .footer__bottom .footer_partners {
  margin: 3px 5px 3px 0;
  width: 40px;
  height: 40px;
}
.footer .footer__bottom .footer_partners img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 1199px) {
  .footer .footer__menu li {
    width: 100%;
  }
}
@media screen and (max-width: 576px) {
  .footer .footer__content {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  .footer .privacy {
    text-align: center;
  }
  .footer .footer__menu {
    text-align: center;
  }
  .footer .partners__list {
    max-width: 300px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .footer .footer__email,
  .footer .footer__phone {
    text-align: center;
  }
  .footer .footer__phone a {
    margin-left: auto;
    margin-right: auto;
  }
}
line,
path {
  transition: all 0.4s ease;
}

.scroll_to * {
  pointer-events: none;
}

.xyz_start {
  opacity: 0;
}

.xyz_start.xyz-in {
  opacity: 1;
}

.sfsi_shortcode_container {
  float: none !important;
  margin-left: 0 !important;
}

.sfsi_widget .sfsi_wDiv .sfsi_wicons .inerCnt a,
.sfsi_widget .sfsi_wDiv .sfsi_wicons .inerCnt a.sficn,
.sfsi_shortcode_container .sfsi_wicons {
  width: 20px !important;
  height: 20px !important;
  margin-left: 0 !important;
  display: block !important;
  margin-bottom: 7px !important;
}

.sfcm.sfsi_wicon {
  height: auto;
}

.sfsi_widget .sfsi_wDiv .sfsi_wicons .inerCnt a.sficn {
  display: flex !important;
  align-items: center;
}
.sfsi_widget .sfsi_wDiv .sfsi_wicons .inerCnt a.sficn span {
  font-size: 14px;
  color: #000;
  margin-left: 10px;
}

.expert {
	background-color: antiquewhite;
    border-radius: 15px;
}
.expert img {
	border-top-left-radius: 15px;
	border-bottom-left-radius: 15px;
	object-fit: cover;
    height: 100%;
}
.expert p {
	padding-right:20px;
	box-sizing: border-box;
}

.expert h3{
	margin-top: 15px;
}

.sfsiplus_footerLnk {
  visibility: none;
  display: none;
}/*# sourceMappingURL=main.css.map */

.social-links{
	margin-top: 15px;
    display: flex;
    gap: 5px;
}
@media screen and (max-width: 576px){
	.social-links{
		justify-content: center;
	}
}


.post-banner-links{
    list-style: none;
	margin-top: 10px;
}
.post-banner-links > li{
    padding-left: 20px;
    position: relative;
    margin: 10px;
}
.post-banner-links > li:before{
    content: '✓';
    position: absolute; top: 0; left: 0;
    color: #9300ff;
}

.block-expert{
	max-height: 600px;
	margin-bottom:35px;
	border-radius: 15px;
}

.block-expert img{
	border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    object-fit: cover;
    height: auto;
	max-width: 25%;
}

.block-expert-text{

    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 30px 10px 25px 30px;
    box-sizing: border-box;
	gap: 15px;
}
.block-expert-desktop{
	display: flex;
}
.block-expert-text-mobile{
	display: none;
}

@media (max-width: 1400px){
	.block-expert-text{
		padding: 30px 10px 20px 25px;
	}
	.block-expert-text p{
		line-height: 20px;
	}
}

@media (max-width: 1200px){
	.block-expert img{
		width: auto;
		height: 140px;
		border-radius: 10px;
		max-width: none;
	}
	.block-expert{
		padding: 15px;
	}
	.block-expert-text{
		padding: 0 0 0 15px;
	}
	.block-expert-desktop .block-expert-text p{
		display: none;
	} 
	.block-expert-desktop .block-expert-text p:first-child{
		display: block;
	}
	.block-expert-text-mobile{
		display: block;
		margin-top: 15px;
	}
}

.block-expert-desktop.little img.attachment-block_expert_photo.size-block_expert_photo {
	border-radius: 50%;
	object-fit: cover;
    height: 100%;
}

.block-expert.little{
	display: flex;
    padding: 35px 25px;
    align-items: center;
	gap: 20px;
}
.block-expert-desktop.little{
	max-width: 150px;
}
.block-expert.little img{
	max-width: 100%;
}
.block-expert.little .block-expert-text{
	padding:0;
}
@media (max-width: 1200px){
    .block-expert.little {
		display:flex;
		padding:15px;
		height: fit-content;
		flex-direction: column;
		align-items: center;
		text-align: center;
		
	}
	img.attachment-block_expert_photo.size-block_expert_photo {
		width: 150px;
		height: 150px;
	}
}

.footer_bottom_note{
	margin-top: 25px;
	font-style: italic;
}

.footer_bottom_note p{
	color: #fff;
    opacity: 0.7;
    font-size: 15px;
}
.footer_bottom_note a{
	color: #fff;
    text-decoration: underline 2px;
}

.blog .container h1 {
	font-size:24px;
	margin-bottom: 35px;
}
.description-main-page{
	font-size:15px;
	font-weight: 400;
	margin-bottom: 40px;
}

.post_page__describe_img .post_page__author_img {
        font-size: 13px;
        font-weight: 400;
        margin-bottom: 5px;
        opacity: 0.8;
      }
.post_page__describe_img .post_page__author_img a {
	color: #000000;
}