:root {
  --accent: orange;
  --fontsize: 16px;
  --textcolor: #333;
  --lineheight: 1.65;
  --userfont: roboto-st, sans-serif;
  --systemfont: -apple-system, BlinkMacSystemFont, Arial, sans-serif;
}

/* GENERAL CSS SETTINGS */
::-moz-placeholder {
  color: #666;
}

:-ms-input-placeholder {
  color: #666;
}

::placeholder {
  color: #666;
}

::-moz-selection {
  background-color: var(--accent);
  color: #fff;
}

::selection {
  background-color: var(--accent);
  color: #fff;
}

input,
textarea {
  outline: none;
}

input:focus:required:invalid,
textarea:focus:required:invalid {
  border-color: red;
}

input:required:valid,
textarea:required:valid {
  border-color: green;
}

body {
  font-family: var(--userfont);
  font-size: var(--fontsize);
  line-height: var(--lineheight);
  color: var(--textcolor);
  min-width: 320px;
  position: relative;
  overflow-x: hidden;
  background-color: #fff;
}

.section__title {
  font-family: "Montserrat", sans-serif;
  font-size: 33px;
  line-height: 41px;
  font-weight: 700;
}

.section__title_small {
  font-size: 22px;
  line-height: 36px;
  font-weight: 600;
}

.button {
  font: normal normal bold 18px/22px "Montserrat";
  letter-spacing: 0px;
  font-weight: 500;
  min-height: 54px;
  width: auto;
  border-radius: 10px;
  color: #085ca3;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  min-width: 180px;
}

.button.fw-semibold {
  font-weight: 600;
}

