

/* Start:/registration/style.css?172803662126587*/
.container {
  overflow: hidden;
}

.header_wrap,
#mobileheader {
  border-bottom: 1px solid var(--white_text_black);
}

.partners-icon {
  stroke: var(--white_text_black);
}

/*  */

.top-banner {
  position: relative;
  height: 562px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid var(--white_text_black);
	border-bottom: none;
  overflow: hidden;
  margin-top: -1px;
}


.top-banner_title {
  width: 50%;
  max-width: 680px;
  font-size: 48px;
  line-height: 59px;
  color: var(--white_text_black);
  padding-top: 162px !important;
  padding-left: 70px;
  /*margin-right: 58px;*/
  margin-bottom: 0;
  z-index: 10;
}

.top-banner__shadow {
  display: none;
}

.top-banner_img {
  position: absolute;
  display: block;
  width: 100%;
  max-width: 755px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
  top: 10px;
  right: 10px;
  z-index: 1;
}

/*  */

.bar__wrap {
  height: 85px;
  margin-top: -1px;
  margin-bottom: 60px;
}

.bar {
  position: relative;
  height: 85px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.bar:before,
.bar:after {
  content: '';
  position: absolute;
  left: -15vw;
  right: -15vw;
  height: 1px;
  background-color: var(--white_text_black);
}

.bar:before {
  top: 0;
}

.bar:after {
  bottom: 0;
}

.bar__wrap-fixed.fixed {
  position: fixed;
  top: 62px;
  left: 0;
  right: 0;
  background-color: var(--black_bg_black);
  z-index: 900;
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.3);
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.3);
}

.bar.fixed {
  max-width: 1560px;
  padding: 0 30px;
  margin: 0 auto;
}

.bar-link {
  width: 25%;
  position: relative;
  display: block;
  font-weight: 700;
  font-size: 30px;
  line-height: 37px;
  color: var(--white_text_black);
  text-align: center;
}

.bar-link:after {
  content: '';
  position: absolute;
  top: calc(50% - 13px);
  right: 0;
  width: 1px;
  height: 27px;
  background-color: var(--white_text_black);
}

.bar-link:last-child:after {
  display: none;
}

/*  */

.block-content {
  margin-bottom: 60px;
}

.block-content_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 120px;
}

.block-content_top-img {
  display: block;
  width: 100%;
  max-width: 862px;
  max-height: 495px;
  margin-right: 20px;
}

.block-content_top-text {
  max-width: 618px;
}

.block-content_top-text_title {
  font-weight: 700;
  font-size: 38px;
  line-height: 46px;
  color: var(--white_text_black);
  margin-bottom: 33px;
}

.block-content_top-text_desc {
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: var(--white_text_black);
  margin-bottom: 33px;
}

.block-content_top-text_btn span {
  font-size: 20px;
}

.block-content_top.revert {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.block-content_top.revert .block-content_top-img {
  margin-right: 0;
}

.block-content_top.revert .block-content_top-text {
  margin-right: 20px;
}


.block-content_bottom {
  margin-bottom: 60px;
}

.block-content_bottom-title {
  font-weight: 700;
  font-size: 38px;
  line-height: 46px;
  color: var(--white_text_black);
  margin-bottom: 33px;
}

.block-content_bottom-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  counter-reset: item-circle;
}

.block-content_bottom-item {
  position: relative;
  width: 25%;
  padding-top: 50px;
  padding-left: 60px;
  margin-right: 20px;
}

.block-content_bottom-list.three .block-content_bottom-item {
  width: 33%;
}

.block-content_bottom-list.two .block-content_bottom-item {
  width: 50%;
}


.block-content_bottom-item:before {
  content: '';
  position: absolute;
  top: 4px;
  left: -4px;
  width: 173px;
  height: 173px;
  background: #D2D9E7;
  opacity: 0.3;
  border-radius: 100%;
}

