@font-face {
    font-family: 'MenorahGrotesk';
    src: url('/assets/fonts/MenorahGrotesk-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
  }
  
  @font-face {
    font-family: 'MenorahGrotesk';
    src: url('/assets/fonts/MenorahGrotesk-Medium.ttf') format('truetype');
    font-weight: 500; /* or 'medium' */
    font-style: normal;
  }
  
  @font-face {
    font-family: 'MenorahGrotesk';
    src: url('/assets/fonts/MenorahGrotesk-Semi.ttf') format('truetype');
    font-weight: 600; /* or 'semibold' */
    font-style: normal;
  }
  
  @font-face {
    font-family: 'MenorahGrotesk';
    src: url('/assets/fonts/MenorahGrotesk-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
  }


body {
    font-family: "MenorahGrotesk", monospace;  
    color: rgba(40, 43, 49, 1);
    margin: 0;
}

a {
    text-decoration: none;   
    color: rgba(40, 43, 49, 1);
}

.form-control {
    display: block;
    padding: 16px 32px;
    width: 100%;
    border-radius: 20px;
    border: none;
    font-size: 16px;
    font-family: 'IBM Plex Sans';    
}

.padding-32 {
    padding: 32px;
}

.radius-32 {
    border-radius: 32px;
}

h1, .h1 {
    font-family: 'Martian Mono', sans-serif; 
    font-size: 64px;
    color: #293A68;    
}

.h1-title {
    font-size: 64px;
    color: #293A68;      
    font-family: "MenorahGrotesk", monospace;    
}

h2, .h2 {
    font-size: 64px;
    color: #293A68;    
}

h3, .h3 {
    font-size: 32px;
    font-weight: bold;
    color: #282B31;
}

.h3-indigo {
    font-size: 32px;
    font-weight: bold;
    color: #293A68;
}

.h3-white {
    font-size: 32px;
    font-weight: bold;
    color: #fff;
}

h4, .h4 {
    font-size: 24px;
    font-weight: bold;
    color: #282B31;
}

.h4-white {
    font-size: 24px;
    font-weight: bold;
    color: #fff;
}

.offset-top-20 {
    margin-top: 20px;
}

.offset-top-30 {
    margin-top: 30px;
}

.offset-top-40 {
    margin-top: 40px;
}

.offset-top-50 {
    margin-top: 50px;
}

.offset-top-60 {
    margin-top: 60px;
}

.offset-top-70 {
    margin-top: 70px;
}

.offset-top-100 {
    margin-top: 100px;
}

.gradient-deep {
    background-color: #282B31;
    color: #fff;
}

.gradient-sandstone {
    background-color: #EDE9DD;
    color: #282B31 !important;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.color-indigo {
    color: #293A68;
}

.swiper-wrapper {
    height: auto;
}

.w-100 {
    width: 100%;
}

.d-block {
    display: block;
}

.list-style-custom {
    color: rgba(40, 43, 49, 1);
    padding: 0;
    margin: 0;
    list-style: none;
}

.list-style-custom li {
    margin-bottom: 18px;
}

.list-style-custom li:before {
    content: '✺';
    margin-right: 4px;
}

.grid-flex {
    display: flex;
}

.jst-between {
    justify-content: space-between;
}

.container {
    max-width: 1348px;
    margin: 0 auto;
}


.right-arrow {
    background-image: url(/assets/images/arrow.svg);  
    background-repeat: no-repeat;
    background-position: right center;    
}

.top {
    padding: 45px 0 15px 0;
}

.top .grid-flex {
    justify-content: space-between;
}

.head-nav {
    padding: 0;
    margin: 0;
    display: flex;
    list-style: none;
    font-size: 16px;
    font-family: Martian Mono;    
}

.head-nav li {
    margin-left: 35px;
}
.head-nav li a:hover {
    text-decoration: underline;
}

.main-box {
    padding: 30px 0 40px 0;
    overflow: hidden;
}

.breadcrumbs ul {
    padding: 0;
    margin: 0;
    display: flex;
    list-style: none;
    font-family: 'Martian Mono', sans-serif; 
    font-size: 14px;
    font-weight: 300;
}

.breadcrumbs ul li a:after {
    content: '/';
    margin: 0 5px;
}

.section-slider .grid-flex {
    flex-wrap: wrap;
    height: 380px;
}

.slider-main {
    background-color: rgba(237, 233, 221, 1);
    padding: 0 62px;
    min-height: 380px;
    width: 84%;
    border-radius: 32px;
    display: flex;
    justify-content: space-between;
    align-items: center;    
    max-width: 1119px;
    box-sizing: border-box;
}

.slider-right {
    width: 17%;
    max-width: 229px;
}

.grid-box {
    display: grid;
    grid-template-columns: 1fr 1fr; /* Создаёт две колонки одинаковой ширины */
    gap: 20px; /* Устанавливает расстояние между элементами сетки */
}

.info-rating {
    background: rgba(41, 58, 104, 1);
    border-radius: 32px;
    color: #fff;
    overflow: hidden;
    position: relative;
}

.info-rating .info-rating-wrapper {
    padding: 32px 0;   
/*    background-image: url(/assets/images/norma_main_3.png);    */
    background-position: right top;
    background-repeat: no-repeat;
    overflow: hidden; 
    border-radius: 32px 32px 0 0;
    /*mix-blend-mode: plus-lighter; */
}

.info-rating .info-rating-top {
    font-size: 32px;
}

.info-rating .info-rating-margin {
    padding: 0 28px 97px 28px;
    position: relative;
}

.info-rating .info-rating-value {
    font-size: 128px;
    font-weight: 700;
    line-height: 145.92px;
    letter-spacing: 0.03em;
    margin-top: 42px;
}

.info-rating .info-rating-text {
    font-size: 20px;
    font-family: 'Martian Mono', sans-serif;   
    font-weight: 400;
}

.info-rating .info-rating-bottom {
    padding: 73px 32px 0 32px;
}

.info-rating .rating-bottom-title {
    font-size: 32px;
    font-weight: 700;
    line-height: 40.32px;
    letter-spacing: 0.04em;
}

.info-rating .rating-bottom-list ul, .custom-ul-white {
    padding: 0;
    margin: 0;
    list-style: none;
}

.info-rating .rating-bottom-list ul li, .custom-ul-white li {
    margin-bottom: 18px;
    font-family: Martian Mono;
    font-size: 16px;
    font-weight: 400;
    line-height: 19.2px;
    font-family: 'Martian Mono', sans-serif;    
}

.info-rating .rating-bottom-list ul li:before, .custom-ul-white li:before {
    content: '✺';
    margin-right: 7px;
}

.info-rating .rating-bottom-list ul li:last-child {
    margin-bottom: 0;
}

.info-rating .rating-bottom-list {
    margin-bottom: 32px;
    margin-top: 24px;
    font-family: 'Martian Mono', sans-serif;
    font-size: 16px;      
}

.info-rating .btn {
    display: block;
    text-align: center;    
}

.info-indicators {
    color: rgba(41, 58, 104, 1);
}

.info-indicators-box {
    background-color: rgba(237, 233, 221, 1);    
    padding: 32px;
    border-radius: 32px;

}

.info-indicators-background {
    background-image: url(/assets/images/Line_3.png);
    background-repeat: no-repeat;
    background-position: 32px 25px;
    background-size: 84% 88%; 
    position: relative;
}

.info-indicators-background:after {
    content: '';
    display: block;
    position: absolute;
    top: -40px;
    width: 70px;
    height: 40px;
    background-image: url(/assets/images/Subtract.png);
    background-repeat: no-repeat;
    left: 200px;
    background-size: contain;
} 

.info-indicators-title {
    font-size: 32px;
    font-weight: 700;
    line-height: 40.32px;
    letter-spacing: 0.04em;
}

.info-indicators-grid {
    margin-top: 42px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}

.indicator-title {
    font-family: 'Martian Mono', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 19.2px;    
}

.indicator-counter {
    font-size: 80px;
    font-weight: 700;
    line-height: 145.92px;
    letter-spacing: 0.03em;
}

.indicator-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 19.2px;
    text-align: left;
    font-family: 'Martian Mono', sans-serif;
    max-width: 165px;
    
}

.info-indicators-list {
    margin: 25px 0 0 0;
}

.info-indicators-list ul {
    font-family: 'Martian Mono', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 19.2px;
    text-align: left;
    
}

.info-indicators-list ul li {
    margin-bottom: 20px;
}

.info-indicators-list ul li:last-child {
    margin-bottom: 0;
}

.info-indicators-title.indicator-title-arrow {
    background-image: url(/assets/images/arrow-2.svg);
    background-repeat: no-repeat;
    background-position: right top;
}

.info-indicators-people-buttons {
    display: flex;
    margin-top: 32px;
    justify-content: space-between;
}

.indicator-people {
    font-size: 16px;
    font-weight: 400;
    line-height: 20.8px;
    color: rgba(40, 43, 49, 1);
    background-repeat: no-repeat;
    background-position: left center;
    display: flex;
    align-items: center;    
    font-family: 'IBM Plex Sans';
}

.indicator-people img {
    margin-right: 10px;
    border: 2px solid #EDE9DD;
}

.subtract {
    position: relative;
}

.subtract:after {
    left: 200px;
}

.subtract:before {
    right: 200px;
}

.subtract:after, .subtract:before {
    content: '';
    display: block;
    position: absolute;
    top: -40px;
    width: 70px;
    height: 40px;
    background-image: url(/assets/images/Subtract.png);
    background-repeat: no-repeat;
}

.info-indicators-box.subtract {
    margin-top: 40px;
}

.catalog-title h1 {
    padding: 0 0 0 32px;
    width: 40%;
    font-family: 'MenorahGrotesk';    
    font-weight: 500;
}

.catalog-bs-title {
    background-image: url(/assets/images/Group_76.png);
    background-repeat: no-repeat;
    padding-bottom: 100px;
}

.catalog-filter {
    margin-bottom: 40px;
}

.catalog-filter .filter-list {

}

.catalog-filter .filter-options-dropdown {
    display: none;
}

.catalog-filter .filter-item {
    border: none;
    position: relative;
    padding: 0;
}

.catalog-filter .filter-item .filter_title {
    display: none;
}

.catalog-filter .filter-option {
   background-color: #EDE9DD;
   padding: 16px 64px 16px 32px;
   border-radius: 20px;
   font-family: 'Martian Mono', sans-serif;  
   font-size: 16px;
   position: relative;
   cursor: pointer;
}

.catalog-filter .filter-option:after {
    content: '';
    display: block;
    background-image: url(/assets/images/Stroke.svg);
    width: 14px;
    height: 8px;
    position: absolute;
    right: 32px;
    top: 42%; 
}

.main-catalog-top {
    background-color: rgba(237, 233, 221, 1);
    border-radius: 32px;
    padding: 40px 0;
}

.main-catalog-top .catalog-item {
    height: 380px;
}

.catalog-item {
    min-height: 380px;
    color: rgba(41, 58, 104, 1);
}

.catalog-items-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px 20px;
}