.button:focus {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.button-outline-primary {
  border: 2px solid #085ca3;
}

.button__danger {
  font: normal normal normal 14px/19px "Montserrat";
  letter-spacing: 0px;
  color: #23272b;
  text-transform: capitalize;
  padding: 14px;
  min-width: 80px;
  border: 1px solid #8d0101;
  background: #ffe6e6;
  border-radius: 10px;
  margin-left: 10px;
}

.button__danger:hover {
  background: #ffcdcd;
}

.button__success {
  color: white;
  background-color: #00a87b !important;
  border-color: #00a87b !important;
}

.button__success:hover {
  color: white;
  background-color: #008f68 !important;
}

.button__success--outline {
  border: 2px solid #1ba87b;
  color: #1e1e1e;
}

.button__success--outline:hover {
  background-color: #1ba87b;
  color: white;
}

.button__success--outline:hover svg {
  fill: #fff;
}

.button__success__alt {
  background-color: #71b3b1;
  color: white;
}

.button__success__alt:hover {
  background-color: #60aaa8;
  color: white;
}

.button__primary {
  background-color: #085ca3;
  border-color: #085ca3;
  color: white;
}

.button__primary:hover {
  color: white;
  background-color: #074e8b;
}

.button__secondary {
  background-color: #9f9f9f;
  background-color: #9f9f9f;
  color: white;
}

.button__secondary:hover {
  color: white;
  background-color: #929292;
}

.button__warning {
  background-color: #eb9100;
  color: white;
}

.button__warning:hover {
  background-color: #d28100;
  color: white;
}

.button__warning--outline {
  border: 2px solid #eb9102;
  color: #1e1e1e;
}

.button__warning--outline:hover {
  background-color: #eb9102;
  color: white;
}

.button__warning--outline:hover svg {
  fill: #fff;
}

.form-group {
  margin-bottom: 20px;
}

.form__label {
  font: normal normal normal 16px/19px "Montserrat";
  letter-spacing: 0px;
  color: #010101;
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
}

.form-select {
  border-radius: 10px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  border: 1px solid #c5c5c5;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  height: 54px;
  padding: 16px 20px;
  padding-right: 40px;
  color: #767676;
  background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14.002' height='7.173' viewBox='0 0 14.002 7.173'%3E%3Cpath id='free-icon-font-angle-small-down-3916864' d='M18.71,8.21a1,1,0,0,0-1.42,0l-4.58,4.58a1,1,0,0,1-1.42,0L6.71,8.21A1,1,0,0,0,5.29,9.62l4.59,4.59a3,3,0,0,0,4.24,0l4.59-4.59A1,1,0,0,0,18.71,8.21Z' transform='translate(-4.999 -7.914)' fill='%231e1e1e'/%3E%3C/svg%3E%0A") no-repeat calc(100% - 20px) 50%;
}

.form-select:focus {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  border: 1px solid #c5c5c5;
}

.form-control {
  border-radius: 10px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  border: 1px solid #c5c5c5;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  height: 54px;
}

.form-control:focus {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  border: 1px solid #c5c5c5;
}

.form-control.icon_search {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17.166' height='17.165' viewBox='0 0 17.166 17.165'%3E%3Cpath id='search' d='M16.924,15.914l-4.264-4.264a7.154,7.154,0,1,0-1.01,1.01l4.264,4.264a.714.714,0,1,0,1.01-1.01ZM7.134,12.848a5.714,5.714,0,1,1,5.714-5.714,5.714,5.714,0,0,1-5.714,5.714Z' transform='translate(0.032 0.032)' fill='%23085ca3'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: calc(100% - 20px) 50%;
  padding-right: 40px !important;
}

.form-control.icon_plus {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20.227' height='20.227' viewBox='0 0 20.227 20.227'%3E%3Cpath id='plus_2_' data-name='plus (2)' d='M19.384,9.271H10.956V.843A.843.843,0,0,0,10.114,0h0a.843.843,0,0,0-.843.843V9.271H.843A.843.843,0,0,0,0,10.114H0a.843.843,0,0,0,.843.843H9.271v8.428a.843.843,0,0,0,.843.843h0a.843.843,0,0,0,.843-.843V10.956h8.428a.843.843,0,0,0,.843-.843h0A.843.843,0,0,0,19.384,9.271Z' fill='%231e1e1e'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: calc(100% - 20px) 50%;
  padding-right: 40px !important;
}

.form-control.icon_marker {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20.11' height='24.002' viewBox='0 0 20.11 24.002'%3E%3Cg id='marker' transform='translate(-1.945 0.002)'%3E%3Cpath id='Path_10172' data-name='Path 10172' d='M12,6a4,4,0,1,0,4,4A4,4,0,0,0,12,6Zm0,6a2,2,0,1,1,2-2A2,2,0,0,1,12,12Z' fill='%231e1e1e'/%3E%3Cpath id='Path_10173' data-name='Path 10173' d='M12,24a5.271,5.271,0,0,1-4.311-2.2c-3.811-5.257-5.744-9.209-5.744-11.747a10.055,10.055,0,1,1,20.11,0c0,2.538-1.933,6.49-5.744,11.747A5.271,5.271,0,0,1,12,24ZM12,2.181a7.883,7.883,0,0,0-7.874,7.874c0,2.01,1.893,5.727,5.329,10.466a3.145,3.145,0,0,0,5.09,0c3.436-4.739,5.329-8.456,5.329-10.466A7.883,7.883,0,0,0,12,2.181Z' fill='%231e1e1e'/%3E%3C/g%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: calc(100% - 20px) 50%;
  padding-right: 40px !important;
}

.form-control.icon_calendar {
  background-image: url("data:image/svg+xml,%3Csvg id='calendar' xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Cpath id='Path_8859' data-name='Path 8859' d='M15.833,1.667H15V.833a.833.833,0,0,0-1.667,0v.833H6.667V.833A.833.833,0,0,0,5,.833v.833H4.167A4.172,4.172,0,0,0,0,5.833v10A4.172,4.172,0,0,0,4.167,20H15.833A4.172,4.172,0,0,0,20,15.833v-10A4.172,4.172,0,0,0,15.833,1.667ZM1.667,5.833a2.5,2.5,0,0,1,2.5-2.5H15.833a2.5,2.5,0,0,1,2.5,2.5v.833H1.667Zm14.167,12.5H4.167a2.5,2.5,0,0,1-2.5-2.5v-7.5H18.333v7.5A2.5,2.5,0,0,1,15.833,18.333Z' fill='%231e1e1e'/%3E%3Ccircle id='Ellipse_18' data-name='Ellipse 18' cx='1.188' cy='1.188' r='1.188' transform='translate(8.813 11.33)' fill='%231e1e1e'/%3E%3Ccircle id='Ellipse_19' data-name='Ellipse 19' cx='1.188' cy='1.188' r='1.188' transform='translate(4.616 11.33)' fill='%231e1e1e'/%3E%3Ccircle id='Ellipse_20' data-name='Ellipse 20' cx='1.188' cy='1.188' r='1.188' transform='translate(13.009 11.33)' fill='%231e1e1e'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: calc(100% - 20px) 50%;
  padding-right: 40px !important;
}

textarea.form-control {
  min-height: 218px;
}

.custom-file {
  height: 54px;
}

.custom-file-input:focus ~ .custom-file-label {
  border: 1px solid #c5c5c5;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.custom-file-label {
  height: 54px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  padding-right: 20px;
  border: 1px solid #c5c5c5;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.custom-file-label::after {
  content: "" !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20.752' viewBox='0 0 20 20.752'%3E%3Cpath id='free-icon-font-clip-3917548' d='M19.853,8.3a.864.864,0,0,0-1.222,0L9.215,17.754A4.322,4.322,0,1,1,3.1,11.641l9.119-9.156a2.593,2.593,0,1,1,3.668,3.667L6.77,15.308a.883.883,0,0,1-1.222,0,.864.864,0,0,1,0-1.222L13.666,5.93a.864.864,0,1,0-1.222-1.222L4.325,12.864a2.593,2.593,0,0,0,0,3.668,2.656,2.656,0,0,0,3.668,0l9.118-9.157A4.322,4.322,0,1,0,11,1.263L1.88,10.419a6.051,6.051,0,0,0,8.558,8.558l9.415-9.453a.864.864,0,0,0,0-1.226Z' transform='translate(-0.108 0.003)' fill='%231e1e1e'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: 0 0;
  border: none;
  background-color: transparent;
  width: 20px;
  height: 20px;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}

.custom-control {
  display: inline-block;
  min-height: 1rem;
  padding: 0;
  margin-right: 30px;
}

.custom-control-input {
  display: none;
  position: absolute;
}

.custom-control-input:checked ~ .custom-control-label {
  color: #085ca3;
}

.custom-control-input:checked ~ .custom-control-label::before {
  border-color: #085ca3;
  background-color: #085ca3;
}

.custom-control-input:checked ~ .custom-control-label::after {
  content: "";
}

.custom-control-label {
  padding-left: 30px;
  color: #272727;
  cursor: pointer;
  min-height: 22px;
}

.custom-control-label::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 2px;
  width: 22px;
  height: 22px;
  border-radius: 2px;
  border: none;
  background-color: white;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.custom-control-label::after {
  content: none;
  position: absolute;
  top: 7px;
  left: 3px;
  width: 15px;
  height: 7px;
  border-left: 2px solid white;
  border-bottom: 2px solid white;
  background-image: none;
  transform: rotate(-45deg);
  background-image: none !important;
}

.registration__button {
  font: normal normal normal 18px/22px "Montserrat";
  letter-spacing: 0px;
  font-weight: 500;
  color: #ffffff;
  padding: 15px 22px;
  background-color: #085ca3;
  min-width: 220px;
  border-radius: 0;
}

.registration__button:hover {
  background-color: #064172;
  color: #fff;
}

input[type=number] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

.number_inc {
  position: absolute;
  top: 0;
  right: 10px;
  padding: 0.2em;
  border: none;
}

.number_inc:focus {
  box-shadow: none;
  border: none;
}

.number_inc:active {
  box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.2);
}

.number_inc svg {
  pointer-events: none;
}

.number_dec {
  position: absolute;
  bottom: 0;
  right: 10px;
  padding: 0.2em;
  border: none;
}

.number_dec:focus {
  box-shadow: none;
  border: none;
}

.number_dec:active {
  box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.2);
}

