@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

body {
    font-family: "Montserrat", sans-serif !important;
}

select,
button,
a,
input,
textarea,
img {
    outline: none !important;
    box-shadow: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
b,
strong {
    font-weight: 600 !important;
}

a,
button {
    text-decoration: none !important;
    transition: .3s all !important;
}

img {
    max-width: 100% !important;
    border: 0 !important;
}

body.light {
    background-color: #eee;
}

body.dark {
    background-color: #222;
}

.logo svg > path {
    transition: .5s all;
}

body.light .logo svg > path:nth-child(-n+9) {
    fill: #252525;
}

body.dark .logo svg > path:nth-child(-n+9) {
    fill: #fff;
}

.nav-up {
    top: -100px;
}

header {
    position: fixed;
    top: 0;
    transition: .3s all;
    width: 100%;
    z-index: 99;
    height: 100px;
    border-radius: 0 0 2rem 2rem;
}

header .container,
header .container .row {
    height: 100%;
}

header .col {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
    height: 100%;
}

body.light .head__fixed {
    background-color: #fff;
}

body.dark .head__fixed {
    background-color: #282828;
}

.changeTheme {
    width: 2.5rem;
    height: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    border: 0;
    padding: 0 !important;
    line-height: 100% !important;
    transition: .5s all;
    flex-shrink: 0;
}

.changeTheme:hover {
    transform: scale(1.1);
}

body.light .changeTheme {
    background-color: #f5f5f5;
}

body.dark .changeTheme {
    background-color: #333;
}

.changeTheme svg {
    width: 1rem;
    height: 1rem;
}

body.light .sun__icon {
    display: none;
}

body.dark .moon__icon {
    display: none;
}

.buttons__block {
    align-items: center;
    display: flex;
    gap: 3rem;
}

.buttons__block a {
    font-size: .9rem;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: .5rem;
}

body.light .buttons__block a {
    color: rgba(37, 37, 37, 1);
}

body.light .buttons__block a:hover {
    color: rgba(37, 37, 37, .7);
}

body.dark .buttons__block a {
    color: rgba(255, 255, 255, 1);
}

body.dark .buttons__block a:hover {
    color: rgba(255, 255, 255, .7);
}

.buttons__block a svg {
    transition: .5s all;
}

.buttons__block a svg:hover {
    transform: scale(1.1);
}

.buttons__block a svg path {
    transition: .5s all;
}

body.light .buttons__block a svg path,
body.light .menu path {
    stroke: rgb(37, 37, 37);
}

body.dark .buttons__block a svg path,
body.dark .menu path {
    stroke: rgb(255, 255, 255);
}

main {
    margin-top: 124px;
    position: relative;
}

.parallax__line {
    position: absolute;
    z-index: 0;
    left: 0;
    max-width: 100%;
    top: 60rem;
}

.parallax__line__2 {
    position: absolute;
    z-index: -1;
    right: 5rem;
    max-width: 100%;
    top: 135rem;
}

.form__block {
    display: flex;
    align-items: center;
    gap: .5rem;
    width: 100%;
}

.form__block > div {
    width: 100%;
}

.form__block input {
    border-radius: 1rem;
    font-weight: 500;
    border-color: transparent !important;
}

.form__block {
    padding: 2rem;
    background: #3454D0;
    background: linear-gradient(37deg, rgba(52, 84, 208, 1) 0%, rgba(52, 208, 190, 1) 100%);
    border-radius: 2rem;
}

.form__block label {
    font-size: 14px;
    font-weight: 500;
    padding-top: 1.15rem !important;
}

.form__block > button {
    flex-shrink: 0;
    height: 56px;
    line-height: 100%;
    border: 0;
    border-radius: 1rem;
    background-color: #3454D0;
    padding: 1rem 2rem;
    color: #fff;
    font-size: .9rem;
    margin-left: 1.5rem;
    font-weight: 600;
}

.form__block > button:hover {
    background-color: #2940a2;
}

.tabs__block {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
    padding: 1rem 3rem;
    font-size: .9rem;
}

body.light .tabs__block a {
    color: rgba(37, 37, 37, 0.3);
    font-weight: 600;
}

body.light .tabs__block .active,
body.light .tabs__block a:hover {
    color: rgba(37, 37, 37, 1);
}

body.dark .tabs__block a {
    color: rgba(255, 255, 255, 0.3);
}

body.dark .tabs__block .active,
body.dark .tabs__block a:hover {
    color: rgba(255, 255, 255, 1);
}

.tabs__block button {
    width: 100%;
    padding: 1rem;
    font-size: 1rem;
    font-weight: 500;
    border-radius: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

body.light .tabs__block button {
    background-color: #fff;
    color: rgb(37, 37, 37);
    border: 1px solid #e1e1e1;
}

body.light .tabs__block button svg path {
    stroke: rgb(37, 37, 37);
}

body.dark .tabs__block button {
    background-color: #333;
    color: rgb(255, 255, 255);
    border: 1px solid #444;
}

body.dark .tabs__block button svg path {
    stroke: rgb(255, 255, 255);
}

.owl-carousel {
    position: relative;
}

.slider__banners__block {
    margin-top: 2.5rem;
}

.slider .item {
    height: 483px;
    border-radius: 2rem;
    overflow: hidden;
    position: relative;
}

.slider .item a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: end;
    justify-content: start;
}

.slider .item picture {
    position: absolute;
    width: 100%;
    height: 100%;
}

.slider .item h1 {
    position: relative;
    z-index: 2;
    font-size: 7rem;
    line-height: 100%;
    margin: 1.5rem;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700 !important;
}

.slider .item picture img {
    object-fit: cover !important;
    width: 100% !important;
    height: 100% !important;
}

.slider .owl-nav {
    left: auto !important;
    right: 0 !important;
    display: inline-flex;
    width: auto !important;
    padding: 0 0 1rem 1rem !important;
    border-radius: 0 0 0 1.5rem !important;
    align-items: center;
    justify-content: end;
    gap: .75rem;
    top: 0;
    margin: 0 !important;
}

body.light .owl-nav {
    background-color: #eee;
}

body.dark .owl-nav {
    background-color: #222;
}

.slider .owl-nav::before {
    content: '';
    width: 1.5rem;
    height: 1.5rem;
    position: absolute;
    left: -1.5rem;
    top: 0;
}

.slider .owl-nav::after {
    content: '';
    width: 1.5rem;
    height: 1.5rem;
    background: url("../img/left__top.svg");
    position: absolute;
    right: 0;
    bottom: -1.5rem;
}

body.light .slider .owl-nav::before,
body.light .slider .owl-nav::after {
    background: url("../img/left__top.svg");
}

body.dark .slider .owl-nav::before,
body.dark .slider .owl-nav::after {
    background: url("../img/left__top__dark.svg");
}

.slider .owl-nav button {
    width: 3rem !important;
    height: 3rem !important;
    border-radius: 1rem !important;
    margin: 0 !important;
    position: relative !important;
    opacity: 1 !important;
    background-size: 1rem !important;
}

body.dark .slider .owl-nav .owl-prev {
    background: url("../img/left__white.svg") center no-repeat #333 !important;
    background-size: 1rem !important;
}

body.dark .slider .owl-nav .owl-next {
    background: url("../img/right__white.svg") center no-repeat #333 !important;
    background-size: 1rem !important;
}

.slider .owl-nav button:hover {
    transform: scale(1.1);
}

.banners__block {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.banners__block > a {
    height: 100%;
}

.banners__block > a .card__1 {
    border-radius: 2rem;
    height: 100%;
    position: relative;
    display: flex;
    overflow: hidden;
    transition: .5s all;
}

.banners__block > a:nth-child(even) .card__1 {
    background: #3454D0;
    background: linear-gradient(37deg, rgba(52, 84, 208, 1) 0%, rgba(52, 208, 190, 1) 100%);
}

.banners__block > a:nth-child(odd) .card__1 {
    background: #3454D0;
    background: linear-gradient(219deg, rgba(52, 84, 208, 1) 0%, rgba(52, 208, 190, 1) 100%);
}

.card__1:hover {
    transform: scale(1.02);
}

.card__1 > div {
    display: inline-flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    font-size: 1.1rem;
    padding: 2rem;
    color: #fff;
    z-index: 2;
    line-height: 130%;
    gap: .25rem;
    max-width: 75%;
}

.card__1 > div strong {
    font-size: 1.5rem;
}

.card__1 > picture {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 75%;
    z-index: 1;
    display: flex;
    align-items: end;
    justify-content: end;
}

.card__1 > picture img {
    object-fit: contain !important;
    max-width: 100% !important;
    max-height: 100% !important;
}

.directions__main__grid {
    margin-top: 2.5rem;
}

.directions__main__grid .ratio {
    --bs-aspect-ratio: calc(4 / 3 * 100%);
    border-radius: 2rem;
    overflow: hidden;
    transition: .5s all;
}

.directions__main__grid .ratio:hover {
    transform: scale(1.05);
}

.directions__main__grid .ratio picture {
    position: absolute;
    width: 100%;
    height: 100%;
}

.directions__main__grid .ratio picture img {
    object-fit: cover !important;
    width: 100% !important;
    height: 100% !important;
}

.directions__main__grid .city__title {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: end;
    justify-content: start;
    padding: .5rem .75rem 2rem .75rem;
}

body.light .directions__main__grid .city__title {
    color: rgb(37, 37, 37);
}

body.dark .directions__main__grid .city__title {
    color: #fff;
}

.directions__main__grid .ratio .city__title div {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.directions__main__grid .city__title p {
    margin: 0;
    font-size: 1rem;
}

.directions__main__grid .city__title b {
    font-size: 1.5rem;
}

.subscribe__block {
    margin-top: 4rem;
    margin-bottom: 8rem;
}

.subscribe__block .ratio {
    --bs-aspect-ratio: calc(6 / 21 * 100%);
    background: #3454D0;
    background: linear-gradient(37deg, rgba(52, 84, 208, 1) 0%, rgba(52, 208, 190, 1) 100%);
    border-radius: 2rem;
    color: #fff;
}

.subscribe__block .ratio > div {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 2rem;
    padding: 2rem;
}

.subscribe__block .ratio > div b {
    font-size: 2rem;
    font-weight: 700 !important;
}

.subscribe__block .ratio > div p {
    font-size: 1.4rem;
    margin: 0;
}

.subscribe__block .ratio > div h3 {
    font-size: 6rem;
    text-transform: uppercase;
    margin: 0;
    line-height: 100%;
    font-weight: 800 !important;
}

.on__the__map__block input {
    border-radius: 1rem;
    border-color: transparent !important;
    padding-left: 2.8rem !important;
    background-color: transparent !important;
    transition: .5s all !important;
}

body.light .on__the__map__block input {
    border: 1px solid #c1c1c1 !important;
}

body.dark .on__the__map__block input {
    border: 1px solid #555 !important;
}

body.dark .on__the__map__block input:focus {
    border: 1px solid #999 !important;
}

body.light .on__the__map__block input:focus {
    border-color: #252525 !important;
}

body.dark .on__the__map__block input {
    background-color: #333;
    color: #fff;
}

.on__the__map__block label {
    font-size: 14px;
    padding-top: 1.15rem !important;
    margin-left: 2rem !important;
}

body.light .on__the__map__block label {
    color: #252525;
}

.on__the__map__block .form-control:focus~label::after {
    background-color: transparent !important;
}

body.dark .on__the__map__block .form-control:focus~label {
    color: #c1c1c1 !important;
}

body.dark .on__the__map__block label {
    color: #fff !important;
}

.on__the__map__block form {
    position: relative;
}

.on__the__map__block form button {
    position: absolute;
    left: 1rem;
    top: 0;
    height: 100%;
    background-color: transparent;
    padding: 0;
    border: 0;
}

body.light .on__the__map__block form button path {
    fill: #252525;
}

body.dark .on__the__map__block form button path {
    fill: #fff;
}

.on__the__map__block__tags {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    align-items: start;
    justify-content: start;
}

.on__the__map__block__tags > div {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

.on__the__map__block__tags > div a {
    display: inline-flex;
    align-items: center;
    gap: .75rem;
    padding: 1rem;
    border-radius: 1rem;
    transition: .5s all;
}

.on__the__map__block__tags > div a:hover {
    transform: scale(1.1);
    box-shadow: 0 15px 35px rgba(0, 0, 0, .1) !important;
}

body.light .on__the__map__block__tags > div a {
    background-color: #fff;
    color: rgba(37, 37, 37, .8);
}

body.light .on__the__map__block__tags > div a span {
    color: #252525;
}

body.light .on__the__map__block__tags > div a b {
    color: #252525;
}

body.dark .on__the__map__block__tags > div a {
    background-color: #333;
    color: rgba(255, 255, 255, .8);
}

body.dark .on__the__map__block__tags > div a b {
    color: #fff;
}

body.dark .on__the__map__block__tags > div a span {
    color: #fff;
}

.on__the__map__block__tags > div a span {
    font-size: 1.5rem;
    line-height: 100%;
}

.on__the__map__block__tags > div a p {
    font-size: .75rem;
    margin: 0;
}

.on__the__map__block__tags > div a b {
    font-size: .9rem;
}

.map__placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    border-radius: 2rem;
}

body.dark .map__placeholder {
    background-color: #444;
    color: #e1e1e1;
}

body.light .map__placeholder {
    background-color: #e1e1e1;
}

.partners__block {
    margin-top: 6rem;
    margin-bottom: 6rem;
}

body.light .partners__block h2 {
    color: #252525;
}

body.dark .partners__block h2 {
    color: #fff;
}

.partners {
    border-radius: 2rem;
    margin-top: 2rem;
}

body.light .partners {
    border: 1px solid #dedede;
}

body.dark .partners {
    background-color: #fff;
}

.partners .item picture {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 3rem;
}

.partners .item picture img {
    transition: .5s all;
}

.partners .item picture:hover img {
    transform: scale(1.1);
}

.partners .owl-dots {
    position: absolute;
    bottom: -1.5rem;
    width: 100%;
    display: flex;
    gap: .5rem;
    align-items: center;
    justify-content: center;
}

.partners .owl-dots button {
    width: 1rem !important;
    height: .25rem !important;
    border-radius: .5rem;
}

body.light .partners .owl-dots button {
    background-color: #d9d9d9;
}

body.dark .partners .owl-dots button {
    background-color: #444;
}

body.light .partners .owl-dots button.active,
body.light .partners .owl-dots button:hover {
    background-color: #252525 !important;
}

body.dark .partners .owl-dots button.active,
body.dark .partners .owl-dots button:hover {
    background-color: #fff !important;
}

body.light footer a {
    color: rgba(37, 37, 37, 0.7);
}

body.light footer a:hover {
    color: #252525;
}

body.dark footer a {
    color: rgba(255, 255, 255, 0.7);
}

body.dark footer a:hover {
    color: rgba(255, 255, 255, 1);
}

footer .logo {
    width: 230px;
}

footer .logo svg {
    width: 100%;
    height: 100%;
}

footer .col > div {
    background-color: #fff;
    margin-bottom: 2rem;
    border-radius: 2rem;
    padding: 3rem;
    display: flex;
    gap: 2rem;
    justify-content: space-around;
}

footer .col > div > div {
    width: 100%;
}

body.light footer .col > div {
    background-color: #fff;
    color: #252525;
}

body.dark footer .col > div {
    background-color: #333;
    color: #fff;
}

.f__1 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 1rem;
}

.f__1 > div ul {
    display: flex;
    flex-direction: column;
    gap: .25rem;
}

footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.social__footer {
    display: flex;
    align-items: center;
    gap: 2.3rem;
}

.social__footer a:hover {
    transform: scale(1.1);
}

.f__1 ul {
    font-size: .75rem;
    display: flex;
    flex-direction: column;
    gap: .5rem;
}

.payment {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    gap: .5rem;
    width: auto !important;
    flex-shrink: 0;
}

.visa__icon__light,
.visa__icon__dark {
    display: none;
}

body.light .visa__icon__light {
    display: block;
}

body.dark .visa__icon__dark {
    display: block;
}

.f__2 {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.f__2 b {
    font-size: 1.2rem;
}

.f__2 ul {
    display: flex;
    flex-direction: column;
    gap: .75rem;
    font-size: 1rem;
}

.blog__block {
    margin-top: 6rem;
    margin-bottom: 4.5rem;
}

.blog__block h2 {
    margin: 0;
}

.blog__block .text-lg-end a {
    font-size: .75rem;
    padding: 1rem 1.5rem;
    border-radius: 1rem;
    background-color: #0a53be;
    color: #fff;
}

.blog__block .text-lg-end a:hover {
    background-color: #0b5ed7;
}

body.light .blog__block h2 {
    color: #252525;
}

body.dark .blog__block h2 {
    color: #fff;
}

.blog__block .ratio picture {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 1rem;
    overflow: hidden;
}

.blog__block .ratio span {
    position: absolute;
    top: 1rem;
    left: 1rem;
    font-size: .75rem;
    padding: .5rem .75rem;
    border-radius: .5rem;
    background: rgba(0, 0, 0, .5);
    backdrop-filter: blur(1rem);
    -webkit-backdrop-filter: blur(1rem);
    color: #fff;
    z-index: 2;
}

.blog__block .ratio picture img {
    object-fit: cover !important;
    width: 100% !important;
    height: 100% !important;
    transition: .5s all;
}

.blog__block .ratio picture:hover img {
    transform: scale(1.1);
}

.article__card {
    display: flex;
    flex-direction: column;
    border-radius: 1rem;
    font-size: .75rem;
}

.article__card > div {
    display: flex;
    padding: 1rem;
    border-radius: 1rem;
    flex-direction: column;
    gap: .5rem;
}

body.light .article__card > div {
    background-color: #fff;
    color: #999;
}

body.dark .article__card > div {
    background-color: #444;
    color: #999;
}

.article__card > div a {
    font-size: 1.2rem;
}

body.light .article__card a {
    color: #252525;
}

body.light .article__card a:hover {
    color: #0a53be;
}

body.dark .article__card a {
    color: #fff;
}

body.dark .article__card a:hover {
    color: #c1c1c1;
}

.inner__header {
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: .5rem;
}

.inner__header h1 {
    font-size: 2rem;
    margin: 0;
}

body.light .inner__header h1 {
    color: #252525;
}

body.dark .inner__header h1 {
    color: #fff;
}

.inner__header ul {
    padding: 0;
    margin: 0;
    font-size: .75rem;
}

.inner__header ul li {
    display: inline-block;
}

.inner__header ul li {
    color: #999;
}

body.light .inner__header ul li a {
    color: #252525;
}

body.light .inner__header ul li a:hover {
    color: #999;
}

body.dark .inner__header ul li a {
    color: #fff;
}

body.dark .inner__header ul li a:hover {
    color: #999;
}

.rubrics__list {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

.rubrics__list a {
    display: flex;
    gap: .75rem;
    align-items: center;
    font-size: 1rem;
    padding: .5rem 1rem;
    border-radius: 1rem;
}

.rubrics__list a:hover {
    transform: scale(1.1);
    box-shadow: 0 15px 35px rgba(0, 0, 0, .1) !important;
}

body.light .rubrics__list a {
    background-color: #fff;
    color: #252525;
}

body.dark .rubrics__list a {
    background-color: #444;
    color: #fff;
}

.rubrics__list a span {
    font-size: 1.5rem;
}

.alert ul {
    padding: 0;
    margin: 0;
    list-style: none;
    font-size: .9rem;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: .5rem;
}

.header__avatar {
    width: 2rem;
    height: 2rem;
    border-radius: 100%;
    overflow: hidden;
}

.header__avatar img {
    object-fit: cover !important;
    width: 100% !important;
    height: 100% !important;
    transition: .3s all;
}

.header__avatar:hover img {
    transform: scale(1.1);
}

#mobile__menu {
    background-color: #fff;
    border-radius: 1rem 1rem 0 0;
    height: 75vh;
}

body.dark #mobile__menu {
    background-color: #222;
}

#mobile__menu .close {
    position: absolute;
    right: .75rem;
    top: -3.5rem;
}

body.light #mobile__menu .close rect {
    fill: #fff;
}

