* {
    margin: 0;
    padding: 0;
    outline: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

body {
    margin: 0;
    padding: 0;
    line-height: 1;
    min-width: 320px;
    position: relative
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline
}

fieldset {
    border: 0;
    padding: 0;
    margin: 0;
    min-width: 0
}

.hidden,
[hidden],
template {
    display: none
}

a {
    text-decoration: none;
    background: 0 0
}

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

a img {
    border: 0
}

b,
strong {
    font-weight: 700
}

small {
    font-size: 75%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

svg:not(:root) {
    overflow: hidden
}

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    border: 0;
    font: inherit;
    color: inherit;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    text-transform: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0 !important;
    background-clip: padding-box;
    background-color: transparent
}

button,
html input[type=button] {
    cursor: pointer;
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button
}

button[disabled],
html input[disabled] {
    cursor: default
}

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

input {
    line-height: normal
}

input[type=reset],
input[type=submit] {
    cursor: pointer;
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button
}

input[type=checkbox],
input[type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    height: auto
}

input[type=search] {
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
    appearance: none
}

table {
    border-spacing: 0;
    border-collapse: collapse
}

td,
th {
    padding: 0
}

h1,
h2,
h3,
h4,
h5 {
    margin: 0
}

img {
    max-width: 100%;
    height: auto;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 0
}

.clearfix {
    clear: both
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-overflow-style: scrollbar
}

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

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.container {
    max-width: 90%
}

.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.row {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px
}

.col {
    -ms-flex-preferred-size: 0;
    -webkit-flex-basis: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    max-width: 100%
}

.col-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
}

.col-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%
}

.col-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%
}

.col-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

.col-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
}

.col-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%
}

.col-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.col-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%
}

.col-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%
}

.col-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
}

.col-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%
}

.col-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%
}

.col-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

