/* montserrat-regular - cyrillic_latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/montserrat-v26-cyrillic_latin-regular.woff2")
    format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* montserrat-500 - cyrillic_latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/montserrat-v26-cyrillic_latin-500.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* montserrat-600 - cyrillic_latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/montserrat-v26-cyrillic_latin-600.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* montserrat-700 - cyrillic_latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/montserrat-v26-cyrillic_latin-700.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* montserrat-800 - cyrillic_latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 800;
  src: url("../fonts/montserrat-v26-cyrillic_latin-800.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
* {
  box-sizing:border-box;
}
body {
  margin: 0;
  padding: 0;
  font-family: "Montserrat", sans-serif;
  background-color: #edf7ff;
  color: #222;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
a {
  text-decoration: none;
  color: #222;
}
h1 {
  font-size: 36px;
  font-weight: 600;
}
.text-align-left h2 {
	text-align: left !important;
}

/* container */
.container {
  max-width: 1298px;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
  flex: 1 1 auto;
}

/* header */
.site-header {
  padding: 20px;
}

.site-branding {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: space-between;
}

.logotype {
  display: flex;
  align-items: center;
  gap: 20px;
}
.logotype span {
  max-width: 210px;
  font-size: 14px;
  line-height: 150%;
  font-weight: 500;
}

.right-side {
  display: flex;
  align-items: center;
  gap: 80px;
}
.social-icons {
  display: flex;
  align-items: center;
  gap: 5px;
}
.social-icons img:hover {
    filter: contrast(200%);
}

.search__contact {
  display: flex;
  align-items: center;
  gap: 40px;
}

.search__contact span {
  font-size: 18px;
  font-weight: 500;
}
.search-menu,
.phone-menu {
  align-items: flex-start;
  display: flex;
  gap: 5px;
}
.search-menu span {
  border-bottom: 1px solid #222;
}
.btn-order-call {
  display: inline-flex;
  width: 249px;
  height: 40px;
  background-color: #485bff;
  color: #fff;
  text-decoration: none;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: 600;
border: 2px solid #485BFF;
	box-shadow: 0px 0px 10px 2px rgba(38,60,255,0.3);
}
.btn-order-call:active {
    background: #FFF;
    color: #485BFF;
}
.btn-order-call:focus {
    background: #FFF;
    color: #485BFF;
}
.btn-order-call:hover {
    border-color: #091DD1;
    background: #091DD1;
}

.header__menu {
  background: #fff;
  padding: 18px;
  box-shadow: 0 16px 24px 0px rgba(128, 126, 118, 0.06);
}
.list__menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.list__menu a {
  font-size: 18px;
  font-weight: 500;
}
.list__menu a:hover {
    text-decoration: underline;
    text-underline-offset: 5px;
}
input {
    font-family: inherit;
}
input[type="checkbox"] {
  width: auto;
}

/* main-page */
section {
  margin: 100px auto;
}
.hero-wrapper {
  display: flex;
  align-items: center;
  gap: 60px;
  max-height: 308px;
  background: #fff;
  border-radius: 10px;
	box-shadow: 0px 10px 20px 0px rgba(65,64,60,0.04);
  padding: 0 60px 0 60px;
}

.hero-wrapper .hero-img {
  width: auto;
  height: 100%;
  object-fit: cover;
  position: relative;
  top: -41px;
}

.hero-content {
  flex: 1;
}
.hero-kurs {
  display: flex;
  align-items: center;
  gap: 40px;
}
.hero-kurs .left-text,
.right-text {
  display: flex;
  align-items: center;
  gap: 10px;
}
.side-text p {
  margin: 0 0 5px 0;
  font-weight: 600;
}
.side-text span {
  font-size: 14px;
  font-weight: 400;
}
.hero-content h2 span {
  background: #c8cdfb;
}
.search-block {
  margin: 20px 0;
}

section.hero2 {
  margin-top: 220px;
}
.hero2 .hero-wrapper {
  flex-direction: row-reverse;
  padding: 0 40px 0 40px;
}
.hero2 .hero-wrapper .hero-img {
  top: -124px;
}

.list__kurs .hero-wrapper.dop {
        margin-top: 60px;
    max-height: none;
    padding: 30px;
}
.dop .popup-icon:after {
    z-index: 1;
}
.dop .right-text p {
    padding-right: 100px;
    font-size: 48px;
    margin: 0;
    font-weight: 600;
    line-height: 56px;
	    color: rgba(72, 91, 255, 1);
}
.dop .right-text p span {
    font-size: 20px;
    font-weight: 800;
}
.dop .btn-order-call {
    width: max-content;
    padding: 0 25px;
}
.dop h2 {
    font-size: 28px;
    line-height: 40px;
    font-weight: 700;
	margin-bottom: 60px;
    margin-top: 0;
}
.dop .kpk-price:before {
    content: '800 ₽';
    font-size: 20px;
    font-weight: 600;
    color: #000;
    text-decoration: line-through;
    position: absolute;
    margin-top: -35px;
    margin-left: 35px;
}
.dop .kpp-price:before {
    content: '11 260 ₽';
    font-size: 20px;
    font-weight: 600;
    color: #000;
    text-decoration: line-through;
    position: absolute;
    margin-top: -35px;
    margin-left: 35px;
}

.search-form {
  display: flex;
	    width: 100%;
    background: #fff;
}

.search-field {
  flex: 1;
  padding: 14px 65px 14px 20px;
  border-radius: 10px;
  border: 1px solid #a6a6a6;
  color: rgba(0, 0, 0, 0.5);
	    background: #fff;
	    width: 100%;
}

.search-submit {
  background: transparent;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  position: relative;
  margin-left: -50px;
}

.grid__kurs {
  display: flex;
  flex-wrap: wrap;
}

.hot__kurs .kurs__head {
  justify-content: space-between;
}

