html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

h1 {
    font-size: 2em;
    margin: 0.67em 0
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}

b, strong {
    font-weight: bolder
}

code, kbd, samp {
    font-family: monospace, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

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

sub {
    bottom: -0.25em
}

sup {
    top: -0.5em
}

img {
    border-style: none
}

button, input, optgroup, select, textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button, input {
    overflow: visible
}

button, select {
    text-transform: none
}

button, [type="button"], [type="reset"], [type="submit"] {
    -webkit-appearance: button
}

button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0
}

button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: 0.35em 0.75em 0.625em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

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

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

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

template {
    display: none
}

[hidden] {
    display: none
}

/* @font-face {
    font-family: 'MBold';
    src: url("../fonts/Metropolis-Bold.otf") format("opentype")
}

@font-face {
    font-family: 'MLight';
    src: url("../fonts/Metropolis-Light.otf") format("opentype")
}

@font-face {
    font-family: 'MMedium';
    src: url("../fonts/Metropolis-Medium.otf") format("opentype")
}

@font-face {
    font-family: 'MMedium';
    src: url("../fonts/Metropolis-Regular.otf") format("opentype")
}

@font-face {
    font-family: 'MSBold';
    src: url("../fonts/Metropolis-SemiBold.otf") format("opentype")
} */


@font-face {
    font-family: 'PoppinsBold';
    src: url('../fonts/poppins/Poppins-Bold.woff') format('woff'),
        url('../fonts/poppins/Poppins-Bold.woff2') format('woff2');
}

@font-face {
    font-family: 'PoppinsLight';
    src: url('../fonts/poppins/Poppins-Light.woff') format('woff'),
        url('../fonts/poppins/Poppins-Light.woff2') format('woff2');
}

@font-face {
    font-family: 'Poppins-Medium';
    src: url('../fonts/poppins/Poppins-Medium.woff') format('woff'),
        url('../fonts/poppins/Poppins-Medium.woff2') format('woff2');
}

@font-face {
    font-family: 'Poppins-Regular';
    src: url('../fonts/poppins/Poppins-Regular.woff') format('woff'),
        url('../fonts/poppins/Poppins-Regular.woff2') format('woff2');
}

@font-face {
    font-family: 'PoppinsBold';
    src: url('../fonts/poppins/Poppins-Bold.woff') format('woff'),
        url('../fonts/poppins/Poppins-Bold.woff2') format('woff2');
}

@font-face {
    font-family: 'PoppinsSemiBold';
    src: url('../fonts/poppins/Poppins-SemiBold.woff') format('woff'),
        url('../fonts/poppins/Poppins-SemiBold.woff2') format('woff2');
}


@font-face {
    font-family: 'Inter-Bold';
    src: url("../fonts/interfont/Inter-Bold.woff2") format("opentype")
}

@font-face {
    font-family: 'Inter-Medium';
    src: url("../fonts/interfont/Inter-Medium.woff2") format("opentype")
}

@font-face {
    font-family: 'Inter-Regular';
    src: url("../fonts/interfont/Inter-Regular.woff2") format("opentype")
}

@font-face {
    font-family: 'Roboto-Bold';
    src: url("../fonts/roboto/Roboto-Bold.woff2") format("opentype")
}

@font-face {
    font-family: 'Roboto-Medium';
    src: url("../fonts/roboto/Roboto-Medium.woff2") format("opentype")
}

@font-face {
    font-family: 'Roboto-Regular';
    src: url("../fonts/roboto/Roboto-Regular.woff2") format("opentype")
}

@font-face {
    font-family: 'Roboto-Light';
    src: url("../fonts/roboto/Roboto-Light.woff2") format("opentype")
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0
}

p {
    margin-top: 0;
    margin-bottom: 30px
}

ol, ul, dl {
    margin-top: 0;
    margin-bottom: 45px !important
}

ul {
    margin: 0 !important;
    padding: 0
}

ol ol, ul ul, ol ul, ul ol {
    margin-bottom: 0
}

a {
    color: #EC6500;
    transition: all .4s ease;
    text-decoration: none
}

a:hover {
    color: #EC6500;
    text-decoration: none !important
}

a:focus {
    text-decoration: none !important
}

button {
    background-color: transparent;
    outline: none;
    border: none;
    cursor: pointer
}

img {
    max-width: 100%;
    display: flex
}

input:focus, input:focus-visible {
    outline: none !important
}

html {
    box-sizing: border-box
}

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

