

/* Start:/support/podarochnye-karty/styles.css?17562013834373*/
.container63 {
  width: 63%;
}
.page-subtitle {
  font-family: 'GothamProMedium';
  font-size: 20px;
  line-height: 24px;
}
.page-text {
  font-size: 16px;
  line-height: 22px;
}
.description {
  display: flex;
  justify-content: space-between;
}
.description__photo {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 310px;
  width: 30%;
}
.description__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.description__text {
  width: 69%;
  padding: 30px 20px;
  background-color: #F6F6F6;
  border-radius: 10px;
  margin-left: 30px;
}
.description__main-text {
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 20px;
}
.description__secondary-text {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 20px;
}
.description__cities {
  font-family: 'GothamProMedium';
  display: flex;
  flex-wrap: wrap;
  font-size: 16px;
  line-height: 22px;
  color: #C4262E;
  column-gap: 40px;
  row-gap: 12px;
}
.right-content .description__cities .description__city {
  margin: 0 !important;
}

.right-content .description__cities .description__city::before {
  left: -16px !important;
}

.description__city a {
  text-decoration: none;
  font-family: 'GothamProMedium';
  display: flex;
  font-size: 16px;
  line-height: 22px;
  color: #E6431C;
}
.description__city a:hover {
  color: #C93A16;
}
.dot {
  width: 10px;
  height: 10px;
  margin-right: 20px;
  align-self: center;
}
.cards {
  display: flex;
  justify-content: space-between;
}
.cards__item {
  width: 32%;
  font-size: 16px;
  line-height: 22px;
}
.cards__photo {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 12px;
}
.steps {
  display: flex;
  width: 63%;
  flex-wrap: wrap;
}
.steps__item {
  display: flex;
  width: 50%;
  margin-bottom: 44px;
}
.steps__digit {
  min-width: 14%;
  font-size: 80px;
  line-height: 100%;
  color: #E6431C;
  text-align: center;
}
.steps__text-wrapper {
  width: 75%;
  margin-left: 13px;
}
.steps__title {
  font-family: 'GothamProMedium';
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 12px;
}
.line {
  width: 114px;
  height: 1px;
  background-color: #000;
  opacity: 0.5;
  margin-bottom: 12px;
}
.balance {
  display: flex;
  width: 69%;
  flex-wrap: wrap;
  margin-bottom: 120px;
}
.list-gorizontal {
  display: flex;
}
.balance__item {
  width: 50%;
  flex-wrap: wrap;
  align-content: baseline;
}
.balance__item:not(:last-child) {
  margin-right: 50px;
}
.balance__item-title {
  font-family: 'GothamProMedium';
  font-size: 20px;
  line-height: 24px;
  display: flex;
  width: 100%;
  margin-bottom: 12px;
}

@media screen and (max-width: 1070px) {
  .description__img {
    height: 80%;
  }
}

@media screen and (max-width: 997px) {
  .description__img {
    height: 100%;
  }
  .cards__photo {
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 12px;
  }
  .page-title {
    font-size: 23px;
  }
  .page-name {
    display: none;
  }
  .page-text {
    font-size: 14px;
    line-height: 20px;
  }
  .page-subtitle {
    font-size: 18px;
    line-height: 22px;
  }
  .description {
    display: block;
  }
  .description__photo {
    width: 100%;
    min-height: 204px;
    margin-bottom: 30px;
  }
  .description__text {
    padding: 20px;
    width: 100%;
    margin-left: 0;
  }
  .description__cities {
    display: block;
    font-size: 14px;
    line-height: 20px;
  }
  .description__city {
    margin-bottom: 10px;
  }
  .description__main-text {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 10px;
  }
  .description__secondary-text {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 10px;
  }
  .cards {
    display: block;
  }
  .cards__item {
    width: 100%;
    margin-bottom: 20px;
  }
  .container63 {
    width: 100%;
  }
  .steps {
    display: block;
    width: 100%;
  }
  .steps__item {
    width: 100%;
    margin-bottom: 20px;
  }
  .list-gorizontal {
    display: block;
    margin-bottom: 40px;
  }
  .balance {
    display: block;
    width: 100%;
    margin-bottom: 40px;
    border-bottom: 1px solid #000000;
  }
  .balance__item {
    width: 100%;
    margin-bottom: 20px;
  }
  .balance__item:last-child {
    margin-bottom: 40px;
  }
  .balance__item-title {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 10px;
  }
}
/* End */