.number_dec svg {
  pointer-events: none;
}

.input-group-prepend {
  flex: 0 1 60px;
}

.input-group-text {
  background: transparent;
  border: none;
}

.input-group .form-control:not(:first-child) {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.input-group.search__input {
  width: 400px;
}

.input-group.search__input .form-control {
  height: 40px;
  border: 1px solid #b2d6f2;
}

.input-group.search__input .btn {
  border-radius: 4px;
  height: 40px;
}

.input-group.search__input .btn-primary {
  background-color: #085ca3;
  border-color: #085ca3;
}

.input-group.search__input .btn-primary:focus {
  box-shadow: none !important;
}

.input-group.search__input .btn-primary:active {
  box-shadow: none;
  background-color: #085ca3;
  border-color: #085ca3;
}

.input-group.search__input .btn-primary:hover {
  background-color: #074e8b;
}

.login__form {
  position: relative;
  max-width: 470px;
  margin: 30px auto 0;
  padding-bottom: 70px;
  z-index: 6;
  width: 100%;
}

.login__form .form-control {
  border-radius: 5px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  border: none;
}

.login__form .forget__link {
  font-family: "Montserrat";
  font-size: 14px;
  line-height: 18px;
  color: #085ca3;
  display: block;
  text-align: right;
  margin-top: 12px;
}

.login__form .form__label {
  font-family: "Montserrat";
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
}

.login__form .js_password_btn {
  background-color: transparent;
  border: none;
  position: absolute;
  top: 0;
  right: 0;
  height: 54px;
  width: 54px;
  z-index: 11;
}

.login__form .js_password_btn:focus {
  border: none;
}

.login__form .js_password_btn svg, .login__form .js_password_btn path {
  transition: all 0.3s linear;
}

.login__form .js_password_btn:hover svg {
  fill: #015ca3;
}

.login__form .js_password_btn:hover path {
  opacity: 1;
}

.login__form_submit {
  font-size: 21px;
  line-height: 35px;
  font-weight: 700;
  padding: 20px;
  min-width: 260px;
}

.header__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 26px;
  padding-bottom: 20px;
}

.header__logo {
  flex: 0 0 560px;
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}

.header__logo:hover {
  text-decoration: none;
}

.header__logo .icon {
  margin-right: 44px;
}

.header__logo .text {
  font: normal normal 500 28px/36px "Montserrat", sans-serif;
  letter-spacing: 0px;
  color: #1e1e1e;
  text-decoration: none;
}

.header__nav {
  width: 100%;
  background-color: rgba(58, 145, 244, 0.15);
  display: flex;
  justify-content: center;
  border-radius: 13px;
}

.header__nav .nav {
  justify-content: center;
}

.header__nav .nav__link {
  display: block;
  font: normal normal bold 16px/19px "Montserrat", sans-serif;
  letter-spacing: 0px;
  color: #1c1c1c;
  text-decoration: none;
  padding: 22px;
  transition: all 0.3s linear;
}

.header__nav .nav__link:hover {
  background-color: rgba(58, 145, 244, 0.15);
}

.header .nav__lang .nav__link {
  font: normal normal 400 20px/24px "Montserrat", sans-serif;
  text-decoration: none;
  letter-spacing: 0px;
  color: #015ca3;
  padding: 16px 14px;
  border: 1px solid transparent;
  transition: all 0.3s linear;
  display: block;
}

.header .nav__lang .nav__link:hover {
  border: 1px solid #13389b;
}

.header .nav__lang .nav__link.active {
  border: 1px solid #13389b;
}

.header__mobile_btn {
  transition: all 0.3s linear;
  display: none;
  padding: 22px;
  z-index: 11;
}

.header__mobile_btn:hover {
  transform: scale(1.1);
}

.header__mobile_btn:focus {
  box-shadow: none;
}

.sandwich {
  cursor: pointer;
  height: 20px;
  position: relative;
  width: 32px;
}

.sandwich.is-active .sandwich__line--top {
  top: 10px;
  transform: rotate(45deg);
}

.sandwich.is-active .sandwich__line--middle {
  opacity: 0;
}

.sandwich.is-active .sandwich__line--bottom {
  top: 10px;
  transform: rotate(-45deg);
}

.sandwich__line {
  background-color: #000000;
  display: block;
  height: 2px;
  left: 0;
  position: absolute;
  transition: all linear 0.4s;
  width: 100%;
}

.sandwich__line--top {
  top: 0;
}

.sandwich__line--middle {
  top: 9px;
}

.sandwich__line--bottom {
  top: 18px;
}

.banner {
  margin-top: 27px;
  position: relative;
  height: 100vh;
  overflow: hidden;
}

.banner:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: rgba(8, 92, 163, 0.6);
  background-repeat: repeat;
  background-position: center;
}

.banner__container {
  padding: 52px 20px 62px;
  border-radius: 22px;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.banner__container::before {
  content: "";
  display: block;
  position: absolute;
  top: -223px;
  left: -223px;
  width: 446px;
  height: 446px;
  background-image: url("../images/banner_el.svg");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
  opacity: 0.8;
  z-index: 5;
}

.banner__container::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -223px;
  right: -223px;
  width: 446px;
  height: 446px;
  background-image: url("../images/banner_el.svg");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
  opacity: 0.8;
  z-index: 5;
}