html {
    font-size: 22px;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

body {
    font-family: "Poppins-Regular";
    font-size: 22px;
    line-height: 33px;
    color: #000;
    background-color: #fff;
    letter-spacing: initial;
    overflow-x: hidden
}

body::-webkit-scrollbar-thumb {
    background-color: #EC6500;
    border: 1px solid #EC6500;
    border-radius: 20px
}

body::-webkit-scrollbar-track {
    background-color: rgba(152, 152, 152, 0.4);
    border-radius: 5px;
    opacity: .5
}

body::-webkit-scrollbar {
    width: 7px;
    margin: 7px
}

body.js-body-lock {
    overflow: hidden
}

@media (max-width: 1440px) {
    body {
        font-size: 20px;
        line-height: 30px
    }
}

@media (max-width: 1025px) {
    body {
        font-size: 16px;
        line-height: 26px
    }
}

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

@media (max-width: 1025px) {
    .container {
        width: 100%;
        padding-right: 25px;
        padding-left: 25px
    }
}

@media (min-width: 1025px) {
    .container {
        width: 80vw
    }
}

main.subpage {
    padding-top: 152px
}

@media (max-width: 992px) {
    main.subpage {
        padding-top: 81px
    }
}

main.disable-padding {
    padding-top: 0
}

@media (max-width: 992px) {
    main.disable-padding {
        padding-top: 81px
    }
}

.accordion-wrapper {
    width: 100%
}

.accordion-wrapper__item {
    margin-bottom: 40px
}

@media (max-width: 1100px) {
    .accordion-wrapper__item {
        margin-bottom: 20px
    }
}

.accordion-wrapper__item:last-child {
    margin-bottom: 0
}

.accordion-wrapper__item-title {
    padding: 16px 60px 16px 25px;
    display: flex;
    cursor: pointer;
    position: relative;
    border-radius: 10px;
    border: 1px solid #989898;
    transition: all .4s ease
}

@media (max-width: 1100px) {
    .accordion-wrapper__item-title {
        padding: 13px 45px 13px 20px
    }
}

.accordion-wrapper__item-title.js-active {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.accordion-wrapper__item-title.js-active:after {
    width: 14.28px;
    height: 14.28px;
    background: url("../img/icons/icon-accordion-close.svg") no-repeat center center
}

.accordion-wrapper__item-title:after {
    content: '';
    width: 13.91px;
    height: 7.66px;
    background: url("../img/icons/icon-accordion-arrow.svg") no-repeat center center;
    position: absolute;
    right: 35px;
    top: 50%;
    transform: translateY(-50%)
}

@media (max-width: 1100px) {
    .accordion-wrapper__item-title:after {
        right: 30px
    }
}

.accordion-wrapper__item-title span {
    font-size: 20px;
    line-height: 27px;
    font-family: 'PoppinsSemiBold';
    font-weight: 600;
    font-style: normal
}

@media (max-width: 1100px) {
    .accordion-wrapper__item-title span {
        font-size: 18px;
        line-height: 27px
    }
}

.accordion-wrapper__item-content {
    display: none;
    padding: 5px 25px;
    border: 1px solid #989898;
    border-top: none;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px
}

.accordion-wrapper__item-content p {
    font-size: 16px;
    line-height: 26px
}

@media (max-width: 1100px) {
    .accordion-wrapper__item-content p {
        font-size: 14px;
        line-height: 18px
    }
}

.accordion-wrapper__item-content p a {
    text-decoration: underline;
    color: #EC6500;
    font-family: 'PoppinsSemiBold';
    font-weight: 600;
    font-style: normal
}

.accordion-wrapper__item-content p a:hover {
    text-decoration: underline !important
}

.box-partner {
    width: 100%;
    height: initial;
    border-radius: 20px;
    border: 1px solid #E6E6E6;
    padding: 50px 40px 40px 40px
}

@media (max-width: 992px) {
    .box-partner {
        padding: 30px 20px 20px 20px
    }
}

.box-partner__image {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 150px;
    min-height: 150px;
    margin: 0 auto 45px auto
}

@media (max-width: 992px) {
    .box-partner__image {
        margin: 0 auto 45px auto
    }
}

.box-partner__articles {
    text-align: center
}

.box-partner__articles h2 {
    font-size: 30px;
    line-height: 38px;
    color: #000;
    margin-bottom: 20px;
    font-family: 'PoppinsBold';
    font-weight: 700;
    font-style: normal
}

@media (max-width: 992px) {
    .box-partner__articles h2 {
        font-size: 16px;
        line-height: 20px
    }
}

.box-partner__articles p {
    font-size: 20px;
    line-height: 35px;
    color: #000;
    margin-bottom: 0px
}

@media (max-width: 1600px) {
    .box-partner__articles p {
        font-size: 18px;
        line-height: 28px
    }
}

@media (max-width: 992px) {
    .box-partner__articles p {
        font-size: 16px;
        line-height: 26px
    }
}

.box-partner__articles>span {
    font-size: 30px;
    line-height: 38px;
    color: #000;
    margin-bottom: 20px;
    display: block;
    font-family: 'PoppinsBold';
    font-weight: 700;
    font-style: normal
}

@media (max-width: 992px) {
    .box-partner__articles>span {
        font-size: 16px;
        line-height: 20px
    }
}

.box-event {
    height: 100%;
    border-radius: 14px;
    overflow: hidden;
    border: 1px solid #E1E1E1;
    display: flex;
    flex-direction: column
}

@media (max-width: 992px) {
    .box-event {
        border-radius: 10px
    }
}

.box-event>a {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start
}

.box-event__image {
    width: 100%;
    height: 280px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover
}

@media (max-width: 992px) {
    .box-event__image {
        height: 140px
    }
}

.box-event__articles {
    width: 100%;
    display: flex;
    height: calc(100% - 280px);
    position: relative;
    flex-direction: column;
    justify-content: space-between
}

@media (max-width: 992px) {
    .box-event__articles {
        height: calc(100% - 140px)
    }
}

.box-event__articles .title-wrapper {
    padding: 30px 20px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

@media (max-width: 992px) {
    .box-event__articles .title-wrapper {
        padding: 15px
    }
}

.box-event__articles .title-wrapper h2 {
    max-width: 80%;
    font-size: 20px;
    line-height: 31px;
    color: #000;
    margin-bottom: 5px;
    font-family: 'PoppinsBold';
    font-weight: 700;
    font-style: normal
}

@media (max-width: 992px) {
    .box-event__articles .title-wrapper h2 {
        max-width: 100%;
        font-size: 16px;
        line-height: 21px
    }
}

.box-event__articles .title-wrapper h4 {
    font-size: 14px;
    line-height: 16px;
    color: #000;
    margin-bottom: 0;
    margin-top: 30px;
    font-family: 'Poppins-Medium';
    font-weight: 400;
    font-style: normal
}

@media (max-width: 992px) {
    .box-event__articles .title-wrapper h4 {
        font-size: 14px;
        line-height: 16px
    }
}

.box-event__articles .title-wrapper h5 {
    font-size: 16px;
    line-height: 20px;
    color: #EC6500;
    margin-bottom: 0;
    font-family: 'PoppinsBold';
    font-weight: 700;
    font-style: normal
}

.box-event__articles .title-wrapper h5.green {
    color: #15B3A4
}

.box-event__articles .title-wrapper>div>span {
    display: block
}

.box-event__articles .title-wrapper>div>span:nth-child(1) {
    max-width: 80%;
    font-size: 20px;
    line-height: 27px;
    color: #000;
    margin-bottom: 5px;
    font-family: 'PoppinsBold';
    font-weight: 700;
    font-style: normal
}

@media (max-width: 992px) {
    .box-event__articles .title-wrapper>div>span:nth-child(1) {
        max-width: 100%;
        font-size: 16px;
        line-height: 21px
    }
}

.box-event__articles .title-wrapper>div>span:nth-child(2) {
    font-size: 16px;
    line-height: 20px;
    color: #EC6500;
    margin-bottom: 0;
    font-family: 'PoppinsBold';
    font-weight: 700;
    font-style: normal
}

.box-event__articles .title-wrapper>div>span:nth-child(2).green {
    color: #15B3A4
}

.box-event__articles .info-wrapper .item {
    background-color: #F2F2F2;
    border-top: 1px solid #E1E1E1;
    display: flex;
    align-items: center
}

@media (max-width: 992px) {
    .box-event__articles .info-wrapper .item {
        flex-direction: column
    }
}

.box-event__articles .info-wrapper .item>div {
    width: 33%;
    display: flex;
    align-items: center;
    padding: 10px;
    border-right: 1px solid #E1E1E1
}

@media (max-width: 992px) {
    .box-event__articles .info-wrapper .item>div {
        width: 100%;
        border-bottom: 1px solid #E1E1E1
    }
}

.box-event__articles .info-wrapper .item>div:last-child {
    border-right: none
}

@media (max-width: 992px) {
    .box-event__articles .info-wrapper .item>div:last-child {
        border-bottom: none
    }
}

.box-event__articles .info-wrapper .item>div.full {
    width: 100%;
    border-right: none
}

.box-event__articles .info-wrapper .item>div.full span {
    font-size: 18px;
    line-height: 20px
}

@media (max-width: 992px) {
    .box-event__articles .info-wrapper .item>div.full span {
        font-size: 16px;
        line-height: 18px
    }
}

.box-event__articles .info-wrapper .item>div .icon {
    min-width: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 5px
}

.box-event__articles .info-wrapper .item>div span {
    font-size: 14px;
    line-height: 14px;
    color: #000
}

@media (max-width: 1440px) {
    .box-event__articles .info-wrapper .item>div span {
        font-size: 15px;
        line-height: 18px
    }
}

.box-event__delete-favorites {
    width: 100%;
    display: flex;
    align-items: center !important;
    font-size: 14px;
    line-height: 16px;
    color: #6A6A6A;
    padding: 22px 5px;
    border-top: 1px solid #E1E1E1;
    font-family: 'Poppins-Medium';
    font-weight: 400;
    font-style: normal
}

@media (max-width: 992px) {
    .box-event__delete-favorites {
        padding: 15px 5px
    }
}

.box-event--with-sidebar .box-event__articles .info-wrapper .item>div.full span {
    font-size: 18px;
    line-height: 20px
}

@media (max-width: 992px) {
    .box-event--with-sidebar .box-event__articles .info-wrapper .item>div.full span {
        font-size: 16px;
        line-height: 18px
    }
}

.box-event--with-sidebar .box-event__articles .info-wrapper .item>div span {
    font-size: 13px;
    line-height: 13px
}

@media (max-width: 992px) {
    .box-event--with-sidebar .box-event__articles .info-wrapper .item>div span {
        font-size: 15px;
        line-height: 15px
    }
}

.box-education {
    height: 100%;
    display: flex;
    flex-direction: column;
    border: 1px solid #E1E1E1;
    border-radius: 14px;
    overflow: hidden
}

.box-education>a {
    display: flex;
    flex-direction: column;
    height: 100%
}

.box-education__articles {
    height: calc(100% - 330px);
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    padding: 35px 40px 10px 40px;
    background-color: #fff
}

@media (max-width: 992px) {
    .box-education__articles {
        padding: 17px 20px;
        height: calc(100% - 240px)
    }
}

.box-education__articles .badge {
    font-size: 16px;
    line-height: 16px;
    color: #fff;
    border-radius: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 25px;
    margin-bottom: 22px;
    font-family: 'PoppinsBold';
    font-weight: 700;
    font-style: normal
}

@media (max-width: 992px) {
    .box-education__articles .badge {
        font-size: 12px;
        line-height: 13px;
        margin-bottom: 12px
    }
}

.box-education__articles .badge.pink {
    background-color: #E53E98
}

.box-education__articles .badge.blue {
    background-color: #489FB5
}

.box-education__articles h2 {
    font-size: 20px;
    line-height: 30px;
    color: #000;
    font-family: 'PoppinsBold';
    font-weight: 700;
    font-style: normal
}

@media (max-width: 992px) {
    .box-education__articles h2 {
        font-size: 16px;
        line-height: 21px;
        padding-right: 0
    }
}

.box-education__image {
    width: 100%;
    height: 330px;
    position: relative
}

@media (max-width: 992px) {
    .box-education__image {
        height: 240px
    }
}

.box-education__image .icon {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0
}

.box-education__image .icon img {
    width: 100%
}

.box-education__image .image {
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover
}

.box-education__delete-favorites {
    width: 100%;
    height: auto !important;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    line-height: 16px;
    color: #6A6A6A;
    padding: 22px 5px;
    font-family: 'Poppins-Medium';
    font-weight: 400;
    font-style: normal
}

@media (max-width: 992px) {
    .box-education__delete-favorites {
        padding: 15px 5px
    }
}

.box-gallery {
    display: flex;
    position: relative;
    height: 235px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 14px;
    overflow: hidden
}

@media (max-width: 1100px) {
    .box-gallery {
        height: 200px
    }
}

@media (max-width: 992px) {
    .box-gallery {
        height: 160px;
        border-radius: 10px
    }
}

.box-gallery--large {
    border-radius: 14px
}

@media (max-width: 992px) {
    .box-gallery--large {
        height: 220px
    }
}

@media (max-width: 992px) {
    .box-gallery--large .icon {
        width: 34px !important;
        height: 34px !important
    }
}

.box-gallery--large .icon img {
    width: auto
}

.box-gallery>img {
    display: none
}

.box-gallery .icon {
    width: 37px;
    height: 37px;
    border-radius: 5px;
    position: absolute;
    right: 15px;
    bottom: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff
}

@media (max-width: 992px) {
    .box-gallery .icon {
        width: 26px;
        height: 26px
    }
}

@media (max-width: 992px) {
    .box-gallery .icon img {
        max-width: .75rem
    }
}

.box-success-stories {
    height: 100%;
    display: flex;
    flex-direction: column;
    border: 1px solid #E1E1E1;
    border-radius: 14px;
    overflow: hidden
}

.box-success-stories__image {
    width: 100%;
    height: 295px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative
}

@media (max-width: 1100px) {
    .box-success-stories__image {
        height: 200px
    }
}

.box-success-stories__articles {
    padding: 17px
}

.box-success-stories__articles h1 {
    font-size: 26px;
    line-height: 36px;
    color: #000;
    margin-bottom: 20px;
    font-family: 'PoppinsBold';
    font-weight: 700;
    font-style: normal
}

@media (max-width: 992px) {
    .box-success-stories__articles h1 {
        font-size: 26px;
        line-height: 30px;
        margin-bottom: 15px
    }
}

.box-success-stories__articles .badge {
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    margin-bottom: 20px;
    background-color: #15B3A4;
    border-radius: 18px;
    display: inline-flex;
    padding: 4px 15px;
    font-family: 'PoppinsSemiBold';
    font-weight: 600;
    font-style: normal
}

@media (max-width: 992px) {
    .box-success-stories__articles .badge {
        font-size: 18px;
        line-height: 20px;
        margin-bottom: 15px
    }
}

.box-success-stories__articles h3 {
    font-size: 20px;
    line-height: 24px;
    color: #000;
    margin-bottom: 0;
    font-family: 'PoppinsSemiBold';
    font-weight: 600;
    font-style: normal
}

@media (max-width: 992px) {
    .box-success-stories__articles h3 {
        font-size: 18px;
        line-height: 20px
    }
}

.green-linear {
    background: #059386;
    background: linear-gradient(90deg, #059386 0%, #12ae9f 100%)
}

.primary-linear {
    background: #ef7d00;
    background: linear-gradient(90deg, #ef7d00 0%, #faa91d 100%);
    color: #fff !important
}

.primary-linear:hover {
    color: #fff !important
}

.gray-linear {
    background: #a2a2a2;
    background: linear-gradient(90deg, #a2a2a2 0%, #cecece 100%);
    color: #000 !important
}

.gray-linear:hover {
    color: #000 !important
}

.green-dark-linear {
    background: #366a62;
    background: linear-gradient(90deg, #366a62 0%, #65b3a6 100%);
    color: #fff !important
}

.green-dark-linear:hover {
    color: #fff !important
}

.green-darknest-linear {
    background: #038376;
    background: linear-gradient(90deg, #038376 0%, #15b3a4 100%);
    color: #fff !important
}

.green-darknest-linear:hover {
    color: #fff !important
}

.all-item-btn {
    border-radius: 30px;
    color: #000;
    font-size: 20px;
    line-height: 20px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 20px 21px;
    font-family: 'PoppinsLight';
    font-weight: 300;
    font-style: normal
}

@media (max-width: 992px) {
    .all-item-btn {
        font-size: 15px;
        line-height: 15px;
        padding: 15px
    }
}

.all-item-btn:hover {
    color: #000
}

.all-item-btn.large {
    width: 200px
}

@media (max-width: 992px) {
    .all-item-btn.large {
        width: auto;
        padding: 15px 28px
    }
}

.btn-more {
    border-radius: 30px;
    color: #000;
    font-size: 20px;
    line-height: 20px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 20px 69px;
    margin-top: 30px;
    font-family: 'PoppinsLight';
    font-weight: 300;
    font-style: normal
}

@media (max-width: 992px) {
    .btn-more {
        font-size: 16px;
        line-height: 22px;
        padding: 16px 40px;
        margin-top: 0
    }
}

.btn-more:hover {
    color: #000
}

.center-button-wrapper {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center
}

.center-button-wrapper>a, .center-button-wrapper>button {
    margin: 0 5px
}

.center-button-wrapper.flex-end {
    justify-content: flex-end
}

.js-submit-btn.onclick:before {
    content: ''
}

.js-submit-btn.onclick span {
    display: none
}

.js-submit-btn--dark:before {
    border: 3px solid #F2F2F2 !important;
    border-left-color: #EC6500 !important
}

.js-submit-btn:before {
    content: none;
    width: 40px;
    height: 40px;
    border: 3px solid #fff;
    border-left-color: #9599A8;
    animation: rotating 2s 0.25s linear infinite;
    position: absolute;
    border-radius: 50%
}

.btn-primary {
    width: 215px;
    height: 60px;
    border-radius: 50px;
    font-size: 18px;
    line-height: 18px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center
}

@media (max-width: 992px) {
    .btn-primary {
        width: 150px;
        height: 50px
    }
}

.btn-primary--large {
    width: 270px
}

@media (max-width: 992px) {
    .btn-primary--large {
        width: 240px
    }
}

button:disabled {
    opacity: .5;
    pointer-events: none
}

a:disabled {
    opacity: .5;
    pointer-events: none
}

.read-more-button {
    font-size: 16px;
    line-height: 20px;
    color: #000;
    text-decoration: underline
}

.read-more-button:hover {
    color: #000;
    text-decoration: underline !important
}

.checkbox-wrapper {
    position: relative;
    display: flex;
    flex-direction: column
}

.checkbox-wrapper__item {
    display: flex;
    align-items: center;
    margin-bottom: 15px
}

.checkbox-wrapper__item:last-child {
    margin-bottom: 0
}

.checkbox-wrapper input {
    width: 20px;
    height: 20px;
    border-radius: 4px;
    background-color: #fff;
    border: 1px solid #989898;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer
}

.checkbox-wrapper input.error {
    border: 1px solid red
}

.checkbox-wrapper input:checked {
    background-color: #EC6500;
    border-color: #EC6500;
    background-image: url("../img/icons/icon-checkbox.svg");
    background-repeat: no-repeat;
    background-position: center center
}

.checkbox-wrapper label {
    position: relative;
    padding-left: 8px;
    color: #000;
    float: left;
    font-size: 15px;
    line-height: 15px;
    cursor: pointer;
    margin-bottom: 0;
    font-family: 'Poppins-Medium';
    font-weight: 400;
    font-style: normal
}

@media (max-width: 992px) {
    .checkbox-wrapper label {
        text-align: left
    }
}

.checkbox-wrapper label a {
    color: #000;
    font-family: 'PoppinsBold';
    font-weight: 700;
    font-style: normal
}

.checkbox-wrapper label a:hover {
    color: #EC6500
}

.checkbox-wrapper label a:focus {
    color: #EC6500
}

.form-inputs-wrapper {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between
}

@media (max-width: 992px) {
    .form-inputs-wrapper {
        flex-direction: column
    }
}

.form-group-wrapper {
    width: calc(66.666% - 15px)
}

@media (max-width: 992px) {
    .form-group-wrapper {
        width: 100%
    }
}

.form-group-wrapper:last-child {
    width: calc(33.333% - 15px)
}

@media (max-width: 992px) {
    .form-group-wrapper:last-child {
        width: 100%
    }
}

.form-group-layout {
    margin-bottom: 35px;
    display: flex;
    justify-content: space-between
}

@media (max-width: 992px) {
    .form-group-layout {
        margin-bottom: 0;
        flex-direction: column
    }
}

.form-group-layout.align-center {
    align-items: center
}

.form-group-layout .form-group {
    width: calc(50% - 15px);
    position: relative;
    display: flex;
    flex-direction: column
}

@media (max-width: 992px) {
    .form-group-layout .form-group {
        width: 100%;
        margin-bottom: 22px
    }
}

.form-group-layout .form-group.full {
    width: 100%
}

.form-group-layout .form-group.flex-end {
    align-items: flex-end
}

@media (max-width: 992px) {
    .form-group-layout .form-group.mobile-center {
        align-items: center
    }
}

.form-group-layout .form-group input {
    width: 100%;
    font-size: 17px;
    line-height: 17px;
    color: #000;
    border: 1px solid #989898;
    padding: 20.5px 20px;
    border-radius: 10px;
    background-color: #fff;
    font-family: 'Poppins-Medium';
    font-weight: 400;
    font-style: normal
}

@media (max-width: 992px) {
    .form-group-layout .form-group input {
        padding: 15.5px 20px;
        font-size: 15px
    }
}

.form-group-layout .form-group input:focus {
    outline: none
}

.form-group-layout .form-group input.error {
    border: 1px solid red !important
}

.form-group-layout .form-group input.disabled {
    pointer-events: none;
    background-color: #EFEFEF
}

.form-group-layout .form-group textarea {
    width: 100%;
    height: 189px;
    font-size: 17px;
    line-height: 17px;
    color: #000;
    border: 1px solid #989898;
    padding: 16.39px 20px;
    border-radius: 10px;
    resize: none;
    background-color: #fff;
    font-family: 'Poppins-Medium';
    font-weight: 400;
    font-style: normal
}

@media (max-width: 992px) {
    .form-group-layout .form-group textarea {
        height: 120px;
        font-size: 15px
    }
}

.form-group-layout .form-group textarea:focus {
    outline: none
}

.form-group-layout .form-group textarea.error {
    border: 1px solid red
}

.form-group-layout .form-group .select2 {
    max-width: initial;
    width: 100%
}

.form-group-layout .form-group .select2 .select2-selection--single {
    height: 60px !important
}

.form-group-layout .form-group .select2 .select2-selection__rendered {
    font-size: 15px !important;
    line-height: 60px !important
}

.actions-wrapper {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between
}

@media (max-width: 992px) {
    .actions-wrapper {
        flex-direction: column;
        align-items: flex-start
    }
}

@media (max-width: 992px) {
    .actions-wrapper .checkbox-wrapper {
        margin-bottom: 30px
    }
}

@media (max-width: 992px) {
    .actions-wrapper button {
        margin-left: auto
    }
}

@media (max-width: 992px) {
    .actions-wrapper .descriptions {
        margin-bottom: 25px
    }
}

.actions-wrapper .descriptions p {
    font-size: 16px;
    line-height: 20px;
    color: rgba(0, 0, 0, 0.5);
    margin-bottom: 0;
    font-family: 'PoppinsSemiBold';
    font-weight: 600;
    font-style: normal
}

label {
    font-size: 19px;
    line-height: 19px;
    margin-bottom: 15px;
    display: block;
    color: #000;
    font-family: 'Poppins-Medium';
    font-weight: 400;
    font-style: normal
}

@media (max-width: 992px) {
    label {
        font-size: 16px;
        line-height: 16px;
        margin-bottom: 13px
    }
}

label.error {
    display: none !important
}

.section-map .select2 {
    display: none;
    max-width: 100%;
    margin-bottom: 30px
}

@media (max-width: 992px) {
    .section-map .select2 {
        display: block
    }
}

.section-map #default-map {
    width: 100%;
    height: 785px
}

@media (max-width: 1100px) {
    .section-map #default-map {
        height: 550px
    }
}

@media (max-width: 992px) {
    .section-map #default-map {
        height: 320px
    }
}

.gm-svpc, .gm-style-mtc {
    display: none !important
}

.gm-style .gm-style-iw-c {
    border: 1px solid #15B3A4 !important;
    box-shadow: none !important;
    padding-top: 25px !important;
    padding-left: 25px !important
}

@media (max-width: 992px) {
    .gm-style .gm-style-iw-c {
        padding-top: 15px !important;
        padding-left: 15px !important
    }
}

.gm-style .gm-style-iw-c .gm-ui-hover-effect {
    opacity: 1;
    right: 0 !important;
    top: 0 !important
}

.gm-style .gm-style-iw-c .gm-ui-hover-effect>span {
    background-color: #15B3A4 !important
}

.gm-style .gm-style-iw-d {
    padding-bottom: 15px;
    padding-right: 15px
}

@media (max-width: 992px) {
    .gm-style .gm-style-iw-d {
        padding-bottom: 5px !important;
        padding-right: 5px !important
    }
}

.mapinfoWindow__city {
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 10px;
    font-family: 'Poppins-Medium';
    font-weight: 400;
    font-style: normal
}

@media (max-width: 992px) {
    .mapinfoWindow__city {
        font-size: 14px;
        line-height: 14px;
        margin-bottom: 5px
    }
}

.mapinfoWindow__name {
    font-size: 16px;
    line-height: 16px;
    font-family: 'Poppins-Medium';
    font-weight: 400;
    font-style: normal
}

@media (max-width: 992px) {
    .mapinfoWindow__name {
        font-size: 14px;
        line-height: 14px
    }
}

.select2 {
    max-width: 180px;
    border: 1px solid #989898;
    border-radius: 10px !important
}

.select2.select2-container--open {
    border-bottom: none !important;
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important
}

.select2 .select2-selection--single {
    outline: none !important;
    height: 50px !important;
    border: none !important;
    border-radius: 10px !important
}

.select2 .select2-selection__rendered {
    color: #000 !important;
    line-height: 50px !important;
    padding-left: 20px !important;
    padding-right: 30px !important;
    font-size: 18px !important;
    font-family: 'Poppins-Medium';
    font-weight: 400;
    font-style: normal
}

.select2 .select2-selection__arrow {
    width: 20px !important;
    height: 10px !important;
    position: absolute !important;
    top: 50% !important;
    right: 15px !important;
    transform: translateY(-50%)
}

.select2 .select2-selection__arrow:after {
    content: '';
    width: 20px;
    height: 10px;
    background: url("../img/icons/icon-down.svg") no-repeat center center;
    position: absolute;
    transition: all .5s
}

.select2 .select2-selection__arrow b {
    display: none
}

.select2 .select2-selection__placeholder {
    color: #000 !important;
    font-family: "Poppins-Regular";
}

.select2-dropdown {
    border: none !important;
    z-index: 12 !important
}

.select2-dropdown .select2-results {
    border: 1px solid #989898;
    border-top: none !important;
    border-top: none !important;
    -webkit-box-shadow: 0px 15px 16px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 15px 16px 0px rgba(0, 0, 0, 0.2);
    padding-bottom: 20px !important;
    max-height: 275px;
    overflow-y: auto
}

.select2-dropdown .select2-results__options {
    max-height: initial !important;
    text-align: left
}

.select2-dropdown .select2-results__options--nested {
    display: none;
    margin-top: 7px !important
}

.select2-dropdown .select2-results__options--nested li {
    padding: 8px 15px !important
}

.select2-dropdown .select2-results__option {
    font-size: 18px;
    line-height: 18px;
    padding: 8px 20px !important;
    color: #000;
    transition: all .4s ease;
    font-family: 'Poppins-Medium';
    font-weight: 400;
    font-style: normal
}

.select2-dropdown .select2-results__option:hover {
    font-family: 'PoppinsBold';
    font-weight: 700;
    font-style: normal
}

.select2-dropdown .select2-results__option--selected {
    background-color: transparent !important
}

.select2-dropdown .select2-results__option--highlighted[aria-selected] {
    background-color: transparent !important;
    color: #000 !important;
    font-family: 'Poppins-Medium';
    font-weight: normal;
    font-style: normal
}


.select2-dropdown .select2-results__option--highlighted:hover {
    font-family: 'PoppinsBold';
}


.select2-dropdown .select2-results__option--group strong {
    padding: 0 !important;
    font-size: 18px;
    line-height: 18px;
    cursor: pointer !important;
    font-family: 'Poppins-Medium';
    font-weight: 400;
    font-style: normal
}

.select2-dropdown .select2-results__option--group:hover strong {
    font-family: 'PoppinsBold';
    font-weight: 700;
    font-style: normal
}

.select2-dropdown .select2-results__option--group.js-active strong {
    font-family: 'PoppinsBold';
    font-weight: 700;
    font-style: normal
}

.select2-container--open .select2-selection__arrow:after {
    transform: rotate(180deg)
}

.select2-hidden-accessible.error~.select2 {
    border: 1px solid red !important
}

.select2-search--dropdown {
    padding: 0 !important
}

.select2-search--dropdown .select2-search__field {
    padding: 10px 20px !important;
    font-size: 15px !important;
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    -webkit-appearance: none !important
}

.section-main-slider {
    width: 100%;
    height: calc(100vh - 100px);
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end
}

@media (max-width: 992px) {
    .section-main-slider {
        height: 100vh;
        height: calc(var(--vh, 1vh) * 100)
    }
}

.section-main-slider__slider-bg {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0
}

.section-main-slider__slider-bg .swiper-container {
    width: 100%;
    height: 100%
}

.section-main-slider__slider-bg .swiper-slide {
    transition: all .4s linear
}

.section-main-slider__slider-bg .swiper-slide picture {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute
}

.section-main-slider__slider-bg .swiper-slide picture:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.5)
}

.section-main-slider__slider-bg .swiper-slide picture img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.section-main-slider__slider {
    max-width: 680px;
    background-color: #E8E8E8;
    border-radius: 10px;
    position: relative;
    padding: 40px 40px 30px 40px;
    margin-bottom: 7vh;
    overflow: hidden;
    z-index: 1
}

@media (max-width: 992px) {
    .section-main-slider__slider {
        width: 100%;
        max-width: initial;
        padding: 15px;
        margin-bottom: 120px
    }
}

.section-main-slider__slider .swiper-slide .articles {
    width: 75%
}

@media (max-width: 992px) {
    .section-main-slider__slider .swiper-slide .articles {
        width: 100%
    }
}

.section-main-slider__slider .swiper-slide .articles>span {
    font-size: 40px;
    line-height: 50px;
    color: #000;
    margin-bottom: 15px;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    opacity: 0;
    display: block;
    margin: 0 0 0.67em 0;
    font-family: 'PoppinsBold';
    font-weight: 700;
    font-style: normal
}

@media (max-width: 1600px) {
    .section-main-slider__slider .swiper-slide .articles>span {
        font-size: 35px;
        line-height: 45px
    }
}

@media (max-width: 992px) {
    .section-main-slider__slider .swiper-slide .articles>span {
        font-size: 22px;
        line-height: 26px;
        margin-bottom: 5px
    }
}

.section-main-slider__slider .swiper-slide .articles p {
    font-size: 20px;
    line-height: 29px;
    color: #000;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    opacity: 0;
    font-family: 'Poppins-Medium';
    font-weight: 400;
    font-style: normal
}

@media (max-width: 1440px) {
    .section-main-slider__slider .swiper-slide .articles p {
        font-size: 16px;
        line-height: 22px
    }
}

@media (max-width: 992px) {
    .section-main-slider__slider .swiper-slide .articles p {
        font-size: 12px;
        line-height: 16px;
        margin-bottom: 15px
    }
}

.section-main-slider__slider .swiper-slide .articles a {
    font-size: 20px;
    line-height: 20px;
    color: #fff;
    border-radius: 31px;
    padding: 20px 39px;
    display: inline-flex;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    opacity: 0;
    font-family: 'Poppins-Medium';
    font-weight: 400;
    font-style: normal
}

@media (max-width: 992px) {
    .section-main-slider__slider .swiper-slide .articles a {
        font-size: 11px;
        line-height: 11px;
        padding: 12px 24px
    }
}

.section-main-slider__slider .swiper-slide.swiper-slide-active .articles>span {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s
}

.section-main-slider__slider .swiper-slide.swiper-slide-active .articles p {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s
}

.section-main-slider__slider .swiper-slide.swiper-slide-active .articles a {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s
}

@media (max-width: 992px) {
    .section-main-slider__slider .swiper-control {
        display: none
    }
}

.section-main-slider__slider .swiper-pagination {
    display: none
}

@media (max-width: 992px) {
    .section-main-slider__slider .swiper-pagination {
        display: flex;
        bottom: 5px;
        right: 15px
    }

    .section-main-slider__slider .swiper-pagination .swiper-pagination-bullet {
        background-color: rgba(0, 0, 0, 0.6)
    }

    .section-main-slider__slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
        width: 14px;
        height: 14px;
        background-color: #15B3A4
    }
}

.section-partners__slider {
    width: 100%;
    padding-top: 50px
}

@media (max-width: 992px) {
    .section-partners__slider {
        padding: 30px 0 0 25px
    }
}

.section-partners__slider .swiper-container {
    padding-right: 10px
}

.section-partners__slider .swiper-slide {
    height: initial
}

.section-partners__slider .swiper-slide .box-partner {
    height: 100%
}

.section-partners__controls {
    position: absolute;
    top: 160px;
    right: 0;
    display: flex;
    align-items: center
}

@media (max-width: 992px) {
    .section-partners__controls {
        position: relative;
        top: auto;
        margin-top: 30px;
        justify-content: space-between;
        flex-direction: column-reverse
    }
}

@media (max-width: 992px) {
    .section-partners__controls .swiper-control {
        display: none !important
    }
}

.section-partners__controls .swiper-pagination {
    display: none
}

@media (max-width: 992px) {
    .section-partners__controls .swiper-pagination {
        display: flex;
        position: relative;
        margin-bottom: 15px
    }
}

.section-events__slider {
    width: 100%;
    padding-top: 50px
}

@media (max-width: 992px) {
    .section-events__slider {
        padding: 30px 0 0 25px
    }
}

.section-events__slider .swiper-container {
    padding-right: 10px;
    padding-bottom: 2px
}

.section-events__slider .swiper-slide {
    height: auto
}

.section-events__controls {
    position: absolute;
    top: 160px;
    right: 0;
    display: flex;
    align-items: center
}

@media (max-width: 992px) {
    .section-events__controls {
        position: relative;
        top: auto;
        margin-top: 30px;
        justify-content: space-between;
        flex-direction: column-reverse
    }
}

@media (max-width: 992px) {
    .section-events__controls .swiper-control {
        display: none !important
    }
}

.section-events__controls .swiper-pagination {
    display: none
}

@media (max-width: 992px) {
    .section-events__controls .swiper-pagination {
        display: flex;
        position: relative;
        margin-bottom: 15px
    }
}

.section-educations__slider {
    width: 100%;
    padding-top: 50px
}

@media (max-width: 992px) {
    .section-educations__slider {
        padding: 30px 0 0 25px
    }
}

.section-educations__slider .swiper-container {
    padding-right: 10px
}

.section-educations__slider .swiper-slide {
    height: initial !important
}

.section-educations__controls {
    position: absolute;
    top: 160px;
    right: 0;
    display: flex;
    align-items: center
}

@media (max-width: 992px) {
    .section-educations__controls {
        position: relative;
        top: auto;
        margin-top: 30px;
        justify-content: space-between;
        flex-direction: column-reverse
    }
}

@media (max-width: 992px) {
    .section-educations__controls .swiper-control {
        display: none !important
    }
}

.section-educations__controls .swiper-pagination {
    display: none
}

@media (max-width: 992px) {
    .section-educations__controls .swiper-pagination {
        display: flex;
        position: relative;
        margin-bottom: 15px
    }
}

.gallery-page__slider {
    width: 100%;
    margin-top: 50px
}

@media (max-width: 992px) {
    .gallery-page__slider {
        margin-top: 15px
    }
}

.gallery-page__slider .swiper-wrapper {
    padding-top: 15px
}

.swiper-control>div {
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .3s ease;
    background-color: #E4E4E4;
    border-radius: 50%;
    z-index: 2
}

.swiper-control>div:hover, .swiper-control>div:focus {
    border: none !important;
    outline: none !important
}

.swiper-control .swiper-button-next:hover {
    background-color: #EC6500
}

.swiper-control .swiper-button-next:hover:after {
    animation: fadeInLeft .5s ease;
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(17deg) brightness(104%) contrast(101%)
}

.swiper-control .swiper-button-next:after {
    content: '';
    width: 13.85px;
    height: 7.87px;
    background: url("../img/icons/icon-black-arrow-right.svg") no-repeat center center
}

.swiper-control .swiper-button-prev:hover {
    background-color: #EC6500
}

.swiper-control .swiper-button-prev:hover:after {
    animation: fadeInRight .5s ease;
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(17deg) brightness(104%) contrast(101%)
}

.swiper-control .swiper-button-prev:after {
    content: '';
    width: 13.85px;
    height: 7.87px;
    background: url("../img/icons/icon-black-arrow-left.svg") no-repeat center center
}

.swiper-control.main-slider>div {
    width: 84px;
    height: 80px;
    background-color: #F39625;
    border-radius: 0
}

.swiper-control.main-slider .swiper-button-prev {
    left: auto;
    right: 84px;
    bottom: 0;
    top: auto;
    margin-top: 0;
    border-top-left-radius: 10px
}

.swiper-control.main-slider .swiper-button-prev:after {
    content: '';
    width: 31.15px;
    height: 17.69px;
    background: url("../img/icons/icon-white-arrow-left.svg") no-repeat center center
}

.swiper-control.main-slider .swiper-button-next {
    left: auto;
    right: 0;
    bottom: 0;
    top: auto;
    margin-top: 0
}

.swiper-control.main-slider .swiper-button-next:after {
    content: '';
    width: 31.15px;
    height: 17.69px;
    background: url("../img/icons/icon-white-arrow-right.svg") no-repeat center center
}

.swiper-control.success-stories>div {
    bottom: 37px;
    top: auto;
    margin-top: 0;
    background-color: #fff
}

@media (max-width: 1100px) {
    .swiper-control.success-stories>div {
        bottom: 0
    }
}

.swiper-control.success-stories .swiper-button-next {
    right: 0
}

@media (max-width: 1100px) {
    .swiper-control.success-stories .swiper-button-next:after {
        max-width: .7rem;
        background-size: contain !important
    }
}

.swiper-control.success-stories .swiper-button-prev {
    right: 62px;
    left: auto
}

@media (max-width: 1100px) {
    .swiper-control.success-stories .swiper-button-prev {
        right: 53px
    }
}

@media (max-width: 1100px) {
    .swiper-control.success-stories .swiper-button-prev:after {
        max-width: .7rem;
        background-size: contain !important
    }
}

.swiper-control.small>div {
    width: 52px;
    height: 52px
}

@media (max-width: 1440px) {
    .swiper-control.small>div {
        width: 44px;
        height: 44px
    }
}

.swiper-control.desktop-top {
    display: flex;
    margin-left: 25px
}

.swiper-control.desktop-top>div {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    margin-top: auto
}

.swiper-control.desktop-top>div:last-child {
    margin-left: 10px
}

.swiper-pagination {
    display: flex;
    align-items: center;
    flex-wrap: wrap
}

.swiper-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background-color: #DCDCDF;
    margin: 0 4px 6px 4px;
    opacity: 1
}

.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #EC6500
}

.video-icon {
    width: 80px;
    height: 80px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px)
}

@media (max-width: 992px) {
    .video-icon {
        width: 50px;
        height: 50px
    }
}

@media (max-width: 992px) {
    .video-icon img {
        max-width: 1rem
    }
}

.sidebar {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between
}

@media (max-width: 1100px) {
    .sidebar {
        flex-direction: column
    }
}

.sidebar__left {
    width: 13rem
}

@media (max-width: 1440px) {
    .sidebar__left {
        width: 11rem
    }
}

