.page-container {
  padding-top: 105px;
}

.static-page__wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 96px;
}

.static-page__block {
  padding-top: 40px;
  background-color: #fbf8f8;
  display: -ms-flexbox;
  display: flex;
}

.static-page__block + .features {
  display: none;
}

.static-page__sidebar {
  width: 100%;
  max-width: 310px;
}

.static-page__content {
  -ms-flex: 1;
      flex: 1;
  background-color: #fff;
  padding-bottom: 48px;
  border-radius: 3px;
  max-width: 100%;
}

.static-page__content > .static-content__block {
  margin-bottom: 0 !important;
}

.static-content .custom-select {
  display: none;
}

.static-content .custom-select select {
  left: -1000px;
}

.static-content .custom-select.custom-select-mark {
  border: none;
  border-bottom: 1px solid #efeded;
}

.static-content .custom-select.custom-select-mark.custom-select-lg {
  height: 73px;
  line-height: 73px;
}

.static-content .custom-select.custom-select-mark.custom-select-lg.is-open .anchor .item::after,
.static-content .custom-select.custom-select-mark.custom-select-lg.is-open .anchor p::after {
  border: 3px solid transparent;
  border-bottom: 6px solid #898686;
  top: 5px;
}

.static-content .custom-select .anchor {
  padding-left: 24px;
}

.static-content .custom-select .anchor::after {
  display: none;
}

.static-content .custom-select .anchor li {
  margin: 0;
  line-height: 72px;
}

.static-content .custom-select .anchor li:not(.active) {
  display: none;
}

.static-content .custom-select .anchor .item,
.static-content .custom-select .anchor li p {
  font-size: 21px;
  color: #333333;
  font-weight: 500;
  display: inline;
  position: relative;
}

.static-content .custom-select .anchor .item::after,
.static-content .custom-select .anchor li p::after {
  content: '';
  border: 3px solid transparent;
  border-top: 6px solid #898686;
  position: absolute;
  right: -19px;
  top: 8px;
}

.static-content__header {
  padding: 24px 0 24px 48px;
  border-bottom: 1px solid #efeded;
}

.static-content__header ul li.active {
  margin-bottom: 0;
}

.static-content__header ul li.active::before {
  display: none;
}

.static-content__header ul li p {
  margin: 0;
}

.static-content__header ul li:not(.active) {
  display: none;
}

.static-content__header,
.static-content__header p {
  font-size: 21px;
  line-height: 25px;
  color: #333333;
  font-weight: 400;
}

.static-content__fold:not(:last-child) {
  margin-bottom: 16px;
}

.static-content__block:not(:last-child) {
  margin-bottom: 50px;
}

.static-content__container {
  padding: 0 48px;
}

.static-content__wrap {
  font-size: 18px;
  line-height: 23px;
  border: none;
  padding: 32px 0 16px 0;
}

.static-content__wrap .info-block {
  border-top: 1px solid #efeded;
  padding: 24px 0 21px 0;
}

.static-content__wrap .info-block__text:not(:last-child) {
  margin-bottom: 8px;
}

.static-content__wrap .info-block__title {
  cursor: pointer;
}

.static-content__wrap .info-block:last-child {
  border-bottom: 1px solid #efeded;
}

.static-sidebar__wrap {
  padding-left: 47px;
  padding-right: 15px;
  border-left: 1px solid #efeded;
}

.static-sidebar__list li:last-child {
  margin-top: 32px;
}

.static-sidebar__list.link-list {
  margin-bottom: 80px;
}

.static-sidebar__list.link-list li:last-child {
  margin-top: 0;
}

.static-sidebar__list.link-list + .static-sidebar__list li:last-child {
  margin-top: 0;
}

.static-sidebar__list.contact-list li {
  line-height: 21px;
}

.static-sidebar__list.contact-list li:first-child {
  color: #898686;
}

.static-sidebar__item {
  color: #5a5757;
  line-height: 17px;
}

.static-sidebar__item.club-card-link-item span {
  padding-left: 4px;
  color: #13CA61;
}

.static-sidebar__item.active {
  position: relative;
}

.static-sidebar__item.active.hidden {
  display: block !important;
}

.static-sidebar__item.active::before {
  content: '';
  display: block;
  width: 2px;
  height: 16px;
  background-color: #f94942;
  position: absolute;
  top: 0;
  left: -49px;
}

.static-sidebar__item.active a {
  font-weight: 600;
  color: #333333;
}

.static-sidebar__item:not(:last-child) {
  margin-bottom: 12px;
}

