::-moz-selection {
    color: #333;
    background-color: #fdd340;
}
::selection {
    color: #333;
    background-color: #fdd340;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #333;
    font-family: 'Quicksand', sans-serif;
    font-weight: 700;
}
h1,
h2,
h3,
h4 {
    letter-spacing: -0.05em;
}
h5,
h6 {
    letter-spacing: 0;
}
h1 {
    font-size: 70px;
}
h2 {
    font-size: 50px;
}
h3 {
    font-size: 40px;
}
h4 {
    font-size: 30px;
}
h5 {
    font-size: 25px;
}
h6 {
    font-size: 18px;
}
a {
    color: #fdd340;
}
p {
    color: #555;
}

.font-black{
    color:rgb(55, 55, 55);
}
mark {
    background: #fdd340;
}
a:hover {
    color: #fdd340;
    text-decoration: none;
}
body {
    font-family: 'Nunito', sans-serif;
    color: #333;
    min-height: 100vh;
    overflow-x: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 16px;
    line-height: 1.5;
}
body.body--static {
    height: 100%;
    overflow: hidden;
}
@media only screen and (min-width: 992px) {
    body.body--static {
        min-height: 100vh;
        overflow: auto;
        overflow-x: hidden;
    }
}
.page-wrapper {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    min-height: 100vh;
    width: 100%;
    overflow-x: hidden;
}
main.main {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}
@media only screen and (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }
}