@media (max-width: 1100px) {
    .sidebar__left {
        width: 100%;
        margin-bottom: 30px
    }
}

.sidebar__left.large {
    width: 16rem
}

@media (max-width: 1440px) {
    .sidebar__left.large {
        width: 14rem
    }
}

@media (max-width: 1100px) {
    .sidebar__left.large {
        width: 100%
    }
}

.sidebar__right {
    width: calc(100% - 13rem - 35px)
}

@media (max-width: 1440px) {
    .sidebar__right {
        width: calc(100% - 11rem - 25px)
    }
}

@media (max-width: 1100px) {
    .sidebar__right {
        width: 100%
    }
}

.sidebar__right.large {
    width: calc(100% - 16rem - 35px)
}

@media (max-width: 1440px) {
    .sidebar__right.large {
        width: calc(100% - 14rem - 25px)
    }
}

@media (max-width: 1100px) {
    .sidebar__right.large {
        width: 100%
    }
}

.sidebar__dropdown {
    list-style: none;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #E6E6E6
}

.sidebar__dropdown.without-arrow>li a {
    padding: 17.5px 20px 17.5px 20px
}

.sidebar__dropdown>li:first-child a {
    border-top: none
}

.sidebar__dropdown>li.active a {
    color: #EC6500;
    font-family: 'PoppinsBold';
    font-weight: 700;
    font-style: normal
}

.sidebar__dropdown>li.has-dropdown>a.js-open:after {
    transform: rotate(180deg)
}

.sidebar__dropdown>li.has-dropdown>a:after {
    content: '';
    width: 17px;
    height: 9px;
    background: url("../img/icons/icon-down.svg") no-repeat center center;
    position: absolute;
    transition: all .5s;
    right: 25px;
    transform: rotate(0)
}

.sidebar__dropdown>li>a {
    font-size: 18px;
    line-height: 24px;
    color: #000;
    position: relative;
    background-color: #FAFAFA;
    border-top: 1px solid #E6E6E6;
    display: flex;
    align-items: center;
    padding: 17.5px 50px 17.5px 20px;
    transition: none;
    font-family: 'Poppins-Medium';
    font-weight: 400;
    font-style: normal
}

@media (max-width: 992px) {
    .sidebar__dropdown>li>a {
        font-size: 16px;
        line-height: 16px
    }
}

.sidebar__dropdown>li ul.dropdown {
    list-style: none;
    display: none
}

.sidebar__dropdown>li ul.dropdown.active {
    display: block
}

.sidebar__dropdown>li ul.dropdown>li.active a {
    color: #EC6500
}

.sidebar__dropdown>li ul.dropdown>li a {
    font-size: 16px;
    line-height: 20px;
    color: #000;
    background-color: #FAFAFA;
    border-top: 1px solid #E6E6E6;
    display: flex;
    padding: 19.5px 20.5px 19.5px 40px;
    font-family: 'Poppins-Medium';
    font-weight: 400;
    font-style: normal
}

.section-title {
    font-size: 30px;
    line-height: 38px;
    color: #000;
    font-family: 'PoppinsBold';
    font-weight: 700;
    font-style: normal
}

@media (max-width: 992px) {
    .section-title {
        font-size: 20px;
        line-height: 20px
    }
}

.page-content-title {
    width: 100%;
    font-size: 30px;
    line-height: 34px;
    color: #000;
    margin-bottom: 55px;
    font-family: 'PoppinsBold';
    font-weight: 700;
    font-style: normal
}

@media (max-width: 1100px) {
    .page-content-title {
        margin-bottom: 25px
    }
}

@media (max-width: 992px) {
    .page-content-title {
        font-size: 24px;
        line-height: 29px
    }
}

.page-content-title span {
    font-family: 'Poppins-Medium';
    font-weight: 400;
    font-style: normal
}

.page-content-title.primary {
    color: #EC6500
}

.page-content-title.mb-medium {
    margin-bottom: 30px
}

@media (max-width: 992px) {
    .page-content-title.mb-medium {
        margin-bottom: 15px
    }
}

.page-content-subtitle {
    width: 100%;
    font-size: 22px;
    line-height: 30px;
    color: #000;
    margin-bottom: 0
}

@media (max-width: 992px) {
    .page-content-subtitle {
        font-size: 20px;
        line-height: 27px
    }
}

.breadcrumb {
    width: 100%
}

.breadcrumb__content {
    width: 100%
}

.breadcrumb__content ul {
    display: flex;
    align-items: center;
    list-style: none
}

.breadcrumb__content ul li {
    margin-right: 30px;
    display: flex
}

.breadcrumb__content ul li:last-child {
    margin-right: 0
}

.breadcrumb__content ul li:last-child a {
    color: #000;
    font-family: 'PoppinsBold';
    font-weight: 700;
    font-style: normal
}

.breadcrumb__content ul li:last-child a:after {
    content: none
}

.breadcrumb__content ul li a {
    font-size: 12px;
    line-height: 12px;
    color: #9599A8;
    position: relative;
    padding: 33px 0;
    font-family: 'Poppins-Medium';
    font-weight: 400;
    font-style: normal
}

.breadcrumb__content ul li a:after {
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #9599A8;
    position: absolute;
    right: -19px;
    top: 50%;
    transform: translate(-50%, -50%)
}

.breadcrumb--absolute {
    width: auto;
    position: absolute;
    top: 151px;
    z-index: 1
}

@media (max-width: 992px) {
    .breadcrumb--absolute {
        top: auto;
        position: relative
    }
}

.breadcrumb--absolute li:last-child a {
    color: #fff !important
}

@media (max-width: 992px) {
    .breadcrumb--absolute li:last-child a {
        color: #000 !important
    }
}

.sidebar-with-grid-3 {
    width: calc(100% + 35px);
    margin-left: -35px;
    display: flex;
    flex-wrap: wrap
}

@media (max-width: 1600px) {
    .sidebar-with-grid-3 {
        width: calc(100% + 20px);
        margin-left: -20px
    }
}

@media (max-width: 576px) {
    .sidebar-with-grid-3 {
        width: 100%;
        margin-left: 0
    }
}

.sidebar-with-grid-3>div, .sidebar-with-grid-3>a {
    width: calc(33.333% - 35px);
    margin-left: 35px;
    margin-bottom: 35px
}

@media (max-width: 1600px) {
    .sidebar-with-grid-3>div, .sidebar-with-grid-3>a {
        width: calc(50% - 20px);
        margin-left: 20px;
        margin-bottom: 20px
    }
}

@media (max-width: 576px) {
    .sidebar-with-grid-3>div, .sidebar-with-grid-3>a {
        width: 100%;
        margin-left: 0
    }
}

.sidebar-with-grid-4 {
    width: calc(100% + 35px);
    margin-left: -35px;
    display: flex;
    flex-wrap: wrap
}

@media (max-width: 1600px) {
    .sidebar-with-grid-4 {
        width: calc(100% + 20px);
        margin-left: -20px
    }
}

@media (max-width: 576px) {
    .sidebar-with-grid-4 {
        width: 100%;
        margin-left: 0
    }
}

.sidebar-with-grid-4>div, .sidebar-with-grid-4>a {
    width: calc(25% - 35px);
    margin-left: 35px;
    margin-bottom: 35px
}

@media (max-width: 1600px) {
    .sidebar-with-grid-4>div, .sidebar-with-grid-4>a {
        width: calc(33.333% - 20px);
        margin-left: 20px;
        margin-bottom: 20px
    }
}

@media (max-width: 1100px) {
    .sidebar-with-grid-4>div, .sidebar-with-grid-4>a {
        width: calc(50% - 20px)
    }
}

@media (max-width: 576px) {
    .sidebar-with-grid-4>div, .sidebar-with-grid-4>a {
        width: 100%;
        margin-left: 0
    }
}

.grid-4 {
    width: calc(100% + 35px);
    margin-left: -35px;
    display: flex;
    flex-wrap: wrap
}

@media (max-width: 1600px) {
    .grid-4 {
        width: calc(100% + 20px);
        margin-left: -20px
    }
}

@media (max-width: 576px) {
    .grid-4 {
        width: 100%;
        margin-left: 0
    }
}

.grid-4>div, .grid-4>a {
    width: calc(25% - 35px);
    margin-left: 35px;
    margin-bottom: 35px
}

@media (max-width: 1440px) {
    .grid-4>div, .grid-4>a {
        width: calc(33.333% - 20px);
        margin-left: 20px;
        margin-bottom: 20px
    }
}

@media (max-width: 1100px) {
    .grid-4>div, .grid-4>a {
        width: calc(50% - 20px)
    }
}

@media (max-width: 576px) {
    .grid-4>div, .grid-4>a {
        width: 100%;
        margin-left: 0
    }
}

.grid-3 {
    width: calc(100% + 35px);
    margin-left: -35px;
    display: flex;
    flex-wrap: wrap
}

@media (max-width: 1600px) {
    .grid-3 {
        width: calc(100% + 20px);
        margin-left: -20px
    }
}

@media (max-width: 576px) {
    .grid-3 {
        width: 100%;
        margin-left: 0
    }
}

.grid-3>div, .grid-3>a {
    width: calc(33.333% - 35px);
    margin-left: 35px;
    margin-bottom: 35px
}

@media (max-width: 1600px) {
    .grid-3>div, .grid-3>a {
        width: calc(50% - 20px);
        margin-left: 20px;
        margin-bottom: 20px
    }
}

@media (max-width: 576px) {
    .grid-3>div, .grid-3>a {
        width: 100%;
        margin-left: 0
    }
}

.lg-backdrop {
    z-index: 99999 !important
}

.lg-backdrop.in {
    opacity: 0.9 !important
}

.lg-outer {
    z-index: 99999 !important
}

@media (max-width: 1440px) {
    .lg-object.lg-image {
        max-height: 67vh !important
    }
}

@media (max-width: 992px) {
    .lg-object.lg-image {
        max-height: initial !important
    }
}

.swal2-container {
    z-index: 99999 !important
}

.swal2-popup {
    border-radius: 14px !important
}

@media (max-width: 992px) {
    .swal2-popup.swal2-icon-success .swal2-icon {
        margin: 1.5em auto 0em !important
    }
}

.swal2-popup.swal2-icon-success .swal2-icon .swal2-success-line-tip, .swal2-popup.swal2-icon-success .swal2-icon .swal2-success-line-long {
    background-color: #EC6500
}

.swal2-popup.swal2-icon-success .swal2-icon .swal2-success-ring {
    border: 0.25em solid #EC6500
}

.swal2-popup.swal2-icon-success .swal2-html-container {
    font-size: 18px !important;
    color: #EC6500 !important
}

.swal2-popup.swal2-icon-success .swal2-actions button {
    border: none !important;
    outline: none !important;
    border-radius: 6px !important;
    line-height: 1.3 !important;
    padding: 0.625em 3.1em !important
}

@media (max-width: 992px) {
    .swal2-popup.swal2-icon-success .swal2-actions button {
        font-size: 16px !important
    }
}

.swal2-popup.swal2-icon-success .swal2-actions button:focus {
    border: none !important;
    outline: none !important;
    box-shadow: none !important
}

.swal2-popup.swal2-icon-success .swal2-actions button:hover {
    background-color: #EC6500 !important;
    background-image: none !important
}

@media (max-width: 992px) {
    .swal2-popup.swal2-icon-error .swal2-icon {
        margin: 1.5em auto 0em !important
    }
}

.swal2-popup.swal2-icon-error .swal2-icon.swal2-error {
    border-color: red !important
}

.swal2-popup.swal2-icon-error .swal2-icon .swal2-x-mark-line-left, .swal2-popup.swal2-icon-error .swal2-icon .swal2-x-mark-line-right {
    background-color: red
}

.swal2-popup.swal2-icon-error .swal2-html-container {
    font-size: 18px !important;
    color: red !important
}

.swal2-popup.swal2-icon-error .swal2-actions button {
    border: none !important;
    outline: none !important;
    border-radius: 6px !important;
    line-height: 1.3 !important;
    padding: 0.5em 2em !important
}

@media (max-width: 992px) {
    .swal2-popup.swal2-icon-error .swal2-actions button {
        font-size: 16px !important
    }
}

.swal2-popup.swal2-icon-error .swal2-actions button:focus {
    border: none !important;
    outline: none !important;
    box-shadow: none !important
}

.swal2-popup.swal2-icon-error .swal2-actions button:hover {
    background-color: red !important;
    background-image: none !important
}

.custom-popup {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.77);
    z-index: 99999;
    display: none
}

/* .custom-popup__close-btn {
    width: 50px;
    height: 50px;
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .3s ease
} */

.custom-popup__close-btn {
    width: 40px;
    height: 40px;
    position: absolute;
    right: 40px;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .3sease;
    background-color: #EC6500;
    border-radius: 25px;
}


.custom-popup__close-btn:hover {
    transform: rotate(-90deg)
}

@media (max-width: 992px) {
    .custom-popup__close-btn {
        width: 30px;
        height: 30px;
        right: 10px;
    }
}
@media (max-width: 400px) {
    .custom-popup__head {
        margin-right: 40px;
    }
}



.custom-popup__content-wrapper {
    width: 85vw;
    max-width: 1180px;
    background-color: #fff;
    padding: 10px;
    overflow: hidden;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

@media (max-width: 992px) {
    .custom-popup__content-wrapper {
        width: 96vw;
        max-width: initial
    }
}

.custom-popup__content {
    width: 100%;
    max-height: 70vh;
    background-color: #fff;
    padding: 0px 45px 45px;
    position: relative;
    overflow-y: auto;
    overflow-x: hidden
}

@media (max-width: 992px) {
    .custom-popup__content {
        padding: 0px 10px 10px 10px
    }
}

.custom-popup__content::-webkit-scrollbar-thumb {
    background-color: #EC6500;
    border: 1px solid #EC6500;
    border-radius: 20px
}

.custom-popup__content::-webkit-scrollbar-track {
    background-color: rgba(152, 152, 152, 0.4);
    border-radius: 5px;
    opacity: .5
}

.custom-popup__content::-webkit-scrollbar {
    width: 7px;
    margin: 7px
}

.custom-popup__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-right: 60px;
}

.custom-popup__head h3 {
    font-size: 30px;
    line-height: 36px;
    color: #000;
    margin-bottom: 0;
    font-family: 'PoppinsBold';
    font-weight: 700;
    font-style: normal
}

@media (max-width: 992px) {
    .custom-popup__head h3 {
        font-size: 20px;
        line-height: 24px
    }
}

.custom-popup__media {
    width: 100%;
    display: flex;
    justify-content: center;
    height: 400px;
    max-height: 400px;
    margin: 25px 0
}

@media (max-width: 992px) {
    .custom-popup__media {
        height: 250px;
        max-height: 250px
    }
}

.custom-popup__media iframe {
    width: 100%;
    height: 100%
}

.custom-popup__articles h1 {
    font-size: 34px;
    line-height: 38px;
    color: #000;
    margin-bottom: 20px;
    font-family: 'PoppinsBold';
    font-weight: 700;
    font-style: normal
}

@media (max-width: 992px) {
    .custom-popup__articles h1 {
        font-size: 26px;
        line-height: 30px;
        margin-bottom: 15px
    }
}

.custom-popup__articles .badge {
    font-size: 20px;
    line-height: 24px;
    color: #fff;
    margin-bottom: 20px;
    background-color: #15B3A4;
    border-radius: 18px;
    display: inline-flex;
    padding: 4px 15px;
    font-family: 'PoppinsSemiBold';
    font-weight: 600;
    font-style: normal
}

@media (max-width: 992px) {
    .custom-popup__articles .badge {
        font-size: 18px;
        line-height: 20px;
        margin-bottom: 15px
    }
}

.custom-popup__articles h3 {
    font-size: 20px;
    line-height: 24px;
    color: #000;
    margin-bottom: 20px;
    font-family: 'PoppinsSemiBold';
    font-weight: 600;
    font-style: normal
}

@media (max-width: 992px) {
    .custom-popup__articles h3 {
        font-size: 18px;
        line-height: 20px
    }
}

.custom-popup__articles p {
    font-size: 22px;
    line-height: 29px;
    color: #000;
    margin-bottom: 0
}

@media (max-width: 992px) {
    .custom-popup__articles p {
        font-size: 16px;
        line-height: 20px
    }
}

.pagination-wrapper {
    width: 100%;
    display: flex;
    align-items: center;
    list-style: none;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 70px !important
}

@media (max-width: 992px) {
    .pagination-wrapper {
        margin-top: 20px !important
    }
}

.pagination-wrapper li {
    display: flex;
    margin: 0 5px 10px 5px;
    align-items: center
}

@media (max-width: 992px) {
    .pagination-wrapper li {
        margin: 0 4px 10px 4px
    }
}

.pagination-wrapper li:hover a {
    color: #EC6500;
    background-color: #F0F0F0
}

.pagination-wrapper li.active a {
    color: #EC6500;
    background-color: #F0F0F0
}

@media (max-width: 992px) {
    .pagination-wrapper li.nav {
        display: none
    }
}

.pagination-wrapper li.nav:first-child {
    margin-right: 20px;
    margin-left: 0
}

.pagination-wrapper li.nav:last-child {
    margin-left: 20px;
    margin-right: 0
}