.banner__title {
  font: normal normal 500 24px/30px "Montserrat", sans-serif;
  letter-spacing: 0px;
  color: #1e1e1e;
  max-width: 623px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 25px;
  position: relative;
  z-index: 6;
}

.banner__desc {
  font: normal normal normal 18px/30px "Montserrat", sans-serif;
  letter-spacing: 0px;
  color: #1e1e1e;
  max-width: 623px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 21px;
  position: relative;
  z-index: 6;
}

.banner__date {
  font: normal normal 500 24px/30px "Montserrat", sans-serif;
  letter-spacing: 0px;
  color: #1e1e1e;
  text-align: center;
  margin-bottom: 36px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 6;
}

.banner__date svg {
  margin-right: 20px;
}

.banner__actions {
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 6;
}

.banner__actions .button {
  margin: 0 20px;
  padding: 24px 36px;
  font: normal normal 700 21px/25px "Montserrat", sans-serif;
  letter-spacing: 0px;
  color: #ffffff;
  align-items: center;
}

.banner__actions .button svg {
  margin-right: 24px;
}

.banner__login {
  margin-bottom: 24px;
  position: relative;
}

.banner__login .banner__container {
  background-position: 50% 0%;
}

/*.banner__login .banner__container::after {*/
/*    bottom: 10%;*/
/*}*/

.banner__login .banner__title strong {
  text-transform: uppercase;
  display: block;
}

.streaming {
  padding-top: 56px;
  position: relative;
}

.streaming__container {
  display: flex;
  align-items: center;
  padding-top: 87px;
  padding-bottom: 66px;
  padding-left: 225px;
  padding-right: 225px;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
  position: relative;
  border-radius: 24px;
  z-index: 11;
}

.streaming__container::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(1, 92, 163, 0.4);
  width: 100%;
  height: 100%;
  border-radius: 24px;
}

.streaming__title {
  font: normal normal bold 24px/30px "Montserrat", sans-serif;
  letter-spacing: 0px;
  color: #1e1e1e;
  text-align: center;
  margin-bottom: 26px;
}

.streaming__play_btn {
  background-color: transparent;
  border: none;
  font: normal normal normal 21px/28px "Roboto", sans-serif;
  letter-spacing: 0px;
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  display: block;
}

.streaming__play_btn:hover {
  color: white;
  text-decoration: none;
}

.streaming__play_btn:hover svg {
  transform: scale(1.1);
}

.streaming__play_btn svg {
  margin-right: 32px;
  transform: scale(1);
  transition: all 0.3s linear;
}

.streaming__left {
  flex: 0 0 32%;
  position: relative;
}

.streaming__right {
  flex: 0 0 68%;
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 70px;
  padding-bottom: 114px;
  position: relative;
  border-left: 1px solid #fff;
}

.streaming__timer_title {
  font: normal normal bold 20px/24px "Montserrat", sans-serif;
  letter-spacing: 0px;
  color: #ffffff;
  text-transform: uppercase;
}

.streaming__timer_title svg {
  margin-right: 15px;
}

.streaming__timer_container {
  max-width: 510px;
  display: inline-flex;
  justify-content: space-between;
  font: normal normal 400 45px/43px "Montserrat", sans-serif;
  letter-spacing: 7.74px;
  color: #dad3a7;
  padding: 10px 48px;
  border-top: 1px dashed #fff;
  border-bottom: 1px dashed #fff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13.503' height='23.619' viewBox='0 0 13.503 23.619'%3E%3Cpath id='Icon_ionic-ios-arrow-back' data-name='Icon ionic-ios-arrow-back' d='M20.683,18,11.746,9.07a1.688,1.688,0,1,1,2.391-2.384L24.262,16.8a1.685,1.685,0,0,1,.049,2.327L14.144,29.32a1.688,1.688,0,0,1-2.391-2.384Z' transform='translate(-11.251 -6.194)' fill='%23fff'/%3E%3C/svg%3E%0A"), url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13.503' height='23.619' viewBox='0 0 13.503 23.619'%3E%3Cpath id='Icon_ionic-ios-arrow-back' data-name='Icon ionic-ios-arrow-back' d='M15.321,18l8.937-8.93a1.688,1.688,0,0,0-2.391-2.384L11.742,16.8a1.685,1.685,0,0,0-.049,2.327L21.86,29.32a1.688,1.688,0,0,0,2.391-2.384Z' transform='translate(-11.251 -6.194)' fill='%23fff'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat, no-repeat;
  background-position: 0 50%, 100% 50%;
}

.streaming__timer_cell {
  display: flex;
  flex-direction: column;
  font: normal normal 400 45px/43px "Montserrat", sans-serif;
  letter-spacing: 7.74px;
  color: #dad3a7;
  margin: 0 15px;
}

.streaming__timer_cell:first-child {
  margin-left: 0;
}

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

.streaming__timer_cell .value {
  margin-bottom: 5px;
  text-align: center;
  padding: 5px;
}

.streaming__timer_cell .name {
  font: normal normal bold 9px/8px "Montserrat", sans-serif;
  letter-spacing: 0px;
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
}

.streaming__social {
  list-style: none;
  position: relative;
  padding-left: 0;
  display: flex;
  margin-top: 14px;
}

.streaming__social_item {
  margin-right: 47px;
}

.streaming__social_link svg {
  transform: scale(1);
  transition: all 0.3s linear;
}

.streaming__social_link:hover {
  transform: scale(1.1);
}