.catalog-items-grid.catalog-items-grid-sandstone .catalog-item-wrap {
    background-color: #EDE9DD;
}

.catalog-items-grid.catalog-items-grid-sandstone .catalog-item-subtract:before, .catalog-items-grid.catalog-items-grid-sandstone .catalog-item-subtract:after {
    background-image: url(/assets/images/Subtract.png);
}

.catalog-grid-three {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 40px 20px;
}

.catalog-grid-three .catalog-item {
    min-height: 200px;
}

.catalog-grid-three .catalog-item.card-on-dark .catalog-product {
    background-color: #282B31;
    color: #fff;
    min-height: 434px;
}

.catalog-grid-three .catalog-item.card-on-dark .product-date, .catalog-grid-three .catalog-item.card-on-dark .product-author {
    display: none;
}

.catalog-grid-three .catalog-item.card-on-dark .product-price {
    opacity: 0;
}

.catalog-grid-three .catalog-item.card-on-dark .product-name {
    margin-top: 0;
}

.catalog-grid-three .catalog-item.card-on-dark .catalog-product .product-info > div {
    border-color: white;
}

.catalog-grid-three .catalog-item.card-on-dark .btn {
    border-color: white;
    color: white;
}

.catalog-item .intro-top {
    font-size: 20px;
    font-weight: 400;
    line-height: 26px;
}