.block-content_bottom-item:after {
  counter-increment: item-circle;
  content: counter(item-circle);
  position: absolute;
  top: 0;
  left: 0;
  font-style: normal;
  font-weight: 700;
  font-size: 74px;
  line-height: normal;
  color: #D2D9E7;
}

.block-content_bottom-item_title {
  position: relative;
  z-index: 10;
  height: auto;
  min-height: 96px;
  font-weight: 700;
  font-size: 26px;
  line-height: 32px;
  color: var(--white_text_black);
  margin-bottom: 15px;
}

.block-content_bottom-item_desc {
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: var(--white_text_black);
  margin-bottom: 0;
}

/*  */

.block-content_info {
  position: relative;
  padding-top: 60px;
  padding-bottom: 60px;
}

.block-content_info:before,
.block-content_info:after {
  content: '';
  position: absolute;
  left: -15vw;
  right: -15vw;
  height: 1px;
  background-color: var(--white_text_black);
}

.block-content_info:before {
  top: 0;
}

.block-content_info:after {
  bottom: 0;
}

.block-content_info-title {
  font-weight: 700;
  font-size: 38px;
  line-height: 46px;
  text-align: center;
  color: var(--white_text_black);
  margin-bottom: 33px;
}

.block-content_info-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.block-content_info-item {
  width: 33.3%;
}

.block-content_info-item_img {
  display: block;
  width: 100px;
  height: 100px;
  -o-object-fit: contain;
  object-fit: contain;
  margin-bottom: 20px;
}

.block-content_info-item_desc {
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  color: var(--white_text_black);
  margin-bottom: 0;
}

/*  */

.tariffs {

}

.tariffs-title {
  font-weight: 700;
  font-size: 38px;
  line-height: 46px;
  text-align: center;
  color: var(--white_text_black);
  margin-bottom: 33px;
}

.tariffs-block_table {
  width: 100%;
  margin-bottom: 100px;
}

.tariffs-block_table:last-child {
  margin-bottom: 0;
}

.tariffs-block_table thead tr th {
  width: 25%;
  font-weight: 700;
  font-size: 30px;
  line-height: 37px;
  color: var(--white_text_black);
  text-align: center;
  padding: 40px 10px;
}

.tariffs-block_table tbody tr {
  font-size: 36px;
  font-weight: 500;
}

.tariffs-block_table tbody tr:first-child td {
  font-weight: 500;
  font-size: 30px;
  line-height: 37px;
  color: var(--white_text_black);
  border: 1px solid var(--white_text_black);
}

.tariffs-block_table tbody tr:first-child td:first-child {
  border-left: none;
  padding: 40px 0 40px 10px;
}

.tariffs-block_table tbody tr:first-child td:last-child {
  border-right: none;
}

.tariffs-block_table tbody tr td {
  width: 25%;
  font-weight: 500;
  font-size: 30px;
  line-height: 22px;
  color: var(--white_text_black);
  text-align: center;
  padding: 40px 10px;
  border-right: 1px solid var(--white_text_black);
}

.tariffs-block_table tbody tr td:first-child {
  text-align: left;
  padding-left: 10px;
  padding-right: 20px;
}

.tariffs-block_table tbody tr td:last-child {
  border-right: none;
}

.tariffs-block_table .red-bnr-btn{
  font-size: 18px;
}

.tariffs-block_table tbody tr td img,
.tariffs-block_table tbody tr td .partners-icon {
  width: 60px;
  height: 60px;
}

.tariffs-block_table tbody tr td .block-content_top-text_btn span {
  font-size: 16px;
}


.tariffs-block__mobile {
  display: none;
  padding: 0 20px;
}

.tariffs-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.tariffs-blocks {
  width: 50%;
  margin-right: 28px;
}

.tariffs-blocks:last-child {
  margin-right: 0;
}

.tariffs-block_title {
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  color: var(--white_text_black);
  padding: 40px 0;
  background-color: #D2D9E7;
  margin-bottom: 0;
}

.tariffs-block_base {
  text-align: center;
}

