/* Fonts */
@font-face {
  font-family: 'ProximaNova';
  font-style: normal;
  font-weight: 300;
  src: local("ProximaNova-Light"), local("Proxima Nova Light"), url("../fonts/ProximaNova-Light.woff") format("woff"); }

@font-face {
  font-family: 'ProximaNova';
  font-style: normal;
  font-weight: 400;
  src: local("ProximaNova-Regular"), local("Proxima Nova Regular"), url("../fonts/ProximaNova-Regular.woff") format("woff"); }

@font-face {
  font-family: 'ProximaNova';
  font-style: normal;
  font-weight: 500;
  src: local("ProximaNova-Semibold"), local("Proxima Nova Semibold"), url("../fonts/ProximaNova-Semibold.woff") format("woff"); }

@font-face {
  font-family: 'ProximaNova';
  font-style: normal;
  font-weight: 600;
  src: local("ProximaNova-Bold"), local("Proxima Nova Bold"), url("../fonts/ProximaNova-Bold.woff") format("woff"); }

@font-face {
  font-family: "slick";
  font-weight: normal;
  font-style: normal;
  src: slick-font-url("slick.woff") format("woff"); }

@font-face {
  font-family: "PT Serif";
  font-style: normal;
  font-weight: 400;
  src: local("PT Serif"), local("PTSerif-Regular"), url("../fonts/PTSerif.woff2") format("woff2"); }

/*  */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  min-width: 1210px;
  box-sizing: border-box;
  background-color: white;
  scroll-behavior: smooth;
}
@media (max-width: 430px) {
  html {
    min-width: 375px;
  }
}

body {
  position: relative;
  margin: 0;
  font-family: 'ProximaNova', "PT Serif", Helvetica;
  font-optical-sizing: auto;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  color: #1D1D1D;
}

main {
  overflow: hidden;
}

h1, h2, h3 {
  margin: 0 0 15px;
}

h2 {
	font-size: 24px;
    line-height: 32px;
	margin: 9px 0 20px;
	font-weight: 400;
}

h3 {
	font-size: 18px;
}

p {
  margin: 0 0 24px;
  font-size: 18px;
}

.docdesc {
	font-size: 20px;
    line-height: 140%;
}

.advice {
	padding: 29px 0 34px;
	margin: 1.9em 0 1.6em;
    width: 100%;
    display: block;
    box-sizing: border-box;
    position: relative;
    border-top: 2px solid #549ffa;
    border-bottom: 2px solid #549ffa;
	
	
}

.advice__content {
	font-size: 24px;
	margin: 0 20px;
    line-height: 1.5em;
    text-align: center;
}

.advice__content a{
    color: #2386ff;
	font-size: 24px;
    transition: color 0.3s ease;
    text-decoration: none;
}

iframe {
	width:100% !important;
}

.AuthorBlock {
	display: flex;
    white-space: nowrap;
    text-overflow: ellipsis;
    position: relative;
    width: 100%;
	margin: 19px 0 14px;
}

.AuthorBlock img {
	width: 40px;
    height: 40px;
    border-radius: 40px;
    margin-right: 12px;	
}

.AuthorName {
	font-size: 14px;
    line-height: 140%;
	
}

.AuthorName span{
	color: #bcb9b3;
	width: 100%;
    overflow: hidden;
    white-space: normal;
    text-overflow: ellipsis;
    font-weight: 400;
    position: static;
}



ul {
  padding: 0;
  list-style-type: none;
}

a {
  text-decoration: none;
}

input {
  font-family: inherit;
}

button {
  padding: 0;
  font-family: inherit;
}

img {
  max-width: 100%;
  height: auto;
}

.container {
  width: 1210px;
  padding: 0 15px;
  margin: 0 auto;
}
@media (max-width: 430px) {
  .container {
    width: 95%;
    padding: 0;
  }
}

.visually-hidden:not(:focus):not(:active),
input[type=checkbox].visually-hidden,
input[type=radio].visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}

.button-basic {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  margin: 0 auto;
  font-size: 14px;
  font-weight: 600;
  border-radius: 10px;
  transition: 0.3s;
}
.button-basic--orange {
  background-color: #FE6818;
  color: #ffffff;
}
.button-basic--red {
  background-color: #D6001C;
  color: #ffffff;
}
.button-basic--red:hover {
  background-color: #f50b29;
  color: #ffffff;
}
.button-basic--red-border {
  border: 1px solid #D6001C;
  background-color: transparent;
  color: #D6001C;
}
.button-basic--red-border:hover {
  color: #f50b29;
  border-color: #f50b29;
  background-color: transparent;
}
.button-basic--white {
  background-color: #ffffff;
  color: #D6001C;
}
.button-basic--black {
  color: #1D1D1D;
}
.button-basic--black-border {
  border: 1px solid #1D1D1D;
}