.news {
  padding-bottom: 114px;
  padding-top: 50px;
  position: relative;
}

.news::before {
  content: "";
  display: block;
  position: absolute;
  top: -55px;
  left: -100px;
  width: 648px;
  height: 648px;
  background-image: url("../images/news_el.svg");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
}

.news__container {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}

.news__card {
  display: flex;
  text-decoration: none;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  transition: all 0.3s linear;
}

.news__card:hover {
  text-decoration: none;
  box-shadow: 0 3px 16px rgba(0, 0, 0, 0.26);
}

.news__card_image {
  flex: 0 0 50%;
  max-width: 50%;
}

.news__card_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.news__card_title {
  font: normal normal 500 24px/30px "Montserrat", sans-serif;
  letter-spacing: 0px;
  color: #1e1e1e;
  text-transform: capitalize;
}

.news__card_body {
  padding: 80px 95px 50px 82px;
}

.news__card_footer {
  display: flex;
  justify-content: space-between;
  margin-top: 58px;
}

.news__card_footer .views {
  font: normal normal 500 15px/19px "Montserrat", sans-serif;
  letter-spacing: 0px;
  color: #1e1e1e;
  padding-left: 40px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='17.5' viewBox='0 0 28 17.5'%3E%3Cpath id='Fabric_Icons' data-name='Fabric Icons' d='M14-17.5a5.117,5.117,0,0,1,2.037.41,5.292,5.292,0,0,1,1.675,1.128,5.292,5.292,0,0,1,1.128,1.675,5.117,5.117,0,0,1,.41,2.037,5.1,5.1,0,0,1-.41,2.044,5.313,5.313,0,0,1-1.128,1.668A5.292,5.292,0,0,1,16.037-7.41,5.117,5.117,0,0,1,14-7a5.1,5.1,0,0,1-2.044-.41,5.313,5.313,0,0,1-1.668-1.128A5.313,5.313,0,0,1,9.16-10.206a5.1,5.1,0,0,1-.41-2.044,5.117,5.117,0,0,1,.41-2.037,5.292,5.292,0,0,1,1.128-1.675,5.313,5.313,0,0,1,1.668-1.128A5.1,5.1,0,0,1,14-17.5Zm0,8.75a3.406,3.406,0,0,0,1.36-.273,3.535,3.535,0,0,0,1.114-.752,3.535,3.535,0,0,0,.752-1.114,3.406,3.406,0,0,0,.273-1.36,3.406,3.406,0,0,0-.273-1.36,3.535,3.535,0,0,0-.752-1.114,3.535,3.535,0,0,0-1.114-.752A3.406,3.406,0,0,0,14-15.75a3.406,3.406,0,0,0-1.36.273,3.535,3.535,0,0,0-1.114.752,3.535,3.535,0,0,0-.752,1.114,3.406,3.406,0,0,0-.273,1.36,3.406,3.406,0,0,0,.273,1.36,3.535,3.535,0,0,0,.752,1.114,3.535,3.535,0,0,0,1.114.752A3.406,3.406,0,0,0,14-8.75ZM14-24.5a15.846,15.846,0,0,1,3.883.485,15.141,15.141,0,0,1,3.637,1.429,13.77,13.77,0,0,1,3.1,2.331,11.692,11.692,0,0,1,2.263,3.192,11.5,11.5,0,0,1,.834,2.345A10.652,10.652,0,0,1,28-12.25H26.25a9.094,9.094,0,0,0-.492-3.021,9.506,9.506,0,0,0-1.36-2.57,10.889,10.889,0,0,0-2.044-2.078,12.965,12.965,0,0,0-2.536-1.545,13.888,13.888,0,0,0-2.851-.957A13.762,13.762,0,0,0,14-22.75a13.762,13.762,0,0,0-2.967.328,13.888,13.888,0,0,0-2.851.957A12.965,12.965,0,0,0,5.646-19.92,10.889,10.889,0,0,0,3.6-17.842a9.506,9.506,0,0,0-1.36,2.57A9.094,9.094,0,0,0,1.75-12.25H0a10.652,10.652,0,0,1,.287-2.468,11.5,11.5,0,0,1,.834-2.345,11.692,11.692,0,0,1,2.263-3.192,13.77,13.77,0,0,1,3.1-2.331,15.141,15.141,0,0,1,3.637-1.429A15.846,15.846,0,0,1,14-24.5Z' transform='translate(0 24.5)' fill='%231e1e1e'/%3E%3C/svg%3E%0A");
  background-position: 0 0;
  background-repeat: no-repeat;
}

.news__card_footer .date {
  font: normal normal normal 14px/18px "Montserrat", sans-serif;
  letter-spacing: 0px;
  color: #000000;
}

.footer {
  background-color: #015ca3;
  position: relative;
}

.footer__container {
  display: flex;
  padding-top: 103px;
  padding-bottom: 54px;
  justify-content: space-between;
}

.footer__nav {
  flex: 0 0 25%;
  max-width: 25%;
}

.footer__nav .nav {
  display: flex;
  flex-direction: column;
}

.footer__nav .nav__link {
  font: normal normal 700 14px/44px "Montserrat", sans-serif;
  letter-spacing: 0px;
  color: #ffffff;
  display: block;
}

.footer__copyright {
  font: normal normal normal 12px/15px "Montserrat", sans-serif;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  letter-spacing: 0px;
  color: #ffffff;
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
  padding-right: 40px;
  padding-left: 40px;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  text-align: center;
}

.footer__copyright p:last-child {
  margin-bottom: 0;
}

