@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.13.1/font/bootstrap-icons.min.css");
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;
}

#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;
}

#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;
}

body {
    background-color: #eee !important;
}

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

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

.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;
    padding-top: 1rem;
    padding-bottom: 1rem;
    border: 1px solid transparent;
}

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: #ffffff90;
    backdrop-filter: blur(2rem);
    -webkit-backdrop-filter: blur(2rem);
    border: 1px solid #ffffff75;
}

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

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

.buttons__block a {
    font-size: .9rem;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: .5rem;
    color: rgba(37, 37, 37, 1);
}

.buttons__block a picture {
    flex-shrink: 0;
}

.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);
}

.logo a {
    display: block;
}

.logo a picture {
    display: none;
}

main {
    margin-top: 6rem;
}

.widgets__block .col > div {
    padding: 3rem;
    border-radius: 1.5rem;
    background-color: #fff;
}

footer .container {
    margin-top: 1.5rem;
}

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

footer a:hover {
    color: #252525;
}

footer .logo {
    width: 230px;
}

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

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

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

.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;
    margin: 0 2rem;
}

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

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

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

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

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

.widgets__tabs {
    margin: 0 0 .75rem 0;
    padding: 0;
    display: flex;
    list-style: none;
    gap: .25rem;
}

.widgets__tabs .active a {
    background: #0a53be !important;
    color: #fff;
}

.widgets__tabs li {
    width: 100%;
}

.widgets__tabs li a {
    width: 100%;
    height: 100%;
    background-color: #e1e1e190;
    display: block;
    color: #1d1f21;
    font-weight: 500;
    font-size: .8rem;
    padding: .75rem .25rem;
    border-radius: 1rem;
    text-align: center;
}

.widgets__tabs li a:hover {
    background-color: #ffffff50;
}

.owl-theme {
    position: relative;
}

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

.slider .item div {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: end;
    padding-bottom: 2rem;
}

.slider .item picture {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}

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

.slider .item p {
    position: relative;
    z-index: 2;
    margin: 0 1.5rem 0 2rem;
    color: #fff;
    font-size: 1.5rem;
    font-weight: 600;
}

.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 .card__1 p {
    margin: 0;
}

.banners__block > a .card__1 p strong {
    display: block;
}

.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;
}

.owl-carousel .owl-nav {
    position: absolute;
    width: 100%;
    max-width: calc(1200px - 3rem);
    left: 0;
    right: 0;
    margin: -60px auto 0 auto;
    z-index: 9999 !important;
}

.owl-carousel .owl-next {
    background: url(../img/right.svg) center no-repeat !important;
}

.owl-carousel .owl-prev {
    background: url(../img/left.svg) center no-repeat !important;
    margin-top: -54px;
}

.owl-carousel .owl-prev,
.owl-carousel .owl-next {
    width: 48px !important;
    height: 48px !important;
    font-size: 0 !important;
    position: absolute;
    right: 0;
    background-color: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(2px) !important;
    border-radius: 3px !important;
    transition: .3s all !important;
    z-index: 999 !important;
}

.owl-carousel .owl-prev:hover,
.owl-carousel .owl-next:hover {
    background-color: #fff !important;
}

.directions__main__grid {
    margin-top: 2.5rem;
}

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

.cities__list__inner .city__card .ratio {
    --bs-aspect-ratio: calc(4 / 4 * 100%) !important;
}

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

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

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

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

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

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

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

.partners__block {
    margin-top: 0;
    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;
}

.partners .item picture img {
    transition: .5s all;
    object-fit: contain !important;
    width: 100% !important;
    height: 100% !important;
    max-width: 70% !important;
    max-height: 70% !important;
}

.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;
}

.blog__block {
    margin-top: 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;
}

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

.article__card .ratio .article-categories {
    position: absolute;
    top: 1rem;
    left: 1rem;
    z-index: 2;
    display: flex;
    flex-wrap: wrap;
    gap: .25rem;
}

.article__card .ratio .category-badge {
    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;
}

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

.article__card .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: .25rem;
    background-color: #fff;
    color: #999;
}

.article__card > div a {
    font-size: 1rem;
    font-weight: 500;
    color: #252525;
}

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