.catalog-item .intro-name {
    font-size: 64px;
    font-weight: 600;
    line-height: 76.8px;
    letter-spacing: 0.03em;
    text-align: left;   
}

.catalog-item .catalog-intro {
    padding-top: 35px;
}

.catalog-item  .catalog-item-title {
    font-size: 32px;
    font-weight: 700;
    line-height: 40.32px;
    letter-spacing: 0.04em;
    padding-right: 20%;
    /*background-image: url(/assets/images/arrow-2.svg); */
    background-repeat: no-repeat;
    background-position: right top;    
    position: relative;
}

.catalog-item  .catalog-item-title:after {
    content: '';
    display: block;
    background-image: url(/assets/images/arrow-2.svg);
    background-repeat: no-repeat;
    background-position: right top;
    width: 24px;    
    height: 24px;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 0.4s;
}

.catalog-item:hover  .catalog-item-title:after {
    transform: rotate(45deg);
}

.catalog-item-wrap {
    padding: 32px;
    background-color: rgba(255, 255, 255, 1);
    border-radius: 32px;
    box-sizing: border-box;
    height: 100%;
}

.catalog-item-prev {
    margin-top: 25px;
    font-size: 16px;
    font-family: 'Martian Mono', sans-serif;    
}

.catalog-item-price-buttons {
    margin-top: 40px;
}

.catalog-item-price-buttons .btn-border:hover {
    border-color: #282B31;
    background-color: #282B31;
}

.catalog-item-price {
    color: rgba(40, 43, 49, 1);
    font-size: 24px;
    font-weight: 700;
    line-height: 27.36px;
    letter-spacing: 0.03em;
}

.catalog-item-button .btn {
    padding: 8px 25px;
    font-family: 'IBM Plex Sans';
}

.catalog-item-subtract {
    position: relative;
}
.catalog-item-subtract:after, .catalog-item-subtract:before {
    content: '';
    display: block;
    position: absolute;
    top: -40px;
    width: 70px;
    height: 40px;
    background-image: url(/assets/images/Subtract-2.png);
    background-repeat: no-repeat;    
}

.catalog-item-subtract:after {
    left: 200px;
}

.catalog-item-subtract:before {
    right: 200px;
}

.items-grid-subtract .catalog-item-subtract:first-child:after, .items-grid-subtract .catalog-item-subtract:first-child:before, .items-grid-subtract .catalog-item-subtract:nth-child(2):after, .items-grid-subtract .catalog-item-subtract:nth-child(2):before {
    display: none;
}

.main-catalog-top .catalog-item > img {
    max-width: 100%;
    z-index: 100;
    position: relative;
}

.catalog-item.lst-catalog-imgs > img {
    max-width: 100%;
    z-index: 100;
    position: relative;
    border-radius: 32px;
    max-height: 350px;
    width: 100%;
}

.catalog-items-grid .catalog-item-image {
    position: relative;
}

.catalog-items-grid .catalog-item-image:before, .lst-catalog-imgs:before {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 100px;
    bottom: -75px;
    background-color: #DAD6C9;
}

.catalog-items-grid .catalog-item-image:after, .lst-catalog-imgs:after {
    background-image: url(/assets/images/arrow-2.svg);
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    content: '';
    display: block;
    position: absolute;
    top: 25px;
    right: 25px;
}

.section-catalog {
    padding: 40px 0 0 0;
}

.section-catalog-button {
    padding-bottom: 40px;
}

.catalog-product {
    background-color: rgba(237, 233, 221, 1);
    padding: 32px 32px;
    border-radius: 32px;
    height: 100%;
    box-sizing: border-box;
}

.catalog-product .product-name {
    font-size: 24px;
    font-weight: 700;
    line-height: 28.8px;
    letter-spacing: 0.04em;
    margin-top: 34px;
    min-height: 57px;
}

.catalog-product .product-date {
    display: flex;
    justify-content: space-between;
    font-family: 'Martian Mono', sans-serif;    
    align-items: center;
}

.catalog-product .product-date > div {
    width: 65px;
}

.catalog-product .product-date > div:nth-child(2) {
    justify-content: center;
    display: flex;    
}

.catalog-product .product-status {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background-color: rgba(61, 79, 132, 1);
    display: block;
    font-size: 0;
    transition: all 0.5s;
}

.catalog-product:hover .product-status {
    width: auto;
    height: 28px;
    padding: 0 10px;
    border-radius: 20px;
    display: flex;
    font-size: 16px;
    align-items: center;
    color: white;
}

.catalog-product:hover .btn-border-black {
    border-color: #282B31;
    background-color: #282B31;    
    color: #fff;    
}

.catalog-product .product-status.color-orange {
    background-color: #F36647;
    color: white;
}

.catalog-product .product-status.color-yellow {
    background-color: yellow;
    color: #333;
}

.catalog-product .product-status.color-default {
    color: white;
}

.catalog-product .product-info {
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
    min-height: 30px;
    max-height: 41px;
    overflow: hidden;
}

.catalog-product .product-info > div, .time-element {
    border: 1px solid rgba(40, 43, 49, 1);
    border-radius: 20px;
    padding: 6px 16px;
    line-height: 16px;
    margin-right: 12px;
    margin-bottom: 12px;
    font-family: 'Martian Mono', sans-serif; 
    font-size: 14px;    
}

.catalog-product .product-description {
    margin-top: 24px;
    font-family: 'IBM Plex Sans';    
}

.catalog-product .product-author {
    margin-top: 24px;
    display: flex;
    align-items: center;
    font-family: 'IBM Plex Sans';    
}

.catalog-product .product-author span {
    display: flex;
    max-width: 51px;
    height: 51px;
    margin-right: 14px;
}

.catalog-product .product-author span img {
    object-fit: cover;
}

.catalog-product .product-author img {
    border-radius: 50%;
    margin-right: 12px;
    border: 2px solid #EDE9DD;
    width: 50px;
    height: 50px;    
}

.catalog-product .product-action {
    margin-top: 23px;
    position: relative;
}

.catalog-product .product-action .product-price_old {
    position: absolute;
    color: #6DB1A4;
    text-decoration: line-through;
    font-size: 14px;
    font-weight: bold;
    top: -15px;
}
.section-product .product-info .product-info-action .product-info-price {
    position: relative;
}
.section-product .product-info .product-info-action .product-info-price .product-price_old {
    position: absolute;
    color: #6DB1A4;
    text-decoration: line-through;
    font-size: 14px;
    font-weight: bold;
    top: -15px;
}

