html {
  font-size: 16px;
}
img {
  vertical-align: middle;
}
iframe {
  max-width: 100%;
}
#logo img {
  max-width: 68px;
}
.logo-about {
  border-left: 1px solid #777;
}
#menu {
  position: sticky;
  top: -0.5px;
  z-index: 3;
  box-shadow: 0 2px 5px 0 rgb(0 0 0 / 7%);
}
#menu .navbar-start .navbar-item:first-child a {
  padding-left: 0;
}
#menu .icons-menu {
  line-height: 1;
}
#menu .icons-menu  > a, #menu .icons-menu  > span {
  padding: 0.2rem 1rem;
  display: block;
  position: relative;
}
#menu .icons-menu  > a:hover, #menu .icons-menu  > span:hover {
  color: #c5282d !important;
}
#menu .not-logged, #menu .logged {
  display: block;
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 3px;
  top: 0;
  right: 0.8rem;
}
#menu .icons-menu a .badge {
  position: absolute;
  line-height: 1rem;
  font-size: 0.8rem;
  padding: 1px 4px;
  min-width: 18px;
  text-align: center;
  border-radius: 9px;
  top: 0;
  right: 0.4rem;
  transition: all 0.2s ease;
  transform: scale(0);
}
#menu .icons-menu a .badge.shown {
  transform: scale(1);
}
#menu .catalog-trigger {
  justify-content: flex-start;
}
.breadcrumb {
  margin-bottom: 0;
  overflow: hidden;
}
.breadcrumb ul, .breadcrumb ol {
  flex-wrap: initial;
}
#catalog-modal .modal-content {
  width: 100%;
  max-width: 1344px;
  padding: 20px 15px !important;
  border-radius: 24px;
}
#catalog .column {
  padding: 0.3rem;
}
#catalog .column > .box {
  height: 100%;
}
.modal-background {
  background-color: rgb(255 255 255 / 75%);
  backdrop-filter: blur(7px);
}
#search-modal .delete, #catalog-modal .delete {
  position: fixed;
  right: 1rem;
  top: 1rem;
}
.search-reset {
  transform: scale(0);
  transition: all 0.2s ease;
}
.search-reset.shown {
  transform: scale(1);
}
.contacts-map {
  overflow: hidden;
  border-radius: 14px;
}
.category-menu {
  border: 1px solid #ededed;
  overflow: hidden;
}
#login-modal .modal-content {
  min-height: 486px;
  border-radius: 12px;
  box-shadow: 0 5px 10px 0 rgb(0 0 0 / 20%);
  max-width: 400px;
}
#account-login .login-form {
  max-width: 400px;
  box-shadow: 0 5px 10px 0 rgb(0 0 0 / 20%);
  padding: 1.5rem;
  border-radius: 12px;
}
.anycategories .box > .tag {
  position: absolute;
  top: 1rem;
  right: 1rem;
}
.keypoints .block + .block {
  border-left: 1px solid #999;
  margin-left: 1rem;
  padding-left: 1rem;
}
.grid .description {
  display: none;
}
.product-card.is-shadowless, .blog-card.is-bordered {
  border: 2px solid whitesmoke;
}
.product-card .image {
  width: 38%;
}
.product-card .info {
  width: 62%;
}
.product-card .caption {
    width: 100%;
}
.product-card .attributes {
    width: 60%;
}
.product-card .extra {
    width: 40%;
    padding-left: 2rem;
}
.product-card .materials {
    margin-top: 1rem;
}
.product-card .image a .stock {
  position: absolute;
  left: 0;
  top: 0;
}
.product-card .price {
  position: relative;
  width: 75%;
  text-align: left;
}
.product-card .old-price {
  position: absolute;
  top: -1.2rem;
  display: block;
}
.product-card .old-price .has-text-grey:after, .product-info .old-price .has-text-grey:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  background: #f00;
  top: 50%;
}
.product-card .actual-price {
  font-size: 1.2rem !important;
  display: block;
  font-weight: 700;
}
.list .product-card {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
}
.list .product-card .image {
  width: 30% !important;
}
.list .product-card .info {
  width: 70%;
  padding-left: 20px;
}