.kurs__item {
    padding: 20px 10px;
    border: 1px solid #ccc;
    border-radius: 20px;
    height: 100%;
    display: flex;
    flex-direction: column;
	background: white;
}
.kurs__head {
    flex: 1;
}
.elementor-products-grid nav.woocommerce-pagination .page-numbers {
    display: flex;
    list-style: none;
    gap: 25px;
	font-weight: 600;
	justify-content: center;
    align-items: center;
}
.viewed-products {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 20px;
}
.viewed-products .kurs__block {
    flex: 1;
}
.woocommerce-cart-container {
    margin-bottom: 60px;
}
.big__kurs .kurs__head {
  display: flex;
  gap: 20px;
}
.kurs__content {
    display: flex;
    align-items: flex-start;
    margin: 0 0 10px 0;
    flex-direction: column;
    gap: 3px;
}
.kurs__content article {
  display: flex;
gap:5px;
}
.kurs__btn {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.button {
  display: inline-flex;
  background-color: #485bff;
  color: #fff;
  text-decoration: none;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 700;
  margin: auto 0;
  width: 100%;
  height: 40px;
  align-items: center;
  justify-content: center;
  border: 2px solid #485bff;
}
.button:active {
    background: #FFF;
    color: #485BFF;
}
.button:focus {
    background: #FFF;
    color: #485BFF;
}
.button:hover {
    border-color: #091DD1;
    background: #091DD1;
    cursor: pointer;
}
.kurs__btn .button:nth-child(1) {
  background-color: #fff;
  color: #485bff;
  border: 2px solid #485bff;
  min-width: 200px;
  transition: all 0.5s ease;
}
.kurs__btn .button:nth-child(1):hover {
    background: #485bff;
    color: #fff;
}
.kurs__content article span {
  font-size: 14px;
  font-weight: 500;
}
.kurs__head article p {
  font-size: 14px;
  font-weight: 500;
	    margin: 5px 0;
}
.kurs__head article .out-tax {
  color: #000;
  text-decoration: line-through;
  margin-right: 10px;
}
.kurs__head article .out-price {
  font-size: 18px;
  color: #eb4f27;
  font-weight: 600;
}

.kurs__head article h5 {
    margin: 0;
}

.dif-wrapper {
  display: flex;
  justify-content: flex-end;
  position: relative;
}
.difprice {
  position: absolute;
  top: -15px;
}

.grid__kurs2 {
  display: flex;
  flex-wrap: wrap;
}

.kurs__head article .out-tax bdi {
  color: #222;
}
.kurs__head article .out-tax bdi .woocommerce-Price-currencySymbol {
  color: #222;
}

.main-btn {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}
.main-btn .button {
  width: 249px;
  font-size: 18px;
  font-weight: 500;
}
.top__kurs .main-btn .button {
  width: auto;
  padding: 0 20px;
}

.list__kurs .hero-wrapper {
  margin-top: 200px;
}
.list__kurs .hero-wrapper .hero-img {
  top: -61px;
}

.why__trust .kurs__item {
  padding: 25px;
}
.why__trust p {
  margin: 10px 0;
}
.why__trust h2 {
  color: #485bff;
}
.why__trust h1 span {
  background: #c8cdfb;
	text-wrap: balance;
}

.contact-form {
  display: flex;
  justify-content: space-between;
}

.form-block {
  flex: 0 0 calc(33.33% - 20px);
  margin: 0 10px 0 0;
}
.contact-form input {
  width: 338px;
  padding: 0 16px;
  height: 50px;
  border-radius: 10px;
  border: 1px solid #9b9b9b;
  box-sizing: border-box;
}
.form-block p {
  margin: 0;
}
section.tax__form {
  background-image: url(../img/bgmain.svg);
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 0;
}
.tax__wrapper {
  display: flex;
  align-items: center;
}
.tax__wrapper h3 {
  font-size: 40px;
  font-weight: 800;
  color: #fff;
  margin: 0 0 10px 0;
}
.tax__wrapper p {
  font-size: 24px;
  color: #fff;
  font-weight: 600;
  margin: 0;
}
.tax__wrapper img {
  width: 50%;
}
.forma__wrapper {
  position: relative;
  top: -60px;
}
.forma__wrapper .container {
  display: flex;
  justify-content: center;
  align-items: center;
}
.forma__content {
  background: #fff;
  padding: 40px 30px;
  border-radius: 20px;
  box-shadow: 0 4px 24px 0px rgba(128, 126, 118, 0.26);
}
.contact-form input {
  width: 338px;
  padding: 0 16px;
  height: 50px;
  border-radius: 10px;
  border: 1px solid #9b9b9b;
}
.forma__content h4 {
  font-size: 28px;
  margin: 0 0 20px 0;
  font-weight: 700;
}
.forma__content .main-btn {
  margin-top: 20px;
  justify-content: flex-start;
}
.forma__content .main-btn .button {
  height: 54px;
  width: 354px;
  font-size: 20px;
  font-weight: 600;
}

.woocommerce-breadcrumb a:nth-child(5) {
  display: none;
}
.woocommerce-breadcrumb .delimiter:nth-child(4) {
  display: none;
}

.top__kurs.cat-kurs {
  margin-top: 20px;
}

.type__kurs h1 {
  text-align: center;
}
.grid__type {
  display: flex;
  flex-wrap: wrap;
}

.type__block {
  flex: 0 0 calc(50% - 20px);
  margin: 10px;
  background: #fff;
  border-radius: 10px;
}

.type__item {
  padding: 30px;
}
.type__content ul {
  margin: 0;
  padding: 0 15px;
}
.type__bottom {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: space-between;
}
.type__head {
  text-align: center;
}
.type__content li::marker {
  color: #485bff;
}
.type__content li {
  margin: 30px 0;
}
.type__price .off-text {
  color: #bababa;
  text-decoration: line-through;
}
.type__price p {
  font-size: 24px;
  font-weight: 500;
  line-height: 150%;
  margin: 0;
}
.type__price p .on-text {
  color: #485bff;
  font-weight: 600;
  font-size: 36px;
}
.type__btn .button {
  width: 260px;
  height: 60px;
  font-size: 20px;
  font-weight: 500;
}
.type__btn {
  display: flex;
  justify-content: center;
}

.doc__right img {
  max-width: 640px;
  height: auto;
}
.doc__text {
  display: flex;
  gap: 10px;
  align-items: center;
}
.doc__wrapper {
  background: #fff;
  padding: 60px 0px 60px 60px;
  display: flex;
  align-items: center;
}
.doc__btn {
  margin-top: 35px;
}
.doc__btn .button {
  font-size: 18px;
  height: 54px;
  width: 354px;
}

.call-popup .mobile-menu-wrapper {
  padding: 20px 40px;
  background: #fff;
  margin: 60px;
  border-radius: 30px;
  position: relative;
}
.call-popup h3 {
  color: #222;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
}

.call-popup .mobile-menu-wrapper .wpcf7-form-control-wrap input {
  width: auto;
  border-radius: 10px;
  border: 1px solid #9b9b9b;
  background: #fff;
  height: 35px;
  padding: 0 10px;
}
.call-popup .mobile-menu-wrapper input[type="checkbox"] {
  border-radius: 4px;
  border: 1px solid #9b9b9b;
  background: #fff;
  width: 20px;
  height: 20px;
  top: 5px;
  position: relative;
}
span.wpcf7-list-item-label {
  color: #222;
  font-size: 14px;
  font-weight: 500;
}
.wpcf7-form-control-wrap {
  position: relative;
  width: 100%;
	text-align:center;
}
.call-popup .mobile-menu-wrapper form p {
  display: flex;
  flex-direction: column;
  align-items: center;
	margin:0;
}
.wpcf7-form-control.wpcf7-submit.button {
  width: 350px;
  margin-top: 0;
	cursor: pointer;
}
.wpcf7-not-valid-tip {
  font-size: 12px;
}

.select__edu .kurs__item {
  padding: 30px;
}
.select__edu .kurs__block {
  flex: 0 0 calc(50% - 20px);
}

.license-wrapper {
  display: flex;
}
.license-wrapper {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
}
.license-text p {
  font-size: 16px;
  line-height: 150%;
  letter-spacing: -0.48px;
  font-weight: 300;
	text-wrap: balance;
}
.footer-text p {
  margin: 0;
  line-height: 150%;
}
.footer-copy {
  gap: 20px;
  display: flex;
  flex-direction: column;
  margin-top: 50px;
  color: #fff;
}
.site-footer {
  background: #3b3b3b;
  padding: 100px 0 50px 0;
}
.site-footer .logotype span {
  color: #fff;
}
.site-footer .phone-menu a{
  color: #fff;
}
.footer-copy a {
  color: #fff;
}
.site-footer .search-menu span {
  border-bottom: 1px solid #fff;
}

.forma__content .main-btn p {
    margin: 0;
}

.content__kurs {
  background: #fff;
  box-shadow: inset 0px 0px 1px 0px rgba(128, 126, 118, 0.04),
    inset 0px 2px 6px 0px rgba(128, 126, 118, 0.04),
    inset 0px 16px 24px 0px rgba(128, 126, 118, 0.06);
}
.woocommerce-breadcrumb a {
  color: #686868;
}
.woocommerce-breadcrumb {
  font-size: 12px;
  font-weight: 500;
  width: 350px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.breadcrumbs {
  padding: 14px 0;
}
.content-kurs__wrapper {
  display: grid;
  grid-template-columns: 2fr 1fr;
  grid-gap: 20px;
  padding: 40px 0 56px 0;
}
.content-kurs__left {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.content-kurs__left p {
  margin: 0;
  font-size: 24px;
  padding-bottom: 5px;
}
.content-kurs__left h1 {
  margin: 0;
}
.content-kurs__right img {
  width: auto;
  object-fit: cover;
  height: 100%;
}
.content-kurs__left .button {
  font-size: 25px;
  height: 68px;
  width: 390px;
  font-weight: 500;
}
.btn-price {
  display: flex;
  gap: 30px;
  align-items: center;
  margin-top: 45px;
}
.out-tax {
  text-decoration-line: line-through;
}
.oldprice {
  font-size: 20px;
  font-weight: 500;
}
.curprice {
  color: #eb4f27;
  font-size: 36px;
  font-weight: 500;
}
.difprice {
  font-size: 20px;
  line-height: 150%;
  background: url("../img/bgprice.svg");
  width: 117px;
  color: #fff;
  padding: 0 12px;
  background-repeat: no-repeat;
  background-size: contain;
  font-weight: 600;
}
.content-price {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.program-wrapper .main-btn {
  margin-top: 20px;
}
.program-text article {
  font-size: 20px;
  line-height: 31px;
}
.program-text {
  border-radius: 8px;
  border: 1px solid #cacaca;
  background: #fff;
  padding: 40px 50px 40px 65px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.program-wrapper h1 {
  margin: 0;
}
.program-wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 900px;
}
section.program-kurs .container {
  display: flex;
  justify-content: center;
}
.program-desc {
  font-size: 16px;
  line-height: 24px;
}
.program-text article:before {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  background: #485BFF;
  border-radius: 100%;
  margin-left: -30px;
  margin-top: 5px;
}
.license-img {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.license-img img {
  height: 610px;
  width: auto;
  box-shadow: 0 16px 24px 0px rgba(128, 126, 118, 0.06),
    0 16px 24px 0px rgba(128, 126, 118, 0.06);
}
.numbers .doc__btn {
  text-align: center;
}
.numbers-wrapper article {
  border-radius: 30px;
  border: 1px solid #cacaca;
  background: #fff;
  padding: 40px 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.numbers-wrapper span:nth-child(1) {
  font-size: 24px;
  font-weight: 500;
}
.numbers-wrapper span:nth-child(2) {
  color: #485bff;
  font-size: 96px;
  font-weight: 600;
}
.numbers-wrapper span:nth-child(3) {
  font-size: 18px;
  font-weight: 400;
}
.numbers-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 20px;
}

@media screen and (max-width: 1200px) {
  .viewed-products {
    flex-direction: column-reverse;
  }
  .site-branding {
    flex-direction: column;
  }
  .right-side {
    flex-direction: column;
    gap: 20px;
  }
  .list__menu a {
    font-size: 14px;
  }
}
@media screen and (max-width: 1100px) {
  .elementor-widget-wc-archive-products .woocommerce.columns-4 ul.products {
    grid-template-columns: repeat(3,1fr) !important;
}
}
@media screen and (max-width: 840px) {
  .elementor-widget-wc-archive-products .woocommerce.columns-4 ul.products {
    grid-template-columns: repeat(2,1fr) !important;
}
}
@media screen and (max-width: 580px) {
  .elementor-widget-wc-archive-products .woocommerce.columns-4 ul.products {
    grid-template-columns: repeat(1,1fr) !important;
}
}

.mobile-menu-trigger {
  display: none;
  font-size: 30px;
  cursor: pointer;
  padding: 10px;
}
.mobile-menu-popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  z-index: 1000;
}
.close-popup {
  font-size: 30px;
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}

.call-popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  z-index: 1001;
  justify-content: center;
  align-items: center;
}
.site-footer .search-menu a {
  color: #fff;
}
.close-call {
  font-size: 50px;
  position: absolute;
  top: -30px;
  right: -30px;
  cursor: pointer;
}

section.thanks {
  margin-top: 150px;
}
.thanks .hero-wrapper {
  padding: 0 60px 0 60px;
}
.thanks .hero-wrapper .hero-img {
  top: -61px;
}
.thanks .hero-content h2 {
  font-size: 40px;
  margin: 0;
}
.thanks .hero-content p {
  font-size: 24px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {

	input.search-field::placeholder {
    text-wrap: balance;
    top: -8px;
    position: relative;
}
	.kurs__content article span {
    font-size: 12px;
}
	.kurs__content article img {
    width: 15px;
    height: 15px;
}
  .mobile-menu-trigger {
    display: block;
  }
  .site-header {
    padding: 20px 0;
  }
  .right-side,
  .header__menu {
    display: none;
  }
  .site-branding {
    flex-flow: column;
    align-items: flex-start;
  }
  .search__contact {
    align-items: flex-start;
    flex-flow: column;
    gap: 20px;
  }

  .logo {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }
  .logotype {
    cursor: default;
    pointer-events: none;
  }
	.logotype span {
    font-size: 12px;
		    text-wrap: balance;
}
  .hero-wrapper {
    flex-direction: column-reverse;
    max-height: fit-content;
    gap: 20px;
    padding: 0 20px 0 20px;
  }
  .hero-wrapper .hero-img {
    top: 0;
  }
  .hero-content {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
	.hero-content h2 {
    font-size: 20px;
    line-height: 30px;
}
  .hero-kurs {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
  
  h1 {
    font-size: 24px;
  }
  .kurs__btn {
    flex-direction: column;
  }
  .grid__kurs {
    justify-content: center;
  }
  .kurs__head {
    flex-direction: column-reverse;
  }
  .kurs__block {
    flex: auto;
  }
  .tax__wrapper img {
    width: 100%;
  }
  .tax__wrapper {
    display: block;
    padding: 40px 20px 0px 20px;
  }
  .tax__wrapper h3 {
    font-size: 120%;
  }
  .tax__wrapper p {
    font-size: 100%;
  }
  .forma__wrapper .container {
    display: block;
  }
  .contact-form {
    flex-direction: column;
    gap: 15px;
  }
  .form-block {
    flex: 1;
  }
  .contact-form input {
    width: 100%;
  }
  .forma__content .main-btn {
    justify-content: center;
  }
  .forma__content .main-btn .button {
    width: 100%;
  }
	.forma__content h4 {
    font-size: 18px;
}
	h2 {
    font-size: 18px;
}
  .type__bottom {
    flex-direction: column;
  }
  .type__block {
    flex: 1;
    gap: 30px;
  }
  .type__price p {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 120%;
  }
  .type__price p .on-text {
    font-size: 130%;
  }
  .doc__wrapper {
    flex-direction: column-reverse;
    padding: 30px;
  }
  .doc__btn .button {
    width: 100%;
  }
  .doc__right img {
    max-width: 100%;
  }
  .select__edu .kurs__block {
    flex: auto;
  }
  .search-menu,
  .phone-menu {
    color: #222;
    font-size: 14px;
  }
  .mobile-menu-wrapper {
    display: flex;
    flex-direction: column;
    background: #fff;
    margin: 60px 30px 40px 30px;
    padding: 20px;
    border-radius: 20px;
    gap: 30px;
  }
  .list__menu {
    flex-direction: column;
    align-items: baseline;
    gap: 15px;
  }
  .list__menu a {
    padding: 10px 0 3px 0;
    border-bottom: 1px solid;
  }
  .mobile-menu-wrapper .btn-order-call {
    width: 100%;
  }
  .mobile-menu-wrapper .social-icons {
    justify-content: center;
  }
  .mobile-menu-wrapper .logotype {
    cursor: pointer;
    pointer-events: auto;
  }
  .license-text p {
    font-size: 16px;
  }
  .license-wrapper {
    grid-template-columns: auto;
    grid-gap: 40px;
  }
  .hero2 .hero-wrapper {
    flex-direction: column-reverse;
    padding: 0 20px 0 20px;
    gap: 0;
  }
  .hero2 .hero-wrapper .hero-img {
    top: 0;
  }
  .site-footer .right-side {
    display: flex;
    margin-top: 30px;
    align-items: baseline;
    gap: 30px;
  }
  .site-footer .search__contact {
    gap: 30px;
  }
  .thanks .hero-wrapper .hero-img {
    top: 0;
  }
  .thanks .hero-content {
    padding-top: 40px;
  }
  .license-img {
    justify-content: center;
  }
  .numbers-wrapper {
    grid-template-columns: auto;
  }
  .content-kurs__wrapper {
    grid-template-columns: auto;
    grid-gap: 50px;
  }
  .btn-price {
    flex-direction: column-reverse;
    align-items: baseline;
    gap: 50px;
  }
  .license-img img {
    width: 100%;
    max-width: 300px;
    height: auto;
  }
  .content-kurs__right img {
    width: 100%;
    height: auto;
    max-width: 300px;
  }
  .program-wrapper {
    width: auto;
    padding-top: 40px;
  }
  .program-text article {
    font-size: 16px;
    line-height: normal;
  }
	.program-text article:before {
    width: 10px;
    height: 10px;
}
	.content-kurs__left p {
    font-size: 12px;
}
  .content-kurs__left .button {
    width: 100%;
  }
  .content-kurs__right {
    text-align: center;
  }
  .list__kurs .hero-wrapper {
    margin-top: 20px;
	      margin-bottom: 60px;
  }
  .list__kurs .hero-wrapper .hero-img {
    top: 0;
  }
  .top__kurs .main-btn .button {
    font-size: 14px;
	  text-align: center;
  }
  .top__kurs .kurs__head {
    align-items: baseline;
  }
  .call-popup {
    align-items: baseline;
}
.call-popup .mobile-menu-wrapper {
  padding: 20px;
  width: 340px;
}
.close-call {
  font-size: 30px;
  top: -41px;
  right: 5%;
}
.call-popup .mobile-menu-wrapper .wpcf7-form-control-wrap input {
  width: 300px;
}
.wpcf7-form-control-wrap {
  width: auto;
}
.call-popup .mobile-menu-wrapper input[type="checkbox"] {
  width: auto;
}
	.hero-wrapper.dop {
    flex-direction: column;
}
	.hero-wrapper.dop img {
    width: 100%;
    height: auto;
}
	.hero-wrapper.dop .right-text {
    flex-direction: column;
		    align-items: baseline;
}
	.hero-wrapper.dop .btn-order-call {
    width: auto;
    font-size: 12px;
}
	.dop h2 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 30px;
}
	.dop .right-text p {
    padding: 0;
		font-size: 30px;
}
	.list__kurs .hero-wrapper.dop {
    margin-top: 20px;
}
}
.changemonth {
    background: none!important;
}
.popup_onpage {
    position: fixed;
    background: #fff;
    box-shadow: 0px 4px 16px 10px rgba(0, 41, 102, 0.25);
    border-radius: 20px;
    bottom: 30px;
    left: 30px;
    z-index: 99;
}
.onpage-wrapper {
    display: flex;
    gap: 23px;
}
.onpage-wrapper img {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}
.timer-label{
	color: #485BFF;
text-align: right;
font-family: Montserrat;
font-size: 36px;
font-style: normal;
font-weight: 700;
line-height: normal;
}
.countdown-timer {
    display: flex;
    border-radius: 20px;
    border: 1px solid #858585;
    background: linear-gradient(0deg, #FFF 0%, #DCEAFF 100%);
	margin-bottom: 45px;
	width: 340px;
}
.timer-section {
    padding: 13px 18px;
    border-right: 1px solid #858585;
}
.timer-section:nth-child(4) {
    border-right: none;
}
.countdown-timer .timer-section:nth-child(4):after {
    content: 'Секунд';
    display: block;
    position: absolute;
    font-weight: 500;
    padding-top: 20px;
	    margin-left: -9px;
}
.countdown-timer .timer-section:nth-child(3):after {
    content: 'Минут';
    display: block;
    position: absolute;
    font-weight: 500;
    padding-top: 20px;
}
.countdown-timer .timer-section:nth-child(2):after {
    content: 'Часов';
    display: block;
    position: absolute;
    font-weight: 500;
    padding-top: 20px;
	    margin-left: -5px;
}
.countdown-timer .timer-section:nth-child(1):after {
    content: 'Дней';
    display: block;
    position: absolute;
    font-weight: 500;
    padding-top: 20px;
}
.onpage-content .btn-order-call {
    margin-bottom: 33px;
}
.onpage-content h2 {
    margin-top: 27px;
}
.onpage-content {
    padding-right: 23px;
}
.popup_onpage_close {
    position: absolute;
    top: 23px;
    right: 23px;
}
.onpage-content .btn-order-call {
    margin-bottom: 33px;
    width: 228px;
    height: 43px;
    font-weight: 800;
}
.popup-icon:after {
    content: '';
    background-image: url(../img/popupskidka.png);
    position: absolute;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 164px;
    height: 82px;
    margin-left: -50px;
    margin-top: -25px;
    z-index: -1;
}
@media screen and (max-width: 1200px) {
	.popup_onpage {
    left: 10px;
    bottom: 10%;
    padding: 0 23px;
}
	.onpage-wrapper img {
    display: none;
}
	.countdown-timer .timer-section:after{
		font-size:10px;
	}
	.timer-label {
    font-size: 20px;
}
	.countdown-timer {
    width: max-content;
}
	.popup-icon:after{
	width: 120px;
    height: 50px;
    margin-left: -50px;
    margin-top: -18px;
		}
}
.grecaptcha-badge {
    display: none!important;
}
.tax-product_cat .woocommerce-breadcrumb .delimiter:nth-child(4) {
    display: inline;
}
.content-kurs__left .difprice{
	position: relative;
    top: auto;
}
.btn_whatsapp {
    background: rgba(67, 216, 84, 1);
    color: #fff;
    border-radius: 20px;
    padding: 12px 32px;
    font-size: 18px;
    font-weight: 600;
	    line-height: normal;
    align-items: center;
    display: inline-flex;
    gap: 10px;
}
.active {
      color: #485BFF;
    }
.call-popup .mobile-menu-wrapper form .form-att {
    color: #8c8c8c;
    font-size: 12px;
}
.call-popup .mobile-menu-wrapper form .form-att a {
    color: #8c8c8c;
}
.call-popup .mobile-menu-wrapper form .form-att a:hover {
    text-decoration: underline;
}
.call-popup .mobile-menu-wrapper .wpcf7-form-control-wrap input:hover {
    border-color: #485BFF;
}
.doc__text p {
    text-wrap: balance;
}
p.woocommerce-result-count {
    display: none;
}
form.woocommerce-ordering {
    display: none;
}
.checkout-tabs input {
    width: 100%;
    height: 30px;
    border-radius: 4px;
    border: 1px solid #bbb;
}
.checkout-tabs #tab-2 p {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.checkout-tabs select {
    width: 100%;
    height: 30px;
    border-radius: 4px;
    border: 1px solid #bbb;
}
input#consentCheckbox {
    width: 30px;
}
input#consent2Checkbox{
    width: 30px;
}
.kurs__block a.button.call-trigger {
    display: none;
}


.thwmscp-new-layout-styles.thwmsc-tab-format .thwmsc-tab-panel-wrapper {
    background: #fff;
    padding: 0 5px
}
.thwmsc-progress-bar {
    margin-bottom: 0;
}
article#post-1559 header h1 {
    display: none;
}
.thwmsc-tab-panel {
    border-radius: 6px;
}
.thwmsc-wrapper .thwmsc-buttons button {
    cursor: pointer;
}
span.optional {
    display: none;
}
.woocommerce-billing-fields h3 {
    display: none;
}
.woocommerce-additional-fields h3 {
    display: none;
}
table.shop_table.woocommerce-checkout-review-order-table {
    text-align: left;
    margin-top: 15px;
    border-collapse: collapse;
}
table.shop_table.woocommerce-checkout-review-order-table td {
    border: 1px solid #ccc;
    padding: 6px;
}
table.shop_table.woocommerce-checkout-review-order-table th {
    border: 1px solid #ccc;
    padding: 6px;
}
tr.cart-subtotal {
    display: none;
}
li.wc_payment_method.payment_method_tbank label img {
    display: none;
}
.woocommerce-checkout-payment:before {
    content: '\0412\044b\0431\0435\0440\0438\0442\0435\00A0\0441\043f\043e\0441\043e\0431\00A0\043e\043f\043b\0430\0442\044b';
    font-size: 18px;
    font-weight: 700;
}
.woocommerce-checkout-payment {
    margin-top: 2rem;
}
strong.product-quantity {
    display: none;
}
#place_order {
    height: 50px;
    cursor: pointer;
    font-size: 18px;
}
#place_order:hover {
    background-color: #2d39a5;
    color: #fff;
}
tr.fee th {
    font-weight: normal;
}
label[for="Доставка в отделение почты России"] {
    font-size: 1.17em;
    font-weight: bold;
}