body.dark #mobile__menu .close rect {
    fill: #333;
}

body.dark #mobile__menu .close path {
    stroke: #fff
}

#mobile__menu ul {
    list-style: none;
    margin: .75rem 0 0 0;
    padding: 0;
    font-size: 1.2rem;
    display: flex;
    flex-direction: column;
    gap: .5rem;
}

.mobile__menu__links {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    padding: .5rem 1rem;
}

.mobile__menu__links > div {
    background-color: #f9f9f9;
    padding: 1.5rem;
    border-radius: 1rem;
}

body.dark .mobile__menu__links > div {
    background-color: #333;
}

.mobile__menu__links > div b {
    color: #999;
    font-size: 1rem;
}

.mobile__menu__links > div a {
    color: #1a1d20;
}

body.dark .mobile__menu__links > div a {
    color: #fff;
}

#modal__direction .modal-body {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

#modal__direction .modal-body a {
    color: #1a1d20;
    font-size: 1.2rem;
}

body.dark #modal__direction .modal-body a {
    color: #fff;
}

#modal__direction .modal-body a.active {
    color: #c1c1c1;
}

body.dark #modal__direction .modal-body a.active {
    color: #777;
}

#modal__direction .modal-content {
    border-radius: 1.5rem;
    padding: 1rem;
}