.catalog-item-green .catalog-product .product-price_old {
    color: #fff;
}

.catalog-product .product-action .product-price {
    font-size: 24px;
    color: rgba(40, 43, 49, 1);
    font-weight: bold;
}

.catalog-product .product-action {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.catalog-product .product-action .btn {
    padding: 8px 24px;
}

.catalog-grid-three.items-grid-subtract .catalog-item-subtract:after, .catalog-grid-three.items-grid-subtract .catalog-item-subtract:before {
    background-image: url(/assets/images/Subtract.png);
}

.catalog-grid-three.items-grid-subtract .catalog-item-subtract:after {
    left: 100px;
}

.catalog-grid-three.items-grid-subtract .catalog-item-subtract:before {
    right: 100px;
}

.catalog-grid-three.items-grid-subtract .catalog-item-subtract:nth-child(3):after, 
.catalog-grid-three.items-grid-subtract .catalog-item-subtract:nth-child(3):before,
.catalog-grid-three.items-grid-subtract:not(.catalog-grid-norma) .catalog-item-subtract:nth-child(4):after, 
.catalog-grid-three.items-grid-subtract:not(.catalog-grid-norma) .catalog-item-subtract:nth-child(4):before
{
    display: none;
}

.main-catalog-wrapper .catalog-item .catalog-info-head.item-swag.bg-newYear-01, .main-catalog-wrapper .catalog-item .catalog-info-head.item-swag.bg-newYear-12{
    background-image: url(/assets/images/date-swag.svg);
    background-repeat: no-repeat;
    background-position: 85% 50%;    
}

.catalog-item-green .catalog-product, .catalog-item-green .catalog-product .product-action .product-price {
    background-color: rgba(109, 177, 164, 1);
    color: #fff;
}

.catalog-item-green .catalog-product .product-action .btn {
    color: #fff;
    border-color: #fff;
}

.catalog-item-green .catalog-product .product-action .btn:hover {
    border-color: rgba(40, 43, 49, 1);
}

.catalog-item-green .catalog-product .product-info > div {
    border-color: #fff;
}

.catalog-item .catalog-info-head {
    padding: 32px;
    color: rgba(41, 58, 104, 1);
    display: flex;
    flex-direction: column;
    height: 100%;
    box-sizing: border-box;
}

.catalog-item .catalog-info-head .info-head-title {
    font-family: 'Martian Mono', sans-serif;  
    font-size: 16px;
    font-weight: 400;
    line-height: 19.2px;
    text-align: left;
    
}

.catalog-item .catalog-info-head .info-head-month {
    font-size: 64px;
    font-weight: 600;
    line-height: 76.8px;
    letter-spacing: 0.03em;
    margin-top: 27px;    
}

.catalog-item .catalog-info-head .info-head-date {
    font-size: 128px;
    font-weight: 700;
    line-height: 145.92px;
    letter-spacing: 0.03em;
    padding-top: 85px;
}

.catalog-item .catalog-info-head .spacer {
    flex-grow: 1; /* Заставляет промежуточный блок занять все доступное пространство */
}

.catalog-item .catalog-info-head.item-swag {
    /*background-image: url(/assets/images/date-swag.svg);
    background-repeat: no-repeat;
    background-position: 85% 50%; */
}

.section-bs .catalog-item {
    min-height: 280px;
}

.section-product .product {
    margin-top: 55px;
}

.section-product .product-info {
    background-color: #EDE9DD;
    border-radius: 32px;
    padding: 32px;
    position: relative;
    box-sizing: border-box;
    z-index: 1000;
    overflow: hidden;
}

.section-product .product-info .product-info-title {
    margin-top: 20px;
}

.section-product .rightRelative {
    position: relative;
}

.section-product .product-info .product-info-date {
    font-size: 16px;
    font-family: 'Martian Mono', sans-serif;  
}

.section-product .product-info .product-info-time {
    margin-top: 25px;    
}

.section-product .product-info .product-info-description {
    font-family: 'IBM Plex Sans';
}

.section-product .product-info .product-info-alert {
    padding: 6px 10px;
    background-color: #3D4F84;
    color: #fff;
    border-radius: 20px;
}

.section-product .product-info .product-info-alert.color-yellow {
    background-color: yellow;
    color: #333;    
}
.section-product .product-info .product-info-alert.color-orange {
    background-color: #F36647;
    color: white;    
}

.section-product .product-info .product-info-action {
    margin-top: 40px;
}

.section-product .product-info .product-info-action .btn {
    display: block;
}

.section-product .product-info .product-info-action .product-info-price {
    display: flex;
    align-items: center;
}

.section-product .product-info-content .info-content-box {
    margin-top: 70px;
    font-family: 'IBM Plex Sans';
}

.section-product .product-info-left .h3 {
    color: #293A68;
}

.section-product .programm-detail .h3 {
    font-family: 'MenorahGrotesk';    
}

.section-product .product-info-reviews {
    margin-top: 72px;
}

.section-product .product-review-items {
    margin-top: 30px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    gap: 20px;
}

.section-product .product-review-items .review-item {
    height: 100%;
    position: relative;
}

.section-product .product-review-items .review-item-result {
    color: #F36647;
    background-color: #EDE9DD;
    padding: 25px;
    text-align: center;
    font-size: 24px;
    border-radius: 50px;
    box-sizing: border-box;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.section-product .product-review-items .review-item-result > div {
    margin-top: 5px;
}

.section-product .product-review-items .review-item-add {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;

    display: none;
}

.section-product .product-reviews-drop {
    margin-top: 30px;
}

.section-product .review-drop-item {
    margin-bottom: 25px;
    font-family: 'IBM Plex Sans';   
}

.section-product .product-reviews-drop .review-grid-date {
    margin: 8px 0;
    font-family: 'Martian Mono', sans-serif;  
}

.section-product .product-reviews-more .btn {
    display: inline-block;
}

.product-mentor {
    background-color: #293A68;
    margin-top: 72px;   
    border-radius: 32px;
    overflow: hidden;
}

.product-mentor.info-rating {
    margin-top: 0;
}

.product-mentor .product-mentor-top {
    background-image: url(/assets/images/ns.png);
/*    background-size: cover;*/
    background-size: contain;
    background-repeat: no-repeat;
    min-height: 350px;
    padding: 32px;
}
/*@media(max-width:590px){
    .product-mentor .product-mentor-top {
        background-size: cover;
    }
}
*/
.product-mentor .product-mentor-content {
    color: #fff;
    padding: 32px;
}

.product-mentor .h3 {
    color: #fff !important;
}

.product-mentor .product-mentor-text, .product-mentor .modal-teach-content {
    margin: 15px 0 32px 0;
}

.product-mentor .product-mentor-grid {
   margin: 0 0 32px 0; 
   font-size: 20px;
   background-image: url(/assets/images/Line-3.png);
    background-position: top center;
   background-repeat: no-repeat;   
   background-size: contain;
   font-family: 'IBM Plex Sans';   
}

.product-mentor .mentor-item-grid {
    font-size: 64px;
    font-weight: bold;    
    font-family: 'MenorahGrotesk';
}

.product-mentor-text, .modal-teach-content {
    font-family: 'IBM Plex Sans';   
}

.product-mentor .product-mentor-content .btn {
    display: inline-block;
    padding: 8px 24px;
}

.programm-detail {
    background-color: #EDE9DD;
    border-radius: 32px;
    padding: 32px;
    margin: 40px 0 0 0;
    font-family: 'IBM Plex Sans';   
}

.programm-detail br {margin-bottom: 5px;}

.programm-detail .programm-detail-title {
    margin-bottom: 25px;
}

.programm-detail-list .subtract:first-child:after, .programm-detail-list .subtract:first-child:before {
    display: none;
}

.reviews .container {
    overflow: hidden;
}

.container-reviews {
    margin: 50px 0 0 0;
    position: relative;
}

.review-item img {
    width: 100%;
}

.review-item .review-date {
    font-family: 'Martian Mono', sans-serif;  
    font-size: 14px;
    color: #293A68 ;
    text-align: right;
    background-image: url(/assets/images/ct.svg);
    background-repeat: no-repeat;
    padding: 2px 10px;
    background-position: 10px 0px;
}

.review-item .review-head {
    color: #293A68;
    font-size: 24px;
    margin-top: 15px;
    font-weight: bold;
    padding: 0 10px;
}

.review-item .review-description {
    margin-top: 16px;
    padding: 0 10px;   
    font-family: 'IBM Plex Sans';  
}

.review-item-image {
    background-color: #EDE9DD;
    border-radius: 200px;
    overflow: hidden;
}

.review-item:hover .review-item-image:after {
    content: '';
    display: block;
    background-image: url(/assets/images/Group-34.svg);
    background-repeat: no-repeat;
    width: 157px;
    height: 160px;
    position: absolute;
    top: 137px;
    left: calc(50% - 75px);
}

.product-info-reviews .review-item:hover .review-item-image:after {
    content: '';
    display: block;
    background-image: url(/assets/images/Group-34.svg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 67px;
    height: 67px;
    position: absolute;
    top: 50px;
    left: calc(50% - 35px);
}
/*
.review-item:hover .review-item-image:after {
    content: '';
    display: block;
    background-image: url(/assets/images/Group-34.svg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 67px;
    height: 67px;
    position: absolute;
    top: 50px;
    left: calc(50% - 35px);
} */

.swiper-container-reviews {
    position: relative;
}

.container-reviews .swiper-button-prev, .container-reviews .swiper-button-next {
    top: -120px;
    width: 60px;
    height: 60px;
    background-color: #EDE9DD;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 50%;
    background-image: url(/assets/images/Union.svg);
}

.container-reviews .swiper-button-next:after, .container-reviews .swiper-button-prev:after {
    font-size: 0;
}

.container-reviews .swiper-button-prev {
    transform: rotate(180deg);   
    right: 80px;
    left: inherit;     
}

.reviews-list .grid-box {
    gap: 40px 20px;
}

.reviews-list .review-grid-content {
    font-size: 20px;
    margin-top: 25px;
    font-family: 'IBM Plex Sans';
}

.reviews-list .review-item-grid {
    background-color: #EDE9DD;
    padding: 32px;
    border-radius: 32px;
}

.reviews-list .review-grid-head {
    font-size: 24px;
    color: #293A68;
    font-weight: bold;
}

.reviews-list .review-grid-date {
    font-family: 'Martian Mono', sans-serif;  
    margin-top: 7px;
    font-size: 14px;
}

.reviews-list .review-grid-date span:last-child {
    color: #F36647;
}

.reviews-list .review-grid-button {
    display: flex;
    margin-top: 25px;
}

.reviews-list .review-grid-button .btn {
    display: block;
    padding: 8px 25px;
}

.mission-team {
    background-color: rgba(109, 177, 164, 1);
    padding: 32px;
    border-radius: 32px;
    color: #fff;
}

.mission-team .section-mission-title {
    font-size: 32px;
    font-weight: 500;
}

.mission-team .section-mission-content {
    display: flex;
    margin-top: 40px;
    font-size: 20px;
    overflow: hidden;
}
.mission-team .section-mission-content-img {
    height: 50px;
    margin: 0 auto;
}

.mission-team .section-mission-content > div {
    width: 50%;
}

.mission-team .section-mission-content p {
    margin: 0 0 18px 0;
}

.mission-team .section-mission-images {
    text-align: right;
}

.mission-team .section-mission-buttons {
    margin-top: 25px;
}

.pos-center {
    background-color: rgba(41, 58, 104, 1);
    color: #fff;
    padding: 32px;
    border-radius: 32px;    
}

.pos-center .section-pos-title {
    font-size: 32px;
}

.pos-center img {
    max-width: 100%;
}

.pos-center img {
    margin:40px 0;
}

.section-gallery {
    display: flex;
    flex-wrap: wrap;
    margin-top: 40px;
}

.gallery-item {
    margin: 5px; /* Можете изменить отступы по вашему усмотрению */
    box-sizing: border-box;
}

.gallery-item img {
    border-radius: 16px;
}

.section-other-day {
   margin-top: 850px; 
   position: relative;
}

.section-other-day .catalog-product {
    height: auto;
}

.section-other-day .h3 {
    margin-bottom: 40px;
}

.section-other-day:before {
    display: block;
    content: '';
    background-image: url(/assets/images/Group-42.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 122px;
    height: 738px;
    position: absolute;
    top: -758px;
    left: calc(50% - 122px);
}

.section-other-day .catalog-product .product-date div {
    width: auto;
}

.section-other-day .catalog-product .btn {
    display: block;
}

.section-other-day .catalog-grid-three {
    grid-template-columns: 1fr 1fr;
}

.section-other-day .product-price {
    font-weight: bold;
    margin-bottom: 16px;
}

.norma-slider {
    background-image: url(/assets/images/norma_bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 32px;
    padding: 60px;
    color: #fff;
    background-size: cover;
}

.norma-slider div {
    color: #fff;
}

.norma-slider .norma-text {
    padding-left: 50%;
    padding-right: 100px;
}

.norma-slider .norma-text div:last-child {
    font-family: 'IBM Plex Sans';     
    line-height: 22px;
}

.norma-slider .norma-text .h3 {
    margin-bottom: 32px;
}

.norma-info-wrapper .norma-info-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
}

.norma-info-wrapper .norma-info-grid .norma-info-block {
    background-color: #282B31;
    border-radius: 32px;
    padding: 32px;
    color: #fff;
    background-repeat: no-repeat;
    position: relative;
}

.norma-info-wrapper .norma-info-grid .norma-info-block:after {
    content: '';
    display: block;
    position: absolute;
    bottom: -40px;
    left: calc(55% - 70px);
    width: 70px;
    height: 40px;
    background-image: url(/assets/images/Subtract-black.png);
    background-repeat: no-repeat;

}

.norma-info-wrapper .norma-info-grid .norma-info-block:first-child {
    background-image: url(/assets/images/normaLine_3.png);
    background-position: 32px 75%;
}
.norma-info-wrapper .norma-info-grid .norma-info-block:nth-child(2) {
    background-image: url(/assets/images/normaLine_4.png);
    background-position: 32px 35%;
}
.norma-info-wrapper .norma-info-grid .norma-info-block:last-child {
    background-image: url(/assets/images/normaLine_5.png);
    background-position: 32px 65%;
}

.norma-info-wrapper .norma-info-grid .norma-info-title {
    color: #fff;
}

.norma-info-wrapper .norma-info-grid .norma-info-number {
    font-size: 128px;
    line-height: 125px;
    font-weight: bold;
    margin-top: 15px;
}

.norma-info-wrapper .norma-info-grid .norma-info-text {
    font-family: 'Martian Mono', sans-serif;     
    max-width: 250px;
    margin-top: 65px;
}

.norma-info-wrapper .norma-info-line {
    background-color: #282B31;
    padding: 32px;
    border-radius: 32px;
    margin-top: 40px;
    color: #fff;
}

.norma-info-wrapper .norma-info-line .norma-line-left {
    width: 30%;
}

.norma-info-wrapper .norma-info-line .norma-line-right {
    padding-left: 70px;
    padding-right: 220px;
    box-sizing: border-box;
}

.norma-info-wrapper .norma-info-line .h3 {
    color: #fff;
}

.norma-info-wrapper .custom-ul-white {
    margin-top: 25px;
}

.norma-inside  {
    padding: 32px;
    border-radius: 32px;
    color: #fff;
    align-items: center;
}

.norma-inside div:nth-child(2) {

    font-family: 'IBM Plex Sans';     
}

.norma-questions-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.norma-questions-grid p {
    font-family: 'IBM Plex Sans';  
}

.norma-questions-three {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    background-image: url(/assets/images/n-line.png);
    background-repeat: no-repeat;
    background-position: 65px 55px;
}

.norma-questions-three .questions-three-number {
    font-size: 128px;
    font-weight: bold;
}

.norma-questions-three .questions-three-text {
    padding-right: 100px;
    font-family: 'IBM Plex Sans';   
}

.last-item-black .grid-norma-last .catalog-product {
    background-color: #282B31;
    color: #fff;
}

.last-item-black .grid-norma-last .catalog-product .product-info > div {
    border-color: #fff;
    margin-bottom: 12px;
}

.catalog-product .product-info > div {
    font-size: 16px;
}

.last-item-black .grid-norma-last .catalog-product .product-action .btn {
    border-color: #fff;
    color: #fff;
}

.last-item-black .grid-norma-last .product-name {
    margin-top: 0;
}

.last-item-black .grid-norma-last .catalog-product .product-action {
    justify-content: flex-end;
}

footer {
    margin: 40px 0 0 0;
    font-size: 16px;    
    padding-bottom: 40px;
}

footer .footer-flex {
    display: flex;
}

footer .footer-flex .footer-left {
    margin-right: 20px;
    background-color: rgba(237, 233, 221, 1);
    border-radius: 32px;
    width: 70%;
    padding: 32px;
}

footer .footer-flex .footer-right {
    width: 30%;
}

footer .footer-form {
    background-color: rgba(243, 102, 71, 1);
    border-radius: 32px;    
    padding: 32px;
    color: #fff;    
    font-family: 'IBM Plex Sans';    
}

footer .footer-form .footer-form-title {
    font-size: 32px;
}

footer .footer-form .footer-form-description {
    font-size: 16px;
    margin: 24px 0;
}

footer .footer-left-title {
    font-size: 32px;
}

footer .footer-left-copyright {
    font-size: 16px;
    font-family: 'IBM Plex Sans';    
}

footer .footer-menu-contacts {
    display: flex;
    margin-top: 24px;
    font-family: 'Martian Mono', sans-serif;  
    justify-content: space-between;
}

footer .footer-menu-contacts p {
    margin: 0 0 16px 0;
}

footer .footer-menu-contacts li {
    margin-bottom: 17px;
}

footer .footer-menu {
    display: flex;
    justify-content: space-between;
}

footer .footer-menu ul {
    max-width: 135px;
    padding: 0;
    margin: 0 0 0 110px;
    list-style: none;
}

footer .footer-form .form-control {
    margin-bottom: 16px;
    text-align: center;

}

footer .form-checkbox {
    display: flex;
    margin-bottom: 16px;
}

footer .footer-form .btn {
    width: 100%;
}


/* Скрываем оригинальный чекбокс */
.custom-checkbox {
    display: none;
}
  
  /* Создаем кастомный чекбокс */
  .custom-checkbox + label {
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    display: inline-block;
  }
  
  /* Визуальное представление неактивного чекбокса */
  .custom-checkbox + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 11px;
    width: 20px;
    height: 20px;
    border: 1px solid #ccc;
    background-color: #fff;
    border-radius: 4px;
    box-sizing: border-box;
  }
  
  /* Изменение внешнего вида при активации чекбокса */
  .custom-checkbox:checked + label:before {
    background-color: orange;
    border-color: orange;
  }
  
/* Галочка внутри чекбокса */
.custom-checkbox:checked + label:after {
    content: '';
    position: absolute;
    left: 7px;
    top: 14px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}


.slide-in {
    height: 100%;
}

.slide-in .slide-content {
    background-image: url(/assets/images/arrow.svg);
    background-repeat: no-repeat;
    background-position: right top;    
    display: flex;
    align-items: flex-end;

    color: #fff;
    height: 100%;     
}

.slides .slide-in {
    margin: 0 0 0 20px;
    border-radius: 32px;
}

.orange-slide .slide-in {
    background-color: rgba(243, 102, 71, 1);
    color: #fff;
    box-sizing: border-box;
    padding: 25px;
}

.yel-slide .slide-in {
    background-color: rgba(217, 184, 66, 1);
    color: #fff;
    padding: 25px;
    box-sizing: border-box;
}

.green-slide .slide-in {
    background-color: rgba(109, 177, 164, 1);
    color: #fff;
    box-sizing: border-box;
    padding: 25px;    
}

.slider {
    position: relative;
    width: 100%;
    margin: 0 auto;
}
  
.slides {
    display: flex;
    transition: transform 0.5s ease;
    height: 100%;
}
  
.slide {
    min-width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    transition: transform 0.5s ease, z-index 0s linear 0.5s; /* Задержка для z-index */
    z-index: 1; /* Поднимаем неактивные слайды */
}
  
.slide.active {
    transform: translateY(0px); /* Чуть поднимаем активный слайд */
    z-index: 50; /* Устанавливаем активный слайд над другими */
}
  
/* Стили для следующих слайдов, чтобы они были видны справа */
.slides .slide:not(.active) {
    transform: translateX(40px) scale(0.9); /* Сдвигаем и уменьшаем неактивные слайды */
    position: absolute;
    z-index: 20;
}

.slides .slide:nth-child(3) {
    transform: translateX(70px) scale(0.8); /* Сдвигаем и уменьшаем неактивные слайды */    
    z-index: 10;
}

.slider-action-button {
    display: none;
}

.head-mobile-burger {
    display: none;
}

.subtract-host {

    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
}

.subtract-host > div {
    position: relative;
}

.subtract-host > div:after {
    content: '';
    display: block;
    position: absolute;
    bottom: -40px;
    width: 70px;
    height: 40px;
    left: calc(50% - 35px);
    background-image: url(/assets/images/Subtract.png);
    background-repeat: no-repeat;    
}

.catalog-grid-lst {
    margin-bottom: 40px;
}

.catalog-grid-lst:last-child {
    margin-bottom: 0;
}

.custom-select {
    position: relative;
    display: inline-block;
    width: auto; /* Можно настроить ширину по вашему усмотрению */
}
  
.select-styled {
    display: block;
    padding: 16px 32px;
    cursor: pointer;
    border-radius: 20px;
}
  
.select-options {
    display: none;
    position: absolute;
    list-style: none;
    padding: 0;
    margin: 0;
    background-color: #EDE9DD;
    width: 100%;
    z-index: 1;
    border-radius: 0 0 20px 20px;
    font-family: 'Martian Mono', sans-serif;     
}
  
.select-options li {
    padding: 16px 32px;
    cursor: pointer;
}
  
.select-options li:hover {
    background-color: #f4f4f4;
}

.catalog-filter .filter-item .select-styled {
    background-color: #EDE9DD;
}

.catalog-filter .filter-item .select-styled::after {
    content: '';
    display: block;
    background-image: url(/assets/images/stroke_filter.svg);
    background-repeat: no-repeat;
    width: 14px;
    height: 10px;
    position: absolute;
    right: 20px;
    top: calc(50% - 5px);
    transform: rotate(180deg);
}

.catalog-filter .filter-item .select-styled.isCheckbox::after {
    display: none;
}

.catalog-filter .filter-item .select-styled.isCheckbox {
    display: flex;
    justify-content: space-between;    
}

.catalog-filter .filter-item .select-styled.active::after {
    transform: rotate(0);   
}

.catalog-filter .filter-item .select-styled.active {
    border-radius: 20px 20px 0 0;
}

.catalog-filter .filter-list {
    font-family: 'Martian Mono', sans-serif; 
}

.catalog-filter .filter-list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr; /* Создаёт две колонки одинаковой ширины */
    gap: 20px; /* Устанавливает расстояние между элементами сетки */    
}

.modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1500;
}

.modal-content {
    background-color: #EDE9DD;
    margin: 50px auto 0 auto;
    padding: 32px;
    border-radius: 32px;
    width: 80%;
    max-width: 1120px;
    position: relative;
}

.close {
    color: #293A68;
    /* float: right; */
    font-size: 26px;
    display: block;
    position: absolute;
    right: -35px;
    width: 34px;
    height: 34px;
    padding-bottom: 2px;
    box-sizing: border-box;
    top: -35px;
    text-align: center;
    background-color: #EDE9DD;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px;
}

.close:hover,
.close:focus {
    color: #293A68;
    text-decoration: none;
    cursor: pointer;
}

.ajax_form p {
    font-family: 'IBM Plex Sans';         
}

.modal-content #msOrder .error {
    border:none !important;
}

