:root {
  --font: "Bebas Neue", "Arial", sans-serif;
}

input::-moz-placeholder {
  color: #A9A9B5;
  opacity: 0.6;
}

input:-ms-input-placeholder {
  color: #A9A9B5;
  opacity: 0.6;
}

input::placeholder {
  color: #A9A9B5;
  opacity: 0.6;
}
.fancybox-content { 
  padding: 0;
}
.prof {
  padding-top: 50px;
}
.invalid-feedback {
  color: red;
}
.prof-top {
  display: flex;
  color: #fff;
  margin-bottom: 89px;
}

.prof-top__left {
  background-color: #203837;
  box-shadow: 0px 25px 20px rgba(0, 0, 0, 0.1);
  flex: 0 0 300px;
  margin-right: 30px;
  padding: 19px 20px;
}
.prof-top__left .line1 {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.prof-top__left .avatar {
  background-image: url("../img/sale/avatar-elips.png");
  background-size: contain;
  width: 56px;
  min-width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
  position: relative;
}
.prof-top__left .avatar .status {
  position: absolute;
  right: 5px;
  bottom: 5px;
  width: 6px;
  height: 6px;
  border-radius: 100%;
}
.prof-top__left .avatar .status.online {
  background-color: #4BB180;
}

.prof-top__left .avatar__img {
  width: 46px;
  height: 46px;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  border-radius: 100%;
  cursor: pointer;
}
.prof-top__left .name {
  font-weight: bold;
  font-size: 24px;
  line-height: 105%;
  color: #FFFFFF;
  font-family: var(--font);
}
.prof-top__left .name span {
  display: block;
  font-size: 18px;
}
.prof-top__left .line2 {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
.prof-top__left .btn {
  width: 100%;
}
.prof-top__left .btn:hover {
  color: #fff;
}

.info-block {
  margin: 0 15px;
}
.info-block .row1 {
  font-weight: 500;
  font-size: 14px;
  line-height: 110%;
  color: #FFFFFF;
  margin-bottom: 9px;
}
.info-block .row2 {
  font-weight: bold;
  font-size: 14px;
  line-height: 110%;
  color: #FFFFFF;
  font-family: var(--font);
  white-space: nowrap;
}

.prof-top__right {
  flex: 1;
  position: relative;
  background-image: url("../img/sale/prof-right.png");
  background-color: #203837;
  box-shadow: 0px 25px 20px rgba(0, 0, 0, 0.1);
  background-size: cover;
  padding: 30px;
  padding-right: 99px;
}
.prof-top__right .line1 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.prof-top__right .status {
  text-align: right;
}
.prof-top__right .status .status__t1 {
  font-weight: 500;
  font-size: 14px;
  line-height: 110%;
  color: #FFFFFF;
  opacity: 0.4;
  margin-bottom: 4px;
}
.prof-top__right .status .status__t2 {
  font-weight: bold;
  font-size: 16px;
  line-height: 110%;
  color: #FFFFFF;
  font-family: var(--font);
}

.prof-top__tabs {
  display: flex;
}
.prof-top__tabs .tab {
  font-weight: bold;
  font-size: 32px;
  line-height: 110%;
  color: #FFFFFF;
  font-family: var(--font);
  opacity: 0.5;
  margin-right: 30px;
  cursor: pointer;
  transition: 0.3s all;
  position: relative;
}
.prof-top__tabs .tab:hover {
  opacity: 1;
}
.prof-top__tabs .tab.active {
  opacity: 1;
}
.prof-top__tabs .tab:after {
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  left: 50%;
  width: 12px;
  height: 12px;
  background-image: url("../img/sale/triangle.svg");
  background-size: contain;
  background-repeat: no-repeat;
  transform: translate(-50%, 10px);
  opacity: 0;
  transition: 0.3s all;
}
.prof-top__tabs .tab.active:after {
  opacity: 1;
  transform: translate(-50%, 4px);
}

.math-line {
  margin-top: 37px;
}

.math-line__text {
  text-align: right;
  font-weight: bold;
  font-size: 21px;
  line-height: 110%;
  letter-spacing: 0.095em;
  color: #ECEEF0;
  font-family: var(--font);
  margin-bottom: 20px;
}

.math-line__steps {
  display: flex;
  margin: 0 -3px;
}
.math-line__steps .step {
  flex: 1;
  margin: 0 3px;
  background: #BDC2CB;
  opacity: 0.5;
  border-radius: 10px;
  height: 4px;
}
.math-line__steps .step.active {
  background: #E33046;
  opacity: 1;
}
.math-line__steps .step.now {
  position: relative;
}
.math-line__steps .step.now:after {
  content: "";
  display: block;
  top: -7px;
  left: 50%;
  transform: translate(-50%, -100%);
  width: 12px;
  height: 12px;
  position: absolute;
  background-image: url("../img/sale/triangle-red.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

.math-line__text2 {
  font-weight: bold;
  font-size: 14px;
  line-height: 110%;
  letter-spacing: 0.095em;
  color: #ECEEF0;
  font-family: var(--font);
  margin-top: 16px;
}

.tabs-content {
  display: none;
}

.tabs-content.active {
  display: block;
}

.math-total {
  display: flex;
  margin-top: 21px;
}
.math-total .left {
  flex: 1;
  padding-right: 32px;
}
.math-total .right {
  flex: 0 0 242px;
  display: flex;
  align-items: flex-end;
}
.math-total .right .btn {
  width: 100%;
}
.math-total .math-total__t1 {
  font-weight: 500;
  font-size: 14px;
  line-height: 110%;
  margin-bottom: 6px;
}
.math-total .math-total__t2 {
  font-weight: bold;
  font-size: 52px;
  line-height: 110%;
  font-family: var(--font);
}
.math-total .math-total__t3 {
  font-weight: bold;
  font-size: 14px;
  line-height: 110%;
  letter-spacing: 0.095em;
  font-family: var(--font);
  color: #ECEEF0;
}

.prof .btn {
  height: 42px;
  line-height: 44px;
}

.prof .btn:hover {
  color: #fff;
}

.prof .btn.no_white:hover {
  color: #161515;
}

.soc-right {
  position: absolute;
  right: 32px;
  top: 32px;
}
.soc-right ul {
  margin: 0;
  padding: 0;
}
.soc-right li {
  padding: 0;
  margin: 0;
  list-style: none;
  margin-bottom: 15px;
}
.soc-right a {
  font-size: 16px;
  line-height: 1;
  display: block;
}

.prof-bot {
  display: flex;
}

@media (min-width: 1400px) {
  .prof-bot {
    padding-left: 20px;
  }
}
.prof-bot__left {
  flex: 0 0 300px;
  margin-right: 11px;
}

.prof-bot__right {
  flex: 1;
}

.prof_bot__title {
  font-weight: 500;
  font-size: 14px;
  line-height: 110%;
  font-feature-settings: "pnum" on, "lnum" on;
  color: #3E414A;
  margin-bottom: 38px;
}

.prof-bot__nav ul {
  margin: 0;
  padding: 0;
}
.prof-bot__nav li {
  list-style: none;
  padding: 0;
  margin: 0;
}
.prof-bot__nav a {
  font-weight: bold;
  font-size: 24px;
  line-height: 1;
  color: #3E414A;
  padding: 13px;
  padding-top: 15px;
  padding-left: 48px;
  padding-right: 48px;
  display: block;
  position: relative;
  font-family: var(--font);
}
.prof-bot__nav a:hover {
  background: #203837;
  color: #fff;
  box-shadow: 0px 25px 20px -10px rgba(0, 0, 0, 0.1);
}

.prof-bot__nav a.active {
  background: #203837;
  color: #fff;
  box-shadow: 0px 25px 20px -10px rgba(0, 0, 0, 0.1);
}
.prof-bot__nav a:after {
  content: "";
  width: 12px;
  height: 13px;
  background-image: url("../img/sale/triangle.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: rotate(90deg);
  position: absolute;
  top: calc(50% - 7px);
  left: 15px;
  opacity: 0;
  transition: 0.3s all;
}
.prof-bot__nav a.active:after {
  left: 20px;
  opacity: 1;
}
.prof-bot__nav a span {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  font-weight: bold;
  font-size: 18px;
  line-height: 110%;
  text-align: right;
  color: #3E414A;
}
.prof-bot__nav .prof-bot__nav a:hover span {
  color: #fff;
}

.prof-bot__wrap {
  background: #203837;
  box-shadow: 0px 25px 20px -10px rgba(0, 0, 0, 0.1);
  padding: 7px 10px;
  padding-bottom: 40px;
}

.prof-bot__thead {
  display: flex;
  margin-bottom: 10px;
  box-shadow: 0px 6px 6px -2px rgba(0, 0, 0, 0.1);
  padding-left: 10px;
  padding-right: 10px;
  background: #102120;
}
.fclmcard .prof-bot__thead {
  justify-content: space-between;
}

.prof-bot__thead .td {
  padding: 9px 10px;
  font-weight: 500;
  font-size: 14px;
  line-height: 110%;
  color: #A9A9B5;
}

.prof-bot__tbody .td {
  padding-top: 20px;
  padding-bottom: 26px;
  padding-right: 10px;
  padding-left: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.page-wrap .prof-bot__table td {
  padding: 0;
  text-align: left;
}

.prof-bot__tbody .num {
  font-weight: bold;
  font-size: 18px;
  line-height: 110%;
  color: #1E1E1E;
  font-family: var(--font);
}

.prof-bot__tbody .data {
  font-weight: bold;
  font-size: 24px;
  line-height: 110%;
  color: #1E1E1E;
  font-family: var(--font);
}

.prof-bot__tbody .name {
  font-weight: 500;
  font-size: 14px;
  line-height: 110%;
  color: #72727C;
  font-family: "Raleway", "Tahoma", sans-serif;
}

.td-imgs {
  display: flex;
  justify-content: center;
  align-items: center;
}
.td-imgs .img {
  width: 75px;
  height: 75px;
  background-size: contain;
  border: 1px solid #E8E8E8;
  margin-right: 14px;
  background-repeat: no-repeat;
  background-position: center;
}
.td-imgs .plus {
  padding: 0px 8px;
  background: #DB213D;
  border-radius: 15px;
  font-family: "Raleway";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  color: #FFFFFF;
  height: 26px;
  display: flex;
  align-items: center;
  font-feature-settings: "pnum" on, "lnum" on;
}
.td-imgs .plus span {
  display: block;
  position: relative;
  top: 2px;
  margin-right: 1px;
}

.prof-bot__tbody .price {
  font-weight: bold;
  font-size: 24px;
  line-height: 110%;
  color: #1E1E1E;
  font-family: var(--font);
}
.prof-bot__tbody .price span {
  font-size: 12px;
}

.prof-bot__tbody .bal {
  font-weight: bold;
  font-size: 14px;
  line-height: 110%;
  text-align: right;
  color: #BDBDBD;
  display: block;
  font-family: var(--font);
}

.prof-bot__tbody__tr {
  display: flex;
  margin-bottom: 10px;
  padding-right: 10px;
  padding-left: 10px;
  background-color: #fff;
}
.fclmcard .prof-bot__tbody__tr {
  justify-content: space-between;
}


.prof-bot__tbody .link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 100%;
  border: 2px solid #3E414A;
  transition: 0.3s all;
}

.page-wrap input[type=checkbox].error+.checkbox-label:before, .page-wrap input[type=email].error, .page-wrap input[type=tel].error, .page-wrap select.error {
  border-color: #ee3426!important;
}

.prof-bot__tbody .link:hover {
  border: 2px solid #DB213D;
  color: #DB213D;
}
.personal__form__row a {
  color: #DB213D;
}
.prof-bot__table .col-1 {
  width: 74px;
}
.prof-bot__table .col-2 {
  width: 13%;
}
.prof-bot__table .col-3 {
  width: 13%;
}
.prof-bot__table .col-4 {
  flex: 1;
}
.prof-bot__table .col-5 {
  width: 15%;
}
.prof-bot__table.fclmcard .col-5 {
  width: 20%;
}
.prof-bot__table .col-6 {
  width: 68px;
}

.prof-bot__tbody .not-price {
  font-weight: bold;
  font-size: 24px;
  line-height: 110%;
  color: #DB213D;
  font-family: var(--font);
  text-align: right;
}

.text-right {
  text-align: right;
}

.prof-bot__total {
  margin-top: 26px;
  font-weight: 500;
  font-size: 14px;
  line-height: 110%;
  text-align: right;
  color: #A9A9B5;
  display: flex;
    justify-content: right;
    gap: 7px;
    align-items: baseline;
}
.prof-bot__total span {
  font-weight: bold;
  font-size: 24px;
  line-height: 110%;
  color: #FFFFFF;
  font-family: var(--font);
}

.bot-slider {
  padding-bottom: 90px;
  padding-top: 28px;
  background-color: #102120;
  width: 100%;
}

.bot-slider__item {
  width: 190px;
  height: 120px;
  background-size: contain;
  background-repeat: no-repeat;
}

.bot-slider .swiper-slide {
  width: auto;
}

.price-block {
  width: 73px;
  margin-left: auto;
}

.banner_wrapper {
  margin-bottom: 12px;
}

@media (max-width: 1200px) {
  .prof-top__tabs .tab {
    font-size: 24px;
  }

  .prof-top__right {
    padding-right: 80px;
  }

  .math-total .right {
    flex: 0 0 225px;
  }
}
@media (max-width: 991px) {
  .prof-top__left {
    margin-right: 15px;
    flex: 0 0 250px;
  }

  .prof-top__left .name {
    font-size: 20px;
  }
  .prof-top__left .name span {
    font-size: 16px;
  }

  .info-block .row1 {
    margin-bottom: 5px;
  }

  .prof-top__left .avatar {
    margin-right: 15px;
  }

  .prof-top__right {
    padding: 15px;
  }

  .prof-top__left {
    padding: 15px;
  }

  .soc-right {
    position: initial;
    margin-top: 20px;
  }
  .soc-right ul {
    display: flex;
    justify-content: flex-end;
  }
  .soc-right ul li {
    margin-bottom: 0;
    margin-left: 28px;
  }

  .math-total {
    flex-direction: column;
  }

  .math-total .right {
    flex: auto;
    margin-top: 20px;
  }

  .prof-top {
    align-items: flex-start;
  }

  .prof {
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  .bot-slider {
    padding-bottom: 120px;
  }

  .bot-slider__item {
    width: 100px;
    height: 100px;
  }

  .prof-top {
    flex-direction: column;
    margin-bottom: 50px;
  }

  .prof-top__left {
    flex: auto;
    margin-bottom: 20px;
    width: 100%;
    max-width: 475px;
    margin-right: 0;
  }

  .prof-top__right {
    flex: auto;
    width: 100%;
  }

  .page-top-img {
    display: none;
  }

  .page-content {
    background-color: #102120;
  }
}
@media (max-width: 575px) {
  .prof-top__right .line1 {
    flex-direction: column-reverse;
  }

  .prof-top__right .status {
    margin-left: auto;
    margin-bottom: 20px;
  }

  .math-line__steps .step {
    margin: 0 1px;
  }

  .math-total .math-total__t2 {
    font-size: 44px;
  }

  .prof-top__tabs .tab {
    margin-right: 25px;
    font-size: 22px;
  }

  .prof-top__tabs .tab:last-child {
    margin-right: 0;
  }

  .math-line__text {
    font-size: 18px;
  }
}
@media (max-width: 1400px) {
  .td-imgs .img {
    width: 60px;
    height: 60px;
    margin-right: 5px;
  }
}
@media (max-width: 1200px) {
  .td-imgs .img {
    width: 40px;
    height: 40px;
    margin-right: 5px;
  }

  .prof-bot__tbody .data {
    font-size: 16px;
  }

  .prof-bot__left {
    flex: 0 0 250px;
  }

  .prof-bot__tbody .td {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .prof-bot__tbody .not-price {
    font-size: 16px;
  }

  .prof-bot__tbody .price {
    font-size: 18px;
  }
  .prof-bot__tbody .price span {
    font-size: 14px;
  }

  .prof-bot__table .col-1 {
    width: 50px;
  }

  .prof-bot__tbody .link {
    width: 35px;
    height: 35px;
  }
  .prof-bot__tbody .link svg {
    width: 7px !important;
    height: 10px !important;
  }

  .prof-bot__table .col-6 {
    width: 55px;
  }

  .td-imgs .plus {
    font-size: 10px;
  }
}
@media (max-width: 900px) {
  .prof-bot {
    flex-wrap: wrap;
  }

  .prof-bot__left {
    flex: auto;
    width: 100%;
    margin-right: 0;
  }

  .prof-bot__nav {
    overflow: auto;
    padding-bottom: 30px;
  }

  .prof-bot__nav ul {
    display: flex;
  }

  .prof-bot__nav a {
    white-space: nowrap;
  }

  .prof_bot__title {
    margin-bottom: 20px;
  }

  .prof-bot__right {
    flex: auto;
    width: 100%;
    margin-top: 15px;
  }
}
@media (max-width: 767px) {
  .prof-bot__nav li {
    margin-right: 30px;
  }

  .prof-bot__nav a {
    color: rgba(255, 255, 255, 0.5);
    padding: 5px;
  }
  .prof-bot__nav a span {
    color: #fff;
    position: relative;
    right: auto;
    top: -10px;
    margin-left: 5px;
    font-size: 12px;
    transform: translate(0);
  }

  .prof-bot__nav a:hover {
    background-color: transparent;
  }

  .prof-bot__nav a.active {
    color: #fff;
    background-color: transparent;
  }

  .prof-bot__nav a.active:after {
    left: 50%;
    transform: translateX(-50%);
    top: 100%;
  }

  .prof-bot__tbody__tr {
    padding-bottom: 130px;
    position: relative;
  }
  .pay_link {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 80px;
   width: 90%;
  }
  .prof-bot__table .col-6 {
    width: 0;
    padding: 0 !important;
  }

  .prof-bot__tbody .link {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 15px;
    width: 48px;
    height: 48px;
  }
  .prof-bot__tbody .link svg {
    width: 9px !important;
    height: 14px !important;
  }

  .prof-bot__table .col-3 {
    display: none;
  }

  .td-imgs .img {
    width: 30px;
    height: 30px;
  }

  .td-imgs .img:nth-child(4) {
    display: none;
  }

  .prof-bot__tbody .num {
    font-size: 12px;
  }

  .prof-bot__tbody .price {
    font-size: 16px;
  }

  .prof-bot__tbody .td {
    padding-right: 5px;
    padding-left: 5px;
  }

  .prof-bot__thead .td {
    padding-right: 5px;
    padding-left: 5px;
  }

  .prof-bot__table .col-1 {
    width: 30px;
  }

  .prof-bot__thead .td {
    font-size: 12px;
  }

  .prof-bot__table .col-2 {
    width: 23%;
  }

  .prof-bot__tbody .bal {
    display: none;
  }

  .prof-bot__tbody__tr {
    padding-right: 5px;
    padding-left: 5px;
  }

  .prof-bot__thead {
    padding-right: 5px;
    padding-left: 5px;
  }

  .prof-bot__tbody .not-price {
    font-size: 14px;
  }

  .prof-bot__tbody .price {
    font-size: 14px;
    white-space: nowrap;
    text-align: right;
  }
  .prof-bot__tbody .price span {
    font-size: 10px;
  }

  .price-block {
    width: auto;
  }

  .prof-bot__nav a {
    font-size: 22px;
  }
}
@media (max-width: 374px) {
  .prof-bot__tbody .data {
    font-size: 13px;
  }

  .prof-bot__tbody .not-price {
    font-size: 13px;
  }

  .prof-bot__table .col-5 {
    width: 20%;
  }

  .td-imgs .plus {
    font-size: 8px;
    height: 19px;
    padding: 0 6px;
  }
}
.profile-wrap {
  color: #fff;
  background-color: #203837;
  box-shadow: 0px 25px 20px rgba(0, 0, 0, 0.1);
  padding: 30px;
  padding-bottom: 53px;
  background-image: url("../img/profile/fon.png");
  background-position: left 0 bottom -120px;
  background-repeat: no-repeat;
}
.profile-wrap .btn {
  font-weight: bold;
}

.profile-wrap__text1 {
  font-weight: bold;
  font-size: 24px;
  line-height: 110%;
  color: #FFFFFF;
  opacity: 0.6;
  margin-bottom: 10px;
  font-family: var(--font);
}

.profile-wrap__row {
  display: flex;
}
.profile-wrap__row .left {
  flex: 0 0 285px;
  margin-right: 60px;
}
.profile-wrap__row .right {
  flex: 1;
}

.profile-wrap__title1 {
  font-weight: bold;
  font-size: 52px;
  line-height: 110%;
  font-family: var(--font);
  margin-bottom: 35px;
}

.profile-wrap__title2 {
  font-weight: bold;
  font-size: 52px;
  line-height: 100%;
  font-family: var(--font);
  margin-bottom: 3px;
  margin-bottom: 35px;
}
.profile-wrap__title2 span {
  font-size: 52px;
}
.profile-wrap__title1.level0 {
  margin-left: -11px;
}
.profile-wrap__title1.level1 {
  margin-left: -11px;
}
.profile-wrap__title1.level2 {
  margin-left: -11px;
}
.profile-wrap__title1.level3 {
  margin-left: -15px;
}
.profile-wrap__title1.level4 {
  margin-left: -11px;
}
.profile-wrap__title1.level5 {
  margin-left: -15px;
}


.profile-wrap__text2 {
  font-weight: 500;
  font-size: 14px;
  line-height: 140%;
  margin-top: 8px;
  max-width: 500px;
}

.profile-form__block {
  padding-bottom: 10px;
  border-bottom: 1px solid #6E7D81;
  padding-top: 30px;
}

.profile-form__row {
  display: flex;
  flex-wrap: wrap;
}
.other__logo_mobile {
  width: 130px;
}

.profile-form__col {
  margin-bottom: 15px;
  margin-right: 20px;
  min-width: 135px;

}

.profile-form__col--big {
  width: calc(45% - 42px);
  margin-right: 30px;
}

.profile-form__col:last-child {
  margin-right: 0;
}

.profile-form label {
  font-weight: 500;
  font-size: 16px;
  line-height: 110%;
  font-feature-settings: "pnum" on, "lnum" on;
  color: #A9A9B5;
  margin-bottom: 13px;
  display: block;
  white-space: nowrap;
}

.profile-form__text {
  font-weight: bold;
  font-size: 24px;
  line-height: 110%;
  font-family: var(--font);
  color: #FFFFFF;
}

.profile-form {
  overflow: hidden;
}

.profile-form .btn-reset {
  font-weight: bold;
  font-size: 18px;
  line-height: 110%;
  text-align: center;
  letter-spacing: 0.2em;
  color: #FCFCFC;
  opacity: 0.5;
  font-family: var(--font);
  background-color: transparent;
  border: none;
  padding: 5px 0;
  margin-top: 40px;
  transition: 0.3s all;
}

.profile-form .btn-reset:hover {
  opacity: 1;
  color: #fff;
}

@media (max-width: 1400px) {
  .profile-form__col--big {
    width: calc(45% - 30px);
    margin-right: 30px;
  }

  .profile-wrap__row .left {
    margin-right: 30px;
  }

  .profile-form__col {
    width: 50%;
    margin-right: 0;
    padding-right: 20px;
  }
}
@media (max-width: 1200px) {
  .profile-wrap__row {
    flex-direction: column;
  }
  .profile-wrap__row .left {
    width: 100%;
    flex: auto;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .profile-wrap__row .right {
    width: 100%;
    flex: auto;
  }
}
@media (max-width: 575px) {
  .profile-form__col {
    width: 100%;
    padding-right: 0;
  }

  .profile-wrap {
    padding: 15px;
    padding-bottom: 40px;
  }

  .profile-wrap__title1 {
    margin-bottom: 25px;
    font-size: 38px;
  }

  .profile-wrap__text1 {
    font-size: 22px;
  }

  .profile-wrap__title2 {
    font-size: 38px;
    
  }
  .profile-wrap__title2 span {
    font-size: 20px;
  }

  .profile-wrap__row .left {
    margin-bottom: 40px;
  }

  .profile-form label {
    margin-bottom: 7px;
    font-size: 14px;
  }

  .profile-form__col {
    margin-bottom: 20px;
  }

  .prof__top .btn {
    width: 100%;
    font-size: 14px;
  }

  .profile-form__text {
    font-size: 20px;
  }

  .profile-form .btn-reset {
    display: block;
    margin: 0 auto;
    margin-top: 40px;
  }
}
.abonement {
  padding: 21px 30px;
  padding-right: 99px;
  background-image: url(../img/sale/prof-right.png);
  background-color: #203837;
  box-shadow: 0px 25px 20px rgba(0, 0, 0, 0.1);
  min-height: 212px;
  position: relative;
  color: #fff;
  display: flex;
}

.abonement__wrap {
  display: flex;
  width: 100%;
}
.abonement__wrap .left {
  flex: 0 0 208px;
  border-right: 1px solid #6E7D81;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-right: 15px;
}
.abonement__wrap .right {
  padding-left: 27px;
  flex: 1;
  display: flex;
  justify-content: space-between;
}

.abonement__title {
  font-weight: bold;
  font-size: 32px;
  line-height: 110%;
  font-family: var(--font);
  margin-bottom: 5px;
}

.abonement__sub-title {
  font-weight: 500;
  font-size: 14px;
  line-height: 110%;
  font-feature-settings: "pnum" on, "lnum" on;
}

.abonement__block3 {
  display: flex;
  align-items: center;
}
.abonement__block3 .btn {
  position: relative;
  width: 42px;
  height: 42px;
}
.abonement__block3 .btn .download {
  background-image: url("../img/abonement/download.svg");
  background-repeat: no-repeat;
  background-size: 16px;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.abonement__block2 {
  position: absolute;
  width: 193px;
  height: 246px;
  background-size: contain;
  background-repeat: no-repeat;
  right: 170px;
  top: 50%;
  transform: translateY(-50%);
}

.abonement__block {
  display: flex;
  align-items: center;
}

.abonement__row {
  display: flex;
  margin-top: 18px;
}

.abonement__col {
  margin-right: 31px;
}
.abonement__col .t1 {
  font-weight: 500;
  font-size: 14px;
  line-height: 110%;
  margin-bottom: 9px;
}
.abonement__col .t2 {
  font-weight: bold;
  font-size: 16px;
  line-height: 110%;
  font-family: var(--font);
}

@media (max-width: 1300px) {
  .abonement__wrap .left {
    flex: 0 0 175px;
  }
}
@media (max-width: 1200px) {
  .abonement__wrap {
    flex-direction: column;
  }

  .abonement__wrap .left {
    flex: auto;
    padding-right: 0;
    border: none;
    margin-bottom: 25px;
  }

  .abonement__wrap .right {
    padding-left: 0;
  }

  .abonement__block3 {
    position: absolute;
    right: 90px;
    top: 50%;
    transform: translateY(-50%);
  }

  .abonement {
    flex-direction: column;
  }
}
@media (max-width: 991px) {
  .abonement {
    padding-right: 30px;
  }

  .abonement__block3 {
    right: 30px;
    top: 45%;
  }

  .abonement__block2 {
    right: 75px;
    top: 30%;
    width: 175px;
    height: 200px;
  }
}
@media (max-width: 900px) {
  .abonement {
    max-width: 715px;
  }
}
@media (max-width: 767px) {
  .abonement__block2 {
    right: 60px;
  }
}
@media (max-width: 575px) {
  .abonement__block3 {
    position: initial;
    transform: translate(0);
  }

  .abonement__wrap .right {
    flex-direction: column;
  }

  .abonement__block2 {
    right: -18px;
    top: 45%;
    transform: translateY(-50%);
    width: 50%;
    height: 57vw;
  }

  .abonement__block {
    max-width: 65%;
  }

  .abonement {
    padding: 15px;
  }

  .abonement__title {
    font-size: 22px;
  }

  .abonement__row {
    flex-direction: column;
  }

  .abonement__sub-title {
    font-weight: 500;
    font-size: 12px;
    line-height: 110%;
    font-feature-settings: "pnum" on, "lnum" on;
    color: #72727C;
  }

  .abonement__col .t1 {
    font-weight: 500;
    font-size: 12px;
    line-height: 110%;
    color: #A9A9B5;
  }

  .abonement__col {
    margin-bottom: 20px;
  }
}
.match-block {
  display: flex;
  justify-content: center;
  align-items: center;
}

.match-block__col {
  font-weight: 500;
  font-size: 14px;
  line-height: 110%;
  color: #72727C;
  display: flex;
  align-items: center;
  flex: 1;
}
.match-block__col img {
  height: 30px;
  margin: 0 2px;
}

.match-block__vs {
  font-weight: bold;
  font-size: 18px;
  line-height: 110%;
  color: #86868F;
  font-family: var(--font);
}

.match-block__col.left {
  justify-content: flex-end;
}

.price-block--left {
  margin-left: 0;
}

.price-block--left .bal {
  text-align: left;
}

.table-download {
  width: 42px;
  height: 42px;
  position: relative;
}
.table-download .download {
  background-image: url(../img/abonement/download.svg);
  background-repeat: no-repeat;
  background-size: 16px;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.table-download .btn {
  width: 100%;
}
.table-download .btn:hover:before {
  -webkit-clip-path: polygon(100% 0, 0 0, 100% 12px, 100% 12px);
  clip-path: polygon(100% 0, 0 0, 100% 12px, 100% 12px);
}
.table-download .btn:hover:after {
  -webkit-clip-path: polygon(calc(100% - 17px) 0, 100% 17px, 100% 100%, 0 100%, 0 0);
  clip-path: polygon(calc(100% - 17px) 0, 100% 17px, 100% 100%, 0 100%, 0 0);
}

.table-download__wrap {
  background: #E33046;
  padding: 10px 20px;
  position: absolute;
  right: 0;
  top: 100%;
  border-top: 3px solid #fff;
  display: none;
  z-index: 2;
}
.table-download__wrap a {
  font-weight: bold;
  font-size: 14px;
  line-height: 110%;
  text-align: center;
  letter-spacing: 0.2em;
  color: #FCFCFC;
  font-family: var(--font);
  white-space: nowrap;
  text-align: right;
  display: block;
  margin: 5px 0;
}
.table-download__wrap .text {
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 0.2em;
  color: #FCFCFC;
  font-family: var(--font);
  margin-top:10px;
}
.table-download__wrap a:hover {
  text-decoration: underline;
}

.table-download:hover .table-download__wrap {
  display: block;
}

.prof-bot__table .col-3.col-pdf {
  width: 66px;
}

@media (max-width: 767px) {
  .prof-bot__table .col-3.col-pdf {
    display: block;
    width: 0;
    padding: 0;
    right: 10px;
    position: absolute;
    left: 10px;
    width: auto;
    bottom: 15px;
  }

  .prof-bot__table--bileti .col-6 {
    display: none;
  }

  .table-download {
    width: 100%;
  }
  .table-download a {
    width: 100%;
    background-color: #e33046;
  }
}
@media (max-width: 575px) {
  .match-block__col {
    font-size: 0;
  }
}
.prof-bot__pretotal {
  background-color: #fff;
  padding: 0 20px;
  margin-top: -20px;
  padding-top: 10px;
  padding-bottom: 30px;
  display: none;
  margin-bottom: 10px;
}

.prof-bot__pretotal__wrap {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 18px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.prof-bot__pretotal__wrap .col {
  margin: 0 23px;
  text-align: center;
  margin-bottom: 30px;
}
.prof-bot__pretotal__wrap .col .t1 {
  font-weight: 500;
  font-size: 14px;
  line-height: 110%;
  color: #1E1E1E;
  margin-bottom: 9px;
}
.prof-bot__pretotal__wrap .col .t2 {
  font-weight: bold;
  font-size: 24px;
  line-height: 110%;
  color: #1E1E1E;
  font-family: var(--font);
}

.prof-bot__pretotal__link {
  text-align: center;
  display: flex;
  width: 100%;
  justify-content: center;
}
.prof-bot__pretotal__link a {
  font-weight: bold;
  font-size: 18px;
  line-height: 110%;
  letter-spacing: 0.2em;
  color: #203837;
  opacity: 0.5;
  font-family: var(--font);
}
.prof-bot__pretotal__link a:hover {
  opacity: 1;
}

.pre-total-open.active svg {
  transform: rotate(180deg);
}

.prof-bot__table__empty {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 69px;
  padding-bottom: 69px;
  color: #fff;
}
.prof-bot__table__empty .t {
  font-weight: bold;
  font-size: 32px;
  line-height: 110%;
  font-family: var(--font);
  margin-bottom: 10px;
}
.prof-bot__table__empty a {
  font-weight: bold;
  font-size: 16px;
  line-height: 110%;
  text-align: center;
  letter-spacing: 0.2em;
  font-family: var(--font);
  padding: 16px 28px;
  border: 1px solid #ECEEF0;
}
.prof-bot__table__empty a:hover {
  border: 1px solid #DB213D;
}

@media (max-width: 767px) {
  .prof-bot__table__empty {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .prof-bot__table__empty .t {
    font-size: 24px;
  }
  .prof-bot__table__empty a {
    font-size: 14px;
  }
}
.notific__wrap {
  display: flex;
  color: #fff;
}
.notific__wrap .left, .notific__wrap .right {
  width: 50%;
  padding-top: 19px;
}
.notific__wrap .left {
  border-right: 1px solid #6E7D81;
  padding-right: 52px;
}
.notific__wrap .right {
  padding-left: 52px;
}
.notific__wrap .t {
  font-weight: bold;
  font-size: 32px;
  line-height: 110%;
  font-family: var(--font);
  margin-bottom: 21px;
}

.checkbox__wrap {
  display: flex;
  flex-wrap: wrap;
}
.checkbox__wrap .checkbox-label:before, .checkbox__wrap .radio-label:before {
  border: 3px solid #fff;
}
.checkbox__wrap .checkbox, .checkbox__wrap .radio {
  margin-right: 40px;
  margin-bottom: 19px;
  padding-top: 3px;
}
.checkbox__wrap .checkbox:last-child {
  margin-right: 0;
}
.checkbox__wrap .radio:hover .radio-label:before, .checkbox__wrap .checkbox:hover .checkbox-label:before {
  border: 3px solid #a9a9b5;
}
.checkbox__wrap .radio input:checked + .radio-label:before, .checkbox__wrap .checkbox input:checked + .checkbox-label:before {
  background-color: transparent;
  border: 3px solid #a9a9b5;
}

.checkbox input {
  display: none;
}

.notific__bot {
  display: flex;
  justify-content: center;
  margin-top: 28px;
  margin-bottom: 76px;
}
.notific__bot button {
  font-weight: bold;
  background-color: transparent;
  border: 0;
  font-size: 18px;
  line-height: 110%;
  letter-spacing: 0.2em;
  color: #FCFCFC;
  opacity: 0.5;
  font-family: var(--font);
  transition: 0.3s all;
}
.notific__bot button:hover {
  opacity: 1;
}

.notific__send {
  display: flex;
  justify-content: center;
  max-width: 234px;
  margin: 0 auto;
}
.notific__send .btn {
  width: 100%;
  height: 50px;
  line-height: 50px;
}

@media (max-width: 767px) {
  .notific__wrap .right {
    padding-left: 35px;
  }
  .notific__wrap .left {
    padding-right: 35px;
  }
}
@media (max-width: 575px) {
  .notific__wrap .right {
    padding-left: 0px;
    width: 100%;
  }
  .notific__wrap .left {
    width: 100%;
    padding-right: 0px;
    border-right: 0;
    border-bottom: 1px solid #6E7D81;
  }

  .notific__wrap {
    flex-direction: column;
  }

  .notific__wrap .t {
    font-size: 22px;
  }

  .notific__wrap .checkbox, .notific__wrap .radio {
    font-size: 14px;
    padding-top: 4px;
  }
}
.notif-important {
  font-size: 24px;
  line-height: 110%;
  color: #DB213D;
  font-family: var(--font);
  font-weight: bold;
}

.notif-status {
  font-weight: bold;
  font-size: 18px;
  line-height: 110%;
  font-family: var(--font);
  color: #3E414A;
  opacity: 0.4;
  word-wrap: break-word;
}

.notif-status--red {
  color: #DB213D;
  opacity: 1;
}

.notif-list-text {
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 44px;
}
.notif-list-text .text {
  font-weight: 500;
  font-size: 14px;
  line-height: 110%;
  color: #1E1E1E;
  opacity: 0.5;
}
.notif-list-text p {
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  font-feature-settings: "pnum" on, "lnum" on;
  color: #4F4F4F;
}

.notif-list__send {
  display: flex;
  width: 100%;
  padding-top: 22px;
}

.notif-list__send__left {
  flex: 1;
}
.notif-list__send__left textarea {
  min-height: 42px;
  resize: none;
  padding: 0;
  padding-left: 15px;
  text-transform: initial;
  font-size: 16px;
  font-weight: 400;
  font-family: "Raleway", "Tahoma", sans-serif;
}
.notif-list__send__left .text {
  font-weight: 500;
  font-size: 14px;
  line-height: 110%;
  font-feature-settings: "pnum" on, "lnum" on;
  color: #A9A9B5;
  margin-top: 8px;
}

.notif-list__send__right {
  flex: 0 0 73px;
  display: flex;
  justify-content: flex-end;
}
.notif-list__send__right button {
  width: 42px;
  padding: 0;
  transition: 0.3s all;
}
.notif-list__send__right button svg {
  transform: rotate(-90deg);
}
.notif-list__send__right .btn:hover:before {
  -webkit-clip-path: polygon(100% 0, 0 0, 100% 12px, 100% 12px);
  clip-path: polygon(100% 0, 0 0, 100% 12px, 100% 12px);
}
.notif-list__send__right .btn:hover:after {
  -webkit-clip-path: polygon(calc(100% - 17px) 0, 100% 17px, 100% 100%, 0 100%, 0 0);
  clip-path: polygon(calc(100% - 17px) 0, 100% 17px, 100% 100%, 0 100%, 0 0);
}
.notif-list__send__right button:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

@media (max-width: 1200px) {
  .notif-important {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .notif-status {
    font-size: 12px;
  }

  .notif-list-text p {
    font-size: 14px;
  }

  .notif-list__send__right {
    flex: 0 0 55px;
  }

  .notif-list__send__left textarea {
    font-size: 16px;
  }

  .prof-bot__table--notif-list .col-5 {
    width: 21%;
  }
  .prof-bot__table--notif-list .data {
    font-size: 14px;
  }
}
.club-carta__img {
  border: 1px solid rgba(255, 255, 255, 0.34);
  padding: 9px;
  width: 145px;
  margin-bottom: 13px;
}
.club-carta__img_big { 
  width: 211px;
  margin-bottom: 0px;
}
.club-carta__osmi {
  padding: 10px 10px 4px 10px;
    border-radius: 10px;
    background-color: #fff;
    position: absolute;
    top: -118px;
    left: 171px;
    z-index: 10;
    display: none;
}
.club-carta__osmi .club-carta__img {
  margin-bottom: 0;
}

.club-carta__close {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 32px;
  height: 32px;
  opacity: 0.3;
}
.club-carta__close:hover {
  opacity: 1;
}
.club-carta__close:before, .club-carta__close:after {
  position: absolute;
  left: 15px;
  content: ' ';
  height: 33px;
  width: 2px;
  background-color: #FFF;
}
.club-carta__close:before {
  transform: rotate(45deg);
}
.club-carta__close:after {
  transform: rotate(-45deg);
}

.club-carta__t {
  font-weight: 500;
  font-size: 14px;
  line-height: 110%;
  font-feature-settings: "pnum" on, "lnum" on;
  color: #FFFFFF;
  margin-bottom: 8px;
}

.club-carta__refresh {
  font-weight: 500;
  font-size: 12px;
  line-height: 110%;
  font-feature-settings: "pnum" on, "lnum" on;
  color: #A9A9B5;
}

.club-carta {
  display: flex;
  padding-top: 20px;
  padding-bottom: 20px;
  background: #203837;
  box-shadow: 0px 25px 20px rgba(0, 0, 0, 0.1);
  position: relative;
}
.club-carta_hidden {
  display: none;
}
.club-carta .left {
  flex: 0 0 247px;
  padding-left: 61px;
  padding-right: 18px;
  border-right: 1px solid #6E7D81;
}
.club-carta .left1 {
  padding-left: 18px;
}
.club-carta .right {
  flex: 1;
  padding-left: 40px;
  color: #fff;
  padding-top: 35px;
  padding-bottom: 35px;
  padding-right: 20px;
}
.club-carta .right p {
  font-weight: 500;
  font-size: 14px;
  line-height: 110%;
  font-feature-settings: "pnum" on, "lnum" on;
  opacity: 0.7;
  max-width: 547px;
  margin: 10px 0;
}

@media (max-width: 991px) {
  .club-carta .left {
    padding-left: 20px;
    flex: 0 0 200px;
  }

  .club-carta .right {
    padding-left: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
@media (max-width: 575px) {
  .club-carta {
    flex-direction: column;
  }

  .club-carta .left {
    border-right: 0;
    border-bottom: 1px solid #6E7D81;
    padding: 0;
    margin: 20px;
    padding-bottom: 20px;
    margin-bottom: 0;
    margin-top: 0;
  }

  .club-carta__img {
    width: 425px;
    max-width: 100%;
    margin: 0 auto;
    margin-bottom: 10px;
  }
  .club-carta__img img {
    width: 100%;
  }
}
.white-back {
  background-color: #fff;
}

.cart {
  padding-top: 20px;
  position: relative;
  z-index: 11;
}

.cart__wrap {
  display: flex;
}
.cart__wrap .left {
  flex: 0 0 551px;
}
.cart__wrap .right {
  flex: 1;
}

.cart__top .t {
  font-weight: bold;
  font-size: 32px;
  line-height: 110%;
  color: #3E414A;
  font-family: var(--font);
  margin-bottom: 10px;
}
.cart__top .t2 {
  font-weight: 500;
  font-size: 16px;
  line-height: 110%;
  font-feature-settings: "pnum" on, "lnum" on;
  color: #72727C;
}

.cart__rows {
  margin-top: 40px;
  max-width: 410px;
}

.cart__rows__item {
  margin-bottom: 20px;
  background: #FFFFFF;
  box-shadow: 0px 60px 60px -10px rgba(0, 0, 0, 0.2);
  padding: 32px;
}

.cart__rows__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.cart__rows__name {
  font-weight: bold;
  font-size: 24px;
  line-height: 110%;
  color: #3E414A;
  font-family: var(--font);
}

.cart__rows__price {
  font-size: 32px;
  line-height: 110%;
  color: #3E414A;
  font-family: var(--font);
  font-weight: bold;
}

.cart__rows__item .checkbox {
  padding-top: 2px;
  padding-left: 30px;
  font-weight: 500;
  font-size: 14px;
  line-height: 110%;
  color: #A9A9B5;
  margin-top: 20px;
}
.cart__rows__item .checkbox-label:before, .cart__rows__item .radio-label:before {
  width: 18px;
  height: 18px;
  border-width: 3px;
}
.cart__rows__item .checkbox-label:after {
  left: 7px;
  top: 5px;
}

.cart-parkovka.checkbox {
  font-weight: bold;
  font-size: 24px;
  line-height: 110%;
  color: #3E414A;
  font-family: var(--font);
  padding-left: 32px;
  padding-right: 32px;
  max-width: 410px;
  display: block;
  margin-top: 49px;
}

.cart .cart-parkovka.checkbox .checkbox-label:before {
  width: 24px;
  height: 24px;
  left: auto;
  right: 32px;
  border-width: 3px;
}
.cart .cart-parkovka.checkbox .checkbox-label:after {
  top: 7px;
  left: auto;
  right: 40px;
}
.logo-rgd {
  max-width: 130px;
  display: block !important;
}

@media (max-width: 767px) {
  .icon-user {
      display: none;
  }
}

.cart__form {
  background-color: #fff;
  padding: 32px 42px 67px 32px;
  margin-top: 68px;
  box-shadow: 0px 40px 60px -10px rgba(32, 56, 55, 0.4);
  overflow: hidden;
}

.cart__form__row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -14px;
}

.cart__form__col {
  width: 50%;
  padding: 0 14px;
  margin-bottom: 20px;
}

.cart__form .label {
  font-weight: 500;
  font-size: 14px;
  line-height: 110%;
  font-feature-settings: "pnum" on, "lnum" on;
  color: #A9A9B5;
  display: block;
  margin-top: 8px;
}

.cart__form__title {
  font-weight: bold;
  font-size: 24px;
  line-height: 110%;
  color: #3E414A;
  font-family: var(--font);
  margin-bottom: 22px;
}

.cart__form__checkboxes {
  margin-top: 50px;
}

.checkbox.normal-checkbox {
  padding-top: 3px;
  font-weight: 500;
  font-size: 16px;
  line-height: 110%;
  font-feature-settings: "pnum" on, "lnum" on;
  color: #72727C;
  margin-right: 41px;
  margin-bottom: 10px;
}
.checkbox.normal-checkbox .checkbox-label:before {
  border-width: 3px;
}

.checkbox.normal-checkbox:last-child {
  margin-right: 0;
}

.cart__form__top {
  margin-bottom: -20px;
}

.cart__form input::-moz-placeholder {
  color: #BDC2CB;
  opacity: 0.6;
}

.cart__form input:-ms-input-placeholder {
  color: #BDC2CB;
  opacity: 0.6;
}

.cart__form input::placeholder {
  color: #BDC2CB;
  opacity: 0.6;
}

.cart__form__bot {
  margin-top: 30px;
}

.cart__form__bot__wrap {
  display: flex;
  justify-content: space-between;
}
.cart__form__bot__wrap .price {
  font-weight: bold;
  font-size: 32px;
  line-height: 110%;
  text-align: right;
  color: #3E414A;
  font-family: var(--font);
  padding-left: 15px;
}

.prof .cart__form__submite {
  height: 50px;
  width: 100%;
}

.prof .cart__form__submite.btn:hover {
  color: #000;
}

.shop-section--cart {
  padding-top: 312px;
  margin-top: -185px;
}
.shop-section--cart .custom-slider-container {
  align-items: center;
}
.shop-section--cart .custom-slider-title {
  width: 270px;
}

.shop-section.shop-section--cart:before {
  background-image: url("../img/cart/back.png");
  background-size: 100% 100%;
  height: 100%;
  top: 0;
}

@media (max-width: 1400px) {
  .cart__wrap .left {
    flex: 0 0 460px;
    padding-right: 15px;
  }

  .cart__form {
    padding-right: 32px;
  }
}
@media (max-width: 1200px) {
  .cart__wrap .left {
    flex: 0 0 360px;
  }

  .cart__rows__item {
    box-shadow: 0px 0px 60px -10px rgba(0, 0, 0, 0.2);
  }

  .shop-section--cart {
    padding-top: 275px;
  }
}
@media (max-width: 991px) {
  .cart__wrap .left {
    flex: 0 0 300px;
  }

  .cart__rows__item {
    padding: 20px 15px;
  }

  .cart-parkovka.checkbox {
    padding-right: 15px;
    padding-left: 15px;
    margin-top: 30px;
  }

  .cart__form {
    padding: 25px 15px;
  }

  .cart__form__checkboxes {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .cart__wrap {
    flex-direction: column;
  }
  .cart__wrap .left {
    flex: auto;
    margin-bottom: 50px;
  }
  .cart__wrap .right {
    flex: auto;
  }

  .shop-section--cart {
    margin-top: 0;
    padding-top: 70px;
  }

  .cart {
    background-color: #fff;
    margin-left: -20px;
    margin-right: -20px;
    padding: 50px 20px;
    margin-top: -50px;
  }

  .cart__form {
    margin-top: 20px;
    box-shadow: 0px 0px 60px -10px rgba(32, 56, 55, 0.4);
  }
}
@media (max-width: 575px) {
  .cart__form__col {
    width: 100%;
  }
}
.personal {
  position: relative;
  max-width: 1288px;
  margin: 0 auto;
  background-color: #203837;
  margin-top: -50px;
  padding-top: 34px;
  padding-bottom: 100px;
  overflow: hidden;
}

.personal:before {
  content: "";
  display: block;
  width: 440px;
  height: 585px;
  background-image: url("../img/personal/batrakov_3.png");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 1;
}

.personal:after {
  /* content: "";
  display: block;
  width: 440px;
  height: 585px;
  background-image: url("../img/personal/after.png");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1; */
}

.personal__title {
  font-weight: bold;
  font-size: 68px;
  line-height: 110%;
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 28px;
  font-family: var(--font);
}

.personal__form {
  max-width: 757px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.personal__form__wrap {
  background: #FFFFFF;
  box-shadow: 0px 60px 60px -10px rgba(32, 56, 55, 0.6);
  padding: 31px 75px 60px;
}

.personal__form__top {
  display: flex;
  margin-bottom: 30px;
}
.personal__form__top .col {
  width: 50%;
  padding: 0 8px;
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
.personal__form__top span {
  font-weight: bold;
  font-size: 24px;
  line-height: 110%;
  color: #1E1E1E;
  font-family: var(--font);
}
.personal__form__top a {
  font-weight: bold;
  font-size: 18px;
  line-height: 110%;
  text-align: center;
  letter-spacing: 0.2em;
  color: #72727C;
  font-family: var(--font);
}
.personal__form__top a:hover {
  color: #E33046;
}

.personal__form .label {
  font-weight: 500;
  font-size: 14px;
  line-height: 110%;
  font-feature-settings: "pnum" on, "lnum" on;
  color: #72727C;
  display: block;
  margin-top: 8px;
}

.personal__form input::-moz-placeholder {
  color: #A9A9B5;
}

.personal__form input:-ms-input-placeholder {
  color: #A9A9B5;
}

.personal__form input::placeholder {
  color: #A9A9B5;
}

.personal__form__row {
  margin-bottom: 40px;
}

.personal__form .chosen-default span {
  color: #A9A9B5;
}
.personal__form .chosen-container-single .chosen-single div {
  border: 6px solid transparent;
  border-top: 7px solid #3E414A;
  transform: rotate(0);
  right: 0;
}

.personal__checkbox {
  padding-bottom: 40px;
  border-bottom: 1px solid #3E414A;
  margin-bottom: 40px;
}
.personal__checkbox label {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.personal__checkbox input {
  display: none;
}
.personal__checkbox input + span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 31px;
  min-width: 31px;
  height: 31px;
  margin-right: 20px;
  border: 1px solid #A9A9B5;
  border-radius: 100%;
}
.personal__checkbox input:checked + span:before {
  content: "";
  display: block;
  width: 19px;
  height: 19px;
  display: block;
  border-radius: 100%;
  background: #1B614C;
}
.personal__checkbox.personal__checkbox--quadro {
  padding-top: 0;
  padding-bottom: 0;
  border: 0;
  margin: 0;
  margin-bottom: 20px;
}
.personal__checkbox.personal__checkbox--quadro input + span {
  border-radius: 0;
}
.personal__checkbox.personal__checkbox--quadro input:checked + span:before {
  border-radius: 0;
}
.personal__checkbox.personal__checkbox--quadro label {
  font-weight: 500;
  font-size: 14px;
  line-height: 110%;
  font-feature-settings: "pnum" on, "lnum" on;
  color: #3E414A;
}

.personal__form__bot {
  margin-top: 40px;
  padding-bottom: 20px;
  border-bottom: 1px solid #a9a9b5;
  margin-bottom: 40px;
}

.page-wrap .personal__form__row--password {
  position: relative;
}
.page-wrap .personal__form__row--password input {
  padding-right: 35px;
  text-transform: none;
  font-family: "Raleway", "Tahoma", sans-serif;
}

.personal__form__show-pass {
  position: absolute;
  right: 0;
  width: 24px;
  height: 24px;
  background-color: transparent;
  border: 0;
  top: 4px;
  padding: 0;
  color: #A9A9B5;
}
.personal__form__show-pass svg {
  transition: 0.3s all;
}
.personal__form__show-pass .hide-pass {
  display: none;
}

.personal__form__show-pass.active .hide-pass {
  display: block;
}
.personal__form__show-pass.active .show-pass {
  display: none;
}

.personal__form__show-pass:hover {
  color: #000;
}

.personal__form__info {
  border-top: 1px solid #a9a9b5;
}

.personal__form__submite {
  display: flex;
  justify-content: center;
}
.personal__form__submite .btn {
  min-width: 227px;
}

.personal__form__after {
  text-align: center;
  padding-top: 50px;
  font-weight: 500;
  font-size: 14px;
  line-height: 110%;
  color: #A9A9B5;
}

@media (max-width: 991px) {
  .personal {
    padding-right: 15px;
    padding-left: 15px;
  }

  .personal__form__wrap {
    padding: 31px 30px 60px;
  }
}
@media (max-width: 767px) {
  .personal {
    max-width: initial;
    margin-right: -20px;
    margin-left: -20px;
  }
}
@media (max-width: 575px) {
  .personal__form__wrap {
    padding: 31px 15px 50px;
  }

  .personal__title {
    font-size: 50px;
  }

  .personal__form__top .col {
    width: auto;
    margin-bottom: 10px;
  }

  .personal__form__top {
    flex-direction: column;
    margin-bottom: 15px;
  }

  .personal {
    padding-bottom: 60px;
  }
}
.personal__form__top2 .personal__form__top {
  justify-content: space-between;
}
.personal__form__top2 .personal__form__top .col {
  width: auto;
  padding: 0;
  margin-bottom: 0px;
}
.personal__form__top2 .alt {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}
.personal__form__top2 .alt a {
  font-weight: bold;
  font-size: 18px;
  line-height: 110%;
  text-align: center;
  letter-spacing: 0.2em;
  color: #72727C;
  font-family: var(--font);
  text-align: center;
}

.personal__form__bot-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.personal__form__bot-row .personal__checkbox {
  border-bottom: 0;
  padding-bottom: 0;
  margin-right: 15px;
}
.personal__form__bot-row a {
  font-weight: bold;
  font-size: 18px;
  line-height: 110%;
  font-family: var(--font);
  letter-spacing: 0.2em;
  color: #72727C;
  margin-top: 7px;
}

@media (max-width: 575px) {
  .personal__form__top2 .personal__form__top {
    margin-bottom: 30px;
  }

  .personal__form__top2 .personal__form__top .col {
    margin-bottom: 10px;
  }

  .personal__form__bot-row {
    flex-direction: column;
    align-items: center;
    margin-bottom: 40px;
  }

  .personal__form__bot-row .personal__checkbox {
    width: 100%;
  }
}
.upload {
  position: relative;
  width: 100%;
  max-width: 380px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
  border: 1px solid #348D8B;
  height: 91px;
  margin-bottom: 10px;
  cursor: pointer;
}
.upload input {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.upload .text {
  font-weight: 500;
  font-size: 15px;
  line-height: 150%;
  color: #348D8B;
  text-align: center;
}

.upload-text {
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  color: #3E414A;
}

.personal__form__title2 {
  font-weight: bold;
  font-size: 24px;
  line-height: 110%;
  /* or 26px */
  color: #1E1E1E;
  font-family: var(--font);
  margin-bottom: 40px;
}

.personal__form__text {
  margin-bottom: 40px;
}

.page-wrap .profile-form .profile-form__text {
  background: transparent;
  border: 0;
  color: #fff;
  width: 100%;
}

.page-wrap .profile-form .chosen-container-single .chosen-single {
  min-height: initial;
  padding: 0;
  color: #fff;
  border-bottom: 0;
}
.page-wrap .profile-form .chosen-container-single .chosen-single div {
  display: none;
}

.faq__title {
  font-weight: bold;
  font-size: 32px;
  line-height: 110%;
  color: #3E414A;
  font-family: var(--font);
  margin-bottom: 20px;
}

.faq__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 40px;
  background-color: #fff;
  font-weight: bold;
  font-size: 24px;
  line-height: 110%;
  color: #3E414A;
  font-family: var(--font);
  cursor: pointer;
}
.faq__top .btn {
  color: #fff;
  width: 50px;
  height: 50px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 50px;
  margin-left: 15px;
}
.faq__top .btn:hover {
  color: #fff;
}
.faq__top .btn:focus {
  color: #fff;
}
.faq__top .btn:hover:before {
  -webkit-clip-path: polygon(100% 0, 0 0, 100% 12px, 100% 12px);
  clip-path: polygon(100% 0, 0 0, 100% 12px, 100% 12px);
}
.faq__top .btn:hover:after {
  -webkit-clip-path: polygon(calc(100% - 17px) 0, 100% 17px, 100% 100%, 0 100%, 0 0);
  clip-path: polygon(calc(100% - 17px) 0, 100% 17px, 100% 100%, 0 100%, 0 0);
}
.faq__top .btn .minus {
  display: none;
}

.faq__top.active .btn .minus {
  display: block;
}
.faq__top.active .btn .plus {
  display: none;
}

.faq__content {
  background-color: #fff;
  padding: 0 40px;
  padding-bottom: 20px;
  padding-top: 0;
  display: none;
}

.faq__content__wrap {
  max-width: 700px;
}

.faq__row {
  margin-bottom: 10px;
  box-shadow: 0px 30px 40px -10px rgba(0, 0, 0, 0.2);
}

@media (max-width: 767px) {
  .faq__top {
    padding: 15px;
    font-size: 18px;
  }

  .faq__content {
    padding-right: 15px;
    padding-left: 15px;
  }

  .faq__title {
    color: #fff;
  }

  .faq__title {
    font-size: 28px;
  }

  .faq__top .btn {
    width: 35px;
    height: 35px;
    min-width: 35px;
  }
}
.bileti__data {
  padding-top: 44px;
  padding-bottom: 44px;
  background: #102120;
}

.bileti__data.schedule .schedule-row .match {
  max-width: initial;
}

.bileti__data.schedule .schedule-row .info {
  flex: none;
  margin-right: 0;
}

.bileti__data__title {
  display: flex;
  justify-content: space-between;
  font-weight: bold;
  font-size: 24px;
  line-height: 110%;
  color: #FFFFFF;
  font-family: var(--font);
  margin-bottom: 40px;
}

.bileti__data__list {
  margin-bottom: 70px;
}
.bileti__data__list .schedule-section-list {
  margin-bottom: 10px;
}

.btn.btn-transparent-back {
  background-image: url("../img/bileti/btn-back.svg");
  background-size: 100% 100%;
}

.btn.btn-transparent-back:focus {
  color: #fff;
}

.btn.btn-transparent-back:after {
  display: none;
}

.btn.btn-transparent-back:before {
  display: none;
}

@media (max-width: 767px) {
  .bileti__data__title {
    margin-bottom: 30px;
  }
}
@media (max-width: 374px) {
  .btn.btn-transparent-back {
    font-size: 14px;
  }

  .match-detail-top-info .match-detail-buttons .btn {
    font-size: 14px;
  }
}
.bileti-sector-sec {
  position: relative;
  background: #f1f1f178;
  margin-bottom: -180px;
  padding-bottom: 110px;
}

.bileti-sector-sec .container-fluid {
  position: relative;
  z-index: 2;
}

.bileti-sector-sec__img {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 1;
}

.bileti-sector {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
  padding-top: 162px;
  padding-bottom: 110px;
}

.bileti-sector__col {
  width: 33.3333333333%;
  padding: 0 15px;
  margin-bottom: 20px;
}

.bileti-sector__item {
  width: 100%;
}

.bileti-sector__img {
  position: relative;
  padding-bottom: 66%;
  background-size: cover;
  background-position: center;
  margin-bottom: 50px;
  display: block;
  box-shadow: 0px 60px 60px -10px rgba(0, 0, 0, 0.4);
}

.bileti-sector__img:before {
  content: "";
  display: block;
  background: linear-gradient(180deg, rgba(46, 48, 55, 0) 24%, rgba(46, 48, 55, 0.5) 54.87%, rgba(46, 48, 55, 0.85) 89.71%);
  box-shadow: 0px 60px 60px -10px rgba(0, 0, 0, 0.4);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  transition: 0.3s all;
}

.bileti-sector__img:hover:before {
  background: linear-gradient(180deg, rgba(46, 48, 55, 0.1) 24%, rgba(46, 48, 55, 0.6) 54.87%, rgba(46, 48, 55, 0.95) 89.71%);
}

.bileti-sector__text {
  position: absolute;
  left: 20px;
  bottom: 30px;
  right: 20px;
  font-weight: bold;
  font-size: 32px;
  line-height: 110%;
  color: #FFFFFF;
  font-family: var(--font);
  z-index: 2;
}

.bileti-sector__link {
  font-weight: bold;
  font-size: 18px;
  line-height: 110%;
  letter-spacing: 0.2em;
  color: #3E414A;
  font-family: var(--font);
  padding-bottom: 20px;
  position: relative;
  margin-left: 20px;
  display: block;
}

.bileti-sector__link:before {
  content: "";
  display: block;
  bottom: 0;
  position: absolute;
  left: 0;
  width: 20px;
  height: 2px;
  background-color: #E33046;
  transition: 0.3s all;
}

.bileti-sector__link:hover:before {
  width: 30px;
}

.bileti-sposobi__wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.bileti-sposobi__col {
  width: 50%;
  padding: 0 15px;
  margin-bottom: 20px;
}

.bileti-sposobi__item {
  background: #FFFFFF;
  box-shadow: 0px 14px 24px -10px rgba(47, 51, 82, 0.1);
  padding: 20px 20px 40px;
  display: block;
  transition: 0.3s all;
}

.bileti-sposobi__item:hover {
  box-shadow: 0px 14px 24px -10px rgba(47, 51, 82, 0.3);
}

.bileti-sposobi__title {
  font-weight: bold;
  font-size: 24px;
  line-height: 110%;
  color: #348D8B;
  font-family: var(--font);
  margin-bottom: 15px;
}

.bileti-sposobi__text {
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  font-feature-settings: "pnum" on, "lnum" on;
  color: #3E414A;
  max-width: 370px;
  min-height: 48px;
}

.bileti-sposobi .page-section-header {
  margin-bottom: 30px;
}
.bileti-sposobi .page-section-header h2 {
  margin-bottom: 0;
}

@media (max-width: 991px) {
  .bileti-sector__col {
    width: 50%;
    margin-bottom: 50px;
  }

  .bileti-sector__img {
    margin-bottom: 30px;
  }

  .bileti-sector {
    padding-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .bileti-sector-sec {
    background-color: #fff;
  }

  .bileti-sposobi__col {
    width: 100%;
  }

  .bileti-sector {
    padding-top: 50px;
  }

  .bileti-sector__img {
    box-shadow: 0px 60px 60px -10px rgba(0, 0, 0, 0.1);
  }
}
@media (max-width: 575px) {
  .bileti-sector__col {
    width: 100%;
  }

  .bileti-sector-sec {
    padding-bottom: 50px;
  }
}
.matches-section--loji {
  margin-bottom: 0;
}

.matches-section--loji:before {
  background-image: url("../img/loji/main-bck-2.png");
  height: 800px;
}

@media (max-width: 767px) {
  .matches-section--loji:before {
    background-color: #fff;
    background-image: none;
  }
}
.page-content-top-wrap {
  z-index: 1;
}

.loji-text {
  position: relative;
  background-color: #fff;
}
.loji-text .container-fluid {
  position: relative;
}
.loji-text .container-fluid:before {
  content: "";
  width: 368px;
  height: 582px;
  background-image: url("../img/loji/loji-text.png");
  position: absolute;
  z-index: 0;
  right: -50px;
  opacity: 0.9;
  top: -90px;
  transform: translateY(-50%);
}
.loji-text .loji-text__wrap {
  position: relative;
  z-index: 2;
}

@media (min-width: 1440px) {
  .loji-text .container-fluid:before {
    right: -120px;
  }
}
.loji-text__back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

@media (min-width: 991px) {
  .loji-text .bileti-sposobi__col {
    width: 33.3333333333%;
  }
}
@media (max-width: 767px) {
  .loji-text {
    padding-top: 50px;
    margin-top: -60px;
  }
}
.news-section--yourget {
  margin: 0;
  padding: 100px 0;
}
.news-section--yourget .news-item-img-wrap {
  height: 169px;
}
.news-section--yourget .news-item-img {
  height: 169px;
}
.news-section--yourget .news-item-text {
  margin-left: 20px;
}
.news-section--yourget .news-item-caption {
  padding: 20px;
}

@media (max-width: 767px) {
  .news-section--yourget {
    padding: 50px 0;
  }
}
@media (max-width: 540px) {
  .news-section--yourget .news-item-img-wrap {
    min-height: 169px;
  }
}
.big-foto {
  position: relative;
  margin-bottom: 100px;
}
.big-foto .swiper-slide {
  width: auto;
}

.big-foto__slider__img {
  max-width: 1070px;
  width: 100%;
  margin: 0 auto;
}
.big-foto__slider__img img {
  display: block;
  max-width: 100%;
}

.big-foto__slider-nav {
  display: flex;
  justify-content: flex-end;
  margin-top: 40px;
}
.big-foto__slider-nav .swiper-next {
  margin-left: 90px;
}

@media (max-width: 1200px) {
  .big-foto__slider__img {
    padding: 0 30px;
  }

  .big-foto .swiper-slide {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .big-foto__slider__img {
    padding: 0 20px;
  }

  .big-foto__slider-nav .swiper-next {
    margin-left: 70px;
  }

  .big-foto {
    margin-bottom: 50px;
  }
}
.loji-backcall {
  padding-top: 130px;
  padding-bottom: 20px;
  position: relative;
}

.loji-backcall__wrap {
  display: flex;
}

.loji-backcall__form {
  background: #FFFFFF;
  box-shadow: 0px 60px 60px -10px rgba(32, 56, 55, 0.4);
  padding: 32px;
  flex: 0 0 365px;
  margin-right: 75px;
}

.loji-backcall__form__text {
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  font-feature-settings: "pnum" on, "lnum" on;
  color: #3E414A;
  margin-bottom: 29px;
}

.loji-backcall__form__row {
  margin-bottom: 37px;
}

.loji-backcall__form .btn {
  width: 100%;
  margin-bottom: 15px;
}

.loji-backcall__copy {
  font-weight: 500;
  font-size: 12px;
  line-height: 150%;
  font-feature-settings: "pnum" on, "lnum" on;
  color: #72727C;
}

.loji-backcall__text p {
  font-size: 20px;
  line-height: 160%;
  font-feature-settings: "pnum" on, "lnum" on;
  color: #3E414A;
}

.loji-backcall__text a {
  color: #348D8B;
}

.loji-backcall__text a:hover {
  color: #e33046;
}

@media (max-width: 991px) {
  .loji-backcall__form {
    margin-right: 30px;
    flex: 0 0 320px;
    padding: 25px;
  }
}
@media (max-width: 767px) {
  .loji-backcall__wrap {
    flex-direction: column;
  }

  .loji-backcall__form {
    flex: none;
    width: 100%;
    max-width: 360px;
    margin: 0 auto;
    margin-bottom: 50px;
  }

  .loji-backcall {
    padding-top: 75px;
  }
}
.lojo-images {
  position: relative;
}
.lojo-images .container-fluid {
  z-index: 2;
}

.loji-backcall .container-fluid {
  position: relative;
  z-index: 2;
}

.loji-backcall__back {
  position: absolute;
  z-index: 1;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0.9;
}
.btn-impr {
  width: 285px; 
}
.btn.btn-points {
  width: 285px;
  background-image: none;
  border: 1px solid #ECEEF0;
  font-size: 16px;
  line-height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 8px;
}
.points-modal__group {
  position: relative;
}
.points_hint {
  border: 1px solid #72727C;
  background-color: #fff;
  width: 250px;
  position: absolute;
  text-align: center;
  top: -20px;
  right: 30px;
  display: none;
  padding: 5px;
  color: #72727C;
  z-index: 1000;
}
.points_hint_q {
  position: absolute;
  padding: 5px 10px;
  background-color: #A9A9B5;
  top: -2px;
  right: 10px;
  color: #fff;
  cursor: pointer;
}
.points_hint_q:hover .points_hint { 
  display: inline;
}
@media (max-width: 767px) {
  .loji-backcall__back {
    display: none;
  }
}
/*# sourceMappingURL=main.css.map */
@media (max-width: 374px) {
  .btn.btn-points{
    width: 244px;
    font-size: 15px;
  }
}

.fancybox-bg{
  background: #000000;
}
.points-personal{
  position: relative;
  z-index: 2;
}
.points-modal, .success-modal{
  background: transparent;
  padding: 0;
  width: 757px;
  display: none;
}
.points-modal__title, .success-modal__title{
  font-family: var(--font);
  font-style: normal;
  font-weight: 700;
  font-size: 68px;
  line-height: 75px;
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 25px;
}
@media (max-width: 600px) {
  .points-modal__title, .success-modal__title{
    font-size: 30px;
    line-height: 33px;
    margin-bottom: 18px;
  }
}
.points-modal__content, .points-personal__content, .success-modal__content{
  background: #ffffff;
  padding: 30px 75px 100px 75px;
}
@media (max-width: 767px) {
  .points-modal__content, .points-personal__content{
    padding: 30px;
  }
}
@media (max-width: 600px) {
  .points-modal__content, .points-personal__content, .success-modal__content{
    padding: 30px 20px;
  }
}
.success-modal__content{
  padding-top: 60px;
  padding-bottom: 60px;
}
.points-personal__content{
  max-width: 757px;
  margin: 0 auto;
}
.points-modal__sub-title, .points-personal__sub-title, .success-modal__sub-title{
  font-family: var(--font);
  font-weight: 700;
  font-size: 24px;
  line-height: 26px;
  color: #1E1E1E;
  text-align: center;
  margin-bottom: 50px;
}
@media (max-width: 600px) {
  .points-modal__sub-title, .points-personal__sub-title{
    font-size: 24px;
    line-height: 26px;
    margin-bottom: 25px;
  }
}
.success-modal__sub-title{
  margin-bottom: 25px;
}
.success-modal__text{
  font-weight: 500;
  font-size: 14px;
  line-height: 15px;
  text-align: center;
  color: #3E414A;
}
@media (max-width: 600px) {
  .success-modal__text br{
    display: none;
  }
}
.points-modal__form, .points-personal__form{
  display: flex;
  flex-direction: column;
}
.points-modal__group, .points-personal__group{
  position: relative;
  width: 100%;
  margin-top: 40px;
}
.points-modal__group:first-child, .points-personal__group:first-child{
  margin-top: 0px;
}
.points-modal__input, .points-personal__input{
  width: 100%;
  font-family: var(--font);
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 26px;
  text-transform: uppercase;
  color: #A9A9B5;
  outline: none;
  box-shadow: none;
  background: transparent;
  border: none;
  padding: 0 0 5px 0;
  border-bottom: 1px solid #A9A9B5;
}
.points-modal__input.error, .points-personal__input.error{
  color: #E33046;
  border-color: #E33046;
}
.points-modal__input::placeholder, .points-personal__input::placeholder{
  font-family: var(--font);
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 26px;
  color: #A9A9B5;
}
.points-modal__label, .points-personal__label{
  display: block;
  font-weight: 500;
  font-size: 14px;
  line-height: 15px;
  color: #72727C;
  margin-top: 9px;
}
.points-modal__commission, .points-personal__commission{
  position: absolute;
  right: 0;
  top: 41px;
  font-weight: 500;
  font-size: 14px;
  line-height: 15px;
  text-align: right;
  color: #72727C;
}
@media (max-width: 600px) {
  .points-modal__commission, .points-personal__commission{
    position: inherit;
    top: inherit;
    text-align: left;
    margin-top: 5px;
  }
  .points-personal__commission{
    top: auto !important;
  }
}
.points-personal__commission{
  top: 51px;
}
.points-modal__error, .points-personal__error{
  display: none;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 15px;
  color: #E33046;
  opacity: 0.6;
  margin-top: 9px;
}
.points-modal__group .checkbox.normal-checkbox, .points-personal__group .checkbox.normal-checkbox{
  padding-left: 60px;
  padding-top: 4px;
  font-weight: 500;
  font-size: 14px;
  line-height: 15px;
  color: #3E414A;
  margin-bottom: 16px;
}
.points-modal__group .checkbox.normal-checkbox p, .points-personal__group .checkbox.normal-checkbox p{
  margin: 0;
  min-height: 30px;
  display: flex;
  align-items: center;
}
@media (max-width: 600px) {
  .points-modal__group .checkbox.normal-checkbox p br, .points-personal__group .checkbox.normal-checkbox p br{
    display: none;
  }
}
.points-modal__group .checkbox-label:before, .points-personal__group .checkbox-label:before{
  border: 1px solid #D4D4DA !important;
  border-radius: 0;
  width: 31px;
  height: 31px;
}
.points-modal__group .checkbox-label:after, .points-personal__group .checkbox-label:after{
  left: 10px;
  top: 8px;
  width: 10px;
  height: 14px;
}
.points-modal__group input[type=checkbox].error+.checkbox-label:before, .page-wrap input[type=email].error, .page-wrap input[type=tel].error, .page-wrap select.error {
  border-color: #ee3426!important;
}
.points-modal__group .checkbox input:checked + .checkbox-label:before, .points-personal__group .checkbox input:checked + .checkbox-label:before{
  border-color: #161515 !important;
}
.points-modal__buttons, .points-personal__buttons, .success-modal__buttons{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
  padding-top: 40px;
  border-top: 1px solid rgba(62, 65, 74, 0.5);
}
@media (max-width: 600px) {
  .points-modal__buttons, .points-personal__buttons{
    flex-direction: column;
  }
}
.success-modal__buttons{
  border-top: none;
  margin-top: 0px;
  padding-top: 30px;
}
.success-modal__buttons a{
  width: 227px;
}
.success-modal__buttons a:focus{
  color: #ffffff !important;
}
.success-modal__buttons a:hover{
  color: #161515 !important;
}
.points-modal__buttons a, .points-personal__buttons a{
  margin: 0 20px;
  padding: 0 34px;
}
@media (max-width: 600px) {
  .points-modal__buttons a, .points-personal__buttons a{
    width: 227px;
  }
}
.points-modal__buttons .btn-transparent-back, .points-personal__buttons .btn-transparent-back{
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 18px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 0.2em;
  color: rgba(186, 186, 186, 0.5) !important;
  background-image: none !important;
  border: 1px solid transparent;
}
.points-modal__buttons .btn-transparent-back:hover, .points-personal__buttons .btn-transparent-back:hover{
  border-color: rgba(62, 65, 74, 0.3);
}
.points-modal .fancybox-close-small{
  display: none;
}


a:hover {
  color: #FF0000;
}

.footer-content .footer-nav .footer-nav-title a:hover {
  color: #FF0000;
}

.profile-form label {
  color: #FFFFFF;
}


a:hover {
    color: #FF0000;
}

.footer-content .footer-nav .footer-nav-title a:hover {
    color: #FF0000;
}

.profile-form label {
    color: #FFFFFF;
}

.prof-bot__nav a:hover {
    background: #14433a;
}


.btn.btn-red:before, .btn.btn-red:after {
  background: #ff0000;
}

.math-line__steps .step.active {
  background: #FF0000;
}

.table-download__wrap {
  background: #FF0000;
}
.table-download__wrap a:hover {
  color: #ffffff;
}