* {
    padding: 0;
    margin: 0;
    border: 0
}

*,
:after,
:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

:active,
:focus {
    outline: 0
}

a:active,
a:focus {
    outline: 0
}

aside,
footer,
header,
nav {
    display: block
}

body,
html {
    width: 100%;
    font-size: 100%;
    line-height: 1;
    font-size: 14px;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    scroll-behavior: smooth;
    scrollbar-gutter: stable
}

button,
input,
textarea {
    font-family: inherit
}

input::-ms-clear {
    display: none
}

input,
textarea {
    -moz-appearance: none;
    appearance: none;
    -webkit-appearance: none;
    border-radius: 0
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: inherit
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    color: inherit
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: inherit
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
    color: inherit
}

input::placeholder,
textarea::placeholder {
    color: inherit
}

textarea {
    resize: none
}

button {
    cursor: pointer;
    background-color: transparent
}

button::-moz-focus-inner {
    padding: 0;
    border: 0
}

a {
    display: inline-block;
    color: inherit
}

a,
a:visited {
    text-decoration: none
}

a:hover {
    text-decoration: none
}

ul li {
    list-style: none
}

img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
    vertical-align: top
}

svg {
    display: block;
    width: 100%;
    height: 100%
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: inherit;
    font-weight: inherit
}

picture {
    display: block;
    width: 100%;
    height: 100%
}

input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

input[type=number] {
    -moz-appearance: textfield
}

@font-face {
    font-family: "Inter Display";
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(../fonts/Inter-Medium.woff2) format("woff2")
}

@font-face {
    font-family: "Inter Display";
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(../fonts/Inter-SemiBold.woff2) format("woff2")
}

@font-face {
    font-family: Kadwa;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../fonts/Kadwa-Regular.woff2) format("woff2")
}

@font-face {
    font-family: Kadwa;
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(../fonts/Kadwa-Bold.woff2) format("woff2")
}