.footer__social {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.footer__social_title {
  font: normal normal 700 12px/15px "Montserrat", sans-serif;
  letter-spacing: 0px;
  color: #ffffff;
  margin-bottom: 16px;
}

.footer__social_list {
  list-style: none;
  display: flex;
  padding-left: 0;
  border-top: 1px dashed #fff;
  border-bottom: 1px dashed #fff;
  padding-top: 8px;
  padding-bottom: 8px;
}

.footer__social_link {
  padding: 0px 18px;
  display: block;
  border-right: 1px dashed #fff;
}

.footer__social_link svg {
  transform: scale(1);
  transition: all 0.3s linear;
}

.footer__social_link:hover svg {
  transform: scale(1.1);
}

.footer__social_item:last-child .footer__social_link {
  border-right: 0;
}

.footer__developer {
  border-left: 1px solid #fff;
  padding-left: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.program {
  padding-top: 62px;
  padding-left: 66px;
  padding-right: 66px;
  padding-bottom: 63px;
}

.program__container .button {
  margin-top: 60px;
}

.program__list {
  list-style: none;
  padding: 0;
}

.program__list_item {
  display: flex;
  border-bottom: 1px solid #b8b8ff;
}

.program__list_item:last-child {
  border-bottom: none;
}

.program__list_item .time {
  padding: 11px 11px 11px 0;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  line-height: 24px;
  flex: 0 0 auto;
}

.program__list_item .action {
  padding: 11px 11px 11px 40px;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  line-height: 24px;
  position: relative;
  flex: 0 1 auto;
}

.program__list_item .action::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 15px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #3a91f4;
  transform: translateY(-50%);
}

.program__list_item .action::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 22px;
  width: 1px;
  height: 100%;
  background-color: #3a91f4;
}

.program__card {
  margin-top: 28px;
  padding-left: 45px;
  padding-right: 45px;
  box-shadow: 0 1px 19px rgba(0, 0, 0, 0.12);
}

.program__card_title {
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  line-height: 29px;
  color: #000000;
  font-weight: 700;
}

.program__card_header {
  padding: 34px 0 27px 0;
  border-bottom: 1px solid #b8b8ff;
}

.program__card_body {
  padding: 27px 0;
}

.program .section__title {
  margin-bottom: 40px;
}

.program .section__title_small {
  padding-top: 0;
}

.program__table td {
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  line-height: 24px;
  vertical-align: middle;
  border-top: 1px solid #b8b8ff;
}

.program__table td:first-child {
  width: 150px;
}

.program__table td:nth-child(3) {
  padding-left: 40px;
  position: relative;
}

.program__table td:nth-child(3)::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 16px;
  height: 16px;
  background-color: #3a91f4;
  border-radius: 50%;
  transform: translateY(-50%);
}

.program__table td:nth-child(3)::after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background-color: #3a91f4;
  position: absolute;
  top: 0;
  left: 7px;
}

.program__table tr:first-child td {
  border-top: none;
}

.program__table tr:first-child td::after {
  height: 50%;
  top: 50%;
}

.program__table tr:last-child {
  border-bottom: 1px solid #b8b8ff;
}

.program__table tr:last-child td::after {
  height: 50%;
  top: 0;
}

.program__table .custom-control {
  padding: 10px 12px;
  background-color: #e1effe;
  border-radius: 10px;
  margin-right: 10px;
}

.program__table .custom-control-label {
  padding-left: 22px;
}

.program__table .custom-control-label::before {
  box-shadow: none;
  border: 2px solid #085ca3;
  background-color: transparent;
}

.program__table .custom-control.bell {
  min-height: 24px;
}

.program__table .custom-control.bell .custom-control-label::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21.75' height='24' viewBox='0 0 21.75 24'%3E%3Cpath id='bell' d='M22.553,13.661l-1.9-6.835A9.32,9.32,0,0,0,2.576,7.3L1.1,13.914A5,5,0,0,0,5.985,20H7.1a5,5,0,0,0,9.8,0h.838a5,5,0,0,0,4.817-6.337ZM12,22a3,3,0,0,1-2.816-2h5.631A3,3,0,0,1,12,22Zm8.125-5.184A2.977,2.977,0,0,1,17.735,18H5.985a3,3,0,0,1-2.928-3.651l1.47-6.615a7.32,7.32,0,0,1,14.2-.372l1.9,6.835a2.977,2.977,0,0,1-.5,2.618Z' transform='translate(-0.986 -0.002)' fill='%23085ca3'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-color: transparent;
  background-size: cover;
  width: 24px;
  height: 24px;
  margin-top: 0;
  border: none;
}

.program__table .custom-control.bell .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' id='Filled' viewBox='0 0 24 24' width='24' height='24' fill='%23085CA3'%3E%3Cpath d='M7.424,21a4.99,4.99,0,0,0,9.152,0Z'/%3E%3Cpath d='M22.392,12.549,20.656,6.826A9.321,9.321,0,0,0,2.58,7.28L1.232,12.817A5,5,0,0,0,6.09,19H17.607a5,5,0,0,0,4.785-6.451Z'/%3E%3C/svg%3E") !important;
  top: 0;
  left: 0;
  background-size: cover;
  width: 24px;
  height: 24px;
  border: 0;
  transform: rotate(0);
}

.program__table .button {
  min-width: auto;
}

.program__tab_nav {
  margin-bottom: 40px;
}

.program__comment {
  padding-bottom: 70px;
}

.program__comment_avatar {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 20px;
  flex: 0 0 60px;
}

.program__comment_avatar img {
  border-radius: 50%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.program__comment_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 42px;
}

.program__comment_header .view {
  font-size: 18px;
  line-height: 22px;
  font-family: "Montserrat", sans-serif;
}

.program__comment_header .actions .btn {
  font-size: 18px;
  line-height: 22px;
  font-family: "Montserrat", sans-serif;
  display: inline-flex;
  align-items: center;
}