.subscribe__block__info {
    background: linear-gradient(45deg, #3454D0, #34D0BE);
    color: #fff;
    padding: 3.5rem;
    border-radius: 3rem;
    position: relative;
}

.subscribe__block__info p {
    font-size: 2rem;
    margin: 0;
}

.subscribe__block__info h3 {
    text-transform: uppercase;
    font-size: 5rem;
    font-weight: 900 !important;
}

.subscribe__block__info span {
    line-height: 100%;
    padding: 20px 48px;
    background-color: #37A4C3;
    color: #fff;
    font-size: 1.5rem;
    font-weight: 600;
    border-radius: 1rem;
    display: inline-block;
    margin-top: 1rem;
}

.subscribe__block__info a {
    line-height: 100%;
    padding: 20px 48px;
    background-color: #37A4C3;
    color: #fff;
    font-size: 1.5rem;
    font-weight: 600;
    border-radius: 1rem;
    display: inline-block;
    margin-top: 1rem;
}

.subscribe__block__info a:hover {
    background-color: #0a53be;
}

.subscribe__block__info picture {
    position: absolute;
    right: 0;
    top: 0;
    margin-top: 5rem !important;
    z-index: 2;
}

#widgets__button {
    display: none;
}

.widgets__button {
    width: 100%;
    display: none;
    align-items: center;
    justify-content: space-between;
    padding: 1rem;
    background-color: #fff;
    border-radius: 1rem;
    margin-bottom: 1rem;
    border: 1px solid #e1e1e1;
}

.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;
}

.go__home {
    background-color: #0a53be;
    color: #fff;
    padding: 1rem 2rem;
    border-radius: 1rem;
    line-height: 100%;
}

.go__home:hover {
    background-color: #0d6efd;
}

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

.inner__header h1 {
    font-size: 2rem;
    margin: 0;
    display: flex;
    align-items: center;
    gap: .5rem;
}

.inner__header h1 picture {
    width: 1.5rem;
    height: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.inner__header h1 picture img {
    object-fit: contain !important;
    width: 100% !important;
    height: 100% !important;
}

.inner__header h1 span {
    color: #999;
}

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

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

.inner__header ul,
.bread {
    padding: 0;
    margin: 0;
    font-size: .75rem;
    list-style: none;
    color: #999;
}

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

.inner__header ul li a,
.bread a {
    color: #252525;
}

.inner__header ul li a:hover,
.bread {
    color: #999;
}

.widget__links {
    display: grid !important;
    grid-template-columns: 1.5fr 1fr;
    list-style: none;
    padding: 0;
}

.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;
}

.rubrics__list > div {
    display: flex;
    gap: .75rem;
    align-items: center;
    font-size: 1rem;
    padding: .5rem 1rem;
    border-radius: 1rem;
    background-color: #0d6efd;
    color: #fff;
}

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

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

.pagination__block {
    display: flex;
    justify-content: center;
    margin-top: 2rem !important;
}

.about__country .cover__article {
    position: sticky;
    top: 250px;
}

.cover__article img {
    width: 100%;
    border-radius: 1.5rem;
}

.article__date__inner {
    background-color: #fff;
    padding: 1rem;
    border-radius: 1rem;
    font-size: .8rem;
    color: #111;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.article__date__inner > div {
    display: flex;
    align-items: center;
    line-height: 100%;
    gap: .5rem;
}

.see__also > div {
    position: sticky;
    top: 6rem;
}

.see__also .city__title b {
    font-size: .95rem;
    font-weight: 500 !important;
}

.see__also .city__card .ratio {
    --bs-aspect-ratio: calc(3 / 4 * 100%);
    border-radius: 1rem;
}

.article__text__inner {
    padding: 2rem;
}

.article__inner__header {
    font-size: 2rem;
    margin: 1.5rem 0;
}

.form__styles form {
    background-color: #0a53be;
    padding: 1rem;
    border-radius: 1.5rem;
    display: flex;
    gap: .75rem;
    margin-bottom: 1.5rem;
}

.form__styles form > div {
    width: 100%;
}

.form__styles form > div input {
    border-radius: 1rem;
    border-color: transparent;
}

.form__styles form > div input:focus {
    border-color: transparent;
}

.form__styles form .search {
    padding: 0 3rem;
    border: 0;
    background-color: #FF9100;
    border-radius: 1rem;
    color: #fff;
    font-weight: 600;
}

.form__styles form .search:hover {
    background-color: #FFBB02;
}

.ticket__peoples {
    background-color: #fff;
    border-radius: 1rem;
    display: flex;
    flex-direction: column;
    padding: .5rem .75rem;
    gap: .25rem;
    justify-content: center;
    line-height: 100%;
    position: relative;
    cursor: pointer;
}

.passengers {
    font-size: .9rem;
    font-weight: 500;
}

.class_type {
    font-size: .75rem;
}