.pagination-wrapper li.nav:hover a {
    border: 1px solid #F0F0F0;
    background: #a2a2a2;
    background: linear-gradient(90deg, #a2a2a2 0%, #cecece 100%)
}

.pagination-wrapper li.nav a {
    width: auto;
    height: auto;
    font-size: 18px;
    line-height: 18px;
    color: #000 !important;
    border-radius: 50px;
    border: 1px solid rgba(0, 0, 0, 0.35);
    padding: 20px 37px;
    font-family: 'PoppinsBold';
    font-weight: 700;
    font-style: normal
}

.pagination-wrapper li a {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    line-height: 20px;
    color: #000;
    border: 1px solid #F0F0F0;
    background-color: #fff;
    transition: all .4s ease;
    font-family: 'PoppinsBold';
    font-weight: 700;
    font-style: normal
}

@media (max-width: 992px) {
    .pagination-wrapper li a {
        width: 24px;
        height: 24px;
        font-size: 12px;
        line-height: 12px
    }
}

.modal {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    overflow: hidden;
    outline: 0;
    background-color: #fff;
    padding-left: 155px;
    z-index: 1060;
    display: none
}

@media (max-width: 1100px) {
    .modal {
        width: 90%;
        left: auto;
        right: 0;
        z-index: 9999999;
        padding-left: 0;
        overflow-x: hidden;
        overflow-y: auto
    }
}

.modal__content {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-start
}

.modal__image {
    width: 40%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover
}

@media (max-width: 1100px) {
    .modal__image {
        display: none
    }
}

.modal__articles {
    width: 60%;
    height: 100%;
    overflow-y: auto;
    position: relative
}

@media (max-width: 1100px) {
    .modal__articles {
        width: 100%;
        overflow-y: initial
    }
}

.modal__articles::-webkit-scrollbar-thumb {
    background-color: #F39625;
    border: 1px solid #F39625;
    border-radius: 20px
}

.modal__articles::-webkit-scrollbar-track {
    background-color: rgba(152, 152, 152, 0.4);
    border-radius: 5px;
    opacity: .5
}

.modal__articles::-webkit-scrollbar {
    width: 10px;
    margin: 10px
}

.modal__header {
    padding: 6rem 7rem 4rem 7rem
}

@media (max-width: 1600px) {
    .modal__header {
        padding: 6rem 5rem 3rem 5rem
    }
}

@media (max-width: 1440px) {
    .modal__header {
        padding: 4rem 3rem 3rem 3rem
    }
}

@media (max-width: 1100px) {
    .modal__header {
        padding: 4rem 5rem 3rem 5rem
    }
}

@media (max-width: 576px) {
    .modal__header {
        padding: 4rem 30px 1rem 30px
    }
}

.modal__header h1 {
    font-size: 36px;
    line-height: 36px;
    color: #000;
    margin-bottom: 15px;
    font-family: 'PoppinsBold';
    font-weight: 700;
    font-style: normal
}

@media (max-width: 992px) {
    .modal__header h1 {
        font-size: 25px;
        line-height: 30px;
        margin-bottom: 5px
    }
}

.modal__header>span {
    display: block;
    font-size: 36px;
    line-height: 36px;
    color: #000;
    margin-bottom: 15px;
    font-family: 'PoppinsBold';
    font-weight: 700;
    font-style: normal
}

@media (max-width: 992px) {
    .modal__header>span {
        font-size: 25px;
        line-height: 30px;
        margin-bottom: 5px
    }
}

.modal__header p {
    font-size: 18px;
    line-height: 26px;
    color: #000;
    margin-bottom: 0
}

@media (max-width: 992px) {
    .modal__header p {
        font-size: 16px;
        line-height: 20px
    }
}

.modal__body {
    padding: 4rem 7rem 4rem 7rem
}

@media (max-width: 1600px) {
    .modal__body {
        padding: 3rem 5rem 2rem 5rem
    }
}

@media (max-width: 1440px) {
    .modal__body {
        padding: 3rem 3rem 2rem 3rem
    }
}

@media (max-width: 1100px) {
    .modal__body {
        padding: 3rem 5rem 1rem 5rem
    }
}

@media (max-width: 576px) {
    .modal__body {
        padding: 1rem 30px 1rem 30px
    }
}

.modal__footer {
    padding: 0 7rem 0 7rem;
    display: flex;
    align-items: center;
    justify-content: space-between
}

@media (max-width: 1600px) {
    .modal__footer {
        padding: 0 5rem 0 5rem
    }
}

@media (max-width: 1100px) {
    .modal__footer {
        padding: 0 3rem
    }
}

@media (max-width: 1100px) {
    .modal__footer {
        padding: 0 5rem
    }
}

@media (max-width: 992px) {
    .modal__footer {
        flex-direction: column
    }
}

@media (max-width: 576px) {
    .modal__footer {
        padding: 0 30px
    }
}

.modal__footer p {
    width: calc(100% - 214px);
    font-size: 17px;
    line-height: 26px;
    color: #000;
    margin-bottom: 0
}

@media (max-width: 992px) {
    .modal__footer p {
        width: 100%;
        text-align: center;
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 20px
    }
}

.modal__close-btn {
    display: flex;
    align-items: center;
    position: absolute;
    top: 50px;
    right: 50px
}

@media (max-width: 992px) {
    .modal__close-btn {
        right: 20px;
        top: 20px
    }
}

.modal__close-btn:hover .icon img {
    transform: rotate(90deg)
}

.modal__close-btn span {
    font-size: 16px;
    line-height: 16px;
    color: #000
}

.modal__close-btn .icon {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-left: 23px;
    background-color: #F1F1F1
}

@media (max-width: 992px) {
    .modal__close-btn .icon {
        width: 50px;
        height: 50px;
        margin-left: 15px
    }
}

.modal__close-btn .icon img {
    transition: all .4s ease
}

.modal hr {
    margin: 0;
    border: 1px solid #DCDCDF
}

.modal .verification-info {
    width: 100%
}

.modal .verification-info__label {
    font-size: 19px;
    line-height: 29px;
    color: #000;
    margin-bottom: 8px;
    font-family: 'PoppinsBold';
    font-weight: 700;
    font-style: normal
}

.modal .verification-info__phone {
    font-size: 14px;
    line-height: 14px;
    color: #EC6500;
    border: 1px solid #989898;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 8px;
    pointer-events: none;
    font-family: 'PoppinsBold';
    font-weight: 700;
    font-style: normal
}

.modal .verification-info__description {
    font-size: 16px;
    line-height: 26px;
    color: #000
}

@media (max-width: 992px) {
    .modal .verification-info__description {
        font-size: 14px;
        line-height: 16px
    }
}

.modal .verification-numbers {
    display: flex;
    justify-content: space-between
}

.modal .verification-numbers input {
    width: calc(100% / 6 - 30px);
    height: 70px;
    background-color: #F2F2F2;
    border: 1px solid #989898;
    border-radius: 6px;
    font-size: 23px;
    line-height: 23px;
    text-align: center;
    padding: 0;
    font-family: 'PoppinsBold';
    font-weight: 700;
    font-style: normal
}

@media (max-width: 992px) {
    .modal .verification-numbers input {
        width: calc(100% / 6 - 5px);
        height: 45px
    }
}

.modal .countdown {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center
}

.modal .countdown__label {
    font-size: 16px;
    line-height: 16px
}

.modal .countdown__pass-count-down {
    font-size: 46px;
    line-height: 46px;
    margin: 15px 0
}

@media (max-width: 992px) {
    .modal .countdown__pass-count-down {
        margin: 5px 0;
        font-size: 40px;
        line-height: 40px
    }
}

.modal .countdown__time-out-label {
    font-size: 16px;
    line-height: 16px;
    display: none;
    font-family: 'PoppinsBold';
    font-weight: 700;
    font-style: normal
}

.modal .redirect-count {
    width: 100%;
    display: block;
    text-align: center;
    margin-bottom: 50px
}

@media (max-width: 992px) {
    .modal .redirect-count {
        margin-top: 30px
    }
}

.modal .redirect-count__timer {
    font-size: 105px;
    line-height: 105px
}

@media (max-width: 992px) {
    .modal .redirect-count__timer {
        font-size: 85px;
        line-height: 85px
    }
}

.modal .redirect-count__desc {
    font-size: 16px;
    line-height: 26px
}

.modal .signup-form p {
    font-size: 18px;
    line-height: 30px
}

@media (max-width: 992px) {
    .modal .signup-form p {
        font-size: 16px;
        line-height: 26px
    }
}

.modal .signup-form .checkbox-wrapper {
    margin: 45px 0
}

.modal .signup-form .checkbox-wrapper__item label {
    font-size: 18px;
    line-height: 20px
}

.modal .signup-success-content {
    padding: 6rem 0 1rem 0;
    text-align: center
}

.modal .signup-success-content img {
    margin: 0 auto 3rem auto
}

@media (max-width: 992px) {
    .modal .signup-success-content img {
        max-width: 5rem;
        margin: 0 auto 2rem auto
    }
}

.modal .signup-success-content p {
    font-size: 36px;
    line-height: 50px;
    margin-bottom: 0;
    font-family: 'PoppinsBold';
    font-weight: 700;
    font-style: normal
}

@media (max-width: 992px) {
    .modal .signup-success-content p {
        font-size: 20px;
        line-height: 26px
    }
}

.modal .signup-success-content .center-button-wrapper {
    margin-top: 50px
}

.modal-bg {
    width: 100%;
    height: 100vh;
    background-color: #000;
    position: fixed;
    left: 0;
    top: 0;
    opacity: .8;
    z-index: 9999998;
    display: none
}

.popper, .tooltip {
    position: absolute;
    z-index: 9999;
    background: #fff;
    color: #000;
    width: 150px;
    border-radius: 3px;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
    padding: 5px;
    text-align: center;
    font-size: 15px;
    line-height: 20px
}

.style5 .tooltip {
    background: #fff;
    color: #000;
    max-width: 200px;
    width: auto;
    font-size: .8rem;
    padding: .5em 1em;
    font-size: 15px;
    line-height: 20px
}

.popper .popper__arrow, .tooltip .tooltip-arrow {
    width: 0;
    height: 0;
    border-style: solid;
    position: absolute;
    margin: 5px
}

.tooltip .tooltip-arrow, .popper .popper__arrow {
    border-color: rgba(0, 0, 0, 0.5)
}

.style5 .tooltip .tooltip-arrow {
    bborder-color: rgba(0, 0, 0, 0.5)
}

.popper[x-placement^="top"], .tooltip[x-placement^="top"] {
    margin-bottom: 5px
}

.popper[x-placement^="top"] .popper__arrow, .tooltip[x-placement^="top"] .tooltip-arrow {
    border-width: 5px 5px 0 5px;
    border-left-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    bottom: -5px;
    left: calc(50% - 5px);
    margin-top: 0;
    margin-bottom: 0
}

.popper[x-placement^="bottom"], .tooltip[x-placement^="bottom"] {
    margin-top: 5px
}

.tooltip[x-placement^="bottom"] .tooltip-arrow, .popper[x-placement^="bottom"] .popper__arrow {
    border-width: 0 5px 5px 5px;
    border-left-color: transparent;
    border-right-color: transparent;
    border-top-color: transparent;
    top: -5px;
    left: calc(50% - 5px);
    margin-top: 0;
    margin-bottom: 0
}

.tooltip[x-placement^="right"], .popper[x-placement^="right"] {
    margin-left: 5px
}

.popper[x-placement^="right"] .popper__arrow, .tooltip[x-placement^="right"] .tooltip-arrow {
    border-width: 5px 5px 5px 0;
    border-left-color: transparent;
    border-top-color: transparent;
    border-bottom-color: transparent;
    left: -5px;
    top: calc(50% - 5px);
    margin-left: 0;
    margin-right: 0
}

.popper[x-placement^="left"], .tooltip[x-placement^="left"] {
    margin-right: 5px
}

.popper[x-placement^="left"] .popper__arrow, .tooltip[x-placement^="left"] .tooltip-arrow {
    border-width: 5px 0 5px 5px;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    right: -5px;
    top: calc(50% - 5px);
    margin-left: 0;
    margin-right: 0
}

@font-face {
    font-family: swiper-icons;
    src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
    font-weight: 400;
    font-style: normal
}

:root {
    --swiper-theme-color: #007aff
}

.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1
}

.swiper-container-vertical>.swiper-wrapper {
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
    transform: translate3d(0px, 0, 0)
}

.swiper-container-multirow>.swiper-wrapper {
    flex-wrap: wrap
}

.swiper-container-multirow-column>.swiper-wrapper {
    flex-wrap: wrap;
    flex-direction: column
}

.swiper-container-free-mode>.swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
    height: auto
}

.swiper-container-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform, height
}

.swiper-container-3d {
    perspective: 1200px
}

.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
    transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))
}

.swiper-container-css-mode>.swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.swiper-container-css-mode>.swiper-wrapper::-webkit-scrollbar {
    display: none
}

.swiper-container-css-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: start start
}

.swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper {
    scroll-snap-type: x mandatory
}

.swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper {
    scroll-snap-type: y mandatory
}

:root {
    --swiper-navigation-size: 44px
}

.swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: calc(var(--swiper-navigation-size)/ 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(-1 * var(--swiper-navigation-size)/ 2);
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color))
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.swiper-button-next:after, .swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    text-transform: none;
    font-variant: initial;
    line-height: 1
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    left: 10px;
    right: auto
}

.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
    content: 'prev'
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    right: 10px;
    left: auto
}

.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
    content: 'next'
}

.swiper-button-next.swiper-button-white, .swiper-button-prev.swiper-button-white {
    --swiper-navigation-color: #ffffff
}

.swiper-button-next.swiper-button-black, .swiper-button-prev.swiper-button-black {
    --swiper-navigation-color: #000000
}

.swiper-button-lock {
    display: none
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: .3s opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transform: scale(0.33);
    position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    transform: scale(0.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    transform: scale(0.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    transform: scale(0.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    transform: scale(0.33)
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: .2
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: var(--swiper-pagination-color, var(--swiper-theme-color))
}

.swiper-container-vertical>.swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    transform: translate3d(0px, -50%, 0)
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 6px 0;
    display: block
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    transition: .2s transform, .2s top
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: .2s transform, .2s left
}

.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: .2s transform, .2s right
}

.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, 0.25);
    position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    transform-origin: right top
}

.swiper-container-horizontal>.swiper-pagination-progressbar, .swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-container-vertical>.swiper-pagination-progressbar {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-white {
    --swiper-pagination-color: #ffffff
}

.swiper-pagination-black {
    --swiper-pagination-color: #000000
}

.swiper-pagination-lock {
    display: none
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, 0.1)
}

.swiper-container-horizontal>.swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%
}

.swiper-container-vertical>.swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-scrollbar-lock {
    display: none
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center
}

.swiper-zoom-container>canvas, .swiper-zoom-container>img, .swiper-zoom-container>svg {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain
}

.swiper-slide-zoomed {
    cursor: move
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    transform-origin: 50%;
    animation: swiper-preloader-spin 1s infinite linear;
    box-sizing: border-box;
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-radius: 50%;
    border-top-color: transparent
}

.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000
}

@keyframes swiper-preloader-spin {
    100% {
        transform: rotate(360deg)
    }
}

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube {
    overflow: visible
}

.swiper-container-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}

.swiper-container-cube .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
    transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next+.swiper-slide, .swiper-container-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}

.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .6;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index: 0
}

.swiper-container-flip {
    overflow: visible
}

.swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}

.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle
}

.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    user-select: none;
    -webkit-user-select: none
}

.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    padding-left: 8px;
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.select2-container .select2-selection--single .select2-selection__clear {
    background-color: transparent;
    border: none;
    font-size: 1em
}

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px
}

.select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    user-select: none;
    -webkit-user-select: none
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
    display: inline;
    list-style: none;
    padding: 0
}

.select2-container .select2-selection--multiple .select2-selection__clear {
    background-color: transparent;
    border: none;
    font-size: 1em
}

.select2-container .select2-search--inline .select2-search__field {
    box-sizing: border-box;
    border: none;
    font-size: 100%;
    margin-top: 5px;
    margin-left: 5px;
    padding: 0;
    max-width: 100%;
    resize: none;
    height: 18px;
    vertical-align: bottom;
    font-family: sans-serif;
    overflow: hidden;
    word-break: keep-all
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none
}

.select2-dropdown {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 1051
}

.select2-results {
    display: block
}

.select2-results__options {
    list-style: none;
    margin: 0;
    padding: 0
}

.select2-results__option {
    padding: 6px;
    user-select: none;
    -webkit-user-select: none
}

.select2-results__option--selectable {
    cursor: pointer
}

.select2-container--open .select2-dropdown {
    left: 0
}

.select2-container--open .select2-dropdown--above {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--open .select2-dropdown--below {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-search--dropdown {
    display: block;
    padding: 4px
}

.select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none
}

.select2-search--dropdown.select2-search--hide {
    display: none
}

.select2-close-mask {
    border: 0;
    margin: 0;
    padding: 0;
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 99;
    background-color: #fff;
    filter: alpha(opacity=0)
}

.select2-hidden-accessible {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    -webkit-clip-path: inset(50%) !important;
    clip-path: inset(50%) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
    white-space: nowrap !important
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    height: 26px;
    margin-right: 20px;
    padding-right: 0px
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
    float: left
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    left: 1px;
    right: auto
}

.select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #eee;
    cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px
}

.select2-container--default .select2-selection--multiple {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
    padding-bottom: 5px;
    padding-right: 5px;
    position: relative
}

.select2-container--default .select2-selection--multiple.select2-selection--clearable {
    padding-right: 25px
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    font-weight: bold;
    height: 20px;
    margin-right: 10px;
    margin-top: 5px;
    position: absolute;
    right: 0;
    padding: 1px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    box-sizing: border-box;
    display: inline-block;
    margin-left: 5px;
    margin-top: 5px;
    padding: 0;
    padding-left: 20px;
    position: relative;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: bottom;
    white-space: nowrap
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
    cursor: default;
    padding-left: 2px;
    padding-right: 5px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    background-color: transparent;
    border: none;
    border-right: 1px solid #aaa;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    color: #999;
    cursor: pointer;
    font-size: 1em;
    font-weight: bold;
    padding: 0 4px;
    position: absolute;
    left: 0;
    top: 0
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover, .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
    background-color: #f1f1f1;
    color: #333;
    outline: none
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display {
    padding-left: 5px;
    padding-right: 2px
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
    border-left: 1px solid #aaa;
    border-right: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__clear {
    float: left;
    margin-left: 10px;
    margin-right: auto
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: solid black 1px;
    outline: 0
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
    background-color: #eee;
    cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
    display: none
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa
}

.select2-container--default .select2-search--inline .select2-search__field {
    background: transparent;
    border: none;
    outline: 0;
    box-shadow: none;
    -webkit-appearance: textfield
}

.select2-container--default .select2-results>.select2-results__options {
    max-height: 200px;
    overflow-y: auto
}

.select2-container--default .select2-results__option .select2-results__option {
    padding-left: 1em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -2em;
    padding-left: 3em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -3em;
    padding-left: 4em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -4em;
    padding-left: 5em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -5em;
    padding-left: 6em
}

.select2-container--default .select2-results__option--group {
    padding: 0
}

.select2-container--default .select2-results__option--disabled {
    color: #999
}

.select2-container--default .select2-results__option--selected {
    background-color: #ddd
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #5897fb;
    color: white
}

.select2-container--default .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px
}

.select2-container--classic .select2-selection--single {
    background-color: #f7f7f7;
    border: 1px solid #aaa;
    border-radius: 4px;
    outline: 0;
    background-image: -webkit-linear-gradient(top, #fff 50%, #eee 100%);
    background-image: -o-linear-gradient(top, #fff 50%, #eee 100%);
    background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)
}

.select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    height: 26px;
    margin-right: 20px
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: -webkit-linear-gradient(top, #eee 50%, #ccc 100%);
    background-image: -o-linear-gradient(top, #eee 50%, #ccc 100%);
    background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0)
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
    float: left
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    border: none;
    border-right: 1px solid #aaa;
    border-radius: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    left: 1px;
    right: auto
}

.select2-container--classic.select2-container--open .select2-selection--single {
    border: 1px solid #5897fb
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: transparent;
    border: none
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-image: -webkit-linear-gradient(top, #fff 0%, #eee 50%);
    background-image: -o-linear-gradient(top, #fff 0%, #eee 50%);
    background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-image: -webkit-linear-gradient(top, #eee 50%, #fff 100%);
    background-image: -o-linear-gradient(top, #eee 50%, #fff 100%);
    background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0)
}

.select2-container--classic .select2-selection--multiple {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
    outline: 0;
    padding-bottom: 5px;
    padding-right: 5px
}

.select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    display: inline-block;
    margin-left: 5px;
    margin-top: 5px;
    padding: 0
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__display {
    cursor: default;
    padding-left: 2px;
    padding-right: 5px
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    background-color: transparent;
    border: none;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    color: #888;
    cursor: pointer;
    font-size: 1em;
    font-weight: bold;
    padding: 0 4px
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #555;
    outline: none
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display {
    padding-left: 5px;
    padding-right: 2px
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
    border: 1px solid #5897fb
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
    outline: 0
}

.select2-container--classic .select2-search--inline .select2-search__field {
    outline: 0;
    box-shadow: none
}

.select2-container--classic .select2-dropdown {
    background-color: #fff;
    border: 1px solid transparent
}

.select2-container--classic .select2-dropdown--above {
    border-bottom: none
}

.select2-container--classic .select2-dropdown--below {
    border-top: none
}

.select2-container--classic .select2-results>.select2-results__options {
    max-height: 200px;
    overflow-y: auto
}

.select2-container--classic .select2-results__option--group {
    padding: 0
}

.select2-container--classic .select2-results__option--disabled {
    color: grey
}

.select2-container--classic .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #3875d7;
    color: #fff
}

.select2-container--classic .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px
}

.select2-container--classic.select2-container--open .select2-dropdown {
    border-color: #5897fb
}

/*! lightgallery - v1.6.2 - 2017-10-03
* http://sachinchoolur.github.io/lightGallery/
* Copyright (c) 2017 Sachin N; Licensed GPLv3 */
@font-face {
    font-family: 'lg';
    src: url("../fonts/lg.eot?n1z373");
    src: url("../fonts/lg.eot?#iefixn1z373") format("embedded-opentype"), url("../fonts/lg.woff?n1z373") format("woff"), url("../fonts/lg.ttf?n1z373") format("truetype"), url("../fonts/lg.svg?n1z373#lg") format("svg");
    font-weight: normal;
    font-style: normal
}

.lg-icon {
    font-family: 'lg';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.lg-actions .lg-next, .lg-actions .lg-prev {
    background-color: rgba(0, 0, 0, 0.45);
    border-radius: 2px;
    color: #999;
    cursor: pointer;
    display: block;
    font-size: 22px;
    margin-top: -10px;
    padding: 8px 10px 9px;
    position: absolute;
    top: 50%;
    z-index: 1080;
    border: none;
    outline: none
}

.lg-actions .lg-next.disabled, .lg-actions .lg-prev.disabled {
    pointer-events: none;
    opacity: 0.5
}

.lg-actions .lg-next:hover, .lg-actions .lg-prev:hover {
    color: #FFF
}

.lg-actions .lg-next {
    right: 20px
}

.lg-actions .lg-next:before {
    content: "\e095"
}

.lg-actions .lg-prev {
    left: 20px
}

.lg-actions .lg-prev:after {
    content: "\e094"
}

@-webkit-keyframes lg-right-end {
    0% {
        left: 0
    }

    50% {
        left: -30px
    }

    100% {
        left: 0
    }
}

@-moz-keyframes lg-right-end {
    0% {
        left: 0
    }

    50% {
        left: -30px
    }

    100% {
        left: 0
    }
}

@-ms-keyframes lg-right-end {
    0% {
        left: 0
    }

    50% {
        left: -30px
    }

    100% {
        left: 0
    }
}

@keyframes lg-right-end {
    0% {
        left: 0
    }

    50% {
        left: -30px
    }

    100% {
        left: 0
    }
}

@-webkit-keyframes lg-left-end {
    0% {
        left: 0
    }

    50% {
        left: 30px
    }

    100% {
        left: 0
    }
}

@-moz-keyframes lg-left-end {
    0% {
        left: 0
    }

    50% {
        left: 30px
    }

    100% {
        left: 0
    }
}

@-ms-keyframes lg-left-end {
    0% {
        left: 0
    }

    50% {
        left: 30px
    }

    100% {
        left: 0
    }
}

@keyframes lg-left-end {
    0% {
        left: 0
    }

    50% {
        left: 30px
    }

    100% {
        left: 0
    }
}

.lg-outer.lg-right-end .lg-object {
    -webkit-animation: lg-right-end 0.3s;
    -o-animation: lg-right-end 0.3s;
    animation: lg-right-end 0.3s;
    position: relative
}

.lg-outer.lg-left-end .lg-object {
    -webkit-animation: lg-left-end 0.3s;
    -o-animation: lg-left-end 0.3s;
    animation: lg-left-end 0.3s;
    position: relative
}

.lg-toolbar {
    z-index: 1082;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.45)
}

.lg-toolbar .lg-icon {
    color: #999;
    cursor: pointer;
    float: right;
    font-size: 24px;
    height: 47px;
    line-height: 27px;
    padding: 10px 0;
    text-align: center;
    width: 50px;
    text-decoration: none !important;
    outline: medium none;
    -webkit-transition: color 0.2s linear;
    -o-transition: color 0.2s linear;
    transition: color 0.2s linear;
    background-color: transparent;
    border: none
}

.lg-toolbar .lg-icon:hover {
    color: #FFF
}

.lg-toolbar .lg-close:after {
    content: "\e070"
}

.lg-toolbar .lg-download:after {
    content: "\e0f2"
}

.lg-sub-html {
    background-color: rgba(0, 0, 0, 0.45);
    bottom: 0;
    color: #EEE;
    font-size: 16px;
    left: 0;
    padding: 10px 40px;
    position: fixed;
    right: 0;
    text-align: center;
    z-index: 1080
}

.lg-sub-html h4 {
    margin: 0;
    font-size: 13px;
    font-weight: bold
}

.lg-sub-html p {
    font-size: 12px;
    margin: 5px 0 0
}

#lg-counter {
    color: #999;
    display: inline-block;
    font-size: 16px;
    padding-left: 20px;
    padding-top: 12px;
    vertical-align: middle
}

.lg-toolbar, .lg-prev, .lg-next {
    opacity: 1;
    -webkit-transition: -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
    -moz-transition: -moz-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
    -o-transition: -o-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
    transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear
}

.lg-hide-items .lg-prev {
    opacity: 0;
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0)
}

.lg-hide-items .lg-next {
    opacity: 0;
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0)
}

.lg-hide-items .lg-toolbar {
    opacity: 0;
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0)
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
    -webkit-transform: scale3d(0.5, 0.5, 0.5);
    transform: scale3d(0.5, 0.5, 0.5);
    opacity: 0;
    -webkit-transition: -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
    -moz-transition: -moz-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
    -o-transition: -o-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
    transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    opacity: 1
}

.lg-outer .lg-thumb-outer {
    background-color: #0D0A0A;
    bottom: 0;
    position: absolute;
    width: 100%;
    z-index: 1080;
    max-height: 350px;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
    -moz-transition: -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
    -o-transition: -o-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s
}

.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab
}

.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
    cursor: -o-grabbing;
    cursor: -ms-grabbing;
    cursor: grabbing
}

