.main-headline {
  font-size: 24px;
  line-height: 1.04;
  font-weight: 700;
  letter-spacing: -0.03em;
}
.bottom-nav__link {
  font-size: 16px;
  line-height: 1.25;
  font-weight: 700;
  letter-spacing: -0.02em;
}
.burger__footer--buttons-link,
.burger__menu--section--item--link,
.header__auth-btn-text,
.header__button,
.header__lang--button {
  font-size: 14px;
  line-height: 1.21;
  font-weight: 700;
  letter-spacing: -0.01em;
}
.burger__menu--section--item-subitem-link,
.header__lang--text {
  font-size: 14px;
  line-height: 1.29;
  font-weight: 400;
  letter-spacing: 0;
}
.breadcrumbs-item,
.burger__footer-section-title {
  font-size: 12px;
  line-height: 2.08;
  font-weight: 700;
  letter-spacing: 0;
}
.burger__menu--container .header__lang--text,
.burger__menu--section-title {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0;
}
*,
:after,
:before {
  box-sizing: inherit;
}
* {
  margin: 0;
  padding: 0;
  border: 0;
}
body {
  background-color: #fff;
  color: #212121;
  font: 400 16px/1 Arial, Roboto, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: auto;
  overflow: hidden;
  overflow-y: auto;
  width: 100%;
  min-height: 100vh;
}
a,
a:hover {
  text-decoration: none;
}
ul {
  list-style: none;
}
.page__reducer {
  width: 100%;
  max-width: 1152px;
  padding-right: 32px;
  padding-left: 32px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  padding-top: 20px;
  background-color: #fff;
}
@media screen and (max-width: 517px),
  screen and (min-width: 518px) and (max-width: 755px) {
  .page__reducer {
    width: calc(100% - 20px);
    padding-right: 10px;
    padding-left: 10px;
  }
}
@media screen and (min-width: 756px) and (max-width: 1151px) {
  .page__reducer {
    width: calc(100% - 50px);
    padding-right: 20px;
    padding-left: 20px;
    padding-top: 15px;
  }
}
@media screen and (min-width: 756px) {
  .page__container {
    width: 100%;
    max-width: 1152px;
    margin-left: auto;
    margin-right: auto;
  }
}
.header__auth-btn {
  display: flex;
  align-items: center;
  outline: 0;
  background: 0 0;
  cursor: pointer;
}
@media screen and (max-width: 1151px) {
  .header__auth-btn {
    width: auto;
    height: 50px;
    justify-content: center;
  }
  .header__auth-btn .header__button-icon {
    margin-right: -5px;
  }
}
.header__auth-btn-text {
  color: var(--main-text-color);
  text-transform: uppercase;
  display: inline-block;
}
.burger__menu {
  position: fixed;
  top: 50px;
  left: 0;
  width: 100%;
  height: calc(100% - 50px);
  z-index: 10000;
  display: none;
}
@media screen and (min-width: 1152px) {
  .burger__menu {
    top: 0;
    height: 100vh;
  }
}
.burger__menu--overlay {
  background: #000;
  opacity: 0.3;
  height: 100%;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}