.ticket__peoples picture {
    position: absolute;
    right: .75rem;
    width: 10px;
    display: flex;
    height: 6px;
    transition: .3s all;
}

.ticket__peoples__menu {
    position: absolute;
    width: 300px;
    right: 0;
    top: 3.7rem;
    padding: .25rem 1rem;
    background-color: #fff;
    z-index: 3;
    border-radius: 1rem;
    cursor: default;
    display: flex;
    flex-direction: column;
    font-size: .9rem;
}

.ticket__peoples__menu__1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    border-bottom: 1px solid #e1e1e1;
    padding: .75rem 0;
}

.ticket__peoples__menu__1 input {
    background-color: #f9f9f9;
    padding: .5rem .5rem .5rem 1rem;
    border-radius: .5rem;
    width: 4rem !important;
}

.ticket__peoples__menu__2 {
    margin: .75rem 0;
    display: flex;
    flex-wrap: wrap;
    gap: .75rem;
}

.ticket__peoples__menu__2 label {
    width: calc(47%);
    display: flex;
    align-items: center;
    gap: .25rem;
    font-size: .9rem;
    padding: .5rem 0;
}

.article__tags {
    display: flex;
    flex-wrap: wrap;
    gap: .5rem;
    margin: 2rem 0 1rem 0;
    padding: 1rem 0;
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
}

.article__tags a {
    color: #1d1f21;
    background-color: #0d6efd20;
    padding: .5rem .75rem;
    border-radius: .5rem;
    font-weight: 500;
    font-size: .75rem;
    line-height: 100%;
}

.article__tags a:hover {
    color: #fff;
    background-color: #0d6efd;
}

.article__inner__reaction__list {
    display: flex;
    flex-wrap: wrap;
    gap: .5rem;
}

.article__inner__reaction__list button {
    background-color: #fff;
    font-size: 1rem;
    padding: 0 0 0 1rem;
    border-radius: .75rem;
    border: 0;
    align-items: center;
    display: flex;
    gap: .5rem;
}

.article__inner__reaction__list button span {
    background-color: #0d6efd;
    color: #fff;
    font-size: .8rem;
    width: 2.5rem;
    height: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: .75rem;
    transition: .3s all;
}

.article__inner__reaction__list button:hover span {
    background-color: #0a53be;
}

.main__categories__list {
    display: flex;
    flex-wrap: wrap;
    gap: .5rem;
}

.main__categories__list a {
    background-color: #0d6efd;
    color: #fff;
    padding: .5rem;
    border-radius: .5rem;
}

.main__categories__list a:hover {
    background-color: #0a53be;
}

.city__search__block form {
    position: relative;
    display: flex;
    align-items: center;
}

.city__search__block input {
    width: 100%;
    padding: 1rem;
    border-radius: 1rem;
    font-size: 1rem;
    border: 1px solid #e1e1e1;
}

.city__search__block button {
    position: absolute;
    right: 1rem;
    width: 1.5rem;
    height: 1.5rem;
    background-color: transparent;
    border: 0;
    padding: 0;
    transition: .3s all;
}

.city__search__block button:hover {
    transform: scale(1.1);
}

