@font-face {
    font-family: maziar;
    font-weight: 100;
    font-style: normal;
    src: url('fonts/ttfe/Estedad-Thin.ttf') format('truetype'),
         url('fonts/woff2e/Estedad-Thin.woff2') format('woff2');
}

@font-face {
    font-family: maziar;
    font-weight: 200;
    font-style: normal;
    src: url('fonts/ttfe/Estedad-ExtraLight.ttf') format('truetype'),
         url('fonts/woff2e/Estedad-ExtraLight.woff2') format('woff2');
}

@font-face {
    font-family: maziar;
    font-weight: 300;
    font-style: normal;
    src: url('fonts/ttfe/Estedad-Light.ttf') format('truetype'),
         url('fonts/woff2e/Estedad-Light.woff2') format('woff2');
}

@font-face {
    font-family: maziar;
    font-weight: 400;
    font-style: normal;
    src: url('fonts/ttfe/Estedad-Regular.ttf') format('truetype'),
         url('fonts/woff2e/Estedad-Regular.woff2') format('woff2');
}

@font-face {
    font-family: maziar;
    font-weight: 500;
    font-style: normal;
    src: url('fonts/ttfe/Estedad-Medium.ttf') format('truetype'),
         url('fonts/woff2e/Estedad-Medium.woff2') format('woff2');
}

@font-face {
    font-family: maziar;
    font-weight: 600;
    font-style: normal;
    src: url('fonts/ttfe/Estedad-SemiBold.ttf') format('truetype'),
         url('fonts/woff2e/Estedad-SemiBold.woff2') format('woff2');
}

@font-face {
    font-family: maziar;
    font-weight: 700;
    font-style: normal;
    src: url('fonts/ttfe/Estedad-Bold.ttf') format('truetype'),
         url('fonts/woff2e/Estedad-Bold.woff2') format('woff2');
}

@font-face {
    font-family: maziar;
    font-weight: 800;
    font-style: normal;
    src: url('fonts/ttfe/Estedad-ExtraBold.ttf') format('truetype'),
         url('fonts/woff2e/Estedad-ExtraBold.woff2') format('woff2');
}

@font-face {
    font-family: maziar;
    font-weight: 900;
    font-style: normal;
    src: url('fonts/ttfe/Estedad-Black.ttf') format('truetype'),
         url('fonts/woff2e/Estedad-Black.woff2') format('woff2');
}


