@charset "UTF-8";body{background-color:var(--bg-color-main)}button{cursor:pointer}#body--dark{--bg-color-main: hsl(207, 26%, 17%);--el-color: hsl(209, 23%, 22%);--txt-color: hsl(0, 0%, 100%);--input-color: hsl(210, 24%, 10%);--pag-bg: hsl(212, 31%, 11%);--pag-color: hsl(0, 0%, 84%);--pag-bor: hsl(212, 7%, 56%);--card-skeleton-bg: #111828;--card-skeleton-bg-c: #364051}#body--light{--bg-color-main: hsl(0, 0%, 98%);--el-color: hsl(0, 0%, 100%);--txt-color: hsl(200, 15%, 8%);--input-color: hsl(0, 0%, 52%);--pag-bg: hsl(0, 0%, 84%);--pag-color: hsl(200, 15%, 8%);--pag-bor: hsl(212, 27%, 19%);--card-skeleton-bg: #444549;--card-skeleton-bg-c: #c2c6cf}.cards{padding-top:6.5rem}.cards__container{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;gap:2rem}.cards__form{display:flex;flex-direction:column;gap:2.5rem;padding-bottom:4rem}.cards__form-input{width:90%;margin-inline:auto;padding:0 2rem;display:flex;justify-content:flex-start;align-items:center;gap:1rem;border-radius:4px;background-color:var(--el-color);box-shadow:#32325d40 0 2px 5px -1px,var(--input-color) 0 1px 3px -1px}.form-input__btn{cursor:pointer;transition:.2s scale ease-out}.form-input__btn:hover{scale:1.05}.form-input__img{width:1.25rem;height:1.25rem;color:var(--txt-color)}.form-input__input,.form-input__input::placeholder{color:var(--txt-color);font-size:1em;font-weight:300}.form-input__input{width:100%;padding:.5rem 0;font-size:.875em}.form-input__input:focus-visible{border:none;outline:none}.cards__form-select{width:90%;margin-inline:auto}.form-select__subContainer{width:fit-content;position:relative;background-color:var(--el-color);box-shadow:#32325d40 0 2px 5px -1px,var(--input-color) 0 1px 3px -1px}.form-select__select{min-width:13.0625rem;padding:.8rem 6rem .8rem 1rem;border-radius:4px;color:var(--txt-color);font-size:.875em;font-weight:300}.form-select__img{width:15px;height:15px;color:var(--txt-color);position:absolute;top:0;bottom:0;right:.625rem;margin:auto}.form-select__option{background-color:var(--el-color);color:var(--txt-color)}.cards__error-message{display:block;padding:0 20px;color:#ec4646}@media screen and (min-width: 600px){.cards__form{width:100%}.cards__form-input{max-width:440px;padding:0;padding-left:1rem;margin-inline:inherit}.cards__form-select{margin-inline:inherit}.cards{width:90%;margin-inline:auto}}@media screen and (min-width: 1200px){.cards{max-width:1220px}.cards__form{flex-direction:row}.cards__form-select{display:flex;justify-content:flex-end}}.pagination{width:fit-content;margin-inline:auto;padding-top:3rem;padding-bottom:1rem;display:flex;justify-content:center;align-items:center;gap:.4rem;font-family:var(--font-main);color:var(--pag-color)}.pagination__btn{min-width:30px;aspect-ratio:1/1;border-radius:50%;font-size:.875em;display:flex;align-items:center;justify-content:center}.pagination__btn:hover{background-color:var(--pag-bg);opacity:.5}.pagination__pages{display:flex;flex-wrap:wrap;gap:.4rem}.page--active{background-color:var(--pag-bg)}.pagination__btn--notLink:hover{background-color:unset;opacity:1}.skeletonLoader__card{width:240px;height:299px;display:flex;flex-direction:column;border-radius:8px;background-color:var(--card-skeleton-bg);box-shadow:#32325d40 0 2px 5px -1px,var(--input-color) 0 1px 3px -1px;animation:.8s animate-pulse ease-out alternate infinite}.skeletonLoader__card-image{width:100%;height:140px;background-color:var(--card-skeleton-bg-c);border-top-left-radius:8px;border-top-right-radius:8px}.skeletonLoader__card-subContainer{display:flex;flex-direction:column;gap:14px;padding:1.5rem}.skeletonLoader__card-content:nth-child(1){background-color:var(--card-skeleton-bg-c);width:100%;height:16px}.skeletonLoader__card-content:nth-child(2){background-color:var(--card-skeleton-bg-c);width:100%;height:16px}.skeletonLoader__card-content:nth-child(3){background-color:var(--card-skeleton-bg-c);width:80%;height:16px}@keyframes animate-pulse{to{opacity:.7}}.card{width:15rem;background-color:var(--el-color);color:var(--txt-color);border-radius:6px;margin-inline:auto;box-shadow:#32325d40 0 2px 5px -1px,var(--input-color) 0 1px 3px -1px;transition:.2s scale ease-in}.card:hover{scale:1.05}.card__image{width:100%;height:8.75rem}.card__content{padding:1.5rem 1rem 2.5rem}.card__content-title{display:block;font-size:1em;font-weight:800;margin-bottom:.5rem}.card__content-list{display:flex;flex-direction:column;gap:4px}.content-list__item{font-size:.875em;font-weight:600;display:flex;gap:5px}.item__value{font-weight:300}.header{background-color:var(--el-color);display:flex;justify-content:space-between;align-items:center;padding:1.8rem 1rem;box-shadow:#32325d40 0 2px 5px -1px,var(--input-color) 0 1px 3px -1px;position:fixed;top:0;z-index:200;width:100%}.header__link{color:var(--txt-color);font-weight:600}.header__scheme-btn{cursor:pointer}.header__scheme-name{color:var(--txt-color);font-weight:300;font-size:.875em}@media screen and (min-width: 768px){.header{padding-left:3rem;padding-right:3rem}}@media screen and (min-width: 1200px){.header{padding-left:5rem;padding-right:5rem}}.theme-toggle.theme-toggle--reversed .theme-toggle__classic{transform:scaleX(-1)}.theme-toggle{--theme-toggle__classic--duration:.5s}.theme-toggle__classic path{transition-timing-function:cubic-bezier(0,0,.15,1.25);transform-origin:center;transition-duration:calc(var(--theme-toggle__classic--duration) * .8)}.theme-toggle__classic g path{transition-property:opacity,transform;transition-delay:calc(var(--theme-toggle__classic--duration) * .2)}.theme-toggle__classic :first-child path{transition-property:transform,d}.theme-toggle--toggled.theme-toggle .theme-toggle__classic g path{transform:scale(.5) rotate(45deg);opacity:0;transition-delay:0s}.theme-toggle--toggled.theme-toggle .theme-toggle__classic :first-child path{d:path("M-12 5h30a1 1 0 0 0 9 13v24h-39Z");transition-delay:calc(var(--theme-toggle__classic--duration) * .2)}@supports not (d:path("")){.theme-toggle--toggled.theme-toggle .theme-toggle__classic :first-child path{transform:translate3d(-12px,10px,0)}}.theme-toggle{border:none;background:0 0;cursor:pointer}@media (prefers-reduced-motion:reduce){.theme-toggle:not(.theme-toggle--force-motion) *{transition:none!important}}.theme-toggle__classic{width:1.5rem;height:1.5rem;color:var(--txt-color)}.container-toggle{display:flex;align-items:center;justify-content:center;gap:.3rem;cursor:pointer}.toggle__name{color:var(--txt-color);font-size:14px;font-weight:300}.countryInfo{padding-top:115px;width:85%;margin-inline:auto;color:var(--txt-color);font-size:14px}.countryInfo__back{font-weight:400;padding:.2rem 1rem;background-color:var(--el-color);box-shadow:0 0 4px 0 var(--input-color);display:flex;justify-content:center;align-items:center;margin-bottom:3rem}.countryInfo__back-img{width:1.25rem;height:1.25rem}.countryInfo__content{display:flex;flex-direction:column;gap:2rem}.countryInfo__content-img{width:100%;box-shadow:#32325d40 0 2px 5px -1px,var(--input-color) 0 1px 3px -1px}.content-info__title{font-weight:800;font-size:20px;padding-bottom:1rem}.listContainer__list{display:flex;flex-direction:column;gap:.8rem}.listContainer__list--first{padding-bottom:2.5rem}.listContainer__item-title{font-weight:800}.listContainer__item-text{font-weight:400}.content-info__borderCountries{padding-bottom:3rem;display:flex;flex-direction:column;gap:.5rem}.borderCountries__title{font-weight:700;padding-top:2.5rem;padding-bottom:.5rem}.borderCountries__list{font-weight:400;display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-start;gap:.6rem}.borderCountries__link{background-color:var(--el-color);padding:.2rem 1rem;display:flex;align-items:center;justify-content:center;box-shadow:#32325d40 0 2px 5px -1px,var(--input-color) 0 1px 3px -1px;transition:.3s scale ease-out}.borderCountries__link:hover{scale:1.03}@media screen and (min-width: 768px){.countryInfo__content-img{width:440px;height:300px}.countryInfo__back{margin-bottom:5rem}.countryInfo__content{flex-direction:row;align-items:center}}@media screen and (min-width: 1200px){.countryInfo__back{padding:.4rem 1.4rem;display:flex;gap:.4rem}.countryInfo__content-img{width:33.75rem;height:25rem}.countryInfo__content{display:flex;justify-content:space-between}.content-info__title{padding-top:0rem}.content-info__listContainer{display:flex;flex-direction:row;gap:6rem}.content-info__borderCountries{padding-bottom:0rem;padding-top:1rem;display:flex;flex-direction:row;justify-content:center;align-items:center;gap:1rem}.borderCountries__title{padding-bottom:0;padding-top:0}}@media screen and (width > 1400px){.countryInfo__content-img{width:700px;height:440px}.countryInfo__content-info{padding-right:8rem}.content-info__title{padding-top:0rem;font-size:24px}.listContainer__list,.content-info__borderCountries{font-size:16px}}@font-face{font-family:NunitoSans;src:url(/fonts/NunitoSans-VariableFont.woff2);font-style:normal;font-display:swap}:root{--bg-color-main-D: hsl(207, 26%, 17%);--el-color-D: hsl(209, 23%, 22%);--txt-color-D: hsl(0, 0%, 100%);--input-color-D: hsl(210, 24%, 10%);--card-skeleton-bg: #111828;--card-skeleton-bg-c: #364051;--font-main: NunitoSans;--pag-bg: hsl(212, 31%, 11%);--pag-color: hsl(0, 0%, 84%);--pag-bor: hsl(212, 7%, 56%)}@media (prefers-color-scheme: dark){:root{--bg-color-main: hsl(207, 26%, 17%);--el-color: hsl(209, 23%, 22%);--txt-color: hsl(0, 0%, 100%);--input-color: hsl(210, 24%, 10%);--pag-bg: hsl(212, 31%, 11%);--pag-color: hsl(0, 0%, 84%);--pag-bor: hsl(212, 7%, 56%);--card-skeleton-bg: #111828;--card-skeleton-bg-c: #364051}}@media (prefers-color-scheme: light){:root{--bg-color-main: hsl(0, 0%, 98%);--el-color: hsl(0, 0%, 100%);--txt-color: hsl(200, 15%, 8%);--input-color: hsl(0, 0%, 52%);--pag-bg: hsl(0, 0%, 84%);--pag-color: hsl(200, 15%, 8%);--pag-bor: hsl(212, 27%, 19%);--card-skeleton-bg: #444549;--card-skeleton-bg-c: #c2c6cf}}*{margin:0;padding:0;border:0;-webkit-box-sizing:border-box;box-sizing:border-box;vertical-align:baseline}img,picture,video,iframe,figure{max-width:100%;width:100%;display:block;-o-object-fit:cover;object-fit:cover;-o-object-position:center center;object-position:center center}a{display:block;text-decoration:none;color:inherit;font-size:inherit}p a{display:inline}li{list-style-type:none}h1,h2,h3,h4,h5,h6,p,span,a,strong,blockquote,i,b,u,em{font-size:1em;font-weight:inherit;font-style:inherit;text-decoration:none;color:inherit}blockquote:before,blockquote:after,q:before,q:after{content:"";content:none}form,input,textarea,select,button,label{font-family:inherit;font-size:inherit;-webkit-hyphens:auto;-ms-hyphens:auto;hyphens:auto;background-color:transparent;color:inherit;display:block;-webkit-appearance:none;-moz-appearance:none;appearance:none}table,tr,td{border-collapse:collapse;border-spacing:0}svg{width:100%;display:block;fill:currentColor}body{min-height:100vh;min-height:100dvh;font-size:100%;font-family:var(--font-main)}