@media (min-width:576px) {
    .col-sm {
        -ms-flex-preferred-size: 0;
        -webkit-flex-basis: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-sm-auto {
        -ms-flex: 0 0 auto;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-sm-1 {
        -ms-flex: 0 0 8.333333%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-sm-2 {
        -ms-flex: 0 0 16.666667%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-sm-3 {
        -ms-flex: 0 0 25%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-sm-4 {
        -ms-flex: 0 0 33.333333%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-sm-5 {
        -ms-flex: 0 0 41.666667%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-sm-6 {
        -ms-flex: 0 0 50%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-sm-7 {
        -ms-flex: 0 0 58.333333%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-sm-8 {
        -ms-flex: 0 0 66.666667%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-sm-9 {
        -ms-flex: 0 0 75%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-sm-10 {
        -ms-flex: 0 0 83.333333%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-sm-11 {
        -ms-flex: 0 0 91.666667%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-sm-12 {
        -ms-flex: 0 0 100%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media (min-width:768px) {
    .col-md {
        -ms-flex-preferred-size: 0;
        -webkit-flex-basis: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-md-auto {
        -ms-flex: 0 0 auto;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-md-1 {
        -ms-flex: 0 0 8.333333%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-md-2 {
        -ms-flex: 0 0 16.666667%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-md-3 {
        -ms-flex: 0 0 25%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-md-4 {
        -ms-flex: 0 0 33.333333%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-md-5 {
        -ms-flex: 0 0 41.666667%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-md-6 {
        -ms-flex: 0 0 50%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-md-7 {
        -ms-flex: 0 0 58.333333%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-md-8 {
        -ms-flex: 0 0 66.666667%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-md-9 {
        -ms-flex: 0 0 75%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-md-10 {
        -ms-flex: 0 0 83.333333%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-md-11 {
        -ms-flex: 0 0 91.666667%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-md-12 {
        -ms-flex: 0 0 100%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media (min-width:992px) {
    .col-lg {
        -ms-flex-preferred-size: 0;
        -webkit-flex-basis: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-lg-auto {
        -ms-flex: 0 0 auto;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-lg-1 {
        -ms-flex: 0 0 8.333333%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-lg-2 {
        -ms-flex: 0 0 16.666667%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-lg-3 {
        -ms-flex: 0 0 25%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-lg-4 {
        -ms-flex: 0 0 33.333333%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-lg-5 {
        -ms-flex: 0 0 41.666667%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-lg-6 {
        -ms-flex: 0 0 50%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-lg-7 {
        -ms-flex: 0 0 58.333333%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-lg-8 {
        -ms-flex: 0 0 66.666667%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-lg-9 {
        -ms-flex: 0 0 75%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-lg-10 {
        -ms-flex: 0 0 83.333333%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-lg-11 {
        -ms-flex: 0 0 91.666667%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-lg-12 {
        -ms-flex: 0 0 100%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media (min-width:1200px) {
    .col-xl {
        -ms-flex-preferred-size: 0;
        -webkit-flex-basis: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-xl-auto {
        -ms-flex: 0 0 auto;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-xl-1 {
        -ms-flex: 0 0 8.333333%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-xl-2 {
        -ms-flex: 0 0 16.666667%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-xl-3 {
        -ms-flex: 0 0 25%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-xl-4 {
        -ms-flex: 0 0 33.333333%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-xl-5 {
        -ms-flex: 0 0 41.666667%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-xl-6 {
        -ms-flex: 0 0 50%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-xl-7 {
        -ms-flex: 0 0 58.333333%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-xl-8 {
        -ms-flex: 0 0 66.666667%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-xl-9 {
        -ms-flex: 0 0 75%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-xl-10 {
        -ms-flex: 0 0 83.333333%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-xl-11 {
        -ms-flex: 0 0 91.666667%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-xl-12 {
        -ms-flex: 0 0 100%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

body {
    color: #2b2e31;
    font-size: 16px;
    font-family: "Noto Sans Hebrew", sans-serif
}

main {
    position: relative;
    overflow: hidden
}

@media (max-width:575px) {
    main {
        height: calc(var(--vh, 1vh) * 100)
    }
}

header {
    background: #f5d745;
    height: 8.125rem;
    z-index: 999;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

header .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 100%;
    max-width: 95%
}

header .log_in {
    font-family: Montserrat, sans-serif;
    font-weight: 700;
    font-size: 1rem;
    color: #2b2e31
}

header .text {
    font-weight: 700;
    font-size: 1.0625rem;
    line-height: 1.59875rem;
    color: #2b2e31;
    margin-top: .9375rem
}

header .logo {
    max-width: 7.5rem;
    position: relative;
    z-index: 999;
    display: block
}

header .logo img {
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    width: 100%;
    height: 100%
}

.input_def {
    width: 100%;
    height: 5rem;
    border-radius: 1.125rem;
    background: #e4e4e4;
    padding: 1.375rem;
    font-size: 1.125rem;
    display: block
}

::-webkit-input-placeholder {
    color: #000
}

::-moz-placeholder {
    color: #000
}

:-ms-input-placeholder {
    color: #000
}

:-moz-placeholder {
    color: #000
}

fieldset {
    margin-bottom: 1.875rem;
    max-width: 30rem;
    direction: rtl
}

fieldset:last-of-type {
    margin-bottom: 0
}

fieldset label {
    font-size: 1.0625rem;
    color: #cc4f9d;
    display: block;
    margin-bottom: .9375rem;
    position: relative
}

fieldset label .window {
    position: absolute;
    right: 4rem;
    top: 0;
    background: #fef9d6;
    padding: 20px;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

fieldset label .window p {
    font-size: .875rem;
    line-height: .84125rem;
    color: #2b2e31;
    margin-bottom: 0;
    direction: rtl;
    text-align: right
}

fieldset label:hover .window {
    opacity: 1;
    pointer-events: visible
}

fieldset:last-child {
    margin-bottom: 0
}

.search {
    width: 16.25rem;
    height: 2.6875rem;
    padding-left: 3.125rem;
    border: .0625rem solid #2b2e31;
    border-radius: 1.375rem;
    background: url(../img/search.svg) no-repeat left .625rem center;
    background-size: 1.3rem;
    font-family: Montserrat, sans-serif;
    font-weight: 700;
    font-size: .875rem;
    color: #2b2e31
}

.form_main .btn {
    margin-top: 4rem;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex
}

.simplebar-track.simplebar-vertical {
    background: #e5e5e5 !important;
    width: .5rem !important
}

.simplebar-track.simplebar-vertical .simplebar-scrollbar {
    width: .5rem !important
}

.simplebar-scrollbar {
    border-radius: 0 !important;
    background: #666 !important
}

.simplebar-scrollbar:before {
    content: none !important
}

textarea {
    width: 100%;
    background: #fbf3f8;
    border-radius: 1.5625rem;
    height: 12.5rem;
    resize: none;
    padding: 1.25rem
}

.form_org {
    padding-left: 12.75rem
}

.form_org .add_input .custom-file-upload_2 {
    margin-bottom: .9375rem
}

.form_org .send {
    margin-top: 3.75rem
}

.form_org .custom-file-upload {
    height: 5rem
}

.form_org .custom-file-upload img {
    width: 2.5rem;
    height: 2.5rem
}

.form_org .row_input {
    margin-left: -.3125rem;
    margin-right: -.3125rem
}

.form_org .row_input .col-6 {
    margin-bottom: .625rem;
    padding-left: .3125rem;
    padding-right: .3125rem
}

.form_org .row_input .col-6:last-of-type {
    margin-bottom: 0
}

.form_org .row_input.row_input_2 .custom-file-upload,
.form_org .row_input.row_input_2 .input_def {
    height: 7.5rem
}

.form_org .row_input.row_input_2 .input_def {
    padding-bottom: 6rem
}

.form_org .input_def {
    background: #fbf3f8;
    direction: rtl;
    padding-bottom: 3rem
}

.form_org fieldset {
    direction: rtl;
    max-width: none
}

.form_org fieldset label {
    font-size: 1.0625rem;
    line-height: 1.3;
    color: #cc4f9d;
    margin-bottom: .9375rem
}

.form_org .item_form {
    margin-bottom: 3.125rem
}

.form_org .item_form:last-of-type {
    margin-bottom: 0
}

.form_org .right_box {
    direction: rtl;
    padding-left: 8.5rem
}

.form_org .right_box .item_change {
    margin-bottom: 3.75rem
}

.form_org .right_box .item_change:last-of-type {
    margin-bottom: 0
}

.form_org .right_box .title_h3 {
    font-size: 5rem;
    line-height: 4.450625rem;
    letter-spacing: -.1rem;
    color: #cc4f9d;
    margin-bottom: 3.75rem
}

.form_org .right_box .name {
    font-size: 1.0625rem;
    color: #cc4f9d;
    margin-bottom: 1.875rem
}

.form_org .right_box .name_org {
    font-size: 1.0625rem;
    color: #2b2e31;
    padding-bottom: .625rem;
    margin-bottom: 2.1875rem;
    border-bottom: .0625rem solid #999
}

.module__radio {
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 1rem
}

.module__radio:last-of-type {
    margin-bottom: 0
}

.module__radio .text {
    font-size: 1.0625rem;
    line-height: 1.21625rem;
    color: #2b2e31
}

.module__radio .check {
    width: 1.01rem;
    height: 1.01rem;
    border: .1875rem solid #999;
    margin-left: .9375rem;
    background: #fff;
    border-radius: 50%;
    position: relative;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.module__radio input:checked+.check:before {
    content: '';
    background: #cc4f9d;
    position: absolute;
    left: 50%;
    top: 50%;
    width: .5rem;
    height: .5rem;
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.title_h2 {
    text-align: center;
    font-size: 2.6875rem;
    color: #cc4f9d;
    margin-bottom: 3.75rem
}

.btn {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 3rem;
    font-weight: 700;
    padding: 0 2.3rem;
    text-align: center;
    border: .125rem solid #cc4f9d;
    color: #cc4f9d;
    border-radius: 1.9375rem;
    font-size: 1.5rem;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.btn:hover {
    opacity: .7
}

.btn.btn_2 {
    background: #e4e4e4;
    border: .125rem solid #e4e4e4
}

.btn.btn_3 {
    background: #5bba57;
    border: .125rem solid #5bba57;
    color: #fff;
    height: 3.75rem
}

.btn.btn_4 {
    background: #cc4f9d;
    color: #fff;
    font-size: 1.3125rem;
    height: 3.4375rem
}

p {
    font-size: 1.375rem;
    line-height: 1.45rem;
    letter-spacing: -.01375rem;
    color: #000;
    margin-bottom: 1.875rem;
    text-align: center;
    direction: rtl
}

.swiper-container {
    position: relative
}

.slider_1_css .swiper-slide {
    width: 303.75px
}

.slider_2_css {
    overflow: hidden
}

.slider_2_css .swiper-pagination span {
    background: 0 0
}

.swiper-button-prev {
    background: url(../img/arr_left.svg) no-repeat;
    left: 3rem !important
}

.swiper-button-prev:after {
    content: none !important
}

.swiper-button-next {
    right: 3rem !important;
    background: url(../img/arr_right.svg) no-repeat
}

.swiper-button-next:after {
    content: none !important
}

.white-popup {
    position: relative;
    background: #fff;
    padding: 6.5rem 1.875rem 0 1.875rem;
    width: auto;
    max-width: 1160px;
    height: 650px;
    margin: 20px auto;
    overflow-x: hidden;
    overflow-y: auto
}

.white-popup .col-4 {
    position: relative;
    margin-bottom: 6.25rem
}

.white-popup .col-4:after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: .0625rem;
    height: 5.9375rem;
    background: #999
}

.white-popup .col-4:nth-of-type(3n):after {
    content: none
}

.white-popup .title_h2 {
    margin-bottom: 6.25rem
}

.white-popup .item {
    text-align: center
}

.white-popup.small_popup {
    padding: 6.5rem 1.875rem
}

.white-popup.small_popup .inner_box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    height: 100%
}

.white-popup.small_popup .image_center {
    width: 4.875rem;
    height: 4.875rem;
    margin: 5rem auto
}

.white-popup.small_popup .image_center img {
    width: 100px
}

.white-popup.small_popup .btn {
    background: #fbdb00;
    height: 2.9rem;
    border: none
}

.white-popup.small_popup:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 12.1875rem;
    /*background:url(../img/line_7.png) no-repeat;*/
    background-size: contain;
    width: 11.125rem;
    height: 17.625rem;
    pointer-events: none
}

.white-popup.small_popup:after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 15rem;
    /*background:url(../img/line_8.png) no-repeat;*/
    background-size: contain;
    width: 9.3125rem;
    height: 2.25rem;
    pointer-events: none
}

.white-popup.small_popup .title_h2 {
    direction: rtl;
    margin-bottom: 0
}

.white-popup.small_popup .title_h3 {
    font-size: 6.5rem;
    letter-spacing: -.39rem;
    color: #cc4f9d;
    margin: 5rem 0
}

.white-popup.post_popup {
    padding: 6.5rem 1.875rem
}

.white-popup.post_popup .inner_box {
    width: 80%;
    margin: 0 auto
}

.white-popup.post_popup .image {
    width: 100%
}

.white-popup.post_popup .image img {
    width: 100%
}

.white-popup.post_popup .bottom_option {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 1.25rem;
    font-weight: 700;
    font-size: 1.5rem;
    letter-spacing: .045rem;
    color: #cc4f9d
}

.white-popup.post_popup .bottom_option .event {
    color: #cc4f9d;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.white-popup.post_popup .bottom_option .event:hover {
    opacity: .7
}

.white-popup.small_popup_2 {
    padding: 6.5rem
}

.white-popup.small_popup_2 .slider_4_1_css {
    margin-bottom: 6.25rem
}

.mfp-bg {
    background: rgba(202, 202, 202, .65) !important
}

.mfp-wrap {
    overflow: hidden !important
}

.mfp-close {
    width: 1.75rem !important;
    height: 1.75rem !important;
    font-size: 0 !important;
    background: url(../img/close_popup.svg) no-repeat center center !important;
    top: 2.1875rem !important;
    right: 2.1875rem !important;
    opacity: 1 !important;
    -webkit-transition: .3s !important;
    -o-transition: .3s !important;
    transition: .3s !important
}

.mfp-close:hover {
    opacity: .7 !important
}

.mfp-fade.mfp-bg {
    opacity: 0;
    -webkit-transition: all .15s ease-out;
    -o-transition: all .15s ease-out;
    transition: all .15s ease-out
}

.mfp-fade.mfp-bg.mfp-ready {
    opacity: .8
}

.mfp-fade.mfp-bg.mfp-removing {
    opacity: 0
}

.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
    -webkit-transition: all .15s ease-out;
    -o-transition: all .15s ease-out;
    transition: all .15s ease-out
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0
}

@media (min-width:768px) and (max-width:1920px) {
    html {
        font-size: .83vw
    }
}

.overflow_body {
    overflow: hidden
}

a {
    color: #2b2e31
}

.section_top {
    position: relative
}

.section_top:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 15.1875rem;
    /*background:url(../img/line_1.png) no-repeat;*/
    background-size: contain;
    width: 29.125rem;
    height: 18.875rem;
    pointer-events: none
}

.section_top:after {
    content: '';
    position: absolute;
    right: -1.0625rem;
    top: 3.9375rem;
    /*background:url(../img/line_2.png) no-repeat;*/
    background-size: contain;
    width: 18rem;
    height: 13.25rem;
    pointer-events: none
}

.section_top .center_box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: calc(100vh - 8.125rem);
    position: relative
}

.section_top .center_box:before {
    content: '';
    position: absolute;
    right: 5.875rem;
    bottom: 10.875rem;
    /*background:url(../img/line_3.png) no-repeat;*/
    background-size: contain;
    width: 12.6875rem;
    height: 3rem;
    pointer-events: none
}

.section_top .title_h1 {
    font-weight: 900;
    margin-left: 18.8125rem;
    font-size: 9.0625rem;
    line-height: 8.213125rem;
    color: #cc4f9d;
    font-family: Montserrat, sans-serif
}

.section_main {
    padding: 2.875rem 0 7.25rem 0
}

.section_main.section_main_2 {
    position: relative
}

.section_main.section_main_2:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 38.1875rem;
    /*background:url(../img/line_4.png) no-repeat;*/
    background-size: contain;
    width: 12.6875rem;
    height: 3rem;
    pointer-events: none
}

.section_main.section_main_2:after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 15.1875rem;
    /*background:url(../img/line_5.png) no-repeat;*/
    background-size: contain;
    width: 18.1875rem;
    height: 18.375rem;
    pointer-events: none
}

.section_main.section_main_3 .row_no {
    margin: 0
}

.section_main.section_main_3 .row_no .col-6 {
    padding: 0
}

.section_main.section_main_3 .section_content {
    padding-right: 7.4375rem;
    border-right: .0625rem solid #999
}

.section_main.section_main_3 .rigth_box {
    padding-left: 7.4375rem
}

.section_main.section_main_3 .rigth_box .contact_box {
    direction: rtl;
    border-top: .0625rem solid #999;
    border-bottom: .0625rem solid #999;
    padding: 3.125rem 0;
    margin-bottom: 6.25rem
}

.section_main.section_main_3 .rigth_box .contact_box .list {
    margin-bottom: 6.25rem
}

.section_main.section_main_3 .rigth_box .contact_box .list li {
    list-style: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: .9375rem;
    font-size: 1.75rem;
    line-height: 1.325rem;
    color: #2b2e31
}

.section_main.section_main_3 .rigth_box .contact_box .list li:last-child {
    margin-bottom: 0
}

.section_main.section_main_3 .rigth_box .contact_box .list li .icon {
    width: 1.25rem;
    margin-left: 1.25rem
}

.section_main.section_main_3 .rigth_box .contact_box .contact_image {
    max-width: 15.625rem
}

.section_main.section_main_3 .rigth_box>.item {
    margin-bottom: 6rem
}

.key_people .wrap_people {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.module__people {
    margin-right: 3.125rem
}

.module__people .image {
    border: .0625rem solid #999;
    border-radius: 50%;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 10rem;
    height: 10rem;
    margin: 0 auto
}

.module__people .image img {
    vertical-align: bottom;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.module__people .name {
    text-align: center;
    margin-top: .9375rem;
    font-weight: 700;
    font-size: 1.125rem;
    line-height: 1.45rem;
    letter-spacing: -.01125rem;
    color: #000
}

.module__people:last-child {
    margin-right: 0
}

.section_main.section_main_3 .rigth_box .item_box {
    direction: rtl;
    margin-bottom: 14.375rem
}

.section_main.section_main_3 .rigth_box .item_box:last-child {
    margin-bottom: 0
}

.section_main.section_main_4:before {
    content: '';
    position: absolute;
    right: 0;
    bottom: 4.875rem;
    /*background:url(../img/line_6.png) no-repeat;*/
    background-size: contain;
    width: 25.3125rem;
    height: 16.375rem;
    pointer-events: none;
    z-index: -1
}

@media (max-width:913px) {
    .section_main.section_main_4:before {
        /*background:url(../img/line_15.png) no-repeat;*/
        background-size: contain;
        width: 15.1875rem;
        height: 24.0625rem;
        right: 26rem;
        bottom: 1.875rem
    }
}

.section_main.section_main_5:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 5.625rem;
    /*background:url(../img/line_4.png) no-repeat;*/
    background-size: contain;
    width: 12.6875rem;
    height: 3rem;
    pointer-events: none;
    z-index: -1
}

.section_main.section_main_5:after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 4.875rem;
    /*background:url(../img/line_9.png) no-repeat;*/
    background-size: contain;
    width: 18.125rem;
    height: 25.25rem;
    pointer-events: none;
    z-index: -1
}

.section_main.section_main_6:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 12.625rem;
    /*background:url(../img/line_10.png) no-repeat;*/
    background-size: contain;
    width: 15.1875rem;
    height: 24.0625rem;
    pointer-events: none;
    z-index: -1
}

.section_main.section_main_6:after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 54.875rem;
    /*background:url(../img/line_11.png) no-repeat;*/
    background-size: contain;
    width: 18.6875rem;
    height: 16.375rem;
    pointer-events: none;
    z-index: -1
}

.section_main.live {
    padding-top: 2.875rem
}

.section_main.live .wrap_alerts {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.section_main.live .wrap_alerts .wrapper_btn {
    margin-left: 7.5rem
}

.section_main.live .top_line {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: .0625rem solid #999;
    padding-bottom: 1.5625rem;
    margin-bottom: 4.375rem
}

.section_main.live .top_line .image {
    max-width: 13.75rem
}

.section_main.live .top_line .image img {
    width: 100%
}

.section_main.live .left_h2 {
    text-align: left;
    text-transform: uppercase;
    font-size: 2.6875rem;
    font-weight: 400;
    margin-bottom: 1.875rem
}

.section_main.live .section_circle {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 6.25rem 0
}

.section_main.live .section_circle .wrap_circle {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

@media (max-width:913px) {
    .section_main.live .section_circle .wrap_circle {
        width: 100%;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

.section_main.live .section_circle .wrap_circle .module__circle {
    margin-right: 4rem;
    margin-bottom: 0
}

@media (max-width:913px) {
    .section_main.live .section_circle .wrap_circle .module__circle:last-of-type {
        margin-right: 0
    }
}

.section_main.live .section_circle .wrap_circle .module__circle .circle {
    width: 10rem;
    height: 10rem
}

@media (max-width:913px) {
    .section_main.live .section_circle .wrap_circle .module__circle .circle {
        width: 14rem;
        height: 14rem
    }
}

.section_main.live .section_circle .wrap_circle .module__circle .circle .number {
    font-size: 3.5625rem;
    letter-spacing: -.015625rem
}

@media (max-width:913px) {
    .section_main.live .section_circle .wrap_circle .module__circle .circle .number {
        font-size: 5.5625rem
    }
}

.section_main.live .wrapper_btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.section_main.live .wrapper_btn .btn {
    margin-bottom: 1.25rem;
    width: 18rem;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.section_main.live .wrapper_btn .btn .icon {
    width: 2.3125rem;
    margin-left: 1.5rem;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.section_main.live .wrapper_btn .btn .icon img {
    width: 100%
}

.section_main.live .wrapper_btn .btn:last-child {
    margin-bottom: 0
}

@media (max-width:913px) {
    .section_main.live .wrapper_btn.pc {
        display: none
    }
}

.section_main.live .wrapper_btn.mob {
    display: none
}

@media (max-width:913px) {
    .section_main.live .wrapper_btn.mob {
        display: block
    }
}

.section_main.live .section_alert {
    background: #fbf3f8;
    width: 100%;
    padding-top: 3.125rem;
    border-radius: .625rem
}

@media (max-width:913px) {
    .section_main.live .section_alert {
        padding-bottom: 6.25rem
    }
}

.section_main.live .section_alert .wrapper_alert {
    position: relative;
    padding-bottom: 3.125rem;
    padding-right: 6.25rem
}

@media (max-width:913px) {
    .section_main.live .section_alert .wrapper_alert {
        padding-left: 6.25rem;
        height: 16rem
    }
}

.section_main.live .section_alert .item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    height: 6rem
}

@media (max-width:913px) {
    .section_main.live .section_alert .item {
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        padding-bottom: 1rem;
        margin-bottom: 1rem;
        position: relative;
        height: auto
    }

    .section_main.live .section_alert .item:before {
        content: '';
        background: #999;
        width: 93%;
        height: .0625rem;
        position: absolute;
        left: 0;
        top: 3.4rem
    }
}

.section_main.live .section_alert .item .title {
    font-size: 1.375rem;
    line-height: 1.45rem;
    letter-spacing: -.01375rem;
    color: #000;
    text-align: center
}

@media (max-width:913px) {
    .section_main.live .section_alert .item .title br {
        display: none
    }
}

.section_main.live .section_alert .item .icon {
    width: 1.625rem;
    margin-left: 2.5rem
}

.section_main.live .section_alert .scroll_box {
    height: 7rem;
    overflow-x: hidden
}

@media (max-width:913px) {
    .section_main.live .section_alert .scroll_box {
        padding-right: 2rem;
        height: 16rem
    }
}

.section_main.live .section_alert .row {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width:913px) {
    .section_main.live .section_alert .row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.section_main.live .section_alert .col-xl-3 {
    position: relative;
    margin-bottom: 2rem
}

@media (max-width:913px) {
    .section_main.live .section_alert .col-xl-3 {
        margin-bottom: 0
    }
}

.section_main.live .section_alert .col-xl-3:after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: .0625rem;
    height: 5.9375rem;
    background: #999
}

@media (max-width:913px) {
    .section_main.live .section_alert .col-xl-3:after {
        content: none
    }
}

.section_main.live .section_alert .col-xl-3:nth-of-type(4n):after {
    content: none
}

.section_content {
    padding-right: 1.8125rem
}

.section_content .item_content {
    border-bottom: .0625rem solid #999;
    padding-bottom: 5rem;
    margin-bottom: 5rem
}

.section_content .item_content:last-child {
    border: none;
    padding-bottom: 0;
    margin-bottom: 0
}

.section_content .item_content .wrap_btn {
    margin-top: 3.75rem
}

.section_content .item_content.item_content_no {
    padding-bottom: .4rem
}

.section_content .wrap_title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 3.75rem
}

.section_content .wrap_title .title_h2 {
    margin-bottom: 0;
    position: absolute;
    width: 100%;
    pointer-events: none
}

.section_content .wrap_organizations .wrap_btn {
    margin-top: 3rem
}

.section_content .wrap_organizations .col-3 {
    position: relative
}

.section_content .wrap_organizations .col-3:after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: .0625rem;
    height: 5.9375rem;
    background: #999
}

.section_content .wrap_organizations .col-3:last-child:after {
    content: none
}

.section_content .wrap_organizations .item {
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%
}

.section_content .wrap_circle {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.section_content .data_media {
    background: #fbf3f8;
    width: 100%;
    padding: 3.125rem 0;
    border-radius: 1.5625rem
}

.section_content .data_media .row {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center
}

.section_content .data_media .col-4 {
    position: relative
}

.section_content .data_media .col-4:after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: .0625rem;
    height: 5.9375rem;
    background: #999
}

.section_content .data_media .col-4:last-child:after {
    content: none
}

.section_content .data_media .item .title {
    margin-bottom: 1.875rem;
    font-size: 1.375rem;
    line-height: 1.45rem;
    letter-spacing: -.01375rem;
    color: #000
}

.section_content .general_info .row {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.section_content .wrap_image_org {
    text-align: center
}

.section_content .wrap_image_org .col-4 {
    position: relative
}

.section_content .wrap_image_org .col-4:after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: .0625rem;
    height: 5.9375rem;
    background: #999
}

.section_content .wrap_image_org .col-4:last-child:after {
    content: none
}

.section_content .current_documents .row {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.section_content .current_documents .col-4 {
    text-align: center
}

.current_documents .title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 .9375rem;
    text-align: center;
    font-weight: 700;
    font-size: 1.3125rem;
    letter-spacing: .039375rem;
    color: #cc4f9d;
    margin-bottom: 2.1875rem;
    height: 2.625rem;
    width: 100%;
    background: #e4e4e4;
    border-radius: 1.5rem;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.current_documents .title:hover {
    opacity: .7
}

.org_wrap .col-4 {
    position: relative
}

.org_wrap .col-4:after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: .0625rem;
    height: 5.9375rem;
    background: #999
}

.org_wrap .col-4:last-child:after {
    content: none
}

.org_wrap .item {
    text-align: center
}

.org_wrap .item .icon {
    margin: 0 auto;
    width: 4.375rem;
    height: 4.375rem
}

.org_wrap .item .title {
    font-size: 17px;
    line-height: 20.72px;
    letter-spacing: -.17px;
    color: #cc4f9d;
    text-decoration: underline;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin: .9375rem 0
}

.org_wrap .item .title:hover {
    opacity: .7
}

.org_wrap .item .sub_title {
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 1.430625rem;
    letter-spacing: -.015rem;
    color: #000
}

.wrap_btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

aside {
    border-left: .0625rem solid #999;
    padding-left: 3.75rem;
    height: 100%
}

aside .foundation {
    padding-bottom: 3.75rem;
    margin-bottom: 8.125rem;
    border-bottom: .0625rem solid #999
}

aside .ongoing_alerts .wrap_alerts {
    background: #fbf3f8;
    width: 100%;
    padding: 3.125rem 1.125rem 3.125rem 3.125rem;
    border-radius: 1.5625rem;
    margin-bottom: 3.75rem
}

aside .ongoing_alerts .wrap_alerts .scroll_box {
    padding-right: 4rem;
    height: 26rem
}

aside .ongoing_alerts .wrap_alerts .item {
    position: relative;
    padding-bottom: 3.125rem;
    margin-bottom: 3.125rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

aside .ongoing_alerts .wrap_alerts .item .title {
    font-size: 1.375rem;
    line-height: 1.45rem;
    letter-spacing: -.01375rem;
    color: #000;
    max-width: 10rem;
    text-align: center;
    margin: 0 auto;
    position: relative
}

aside .ongoing_alerts .wrap_alerts .item:after {
    content: '';
    position: absolute;
    left: 0;
    top: 90%;
    width: 100%;
    height: .0625rem;
    background: #999
}

aside .ongoing_alerts .wrap_alerts .item:last-child {
    margin-bottom: 0;
    padding-bottom: 0
}

aside .ongoing_alerts .wrap_alerts .item:last-child:after {
    content: none
}

aside .ongoing_alerts .wrap_alerts .item .icon {
    width: 1.625rem;
    height: 1.625rem;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: absolute;
    top: 50%;
    right: -3.4375rem;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

.module__circle {
    margin-bottom: 2.5rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.module__circle .circle {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 17.5rem;
    height: 17.5rem;
    border-radius: 50%;
    border: .75rem solid #e4e4e4
}

.module__circle .circle .number {
    font-size: 7.3125rem;
    letter-spacing: -.585rem
}

.module__circle .circle .number.color_1 {
    color: #5bba57
}

.module__circle .circle .number.color_2 {
    color: #668dc7
}

.module__circle .circle .number.color_3 {
    color: #cc4f9d
}

.module__circle .circle .number.color_4 {
    color: #cc4f9d
}

.module__circle .circle .number.color_5 {
    color: #5bba57
}

.module__circle .title {
    text-align: center;
    margin-top: 1.875rem;
    font-weight: 700;
    font-size: 1.9375rem;
    letter-spacing: -.31px;
    line-height: 1.2;
    color: #000
}

.module__circle.module__circle_2 {
    margin-bottom: 4.6875rem
}

.module__circle.module__circle_2 .title {
    font-size: 1.625rem;
    letter-spacing: -.01625rem;
    color: #000;
    margin-top: 1.25rem
}

.module__circle.module__circle_2 .circle {
    width: 9.375rem;
    height: 9.375rem
}

.module__circle.module__circle_2 .circle .number {
    font-size: 3.2rem;
    letter-spacing: -.2rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.module__circle.module__circle_2 .circle .number span {
    font-size: .9375rem
}

.wrap_btn_center {
    margin-top: 8.125rem
}

.back {
    font-size: 5rem;
    color: #cc4f9d;
    text-align: right;
    display: block;
    margin-bottom: 1.25rem;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.back:hover {
    opacity: .7
}

.back.back_2 {
    border-bottom: .0625rem solid #999;
    margin-bottom: 6.25rem;
    padding-bottom: 1.25rem
}

.video {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0
}

.video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.wrap_posts .post {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.wrap_posts .post .post_img {
    display: block
}

.wrap_posts .post .title {
    font-size: 1.0625rem;
    letter-spacing: -.010625rem;
    color: #000;
    margin-top: .5rem;
    margin-left: auto;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.wrap_posts .post .title:hover {
    opacity: .7
}

.module__wizard {
    width: 100%;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-align: center;
    margin-top: 6.25rem;
    direction: rtl;
    position: relative
}

.module__wizard .line {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: .9375rem
}

.module__wizard .wrap_item {
    position: relative;
    height: .9375rem;
    width: 100%
}

.module__wizard .item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.module__wizard .item .number {
    margin-bottom: 3.25rem;
    font-weight: 700
}

.module__wizard .item .title {
    height: 2rem;
    font-weight: 700
}

.module__wizard .item:nth-child(1) {
    position: absolute;
    right: 1%;
    top: 50%;
    -webkit-transform: translate(50%, -43%);
    -ms-transform: translate(50%, -43%);
    transform: translate(50%, -43%);
    white-space: nowrap
}

.module__wizard .item:nth-child(2) {
    position: absolute;
    right: 33.5%;
    top: 50%;
    -webkit-transform: translate(50%, -43%);
    -ms-transform: translate(50%, -43%);
    transform: translate(50%, -43%);
    white-space: nowrap
}

.module__wizard .item:nth-child(3) {
    position: absolute;
    right: 66%;
    top: 50%;
    -webkit-transform: translate(50%, -43%);
    -ms-transform: translate(50%, -43%);
    transform: translate(50%, -43%);
    white-space: nowrap
}

.module__wizard .item:nth-child(4) {
    position: absolute;
    right: 98.5%;
    top: 50%;
    -webkit-transform: translate(50%, -43%);
    -ms-transform: translate(50%, -43%);
    transform: translate(50%, -43%);
    white-space: nowrap
}

#toTop {
    position: fixed;
    right: 7.5rem;
    bottom: 5.625rem;
    z-index: 99;
    width: 5.875rem;
    height: 4.9375rem;
    cursor: pointer;
    display: none
}

.label_box {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-weight: 700;
    font-size: 1.125rem;
    line-height: 1.45rem;
    letter-spacing: -.01125rem;
    color: #000;
    background: #fbdb00;
    height: 1.625rem;
    padding: 0 .9375rem;
    margin-bottom: 2.25rem;
    margin-left: auto
}

.event_list {
    margin-bottom: 3.75rem;
    height: 23.75rem;
    direction: ltr;
    padding-right: 1.875rem
}

.event_list .item {
    width: 100%;
    height: 4.6875rem;
    padding: .625rem 2.5rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: .9375rem;
    margin-bottom: 1.65rem;
    background: #f0f0f0;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.event_list .item:last-child {
    margin-bottom: 0
}

.event_list .item .title {
    font-size: 1.375rem;
    line-height: 1.45rem;
    letter-spacing: -.01375rem;
    color: #000
}

.event_list .item .wrap_date {
    font-size: 1rem;
    color: #2b2e31;
    font-family: Montserrat, sans-serif;
    font-weight: 700;
    padding-left: 1.875rem;
    margin-left: 1.875rem;
    border-left: .225rem solid #fbdb00;
    width: 4.6875rem
}

.event_list .item .wrap_date .date {
    margin-bottom: .1rem
}

.renewal {
    height: 13rem;
    padding-right: 1.875rem;
    margin-bottom: 3.75rem
}

.renewal .item {
    margin-bottom: 1.875rem;
    padding-bottom: 1.875rem;
    border-bottom: .0625rem solid #999
}

.renewal .item:last-child {
    border-bottom: none
}

.data .item_box {
    padding-bottom: 5rem;
    margin-bottom: 7.5rem;
    border-bottom: .0625rem solid #999
}

.data .item_box .wrap_btn {
    margin-top: 6.25rem
}

.data .item_box:last-of-type {
    padding-bottom: 0;
    margin-bottom: 0;
    border: none
}

.section_add .wrap_icon {
    text-align: center;
    margin-top: 45px
}

.section_add .wrap_icon .item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.section_add .wrap_icon .col-3 {
    position: relative
}

.section_add .wrap_icon .col-3:after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: .0625rem;
    height: 100%;
    background: #999
}

.section_add .wrap_icon .col-3:last-child:after {
    content: none
}

.section_add .wrap_icon .image {
    width: 4.6875rem;
    height: 4.6875rem;
    margin: 1.875rem auto 0 auto
}

.section_add .wrap_icon .image img {
    width: 100%
}

.custom-file-upload {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: .375rem .75rem;
    cursor: pointer;
    width: 100%;
    background: #fbf3f8;
    border-radius: 1.125rem;
    height: 12.5rem
}

.custom-file-upload .title {
    display: block;
    margin-bottom: 1.25rem;
    font-weight: 700;
    font-size: 1.3125rem;
    letter-spacing: .039375rem;
    color: #cc4f9d
}

.custom-file-upload img {
    width: 3.625rem;
    height: 3.625rem
}

.custom-file-upload input[type=file] {
    display: none
}

.custom-file-upload.custom-file-upload_2 {
    height: 3rem;
    font-weight: 700;
    padding: 0 2.3rem;
    text-align: center;
    border-radius: 1.9375rem;
    width: 10.125rem
}

.custom-file-upload.custom-file-upload_2 span {
    margin-bottom: 0;
    font-size: 1.3125rem;
    letter-spacing: -.013125rem;
    color: #cc4f9d
}

.add_org {
    position: relative
}

.add_org:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    /*background:url(../img/line_12.png) no-repeat;*/
    background-size: contain;
    width: 16.375rem;
    height: 25.375rem;
    pointer-events: none;
    z-index: -1
}

.add_org:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 46%;
    /*background:url(../img/line_4.png) no-repeat;*/
    background-size: contain;
    width: 12.6875rem;
    height: 3rem;
    pointer-events: none;
    z-index: -1
}

.add_org_main:before {
    content: '';
    position: absolute;
    right: 0;
    bottom: 48.125rem;
    /*background:url(../img/line_13.png) no-repeat;*/
    background-size: contain;
    width: 18.1875rem;
    height: 18.375rem;
    pointer-events: none;
    z-index: -1
}

.add_org_main:after {
    content: '';
    position: absolute;
    right: 25rem;
    bottom: 0;
    /*background:url(../img/line_14.png) no-repeat;*/
    background-size: contain;
    width: 13.1875rem;
    height: 18rem;
    pointer-events: none;
    z-index: -1
}

.breadcrumbs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-bottom: 1.4rem
}

.breadcrumbs li {
    list-style: none;
    margin-right: 2.1875rem;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.breadcrumbs li:after {
    content: '';
    position: absolute;
    left: -1.25rem;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    background: url(../img/arr__left.svg) no-repeat;
    background-size: contain;
    width: .5rem;
    height: .625rem;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.breadcrumbs li:first-child:after {
    content: none
}

.breadcrumbs li:last-of-type {
    margin-right: 0
}

.breadcrumbs li a,
.breadcrumbs li span {
    font-weight: 700;
    font-size: .9375rem;
    color: #c9c9c9;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.breadcrumbs li a:hover,
.breadcrumbs li span:hover {
    opacity: .7
}

.breadcrumbs li span {
    color: #2b2e31
}

table {
    width: 100%
}

table td,
table th {
    text-align: center
}

table .icon_b {
    width: 2rem;
    height: 2rem;
    margin: 0 auto;
    margin-bottom: .9375rem
}

table .icon_b img {
    width: 100%
}

table .icon {
    width: 3.4375rem;
    height: 3.4375rem;
    margin: 0 auto
}

table .icon img {
    width: 100%
}

table thead th {
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 1.763125rem;
    color: #cc4f9d
}

table tbody td {
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 1.763125rem;
    color: #2b2e31;
    padding: 3.75rem 0;
    border-bottom: .0625rem solid #999
}

table tbody tr:last-child td {
    border-bottom: none;
    padding-bottom: 0
}

/*# sourceMappingURL=main.css.map */