.tariffs-block_base-top {
  padding: 60px 10px;
  background-color: #F6F0E9;
  border-bottom: 1px solid var(--white_text_black);
}

.tariffs-block_base-title {
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: var(--white_text_black);
  margin-bottom: 20px;
}

.tariffs-block_base-price {
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: var(--white_text_black);
  margin-bottom: 0;
}

.tariffs-block_base-btn {
  border: none;
  background: none;
  cursor: pointer;
  margin-top: 20px;
}

.tariffs-block_base-btn.open {
  font-size: 16px;
  line-height: 20px;
  color: var(--white_text_black);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.tariffs-block_base-btn.close {
  float: none;
  display: none;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  color: var(--white_text_black);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  opacity: 1;
  margin: 30px auto 30px auto;
}

.tariffs-block_base-btn.open:hover,
.tariffs-block_base-btn.close:hover {
  color: #85A3BD;
}

.tariffs-block_base-info__wrap {
  display: none;
  background-color: #fff;
}

.tariffs-block_base-info {
  padding-top: 25px;
  border-bottom: 1px solid var(--white_text_black);
}

.tariffs-block_base-info_title {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #717070;
  margin-bottom: 20px;
}

.tariffs-block_base-info_desc {
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  color: var(--white_text_black);
  margin-bottom: 25px;
}

.tariffs-block_base-info_desc img,
.tariffs-block_base-info_desc .partners-icon {
  display: block;
  width: 60px;
  height: 60px;
  margin-right: auto;
  margin-left: auto;
}

/* --------------- новая страница регистрации */

.custom-reg .block-content_bottom-list {
	flex-wrap: wrap;
	justify-content: flex-start;
	margin-left: -10px;
	margin-right: -10px;
}

.block-content.custom-reg {
	position: relative;
	padding-top: 80px;
}

.custom-reg .block-content_bottom-item {
	width: 100%;
	margin-right: 0;
}

.custom-reg .block-content_bottom-col {
	flex: 0 0 auto;
	width: 33.33333%;
	padding-left: 10px;
	padding-right: 10px;
}

.custom-reg .block-content_top {
	margin-bottom: 80px;
	position: relative;
}

.custom-reg .block-content_bottom {
	position: relative;
	padding-top: 80px;
}

.tariffs {
	position: relative;
	padding-top: 60px;
}

.custom-reg .block-content_bottom::before,
.block-content.custom-reg::before::before{
	content: "";
	position: absolute;
	left: -15vw;
	right: -15vw;
	top: 0;
	height: 1px;
	background-color: var(--white_text_black);
}

.custom-reg .block-content_bottom-title {
	margin-bottom: 80px;
}



/*  */
.custom-reg .block-content_bottom--padding {
	margin-bottom: 0;
}

.reg-timer {
	background-image: url("/registration2/img/banner-tiner_2.png");
	background-position: right;
	background-repeat: no-repeat;
	background-size: contain;
	padding-bottom: 80px;
}

#showroom.custom-reg {
	margin-bottom: 0;
}


.reg-timer__title {
	font-weight: 600;
	font-size: 28px;
	line-height: 34px;
	text-transform: uppercase;
	color: #000000;

	display: flex;
	align-items: center;
	margin-bottom: 110px;
}

.reg-timer__result {
	padding-left: 30px;
	padding-right: 30px;
	font-size: 64px;
	line-height: 78px;
}

.reg-timer__clock {
	max-width: 615px;
	padding: 30px;
	background: linear-gradient(292.77deg, rgba(255, 231, 253, 0.691765) 6.2%, rgba(255, 255, 255, 0.7) 27.32%, rgba(237, 255, 255, 0.7) 64.63%, rgba(222, 255, 255, 0.7) 85.71%);

	box-shadow: 2px 6px 20px rgba(133, 163, 189, 0.3), inset 2px 4px 4px rgba(255, 255, 255, 0.5);

	backdrop-filter: blur(7.5px);

	border-radius: 10px;

	display: flex;
	flex-direction: column;
	align-items: center;
}