@media (min-width: 1440px) {

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

@media (max-width: 1400px) {
    .subscribe__block__info p {
        font-size: 1.63rem;
    }

    .subscribe__block__info h3 {
        font-size: 4rem;
    }

    .subscribe__block__info picture {
        margin-top: 4rem !important;
    }
}

@media (max-width: 1200px) {
    .city__card .city__title p {
        font-size: .9rem;
    }

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

    .subscribe__block__info p {
        font-size: 1.5rem;
    }

    .subscribe__block__info h3 {
        font-size: 3.7rem;
    }

    .subscribe__block__info picture {
        right: -4rem;
    }

    .subscribe__block__info picture img {
        margin-top: 0 !important;
        transform: scale(0.8) !important;
    }
}

@media (max-width: 992px) {
    .buttons__block a {
        flex-direction: column;
        font-size: .75rem;
        gap: .25rem;
    }

    .f__1 .logo {
        display: none;
    }

    footer .col > div {
        gap: 2rem;
    }

    .f__2 {
        margin: 0;
        gap: .75rem;
    }

    .f__2 b {
        margin-bottom: 0 !important;
    }

    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;
    }

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

    .widgets__tabs {
        overflow-x: auto;
        flex-wrap: nowrap;
        white-space: nowrap;
        gap: 1rem;
        padding: .75rem;
        border-radius: .75rem;
        background-color: #0a53be;
    }

    .widgets__tabs::-webkit-scrollbar {
        width: 0;
        height: 0;
        display: none;
    }

    .widgets__tabs .active a {
        background-color: transparent !important;
    }

    .widgets__tabs .active a i {
        color: #0a53be;
        background-color: #ffffff;
    }

    .widgets__tabs li a {
        display: flex;
        flex-direction: column;
        align-items: center;
        background-color: transparent;
        border-radius: 0;
        padding: 0;
        gap: .5rem;
        color: #fff;
        width: 84px;
    }

    .widgets__tabs li a i {
        font-size: 1.2rem;
        width: 3rem;
        height: 3rem;
        color: #fff;
        background-color: #ffffff25;
        border-radius: 1rem;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .widgets__tabs li a:hover {
        background-color: transparent !important;
    }

    .widgets__button {
        display: none;
    }

    .blog__block {
        margin-bottom: 2rem;
    }

    .subscribe__block__info {
        height: 600px;
    }

    .subscribe__block__info picture {
        display: block;
        right: 0;
        margin-top: 25rem !important;
        bottom: 0 !important;
    }

    .subscribe__block__info picture img {
        transform: scale(1.0) !important;
    }

    .cover__article {
        position: relative;
        top: auto;
    }

    .about__country .cover__article {
        position: relative;
        top: 0;
    }

    .see__also > div {
        position: relative;
        top: 0;
    }

    .see__also .city__card .ratio {
        --bs-aspect-ratio: calc(1 / 1 * 100%);
    }

}

@media (max-width: 768px) {
    .logo a svg {
        display: none;
    }

    .logo {
        flex-shrink: 0;
    }

    .logo a picture {
        display: block;
        flex-shrink: 0;
    }

    .subscribe__block__info {
        padding: 2rem;
        text-align: center;
    }

    .subscribe__block__info p {
        font-size: 1rem;
    }

    .subscribe__block__info h3 {
        font-size: 3rem;
    }

    .subscribe__block__info a {
        width: 100%;
        text-align: center;
        background-color: #0a53be;
    }
}

@media (max-width: 576px) {
    header .col {
        gap: 1.5rem;
    }

    .buttons__block {
        gap: 0;
        width: 75%;
        justify-content: space-between;
    }

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

    .buttons__block a picture {
        width: 1.7rem;
    }

    footer .col > div {
        margin-bottom: .75rem;
    }

    header {
        padding-top: .75rem;
        padding-bottom: .75rem;
        border-radius: 1rem;
        width: calc(100% - 1.5rem);
        margin: .75rem;
        background-color: #fff;
    }

    main {
        margin-top: 96px;
    }

    .parallax__line,
    .parallax__line__2 {
        display: none;
    }

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

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

    .slider .item p {
        font-size: 1rem;
        margin: 0 1.5rem;
    }

    .slider .item div {
        padding-bottom: 1.5rem;
    }

    .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%;
    }

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

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

    .city__card .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);
    }

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

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

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

    .partners {
        border-radius: 1.5rem;
    }

    .subscribe__block__info {
        border-radius: 2rem;
        height: 550px;
    }

    .subscribe__block__info p strong {
        display: block;
        font-size: 1.5rem;
    }

    .subscribe__block__info h3 {
        font-size: 2.2rem;
        margin-top: .75rem;
    }

    .subscribe__block__info a,
    .subscribe__block__info span {
        font-size: 1rem;
    }

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

    .rubrics__list {
        gap: .25rem;
    }

    .rubrics__list a,
    .rubrics__list div {
        gap: .5rem;
        font-size: .75rem;
        padding: .25rem .5rem;
        border-radius: .75rem;
    }

    .rubrics__list span {
        font-size: 1.2rem;
    }

    .article__inner__header {
        font-size: 1.3rem;
        margin: 0 0 1rem 0;
    }

    .bread {
        display:none;
    }

    .article__date__inner {
        flex-direction: column;
        gap: 1rem;
    }

    .article__text__inner {
        padding: .5rem;
        margin-top: 1rem;
    }

    .article__text__inner h1,
    .article__text__inner h2,
    .article__text__inner h3 {
        font-size: 1.1rem;
    }

    .article__text__inner p {
        font-size: .9rem;
    }
}

@media (max-width: 375px) {
    .buttons__block {
        width: 100%;
    }

    .subscribe__block__info h3 {
        font-size: 2rem;
        margin-top: .75rem;
    }

    .subscribe__block__info p {
        font-size: .75rem;
    }

    .subscribe__block__info {
        height: 490px;
    }

    .subscribe__block__info picture {
        margin-top: 25rem !important;
    }

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

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

}