.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
    -webkit-transition-duration: 0s !important;
    transition-duration: 0s !important
}

.lg-outer.lg-thumb-open .lg-thumb-outer {
    -webkit-transform: translate3d(0, 0%, 0);
    transform: translate3d(0, 0%, 0)
}

.lg-outer .lg-thumb {
    padding: 10px 0;
    height: 100%;
    margin-bottom: -5px
}

.lg-outer .lg-thumb-item {
    border-radius: 5px;
    cursor: pointer;
    float: left;
    overflow: hidden;
    height: 100%;
    border: 2px solid #FFF;
    border-radius: 4px;
    margin-bottom: 5px
}

@media (min-width: 1025px) {
    .lg-outer .lg-thumb-item {
        -webkit-transition: border-color 0.25s ease;
        -o-transition: border-color 0.25s ease;
        transition: border-color 0.25s ease
    }
}

.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
    border-color: #a90707
}

.lg-outer .lg-thumb-item img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.lg-outer.lg-has-thumb .lg-item {
    padding-bottom: 120px
}

.lg-outer.lg-can-toggle .lg-item {
    padding-bottom: 0
}

.lg-outer.lg-pull-caption-up .lg-sub-html {
    -webkit-transition: bottom 0.25s ease;
    -o-transition: bottom 0.25s ease;
    transition: bottom 0.25s ease
}

.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
    bottom: 100px
}

.lg-outer .lg-toogle-thumb {
    background-color: #0D0A0A;
    border-radius: 2px 2px 0 0;
    color: #999;
    cursor: pointer;
    font-size: 24px;
    height: 39px;
    line-height: 27px;
    padding: 5px 0;
    position: absolute;
    right: 20px;
    text-align: center;
    top: -39px;
    width: 50px
}

.lg-outer .lg-toogle-thumb:after {
    content: "\e1ff"
}

.lg-outer .lg-toogle-thumb:hover {
    color: #FFF
}

.lg-outer .lg-video-cont {
    display: inline-block;
    vertical-align: middle;
    max-width: 1140px;
    max-height: 100%;
    width: 100%;
    padding: 0 5px
}

.lg-outer .lg-video {
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden;
    position: relative
}

.lg-outer .lg-video .lg-object {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important
}

.lg-outer .lg-video .lg-video-play {
    width: 84px;
    height: 59px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -42px;
    margin-top: -30px;
    z-index: 1080;
    cursor: pointer
}

.lg-outer .lg-has-iframe .lg-video {
    -webkit-overflow-scrolling: touch;
    overflow: auto
}

.lg-outer .lg-has-vimeo .lg-video-play {
    background: url("../img/vimeo-play.png") no-repeat scroll 0 0 transparent
}

.lg-outer .lg-has-vimeo:hover .lg-video-play {
    background: url("../img/vimeo-play.png") no-repeat scroll 0 -58px transparent
}

.lg-outer .lg-has-html5 .lg-video-play {
    background: transparent url("../img/video-play.png") no-repeat scroll 0 0;
    height: 64px;
    margin-left: -32px;
    margin-top: -32px;
    width: 64px;
    opacity: 0.8
}

.lg-outer .lg-has-html5:hover .lg-video-play {
    opacity: 1
}

.lg-outer .lg-has-youtube .lg-video-play {
    background: url("../img/youtube-play.png") no-repeat scroll 0 0 transparent
}

.lg-outer .lg-has-youtube:hover .lg-video-play {
    background: url("../img/youtube-play.png") no-repeat scroll 0 -60px transparent
}

.lg-outer .lg-video-object {
    width: 100% !important;
    height: 100% !important;
    position: absolute;
    top: 0;
    left: 0
}

.lg-outer .lg-has-video .lg-video-object {
    visibility: hidden
}

.lg-outer .lg-has-video.lg-video-playing .lg-object, .lg-outer .lg-has-video.lg-video-playing .lg-video-play {
    display: none
}

.lg-outer .lg-has-video.lg-video-playing .lg-video-object {
    visibility: visible
}

.lg-progress-bar {
    background-color: #333;
    height: 5px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1083;
    opacity: 0;
    -webkit-transition: opacity 0.08s ease 0s;
    -moz-transition: opacity 0.08s ease 0s;
    -o-transition: opacity 0.08s ease 0s;
    transition: opacity 0.08s ease 0s
}

.lg-progress-bar .lg-progress {
    background-color: #a90707;
    height: 5px;
    width: 0
}

.lg-progress-bar.lg-start .lg-progress {
    width: 100%
}

.lg-show-autoplay .lg-progress-bar {
    opacity: 1
}

.lg-autoplay-button:after {
    content: "\e01d"
}

.lg-show-autoplay .lg-autoplay-button:after {
    content: "\e01a"
}

.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap, .lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image {
    -webkit-transition-duration: 0s;
    transition-duration: 0s
}

.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
    -moz-transition: -moz-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
    -o-transition: -o-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s
}

.lg-outer.lg-use-left-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
    -webkit-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
    -moz-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
    -o-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
    -moz-transition: -moz-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
    -o-transition: -o-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
    transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden
}

#lg-zoom-in:after {
    content: "\e311"
}

#lg-actual-size {
    font-size: 20px
}

#lg-actual-size:after {
    content: "\e033"
}

#lg-zoom-out {
    opacity: 0.5;
    pointer-events: none
}

#lg-zoom-out:after {
    content: "\e312"
}

.lg-zoomed #lg-zoom-out {
    opacity: 1;
    pointer-events: auto
}

.lg-outer .lg-pager-outer {
    bottom: 60px;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    z-index: 1080;
    height: 10px
}

.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
    overflow: visible
}

.lg-outer .lg-pager-cont {
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    position: relative;
    vertical-align: top;
    margin: 0 5px
}

.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
    box-shadow: 0 0 0 2px white inset
}

.lg-outer .lg-pager-thumb-cont {
    background-color: #fff;
    color: #FFF;
    bottom: 100%;
    height: 83px;
    left: 0;
    margin-bottom: 20px;
    margin-left: -60px;
    opacity: 0;
    padding: 5px;
    position: absolute;
    width: 120px;
    border-radius: 3px;
    -webkit-transition: opacity 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
    -moz-transition: opacity 0.15s ease 0s, -moz-transform 0.15s ease 0s;
    -o-transition: opacity 0.15s ease 0s, -o-transform 0.15s ease 0s;
    transition: opacity 0.15s ease 0s, transform 0.15s ease 0s;
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0)
}

.lg-outer .lg-pager-thumb-cont img {
    width: 100%;
    height: 100%
}

.lg-outer .lg-pager {
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
    display: block;
    height: 12px;
    -webkit-transition: box-shadow 0.3s ease 0s;
    -o-transition: box-shadow 0.3s ease 0s;
    transition: box-shadow 0.3s ease 0s;
    width: 12px
}

.lg-outer .lg-pager:hover, .lg-outer .lg-pager:focus {
    box-shadow: 0 0 0 8px white inset
}

.lg-outer .lg-caret {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px dashed;
    bottom: -10px;
    display: inline-block;
    height: 0;
    left: 50%;
    margin-left: -5px;
    position: absolute;
    vertical-align: middle;
    width: 0
}

.lg-fullscreen:after {
    content: "\e20c"
}

.lg-fullscreen-on .lg-fullscreen:after {
    content: "\e20d"
}

.lg-outer #lg-dropdown-overlay {
    background-color: rgba(0, 0, 0, 0.25);
    bottom: 0;
    cursor: default;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1081;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
    -o-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
    transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s
}

.lg-outer.lg-dropdown-active .lg-dropdown, .lg-outer.lg-dropdown-active #lg-dropdown-overlay {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -moz-transform: translate3d(0, 0px, 0);
    -o-transform: translate3d(0, 0px, 0);
    -ms-transform: translate3d(0, 0px, 0);
    -webkit-transform: translate3d(0, 0px, 0);
    transform: translate3d(0, 0px, 0);
    opacity: 1;
    visibility: visible
}

.lg-outer.lg-dropdown-active #lg-share {
    color: #FFF
}

.lg-outer .lg-dropdown {
    background-color: #fff;
    border-radius: 2px;
    font-size: 14px;
    list-style-type: none;
    margin: 0;
    padding: 10px 0;
    position: absolute;
    right: 0;
    text-align: left;
    top: 50px;
    opacity: 0;
    visibility: hidden;
    -moz-transform: translate3d(0, 5px, 0);
    -o-transform: translate3d(0, 5px, 0);
    -ms-transform: translate3d(0, 5px, 0);
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
    -webkit-transition: -webkit-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
    -moz-transition: -moz-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
    -o-transition: -o-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
    transition: transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s
}

.lg-outer .lg-dropdown:after {
    content: "";
    display: block;
    height: 0;
    width: 0;
    position: absolute;
    border: 8px solid transparent;
    border-bottom-color: #FFF;
    right: 16px;
    top: -16px
}

.lg-outer .lg-dropdown>li:last-child {
    margin-bottom: 0px
}

.lg-outer .lg-dropdown>li:hover a, .lg-outer .lg-dropdown>li:hover .lg-icon {
    color: #333
}

.lg-outer .lg-dropdown a {
    color: #333;
    display: block;
    white-space: pre;
    padding: 4px 12px;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px
}

.lg-outer .lg-dropdown a:hover {
    background-color: rgba(0, 0, 0, 0.07)
}

.lg-outer .lg-dropdown .lg-dropdown-text {
    display: inline-block;
    line-height: 1;
    margin-top: -3px;
    vertical-align: middle
}

.lg-outer .lg-dropdown .lg-icon {
    color: #333;
    display: inline-block;
    float: none;
    font-size: 20px;
    height: auto;
    line-height: 1;
    margin-right: 8px;
    padding: 0;
    vertical-align: middle;
    width: auto
}

.lg-outer #lg-share {
    position: relative
}

.lg-outer #lg-share:after {
    content: "\e80d"
}

.lg-outer #lg-share-facebook .lg-icon {
    color: #3b5998
}

.lg-outer #lg-share-facebook .lg-icon:after {
    content: "\e901"
}

.lg-outer #lg-share-twitter .lg-icon {
    color: #00aced
}

.lg-outer #lg-share-twitter .lg-icon:after {
    content: "\e904"
}

.lg-outer #lg-share-googleplus .lg-icon {
    color: #dd4b39
}

.lg-outer #lg-share-googleplus .lg-icon:after {
    content: "\e902"
}

.lg-outer #lg-share-pinterest .lg-icon {
    color: #cb2027
}

.lg-outer #lg-share-pinterest .lg-icon:after {
    content: "\e903"
}

.lg-group:after {
    content: "";
    display: table;
    clear: both
}

.lg-outer {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    text-align: left;
    opacity: 0;
    -webkit-transition: opacity 0.15s ease 0s;
    -o-transition: opacity 0.15s ease 0s;
    transition: opacity 0.15s ease 0s
}

.lg-outer * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.lg-outer.lg-visible {
    opacity: 1
}

.lg-outer.lg-css3 .lg-item.lg-prev-slide, .lg-outer.lg-css3 .lg-item.lg-next-slide, .lg-outer.lg-css3 .lg-item.lg-current {
    -webkit-transition-duration: inherit !important;
    transition-duration: inherit !important;
    -webkit-transition-timing-function: inherit !important;
    transition-timing-function: inherit !important
}

.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-current {
    -webkit-transition-duration: 0s !important;
    transition-duration: 0s !important;
    opacity: 1
}

.lg-outer.lg-grab img.lg-object {
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab
}

.lg-outer.lg-grabbing img.lg-object {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
    cursor: -o-grabbing;
    cursor: -ms-grabbing;
    cursor: grabbing
}

.lg-outer .lg {
    height: 100%;
    width: 100%;
    position: relative;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    max-height: 100%
}

.lg-outer .lg-inner {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    white-space: nowrap
}

.lg-outer .lg-item {
    background: url("../img/loading.gif") no-repeat scroll center center transparent;
    display: none !important
}

.lg-outer.lg-css3 .lg-prev-slide, .lg-outer.lg-css3 .lg-current, .lg-outer.lg-css3 .lg-next-slide {
    display: inline-block !important
}

.lg-outer.lg-css .lg-current {
    display: inline-block !important
}

.lg-outer .lg-item, .lg-outer .lg-img-wrap {
    display: inline-block;
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%
}

.lg-outer .lg-item:before, .lg-outer .lg-img-wrap:before {
    content: "";
    display: inline-block;
    height: 50%;
    width: 1px;
    margin-right: -1px
}

.lg-outer .lg-img-wrap {
    position: absolute;
    padding: 0 5px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0
}

.lg-outer .lg-item.lg-complete {
    background-image: none
}

.lg-outer .lg-item.lg-current {
    z-index: 1060
}

.lg-outer .lg-image {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
    width: auto !important;
    height: auto !important
}

.lg-outer.lg-show-after-load .lg-item .lg-object, .lg-outer.lg-show-after-load .lg-item .lg-video-play {
    opacity: 0;
    -webkit-transition: opacity 0.15s ease 0s;
    -o-transition: opacity 0.15s ease 0s;
    transition: opacity 0.15s ease 0s
}

.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object, .lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
    opacity: 1
}

.lg-outer .lg-empty-html {
    display: none
}

.lg-outer.lg-hide-download #lg-download {
    display: none
}

.lg-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1040;
    background-color: #000;
    opacity: 0;
    -webkit-transition: opacity 0.15s ease 0s;
    -o-transition: opacity 0.15s ease 0s;
    transition: opacity 0.15s ease 0s
}

.lg-backdrop.in {
    opacity: 1
}

.lg-css3.lg-no-trans .lg-prev-slide, .lg-css3.lg-no-trans .lg-next-slide, .lg-css3.lg-no-trans .lg-current {
    -webkit-transition: none 0s ease 0s !important;
    -moz-transition: none 0s ease 0s !important;
    -o-transition: none 0s ease 0s !important;
    transition: none 0s ease 0s !important
}

.lg-css3.lg-use-css3 .lg-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden
}

.lg-css3.lg-use-left .lg-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden
}

.lg-css3.lg-fade .lg-item {
    opacity: 0
}

.lg-css3.lg-fade .lg-item.lg-current {
    opacity: 1
}

.lg-css3.lg-fade .lg-item.lg-prev-slide, .lg-css3.lg-fade .lg-item.lg-next-slide, .lg-css3.lg-fade .lg-item.lg-current {
    -webkit-transition: opacity 0.1s ease 0s;
    -moz-transition: opacity 0.1s ease 0s;
    -o-transition: opacity 0.1s ease 0s;
    transition: opacity 0.1s ease 0s
}

.lg-css3.lg-slide.lg-use-css3 .lg-item {
    opacity: 0
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s
}

.lg-css3.lg-slide.lg-use-left .lg-item {
    opacity: 0;
    position: absolute;
    left: 0
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
    left: -100%
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
    left: 100%
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
    left: 0;
    opacity: 1
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
    -webkit-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    -moz-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    -o-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s
}

.header {
    width: calc(100% - 155px);
    position: fixed;
    right: 0;
    top: 0;
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
    z-index: 13;
    transition: all .4s ease
}

@media (max-width: 992px) {
    .header {
        width: 100%;
        border-bottom: none
    }
}

.header.subpage {
    background-color: #FDFDFD;
    border-bottom: 1px solid #E6E6E6
}

.header.subpage .header__nav li:hover a {
    color: #EC6500
}

.header.subpage .header__nav li a {
    color: #000
}

.header.disable-bg {
    background-color: transparent;
    border-bottom: 2px solid rgba(255, 255, 255, 0.2)
}

@media (max-width: 992px) {
    .header.disable-bg {
        border-bottom: 1px solid #E6E6E6
    }
}

.header.disable-bg .header__nav li a {
    color: #fff
}

.header.disable-bg .header__nav li a:hover {
    color: #EC6500
}

.header.js-fixed {
    background-color: #fff !important;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3)
}

.header.js-fixed .header__nav li a {
    color: #000
}

.header.js-fixed .header__nav li a:hover {
    color: #EC6500
}

@media (min-width: 992px) {
    .header.js-fixed .header__contents {
        padding: 20px 0
    }
}

.header__contents {
    display: flex;
    justify-content: space-between;
    padding: 42px 0;
    transition: all .4s ease
}

@media (max-width: 992px) {
    .header__contents {
        align-items: flex-start;
        padding: 20.5px 0;
        justify-content: flex-end
    }
}

.header__nav {
    list-style: none;
    display: flex;
    align-items: center
}

@media (max-width: 992px) {
    .header__nav {
        width: 100%;
        height: 100vh;
        position: fixed;
        background-color: #E8E8E8;
        top: 0;
        right: -100%;
        align-items: flex-start;
        flex-direction: column;
        padding: 125px 25px 25px 25px;
        transition: all .7s ease-in-out;
        overflow: auto
    }
}

.header__nav.js-open {
    right: 0
}

.header__nav li {
    margin-right: 55px
}

@media (max-width: 1440px) {
    .header__nav li {
        margin-right: 2.75vw
    }
}

@media (max-width: 1200px) {
    .header__nav li {
        margin-right: 1.75vw
    }
}

@media (max-width: 992px) {
    .header__nav li {
        width: 100%;
        margin-right: 0;
        display: flex;
        margin: 10px 0
    }
}

.header__nav li:hover a {
    color: #EC6500
}

.header__nav li:last-child {
    margin-right: 0
}

.header__nav li.active a {
    color: #EC6500 !important
}

.header__nav li a {
    font-size: 18px;
    line-height: 23px;
    color: #fff;
    transition: all .4s ease;
    font-family: 'PoppinsBold';
    font-weight: 700;
    font-style: normal
}

@media (max-width: 1440px) {
    .header__nav li a {
        font-size: 17px;
        line-height: 17px
    }
}

@media (max-width: 1200px) {
    .header__nav li a {
        font-size: 15px;
        line-height: 15px
    }
}

@media (max-width: 992px) {
    .header__nav li a {
        width: 100%;
        font-size: 18px;
        line-height: 18px;
        color: #000;
        padding: 7px 0
    }
}

.header__right {
    display: flex;
    align-items: center
}

.header__search-wrapper {
    margin-right: 25px
}

@media (max-width: 1440px) {
    .header__search-wrapper {
        margin-right: 15px
    }
}

@media (max-width: 992px) {
    .header__search-wrapper {
        display: none
    }
}

.header__search-wrapper.mobile-view {
    margin-right: 0
}

.header__search-wrapper.mobile-view form input {
    width: 100% !important;
}

.header__search-wrapper form {
    width: 100%;
    position: relative
}

.header__search-wrapper form input {
    width: 17vw;
    height: 66px;
    border: 1px solid #15B3A4;
    border-radius: 50px;
    font-size: 18px;
    line-height: 18px;
    color: #15B3A4;
    padding: 0 66px 0 35px;
    background-color: rgba(255, 255, 255, 0.8);
    font-family: 'PoppinsBold';
    font-weight: 700;
    font-style: normal
}

.header__search-wrapper form input:-ms-input-placeholder {
    color: #15B3A4
}

.header__search-wrapper form input::-ms-input-placeholder {
    color: #15B3A4
}

.header__search-wrapper form input::placeholder {
    color: #15B3A4;
    opacity: 1
}

@media (max-width: 1200px) {
    .header__search-wrapper form input {
        font-size: 15px;
        line-height: 15px;
        padding: 0 66px 0 25px
    }
}

.header__search-wrapper form button {
    width: 66px;
    height: 66px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center
}

.header__search-wrapper form button:hover img {
    animation: fadeInLeft .4s ease
}

.header__login {
    padding: 0 22px;
    height: 66px;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1
}

@media (max-width: 1440px) {
    .header__login {
        padding: 0 15px
    }
}

@media (max-width: 1200px) {
    .header__login {
        padding: 0 10px
    }
}

@media (max-width: 992px) {
    .header__login {
        height: 40px;
        background: #F2F2F2 !important;
        border-radius: 4px;
        padding: 0 12px;
        -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
        -moz-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
        box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16)
    }
}

.header__login span {
    font-size: 18px;
    line-height: 18px;
    color: #fff;
    margin-right: 15px;
    font-family: 'PoppinsBold';
    font-weight: 700;
    font-style: normal
}

@media (max-width: 1440px) {
    .header__login span {
        font-size: 15px;
        line-height: 15px
    }
}

@media (max-width: 1200px) {
    .header__login span {
        font-size: 14px;
        line-height: 14px;
        margin-right: 5px
    }
}

@media (max-width: 992px) {
    .header__login span {
        color: #000;
        font-size: 12px;
        line-height: 12px;
        margin-right: 10px
    }
}

@media (max-width: 992px) {
    .header__login img {
        filter: brightness(0) invert(0%);
        max-width: 1.2rem
    }
}

.header__hamburger-menu-btn {
    width: 50px;
    height: 40px;
    background-color: #F2F2F2;
    border-radius: 4px;
    margin-left: 15px;
    text-align: center;
    padding: 0 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    overflow: hidden;
    -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
    z-index: 1
}

@media (min-width: 992px) {
    .header__hamburger-menu-btn {
        display: none
    }
}

.header__hamburger-menu-btn .lines {
    width: 100%;
    height: 14px;
    margin-bottom: 5px;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out
}

.header__hamburger-menu-btn .lines span {
    width: 100%;
    height: 2px;
    display: block;
    position: absolute;
    background: #000;
    opacity: 1;
    margin-left: auto;
    margin-right: auto;
    border-radius: 4px;
    left: 0;
    right: 0;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out
}

.header__hamburger-menu-btn .lines span:nth-child(1) {
    top: 0%
}

.header__hamburger-menu-btn .lines span:nth-child(2) {
    top: 45%
}

.header__hamburger-menu-btn .lines span:nth-child(3) {
    bottom: 0
}

.header__hamburger-menu-btn .lines.js-open span:nth-child(1) {
    width: 60%;
    top: 50%;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg)
}

.header__hamburger-menu-btn .lines.js-open span:nth-child(2) {
    opacity: 0;
    left: -60px
}

.header__hamburger-menu-btn .lines.js-open span:nth-child(3) {
    width: 60%;
    top: 50%;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg)
}

.header__hamburger-menu-btn .title {
    display: flex
}

.header__hamburger-menu-btn .title.js-open span:first-child {
    display: none
}

.header__hamburger-menu-btn .title.js-open span:last-child {
    display: block
}

