/*Heroes*/
.uaanimals-modal__radio-group {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: #fff;
    margin-top: 20px !important;
}

.uaanimals-modal__radio {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-right: 50px;
}

.uaanimals-modal__input-wrap .uaanimals-modal__radio input {
    height: 25px;
    width: 25px;
    margin-right: 10px;
}

/*End Dss edits*/
.uaanimals-body {
    font-family: 'ZonaPro';
    background-color: #00151e;
    color: #FFFFFF;
    background-image: url("/wp-content/uploads/2024/04/bg-body.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top;
    padding-top: 100px;
}

.container-fluid {
    max-width: 1920px;
    width: 100%;
    padding: 0px 20px;
    margin: 0 auto;
}

.uaanimals-btn {
    height: 80px;
    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;
    text-align: center;
    color: white;
    font-size: 24px;
    font-weight: 800;
    line-height: 28px;
    padding: 25px 30px;
    border-radius: 5px;
    background-color: #cba035;
    -webkit-transition: linear .2s;
    -o-transition: linear .2s;
    transition: linear .2s;
    border: none;
}

.uaanimals-btn:hover {
    background-color: #dfb857;
}


/*start uaanimals-top=============*/
.uaanimals-top {
    overflow: hidden;
}

.uaanimals-top__inner {
    padding: 60px 0 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.uaanimals-top__left {
    margin: 0 15px 0 0;
    max-width: 890px;
    width: 100%;
}

.uaanimals-top__left h1 {
    font-size: 80px;
    font-weight: 600;
    line-height: 120%;
}

.uaanimals-top__right {
    margin: 0 -140px 0 0;
    max-width: 600px;
    width: 100%;
}

.uaanimals-top__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

/*end uaanimals-top=============*/
/*start uaanimals-img=============*/
.uaanimals-img {
    padding: 10px 0 65px;
}

.uaanimals-img__inner {
    width: 100%;
    height: auto;
}

.uaanimals-img__inner img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

/*end uaanimals-img=============*/
/*start uaanimals-friends=======*/
.uaanimals-friends__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 0 0 -20px;
}

.uaanimals-friends__item {
    padding: 20px;
    margin: 0 0 20px 20px;
    width: calc(20% - 20px);
    border-radius: 15px;
    background-color: #013575;
}

.uaanimals-friends h4 {
    margin: 0 0 30px 0;
    font-size: 24px;
    font-weight: 600;
    line-height: 120%;
}

.uaanimals-friends p {
    margin: 0 0 5px 0;
    font-size: 22px;
    font-weight: 600;
    line-height: 26px;
}

.uaanimals-friends span {
    margin: 0 0 20px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #a3a3a3;
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
}

.uaanimals-friends .uaanimals-btn {
    height: 45px;
    width: 100%;
    font-size: 18px;
}

/*end uaanimals-friends=======*/
/*start uaanimals-about============*/
.uaanimals-about {
    padding: 65px 0 40px;
    overflow: hidden;
}

.uaanimals-about__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.uaanimals-about__left {
    max-width: 705px;
    width: 100%;
    margin: 0 15px 0 0;
}

.uaanimals-about h3 {
    margin: 0 0 20px 0;
    font-size: 65px;
    font-weight: 600;
    line-height: 120%;
}

.uaanimals-about p {
    margin: 0 0 30px 0;
    font-size: 20px;
    font-weight: 400;
    line-height: 150%;
}

.uaanimals-about__right {
    margin: 0 -80px 0 0;
    max-width: 780px;
    width: 100%;
}

.uaanimals-about__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

/*end uaanimals-about============*/
/*start uaanimals-slider============*/
.uaanimals-slider {
    padding: 55px 0 125px;
    background-image: url("/wp-content/uploads/2024/04/uaanimals-sliderbg.png");
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: bottom;
}

.uaanimals-slider__inner {
    position: relative;
}

.uaanimals-slider__slider {
    overflow: hidden;
    height: 400px;
}

.uaanimals-slider__slider .swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.uaanimals-slider__slider .swiper-slide {
    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-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 20px;
    height: 200px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-transition: linear .2s;
    -o-transition: linear .2s;
    transition: linear .2s;
    border-radius: 20px;
}

.uaanimals-slider__slider .swiper-slide span {
    padding: 10px 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;
    font-size: 24px;
    font-weight: 800;
    line-height: 90%;
    text-align: center;
    height: 45px;
    border-radius: 10px;
    background-color: #013575;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -webkit-transition: linear .2s;
    -o-transition: linear .2s;
    transition: linear .2s;
}

.uaanimals-slider__slider .swiper-slide-active {
    width: 38% !important;
    height: 400px;
}

.uaanimals-slider__slider .swiper-slide-active span {
    font-size: 32px;
    height: 55px;
}

.uaanimals-slider__content {
    position: absolute;
    right: 0;
    top: 0;
    width: 60%;
}

.uaanimals-slider__content h3 {
    margin: 0 0 20px 0;
    font-size: 65px;
    font-weight: 600;
    line-height: 120%;
}

.uaanimals-slider__content p {
    margin: 0 0 15px 0;
    font-size: 20px;
    font-weight: 400;
    line-height: 150%;
}

/*end uaanimals-slider============*/
/*start uaanimals-modal=====*/
.uaanimals-modal {
    display: none;
    padding: 30px 50px 50px 50px;
    max-width: 700px;
    width: 100%;
    border-radius: 15px;
    background-color: #013575;
}

.uaanimals-modal h4 {
    padding: 0 100px 0 0;
    margin: 0 0 10px 0;
    font-size: 32px;
    font-weight: 600;
    line-height: 120%;
    color: #fff;
}

.uaanimals-modal__inner > span {
    margin: 0 0 25px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #a3a3a3;
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
}

.uaanimals-modal__input-wrap {
    width: 100%;
    margin: 0 0 10px 0;
}

.uaanimals-modal__input-wrap input {
    height: 55px;
    width: 100%;
    border: none;
    padding: 15px 20px;
    border-radius: 10px;
    background-color: #f4f4f4;
}

.uaanimals-modal__input-wrap input::-webkit-input-placeholder {
    color: #00151e;
}

.uaanimals-modal__input-wrap input::-moz-placeholder {
    color: #00151e;
}

.uaanimals-modal__input-wrap input:-ms-input-placeholder {
    color: #00151e;
}

.uaanimals-modal__input-wrap input::-ms-input-placeholder {
    color: #00151e;
}

.uaanimals-modal__input-wrap input::placeholder {
    color: #00151e;
}

.uaanimals-modal .uaanimals-btn {
    margin: 30px 0 0 0;
    width: 100%;
}

.uaanimals-modal .fancybox-close-small {
    top: 35px;
    right: 35px;
    opacity: 1;
    width: 65px;
    height: 65px;
    background-image: url("/wp-content/uploads/2024/04/close-mod.png");
}

.uaanimals-modal .fancybox-close-small svg {
    display: none;
}

.account-addLogo {
    padding: 15px 20px;
    height: 55px;
    width: 100%;
    border: none;
    border-radius: 10px;
    background-color: #f4f4f4;
    cursor: pointer;
}

.account-addLogo input[type="file"] {
    display: none;
}

.account-addLogo__wrap {
    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;
    cursor: pointer;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.account-addLogo__sup {
    color: #00151e;
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
}

/*end uaanimals-modal=====*/
/*start map=============*/
.map {
    padding: 165px 0 0 0;
    height: 1220px;
    overflow: hidden;
    position: relative;
}

.map::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 350px;
    width: 100%;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(1.659%, rgba(0, 21, 30, 0)), color-stop(72.976%, #00151e));
    background: -o-linear-gradient(bottom, rgba(0, 21, 30, 0) 1.659%, #00151e 72.976%);
    background: linear-gradient(0deg, rgba(0, 21, 30, 0) 1.659%, #00151e 72.976%);
}

.map h3 {
    position: relative;
    z-index: 2;
    padding: 0 20px;
    font-size: 90px;
    font-weight: 600;
    line-height: 120%;
    text-align: center;
}

.map__inner {
    width: 1920px;
    margin: 0 auto;
    height: 1220px;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 1;
}

.map__bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.map__box {
    width: 900px;
    height: 600px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.map__item-one {
    position: absolute;
    top: 30px;
    right: 10px;
    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;
    width: 224px;
    height: 224px;
    font-size: 36px;
    font-weight: 600;
    line-height: 120%;
    text-align: center;
    background-image: url("/wp-content/uploads/2024/04/map-1.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.map__item-two {
    position: absolute;
    bottom: 80px;
    left: 27px;
    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;
    width: 250px;
    height: 210px;
    font-size: 32px;
    font-weight: 600;
    line-height: 120%;
    text-align: center;
    background-image: url("/wp-content/uploads/2024/04/map-2.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.map__item-three {
    position: absolute;
    bottom: -30px;
    right: -235px;
    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;
    width: 495px;
    height: 255px;
    font-size: 45px;
    font-weight: 600;
    line-height: 120%;
    text-align: center;
    background-image: url("/wp-content/uploads/2024/04/map-3.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-transition: linear .2s;
    -o-transition: linear .2s;
    transition: linear .2s;
    -webkit-transform: rotate(20deg);
    -ms-transform: rotate(20deg);
    transform: rotate(20deg);
}

.map__item-three:hover {
    opacity: .8;
}

.map__item-content {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 350px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 64px;
    font-weight: 600;
    line-height: 120%;
    text-align: center;
}

/*end map=============*/
@media (max-width: 1600px) {
    .uaanimals-friends .uaanimals-btn {
        font-size: 16px;
        padding: 25px 10px;
    }
    .uaanimals-friends h4 {
        font-size: 21px;
    }
    .uaanimals-top__left h1,
    .map h3 {
        font-size: 70px;
    }
    .uaanimals-top__right {
        margin: 0;
        max-width: 450px;
    }
    .uaanimals-about h3,
    .uaanimals-slider__content h3 {
        font-size: 45px;
    }
    .uaanimals-about p,
    .uaanimals-slider__content p {
        margin: 0 0 20px 0;
        font-size: 16px;
    }
}

@media (max-width: 1400px) {
    .uaanimals-friends__item {
        width: calc(33.33333% - 20px);
    }
    .map__box {
        -webkit-transform: translate(-50%, -50%) scale(0.8);
        -ms-transform: translate(-50%, -50%) scale(0.8);
        transform: translate(-50%, -50%) scale(0.8);
    }
}

@media (max-width: 1200px) {
    .container {
        max-width: 960px;
    }
    .map {
        padding: 100px 0 0 0;
    }
    .uaanimals-top__left h1,
    .map h3 {
        font-size: 45px;
    }
    .map::after {
        height: 250px;
    }
    .map,
    .map__inner {
        height: 1000px;
    }
    .map__inner {
        width: 1800px;
    }
}

@media (max-width: 992px) {
    .container {
        max-width: 720px;
    }
    .uaanimals-top__right {
        max-width: 250px;
    }
    .uaanimals-slider__slider .swiper-slide span {
        font-size: 18px;
        height: 35px;
    }
    .uaanimals-slider__content {
        width: 58%;
    }
    .uaanimals-friends__item {
        padding: 15px;
        width: calc(50% - 20px);
    }
    .uaanimals-friends h4 {
        margin: 0 0 20px 0;
        font-size: 20px;
    }
    .uaanimals-friends p {
        font-size: 18px;
    }
    .uaanimals-friends .uaanimals-btn {
        padding: 5px 15px;
        height: 40px;
        font-size: 18px;
    }
    .map {
        padding: 50px 0 0 0;
    }
    .map,
    .map__inner {
        height: 850px;
    }
    .map__inner {
        width: 1500px;
    }
    .map__box {
        -webkit-transform: translate(-50%, -50%) scale(0.5);
        -ms-transform: translate(-50%, -50%) scale(0.5);
        transform: translate(-50%, -50%) scale(0.5);
    }
}

@media (max-width: 768px) {
    .container {
        max-width: 540px;
    }
    .uaanimals-top__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        text-align: center;
    }
    .uaanimals-top__right {
        margin: 0 0 30px 0;
    }
    .uaanimals-top__left h1,
    .map h3,
    .uaanimals-about h3,
    .uaanimals-slider__content h3 {
        font-size: 24px;
    }
    .uaanimals-friends__item {
        width: calc(100% - 20px);
    }
    .uaanimals-about__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .uaanimals-friends h4 {
        margin: 0 0 15px 0;
        font-size: 18px;
    }
    .uaanimals-friends p {
        font-size: 16px;
    }
    .uaanimals-about__right {
        margin: 0;
    }
    .uaanimals-slider__slider {
        height: 300px;
    }
    .uaanimals-slider__slider .swiper-slide-active {
        width: 75% !important;
        height: 300px;
    }
    .uaanimals-slider__content {
        position: static;
        width: 100%;
        margin: 0 0 30px 0;
    }
    .uaanimals-slider__inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
    .uaanimals-about__left {
        margin: 0;
    }
    .map__box {
        -webkit-transform: translate(-50%, -50%) scale(0.4);
        -ms-transform: translate(-50%, -50%) scale(0.4);
        transform: translate(-50%, -50%) scale(0.4);
    }
    .map,
    .map__inner {
        height: 500px;
    }
    .map__inner {
        width: 800px;
    }
}

@media (max-width: 576px) {
    .map__box {
        left: 46%;
        -webkit-transform: translate(-50%, -50%) scale(0.3);
        -ms-transform: translate(-50%, -50%) scale(0.3);
        transform: translate(-50%, -50%) scale(0.3);
    }
    .uaanimals-modal h4 {
        font-size: 18px;
    }
    .uaanimals-modal {
        padding: 30px 30px 50px 30px;
    }
    .uaanimals-btn {
        font-size: 21px;
    }
}








/*Dosstabi edits*/
.header {
    position: fixed;
    width: 100%;
    z-index: 99999999999;
}

.header ul,
.header li {
    list-style: none;
    margin: 0;
    padding: 0;
}
body.lock {
  overflow: hidden;
}

.wpml-ls-legacy-list-horizontal {
    padding: 0;
}

.header .wpml-ls-statics-shortcode_actions .wpml-ls-first-item a {
    padding-left: 0;
}

.wpml-ls-legacy-list-horizontal .wpml-ls-item-de {
    display: none;
}

.header__mob-btn {
	display: none;
}


/*End edits*/
.soc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.soc__item {
    margin: 0 5px 0 0;
    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;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-color: rgba(34, 58, 114, 0.5);
}

@font-face {
    font-family: 'ZonaPro';
    src: local("ZonaPro-Regular"), local("ZonaPro-Regular"), url("/wp-content/themes/uanimals/fonts/ZonaPro-Regular.woff2") format("woff2"), url("/wp-content/themes/uanimals/fonts/ZonaPro-Regular.woff") format("woff");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'ZonaPro';
    src: local("ZonaPro-SemiBold"), local("ZonaPro-SemiBold"), url("/wp-content/themes/uanimals/fonts/ZonaPro-SemiBold.woff2") format("woff2"), url("/wp-content/themes/uanimals/fonts/ZonaPro-SemiBold.woff") format("woff");
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'ZonaPro';
    src: local("ZonaPro-ExtraBold"), local("ZonaPro-ExtraBold"), url("/wp-content/themes/uanimals/fonts/ZonaPro-ExtraBold.woff2") format("woff2"), url("/wp-content/themes/uanimals/fonts/ZonaPro-ExtraBold.woff") format("woff");
    font-weight: 800;
    font-style: normal;
}

.header__btns .btn {
    padding: 13px 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 10px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: 45px;
    color: #FFF;
    font-size: 14px;
    font-weight: 800;
    line-height: 120%;
    cursor: pointer;
    outline: none;
    border: none;
    -webkit-transition: linear .2s;
    -o-transition: linear .2s;
    transition: linear .2s;
}

.header__btns .btn img,
.header__btns .btn svg {
    margin: 0 0 0 30px;
}

.header__btns .btn--blue {
    color: #FFF;
    background-color: #003575;
}

.header__btns .btn--blue:hover {
    color: #FFF;
    background-color: #003575;
}

.header__btns .btn--yellow {
    color: #1F140F;
    background-color: #FFC301;
}

/*start header================*/
.header .wpml-ls-statics-shortcode_actions ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 0 -10px;
}

.header .wpml-ls-statics-shortcode_actions li:nth-child(2) {
    border-left: 1px solid rgba(255, 255, 255, 0.3);
    border-right: 1px solid rgba(255, 255, 255, 0.3);
}

.header .wpml-ls-statics-shortcode_actions a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 10px;
    color: rgba(255, 255, 255, 0.5);
    font-family: ZonaPro;
    font-size: 14px;
    font-weight: 800;
}

.header .wpml-ls-current-language a {
    color: #FFF !important;
    font-weight: 600 !important;
}

.header__top {
    height: 60px;
    padding: 8px 0;
    background-color: #000;
    position: relative;
}

.header__top .soc {
    margin: 0 0 0 30px;
}

.header__top-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header__btns {
    margin: 0 0 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.header__btns .btn--yellow {
    margin: 0 0 0 20px;
}

.header__bottom {
    background-color: #00151E;
    -webkit-box-shadow: 0px 2px 20px 0px rgba(123, 200, 231, 0.3);
    box-shadow: 0px 2px 20px 0px rgba(123, 200, 231, 0.3);
}

.header__bottom .header__btns--mob {
    display: none;
}

.header__bottom nav {
    margin: 0 0 0 auto;
}

.header__bottom nav > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header__bottom nav > ul li span,
.header__bottom nav > ul li a {
    color: #FFF;
    font-size: 14px;
    font-weight: 400;
    line-height: 120%;
}

.header__bottom nav > ul li span {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 26px 17px 26px 0;
    cursor: pointer;
}

.header__bottom nav > ul li span::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 9px;
    height: 5.5px;
    background-image: url("../images/dest/icons/arrow.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    -webkit-transition: linear .2s;
    -o-transition: linear .2s;
    transition: linear .2s;
}

.header__bottom nav > ul li span::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 4px;
    width: 100%;
    background-color: #FFC301;
    opacity: 0;
    -webkit-transition: linear .2s;
    -o-transition: linear .2s;
    transition: linear .2s;
}

.header__bottom nav > ul li + li {
    margin: 0 0 0 40px;
}

.header__item-child .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    left: 0;
    right: 0;
    top: 130px;
    z-index: 999;
    background-color: #00151E;
}

.header__bottom-inner {
    height: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header__logo {
    max-width: 210px;
    width: 100%;
    margin: 0 30px 0 0;
}

.header__logo img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

/*start header================*/
/*start menu===============*/
.menu {
    padding: 50px 0 70px;
	background: -webkit-gradient(linear, left bottom, left top, color-stop(71%, rgba(123, 200, 231, 0)), color-stop(154%, #7bc8e7));
  background: -o-linear-gradient(bottom, rgba(123, 200, 231, 0) 71%, #7bc8e7 154%);
  background: linear-gradient(0deg, rgba(123, 200, 231, 0) 71%, #7bc8e7 154%);
  background-size: 100% 55px;
  background-repeat: no-repeat;
  background-position: top;
}

.menu__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.menu__left {
    margin: 0 35px 0 0;
    width: 100%;
}

.menu__left ul {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
}

.menu__left li + li {
    margin: 15px 0 0 0 !important;
}

.menu__left a {
    color: #FFF;
    font-size: 14px;
    font-weight: 400;
    line-height: 120%;
}

.menu__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
}

.menu__right-item h6 {
    color: #FFF;
    font-size: 16px;
    font-weight: 800;
    line-height: 120%;
}

.menu h5 {
    color: #FFC301;
    font-size: 16px;
    font-weight: 800;
    line-height: 120%;
}

.menu__right-img {
    margin: 0 0 15px 0;
    border-radius: 15px;
    overflow: hidden;
    height: 175px;
}

.menu__right-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.menu--one .menu__left {
    max-width: 535px;
}

.menu--one .menu__left ul {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
}

.menu--one .menu__right {
    margin: 0 0 0 -23px;
    max-width: 630px;
}

.menu--one .menu__right-item {
    margin: 0 0 0 23px;
    width: calc(50% - 23px);
}

.menu--two .menu__left {
    max-width: 200px;
}

.menu--two .menu__right {
    max-width: 945px;
}

.menu--two .menu__right-item {
    margin: 0 0 0 23px;
    width: calc(33.33333% - 23px);
}

.menu--three .menu__left {
    max-width: 500px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.menu--three .menu__left ul:first-child {
    margin: 0;
    width: 50%;
}

.menu--three .menu__right {
    margin: 0 0 0 -23px;
    max-width: 630px;
}

.menu--three .menu__right-item {
    margin: 0 0 0 23px;
    width: calc(50% - 23px);
}

.menu--five .menu__left {
    max-width: 230px;
}

.menu--five .menu__right {
    margin: 0 0 0 -23px;
    max-width: 935px;
}

.menu--five .menu__right-item {
    margin: 0 0 0 15px;
    width: calc(25% - 15px);
}

/*end menu===============*/
@media (min-width: 992px) {
    .menu {
        visibility: hidden;
        opacity: 0;
        -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        transform: translateY(-10px);
        -webkit-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
    }
    .header__item-child:hover .menu {
        visibility: visible;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
	
	.header__item-child:hover span::after {
		-webkit-transform: rotate(180deg) !important;
		-ms-transform: rotate(180deg) !important;
		transform: rotate(180deg) !important;
	}

	.header__item-child:hover span::before {
		opacity: 1 !important;
	}
}

@media (max-width: 1200px) {
    .header__logo {
        max-width: 160px;
    }
    .header__bottom nav > ul li + li {
        margin: 0 0 0 20px;
    }
    .header__bottom nav > ul li span {
        font-size: 12px;
    }
}

@media (max-width: 992px) {
	.menu__right-item {
		display: none;
	}
	.menu__right-item:nth-child(1),
	.menu__right-item:nth-child(2) {
		display: block;
	}
	.header__bottom nav > ul > li > span.active::after {
		-webkit-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		transform: rotate(180deg);
	}
	.header__bottom nav > ul > li > span.active::before {
		opacity: 1;
	}
    .header__btns {
        display: none;
    }
    .header__top .soc {
        margin: 0 0 0 auto;
    }
    .soc__item {
        width: 20px;
        height: 20px;
    }
    .soc__item img {
        width: 12px;
        height: 12px;
    }
    .header__mob-btn {
        margin: 0 0 0 auto;
        padding: 0;
        display: block;
        width: 30px;
        height: 20px;
        position: relative;
        background-color: transparent;
        cursor: pointer;
        outline: none;
        border: none;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }.header__mob-btn {
    margin: 0 0 0 auto;
    padding: 0;
    display: block;
    width: 50px;
    height: 20px;
    position: relative;
    background-color: transparent;
    cursor: pointer;
    outline: none;
    border: none;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    color: #fff;
    font-size: 12px;
    line-height: 120%;
    text-align: right;
  }
  .header__mob-btn::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #fff;
    -webkit-transition: linear .2s;
    -o-transition: linear .2s;
    transition: linear .2s;
  }
  .header__mob-btn::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #fff;
    -webkit-transition: linear .2s;
    -o-transition: linear .2s;
    transition: linear .2s;
  }
  .header__mob-btn.active {
    font-size: 0;
    width: 25px !important;
  }
  .header__mob-btn.active::before {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    top: 9px;
  }
  .header__mob-btn.active::after {
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
    bottom: 9px;
  }
    .header__mob-btn.active span {
        opacity: 0;
    }
    .header__mob-btn.active::before {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        top: 9px;
    }
    .header__mob-btn.active::after {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        bottom: 9px;
    }
    .header__bottom nav {
        margin: 0;
        position: fixed;
        top: 50px;
        right: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        z-index: 9999;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding-top: 15px;
        padding-bottom: 5px;
        padding-left: calc((100vw - 720px) / 2);
        padding-right: calc((100vw - 720px) / 2);
        -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;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
        transform: translateX(100%);
        -webkit-transition: -webkit-transform .3s;
        transition: -webkit-transform .3s;
        -o-transition: transform .3s;
        transition: transform .3s;
        transition: transform .3s, -webkit-transform .3s;
        overflow: auto;
        background-color: #00151E;
    }
    .header__bottom nav > ul {
        height: calc(100vh - 60px);
        overflow-y: auto;
    }
    .header__bottom nav > ul {
        -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;
    }
    .header__bottom nav.open {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
    .menu {
        padding: 7px 0 5px;
        position: static !important;
        display: none !important;
		background: none;
    }
    .menu.open {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .header__bottom nav > ul li + li {
        margin: 6px 0 0 0 !important;
    }
    .header__bottom nav > ul {
        width: 100%;
    }
    .header__bottom nav > ul > li > span,
    .header__bottom nav > ul > li > a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100% !important;
        font-size: 16px;
        padding: 10px 20px 10px 20px;
    }
    .header__bottom nav > ul li a {
        font-size: 16px;
    }
    .header__bottom nav .menu__left > ul li a {
        font-size: 12px;
    }
    .menu h5 {
        font-size: 12px;
    }
    .header__bottom nav > ul li span::before {
        height: 1px;
        left: 20px;
        right: 20px;
        width: calc(100% - 40px);
    }
    .header__bottom nav > ul li span::after {
        right: 20px;
    }
    .header__bottom nav > ul > li {
        width: 100%;
    }
    .menu__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .menu__left {
        max-width: 100% !important;
        margin: 0 0 20px 0 !important;
    }
    .menu__right {
        margin: 0 0 0 -15px !important;
        width: 100%;
    }
    .menu__right-item {
        margin: 0 0 20px 15px !important;
        width: calc(50% - 15px) !important;
    }
    .header__item-child:hover span {
        font-weight: 800;
        font-size: 16px;
    }
    .menu__right-item h6 {
        font-size: 12px;
        font-weight: 400;
    }
    .header__bottom .header__btns--mob {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        padding-left: calc((100vw - 720px) / 2);
        padding-right: calc((100vw - 720px) / 2);
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin: auto 0 0 0;
		height: 125px;

    }
    .header__bottom .header__btns--mob .btn {
        width: 100%;
        justify-content: space-between;
    }
    .header__bottom .header__btns--mob .btn--yellow {
        margin: 15px 0 0 0;
    }
}

@media (max-width: 768px) {
    .header__bottom nav,
    .header__bottom .header__btns--mob {
        padding-left: calc((100vw - 540px) / 2) !important;
        padding-right: calc((100vw - 540px) / 2) !important;
    }
    .header__bottom .header__btns--mob {
        padding: 10px 20px !important;
		height: 125px;
    }
    .menu__right-img {
        height: 95px;
    }
    .header__top {
        height: 45px;
        padding: 12px 0;
    }
    .header__bottom-inner {
        height: 50px;
    }
    .header__bottom nav {
        top: 50px;
    }
    .header__logo {
        max-width: 130px;
    }
    .header .wpml-ls-statics-shortcode_actions a {
        font-size: 12px;
    }
    .container {
        padding-left: 20px;
        padding-right: 20px;
    }
}