.woocommerce-billing-fields__field-wrapper p {
    display: flex;
    flex-direction: column;
    gap: 10px;
        padding-bottom: 15px;
}
.woocommerce-billing-fields__field-wrapper p span.woocommerce-input-wrapper input {
    border: 1px solid #ccc;
    width: 100%;
    height: 35px;
    font-size: 1.17rem;
    color: #555;
    border-radius: 5px;
    font-weight: 500;
    padding: 6px;
    font-size: 14px;
}
.woocommerce form .form-row .required {
    text-decoration: none;
}
.wc-block-grid.wp-block-product-new.wc-block-product-new.has-4-columns .wc-block-grid__product-price.price {
    display: none;
}
.woocommerce form .form-row .required {
    visibility: visible;
}
#dostavka_pochta_field.form-row.form-row-wide {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
span.woocommerce-input-wrapper select {
    padding: 8px;
    font-size: 1.17rem;
    color: #555;
    border: 1px solid #bebebe;
    border-radius: 4px;
    width: 100%;
    font-size: 14px;
}
input#billing_address_1 {
    padding: 8px;
    font-size: 1.17rem;
    color: #555;
    border: 1px solid #bebebe;
    border-radius: 4px;
        width: 100%;
        margin-top: 10px;
}
.form-row.form-row-wide#billing_postcode_field {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
input#billing_postcode {
    padding: 8px;
    font-size: 1.17rem;
    color: #555;
    border: 1px solid #bebebe;
    border-radius: 4px;
    width: 100%;
}
input#tverdayoblojka, input#laminir, input#uskorobuchen, input#uckorpoluchenie {
    width: 25px;
    height: 25px;
    cursor: pointer;
}
#dostavka_pochta_field.form-row.form-row-wide label, .form-row.form-row-wide#billing_address_1_field label, .form-row.form-row-wide#billing_postcode_field label{
    font-weight: bold;
    font-size: 1.17em;
}
.thwmscp-new-layout-styles.thwmscp-hbox-tab ul.thwmsc-tabs li {
    border: 1px solid #d3d3d3;
}
.woocommerce-billing-fields label {
  font-size: 1rem;
  font-weight: 600;
}
.row-dopuslugi label.checkbox {
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 5px;
}
.form-row.form-row-wide.row-dopuslugi {
    margin-bottom: 2rem;
}
div#headdopusligi_field {
    margin-top: .5rem;
}
.form-row.form-row-wide.row-dopuslugi span.woocommerce-input-wrapper {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: flex-end;
        gap: 15px;
}
.form-row.form-row-wide.row-dopuslugi .description {
    display: block !important;
}
.form-row.form-row-wide.row-dopuslugi .description img {
    width: 70px;
}
form.woocommerce-EditAccountForm.edit-account p#dostavka_pochta_field {
    display: none;
}
form.woocommerce-EditAccountForm.edit-account p#billing_address_1_field {
    display: none;
}
form.woocommerce-EditAccountForm.edit-account p#billing_postcode_field {
    display: none;
}
form.woocommerce-EditAccountForm.edit-account div#headdopusligi_field {
    display: none;
}
.tgwc-user-avatar-image-wrap.tgwc-user-avatar-image-wrap--circle {
    background-image: url(https://masopi.ru/wp-content/uploads/user.png);
    background-repeat: no-repeat;
}

header.woocommerce-Address-title.title a.edit {
    border: 1px solid #666;
    padding: 6px 17px;
    margin-bottom: 20px;
    display: block;
    width: fit-content;
    font-weight: 600;
    background: #485bff;
    color: #fff;
    border-radius: 30px;
}
.woocommerce-MyAccount-content .wc-block-components-notice-banner__content a.woocommerce-Button.button {
    width: 200px;
}
[data-menu-style=sidebar] .tgwc-user-avatar {
    margin-bottom: 0;
}
div#tgwc-woocommerce {
    margin-top: 40px;
    margin-bottom: 60px;
}
.logged-in.woocommerce-account.tgwc-woocommerce-customize-my-account #tgwc-woocommerce.woocommerce .tgwc-woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link.is-active a {
    color: #485bff;
}
.logged-in.woocommerce-account.tgwc-woocommerce-customize-my-account #tgwc-woocommerce.woocommerce[data-menu-style="sidebar"] .tgwc-woocommerce-MyAccount-navigation {
    padding: 10px 15px;
    background: #fff;
    border-radius: 10px;
    max-width: 280px;
}
td.product-remove {
    padding: 0 20px !important;
}
table.shop_table_responsive tr td::before {
    content: none;
}
.elementor-widget-woocommerce-cart .woocommerce .cart_totals table.shop_table_responsive tr td::before {
    content: none!important;
}
tr.woocommerce-cart-form__cart-item.cart_item td.product-thumbnail {
    display: none !important;
}
.elementor-widget-woocommerce-cart .woocommerce table.cart thead {
    display: none;
}
tr.woocommerce-cart-form__cart-item.cart_item td {
    padding: 10px 10px;
}
tr.woocommerce-cart-form__cart-item.cart_item td.product-price {
    width: 80px;
}
tr.woocommerce-cart-form__cart-item.cart_item td.product-subtotal {
        display: none;
}
th.product-quantity {
    display: none;
}
tr.woocommerce-cart-form__cart-item.cart_item td.product-quantity {
    display: none !important;
}
th.product-subtotal {
    display: none;
}
button.button[name="update_cart"] {
display:none;
}
.woocommerce-MyAccount-content .cart_totals h2 {
    display: none;
}
.woocommerce-MyAccount-content .cart_totals tr.order-total {
    display: none;
}
.u-column1.col-1.woocommerce-Address address {
    display: none;
}
.woocommerce-MyAccount-content form.woocommerce-EditAccountForm.edit-account p {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.woocommerce-MyAccount-content form.woocommerce-EditAccountForm.edit-account p input {
    border: 1px solid #ccc;
    width: 100%;
    height: 35px;
    font-size: 1.17rem;
    color: #555;
    border-radius: 5px;
    font-weight: 500;
    padding: 6px;
}
.woocommerce-MyAccount-content .woocommerce-address-fields p {
    display: flex;
    flex-direction: column;
    gap: 5px;
    font-size: 14px;
}
.woocommerce-MyAccount-content .woocommerce-address-fields p input{
        border: 1px solid #ccc;
    width: 100%;
    height: 35px;
    font-size: 1.17rem;
    color: #555;
    border-radius: 5px;
    font-weight: 500;
    padding: 6px;
    font-size: 14px;
}
section.woocommerce-order-details table.woocommerce-table.woocommerce-table--custom-fields.shop_table.custom-fields {
    display: none;
}
div#tgwc-woocommerce section.woocommerce-customer-details {
    display: none;
}
section.woocommerce-order-details {
    margin: 0;
}
table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details {
    text-align: left;
    border-collapse: collapse;
}
table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details td {
    padding: 12px;
    border: 1px solid #aeaeae;
        background: #fff;
}
table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details th {
    padding: 12px;
    border: 1px solid #aeaeae;
        background: #fff;
}
tr.woocommerce-orders-table__row.woocommerce-orders-table__row--status-pending.order td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-actions {
    display: flex;
    flex-direction: row;
    gap: 15px;
}
tr.woocommerce-orders-table__row.woocommerce-orders-table__row--status-pending.order td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-actions a.woocommerce-button {
    padding: 0 20px;
}
table.woocommerce-orders-table.woocommerce-MyAccount-orders.shop_table.shop_table_responsive.my_account_orders.account-orders-table {
    border-collapse: collapse;
    text-align: left;
}
table.woocommerce-orders-table.woocommerce-MyAccount-orders.shop_table.shop_table_responsive.my_account_orders.account-orders-table td {
    padding: 10px;
}
table.woocommerce-orders-table.woocommerce-MyAccount-orders.shop_table.shop_table_responsive.my_account_orders.account-orders-table th {
    padding: 10px 10px 0 10px;
}
tr.woocommerce-orders-table__row.woocommerce-orders-table__row--status-pending.order td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-actions {
    display: flex;
    flex-direction: row;
    gap: 15px;
}
tr.woocommerce-orders-table__row.woocommerce-orders-table__row--status-pending.order td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-actions a.woocommerce-button {
    padding: 0 10px;
}
form#order_review table.shop_table {
    text-align: left;
}
form#order_review table.shop_table th.product-quantity {
        visibility: hidden;
    display: block;
}
table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details td.woocommerce-table__product-total.product-total {
    width: 205px;
}
ul.wc_payment_methods.payment_methods.methods {
    list-style: none;
    padding: 0;
}
ul.wc_payment_methods.payment_methods.methods li {
    padding: 10px 0;
    font-size: 18px;
}
ul.wc_payment_methods.payment_methods.methods li input {
    width: 15px;
    height: 15px;
}
ul.wc_payment_methods.payment_methods.methods li label {
    font-weight: 500;
}
p#prinyatpoll1_field label.checkbox input#prinyatpoll1, input#prinyatpoll2 {
    width: 20px;
    height: 15px;
}
.step-container {
	margin: 40px 0;
}
.item {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px;
	margin-bottom: 10px;
	background-color: #e9f6ff;
	border-radius: 5px;
	border: 1px solid #e6e6e6;
	min-height: 72px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    font-weight: 500;
}
.item.completed {
	background-color: #f4f4f4;
}
.item .icon {
font-size: 2rem;
	color: #d9534f;
	border-radius: 100%;
	border: 2px dashed;
	width: 50px;
	height: 50px;
	text-align: center;
}
.item .icon.completed {
	color: #5cb85c;
}
.date {
	color: #5a5a5a;
	font-weight: bold;
}
.date.completed {
	color: #000;
}
.item span {
	margin-left: 10px;
	max-width: 300px;
}
.question {
	font-size: 20px;
	color: #337ab7;
}
.order-part-one {
    flex: 1;
}
.lk-container {
    display: flex;
    flex-wrap: wrap;
        gap: 60px;
        
}
/* Общие стили для контейнера чека */
.column3 {
    flex: 1;
    max-width: 450px;
    height: 100%;
    width: 100%;
    margin: 0 auto;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    background-color: #e8e8e8;
    font-family: Arial, sans-serif;
        clip-path: polygon(100% 0, 100% calc(100% - 6px), 98% 100%, 96% calc(100% - 6px), 94% 100%, 92% calc(100% - 6px), 90% 100%, 88% calc(100% - 6px), 86% 100%, 84% calc(100% - 6px), 82% 100%, 80% calc(100% - 6px), 78% 100%, 76% calc(100% - 6px), 74% 100%, 72% calc(100% - 6px), 70% 100%, 68% calc(100% - 6px), 66% 100%, 64% calc(100% - 6px), 62% 100%, 60% calc(100% - 6px), 58% 100%, 56% calc(100% - 6px), 54% 100%, 52% calc(100% - 6px), 50% 100%, 48% calc(100% - 6px), 46% 100%, 44% calc(100% - 6px), 42% 100%, 40% calc(100% - 6px), 38% 100%, 36% calc(100% - 6px), 34% 100%, 32% calc(100% - 6px), 30% 100%, 28% calc(100% - 6px), 26% 100%, 24% calc(100% - 6px), 22% 100%, 20% calc(100% - 6px), 18% 100%, 16% calc(100% - 6px), 14% 100%, 12% calc(100% - 6px), 10% 100%, 8% calc(100% - 6px), 6% 100%, 4% calc(100% - 6px), 2% 100%, 0 calc(100% - 6px), 0 0);
    -webkit-clip-path: polygon(100% 0, 100% calc(100% - 6px), 98% 100%, 96% calc(100% - 6px), 94% 100%, 92% calc(100% - 6px), 90% 100%, 88% calc(100% - 6px), 86% 100%, 84% calc(100% - 6px), 82% 100%, 80% calc(100% - 6px), 78% 100%, 76% calc(100% - 6px), 74% 100%, 72% calc(100% - 6px), 70% 100%, 68% calc(100% - 6px), 66% 100%, 64% calc(100% - 6px), 62% 100%, 60% calc(100% - 6px), 58% 100%, 56% calc(100% - 6px), 54% 100%, 52% calc(100% - 6px), 50% 100%, 48% calc(100% - 6px), 46% 100%, 44% calc(100% - 6px), 42% 100%, 40% calc(100% - 6px), 38% 100%, 36% calc(100% - 6px), 34% 100%, 32% calc(100% - 6px), 30% 100%, 28% calc(100% - 6px), 26% 100%, 24% calc(100% - 6px), 22% 100%, 20% calc(100% - 6px), 18% 100%, 16% calc(100% - 6px), 14% 100%, 12% calc(100% - 6px), 10% 100%, 8% calc(100% - 6px), 6% 100%, 4% calc(100% - 6px), 2% 100%, 0 calc(100% - 6px), 0 0);
}

