@import url(https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap);
html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:rgba(0,0,0,0)}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}:root{--blue: #0d6efd;--indigo: #6610f2;--purple: #6f42c1;--pink: #d63384;--red: #c61919;--red-hover: #a51919;--orange: #fd7e14;--yellow: #ffcb11;--green: #198754;--teal: #20c997;--cyan: #0dcaf0;--gray: #757575;--gray-dark: #4f4f4f;--primary: #1266f1;--secondary: #b23cfd;--success: #00b74a;--info: #39c0ed;--warning: #ffa900;--danger: #f93154;--light: #fbfbfb;--dark: #262626;--white: #fff;--black: #343c47;--black-text: #343c47;--black-text-hover: rgba(0, 0, 0, 0.5);--font-sans-serif: Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", system-ui, -apple-system, "Segoe UI", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;--gradient: linear-gradient(180deg, hsla(0, 0, 100%, 0.15), hsla(0, 0, 100%, 0));--shadow: 0 0 8px 0 rgba(26, 26, 26, 0.16);--shadow-large: 0 0 8px 0 rgba(26, 26, 26, 0.26);--review-danger: #c6191914;--wa-color: #07bc4c;--vb-color: #574e92}*,:after,:before{box-sizing:border-box;padding:0;margin:0}::-webkit-search-decoration{-webkit-appearance:none}@media(prefers-reduced-motion: no-preference){:root{scroll-behavior:smooth}}::-webkit-input-placeholder{color:gray}::placeholder{color:gray}body{margin:0;font-size:1rem;font-weight:400;color:var(--black-text);background-color:#fff;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:rgba(0,0,0,0);font-family:var(--font-sans-serif)}.container,.container-fluid{width:100%;padding-right:var(--gutter-x, 0.75rem);padding-left:var(--gutter-x, 0.75rem);margin-right:auto;margin-left:auto}@media(min-width: 576px){.container{max-width:540px}}@media(min-width: 768px){.container{max-width:720px}}@media(min-width: 992px){.container{max-width:960px}}@media(min-width: 1200px){.container{max-width:1140px}}@media(min-width: 1400px){.container{max-width:1320px}}a{transition:color .25s ease-in-out;text-decoration:none}a:hover{color:var(--blue);text-decoration:none}.btn{display:inline-block;position:relative;color:var(--black-text);text-align:center;text-decoration:none;vertical-align:middle;cursor:pointer;-webkit-user-select:none;user-select:none;background-color:rgba(0,0,0,0);border:.125rem solid rgba(0,0,0,0);padding:.375rem .75rem;border-radius:.25rem;text-transform:uppercase;box-shadow:0 0 5px 0 rgba(0,0,0,.15),0 0 5px 0 rgba(0,0,0,.05);font-weight:500;font-size:.75rem;line-height:1.5;transition:color .25s ease-in-out,background-color .25s ease-in-out,border-color .25s ease-in-out,box-shadow .25s ease-in-out}@-webkit-keyframes button-loading-spinner{from{-webkit-transform:rotate(0turn);transform:rotate(0turn)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes button-loading-spinner{from{-webkit-transform:rotate(0turn);transform:rotate(0turn)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.btn.active,.btn.active:focus,.btn.focus,.btn:active,.btn:active:focus,.btn:focus,.btn:hover{box-shadow:0 0 5px 0 rgba(0,0,0,.2),0 0 5px 0 rgba(0,0,0,.1);color:var(--black-text-hover)}.btn>*{cursor:pointer}.btn.loading .btn__text{visibility:hidden;opacity:0}.btn.loading::after{content:"";position:absolute;width:16px;height:16px;top:0;left:0;right:0;bottom:0;margin:auto;border:4px solid rgba(0,0,0,0);border-top-color:#fff;border-radius:50%;-webkit-animation:button-loading-spinner 1s ease infinite;animation:button-loading-spinner 1s ease infinite}.page{display:flex;flex-direction:column;min-height:100vh}.layout{position:relative;padding:20px .75rem 40px;--sidebar-width: 230px}@media(max-width: 1200px){.layout.full .layout-inner{display:block}.layout.full .layout-inner__sidebars{display:none}}@media(max-width: 1200px){.layout .sidebars-right{display:none}.layout .layout-inner{grid-template-columns:var(--sidebar-width) calc(100% - var(--sidebar-width) - 1.5rem)}.layout .layout-inner__sidebars{grid-template-columns:var(--sidebar-width) calc(100% - var(--sidebar-width) - 1.5rem);grid-area:1/1/4/3}.layout.obj .sidebars-right{display:block}.layout.obj .sidebars-left{display:none}.layout.obj .layout-inner{grid-template-columns:calc(100% - var(--sidebar-width) - 1.5rem) var(--sidebar-width)}.layout.obj .layout-inner__sidebars{grid-template-columns:calc(100% - var(--sidebar-width) - 1.5rem) var(--sidebar-width);grid-area:1/1/4/3}.layout.obj .layout-inner__content{grid-column:1}.layout.obj .sidebars-right{grid-area:1/2/1/3;align-self:flex-start;height:100%}}.layout.city .layout-inner{grid-template-columns:var(--sidebar-width) calc(100% - var(--sidebar-width) - 1.5rem)}.layout.city .layout-inner__sidebars{grid-template-columns:var(--sidebar-width) calc(100% - var(--sidebar-width) - 1.5rem);grid-area:1/1/4/3}.layout.city .sidebars-right{display:none}.layout-inner{display:grid;grid-gap:20px;grid-template-columns:var(--sidebar-width) calc(100% - var(--sidebar-width)*2 - 40px) var(--sidebar-width);grid-template-rows:auto;padding:20px 0}.layout-inner__sidebars{display:grid;grid-area:1/1/4/4;grid-gap:20px;grid-template-columns:var(--sidebar-width) calc(100% - var(--sidebar-width)*2 - 40px) var(--sidebar-width);width:100%}.layout-inner__content{align-self:start;grid-column:2;grid-row:1/4}.layout-inner__content.content{display:grid;grid-template-columns:100%;grid-gap:2rem}.layout-inner .content-info{display:grid;grid-gap:2rem;grid-template-columns:100%}.sidebars__inner{position:relative;display:grid;grid-template-columns:100%;grid-gap:20px;z-index:999}.sidebars__inner.sticky{position:-webkit-sticky;position:sticky;top:.75rem}.sidebars-left{height:100%;align-self:flex-start}.sidebars-left_up{grid-area:1/1/1/2}.sidebars-left_bottom{grid-area:2/1/2/2}.sidebars-right{grid-area:1/3/1/4;align-self:flex-start;height:100%}.search{position:-webkit-sticky;position:sticky;top:0;background-color:#fff;z-index:1000;transition:box-shadow .3s ease-in-out}.page-body{min-width:0;--sidebar-width: 230px;padding:0 var(--gutter-x, 0.75rem) 40px}main{position:relative;flex:1 0 auto;padding:0 0 40px}header{display:flex;padding:10px var(--gutter-x, 0.75rem);background-color:var(--red);box-shadow:var(--shadow);justify-content:space-between;align-items:center;transition:margin-bottom .25s ease-in-out;background-image:url(https://edem-v-gosti.ru/local/templates/.default/assets/img/vgosti_bg.png);background-size:contain}header .logo{position:relative;z-index:2;line-height:0;max-width:230px;flex:1 0 auto;margin-right:-5px;overflow:hidden;border-radius:20px}header .logo .logo-svg{background:var(--red)}header .header-nav{display:flex;white-space:nowrap}header .header-nav>.header-nav__link{color:#fff;text-decoration:none;white-space:nowrap;padding:8px 12px 10px;border-radius:20px;background-color:var(--red);transition:background-color .25s ease-in-out}header .header-nav>.header-nav__link:hover{background-color:var(--red-hover)}header .header-nav>.header-nav__link:not(:last-child){margin-right:.375rem}header .favorite{position:relative}header .favorite__badge{box-shadow:var(--shadow);display:flex;flex-flow:row wrap;-webkit-box-pack:center;place-content:center;align-items:center;position:absolute;box-sizing:border-box;font-weight:500;font-size:.75rem;min-width:20px;line-height:1;padding:0 6px;height:20px;border-radius:10px;z-index:1;transition:-webkit-transform 225ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;transition:transform 225ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;transition:transform 225ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, -webkit-transform 225ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;background-color:#fff;color:var(--black-text);top:0;left:0;-webkit-transform:scale(1) translate(-50%, -50%);transform:scale(1) translate(-50%, -50%);-webkit-transform-origin:100% 0;transform-origin:100% 0}.hero{position:relative;display:flex;flex-direction:column;margin-bottom:54px}.hero__bg,.hero__bg-overlay,.hero__content{position:absolute;top:0;left:0;right:0;bottom:0;height:100%}.hero__bg{background-image:url(https://edem-v-gosti.ru/local/templates/.default/assets/img/hero.jpg);background-size:cover;background-repeat:no-repeat;background-position:center;width:100%}.hero__bg-overlay{background-color:rgba(0,0,10,.3)}.hero__content{position:relative;display:flex;flex-direction:column;justify-content:flex-end;align-items:center;color:#fff;text-shadow:1px 1px rgba(255,255,255,.2);padding-top:2rem;padding-bottom:3rem}.hero__content-title{font-size:1.8rem;margin-bottom:18px}.hero__content-body{display:grid;grid-template-columns:repeat(3, 300px);grid-gap:18px;justify-content:center}@media(max-width: 1024px){.hero__content-body{grid-gap:9px;grid-template-columns:repeat(3, 220px)}}.hero__content-body .content-body__item{display:flex;flex-direction:column;align-items:center}.hero__content-body .content-body__item>span{color:#f6f6f6}.hero__content-body .item-header{flex-wrap:nowrap;white-space:nowrap;display:flex;align-items:center;margin-bottom:6px;font-size:2rem}.hero__content-body .item-header>img{margin-right:6px}.hero .search-wrp{width:100%;margin-bottom:23px;z-index:10000;color:#222;position:relative}.populars{margin-bottom:54px}.populars__countries.popular{max-height:100%}.populars__regions .swiper-button-next,.populars__cities .swiper-button-next,.populars__countries .swiper-button-next{right:-27px}.populars__regions .swiper-button-next:after,.populars__cities .swiper-button-next:after,.populars__countries .swiper-button-next:after{-webkit-transform:translateX(2px);transform:translateX(2px)}.populars__regions .swiper-button-prev,.populars__cities .swiper-button-prev,.populars__countries .swiper-button-prev{left:-27px}.populars__regions .swiper-button-prev:after,.populars__cities .swiper-button-prev:after,.populars__countries .swiper-button-prev:after{-webkit-transform:translateX(-2px);transform:translateX(-2px)}.populars__regions .countries-wrp,.populars__cities .countries-wrp,.populars__countries .countries-wrp{justify-content:center;display:grid;grid-template-columns:repeat(auto-fill, minmax(310px, 310px));grid-gap:18px}.search-wrp{z-index:1000;align-self:center;transition:-webkit-transform .4s linear;transition:transform .4s linear;transition:transform .4s linear, -webkit-transform .4s linear}.search-wrp #search .search-form{background-color:#fff;padding:var(--gutter--y, 0.75rem) var(--gutter-x, 0.75rem);border-radius:.5rem;display:flex}.search-wrp #search .search-form__body{display:grid;grid-template-columns:7fr repeat(2, 4fr);grid-gap:5px;width:100%;margin-right:5px}@media(max-width: 1200px){.search-wrp #search .search-form__body{grid-template-columns:repeat(3, 1fr)}}.search-wrp #search .search-form__col{margin:0;position:relative}.search-wrp #search .search-form__col .litepicker{top:50px !important;left:0 !important;box-shadow:0 0 15px 0 rgba(0,0,0,.18)}.search-wrp #search .search-form .form-group .form-control{box-shadow:none;padding:10px 10px 12px;height:auto;line-height:0;border-radius:.5rem;color:#555;background-color:#fff;background-image:none;border:1px solid #ccc;width:100%;transition:box-shadow .25s ease-in-out,border .25s ease-in-out}.search-wrp #search .search-form .form-group .form-control[readonly]{background-color:#fff}.search-wrp #search .search-form .form-group .form-control:focus,.search-wrp #search .search-form .form-group .form-control:active{outline:0;border-color:#fff;box-shadow:0 0 0 2px rgba(0,0,0,.87)}.search-wrp #search .search-form .form-group .form-control#search-form__period{text-align:center}.search-wrp #search .search-form .form-group .form-control__clear{position:absolute;top:0;right:0;display:flex;align-items:center;justify-content:center;height:100%;width:32px;cursor:pointer;color:#9e9e9e;transition:color .25s ease-in-out}.search-wrp #search .search-form .form-group .form-control__clear svg{width:16px;height:16px}.search-wrp #search .search-form .form-group .form-control__clear:hover{color:#4d4d4d}.search-wrp #search .search-form .search-form__autocomplete{display:none;position:absolute;top:50px;width:100%;background-color:#fff;border-radius:.5rem;box-shadow:0 0 15px 0 rgba(0,0,0,.18);overflow:hidden;overflow-y:auto;max-height:380px}.search-wrp #search .search-form .search-form__autocomplete.open{z-index:5000;display:block}.search-wrp #search .search-form .search-form__autocomplete[data-controls=search-form__guests]{padding:15px}.search-wrp #search .search-form .search-form__autocomplete .search-error{padding:.5rem 1rem;text-align:center;font-size:14px;font-weight:500;color:var(--red)}.search-wrp #search .search-form .search-form__autocomplete .search-result .search-result-title{background-color:#f6f6f6;color:gray;padding:5px 25px;cursor:default}.search-wrp #search .search-form .search-form__autocomplete .search-result .search-result__item{display:flex;padding:5px 15px;cursor:pointer;transition:background-color .25s ease-in-out;align-items:center;position:relative}.search-wrp #search .search-form .search-form__autocomplete .search-result .search-result__item:hover,.search-wrp #search .search-form .search-form__autocomplete .search-result .search-result__item.hover{background-color:#ebebeb}.search-wrp #search .search-form .search-form__autocomplete .search-result .search-result__item .search-result__item-link{position:absolute;top:0;bottom:0;left:0;right:0}.search-wrp #search .search-form .search-form__autocomplete .search-result .search-result__item .search-result__item-img{width:38px;height:38px;border-radius:50%;background-color:#f6f6f6;overflow:hidden;display:flex;margin-right:8px;align-items:center;justify-content:center;line-height:0;flex:1 0 auto;max-width:38px}.search-wrp #search .search-form .search-form__autocomplete .search-result .search-result__item .search-result__item-img img{width:100%;height:100%;vertical-align:center;line-height:0}.search-wrp #search .search-form .search-form__autocomplete .search-result .search-result__item .search-result__item-body{display:flex;flex-direction:column;overflow:hidden;text-align:left}.search-wrp #search .search-form .search-form__autocomplete .search-result .search-result__item .search-result__item-body .title,.search-wrp #search .search-form .search-form__autocomplete .search-result .search-result__item .search-result__item-body .subtitle{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.search-wrp #search .search-form .search-form__autocomplete .search-result .search-result__item .search-result__item-body .subtitle{color:#999}.search-wrp #search .search-form .search-form__autocomplete .guests-line{display:flex;flex-wrap:nowrap;align-items:center}.search-wrp #search .search-form .search-form__autocomplete .guests-line:not(:last-child){margin-bottom:15px}.search-wrp #search .search-form .search-form__autocomplete .guests-line .guest-line__title{text-align:left;min-width:80px}.search-wrp #search .search-form .search-form__autocomplete .guests-line .guest-line__counter{width:100%;display:grid;grid-template-columns:2fr 3fr 2fr;align-items:center;border-radius:.5rem;overflow:hidden}.search-wrp #search .search-form .search-form__autocomplete .guests-line .guest-line__counter .counter__col{width:100%;height:100%;text-align:center;display:flex;justify-content:center}.search-wrp #search .search-form .search-form__autocomplete .guests-line .guest-line__counter .counter__btn{border:none;padding:7px;background-color:#ebebeb;transition:background-color .3s ease-in-out,color .3s ease-in-out}.search-wrp #search .search-form .search-form__autocomplete .guests-line .guest-line__counter .counter__btn:hover{background-color:#e0dfdf}.search-wrp #search .search-form .search-form__autocomplete .guests-line .guest-line__counter .counter__btn:disabled{background-color:#e0dfdf;color:rgba(0,0,0,.1)}.search-wrp #search .search-form .search-form__autocomplete .guests-line .guest-line__counter .counter__text{width:100%;border-top:1px solid #ebebeb;border-bottom:1px solid #ebebeb;padding-top:3px}.search-wrp #search .search-form .search-result__item-body .title,.search-wrp #search .search-form .search-result__item-body .subtitle{cursor:pointer}.search-wrp #search .search-form .search-form__action .search-form__btn,.search-wrp #search .search-form .search-form__autocomplete .guests-line .guests-line__submite-btn{background-color:var(--yellow);border-radius:.5rem;color:#fff;min-height:27px;height:100%;width:100%;border:0;line-height:0;font-weight:600;text-transform:uppercase;transition:background-color .25s ease-in-out;padding:0 25px;font-size:.875rem}.search-wrp #search .search-form .search-form__action .search-form__btn i,.search-wrp #search .search-form .search-form__autocomplete .guests-line .guests-line__submite-btn i{width:14px;height:14px}.search-wrp #search .search-form .search-form__action .search-form__btn{width:auto}.search-wrp #search .search-form .search-form__action .search-form__btn:hover,.search-wrp #search .search-form .search-form__action .search-form__btn:active,.search-wrp #search .search-form .search-form__action .search-form__btn:focus,.search-wrp #search .search-form .search-form__autocomplete .guests-line .guests-line__submite-btn:hover,.search-wrp #search .search-form .search-form__autocomplete .guests-line .guests-line__submite-btn:active,.search-wrp #search .search-form .search-form__autocomplete .guests-line .guests-line__submite-btn:focus{background-color:#d7a22e}.search-wrp #search .search-form .search-form__action .search-form__btn:disabled{opacity:.65}.search-wrp #search .search-form .search-form__autocomplete .guests-line .guests-line__submite-btn{padding:18px 0}.search-wrp #search .search-form .search-form__action{flex:1 0 auto}.search-form-loader{position:absolute;top:0;right:32px;height:100%;display:flex;align-items:center;opacity:0;visibility:hidden;transition:opacity .3s linear}.search-form-loader.vis{opacity:1;visibility:visible}.search-form-loader__spiner{width:20px;height:20px;border-radius:50%;border:3px solid #d9d9d9;border-bottom-color:var(--red);box-sizing:border-box;-webkit-animation:rotation 1s linear infinite;animation:rotation 1s linear infinite}@-webkit-keyframes rotation{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes rotation{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.modal{position:fixed;top:0;left:0;right:0;bottom:0;visibility:hidden;display:none;background-color:rgba(0,0,0,.45);vertical-align:middle;opacity:0;z-index:1010;transition:visibility .2s ease-in-out,opacity .2s ease-in-out}.modal .modal__wrp{max-height:calc(100% - 90px);display:flex;flex-direction:column}.modal .modal__wrp .modal__body{display:flex;flex-direction:column;position:relative}.modal.show{display:block;opacity:1;visibility:visible}.modal__wrp{margin:30px auto 60px;max-width:600px;width:100%;background-color:#fff;border-radius:1rem;overflow:hidden}.modal__wrp .modal__header{display:flex;padding-left:1rem;align-items:center;justify-content:space-between;border-bottom:1px solid #ebebeb}.modal__wrp .modal__header .title{font-size:1.25rem;font-weight:500}.modal__wrp .modal__header .modal-close{width:45px;height:45px;font-size:2rem;border:0;background-color:rgba(0,0,0,0);cursor:pointer}.modal__wrp .modal__header .modal-close>*{-webkit-user-select:none;user-select:none;cursor:pointer}.modal__wrp .modal__body{overflow-y:auto;padding:1rem 1rem 1.5rem 1rem;height:100%}.modal__wrp .modal__actions{border-top:1px solid #ebebeb;background-color:#fff;padding:.75rem 1rem;text-align:end}
.popular{max-height:350px;margin-bottom:54px}.popular .popular__header{font-size:1.5rem;font-weight:600;margin-bottom:18px;position:relative;text-align:center}.popular .popular__header .title{display:inline;background-color:#fff;padding:0 9px}.popular .popular__header:after{content:" ";height:2px;background-color:var(--yellow);position:absolute;right:0;left:0;top:50%;z-index:-1}.popular-card{position:relative;border-radius:1rem;overflow:hidden;display:flex;flex:1 0 auto;height:180px;transition:-webkit-transform .3s ease-in-out;transition:transform .3s ease-in-out;transition:transform .3s ease-in-out, -webkit-transform .3s ease-in-out}.popular-card__media{transition:-webkit-transform .3s ease-in-out;transition:transform .3s ease-in-out;transition:transform .3s ease-in-out, -webkit-transform .3s ease-in-out;width:100%}.popular-card__media .media__img{width:100%;height:180px;line-height:0;object-fit:cover}.popular-card__body{position:absolute;top:0;left:0;padding:9px;display:flex;width:100%;height:100%;color:#fff;cursor:pointer;background:linear-gradient(to top, rgba(0, 0, 10, 0.35) 30%, rgba(0, 0, 10, 0.2));background-size:1px 500px;transition:background .4s ease-in-out;white-space:nowrap;align-items:flex-end;justify-content:space-between}.popular-card__body .text{max-width:100%}.popular-card__body .text .title,.popular-card__body .text .subtitle{text-overflow:ellipsis;overflow:hidden;display:block}.popular-card__body .text .title{font-size:1.2rem;font-weight:600}.popular-card__body .text .subtitle{font-size:.875rem}.popular-card__body .flag{overflow:hidden;border-radius:100%;width:36px;height:36px;line-height:0}.popular-card__body .flag .flag__img{width:100%;height:100%}.popular-card:hover .popular-card__media{-webkit-transform:scale(1.05);transform:scale(1.05)}.popular-card:hover .popular-card__body{background-position:200px}