.rb-checkout-order__label {
    font-family: 'IBM Plex Sans';
    margin-bottom: 10px;    
}

.rb-form__row .rb-form__column {
    margin-bottom: 20px;
}

.rb-form__row .rb-form__column .form-control {
    border: 2px solid #DAD6C9;
    max-height: 115px;
}

.cart-cost {
    margin-bottom: 25px;
}

.rb-checkout-order__footer {
    margin-bottom: 16px;
}

.rb-checkout-order__checkbox .payment {
    background-color: white;
    border: 2px solid #DAD6C9;
    padding: 32px;
    border-radius: 32px;
    display: block;
    margin-bottom: 20px;
}

.rb-checkout-order__submit:hover {
    cursor: pointer;
}

/* Общие стили для радио-кнопки и ее родительского элемента */
.rb-checkout-order__checkbox-label {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.rb-form__checkbox {
    display: none; /* Скрываем оригинальную радио-кнопку */
}

/* Стилизация кастомной радио-кнопки */
.rb-form__checkbox + .rb-checkout-order__checkbox-label .paymentName:before {
    content: "";
    display: inline-block;
    width: 20px; /* Размер круга */
    height: 20px; /* Размер круга */
    border: 2px solid #DAD6C9; /* Оранжевая окантовка */
    border-radius: 50%; /* Для создания круга */
    background-color: white; /* Белый цвет фона */
    position: relative;
    vertical-align: middle;
    margin-right: 10px; /* Отступ между радио-кнопкой и текстом */
    margin-top: 4px;
}

/* Стилизация активной кастомной радио-кнопки */
.rb-form__checkbox:checked + .rb-checkout-order__checkbox-label .paymentName:before {
    content: "";
    border: 8px solid #F36647;
    width: 8px; /* Размер круга */
    height: 8px; /* Размер круга */    
    display: block;
    border-radius: 50%; /* Для создания круга */
    background-color: white; /* Оранжевый цвет внутреннего круга */
}

.rb-checkout-order__checkbox-label .paymentName {
    display: flex;
}

.paymentDescription {
    padding-left: 34px;
    margin-top: 12px;
    font-family: 'IBM Plex Sans';
}

.rb-checkout-order__checkboxes {
    font-family: 'IBM Plex Sans';
}


/* Стилизация label при активном radio */
.rb-form__checkbox:checked + .rb-checkout-order__checkbox-label{
    /* Ваши стили для активного блока label */
    border-color: #F36647;
}

.modal-content .review-modal-head {
    font-size: 24px;
    color: #293A68;
    font-weight: bold;    
}

.modal-content.content-form {
    max-width: 582px;
}

.modal-content .review-modal-date {
    font-family: 'Martian Mono', sans-serif;
    margin-top: 7px;    
}
.modal-content .review-modal-date span:last-child {
    color: #F36647;
}

.modal-content .modal-review-content {
    font-size: 20px;
    margin: 25px 0;    
    font-family: 'IBM Plex Sans';        
}

.modal-content .btn-black {
    background-color: transparent;
}

#mse2_results {
    margin-bottom: 0 !important;
}