.timer__items {
	display: flex;
	font-size: 48px;
	margin-bottom: 50px;
}

.timer__item {
	width: 163px;
	height: 165px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #fff;

	box-shadow: 2px 2px 8px rgba(93, 99, 111, 0.5), inset 0px 4px 4px rgba(255, 255, 255, 0.5);
	border-radius: 10px;

	position: relative;
	min-width: 60px;
	margin-right: 33px;
	text-align: center;
	font-weight: 400;
	font-size: 96px;
	line-height: 117px;
	color: #323232;
}

.timer__item:last-child {
	margin-right: 0;
}

.timer__item::before {
	content: attr(data-title);
	display: block;
	position: absolute;
	left: 50%;
	bottom: -35px;
	transform: translateX(-50%);
	font-weight: 600;
	font-size: 30px;
	line-height: 37px;
	color: #323232;
}

.timer__item:not(:last-child)::after {
	content: ':';
	position: absolute;
	right: -26px;
}

.reg-timer__go {
	width: 140px;
	height: 66px;
	margin-bottom: 20px;
}

.reg-timer__go img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.custom-reg__list {
	flex: 1 1 auto;
}

.custom-reg__list li {
	font-weight: 400;
	font-size: 18px;
	line-height: 22px;
	color: #222222;
	margin-bottom: 25px;
	padding-left: 40px;
	margin-left: 0;
}

.custom-reg__list:not([id*="bx_"]) > li:before {
	margin: 0;
	content: '';
	display: block;
	width: 30px;
	height: 30px;
	background-image: url('/registration2/img/check-list.svg');

	position: absolute;
	left: 0;
}

.rfd-list:not([id*="bx_"]) > li {
	margin-left: 0;
	margin-bottom: 10px;
	padding-left: 29px;
}

.rfd-list:not([id*="bx_"]) > li:before {
	content: '';
	display: block;
	width: 10px;
	height: 10px;
	background: #85A3BD;
	border-radius: 100%;

	position: absolute;
	left: 30px;
	top: 5px;
}

.block-content_top picture {
	max-width: 862px;
	overflow: hidden;
	border-radius: 10px;
	flex: 1 1 auto;
}

.block-content_top picture .block-content_top-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.registration-banner {
	padding-top: 24px;
	padding-bottom: 24px;
	background-image: url('/registration2/img/banner-bg.jpg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	margin-bottom: 100px;

	display: flex;
	flex-direction: column;
	align-items: center;
}

.registration-banner__title {
	font-weight: 600;
	font-size: 96px;
	line-height: 117px;
	letter-spacing: 0.22em;
	text-transform: uppercase;
	color: #000000;
	margin-bottom: 15px;
}

.registration-banner__subtitle {
	background-color: #000000;
	padding: 11px;
	width: 855px;

	font-weight: 500;
	font-size: 46px;
	line-height: 56px;
	letter-spacing: 0.085em;
	color: #FFFFFF;
	text-align: center;
	margin-bottom: 37px;
}

.registration-banner__date {
	display: flex;
	font-size: 114px;
	line-height: 114px;
	font-weight: 700;
}

.registration-banner__date span {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 400;
	font-size: 46px;
	line-height: 56px;
	color: #000000;
}

.registration-banner__date span:first-child {
	display: block;
	margin-right: 40px;
	align-self: flex-start;
}

.registration-banner__date span:last-child {
	display: block;
	margin-left: 40px;
	align-self: flex-end;
}

.tariffs-block_table tbody tr:first-child td {
	font-size: 36px;
	line-height: 44px;
}

.tariffs-block_table tbody tr:first-child td span,
.tariffs-block_base-price span {
	font-weight: 500;
	font-size: 24px;
	line-height: 29px;
	text-decoration-line: line-through;
}

.block-content_top-picture {

}

.block-content_top-picture img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.reg-timer__day {
	padding-right: 5px;
}


@media (max-width: 1919px) {
  .top-banner__shadow {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: -o-linear-gradient(left, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.605455) 45.69%, rgba(255, 255, 255, 0) 60.46%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.9)), color-stop(45.69%, rgba(255, 255, 255, 0.605455)), color-stop(60.46%, rgba(255, 255, 255, 0)));
    background-image: linear-gradient(90deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.605455) 45.69%, rgba(255, 255, 255, 0) 60.46%);
    z-index: 5;
    opacity: 45%;
  }

  .bar-link {
    font-size: 20px;
    line-height: 24px;
  }
}


