.price-card{width:100%;height:calc(100% - 5px);cursor:inherit;background-color:#fff;border:1px solid #1d1a1733;border-radius:16px;flex-direction:column;gap:8px;margin-top:5px;padding:40px;transition:all .25s;display:flex;position:relative;transform:scale(1)}.price-card:hover,.price-card:focus-visible{background-color:#fff;transform:scale(1.02)}@media (hover:none){.price-card:hover,.price-card:focus-visible{background-color:#fff;transform:scale(1)}}.price-card-tag{color:#fff;border-radius:8px;width:fit-content;padding:4px 8px;font-size:18px;font-weight:700}.price-card-favorite{z-index:1;width:70px;height:70px;position:absolute;top:-11px;right:11px}.price-card-cost{font-size:46px}.price-card-cost-discount{font-size:.6em;text-decoration:line-through}.price-card-option-icon{background-color:#dcfce7;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;display:flex}
.asynchronous-price-block{background-color:#fff;flex-direction:column;gap:40px;display:flex}@media screen and (max-width:1380px){.asynchronous-price-block{gap:20px}}.asynchronous-price-block-card-wrapper{flex-wrap:wrap;gap:20px;display:flex}.asynchronous-price-block-card-wrapper>article{width:calc(33.3333% - 13.3333px);height:auto}@media screen and (max-width:1380px){.asynchronous-price-block-card-wrapper{flex-direction:column}.asynchronous-price-block-card-wrapper>article{width:100%}.asynchronous-price-block-card-wrapper>article:first-child{order:1}.asynchronous-price-block-card-wrapper>article:nth-child(2){order:3}.asynchronous-price-block-card-wrapper>article:nth-child(3){order:5}.asynchronous-price-block-card-wrapper>div:nth-child(4){order:2}.asynchronous-price-block-card-wrapper>div:nth-child(5){order:4}}.asynchronous-price-block-program-wrapper{border:1px solid #1d1a1733;border-radius:16px;flex-grow:1;justify-content:center;align-items:center;padding:20px;display:flex}.asynchronous-price-block-program-wrapper>a{text-align:center;cursor:pointer;text-decoration:underline}
.teacher-card{background-color:#fff;border-radius:16px;flex-direction:column;width:500px;display:flex;overflow:hidden}.teacher-card-photo-wrap{width:100%;height:450px;position:relative}@media screen and (max-width:1380px){.teacher-card-photo-wrap{height:290px}}@media screen and (max-width:768px){.teacher-card-photo-wrap{height:340px}}.teacher-card-photo{object-fit:cover}.teacher-card-text{font-size:18px}.teacher-card-text-cut{line-clamp:5;-webkit-line-clamp:5;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.teacher-card-read-more-button{text-align:center;color:#fff;cursor:pointer;background-color:#1d1a17;border:none;border-radius:8px;justify-content:center;align-items:center;padding:10px 20px;font-size:18px;transition:all .25s;display:flex}.teacher-card-read-more-button:disabled{color:#fff;background-color:#1d1a1783}.teacher-card-read-more-button:hover:not(:disabled),.teacher-card-read-more-button:focus-visible:not(:disabled){color:#ffe8a3}
.comment-card{width:100%;height:100%;cursor:inherit;background-color:#f8f4f1;border:none;border-radius:16px;flex-direction:column;gap:16px;padding:40px;display:flex}
.footer{background-color:#f8f4f1;width:100%;height:70px}@media screen and (max-width:768px){.footer{height:100px}}.footer-wrapper{justify-content:space-between;align-items:center;height:100%;display:flex}@media screen and (max-width:768px){.footer-wrapper{flex-direction:column;justify-content:center;gap:5px}}.footer-copyright,.footer-link{align-items:center;font-size:16px;display:flex}.footer-contact-list{flex-direction:column;gap:5px;font-size:16px;display:flex}
.header{align-items:center;gap:70px;width:100%;padding:40px 0;display:flex;position:relative}@media screen and (max-width:1380px){.header{gap:35px;padding:20px 0}}
.navbar-item{font-size:22px;font-weight:500;transition:all .25s}.navbar-item:hover,.navbar-item:focus-visible{color:#ffe8a3}
.navbar{z-index:1;flex-grow:1;justify-content:space-between;align-items:center;display:flex}.navbar.active{background-color:#f8f4f1;border-radius:24px;flex-direction:column;justify-content:center;align-items:center;gap:40px;padding:80px;display:flex;position:absolute;bottom:0;left:0;right:0;transform:translateY(100%)}@media screen and (max-width:1380px){.navbar{display:none}}.navbar-list{align-items:center;gap:40px;display:flex}.navbar.active>.navbar-list{flex-direction:column}.navbar.active>.navbar-list>li>a{font-size:24px}.navbar-burger-button{cursor:pointer;background:#1d1a17;border:none;border-radius:4px;width:42px;height:42px;margin-left:auto;display:none;position:relative}.navbar-burger-button:before{content:"";background:#ffe8a3;border-radius:10px;width:24px;height:2px;transition:all .3s;position:absolute;top:16px;right:9px}.navbar-burger-button.active:before{top:20px;transform:rotate(45deg)}.navbar-burger-button:after{content:"";background:#ffe8a3;border-radius:10px;width:18px;height:2px;transition:all .3s;position:absolute;bottom:16px;right:9px}.navbar-burger-button.active:after{width:24px;bottom:20px;transform:rotate(-45deg)}@media screen and (max-width:1380px){.navbar-burger-button{display:flex}}