.static-sidebar__link {
  color: #5a5757;
  font-size: 14px;
  line-height: 16px;
}

.info-block {
  margin-top: 32px;
  padding: 0 48px;
}

.info-block .unchor {
  position: relative;
  top: -130px;
}

.info-block__list {
  margin-bottom: 8px;
}

.info-block__list > li:first-child {
  margin-bottom: 8px;
}

.info-block__list li .underline {
  text-decoration: underline;
  color: #898686;
}

.info-block__list li.bold,
.info-block__list li .bold {
  font-weight: 600;
  color: #333333;
}

.info-block__list li:not(:first-child) {
  position: relative;
  padding-left: 10px;
}

.info-block__list li:not(:first-child)::before {
  content: '';
  display: block;
  width: 2px;
  height: 2px;
  border-radius: 50%;
  background-color: #898686;
  position: absolute;
  left: 0;
  top: 9px;
}

.info-block__list li ul {
  margin-bottom: 8px;
}

.info-block__list li ul li {
  position: relative;
  padding-left: 10px;
}

.info-block__list li ul li::before {
  display: none !important;
}

.info-block__list li ul li::after {
  content: '';
  position: absolute;
  left: 0;
}

.info-block__title {
  margin-bottom: 8px;
  line-height: 18px;
  position: relative;
  color: #333333;
}

.info-block__title .foldable-mobile__icon {
  height: 9px;
  position: absolute;
  left: 0;
  top: calc(50% - 2.5px);
  width: 9px;
}

.info-block__title .foldable-mobile__icon::before,
.info-block__title .foldable-mobile__icon::after {
  background: #f94942;
  content: '';
  display: block;
  height: 1px;
  position: absolute;
  right: 0;
  top: 50%;
  transition: transform .3s ease;
  width: 9px;
}

.info-block__title .foldable-mobile__icon::after {
  transform: rotate(90deg);
}

.info-block__text {
  font-size: 14px;
  line-height: 21px;
  color: #898686;
  margin: 0;
}

.info-block__text:not(:last-child) {
  margin-bottom: 24px;
}

.info-block__text .bold {
  font-weight: bold;
}

.info-block__text .underline {
  text-decoration: underline;
  color: #898686;
}

.info-block__description {
  font-size: 14px;
  line-height: 21px;
  color: #898686;
}

.contact-list__wrapper {
  display: -ms-flexbox;
  display: flex;
}

.contact-list__title,
.contact-list__item {
  font-size: 14px;
  line-height: 18px;
  color: #898686;
}

.contact-list__title:not(:last-child),
.contact-list__item:not(:last-child) {
  margin-bottom: 12px;
}

.contact-list__item a {
  color: #898686;
}

.contact-list__title {
  color: #333333;
}

.custom-select select {
  display: none;
}

.custom-select-mark {
  position: relative;
  height: 44px;
  line-height: 42px;
  padding: 0 15px;
  border: 1px solid #a5a5a5;
  transition: border-color 0.2s ease;
}

.custom-select-mark:hover,
.custom-select-mark:active,
.custom-select-mark.is-open {
  border-color: #000000;
}

.custom-select-mark.custom-select-lg {
  height: 55px;
  line-height: 55px;
}

.custom-select-mark select {
  z-index: 0;
  visibility: hidden;
  width: 0;
  display: inline-block;
  height: 0;
  opacity: 0;
  left: 0;
  top: 0;
  position: absolute;
  font-size: 0;
}

.custom-select-mark a:after,
.custom-select-mark a:before {
  content: none;
}

.custom-select-mark .label {
  font-size: 14px;
  color: rgba(51, 51, 51, .6);
}

.custom-select-mark.is-open .anchor:after {
  transform: translateY(-50%) rotate(180deg);
}

.custom-select-mark .list {
  display: none;
}

.custom-select-mark .anchor {
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 0 15px;
}

.custom-select-mark .anchor .item {
  font-size: 14px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: inline-block;
  width: calc(100% - 26px);
}

.custom-select-mark .anchor:hover:after {
  background-color: transparent;
  opacity: 1;
}

