* {
	margin: 0;
	padding: 0;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -webkit-transition: .3s all;
    -moz-transition: .3s all;
    -ms-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all;
    line-height: 1;
    outline: none;
}
article,
footer,
header,
nav,
section {
    display: block;
}
body {
    background-color: #03050e;
    width: 100%;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 16px;
    font-display: swap;
    color: #f9f9f9;
    -webkit-text-size-adjust: none;
    -webkit-animation: fade-in 1s linear;
    -moz-animation: fade-in 1s linear;
    -o-animation: fade-in 1s linear;
    animation: fade-in 1s linear;
}
@-webkit-keyframes fade-in {   0% { opacity: 0; }   100% { opacity: 1; }   }
@-moz-keyframes    fade-in {   0% { opacity: 0; }   100% { opacity: 1; }   }
@-o-keyframes      fade-in {   0% { opacity: 0; }   100% { opacity: 1; }   }
@keyframes         fade-in {   0% { opacity: 0; }   100% { opacity: 1; }   }
section {
    padding: 45px 0;
    overflow: hidden;
}
a {
    color: #000;
    text-decoration: none;
}
a:hover {
	color: #666;
}
img {
	max-width: 100%;
	height: auto;
}
h1,
h2 {
	font-weight: 500;
	position: relative;
	color: #333;
}
h1 {
	margin-bottom: 30px;
	font-size: 28px;
}
h2 {
	font-size: 26px;
	margin-bottom: 35px;
}
.inner {
    width: 1140px;
    max-width: 100%;
    margin: 0 auto;
    cursor: default;
}
.center {
    text-align: center;
}
.right {
	text-align:right;
}
.grid {
	display: grid;
	grid-column-gap: 20px;
	grid-row-gap: 20px;
}
.aic {
	align-items: center;
}
.cols-2 {
	grid-template-columns: repeat(2,1fr);	
}
.cols-3 {
	grid-template-columns: repeat(3,1fr);	
}
.cols-4 {
	grid-template-columns: repeat(4,1fr);			
}
.cols-1-2-1 {
	grid-template-columns: 25% 1fr 25%;		
}
.btn a {
	display: inline-block;
	padding: 15px 25px;
	background-color: #44a08d;
	text-transform: uppercase;
	color: #fff;
	font-size: 13px;
    font-weight: 400;
	letter-spacing: 1.3px;
	border-radius: 20px 5px;
}
td.btn a {
	padding: 3px 6px;
	border-radius: 4px;	
	font-size: 14px;
	text-transform: none;
}
.btn a:hover {
	opacity: 0.7;
	color: #fff;
}
.psr {
    position: relative;
}
/* Header */
.header {
    padding: 15px 0;
    background-color: #0b0e13;
}
.logo img {
    height: 50px;
    width: auto;
}
/* Menu */
.menu {
    display: flex;
    justify-content: end;
    align-items: center;
    list-style-type: none;
}
.menu li {
    margin-left: 25px;
}
.menu li:first-child {
    margin-left: 0;
}
.menu a {
    color: #fff;
    font-weight: 400;
}
.menu a:hover {
    color: #44a08d;
}
.menu .btn a:hover {
    color: #fff;
}
/* Top contact */
.top-phone {
    font-size: 18px;
    font-weight: 500;
    margin-right: 10px;
}
.top-phone svg {
    width: 18px;
    fill: #6d60ff;
    position: relative;
    top: 2px;
}
/* Intro */
.intro {
    background-image: url("./img/head.png");
    background-size: cover;
    background-position: center;
    border-radius: 0 0 20px 20px;
    position: relative;
    padding: 120px 0px 100px;
    display: flex;
    align-items: center;
    margin: 0 20px 50px;
}
.intro::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(68, 160, 141) 0%, rgba(9, 54, 55) 47.60%, transparent 65.23%);
    z-index: -1;
    border-radius: 0px 0px 20px 20px;
}
.slogan {
    font-size: 45px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 30px;
}
.slogan, 
.subslogan {
    max-width: 750px;
}
.subslogan {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.6;
    color: #b3b3c0;
}
/* Middle */
.content p {
	line-height: 1.5;
	margin-bottom: 15px;
}
.content p:last-child {
    margin-bottom: 0;
}
.content img {
	float: left;
	width: 300px;
	margin: 0 15px 10px 0;
}
/* Table */
table {
    width: 100%;
    border: none;
    margin-top: 30px;
    margin-bottom: 30px;
    border: 1px solid #26594f;
    padding: 5px;
    border-radius: 10px
}
thead th {
    font-weight: 500;
    text-align: left;
    border: none;
    padding: 10px 15px;
    background: #061125;
    font-size: 15px;
    color: #44a08d;
    text-transform: uppercase;
}
tbody td {
    text-align: left;
    border: none;
    padding: 10px 15px;
    font-weight: 400;
    font-size: 15px;
    vertical-align: top;
    line-height: 1.3;
}
td a {
    color: #44a08d;
	word-wrap: anywhere;
}
td a:hover {
    color: #fff;
}
tbody tr:nth-child(even){
    background: #040815;
}
tbody td:first-child {
    border-radius: 8px 0 0 8px;
}
tbody td:last-child {
    border-radius: 0 8px 8px 0;
}
@media screen and (max-width: 667px) {
    table thead {
        border: none;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }
    table tr {
        display: block;
        margin-bottom: .625em;
    }
    table td {
        display: block;
        width: 100%;
        padding: 5px;
    }
    tbody tr:nth-child(even) {
        background: transparent;
    }
    tbody td:nth-child(odd) {
        font-weight: 500;
    }
    table td::before {
        content: attr(data-label);
        float: left;
        font-weight: bold;
        text-transform: uppercase;
    }
    table td:last-child {
        border-bottom: 0;
    }
}
/* Disclaimer */
.disclaimer {
    background: #040815;
    border: 1px solid rgba(43 44 56 / 46%);
    border-radius: 15px 25px;
    padding: 30px;
    line-height: 1.5;
}
.disclaimer svg {
    float: left;
    width: 72px;
    height: 72px;
    margin-right: 15px;
    margin-top: -2px;
}
/* Lightbox */
.lightbox {
    border: 0;
    box-shadow: none;
    display: inline-block;
    position: relative;
    text-decoration: none;
	cursor: pointer;
}
.lightbox-zoom {
}
.lightbox-no-scroll {
    overflow-y: hidden;
}
.lightbox-overlay {
    background: rgba(17, 17, 17, .8);
    bottom: 0;
    box-sizing: border-box;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 32;
    overflow: hidden;
}
.lightbox-overlay *,
.lightbox-overlay *::before,
.lightbox-overlay *::after {
    box-sizing: inherit;
}
.lightbox-overlay[aria-hidden="true"] {
    display: none;
}
.lightbox-content {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
}
.lightbox-content figure {
    position: relative;
}
.lightbox-content img {
    display: block;
    height: auto;
    max-height: 85vh;
    max-width: 85vw;
    width: auto;
}
.lightbox-content figcaption {
    background: rgba(17, 17, 17, .8);
    bottom: 0;
    color: #fff;
    display: block;
    left: 0;
    padding: .25em .5em;
    position: absolute;
    width: 100%;
}
.lightbox-overlay button {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background: transparent;
    border: 0;
    color: #fff;
    cursor: pointer;
    font-size: 1.6em;
    height: 1.6em;
    line-height: 1.6;
    margin: 0;
    padding: 0;
    position: absolute;
    text-align: center;
    width: 1.6em;
}
.lightbox-overlay button:focus {
    border: none;
    outline: 0;
}
.lightbox-overlay button:disabled {
    cursor: default;
    opacity: .5;
}
.lightbox-overlay button[aria-label="Previous"],
.lightbox-overlay button[aria-label="Next"] {
    top: 50%;
    top: calc(50% - (1.6em / 2));
}
.lightbox-overlay button[aria-label="Previous"] {
    left: 2%;
}
.lightbox-overlay button[aria-label="Next"] {
    right: 2%;
}
.lightbox-overlay button[aria-label="Close"] {
    top: 1em;
    right: 2%;
}
.lightbox-counter {
    background: transparent;
    color: #f1f1f1;
    font-size: 1em;
    left: 2%;
    position: absolute;
    top: 1em;
}
.lightbox-loader {
    width: 5em;
    height: 5em;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -2.5em;
    margin-left: -2.5em;
}
.lightbox-loader::before {
    -webkit-animation: spin 1s infinite;
    animation: spin 1s infinite;
    border-radius: 100%;
    border: .5em solid #9f9f9f;
    border-top-color: #2727a4;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.lightbox-slider {
    -webkit-transition: left .3s ease, -webkit-transform .3s ease;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: left .3s ease, -webkit-transform .3s ease;
    transition: left .3s ease, transform .3s ease, -webkit-transform .3s ease;
    transition: left .3s ease, transform .3s ease;
    white-space: nowrap;
}
/* Footer */
.footer {
    margin-top: 50px;
	background: linear-gradient(0deg, rgba(68, 160, 141) rgba(9, 54, 55) 47.60%, rgba(1, 3, 20) 65.23%);
    font-size: 14px;
	font-weight: 300;
}
.footer .inner {
    padding: 30px 0;
}
.footer .inner::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(225deg, rgba(1, 3, 20) 0%, rgba(255, 255, 255, 0.45) 54.98%, rgba(1, 3, 20, 0.99) 100%);
}
.footer,
.f-menu a:hover {
    color: #f1f1f1;
}
.f-menu a {
    color: #44a08d;
}
@media (min-width: 1024px) {
    .inner {
        padding-left: 10px;
        padding-right: 10px;
    }
}
@media (max-width: 812px) {
	.inner {
		padding: 0 15px;
	}
    .footer .inner {
        padding: 30px 15px;
    }
	.cols-4 {
		grid-template-columns: repeat(2,1fr);			
	}
    .cols-1-2-1 {
        grid-template-columns: 15% 1fr 25%;
    }
    .menu ul {
        padding: 10px 30px;
    }
}
@media (max-width: 667px) {
    .intro {
        padding: 40px 0;
    }
    .slogan {
        margin-bottom: 20px;
        font-size: 28px;
    }
    .subslogan {
        font-size: 16px;
    }
    .f-menu ul {
        justify-content: center;
    }
}
@media (max-width: 549px) {
	.cols-2,
	.cols-3,
	.cols-1-2-1 {
		grid-template-columns: repeat(1,1fr);
	}
	.header,
	.right,
	.footer {
		text-align: center;
	}
    .header {
        position: relative;
    }
    .intro {
        padding: 15px 0 100px;
    }
    table thead th,
    table tbody td {
        font-size: 14px;
    }
    td {
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .disclaimer svg {
        float: none;
        margin: 0 auto 10px;
        display: block;
    }
    .header .menu {
        flex-wrap: wrap;
        justify-content: center;
    }
    .menu .btn {
        width: 100%;
        margin-top: 15px;
    }
	.content img {
		float: none;
		width: 100%;
		margin: 0 0 15px;
	}
}