body.dark #modal__direction .modal-content {
    background-color: #333;
}

#modal__direction .close {
    position: absolute;
    top: 0;
    right: 0;
}

body.light #modal__direction .close rect {
    fill: #fff;
}

body.dark #modal__direction .close rect {
    fill: #444;
}

body.dark #modal__direction .close path {
    stroke: #fff;
}

.in__process {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    text-align: center;
    margin-bottom: 3rem;
}

.in__process img {
    max-width: 300px !important;
}

.in__process h3 {
    font-size: 1.2rem;
    color: #1a1d20;
    font-weight: 500 !important;
}

body.dark .in__process h3 {
    color: #fff;
}

#policyAlert {
    position: fixed;
    bottom: .5rem;
    left: .5rem;
    width: calc(100% - 1rem);
    padding: .5rem;
    font-size: .9rem;
    color: #1a1d20;
    display: flex;
    align-items: center;
    gap: 2rem;
    background-color: #fff;
    justify-content: center;
    z-index: 99;
    border-radius: 1rem;
    box-shadow: 0 0 35px rgba(0, 0, 0, .05) !important;
}

body.dark #policyAlert {
    background-color: #111;
    color: #fff;
    box-shadow: 0 0 35px rgba(0, 0, 0, .2) !important;
}

#policyAlert a {
    text-decoration: underline !important;
}