.link--green:hover {
    color: #2eb872;
}
.text-filled {
    color: #333;
    font-size: 18px;
    font-weight: 700;
    background-color: #fdd340;
    padding: 15px 20px;
}
.cursor-pointer{
    cursor:pointer;
}
@media only screen and (min-width: 768px) {
    .text-filled {
        padding: 30px 40px 34px 40px;
    }
}
@media only screen and (min-width: 992px) {
    .text-filled {
        font-size: 20px;
        padding: 61px 70px 65px 70px;
    }
}
.ordered-list,
.unordered-list {
    padding: 0;
    margin: 0;
}
.unordered-list li {
    position: relative;
    list-style: none;
    padding-left: 25px;
}
.unordered-list li::before {
    content: "";
    display: inline-block;
    height: 6px;
    width: 6px;
    background-color: #fdd340;
    position: absolute;
    top: 9px;
    left: 0;
}
.unordered-list li:not(:last-of-type) {
    margin-bottom: 10px;
}
.ordered-list li {
    counter-increment: list;
    list-style-type: none;
    position: relative;
    padding-left: 25px;
}
.ordered-list li::before {
    content: counter(list) ".";
    color: #fdd340;
    font-weight: 700;
    position: absolute;
    top: 0;
    left: 0;
}
.ordered-list li:not(:last-of-type) {
    margin-bottom: 10px;
}
.blockquote {
    padding: 0;
    position: relative;
}
.blockquote__text {
    font-size: 18px;
    font-style: italic;
    font-weight: 500;
    padding-left: 20px;
    border-left: 5px solid #fdd340;
}
@media only screen and (min-width: 768px) {
    .blockquote__text {
        font-size: 20px;
        padding-left: 40px;
    }
}
.dropcap__text:last-of-type {
    margin-bottom: 0;
}
.dropcap__text::first-letter {
    color: #fdd340;
    float: left;
    font-size: 50px;
    font-weight: 700;
    margin: 7px 15px 0 15px;
}
.two-columns {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
}
@media only screen and (min-width: 576px) {
    .two-columns {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }
}
.three-columns {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
}
@media only screen and (min-width: 576px) {
    .three-columns {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }
}
@media only screen and (min-width: 992px) {
    .three-columns {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
    }
}
.four-columns {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
}
@media only screen and (min-width: 576px) {
    .four-columns {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }
}
@media only screen and (min-width: 992px) {
    .four-columns {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
    }
}
@media only screen and (min-width: 1200px) {
    .four-columns {
        -webkit-column-count: 4;
        -moz-column-count: 4;
        column-count: 4;
    }
}
@media only screen and (min-width: 1200px) {
    section.typography {
        padding: 120px 0;
    }
}
.typography .ordered-list {
    margin-top: 50px;
}
@media only screen and (min-width: 768px) {
    .typography .ordered-list {
        margin-top: 0;
    }
}
.cta-block {
    position: relative;
    background: #fdd340;
    padding: 50px 0;
}
@media only screen and (min-width: 992px) {
    .cta-block {
        padding: 65px 0;
    }
}
.cta-block__title {
    text-transform: uppercase;
}
.cta-block__title span {
    font-weight: 300;
}
.cta-block .img--bg {
    z-index: 0;
}
.cta-block__text {
    color: #333;
    margin-bottom: 0;
}
.cta-block__text:not(:last-of-type) {
    margin-bottom: 20px;
}
.cta-block__button {
    display: inline-block;
    color: inherit;
    font-weight: 700;
    background: #fff;
    padding: 18px 55px;
    margin-top: 30px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
@media only screen and (min-width: 992px) {
    .cta-block__button {
        margin-top: 0;
    }
}
.cta-block__button:hover {
    color: #fff;
    background: #282f34;
}

.cta-banner {
    position: relative;
    padding: 35px 30px 50px 30px;
    margin-top: 30px;
}
@media only screen and (min-width: 576px) {
    .cta-banner {
        padding: 35px 50px 50px 50px;
    }
}
.cta-banner__title {
    text-transform: uppercase;
    font-weight: 300;
}
.cta-banner__title span {
    font-weight: 700;
}
.cta-banner .button {
    margin-top: 9px;
    padding: 7px 35px;
}
@media(max-width:1024px){
    .cta-banner {
        padding: 30px 20px;
    }
    .cta-banner__title{
        font-size:30px;
    }
    .cta-banner .button {
        padding: 7px 20px;
    }
}
.cta-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    margin-top: 30px;
}
@media only screen and (min-width: 576px) {
    .cta-form {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}
@media only screen and (min-width: 992px) {
    .cta-form {
        margin-top: 0;
    }
}
.cta-form .form__field {
    margin: 0 0 30px 0;
    background: 0 0;
    border: 2px solid #333;
}
@media only screen and (min-width: 576px) {
    .cta-form .form__field {
        margin: 0 30px 0 0;
    }
}
.cta-form .form__field::-webkit-input-placeholder {
    color: #333;
}
.cta-form .form__field::-moz-placeholder {
    color: #333;
}
.cta-form .form__field:-ms-input-placeholder {
    color: #333;
}
.cta-form .form__field::-ms-input-placeholder {
    color: #333;
}
.cta-form .form__field::placeholder {
    color: #333;
}
.cta-form .form__submit {
    border: none;
    background: #333;
    color: #fff;
    padding: 18px 50px;
}
.cta-form .form__submit:hover {
    background: #fff;
    color: #333;
}
.alert {
    position: relative;
    border: none;
    margin-bottom: 0;
    padding: 15px 40px;
}
@media only screen and (min-width: 992px) {
    .alert {
        padding: 20px 60px;
    }
}
@media only screen and (min-width: 1200px) {
    .alert {
        padding: 25px 70px;
    }
}
.alert:not(:last-of-type) {
    margin-bottom: 30px;
}
.alert__text {
    color: inherit;
    font-size: 14px;
    margin-bottom: 0;
}
@media only screen and (min-width: 576px) {
    .alert__text {
        font-size: 16px;
    }
}
@media only screen and (min-width: 992px) {
    .alert__text {
        font-size: 18px;
    }
}
@media only screen and (min-width: 1200px) {
    .alert__text {
        font-size: 20px;
    }
}
.alert strong {
    color: inherit;
}
.alert__close {
    cursor: pointer;
    color: inherit;
    font-size: 14px;
    padding: 10px;
    position: absolute;
    right: 5px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0.5;
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
}
@media only screen and (min-width: 992px) {
    .alert__close {
        right: 20px;
    }
}
.alert__close:hover {
    opacity: 1;
}
.alert__icon {
    font-size: 14px;
    position: absolute;
    left: 15px;
    top: 16px;
}
@media only screen and (min-width: 768px) {
    .alert__icon {
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}
@media only screen and (min-width: 992px) {
    .alert__icon {
        left: 30px;
    }
}
.alert.alert--success.alert--filled {
    color: #fff;
    background: #76b330;
}
.alert.alert--attention.alert--filled {
    color: #fff;
    background: #308cb3;
}
.alert.alert--warning.alert--filled {
    color: #fff;
    background: #e89d33;
}
.alert.alert--error.alert--filled {
    color: #fff;
    background: #e83333;
}
.alert.alert--success.alert--transparent {
    color: #76b330;
    border: 2px solid #76b330;
}
.alert.alert--attention.alert--transparent {
    color: #308cb3;
    border: 2px solid #308cb3;
}
.alert.alert--warning.alert--transparent {
    color: #e89d33;
    border: 2px solid #e89d33;
}
.alert.alert--error.alert--transparent {
    color: #e83333;
    border: 2px solid #e83333;
}
.accordion {
    background: #f3f4f5;
}
.accordion:not(:last-of-type) {
    margin-bottom: 30px;
}
.accordion__title-block {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 10px 15px;
}
@media only screen and (min-width: 768px) {
    .accordion__title-block {
        padding: 10px 15px 10px 30px;
    }
}
.accordion__title-block::after {
    content: "";
    display: block;
    height: 2px;
    width: 100%;
    background: #fff;
    position: absolute;
    left: 0;
    bottom: -2px;
}
.accordion__title {
    margin-bottom: 0;
    width: calc(100% - 70px);
}
.accordion__close {
    position: relative;
    cursor: pointer;
    height: 40px;
    width: 40px;
    border-radius: 50%;
}
@media only screen and (min-width: 768px) {
    .accordion__close {
        height: 52px;
        width: 52px;
    }
}
.accordion__close::after,
.accordion__close::before {
    content: "";
    display: inline-block;
    background: #cdcdce;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.accordion__close::before {
    height: 14px;
    width: 2px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.accordion__close::after {
    width: 14px;
    height: 2px;
    -webkit-transition: background 0.3s;
    -o-transition: background 0.3s;
    transition: background 0.3s;
}
.accordion__close--active::before {
    opacity: 0;
}
.accordion__close--active::after {
    background: #fdd340;
}
.accordion__text-block {
    padding: 20px 15px 10px 15px;
    display: none;
}
@media only screen and (min-width: 768px) {
    .accordion__text-block {
        padding: 20px 30px 10px 30px;
        width: calc(100% - 70px);
    }
}
.accordion--bordered {
    border: 2px solid #f3f4f5;
    background: #fff;
}
.accordion--bordered .accordion__title-block::after {
    background: #f3f4f5;
}
img {
    max-width: 100%;
    height: auto;
}
.button {
    display: inline-block;
    color: #333;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    padding: 13px 45px;
    letter-spacing: 0.05em;
    text-decoration: none;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.button:hover {
    color: #333;
    background-color: #fdd340;
}
.button--primary {
    border: 2px solid #fdd340;
}
.button--filled {
    border: 2px solid #fdd340;
    background: #fdd340;
}
.button--filled:hover {
    color: #fff;
    border: 2px solid #282f34;
    background: #282f34;
}
.button--white {
    color: #fff;
    border: 2px solid #fff;
}
.button--white:hover {
    color: #333;
    background: #fff;
}
.button--green {
    border: 2px solid #2eb872;
}
.button--green:hover {
    color: #fff;
    background: #2eb872;
}
.button--cyan {
    border: 2px solid #30e3ca;
}
.button--cyan:hover {
    background: #30e3ca;
}
.button--rounded {
    border-radius: 30px;
}
.button--radius {
    border-radius: 5px;
}
.border--white {
    border: 2px solid #fff !important;
}
.border--white:hover {
    border: 2px solid #fdd340 !important;
}
.border--orange {
    border: 2px solid #fdd340 !important;
}
.border--red {
    border: 2px solid #fd4040 !important;
}
section.section {
    position: relative;
    z-index: 0;
    padding: 70px 0;
}
@media only screen and (min-width: 768px) {
    section.section {
        padding: 90px 0;
    }
}
@media only screen and (min-width: 992px) {
    section.section {
        padding: 120px 0;
    }
}
@media only screen and (min-width: 1200px) {
    section.section {
        padding: 140px 0;
    }
}
.section__bg {
    display: none;
    position: absolute;
    z-index: -1;
}
@media only screen and (min-width: 1600px) {
    .section__bg {
        display: block;
    }
}
.section__bg--fill {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}
.bg-overlay{
    background: rgba(0,0,0,0.5);
}
.align-container {
    display: table;
    width: 100%;
}
.align-container__item {
    display: table-cell;
    vertical-align: middle;
}
.img--bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top center;
    object-position: top center;
    font-family: "object-fit: cover; object-position: top center";
    z-index: -1;
}
.img--contain {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center center;
    object-position: center center;
    font-family: "object-fit: contain; object-position: center center";
    z-index: -1;
}
.img--layout {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -1;
    pointer-events: none;
}
.img--aside {
    display: none;
    position: absolute;
    width: 25%;
    max-width: 500px;
    z-index: -1;
}
@media only screen and (min-width: 1200px) {
    .img--aside {
        display: inline-block;
    }
}
.w-33 {
    width: 33% !important;
    max-width: 700px;
}
.jarallax {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}
.heading__pre-title {
    display: inline-block;
    color: #848484;
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.heading__title {
    letter-spacing: -0.03em;
    margin-bottom: 20px;
    font-size: 32px;
    text-transform: uppercase;
}
@media only screen and (min-width: 992px) {
    .heading__title {
        font-size: 40px;
        line-height: 50px;
    }
}
.heading__title span:nth-of-type(2) {
    font-weight: 300;
}
.heading p {
    color: #777;
}
.heading p:last-of-type {
    margin-bottom: 0;
}
.heading.heading--center {
    text-align: center;
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
}
.heading.heading--style-2 .heading__pre-title::before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 1px;
    width: 30px;
    margin-right: 10px;
    margin-bottom: 3px;
    background: #fdd340;
    position: relative;
}
.heading.heading--green .heading__pre-title::before {
    background: #2eb872;
}
.heading.heading--cyan .heading__pre-title::before {
    background: #30e3ca;
}
.margin-3 {
    margin: 3px !important;
}
.bottom-15 {
    margin-bottom: 15px !important;
}
.bottom-20 {
    margin-bottom: 20px !important;
}
.bottom-30 {
    margin-bottom: 30px !important;
}
.bottom-40 {
    margin-bottom: 40px !important;
}
.bottom-50 {
    margin-bottom: 40px !important;
}
@media only screen and (min-width: 992px) {
    .bottom-50 {
        margin-bottom: 50px !important;
    }
}
.bottom-70 {
    margin-bottom: 50px !important;
}
@media only screen and (min-width: 992px) {
    .bottom-70 {
        margin-bottom: 70px !important;
    }
}
.offset-margin {
    margin-bottom: -50px !important;
}
.offset-30 {
    margin-bottom: -30px !important;
}
.offset-70 {
    margin-bottom: -70px !important;
}
.no-margin-top {
    margin-top: 0 !important;
}
.no-margin-bottom {
    margin-bottom: 0 !important;
}
.left-3 {
    margin-left: -3px !important;
}
.right-3 {
    margin-right: -3px !important;
}
.width100 {
    width: 100% !important;
}
.height100 {
    height: 100% !important;
}
.top-30 {
    margin-top: 30px !important;
}
.top-40 {
    margin-top: 40px !important;
}
.top-50 {
    margin-top: 50px !important;
}
.top-70 {
    margin-top: 70px !important;
}
@media only screen and (min-width: 1200px) {
    .bottom-lg-none {
        margin-bottom: 0 !important;
    }
}
.no-padding-top {
    padding-top: 0 !important;
}
.no-padding-bottom {
    padding-bottom: 0 !important;
}
.padding-bottom-70 {
    padding-bottom: 70px !important;
}
.t50 {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.l0 {
    left: 0;
}
.r0 {
    right: 0;
}
.t0 {
    top: 0;
}
.color--orange {
    color: #fdd340 !important;
}
.color--primary {
    color: #333 !important;
}
.color--white {
    color: #fff !important;
}
.color--green {
    color: #2eb872 !important;
}
.color--cyan {
    color: #30e3ca !important;
}
.background--white {
    background: #fff !important;
}
.background--gray {
    background: #f3f4f5 !important;
}
.background--dark {
    background: #282f34;
}
.background--orange {
    background: #fdd340;
}
.font--bold {
    font-weight: 700 !important;
}
.size-70 {
    font-size: 70px !important;
}
.size-60 {
    font-size: 60px !important;
}
.size-18 {
    font-size: 18px !important;
}
.border-bottom {
    border-bottom: 1px solid #f8f8f8;
}

/* ICON */

.icon {
    display: inline-block;
    width: 1em;
    height: 1em;
    fill: currentColor;
}
.icon-adult {
    font-size: 51.2rem;
    width: 0.95341em;
}
.icon-baby {
    font-size: 46.4983rem;
    width: 0.9998em;
}
.icon-bag {
    font-size: 1.6rem;
    width: 0.8em;
}
.icon-bed {
    font-size: 38.882rem;
    width: 1em;
}
.icon-bird {
    font-size: 8.04rem;
    width: 1.15485em;
}
.icon-bootstrap {
    font-size: 3.2rem;
    width: 5.4375em;
}
.icon-box {
    font-size: 51.2rem;
    width: 1em;
}
.icon-bull {
    font-size: 6.379rem;
    width: 1.45399em;
}
.icon-cart {
    font-size: 2.4rem;
    width: 1em;
}
.icon-cat {
    font-size: 6rem;
    width: 2.25393em;
}
.icon-check {
    font-size: 48.888rem;
    width: 1em;
}
.icon-chevron {
    font-size: 1.2rem;
    width: 0.66667em;
}
.icon-chevron-left {
    font-size: 1.4rem;
    width: 0.64286em;
}
.icon-child {
    font-size: 47.9957rem;
    width: 0.9671em;
}
.icon-clock {
    font-size: 2.4rem;
    width: 1em;
}
.icon-close {
    font-size: 4.797rem;
    width: 1em;
}
.icon-comment {
    font-size: 51rem;
    width: 1em;
}
.icon-comment2 {
    font-size: 2rem;
    width: 1em;
}
.icon-cutlery {
    font-size: 51.2rem;
    width: 1em;
}
.icon-debitcard {
    font-size: 125rem;
    width: 1em;
}
.icon-direction {
    font-size: 64rem;
    width: 1em;
}
.icon-dog {
    font-size: 43.577rem;
    width: 1em;
}
.icon-elep {
    font-size: 6.325rem;
    width: 1.13644em;
}
.icon-family {
    font-size: 51.2rem;
    width: 1em;
}
.icon-fish {
    font-size: 5.406rem;
    width: 1.42101em;
}
.icon-giraffe {
    font-size: 9.494rem;
    width: 0.87434em;
}
.icon-gulp {
    font-size: 4.6rem;
    width: 1.65217em;
}
.icon-heart {
    font-size: 51rem;
    width: 1em;
}
.icon-information {
    font-size: 6.5rem;
    width: 1em;
}
.icon-jeep {
    font-size: 51.2rem;
    width: 1em;
}
.icon-jquery {
    font-size: 3.8rem;
    width: 3.52632em;
}
.icon-lock {
    font-size: 51.2rem;
    width: 1em;
}
.icon-mail {
    font-size: 2.4rem;
    width: 1em;
}
.icon-map-pin {
    font-size: 2.4rem;
    width: 1em;
}
.icon-node {
    font-size: 4.4rem;
    width: 3.43182em;
}
.icon-partnership {
    font-size: 48rem;
    width: 1em;
}
.icon-pawprint {
    font-size: 51.2rem;
    width: 1em;
}
.icon-phone-call {
    font-size: 2.4rem;
    width: 1em;
}
.icon-photo-camera {
    font-size: 51.2rem;
    width: 1em;
}
.icon-previous {
    font-size: 1.6rem;
    width: 1em;
}
.icon-question {
    font-size: 3.1357rem;
    width: 1em;
}
.icon-remove {
    font-size: 34.8334rem;
    width: 1em;
}
.icon-reptiles {
    font-size: 46.4rem;
    width: 1.31897em;
}
.icon-search {
    font-size: 3.0239rem;
    width: 1em;
}
.icon-smartphone {
    font-size: 51.2rem;
    width: 1em;
}
.icon-species {
    font-size: 51rem;
    width: 1.2em;
}
.icon-spider {
    font-size: 8.635rem;
    width: 0.90643em;
}
.icon-support {
    font-size: 51.2rem;
    width: 0.89844em;
}
.icon-support2 {
    font-size: 48rem;
    width: 1em;
}
.icon-tickets {
    font-size: 42.4rem;
    width: 1.13208em;
}
.icon-trophy {
    font-size: 51.2rem;
    width: 1em;
}
.icon-user {
    font-size: 2.4rem;
    width: 1em;
}
.icon-visitors {
    font-size: 59.4rem;
    width: 1.0303em;
}
.icon-warning {
    font-size: 48.942rem;
    width: 1em;
}
.icon-wifi {
    font-size: 51.2rem;
    width: 1em;
}
.icon-wind {
    font-size: 32.88rem;
    width: 1em;
}
.icon-item {
    margin-bottom: 50px;
}
.icon-item__img {
    margin-bottom: 20px;
}
.icon-item__img img {
    height: 70px;
    max-width: 60%;
}
.icon-item__icon {
    font-size: 45px;
    margin-bottom: 15px;
}
.icon-item__title {
    margin-bottom: 15px;
}
.icon-item p{
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.icon-item p:last-of-type {
    margin-bottom: 0;
}

/* HEADER */
.hamburger {
    display: inline-block;
    height: 24px;
    cursor: pointer;
    -webkit-transition: opacity, -webkit-filter 0.3s;
    transition: opacity, -webkit-filter 0.3s;
    -o-transition: opacity, filter 0.3s;
    transition: opacity, filter 0.3s;
    transition: opacity, filter 0.3s, -webkit-filter 0.3s;
}
@media only screen and (min-width: 992px) {
    .hamburger {
        display: none;
    }
}
.hamburger:hover {
    opacity: 0.7;
}
.hamburger-box {
    width: 24px;
    height: 24px;
    display: inline-block;
    position: relative;
}
.hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -2px;
}
.hamburger-inner,
.hamburger-inner::after,
.hamburger-inner::before {
    width: 24px;
    height: 3px;
    background-color: #333;
    border-radius: 3px;
    position: absolute;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.hamburger-inner::after,
.hamburger-inner::before {
    content: "";
    display: block;
}
.hamburger-inner::before {
    top: -6px;
}
.hamburger-inner::after {
    bottom: -6px;
}
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::after,
.hamburger.is-active .hamburger-inner::before {
    background-color: #fff;
}
.hamburger.is-active .hamburger-inner {
    background-color: transparent;
}
.hamburger.is-active .hamburger-inner::before {
    top: 0;
    -webkit-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
}
.hamburger.is-active .hamburger-inner::after {
    top: 0;
    -webkit-transform: rotate(-225deg);
    -ms-transform: rotate(-225deg);
    transform: rotate(-225deg);
}
.menu-dropdown {
    display: initial;
    position: fixed;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    z-index: 5;
    background: rgba(0, 0, 0, 0.3);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
@media only screen and (min-width: 992px) {
    .menu-dropdown {
        display: none;
    }
}
.menu-dropdown__inner {
    position: fixed;
    width: auto;
    height: 100%;
    overflow-y: auto;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    visibility: hidden;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.menu-dropdown--active {
    visibility: visible;
    opacity: 1;
}
.menu-dropdown--active .menu-dropdown__inner--active,
.menu-dropdown--active .menu-dropdown__inner:first-of-type {
    visibility: visible;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}
.screen {
    position: relative;
    width: 320px;
    min-height: 100%;
    padding: 100px 15px 50px 15px;
    background-color: #1e252b;
}
.screen--start {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    -webkit-transition: -webkit-filter 0.3s;
    transition: -webkit-filter 0.3s;
    -o-transition: filter 0.3s;
    transition: filter 0.3s;
    transition: filter 0.3s, -webkit-filter 0.3s;
}
.screen--inactive {
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}
.screen.screen--sub {
    padding: 80px 15px 50px 15px;
}
.screen__heading {
    position: relative;
    color: rgba(255, 255, 255, 0.87);
    padding-bottom: 12px;
    margin-bottom: 27px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.screen__heading::after {
    content: "";
    display: block;
    height: 1px;
    width: calc(100% + 30px);
    background: #303d48;
    position: absolute;
    bottom: 0;
    left: -15px;
}
.screen__back {
    color: rgba(255, 255, 255, 0.87);
    font-size: 20px;
    line-height: 27px;
    font-weight: 500;
    margin-bottom: 0;
    padding: 5px 30px;
    cursor: pointer;
    text-align: center;
    position: relative;
}
.screen__back .icon {
    font-size: 14px;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.screen__item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    cursor: pointer;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
}
.screen__item,
.screen__item:hover,
.screen__link,
.screen__link:hover {
    color: rgba(255, 255, 255, 0.87);
}
.screen__item span:first-of-type {
    width: 80%;
}
.screen__item span:nth-of-type(2) {
    font-size: 12px;
}
.screen__item:not(:last-of-type) {
    margin-bottom: 30px;
}
.screen__item.item--active,
.screen__item.item--active .screen__link {
    color: #a3a3a3;
}
.screen__item.item--active::after {
    content: "";
    display: block;
    height: 2px;
    width: 30px;
    background: #fdd340;
    position: absolute;
    bottom: -6px;
    left: 0;
}
.screen__socials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    margin: 24px 0 0 0;
    list-style: none;
}
.screen__socials a {
    color: rgba(255, 255, 255, 0.87);
    font-size: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 72px;
    width: 72px;
}
.screen__button {
    display: block;
    color: rgba(0, 0, 0, 0.87);
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    padding: 26px 50px;
    margin-top: 16px;
    background: #fdd340;
    -webkit-transition: background 0.3s;
    -o-transition: background 0.3s;
    transition: background 0.3s;
}
.screen__button:hover {
    color: rgba(0, 0, 0, 0.87);
}
.menu-dropdown--front-2 .screen__button,
.menu-dropdown--front-2 .screen__item.item--active::after {
    background: #30e3ca;
}
.menu-dropdown--front-2 .screen__button {
    color: #fff;
}
.menu-dropdown--front-3 .screen__button,
.menu-dropdown--front-3 .screen__item.item--active::after {
    background: #2eb872;
}
.menu-dropdown--front-3 .screen__button {
    color: #fff;
}
.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 5;
    left: 50%;
    width: 100%;
    max-width: 1336px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-box-shadow: 0 3px 10px 5px rgba(0, 0, 0, 0.06);
    box-shadow: 0 3px 10px 5px rgba(0, 0, 0, 0.06);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    border-radius: 0px 0px 10px 10px;
}
.header__top {
    position: relative;
    z-index: 10;
    padding: 10px 15px 0 15px;
    background: #fff;
    min-height: 60px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    border-radius: 0px 0px 10px 10px;
}
@media only screen and (min-width: 576px) {
    .header__top {
        padding: 6px 15px 2px 15px;
    }
}
@media only screen and (min-width: 992px) {
    .header__top {
        padding: 0 0 0 30px;
    }
}
@media(max-width:1024px){
    .header__top{
        padding: 0px 15px 0 15px;
    }
}
.header__button {
    display: none;
    color: #181919;
    font-size: 14px;
    line-height: 68px;
    font-weight: 700;
    text-transform: uppercase;
    background: #fdd340;
    height: 67px;
    width: 176px;
    text-align: center;
    margin-left: 40px;
    padding: 0 30px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
@media only screen and (min-width: 992px) {
    .header__button {
        display: inline-block;
    }
}
@media only screen and (min-width: 1367px) {
    .header__button {
        height: 85px;
        line-height: 85px;
    }
}
.header__button:hover {
    color: #fff;
    background: #282f34;
    text-decoration: none;
}
.header__lower {
    display: none;
    position: fixed;
    z-index: 1;
    background: #1d252b;
    opacity: 1;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s;
}
@media only screen and (min-width: 992px) {
    .header__lower {
        display: block;
    }
}
.header__lower--fixed {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
}
.header__lower-inner {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.header__socials {
    padding: 0;
    margin: 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    list-style: none;
}
.header__socials a {
    color: #fff;
    font-size: 18px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 44px;
    width: 44px;
    -webkit-transition: background 0.3s;
    -o-transition: background 0.3s;
    transition: background 0.3s;
}
.header__socials a:hover {
    text-decoration: none;
}
.header__phones {
    color: #919ba2;
    font-size: 14px;
    margin-left: 35px;
}
.header__phones a {
    display: inline-block;
    color: #919ba2;
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
}
.header__phones a:not(:last-of-type) {
    margin-right: 10px;
}
.header__phones a:hover {
    opacity: 0.6;
}
.item--facebook {
    background: #3c5a9a;
}
.item--twitter {
    background: #1da1f2;
}
.item--youtube {
    background: #f11819;
}
.item--instagram {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#8b24a7), color-stop(30%), to(#d35252));
    background-image: -o-linear-gradient(#8b24a7, 30%, #d35252);
    background-image: linear-gradient(#8b24a7, 30%, #d35252);
}
.logo {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #333;
}
.logo:hover {
    color: inherit;
    text-decoration: none;
}
.logo__img {
    display: inline-block;
    height: 38px;
    width: auto;
}
@media only screen and (min-width: 576px) {
    .logo__img {
        height: 45px;
    }
}
@media only screen and (min-width: 1367px) {
    .logo__img {
        height: 61px;
    }
}
.logo__text {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-left: 15px;
}
@media only screen and (min-width: 576px) {
    .logo__text {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}
.logo__text span:first-of-type {
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    font-family: 'Quicksand', sans-serif;
}
@media only screen and (min-width: 1367px) {
    .logo__text span:first-of-type {
        font-size: 20px;
        line-height: 25px;
    }
}
.logo__text span:nth-of-type(2) {
    color: #b6b9bb;
    font-size: 10px;
    text-transform: uppercase;
}
.cabinet-trigger {
    position: relative;
    text-decoration: none;
    -webkit-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s;
}
@media only screen and (min-width: 992px) {
    .cabinet-trigger {
        margin-left: 80px;
    }
}
.cabinet-trigger .icon {
    font-size: 24px;
    stroke: #333;
    color: transparent;
    -webkit-transition: stroke 0.3s;
    -o-transition: stroke 0.3s;
    transition: stroke 0.3s;
}
.cabinet-trigger:hover .icon {
    stroke: #fdd340;
}

.header .col-head-left{
    display:flex;
}
.header .lang-link{
    margin-left: 20px;
}
.header .lang-link a{
    color: #181919;
    position: relative;
    display: inline-block;
    color: #181919;
    font-size: 13px;
    font-weight: 700;
    padding: 25px 0 20px 0;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s;
    margin:0 5px;
    position: relative;
}
.header .lang-link a.active,
.header .lang-link a:hover{
    color:#a3a3a3;
}
.header .lang-link a::before{
    content: "";
    display: block;
    height: 3px;
    width: 0%;
    background: #fdd340;
    position: absolute;
    bottom: 15px;
    left: 0;
    -webkit-transition: width 0.3s;
    -o-transition: width 0.3s;
    transition: width 0.3s;
}
.header .lang-link a.active::before,
.header .lang-link a:hover::before {
    width: 100%;
}
@media only screen and (min-width: 1367px) {
    .header .lang-link a {
        padding: 35px 0 30px 0;
    }
}
.main-menu {
    display: none;
    padding: 0;
    margin: 0;
}
@media only screen and (min-width: 992px) {
    .main-menu {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
    }
}
.main-menu__item {
    list-style: none;
    position: relative;
}
.main-menu__item:not(:last-of-type) {
    margin-right: 30px;
}
@media only screen and (min-width: 1200px) {
    .main-menu__item:not(:last-of-type) {
        margin-right: 30px;
    }
    .main-menu__item.main-menu__item--has-child:not(:last-of-type) {
        margin-right: 40px;
    }
}
.main-menu__item .main-menu__link {
    position: relative;
    display: inline-block;
    color: #181919;
    font-size: 13px;
    font-weight: 700;
    padding: 25px 0 20px 0;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s;
}
@media only screen and (min-width: 1367px) {
    .main-menu__item .main-menu__link {
        padding: 35px 0 30px 0;
    }
}
.main-menu__item:hover .main-menu__link {
    color: #a3a3a3;
}
.main-menu__item .main-menu__link::before {
    content: "";
    display: block;
    height: 3px;
    width: 0%;
    background: #fdd340;
    position: absolute;
    bottom: 15px;
    left: 0;
    -webkit-transition: width 0.3s;
    -o-transition: width 0.3s;
    transition: width 0.3s;
}
.main-menu__item .main-menu__link--highlighted::before,
.main-menu__item:hover .main-menu__link::before {
    width: 100%;
}
.main-menu__item--has-child .main-menu__link span {
    position: relative;
}
.main-menu__item--active .main-menu__link {
    color: #a3a3a3;
}
.main-menu__item--active .main-menu__link::before {
    width: 100%;
}
.main-menu__sub-list {
    margin: 0;
    position: absolute;
    top: 100%;
    left: -35px;
    width: 235px;
    padding: 30px 35px 30px 35px;
    background-color: #1d252b;
    -webkit-transform: translateY(15px);
    -ms-transform: translateY(15px);
    transform: translateY(15px);
    opacity: 0;
    visibility: hidden;
    z-index: 1;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.main-menu .sub-list--style-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    left: -100px;
    width: 330px;
}
.main-menu__item--has-child:hover > .main-menu__sub-list {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    visibility: visible;
}
.main-menu__sub-list li {
    position: relative;
    list-style: none;
}
.main-menu .sub-list--style-2 li {
    width: 50%;
}
.main-menu__sub-list li:not(:last-of-type) {
    margin-bottom: 10px;
}
.main-menu__sub-list li a {
    display: inline-block;
    color: #fff;
    font-size: 14px;
    text-decoration: none;
    -webkit-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s;
}
.main-menu__sub-list li a::after {
    content: "";
    display: block;
    width: 0%;
    height: 2px;
    background-color: #fdd340;
    margin-top: 4px;
    -webkit-transition: width 0.3s;
    -o-transition: width 0.3s;
    transition: width 0.3s;
}
.main-menu__sub-list li a:hover,
.main-menu__sub-list li.item--active a {
    color: #8d9296;
}
.main-menu__sub-list li a:hover::after,
.main-menu__sub-list li.item--active a::after {
    width: 40px;
}
.main-menu__item--has-child > .main-menu__link > span::after,
.main-menu__item--has-child > .main-menu__link > span::before {
    content: "";
    display: block;
    width: 6px;
    height: 2px;
    background: #181919;
    position: absolute;
    pointer-events: none;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.main-menu__item--has-child > .main-menu__link > span::before {
    right: -15px;
    top: 7px;
}
.main-menu__item--has-child > .main-menu__link > span::after {
    right: -18px;
    top: 7px;
}
.main-menu__item--has-child > .main-menu__link > span::before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.main-menu__item--has-child > .main-menu__link > span::after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.main-menu__item--has-child:hover > .main-menu__link > span::after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    background: #8d9296;
}
.main-menu__item--has-child:hover > .main-menu__link > span::before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background: #8d9296;
}
.main-menu__item--active .main-menu__link > span::after,
.main-menu__item--active .main-menu__link > span::before {
    background: #8d9296;
}


/* SOCIALS */
.socials {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    list-style: none;
    padding: 0;
    margin: 0;
}
.socials__item:not(:last-of-type) {
    margin-right: 30px;
}
.socials__link {
    color: #fff;
    font-size: 16px;
    -webkit-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s;
}
.socials__link:hover {
    color: #fdd340;
}
.socials--rounded .socials__item:not(:last-of-type) {
    margin-right: 15px;
}
.socials--rounded .socials__link {
    display: inline-block;
    color: #333;
    height: 32px;
    width: 32px;
    border-radius: 50%;
    background: #fff;
    text-align: center;
    line-height: 32px;
}
.socials--rounded .socials__link:hover {
    color: #fdd340;
}

/* ELEMENTS */
.elements__title {
    margin-bottom: 40px;
}
.elements__subtitle {
    font-size: 16px;
    margin-bottom: 15px;
}
.form-elements {
    pointer-events: none;
}
.button-elements .button {
    width: 190px;
    text-align: center;
}
.button-elements .button:first-of-type {
    margin: 0 0 30px 0;
    display: block;
}
@media only screen and (min-width: 576px) {
    .button-elements .button:first-of-type {
        display: inline-block;
        margin: 0 30px 0 0;
    }
}

/* SLICK */
.slick-dots {
    position: relative;
    z-index: 3;
    padding: 0;
    margin: 0;
    line-height: initial;
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
}
.slick-dots li {
    padding-left: 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    list-style: none;
    height: 18px;
    width: 18px;
    border: 2px solid transparent;
    border-radius: 50%;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: initial;
}
.slick-dots li::before {
    display: none;
}
.slick-dots li:not(:last-of-type) {
    margin-right: 30px;
}
.slick-dots li.slick-active {
    border: 2px solid #fdd340;
    cursor: pointer;
}
.slick-dots li button {
    font-size: 0;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    padding: 0;
    border: none;
    outline: 0;
    background-color: #c7c7c7;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    cursor: pointer;
}
.slick-dots li button:hover,
.slick-dots li.slick-active button {
    background-color: #fdd340;
}
.slick-dots li.slick-active button {
    height: 6px;
    width: 6px;
}
.dots--style-2 li.slick-active {
    border: 2px solid #2eb872;
}
.dots--style-2 li button:hover,
.dots--style-2 li.slick-active button {
    background-color: #2eb872;
}
.dots--style-3 li.slick-active {
    border: 2px solid #30e3ca;
}
.dots--style-3 li button:hover,
.dots--style-3 li.slick-active button {
    background-color: #30e3ca;
}

/* MAP BANNER */
.map-banner {
    position: relative;
    width: 100%;
    max-width: 1380px;
    margin: 0 auto;
}
.map-banner .align-container {
    padding: 50px 0;
    height: 290px;
}
.map-banner .button {
    margin-top: 25px;
    border-color: #fff;
}
.map-banner .button:hover {
    background: #fff;
}


/* MAIN SLIDER */
.promo {
    position: relative;
}
.promo__anchor {
    text-decoration: none;
    display: none;
    width: 80px;
    min-height: 170px;
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
}
@media only screen and (min-width: 1600px) {
    .promo__anchor {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
    }
}
.promo__anchor span {
    color: #1d252b;
    font-size: 14px;
    font-weight: 700;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    margin: auto;
    -webkit-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s;
}
.promo__socials {
    display: none;
    padding: 0;
    margin: 0;
    position: absolute;
    bottom: 35px;
    right: 55px;
    list-style: none;
    z-index: 1;
}
@media only screen and (min-width: 1600px) {
    .promo__socials {
        display: initial;
    }
}
.promo__socials li:not(last-of-type) {
    margin-bottom: 20px;
}
.promo__socials a {
    color: #fff;
    -webkit-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s;
}
.promo__socials a:hover {
    color: #30e3ca;
}
.promo-slider__title {
    font-size: unset;
}
.promo-slider__subtitle {
    color: #fff;
}
.promo-slider__nav {
    position: absolute;
    bottom: 195px;
}
@media only screen and (min-width: 768px) {
    .promo-slider__nav {
        position: absolute;
        bottom: 75px;
    }
}
.promo-slider__nav::after {
    content: "";
    display: none;
    height: 1px;
    width: 180px;
    background: #3f4041;
    margin-left: 50px;
}
@media only screen and (min-width: 1200px) {
    .promo-slider__nav::after {
        display: inline-block;
    }
}
.promo-slider__wrapper-1,
.promo-slider__wrapper-2,
.promo-slider__wrapper-3 {
    opacity: 0;
    -webkit-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
}
.slick-current .promo-slider__wrapper-1,
.slick-current .promo-slider__wrapper-2,
.slick-current .promo-slider__wrapper-3 {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
.slick-current .promo-slider__wrapper-1 {
    -webkit-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s;
}
.slick-current .promo-slider__wrapper-2 {
    -webkit-transition-delay: 0.6s;
    -o-transition-delay: 0.6s;
    transition-delay: 0.6s;
}
.slick-current .promo-slider__wrapper-3 {
    -webkit-transition-delay: 0.9s;
    -o-transition-delay: 0.9s;
    transition-delay: 0.9s;
}
.promo-slider__button {
    padding: 14px 40px;
}
@media only screen and (min-width: 576px) {
    .promo-slider__button {
        padding: 17px 45px;
    }
}
.promo-slider__item {
    position: relative;
}
.promo-slider .align-container {
    height: 500px;
    padding: 120px 0 250px 0;
}
@media only screen and (min-width: 768px) {
    .promo-slider .align-container {
        height: 700px;
        padding: 200px 0;
    }
}
@media only screen and (min-width: 992px) {
    .promo-slider .align-container {
        height: 800px;
    }
}
@media only screen and (min-width: 1200px) {
    .promo-slider .align-container {
        height: 900px;
    }
}
.promo-slider__item--style-2 {
    color: #fff;
}
.promo-slider__item--style-2 .promo-slider__title {
    color: inherit;
    text-shadow: 0 0 5px black;
}
.promo-slider__item--style-2 .promo-slider__title span:first-of-type {
    font-size: 32px;
    line-height: 32px;
    font-weight: 300;
    letter-spacing: -0.05em;
}
@media only screen and (min-width: 768px) {
    .promo-slider__item--style-2 .promo-slider__title span:first-of-type {
        font-size: 48px;
        line-height: 48px;
    }
}
@media only screen and (min-width: 1200px) {
    .promo-slider__item--style-2 .promo-slider__title span:first-of-type {
        font-size: 60px;
        line-height: 60px;
    }
}
.promo-slider__item--style-2 .promo-slider__title span:nth-of-type(2) {
    font-size: 36px;
    line-height: 36px;
    font-weight: 700;
    letter-spacing: -0.05em;
}
@media only screen and (min-width: 768px) {
    .promo-slider__item--style-2 .promo-slider__title span:nth-of-type(2) {
        font-size: 60px;
        line-height: 60px;
    }
}
@media only screen and (min-width: 1200px) {
    .promo-slider__item--style-2 .promo-slider__title span:nth-of-type(2) {
        font-size: 100px;
        line-height: 100px;
    }
}
.promo-slider__item--style-2 .promo-slider__subtitle {
    line-height: 25px;
    margin-top: 28px;
}
.promo-slider__item--style-2 .promo-slider__button {
    color: inherit;
    width: 100%;
    max-width: 190px;
    margin-top: 30px;
    background: #fdd340;
    color: #000;
}
.promo-slider__item--style-2 .promo-slider__button:hover {
    color: #1d252b;
}
.promo-slider__item--style-3 {
    color: #fff;
    text-align: center;
}
.promo-slider__item--style-3 .promo-slider__title {
    color: inherit;
    font-size: 36px;
    line-height: 1.4;
}
@media only screen and (min-width: 576px) {
    .promo-slider__item--style-3 .promo-slider__title {
        font-size: 42px;
        line-height: 52px;
    }
}
@media only screen and (min-width: 768px) {
    .promo-slider__item--style-3 .promo-slider__title {
        font-size: 50px;
        line-height: 55px;
    }
}
@media only screen and (min-width: 992px) {
    .promo-slider__item--style-3 .promo-slider__title {
        font-size: 60px;
        line-height: 65px;
    }
}
@media only screen and (min-width: 1200px) {
    .promo-slider__item--style-3 .promo-slider__title {
        font-size: 70px;
        line-height: 75px;
    }
}
@media(max-width:1024px){
    .promo-slider__item--style-2 .promo-slider__button{ 
        font-size: 12px;
        max-width: 120px;
    }
    .promo-slider__button{ 
        padding: 5px 20px;
    }
    .promo-slider .align-container{
        height: 90vh;
    }
}
.promo-slider__item--style-3 .promo-slider__title span:nth-of-type(2) {
    font-weight: 400;
}
.promo-slider__item--style-3 .promo-slider__subtitle {
    line-height: 25px;
    margin-top: 28px;
}
.promo-slider__item--style-3 .promo-slider__button {
    color: inherit;
    width: 100%;
    max-width: 210px;
    margin-top: 30px;
    padding: 17px 45px;
}
.promo-slider__item--style-3 .promo-slider__button:hover {
    color: #1d252b;
}
.promo-slider__count {
    color: #fff;
    font-weight: 700;
}
.promo-pannel {
    position: absolute;
    bottom: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 1;
}
@media only screen and (min-width: 768px) {
    .promo-pannel {
        right: 0;
        left: auto;
    }
}
@media only screen and (min-width: 1200px) {
    .promo-pannel {
        right: calc((100% - 1200px) / 2);
    }
}
@media only screen and (min-width: 1600px) {
    .promo-pannel {
        right: calc((100% - 1380px) / 2);
    }
}
.promo-pannel .event-event {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 10px;
}
.promo-pannel .event-event span {
    color: #333;
    font-size: 18px;
    font-weight: 700;
}
.promo-panel__event {
    display: block;
    color: #777;
    font-size: 14px;
    width: 350px;
    background: #fff;
    padding: 20px;
}
.promo-panel__event.bg-overlay {
    background: rgba(0,0,0,0.5);
}
@media only screen and (min-width: 1200px) {
    .promo-panel__event {
        display: block;
        color: #777;
        font-size: 14px;
        width: 350px;
        background: #fff;
        padding: 35px 50px;
    }
    .promo-panel__event.bg-overlay {
        background: rgba(0,0,0,0.5);
        width: 400px;
    }
}
.promo-panel__event .icon {
    font-size: 24px;
}
.promo-pannel__subject {
    display: block;
    color: #dcdcdc;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%) rotate(-90deg);
    -ms-transform: translateY(-50%) rotate(-90deg);
    transform: translateY(-50%) rotate(-90deg);
}
@media only screen and (min-width: 1600px) {
    .promo-pannel__subject {
        left: 22px;
    }
}
.promo-pannel__count {
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
}
.promo-pannel__date {
    font-size: 14px;
    font-weight: 700;
    color: #a2a2a2 !important;
}
.promo-pannel__details {
    display: none;
    width: 100%;
    width: 420px;
    background: #282f34;
    padding: 30px 50px;
    color: #c9cdcf;
    font-size: 14px;
}
@media only screen and (min-width: 992px) {
    .promo-pannel__details {
        display: block;
    }
}
@media only screen and (min-width: 1200px) {
    .promo-pannel__details {
        width: 500px;
    }
}
.promo-pannel__details p:not(:last-of-type) {
    margin-bottom: 5px;
}
.promo-pannel__details p:last-of-type {
    margin-bottom: 0;
}
.promo-pannel__title {
    color: #fff;
    font-size: 18px;
    margin-bottom: 10px;
}
.promo-pannel__title a {
    color: inherit;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.promo-pannel__title a:hover {
    color: inherit;
    opacity: 0.7;
}
.promo-pannel__link {
    color: #c9cdcf;
    font-size: 14px;
    text-decoration: none;
    -webkit-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s;
}
.promo-pannel__link:not(:last-of-type) {
    margin-right: 8px;
}
.promo-pannel__link:hover {
    color: #fdd340;
}
.promo-pannel p {
    color: inherit;
}
.today-event {
    display: inline-block;
}
.promo .today-event {
    position: relative;
    width: 280px;
    min-height: 170px;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding-bottom: 25px;
}
.promo .today-event::before {
    content: "";
    display: block;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(29, 37, 43, 0.7);
    z-index: 2;
}
.promo .today-event img {
    z-index: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform 1s;
    transition: -webkit-transform 1s;
    -o-transition: transform 1s;
    transition: transform 1s;
    transition: transform 1s, -webkit-transform 1s;
}
.promo .today-event__icon {
    color: #fff;
    position: relative;
    z-index: 2;
}
.promo .today-event span {
    font-size: 18px;
    font-weight: 700;
    -webkit-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s;
}
.promo .today-event i {
    color: #fff;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    text-align: center;
    font-size: 12px;
    line-height: 36px;
    margin-left: 80px;
    border: 2px solid #fff;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.promo .today-event:hover i {
    background: #fdd340;
    border-color: #fdd340;
    color: #282f34;
}
.promo .today-event:hover span {
    color: #fdd340;
}
.promo .today-event:hover img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}
.promo-cta {
    display: none;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    max-width: 400px;
    z-index: 0;
    padding: 57px 30px 53px 30px;
}
@media only screen and (min-width: 992px) {
    .promo-cta {
        display: block;
    }
}
.promo-cta__title {
    color: #fff;
    text-transform: uppercase;
    font-weight: 300;
    line-height: 1.2;
    margin-bottom: 13px;
}
.promo-cta__title span {
    font-weight: 700;
}
.promo-cta__link {
    display: inline-block;
    position: relative;
    font-weight: 700;
}
.promo-cta__link::after {
    content: "";
    display: block;
    width: 0%;
    height: 2px;
    background: #fdd340;
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 1;
    -webkit-transition: width 0.3s;
    -o-transition: width 0.3s;
    transition: width 0.3s;
}
.promo-cta__link:hover::after {
    width: 100%;
}
.promo--front .promo-pannel {
    right: auto;
    left: 0;
}
.promo--front .today-event {
    min-height: 130px;
    padding-bottom: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display:none;
}
.promo--front .promo-slider__nav {
    left: 15px;
    bottom: 170px;
}
@media only screen and (min-width: 1200px) {
    .promo--front .today-event {
        display:flex;
    }
}
@media only screen and (min-width: 768px) {
    .promo--front .promo-slider__nav {
        bottom: 60px;
        right: 0;
        left: auto;
    }
}
.promo--front .promo-slider__nav::after {
    display: none;
}
.promo--front .promo-slider__nav::before {
    display: none;
}
@media only screen and (min-width: 768px) {
    .promo--front .promo-slider__nav::before {
        content: "";
        display: inline-block;
        height: 1px;
        width: 180px;
        margin-right: 50px;
        background: rgba(255, 255, 255, 0.3);
    }
}
@media(max-width:1024px){
    .promo--front .promo-slider__nav{
        bottom: 120px;
        right: 15px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .promo-slider .align-container{
        padding:200px 0 200px 0;
    }
}
.promo--front-4 .promo-slider__nav {
    bottom: 55px;
}
@media only screen and (min-width: 992px) {
    .promo--front-4 .promo-slider__nav {
        bottom: 75px;
    }
}
.promo--front-4 .promo-slider__nav::after {
    display: none;
}
.promo--front-4 .align-container {
    height: 500px;
    padding: 120px 0;
}
@media only screen and (min-width: 768px) {
    .promo--front-4 .align-container {
        height: 700px;
        padding: 200px 0;
    }
}
@media only screen and (min-width: 992px) {
    .promo--front-4 .align-container {
        height: 800px;
    }
}
@media only screen and (min-width: 1200px) {
    .promo--front-4 .align-container {
        height: 900px;
    }
}

.promo--front-6 .promo-slider__nav {
    bottom: 50px;
}
@media only screen and (min-width: 576px) {
    .promo--front-6 .promo-slider__nav {
        right: 15px;
    }
}
.promo--front-6 .promo-slider__nav::before {
    content: "";
    display: none;
    height: 1px;
    width: 180px;
    background: rgba(255, 255, 255, 0.3);
    margin-right: 50px;
}
@media only screen and (min-width: 768px) {
    .promo--front-6 .promo-slider__nav {
        bottom: 75px;
    }
}
.promo--front-6 .promo-slider__nav::after {
    display: none;
}
@media only screen and (min-width: 768px) {
    .promo--front-6 .promo-slider__nav::before {
        display: inline-block;
    }
}
.promo--front-6 .align-container {
    height: auto;
    padding: 120px 0;
}
@media only screen and (min-width: 768px) {
    .promo--front-6 .align-container {
        height: 700px;
        padding: 200px 0;
    }
}
@media only screen and (min-width: 992px) {
    .promo--front-6 .align-container {
        height: 800px;
    }
}
@media only screen and (min-width: 1200px) {
    .promo--front-6 .align-container {
        height: 900px;
    }
}

.promo-primary {
    position: relative;
    overflow: hidden;
    font-family: 'Quicksand', sans-serif;
}
.promo-primary .align-container {
    height: 450px;
    padding: 80px 0;
}
@media only screen and (min-width: 992px) {
    .promo-primary .align-container {
        height: 500px;
    }
}
@media only screen and (min-width: 1200px) {
    .promo-primary .align-container {
        height: 550px;
    }
}
@media only screen and (min-width: 1367px) {
    .promo-primary .align-container {
        height: 650px;
        padding: 100px 0;
    }
}
@media only screen and (min-width: 1600px) {
    .promo-primary .align-container {
        height: 600px;
        padding: 120px 0;
    }
}
.promo-primary__pre-title {
    display: inline-block;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 5px;
}
@media only screen and (min-width: 768px) {
    .promo-primary__pre-title {
        margin-bottom: 10px;
    }
}
.promo-primary__title {
    position: relative;
    color: #fff;
    font-size: 36px;
    line-height: 50px;
    letter-spacing: -0.05em;
    text-transform: uppercase;
    text-shadow: 0 0 5px rgb(0 0 0 / 50%);
}
@media only screen and (min-width: 768px) {
    .promo-primary__title {
        font-size: 42px;
    }
}
@media only screen and (min-width: 1200px) {
    .promo-primary__title {
        font-size: 50px;
    }
}
.promo-primary__title span:first-of-type {
    font-weight: 300;
}
.promo-primary__title::before {
    content: "";
    display: block;
    height: 2px;
    width: 70px;
    position: absolute;
    bottom: -10px;
    left: 0;
    background-color: #fdd340;
}
@media only screen and (min-width: 768px) {
    .promo-primary__title::before {
        bottom: -20px;
    }
}
@media(max-width:992px){
    .promo-primary {
        margin-top: 60px;
    }
    .promo-primary .align-container{
        height:calc(100vw * 151/425);
    }
    .promo-primary__title{
        font-size:24px;
    }
}

.img-item {
    margin-bottom: 50px;
}
.img-item__img {
    position: relative;
    margin-bottom: 18px;
}
.img-item__img::before {
    content: "";
    display: block;
    padding-top: 118.51852%;
}
.img-item__text:last-of-type {
    margin-bottom: 0;
}
.img-item__title {
    margin-bottom: 10px;
}
.img-item__title a {
    color: inherit;
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
}
.img-item__title a:hover {
    color: inherit;
    opacity: 0.75;
}
.progress-bar {
    position: relative;
    width: 100%;
    height: 13px;
    background-color: #f9f7f6;
    border-radius: 50px;
}
.progress-bar__inner {
    position: absolute;
    top: 0;
    left: 0;
    background-image: -webkit-gradient(linear, left top, right top, from(#52db79), to(#25c285));
    background-image: -o-linear-gradient(left, #52db79, #25c285);
    background-image: linear-gradient(to right, #52db79, #25c285);
    height: 100%;
    border-radius: 50px;
}
.progress-bar__value {
    position: absolute;
    top: -27px;
    right: 0;
    color: #333;
    font-weight: 700;
}
.today-event--about .today-event__icon {
    background: #fdd340;
}
.today-event--about:hover {
    color: inherit;
}
.today-event--primary {
    color: inherit;
    font-weight: 700;
    -webkit-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s;
}
.today-event--primary .today-event__icon {
    color: #333;
    display: inline-block;
    border: 2px solid #fdd340;
    height: 60px;
    width: 60px;
    border-radius: 50%;
    text-align: center;
    line-height: 56px;
    margin-right: 20px;
    -webkit-transition: background 0.3s;
    -o-transition: background 0.3s;
    transition: background 0.3s;
}
.today-event--primary:hover .today-event__icon {
    background: #fdd340;
}
.about-safari::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 75%;
    background: url(../img/about-safari_bg.png);
    background-position: bottom left;
    background-repeat: no-repeat;
    background-size: cover;
}
.about-safari__left,
.about-safari__right {
    display: none;
    position: absolute;
}
@media only screen and (min-width: 1600px) {
    .about-safari__left,
    .about-safari__right {
        display: block;
    }
}
.about-safari__right {
    top: 50px;
    right: 0;
}
.about-safari__left {
    top: 30%;
    left: 0;
}
.about-safari__img {
    position: relative;
}
.about-safari__img::before {
    content: "";
    display: block;
    padding-top: 46.15385%;
}

.front-events {
    padding-bottom: 0 !important;
}
@media only screen and (min-width: 1200px) {
    .front-events {
        padding-bottom: 140px !important;
    }
}
.front-events__button {
    margin-top: 50px;
}
.main-event {
    position: relative;
    background: rgba(0, 0, 0, 0.4);
    color: #fff;
    margin-top: 70px;
    padding: 52px 30px 60px 30px;
}
@media only screen and (min-width: 768px) {
    .main-event {
        padding: 42px 70px 70px 50px;
    }
}
@media only screen and (min-width: 992px) {
    .main-event {
        padding: 62px 70px 70px 70px;
    }
}
@media only screen and (min-width: 1200px) {
    .main-event {
        padding: 70px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        position: absolute;
        height: 100%;
        top: 0;
        right: 0;
        width: 41%;
        margin-top: 0;
    }
}
.main-event__inner {
    width: 100%;
    max-width: 540px;
}
@media only screen and (min-width: 1200px) {
    .main-event__inner {
        max-width: 320px;
    }
}
.main-event .heading {
    margin-bottom: 20px;
}
@media only screen and (min-width: 1200px) {
    .main-event .heading {
        margin-bottom: 30px;
    }
}
.main-event .heading .heading__pre-title,
.main-event .heading .heading__title {
    color: #fff;
}
.main-event p {
    color: inherit;
}
.main-event p:not(:last-of-type) {
    margin-bottom: 35px;
}
.main-event__date {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-top: 28px;
}
@media only screen and (min-width: 1200px) {
    .main-event__date {
        margin-top: 44px;
    }
}
.main-event__date span:first-of-type {
    color: #fdd340;
    font-size: 18px;
    font-weight: 700;
}
.main-event__button {
    color: #fff;
    margin-top: 45px;
}
@media only screen and (min-width: 1200px) {
    .main-event__button {
        margin-top: 130px;
    }
}



/* ANIMALS */
.animals-section__left,
.animals-section__right {
    display: none;
    position: absolute;
}
@media only screen and (min-width: 1600px) {
    .animals-section__left,
    .animals-section__right {
        display: block;
    }
}
.animals-section__left {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
}
.animals-section__right {
    right: 30px;
    top: 200px;
}
.animal__title {
    margin-bottom: 0;
}
.animal__img {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
    padding-top: 100%;
}
.animal__img img {
    height: 80px;
    width: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    object-fit: cover;
    border-radius:50%;
}

.animal-details__icon {
    font-size: 90px;
    line-height: 0.8;
}
.animal-details__title {
    text-transform: uppercase;
    margin-bottom: 17px;
}
.animal-details p:last-of-type {
    margin-bottom: 0;
}
@media only screen and (min-width: 576px) {
    .animal__img img {
        height: 115px;
        height:100%;
    }
}

/* DESTINATION */
.destination-slider .slick-list {
    margin: 0 -3px;
}
@media only screen and (min-width: 1200px) {
    .destination-slider .slick-list {
        overflow: visible;
    }
}
.destination-slider .slick-slide {
    margin: 0 3px;
    opacity: 0.4;
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
    pointer-events: none;
}
.destination-slider .slick-slide.slick-active {
    opacity: 1;
    pointer-events: initial;
}
.destination-slider__dots {
    margin-top: 20px;
}
@media only screen and (min-width: 768px) {
    .destination-slider__dots {
        padding-bottom: 10px;
        margin-top: 0;
    }
}
@media only screen and (min-width: 992px) {
    .destination-slider__dots--front-2::after {
        content: "";
        display: inline-block;
        height: 1px;
        width: 75px;
        background: #c7c7c7;
        margin: 0 30px;
    }
}
.destination-slider--style-2 .slick-list {
    overflow: hidden;
}
.destination-slider--style-2 .slick-slide {
    margin: 0 3px;
    opacity: 1;
    pointer-events: auto;
}
.destination-item {
    position: relative;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    -o-transition: transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    z-index: 1;
    overflow: hidden;
}
.destination-item::before {
    content: "";
    display: block;
    padding-top: 148.27586%;
    -webkit-transition: background 0.3s;
    -o-transition: background 0.3s;
    transition: background 0.3s;
}
.destination-item__count {
    position: absolute;
    top: 25px;
    left: 30px;
    color: #fff;
    font-weight: 700;
    -webkit-transition: top 0.3s;
    -o-transition: top 0.3s;
    transition: top 0.3s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-transform: uppercase;
}
.destination-item__count span:first-of-type {
    font-size: 40px;
    line-height: 1;
    opacity: 0.8;
    text-shadow: 0 0 5px black;
}
.destination-item__details {
    position: absolute;
    bottom: -55px;
    left: 0;
    width: 100%;
    padding: 25px 30px 35px 30px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.destination-item__title {
    color: #fff;
    margin-bottom: 0;
    text-shadow:0 0 5px black;
}
.destination-item__link {
    position: relative;
    display: inline-block;
    color: #fff;
    font-weight: 700;
    opacity: 1;
    margin-top: 18px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    text-shadow:0 0 5px black;
}
.destination-item__link::after {
    content: "";
    display: block;
    width: 0%;
    height: 2px;
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transition: width 0.3s;
    -o-transition: width 0.3s;
    transition: width 0.3s;
}
.destination-item__link:hover {
    color: #fff;
}
.destination-item__link:hover::after {
    width: 100%;
}
.destination-item__day {
    display: inline-block;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
}
.destination-item:hover {
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
}
.destination-item:hover .destination-item__count {
    top: 55px;
}
.destination-item:hover .destination-item__details {
    bottom: 0;
}
.destination-item--style-2::before {
    background: rgba(46, 184, 114, 0.1);
}
.destination-item--style-2:hover::before {
    background: rgba(46, 184, 114, 0.5);
}
.destination-item--style-3 .destination-item__link {
    position: relative;
    font-weight: 500;
}
.destination-item--style-3 .destination-item__link::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
}
.destination-item--style-3 .destination-item__link:hover {
    color: #fff;
    opacity: 1;
}
.destination-item--style-3 .destination-item__link:hover::after {
    opacity: 0.85;
}
.destination-item--style-3::before {
    background: rgba(48, 227, 202, 0.2);
}
.destination-item--style-3:hover::before {
    background: rgba(48, 227, 202, 0.5);
}


/* NEWS */

.news-item {
    margin-bottom: 50px;
}
.news-item__img {
    position: relative;
    margin-bottom: 34px;
}
.news-item__img::before {
    content: "";
    display: block;
    padding-top: 81.08108%;
}
.news-item__detail p {
    font-size: 14px;
}
.news-item__detail p:last-of-type {
    margin-bottom: 0;
}
.news-item__title {
    margin-bottom: 7px;
}
.news-item__title a {
    color: inherit;
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
}
.news-item__title a:hover {
    color: inherit;
    opacity: 0.75;
}
.news-item__readmore{
    color:#000;
    font-weight:bold;
}

/* EVENT */
.event-details__img {
    position: relative;
    margin-bottom: 65px;
}
.event-details__img::before {
    content: "";
    display: block;
    padding-top: 61.40351%;
}
.event-details__title {
    text-transform: uppercase;
}
.event-details__bg {
    display: none;
}
@media only screen and (min-width: 1200px) {
    .event-details__bg {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        width: 100%;
    }
}
.event-details__bg img {
    width: 100%;
    height: auto;
}

/* TOURS */
.tours__link {
    color: #333;
    text-transform: uppercase;
    font-weight: 700;
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
}
.tours__link:hover {
    color: #333;
    opacity: 0.75;
}
.tours-item {
    position: relative;
    color: #fff;
    overflow: hidden;
}
.tours-item__img {
    position: relative;
}
.tours-item__img::before {
    content: "";
    display: block;
    padding-top: 145.94595%;
}
.tours-item__details {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 50px 20px 45px 20px;
    -webkit-transform: translateY(63px);
    -ms-transform: translateY(63px);
    transform: translateY(63px);
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    -o-transition: transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
}
@media only screen and (min-width: 768px) {
    .tours-item__details {
        padding: 50px 50px 45px 50px;
    }
}
.tours-item__title {
    color: #fff;
    text-transform: uppercase;
    font-size: 24px;
    line-height: 34px;
}
@media only screen and (min-width: 768px) {
    .tours-item__title {
        font-size: 30px;
        line-height: 40px;
    }
}
.tours-item__title span {
    font-weight: 300;
}
.tours-item__price {
    color: #fdd340;
    font-size: 18px;
    font-weight: 700;
    margin: 26px 0 5px 0;
}
.tours-item__edition {
    text-transform: uppercase;
}
.tours-item__link {
    position: relative;
    display: inline-block;
    font-weight: 700;
    margin-top: 38px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.tours-item__link::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    width: 0%;
    background: #fdd340;
    -webkit-transition: width 0.3s;
    -o-transition: width 0.3s;
    transition: width 0.3s;
}
.tours-item__link:hover::after {
    width: 100%;
}
.tours-item:hover .tours-item__details {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
.tours-item:hover .tours-item__link {
    opacity: 1;
    visibility: visible;
}


.info-block::before {
    content: "";
    display: block;
    position: absolute;
    height: 100%;
    width: 100%;
    background: rgba(40, 47, 52, 0.5);
    top: 0;
    left: 0;
}
.info-block__button {
    color: #fff;
    margin-top: 45px;
}

/* INSTAGRAM */
section.instagram {
    padding: 32px 0 0 0;
}
.instagram__img {
    position: absolute;
    top: 0;
    left: 0;
    height: 98px;
    width: 100%;
}
.instagram__icon {
    font-size: 32px;
    line-height: 1;
}
.instagram-slider__nav {
    margin-top: 40px;
}
@media only screen and (min-width: 768px) {
    .instagram-slider__nav {
        padding-bottom: 10px;
        margin: 0;
    }
}
.instagram-slider__item {
    position: relative;
    vertical-align: top;
    -webkit-transition: background 0.3s;
    -o-transition: background 0.3s;
    transition: background 0.3s;
}
.instagram-slider__item::before {
    content: "";
    display: block;
    padding-top: 83.96226%;
}
.instagram-slider__item .fa {
    color: #fff;
    font-size: 18px;
}
.instagram-slider__item .instagram-slider__icon {
    position: absolute;
    left: 15px;
    bottom: 15px;
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
}
.instagram-slider__item:hover .instagram-slider__icon {
    opacity: 0;
}
.instagram-slider__icon-hover {
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.instagram-slider__icon-hover .fa {
    font-size: 24px;
}
.instagram-slider__item:hover .instagram-slider__icon-hover {
    opacity: 1;
}
.instagram-slider .slick-slide {
    margin: 0 3px;
}
.instagram-slider .slick-list {
    margin: 0 -3px;
}
.instagram-slider--style-2 .slick-slide {
    margin: 0;
}
.instagram-slider--style-2 .slick-list {
    margin: 0;
}
.instagram-slider--green .instagram-slider__item {
    background: rgba(46, 184, 114, 0);
}
.instagram-slider--green .instagram-slider__item:hover {
    background: rgba(46, 184, 114, 0.5);
}
.instagram-slider--green .instagram-slider__item:hover .instagram-slider__icon {
    opacity: 1;
}
.instagram--front-5 .heading__title {
    font-size: 18px;
    line-height: 38px;
}
.instagram--front-5 .instagram-slider__item:hover {
    background: rgba(253, 211, 64, 0.5);
}


/* BENEFITS */
.benefits__img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

/* FOOTER */
.footer {
    font-size: 14px;
    position: relative;
    background: #282f34;
    padding: 65px 0 45px 0;
}
.footer__bg {
    z-index: 0;
}
.footer__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #fff;
    font-size: 18px;
    padding-top: 10px;
}
.footer__details {
    color: #c9cdcf;
    margin-top: 25px;
}
.footer__details p:not(:last-of-type) {
    margin-bottom: 5px;
}
.footer__details p:last-of-type {
    margin-bottom: 0;
}
.footer__details a {
    color: #c9cdcf;
    text-decoration: none;
    white-space: nowrap;
    -webkit-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s;
}
.footer__details a:hover {
    color: #fdd340;
}
.footer__details a:not(:last-of-type) {
    margin-right: 8px;
}
.footer .socials {
    margin-top: 35px;
}
.footer__link,
.footer__link img {
    display: inline-block;
}
.footer__link img {
    height: 30px;
    width: auto;
}
.footer p {
    color: inherit;
}
.footer__additional {
    display: none;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0;
    margin: 0 0 25px 0;
    list-style: none;
}
@media only screen and (min-width: 576px) {
    .footer__additional {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}
@media only screen and (min-width: 768px) {
    .footer__additional {
        margin: 0;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}
.footer__additional li:not(:last-of-type) {
    margin-right: 30px;
}
.footer__additional a {
    color: #83888b;
}
.footer__additional a:hover {
    color: #fdd340;
    text-decoration: underline;
}
.logo--footer {
    color: #fff;
}
.logo--footer:hover {
    color: #fff;
}
.logo.logo--footer .logo__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.logo.logo--footer .logo__img {
    display: inline-block;
    width: auto;
    height: 50px;
}
@media only screen and (min-width: 1367px) {
    .logo.logo--footer .logo__img {
        height: 60px;
    }
}

.footer-menu {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    max-width: 260px;
    padding: 0;
    margin: 10px 0 0 0;
    list-style: none;
}
@media only screen and (min-width: 992px) {
    .footer-menu {
        max-width: 300px;
    }
}
.footer-menu__item {
    width: 50%;
    margin-bottom: 8px;
}
.footer-menu__link {
    color: #c9cdcf;
    -webkit-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s;
}
.footer-menu__link:hover {
    color: #fdd340;
    text-decoration: none;
}
.footer-submenu {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0;
    margin: 10px 0 0 0;
    list-style: none;
}
.footer-submenu__item {
    margin-bottom: 8px;
}
.footer-submenu__link {
    color: #fdd340;
    -webkit-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s;
}
.footer-submenu__link:hover {
    color: #c9cdcf;
    text-decoration: none;
}
.footer-menu--style-2 .footer-menu__item {
    width: 100%;
}
.footer-menu--style-2 .footer-menu__link {
    text-decoration: underline;
}
.footer-menu--style-2 .footer-menu__link:hover {
    color: #2eb872;
    text-decoration: none;
}
.footer-instagram {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 15px -4px 0 -4px;
}
.footer-instagram__item {
    width: calc(33.333% - 8px);
    margin: 4px;
}
.footer-instagram__img {
    overflow: hidden;
    position: relative;
    z-index: 2;
}
.footer-instagram__img::before {
    content: "";
    position: relative;
    display: block;
    padding-top: 100%;
    -webkit-transition: background 0.3s;
    -o-transition: background 0.3s;
    transition: background 0.3s;
    z-index: 2;
}
.footer-instagram .img--bg {
    z-index: 0;
}
.footer-instagram__item:hover .footer-instagram__img::before {
    background: rgba(253, 211, 64, 0.4);
}
.footer-privacy {
    color: #83888b;
    margin-bottom: 30px;
}
@media only screen and (min-width: 576px) {
    .footer-privacy {
        margin-bottom: 0;
    }
}
.footer-privacy__link {
    color: #83888b;
    text-decoration: none;
}
.footer-privacy__link:hover {
    color: #fdd340;
    text-decoration: underline;
}
.footer-privacy__divider {
    color: #83888b;
    padding: 0 8px;
}
@media(max-width:1024px){
    .footer__title{
        justify-content: center;
    }
    .main-footer .footer__details{
        text-align:center;
    }
}
.main-footer .logo--footer {
    margin-bottom: 15px;
}
.main-footer .footer-menu {
    max-width: 170px;
}
@media(max-width:1024px){
    .main-footer .footer-menu{
        max-width: 90%;
        width: 90%;
        text-align: center;
        margin-left: 5%;
        margin-right: 5%;
    }
}
@media only screen and (min-width: 1200px) {
    .main-footer .footer-menu {
        max-width: 100%;
    }
}
.main-footer .footer__details {
    margin-top: 18px;
}
.main-footer .socials {
    margin-bottom: 28px;
}
.main-footer .socials__link {
    font-size: 20px;
}

/* CONTACT US */

.error {
    color: #fff;
}
.error .align-container {
    height: 600px;
}
@media only screen and (min-width: 768px) {
    .error .align-container {
        height: 700px;
    }
}
@media only screen and (min-width: 992px) {
    .error .align-container {
        height: 800px;
    }
}
@media only screen and (min-width: 1200px) {
    .error .align-container {
        height: 900px;
    }
}
.error__title {
    font-size: 100px;
    font-weight: 900;
    line-height: 50px;
}
@media only screen and (min-width: 768px) {
    .error__title {
        font-size: 150px;
        line-height: 100px;
    }
}
@media only screen and (min-width: 992px) {
    .error__title {
        font-size: 200px;
        line-height: 150px;
    }
}
@media only screen and (min-width: 1200px) {
    .error__title {
        font-size: 250px;
        line-height: 200px;
    }
}
.error__subtitle {
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 10px 0;
}
.error__text {
    font-size: 18px;
}
.error .button {
    margin-top: 30px;
    padding-left: 70px;
    padding-right: 70px;
}
.form label.error {
    color: #e83333;
    font-size: 14px;
    position: absolute;
    top: -25px;
    left: 15px;
}
.form .alert {
    display: none;
    margin-top: 30px;
}
.form__title {
    font-size: 18px;
    margin-bottom: 20px;
}
.form__label {
    position: relative;
    margin: 0;
}
.form__radio-label {
    position: relative;
    cursor: pointer;
    padding-left: 25px;
    margin: 0;
}
.form__field {
    position: relative;
    width: 100%;
    padding: 15px 20px;
    border: 2px solid #e1e1e1;
    margin-bottom: 30px;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-transition: border 0.3s;
    -o-transition: border 0.3s;
    transition: border 0.3s;
}
.form__field:focus {
    border: 2px solid #fdd340;
}
.form__field:invalid {
    border: 2px solid #fd1717;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.form__field:disabled {
    background: 0 0;
    opacity: 0.5;
}
.form__message {
    min-height: 110px;
}
.form__submit {
    display: inline-block;
    border: 2px solid #fdd340;
    border-radius: 0;
    background: 0 0;
    font-weight: 700;
    padding: 16px 70px;
    -webkit-transition: background 0.3s;
    -o-transition: background 0.3s;
    transition: background 0.3s;
}
.form__submit:hover {
    background: #fdd340;
}
.form__rating-label {
    color: #fdd340;
    cursor: pointer;
}
.form__rating-label:not(:last-of-type) {
    margin-right: 3px;
}
.form__rating-input {
    position: absolute;
    opacity: 0;
    visibility: hidden;
}
.form__rating-input:checked ~ .form__rating-label {
    color: #d1d3d5;
}
.form__count {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    background: #f8f8f8;
    overflow: hidden;
}
.form__count .form__field {
    background: 0 0;
    border: none;
    width: 50px;
    padding: 0;
    text-align: center;
    color: #777;
}
.form__minus,
.form__plus {
    position: relative;
    cursor: pointer;
    width: 50px;
    height: 50px;
    -webkit-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.form__minus::before,
.form__plus::after,
.form__plus::before {
    content: "";
    display: block;
    height: 2px;
    width: 12px;
    background: #777;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: background 0.3s;
    -o-transition: background 0.3s;
    transition: background 0.3s;
}
.form__plus::after {
    width: 2px;
    height: 12px;
}
.form__minus:hover::before,
.form__plus:hover::after,
.form__plus:hover::before {
    background: #fdd340;
}
.form__count .form__submit {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 20px;
    background: #fdd340;
    border: none;
}
.form__count .form__submit .icon {
    font-size: 22px;
    margin-right: 10px;
}
.form__count .form__submit span {
    padding-top: 3px;
}
.form__count .form__submit:hover {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
    background: #393e42;
}
.form input[type="number"]::-webkit-inner-spin-button,
.form input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.form input[type="number"] {
    -moz-appearance: textfield;
}
.form__checkbox-mask {
    height: 16px;
    width: 16px;
    background: #e1e1e1;
    position: absolute;
    top: 6px;
    left: 0;
    -webkit-transition: background 0.3s;
    -o-transition: background 0.3s;
    transition: background 0.3s;
}
.form__checkbox-mask::before {
    height: 2px;
    width: 8px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    top: 7px;
    right: 3px;
}
.form__checkbox-mask::after {
    height: 2px;
    width: 5px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 8px;
    left: 3px;
}
.form__checkbox-mask::after,
.form__checkbox-mask::before {
    content: "";
    display: inline-block;
    position: absolute;
    background: #484334;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
}
.form__input-checkbox {
    position: absolute;
    top: 6px;
    left: 0;
    opacity: 0;
    z-index: -1;
    visibility: hidden;
}
.form__checkbox-label {
    position: relative;
    cursor: pointer;
    padding-left: 25px;
    margin: 0;
}
.form__input-checkbox:checked + .form__checkbox-mask {
    background: #fdd340;
}
.form__input-checkbox:checked + .form__checkbox-mask::after,
.form__input-checkbox:checked + .form__checkbox-mask::before {
    opacity: 1;
}
.form__radio-mask {
    height: 14px;
    width: 14px;
    border: 2px solid #999;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    -webkit-transition: background 0.3s;
    -o-transition: background 0.3s;
    transition: background 0.3s;
}
.form__radio-mask::after {
    content: "";
    display: block;
    height: 6px;
    width: 6px;
    background: #333;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) scale(0);
    -ms-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
    opacity: 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.form__input-radio {
    position: absolute;
    top: 6px;
    left: 0;
    opacity: 0;
    z-index: -1;
    visibility: hidden;
}
.form__input-radio:checked + .form__radio-mask::after {
    -webkit-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
}
.form__input-radio:checked + .form__radio-mask {
    border: 2px solid #fdd340;
}
.form__input-radio:checked:disabled + .form__radio-mask::after {
    -webkit-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
    background: #999;
}
.form__input-radio:disabled + .form__radio-mask {
    border: 2px solid #999;
    background: #e1e1e1;
}
.form__color-mask {
    position: absolute;
    top: 2px;
    left: 2px;
    border: 2px solid transparent;
    height: 34px;
    width: 34px;
    border-radius: 50%;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.form__color-mask::before {
    height: 2px;
    width: 16px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    top: 13px;
    right: 4px;
}
.form__color-mask::after {
    height: 2px;
    width: 6px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 16px;
    left: 8px;
}
.form__color-mask::after,
.form__color-mask::before {
    content: "";
    display: inline-block;
    position: absolute;
    background: #fff;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
}
.form__color-label {
    position: relative;
    cursor: pointer;
    height: 38px;
    width: 38px;
    background: #a3a3;
    border-radius: 50%;
    margin: 0;
}
.form__input-checkbox:checked + .form__color-mask {
    border: 2px solid #fff;
}
.form__input-checkbox:checked + .form__color-mask::after,
.form__input-checkbox:checked + .form__color-mask::before {
    opacity: 1;
}
.form .nice-select {
    color: #999;
    font-size: 16px;
    width: 100%;
    height: 58px;
    line-height: 56px;
    border-radius: 0;
    border: 2px solid #e1e1e1;
    padding: 0 20px;
    margin-bottom: 30px;
}
.form .nice-select:focus {
    border: 2px solid #fdd340;
}
.form .nice-select .list {
    width: 100%;
    margin-top: 15px;
    border: 2px solid #fdd340;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    height: 170px;
    width: 100%;
    overflow-y: scroll;
}
.form .nice-select::after {
    right: 20px;
    height: 7px;
    width: 7px;
}
.form .nice-select .option.focus,
.form .nice-select .option.selected.focus,
.form .nice-select .option:hover {
    background: #f9f7f6;
}
.account-form {
    padding: 32px 15px 35px 15px;
    background: #fff;
    -webkit-box-shadow: 0 3px 10px 5px rgba(0, 0, 0, 0.03);
    box-shadow: 0 3px 10px 5px rgba(0, 0, 0, 0.03);
    margin-bottom: 50px;
}
@media only screen and (min-width: 576px) {
    .account-form {
        padding: 42px 40px 45px 40px;
    }
}
.account-form .form__button {
    width: 100%;
    margin: 25px 0;
}
.account-form span {
    color: #999;
}
.account-form .form__link {
    color: #333;
    text-decoration: underline;
}
.account-form .form__link:hover {
    text-decoration: none;
}
.map-section {
    padding: 0;
    position: relative;
}
@media only screen and (min-width: 992px) {
    .map-section {
        padding: 120px 0;
    }
}
@media only screen and (min-width: 1200px) {
    .map-section {
        padding: 140px 0;
    }
}
#map {
    position: static;
    min-height: 300px;
    width: 100%;
    overflow: hidden; 
}
@media only screen and (min-width: 768px) {
    #map {
        position: absolute;
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
    }
}
.contacts-banner {
    position: relative;
    color: #555;
    font-size: 14px;
    background: #fff;
    -webkit-box-shadow: 0 3px 20px 10px rgba(0, 0, 0, 0.05);
    box-shadow: 0 3px 20px 10px rgba(0, 0, 0, 0.05);
    padding: 30px 20px;
    z-index: 2;
    margin-bottom: 70px;
}
@media only screen and (min-width: 576px) {
    .contacts-banner {
        padding: 50px;
    }
}
@media only screen and (min-width: 768px) {
    .contacts-banner {
        -webkit-box-shadow: 0 3px 20px 10px rgba(0, 0, 0, 0.2);
        box-shadow: 0 3px 20px 10px rgba(0, 0, 0, 0.2);
        margin: 50px 0;
    }
}
@media only screen and (min-width: 992px) {
    .contacts-banner {
        margin: 0;
    }
}
.contacts-banner p:not(:last-of-type) {
    margin-bottom: 10px;
}
.contacts-banner p:last-of-type {
    margin-bottom: 0;
}
.contacts-banner a {
    display: inline-block;
    color: inherit;
    -webkit-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s;
}
.contacts-banner a:not(:last-of-type) {
    margin-right: 8px;
}
.contacts-banner .icon {
    color: transparent;
    stroke: #fdd340;
    font-size: 16px;
    margin-right: 5px;
}


/* ABOUT US */
.vision-mission-wrapper p{   
    color: #555;
}
.section-staff .horizontal-tabs__header{
    overflow: auto;
}
@media(min-width:1024px){
    .section-staff .horizontal-tabs__header{
        justify-content: center;
    }
}
.team-item {
    margin-bottom: 50px;
}
.team-item__name {
    font-size: 18px;
    font-weight: 700;
    font-family: 'Quicksand', sans-serif;
    -webkit-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s;
}
.team-item__position {
    color: #777;
    margin: 13px 0;
}
.team-item__socials {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 0;
    margin: 0;
    list-style: none;
}
.team-item__socials li a {
    font-size: 18px;
    -webkit-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s;
}
.team-item__socials li a:hover {
    color: #fdd340;
}
.team-item__socials li:not(:last-of-type) {
    margin-right: 20px;
}
.team-item .link--facebook {
    color: #1c388c;
}
.team-item .link--twitter {
    color: #1c90f3;
}
.team-item .link--youtube {
    color: #e11717;
}
.team-item--style-1 .team-item__img {
    position: relative;
    overflow: hidden;
    margin-bottom: 23px;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    -webkit-transition: -webkit-filter 0.3s;
    transition: -webkit-filter 0.3s;
    -o-transition: filter 0.3s;
    transition: filter 0.3s;
    transition: filter 0.3s, -webkit-filter 0.3s;
}
.team-item--style-1 .team-item__img::before {
    content: "";
    display: block;
    padding-top: 100%;
}
.team-item--style-1:hover .team-item__img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}
.team-item--style-2 .team-item__img {
    position: relative;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.4);
    -webkit-transition: background 0.3s;
    -o-transition: background 0.3s;
    transition: background 0.3s;
}
.team-item--style-2 .team-item__img::before {
    content: "";
    display: block;
    padding-top: 120%;
}
.team-item--style-2 .team-item__description,
.team-item--style-2 .team-item__socials {
    position: absolute;
}
.team-item--style-2 .team-item__socials {
    background: #1d252b;
    top: 20px;
    left: 0;
    padding: 5px 20px;
    -webkit-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    transform: translateX(-100px);
    opacity: 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.team-item--style-2 .team-item__socials a {
    color: #fff;
}
.team-item--style-2 .team-item__socials .link--facebook:hover {
    color: #1c388c;
}
.team-item--style-2 .team-item__socials .link--twitter:hover {
    color: #1c90f3;
}
.team-item--style-2 .team-item__socials .link--youtube:hover {
    color: #e11717;
}
.team-item--style-2 .team-item__description {
    padding: 30px;
    bottom: 0;
    left: 0;
}
.team-item--style-2 .team-item__name {
    color: #fff;
}
.team-item--style-2 .team-item__position {
    color: #fff;
    opacity: 0.6;
    margin: 8px 0 0 0;
}
.team-item--style-2:hover .team-item__name {
    color: #fdd340;
}
.team-item--style-2:hover .team-item__img {
    background: rgba(0, 0, 0, 0.6);
}
.team-item--style-2:hover .team-item__socials {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}
.team-item--style-3 .team-item__img {
    position: relative;
    overflow: hidden;
    border-radius: 50%;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    margin-bottom: 20px;
    -webkit-transition: -webkit-filter 0.3s;
    transition: -webkit-filter 0.3s;
    -o-transition: filter 0.3s;
    transition: filter 0.3s;
    transition: filter 0.3s, -webkit-filter 0.3s;
}
@media only screen and (min-width: 992px) {
    .team-item--style-3 .team-item__img {
        margin-bottom: 0;
    }
}
.team-item--style-3 .team-item__img::before {
    content: "";
    display: block;
    padding-top: 100%;
}
.team-item--style-3 .team-item__position {
    margin-top: 0;
}
.team-item--style-3:hover .team-item__img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}
.team-item--style-3:hover .team-item__name {
    color: #fdd340;
}
.mission-list ol{
    color: #777;
    column-count: 2;
    column-fill: balance;
    column-gap: 35px;
    line-height: 1.5;
}

/* TABS */
.tabs .r-tabs-accordion-title {
    text-align: center;
}
.tabs p:last-of-type {
    margin-bottom: 0;
}
.tabs__title {
    margin: 40px 0 10px 0;
}
.tabs .fa {
    margin-right: 8px;
}
.horizontal-tabs .r-tabs-anchor,
.horizontal-tabs__header a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #c3c3c3;
    font-weight: 700;
    text-decoration: none;
    padding: 10px 20px;
}
.horizontal-tabs .r-tabs-state-active {
    background: #f3f4f5;
}
@media only screen and (min-width: 769px) {
    .horizontal-tabs .r-tabs-anchor {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        padding: 25px 20px;
    }
    .horizontal-tabs .tabs__header-custom .r-tabs-anchor {
        padding: 15px 15px;
        margin: 0 5px;
    }
}
.horizontal-tabs .r-tabs-state-active a,
.horizontal-tabs__header a:hover {
    color: #333;
}
.horizontal-tabs .r-tabs-panel {
    padding: 30px 15px;
}
@media only screen and (min-width: 769px) {
    .horizontal-tabs .r-tabs-panel {
        padding: 50px;
        background: #f3f4f5;
    }
    .tabs-customer .r-tabs-panel{
        background:transparent;
    }
}
.vertical-tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.vertical-tabs__header {
    width: 130px;
}
@media only screen and (min-width: 769px) {
    .vertical-tabs__content {
        width: calc(100% - 130px);
    }
}
.vertical-tabs .r-tabs-anchor,
.vertical-tabs__header a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #c3c3c3;
    font-weight: 700;
    text-decoration: none;
    padding: 10px 0;
    border-left: 3px solid transparent;
}
.vertical-tabs .r-tabs-state-active a {
    background: #f9f7f6;
}
@media only screen and (min-width: 769px) {
    .vertical-tabs .r-tabs-state-active a {
        background: 0 0;
    }
}
@media only screen and (min-width: 769px) {
    .vertical-tabs .r-tabs-anchor {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        padding: 0 0 0 15px;
    }
}
.vertical-tabs .vertical-tabs__header .r-tabs-state-active a,
.vertical-tabs__header a:hover {
    color: #333;
}
.vertical-tabs .r-tabs-tab {
    display: block;
    padding: 15px 0;
}
.vertical-tabs .r-tabs-state-active {
    background: #fff;
}
@media only screen and (min-width: 769px) {
    .vertical-tabs .r-tabs-state-active {
        background: #f3f4f5;
    }
}
.vertical-tabs .r-tabs-panel {
    padding: 30px 0;
}
@media only screen and (min-width: 769px) {
    .vertical-tabs .r-tabs-panel {
        padding: 50px;
    }
}
.horizontal-tabs .tabs__header-custom .r-tabs-state-active{
    background:transparent;
}
.horizontal-tabs .tabs__header-custom .r-tabs-state-active a{
    border-bottom: 3px solid #fdd340;
}

/* PAGINATION */
.pagination {
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    list-style: none;
}
.pagination__item {
    margin: 0 4px;
    border: 2px solid #ededed;
    height: 40px;
    min-width: 40px;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.pagination__item a{
    width: 100%;
    height: 100%;
    display: block;
}
@media only screen and (min-width: 768px) {
    .pagination__item {
        height: 50px;
        min-width: 50px;
    }
}
.pagination__item:nth-of-type(5),
.pagination__item:nth-of-type(6) {
    display: none;
}
@media only screen and (min-width: 768px) {
    .pagination__item:nth-of-type(5),
    .pagination__item:nth-of-type(6) {
        display: initial;
    }
}
.pagination__item--active,
.pagination__item:hover {
    background: #fdd340;
    border: 2px solid #fdd340;
}
.pagination__item--active {
    pointer-events: none;
}
.pagination__item--disabled {
    height: auto;
    min-width: auto;
    border: none;
    pointer-events: none;
    padding-bottom: 5px;
    margin: 0 11px;
}
@media only screen and (min-width: 768px) {
    .pagination__item--next,
    .pagination__item--prev {
        padding: 0 30px;
    }
}
.pagination__item--prev {
    margin-right: 15px;
    margin-left: 0;
}
.pagination__item--next {
    margin-left: 15px;
    margin-right: 0;
}
@media only screen and (min-width: 768px) {
    .pagination__item--prev {
        margin-right: 26px;
        margin-left: 0;
    }
    .pagination__item--next {
        margin-left: 26px;
        margin-right: 0;
    }
}
@media only screen and (min-width: 768px) {
    .pagination__item--prev i {
        margin-right: 10px;
    }
    .pagination__item--next i {
        margin-left: 10px;
    }
}
.pagination__item i,
.pagination__item span {
    display: inline-block;
    color: #333;
    font-size: 14px;
    line-height: 36px;
    font-weight: 700;
}
@media only screen and (min-width: 768px) {
    .pagination__item i,
    .pagination__item span {
        line-height: 46px;
    }
}
.pagination__item--next span,
.pagination__item--prev span {
    display: none;
}
@media only screen and (min-width: 768px) {
    .pagination__item--next span,
    .pagination__item--prev span {
        display: initial;
    }
}
.pagination--with-bg .pagination__item {
    background: #f3f4f5;
    border: 2px solid #f3f4f5;
}
.pagination--with-bg .pagination__item:hover {
    background: #fdd340;
    border: 2px solid #fdd340;
}
.pagination--with-bg .pagination__item--active {
    background: #fdd340;
    border: 2px solid #fdd340;
}
.pagination--rounded .pagination__item {
    border-radius: 50%;
}
.pagination--rounded .pagination__item:hover {
    background: #fdd340;
    border: 2px solid #fdd340;
}
.pagination--rounded .pagination__item--active {
    background: #fdd340;
    border: 2px solid #fdd340;
}
.pagination--rounded .pagination__item--next,
.pagination--rounded .pagination__item--prev {
    padding: 0;
}
.pagination--rounded .pagination__item--prev i {
    font-size: 18px;
    margin-right: 0;
}
.pagination--rounded .pagination__item--next i {
    font-size: 18px;
    margin-left: 0;
}


/* TOURS */
.tours-slider .slick-slide {
    margin: 0 3px;
}
.tours-slider .slick-list {
    margin: 0 -3px;
}
.tours-slider__item {
    position: relative;
}
.tours-slider__item::before {
    content: "";
    display: block;
    padding-top: 100%;
}
.tours-slider__name {
    position: absolute;
    color: #fff;
    left: 0;
    bottom: 0;
    margin-bottom: 0;
    width: 100%;
    padding: 30px 30px 23px 30px;
}
.tours-slider__dots {
    margin-top: 15px;
}
@media only screen and (min-width: 768px) {
    .tours-slider__dots {
        margin-top: 0;
    }
}

/* NEWS */

.blog-post__img {
    position: relative;
    overflow: hidden;
}
.blog-post__img::before {
    content: "";
    display: block;
    padding-top: 61.49425%;
}
.blog-post__description {
    color: #333;
    font-size: 14px;
    padding: 25px 0;
}
.blog-post__description span {
    display: inline-block;
}
.blog-post__date {
    font-weight: 700;
    margin-right: 30px;
}
.blog-post__top {
    margin-bottom: 15px;
}
.blog-post__title {
    margin: 50px 0 20px 0;
}
.blog-post__details {
    font-size: 14px;
    padding: 20px 25px;
    margin: 35px 0 45px 0;
    background: #fdd340;
}
@media only screen and (min-width: 992px) {
    .blog-post__details {
        margin: 50px 0 65px 0;
    }
}
.blog-post__tag {
    display: inline-block;
    color: #333;
    font-weight: 700;
    text-decoration: none;
    -webkit-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s;
}
.blog-post__tag:not(:last-of-type) {
    margin-right: 8px;
}
.blog-post__socials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    list-style: none;
    margin: 0;
    padding: 0;
    margin-top: 10px;
}
@media only screen and (min-width: 768px) {
    .blog-post__socials {
        margin-top: 0;
    }
}
@media only screen and (min-width: 992px) {
    .blog-post__socials {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
}
.blog-post__socials li:not(:last-of-type) {
    margin-right: 10px;
}
.blog-post__socials a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    color: #333;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 36px;
    width: 36px;
    border: 2px solid #333;
    text-decoration: none;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.blog-post__socials a:hover {
    background: #333;
    color: #fdd340;
}
.blog-post .comments {
    margin: 35px 0 55px 0;
}
@media only screen and (min-width: 768px) {
    .blog-post .comments {
        margin: 35px 0 75px 0;
    }
}
.blog-post__category-holder {
    background: #f9f7f6;
    padding: 45px 40px;
    margin-bottom: 40px;
    margin-top: 40px;
}
@media only screen and (min-width: 768px) {
    .blog-post__category-holder {
        margin-top: 0;
    }
}
@media only screen and (min-width: 992px) {
    .blog-post__category-holder {
        margin-bottom: 60px;
    }
}
.blog-post__category {
    padding: 0;
    margin: 0;
    list-style: none;
    font-weight: 700;
}
.blog-post__category li:not(:last-of-type) {
    margin-bottom: 17px;
}
.blog-post__category a {
    text-decoration: none;
    -webkit-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s;
}
.blog-post__category a:hover {
    color: orange;
}
.blog-post .recent-posts {
    margin-bottom: 40px;
}
@media only screen and (min-width: 992px) {
    .blog-post .recent-posts {
        margin-bottom: 63px;
    }
}
.blog-post .archive-list {
    margin-bottom: 40px;
}
@media only screen and (min-width: 992px) {
    .blog-post .acrhive-list {
        margin-bottom: 60px;
    }
}
.blog-post .text-filled {
    margin: 40px 0;
}
.blog-post .tags {
    margin: 10px 0 15px 0;
}
@media only screen and (min-width: 992px) {
    .blog-post .tags {
        margin: 0;
    }
}
.blog-post__author {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.blog-post__author-img {
    position: relative;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    margin-right: 15px;
    z-index: 0;
}
.blog-post__author-img {
    display: none;
}
@media only screen and (min-width: 768px) {
    .blog-post__author-img {
        display: block;
    }
}
.blog-post__author-name {
    width: calc(100% - 65px);
    font-weight: 700;
}
.blog-post__likes {
    margin-right: 20px;
}
.blog-post__comments-count,
.blog-post__likes {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 700;
}
.blog-post__comments-count .icon,
.blog-post__likes .icon {
    color: #988339;
    font-size: 14px;
    margin-right: 10px;
}
.blog-post .ordered-list,
.blog-post .unordered-list {
    margin: 30px 0;
}
.events-item {
    margin-bottom: 50px;
}
.events-item__img {
    position: relative;
    background: rgba(0, 0, 0, 0.2);
    margin-bottom: 24px;
}
.events-item__img::before {
    content: "";
    display: block;
    padding-top: 59.45946%;
}
.events-item__title {
    margin-bottom: 8px;
}
.events-item__date {
    background: #fdd340;
    position: absolute;
    top: 0;
    left: 20px;
    padding: 15px 20px;
}
.events-item__date span {
    display: block;
    font-weight: 700;
    text-transform: uppercase;
}
.events-item__date span:first-of-type {
    font-size: 30px;
    line-height: 30px;
}
.events-item__date span:nth-of-type(2) {
    font-size: 14px;
}
.events-item__link {
    color: #333;
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
}
.events-item__link:hover {
    color: #333;
    opacity: 0.75;
}
.events__pagination {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.events-item p{
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}


/* LOADER */
.loader-wrapper{
    position: fixed;
    top: 0;
    bottom: 0;
    height: 100vh;
    width: 100vw;
    z-index: 9;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.loader-wrapper .spinner-border{
    color: #fdd340;
    width: 100px;
    height: 100px;
    border-width: 0.5em;
}

.content-detail__img{
    max-width:80%;
}