.header__hamburger-menu-btn .title span {
    font-size: 11px;
    line-height: 11px;
    color: #000;
    font-family: 'Poppins-Medium';
    font-weight: 500;
    font-style: normal
}

.header__hamburger-menu-btn .title span:last-child {
    display: none
}

.header__mobile-logo {
    display: none;
    z-index: 1
}

@media (max-width: 992px) {
    .header__mobile-logo {
        max-width: 4.175rem;
        display: flex;
        position: absolute;
        left: 25px;
        top: 50%;
        transform: translateY(-50%)
    }
}

.header__logout-btn {
    padding: 0 22px;
    height: 66px;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 1
}

@media (max-width: 1440px) {
    .header__logout-btn {
        padding: 0 15px
    }
}

@media (max-width: 1200px) {
    .header__logout-btn {
        padding: 0 10px
    }
}

@media (max-width: 992px) {
    .header__logout-btn {
        min-width: 57px;
        height: 40px;
        background: #F2F2F2 !important;
        border-radius: 4px;
        padding: 0 12px;
        -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
        -moz-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
        box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16)
    }
}

.header__logout-btn span {
    font-size: 16px;
    line-height: 16px;
    color: #fff;
    margin-right: 10px;
    font-family: 'PoppinsBold';
    font-weight: 700;
    font-style: normal
}

@media (max-width: 1440px) {
    .header__logout-btn span {
        font-size: 14px;
        line-height: 14px
    }
}

@media (max-width: 992px) {
    .header__logout-btn span {
        display: none
    }
}

.header__logout-btn-wrapper {
    position: relative
}

@media (max-width: 992px) {
    .header__logout-btn-wrapper {
        position: initial
    }
}

.header__logout-btn-wrapper ul.logout-dropdown-menu {
    width: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    background-color: #fff;
    padding: 50px 25px 20px 25px;
    border: 1px solid #6A6A6A;
    border-top: none;
    border-bottom-left-radius: 33px;
    border-bottom-right-radius: 33px;
    z-index: 0;
    list-style: none;
    display: none
}

@media (max-width: 992px) {
    .header__logout-btn-wrapper ul.logout-dropdown-menu {
        width: 100%;
        top: 0;
        padding: 90px 25px 20px 25px
    }
}

.header__logout-btn-wrapper ul.logout-dropdown-menu li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px
}

.header__logout-btn-wrapper ul.logout-dropdown-menu li:last-child {
    margin-bottom: 0
}

.header__logout-btn-wrapper ul.logout-dropdown-menu li a {
    width: 100%;
    color: #000;
    font-size: 18px;
    line-height: 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-family: 'PoppinsBold';
    font-weight: 700;
    font-style: normal
}

@media (max-width: 1440px) {
    .header__logout-btn-wrapper ul.logout-dropdown-menu li a {
        font-size: 16px;
        line-height: 16px
    }
}

@media (max-width: 992px) {
    .header__logout-btn-wrapper ul.logout-dropdown-menu li a {
        font-size: 17px;
        line-height: 17px
    }
}

.page-right-content {
    padding-left: 155px
}

@media (max-width: 992px) {
    .page-right-content {
        padding-left: 0
    }
}

.page-left-content {
    height: 100vh;
    background: #ee7e00;
    background: linear-gradient(180deg, #ee7e00 0%, #f8af00 50%, #ee7e00 100%);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999
}

@media (max-width: 992px) {
    .page-left-content {
        width: 100%;
        height: auto;
        bottom: 0;
        top: auto;
        background: #ee7d00;
        background: linear-gradient(90deg, #ee7d00 0%, #f8af00 50%, #ee7d00 100%)
    }
}

.sticky-menu {
    height: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: space-between
}

@media (max-width: 992px) {
    .sticky-menu {
        height: 50px;
        flex-direction: row;
        justify-content: center;
        -webkit-box-shadow: 0px -8px 25px 1px rgba(0, 0, 0, 0.25);
        -moz-box-shadow: 0px -8px 25px 1px rgba(0, 0, 0, 0.25);
        box-shadow: 0px -8px 25px 1px rgba(0, 0, 0, 0.25)
    }
}

.sticky-menu__main-logo {
    padding: 4vh 0;
    position: relative
}

@media (max-width: 992px) {
    .sticky-menu__main-logo {
        display: none
    }
}

.sticky-menu__main-logo:after {
    content: '';
    width: 55px;
    height: 1px;
    background-color: #fff;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    opacity: .62
}

.sticky-menu__scroll {
    padding: 4vh 0;
    position: relative;
    text-align: center
}

@media (max-width: 992px) {
    .sticky-menu__scroll {
        display: none
    }
}

.sticky-menu__scroll:before {
    content: '';
    width: 55px;
    height: 1px;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    opacity: .62
}

.sticky-menu__scroll.js-hide {
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    pointer-events: none
}

.sticky-menu__scroll span {
    font-size: 14px;
    line-height: 14px;
    color: #fff;
    font-family: 'Poppins-Medium';
    font-weight: 400;
    font-style: normal
}

.sticky-menu__scroll .icon {
    width: 30px;
    height: 38px;
    display: block;
    margin: 0 auto 10px auto;
    position: relative;
    border: 2px solid #fff;
    border-radius: 56px
}

.sticky-menu__scroll .icon__line {
    width: 2px;
    height: 8px;
    background-color: #fff;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: scroll-dots;
    animation-name: scroll-dots;
    position: absolute;
    top: 6px;
    left: 50%;
    transform: translateX(-50%)
}

@media (max-width: 992px) {
    .sticky-menu__nav {
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center
    }
}

.sticky-menu__nav>div {
    position: relative
}

@media (max-width: 992px) {
    .sticky-menu__nav>div {
        width: 33%;
        height: 100%;
        display: flex;
        justify-content: center;
        border-right: 1px solid rgba(255, 255, 255, 0.24);
        position: initial
    }
}

@media (max-width: 992px) {
    .sticky-menu__nav>div:last-child {
        border-right: 0
    }
}

.sticky-menu__nav>div>a {
    display: flex;
    flex-direction: column;
    text-align: center;
    padding: 4vh 28.66px
}

@media (max-width: 1600px) {
    .sticky-menu__nav>div>a {
        padding: 3vh 38.2px
    }
}

@media (max-width: 992px) {
    .sticky-menu__nav>div>a {
        width: 100%;
        align-items: center;
        flex-direction: row;
        justify-content: center;
        padding: 0
    }
}

.sticky-menu__nav>div>a.js-open {
    background-color: #fff
}

@media (min-width: 992px) {
    .sticky-menu__nav>div>a.js-open {
        padding: 50px 28.66px
    }

    .sticky-menu__nav>div>a.js-open>img {
        filter: brightness(0) invert(0%)
    }

    .sticky-menu__nav>div>a.js-open>span {
        color: #000
    }
}

@media (max-width: 992px) {
    .sticky-menu__nav>div>a.js-open>img, .sticky-menu__nav>div>a.js-open>span {
        display: none
    }

    .sticky-menu__nav>div>a.js-open .mobile-close-btn {
        display: flex
    }
}

.sticky-menu__nav>div>a>span {
    font-size: 20px;
    line-height: 24px;
    color: #fff;
    font-family: 'PoppinsBold';
    font-weight: 700;
    font-style: normal
}

@media (max-width: 1600px) {
    .sticky-menu__nav>div>a>span {
        font-size: 16px;
        line-height: 16px
    }
}

@media (max-width: 992px) {
    .sticky-menu__nav>div>a>span {
        font-size: 15px;
        line-height: 15px;
        margin-left: 5px
    }
}

@media (max-width: 374px) {
    .sticky-menu__nav>div>a>span {
        margin-left: 0
    }
}

.sticky-menu__nav>div>a>img {
    margin: 0 auto 10px auto
}

@media (max-width: 992px) {
    .sticky-menu__nav>div>a>img {
        margin: 0;
        max-width: 1rem
    }
}

@media (max-width: 374px) {
    .sticky-menu__nav>div>a>img {
        display: none
    }
}

.sticky-menu__nav>div>a .mobile-close-btn {
    display: none
}

@media (max-width: 992px) {
    .sticky-menu__nav>div>a .mobile-close-btn {
        align-items: center;
        justify-content: center
    }
}

.sticky-menu__nav>div>a .mobile-close-btn span {
    font-size: 16px;
    line-height: 16px;
    margin-left: 10px;
    color: #000;
    font-family: 'PoppinsBold';
    font-weight: 700;
    font-style: normal
}

.sticky-menu__subnav {
    min-width: 320px;
    height: auto;
    position: absolute;
    top: 50%;
    left: 100%;
    transform: translateY(-50%);
    background-color: #fff;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    padding: 0 30px 0 50px;
    display: none
}

@media (max-width: 992px) {
    .sticky-menu__subnav {
        width: 100%;
        min-width: initial;
        top: auto;
        bottom: 50px;
        transform: none;
        left: 0;
        padding: 0
    }
}

.sticky-menu__subnav:before {
    content: '';
    width: 100%;
    height: calc(100vh + 1px);
    top: -100vh;
    left: 0;
    background-color: #fff;
    position: absolute
}

@media (max-width: 992px) {
    .sticky-menu__subnav:before {
        content: none
    }
}

.sticky-menu__subnav::after {
    content: '';
    width: 100%;
    height: calc(100vh + 1px);
    bottom: -100vh;
    left: 0;
    background-color: #fff;
    position: absolute
}

@media (max-width: 992px) {
    .sticky-menu__subnav::after {
        content: none
    }
}

.sticky-menu__subnav.js-open {
    display: flex
}

.sticky-menu__subnav>ul {
    width: 100%;
    list-style: none
}

.sticky-menu__subnav>ul>li {
    display: inline-flex;
    flex-direction: column;
    margin: 20px 0
}

@media (max-width: 992px) {
    .sticky-menu__subnav>ul>li {
        display: flex;
        border-bottom: 1px solid #EFEFEF;
        margin: 0
    }
}

@media (max-width: 992px) {
    .sticky-menu__subnav>ul>li.has-submenu.js-open>a:after {
        transform: rotate(180deg)
    }
}

@media (max-width: 992px) {
    .sticky-menu__subnav>ul>li.has-submenu>a:after {
        content: '';
        width: 20px;
        height: 10px;
        background: url("../img/icons/icon-down.svg") no-repeat center center;
        position: absolute;
        transition: all .5s;
        right: 30px;
        top: 50%;
        transform: translateY(-50%)
    }
}

.sticky-menu__subnav>ul>li.js-open {
    margin-bottom: 0
}

@media (max-width: 992px) {
    .sticky-menu__subnav>ul>li.js-open {
        border-top: none;
        background-color: #EFEFEF;
        padding-bottom: 6px
    }
}

.sticky-menu__subnav>ul>li.js-open>a {
    padding-bottom: 6px
}

.sticky-menu__subnav>ul>li.js-open>a>span {
    color: #EC6500
}

.sticky-menu__subnav>ul>li>a {
    display: flex;
    align-items: center;
    white-space: nowrap
}

@media (max-width: 992px) {
    .sticky-menu__subnav>ul>li>a {
        padding: 17px 50px;
        position: relative
    }
}

.sticky-menu__subnav>ul>li>a>.image {
    width: 32px;
    display: flex;
    align-items: center;
    justify-content: center
}

@media (max-width: 992px) {
    .sticky-menu__subnav>ul>li>a>.image {
        display: none
    }
}

.sticky-menu__subnav>ul>li>a>span {
    width: calc(100% - 32px);
    font-size: 18px;
    line-height: 22px;
    color: #000;
    padding-left: 30px;
    font-family: 'PoppinsBold';
    font-weight: 700;
    font-style: normal
}

@media (max-width: 992px) {
    .sticky-menu__subnav>ul>li>a>span {
        font-size: 16px;
        line-height: 16px;
        padding-left: 0;
        font-family: 'Poppins-Medium';
        font-weight: 400;
        font-style: normal
    }
}

.sticky-menu__subdropdown {
    list-style: none;
    padding-left: 63px;
    display: none
}

@media (max-width: 992px) {
    .sticky-menu__subdropdown {
        padding-left: 50px
    }
}

.sticky-menu__subdropdown li {
    display: flex;
    margin: 15px 0
}

.sticky-menu__subdropdown li a {
    color: rgba(0, 0, 0, 0.5);
    font-size: 16px;
    line-height: 16px;
    font-family: 'Poppins-Medium';
    font-weight: 500;
    font-style: normal
}

@media (max-width: 992px) {
    .sticky-menu__subdropdown li a {
        color: #000;
        font-family: 'Poppins-Medium';
        font-weight: 400;
        font-style: normal
    }
}

.menu-bg {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: -100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 9999;
    transition: all .4s linear
}

@media (max-width: 992px) {
    .menu-bg {
        top: auto;
        left: 0;
        bottom: -100%
    }
}

.menu-bg.js-open {
    left: 0
}

@media (max-width: 992px) {
    .menu-bg.js-open {
        bottom: 0
    }
}

@media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 2) {
    .section-main-slider__slider {
        margin-bottom: 90px
    }
}

@media only screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3) {
    .section-main-slider__slider {
        margin-bottom: 90px
    }
}

@media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 3) {
    .section-main-slider__slider {
        margin-bottom: 90px
    }
}

.footer {
    background-color: #F2F2F2;
    overflow: hidden;
    position: relative;
    z-index: 0
}

.footer__top {
    width: 100%
}

.footer__top ul {
    width: 100%;
    list-style: none;
    display: flex;
    justify-content: space-between;
    padding: 53px 0
}

@media (max-width: 992px) {
    .footer__top ul {
        flex-direction: column;
        text-align: center
    }
}

.footer__top ul li:hover a {
    color: #EC6500
}

.footer__top ul li a {
    font-size: 18px;
    line-height: 22px;
    color: #000;
    font-family: 'PoppinsBold';
    font-weight: 700;
    font-style: normal
}

.footer__middle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
    width: calc(100% + 150px);
}

@media (max-width: 992px) {
    .footer__middle {
        flex-direction: column
    }
}

.footer__middle .social-content {
    width: 35%;
    display: flex;
    align-items: center;
    justify-content: space-between
}

@media (max-width: 1200px) {
    .footer__middle .social-content {
        width: 40%
    }
}

@media (max-width: 992px) {
    .footer__middle .social-content {
        width: 100%;
        flex-direction: column;
        margin-bottom: 30px
    }
}

@media (max-width: 992px) {
    .footer__middle .social-content .social-title {
        margin-bottom: 20px;
        text-align: center
    }
}

.footer__middle .social-content .social-title h2 {
    font-size: 30px;
    line-height: 44px;
    color: #000;
    margin-bottom: 0;
    font-family: 'PoppinsSemiBold';
    font-weight: 600;
    font-style: normal
}

@media (max-width: 1440px) {
    .footer__middle .social-content .social-title h2 {
        font-size: 22px;
        line-height: 26px
    }
}

.footer__middle .social-content .social-title h2.primary {
    color: #EC6500
}

.footer__middle .social-content .social-title>span {
    font-size: 30px;
    line-height: 44px;
    color: #000;
    margin-bottom: 0;
    display: block;
    font-family: 'PoppinsSemiBold';
    font-weight: 600;
    font-style: normal
}

@media (max-width: 1440px) {
    .footer__middle .social-content .social-title>span {
        font-size: 22px;
        line-height: 26px
    }
}

.footer__middle .social-content .social-title>span.primary {
    color: #EC6500
}

.footer__middle .social-content .social-links ul {
    width: 100%;
    list-style: none;
    display: flex;
    align-items: center
}

.footer__middle .social-content .social-links ul li {
    margin-right: 75px
}

@media (max-width: 1440px) {
    .footer__middle .social-content .social-links ul li {
        margin-right: 40px
    }
}

@media (max-width: 1200px) {
    .footer__middle .social-content .social-links ul li {
        margin-right: 25px
    }
}

@media (max-width: 992px) {
    .footer__middle .social-content .social-links ul li {
        margin: 0 20px !important
    }
}

.footer__middle .social-content .social-links ul li:hover a {
    transform: translateY(-4px)
}

.footer__middle .social-content .social-links ul li:hover a img {
    filter: brightness(0) saturate(100%) invert(48%) sepia(20%) saturate(5938%) hue-rotate(1deg) brightness(92%) contrast(103%)
}

.footer__middle .social-content .social-links ul li:last-child {
    margin-right: 0
}

.footer__middle .social-content .social-links ul li a {
    display: flex
}

.footer__middle .social-content .social-links ul li a img {
    transition: all .3s ease
}

@media (max-width: 1200px) {
    .footer__middle .social-content .social-links ul li a img {
        max-width: 70%
    }
}

.footer__middle .companies-content {
    width: 55%;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 35px 0 35px 0px;
    position: relative
}

@media (max-width: 1440px) {
    .footer__middle .companies-content {
        padding: 20px 0 20px 0
    }
}

@media (max-width: 992px) {
    .footer__middle .companies-content {
        width: 100%;
        flex-direction: column;
        padding: 20px
    }

    .footer__middle {
        width: 100%;
    }
}

.footer__middle .companies-content:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    right: -100%;
    top: 0;
    background-color: #fff
}

@media (max-width: 992px) {
    .footer__middle .companies-content:after {
        content: none
    }
}

.footer__middle .companies-content a {
    padding: 20px 0
}

@media (max-width: 1440px) {
    .footer__middle .companies-content a {
        padding: 20px 8px
    }
}

@media (max-width: 992px) {
    .footer__middle .companies-content a {
        padding: 20px 0
    }
}

.footer__middle .companies-content a:hover {
    transform: translateY(-3px)
}

.footer__bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 65px 0
}

@media (max-width: 992px) {
    .footer__bottom {
        flex-direction: column;
        text-align: center;
        padding: 25px 0 80px 0
    }
}

.footer__bottom .copyright {
    width: 33%
}

@media (max-width: 992px) {
    .footer__bottom .copyright {
        width: 100%;
        margin-bottom: 30px
    }
}

.footer__bottom .copyright h3 {
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 15px;
    font-family: 'PoppinsBold';
    font-weight: 700;
    font-style: normal
}

.footer__bottom .copyright>span {
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 15px;
    display: block;
    font-family: 'PoppinsBold';
    font-weight: 700;
    font-style: normal
}

.footer__bottom .copyright p {
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 0;
    font-family: 'Poppins-Medium';
    font-weight: 400;
    font-style: normal
}

.footer__bottom .copyright p strong, .footer__bottom .copyright p b {
    font-family: 'PoppinsBold';
    font-weight: 700;
    font-style: normal
}

.footer__bottom .popup-links {
    list-style: none;
    display: flex;
    align-items: center
}

@media (max-width: 992px) {
    .footer__bottom .popup-links {
        flex-direction: column
    }
}

.footer__bottom .popup-links li {
    position: relative;
    margin-right: 50px
}

@media (max-width: 992px) {
    .footer__bottom .popup-links li {
        margin-right: 0
    }
}

.footer__bottom .popup-links li:hover a {
    color: #EC6500
}

.footer__bottom .popup-links li:after {
    content: '';
    width: 4px;
    height: 2px;
    background-color: #000;
    position: absolute;
    right: -25px;
    top: 50%;
    transform: translateY(-50%)
}

@media (max-width: 992px) {
    .footer__bottom .popup-links li:after {
        content: none
    }
}

.footer__bottom .popup-links li:last-child {
    margin-right: 0
}

.footer__bottom .popup-links li:last-child:after {
    content: none
}

.footer__bottom .popup-links li a {
    font-size: 14px;
    line-height: 14px;
    color: #000;
    font-family: 'PoppinsBold';
    font-weight: 700;
    font-style: normal
}

.subpage {
    background-color: #FDFDFD
}

.subpage__content-wrapper {
    width: 100%;
    padding: 50px 0 100px
}

@media (max-width: 1100px) {
    .subpage__content-wrapper {
        padding: 30px 0 100px
    }
}

@media (max-width: 992px) {
    .subpage__content-wrapper {
        padding: 10px 0 50px
    }
}

.fixed-image-content {
    width: 100%
}

@media (max-width: 1100px) {
    .fixed-image-content .container {
        padding: 0
    }
}

.fixed-image-content.js-fixed .fixed-image-content__image {
    top: 107px
}

.fixed-image-content__image {
    width: 45%;
    height: 100%;
    position: fixed;
    right: 0;
    top: 151px;
    transition: all .4s ease;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover
}

@media (max-width: 1100px) {
    .fixed-image-content__image {
        display: none
    }
}

.fixed-image-content__image img {
    width: 100%
}

.fixed-image-content__articles {
    width: 45%
}

@media (max-width: 1100px) {
    .fixed-image-content__articles {
        width: 100%;
        padding: 0 25px
    }
}

.text-animation {
    position: relative;
    transition: transform 0.2s linear;
    overflow: hidden
}

.text-animation span {
    transition: all .3s ease;
    display: inline-block
}

.text-animation:hover span {
    animation: bottomtoTop .4s ease
}

@media (max-width: 992px) {
    .text-animation:hover span {
        animation: none
    }
}

.relative {
    position: relative
}

.mobile-view {
    display: none
}

@media (max-width: 992px) {
    .mobile-view {
        display: flex
    }
}

.desktop-view {
    display: flex
}

@media (max-width: 992px) {
    .desktop-view {
        display: none
    }
}

.clearfix:after {
    content: "";
    display: block;
    clear: both
}

.read-more-text {
    display: none
}

.read-more-text.js-active {
    display: inline !important
}