@media (max-width: 991px) {

  .top-banner__shadow {
    opacity: 100%;
   }

	.custom-reg .block-content_bottom-col {
		width: 50%;
	}

	.custom-reg .block-content_top {
		align-items: stretch;
	}

	.block-content_top picture {
		max-width: 100%;
		width: 100%;
		margin-bottom: 60px;
	}

	.block-content_top-text {
		max-width: 100%;
	}

  #content .container .maxwidth-theme {
    padding: 0;
  }

  .top-banner {
    height: 484px;
    border-left: 0;
    border-right: 0;
  }

  .top-banner_title {
    width: 60%;
    max-width: 450px;
    padding-top: 100px !important;
    padding-left: 16px;
  }

  .top-banner_img {
    right: -180px;
  }

  .bar-link {
    font-size: 16px;
    line-height: 17px;
  }


  .block-content {
    padding: 0 20px;
  }

  .block-content_top,
  .block-content_top.revert {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .block-content_top-img {
    margin-right: 0;
    margin-bottom: 40px;
  }

  .block-content_top-text_title,
  .block-content_top-text_desc,
  .block-content_bottom-title {
    text-align: center;
  }

  .block-content_top-text_btn {
    display: block !important;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto !important;
  }

  .block-content_bottom-list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .block-content_bottom-item,
  .block-content_bottom-list.three .block-content_bottom-item,
  .block-content_bottom-list.two .block-content_bottom-item {
    margin-right: 0;
    margin-bottom: 33px;
    width: 45%;
  }

  .tariffs-block__desctop {
    display: none;
  }

  .tariffs-block__mobile {
    display: block;
  }

  .block-content_top picture .block-content_top-img {
	  margin: 0;
  }

	.block-content_top-text_title {
		text-align: left;
	}

	.block-content_top-text_btn {
		margin-left: 0 !important;
	}

	.registration-banner__title {
		font-size: 52px;
		line-height: 70px;
	}

	.registration-banner__subtitle {
		width: 80%;
		font-size: 32px;
		line-height: 44px;
	}

	.registration-banner__date {
		font-size: 70px;
		line-height: 70px;
	}

	.registration-banner__date span {
		font-size: 32px;
		line-height: 44px;
	}

	.tariffs-block_base-info .block-content_top-text_btn {
		margin: 0 auto !important;
	}
}