.program__comment_body {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.program__comment_textarea {
  width: 100%;
  border: none;
  border-bottom: 1px solid #0d6f96;
  min-height: 50px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.program__comment_footer {
  padding-left: 80px;
  padding-right: 180px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.nav-tabs .main__tab {
  border-bottom: none;
}

.nav-tabs .main__tab_item:last-child .main__tab_link {
  border-top-right-radius: 4px;
  background-color: #e6f0f4;
}

.nav-tabs .main__tab_item:nth-child(2) .main__tab_link {
  background-color: #daeaed;
}

.nav-tabs .main__tab_item:nth-child(2) .main__tab_link.active {
  background-color: #71b3b1;
}

.nav-tabs .main__tab_item:first-child .main__tab_link {
  border-top-left-radius: 4px;
}

.nav-tabs .main__tab_item .button {
  color: #fff;
}

.nav-tabs .main__tab_link {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 14px;
  color: #131523;
  padding: 18px;
  border: none;
  background-color: #9dd3d1;
  border-radius: 0;
}

.nav-tabs .main__tab_link.active {
  background-color: #71b3b1 !important;
  color: #fff !important;
  font-weight: 600;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.nav-tabs .main__tab_link:hover {
  background-color: #71b3b1 !important;
  color: #fff;
}

.nav-tabs.plan__tab {
  border-bottom: 3px solid #085ca3;
}

.nav-tabs .plan__tab_item {
  flex: 0 0 110px;
}

.nav-tabs .plan__tab_item:nth-child(2) .plan__tab_link {
  background-color: rgba(8, 92, 163, 0.8);
}

.nav-tabs .plan__tab_item:nth-child(2) .plan__tab_link.active {
  background-color: #085ca3;
}

.nav-tabs .plan__tab_item:nth-child(3) .plan__tab_link {
  background-color: rgba(8, 92, 163, 0.7);
}

.nav-tabs .plan__tab_item:nth-child(3) .plan__tab_link.active {
  background-color: #085ca3;
}

.nav-tabs .plan__tab_item:nth-child(4) .plan__tab_link {
  background-color: rgba(8, 92, 163, 0.6);
}

.nav-tabs .plan__tab_item:nth-child(4) .plan__tab_link.active {
  background-color: #085ca3;
}

.nav-tabs .plan__tab_item:nth-child(5) .plan__tab_link {
  background-color: rgba(8, 92, 163, 0.5);
}

.nav-tabs .plan__tab_item:nth-child(5) .plan__tab_link.active {
  background-color: #085ca3;
}

.nav-tabs .plan__tab_link {
  font: normal normal normal 16px/19px "Montserrat", sans-serif;
  letter-spacing: 0px;
  color: #ffffff;
  border-top-left-radius: 5px;
  border-top-right-radius: 15px;
  padding: 10px 25px;
  background-color: rgba(8, 92, 163, 0.9);
  border-color: rgba(8, 92, 163, 0.9);
  border: none;
}

.nav-tabs .plan__tab_link.active {
  background-color: #085ca3;
  border-color: #085ca3;
  color: white;
}

.nav-tabs .plan__tab_link:hover {
  background-color: #085ca3;
  border-color: #085ca3;
}

.card {
  padding: 30px;
  border: none;
  box-shadow: 0 1px 19px rgba(0, 0, 0, 0.13);
}

.card__title {
  font-size: "Montserrat", sans-serif;
  font-size: 24px;
  font-weight: 600;
}

.card__header {
  border-bottom: 1px solid #b8b8ff;
  padding-top: 10px;
  padding-bottom: 30px;
}

.member__container {
  padding-top: 62px;
  padding-bottom: 96px;
}

.member__card {
  display: flex;
  padding: 25px 60px 24px 22px;
  transition: all 0.3s linear;
  border-radius: 11px;
}

.member__card_body {
  padding: 0 37px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.member__card_title {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  line-height: 30px;
  font-weight: 700;
}

.member__card_desc {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  line-height: 22px;
}

.member__card.hoverable {
  cursor: pointer;
}

.member__card.hoverable:hover {
  transform: scale(1.1);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.member__avatar img {
  border-radius: 50%;
}

.timeline {
  padding-top: 60px;
  padding-bottom: 158px;
}

.timeline__datelist {
  margin-top: 70px;
}

.timeline__bg {
  position: relative;
}

.timeline__bg:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("../images/timeline_bg.jpg") no-repeat 0 0/cover fixed;
  z-index: -1;
  opacity: 0.2;
}

.timeline__list {
  padding: 0;
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  max-width: 600px;
  margin: 0 auto;
}

.timeline__item {
  display: inline-flex;
  padding-bottom: 70px;
  overflow: hidden;
}

.timeline__item + .timeline__item {
  padding-top: 70px;
}

.timeline__item + .timeline__item .timeline__icon::after {
  content: "";
}

.timeline__button {
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
  font-size: 17px;
  text-align: left;
  color: #000;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border: 1px solid #085ca3;
  margin-bottom: 10px;
}

.timeline__place {
  max-width: 250px;
  flex: 1 1 250px;
  display: flex;
  flex-direction: column;
  text-align: right;
  padding-right: 28px;
  padding-top: 14px;
}

.timeline__place .time_interval {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 1;
  text-align: right;
  color: #000;
}

.timeline__place .place {
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
  font-size: 18px;
  line-height: 22px;
  text-align: right;
  color: #000;
}

.timeline__icon {
  position: relative;
  z-index: 1;
}

.timeline__icon .icon {
  display: flex;
  width: 74px;
  height: 74px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border: 2px solid #085ca3;
  background-color: #fff;
  position: relative;
  z-index: 1;
}

.timeline__icon .icon.speaker {
  border: none;
}

.timeline__icon .avatar {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  width: 74px;
  height: 74px;
  border: 2px solid #085ca3;
}

.timeline__icon::before {
  content: "";
  display: block;
  position: absolute;
  top: 74px;
  left: 50%;
  width: 2px;
  height: 100%;
  background-color: #085ca3;
}

.timeline__icon::after {
  content: none;
  display: block;
  position: absolute;
  bottom: 100%;
  left: 50%;
  width: 2px;
  height: 100%;
  background-color: #085ca3;
}

.timeline .add_favorite {
  position: absolute;
  top: calc(100% + 30px);
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  background-color: #fff;
  z-index: 1;
  border: 2px solid transparent;
  border-radius: 50%;
  padding: 0.3rem;
}

.timeline .add_favorite:hover {
  border-color: #085ca3;
}

.timeline .add_favorite.active {
  background-color: #085ca3;
}

.timeline .add_favorite.active path[fill="#085ca3"] {
  fill: #fff;
}

.timeline__desc {
  padding-left: 28px;
  max-width: 300px;
  flex: 1 1 300px;
  display: flex;
  flex-direction: column;
  text-align: left;
}

.timeline__desc .text {
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
  font-size: 18px;
  line-height: 22px;
  text-align: left;
  color: #000;
  margin-bottom: 10px;
}

.nav-tabs.datelist {
  list-style: none;
  padding: 0;
  text-align: center;
  display: flex;
  justify-content: center;
  border-bottom: none;
}

.nav-tabs.datelist .datelist__item {
  display: inline-block;
  margin-right: 19px;
}

.nav-tabs.datelist .datelist__item:last-child {
  margin-right: 0;
}

.nav-tabs.datelist .datelist__link {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 11px 10px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border: 2px solid transparent;
}

.nav-tabs.datelist .datelist__link:hover {
  border: 2px solid #085ca3;
}

.nav-tabs.datelist .datelist__link.active {
  border: 2px solid #085ca3;
}

.nav-tabs.datelist .datelist__content {
  border: none;
}

.nav-tabs.datelist .date_value {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  line-height: 1;
  font-size: 44px;
  text-align: left;
  color: #000;
}

.nav-tabs.datelist .date_name {
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 1;
  text-align: left;
  color: #000;
}

.program__info_tab .info__tab_nav {
  margin-top: 28px;
  margin-bottom: 40px;
  border-bottom: 0;
  justify-content: center;
}

.program__info_tab .info__tab_nav__item {
  display: flex;
}

.program__info_tab .info__tab_nav__item + .info__tab_nav__item {
  margin-left: 112px;
}

.program__info_tab .info__tab_nav__link {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 11px 20px 17px 20px;
  border-radius: 13px;
  -webkit-border-radius: 13px;
  -moz-border-radius: 13px;
  -ms-border-radius: 13px;
  -o-border-radius: 13px;
  background-color: transparent;
  border: 2px solid transparent;
  border-color: transparent;
}

.program__info_tab .info__tab_nav__link:hover {
  border-color: #085ca3;
}

.program__info_tab .info__tab_nav__link.active {
  border-color: #085ca3;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.program__info_tab .info__tab_nav__link.active .text {
  color: #085ca3;
}

.program__info_tab .info__tab_nav__link.active path[fill="#000000"] {
  fill: #085ca3;
}

.program__info_tab .info__tab_nav__link .text {
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 1;
  text-align: left;
  color: #000000;
}

.program__info_tab .info__tab_nav__link .icon {
  height: 38px;
  width: 38px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 5px;
}

.program__info_tab .info__panel {
  padding: 30px 230px 40px 30px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border: 2px solid #085ca3;
  position: relative;
}

.program__info_tab .info__panel_icon {
  padding-left: 57px;
}

.program__info_tab .info__panel + .info__panel {
  margin-top: 30px;
}

.program__info_tab .info__panel .text {
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
  font-size: 18px;
  line-height: 22px;
  text-align: left;
  color: #000;
  margin-bottom: 10px;
}

.program__info_tab .info__panel .title {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  text-align: left;
  color: #000;
  margin-bottom: 10px;
}

.program__info_tab .info__panel .icon {
  position: absolute;
  top: 50%;
  left: -37px;
  transform: translateY(-50%);
  width: 74px;
  height: 74px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border: 2px solid #085ca3;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  background-color: #fff;
}

.program__info_tab .info__textarea {
  padding: 32px 30px;
  border: 1px solid #085ca3;
  min-height: 166px;
  margin-bottom: 40px;
}

.confirm__page {
  background: url("/images/confirm_bg.png") no-repeat 0 100%;
  padding-bottom: 119px;
}

.confirm__card {
  margin-top: 76px;
  padding: 87px 236px 333px 236px;
  border-radius: 14px;
}

.confirm__card.padding_medium {
  padding-left: 128px;
  padding-right: 128px;
  padding-bottom: 222px;
}

.confirm__card_title {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 32px;
}

.confirm__card_title.bigger {
  font-size: 25px;
  line-height: 30px;
  text-transform: none;
}

.confirm__card_desc {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  text-align: center;
  margin-bottom: 20px;
}

.confirm__card_checkbox {
  text-align: center;
  margin-bottom: 40px;
}

.confirm__card_checkbox .custom-control {
  margin-right: 5px;
}

.confirm__card_checkbox .terms_use {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  color: #272727;
}

.confirm__card .btn {
  border-radius: 0;
  min-width: 200px;
  padding: 13px 40px;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.confirm__card .btn ~ .btn {
  margin-left: 40px;
}

.confirm__actions {
  display: flex;
  justify-content: center;
}

.confirm__field {
  text-align: center;
  margin-bottom: 30px;
}
