<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face { 
    font-family: 'ProximaNova';
    src: url(../fonts/proximaNova/ProximaNova.ttf) format("truetype");
}
@font-face { 
    font-family: 'ProximaNovaBold';
    src: url(../fonts/proximaNova/ProximaNova-Bold.ttf) format("truetype");
}
@font-face { 
    font-family: 'ProximaNovaBlack';
    src: url(../fonts/proximaNova/ProximaNova-Black.ttf) format("truetype");
}

body {
    margin: 0;
    background-color: #f8f8f9;
    font-family: 'ProximaNova', sans-serif;
	overflow-x: hidden;
	padding-bottom: 80px;
}
body * {
    box-sizing: border-box;
}

header {
    background: #ffd50d;
    padding: 40px 0;
}
.container {
    margin: 0 auto;
    max-width: 1218px;
    padding: 0 20px;
}
header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
header h1 {
    margin: 0;
    font-size: 40px;
    letter-spacing: .4px;
    font-family: 'ProximaNovaBold', sans-serif;
    padding-right: 20px;
}
h2 {
    font-size: 24px;
    letter-spacing: .2px;
    font-family: 'ProximaNovaBold', sans-serif;
    margin: 0;
    padding: 80px 0 36px;
}
h2:first-child {
    padding-top: 48px;
}
.country-list {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% + 24px);
    margin-bottom: -36px;
}
.country-item {
    margin: 0 24px 36px 0;
    background: #fff;
    padding: 20px;
    border-radius: 5px;
    width: calc(25% - 24px);
    min-height: 100px;
    border-top: 2px solid #ccc;
    position: relative;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.country-list.with-test:not(.open) .country-item:nth-child(n+9) {
    max-height: 0;
	overflow: hidden;
	min-height: 0;
	padding: 0;
	margin: 0;
	border: none;
	pointer-events: none;
}
.forbidden .country-item {
    padding: 20px;
}
.circle-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #ccc no-repeat center;
    position: absolute;
    top: -14px;
    left: -12px;
}

.without-test .country-item {
    border-color: #19bd00;
}
.without-test .circle-icon {
    background-color: #19bd00;
}
.without-test .circle-icon {
    background-image: url(../img/covid/check-white.svg);
}

.with-test .country-item {
    border-color: #d0f7c8;
}
.with-test .circle-icon {
    background-color: #d0f7c8;
}
.with-test .circle-icon {
    background-image: url(../img/covid/check-green.svg);
}

.forbidden .country-item {
    border-color: #d72023;
}
.forbidden .circle-icon {
    background-color: #d72023;
}
.forbidden .circle-icon {
    background-image: url(../img/covid/times-white.svg);
}

.country-item-top {
    display: flex;
    margin-bottom: 20px;
}
.country-item-flag img {
    min-width: 48px;
    width: 48px;
    margin-right: 16px;
	box-shadow: 0 0 2px rgba(0,0,0,.2);
}
.country-item-name {
    font-size: 20px;
    font-family: 'ProximaNovaBold', sans-serif;
    letter-spacing: .05px;
	padding-top: 4px;
}
.country-item-info-wrapper {
    position: relative;
}
.country-item-info {
    font-size: 15px;
    /*font-family: 'ProximaNovaBold', sans-serif;*/
    font-weight: 500;
	line-height: 22px;
    margin-bottom: 16px;
    position: relative;
    padding: 0;
}
.hasMore .country-item-info {
    height: 110px;
	overflow: hidden;
	cursor: pointer;
}
.country-item-more-btn {
    display: none;
}
.hasMore .country-item-more-btn {
    display: flex;
	align-items: center;
	justify-content: flex-end;
	position: absolute;
	right: 0;
	bottom: 2px;
	width: 90px;
	background: -moz-linear-gradient(left,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,1) 100%);
    background: linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 );
	pointer-events: none;
}
.hasMore .country-item-more-btn::after {
    content: 'вЂў вЂў вЂў';
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 18px;
	border-radius: 10px;
    background: #EDEDEE;
    letter-spacing: -1px;
    padding-bottom: 2px;
    color: #777;
}
.country-item-link {
    line-height: 48px;
    display: block;
    width: auto;
    text-align: center;
    text-decoration: none;
    border-radius: 3px;
    background: #ffd839;
    font-size: 16px;
    font-family: 'ProximaNovaBold', sans-serif;
    font-weight: 500;
    color: #404a51;
}
.country-item-info::before {
    content: '';
	display: inline-block;
    width: 30px;
}
.country-item-info::after {
    content: '';
    position: absolute;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
	background: no-repeat center;
    left: 0;
    top: -4px;
}
.country-item-info.visit::after,
.country-item-info.goback::after {
    background-image: url(../img/covid/plane.svg);
}
.country-item-info.test::after {
    background-image: url(../img/covid/potion.svg);
}
.country-item-info.goback::after {
    transform: rotate(180deg);
}
.country-item-text {
    font-size: 15px;
	line-height: 24px;
}
.country-item-link[href=""],
.country-item-info:empty,
.country-item-text:empty {
    display: none;
}
.show-more {
    cursor: pointer;
	display: flex;
    align-items: center;
    justify-content: center;
	height: 40px;
	background: #ededee;
	width: calc(100% - 24px);
	border-radius: 5px;
	margin: -12px 0 26px;
}
.show-more img {
	margin-right: 8px;
}
.show-more span {
	display: inline-flex;
    align-items: center;
    justify-content: center;
	height: 20px;
	padding: 0 8px;
	border-radius: 12px;
	border: 1px solid #dddee0;
	margin-left: 4px;
	font-size: 14px;
	color: #676e73;
	font-family: 'ProximaNovaBold', sans-serif;
}

@media (max-width: 1024px) {
    .country-item {
	  	width: calc(50% - 24px);
  	}
}

@media (max-width: 480px) {
    header {
        padding: 15px 0;
    }
    header h1 {
        font-size: 24px;
    }
	.country-item {
	  	width: calc(100% - 24px);
  	}
}</pre></body></html>