﻿.wpb {
    background: #eef4ff;
}
.wpl {
    max-width: 1426px;
    position: relative;
    margin-right: auto;
    margin-left: auto;
    letter-spacing: -0.56px;
    padding: 60px 5%;
}

.wp__inner {
  margin: 0 auto;
}

.wp__top {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
}

.wp h1 {
  margin: 0 0 25px;
  font-size: 52px;
  line-height: 1.05;
  font-weight: 700;
}

.wp__date {
  display: inline-block;
  padding-bottom: 18px;
  font-size: 16px;
  font-weight: 700;
  color: #18308d;
  border-bottom: 2px solid #21318f;
}

.wp__line {
  height: 1px;
  background: #dce4f1;
  margin-top: -1px;
  margin-bottom: 22px;
}

.wp__arrows {
  display: flex;
  gap: 28px;
  padding-bottom: 22px;
}

.wp__arrows button {
  width: 40px;
  height: 20px;
  border: 0;
  background: transparent;
  font-size: 36px;
  line-height: 1;
  color: #6d778b;
  cursor: pointer;
  transition: 0.2s;  
}

.wp__arrows button.js-plan-prev {
	background: url(/images/arrow-left-2.svg);
}

.wp__arrows button.js-plan-next {
	background: url(/images/arrow-right-2.svg);
}


.wp__arrows button:hover {
  color: #21318f;
}

.wp__card {
  background: #ffffff;
  border-radius: 20px;
  padding: 24px 30px;
}

.pi {
  position: relative;
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 18px;
  min-height: 97px;
}

.pi:not(:last-child)::after {
  content: "";
  position: absolute;
  left: 20px;
  top: 54px;
  width: 2px;
  height: calc(100% - 42px);
  background: #d3dae9;
}

.pi__circle {
  position: relative;
  z-index: 2;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #ffffff;
  border: 3px solid #e1e7f2;
  margin-top: 12px;
}

.pi.will .pi__circle::before {
    content: "";
    position: absolute;
    left: 12px;
    top: 12px;
    width: 12px;
    height: 12px;
    background: #e1e7f2;
    border-radius: 50%;
}

.pi.done .pi__circle {
  background: #2137a6;
  border-color: #2137a6;
}

.pi.done .pi__circle::before {
  content: "✓";
  position: absolute;
  left: 7px;
  top: 5px;
  color: #ffffff;
  font-size: 26px;
  font-weight: 700;
}

.pi.live .pi__circle {
  border-color: #38d5a6;
}

.pi.live .pi__circle::before {
  content: "";
  position: absolute;
  left: 12px;
  top: 12px;
  width: 12px;
  height: 12px;
  background: #38d5a6;
  border-radius: 50%;
}

.pi__time {
  font-size: 16px;
  font-weight: 700;
  color: #353b45;
}

.pi__title {
	font-size: 15px;
	line-height: 1.45;
	color: #243085;
}

.pi__loc {
	font-size: 14px;
	line-height: 1.45;
	color: #9ca0a8;
}

.plan-loading {
	padding: 25px 0;
	color: #9ca0a8;
	text-align: center;
}


.bca {
	padding: 28px 32px 36px;
	background: #29358b;
	border-radius: 14px;
	color: #fff;
	text-align: left;
}

.bcat {
    color: #fff;
	letter-spacing: -0.02em;
	font-size: 34px;
	text-align: left;
}

.bcaw {
	position: relative;
	overflow: hidden;
	border-radius: 10px;
}

.bcaw img {
	display: block;
	width: 100%;
	height: 198px;
	object-fit: cover;
}

.bcad {
	margin-top: 20px;
	font-size: 15px;
	line-height: 1.4;
	font-weight: 300;
}

.bcan {
	margin-top: 4px;
	font-size: 18px;
	line-height: 1.4;
}

.bcal {
	display: inline-block;
	margin-top: 48px;
	color: #fff !important;
	font-size: 14px;
	text-decoration: none;
	text-align: center;
	letter-spacing: 0.02em;
}

.bcal:hover {
	color: #f1f1f1 !important;
}

.bcal svg {
    vertical-align: middle;
    margin-left: 4px;
}

@media (max-width: 640px) {
	.wp {
		padding: 35px 15px;
	}

	.wp h1 {
		font-size: 38px;
	}

	.wp__card {
		padding: 22px 18px;
	}
}

@media (max-width: 420px) {
	.wp__top {
		flex-direction: column;
		align-items: flex-start;
	}

	.wp h1 {
		font-size: 32px;
		margin-bottom: 18px;
	}

	.wp__arrows {
		padding-bottom: 5px;
	}

	.wp__line {
		margin-top: 10px;
	}
}