.aboutus {
    margin: 60px 0;
}

.aboutus .swiper-button-next {
    background-image: url("./images/icons/double-arrow-left.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    padding: 30px;
    right: 0px;
    top: 250px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.aboutus .swiper-button-next.swiper-button-disabled {
    background-image: url("./images/icons/arrow-right.svg");
    opacity: 1 !important;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

.aboutus .swiper-button-prev {
    background-image: url("./images/icons/double-arrow-left.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    left: -50px;
    padding: 30px;
    top: 250px;
}

.aboutus .swiper-button-prev.swiper-button-disabled {
    background-image: url("./images/icons/arrow-right.svg");
    opacity: 1 !important;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.aboutus .swiper-button-prev:after,
.aboutus .swiper-button-next:after {
    display: none;
}

.aboutus .swiper-slide {
    width: 45%;
}

.aboutus .swiper-slide:nth-child(even) .person__avatar {
    -webkit-box-shadow: 0px 0px 35px 4px rgba(254, 138, 4, 0.44);
    box-shadow: 0px 0px 35px 4px rgba(254, 138, 4, 0.44);
    moz-box-shadow: 0px 0px 35px 4px rgba(254, 138, 4, 0.44);
    webkit-box-shadow: 0px 0px 35px 4px rgba(254, 138, 4, 0.44);
}

.aboutus .swiper-slide:nth-child(odd) .person__avatar {
    -webkit-box-shadow: 0px 0px 35px 4px rgba(60, 188, 147, 0.44);
    box-shadow: 0px 0px 35px 4px rgba(60, 188, 147, 0.44);
    moz-box-shadow: 0px 0px 35px 4px rgba(60, 188, 147, 0.44);
    webkit-box-shadow: 0px 0px 35px 4px rgba(60, 188, 147, 0.44);
}

.aboutus .swiper-wrapper {
    padding-left: 50px;
    padding-right: 40px;
    padding-top: 40px;
}

.abs-center {
    bottom: 0;
    left: 0;
    margin: auto;
    position: fixed;
    right: 0;
    top: 0;
}

.audio {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.audio .button {
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 20px;
    border: 0;
    display: inline-block;
    height: 20px;
    margin-right: 20px;
    min-width: auto;
    outline: none;
    padding-left: 0;
    padding-right: 0;
    width: 20px;
    cursor: pointer;
}

.audio .button:hover {
    background-color: transparent;
}

.audio .button_next {
    background-image: url("./images/icons/player-arrow.svg");
    background-position: right center;
}

.audio .button_play {
    background-image: url("./images/icons/play.svg");
}

.audio .button_play.active {
    background-image: url("./images/icons/pause.svg");
}

.audio .button_prev {
    background-image: url("./images/icons/player-arrow.svg");
    background-position: left center;
    margin-right: 0;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.audio .button_sound {
    background-image: url("./images/icons/sound-ok.svg");
}

.audio .time {
    font-size: 12px;
    width: 30px;
}

.audio__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.audio__default {
    display: none;
}

.banner {
    padding: 72px 0 20px;
}

.banner__text {
    color: #ffffff;
    font-size: 20px;
    margin-bottom: 30px;
}

.banner__title {
    color: #ffffff;
    font-size: 72px;
    margin-bottom: 50px;
}

.blue-text {
    color: #39d7db;
}

.body {
    background: #020111 url("./images/background.jpg") center center no-repeat;
    background-size: cover;
    color: #959595;
    font-family: 'Gotham Pro', sans-serif;
    margin: 0;
}

.button {
    background-color: transparent;
    border: 1px solid #39d7db;
    color: #39d7db;
    display: inline-block;
    font-size: 18px;
    line-height: 30px;
    min-width: 140px;
    padding: 8px;
    text-align: center;
    text-decoration: none;
    -webkit-transition: color, background .4s;
    -o-transition: color, background .4s;
    transition: color, background .4s;
}

.button:hover {
    background-color: #39d7db;
    color: black;
    -webkit-transition: color, background-color .4s;
    -o-transition: color, background-color .4s;
    transition: color, background-color .4s;
}

.button:link {
    text-decoration: none !important;
}

.button_sound.active {
    background-image: url("./images/icons/sound-muted.svg");
}

.footer__icons {
    padding: 50px 0;
}

.gradient {
    display: inline-block;
    font-size: 62px;
    font-weight: bold;
    background: -webkit-linear-gradient(#39d7db, #5174f3);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.header {
    padding: 32px 0;
}

.header__icons {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    justify-content: right;
}

.header__icons .icon_home {
    margin-left: 30px;
    transform: scale(1.2);
    opacity: 1;
}

.icon {
    background-color: #FFFFFF;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 50%;
    border-radius: 100%;
    display: block;
    height: 28px;
    opacity: 0.2;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    width: 28px;
}

.icon:hover {
    background-color: #FFFFFF;
    opacity: 1;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

.icon_at {
    background-image: url('./images/icons/at_sign.svg');
}

.icon_facebook {
    background-image: url('./images/icons/facebook.svg');
}

.icon_home {
    background-color: #2CD7DC;
    background-image: url('./images/icons/home.svg');
}

.icon_instagram {
    background-image: url('./images/icons/instagram.svg');
}

.icon_telegram {
    background-image: url('./images/icons/telegram.svg');
}

.icon_tiktok {
    background-image: url('./images/icons/tiktok.svg');
}

.icon_vk {
    background-image: url('./images/icons/vk.svg');
}

.icon_whatsapp {
    background-image: url('./images/icons/whatsapp.svg');
}

.icon_youtube {
    background-image: url('./images/icons/youtube.svg');
}

.icons__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.icons__wrapper .icon {
    margin-right: 15px;
}

.invalid {
    border-bottom: 4px solid red;
}

.list {
    padding: 20px;
}

.list__item {
    font-size: 15px;
    line-height: 17px;
    margin-bottom: 20px;
}

.list__item:last-child {
    margin-bottom: 0;
}

.logo {
    max-height: 61px;
    max-width: 185px;
}

.mfp-close-btn-in .mfp-close {
    color: #ffffff;
    font-size: 40px;
    padding: 5px 10px 10px;
}

.mfp-close-btn-in .mfp-close:hover {
    color: #2CD7DC;
}

.music__accent {
    font-size: 21px;
    font-weight: bold;
}

.music__item {
    margin-bottom: 60px;
}

.music__list {
    list-style-type: none;
    padding: 0;
}

.music__title {
    color: white;
    font-size: 16px;
}

.music__title.active .music__accent {
    color: #28CED3;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.nice-select {
    background-color: #101218;
    border-color: #2ACCD1;
    border-radius: 0;
    color: white;
    font-size: 19px;
    height: auto;
    line-height: 30px;
    margin: 10px 0 10px 0;
    padding: 10px 10px 13px;
}

.nice-select .list {
    background-color: #0A0E1C;
    border-radius: 0;
    margin-left: -1px;
    margin-right: -1px;
    margin-top: 0;
    padding-bottom: 10px;
    width: calc(100% + 2px);
}

.nice-select .option {
    color: white;
    font-weight: 400;
    line-height: 30px;
    min-height: 30px;
}

.nice-select .option.focus, .nice-select .option.selected.focus, .nice-select .option:hover {
    background-color: #2ACCD1;
    color: white;
}

.order {
    background-color: #151821;
    margin: 0 auto;
    max-height: 90vh;
    max-width: 750px;
    min-width: 310px;
    overflow: auto;
    padding: 80px;
    position: relative;
}

.order .input {
    background-color: #101218;
    border-color: #2ACCD1;
    color: white;
    font-size: 19px;
    line-height: 30px;
    margin: 10px 0 10px 0;
    padding: 10px 10px 13px;
}

.order .input::-webkit-input-placeholder {
    color: white;
}

.order .input::-moz-placeholder {
    color: white;
}

.order .input:-ms-input-placeholder {
    color: white;
}

.order .input::-ms-input-placeholder {
    color: white;
}

.order .input::placeholder {
    color: white;
}

.order__button {
    margin-top: 30px;
}

.order__form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.order__info {
    color: #39d7db;
    font-size: 18px;
    margin-bottom: 40px;
}

.order__label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.order__title {
    color: white;
    font-size: 28px;
}

.packages {
    padding: 100px;
}

.packages .swiper-wrapper {
    /*justify-content: space-between;*/
    /*justify-content: center;*/
    /*justify-content: space-evenly;*/
}

.pause {
}

.person {
    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: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.person__avatar {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 100%;
    height: 80px;
    margin-bottom: 35px;
    position: relative;
    width: 80px;
    z-index: 2;
}

.person__icons {
    margin-bottom: 30px;
}

.person__text {
    margin-bottom: 44px;
    max-width: 300px;
}

.person__title {
    color: white;
    font-size: 21px;
    line-height: 42px;
}

.play {
}

.playhead {
    background: rgb(75, 127, 249);
    background: -webkit-gradient(linear, left top, right top, from(rgba(75, 127, 249, 1)), to(rgba(60, 226, 202, 1)));
    background: -o-linear-gradient(left, rgba(75, 127, 249, 1) 0%, rgba(60, 226, 202, 1) 100%);
    background: linear-gradient(90deg, rgba(75, 127, 249, 1) 0%, rgba(60, 226, 202, 1) 100%);
    height: 100%;
    width: 0;
}

.price__accent {
    color: #2ACCD1;
}

.price__item {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 250px;
    width: 23%;
}

.price__item:hover {
    color: #ffffff;
}


.price__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.price__title {
    font-size: 16px;
    margin-bottom: 20px;
    margin-top: 40px;
    padding-left: 20px;
    text-transform: uppercase;
}

.price__item .button.open-popup-link {
    margin-left: 20px;
}

.section__title {
    color: white;
    font-size: 30px;
    font-weight: bold;
    display: inline-block;
}

.swiper {
    width: 100%;
}

.swiper_price .swiper-button-next {
    background-image: url("./images/icons/double-arrow-left.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    padding: 30px;
    right: 0px;
    top: 20px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.swiper_price .swiper-button-next.swiper-button-disabled {
    background-image: url("./images/icons/arrow-right.svg");
    opacity: 1 !important;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

.swiper_price .swiper-button-prev {
    background-image: url("./images/icons/double-arrow-left.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    left: 0px;
    padding: 30px;
    top: 20px;
}

.swiper_price .swiper-button-prev,
.swiper_price .swiper-button-next {
    display: none;
}

.swiper_price .swiper-button-prev.swiper-button-disabled {
    background-image: url("./images/icons/arrow-right.svg");
    opacity: 1 !important;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.swiper_price .swiper-button-prev:after,
.swiper_price .swiper-button-next:after {
    display: none;
}

.tabcontent {
    display: none;
}

.tabcontent.active {
    display: block;
}

.tablinks {
    background-color: transparent;
    border: 0;
    color: #48484f;
    font-size: 17px;
    font-weight: bold;
    margin-right: 20px;
    cursor: pointer;
}

.tablinks.active {
    color: white;
}

.tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.tabs__header {
    padding: 0 0 30px;
}

.thanks {
    background-color: #151821;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 auto;
    max-height: 90vh;
    max-width: 750px;
    min-width: 310px;
    overflow: auto;
    padding: 80px;
    position: relative;
}

.thanks__content {
    width: 65%;
}

.thanks__icon {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 25%;
}

.thanks__text {
    color: #39d7db;
    font-size: 18px;
}

.thanks__title {
    color: white;
    font-size: 28px;
    font-weight: bold;
}

.timeline {
    background: rgba(70, 70, 70, 1);
    cursor: pointer;
    float: left;
    height: 5px;
    margin: 20px;
    max-width: 360px;
    min-width: 310px;
    overflow: hidden;
}

.timeline__wrapper {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.video {
    margin: 40px 0;
}

::-webkit-scrollbar {
    width: 0.2em;
}

::-webkit-scrollbar-thumb {
    background-color: rgba(57, 215, 219, 1);
    outline: 1px solid #54DFCB;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(57, 215, 219, 0.2);
    box-shadow: inset 0 0 6px rgba(57, 215, 219, 0.2);
}

@media all and (max-width: 1300px) {
    .price__item .button.open-popup-link {
        margin-left: 0px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 1280px;
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media all and (max-width: 992px) {
    .aboutus {
        margin-bottom: 0;
    }

    .aboutus .swiper-button-next {
        right: 0px;
        top: 250px;
    }

    .aboutus .swiper-button-prev {
        left: 0px;
        top: 250px;
    }

    .banner {
        margin-bottom: 300px;
        padding-top: 80px;
    }

    .banner .video {
        height: 700px;
    }

    .banner__video {
        position: absolute;
        right: 0;
        top: 100px;
        z-index: -1;
    }

    .packages {
        padding: 0;
    }

    .price__item {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: start;
        max-width: none;
        /*padding: 0 0 0 50px;*/
        width: 100%;
    }

    .packages .swiper-wrapper {
        padding-left: 50px;
    }

    .price__title {
        margin: 20px 0 40px;
        padding-left: 20px;
    }

    .swiper_price .swiper-button-prev,
    .swiper_price .swiper-button-next {
        display: block;
    }

    .tablinks {
        text-align: right;
    }

    .tabs {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .tabs__content {
        width: 68%;
    }

    .tabs__header {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 32%;
    }

    video {
        height: 100%;
        width: 100%;
    }
}

@media all and (max-width: 768px) {
    .audio {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .audio .time {
        width: auto;
    }

    .music__title {
        margin-bottom: 20px;
    }

    .music__wrapper .button.open-popup-link {
        display: block;
        margin-left: auto;
        width: 33%;
    }


    .packages .swiper-wrapper {
        padding-left: 30px;
    }

    .timeline {
        margin: 15px 0 5px;
        max-width: none;
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        width: 100%;
    }

    .timeline__wrapper {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

@media all and (max-width: 580px) {


    .banner__video {
        top: 140px;
    }

    .container {
        padding-left: 33px;
        padding-right: 33px;
    }
}


@media all and (max-width: 480px) {
    .banner {
        margin-bottom: 100px;
    }

    .banner__title {
        max-width: 300px;
        margin-top: 50px;
    }

    .banner__video {
        top: 200px;
    }

    .header__icons {
        justify-content: center;
    }

    .header__icons .icon_home {
        margin-left: 10px;
        margin-right: 0;
    }

    .logo {
        margin: 0 auto 40px;
    }

    .logo__link {
        display: block;
    }

    .logo__img {
        width: 100%;
    }

    .m-right {
        text-align: right;
    }

    .order {
        padding-left: 15px;
        padding-right: 15px;
    }

    .person__text {
        max-width: 200px;
    }

    .price__item {
        padding-left: 0px;
    }


    .price__item .button.open-popup-link {
        margin: 0;
        min-width: 130px;
    }

    .price__title {
        padding-left: 40px;
        padding-right: 40px;
    }

    .packages .swiper-wrapper {
        padding-left: 0px;
    }

    .swiper_price .swiper-button-next {
        right: 10px;
        top: 30px;
    }

    .swiper_price .swiper-button-prev,
    .swiper_price .swiper-button-next {
        background-size: 40px;
        margin-right: -10px;
        padding: 15px;
        top: 30px;
    }

    .tablinks {
        font-size: 14px;
        margin-bottom: 20px;
    }

    .tabs__content {
        width: 60%;
    }

    .tabs__header {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 40%;
    }

    .thanks {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 60px 20px;
        text-align: center;
    }

    .thanks__content {
        margin-top: 40px;
        width: 100%;
    }

    .thanks__title {
        margin-bottom: 20px;
    }

    .timeline {
        min-width: 250px;
    }
}

hr {
    background-color: #fff;
    margin: 30px 0;
    opacity: .45;
}
