:root{--primary-brand-color: #ec9f6c;--primary-brand-color-hover: #d48f61;--linen-color: #fcf6ef;--primary-black-color: #000;--blackcurrant-color: #342b3b;--sidecar-color: #f4d7c5;--white-color: #fff;--silver-color: #ccc;--star-dust-color: #9d9d9c;--light-gray-color: #f5f4f5;--gray-color: #909090}@font-face{font-family:"Roboto";src:url("../fonts/Roboto-Light.woff2") format("woff2");font-weight:300;font-display:swap;font-style:normal}@font-face{font-family:"Roboto";src:url("../fonts/Roboto-Regular.woff2") format("woff2");font-weight:400;font-display:swap;font-style:normal}@font-face{font-family:"Roboto";src:url("../fonts/Roboto-Medium.woff2") format("woff2");font-weight:500;font-display:swap;font-style:normal}@font-face{font-family:"Roboto";src:url("../fonts/Roboto-Bold.woff2") format("woff2");font-weight:700;font-display:swap;font-style:normal}@font-face{font-family:"CormorantGaramond";src:url("../fonts/CormorantGaramond-SemiBold.woff2") format("woff2");font-weight:600;font-display:swap;font-style:normal}html{box-sizing:border-box}*,*::after,*::before{box-sizing:inherit}ul,ol{padding:0}body,h1,h2,h3,h4,h5,h6,p,ul,ol,li,figure,figcaption,blockquote,dl,dd{margin:0}img{max-width:100%;display:block}a[class]:hover{text-decoration:none}a{color:var(--primary-brand-color);text-decoration:none}a:hover{text-decoration:underline}ul{list-style:none}body{font-family:"Roboto",sans-serif;font-size:16px;font-weight:400;background-color:var(--light-gray-color);color:var(--primary-black-color);line-height:1.5}.container{max-width:1170px;margin-inline:auto;padding:0 15px}.container--large{max-width:1530px}.btn{font-family:"Roboto",sans-serif;font-size:14px;font-weight:700;background-color:var(--primary-brand-color);color:var(--white-color);border:none;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;min-width:100px;padding:15px 30px;text-transform:uppercase}.btn--reset{border:none;background-color:rgba(0,0,0,0);cursor:pointer;padding:0}.grid-template-columns-2{display:grid;column-gap:120px;grid-template-columns:repeat(2, 1fr);align-items:center}@media(max-width: 1024px){.grid-template-columns-2{column-gap:25px}}@media(max-width: 576px){.grid-template-columns-2{gap:30px;grid-template-columns:repeat(1, 1fr)}}.section{padding:85px 0}@media(max-width: 576px){.section{padding:55px 0}}.section--white{background-color:var(--white-color)}.section--linen{background-color:var(--linen-color)}.section__image{border-radius:5px;box-shadow:rgba(0,0,0,.4) 0 2px 4px,rgba(0,0,0,.3) 0 7px 13px -3px,rgba(0,0,0,.2) 0px -3px 0px inset}.section__text{font-size:17px}@media(max-width: 768px){.section__text{font-size:16px}}.section__text:not(:last-child){margin-bottom:35px}.section__list{display:flex;flex-direction:column;align-items:flex-start;gap:5px;margin-bottom:35px;list-style-type:disc}.title{font-family:"CormorantGaramond",sans-serif;font-size:clamp(2.625rem,2.114rem + 2.56vw,3.75rem);font-weight:400;text-transform:capitalize;line-height:1.1;margin-bottom:30px}@media(max-width: 576px){.title{margin-bottom:20px}}.title--center{text-align:center}.title__brand{display:block;font-family:"Roboto",sans-serif;font-size:14px;font-weight:700;color:var(--primary-brand-color);text-transform:uppercase;letter-spacing:1px;margin-bottom:15px}@media(max-width: 576px){.title__brand{font-size:12px;margin-bottom:10px}}.brand-link{display:inline-block;font-family:"Roboto",sans-serif;font-size:14px;font-weight:700;background-color:var(--primary-brand-color);color:var(--white-color);border-radius:3px;padding:15px 40px;text-transform:uppercase;letter-spacing:1px;transition:background-color .3s ease-in-out}.brand-link:hover{background-color:var(--primary-brand-color-hover)}.brand-link--center{position:relative;left:50%;transform:translateX(-50%)}.form{display:flex;gap:10px}@media(max-width: 576px){.form{flex-wrap:wrap}}.form__input{color:var(--primary-black-color);background-color:var(--white-color);border:none;cursor:text;padding:15px 30px}@media(max-width: 768px){.form__input{display:flex;flex:1 1 100%}}.form__input:focus::placeholder{display:none}.form__input::placeholder{display:inline-block;color:var(--star-dust-color)}.header{z-index:100;padding-top:15px;padding-bottom:15px;box-shadow:0 .0625rem .875rem 0 var(--gray-color);background-color:var(--white-color);border-bottom:1px solid var(--silver-color);transition:background-color .3s ease-in-out,border-bottom-color .3s ease-in-out}.header--position{position:absolute;left:0;top:0;width:100%}@media(max-width: 768px){.header--position{position:relative}}.header__container{display:flex;align-items:center;justify-content:space-between;padding-bottom:10px}.header__social{display:flex;justify-content:flex-end !important;gap:9px !important;transition:.3s opacity ease-in-out,.3s visibility ease-in-out}.header__social-icon{color:rgba(0,0,0,0);fill:none}.header__social-icon path{stroke:var(--star-dust-color);stroke-width:2;transition:.3s stroke ease-in-out}.header__social-icon:hover path{stroke:var(--primary-brand-color)}.nav__list{display:flex;align-items:center;gap:30px}@media(max-width: 1024px){.nav__list{gap:15px}}@media(max-width: 1024px){.nav__list--desktop{display:none}}.nav__list--mobile{display:flex;flex-direction:column;justify-content:center;background-color:var(--white-color);position:absolute;top:0;left:0;right:0;padding:20px 15px;border-bottom:1px solid var(--silver-color);transform:translateY(-105%);box-shadow:0 6px 6px 0 rgba(0,0,0,.3);pointer-events:none;overflow-y:auto;z-index:1;transition:transform .5s ease-in-out}.nav__list--mobile.active{pointer-events:all;transform:translateY(72px)}@media(min-width: 1025px){.nav__list--mobile{display:none}}.nav__item.active .nav__link{color:var(--primary-brand-color)}.nav__link{color:var(--primary-black-color);text-transform:uppercase;font-size:13px;font-weight:700;padding:5px;position:relative}.nav__link--desktop::after{content:"";position:absolute;display:block;width:0;border-bottom:2px solid var(--primary-black-color);transition:width .3s ease-in-out}.nav__link--desktop:hover{text-decoration:none}.nav__link--desktop:hover::after{width:100%}.nav__link--mobile{transition:color .3s ease-in-out}.nav__link--mobile:hover{color:var(--primary-brand-color)}.menu-btn{display:none}@media(max-width: 1024px){.menu-btn{display:block;width:25px;height:23px;position:relative;-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);-o-transform:rotate(0deg);transform:rotate(0deg);-webkit-transition:.5s ease-in-out;-moz-transition:.5s ease-in-out;-o-transition:.5s ease-in-out;transition:.5s ease-in-out}}.menu-btn span{display:block;position:absolute;height:3px;width:100%;background-color:var(--primary-black-color);border-radius:9px;opacity:1;left:0;-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);-o-transform:rotate(0deg);transform:rotate(0deg);-webkit-transition:.25s ease-in-out;-moz-transition:.25s ease-in-out;-o-transition:.25s ease-in-out;transition:.25s ease-in-out}.menu-btn span:nth-child(1){top:0}.menu-btn span:nth-child(2),.menu-btn span:nth-child(3){top:8px}.menu-btn span:nth-child(4){top:16px}.menu-btn.active span:nth-child(1),.menu-btn.active span:nth-child(4){top:9px;width:0;left:50%}.menu-btn.active span:nth-child(2){-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg)}.menu-btn.active span:nth-child(3){-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg)}.hero{background-repeat:no-repeat;background-size:cover;padding:207px 0 135px}@media(max-width: 768px){.hero{padding:80px 0}}.hero__title{margin-bottom:10px}@__subtitle{.hero{font-size:17px}@media(max-width: 576px){.hero{font-size:16px}}}.courses{display:grid;grid-template-columns:repeat(auto-fit, minmax(260px, 1fr));grid-auto-rows:1fr;gap:25px;margin-bottom:45px}.course{border-radius:5px;position:relative;overflow:hidden;transition:background-color .3s ease-in-out,box-shadow .3s ease-in-out}.course:hover{cursor:pointer;background-color:#f1f1f1;box-shadow:-1px 2px 10px 0px rgba(50,50,50,.28)}.course:hover>img{transform:scale(1.05)}.course__img{aspect-ratio:3/4;transition:transform .3s ease-in-out}.course__price{position:absolute;right:15px;top:15px;background-color:#e9dad2;border-radius:5px;padding:2px 5px}.course__content{padding:30px 10px}.course__info{display:flex;align-items:center;gap:20px}.course__info-item{display:flex;align-items:center;gap:10px}.course__info-item span{font-size:18px;color:var(--primary-black-color)}.course__title{font-family:"Roboto",sans-serif;font-size:19px;line-height:1.2;margin-bottom:15px}.info-icon{fill:var(--primary-brand-color);width:20px;height:20px}.footer{background-color:var(--blackcurrant-color);padding:80px 0 50px}@media(max-width: 1024px){.footer{padding:50px 0}}.footer__top{display:flex;justify-content:space-between;padding-bottom:60px;border-bottom:2px solid #505050}@media(max-width: 1024px){.footer__top{flex-direction:column;row-gap:35px}}.footer__title{font-size:26px;color:var(--star-dust-color);margin-bottom:15px}@media(max-width: 576px){.footer__title{font-size:25px}}.footer__bottom{display:flex;align-items:center;justify-content:center}@media(max-width: 576px){.footer__bottom{flex-direction:column}}.footer__body{padding-top:50px;margin-bottom:50px}.social{display:flex;align-items:center;justify-content:center;gap:10px}.social__link{font-size:0;color:var(--star-dust-color);transition:color .3s ease-in-out;display:inline-block;padding:3px}.social__link:hover{color:var(--white-color)}.social__link svg{width:25px;height:25px;fill:currentColor}.nav-footer__list{display:flex;flex-direction:column;align-items:flex-start;gap:15px}.nav-footer__link{color:var(--star-dust-color);font-size:13px;font-weight:700;display:inline-block;padding-left:10px;position:relative;text-transform:uppercase;transition:color .3s ease-in-out}.nav-footer__link:hover{color:var(--white-color)}.nav-footer__link:hover::before{border-color:var(--white-color);transform:translate(3px, -50%) rotate(-45deg)}.nav-footer__link::before{content:"";position:absolute;width:7px;height:7px;border-right:2px solid var(--star-dust-color);border-bottom:2px solid var(--star-dust-color);border-top-right-radius:3px;border-bottom-left-radius:3px;transform:translate(0, -50%) rotate(-45deg);left:-5px;top:50%;transition:border-color .3s ease-in-out,transform .5s cubic-bezier(0.68, -2, 0.265, 1.55)}.copyright{font-size:13px;color:var(--star-dust-color)}@media(max-width: 576px){.copyright{display:block;text-align:center}}/*# sourceMappingURL=courses.css.map */
