@charset "UTF-8";
.main .main_subtitle,
.main .main_title {
    text-align: left;
    line-height: 110%;
    color: var(--light-color);
    font-style: normal;
}
.main .main_subtitle {
	color: #464545;
}
.main .main_subtitle span,
.main .main_title span,
.mainKeywords .section-title h1 span,
.mainMfoDetails .section-title h1 span {
    color: var(--light-color)
}
.footer *,
.header *,
.main *,
.mfo-item {
    box-sizing: border-box;
    position: relative;
    z-index: 998;
}
.main,
.mfo-link,
.modal,
html {
    height: 100%;
}
@font-face {
    font-family: Gilroy;
    src: local("Gilroy Thin"), local("GilroyT-Thin"), url("../fonts/Gilroy-Thin.woff2") format("truetype");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: Gilroy;
    src: local("Gilroy Regular"), local("Gilroy-Regular"), url("../fonts/Gilroy-Regular.woff2") format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: Gilroy;
    src: local("Gilroy Semibold"), local("Gilroy-Semibold"), url("../fonts/Gilroy-SemiBold.woff2") format("truetype");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: Gilroy;
    src: local("Gilroy Bold"), local("Gilroy-Bold"), url("../fonts/Gilroy-Bold.woff2") format("truetype");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: Gilroy;
    src: local("Gilroy Extrabold"), local("Gilroy-Extrabld"), url("../fonts/Gilroy-ExtraBold.woff2") format("truetype");
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}
:root {
/*    --bg-body: #32363a;*/
	--bg-body: #fefefe;
    --light-color: #fff;
    --accent-color-1: #152c2c;
    --accent-color-2: #69a915;
    --light-grey-1: #babcbd;
    --light-grey-2: #e7ecf0;
    --links-color-1: #888888;
    --links-color-2: #003f88;
    --text-dark-color: #000;
    --text-dark-color-2: #343333;
    --text-dark-color-3: #303d4e;
    --text-grey-color: #636363;
}
.container {
    width: 100%;
    max-width: 425px;
    margin-left: auto;
    margin-right: auto;
}
.container .inner-cont {
    padding-left: 15px;
    padding-right: 15px;
}
body {
    font-family: Gilroy, sans-serif;
    font-weight: 400;
    margin: 0;
    background: var(--bg-body);
    display: flex;
    flex-direction: column;
    position: relative;
/*    overflow-y: scroll;*/
    overflow-x: hidden;
}
.header {
    padding-top: 17px;
    padding-bottom: 13px;
    z-index: 6;
}
.footer .footer_wrapper,
.header .header_wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.footer .footer_wrapper .footer_logo a,
.header .header_wrapper .header_logo a {
    display: block;
}
.header .header_wrapper .header_logo a img {
    height: 50px;
}
.header .header_wrapper .header_text {
    position: relative;
    color: var(--text-dark-color);
    background: var(--light-color);
    padding: 6px 10px;
    border-radius: 8px 8px 0;
    font-weight: 600;
    font-size: 14px;
}
.header .header_wrapper .header_text span {
    position: absolute;
    bottom: -13px;
    right: 0;
    font-size: 12px;
    font-weight: 500;
    color: #000;
    background: #fce04f;
    border-radius: 4px;
    padding: 1px 7px;
    transform: rotate(-2deg) translateX(3px);
}
.main {
    overflow-x: hidden;
    padding-top: 15px;
}
.main .main_title {
    font-size: 26px;
    font-weight: 700;
}
.main .main_subtitle {
    font-size: 18px;
    font-weight: 400;
    margin-top: 10px;
    margin-bottom: 10px;
}
.main .general_button_wrapper,
.toggle-button {
    margin-top: 15px;
    text-align: center;
}
.main .main_subtitle span {
    font-weight: 500;
}
.main .offers_wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    min-height: 100vh;
    margin-top: 25px;
}
.main .offers_wrapper .offer {
    width: calc(50% - 10px);
    padding: 12px 10px;
    position: relative;
    margin-top: 25px;
    background: var(--light-color);
/*    box-shadow: 0 4px 25px rgba(0, 0, 0, 0.15);*/
	box-shadow: 0 7px 20px rgb(47 75 87 / 33%);
    border-radius: 15px;
}
.main .offers_wrapper .offer > a {
    text-decoration: none;
    display: flex;
    flex-direction: column;
}
.main .offers_wrapper .offer .label {
    font-family: Gilroy, sans-serif;
    font-size: 10px;
    font-weight: 600;
    height: 26px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--light-color);
    position: absolute;
    left: 50%;
    width: 115px;
    text-align: center;
    transform: translateX(-50%);
    top: -12px;
    padding: 0 9px;
    border-radius: 2px;
    text-transform: uppercase;
}
.main .offers_wrapper .offer .label .rubick {
    position: absolute;
    width: 30px;
    height: 30px;
    background: #fff;
    transform: rotate(45deg);
    right: -15px;
}
.main .offers_wrapper .offer .label.orange {
    background: linear-gradient(180deg, #f4c411 0, #f89500 100%), #facc20;
}
.main .offers_wrapper .offer .label.purple {
    background: #1781ef;
}
.main .offers_wrapper .offer .label.green {
    background: #1781ef;
}
.main .offers_wrapper .offer .label.dark {
    background: #444;
}
.main .offers_wrapper .offer .label.one {
    background: #ffd500;
    color: #00296b;
}
.main .offers_wrapper .offer .label.two {
    background: #00509d;
    color: #fff;
}
.main .offers_wrapper .offer .offer-logo {
    width: 90%;
    margin: 0 auto;
    display: block;
}
.toggle-container {
    border-top: 1px solid #ccc;
}
.toggle-button {
    cursor: pointer;
    color: #1313ff;
    font-size: 14px;
    user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    display: inline-flex;
    justify-content: center;
}
.toggle-button .arrow {
    border: solid #1313ff;
    border-width: 0 2px 2px 0;
    display: inline-block;
    margin-left: 7px;
    height: 9px;
    width: 9px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transition: transform 0.3s;
}
.main .offers_wrapper .offer .offer-info,
.modal-details .modal-offer-details {
    border-top: 1px solid var(--light-grey-2);
}
.toggle-button .arrow-up {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
}
.toggle-content {
    display: none;
    padding-top: 20px;
}
.icon,
.list-style-one li,
.main .general_button_wrapper .button .approve-credits span,
.offer-link,
.triangle-down {
    display: inline-block;
}
ul {
    margin: 0;
    padding: 0;
}
ul li {
    list-style: none;
}
.list-style-one {
    text-align: center;
    margin-bottom: 15px;
}
.list-style-one li {
    position: relative;
    font-size: 15px;
    margin-right: 9px;
    font-weight: 500;
}
.list-style-one li:last-child {
    margin-right: 0;
}
.list-style-one li:first-child:before {
    content: "";
    width: 1px;
    height: 100%;
    background: #ccc;
    position: absolute;
    right: -7px;
}
.list-style-one li span,
.list-style-two li span,
.modal-details ul.list-style-1 li span,
.modal-details ul.list-style-2 li span {
    font-weight: 700;
    color: #1781ef;
}
.list-style-two li {
    text-align: center;
    font-size: 15px;
    font-weight: 500;
}
.offer-link {
    font-size: 14px;
    text-align: center;
    text-decoration: underline;
    color: #1313ff;
    margin-bottom: 12px;
}
.offer-text {
    color: #636363;
    font-size: 14px;
    margin: 0 0 10px;
}
.footer,
.mainKeywords,
.mainMfoDetails {
    margin-top: 40px;
}
.main .offers_wrapper .offer .offer-info {
    display: flex;
    flex-direction: column;
    list-style: none;
    text-align: center;
    margin: 0;
    padding: 17px 0 0;
}
.main .offers_wrapper .offer .offer-info li {
    font-size: 12px;
    color: var(--text-dark-color-2);
    position: relative;
    margin-bottom: 5px;
}
.main .offers_wrapper .offer .offer-info li:last-child,
.mainSeo ul li:last-child {
    margin-bottom: 0;
}
.main .offers_wrapper .offer .offer-info li span {
    display: block;
    font-weight: 400;
    color: var(--text-dark-color-3);
    font-size: 14px;
}
.main .offers_wrapper .offer .offer-info li span.bold {
    font-weight: 600;
    font-size: 17px;
    color: var(--text-dark-color-2);
}
@media only screen and (max-width: 375px) {
    .container .inner-cont {
        padding-left: 15px;
        padding-right: 15px;
    }
    .main .offers_wrapper .offer .general_button_wrapper .button {
        width: 100%;
    }
}
.btn-wrapper,
.modal-details ul.list-style-2 {
    text-align: center;
}
.main .general_button_wrapper .button {
    width: 100%;
    margin: 0 auto;
    position: relative;
}
.main .general_button_wrapper .button .btn-main,
.main .general_button_wrapper .button a,
.main .general_button_wrapper .button button {
    position: relative;
/*    background: var(--accent-color-1);*/
	background: #1781ef;
    border-radius: 7px;
    border: none;
    width: 100%;
    height: 43px;
    font-size: 14px;
    line-height: 19px;
    text-align: center;
/*    color: var(--bg-body);*/
	color: var(--light-color);
    font-family: Gilroy, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 0 0 rgba(90, 153, 212, 0.5);
    -webkit-animation: 2s infinite pulse;
    text-decoration: none;
}
.footer .footer_wrapper .copy span,
.main .bottom_text p,
.mainSeo p,
.mainSeo ul {
    font-size: 12px;
    color: #000;
}
.main .general_button_wrapper .button button:hover {
    -webkit-animation: none;
    cursor: pointer;
}
.main .general_button_wrapper .button .btn-main img,
.main .general_button_wrapper .button a img {
    margin-right: 4px;
    width: 16px;
}
.main .general_button_wrapper .button button:focus {
    outline: 0;
}
.main .general_button_wrapper .button .action {
    font-family: Gilroy, sans-serif;
    font-weight: 400;
    font-size: 10px;
    line-height: 12px;
    text-align: right;
    color: #4db75a;
    font-style: italic;
    margin-top: 10px;
}
.main .general_button_wrapper .button .arrow {
    position: absolute;
    right: -23px;
    top: 26px;
}
.main .general_button_wrapper .button .approve-credits {
    width: 90%;
    margin: 5px auto 0;
    font-size: 11px;
    color: #5f5f5f;
}
@media (max-width: 350px) {
    .header .header_wrapper .header_logo a img {
        height: 30px;
    }
    .header .header_wrapper .header_text,
    .main .general_button_wrapper .button .btn-main,
    .main .general_button_wrapper .button a,
    .main .general_button_wrapper .button button,
    .main .offers_wrapper .offer .offer-info li span {
        font-size: 12px;
    }
    .main .offers_wrapper .offer .offer-info li span.bold {
        font-size: 15px;
    }
}
.footer {
    padding: 14px 0;
    position: relative;
}
.footer .footer_wrapper .copy span {
    font-family: Gilroy, sans-serif;
    font-weight: 500;
    line-height: 14px;
}
.footer .footer_wrapper .footer_logo a img {
    width: 105px;
}
.main .bottom_text {
    margin-top: 42px;
}
.main .bottom_text p {
    font-family: Gilroy, sans-serif;
    font-weight: 400;
    line-height: 100%;
    text-align: justify;
}
.mainSeo {
    padding-top: 30px;
}
.mainSeo .section-title h1,
.mainSeo .section-title h2 {
    color: var(--light-color);
    font-size: 20px;
    font-style: normal;
    font-weight: 800;
    line-height: 100%;
    margin-bottom: 10px;
    margin-left: 0;
}
.mainSeo ul {
    padding-left: 25px;
}
.mainSeo ul li {
    list-style: circle;
    margin-bottom: 5px;
}
h2.page-title {
    text-align: center;
    color: #326360;
}
.mainKeywords .section-title h1,
.mainMfoDetails .section-title h1 {
    color: var(--light-color);
    font-size: 24px;
    font-style: normal;
    font-weight: 800;
    line-height: 100%;
    margin-bottom: 25px;
    margin-left: 0;
}
.mfo-details .mfo-table,
.modal-details .modal-logo img {
    width: 100%;
}
.mfo-table td {
    border: 0 solid transparent;
    color: #636363;
}
.mfo-details .row {
    padding-left: 5px;
    padding-right: 5px;
}
.mfo-list {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    justify-content: center;
    font-size: 13px;
    color: #636363;
}
.label {
    width: 160px;
    margin: 0 auto 15px;
    background: #34a853;
    padding: 5px 15px;
    color: var(--light-color);
}
.mfo-link,
.mfo-link:hover {
    color: inherit;
    text-decoration: none;
}
.mfo-item {
    width: 100%;
    margin: 7px 0;
}
.mfo-link {
    display: block;
    padding: 10px;
    border-radius: 20px;
    background-color: var(--light-color);
}
thead {
    border-bottom: 1px solid #333;
}
tbody tr:nth-child(2n),
thead {
    background: #eee;
}
td,
th {
    padding: 5px;
}
th {
    height: 68px;
}
.mainKeywords .keywords-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
}
.mainKeywords .keywords-list li {
    margin-right: 10px;
    margin-bottom: 10px;
    list-style: none;
}
.mainKeywords .keywords-list li a {
    text-decoration: none;
    border-radius: 15px;
    background: var(--light-color);
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.15);
    display: inline-flex;
    padding: 14px 10px;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    color: #636363;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
}
.modal-details ul.list-style-1 li,
.modal-details ul.list-style-2 li {
    font-weight: 500;
    color: var(--text-dark-color-2);
    display: inline-block;
}
.modal {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 99999;
}
.modal-content {
    background-color: #363636;
    padding: 30px 20px;
    border: 1px solid #888;
    border-radius: 10px;
    width: 90%;
    max-width: 400px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin-top: -50px;
}
.modal-content .modal-title h3,
.modal-content .modal-title h4,
.modal-content .modal-title h5 {
    text-align: center;
    margin: 0 0 10px;
    font-size: 23px;
    color: var(--light-color);
}
.modal-content .modal-title p {
    text-align: center;
    font-size: 13px;
    max-width: 300px;
    margin: 0 auto;
    color: var(--light-color);
}
.modal-content .modal-offers .modal-offer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-decoration: none;
    margin-top: 20px;
}
.modal-content .modal-offers .offer-img {
    width: 30%;
    height: 50px;
    border-radius: 10px;
    background-color: var(--light-color);
    background-size: 80%;
    background-position: center;
    background-repeat: no-repeat;
}
.modal-content .modal-offers .offer-text {
    font-weight: 700;
    font-size: 20px;
    color: var(--light-color);
}
.modal-content .modal-offers .button {
    width: 30%;
}
.modal-content .modal-offers .button span {
    position: relative;
    background: linear-gradient(99.36deg, #7cbd28 0.16%, #53b13c 94.24%);
    border: none;
    border-radius: 8px;
    text-decoration: none;
    cursor: pointer;
    display: inline-block;
    color: var(--light-color);
    font-family: Gilroy, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    padding: 15px 5px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.modal-content .close {
    position: absolute;
    top: 2px;
    right: 7px;
    padding: 0;
    color: #7f7f7f;
    margin: 0;
    cursor: pointer;
    font-size: 30px;
    display: inline-block;
}
.modal-details .modal-content {
    padding: 15px 40px;
    width: calc(100% - 70px);
    background-color: var(--light-color);
    -webkit-box-shadow: 0 0 25px rgb(255 255 255 / 30%);
    box-shadow: 0 0 25px rgb(255 255 255 / 30%);
}
.modal-details .modal-logo {
    max-width: 150px;
    margin: 0 auto;
}
.modal-details ul.list-style-1 {
    text-align: center;
    padding-top: 15px;
}
.modal-details ul.list-style-1 li {
    position: relative;
    padding-right: 15px;
    text-align: center;
    font-size: 18px;
}
.btn-main,
.btn-offer-details,
.modal-details .modal-heading {
    text-align: center;
    font-size: 14px;
}
.modal-details ul.list-style-1 li:last-child {
    padding-right: 0;
}
.modal-details ul.list-style-1 li:first-child:before {
    content: "";
    position: absolute;
    right: 5px;
    width: 1px;
    height: 90%;
    background: var(--light-grey-1);
}
.modal-details .modal-heading {
    margin-bottom: 5px;
}
.modal-details ul.list-style-2 li {
    position: relative;
    text-align: center;
    padding: 0 4px;
    font-size: 14px;
    margin-bottom: 2px;
}
.modal-details .modal-offer-links {
    text-align: center;
    margin-top: 8px;
}
.modal-details .modal-offer-links a {
    display: inline-block;
    margin-top: 12px;
    font-size: 13px;
    text-decoration: none;
    color: var(--links-color-1);
}
.modal-details .modal-button {
    margin-top: 25px;
}
@media (max-width: 767px) {
    .mainSeo .section-title h1 br {
        display: none;
    }
    .modal-details .modal-content {
        width: calc(100% - 30px);
    }
}
.btn-main {
    position: relative;
    background: #1781ef;
    border-radius: 7px;
    border: none;
    width: 100%;
    height: 43px;
    line-height: 19px;
    color: var(--bg-body);
    font-weight: 700;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 0 0 rgba(90, 153, 212, 0.5);
    -webkit-animation: 2s infinite pulse;
    text-decoration: none;
}
@-webkit-keyframes up-down {
    50% {
        margin-top: -5px;
    }
}
@keyframes up-down {
    50% {
        margin-top: -5px;
    }
}
.btn-offer-details {
    display: inline-flex;
    position: relative;
    user-select: none;
    cursor: pointer;
    color: var(--links-color-2);
    padding-right: 14px;
    margin: 10px 0 0;
}
.triangle-down {
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -2px;
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    border: 1px solid var(--links-color-2);
    border-width: 0 1.5px 1.5px 0;
    height: 9px;
    width: 9px;
}
@-webkit-keyframes pulse {
    70% {
        box-shadow: 0 0 0 7px rgba(90, 153, 212, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(90, 153, 212, 0);
    }
}
@keyframes pulse {
    70% {
        box-shadow: 0 0 0 7px rgba(90, 153, 212, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(90, 153, 212, 0);
    }
}
.icon {
    vertical-align: middle;
    width: 15px;
    height: 15px;
    background-size: 100%;
    background-repeat: no-repeat;
}
.icon.icon-info {
    background-image: url("../img/ico-i.svg");
    margin-top: -3px;
    margin-right: 4px;
}
.icon.icon-link-arrow {
    width: 12px;
    height: 12px;
    background-image: url("../img/ico-link-arrow.svg");
    margin-top: -2px;
    margin-left: 5px;
}
@media (max-width: 350px) {
    .modal-details .modal-content {
        padding: 15px;
        margin-top: 0;
    }
}


:root {
	--blue: #1880ef;
	--blue-2: #c17d7d;
	--white: #d2d2d2;
	--sm: #fcedbb90;
	--sm-2: #ebb50e;
	--sky-1: #00A4E4;
    --sky-2: #FEFEFE;
	--sea-1: #645355;
	--sea-2: #9c766780;
	--sea-3: #0e3641;
	--base-1: #335e53;
	--base-2: #142c2c;
	--shine: #fff6;
	--windows: #5f3300;
	--reflex: #fff2;
}

.theme-item {
	position: absolute;
    top: 0;
    width: 100%;
    display: flex;
    justify-content: flex-end;
    overflow: hidden;
    z-index: 0;
}

body * {
/*	transform-style: preserve-3d;*/
}

.sky {
	position: absolute;
	width: 100%;
	height: 50%;
	background: linear-gradient(180deg, var(--sky-1), var(--sky-2));
	top: 0;
	z-index: -1;
	display: flex;
	align-items: flex-end;
	justify-content: center;
}

.sea {
	position: absolute;
	width: 100%;
	height: 50%;
/*	background: linear-gradient(180deg, var(--sea-1), #fff0), radial-gradient(circle at 50% 0%, var(--sea-2) 30%, var(--sea-3) 50%, #fff0 100%), var(--sea-3);*/
	background: var(--bg-body);
	top: 50%;
	z-index: -1;
}

.content {
	width: 25vmin;
/*	height: 110vmin;*/
	height: 425px;
	background-size: contain;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

.sky:before,
.content:after {
	content: "";
	position: absolute;
	width: 19vmin;
	height: 19vmin;
	background: radial-gradient(circle at 50% 60%, var(--sm-2), var(--sm) 100%);
	border-radius: 100%;
	margin-top: -7.75vmin;
	box-shadow: 0 0.5vmin 0.5vmin 0 var(--sm) inset;
	clip-path: polygon(0 0, 100% 0, 100% 71%, 0 71%);
}

.content:after {
	transform: rotateX(180deg);
	transform-origin: 50% 71%;
	opacity: 0.25;
	background: linear-gradient(180deg, #fff0, var(--sm)), radial-gradient(circle at 50% 50%, #fff0, #fff0 5vmin 8.75vmin, #fff0 calc(9.25vmin + 5px) 100%);
	box-shadow: 0 -1vmin 1vmin 0 var(--sm) inset;
}

.sky:before {
	right: 10%;
	bottom: -6vmin;
}

.content * {
	position: absolute;
}

.lighthouse {
	background: #0ff0;
	width: 11vmin;
	height: 30vmin;
	margin-top: -30vmin;
	perspective: 80vmin;
}

.base {
	--rock-1: var(--base-1) 1.1vmin, #fff0 calc(1.1vmin + 3px) 100%;
	--rock-2: var(--base-1) 1vmin, #fff0 calc(1vmin + 1px) 100%;
	background:         
		radial-gradient(ellipse at 14% 37%, var(--rock-2)),
		radial-gradient(ellipse at 86% 37%, var(--rock-2)),
		radial-gradient(ellipse at 19% 6%, var(--rock-1)),
		radial-gradient(ellipse at 81% 6%, var(--rock-1)),
		radial-gradient(ellipse at 63% 32%, var(--rock-1)),
		radial-gradient(ellipse at 37% 32%, var(--rock-1)),
		radial-gradient(ellipse at 76% 60%, var(--rock-1)),
		radial-gradient(ellipse at 24% 60%, var(--rock-1)),
		radial-gradient(ellipse at 98% 84%, var(--rock-1)),
		radial-gradient(ellipse at 73% 96%, var(--rock-1)),
		radial-gradient(ellipse at 50% 72%, var(--rock-1)),
		radial-gradient(ellipse at 27% 96%, var(--rock-1)),
		radial-gradient(ellipse at 2% 84%, var(--rock-1)),
		linear-gradient(180deg, var(--base-1) 0 0.25vmin, #fff0 0 100%), 
		linear-gradient(90deg, #fff0 1vmin, var(--base-2) 0 calc(100% - 1vmin), #fff0 0 100%),
		linear-gradient(-119deg, #fff0 0 1.25vmin, var(--base-2) calc(0.9vmin) 70%, #fff0 0 100%), 
		linear-gradient(119deg, #fff0 0 1.25vmin, var(--base-2) calc(0.9vmin + 1px) 70%, #fff0 0 100%),
		linear-gradient(90deg, #fff0 0 0.75vmin, var(--base-1) 0 calc(100% - 0.75vmin), #fff0 0 100%),
		linear-gradient(-119deg, #fff0 0 0.9vmin, var(--base-1) calc(0.9vmin + 1px) 70%, #fff0 0 100%),
		linear-gradient(119deg, #fff0 0 0.9vmin, var(--base-1) calc(0.9vmin + 1px) 70%, #fff0 0 100%);
	width: 11vmin;
	height: 3vmin;
	bottom: 0;
	border-radius: 1.55vmin 1.55vmin 0 0;
}

.base:before {
	content: "";
	background: 
		linear-gradient(-95deg, #fff0 0 0.25vmin, var(--blue-2) calc(0.25vmin + 1px) 0.65vmin, var(--blue) calc(0.65vmin + 1px) 6vmin, #fff0 0 100%), 
		linear-gradient(95deg, #fff0 0 0.25vmin, var(--blue-2) calc(0.25vmin + 1px) 0.65vmin, var(--blue) calc(0.65vmin + 1px) 6vmin, #fff0 0 100%);
	width: 7.5vmin;
	height: 2vmin;
	position: absolute;
	top: -2vmin;
	left: 1.75vmin;
}

.base:after {
	content: "";
	background: 
		linear-gradient(-112deg, var(--blue) 0 1vmin, var(--white) calc(1vmin + 1px) 1.25vmin, #fff0 calc(1.25vmin + 1px) 100% ), 
		linear-gradient(112deg, var(--blue) 0 1vmin, var(--white) calc(1vmin + 1px) 1.25vmin, #fff0 calc(1.25vmin + 1px) 100%), 
		repeating-linear-gradient(0deg, var(--base-2) 0 0.3vmin, var(--base-1) 0 0.5vmin);
	width: 4.1vmin;
	height: 2vmin;
	position: absolute;
	top: -2vmin;
	left: 3.5vmin;
	background-repeat: no-repeat;
	background-position: 0 0, 0 0, 5% 0;
	background-size: 100% 100%, 100% 100%, 90% 100%;
}

.tower {
	background: 
		radial-gradient(circle at 50% 100%, var(--windows) 0.4vmin, #fff0 calc(0.4vmin + 1px) 100%), 
		radial-gradient(circle at 50% calc(100% - 0.25vmin), var(--windows) 0.4vmin, #fff0 calc(0.4vmin + 1px) 100%), 
		radial-gradient(circle at 50% calc(100% - 0.5vmin), var(--windows) 0.4vmin, #fff0 calc(0.4vmin + 1px) 100%), 
		radial-gradient(circle at 50% calc(100% - 0.75vmin), var(--windows) 0.4vmin, #fff0 calc(0.4vmin + 1px) 100%), 
		radial-gradient(circle at 50% calc(100% - 1vmin), var(--windows) 0.4vmin, #fff0 calc(0.4vmin + 1px) 100%),
		linear-gradient(-94.5deg, var(--shine) 0 1.85vmin, #fff0 calc(1.85vmin + 1px) 100%), 
		linear-gradient(94.5deg, var(--shine) 0 1.85vmin, #fff0 calc(1.85vmin + 1px) 100%), 
		radial-gradient(circle at 50% 125%, var(--white) 0 9vmin, var(--blue) calc(9vmin + 1px) 13vmin, var(--white) calc(13vmin + 1px) 17vmin, var(--blue) calc(17vmin + 1px) 21vmin, var(--white) calc(21vmin + 1px) 23vmin);
	width: 6vmin;
	height: 19vmin;
	left: 2.5vmin;
	top: 6vmin;
	clip-path: polygon(25% 0, 75% 0, 100% 100%, 0 100%);
}

.top {
	background: 
		linear-gradient(90deg, var(--shine) 0 0.75vmin, #fff0 0 100%),
		linear-gradient(90deg, var(--shine) 0 0.75vmin, #fff0 0 100%), 
		linear-gradient(90deg, var(--shine) 0 0.7vmin, #fff0 0 100%), 
		linear-gradient(90deg, var(--shine) 0 0.7vmin, #fff0 0 100%), 
		conic-gradient(from -1deg at 8% 89%, #fff0 0 35%, var(--shine) 36% 100%), 
		conic-gradient(from 0deg at 92% 89%, var(--shine) 0 64%, #fff0 65% 100%),
		radial-gradient(circle at 50% 1.55vmin, #fff, #fc0 0.25vmin, var(--blue-2) calc(0.25vmin + 1px) 0.35vmin, #fff0 calc(0.35vmin + 1px) 100%), 
		radial-gradient(circle at 50% 187%, var(--white) 0 7vmin, #fff0 calc(7vmin + 1px) 7.5vmin, var(--white) calc(7.5vmin + 1px) 8.35vmin, #fff0 calc(8.35vmin + 1px) 9.5vmin, var(--white) calc(9.5vmin + 1px) 100% ),
		linear-gradient(-95deg, #fff0 0 1.4vmin, var(--shine) calc(1.4vmin + 1px) 1.65vmin, var(--blue) calc(1.65vmin + 1px) 2.85vmin, #fff0 0 100%), 
		linear-gradient(95deg, #fff0 0 1.4vmin, var(--shine) calc(1.4vmin + 1px) 1.65vmin, var(--blue) calc(1.65vmin + 1px) 2.85vmin, #fff0 0 100%);
	width: 4.65vmin;
	height: 5.5vmin;
	left: 3.15vmin;
	top: 0.75vmin;
	border-radius: 0.5vmin;
	clip-path: polygon(0% 96%, 0% 70%, 22% 63%, 24% 53%, 7% 56%, 8% 41%, 25% 38%, 27% 17%, 15% 18%, 16% 10%, 22% 8%, 35% 6%, 54% 5%, 74% 8%, 73% 8%, 82% 10%, 83% 18%, 72% 17%, 75% 37%, 88% 41%, 89% 56%, 77% 54%, 78% 62%, 100% 70%, 100% 96%, 85% 100%, 15% 100%);
	background-repeat: no-repeat;
	background-size: 1vmin 1.1vmin, 1vmin 1.1vmin, 1vmin 1.15vmin, 0.45vmin 1.15vmin, 100% 100%, 100% 100%, 100% 100%, 100% 100%, 100% 100%, 100% 100%;
	background-position: 3.45vmin 0.25vmin, 0.35vmin 0.25vmin, 0vmin 2.1vmin, 3.75vmin 2.1vmin, 0 0, 0 0, 0 0, 0 0, 0 0, 0 0;
}

.roof {
	border: 0.65vmin solid #fff0;
	border-bottom-color: var(--blue);
	left: 4.9vmin;
	top: -0.2vmin;
}

.lighthouse + .lighthouse {
	transform-origin: 50% 100%;
	transform: rotateX(180deg);
	opacity: 0.15;
}

.lighthouse + .lighthouse .tower {
	background: 
		radial-gradient(circle at 50% 100%, var(--windows) 0.4vmin, #fff0 calc(0.4vmin + 1px) 100%),   
		radial-gradient(circle at 50% calc(100% - 0.25vmin), var(--windows) 0.4vmin, #fff0 calc(0.4vmin + 1px) 100%),   
		radial-gradient(circle at 50% calc(100% - 0.5vmin), var(--windows) 0.4vmin, #fff0 calc(0.4vmin + 1px) 100%),  
		radial-gradient(circle at 50% calc(100% - 0.75vmin), var(--windows) 0.4vmin, #fff0 calc(0.4vmin + 1px) 100%),   
		radial-gradient(circle at 50% calc(100% - 1vmin), var(--windows) 0.4vmin, #fff0 calc(0.4vmin + 1px) 100%),  
		linear-gradient(-94.5deg, #fff2 0 1.65vmin, #fff0 calc(1.65vmin + 1px) 100%),   
		linear-gradient(94.5deg, #fff2 0 1.5vmin, #fff0 calc(1.55vmin + 1px) 100%),   
		radial-gradient(circle at 50% 125%, var(--white) 0 9vmin, var(--blue) calc(9vmin + 1px) 13vmin, var(--white) calc(13vmin + 1px) 14vmin, #fff0  18vmin);
	background-repeat: no-repeat;
	background-size: 100% 100%, 100% 100%, 100% 100%, 100% 100%, 100% 100%, 100% 70%, 100% 70%, 100% 100%;
	background-position: 0 0, 0 0, 0 0, 0 0, 0 0, 0 100%, 0 100%, 0 0;
	filter: blur(2px);
}

.lighthouse + .lighthouse .tower:after {
	filter: blur(3px);
}
.lighthouse + .lighthouse .tower:before {
	opacity: 0;
}


input {
	display:none;
}

#light {
	width: 11vmin;
	cursor: pointer;
	height: 30vmin;
	margin-top: -30vmin;
	clip-path: polygon(30% 0, 70% 0, 95% 100%, 5% 100%);
	z-index: 999;
    -webkit-user-select: none;
    user-select: none;
}

#night {
	position: absolute;
/*	bottom: 3vmin;*/
	background: #fff;
	width: 36px;
	height: 36px;
	border-radius: 100% 1% 100% 100%;
	background: radial-gradient(circle at 90% 10%, #fff 0 0.1vmin, #fff0 calc(0.1vmin + 1px) 100%), radial-gradient(circle at 68% 25%, #fff 0 0.1vmin, #fff0 calc(0.1vmin + 1px) 100%), radial-gradient(circle at 85% 40%, #fff 0 0.08vmin, #fff0 calc(0.08vmin + 1px) 100%), radial-gradient(circle at 95% 20%, #fff0 0 2vmin, #fff calc(2vmin + 1px) 100%);
	cursor: pointer;
	z-index: 999;
    -webkit-user-select: none;
    user-select: none;
/*	top: 170px;*/
/*    right: 16%;*/
}

.light {
	width: 0.75vmin;
	height: 0.75vmin;
	background: #f600;
	border-radius: 100%;
	left: 5.1vmin;
	top: 1.95vmin;
	animation: spin 6s linear 0s infinite;
	animation-play-state: running;
	perspective: 10vmin;
}

.light:before,
.light:after {
	content: "";
	position: absolute;
	width: 30vmin;
	height: 4vmin;
	background: radial-gradient(circle at 0% 50%, #fdf8cc6e, #fff0);
	margin-top: -1.85vmin;
	clip-path: polygon(100% 0, 0 53%, 100% 100%);
	margin-left: 0.375vmin;
}

.light:after {
	transform: rotateX(60deg);
}

#light ~ .content .lighthouse .light {
	animation-play-state: paused;
}

@keyframes spin {
	25% { opacity: 0.5; }
	50% { opacity: 1; }
	100% { transform: rotateY(360deg); }
}



/* sea reflex */
.sea:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
/*	background: linear-gradient(180deg, #fff4, var(--sea-1) 1%, #fff0 30%), radial-gradient(circle at 50% 0%, var(--sea-2), #024479 50%, #000);*/
	background: var(--bg-body);
	opacity: 0.75;
}

.sea span {
	position: absolute;
	z-index: -1;
	top: 1vmin;
	left: 1vmin;
	width: 20vmin;
	height: 0.15vmin;
	background: var(--reflex);
	border-radius: 1vmin;
	box-shadow: 
		20.5vmin 0 0 var(--reflex),
		53.5vmin 0 0 var(--reflex),
		74vmin 0 0 var(--reflex), 
		122.5vmin 0 0 var(--reflex);
	filter: 
		drop-shadow(-14vmin 0vmin 0 #fff) 
		drop-shadow(14vmin 0.85vmin 0 #fff) 
		drop-shadow(-24vmin 1.85vmin 0 #fff)  
		drop-shadow(-1vmin 3.5vmin 0 #fff)  
		drop-shadow(6vmin 7vmin 0 #fff)  
		drop-shadow(-6vmin 14vmin 0 #fff) 
		drop-shadow(3vmin 28vmin 0 #fff)    
		drop-shadow(3vmin 56vmin 0 #fff)    
		blur(1px);
}

.sea span:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 11.5vmin;
	right: 0;
	width: 2vmin;
	height: 0.15vmin;
	background: var(--reflex);
	border-radius: 1vmin;
	box-shadow: 20.5vmin 0 0 var(--reflex), 24vmin 0 0 var(--reflex),
		33vmin 0 0 var(--reflex), 59vmin 0 0 var(--reflex), 86vmin 0 0 var(--reflex),
		89.5vmin 0 0 var(--reflex), 93vmin 0 0 var(--reflex), 102vmin 0 0 var(--reflex);
}

.sea span:after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 15vmin;
	right: 0;
	width: 2vmin;
	height: 0.15vmin;
	background: var(--reflex);
	border-radius: 1vmin;
	box-shadow: 24vmin 0 0 var(--reflex), 33vmin 0 0 var(--reflex),
		50vmin 0 0 var(--reflex), 71vmin 0 0 var(--reflex), 77vmin 0 0 var(--reflex),
		93vmin 0 0 var(--reflex), 102vmin 0 0 var(--reflex);
}




/* clouds */
.sky span {
	background: linear-gradient(0deg, #fff0 2vmin, #fff 0 100%);
	width: 8vmin;
	height: 8vmin;
	border-radius: 100% 120% 100% 100%;
	position: absolute;
	transform: translateX(-14vmin) translateY(-15vmin);
	opacity: 0.1;
}

.sky span:before,
.sky span:after{
	content: "";
	position: absolute;
	width: 7vmin;
	height: 5vmin;
	background: linear-gradient(0deg, #fff0 1vmin, #fff 0 100%);
	border-radius: 150% 120% 100% 100%;
	margin-left: -6vmin;
	margin-top: 2vmin;
}

.sky span:after {
	content: "";
	position: absolute;
	width: 7vmin;
	height: 3vmin;
	background: linear-gradient(0deg, #fff0 1vmin, #fff 0 100%);
	border-radius: 150% 120% 100% 200%;
	margin-left: -12vmin;
	margin-top: 4vmin;
}

.sky span:nth-child(even) {
	background: linear-gradient(0deg, #fff0 2vmin, #fff 0 100%);
	width: 5vmin;
	height: 4vmin;
	border-radius: 100% 120% 100% 100%;
	position: absolute;
	transform: translateX(5.5vmin) translateY(-17vmin);
	opacity: 0.2;
}

.sky span:nth-child(even):before {
	width: 3.75vmin;
	height: 3vmin;
	margin-left: 4.5vmin;
	margin-top: 0.1vmin;
	border-radius: 100%;
}

.sky span:nth-child(even):after {
	width: 3vmin;
	height: 2.5vmin;
	margin-left: 8vmin;
	margin-top: 0.6vmin;
	box-shadow: -9.5vmin -0.3vmin 0 -0.75vmin #fff, 1.25vmin -0.1vmin 0 -0.9vmin #fff;
	border-radius: 100% 100% 3vmin 100%;
}

.sky span:nth-child(1) {
	opacity: 0;
}
.sky span:nth-child(2) {
/*	opacity: 0.7;*/
	opacity: 0;
}

.sky span:nth-child(3) {
	transform: translateX(-8vmin) translateY(0.5vmin) scale(0.35);
	opacity: 0.9;
}

.sky span:nth-child(4) {
	transform: translateX(-28vmin) translateY(-5.5vmin);
/*	opacity: 0.4;*/
	opacity: 0;
}

.sky span:nth-child(5) {
	transform: translateX(27vmin) translateY(-4.5vmin) scale(0.5);
}

.sky span:nth-child(6) {
	transform: translateX(27vmin) translateY(-38vmin) scale(3.75) scaleY(0.5) rotateY(180deg);
	opacity: 0.1;
}

.sky span:nth-child(7) {
	transform: translateX(-45vmin) translateY(-32vmin) scale(2.5) rotateY(180deg) scaleY(0.5);
}

.sky span:nth-child(8) {
	display: none;
}

.sky span:nth-child(9) {
	transform: translateX(50vmin) translateY(-26vmin) scale(2) scaleY(0.75);
}


/* rocks */
.sky i {
    background: var(--base-2);
    position: absolute;
    width: 10vmin;
    height: 3.5vmin;
/*    margin-left: 0;*/
margin-left: 23.65vmin;
    border-radius: 100%;
    bottom: -2.25vmin;
    box-shadow: 0 -1px 0.15vmin 0 var(--base-1);
    z-index: 2;
}

.sky i + i {
    width: 8vmin;
    height: 4vmin;
/*    margin-left: -14vmin;*/
margin-left: 39vmin;
    bottom: -2.5vmin;
}
.sky i + i + i {
    width: 11vmin;
    height: 3.5vmin;
/*    margin-left: -28vmin;*/
margin-left: 53vmin;
    bottom: -2.2vmin;
}
.sky i + i + i + i {
    width: 9vmin;
    height: 3.5vmin;
    margin-left: 23.65vmin;
    bottom: -2.3vmin;
}
.sky i + i + i + i + i {
    width: 8vmin;
    height: 4vmin;
    margin-left: 39vmin;
    bottom: -2.5vmin;
}

.sky i + i + i + i + i + i {
    width: 11vmin;
    height: 3.75vmin;
    margin-left: 53vmin;
    bottom: -2.6vmin;
}


body.dark-mode * {
	--sm: #fff;
	--sm-2: #7b7b7b;
	--sky-1: #060b28;
	--sky-2: #195eaa;
	--sea-1: #3264cb;
	--sea-2: #0059bb;
	--sea-3: #01072b;
	--blue: #0c0926;
	--blue-2: #323753;
	--white: #091140;
	--shine: #fff3;
	--base-1: #132141;
	--base-2: #06182c;
	--windows: #fc0;
	--bg-body: #01072b;
}

body.dark-mode .sky:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	background: repeating-conic-gradient(#FFF9 0%, #fff0 0.00002%, #fff0 0.00025%, #fff0 0.0175%);
}


/* windows */
.tower:before ,
.tower:after {
	content: "";
	position: absolute;
	background: 
		linear-gradient(90deg, #fff0 0 0.3vmin, var(--white) 0 0.45vmin, #fff0 0 100%), 
		linear-gradient(180deg, var(--windows) 0 0.35vmin, #fff0 0 0.45vmin, var(--windows) 0 0.75vmin, #fff0 0 0.85vmin, var(--windows) 0 100%);
	width: 0.7vmin;
	height: 1.3vmin;
	border-radius: 1vmin 1vmin 0 0;
	left: 2.6vmin;
	top: 0.5vmin;
	background-repeat: no-repeat;
	background-size: 100% 75%, 100% 100%;
	background-position: 0 100%, 0 0;
}

.tower:after {
	top: 8vmin;
}



/* labels */
#night {
	position: absolute;
	bottom: 0;
	background: #0000;
	width: 36px;
	height: 36px;
	border-radius: 0%;
	--star: #fff 0 1px, #fff0 2px 100%;
	cursor: pointer;
	animation: hide-moon 0.5s ease-in-out 0s 1;
    -webkit-user-select: none;
}

#night:before {
	content: "";
	position: absolute;
	bottom: 6px;
	background: #fff;
	width: 24px;
	height: 24px;
	left: 6px;
	border-radius: 100% 1% 100% 100%;
	background: 
		radial-gradient(circle at 90% 10%, var(--star)), 
		radial-gradient(circle at 68% 25%, var(--star)), 
		radial-gradient(circle at 85% 40%, var(--star)), 
		radial-gradient(circle at 95% 20%, #fff0 0 12px, #fff 13px 100%);
	cursor: pointer;
}


@keyframes hide-moon {
	0% { transform: rotate(0deg) scale(0.25); }
	100% { transform: rotate(360deg) scale(1); }
}

@keyframes hide-sun {
	0% { transform: rotate(0deg) scale(0.25);  }
	100% { transform: rotate(360deg) scale(1); }
}

body.dark-mode #night {
	animation: hide-sun 0.5s ease-in-out 0s 1;    
}

body.dark-mode #night:before { 
	width: 36px;
	height: 36px;
	left: 0;
	top: 0;
	border-radius: 1%;
	background: 
		radial-gradient(circle at 4px 17px, var(--star)),
		radial-gradient(circle at 32px 17px, var(--star)), 
		radial-gradient(circle at 18px 4px, var(--star)),
		radial-gradient(circle at 18px 32px, var(--star)),          
		radial-gradient(circle at 11px 6px, var(--star)),
		radial-gradient(circle at 11px 30px, var(--star)),
		radial-gradient(circle at 6px 10px, var(--star)),
		radial-gradient(circle at 6px 25px, var(--star)),         
		radial-gradient(circle at 25px 6px, var(--star)),
		radial-gradient(circle at 25px 30px, var(--star)),
		radial-gradient(circle at 30px 10px, var(--star)),
		radial-gradient(circle at 30px 25px, var(--star)),
		radial-gradient(circle at 50% 50%, #fff 0 9px, #fff0 10px 100%);
	cursor: pointer;
}

body.dark-mode {
	background: #00072a;
}
body.dark-mode .main .main_subtitle {
	color: #fff;
}
body.dark-mode .main .general_button_wrapper .button .btn-main, 
body.dark-mode .main .general_button_wrapper .button a,
body.dark-mode .main .general_button_wrapper .button button,
body.dark-mode .main .offers_wrapper .offer .label.green {
	background: #fce04f;
	color: #000;
}
body.dark-mode .footer .footer_wrapper .copy span,
body.dark-mode .main .bottom_text p,
body.dark-mode .mainSeo p,
body.dark-mode .mainSeo ul {
    color: #fff;
}


.switch-theme {
    position: absolute;
    z-index: 1000;
    top: 65px;
    right: 15.6%;
    width: 40px;
    height: 40px;
    -webkit-user-select: none;
    user-select: none;
}