.right-map iframe {
    border: 1px solid #e6e6e6;
    border-radius: 32px;
    box-sizing: border-box;
}

.review-modal-tags {
    margin-top: 25px;
}

.review-modal-tags span {
    border: 1px solid rgba(40, 43, 49, 1);
    border-radius: 20px;
    padding: 6px 16px;
    line-height: 16px;
    margin-right: 12px;
    font-family: 'Martian Mono', sans-serif;
    font-size: 14px;    
}

.checkout-order__cost {
    display: flex;
}

.cart-cost-oldprice {
    margin-left: 25px;
    margin-top: 12px;
    color: #6DB1A4;
    font-size: 14px;
    font-weight: bold;
    text-decoration: line-through;
}

.grid-box-right__content {
    font-family: 'IBM Plex Sans';    
}

.section-blog .pagination {
    display: flex;
    justify-content: center;
    list-style: none;
}

.section-blog .pagination li {
    margin: 0 12px;
    font-size: 16px;
}

.section-blog .pagination li.page-item:first-child, .section-blog .pagination li.page-item:last-child {
    display: none;
}

.section-blog .pagination li {
    background-color: #EDE9DD;
    width: 48px;
    height: 48px;
    align-items: center;
    display: flex;
    justify-content: center;
    border-radius: 50%;
}