b, strong {
    font-family: 'PoppinsBold';
    font-weight: 700;
    font-style: normal
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        transform: translateX(-20px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

@-webkit-keyframes bottomtoTop {
    0% {
        position: relative;
        bottom: -100px;
        visibility: hidden
    }

    100% {
        position: relative;
        bottom: 0;
        visibility: visible
    }
}

@keyframes bottomtoTop {
    0% {
        position: relative;
        bottom: -100px;
        visibility: hidden
    }

    100% {
        position: relative;
        bottom: 0;
        visibility: visible
    }
}

@-webkit-keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        transform: translateX(-20px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        transform: translateX(20px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        -ms-transform: translateX(20px);
        transform: translateX(20px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

@-webkit-keyframes scroll-dots {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translateY(15px)
    }
}

@keyframes scroll-dots {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translateY(15px)
    }
}

@keyframes rotating {
    from {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(360deg)
    }
}

@-webkit-keyframes rotating {
    from {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(360deg)
    }
}

.page-profile__content {
    width: 100%;
    border-radius: 10px;
    border: 1px solid #E6E6E6;
    display: flex;
    flex-wrap: wrap;
    padding: 3.5rem 0 2rem 0
}

@media (max-width: 1100px) {
    .page-profile__content {
        padding: 2rem 30px;
        flex-direction: column
    }
}

.page-profile__content>div {
    width: 50%;
    margin-bottom: 30px;
    padding: 0 5rem
}

@media (max-width: 1600px) {
    .page-profile__content>div {
        padding: 0 3rem
    }
}

@media (max-width: 1100px) {
    .page-profile__content>div {
        width: 100%;
        padding-left: 0
    }
}

@media (max-width: 1100px) {
    .page-profile__content>div:last-child {
        margin-bottom: 0
    }
}

.page-profile__content>div h2 {
    font-size: 20px;
    line-height: 24px;
    color: #000;
    margin-bottom: 13px;
    font-family: 'PoppinsSemiBold';
    font-weight: 600;
    font-style: normal
}

.page-profile__content>div span {
    font-size: 18px;
    line-height: 22px;
    color: #000;
    font-family: 'Poppins-Medium';
    font-weight: 400;
    font-style: normal
}

.calendar-wrapper {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between
}

@media (max-width: 1300px) {
    .calendar-wrapper {
        flex-direction: column
    }
}

.calendar-wrapper__list-wrapper {
    width: calc(100% - 58% - 40px)
}

@media (max-width: 1300px) {
    .calendar-wrapper__list-wrapper {
        width: 100%
    }
}

.calendar-wrapper__list-wrapper .select2 {
    width: 100%;
    max-width: initial;
    border: 1px solid #E6E6E6
}

.calendar-wrapper__list-wrapper .select2.select2-container--open {
    border: 1px solid #989898 !important;
    border-bottom: none !important
}

.calendar-wrapper__list-wrapper .select2.highlight {
    box-shadow: 0px 0px 1px 2px #EC6500 inset;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s
}

.calendar-wrapper__list-wrapper .select2 .select2-selection__arrow {
    right: 25px !important
}

.calendar-wrapper__list-wrapper .select2 .select2-selection--single {
    height: 60px !important
}

@media (max-width: 992px) {
    .calendar-wrapper__list-wrapper .select2 .select2-selection--single {
        height: 50px !important
    }
}

.calendar-wrapper__list-wrapper .select2 .select2-selection__rendered {
    line-height: 60px !important;
    font-size: 22px !important;
    font-family: "Mlight" !important;
    color: #989898 !important
}

@media (max-width: 992px) {
    .calendar-wrapper__list-wrapper .select2 .select2-selection__rendered {
        line-height: 50px !important;
        font-size: 20px !important
    }
}

.calendar-wrapper__list-wrapper .calendar-event-list {
    width: 100%;
    margin-top: 25px;
    overflow: auto;
    padding-right: 10px
}

@media (max-width: 1300px) {
    .calendar-wrapper__list-wrapper .calendar-event-list {
        max-height: 400px
    }
}

.calendar-wrapper__list-wrapper .calendar-event-list::-webkit-scrollbar-thumb {
    background-color: #F27700;
    border: 1px solid #F27700;
    border-radius: 2px
}

.calendar-wrapper__list-wrapper .calendar-event-list::-webkit-scrollbar-track {
    background-color: #fff;
    border-radius: 2px;
    opacity: .5;
    border: 1px solid #DCDCDF
}

.calendar-wrapper__list-wrapper .calendar-event-list::-webkit-scrollbar {
    width: 11px;
    margin: 11px
}

.calendar-wrapper__list-wrapper .calendar-event-list__item {
    width: 100%;
    margin-bottom: 13px;
    border: 1px solid #E6E6E6;
    border-radius: 10px;
    background-color: #F2F2F2
}

.calendar-wrapper__list-wrapper .calendar-event-list__item:last-child {
    margin-bottom: 0
}

.calendar-wrapper__list-wrapper .calendar-event-list__item.js-active {
    background-color: #fff
}

.calendar-wrapper__list-wrapper .calendar-event-list__item.js-active .calendar-event-list__item-title:before {
    transform: rotate(180deg)
}

.calendar-wrapper__list-wrapper .calendar-event-list__item-title {
    display: flex;
    flex-direction: column;
    padding: 20px 50px 20px 20px;
    position: relative
}

.calendar-wrapper__list-wrapper .calendar-event-list__item-title:before {
    content: '';
    width: 17px;
    height: 9px;
    background: url("../img/icons/icon-down.svg") no-repeat center center;
    position: absolute;
    transition: all .5s;
    right: 25px;
    top: 50%;
    transform: translateY(-50%);
    transform: rotate(0)
}

.calendar-wrapper__list-wrapper .calendar-event-list__item-title h4 {
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 17px;
    color: #000;
    display: flex;
    align-items: center;
    font-family: 'Poppins-Medium';
    font-weight: 400;
    font-style: normal
}

@media (max-width: 992px) {
    .calendar-wrapper__list-wrapper .calendar-event-list__item-title h4 {
        font-size: 14px;
        line-height: 14px
    }
}

.calendar-wrapper__list-wrapper .calendar-event-list__item-title p {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 0;
    color: #000;
    font-family: 'PoppinsBold';
    font-weight: 700;
    font-style: normal
}

@media (max-width: 992px) {
    .calendar-wrapper__list-wrapper .calendar-event-list__item-title p {
        font-size: 16px;
        line-height: 20px
    }
}

.calendar-wrapper__list-wrapper .calendar-event-list__item-content {
    display: none;
    padding: 20px 20px
}

.calendar-wrapper__list-wrapper .calendar-event-list__item-content p {
    font-size: 15px;
    line-height: 20px
}

.calendar-wrapper__list-wrapper .calendar-event-list__item-content .category {
    font-size: 18px;
    line-height: 20px;
    color: #000;
    margin-bottom: 15px;
    font-family: 'PoppinsBold';
    font-weight: 700;
    font-style: normal
}

.calendar-wrapper__list-wrapper .calendar-event-list__item-content .table>div {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
    flex-direction: column
}

.calendar-wrapper__list-wrapper .calendar-event-list__item-content .table>div:last-child {
    margin-bottom: 0
}

.calendar-wrapper__list-wrapper .calendar-event-list__item-content .table>div span {
    font-size: 18px;
    line-height: 18px;
    color: rgba(0, 0, 0, 0.5)
}

@media (max-width: 992px) {
    .calendar-wrapper__list-wrapper .calendar-event-list__item-content .table>div span {
        font-size: 16px;
        line-height: 16px
    }
}

.calendar-wrapper__list-wrapper .calendar-event-list__item-content .table>div span:first-child {
    font-family: 'PoppinsBold';
    font-weight: 700;
    font-style: normal;
    margin-bottom: 5px
}

.calendar-wrapper__list-wrapper .calendar-event-list__item-content .table>div span:last-child {
    font-size: 16px
}

.calendar-wrapper__list-wrapper .calendar-event-list__item-content .register-button {
    display: inline-flex;
    align-items: center;
    padding: 11px 24px;
    border-radius: 50px;
    margin-top: 25px
}

.calendar-wrapper__list-wrapper .calendar-event-list__item-content .register-button span {
    font-size: 16px;
    line-height: 16px;
    padding-left: 5px;
    font-family: 'PoppinsLight';
    font-weight: 300;
    font-style: normal
}

.calendar-wrapper__calendar {
    width: 58%
}

@media (max-width: 1300px) {
    .calendar-wrapper__calendar {
        width: 100%;
        margin-bottom: 35px
    }
}

@media (max-width: 992px) {
    .calendar-wrapper__calendar {
        display: none
    }
}

.calendar-wrapper__calendar .info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px
}

@media (max-width: 1300px) {
    .calendar-wrapper__calendar .info {
        flex-direction: column
    }
}

.calendar-wrapper__calendar .info a {
    font-size: 18px;
    line-height: 20px;
    color: #EC6500;
    text-decoration: underline !important;
    font-family: 'PoppinsBold';
    font-weight: 700;
    font-style: normal
}

@media (max-width: 1300px) {
    .calendar-wrapper__calendar .info a {
        margin-bottom: 15px
    }
}

.calendar-wrapper__calendar .info div {
    display: flex;
    align-items: center
}

.calendar-wrapper__calendar .info div span {
    font-size: 16px;
    line-height: 20px;
    color: #7E8B9B;
    padding-left: 5px
}

.calendar-modal {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
    display: none
}

.calendar-modal__content {
    max-width: 660px;
    background-color: #5E6E7B;
    padding: 0 35px 35px 35px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.calendar-modal__header {
    padding: 25px 0 20px 0;
    border-bottom: 1px solid #F2F2F2;
    font-size: 15px;
    line-height: 15px;
    color: #fff;
    font-family: 'PoppinsBold';
    font-weight: 700;
    font-style: normal
}

.calendar-modal__body {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding-top: 30px
}

.calendar-modal__body .icon {
    min-width: 50px;
    max-width: 50px
}

.calendar-modal__body .description {
    width: 60%
}

.calendar-modal__body .description h2 {
    font-size: 18px;
    line-height: 22px;
    color: #fff;
    margin-bottom: 25px;
    font-family: 'PoppinsBold';
    font-weight: 700;
    font-style: normal
}

.calendar-modal__body .description .table>div {
    display: flex;
    align-items: flex-start;
    margin-bottom: 15px
}

.calendar-modal__body .description .table>div:last-child {
    margin-bottom: 0
}

.calendar-modal__body .description .table>div span {
    width: 50%;
    font-size: 15px;
    line-height: 15px;
    color: rgba(255, 255, 255, 0.5)
}

.calendar-modal__body .description .table>div span:first-child {
    font-family: 'PoppinsBold';
    font-weight: 700;
    font-style: normal
}

.calendar-modal__body .register-button {
    width: calc(100% - 60% - 50px);
    max-width: 145px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 11px 24px;
    border-radius: 50px;
    margin-top: auto
}

.calendar-modal__body .register-button span {
    font-size: 16px;
    line-height: 16px;
    padding-left: 10px;
    font-family: 'PoppinsLight';
    font-weight: 300;
    font-style: normal
}

.fc .fc-bg-event {
    transition: all .4s ease;
    background: #D0F0ED !important;
    opacity: 1 !important
}

.fc .fc-bg-event:hover {
    background: #5E6E7B !important
}

.fc .fc-daygrid-day-frame {
    justify-content: center
}

.fc .fc-scrollgrid-section-body table tr:nth-child(odd) td:nth-child(2n+2) {
    background-color: #F2F2F2
}

.fc .fc-scrollgrid-section-body table tr:nth-child(even) td:nth-child(2n+1) {
    background-color: #F2F2F2
}

.fc .fc-daygrid-day-number {
    font-size: 16px;
    line-height: 16px;
    color: #A4ACB5;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 2px 4px;
    font-family: 'Poppins-Medium';
    font-weight: 500;
    font-style: normal
}

@media (max-width: 992px) {
    .fc .fc-view-harness {
        min-height: 300px
    }
}

.fc .fc-popover-title {
    font-size: 16px
}

.fc .fc-daygrid-more-link {
    font-size: 12px;
    padding: 2px 2px !important;
    font-family: 'Poppins-Medium';
    font-weight: 500;
    font-style: normal
}

.fc-theme-standard .fc-scrollgrid {
    border: 1px solid #F2F2F2 !important;
    border-radius: 10px !important;
    overflow: hidden
}

.fc-theme-standard td {
    border: none !important
}

.fc-theme-standard th {
    border: none !important;
    border-bottom: 1px solid #F2F2F2 !important
}

.fc .fc-col-header-cell-cushion {
    font-size: 16px;
    line-height: 16px;
    color: rgba(0, 0, 0, 0.3);
    padding: 22px 4px !important;
    font-family: 'PoppinsBold';
    font-weight: 700;
    font-style: normal
}

.fc-header-toolbar {
    height: 60px;
    border-radius: 10px;
    border: 1px solid #E6E6E6;
    justify-content: center !important;
    position: relative
}

@media (max-width: 992px) {
    .fc-header-toolbar {
        height: 50px
    }
}

.fc-header-toolbar .fc-toolbar-title {
    font-size: 24px !important;
    line-height: 24px;
    color: #989898;
    font-family: 'PoppinsSemiBold';
    font-weight: 600;
    font-style: normal
}

@media (max-width: 992px) {
    .fc-header-toolbar .fc-toolbar-title {
        font-size: 26px !important
    }
}

.fc-header-toolbar .fc-button-group {
    position: initial !important
}

.fc-header-toolbar .fc-button-group>button {
    position: absolute !important;
    top: 50%;
    transform: translateY(-50%);
    background-color: transparent !important;
    border-color: transparent !important;
    color: #989898 !important
}

.fc-header-toolbar .fc-button-group>button:focus {
    outline: none !important;
    box-shadow: none !important
}

.fc-header-toolbar .fc-button-group>button.fc-prev-button {
    left: 0
}

.fc-header-toolbar .fc-button-group>button.fc-next-button {
    right: 0
}

.fc-h-event {
    border: none !important;
    cursor: pointer;
    font-size: 13px !important;
    line-height: 13px;
    padding: 2px 3px
}

.icon-education-calendar .fc-event-title {
    display: flex !important;
    align-items: center
}

.icon-education-calendar .fc-event-title:before {
    content: '';
    width: 21.92px;
    height: 19.19px;
    background: url("../img/icons/icon-education-calendar.svg") no-repeat center center;
    display: inline-block;
    margin-right: 5px;
    background-size: contain
}

.icon-event-calendar .fc-event-title {
    display: flex !important;
    align-items: center
}

.icon-event-calendar .fc-event-title:before {
    content: '';
    width: 18.3px;
    height: 18.3px;
    background: url("../img/icons/icon-event-calendar.svg") no-repeat center center;
    display: inline-block;
    margin-right: 5px;
    background-size: contain
}

.search-result-page {
    width: 100%
}

.search-result-page__item {
    width: 100%;
    display: flex;
    margin-bottom: 60px
}

@media (max-width: 992px) {
    .search-result-page__item {
        margin-bottom: 40px
    }
}

.search-result-page__item a {
    display: flex;
    flex-direction: column;
    word-break: break-word
}

.search-result-page__item a h2 {
    font-size: 26px;
    line-height: 30px;
    color: #000;
    margin-bottom: 10px;
    font-family: 'PoppinsBold';
    font-weight: 700;
    font-style: normal
}

@media (max-width: 992px) {
    .search-result-page__item a h2 {
        font-size: 22px;
        line-height: 26px
    }
}

.search-result-page__item a h4 {
    font-size: 20px;
    line-height: 26px;
    color: #000;
    margin-bottom: 10px;
    font-family: 'Poppins-Medium';
    font-weight: 400;
    font-style: normal
}

@media (max-width: 992px) {
    .search-result-page__item a h4 {
        font-size: 18px;
        line-height: 26px
    }
}

.search-result-page__item a p {
    font-size: 22px;
    line-height: 35px;
    color: #000;
    margin-bottom: 0px
}

@media (max-width: 992px) {
    .search-result-page__item a p {
        font-size: 16px;
        line-height: 24px
    }
}

.gallery-page {
    width: 100%
}

.gallery-page__item {
    width: 100%;
    display: block;
    margin-bottom: 105px;
    position: relative
}

@media (max-width: 992px) {
    .gallery-page__item {
        margin-bottom: 50px
    }
}

.gallery-page__item:last-child {
    margin-bottom: 0
}

.gallery-page__item-title {
    font-size: 30px;
    line-height: 36px;
    color: #000;
    font-family: 'PoppinsBold';
    font-weight: 700;
    font-style: normal
}

@media (max-width: 992px) {
    .gallery-page__item-title {
        font-size: 24px;
        line-height: 29px
    }
}

.gallery-page__controls {
    position: absolute;
    top: -13px;
    right: 0;
    display: flex;
    align-items: center
}

@media (max-width: 992px) {
    .gallery-page__controls {
        width: 100%;
        position: relative;
        top: auto;
        display: flex;
        justify-content: space-between;
        margin-top: 25px
    }
}

.gallery-page__controls .swiper-pagination {
    display: none
}

@media (max-width: 992px) {
    .gallery-page__controls .swiper-pagination {
        display: flex;
        position: relative
    }
}

.contact-page__addresses {
    border: 2px solid #FAB134;
    border-radius: 14px;
    display: flex;
    margin-bottom: 85px
}

@media (max-width: 992px) {
    .contact-page__addresses {
        flex-direction: column;
        margin-bottom: 40px
    }
}

.contact-page__addresses>div {
    width: 50%;
    text-align: center;
    padding: 90px 0;
    border-right: 1px solid #FAB134
}

@media (max-width: 992px) {
    .contact-page__addresses>div {
        width: 100%;
        padding: 45px 0;
        border-right: none;
        border-bottom: 1px solid #FAB134
    }
}

.contact-page__addresses>div:last-child {
    border-right: none
}

@media (max-width: 992px) {
    .contact-page__addresses>div:last-child {
        border-bottom: none
    }
}

.contact-page__addresses>div img {
    margin: 0 auto 15px auto
}

.contact-page__addresses>div h3 {
    font-size: 20px;
    line-height: 26px;
    color: #FAB134;
    margin-bottom: 10px;
    font-family: 'PoppinsSemiBold';
    font-weight: 600;
    font-style: normal
}

@media (max-width: 992px) {
    .contact-page__addresses>div h3 {
        font-size: 18px;
        line-height: 18px;
        margin-bottom: 5px
    }
}

.contact-page__addresses>div a {
    font-size: 22px;
    line-height: 26px;
    color: #000;
    font-family: 'Poppins-Medium';
    font-weight: 500;
    font-style: normal
}

@media (max-width: 992px) {
    .contact-page__addresses>div a {
        font-size: 16px;
        line-height: 16px
    }
}

.section-partners {
    padding: 170px 0;
    position: relative
}

@media (max-width: 992px) {
    .section-partners {
        padding: 50px 0
    }
}

.section-events {
    padding: 170px 0;
    position: relative;
    background-color: #FAFAFA
}

@media (max-width: 992px) {
    .section-events {
        padding: 50px 0
    }
}

.section-educations {
    padding: 170px 0;
    position: relative;
    background-color: #F2F2F2
}

@media (max-width: 992px) {
    .section-educations {
        padding: 50px 0
    }
}

.section-meb {
    padding: 65px 0
}

@media (max-width: 1100px) {
    .section-meb {
        padding: 60px 0
    }
}

.section-meb__content {
    display: flex;
    justify-content: space-between
}

@media (max-width: 1100px) {
    .section-meb__content {
        flex-direction: column
    }
}

.section-meb__meb-area {
    width: 36%;
    padding: 40px;
    background-color: #FFEBEC;
    border-radius: 14px
}

@media (max-width: 1100px) {
    .section-meb__meb-area {
        width: 100%;
        padding: 20px;
        margin-bottom: 30px
    }
}

.section-meb__meb-area .head {
    display: flex;
    align-items: center;
    margin-bottom: 35px
}

@media (max-width: 1100px) {
    .section-meb__meb-area .head {
        margin-bottom: 25px
    }
}

.section-meb__meb-area .head>span {
    font-size: 30px;
    line-height: 40px;
    color: #000;
    margin-bottom: 0;
    padding-left: 45px;
    display: block;
    font-family: 'PoppinsBold';
    font-weight: 700;
    font-style: normal
}

@media (max-width: 1600px) {
    .section-meb__meb-area .head>span {
        font-size: 25px;
        line-height: 30px;
        padding-left: 20px
    }
}

@media (max-width: 1200px) {
    .section-meb__meb-area .head>span {
        font-size: 20px;
        line-height: 25px
    }
}

@media (max-width: 1100px) {
    .section-meb__meb-area .head>span {
        padding-left: 10px
    }
}

.section-meb__meb-area .body p {
    font-size: 26px;
    line-height: 35px;
    color: #000;
    font-family: 'Poppins-Medium';
    font-weight: 500;
    font-style: normal
}

@media (max-width: 1600px) {
    .section-meb__meb-area .body p {
        font-size: 20px;
        line-height: 30px
    }
}

.section-meb__success-stories-area {
    width: calc(100% - 36% - 35px);
    background-color: #EBF6E7;
    border-radius: 14px;
    padding: 30px;
    display: flex;
    align-items: center;
    justify-content: center
}

@media (max-width: 1100px) {
    .section-meb__success-stories-area {
        width: 100%;
        flex-direction: column
    }
}

.section-meb__success-stories-area>img {
    display: block;
    margin: 0 auto
}

@media (max-width: 1600px) {
    .section-meb__success-stories-area>img {
        max-width: 10rem
    }
}

@media (max-width: 1100px) {
    .section-meb__success-stories-area>img {
        max-width: 8rem
    }
}

.section-meb__success-stories-area .body {
    padding-left: 35px
}

@media (max-width: 1100px) {
    .section-meb__success-stories-area .body {
        padding-left: 0;
        margin-top: 35px
    }
}

.section-meb__success-stories-area .body .title {
    display: flex;
    align-items: center;
    margin-bottom: 20px
}

.section-meb__success-stories-area .body .title>span {
    font-size: 30px;
    line-height: 40px;
    padding-left: 15px;
    margin-bottom: 0 !important;
    display: block;
    font-family: 'PoppinsBold';
    font-weight: 700;
    font-style: normal
}

@media (max-width: 1100px) {
    .section-meb__success-stories-area .body .title>span {
        font-size: 25px;
        line-height: 30px;
        padding-left: 10px
    }
}

.section-meb__success-stories-area .body p {
    font-size: 26px;
    line-height: 35px;
    color: #000;
    margin-bottom: 0;
    font-family: 'Poppins-Medium';
    font-weight: 500;
    font-style: normal
}

@media (max-width: 1600px) {
    .section-meb__success-stories-area .body p {
        font-size: 20px;
        line-height: 30px
    }
}

@media (max-width: 1100px) {
    .section-meb__success-stories-area .body p {
        font-size: 20px;
        line-height: 26px
    }
}

.section-meb__success-stories-area .body a {
    margin-left: auto;
    margin-top: 90px
}

@media (max-width: 1600px) {
    .section-meb__success-stories-area .body a {
        margin-top: 50px
    }
}

@media (max-width: 992px) {
    .registration-page .container {
        padding: 0
    }
}

.registration-page__image {
    width: 31%;
    height: 100%;
    position: fixed;
    left: 155px;
    top: 151px;
    transition: all .4s ease;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover
}

@media (max-width: 992px) {
    .registration-page__image {
        display: none
    }
}

.registration-page__image.js-fixed {
    top: 107px
}

.registration-page__image img {
    width: 100%
}

.registration-page__form {
    width: 60%;
    min-height: 100vh;
    margin-left: auto;
    padding: 10vh 0 15vh
}

@media (max-width: 992px) {
    .registration-page__form {
        width: 100%;
        padding: 55px 25px 50px 25px;
        min-height: initial
    }
}

.registration-page__form .actions-wrapper {
    margin-top: 40px
}

@media (max-width: 992px) {
    .registration-page__form .actions-wrapper {
        margin-top: 20px
    }
}

.registration-page__descriptions {
    width: 60%;
    min-height: 100vh;
    margin-left: auto;
    padding: 5vh 0 15vh;
    text-align: center
}

@media (max-width: 992px) {
    .registration-page__descriptions {
        width: 100%;
        padding: 40px 25px 50px 25px;
        min-height: initial
    }
}

.registration-page__descriptions .icon {
    margin-bottom: 35px;
    display: flex;
    justify-content: center
}

@media (max-width: 992px) {
    .registration-page__descriptions .icon {
        margin-bottom: 25px
    }
}

@media (max-width: 1600px) {
    .registration-page__descriptions .icon img {
        max-width: 6rem
    }
}

.registration-page__descriptions h1 {
    font-size: 40px;
    line-height: 40px;
    color: #000;
    margin-bottom: 0;
    font-family: 'PoppinsBold';
    font-weight: 700;
    font-style: normal
}

@media (max-width: 992px) {
    .registration-page__descriptions h1 {
        font-size: 30px;
        line-height: 30px
    }
}

.registration-page__descriptions .items {
    margin: 4vh 0
}

.registration-page__descriptions .items>div {
    margin-bottom: 20px
}

.registration-page__descriptions .items>div:last-child {
    margin-bottom: 0
}

.registration-page__descriptions .items>div h2 {
    font-size: 30px;
    line-height: 35px;
    color: #000;
    margin-bottom: 0;
    font-family: 'PoppinsBold';
    font-weight: 700;
    font-style: normal
}

@media (max-width: 992px) {
    .registration-page__descriptions .items>div h2 {
        font-size: 24px;
        line-height: 24px;
        margin-bottom: 5px
    }
}

.registration-page__descriptions .items>div p {
    font-size: 30px;
    line-height: 35px;
    color: #000;
    margin-bottom: 0;
    font-family: 'Poppins-Medium';
    font-weight: 500;
    font-style: normal
}

@media (max-width: 992px) {
    .registration-page__descriptions .items>div p {
        font-size: 20px;
        line-height: 20px
    }
}

.registration-page__descriptions .center-button-wrapper {
    margin-top: 5vh
}

.all-list-page {
    width: 100%;
    padding-bottom: 140px
}

@media (max-width: 992px) {
    .all-list-page {
        padding-bottom: 50px
    }
}

.all-list-page__banner {
    width: 100%;
    height: calc(100vh - 220px);
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover
}

@media (max-width: 992px) {
    .all-list-page__banner {
        display: none
    }
}

.all-list-page__banner:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.5)
}

.all-list-page__banner-content {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between
}

.all-list-page__banner-content .articles {
    width: 50%;
    padding-top: 60px
}

@media (max-width: 992px) {
    .all-list-page__banner-content .articles {
        width: 100%;
        padding-top: 0
    }
}

.all-list-page__banner-content .image {
    width: 42%;
    max-width: 635px;
    border-radius: 14px;
    overflow: hidden;
    display: inline-flex;
    margin-top: -10vh;
    z-index: 0
}

@media (max-width: 1100px) {
    .all-list-page__banner-content .image {
        margin-top: -5vh
    }
}

@media (max-width: 992px) {
    .all-list-page__banner-content .image {
        display: none
    }
}

.all-list-page__filter-wrapper {
    display: flex;
    margin: 20px 0 60px 0
}

@media (max-width: 992px) {
    .all-list-page__filter-wrapper {
        flex-direction: column;
        margin: 0 0 40px 0
    }
}

.all-list-page__filter-wrapper .item {
    width: 320px;
    margin-right: 30px
}

@media (max-width: 992px) {
    .all-list-page__filter-wrapper .item {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px
    }
}

.all-list-page__filter-wrapper .item:last-child {
    margin-right: 0
}

@media (max-width: 992px) {
    .all-list-page__filter-wrapper .item:last-child {
        margin-bottom: 0
    }
}

.all-list-page__filter-wrapper .item .select2 {
    max-width: initial
}

.all-list-page__list {
    width: 100%;
    margin-top: 40px
}

@media (max-width: 992px) {
    .all-list-page__list {
        margin-top: 20px
    }
}

.all-list-page__links {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 70px
}

@media (max-width: 992px) {
    .all-list-page__links {
        flex-direction: column;
        margin-top: 50px
    }
}

.all-list-page__links>a {
    width: calc(50% - 15px);
    background-color: #15B3A4;
    border-radius: 14px;
    overflow: hidden;
    text-align: center;
    padding: 3.75rem 4rem
}

@media (max-width: 1100px) {
    .all-list-page__links>a {
        padding: 3rem 2rem
    }
}

@media (max-width: 992px) {
    .all-list-page__links>a {
        width: 100%;
        margin-bottom: 20px;
        padding: 2.75rem 1rem
    }
}

.all-list-page__links>a:last-child {
    background-color: #61436D
}

@media (max-width: 992px) {
    .all-list-page__links>a:last-child {
        margin-bottom: 0
    }
}

.all-list-page__links>a img {
    margin: 0 auto 15px auto
}

.all-list-page__links>a h2 {
    font-size: 34px;
    line-height: 38px;
    color: #fff;
    margin-bottom: 20px;
    font-family: 'PoppinsBold';
    font-weight: 700;
    font-style: normal
}

@media (max-width: 992px) {
    .all-list-page__links>a h2 {
        font-size: 24px;
        line-height: 35px;
        margin-bottom: 10px
    }
}

.all-list-page__links>a p {
    font-size: 24px;
    line-height: 35px;
    color: #fff;
    margin-bottom: 0;
    font-family: 'PoppinsBold';
    font-weight: 700;
    font-style: normal
}

@media (max-width: 992px) {
    .all-list-page__links>a p {
        font-size: 18px;
        line-height: 26px
    }
}

.error-page__content {
    height: 100vh;
    display: flex;
    align-items: flex-start
}

.error-page__image {
    width: 50%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover
}

@media (max-width: 1100px) {
    .error-page__image {
        display: none
    }
}

.error-page__articles {
    width: 50%;
    height: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

@media (max-width: 1100px) {
    .error-page__articles {
        width: 100%
    }
}

.error-page__articles .icon {
    display: flex;
    justify-content: center;
    margin-bottom: 10vh
}

@media (max-width: 1100px) {
    .error-page__articles .icon {
        max-width: 30%;
        margin-bottom: 7vh
    }
}

.error-page__articles h1 {
    font-size: 250px;
    line-height: 200px;
    color: #000;
    margin-bottom: 10px;
    font-family: 'PoppinsBold';
    font-weight: 700;
    font-style: normal
}

@media (max-width: 1440px) {
    .error-page__articles h1 {
        font-size: 170px;
        line-height: 120px
    }
}

@media (max-width: 1100px) {
    .error-page__articles h1 {
        font-size: 110px;
        line-height: 100px
    }
}

.error-page__articles p {
    font-size: 26px;
    line-height: 40px;
    color: #000;
    margin-bottom: 5vh;
    font-family: 'PoppinsBold';
    font-weight: 700;
    font-style: normal
}

@media (max-width: 1100px) {
    .error-page__articles p {
        font-size: 25px;
        line-height: 30px
    }
}

.error-page__articles a {
    padding: 17px 45px;
    border-radius: 50px;
    display: inline-flex;
    justify-content: center;
    align-items: center
}

.error-page__articles a span {
    font-size: 18px;
    line-height: 22px
}

.page-detail {
    width: 100%
}

.page-detail__info-wrapper {
    display: grid;
    grid-gap: 30px;
    grid-template-areas: "banner info-table"
        "buttons info-table";
    margin-bottom: 50px;
    grid-template-columns: 66% 32% 0%;
    grid-template-rows: auto 1fr
}

@media (max-width: 1100px) {
    .page-detail__info-wrapper {
        grid-template-areas: "banner"
            "info-table"
            "buttons";
        grid-gap: 20px;
        grid-template-columns: 100%;
        grid-template-rows: auto
    }
}

@media (max-width: 576px) {
    .page-detail__info-wrapper {
        margin-bottom: 20px
    }
}

.page-detail__info-wrapper .banner {
    height: 60vh;
    grid-area: banner;
    border: 1px solid #E6E6E6;
    border-radius: 14px;
    overflow: hidden;
    background-color: #F2F2F2
}

@media (max-width: 1100px) {
    .page-detail__info-wrapper .banner {
        height: 30vh
    }
}

.page-detail__info-wrapper .banner__poster {
    width: 100%;
    height: 100%;
    display: flex
}

.page-detail__info-wrapper .banner__poster .articles {
    width: 45%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    padding: 55px 10px 30px 50px
}

@media (max-width: 1600px) {
    .page-detail__info-wrapper .banner__poster .articles {
        padding: 40px 10px 30px 40px
    }
}

@media (max-width: 1100px) {
    .page-detail__info-wrapper .banner__poster .articles {
        padding: 20px 5px 20px 10px
    }
}

.page-detail__info-wrapper .banner__poster .articles .top-info .badge {
    font-size: 15px;
    line-height: 15px;
    color: #fff;
    border-radius: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 18px;
    margin-bottom: 35px;
    font-family: 'PoppinsBold';
    font-weight: 700;
    font-style: normal
}

@media (max-width: 576px) {
    .page-detail__info-wrapper .banner__poster .articles .top-info .badge {
        font-size: 10px;
        line-height: 10px;
        margin-bottom: 12px
    }
}

.page-detail__info-wrapper .banner__poster .articles .top-info .badge.pink {
    background-color: #E53E98
}

.page-detail__info-wrapper .banner__poster .articles .top-info .badge.blue {
    background-color: #489FB5
}

.page-detail__info-wrapper .banner__poster .articles .top-info h2 {
    font-size: 26px;
    line-height: 30px;
    color: #000;
    margin-bottom: 0;
    font-family: 'PoppinsBold';
    font-weight: 700;
    font-style: normal
}

@media (max-width: 576px) {
    .page-detail__info-wrapper .banner__poster .articles .top-info h2 {
        font-size: 16px;
        line-height: 20px
    }
}

.page-detail__info-wrapper .banner__poster .articles .top-info h5 {
    font-size: 18px;
    line-height: 20px;
    color: #EC6500;
    margin-bottom: 0;
    margin-top: 15px;
    font-family: 'PoppinsBold';
    font-weight: 700;
    font-style: normal
}

@media (max-width: 576px) {
    .page-detail__info-wrapper .banner__poster .articles .top-info h5 {
        font-size: 14px;
        line-height: 18px;
        margin-top: 10px
    }
}

.page-detail__info-wrapper .banner__poster .articles .top-info h5.green {
    color: #15B3A4
}

.page-detail__info-wrapper .banner__poster .articles .bottom-info p {
    font-size: 17px;
    line-height: 20px;
    margin-bottom: 0;
    font-family: 'PoppinsBold';
    font-weight: 700;
    font-style: normal
}

@media (max-width: 576px) {
    .page-detail__info-wrapper .banner__poster .articles .bottom-info p {
        font-size: 10px;
        line-height: 12px
    }
}

.page-detail__info-wrapper .banner__poster .articles .bottom-info .video-play-icon {
    display: flex;
    align-items: center
}

.page-detail__info-wrapper .banner__poster .articles .bottom-info .video-play-icon .icon {
    width: 77px;
    height: 77px;
    border-radius: 50%;
    background-color: #E4E4E4;
    display: flex;
    align-items: center;
    justify-content: center
}

@media (max-width: 992px) {
    .page-detail__info-wrapper .banner__poster .articles .bottom-info .video-play-icon .icon {
        width: 50px;
        height: 50px
    }
}

.page-detail__info-wrapper .banner__poster .articles .bottom-info .video-play-icon .icon img {
    margin-left: 3px;
    filter: brightness(0) invert(0%)
}

.page-detail__info-wrapper .banner__poster .articles .bottom-info .video-play-icon span {
    font-size: 19px;
    line-height: 19px;
    color: #000;
    padding-left: 25px;
    font-family: 'Poppins-Medium';
    font-weight: 500;
    font-style: normal
}

@media (max-width: 992px) {
    .page-detail__info-wrapper .banner__poster .articles .bottom-info .video-play-icon span {
        padding-left: 15px;
        font-size: 15px;
        line-height: 15px
    }
}

.page-detail__info-wrapper .banner__poster .image {
    width: 55%;
    height: 100%;
    position: relative
}

.page-detail__info-wrapper .banner__poster .image .icon {
    width: auto;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0
}

.page-detail__info-wrapper .banner__poster .image .icon img {
    height: 100%
}

.page-detail__info-wrapper .banner__poster .image .bg {
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover
}

.page-detail__info-wrapper .banner__video {
    width: 100%;
    height: 100%;
    display: none
}

.page-detail__info-wrapper .info-table {
    width: 100%;
    border-radius: 14px;
    overflow: hidden;
    border: 1px solid #E6E6E6;
    background-color: #F2F2F2;
    grid-area: info-table
}

.page-detail__info-wrapper .info-table>div {
    border-bottom: 1px solid #E6E6E6;
    padding: 25px 30px 30px 30px
}

@media (max-width: 1600px) {
    .page-detail__info-wrapper .info-table>div {
        padding: 20px
    }
}

.page-detail__info-wrapper .info-table>div:last-child {
    border-bottom: none
}

.page-detail__info-wrapper .info-table>div h3 {
    font-size: 20px;
    line-height: 24px;
    color: rgba(0, 0, 0, 0.3);
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    font-family: 'PoppinsBold';
    font-weight: 700;
    font-style: normal
}

@media (max-width: 1600px) {
    .page-detail__info-wrapper .info-table>div h3 {
        font-size: 17px;
        line-height: 20px;
        margin-bottom: 10px
    }
}

@media (max-width: 992px) {
    .page-detail__info-wrapper .info-table>div h3 {
        font-size: 14px;
        line-height: 17px;
        margin-bottom: 10px
    }
}

.page-detail__info-wrapper .info-table>div h3 img {
    margin-right: 10px
}

.page-detail__info-wrapper .info-table>div p {
    font-size: 20px;
    line-height: 24px;
    color: #000;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    font-family: 'Poppins-Medium';
    font-weight: 400;
    font-style: normal
}

@media (max-width: 1600px) {
    .page-detail__info-wrapper .info-table>div p {
        font-size: 15px;
        line-height: 18px
    }
}

@media (max-width: 992px) {
    .page-detail__info-wrapper .info-table>div p {
        font-size: 12px;
        line-height: 19px
    }
}

.page-detail__info-wrapper .info-table>div p.js-open:after {
    transform: rotate(180deg)
}

.page-detail__info-wrapper .info-table>div p.has-dropdown {
    cursor: pointer
}

.page-detail__info-wrapper .info-table>div p.has-dropdown:after {
    content: '';
    width: 15.48px;
    height: 7.74px;
    background: url("../img/icons/icon-down.svg") no-repeat center center;
    display: inline-block;
    margin-left: 20px;
    background-size: contain;
    transition: all .4s ease
}

.page-detail__info-wrapper .info-table>div ul.dropdown {
    max-height: 200px;
    overflow-y: auto;
    list-style: none;
    margin-top: 20px !important;
    display: block
}

.page-detail__info-wrapper .info-table>div ul.dropdown::-webkit-scrollbar-thumb {
    background-color: #F27700;
    border: 1px solid #F27700;
    border-radius: 2px
}

.page-detail__info-wrapper .info-table>div ul.dropdown::-webkit-scrollbar-track {
    background-color: #fff;
    border-radius: 5px;
    opacity: .5
}

.page-detail__info-wrapper .info-table>div ul.dropdown::-webkit-scrollbar {
    width: 11px;
    margin: 11px
}

.page-detail__info-wrapper .info-table>div ul.dropdown li {
    display: flex;
    margin-bottom: 10px
}

.page-detail__info-wrapper .info-table>div ul.dropdown li:last-child {
    margin-bottom: 0
}

.page-detail__info-wrapper .info-table>div ul.dropdown li.active a {
    color: #EC6500
}

.page-detail__info-wrapper .info-table>div ul.dropdown li.active a:before {
    background-color: #EC6500
}

.page-detail__info-wrapper .info-table>div ul.dropdown li a {
    font-size: 20px;
    line-height: 24px;
    color: #000;
    display: flex;
    padding: 5px 0 5px 30px;
    position: relative;
    font-family: 'PoppinsSemiBold';
    font-weight: 600;
    font-style: normal
}

@media (max-width: 1600px) {
    .page-detail__info-wrapper .info-table>div ul.dropdown li a {
        font-size: 15px;
        line-height: 18px
    }
}

@media (max-width: 992px) {
    .page-detail__info-wrapper .info-table>div ul.dropdown li a {
        font-size: 12px;
        line-height: 19px
    }
}

.page-detail__info-wrapper .info-table>div ul.dropdown li a:before {
    content: '';
    width: 15px;
    height: 15px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 6px;
    background-color: #000
}

.page-detail__info-wrapper .info-table>div .view-map-btn {
    width: 100%;
    height: 66px;
    border-radius: 50px;
    color: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    line-height: 18px;
    background-color: rgba(0, 0, 0, 0.09);
    margin-top: 20px;
    font-family: 'PoppinsBold';
    font-weight: 700;
    font-style: normal
}

@media (max-width: 1600px) {
    .page-detail__info-wrapper .info-table>div .view-map-btn {
        font-size: 16px;
        line-height: 20px;
        height: 55px
    }
}

@media (max-width: 992px) {
    .page-detail__info-wrapper .info-table>div .view-map-btn {
        font-size: 14px;
        line-height: 18px;
        height: 44px
    }
}

.page-detail__info-wrapper .info-table>div .view-map-btn span {
    margin-left: 10px
}

.page-detail__info-wrapper .info-table>div .location-list__item {
    margin-bottom: 15px
}

.page-detail__info-wrapper .info-table>div .location-list__item:last-child {
    margin-bottom: 0
}

.page-detail__info-wrapper .info-table>div .location-list__item>div {
    margin-bottom: 10px;
    padding-left: 20px
}

.page-detail__info-wrapper .info-table>div .location-list__item>div:first-child {
    padding-left: 0 !important
}

.page-detail__info-wrapper .info-table>div .location-list__item>div:last-child {
    margin-bottom: 0
}

.page-detail__info-wrapper .info-table>div .location-list__item>div a {
    display: flex;
    align-items: flex-start;
    text-decoration: underline !important;
    color: #000 !important
}

.page-detail__info-wrapper .info-table>div .location-list__item>div a:hover {
    color: #000;
    text-decoration: underline !important
}

.page-detail__info-wrapper .info-table>div .location-list__item>div a img {
    margin-right: 10px;
    margin-top: 4px
}

.page-detail__info-wrapper .info-table>div .location-list__item>div span {
    font-size: 20px;
    line-height: 24px;
    color: #000 !important;
    font-family: 'Poppins-Medium';
    font-weight: 400;
    font-style: normal
}

@media (max-width: 1600px) {
    .page-detail__info-wrapper .info-table>div .location-list__item>div span {
        font-size: 18px;
        line-height: 24px
    }
}

@media (max-width: 992px) {
    .page-detail__info-wrapper .info-table>div .location-list__item>div span {
        font-size: 16px;
        line-height: 20px
    }
}

.page-detail__info-wrapper .buttons {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    grid-area: buttons;
    margin-top: 30px
}

@media (max-width: 1600px) {
    .page-detail__info-wrapper .buttons {
        margin-top: 10px
    }
}

@media (max-width: 992px) {
    .page-detail__info-wrapper .buttons {
        margin-top: 0;
        flex-direction: column
    }
}

.page-detail__info-wrapper .buttons>div {
    display: flex;
    align-items: center
}

@media (max-width: 992px) {
    .page-detail__info-wrapper .buttons>div {
        width: 100%;
        flex-direction: column
    }
}

.page-detail__info-wrapper .buttons>div.social-buttons-wrapper {
    position: relative
}

.page-detail__info-wrapper .buttons>div.social-buttons-wrapper .social-buttons {
    width: 100%;
    position: absolute;
    z-index: 1;
    background: #fff;
    display: flex;
    align-items: center;
    left: 100%;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    transition: all .4s ease;
    border-radius: 10px
}

@media (max-width: 992px) {
    .page-detail__info-wrapper .buttons>div.social-buttons-wrapper .social-buttons {
        left: auto;
        width: auto;
        padding: 10px 20px;
        bottom: 100%
    }
}

.page-detail__info-wrapper .buttons>div.social-buttons-wrapper .social-buttons.js-active {
    opacity: 1;
    visibility: visible;
    overflow: visible
}

.page-detail__info-wrapper .buttons>div.social-buttons-wrapper .social-buttons a {
    margin-right: 20px
}

.page-detail__info-wrapper .buttons>div.social-buttons-wrapper .social-buttons a:last-child {
    margin-right: 0
}

.page-detail__info-wrapper .buttons>div>a {
    height: 66px;
    margin-right: 20px;
    color: #fff;
    font-size: 18px;
    line-height: 22px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 25px
}

@media (max-width: 1600px) {
    .page-detail__info-wrapper .buttons>div>a {
        font-size: 16px;
        line-height: 20px;
        height: 55px
    }
}

@media (max-width: 992px) {
    .page-detail__info-wrapper .buttons>div>a {
        width: 100%;
        height: 50px;
        margin-right: 0;
        margin-bottom: 15px;
        font-size: 14px;
        line-height: 17px
    }
}

.page-detail__info-wrapper .buttons>div>a.filled svg path {
    fill: #fff !important
}

.page-detail__info-wrapper .buttons>div>a:last-child {
    margin-right: 0
}

.page-detail__info-wrapper .buttons>div>a span {
    margin-left: 5px
}

.page-detail ul {
    margin-left: 17px !important
}