/* Заголовки секций */
.column3 h5 {
    font-size: 1em;
    margin-bottom: 10px;
    color: #333;
    font-weight: bold;
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 5px;
        margin-top: 0;
}

/* Список курсов и дополнительных услуг */
.pay-check {
    margin: 10px 0;
    padding: 10px;
    border: 1px dashed #ccc;
    border-radius: 5px;
    background-color: #f9f9f9;
        font-size: 0.95em;
    color: #444;
}

/* Стили для элементов списка */
.pay-check li {
    list-style-type: none;
    margin: 5px 0;
    font-size: 1em;
    color: #555;
}

/* Стили для текста секций */
.column3 p {
    font-size: 1em;
    color: #333;
    margin: 5px 0;
}

/* Стили для итоговой суммы и разделов */
.column3 .total {
    font-weight: bold;
    font-size: 1.1em;
    color: #000;
    margin-top: 15px;
    border-top: 2px solid #e0e0e0;
    padding-top: 10px;
}

/* Стили для доставки */
.pay-check p {
    margin: 5px 0;
    font-size: 0.95em;
    color: #444;
}

/* Стили для блока "Итоги" */
.column3 .total-summary {
    font-weight: bold;
    color: #111;
    font-size: 1.2em;
    margin-top: 20px;
}