.header__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 33px;
  border-bottom: 1px solid #D8D8D8;
  background-color: #ffffff;
}

.header__logo-top {
  width: 177px;
  height: 15px;
  padding-left: 10px;
}

.caps_header {
	letter-spacing: .3px;
    text-transform: uppercase;
	text-align: center;
    padding: 14px 0 42px;
	font-size: 14px;
}

[data-type="vds"] {
    align-items: center;
    text-align: center;
}

.cource_title { 
	text-align: center; 
font-weight: 600;	
letter-spacing: -.02em;	
	font-size: 32px;
    line-height: 130%;
}

.caps_header a{
	font-size: 14px;
	text-decoration:none;
	color:#bcb9b3;
}
.header__signin {
  line-height: 0;
}

.header__bottom {
  display: flex;
  align-items: center;
  height: 53px;
  margin-top: 10px;
}

.header__logo-bottom {
  height: 27px;
}

.header__logo-link {
  display: flex;
  align-items: center;
  line-height: 0;
}

.promo {
  padding-bottom: 40px;
}

.trade-banner {
  margin-top: 45px;
}

.trade-banner__wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 60px 10px 103px;
  color: #ffffff;
  background-color: #FE6818;
}
.trade-banner__wrapper::before {
  content: "";
  position: absolute;
  top: -10px;
  left: 10px;
  width: 78px;
  height: 65px;
  background: url("../img/icon/icon-study-banner.svg") no-repeat;
  object-fit: contain;
}
.trade-banner__wrapper--red {
  background-color: #D6001C;
  border-radius: 20px;
}
.trade-banner__wrapper--red::before {
  top: -20px;
  left: -20px;
  width: 106px;
  height: 91px;
  background: url("../img/icon/icon-sale.png") no-repeat;
  background-size: cover;
}

.trade-banner__text {
  width: 600px;
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
}

.trade-banner__button {
  width: 275px;
  height: 40px;
  margin: 0;
  margin-left: auto;
  font-size: 16px;
  font-weight: 600;
}

.promo__wrapper {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
  padding: 30px 84px 57px 40px;
  background-color: #FFFFFF;
  border-radius: 30px;
  box-shadow: 0px 0px 30.6px 0px rgba(191, 191, 191, 0.13);
}

.promo__content {
  width: 628px;
}

.promo__logo-wrapper {
  display: flex;
  align-items: center;
  line-height: 0;
}
.promo__logo-wrapper .logo:last-of-type {
  margin-left: 40px;
}

.promo__about-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 25px;
}

.promo__about-item {
  position: relative;
  font-size: 14px;
  font-weight: 500;
  padding-left: 15px;
  color: rgba(29, 29, 29, 0.36);
}
.promo__about-item:first-of-type {
  padding-left: 0;
}
.promo__about-item:first-of-type::before {
  display: none;
}
.promo__about-item:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 5px;
  width: 4px;
  height: 4px;
  background-color: rgba(29, 29, 29, 0.36);
  border-radius: 50%;
}

.promo__title {
  width: 430px;
  margin: 0;
  margin-top: 10px;
  font-size: 35px;
  font-weight: 700;
  line-height: 40px;
}