.product-tabs-toggler {
  position: sticky;
  top: 3.5rem;
  z-index: 1;
}
.plan-item-title {
  border-top: 1px solid #ddd;
  position: relative;
}
.plan-item-title .button {
  position: absolute;
  right: 0;
  top: calc(50% - 0.9rem);
  transition: all 0.3s ease;
}
.plan-item-title .button.shown {
  transform: rotate(180deg);
}
.cart-total .box .is-flex span {
  background: #fff;
  z-index: 1;
}
.cart-total .box > .block:after {
  border-bottom: 1px dotted #ddd;
  content: "";
  display: block;
  width: 100%;
  position: relative;
  top: -8px;
}
.cart-total .box, #checkout-total  {
  position: sticky;
  top: 80px;
}
.cart-total .box > .block:last-child:after {
  content: none;
}
.product-info .old-price {
  position: absolute;
  left: 0;
  top: -1.5rem;
  white-space: nowrap;
}
.product-info .old-price:after {
  content: "";
  position: absolute;
  width: 55%;
  height: 1px;
  background: #f00;
  top: 50%;
}
.product-images img {
  border-radius: 12px;
}
.sticky-crutch {
  position: relative;
  height: 100%;
  z-index: -1;
}
.mentor-avatar > .icon {
  position: absolute;
  right: 0;
  top: calc(50% - 0.75rem);
}
.product-card {
  height: 100%;
}
#notifications {
  position: fixed;
  z-index: 999;
  right: 0.75rem;
  max-width: calc(100% - 1.5rem);
  height: 0;
  overflow: visible;
  top: 0.75rem;
}
#notifications .notification {
  max-width: 400px;
}
.select:not(.is-multiple):not(.is-loading)::after {
  z-index: 1;
}
.select:not(.is-multiple):not(.is-loading)::after, .navbar-link:not(.is-arrowless)::after {
  border-width: 2px;
}
.image img {
  width: auto;
  max-width: 100%;
}
.heading-list li {
  position: relative;
}
.heading-list li span, .heading-list li a {
  z-index: 1;
  position: relative;
}
.heading-list li:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  border-top: 1px dotted #ddd;
  bottom: 0.6rem;
  z-index: 0;
}
.field.has-addons .control .button:not([disabled]):focus, .field.has-addons .control .button:not([disabled]).is-focused, .field.has-addons .control .button:not([disabled]):active, .field.has-addons .control .button:not([disabled]).is-active, .field.has-addons .control .input:not([disabled]):focus, .field.has-addons .control .input:not([disabled]).is-focused, .field.has-addons .control .input:not([disabled]):active, .field.has-addons .control .input:not([disabled]).is-active, .field.has-addons .control .select select:not([disabled]):focus, .field.has-addons .control .select select:not([disabled]).is-focused, .field.has-addons .control .select select:not([disabled]):active, .field.has-addons .control .select select:not([disabled]).is-active {
  z-index: 1;
}
.score .tag {
  transition: all 0.2s ease;
}
.score .tag:hover, .score .tag.is-active {
  background: #fc0;
  color: #000;
}
svg {
  max-width: 100%;
  height: auto;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  -webkit-appearance:none;
}
.lSSlideOuter .lSPager.lSpg>li a {
  background-color: rgb(0 0 0 / 30%);
  height: 10px;
  width: 10px;
  z-index: 1;
  transition: all 0.2s ease;
}
.lSSlideOuter .lSPager.lSpg > li.active a, .lSSlideOuter .lSPager.lSpg > li:hover a {
  background-color: #0055d4;
  width: 20px;
}
.lg-outer .lg-video-cont {
  max-width: 1344px !important;
}
.lg-backdrop {background-color: #fff;}
.lg-toolbar {
  background-color: rgb(0 0 0 / 0%);
}
.lg-sub-html {
  background: #f7f7f7;
  color: #333;
}
.lg-toolbar .lg-icon:hover {
  color: #333;
}
.lg-actions .lg-next, .lg-actions .lg-prev {
  background-color: rgb(0 0 0 / 15%);
  border-radius: 10px;
  color: #fff;
}
.is-absolute {
  position: absolute !important;
}
.loading {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: #fff;
  top: 0;
  left: 0;
}
.spinner {
  display: inline-block;
  position: relative;
  width: 40px;
  height: 40px;
}
.spinner div {
  transform-origin: 20px 20px;
  animation: spinner 1.2s linear infinite;
}
.spinner div:after {
  content: " ";
  display: block;
  position: absolute;
  top: 6px;
  left: 19px;
  width: 2px;
  height: 8px;
  border-radius: 2px;
  background: #0055d4;
}
.spinner div:nth-child(1) {
  transform: rotate(0deg);
  animation-delay: -1.1s;
}
.spinner div:nth-child(2) {
  transform: rotate(30deg);
  animation-delay: -1s;
}
.spinner div:nth-child(3) {
  transform: rotate(60deg);
  animation-delay: -0.9s;
}
.spinner div:nth-child(4) {
  transform: rotate(90deg);
  animation-delay: -0.8s;
}
.spinner div:nth-child(5) {
  transform: rotate(120deg);
  animation-delay: -0.7s;
}
.spinner div:nth-child(6) {
  transform: rotate(150deg);
  animation-delay: -0.6s;
}
.spinner div:nth-child(7) {
  transform: rotate(180deg);
  animation-delay: -0.5s;
}
.spinner div:nth-child(8) {
  transform: rotate(210deg);
  animation-delay: -0.4s;
}
.spinner div:nth-child(9) {
  transform: rotate(240deg);
  animation-delay: -0.3s;
}
.spinner div:nth-child(10) {
  transform: rotate(270deg);
  animation-delay: -0.2s;
}
.spinner div:nth-child(11) {
  transform: rotate(300deg);
  animation-delay: -0.1s;
}
.spinner div:nth-child(12) {
  transform: rotate(330deg);
  animation-delay: 0s;
}
.button {
  transition: all 0.2s ease;
}
.blog-card .image {
    width: 30%;
}
.blog-card .caption {
  width: 70%;
  padding: 1rem;
}
@keyframes spinner {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotatedshake {
  3% {
    transform: rotate(15deg);
  }
  6% {
    transform: rotate(-15deg);
  }
  9% {
    transform: rotate(15deg);
  }
  12% {
    transform: rotate(-15deg);
  }
  15% {
    transform: rotate(15deg);
  }
  18% {
    transform: rotate(-15deg);
  }
  21% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes disappear {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes zoomInUp {
  0% {
    transform: scale(0.96);
  }
  100% {
    transform: scale(1);
  }
}
.modal.is-active .modal-background {
  animation: appear 0.2s ease;
}
.modal.is-active .modal-card, .modal.is-active .modal-content {
  animation: zoomInUp 0.3s ease;
}
.modal .modal-card {
  box-shadow: 0 3px 12px 0 rgb(0 0 0 / 20%);
  border-radius: 12px;
}
#agree-modal .modal-content {
  width: 100%;
  max-width: 1344px;
  padding: 30px;
}
#agree-modal .delete {
  top: 1rem;
  right: 1rem;
}
.basic-captcha img {
  border-radius: 8px;
}
.slider-hidden {
  height: 1px;
  opacity: 0;
  filter: alpha(opacity=0);
  overflow: hidden;
}
.slideshow0 {
  padding-top: 1rem;
}
.slideshow-item img {
  border-radius: 10px;
}
.telegram svg {
  color: #0088cc;
}
.vk svg {
  color: #0077FF;
}
.youtube svg {
  color: #ff0000;
}
.mobile-contacts {
  position: fixed;
  bottom: 2rem;
  right: -4rem;
  overflow: visible;
  transition: all 0.4s ease;
  z-index: 2;
}
.mobile-contacts.shown {
  transform: translateX(-5rem);
}
.mobile-contacts .mobile-contacts-trigger {
  line-height: 1;
  border: none;
  width: 48px;
  height: 48px;
  border-radius: 36px;
  padding: 12px;
  transition: all 0.2s ease;
  animation: rotatedshake 4s cubic-bezier(.36,.07,.19,.97) infinite;
}
.mobile-contacts .mobile-contacts-trigger.shown {
  animation: none;
}
.mobile-contacts-list {
  position: absolute;
  bottom: calc(100% + 5px);
  box-shadow: 0 2px 12px 0 rgb(0 0 0 / 20%);
  border-radius: 32px;
  text-align: center;
  width: 48px;
  transition: all 0.5s ease;
  right: -10rem;
  padding: 5px 0;
}
.mobile-contacts-list.shown {
  transform: translateX(-10rem);
}
.mobile-contacts-list > a {
  display: block;
  width: 36px;
  height: 36px;
  margin: 4px auto;
}
footer .scroll-top-trigger {
  position: fixed;
  width: 36px;
  height: 36px;
  background: rgb(0 0 0 / 40%);
  bottom: -3rem;
  left: calc(50% - 18px);
  border-radius: 24px;
  backdrop-filter: blur(5px);
  transition: all 0.4s ease;
  z-index: 2;
}
footer .scroll-top-trigger.shown {
  transform: translateY(-5rem);
}
.rotated-45 {
  transform: rotate(45deg);
}
.educational-item-title .icon {
  transition: all 0.3s ease;
}
.enrollment-condition .box, .nearest-start .box {
  padding: 1.5rem;
}
.enrollment-condition .icon.is-large, .nearest-start .icon.is-large {
  width: 4rem;
  height: 4rem;
  min-width: 4rem;
}
.sber-install span {
  display: inline-block;
  background: linear-gradient(90deg, #32a64f, #cede11);
  border-radius: 0.5rem;
  color: #fff;
  padding: 3px 10px;
  font-weight: bold;
}
.discount-or-installement a:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.panel-block.is-active {
  background-color: whitesmoke;
}
.accordion-heading .icon {
  transition: all 0.5s ease;
}
.button.is-link.is-light {
    background-color: #E9DCC0;
    color: #A42C30;
}
.button.is-link.is-light:hover, .button.is-link.is-light.is-hovered {
    background-color: #f3e2be;
    border-color: transparent;
    color: #A42C30;
}
.has-background-primary-light {
    background-color: #e9dcc0 !important;
}
.has-text-primary, .has-text-link, a {
    color: #A42C30 !important;
}
.button.is-primary {
    background-color: #A42C30;
    color: #fff !important;
}
.button.is-primary.is-outlined {
    color: #0055d4 !important;
}
.button.is-primary:hover, .button.is-primary.is-hovered {
    background-color: #c1272c;
}
.button.is-primary.is-light {
    background-color: #e9dcc0;
}
.button.is-primary.is-light:hover, .button.is-primary.is-light.is-hovered {
    background-color: #fff0d0;
}
.tag:not(body).is-primary.is-light, .notification.is-primary.is-light {
    background-color: #e9dcc0;
    color: #aa2c30;
}
a.has-text-link:hover, a.has-text-link:focus {
    color: #c7363a !important;
}
a.box:hover, a.box:focus {
    box-shadow: 0 0.5em 1em -0.125em rgba(0, 0, 0, 0.1), 0 0 0 1px #a42c30;
}
.tabs li.is-active a {
    border-bottom-color: #a42c30;}
.navbar-link:not(.is-arrowless)::after {
    border-color: #a42c30;}
@media (max-width: 1500px) {
  html {
    font-size: 15px;
  }
}
@media (max-width: 1023px) {
  .product-tabs-toggler {
    top: 0;
  }
  .container > .columns {
    margin-left: 0;
    margin-right: 0;
  }
  .breadcrumb.py-4 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    overflow: scroll;
  }
  .breadcrumb ul {
    flex-wrap: initial;
  }
  #menu {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 100%;
    left: 0;
  }
  #menu.shown {
    top: 0;
  }
  #menu .navbar-menu {
    display: block;
  }
  .icons-menu {
    position: fixed;
    bottom: 0;
    z-index: 3;
    background: content-box;
    left: 0;
    width: 100%;
    justify-content: center !important;
    box-shadow: 0 0 5px 0 rgb(0 0 0 / 15%);
  }
  .slideshow0 {
    padding-top: 0;
  }
  .slideshow-item img {
    border-radius: 0;
  }
  .product-info .tabs, #product-images {
    top:0.75rem;
  }
  .footer {
    padding: 3rem 0rem 6rem;
  }
  #filter {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #fff;
    z-index: 3;
    display: none;
  }
  #filter.shown {
    display: block;
  }
  #filter .filter-trigger {
    position: fixed;
    top: 1.5rem;
    right: 1.5rem;
  }
  .mobile-contacts {
    bottom: 5rem;
  }
  footer .scroll-top-trigger.shown {
    transform: translateY(-8rem);
  }
  .mobile-contacts.shown {
    transform: translateX(-5rem);
  }
}
@media (max-width: 768px) {
  #catalog-modal .modal-content {
    top: 0;
    border-radius: 0;
    height: 100%;
    max-height: 100%;
    margin-bottom: 0;
    margin-top: 0 !important;
    padding: 0;
  }
  #search-modal .delete, #catalog-modal .delete {
    top: initial;
    right: initial;
    bottom: 1rem;
  }
  #menu .navbar-menu {
    display: block;
  }
  #menu .catalog-trigger {
    margin: 0 !important;
  }
  #menu.shown .catalog-trigger {
    padding-left: 0.75rem !important;
  }
  #menu .icons-menu > a {
    padding: 1rem;
  }
  #menu .not-logged, #menu .logged {
    top: 0.8rem;
  }
  #menu .icons-menu a .badge {
    top: 0.4rem;
  }
  .navbar-dropdown {
    display: none;
  }
  .modal .modal-card {
    height: 100%;
    max-height: 100%;
  }
  #cart-modal .delete {
    position: fixed;
    top: initial;
    right: 1.2rem;
    bottom: 1.5rem;
    z-index: 1;
  }
  .product-cards .column, .blog-cards .column {
    padding-top: 0;
  }
  .product-info .tabs {
    top: 0.75rem;
  }
  .mobile-menu-trigger.shown {
    transform: rotate(90deg);
  }
}
@media (max-width: 640px) {
  #logo {
    justify-content: center;
  }
  .title.is-1 {
    font-size: 2rem;
  }
  .title.is-2 {
    font-size: 1.8rem;
  }
  .title.is-3 {
    font-size: 1.6rem;
  }
  .title.is-4 {
    font-size: 1.4rem;
  }
  .enrollment-condition .icon.is-large, .nearest-start .icon.is-large  {
    width: 4rem;
    height: 4rem;
    min-width: 4rem;
  }
  .product-card .image {
    display: none;
  }
  .product-card .info {
    width: 100%;
  }
  .product-card .attributes {
    width: 100%;
  }
  .product-card .extra {
    width: 100%;
    padding: 0;
  }
  .blog-card .image, .blog-card .caption  {
    width: 100%;
  }
}