#policyAlert button {
    background-color: #0a58ca;
    color: #fff;
    border: 0;
    padding: .5rem 1rem;
    border-radius: .5rem;
    font-size: .75rem;
}

#policyAlert button:hover {
    background-color: #0b5ed7;
}

@media (min-width: 1440px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1300px;
    }
}

@media (max-width: 1400px) {}

@media (max-width: 1200px) {
    .tabs__block {
        padding: 1rem .5rem;
    }

    .directions__main__grid .city__title p {
        font-size: .9rem;
    }

    .directions__main__grid .city__title b {
        font-size: 1.1rem;
    }

    .map__placeholder {
        height: 400px;
    }
}

@media (max-width: 992px) {
    main {
        margin-top: 84px;
    }

    .form__block {
        border-radius: 1.5rem;
        padding: 1rem;
    }

    .tabs__block {
        padding: 1rem 0;
    }

    .buttons__block {
        position: fixed;
        bottom: 0;
        z-index: 99;
        width: 100%;
        left: 0;
        justify-content: space-around;
        gap: .5rem;
        padding: .75rem 0 .5rem 0;
        border-radius: 1rem 1rem 0 0;
        box-shadow: 0 -15px 35px rgba(0, 0, 0, .1) !important;
    }

    body.dark .buttons__block {
        box-shadow: 0 -15px 35px rgba(0, 0, 0, .3) !important;
    }

    body.dark .buttons__block {
        background-color: #1a1d20;
    }

    body.light .buttons__block {
        background-color: #fff;
    }

    .buttons__block a {
        font-size: .7rem;
        flex-direction: column;
        font-weight: 500;
        gap: .25rem;
    }

    .buttons__block .changeTheme {
        display: none;
    }

    footer {
        padding-bottom: 50px;
    }

    .f__1 .logo,
    .f__2 {
        display: none;
    }

    footer .col > div {
        flex-direction: column;
        padding: 1.5rem;
        border-radius: 1.5rem;
    }

    .social__footer {
        justify-content: space-between;
    }

    .f__1 {
        gap: 2rem;
    }

    .f__1 ul {
        align-items: center;
        flex-direction: row;
        justify-content: space-between;
    }

    .payment {
        flex-direction: row;
    }

    .tabs__block a {
        display: none;
    }

    .form__block {
        flex-wrap: wrap;
        gap: 0;
    }

    .form__block > div {
        width: 50%;
    }

    .form__block button {
        width: 100%;
        margin: .125rem 0 0 0;
    }

    .banners__block {
        margin-top: .75rem !important;
    }

    .subscribe__block .ratio {
        --bs-aspect-ratio: calc(9 / 16 * 100%);
        border-radius: 1.5rem;
    }

    .subscribe__block .ratio > div {
        padding: 1.5rem;
    }

    .subscribe__block .ratio > div b {
        font-size: 1.5rem;
    }

    .subscribe__block .ratio > div p {
        font-size: 1rem;
    }

    .subscribe__block .ratio > div h3 {
        font-size: 3rem;
    }
}

