* {
  margin: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Roboto';
}

.prm-promo-page p {
  padding: 0;
  margin: 0;
  font-size: 16px;
  line-height: 1.4;
}

.prm-promo-page p:not(:last-child) {
  margin-bottom: 10px;
}

.prm-container {
  max-width: 1230px;
  margin: auto;
  padding: 0 15px;
}

.prm-container-full {
  max-width: 1440px;
  margin: 0 auto;
}

.prm-container-min {
  max-width: 812px;
  margin: 0 auto;
  padding: 0 20px;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.prm-image {
  max-width: 1440px;
  margin: 0 auto;
  font-size: 0;
}

.prm-image img {
  width: 100%;
}

.prm-image__block {
  position: relative;
}

.prm-image__block-text {
  position: absolute;
  width: 100%;
  left: 50%;
  bottom: 10px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  text-align: center;
}

.prm-image__block-text p {
  max-width: 810px;
  margin: 0 auto;
}

.prm-image__block-text2 {
  position: absolute;
  width: 100%;
  left: 50%;
  bottom: 10%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  text-align: center;
}

.prm-image__block-text2 p {
  max-width: 810px;
  margin: 0 auto;
  padding: 0 20px;
}

.prm-image__custom {
  margin-top: -285px;
}

.prm-image-min {
  max-width: 812px;
  margin: 0 auto;
}

.prm-image-micro {
  max-width: 113px;
  margin: 0 auto;
}

.prm-title {
  display: block;
  font-size: 32px;
  font-weight: 500;
  margin: 0;
  padding: 0;
  line-height: 1.3;
}

.prm-title._white {
  color: #fff;
}

.prm-title span {
  font-weight: 300;
}

.prm-title._center {
  text-align: center;
}

.prm-title + .prm-subtitle {
  margin-top: 20px;
}

.prm-title + .prm-text {
  margin-top: 20px;
}

.prm-subtitle {
  margin-bottom: 20px;
  line-height: 1.4;
  font-size: 22px;
  padding: 0;
  max-width: 812px;
  font-weight: 500;
  margin: 0;
}

.prm-subtitle._white {
  color: #fff;
}

.prm-subtitle._black {
  color: #000;
}

.prm-subtitle._multicolor {
  display: inline-block;
  background: -webkit-gradient(linear, left top, right top, from(#E0B678), color-stop(36.22%, #FCF0CC), to(#E1AA66));
  background: -o-linear-gradient(left, #E0B678 0%, #FCF0CC 36.22%, #E1AA66 100%);
  background: linear-gradient(90deg, #E0B678 0%, #FCF0CC 36.22%, #E1AA66 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.prm-subtitle._center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.prm-subtitle + .prm-text {
  margin-top: 20px;
}

.prm-description {
  font-size: 16px;
  margin-top: 20px;
  max-width: 812px;
  line-height: 1.4;
}

.prm-description._white {
  color: #fff;
}

.prm-description._center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.prm-block__header {
  margin-bottom: 40px;
}

.prm-block__header .prm-text {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}

.prm-block__footer {
  margin-top: 30px;
}

.prm-block__footer .prm-text {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}

.prm-section {
  margin-top: 96px;
}

.prm-section-gray {
  background: #F7F5F2;
  padding: 96px 0;
}

.prm-text {
  font-size: 16px;
}

.prm-text._white {
  color: #fff;
}

.prm-text._orange {
  color: #FBB94E;
}

.prm-text-height {
  min-height: 100px;
}

.prm-text-center {
  text-align: center;
}

.prm-bg-gradient {
  background: -o-radial-gradient(50% 50%, 50% 50%, #293E3B 0%, #000000 100%);
  background: radial-gradient(50% 50% at 50% 50%, #293E3B 0%, #000000 100%);
}

.prm-cloud {
  background: #F5F5F6;
  border-radius: 20px;
  padding: 10%;
  margin-top: 20px;
}

.prm-end {
  color: #000;
  font-size: 14px;
  padding-bottom: 40px;
}

.prm-end ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.prm-end ul li:not(:last-child) {
  margin-bottom: 15px;
}

.prm-padding {
  padding: 0 20px;
}

.prm-relative {
  position: relative;
}

.prm-sign {
  font-size: 14px;
  line-height: 1.4;
  margin-top: 20px;
}

.prm-sign._center {
  text-align: center;
}

.prm-text {
  font-size: 16px;
}

.prm-text strong {
  font-weight: 500;
}

.prm-text._center {
  text-align: center;
}

.prm-text._nm-center {
  text-align: center;
}

.prm-text._block-center {
  max-width: 800px;
  margin: 0 auto;
}

.prm-block-title {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 20px;
}

.prm-block-title._center {
  text-align: center;
}

.prm-block-title._white {
  color: #fff;
}

.prm-block-title._blue {
  color: #00A6B4;
}

.prm-block-title._yellow {
  color: #D4E95D;
}

.prm-box {
  background: #F5F5F6;
  border-radius: 20px;
  padding: 20px;
  height: 100%;
}

.prm-box .prm-text {
  min-height: 180px;
}

.prm-box .prm-title {
  font-size: 30px;
}

.prm-bg-black {
  background-color: #000;
}

.prm-tab-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.prm-tab-btn {
  border: none;
  background-color: #e31235;
  font-weight: 500;
  margin: 0 10px;
	font-size: 16px;
	line-height: 22px;
	height: 48px;
	color: #fff;
	background-color: #e31235;
	padding: 12px 24px;
	border-radius: 4px;
}

.prm-tab-btn.active {
  background: #9c0c24;
}

.prm-tab-btn:hover {
  background: #bd0f2c;
}

.prm-tab-content .prm-promo-page {
  display: none;
}

.prm-tab-content .prm-promo-page.active {
  display: block;
}

.prm-columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -10px;
}

.prm-columns + .prm-columns {
  margin-top: 60px;
}

.prm-columns-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.prm-columns-midle {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.prm-columns-end {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.prm-columns-wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  row-gap: 40px;
}

.prm-col-2 {
  width: calc(100% / 12 * 2 - 20px);
  margin: 0 10px;
}

.prm-col-3 {
  width: calc(100% / 12 * 3 - 20px);
  margin: 0 10px;
}

.prm-col-4 {
  width: calc(100% / 12 * 4 - 20px);
  margin: 0 10px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.prm-col-5 {
  width: calc(100% / 12 * 5 - 20px);
  margin: 0 10px;
}

.prm-col-6 {
  width: calc(100% / 12 * 6 - 20px);
  margin: 0 10px;
}

.prm-col-7 {
  width: calc(100% / 12 * 7 - 20px);
  margin: 0 10px;
}

.prm-col-8 {
  width: calc(100% / 12 * 8 - 20px);
  margin: 0 10px;
}

.prm-col-9 {
  width: calc(100% / 12 * 9 - 20px);
  margin: 0 10px;
}

.prm-col-12 {
  width: calc(100% - 20px);
  margin: 0 10px;
}

.prm-mt-20 {
  margin-top: 20px;
}

.prm-mt-30 {
  margin-top: 30px;
}

.prm-mb-0 {
  margin-bottom: 0;
}

@media (max-width: 1240px) {
  .prm-container {
    max-width: 940px;
  }
}

@media (max-width: 999px) {
  .prm-container {
    max-width: 100%;
  }

  .prm-section {
    margin-top: 10vw;
  }
}

@media (max-width: 760px) {
  .prm-promo-page p {
    font-size: 3.75vw;
  }

  .prm-container {
    max-width: 100%;
  }

  .prm-image__block-text {
    position: relative;
    text-align: left;
  }

  .prm-image__custom {
    margin-top: 5.555vw;
  }

  .prm-title {
    font-size: 6.111vw;
  }

  .prm-title._m-center {
    text-align: center;
  }

  .prm-title + .prm-subtitle {
    margin-top: 2.777vw;
  }

  .prm-description {
    font-size: 4.375vw;
    margin-top: 4.375vw;
  }

  .prm-subtitle {
    font-size: 3.888vw;
  }

  .prm-subtitle + .prm-text {
    margin-top: 2.777vw;
  }

  .prm-sign {
    font-size: 3.125vw;
  }

  .prm-btn {
    width: 100%;
  }

  .prm-block__title {
    font-size: 14px;
  }

  .prm-block__text {
    font-size: 14px;
  }

  .prm-block__header {
    margin-bottom: 5vw;
  }

  .prm-block__footer {
    margin-top: 5vw;
  }

  .prm-text {
    font-size: 14px;
  }

  .prm-text._m-center {
    text-align: center;
    margin-bottom: 20px;
  }

  .prm-text._nm-center {
    text-align: left;
  }

  .prm-text-height {
    min-height: auto;
  }

  .prm-section-black {
    padding: 10vw 0;
  }

  .prm-section-gray {
    padding: 10vw 0;
  }

  .prm-block-title {
    font-size: 4.444vw;
    margin-bottom: 2.777vw;
  }

  .prm-columns {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .prm-columns + .prm-columns {
    margin-top: 5vw;
  }

  .prm-columns-phone .prm-col-6 {
    width: calc(100% / 12 * 6 - 20px);
    margin: 0 10px;
  }

  .prm-columns-phone .prm-col-4 {
    width: calc(100% / 12 * 6 - 20px);
    margin: 0 10px;
  }

  .prm-columns-rew {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .prm-columns-rew .prm-col-6 + .prm-col-6 {
    margin-top: 0px;
  }

  .prm-columns-rew .prm-text {
    margin-bottom: 2.777vw;
  }

  .prm-columns-rew + .prm-columns .prm-text {
    margin-bottom: 2.777vw;
  }

  .prm-col-2,
  .prm-col-3,
  .prm-col-4,
  .prm-col-5,
  .prm-col-6,
  .prm-col-7,
  .prm-col-8,
  .prm-col-9 {
    width: calc(100% - 20px);
  }

  .prm-image-1 {
    max-width: 200px;
  }

  .prm-mt-30 {
    margin-top: 4.166vw;
  }
}