:root {
    --font-main: "Inter Display", sans-serif;
    --container-width: 1240px;
    --container-step: 20px;
    --container-step-tablet: 15px;
    --container-step-mobile: 24px;
    --container: calc(var(--container-width) + (var(--container-step) * 2));
    --background-page: #0E1025;
    --main: #000000;
    --black: #000000;
    --white: #ffffff;
    --l-blue: #4BA2B3;
    --gradient: linear-gradient(90deg, #4ba2b3 0%, #b91fec 100%);
    --dark: #1E1E1E;
    --blue: #a7cff3;
    --hover: #1b879c;
    --active: #1b879c
}

.container {
    max-width: var(--container);
    margin: 0 auto;
    padding: 0 var(--container-step)
}

@media (max-width:991px) {
    .container {
        padding: 0 var(--container-step-tablet)
    }
}

@media (max-width:600px) {
    .container {
        padding: 0 var(--container-step-mobile)
    }
}

.rd-transfer {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.Kadwa {
    font-family: Kadwa
}

.page {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-family: var(--font-main);
    min-height: 100vh;
    overflow: hidden;
    color: var(--main);
    background-color: var(--background-page)
}

.main {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.main_no-margin:not(:last-child) {
    margin-bottom: 0
}

a,
button {
    color: var(--main)
}

.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    border: 0;
    clip: rect(0 0 0 0)
}

.tx-48-40 {
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 51px;
    color: var(--white)
}

@media (max-width:600px) {
    .tx-48-40 {
        font-size: 40px
    }
}

@media (max-width:355px) {
    .tx-48-40 {
        font-size: 34px
    }
}

.tx-40-26 {
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 70px;
    color: var(--white)
}

@media (max-width:600px) {
    .tx-40-26 {
        font-size: 26px;
        font-weight: 400;
        line-height: 42px
    }
}

.tx-40 {
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 50px;
    color: var(--white)
}

.tx-26 {
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: 42px;
    color: var(--white)
}

.tx-16 {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
    color: var(--white)
}

.color-white {
    color: var(--white)
}

.color-black {
    color: var(--black)
}

.color-grey {
    color: #dcdcdc
}

.color-pink {
    color: #ee3c8f
}

.mb-60 {
    margin-bottom: 60px
}

.mb-16 {
    margin-bottom: 16px
}

.input {
    display: block;
    border-radius: 12px;
    background: #e4e4e4;
    padding: 16px 24px;
    width: 100%;
    height: 55px;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
    resize: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #181818;
    -webkit-transition: border-color .3s ease-in-out;
    transition: border-color .3s ease-in-out
}

.input_area {
    height: 93px
}

@media (any-hover:hover) {
    .input:hover {
        border-color: var(--hover)
    }
}

.input:focus-visible {
    border-color: var(--hover)
}

.but {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 10px;
    padding: 5px;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
    border-radius: 15px;
    background: #ee3c8f;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    border-radius: 16px;
    max-width: 144px;
    width: 100%;
    min-height: 30px;
    color: var(--white);
    -webkit-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out
}

.but_border {
    border-radius: 10px;
    border: 1px solid #ee3c8f;
    background: 0 0
}

.but_lgreen {
    border-radius: 5px;
    background: 0 0;
    border: #ffdead;
    background-color: var(--l-blue)
}

@media (any-hover:hover) {
    .but:hover {
        opacity: .5
    }
}

.but:focus-visible {
    opacity: .5
}

.but:active {
    opacity: .5;
    -webkit-transition-duration: .1s;
    transition-duration: .1s
}

.mb-section:not(:last-child) {
    margin-bottom: 60px
}

.mb-32-10:not(:last-child) {
    margin-bottom: 32px
}

@media (max-width:1220px) {
    .mb-32-10:not(:last-child) {
        margin-bottom: 24px
    }
}

@media (max-width:991px) {
    .mb-32-10:not(:last-child) {
        margin-bottom: 16px
    }
}

@media (max-width:600px) {
    .mb-32-10:not(:last-child) {
        margin-bottom: 10px
    }
}

.mb-15 {
    margin-bottom: 15px
}

.pt-60 {
    padding-top: 60px
}

.mb-20:not(:last-child) {
    margin-bottom: 20px
}

.mb-10:not(:last-child) {
    margin-bottom: 10px
}

.word-break {
    word-break: break-all
}

.m-auto {
    margin-left: auto;
    margin-right: auto
}

.img-contain {
    -o-object-fit: contain;
    object-fit: contain
}

.img-cover {
    -o-object-fit: cover;
    object-fit: cover
}

.underline {
    text-decoration: underline
}

.text-center {
    text-align: center
}

.text-right {
    text-align: right
}

.uppercase {
    text-transform: uppercase
}

.lowercase {
    text-transform: lowercase
}

.fw-100 {
    font-weight: 100
}

.fw-200 {
    font-weight: 200
}

.fw-300 {
    font-weight: 300
}

.fw-400 {
    font-weight: 400
}

.fw-500 {
    font-weight: 500
}

.fw-600 {
    font-weight: 600
}

.fw-700 {
    font-weight: 700
}

.fw-800 {
    font-weight: 800
}

.fw-900 {
    font-weight: 900
}

.rd-upload img {
    opacity: 0;
    -webkit-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out
}

.rd-load img {
    opacity: 1
}

.scroll {
    padding-bottom: 10px;
    overflow: auto
}

.scroll::-webkit-scrollbar {
    height: 4px;
    background-color: var(--white)
}

.scroll::-webkit-scrollbar-thumb {
    background-color: var(--brown)
}

.mb-24 {
    margin-bottom: 24px
}

.al-murahinat-al-aalamiya-header {
    position: relative;
    padding: 20px 0;
    width: 100%;
    border-bottom: 1px solid #f64f59;
    background: #0e1025
}

.al-murahinat-al-aalamiya-header__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 32px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (max-width:991px) {
    .al-murahinat-al-aalamiya-header__container {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: end
    }
}

.al-murahinat-al-aalamiya-header__logo {
    max-width: 275px;
    height: 36px;
    scale: 1;
    -webkit-transition: scale .3s ease-in-out;
    transition: scale .3s ease-in-out
}

@media (any-hover:hover) {
    .al-murahinat-al-aalamiya-header__logo:hover {
        scale: 1.03
    }
}

.al-murahinat-al-aalamiya-header__logo:active {
    scale: 1.05;
    -webkit-transition-duration: .1s;
    transition-duration: .1s
}

@media (max-width:600px) {
    .al-murahinat-al-aalamiya-header__logo {
        max-width: 240px;
        height: 32px
    }
}

@media (max-width:370px) {
    .al-murahinat-al-aalamiya-header__logo {
        max-width: 180px;
        height: 23px
    }
}

.al-murahinat-al-aalamiya-header__menu {
    width: 100%
}

@media (max-width:991px) {
    .al-murahinat-al-aalamiya-header__menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        background-color: var(--black);
        z-index: 100;
        padding: 100px 30px 30px 30px;
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        overflow: auto;
        -webkit-transition: opacity .2s ease-in-out, visibility .2s ease-in-out, pointer-events .2s ease-in-out;
        transition: opacity .2s ease-in-out, visibility .2s ease-in-out, pointer-events .2s ease-in-out
    }
}

@media (max-width:600px) {
    .al-murahinat-al-aalamiya-header__menu {
        padding: 80px 30px 30px 30px
    }
}

.al-murahinat-al-aalamiya-header__menu.active {
    opacity: 1;
    visibility: visible;
    pointer-events: visible
}

.al-murahinat-al-aalamiya-header__exit-menu {
    display: none;
    position: absolute;
    width: 30px;
    height: 30px;
    background-color: transparent
}

@media (max-width:991px) {
    .al-murahinat-al-aalamiya-header__exit-menu {
        display: block;
        top: 25px;
        right: 15px
    }
}

@media (max-width:600px) {
    .al-murahinat-al-aalamiya-header__exit-menu {
        top: 25px;
        right: 15px
    }
}

.al-murahinat-al-aalamiya-header__exit-menu::before {
    content: "";
    position: absolute;
    top: 12px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: var(--white);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.al-murahinat-al-aalamiya-header__exit-menu::after {
    content: "";
    position: absolute;
    top: 12px;
    right: 0;
    width: 100%;
    height: 2px;
    background-color: var(--white);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%
}

@media (max-width:991px) {
    .nav {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 50px
    }
}

.nav__list {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px 16px
}

@media (max-width:991px) {
    .nav__list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 50px;
        background: 0 0;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.nav__list_footer {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

@media (max-width:991px) {
    .nav__list_footer {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        gap: 10px 32px
    }
}

.burger {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    width: 34px;
    height: 18px;
    background-color: transparent
}

@media (max-width:991px) {
    .burger {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 5px
    }
}

.burger span {
    display: block;
    width: 100%;
    height: 2px;
    border-radius: 11px;
    background-color: var(--white)
}

.terms {
    padding: 10px 0 30px 0
}

.terms h1 {
    font-size: 42px;
    line-height: 1.3;
    color: var(--white);
    font-weight: 700
}

@media (max-width:991px) {
    .terms h1 {
        font-size: 32px
    }
}

@media (max-width:600px) {
    .terms h1 {
        font-size: 16px
    }
}

.terms h1:not(:last-child) {
    margin-bottom: 30px
}

@media (max-width:991px) {
    .terms h1:not(:last-child) {
        margin-bottom: 20px
    }
}

@media (max-width:600px) {
    .terms h1:not(:last-child) {
        margin-bottom: 15px
    }
}

.terms h2 {
    font-size: 36px;
    line-height: 1.3;
    color: var(--white);
    font-weight: 700
}

@media (max-width:991px) {
    .terms h2 {
        font-size: 25px
    }
}

@media (max-width:600px) {
    .terms h2 {
        font-size: 14px
    }
}

.terms h2:not(:last-child) {
    margin-bottom: 30px
}

@media (max-width:991px) {
    .terms h2:not(:last-child) {
        margin-bottom: 20px
    }
}

@media (max-width:600px) {
    .terms h2:not(:last-child) {
        margin-bottom: 15px
    }
}

.terms p {
    font-size: 20px;
    line-height: 1.3;
    color: var(--white);
    font-weight: 400
}

@media (max-width:991px) {
    .terms p {
        font-size: 18px
    }
}

@media (max-width:600px) {
    .terms p {
        font-size: 12px
    }
}

.terms p:not(:last-child) {
    margin-bottom: 30px
}

@media (max-width:991px) {
    .terms p:not(:last-child) {
        margin-bottom: 20px
    }
}

@media (max-width:600px) {
    .terms p:not(:last-child) {
        margin-bottom: 15px
    }
}

.terms ul:not(:last-child) {
    margin-bottom: 30px
}

@media (max-width:991px) {
    .terms ul:not(:last-child) {
        margin-bottom: 20px
    }
}

@media (max-width:600px) {
    .terms ul:not(:last-child) {
        margin-bottom: 15px
    }
}

.terms li {
    font-size: 18px;
    line-height: 1.3;
    color: var(--white);
    font-weight: 400
}

@media (max-width:991px) {
    .terms li {
        font-size: 16px
    }
}

@media (max-width:600px) {
    .terms li {
        font-size: 12px
    }
}

.terms li:not(:last-child) {
    margin-bottom: 30px
}

@media (max-width:991px) {
    .terms li:not(:last-child) {
        margin-bottom: 20px
    }
}

@media (max-width:600px) {
    .terms li:not(:last-child) {
        margin-bottom: 15px
    }
}

.al-murahinat-al-aalamiya-hero__card {
    padding: 40px 32px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../murahinat-img/hero.webp);
    border-radius: 30px;
    border: 2px solid #f64f59
}

@media (max-width:600px) {
    .al-murahinat-al-aalamiya-hero__card {
        padding: 40px 8px
    }
}

.al-murahinat-al-aalamiya-hero__content {
    max-width: 610px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px
}

.al-murahinat-al-aalamiya-hero__link {
    max-width: 224px;
    min-height: 38px
}

@media (max-width:600px) {
    .al-murahinat-al-aalamiya-hero__link {
        max-width: 100%
    }
}

.al-murahinat-al-aalamiya-blochik__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 60px
}

@media (max-width:600px) {
    .al-murahinat-al-aalamiya-blochik__container {
        gap: 20px
    }
}

.al-murahinat-al-aalamiya-blochik__cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width:800px) {
    .al-murahinat-al-aalamiya-blochik__cards {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.al-murahinat-al-aalamiya-blochik__text {
    max-width: 620px;
    width: 100%
}

@media (max-width:800px) {
    .al-murahinat-al-aalamiya-blochik__text {
        max-width: 100%
    }
}

.al-murahinat-al-aalamiya-blochik__img {
    max-width: 600px;
    width: 100%;
    height: 330px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 30px
}

@media (max-width:800px) {
    .al-murahinat-al-aalamiya-blochik__img {
        max-width: 100%
    }
}

@media (max-width:450px) {
    .al-murahinat-al-aalamiya-blochik__img {
        height: 171px
    }
}

.al-murahinat-al-aalamiya-games__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 40px
}

@media (max-width:991px) {
    .al-murahinat-al-aalamiya-games__swiper {
        width: 100%;
        overflow: visible
    }
}

.al-murahinat-al-aalamiya-games__list {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: auto;
    -ms-grid-columns: 1fr 20px 1fr;
    grid-template: auto/repeat(2, 1fr);
    gap: 20px
}

@media (max-width:991px) {
    .al-murahinat-al-aalamiya-games__list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 0
    }
}

.al-murahinat-al-aalamiya-games__item {
    padding: 16px 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    border-radius: 15px;
    border: 1px solid #f64f59
}

@media (max-width:991px) {
    .al-murahinat-al-aalamiya-games__item {
        max-width: 293px;
        width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 0;
        border: 0
    }
}

.al-murahinat-al-aalamiya-games__img {
    max-width: 293px;
    width: 100%;
    height: 199px;
    border-radius: 8px
}

.al-murahinat-al-aalamiya-games__img img {
    border-radius: 8px
}

@media (max-width:991px) {
    .al-murahinat-al-aalamiya-games__img {
        border-radius: 0
    }

    .al-murahinat-al-aalamiya-games__img img {
        border-radius: 0
    }
}

.al-murahinat-al-aalamiya-games__card {
    max-width: 264px;
    width: 100%;
    padding: 16px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
    height: 100%
}

@media (max-width:991px) {
    .al-murahinat-al-aalamiya-games__card {
        max-width: 100%
    }
}

.al-murahinat-al-aalamiya-games__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    gap: 8px
}