.promo__desc {
  width: 500px;
  margin: 0;
  margin-top: 23px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.promo__btns-wrapper {
  display: flex;
  justify-content: space-between;
  width: max-content;
  gap: 14px;
  margin-top: 31px;
}

.promo__btn {
  width: 220px;
  height: 47px;
}

.promo__note {
  font-size: 12px;
  color: #1D1D1D;
}

.promo__attest {
  width: 396px;
  height: 359px;
}

.promo__pic {
  width: auto;
  height: 350px;
  align-self: center;
}

@media (max-width: 430px) {
  .promo {
    background-color: #FAF8F5;
    padding-bottom: 40px;
  }
  .trade-banner {
    display: none;
  }
  .promo__wrapper {
    flex-direction: column;
    margin-top: 0;
    padding: 0;
  }
  .promo__content {
    width: auto;
    padding: 15px;
  }
  .promo__about-list {
    display: none;
  }
  .promo__title {
    width: auto;
    margin-top: 25px;
    font-size: 32px;
    line-height: 37px;
  }
  .promo__desc {
    width: auto;
    font-size: 18px;
  }
  .promo__btns-wrapper {
    flex-direction: column;
    width: auto;
    margin-top: 32px;
  }
  .promo__btn {
    width: 100%;
  }
  .promo__btn:first-of-type {
    order: 1;
  }
  .promo__note {
    font-size: 14px;
  }
  .promo__pic {
    width: 100%;
    height: auto;
    margin-top: 44px;
  }
}
.popup {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: rgba(64, 64, 64, 0.63);
  z-index: 999;
  display: none;
}

.popup--active {
  display: flex;
}

.popup__content {
  position: relative;
  width: 580px;
  padding: 30px;
  background-color: white;
  color: #000000;
  border-radius: 20px;
  overflow: hidden;
}

.button-close {
  position: absolute;
  top: 30px;
  right: 25px;
  width: 25px;
  height: 25px;
  background-color: transparent;
  border: none;
  padding: 0;
  cursor: pointer;
  z-index: 2;
}

.button-close::before, .button-close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  right: 0;
  width: 25px;
  height: 1px;
  background-color: #000000;
}

.button-close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.button-close--black::before, .button-close--black::after {
  background-color: #000000;
  height: 1px;
}

.product__about {
  position: relative;
}

.product-param {
  display: flex;
  flex-wrap: wrap;
  line-height: 18px;
}

.product-param__item {
  position: relative;
  font-size: 12px;
  font-weight: 500;
  padding-left: 15px;
  color: rgba(29, 29, 29, 0.36);
}
.product-param__item:first-of-type {
  padding-left: 0;
}
.product-param__item:first-of-type::before {
  display: none;
}
.product-param__item:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 5px;
  width: 4px;
  height: 4px;
  background-color: rgba(29, 29, 29, 0.36);
  border-radius: 50%;
}

.product__content {
  display: flex;
  flex-direction: column;
  min-height: 160px;
  margin-top: 30px;
}

.product__title {
  width: 312px;
  font-size: 24px;
  font-weight: 700;
  line-height: 26px;
}

.product__desc {
  width: 250px;
  margin-top: 10px;
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
}

.product__prices {
  display: flex;
  align-items: center;
  margin-top: 30px;
  margin-bottom: 10px;
}

.product__prices-new {
  font-size: 24px;
  font-weight: 700;
}

.product__prices-old {
  margin-left: 15px;
  font-size: 16px;
  color: #A4A4A4;
  text-decoration: line-through;
}

.product__prices-note {
  display: block;
  margin-top: auto;
  font-size: 12px;
  line-height: 17px;
  color: rgba(29, 29, 29, 0.63);
}

.product__form.success .product__about,
.product__form.success .product__form-field {
  display: none;
}
.product__form.success .result-form {
  display: block;
}

.product__form.failure .product__about {
  display: none;
}
.product__form.failure .result-form {
  display: block;
}
.product__form.failure .form-pay {
  display: none;
}
.product__form.failure .product__form-field {
  border: 1px solid #D6001C;
}
.product__form.failure .product__form-field .product__form-input {
  color: #D6001C;
}

.product__form-field {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 44px;
  margin-top: 30px;
  background: #FFF;
  border: 1px solid rgba(110, 121, 146, 0.4);
  border-radius: 10px;
}

.product__form-input {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  font-size: 14px;
  border: none;
  padding: 0 10px 0 24px;
  border-radius: 10px;
  outline: none;
}
.product__form-input::placeholder {
  color: rgba(29, 29, 29, 0.39);
}

.product__form-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 192px;
  margin: 0;
  padding: 0;
  background-color: #D6001C;
  color: white;
  border: 0;
  border-radius: 10px;
  margin: -0.5px -0.5px -0.5px 0;
  cursor: pointer;
}
.product__form-btn:disabled {
  background-color: #2d2d2d;
}

.product__pic {
  position: absolute;
  top: 48px;
  right: 0;
  width: auto;
  height: 175px;
}

.result-form {
  width: 412px;
  margin: 50px auto 0;
  display: none;
}

.result-form__title {
  font-size: 30px;
  font-weight: 600;
  line-height: 30px;
  text-align: center;
}

.result-form__desc {
  margin-top: 10px;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
}

.result-form__pay-wrapper {
  display: flex;
  justify-content: space-between;
  gap: 11px;
  margin-top: 30px;
}

.form-pay__bill,
.form-pay__card {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 44px;
}