@media (max-width: 767px) {
  .top-banner {
    height: 405px;
  }

  .top-banner_title {
    position: absolute;
    width: 85%;
    font-size: 36px;
    line-height: 44px;
    left: 0;
    bottom: 20px;
  }

  .top-banner__shadow {
    background-image: -o-linear-gradient(bottom, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.605455) 45.69%, rgba(255, 255, 255, 0) 60.46%);
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0.9)), color-stop(45.69%, rgba(255, 255, 255, 0.605455)), color-stop(60.46%, rgba(255, 255, 255, 0)));
    background-image: linear-gradient(360deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.605455) 45.69%, rgba(255, 255, 255, 0) 60.46%);
  }

  .top-banner_img {
    right: -35px;
    bottom: 0;
    height: 100%;
    max-width: 370px;
  }

  .bar__wrap {
    height: 95px;
    margin-bottom: 40px;
  }

  .bar {
    height: 95px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .bar.fixed {
    padding: 0;
  }

  .bar-link {
    width: 50%;
    font-size: 14px;
    line-height: 17px;
    padding: 15px 0;
  }

  .bar-link:nth-child(1),
  .bar-link:nth-child(2) {
    border-bottom: 1px solid var(--white_text_black);
  }

  .bar-link:nth-child(2):after {
    display: none;
  }

  .block-content {
    padding: 0 10px;
    margin-bottom: 80px;
  }

  .block-content_top-img {
    margin-bottom: 33px;
  }

  .block-content_top-text_title {
    font-size: 38px;
    line-height: 46px;
    margin-bottom: 33px;
  }

  .block-content_top-text_desc {
    margin-bottom: 33px;
	  text-align: left;
  }

  .block-content_top {
    margin-bottom: 80px;
  }

  .block-content_bottom {
    margin-bottom: 80px;
  }

  .block-content_bottom-title {
	font-size: 38px;
	line-height: 46px;
  	text-align: left;
  }

  .block-content_bottom-item,
  .block-content_bottom-list.three .block-content_bottom-item,
  .block-content_bottom-list.two .block-content_bottom-item {
    margin-bottom: 25px;
  }

  .block-content_bottom-item_title {
    font-size: 24px;
    line-height: 29px;
	  min-height: auto;
  }

  .block-content_info {
    padding-top: 0;
    padding-bottom: 0;
  }

  .block-content_info:before,
  .block-content_info:after {
    display: none;
  }

  .block-content_info-title {
    font-size: 30px;
    line-height: 37px;
  }

  .block-content_info-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .block-content_info-item {
    width: 100%;
    margin-bottom: 25px;
  }

  .block-content_info-item:last-child {
    margin-bottom: 0;
  }

	.custom-reg .block-content_bottom-col {
		width: 100%;
	}

	.block-content_bottom-item {
		min-height: 175px;
		margin-bottom: 40px;
	}

	.reg-timer {
		display: flex;
		min-height: 860px;
		flex-direction: column;
		background-position-x: 80px;
		background-position-y: top;
	}

	.reg-timer__clock {
		margin: 0 auto;
	}

	.reg-timer__box {
		margin-top: auto;
	}


	.registration-banner__subtitle {
		font-size: 14px;
		line-height: 16px;
		margin-bottom: 10px;
	}

	.reg-timer__title {
		font-weight: 600;
		font-size: 18px;
		line-height: 22px;
		flex-wrap: wrap;
		max-width: 250px;
	}

	.reg-timer__title span {
		padding-bottom: 10px;
	}

	.custom-reg .block-content_top,
	.block-content.custom-reg {
		margin-bottom: 50px;
	}

	.block-content_bottom,
	.block-content.custom-reg {
		padding-top: 50px;
	}

	.tariffs-block_base-price span {
		font-size: 16px;
		line-height: 24px;
	}

}

@media (min-width: 651px) {
  .tariffs-block_base-info .block-content_top-text_btn span {
    font-size: 12px;
  }
}

