@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: "woodmart-font";
	src: url("//academy.todayrus.ru/wp-content/themes/woodmart/fonts/woodmart-font-1-400.woff2?v=8.1.2") format("woff2");
}

:root {
	--wd-text-font: "Roboto", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: rgb(59,59,59);
	--wd-text-font-size: 18px;
	--wd-title-font: "Roboto", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 600;
	--wd-title-color: #242424;
	--wd-entities-title-font: "Roboto", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 500;
	--wd-entities-title-color: #333333;
	--wd-entities-title-color-hover: rgb(51 51 51 / 65%);
	--wd-alternative-font: "Roboto", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Roboto", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 600;
	--wd-widget-title-transform: uppercase;
	--wd-widget-title-color: #333;
	--wd-widget-title-font-size: 16px;
	--wd-header-el-font: "Roboto", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 400;
	--wd-header-el-transform: none;
	--wd-header-el-font-size: 18px;
	--wd-primary-color: rgb(238,130,50);
	--wd-alternative-color: rgb(115,207,72);
	--wd-link-color: #333333;
	--wd-link-color-hover: #242424;
	--btn-default-bgcolor: #f7f7f7;
	--btn-default-bgcolor-hover: #efefef;
	--btn-accented-bgcolor: #83b735;
	--btn-accented-bgcolor-hover: #74a32f;
	--wd-form-brd-width: 2px;
	--notices-success-bg: #459647;
	--notices-success-color: #fff;
	--notices-warning-bg: #E0B252;
	--notices-warning-color: #fff;
}
.wd-popup.wd-age-verify {
	--wd-popup-width: 500px;
}
.wd-popup.wd-promo-popup {
	background-color: #111111;
	background-image: none;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left center;
	--wd-popup-width: 800px;
}
.woodmart-woocommerce-layered-nav .wd-scroll-content {
	max-height: 223px;
}
.wd-page-title {
	background-image: none;
	background-size: cover;
	background-position: center center;
}
.wd-footer {
	background-color: #ffffff;
	background-image: none;
}
.wd-popup.popup-quick-view {
	--wd-popup-width: 920px;
}
:root{
--wd-container-w: 1600px;
--wd-form-brd-radius: 0px;
--btn-default-color: #333;
--btn-default-color-hover: #333;
--btn-accented-color: #fff;
--btn-accented-color-hover: #fff;
--btn-default-brd-radius: 0px;
--btn-default-box-shadow: none;
--btn-default-box-shadow-hover: none;
--btn-default-box-shadow-active: none;
--btn-default-bottom: 0px;
--btn-accented-bottom-active: -1px;
--btn-accented-brd-radius: 0px;
--btn-accented-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, .15);
--btn-accented-box-shadow-hover: inset 0 -2px 0 rgba(0, 0, 0, .15);
--wd-brd-radius: 0px;
}

@media (min-width: 1600px) {
[data-vc-full-width]:not([data-vc-stretch-content]),
:is(.vc_section, .vc_row).wd-section-stretch {
padding-left: calc((100vw - 1600px - var(--wd-sticky-nav-w) - var(--wd-scroll-w)) / 2);
padding-right: calc((100vw - 1600px - var(--wd-sticky-nav-w) - var(--wd-scroll-w)) / 2);
}
}


/* hero */
div.hero-courseAttribText ul {
    list-style-type: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}
div.hero-courseAttribText li {
    margin: 0px;
    background-color: #ee8232;
    border-radius: 5px;
    padding: 0px 10px;
    color: #fff;
}

.imageInText img {
    height: 44px;
    width: auto;
    border-radius: 40px;
}
.textTransform .idea {
	color: var(--wd-primary-color);
}

a.btn-icon-pos-right span.wd-btn-icon {
	margin-left: 15px;
}

a.btn-icon-pos-left span.wd-btn-icon {
	margin-right: 15px;
}

span.wd-icon {
    font-size: 25px;
}
a.xl-btn {
	height: 70px;
  font-size: 30px;	
}
div.stickyRow, div.stickyRowProgram {
    position: sticky;
}


div.stickyRowProgram {
	bottom: 50px;
}
/* price block */
div.price-month>div {
  box-shadow: 0 0 10px -2px #ddd;
}
div.price-month>div:hover {
  box-shadow: 0 0 20px -2px #ddd;
	transition: .2s;
}
div.positionedPriceText {
    position: absolute;
    top: 14px;
    padding: 0 20px;
    border-radius: 0px 0px 10px 10px;
    background-color: #eee;
    width: fit-content !important;
}