/* Стили для личного кабинета */

.woocommerce-MyAccount-content a.woocommerce-Button.button {
  display: flex;
  margin-top: 20px;
}
.woocommerce-MyAccount-content .wc-block-components-notice-banner.is-info>svg {
  order: 1;
}
.dostup-lk {
  margin-top: 10px;
}
.dostup-lk input {
  margin-top: 3px;
  margin-bottom: 5px;
  padding: 5px 10px;
  width: 300px;
}
.dostup-lk .btn-play {
  width: 100%;
}
.woocommerce-MyAccount-content .btn-play {
  width: 100%;
  padding: 10px;
  height: auto;
}
.woocommerce-MyAccount-content .btn-play:hover {
  cursor: pointer;
  background: #fff;
}
a.checkout-button.button.alt.wc-forward {
  width: fit-content;
  padding: 10px;
}
.product-remove a.remove {
  font-size: 25px;
  color: red;
}
th.product-price {
  padding: 10px;
}
.thwmsc-wrapper .thwmsc-progress-bar .progress-bar {
  max-width: 100%;
}
/* Стили для Марквиз */
.marquiz-wrapper iframe .whitelabel.whitelabel_new {
	display: none;
}

/* Медиа-запрос для адаптивного отображения на мобильных устройствах */
@media (max-width: 1024px) {
  .thwmscp-new-layout-styles.thwmscp-hbox-tab ul.thwmsc-tabs li {
    width: 50%;
  }
  .tgwc-woocommerce-MyAccount-navigation-wrap a {
    font-size: 14px;
  }
  .step-container {
	font-size: 14px;
	padding: 10px !important;
  }
}