@media (max-width: 650px) {
  .tariffs-block__mobile {
    padding: 0 10px;
  }

  .tariffs-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .tariffs-blocks {
    width: 100%;
    margin-right: 0;
    margin-bottom: 25px;
  }

  .tariffs-blocks:last-child {
    margin-bottom: 0;
  }

  .tariffs-block_title {
    font-size: 30px;
    line-height: 45px;
  }

  .block-content_top-text_title,
  block-content_bottom-title {
	  font-size: 30px;
	  line-height: 37px;
	  margin-bottom: 25px;
  }

  .block-content_top-text_desc {
	  margin-bottom: 25px;
  }

  .rfd-list {
	  margin-bottom: 25px;
  }

	.custom-reg .block-content_top,
	.block-content.custom-reg {
		margin-bottom: 35px;
	}

	.block-content_bottom,
	.block-content.custom-reg {
		padding-top: 35px;
	}

	.block-content_bottom-item {
		padding-top: 10px;
	}

	.block-content_top picture {
		margin-bottom: 33px;
	}

	.custom-reg__list:not([id*="bx_"]) > li:before {
		background-repeat: no-repeat;
		background-size: contain;
		width: 19px;
		height: 19px;
		top: 3px;
	}

	.custom-reg__list li {
		padding-left: 27px;

	}

	.registration-banner__title {
		font-size: 22px;
		line-height: 30px;
	}

	.reg-timer__clock {
		padding: 20px 10px;
	}

	.timer__item {
		width: 87px;
		height: 87px;
		font-size: 48px;
		line-height: 59px;
		margin-right: 11px;
	}

	.timer__item:not(:last-child)::after {
		right: -11px;
	}

	.reg-timer {
		min-height: 500px;
		padding-bottom: 35px;
	}

	.reg-timer__go {
		width: 76px;
		height: 45px;
		margin-bottom: 11px;
	}

	.reg-timer__btn {
		font-weight: 400;
		font-size: 17px;
		line-height: 24px;
		padding: 10px;
	}

	.reg-timer__clock {
		max-width: 450px;
	}

	.reg-timer__title {
		margin-bottom: 80px;
	}

	.registration-banner {
		margin-bottom: 20px;
	}

	.tariffs {
		padding-top: 35px;
	}

	.registration-banner {
		padding-top: 5px;
		padding-bottom: 5px;
	}

	.registration-banner__date {
		font-size: 35px;
		line-height: 50px;
	}

	.registration-banner__subtitle {
		padding: 5px;
	}
	.registration-banner__date span {
		font-size: 20px;
		line-height: 32px;
	}

	.registration-banner__date span:first-child {
		margin-right: 15px;
	}

	.registration-banner__date span:last-child {
		margin-left: 15px;
	}

	.custom-reg .block-content_bottom {
		padding-top: 35px;
	}

	.timer__item::before {
		font-size: 20px;
		line-height: 24px;
	}

	.reg-timer__result {
		padding-left: 10px;
		padding-right: 10px;
	}

}

@media (max-width: 580px) {
  .block-content_bottom-item,
  .block-content_bottom-list.three .block-content_bottom-item,
  .block-content_bottom-list.two .block-content_bottom-item {
    width: 100%;
  }

  .block-content_bottom-item_title {
    min-height: auto;
  }
}

.opportunities {
  position: relative;
  padding-top: 60px;
}

.opportunities::before {
  content: "";
  position: absolute;
  left: -15vw;
  right: -15vw;
  top: 0;
  height: 1px;
  background-color: var(--white_text_black);
}

.opportunities h3{
  margin-bottom: 50px;
}


.opportunities__row{
  display: flex;
}
.opportunities__left{
  flex:  0 0 35%;
  margin-right: 50px;
}

.opportunities p{
  font-size: 20px;
}



.opportunities__left img{
  max-width: 100%;

}

.opportunities__right{
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: var(--white_text_black);
  margin-bottom: 0;
}

.opportunities__right li::marker{
  color: #F21E1A;
  font-weight: 500;
}

.tariffs-block_base-top{
  background: transparent;
  border-left: 1px solid var(--white_text_black);
  border-right: 1px solid var(--white_text_black);
}

.tariffs-block__mobile .tariffs-block_base-price{
  font-size: 30px;
}

.tariffs-block__mobile .red-bnr-btn{
  font-size: 18px;
}




@media(max-width: 991px){
  .opportunities__row{
    flex-direction: column;
    padding: 0 20px;
  }

  .opportunities__left{
    margin-bottom: 30px;
    margin-right: 0;
    text-align: center;
  }

  p{
    text-align: center;
  }

  .opportunities__left img{
    max-width: 100%;
  }

  .top-banner img{
    right: unset;
    max-width: unset;
  }

  .opportunities__right .red-bnr-btn{
    display: flex;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
  }

  .block-content_bottom-title{
    text-align: center;
    font-size: 32px;
  }

  h3{
    text-align: center;
    font-size: 32px;
  }

  .tariffs-title{
    text-align: center;
    font-size: 32px;
  }
}
/* End */
/* /registration/style.css?172803662126587 */