.al-murahinat-al-aalamiya-games__link {
    max-width: 100%;
    min-height: 38px
}

.al-murahinat-al-aalamiya-contacts__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px
}

@media (max-width:991px) {
    .al-murahinat-al-aalamiya-contacts__bottom {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.al-murahinat-al-aalamiya-contacts__image {
    border-radius: 30px;
    padding: 20px;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 559px;
    flex: 0 1 559px;
    height: 429px;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

@media (max-width:991px) {
    .al-murahinat-al-aalamiya-contacts__image {
        height: 301px;
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none
    }
}

.form {
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 561px;
    flex: 0 1 561px
}

@media (max-width:991px) {
    .form {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none
    }
}

.form__button {
    min-height: 38px;
    max-width: 100%
}

.al-murahinat-al-aalamiya-footer {
    margin-bottom: 50px;
    padding: 0 0 40px 0
}

.al-murahinat-al-aalamiya-footer__content {
    padding-top: 48px;
    border-top: 1px solid #f64f59
}

.al-murahinat-al-aalamiya-footer__cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 76px
}

@media (max-width:768px) {
    .al-murahinat-al-aalamiya-footer__cards {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.al-murahinat-al-aalamiya-footer__age {
    margin: 0 auto;
    margin-bottom: 16px;
    max-width: 90px;
    width: 100%;
    height: 40px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

.al-murahinat-al-aalamiya-footer__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 51px
}

@media (max-width:600px) {
    .nav {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }
}

.nav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 30px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width:991px) {
    .nav__list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.nav__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    -webkit-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out
}

@media (any-hover:hover) {
    .nav__link:hover {
        color: var(--hover)
    }
}

.nav__link:focus-visible {
    color: var(--hover)
}

.nav__link:active {
    color: var(--active);
    -webkit-transition-duration: .1s;
    transition-duration: .1s
}

.nav__link .icon {
    width: 12px;
    height: 12px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.demo-card .al-murahinat-al-aalamiya-blochik__container {
    gap: 0
}

.demo-card__play {
    max-width: 851px;
    width: 100%;
    margin: 0 auto;
    height: 577px
}

@media (max-width:991px) {
    .demo-card__play {
        height: 400px
    }
}

@media (max-width:450px) {
    .demo-card__play {
        height: 187px
    }
}

.demo-card__iframe {
    max-width: 851px;
    width: 100%;
    height: 577px
}

@media (max-width:991px) {
    .demo-card__iframe {
        height: 400px
    }
}

@media (max-width:450px) {
    .demo-card__iframe {
        height: 187px
    }
}

.al-murahinat-al-aalamiya-auth {
    padding: 50px 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1.86%, #0e1025), color-stop(25.05%, rgba(14, 16, 37, 0)), color-stop(88.66%, rgba(14, 16, 37, 0)), color-stop(100.06%, #0e1025)), url(../murahinat-img/fon.webp) #d3d3d3 50%/cover no-repeat;
    background: linear-gradient(180deg, #0e1025 1.86%, rgba(14, 16, 37, 0) 25.05%, rgba(14, 16, 37, 0) 88.66%, #0e1025 100.06%), url(../murahinat-img/fon.webp) #d3d3d3 50%/cover no-repeat
}

.al-murahinat-al-aalamiya-auth .form {
    max-width: 820px;
    width: 100%;
    margin-left: auto;
    margin-right: auto
}

@media (max-width:600px) {
    .al-murahinat-al-aalamiya-auth .form {
        padding: 16px 0
    }
}

.al-murahinat-al-aalamiya-auth .al-murahinat-al-aalamiya-auth__content {
    display: none
}

.al-murahinat-al-aalamiya-auth .al-murahinat-al-aalamiya-auth__content.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.al-murahinat-al-aalamiya-auth__text {
    max-width: 820px;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 24px
}

.al-murahinat-al-aalamiya-auth__text a {
    -webkit-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out
}

@media (any-hover:hover) {
    .al-murahinat-al-aalamiya-auth__text a:hover {
        opacity: .5
    }
}

.al-murahinat-al-aalamiya-auth__text a:focus-visible {
    opacity: .5
}

.al-murahinat-al-aalamiya-auth__text a:active {
    opacity: .5;
    -webkit-transition-duration: .1s;
    transition-duration: .1s
}

.form-contact .form {
    padding: 0
}

.form-contact__cards {
    padding: 64px 64px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 24px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (max-width:600px) {
    .form-contact__cards {
        padding: 16px 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.form-contact__card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 24px;
    width: 50%
}

@media (max-width:600px) {
    .form-contact__card {
        width: 100%
    }
}

.form-contact__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px
}

.form-contact__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px
}