.custom-select-mark .anchor:after {
  opacity: 0.5;
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.2s ease, opacity 0.2s ease;
  display: inline-block;
  width: 20px;
  height: 20px;
  right: 15px;
  left: auto;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxMSIgdmlld0JveD0iMCAwIDE0IDExIj4KICA8bWV0YWRhdGE+PD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4KPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxMzggNzkuMTU5ODI0LCAyMDE2LzA5LzE0LTAxOjA5OjAxICAgICAgICAiPgogICA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPgogICAgICA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIi8+CiAgIDwvcmRmOlJERj4KPC94OnhtcG1ldGE+CiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAKPD94cGFja2V0IGVuZD0idyI/PjwvbWV0YWRhdGE+CjxkZWZzPgogICAgPHN0eWxlPgogICAgICAuY2xzLTEgewogICAgICAgIGZpbGw6IG5vbmU7CiAgICAgICAgc3Ryb2tlOiAjMDAwOwogICAgICAgIHN0cm9rZS13aWR0aDogMnB4OwogICAgICAgIGZpbGwtcnVsZTogZXZlbm9kZDsKICAgICAgfQogICAgPC9zdHlsZT4KICA8L2RlZnM+CiAgPHBhdGggaWQ9IlJlY3RhbmdsZV80X2NvcHlfMTAiIGRhdGEtbmFtZT0iUmVjdGFuZ2xlIDQgY29weSAxMCIgY2xhc3M9ImNscy0xIiBkPSJNMTMyNi45OSwyMDIwLjU1bC01Ljk5LDYuNDQtNS45OS02LjQ0IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTMxNCAtMjAxNy41OTUpIi8+Cjwvc3ZnPgo=) no-repeat center;
}

.custom-select-mark .anchor .custom-select-backdrop {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .5);
  left: 0;
  top: 0;
  z-index: 100;
}

.custom-select-mark-list {
  z-index: 50;
}

.custom-select-mark-list .list {
  box-shadow: 0 10px 20px -10px rgba(0, 0, 0, .2);
  padding: 12px 0;
  position: absolute;
  left: 0;
  width: 100%;
  font-size: 14px;
  top: calc(100% - 2px);
  background-color: white;
  z-index: 99;
  border: 1px solid #000000;
  max-height: 222px;
  overflow-x: hidden;
  overflow-y: auto;
}

.custom-select-mark-list .list li.static-sidebar__item {
  padding: 0;
  margin: 0;
}

.custom-select-mark-list .list li.static-sidebar__item::before {
  display: none;
}

.custom-select-mark-list .list li.static-sidebar__item.active {
  display: none;
}

.custom-select-mark-list .list-item,
.custom-select-mark-list li a {
  padding: 12px 24px;
  font-size: 14px;
  line-height: 17px;
  height: auto;
  display: inline-block;
}

.custom-select-mark-list .list-item {
  height: 44px;
  line-height: 42px;
  display: block;
  padding: 0 15px;
  width: 100%;
  background-color: transparent;
  transition: background-color 0.2s ease;
}

.custom-select-mark-list .list-item:hover {
  background-color: #ededed;
  color: #000000;
}

.custom-select-mark-list .list-item.selected {
  color: #ff0043;
}

.page-container {
  padding-top: 51px;
}

.static-sidebar {
  display: none;
}

.static-content__block:not(:last-child) {
  margin-bottom: 48px;
}

.static-content__container {
  padding: 0 24px;
}

.static-content .custom-select {
  display: block;
}

.static-content .custom-select.custom-select-mark .anchor .item .color-item {
  display: inline-block;
  line-height: 24px;
  padding: 26px 0 22px 0;
}

.static-content__header {
  margin: 0 24px;
  padding: 32px 0 16px 0;
}

.static-content__header.mobile,
.static-content__header.tablet {
  display: none;
}

.static-page__content {
  padding-bottom: 56px;
}

.static-page__content > .static-content__block {
  margin-bottom: 0;
}

.static-page__wrap {
  margin-bottom: 16px;
}

.static-page__block {
  padding-top: 16px;
}

.static-page__block.profile {
  padding-bottom: 16px;
  margin-top: -32px;
}

.static-page__block.profile.details {
  padding-bottom: 0;
}

.static-page__block > .container {
  padding: 0;
}

.contact-list {
  margin: 32px 72px 32px 0;
}

.static-page__guarantee .static-content:last-child .static-content__wrap {
  padding-bottom: 0;
}

.static-page__guarantee .static-content__wrap .info-block__title {
  cursor: default;
}

.static-page__guarantee .static-content__wrap .info-block__text:not(:last-child) {
  margin-bottom: 16px;
}

.static-page__guarantee .static-content__fold {
  padding: 0;
}

.static-page__guarantee .static-content__info:not(:last-child),
.static-page__guarantee .static-content__block:not(:last-child) {
  margin-bottom: 32px !important;
}

.static-page__guarantee .static-content__block:first-child .static-content__wrap {
  padding-bottom: 8px;
}

.static-page__guarantee .static-content__wrap {
  padding-top: 32px;
}