/* Start:/support/styles.css?17156939253114*/
.nav-left {
  position: sticky;
  top: 0;
  white-space: nowrap;
  height: 320px;
}
.croped-advantages {
  padding-top: 60px !important;
}
.croped-site-footer {
  margin-top: 120px !important;
}
.p-content {
  display: flex;
}
.p-content__content {
  font-size: 16px !important;
  line-height: 22px !important;
}
.right-content {
  padding: 0 !important;
}
.right-content ul li {
  list-style-type: none !important;
  margin-bottom: 12px !important;
  text-align: left;
}
.right-content ul li::marker {
  color: #C4262E;
  width: 10px;
  height: 10px;
  font-size: 40px;
}
.right-content ul li:before{
  content: "" !important;
  position: absolute;
  left: -30px !important;
  top: 6px !important;
  width: 10px;
  height: 10px;
  background-color: #E6431C;
  border-radius: 50%;
}
.right-content ul {
  padding-left: 30px !important;
}
.mb12 {
  margin-bottom: 12px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.mb30 {
  margin-bottom: 30px !important;
}
.mb40 {
  margin-bottom: 40px !important;
}
.mb60 {
  margin-bottom: 60px !important;
}
.mb80 {
  margin-bottom: 80px !important;
}
.mb120 {
  margin-bottom: 120px !important;
}
.text-red {
  color: #E6431C;
}
.font-gpm {
  font-family: 'GothamProMedium';
}
.text-lg {
  font-family: "gothampro";
  font-size: 20px;
  line-height: 24px;
}
.link {
  color: #000;
  opacity: 0.5;
  cursor: pointer;
  text-decoration: underline;
  transition: all 0.25s ease;
}
.link:hover {
  opacity: 1;
  color: #E6431C;
  text-decoration: none;
}
.limiter-inner {
  max-width: 1300px !important;
}
.container {
  background-color: #fff !important;
  overflow: unset !important;
}
.right-content{
  padding-top: 0 !important;
}
.page-name span {
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  text-transform: uppercase;
  color: #E6431C;
}
.page-title {
  font-family: 'GothamPro';
  font-size: 32px;
  line-height: 36px;
  text-transform: uppercase;
  margin-bottom: 30px;
}

@media screen and (max-width: 1440px) {

  .p-content__menu {
    display: block !important;
  }
  .p-content__content {
    width: 100% !important;
  }
}

@media screen and (max-width: 997px) {
  .croped-advantages {
    display: none;
  }

  .croped-site-footer {
    margin-top: 0 !important;
  }
  .p-content__content {
    width: 100%;
    font-size: 14px !important;
    line-height: 20px !important;
  }
  .p-content {
    padding: 3px 15px !important;
    margin-bottom: 80px !important;
  }
  .p-content--privilegiy {
    padding: 0 !important;
    margin-bottom: 0 !important;
  }
  .p-content__menu {
    display: none !important;
  }

  .page-name {
    display: none;
  }
  .mb12 {
    margin-bottom: 10px !important;
  }
  .mb30 {
    margin-bottom: 20px !important;
  }
  .mb40 {
    margin-bottom: 30px !important;
  }
  .mb60 {
    margin-bottom: 40px !important;
  }
  .mb80 {
    margin-bottom: 60px !important;
  }
  .mb120 {
    margin-bottom: 80px !important;
  }
  .page-name {
    display: none;
  }
  .page-title {
    margin-bottom: 20px;
    font-size: 23px;
    line-height: 36px;
  }
  .support-links {
    display: none !important;
  }
}
/* End */
/* /support/podarochnye-karty/styles.css?17562013834373 */
/* /support/styles.css?17156939253114 */