@media (max-width: 768px) {
  span.thwmsc-tab-label {
    font-size: 14px;
  }
  .logged-in.woocommerce-account.tgwc-woocommerce-customize-my-account #tgwc-woocommerce.woocommerce[data-menu-style="sidebar"] .tgwc-woocommerce-MyAccount-navigation {
    max-width: unset;
    width: calc(100vw - 50px);
  }
  #tgwc-woocommerce .woocommerce-MyAccount-content {
    padding: 20px 0 !important;
  }
  tr.woocommerce-cart-form__cart-item.cart_item td.product-price {
    width: 100%;
  }
}

@media (max-width: 600px) {
    .column3 {
        padding: 15px;
    }

    .column3 h5 {
        font-size: 1em;
    }

    .pay-check {
        padding: 8px;
    }

    .column3 p,
    .pay-check li {
        font-size: 0.9em;
    }
    .thwmscp-new-layout-styles.thwmscp-hbox-tab ul.thwmsc-tabs li {
      width: 100%;
    }
} 
ul {
    list-style: none;
        margin: 0;
        padding:0;
}
.orderwc-column {
    margin-bottom: 10px;
}
.block-spravka {
    padding-top: 20px;
    text-align: center;
    border-top: 2px dashed #e1e1e1;
    margin-top: 20px;
}
.orderwc-column p {
    margin-bottom: 5px;
    margin-top: 0;
}
.btn-play {
    background: #485BFF;
    font-family: Arial, sans-serif;
    font-weight: 600;
    letter-spacing: 0.05em;
    border: 2px solid #485BFF;
    border-radius: 4px;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
    width: 200px;
    height: 40px;
    color: #fff;
}
.btn-play:hover {
    background: #fff;
    color: #485BFF;
}
.orderwc-grid h4 {
    font-size: 1.5em;
    margin-top: 0;
        margin-bottom: 10px;
}
.switch-to-help {
    background: transparent;
    border-bottom: 1px dashed;
    color: #222;
    font-weight: 600;
    margin: 0;
    padding: 0;
    border-radius: 0;
    text-transform: lowercase;
    font-size: inherit;
    font-family: Arial, sans-serif
}
.switch-to-help:hover {
    background: transparent;
    color: #485bff;
}
.order-part-one h5 {
    margin-top: 0;
    font-weight: 600;
    font-size: 1.5em;
}
.column2 .btn-play {
    margin-bottom: 10px;
}
.tp-help{
    font-size:0.9em;
}
p.dostup {
 font-weight: 500;
    margin: 0;
}
.column2 input {
    margin-bottom: 15px;
    width: max-content;
    background: #fbfbfb;
}
#tab-2 .btn-play {
    margin-bottom: 20px;
}
.popup-trigger {
    display: block;
}

table.woocommerce-orders-table.woocommerce-MyAccount-orders.shop_table.shop_table_responsive.my_account_orders.account-orders-table td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-actions a.woocommerce-button.button.pay {
    display: none;
}
button#urlsdo:hover {
    background: #020a59;
}

.wc-block-components-quantity-selector {
    display: none;
}

.elementor-widget-woocommerce-cart .woocommerce {
    font-family: inherit;
}
.woocommerce-info, .woocommerce-noreviews, p.no-comments {
    background: #fff;
}

article#post-40 {
    width: 100%;
    margin: auto;
    max-width: 1200px;
}
article#post-40 .wc-block-components-quantity-selector {
    display: none;
}
article#post-40 .wp-block-woocommerce-cart-order-summary-subtotal-block.wc-block-components-totals-wrapper {
    display: none;
}
article#post-40 a.components-button.wc-block-components-button.wp-element-button.wc-block-cart__submit-button.contained {
    background: #485BFF;
    color: #fff;
    border-radius: 7px;
}
article#post-40 .wc-block-components-form .wc-block-components-text-input label, .wc-block-components-text-input label {
    display: none;
}