.section-blog .pagination li.active {
    background-color: #282B31;
    color: #fff;
}

.section-blog .pagination li.active a {
    color: #fff;
}

.section-blog .pagination li.lastPrev {
    background-image: url(/assets/images/leftPrev.svg);
    background-repeat: no-repeat;
    background-position: center;
    font-size: 0;
}

.section-blog .pagination li.lastItem {
    background-image: url(/assets/images/rightNext.svg);
    background-repeat: no-repeat;
    background-position: center;
    font-size: 0;
}

.section-blog .pagination li a {
    width: 100%;
    height: 100%;    
    align-items: center;
    display: flex;
    justify-content: center;
}

.section-blog .grid-products-blog {
    grid-template-columns: 1fr 1fr;
}

.blog-item-content .catalog-grid-three {
    grid-template-columns: 1fr;
}

#mentorModal .modal-content {
    padding: 0;
    max-width: 664px;
    margin: 10px auto 0 auto;
}

#mentorModal .product-mentor-text, #mentorModal .product-mentor-button {
    display: none;
}

#mentorModal .modal-teach-content {
    display: block !important;
}


.section-bs .catalog-items-grid .catalog-item-image {
    height: 796px;
    max-height: 795px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;  
    background-color: #EDE9DD;
    border-radius: 32px;
    overflow: hidden;    
}

.section-bs .catalog-items-grid.items-grid-subtract {
    display: block;
    margin: 0px -10px 20px -10px;
}

.section-bs .catalog-items-grid.items-grid-subtract:after, .clearfix {
    clear: both;
    content: ' ';
}

.section-bs .catalog-item {
    width: 48%;
    float: left;
    margin: 0px 10px 35px 10px;
    max-height: 382px;
    height: 390px;
}

.section-bs .catalog-items-grid .catalog-item-image .in_most-item img {
    max-width: 100%;
}

.section-bs .catalog-items-grid .catalog-item .catalog-item-title {
    height: 85px;
    overflow: hidden;
}

.section-bs .catalog-items-grid .catalog-item .catalog-item-prev {
    height: 134px;
    overflow: hidden;
}

.section-bs .catalog-items-grid .catalog-item-image .catalog-item-wrap {
    height: auto;
    background-color: #EDE9DD;
    box-shadow: 0px -6px 40px rgba(40, 43, 49, .4);    
    height: 382px;
}

.select-styled.active {
    box-shadow: 0px 4px 4px rgba(0,0,0, .1);
}
.select-options {
    box-shadow: 0px 4px 4px rgba(0,0,0, .1);
}

.contentVideo .modal-content {
    max-width: 670px;

}