/* accardeon */
span.wd-accordion-opener {
    color: var(--wd-primary-color);
    font-size: 26px;
}
div.wd-accordion-title.wd-opener-pos-left span.wd-accordion-opener {
    margin-right: 40px;
}

/* robo */
div.roboCiteText {
  background-size: 25px !important;
	background-position: left 10px top 10px !important;
}

/* info cards */
div.ww-info-box .info-box-content {
    padding-left: 15px;
    padding-right: 15px;
}
div.ww-info-box img {
    border-radius: 10px 10px 0 0;
}

@media screen and (min-width: 1280px) and (max-width: 1366px) {
    div.heroText {
			font-size: 64px !important;
			line-height: 70px !important;
    }
}
@media (min-width: 1025px) {
	.imageInText img {
    height: 70px;
}
.textTransform img {
	height: 64px;
	width: auto;
}
.textTransform .idea {
	background-image: url(https://academy.todayrus.ru/wp-content/uploads/2025/09/shine-2-svgrepo-com.svg);
	background-repeat: no-repeat;
  background-position: top -8px left 23px;
}
.textTransform img {
	margin-left: -10px;
  margin-right: -10px;
	transform: matrix(1, 0, 0, 1, 0, 0);
	transition: .3s;
}
div.heroBgBlock:hover .textTransform img {
	transform: matrix(1, 0, 0, -1, 0, 0);
	transition: .3s;
}

/* opacity-gray */
.opacity-gray * {
	color: #13131370;
	transition: .2s;
}

.opacity-gray:hover * {
	color: var(--wd-title-color);
	transition: .2s;
}

.opacity-gray:hover .title-wrapper {
	transform: translatey(-20px);
}

div.stickyRow:nth-child(1) {
	top: 100px;
}
div.stickyRow:nth-child(2) {
	top: 120px;
}
div.stickyRow:nth-child(3) {
	top: 140px;
}
div.stickyRow:nth-child(4) {
	top: 160px;
}
div.stickyRow:nth-child(5) {
	top: 180px;
}


/* timeline */
div.timeLineLeft:after {
  content: '';
  position: absolute;
  width: 2px;
  height: 100%;
  background: #ddd;
  top: 0;
  left: 34px;
}

div.timeLineLeft:before {
	content: '';
  position: absolute;
  width: 15px;
  height: 15px;
  background: #777;
  left: 28px;
  top: 35px;
  border-radius: 50%;
	transition: .3s;
	z-index: 1;
}
div.learningRow:hover div.timeLineLeft:before, div.learningRow:hover div.timeLineLeft:after  {
  background-color: #ee8232;
	transition: .3s;
}

/* robo */
div.robo {
	position: relative;
	max-width: 424px;
}

}

@media (min-width: 768px) and (max-width: 1024px) {
	.mobileOff {
	display: none !important;
}
.vc_non_responsive .vc_row .wpb_column {
	width: 100% !important;
}
a.xl-btn {
	padding-inline: 30px;
	height: 70px;
  font-size: 20px;	
}
.transformText img {
    height: 50px;
}

div.stickyRow:nth-child(1) {
	top: 70px;
}
div.stickyRow:nth-child(2) {
	top: 90px;
}
div.stickyRow:nth-child(3) {
	top: 110px;
}
div.stickyRow:nth-child(4) {
	top: 130px;
}
div.stickyRow:nth-child(5) {
	top: 150px;
}
div.learningRow {
	border-bottom: 1px solid #E0E0E0;
}

}

@media (max-width: 576px) {
	.mobileOff {
	display: none !important;
}
.vc_non_responsive .vc_row .wpb_column {
	width: 100% !important;
}
a.xl-btn {
	padding-inline: 30px;
	height: 70px;
  font-size: 20px;	
}
.transformText img {
    height: 50px;
}

div.stickyRow:nth-child(1) {
	top: 70px;
}
div.stickyRow:nth-child(2) {
	top: 90px;
}
div.stickyRow:nth-child(3) {
	top: 110px;
}
div.stickyRow:nth-child(4) {
	top: 130px;
}
div.stickyRow:nth-child(5) {
	top: 150px;
}
div.learningRow {
	border-bottom: 1px solid #E0E0E0;
}
/* robo */
div.robo {
/* 	max-width: 260px;
	margin: 0 auto; */
}
}

