.myBtn{all:unset;display:flex;align-items:center;justify-content:center;width:fit-content;cursor:pointer;transition:.15s;gap:8px;border-radius:8px;padding:12px 24px;background:var(--Courses-Brand-Blue-500)}.myBtn .myBtn__label{color:#fff;font-size:16px;font-style:normal;font-weight:600;line-height:24px;white-space:nowrap;text-align:center}.myBtn:hover{transition:.15s;background:var(--Courses-Brand-Blue-600)}.myBtn:hover .myBtn__label{color:#fff}.myBtn:active{transition:.15s;border-radius:8px;background:var(--Courses-Brand-Blue-700)}.myBtn:active .myBtn__label{color:#fff}.secondary{border-radius:8px;border:1px solid var(--Courses-Gray-Gray-300);background:#fff}.secondary .myBtn__label,.secondary:hover .myBtn__label{color:var(--Courses-Base-Black)}.secondary:hover{background:var(--Courses-Gray-Gray-50)}.secondary:active,.secondary:hover{border-radius:8px;border:1px solid var(--Courses-Gray-Gray-300)}.secondary:active{background:var(--Courses-Gray-Gray-200)}.secondary:active .myBtn__label{color:var(--Courses-Base-Black)}.disabled{border-radius:8px;background:var(--Courses-Gray-Gray-200);color:var(--Courses-Gray-Gray-400);box-shadow:none;cursor:not-allowed}.disabled:hover{background:#d7dceb}.button__href:after{all:unset!important}.subscribe{display:flex;padding:64px 80px;flex-direction:row;justify-content:center;gap:8px;background:linear-gradient(97deg,#0d1654 -1.05%,#3043c4 100.82%);margin-right:auto;margin-left:auto}.subscribe__container{display:flex;max-width:1280px;flex-direction:row;align-items:center;justify-content:space-between;align-self:stretch}.subscribe__container h2{max-width:40%;color:#fff;text-align:left}.subscribe__container div{display:flex;flex-direction:row;justify-content:flex-end;gap:16px}@media screen and (max-width:1600px){.subscribe{max-width:100vw}}@media screen and (max-width:1140px){.subscribe{padding:64px}.subscribe__container{flex-direction:column;gap:48px}.subscribe__container h2{max-width:100%}}@media screen and (max-width:768px){.subscribe{padding:64px 32px}}@media screen and (max-width:576px){.subscribe{padding:64px 16px}.subscribe__container div{flex-direction:column;gap:16px;width:100%}.subscribe__container div button,.subscribe__container div div{width:100%}.subscribe__container div button{text-align:center;padding:12px 0!important}}.myInput{display:flex;align-items:center;width:100%;padding:12px 16px;text-align:left;border-radius:8px;border:1px solid var(--Courses-Gray-Gray-300);background:#fff}.myInput.active{border:1px solid var(--courses-brand-blue-400-brand)}.myInput.error{border:1px solid #fc4242}.myInput input{all:unset;width:100%;color:var(--Courses-Gray-Gray-500);font-size:16px;font-style:normal;height:100%;font-weight:400;line-height:24px}.myInput.error input{color:#fc4242}.myInput__errorText{display:flex;flex-direction:row;gap:8px;width:100%;margin-top:6px;margin-left:16px;color:#fc4242;font-size:14px;font-style:normal;font-weight:400;line-height:140%}.events{display:flex;padding:96px 0 0;flex-direction:column;justify-content:center;align-items:center;gap:32px;max-width:1600px;align-self:stretch;margin-left:auto;margin-right:auto;animation:move 1s ease-out forwards}.events__first{width:100%}.events__header{display:flex;flex-direction:row;justify-content:space-between;width:100%}.events__header__p{color:var(--Courses-Gray-Gray-500);margin-top:8px;text-align:left}.events__block{display:flex;flex-direction:row;gap:20px;margin-top:16px;max-width:1600px;width:1600px;overflow-x:auto;scroll-behavior:smooth}.events__block::-webkit-scrollbar{width:0;height:0}.events__block span{display:none;min-width:60px}.search__recommendations span{display:block;min-width:60px}.schools__recommendations div{min-width:413px}.schools__recommendations div button{text-align:center}.search__recommendations .rounded__buttons{margin-left:64px;margin-right:auto}@media screen and (max-width:1600px){.events{max-width:Calc(100vw - 160px)}.events__block{max-width:100vw}.events__block span{display:block}.search__recommendations .rounded__buttons{margin-left:0;margin-right:auto}}@media screen and (max-width:992px){.events{max-width:Calc(100vw - 128px);padding-top:64px}.events__block span{min-width:44px}}@media screen and (max-width:768px){.events{max-width:Calc(100vw - 64px)}.events__block span{min-width:12px}}@media screen and (max-width:576px){.events{max-width:Calc(100vw - 32px)}.events__block{gap:15px}.events__header button{display:none}.events__block span{min-width:1px}}.card__country{width:100%;display:flex;padding:16px;flex-direction:column;align-items:flex-start;gap:12px;border-radius:24px;border:1px solid var(--Courses-Gray-Gray-200);background:var(--Courses-Gray-Gray-50);max-height:max-content}.card__country img{height:190px;max-height:190px;border-radius:16px;border:1px solid var(--Courses-Gray-Gray-200);transition:scale .5s ease-in-out;object-fit:cover}.card__country:hover img{scale:1.05}.card__city img{height:152px;max-height:152px}.card__school img{height:224px;max-height:224px}.card__country h4{margin-top:8px;color:var(--Courses-Brand-Blue-800)}.card__country p{color:var(--Courses-Base-Black,#1a1a1a)}.card__country p span{color:var(--Courses-Gray-Gray-500,#717680)}@media screen and (max-width:768px){.card__country img{object-fit:inherit}}@media screen and (max-width:576px){.card__school__search{max-width:Calc(100vw - 64px)}}.page__country__schools{display:grid;grid-template-columns:3fr 1fr;max-width:1600px;gap:20px}.page__school__info{position:relative}.page__country__schools__schools{display:grid;grid-template-columns:1fr 1fr 1fr;width:100%;gap:48px 20px;height:fit-content}.page__country__schools__schools>*{min-width:0}.page__country__schools__country{display:flex;flex-direction:column;gap:20px}.page__country__schools__country__info{display:flex;padding:16px;flex-direction:column;align-items:flex-start;align-self:stretch;border-radius:24px;border:1px solid var(--Courses-Brand-Blue-100,#b2ddff);background:var(--Courses-Brand-Blue-25,#eff8ff);gap:6px}.page__country__schools__country__info img{border-radius:16px;border:1px solid var(--Courses-Gray-Gray-200,#e9eaeb);background:#d3d3d3 50%/cover no-repeat;height:190px;object-fit:cover}.page__country__schools__country__recommendations{display:flex;padding:16px;flex-direction:column;align-items:flex-start;align-self:stretch;gap:12px;border-radius:24px;border:1px solid var(--Courses-Gray-Gray-200,#e9eaeb);background:var(--Courses-Gray-Gray-50,#fafafa)}.page__country__schools__country__recommendations a p{font-weight:400;color:var(--courses-brand-blue-400-brand);text-decoration:underline}.about__school{display:flex;flex-direction:row;width:100%;max-width:1600px;margin-left:auto;margin-right:auto;animation:opacityAnimation 1.5s ease-out forwards;min-height:20vh}.about__school div{display:flex;padding:96px 80px;flex-direction:column;align-items:flex-start;gap:12px;text-align:left;background:var(--Courses-Gray-Gray-50);width:50%}.about__school img{width:50%}.about__school div p{color:var(--Courses-Gray-Gray-600);text-align:left}.about__school div h2,.about__school div h5{color:var(--Courses-Base-Black)}.about__school div a{color:var(--courses-brand-blue-400-brand,#2e90fa);font-size:16px;font-style:normal;font-weight:400;line-height:24px;text-decoration:underline}.page__country__schools__button{margin-right:Calc(25% + 10px)}.page__country__schools__button__tablet{display:none}.page__school{display:grid;grid-template-columns:3.5fr 1fr;gap:20px;max-width:100%}.page__school__right{display:flex;flex-direction:column;gap:20px}.page__school__right__info{display:flex;padding:16px;flex-direction:column;align-items:flex-start;gap:12px;align-self:stretch;border-radius:24px;border:1px solid var(--Courses-Brand-Blue-100,#b2ddff);background:var(--Courses-Brand-Blue-25,#eff8ff);width:100%}.page__school__right__info img{border-radius:16px;border:1px solid var(--Courses-Brand-Blue-100,#b2ddff);background:#fff;height:152px;width:273px;object-fit:cover}.page__school__right__info div p:first-child{font-weight:400;color:var(--Courses-Gray-Gray-500)}.page__school__right__info div p:last-child{font-weight:500;color:var(--Courses-Base-Black)}@media screen and (max-width:1240px){.page__country__schools__schools{grid-template-columns:1fr 1fr}.page__country__schools{grid-template-columns:2fr 1fr}.page__country__schools__button{margin-right:Calc(33.3% + 10px)}}@media screen and (max-width:992px){.page__country__schools{display:flex;flex-direction:column;gap:48px}.page__container__countries{grid-template-columns:1fr 1fr}.page__country__schools__country{display:grid;grid-template-columns:1fr 1fr}.about__school{flex-direction:column-reverse}.about__school div{padding:64px}.about__school div,.about__school img{width:100%}.about__school img{height:500px;object-fit:cover}.page__country__schools__button{display:none}.page__country__schools__button__tablet{display:block;margin-left:auto;margin-right:auto;margin-bottom:16px}.page__school{display:flex;flex-direction:column}.page__school__right{display:grid;grid-template-columns:1fr 1fr}.page__school__right__info{align-items:center;justify-content:flex-start;text-align:left}.page__school__right__info div{width:250px;text-align:left;align-items:flex-start}}@media screen and (max-width:768px){.about__school div{padding:48px 32px}.page__school__right{display:flex;flex-direction:column}}@media screen and (max-width:576px){.page__container__countries,.page__country__schools__country,.page__country__schools__schools{grid-template-columns:1fr}.page__country__schools__schools{gap:36px}.about__school div{padding:48px 16px}.about__school img{height:240px}.page__country__schools__button__tablet{width:100%}.page__school__right{max-width:calc(100vw - 32px)}.page__school__right__info{align-items:flex-start}.page__school__right__info img{width:100%}}