body {
    background-color: #0f1628;
    direction: rtl;
    font-family: maziar, sans-serif;
    position: relative;
    text-align: right;
}
a {
    text-decoration: none;
}
input:focus {
    outline: none;
}
@media (min-width: 1141px) {
    .container {
        max-width: 1427px;
    }
}
.overlay--white {
    background: hsla(0, 0%, 100%, 0.8);
}
.overlay--gray,
.overlay--white {
    bottom: 0;
    left: 0;
    position: fixed !important;
    right: 0;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    z-index: 99;
}
.overlay--gray {
    background: rgba(0, 0, 0, 0.64);
}
.page-loader {
    background: rgba(0, 0, 0, 0.64);
    display: none;
    left: 0;
    position: fixed !important;
    text-align: center;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    width: 100%;
    z-index: 99989;
}
.page-loader,
.page-loader__inner {
    align-items: center;
    height: 100%;
    justify-content: center;
}
.page-loader__inner {
    display: flex;
    flex-direction: column;
}
.page-loader__text {
    color: #fff;
    font-size: 1rem;
    font-weight: 600;
    margin-top: 2.75rem;
}
.button {
    align-items: center;
    background-color: #ececec;
    border: none;
    border-radius: 3px;
    color: #8b8b8b;
    display: inline-flex;
    font-size: 16px;
    justify-content: center;
    padding: 10px 20px;
    transition: 0.3s;
    white-space: nowrap;
}
.button:focus {
    outline: none !important;
}
.button:hover {
    background-color: #e7e7e7;
    color: #8e939b;
    transition: 0.3s;
}
.button--green {
    background-color: #eb174a;
    color: #fff;
}
.button--green:hover {
    background-color: #b61137;
    color: #fff;
}
.button--red {
    background: #bc044c;
    color: #fff;
}
.button--red:hover {
    background: #9d033a;
    color: #fff;
}
.header-navbar {
    align-items: center;
    background-color: #0f1628;
    border-radius: 15px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.06);
    display: flex;
    justify-content: space-between;
    padding: 10px 22px;
    position: sticky !important;
    top: 23px;
    transition: all 0.3s;
    width: 100%;
    z-index: 9999;
}
.header-navbar .navbar-toggler {
    cursor: pointer;
    padding: 4px 9px;
}
.header-navbar .header-navbar__list .header-navbar__list-link {
    color: #fff;
    font-family: maziar, Tahoma, sans-serif;
    font-size: 15px;
    font-weight: 500;
    transition: all 0.3s;
}
.header-navbar .header-navbar__list .header-navbar__list-link:hover {
    color: #7a0131 !important;
    transition: all 0.3s;
}
.header-navbar .btn-nav-back {
    margin-right: 17px;
    padding: 7px 15px;
}
.header-navbar .container {
    align-items: center;
    display: flex;
    height: 100px;
    justify-content: space-between;
}
.header-navbar__align {
    position: absolute;
    right: 0;
}
.header-navbar .header-navbar__hamburger div {
    background-color: #a2a6ab;
    border-radius: 24px;
    display: block;
    height: 3px;
    margin: 6px 0;
    transition: all 0.3s ease-in-out;
    width: 25px;
}
.header-navbar .header-navbar__hamburger.is-active div:nth-child(2) {
    opacity: 0;
}
.header-navbar .header-navbar__hamburger.is-active div:first-child {
    transform: translateY(9px) rotate(45deg);
}
.header-navbar .header-navbar__hamburger.is-active div:nth-child(3) {
    transform: translateY(-9px) rotate(-45deg);
}
.header-navbar__logo-back img {
    /*height: 40px;
    width: 160px;*/
}
.header-navbar__collapse {
    position: relative;
    z-index: 99;
}
.header-navbar__collapse .header-navbar__btn .button--green {
    box-shadow: none;
    font-weight: 700;
    padding: 8px 28px;
}
.header-navbar__collapse .header-navbar__list-link {
    overflow: hidden;
}
.header-navbar .header-navbar__menu-hidden {
    right: -100%;
}
.header-navbar__mini-menu .header-navbar__menu-hidden {
    right: 0 !important;
    transition: 0.5s;
}
.header-navbar__mini-menu .navbar-toggler {
    background-color: transparent;
}
.header-navbar__list-item {
    color: #fff;
    font-size: 16px;
    margin-left: 35px;
}
.header-navbar__logo-show {
    display: none;
}
.header-navbar__menu-hidden {
    height: 100% !important;
    right: 0 !important;
    transition: 0.7s;
}
.header-navbar__bg {
    background-color: unset !important;
    width: 0 !important;
}
@media (min-width: 1300px) {
    .header-navbar {
        left: 0;
        margin: auto;
        max-width: 100%;
        position: fixed !important;
        right: 0;
        text-align: center;
        width: 1440px;
    }
}
@media (min-width: 1200px) and (max-width: 1300px) {
    .header-navbar {
        left: 0;
        margin: auto;
        position: fixed !important;
        right: 0;
        text-align: center;
        width: 98%;
    }
}
@media (min-width: 992px) and (max-width: 1200px) {
    .header-navbar {
        left: 0;
        margin: auto;
        position: fixed !important;
        right: 0;
        text-align: center;
        width: 936px;
    }
}
@media (max-width: 992px) {
    .header-navbar .navbar-toggler {
        background-color: #17242c;
        border: none !important;
        position: fixed;
        right: 8px;
        top: 10px;
        z-index: 99;
    }
    .header-navbar .navbar-logo-img {
     /*   display: none;*/
    }
}
@media (max-width: 431px) {
    .header-navbar {
        background-color: transparent !important;
    }
    .header-navbar__menu-hidden {
        right: -100% !important;
    }
    .header-navbar__mini-menu .header-navbar__menu-hidden {
        width: 280px !important;
    }
    .header-navbar__mini-menu .navbar-toggler {
        background-color: transparent;
    }
    .header-navbar__collapse {
        background: #0f1628;
        bottom: 0;
        position: fixed;
        right: 0;
        top: 0;
        width: 100%;
        z-index: 1;
    }
    .header-navbar__collapse .header-navbar__btn {
        margin-right: 15px;
        padding: 13px 30px;
    }
    .header-navbar__toggle {
        border: none !important;
        position: fixed;
        right: 8px;
        z-index: 99;
    }
    .header-navbar__logo-show {
        display: block;
        margin: auto;
        position: absolute;
        right: 40%;
        top: 3%;
    }
    .header-navbar__logo-show img {
        width: 160px;
    }
    .header-navbar__list {
        padding: 115px 30px 30px 5px;
    }
    .header-navbar__logo-back {
        margin-right: auto;
    }
    .header-navbar__logo-back img {
        width: 150px;
    }
    .header-navbar__list-link {
        display: block;
        font-size: 14px;
        padding: 15px 0 !important;
    }
}
@media (min-width: 431px) and (max-width: 767px) {
    .header-navbar {
        background-color: transparent !important;
    }
    .header-navbar__menu-hidden {
        right: -100% !important;
    }
    .header-navbar__collapse {
        background: #0f1628 !important;
        bottom: 0;
        position: fixed !important;
        right: 0;
        top: 0;
        width: 40%;
        z-index: 1;
    }
    .header-navbar__collapse .header-navbar__btn {
        margin-right: 15px;
    }
    .header-navbar__toggle {
        border: none !important;
        position: fixed;
        right: 8px;
        z-index: 99;
    }
    .header-navbar__logo-show {
        display: block;
        position: absolute;
        right: 200px;
        top: 3%;
    }
    .header-navbar__logo-back {
        margin-right: auto;
    }
    .header-navbar__logo-back img {
        width: 130px;
    }
    .header-navbar__logo-show img {
        margin: 0 25px;
        width: 140px;
    }
    .header-navbar__list {
        padding: 115px 20px 30px 5px;
    }
    .header-navbar__mini-menu .header-navbar__menu-hidden {
        width: 421px !important;
    }
    .header-navbar__mini-menu .navbar-toggler {
        background-color: transparent;
    }
    .header-navbar__list-link {
        display: block;
        font-size: 15px;
        padding: 15px 0 !important;
    }
}
@media (min-width: 992px) {
    .header-navbar__toggle {
        display: none;
    }
    .header-navbar__collapse {
        align-items: center;
        display: flex !important;
    }
    .header-navbar .navbar-toggler {
        padding: 0 !important;
    }
}
@media (min-width: 768px) and (max-width: 992px) {
    .header-navbar {
        background-color: transparent !important;
    }
    .header-navbar__menu-hidden {
        right: -100% !important;
    }
    .header-navbar__collapse {
        background: #0f1628 !important;
        bottom: 0;
        position: fixed;
        right: 0;
        top: 0;
        width: 40%;
        z-index: 1;
    }
    .header-navbar__collapse .header-navbar__btn {
        margin-right: 15px;
    }
    .header-navbar__toggle {
        border: none !important;
        position: fixed;
        right: 8px;
        z-index: 99;
    }
    .header-navbar__logo-show {
        display: block;
        left: 20px;
        position: absolute;
        top: 2%;
    }
    .header-navbar__logo-show img {
        width: 140px;
    }
    .header-navbar__list-link {
        display: block;
        font-size: 17px;
        padding: 15px 0 !important;
    }
    .header-navbar__list {
        padding: 115px 20px 10px;
    }
    .header-navbar__logo-back {
        margin-right: auto;
        width: 130px;
    }
}
@media (min-width: 992px) and (max-width: 1200px) {
    .header-navbar__list-item {
        font-size: 14px;
        margin-left: 13px;
    }
    .header-navbar__btn .button--green {
        font-size: 14px;
        padding: 8px 13px !important;
    }
    .header-navbar__list .header-navbar__list-link {
        font-size: 14px;
    }
}
header {
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 999999;
}
@media (min-width: 992px) {
    header .navbar-toggler {
        padding: 0 !important;
    }
}
@media (max-width: 992px) {
    header {
        z-index: 9999999;
    }
}
header:before {
    content: "";
}
.hero {
    background-color: #0f1628;
    background-image: url("../images/hero-bg-v2.jpg");
    padding-top: 180px;
    position: relative;
}
.hero,
.hero:before {
    background-repeat: no-repeat;
    background-size: cover;
}
.hero:before {
    background-image: url("../images/hero-city.png");
    background-position: bottom;
    bottom: -56px;
    content: "";
    height: 161px;
    left: 0;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 9;
}
.hero-finished:before {
    bottom: -17px;
}
.hero-finished .notify__content-input::-moz-placeholder {
    font-size: 13px !important;
}
.hero-finished .notify__content-input::placeholder {
    font-size: 13px !important;
}
.hero__wrapper {
    align-items: center;
    display: flex;
    gap: 30px;
    justify-content: center;
}
@media (max-width: 1200px) {
    .hero__wrapper {
        flex-direction: column-reverse;
    }
}
.hero .hero__title {
    position: relative;
    width: -moz-fit-content;
    width: fit-content;
}
.hero .hero__title:before {
    /*background-image: url("../images/hero-bg-v2.jpg");
    background-repeat: no-repeat;*/
    background-size: contain;
    bottom: -45px;
    content: "";
    height: 96px;
    left: 10px;
    position: absolute;
    width: 694px;
    z-index: 1;
}
@media (max-width: 1200px) {
    .hero .hero__title:before {
        display: none;
    }
}
.hero .hero__title--sm {
    display: none;
}
@media (max-width: 768px) {
    .hero .hero__title--sm {
        display: block;
    }
    .hero .hero__title--lg {
        display: none;
    }
}
.hero .hero__content {
    align-items: center;
    align-self: self-start;
    display: flex;
    flex-direction: column;
    position: relative;
    transform: translateY(35px);
    z-index: 99;
}
@media (max-width: 1200px) {
    .hero .hero__content {
        align-self: center;
        transform: unset;
    }
}
.hero .hero__content-countdown {
    display: flex;
    flex-direction: column;
    margin-top: 15px;
}
.hero .hero__content-countdown__title {
    align-self: start;
    color: #fff;
    font-family: maziar;
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
    margin-bottom: 5px;
    margin-right: 24px;
}
@media (max-width: 1200px) {
    .hero .hero__content-countdown__title {
        margin: 0 auto;
    }
}
.hero .hero__pomegranate {
    position: relative;
    z-index: 2;
}
.hero .hero__pomegranate:before {
    background-image: url(../images/hero-radar.png);
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: 580px;
    position: absolute;
    right: -74px;
    top: 2px;
    width: 845px;
    z-index: -2;
}
@media (max-width: 1200px) {
    .hero .hero__pomegranate:before {
        display: none;
    }
}
.hero .hero__pomegranate img {
    max-width: 100%;
}
.hero .hero__date {
    bottom: -1px;
    left: 171px;
    max-width: 100%;
    position: absolute;
    width: 53%;
    z-index: 9;
}
@media (max-width: 768px) {
    .hero {
        padding-top: 78px;
    }
    .hero .hero__content {
        margin-right: 0;
    }
    .hero .hero__title {
        align-items: flex-start;
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin: 0 auto;
    }
    .hero .hero__title img {
        width: 100%;
    }
    .hero .hero__date {
        left: 0;
        width: 53%;
    }
}
@media (min-width: 769px) and (max-width: 1200px) {
    .hero .hero__content {
        margin-right: 0;
    }
    .hero .hero__date {
        left: 0;
        width: 53%;
    }
}
.hero .notify {
    width: 546px;
}
@media (max-width: 768px) {
    .hero .notify {
        width: 300px;
    }
}
.hero .notify__title {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: -0.4px;
    margin-top: 38px;
    text-align: center;
    width: 100%;
}
@media (max-width: 768px) {
    .hero .notify__title {
        margin-top: 46px;
    }
}
@media (max-width: 440px) {
    .hero .notify__title {
        margin-top: 20px;
    }
}
.hero .notify__content {
    align-items: center;
    display: flex;
    gap: 20px;
    justify-content: center;
    margin-top: 9px;
}
@media (max-width: 576px) {
    .hero .notify__content {
        flex-wrap: wrap;
        gap: 8px;
    }
}
.hero .notify__content input {
    background-color: #537299;
    border: 1px solid rgba(161, 182, 199, 0.4);
    border-radius: 6px;
    color: #fff;
    font-size: 17px;
    font-weight: 500;
    height: 48px;
    outline: none;
    padding-right: 18px;
    width: 421px;
	z-index:1000;
}
@media (max-width: 768px) {
    .hero .notify__content input {
        height: 40px;
        width: 230px;
    }
}
.hero .notify__content input::-moz-placeholder {
    color: #c6c6c6;
    font-size: 15px;
}
.hero .notify__content input::placeholder {
    color: #c6c6c6;
    font-size: 15px;
}
.hero .notify__content .button {
    height: 48px !important;
    width: 125px;
    z-index: 1000;
}
@media (max-width: 768px) {
    .hero .notify__content .button {
        height: 40px !important;
        width: 100px;
    }
}
.flip-clock-wrapper {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    margin: 0 5px 0 0;
}
.flip {
    height: 86px !important;
    margin: 0 !important;
    padding-left: 1rem;
}
@media (max-width: 567px) {
    .flip {
        height: 66px !important;
        padding-left: 10px;
        width: 40px !important;
    }
}
.flip-clock-dot {
    opacity: 0;
}
.flip-clock-wrapper ul {
    background: none !important;
    box-shadow: none !important;
}
.flip-clock-wrapper ul li a {
    width: 53px !important;
}
@media (max-width: 567px) {
    .flip-clock-wrapper ul li a {
        width: 47px !important;
    }
}
.flip-clock-wrapper ul li a div {
    width: 100% !important;
}
.flip-clock-wrapper ul li {
    width: 53px !important;
}
@media (max-width: 567px) {
    .flip-clock-wrapper ul li {
        line-height: 61px !important;
    }
}
.flip-clock-wrapper ul li a div div.inn {
    font-size: 60px !important;
    font-weight: 500;
}
@media (max-width: 567px) {
    .flip-clock-wrapper ul li a div div.inn {
        font-size: 45px !important;
    }
}
.flip-clock-wrapper ul li a div.down div.inn {
    background-image: url(../media/css/flip-bg-down.png?19a42223fd5f790e4a5084330fae4e42);
    background-position-y: bottom;
    background-repeat: no-repeat;
    z-index: 99;
}
@media (max-width: 576px) {
    .flip-clock-wrapper ul li a div.down div.inn {
        background-position-x: center;
    }
}
@media (max-width: 430px) {
    .flip-clock-wrapper ul li a div.down div.inn {
        background-image: url(../media/css/flip-header-bg-down.png?25e868082201c18d902a3a2bc155c45a);
    }
}
.flip-clock-wrapper ul li a div.up div.inn {
    background-image: url(../media/css/flip-bg-up-2.png?e6fa87aacb5ee17692ca92a4031d155f);
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 99;
}
@media (max-width: 430px) {
    .flip-clock-wrapper ul li a div.up div.inn {
        background-image: url(../media/css/flip-header-bg-up.png?45e764a5fed62b428bf8e2677ba8155a);
    }
}
.flip:after {
    background-image: url(../media/css/line-clock.png?2250d20c73b924540ceb13d0e7e26f03);
    background-position-x: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: 16px;
    left: -2px;
    position: absolute;
    top: 37px;
    width: 56px;
    z-index: 99;
}
@media (max-width: 576px) {
    .flip:after {
        height: 14px;
        left: 2px;
        top: 25px;
    }
}
@media (max-width: 430px) {
    .flip:after {
        display: none;
    }
}
.flip:nth-child(11) li a div.down div.inn,
.flip:nth-child(11) li a div.up div.inn,
.flip:nth-child(12) li a div.down div.inn,
.flip:nth-child(12) li a div.up div.inn {
    color: #eb174a;
}
.flip-clock-label {
    -webkit-text-fill-color: transparent;
    background: -webkit-linear-gradient(#333, #fff);
    -webkit-background-clip: text;
    color: #d0d1d1 !important;
    font-family: maziar;
    font-size: 24px !important;
}
@media (max-width: 576px) {
    .flip-clock-label {
        font-size: 22px !important;
    }
}
.flip-clock-divider {
    width: 25px !important;
}
@media (max-width: 768px) {
    .flip-clock-divider {
        width: 6px !important;
    }
}
.flip-clock-divider.seconds .flip-clock-label {
    -webkit-text-fill-color: transparent;
    background: -webkit-linear-gradient(rgba(235, 23, 74, 0.298), #eb174a);
    -webkit-background-clip: text;
    right: -80px !important;
}
.flip-clock-divider .flip-clock-label {
    top: 92px !important;
}
@media (max-width: 576px) {
    .flip-clock-divider .flip-clock-label {
        top: 75px !important;
    }
}
.flip-clock-divider.days .flip-clock-label {
    right: -74px;
}
@media (max-width: 440px) {
    .flip-clock-wrapper ul li a {
        height: 75% !important;
        width: 30px !important;
    }
    .flip:nth-child(3n-1) .inn {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0;
    }
    .flip:nth-child(3n) .inn {
        border-bottom-left-radius: 0;
        border-top-left-radius: 0;
    }
    .flip:nth-child(3n-1) .down {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0;
    }
    .flip:nth-child(3n) .down {
        border-bottom-left-radius: 0;
        border-top-left-radius: 0;
    }
    .flip-clock-wrapper ul li a div div.inn {
        font-size: 22px !important;
    }
    .flip-clock-label {
        font-size: 18px !important;
    }
    .flip-clock-wrapper ul {
        margin: 0 -11px !important;
    }
    .flip-clock-wrapper ul li {
        height: 95% !important;
        left: 8px;
        line-height: 50px !important;
        top: 20px;
        width: 27px !important;
    }
    .flip-clock-divider .flip-clock-label {
        right: -46px;
        top: 72px !important;
    }
    .flip-clock-divider.days .flip-clock-label {
        right: -35px;
    }
    .flip-clock-divider.minutes .flip-clock-label {
        right: -49px;
    }
    .flip-clock-divider.seconds .flip-clock-label {
        right: -42px !important;
    }
}
:root {
    --twinkle-duration: 4s;
    --twinkle-duration-2: 3s;
    --twinkle-duration-3: 2s;
}
.stars-wrapper {
    height: 70%;
    margin: 0 auto;
    overflow: hidden;
    pointer-events: none;
    top: 56px;
    width: 100%;
}
.stars,
.stars-wrapper {
    left: 0;
    position: absolute;
    right: 0;
}
.stars {
    bottom: 0;
    top: 0;
}
.stars:nth-child(2) {
    animation: twinkle var(--twinkle-duration) ease-in-out infinite;
}
@media (max-width: 992px) {
    .stars:first-child,
    .stars:nth-child(2) {
        display: none;
    }
}
@keyframes twinkle {
    25% {
        opacity: 0;
    }
}
@keyframes twinkle-2 {
    25% {
        opacity: 0;
    }
}
.star {
    fill: #fff;
}
.comet {
    animation: comet 10s linear infinite;
    transform-origin: center center;
}
@keyframes comet {
    0%,
    40% {
        opacity: 0;
        transform: translateX(0);
    }
    50% {
        opacity: 1;
    }
    60%,
    to {
        opacity: 0;
        transform: translateX(-100vmax);
    }
}
.comet-b {
    animation-delay: 1.3s;
}
.comet-c {
    animation-delay: 5s;
}
.footer {
    background: #0f1628;
    margin: 60px 0 0;
    position: relative;
    text-align: center;
}
@media (max-width: 1400px) {
    .footer {
        padding-bottom: 20px;
    }
}
.footer-finished {
    margin: 20px 0 0;
}
.footer__link a {
    color: #959595;
    font-weight: 700;
    margin-top: 18px;
}
.footer__link a,
.footer__text {
    font-family: maziar, Tahoma, sans-serif;
    font-size: 16px;
}
.footer__text {
    color: #4d6f95;
    font-weight: 400;
    margin-bottom: 6px;
}
@media (max-width: 992px) {
    .footer__content {
        flex-wrap: wrap;
    }
}
@media (max-width: 768px) {
    .footer:after,
    .footer:before {
        display: none;
    }
}
@media (max-width: 575px) {
    .footer__content {
        gap: 10px;
    }
}
@media (max-width: 420px) {
    .footer__content {
        gap: 6px;
    }
}