.burger__menu--container {
  width: 100%;
  background-color: #fff;
  height: 100%;
  overflow-y: scroll;
  position: relative;
  z-index: 17;
  padding: 25px 0 0;
  transition: transform 0.3s ease-in-out;
  animation: 0.3s forwards slideFromRight;
}
.burger__menu--container::-webkit-scrollbar {
  display: none;
}
.burger__menu--container .header__lang {
  padding: 0 25px 25px;
}
@media screen and (min-width: 756px) and (max-width: 1151px) {
  .burger__menu--container .header__lang {
    padding: 0 45px 25px;
  }
}
@media screen and (min-width: 1152px) {
  .burger__menu--container .header__lang {
    padding-top: 25px;
  }
}
.burger__menu--container .header__button-burger {
  display: none;
  padding: 0 15px 0 10px;
  margin-left: 25px;
  margin-bottom: 5px;
  background-color: #fff;
  color: #212121;
  border: 1px solid #e2e2e2;
  align-items: center;
  box-sizing: border-box;
  transition: background-color 0.3s;
}
.burger__menu--container .header__button-burger:hover {
  background-color: #e2e2e2;
}
.burger__menu--container .header__lang--text {
  color: #757575;
  text-transform: uppercase;
  line-height: 20px;
}
@media screen and (min-width: 1152px) {
  .burger__menu--container .header__button-burger {
    display: flex;
  }
  .burger__menu--container {
    max-width: 360px;
  }
}
.burger__menu--section {
  padding: 25px 0 15px;
  position: relative;
}
.burger__menu--section:before {
  content: "";
  display: block;
  position: absolute;
  width: calc(100% - 50px);
  top: 0;
  left: 25px;
  border-top: 1px solid #e2e2e2;
}
.burger__menu--section-title {
  text-transform: uppercase;
  line-height: 20px;
  color: #757575;
  margin-bottom: 10px;
  padding: 0 25px;
}
@media screen and (min-width: 756px) and (max-width: 1151px) {
  .burger__menu--section:before {
    width: calc(100% - 90px);
    left: 45px;
  }
  .burger__menu--section-title {
    padding: 0 45px;
  }
}
.burger__menu--section--item {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  padding: 0 9px 0 25px;
  transition-delay: 0.3s;
}
@media screen and (min-width: 756px) and (max-width: 1151px) {
  .burger__menu--section--item {
    padding: 0 45px;
  }
}
.burger__menu--section--item-list {
  width: 100%;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease-in-out;
}
.burger__menu--section--item--link {
  width: calc(100% - 48px);
  color: #212121;
  line-height: 16px;
  text-transform: uppercase;
  padding: 14px 0;
  transition: color 0.3s;
}
.burger__menu--section--item--link-full {
  width: 100%;
}
.burger__menu--section--item--link:hover {
  color: #1e54b7;
}
.burger__menu--section--item-icon {
  width: 20px;
  height: 20px;
  padding: 12px;
  cursor: pointer;
}
.burger__menu--section--item-icon:hover {
  filter: invert(45%) sepia(0) saturate(1%) hue-rotate(233deg) brightness(100%)
    contrast(88%);
}
.burger__menu--section--item-subitem-link {
  padding: 12px 0;
  transition: color 0.3s;
  color: var(--primary-text);
  display: block;
}
.burger__menu--section--item-subitem-link:hover {
  color: #1e54b7;
}
.burger__footer {
  margin: 5px 0 0;
  padding: 10px 25px 55px;
  background-color: #eff3fe;
}
@media screen and (min-width: 756px) and (max-width: 1151px) {
  .burger__footer {
    padding: 10px 45px 55px;
  }
}
.burger__footer--buttons {
  margin-top: 35px;
}
.burger__footer--buttons-item {
  width: 100%;
  margin-bottom: 15px;
}
.burger__footer--buttons-item:last-child {
  margin-bottom: 0;
}
.burger__footer--buttons-link {
  display: block;
  border-radius: 2px;
  text-align: center;
  color: #212121;
  padding: 11px;
  height: 40px;
  transition: background-color 0.3s;
  box-sizing: border-box;
}
.burger__footer--buttons-link-feedback {
  background-color: #47a0e2;
  color: #fff;
}
.burger__footer--buttons-link-feedback:hover {
  background-color: #4192d0;
}
@media screen and (max-width: 517px) {
  .burger__footer--buttons-link-feedback {
    padding-left: 0;
    padding-right: 0;
    height: auto;
    min-height: 40px;
  }
}
.burger__footer--buttons-link-advert {
  background-color: #1e54b7;
  color: #fff;
}
.burger__footer--buttons-link-advert:hover {
  background-color: #102c60;
}
.burger__footer-section {
  border-bottom: 1px solid #e2e2e2;
  padding: 20px 0 25px;
}
.burger__footer-section:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.burger__footer-section
  ul:not(.bottom-nav__social-list):not(.mobile-download-links__list)
  li {
  margin-bottom: 15px;
}
.burger__footer-section
  ul:not(.bottom-nav__social-list):not(.mobile-download-links__list)
  li:last-child {
  margin-bottom: 0;
}
.bottom-nav__social-list {
  display: flex;
}
.bottom-nav__social-list .bottom-nav__link {
  margin-right: 10px;
}
.bottom-nav__social-list li:last-child .bottom-nav__link {
  margin-right: 0;
}
.bottom-nav__social-list img {
  width: 30px;
  height: 30px;
  filter: saturate(0) hue-rotate(-219deg) brightness(0.41);
  transition: filter 0.3s;
}
.bottom-nav__social-list img:hover {
  filter: none;
}
.burger__footer-section-title {
  line-height: 20px;
  text-transform: uppercase;
  margin-bottom: 15px;
  color: #757575;
}
.bottom-nav__link {
  color: var(--main-text-color);
  transition: color 0.3s;
}
.bottom-nav__link:hover {
  color: #1e54b7;
}
@keyframes slideFromLeft {
  0% {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0);
  }
}
@keyframes slideFromRight {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes spin {
  to {
    transform: rotate(1turn);
  }
}
.header__reducer {
  position: sticky;
  top: 0;
  margin: 0 auto;
  background: #fff;
  z-index: 15;
  width: 100%;
  padding-left: calc((100% - 1152px) / 2 + 32px);
  padding-right: calc((100% - 1152px) / 2 + 32px);
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 50px;
}
@media screen and (min-width: 756px) and (max-width: 1151px) {
  .header__reducer {
    padding-left: 45px;
    padding-right: 45px;
  }
}
@media screen and (max-width: 517px),
  screen and (min-width: 518px) and (max-width: 755px) {
  .header__reducer {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 1152px) {
  .header__reducer {
    height: 54px;
    border-bottom: 1px solid #e2e2e2;
  }
  .header__right-container {
    width: 130px;
    display: flex;
    justify-content: flex-end;
  }
}
.hidden {
  display: none;
}
.header__lang {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-left: auto;
}
.header__lang--text {
  color: #757575;
}
.header__lang--buttons {
  display: flex;
  border-radius: 20px;
  background-color: #ededed;
  padding: 3px;
  cursor: pointer;
  height: 28px;
  width: 75px;
  box-sizing: border-box;
  transition: background-color 0.3s;
}
.header__lang--buttons:hover {
  background-color: #e2e2e2;
}
.header__lang--button {
  padding: 2px 10px;
  border-radius: 30px;
  color: #212121;
}
.header__lang--buttons--ru .header__lang--button--ru {
  background: #fff;
}
.header__logo {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  display: inline-flex;
  width: 120px;
  max-height: auto;
  flex-shrink: 0;
  transition: width 0.3s;
}
.header__logo img {
  width: 100%;
  height: auto;
}
.header__button {
  background-color: #fff;
  display: flex;
  line-height: 16px;
  color: #212121;
  border-radius: 2px;
  transition: background-color 0.3s;
  text-transform: uppercase;
  height: 34px;
  cursor: pointer;
  align-items: center;
}
@media screen and (min-width: 1152px) {
  .header__logo {
    width: 138px;
  }
  .header__button {
    border: 1px solid #e2e2e2;
    padding: 0 15px 0 10px;
    justify-content: space-between;
    gap: 10px;
  }
  .header__button:hover {
    background-color: #e2e2e2;
  }
}
.header__button-icon {
  width: 30px;
  height: 30px;
}
.burger-icon,
.mobile-close-icon {
  display: none;
}
.mobile-burger-icon {
  display: flex;
  margin-left: -5px;
}
@media screen and (min-width: 1152px) {
  .header__button-icon {
    width: 24px;
    height: 24px;
  }
  .burger-icon {
    display: flex;
  }
  .mobile-burger-icon {
    display: none;
  }
}
.breadcrumbs {
  display: flex;
  align-items: center;
}
.breadcrumbs li:last-child .breadcrumbs-item--primary:after {
  display: none;
}
.breadcrumbs-item {
  display: block;
  text-transform: uppercase;
}
.breadcrumbs-item--primary {
  color: #1e54b7;
  display: flex;
  align-items: center;
}
.breadcrumbs-item--primary:after {
  content: "";
  display: inline-flex;
  width: 1px;
  height: 15px;
  background-color: #e2e2e2;
  margin: 0 7px;
}
.breadcrumbs-item--secondary {
  color: #757575;
}
.main-headline {
  color: #212121;
  -webkit-hyphens: auto;
  hyphens: auto;
  margin-bottom: 25px;
}
@media screen and (min-width: 1152px) {
  .main-headline {
    margin-bottom: 30px;
    font-size: 42px;
    line-height: 1.07;
    font-weight: 700;
    letter-spacing: -0.03em;
  }
}
.inline-picture {
  width: 100%;
  height: auto;
}
.inline-picture__container {
  display: block;
  position: relative;
  width: 100%;
  margin-bottom: 20px;
}
.inline-picture__container--with-placeholder .inline-picture {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
.formatted-body {
  color: #212121;
  margin-bottom: 35px;
  -webkit-hyphens: auto;
  hyphens: auto;
}
.formatted-body > div:empty {
  margin-bottom: 0;
}
.formatted-body__paragraph {
  font-size: 18px;
  line-height: 1.39;
  margin-bottom: 15px;
}
.formatted-body__paragraph.align-left {
  text-align: left;
  overflow-x: hidden;
}
.formatted-body__paragraph:empty {
  display: none;
}
table {
  width: 100%;
  border-collapse: collapse;
  table-layout: auto;
  margin: 15px 0;
}
.formatted-body__paragraph.h2,
.formatted-body__paragraph.h3,
.formatted-body__paragraph.h4 {
  font-weight: 700;
  margin-top: 45px;
  margin-bottom: 20px;
  letter-spacing: -0.02em;
}
.formatted-body__paragraph.h2:empty,
.formatted-body__paragraph.h3:empty,
.formatted-body__paragraph.h4:empty {
  display: none;
}
.formatted-body__paragraph.h2 {
  font-size: 22px;
  line-height: 1.14;
}
.formatted-body__paragraph.h3,
.formatted-body__paragraph.h4 {
  font-size: 18px;
  line-height: 1.39;
}
@media screen and (min-width: 1152px) {
  .formatted-body__content {
    display: flex;
    justify-content: flex-end;
    -moz-column-gap: 40px;
    column-gap: 40px;
    align-items: flex-start;
  }
  .formatted-body__content--wrapper {
    width: calc(100%);
  }
  .formatted-body__content--wrapper > :last-child {
    margin-bottom: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
    bottom: 0;
  }
  50% {
    opacity: 1;
    bottom: -26px;
  }
  to {
    opacity: 0;
    display: none;
    bottom: -52px;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
    display: block;
    bottom: -52px;
  }
  50% {
    opacity: 1;
    bottom: -26px;
  }
  to {
    opacity: 1;
    bottom: 0;
  }
}
.layout-content-type-page {
  width: 100%;
  position: relative;
}
.layout-content-type-page__main-wrapper {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding-bottom: 35px;
}
.layout-content-type-page__content,
.layout-content-type-page__main {
  width: 100%;
}
@media screen and (min-width: 1152px) {
  .layout-content-type-page__main-wrapper {
    padding-bottom: 0;
  }
  .layout-content-type-page:not(.layout-content-type-page--mobile) {
    margin-bottom: 20px;
  }
  .layout-content-type-page:not(.layout-content-type-page--mobile)
    .layout-content-type-page__main {
    width: calc(100% - 356px);
    padding-right: 20px;
    border-right: 1px solid #e2e2e2;
    padding-bottom: 40px;
    margin-bottom: 0;
  }
}
fieldset {
  border: 2px solid grey;
  color: #000;
  padding: 20px;
  border-radius: 6px;
  background: #f4858529;
}
fieldset + fieldset,
fieldset + fieldset > legend {
  transform: rotatex(180deg);
}
fieldset > p:last-child {
  margin-bottom: 0;
}
.item-comment {
  margin-bottom: 30px;
}
.item-comment .comment-description .name {
  text-decoration: none;
  color: #666;
  font-weight: 600;
}
.item-comment .avatar {
  padding-right: 15px;
  float: left;
}
.item-comment .comment-description p {
  margin: 5px 0 0;
  padding: 0;
}
.item-comment .avatar img {
  border-radius: 50%;
  width: 50px;
  height: 50px;
}
h3 {
  display: block;
  font-size: 1.17em;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0;
  margin-inline-end: 0;
  font-weight: 700;
}
.comment-to-comment {
  margin-top: 25px;
  margin-left: 55px;
}
.item-comment .comment-description {
  float: none;
  padding-left: 70px !important;
}
.nachat {
  font-weight: 700;
  padding: 10px;
  /* background: #fff; */
  border-radius: 10px;
  margin-top: 10px;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
gap: 20px;
}
.nachat img {
  width: 100%;
  max-width: 40px;
  /* margin-right: 10px; */
}
.nachat p {
  font-size: 13px !important;
  
  line-height: 18px !important;
  margin-bottom: 0;
  color: #fff !important;
  opacity: 0.8 !important;
}
[name="phone2"] {
  width: 100%;
}
#phone {
  width: 100% !important;
}
input[name="phone2"] {
  outline: 0;
}
input#phone {
  padding-left: 94px !important;
}
input#phone2 {
  padding-left: 75px !important;
}
input::placeholder {
  color: #fff !important;
}
input[name="lastname"],
input[name="name"] {
  padding: 10px !important;
}
.form-age {
  background: #fff;
  border-radius: 12px;
  padding: 20px;
  max-width: 400px;
  margin: 20px auto;
  border-radius: 17px;
  background: linear-gradient(0deg, #F3433A 0%, #500800 100%);
  box-shadow: 0 4px 20.3px 0 rgba(0, 0, 0, 0.21);
  color: #fff;
  margin-top: 100px;
  padding-top: 65px;
}
.form-age h2 {
  text-align: center;
  margin-bottom: 20px;
}
.query-age {
  background: #fff;
  border-radius: 9px;
  padding: 15px;
  margin-bottom: 10px;
  text-align: center;
  font-size: 18px;
  cursor: pointer;
  transition: 0.3s;
  color: #000;
}
.logoo {
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}
.logoo p {
  color: #fff;
  font-weight: 900;
  font-size: 30px;
}
.logoo img {
  width: 60px;
}