@media (max-width: 768px) {}

@media (max-width: 576px) {
    main {
        margin-top: 60px;
    }

    .nav-up {
        top: -70px;
    }

    header {
        height: 70px;
        border-radius: 0 0 1.5rem 1.5rem;
    }

    .logo svg {
        width: 160px;
    }

    .form__block {
        padding: .5rem;
        border-radius: 1.25rem;
        gap: .25rem;
    }

    .form__block > div {
        width: calc(50% - .125rem);
    }

    .tabs__block {
        padding: .75rem 0;
    }

    .slider__banners__block {
        margin-top: 1.5rem;
    }

    .parallax__line,
    .parallax__line__2 {
        display: none;
    }

    .slider .item {
        height: 300px;
        border-radius: 1.5rem;
    }

    .slider .item h1 {
        font-size: 3rem;
        margin: 1.5rem;
        font-weight: 700 !important;
    }

    .banners__block {
        gap: .75rem;
    }

    .banners__block > a .card__1 {
        border-radius: 1.5rem;
    }

    .card__1 > div {
        font-size: 1rem;
        padding: 1.5rem;
        line-height: 160%;
    }

    .directions__main__grid .ratio {
        border-radius: 1.5rem;
    }

    .directions__main__grid .city__title {
        position: relative;
        z-index: 2;
        display: flex;
        align-items: end;
        justify-content: start;
        padding: .5rem .5rem 1.5rem .5rem;
        color: rgb(37, 37, 37);
    }

    .directions__main__grid .city__title p {
        font-size: .75rem;
    }

    .directions__main__grid .city__title b {
        font-size: 1rem;
    }

    .subscribe__block {
        margin-top: 2rem !important;
        margin-bottom: 4rem !important;
    }

    .subscribe__block .ratio > div h3 {
        font-size: 1.8rem;
    }

    .on__the__map__block__tags form {
        width: 100%;
    }

    .on__the__map__block__tags > div {
        gap: .5rem;
    }

    .on__the__map__block__tags > div a {
        gap: .75rem;
        padding: .5rem .75rem;
        border-radius: .75rem;
    }

    .on__the__map__block__tags > div a span {
        font-size: 1rem;
        line-height: 100%;
    }

    .on__the__map__block__tags > div a b {
        font-size: .8rem;
    }

    .on__the__map__block__tags > div a p {
        font-size: .7rem;
        margin: 0;
    }

    .map__placeholder {
        height: 300px;
        border-radius: 1.5rem;
        margin-top: 2rem;
    }

    .partners__block {
        margin-top: 3rem;
        margin-bottom: 5rem;
    }

    .partners {
        border-radius: 1.5rem;
    }

    .partners .item picture {
        padding: 1rem;
    }

    .inner__header {
        margin-top: 1rem !important;
    }

    .inner__header h1 {
        font-size: 1.5rem;
    }

    #policyAlert {
        flex-direction: column;
        gap: 1rem;
        text-align: center;
    }
}