/* #wpadminbar {
    opacity: 0.5;
    z-index: -1;
} */

header {
    text-align: center;
}

header .logo {
    position: relative!important;
}

.new_top_banner {
    padding-bottom: 15%;
}

.wpcf7-response-output {
    display: none !important;
}


/*.scroolblock .sticky_nav li::before {*/


/*    bottom: 0;*/


/*    right: 0;*/


/*    font-size: 34px;*/


/*    line-height: 1;*/


/*}*/

.new_top_banner {
    min-height: 900px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 15px 15px 0 15px;
    text-align: center;
    position: relative;
    font-family: 'Montserrat', sans-serif;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: auto;
}


/* .new_top_banner::before,
.new_top_banner::after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    height: 50px;
    z-index: 1;
} */


/* .new_top_banner::before {
    top: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
}
.new_top_banner::after {
    bottom: 0;
    background: linear-gradient(0deg, rgba(19, 19, 22, 1) 0%, rgba(0, 0, 0, 0) 100%);
} */

.new_top_banner .title {
    color: #D79E3E;
    font-size: 60px;
    line-height: 82px;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 0;
    text-shadow: 0 4px 14px rgba(0, 0, 0, 0.1);
}

.new_top_banner .description {
    font-size: 22px;
    line-height: 30px;
    text-transform: uppercase;
    color: #FFFFFF;
    opacity: 0.9;
    margin-top: 0;
    margin-bottom: 0;
    text-shadow: 0 5px 21px rgba(0, 0, 0, 0.4);
}

.new_top_banner img {
    max-width: 100%;
    max-height: 450px;
}

.new_top_banner .btn-desc {
    display: block;
    font-size: 18px;
    line-height: 42px;
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
    color: #B48330;
    border: 1px solid #B48330;
    border-radius: 22px;
    text-transform: uppercase;
}

.new_top_banner .btn-desc b {
    font-size: 1.3em;
}

.new_top_banner .form-wrap,
.vacancy-form-wrap {
    max-width: 1535px;
    min-height: 155px;
    margin-top: 35px;
    margin-left: auto;
    margin-right: auto;
    color: #FFFFFF;
    background-color: #18191b;
    border-radius: 30px 30px 0 0;
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
}

.vacancy-form-wrap {
    background-color: initial;
    margin-top: 0;
    border-bottom: 1px solid #595b5f;
    min-height: 100px;
}

.new_top_banner .form-wrap::after {
    content: '';
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 30px;
    /*background: linear-gradient(0deg, rgba(24, 25, 27, 0) 0%, rgba(24, 25, 27, 1) 100%);*/
}

.new_top_banner .wpcf7,
.vacancy-form-wrap .wpcf7 {
    width: 100%;
}

.new_top_banner .wpcf7-form,
.vacancy-form-wrap .wpcf7-form {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-around;
}

.new_top_banner .wpcf7-form input.wpcf7-text,
.vacancy-form-wrap .wpcf7-form input.wpcf7-text {
    margin-top: 10px;
    margin-bottom: 10px !important;
    line-height: 48px;
    max-width: 315px;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.3) !important;
    border-radius: 25px;
    box-shadow: none;
    min-height: 50px;
    max-height: 120px;
    line-height: 50px;
    color: rgba(255, 255, 255, 0.4);
    padding: 0px 15px;
    width: 100%;
    margin: 0 0 30px 0px;
}

.about-block .wpcf7-form input[type='tel'],
.content_page .wpcf7-form input[type="tel"] {
    border: 1px solid rgba(255, 255, 255, 0.3) !important;
    border-radius: 25px;
    box-shadow: none;
    min-height: 50px;
    max-height: 120px;
    line-height: 50px;
    color: rgba(255, 255, 255, 0.4);
    padding: 0px 15px;
    width: 100%;
    background: #3d3d3d;
}

.new_top_banner .wpcf7-form input.wpcf7-text:hover,
.vacancy-form-wrap .wpcf7-form input.wpcf7-text:hover {
    background: transparent !important;
}

.new_top_banner .wpcf7-form input.wpcf7-text:focus .vacancy-form-wrap .wpcf7-form input.wpcf7-text:focus {
    border-radius: unset !important;
    border-top-color: transparent !important;
    border-left-color: transparent !important;
    border-right-color: transparent !important;
}

.new_top_banner .wpcf7-form input.wpcf7-submit,
.vacancy-form-wrap .wpcf7-form input.wpcf7-submit {
    line-height: 48px;
    width: 100%;
    max-width: 215px;
    background: #dd343f;
    border: 1px solid #DD343F;
    border-radius: 25px;
    box-shadow: unset;
    margin: 10px 0;
}

.new_top_banner .wpcf7-form input.wpcf7-submit:hover,
.vacancy-form-wrap .wpcf7-form input.wpcf7-submit:hover {
    background-color: rgba(221, 52, 63, 0.85);
    box-shadow: 0 0 30px 15px rgba(221, 52, 63, 0.15);
}

.new_top_banner .wpcf7-form .ajax-loader,
.vacancy-form-wrap .wpcf7-form .ajax-loader {
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
}

nav ul li a {
    text-transform: uppercase;
}

nav ul li {
    padding-top: 5px;
    padding-bottom: 5px;
}

nav ul li.current-menu-item a::after,
nav ul li.current-menu-parent a::after,
nav ul li a:hover::after {
    height: 2px;
}

.result-popup-wrapper {
    display: none;
}

.result-popup-wrapper.active {
    display: flex;
}

.result-popup-wrapper {
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(21, 21, 21, 0.95);
    z-index: 15;
    padding: 25px 15px;
}

.result-popup {
    background: url("../images/bg-popup.png") no-repeat center/cover;
    padding: 60px;
    width: 100%;
    max-width: 775px;
    position: relative;
    text-align: left;
    border-radius: 10px;
}

.result-popup .wrapper {
    max-width: 450px;
}

.result-popup .close {
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #D79E3E;
    color: #FFFFFF;
    font-size: 18px;
    line-height: 30px;
    font-weight: bold;
    text-align: center;
    position: absolute;
    top: -10px;
    right: -10px;
    cursor: pointer;
}

.result-popup .popup-title {
    font-size: 22px;
    line-height: 30px;
    font-weight: bold;
    color: #D79E3E;
    text-shadow: 0 4px 23px rgba(0, 0, 0, 0.25);
    margin-top: 0;
    margin-bottom: 10px;
}

.result-popup .popup-title span {
    font-size: 40px;
    line-height: 54px;
    text-transform: uppercase;
}

.result-popup .line {
    display: block;
    border-bottom: 1px solid #6B5125;
}

.result-popup .support {
    font-weight: bold;
    font-size: 18px;
    line-height: 25px;
    color: #FFFFFF;
}

.result-popup .link-wrap {
    font-size: 18px;
    line-height: 25px;
    color: #A0A0A0;
}

.result-popup .link-wrap.phone::before {
    content: url("../images/phone.svg");
    margin-right: 5px;
}

.result-popup .link-wrap.email::before {
    content: url("../images/telegram.svg");
    margin-right: 5px;
}

.result-popup .link-wrap a,
.result-popup .link-wrap a:hover {
    color: #D79E3E;
    text-decoration: underline;
}

body,
.content {
    background: #131316;
}

.content {
    color: #595959;
    max-width: 1440px;
}

.content.content_news_block {
    background: #18191B;
    max-width: 100%;
    padding-top: 100px;
    padding-bottom: 100px;
}

.content.content_news_block .news_block {
    max-width: 1410px;
    margin-left: auto;
    margin-right: auto;
    justify-content: space-around;
}

.content_news_block .news_block .small_girl {
    display: none;
}

.content_news_block .news_block .news_item {
    border: none;
    margin: 0 30px !important;
    width: 100%;
    max-width: 450px;
    text-align: center;
}

.content_news_block .news_block .news_item_archive .news_item {
    max-width: 350px;
    margin: 0 30px 30px 0 !important;
}

.content .content_news_block .news_block .news_item_archive .news_desc {
    width: calc(70% - 30px);
}

.content .content_news_block .news_block .news_item_archive {
    margin-bottom: 30px;
}

.news_block .news_item .general_btn {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    min-width: 220px;
    font-size: 16px;
    line-height: 20px;
    font-weight: bold;
    text-align: center;
    color: #FFFFFF;
    border: 1px solid #D79E3E;
    box-sizing: border-box;
    border-radius: 25px;
    background: transparent;
    box-shadow: unset;
}

.news_block .news_item .news_title a {
    font-size: 16px;
    line-height: 1.5;
    font-weight: normal;
    text-transform: uppercase;
    opacity: 0.9;
    text-shadow: 0 5px 21px rgba(0, 0, 0, 0.4);
}

.content p {
    font-size: 16px;
    line-height: 1.5;
}

.content h1.main-title {
    font-size: 36px;
    line-height: 49px;
    font-weight: bold;
    color: #D79E3E;
    text-shadow: 0 4px 14px rgba(0, 0, 0, 0.1);
}

.medium-title {
    color: #D79E3E;
    font-size: 36px;
    font-weight: 700;
    line-height: 40px;
}

.medium-title_open {
    background: url('../images/des.png');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 400px;
}

@media (max-width: 800px) {
    .medium-title_open {
        background: none;
        height: 100px;
    }
    .medium-title_open::after {
        display: block;
        content: "Р РµС”СЃС‚СЂСѓР№СЃСЏ РЅР° РІС–РґРєСЂРёС‚С‚СЏ";
        width: 100%;
        font-size: 36px;
        font-weight: 600;
        line-height: 40px;
        color: #D79E3E;
    }
}

.small-title {
    font-size: 16px;
    line-height: 1.5;
    font-weight: normal;
    text-transform: uppercase;
    color: #D79E3E;
}

.blockquote {
    background-color: #18191B;
    border-radius: 8px;
    padding: 60px 80px;
    position: relative;
    z-index: 1;
    margin-top: 30px;
    margin-bottom: 30px;
}

.blockquote::before {
    content: '';
    display: block;
    position: absolute;
    width: 62px;
    height: 44px;
    background: url("../images/quotemarks-left.png") no-repeat center/cover;
    top: 30px;
    left: 30px;
    z-index: -1;
}

.blockquote p {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.yellow-marker-list {
    list-style: none;
    padding-left: 0;
}

.yellow-marker-list li {
    margin-bottom: 15px;
}

.yellow-marker-list li::before {
    content: '\2022' !important;
    display: inline-block !important;
    position: relative;
    top: 4px;
    color: #D79E3E;
    font-size: 24px;
    line-height: 10px;
    margin-right: 10px !important;
    margin-top: unset !important;
    animation: none !important;
    box-shadow: none !important;
    float: none !important;
    width: initial !important;
    height: initial !important;
}

.scroolblock .sticky_nav li {
    height: 140px;
}

.scroolblock .sticky_nav li a {
    height: 140px;
    width: 200px;
    align-items: flex-start;
    padding-top: 60px;
    padding-right: 10px;
    border-width: 1px;
}

.scroolblock .sticky_nav li.current a {
    border-width: 1px;
    border-color: #D79E3E;
}

.scroolblock .sticky_nav li::before {
    top: 20px;
    left: 20px;
    bottom: initial;
    right: initial;
    content: "0" counter(section) "/";
    color: #D79E3E;
}

.scroolblock .sticky_nav li.current::before {
    color: #D79E3E;
}

.scroolblock main section {
    border-bottom: 1px solid #2C2C2F;
    padding-bottom: 15px;
}

.scroolblock .image-in-tab {
    display: block;
    position: relative;
}

#block1-2 .image-in-tab {
    margin: -150px 0 0 auto;
}

#block1-4 .image-in-tab {
    margin-top: -100px;
}

#block2-3 .image-in-tab {
    margin-top: -150px;
}

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

.col {
    position: relative;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: 100%;
    max-width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

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

.text-center {
    text-align: center;
}

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

.my-auto {
    margin-top: auto;
    margin-bottom: auto;
}

.py-3 {
    padding-top: 15px;
    padding-bottom: 15px;
}

.about-block .contact-form-wrap {
    background-color: #18191B;
    border-radius: 30px;
    padding: 50px 15px 75px 15px;
}

.about-block .wpcf7-form {
    max-width: 1070px;
    margin-left: auto;
    margin-right: auto;
}

.about-block .wpcf7-form textarea,
.about-block .wpcf7-form input {
    background-color: transparent;
    border: 1px solid #6C6C6C;
    transition: all 0.2s linear;
}

.about-block .wpcf7-form textarea:hover,
.about-block .wpcf7-form input:hover {
    border: 1px solid #6C6C6C;
}

.about-block .wpcf7-form textarea:focus,
.about-block .wpcf7-form input:focus {
    border-color: transparent;
    border-bottom-color: #6C6C6C;
    border-radius: unset;
}

.about-block .wpcf7-form textarea {
    resize: none;
}

.about-block .wpcf7-form .submit-group {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.about-block .wpcf7-form .wpcf7-submit {
    display: inline-block;
    font-size: 16px;
    line-height: 48px;
    font-weight: bold;
    text-align: center;
    width: 220px;
    margin: 0;
    color: #FFFFFF;
    background-color: #DD343F;
    border-radius: 25px;
    border: 1px solid #DD343F;
    transition: all 0.2s linear;
    box-shadow: unset;
}

.about-block .wpcf7-form .wpcf7-submit:hover {
    background-color: transparent;
    box-shadow: unset;
}

.about-block .wpcf7-form .ajax-loader {
    position: absolute;
    top: 100%;
    left: 0;
}

footer {
    margin-top: 15px;
    margin-bottom: 0;
    padding: 0;
    background: transparent;
}

.color-white {
    color: #FFFFFF !important;
}

.wpcf7-form-control.wpcf7-submit,
.btn.red_btn {
    font-size: 16px;
    line-height: 48px;
    font-weight: bold;
    text-align: center;
    min-width: 220px;
    padding-left: 25px;
    padding-right: 25px;
    margin: 0;
    color: #FFFFFF;
    background-color: #DD343F;
    border-radius: 25px;
    border: 1px solid #DD343F;
    transition: all 0.2s linear;
    box-shadow: unset;
}

.wpcf7-form-control.wpcf7-submit:hover,
.btn.red_btn:hover {
    border: 1px solid #6C6C6C;
    background-color: transparent;
    box-shadow: unset;
}

.vacancy-block {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

.vacancy-image {
    min-width: 400px;
    width: 400px;
    max-width: 100%;
    margin-right: 15px;
    margin-bottom: 15px;
}

.vacancy-info {
    flex: 1;
    background-color: #18191B;
    border-radius: 12px;
    padding: 45px 55px;
    margin-bottom: 30px;
}

.vacancy-info .intro {
    font-size: 18px;
    line-height: 1;
    text-transform: uppercase;
}

.vacancy-info .vacancy-position {
    font-size: 24px;
    line-height: 1;
    text-transform: uppercase;
    color: #D79E3E;
}

.vacancy-info .link-more {
    display: inline-block;
    color: #D79E3E;
    padding-right: 25px;
    position: relative;
    cursor: pointer;
}


/* new style new main screen */

.content_page .cms-content {
    padding-bottom: 30px;
    color: #828282;
}

.content .content_page h1 {
    color: #d5ad61;
}

.content_page .socials-wrapper {
    margin-top: 30px;
    width: 145px;
}

.content_page .socials-wrapper .link {
    display: flex;
    align-items: center;
    width: 142px;
    height: 34px;
    background: hsla(0, 0%, 76.9%, .12);
    border-radius: 10px;
    padding-left: 14px;
    margin: 0 auto 11px;
    transition: .3s;
}

.content_page .socials-wrapper img {
    display: block;
    max-width: 20px;
    max-height: 20px;
    margin-right: 19px;
    border-radius: initial;
}

.content_page .socials-wrapper span {
    font-size: 14px;
    line-height: 30px;
    color: #fff;
}

.content_page .socials-wrapper .link:hover {
    opacity: .8;
}

.new_top_banner {
    padding-bottom: 0;
    font-family: 'Montserrat', sans-serif;
    overflow: hidden;
}

.main_content .title {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 900;
    font-size: 30px;
    line-height: 59px;
    color: #D79E3E;
    text-shadow: 0px 4.10084px 14px rgba(0, 0, 0, 0.1);
}

.main_content .description {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    text-transform: uppercase;
    color: #D79E3E;
    text-shadow: 0px 4.93306px 20.9655px rgba(0, 0, 0, 0.4);
    text-align: center;
    margin-bottom: 0;
    text-transform: uppercase;
}

.pack-title {
    font-family: 'Montserrat', sans-serif;
    margin-top: 0;
    margin-bottom: 13px;
    font-style: normal;
    font-weight: 900;
    font-size: 50.1838px;
    line-height: 61px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    text-shadow: 0px 8.25199px 35.071px rgba(0, 0, 0, 0.4);
}

.pack-bonus-text {
    font-family: 'Montserrat', sans-serif;
    font-weight: 900;
    font-size: 23px;
    line-height: 33px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    text-shadow: 0px 2.36511px 10.0517px rgb(0 0 0 / 40%);
    margin-bottom: 0;
    margin-top: 5px;
}

.link-auth {
    font-family: 'Montserrat', sans-serif;
    display: block;
    text-decoration: none;
    background-color: #fff;
    border-radius: 57px;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    text-transform: uppercase;
    color: #18191B;
    padding: 18px 38px;
    transition-duration: .4s;
    border: 2px solid transparent;
    max-width: 440px;
    margin: 0 auto;
}

.link-auth:hover {
    color: #D10D3A;
    border: 2px solid #fff;
    background-color: rgba(255, 255, 255, 0.7);
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.95);
    text-decoration: none;
}

.pack-description {
    font-family: 'Montserrat', sans-serif;
    margin-top: 0;
    margin-bottom: 32px;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    line-height: 150%;
    text-align: center;
    text-shadow: 0px 8.25199px 35.071px rgb(0 0 0 / 40%);
    text-transform: uppercase;
}

.pack-description span {
    font-style: normal;
    font-weight: bold;
    color: #FF4B7C;
}

.pack-bonus img {
    display: block;
}

.main_description__box {
    background: rgba(24, 25, 27, 0.64);
    backdrop-filter: blur(36.8443px);
    border-radius: 29px 29px 0px 0px;
    padding: 43px 62px 50px 62px;
    max-width: 1534px;
    margin: 0 auto;
}

.main_description-text {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 180%;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-top: 0;
    margin-bottom: 0;
}

.support-link {
    text-decoration: none;
    color: #B48330;
}

.new_top_banner::after {
    content: none;
}

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

.main {
    overflow: hidden;
}

.mob-man {
    display: none;
}

#b3 {
    display: none;
}

.desktop-hidden {
    display: none;
}


/*~ giftBox popUP ~*/

.pop-up__overflow {
    display: none;
    background: rgba(31, 31, 31, 0.87);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 11111
}

.pop-up__container {
    background-image: url('../images/dist/pop_up.webp'); 
    background-size: cover;
    background-repeat: no-repeat;
    box-shadow: 0 0 20px #000;
    width: 680px;
    max-height: 760px;
    height: 100%;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 12px;
    z-index: 1111111
}

.pop-up__btn-container {
    width: 30px;
    margin-left: auto;
    position: absolute;
    right: -1px;
}

.pop-up__close {
    border: none;
    padding: 15px;
    background: transparent;
    cursor: pointer;
    position: relative;
    background-color: #D79E3E;
    border-radius: 50%;
    top: -10px;
    right: -10px;
}

.pop-up__close::after {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    background-image: url('../images/dist/btn-close.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    transform: translate(-50%, -50%)
}

.pop-up__close-icon {
    width: 12px;
    height: 12px
}

.pop-up__content {
    padding: 0;
    height: 100%;
    max-width: 100%;
    text-align: center;
    height: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding-bottom: 25px;
}

.pop-up__content .boxes {
    margin-bottom: 200px;
    justify-content: center;
    width: inherit;
    bottom: -100px;
}

.pop-up__content>.navbar-brand {
    margin: 0;
    padding: 0;
}

.pop-up__content>.navbar-brand img {
    width: 250px;
}

.boxes .pop-up__box img {
    width: 150px;
    max-width: 150px;
}

.pop-up__title {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 900;
    font-size: 36px;
    line-height: 44px;
    text-align: center;
    color: #D79E3E;
    text-shadow: 0px 4.10084px 14px rgb(0 0 0 / 10%);
    margin-top: 20px;
    margin-bottom: 16px;
    /* test -title  */
    display: flex;
    justify-content: center;
}

.pop-up__text {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    text-shadow: 0px 8.25199px 35.071px rgba(0, 0, 0, 0.4);
    margin-bottom: 100px;
}

.pop-up__overflow.pop-up__active {
    display: block
}

.boxes,
.boxes .try img,
.pop-up__box img {
    width: 100%;
}

.boxes>.try,
.pop-up__box {
    position: relative;
    display: inline-block;
    width: 18%;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    cursor: pointer;
}

.pop-up__box {
    width: inherit;
}

.try:not(:last-child) {
    margin-right: 85px;
}

.boxes {
    background-size: cover;
    border-radius: 20px;
    position: relative;
    text-align: center;
    display: flex;
    max-width: 800px;
}

.try {
    position: relative;
    margin: 20px 0;
    opacity: .4;
}

.pop-up__shadows {
    position: relative;
}

.try::before,
.pop-up__shadows::before,
.pop-up__shadows::after,
.pop-up__main-shadow,
.pop-up__overflow .pop-up__box::before,
.pop-up__overflow .pop-up__box::after {
    content: "";
    position: absolute;
    background-image: url('../images/box-shadow.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 100%;
    height: 100%;
    bottom: -35px;
    left: 0;
    opacity: .3;
}

.pop-up__main-shadow {
    width: 160px;
    height: 50px;
    left: calc(50% - 80px);
    bottom: -30px;
    animation: boxShadowMediumEff 2s forwards;
}

.pop-up__shadows::after {
    background-image: url('../images/box-shadow2.svg');
    width: 103px;
    height: 32px;
    left: calc(50% - 52px);
    bottom: -15px;
    opacity: .61;
    animation: boxShadowSmallEff 2s forwards;
}

.pop-up__shadows::before {
    background-image: url('../images/box-shadow3.svg');
    width: 248px;
    height: 75px;
    left: calc(50% - 124px);
    opacity: .11;
    bottom: -46px;
    animation: boxShadowLargeEff 2s forwards;
}

.pop-up__overflow .pop-up__box::before {
    background-image: url('../images/stars-effect-bg.svg');
    width: 50px;
    height: 50px;
    left: calc(50% - 25px);
    /* bottom: -70px; */
    bottom: 50px;
    opacity: 0;
    animation: showAllStarsEff 2s forwards;
}

.pop-up__overflow .pop-up__box::after {
    background-image: url('../images/lights-effect.svg');
    opacity: 0;
    width: 320px;
    left: calc(50% - 157px);
    height: 0;
    bottom: 87px;
    animation: showLightsEff 2s forwards;
}

.try>div,
.pop-up__box>div {
    position: absolute;
    width: 100%;
}

.try .box,
.pop-up__box .box {
    position: relative;
}

.back_box {
    z-index: 1;
}

.box_lid {
    z-index: 3;
    top: -22px;
}

.box {
    z-index: 2;
}

.box_gift {
    z-index: 1;
    top: 40px;
}

.boxes .try.box_open>.box_lid,
.pop-up__box.box_open>.box_lid {
    animation: top_cap 1s forwards;
}

.boxes .try.box_gift_show>.box_gift,
.pop-up__box.box_gift_show>.box_gift,
.pop-up__box.box_gift_show>.box_gift img,
.pop-up__box.box_gift_show>.box_gift span {
    animation: top_cap_price 3s infinite alternate;
}

.try {
    animation: floating 3s infinite ease-out, lightsJump 3s infinite ease-in-out;
}

.try:first-child {
    animation-delay: -3.0s;
}

.try:nth-child(2) {
    animation-delay: -2.0s;
}

.try:last-child {
    animation-delay: -1.0s;
}

.shake:hover {
    animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
    opacity: 1;
}

.shake:hover.try::before {
    bottom: -55px;
}

.pop-up__box.box_gift_show>.box_gift img {
    width: 120px;
    max-width: 120px;
    margin: 0 auto;
    left: calc(50% - 60px);
    opacity: 0.2;
}


/*~ giftBox popUP END~*/

#pop_up_bl,
#stbotph {
    display: none !important;
}


/* wheel price  START */

.pack-description_subtext {
    color: #fff;
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 0;
    margin-top: 0;
}

.pack-description_subtext>span {
    font-weight: 700;
    color: #ff4b7c;
}

.wheel-container_bg {
    background-image: url('../images/dist/wheel-bg.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    height: 463px;
    width: 463px;
    margin: 0 auto;
    cursor: pointer;
}

.wheel-price {
    top: 42px;
    position: relative;
    width: 375px;
    height: 375px;
    transform: rotate(-112deg);
}

.wheel-container_bg.active-spin .wheel-price {
    transition: transform 3s cubic-bezier(0, .8, .51, .87);
    transform: rotate(3600deg);
}

@keyframes wheelSpin {
    from {
        transform: rotate(0);
    }
    to {
        transform: rotate(3600deg);
    }
}


/* wheel price  END */


/**********************************************************************************************************************/

@media screen and (max-width: 1500px) {
    .logo img {
        max-height: 100px;
    }
    .new_top_banner .title {
        font-size: 50px;
        line-height: 1;
        text-align: center;
    }
    .new_top_banner::before {
        background: unset;
    }
    /* .new_top_banner img {
        max-height: 300px;
    } */
    .vacancy-info {
        padding: 30px 40px;
    }
}

@media screen and (max-width: 1200px) {
    .new_top_banner .wpcf7-form input.wpcf7-submit {
        max-width: 315px;
    }
    .new_top_banner .form-wrap {
        padding-top: 15px;
    }
    /* .new_top_banner {
        height: auto;
    } */
    #block1-2 .image-in-tab {
        margin-top: -100px;
    }
    #block2-3 .image-in-tab {
        margin-top: -50px;
    }
}

@media screen and (max-width: 992px) {
    .new_top_banner .title {
        font-size: 44px;
        line-height: 70px;
    }
    .vacancy-image {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    .vacancy-image+p,
    .vacancy-info {
        width: 100%;
    }
    .main_content .title {
        text-align: center;
    }
    .main_content .description {
        text-align: center;
        margin-top: 0;
    }
    .main_content-pack {
        margin-right: auto;
        margin-left: auto;
        margin-bottom: 0;
    }
    .pack-description {
        margin-bottom: 32px;
    }
}

@media screen and (max-width: 767px) {
    .new_top_banner .title {
        margin-top: 25px;
    }
    .new_top_banner .btn-desc {
        font-size: 16px;
        background-color: rgba(21, 21, 21, 0.8);
    }
    .new_top_banner .title {
        font-size: 38px;
        line-height: 54px;
        max-width: 320px;
        margin-left: auto;
        margin-right: auto;
        text-transform: uppercase;
        margin-bottom: 5px;
    }
    .new_top_banner .description {
        max-width: 330px;
        margin-left: auto;
        margin-right: auto;
        font-size: 16px;
        line-height: 150%;
        margin-bottom: 10px;
    }
    .new_top_banner img {
        max-width: 90%;
    }
    .result-popup {
        background-position-x: left;
        padding: 15px;
    }
    .nav-open {
        background-color: transparent;
        box-shadow: unset;
    }
    .nav-open i {
        width: 30px;
        height: 4px;
        background: #d5ad61;
    }
    nav .logo.m_only {
        top: 10px;
        left: 50%;
        margin-left: -80px;
        z-index: 111;
    }
    .nav-container .logo {
        display: none;
    }
    #nav:checked+.nav-open i {
        width: 20px;
        height: 2px;
        background: #d5ad61;
    }
    .new_top_banner::before {
        background: transparent;
    }
    .content_news_block .news_block .news_item {
        margin: 0 10px !important;
        max-width: 400px;
    }
    .content h1.main-title {
        font-size: 22px;
        line-height: 28px;
    }
    .blockquote::before {
        top: 10px;
        left: 10px;
    }
    .blockquote {
        padding: 35px 25px;
    }
    .content main section ul {
        margin: 20px 0;
    }
    .content.content_news_block {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .content.content_news_block .news_block {
        justify-content: flex-start;
    }
    .scroolblock .sticky_nav li {
        flex: 0 0 200px;
    }
    footer {
        margin-top: 0;
        padding-top: 0;
    }
    .vacancy-image+p {
        margin: 0;
    }
    .vacancy-info {
        padding: 15px;
    }
    .pack-bonus img {
        margin: 0 auto;
    }
    .link-auth {
        padding: 18px 10px;
        max-width: 340px;
        font-size: 18px;
        line-height: 22px;
    }
    /*~ giftBox popUP ~*/
    .pop-up__content>.navbar-brand {
        max-width: 250px;
        margin: 0 auto;
    }
    .pop-up__content .boxes {
        margin-bottom: 160px;
    }
    .pop-up__container {
        padding-bottom: 0;
        max-width: 360px;
        height: 671px;
    }
    .pop-up__title {
        font-size: 35px;
        line-height: 46px
    }
    .pop-up__text {
        font-size: 16px;
        line-height: 20px;
        text-align: center;
        margin-bottom: 85px;
    }
    .pop-up__container .btn {
        min-width: 178px
    }
    .boxes>.try {
        width: 32.5%;
    }
    .try:not(:last-child) {
        margin-right: 20px;
        margin-bottom: 20px;
    }
    .pack-description {
        text-align: center;
    }
    .try>div,
    .pop-up__box>div {
        min-width: 150px;
    }
    .try {
        opacity: 1;
    }
    /* wheel price END */
    .main_description__box {
        padding: 22px 40px;
        max-width: 380px;
        margin: 0 auto;
    }
    .main_description-text {
        font-size: 10px;
        line-height: 150%;
    }
}

@media (max-width: 525px) {
    .boxes {
        flex-direction: column;
        align-items: center;
    }
    .try:not(:last-child) {
        margin-right: 0px;
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 425px) {
    .main_content {
        overflow: hidden;
    }
    .new_top_banner {
        background-image: url("../images/main-bg-mob.jpg");
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        position: relative;
        padding-left: 0;
        padding-right: 0;
        overflow: hidden;
        padding: 0;
    }
    .new_top_banner .title {
        font-size: 32px;
        line-height: 36px;
        font-weight: normal;
        max-width: 260px;
        margin-top: 10px;
    }
    .new_top_banner .title span {
        font-weight: bold;
    }
    .new_top_banner .description {
        font-size: 14px;
        line-height: 20px;
        max-width: 320px;
    }
    .new_top_banner .form-wrap {
        border-radius: unset;
    }
    .result-popup .popup-title {
        font-size: 20px;
        line-height: 24px;
    }
    .result-popup .popup-title span {
        font-size: 32px;
        line-height: 34px;
    }
    .result-popup .link-wrap {
        font-size: 13px;
        margin-top: 5px;
        margin-bottom: 5px;
    }
    .new_top_banner .form-wrap {
        margin-top: 20px;
    }
    .new_top_banner .btn-desc {
        line-height: 22px;
        max-width: 330px;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    #block1-2 .image-in-tab {
        margin-top: -50px;
    }
    #block1-4 .image-in-tab {
        margin-top: -80px;
    }
    .about-block .wpcf7-form .submit-group span {
        margin-bottom: 15px;
    }
    .vacancy-image {
        min-width: auto;
        width: auto;
    }
    .content_page .vacancy-info ul {
        margin-top: 15px;
    }
    .content_page .vacancy-info ul li {
        margin-bottom: 10px;
    }
    .vacancy-info .vacancy-position {
        font-size: 20px;
    }
    main.content {
        margin-top: 0;
    }
    .main_content .title {
        font-size: 20px;
        line-height: 24px;
        font-weight: 900;
        max-width: inherit;
        margin-bottom: 4px;
        text-transform: uppercase;
    }
    .main_content .description {
        font-size: 14px;
        line-height: 150%;
        margin-bottom: 44px;
    }
    .pack-title {
        font-size: 32px;
        line-height: 39px;
    }
    .pack-bonus img {
        width: 310px;
    }
    .pack-bonus-text {
        font-size: 32px;
        line-height: 39px;
        margin-top: 7px;
        margin-bottom: 12px;
    }
    .link-auth {
        color: #D10D3A;
        font-size: 14px;
        line-height: 150%;
        padding: 10px;
        max-width: 300px;
        margin: 0 auto;
    }
    .link-auth:hover {
        color: #000;
    }
    .mob-man img {
        min-width: 360px;
    }
    .pack-description {
        font-size: 16px;
        line-height: 150%;
        text-transform: uppercase;
        max-width: 320px;
        margin: 0 auto;
        margin-bottom: 10px;
    }
    .main_description__box {
        padding: 15px 22px;
    }
    .main_description-text {
        font-size: 10px;
        line-height: 180%;
    }
    .support-link {
        display: block;
    }
    .main_content-pack {
        position: relative;
        z-index: 11;
    }
    .main_content .container {
        width: inherit;
        /* padding-top: 20px; */
    }
    /*~ GiftBox popUP  ~*/
    .boxes>.try {
        width: initial;
    }
    .new_top_banner img {
        max-width: 80%;
    }
    .box_lid {
        top: -12px;
    }
    .try:before {
        width: 90%;
        height: 90%;
        bottom: -25px;
        left: 10px;
    }
    .shake:hover.try:before {
        bottom: -40px;
    }
    .main_content .description {
        font-size: 14px;
        line-height: 150%;
        margin-bottom: 14px;
    }
}

@media screen and (max-width: 375px) {
    .pop-up__container {
        max-width: 320px;
        height: 590px;
    }
    .pop-up__title {
        font-size: 32px;
        line-height: 44px;
        margin-top: 0;
    }
    .pop-up__text {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 67px;
    }
}

@media screen and (max-width: 325px) {
    .pop-up__container {
        height: 550px;
    }
    .pop-up__content>.navbar-brand img {
        width: 200px;
    }
    .pop-up__title {
        font-size: 28px;
        line-height: 38px;
        margin-bottom: 0;
    }
    .pop-up__text {
        margin-bottom: 65px;
    }
    .pop-up__content .boxes {
        margin-bottom: 145px;
    }
    .link-auth {
        padding: 5px;
        max-width: 280px;
    }
    .pop-up__close {
        top: -5px;
        right: 0px;
    }
    .try:not(:last-child) {
        margin-bottom: 15px;
    }
    .shake:hover.try:before {
        bottom: -20px;
    }
    .try:before {
        width: 60%;
        height: 60%;
        bottom: -3px;
        left: 35px;
    }
    .main_content .title {
        font-size: 18px;
    }
    .main_content .description {
        margin-bottom: 0;
    }
    .pack-description_subtext {
        font-size: 12px;
    }
    .main_description .main_description-text {
        font-size: 8px;
    }
    .pack-description {
        margin-bottom: 10px;
        font-size: 12px;
    }
}

@media (min-width: 300px) {
    .main_content .title {
        font-size: 18px;
    }
    .main_content .description {
        margin-bottom: 0;
    }
    .pack-description {
        margin-bottom: 10px;
        font-size: 12px;
    }
}

@media (min-width: 370px) {
    .new_top_banner {
        padding-top: 50px;
    }
    .main_content .title {
        font-size: 20px;
        line-height: inherit;
        margin-top: 20px;
    }
    .main_content .description {
        margin-bottom: 5px;
    }
    .pack-description {
        margin-bottom: 10px;
        font-size: 16px;
    }
}

@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}

@media (min-width: 876px) {
    .new_top_banner {
        padding-top: 15%;
    }
    .main_content .title {
        font-size: 30px;
        line-height: 59px;
        margin-top: 0;
    }
    .main_content .description {
        margin-bottom: 5px;
    }
    .pack-description {
        margin-bottom: 32px;
        font-size: 20px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}

@media screen and (min-width: 992px) {
    .row-lg-revers {
        flex-direction: row-reverse;
    }
    .col-lg-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media screen and (min-width: 1200px) {
    .content_page {
        max-width: 1100px;
    }
    .row-xl-revers {
        flex-direction: row-reverse;
    }
    .col-xl-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    #block1-4 .image-in-tab {
        float: right;
    }
    #block2-3 .image-in-tab {
        float: right;
    }
    #block2-3 p:nth-child(3),
    #block2-3 p:nth-child(4) {
        max-width: 600px;
    }
}

@media screen and (min-width: 1500px) {
    .container {
        max-width: 1400px;
    }
    .new_top_banner {
        /* min-height: calc(100vh + 115px); */
        padding-bottom: 0;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        text-align: center;
    }
    .content_page {
        max-width: 1400px;
    }
    nav ul li {
        padding-left: 60px;
        padding-right: 60px;
    }
}

@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
    .main_description__box {
        padding: 10px 20px;
    }
    .main_description-text {
        font-size: 10px;
        line-height: 150%;
        max-width: 775px;
    }
    .new_top_banner {
        background-size: cover;
        background-position: top;
        height: auto;
        padding-top: 0;
    }
    .main_content .title {
        font-size: 20px;
        line-height: 24px;
        text-transform: uppercase;
        margin-bottom: 0;
        margin-top: 0;
    }
    .main_content .description {
        margin-bottom: 0;
        font-size: 14px;
        text-align: center;
    }
    .pack-description {
        margin-top: 0;
        margin-bottom: 15px;
        font-size: 16px;
        line-height: 150%;
    }
    .pack-description_subtext {
        margin-top: 0;
        margin-bottom: 5px;
    }
    .main_description__box {
        padding: 25px;
    }
    .main_description-text {
        font-size: 10px;
        line-height: 180%;
    }
    .main_description-text {
        font-size: 10px;
        line-height: 180%;
    }
    .main_description .container {
        max-width: 810px;
        padding: 0;
    }
    .main_description__box {
        padding: 15px 10px;
    }
}

@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
    .new_top_banner {
        background-size: cover;
        background-position: center;
        padding-top: 50px;
    }
    .main_content .title {
        margin-top: 20px;
    }
    .main_content .description {
        max-width: inherit;
        text-align: center;
    }
    .main_description__box {
        padding: 10px 20px;
    }
    .main_description-text {
        font-size: 10px;
        line-height: 150%;
        max-width: 775px;
    }
    .main_description .container {
        max-width: 720px;
        padding: 0;
    }
    .main_description__box {
        padding: 15px 10px;
        max-width: inherit;
    }
}

@media only screen and (max-device-width: 375px) and (max-device-height: 667px) {
    .pack-description {
        margin-bottom: 12px;
    }
}

@media only screen and (max-device-width: 320px) and (max-device-height: 568px) {
    .pack-description {
        margin-bottom: 10px;
    }
}

@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
    .new_top_banner {
        height: auto;
        background-position: center;
        background-size: cover;
    }
    .main_content .title {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 0;
        margin-top: 10px;
    }
    .main_content .description {
        margin-bottom: 5px;
        font-size: 14px;
        max-width: inherit;
    }
    .pack-description {
        margin-top: 0;
        margin-bottom: 10px;
        font-size: 16px;
        line-height: 150%;
    }
    .pack-description_subtext {
        margin-top: 5px;
        margin-bottom: 5px;
    }
    .main_description__box {
        padding: 25px;
    }
    .main_description-text {
        font-size: 10px;
        line-height: 180%;
    }
    .main_description-text {
        font-size: 10px;
        line-height: 180%;
    }
    .main_description .container {
        max-width: 660px;
        padding: 0;
    }
    .main_description__box {
        padding: 10px;
        max-width: inherit;
    }
}

@keyframes top_cap {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0;
    }
    100% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes top_cap {
    from {
        top: -22px;
    }
    to {
        top: -165px;
    }
}

@keyframes top_cap_price {
    from {
        top: 40px;
        font-size: 16px;
        width: 120px;
        max-width: 120px;
        margin: 0 auto;
        left: calc(50% - 60px);
        opacity: .2;
    }
    to {
        top: -85px;
        font-size: 36px;
        width: 215px;
        max-width: 215px;
        left: calc(50% - 107px);
        opacity: 1;
    }
}

@keyframes shake {
    10%,
    90% {
        transform: translate3d(-1px, 0, 0);
    }
    20%,
    80% {
        transform: translate3d(2px, 0, 0);
    }
    30%,
    50%,
    70% {
        transform: translate3d(-4px, 0, 0);
    }
    40%,
    60% {
        transform: translate3d(4px, 0, 0);
    }
}

@keyframes floating {
    0% {
        transform: translate(0px, 0px)
    }
    40% {
        transform: translate(0px, 30px)
    }
    100% {
        transform: translate(0px, 0px)
    }
}

@keyframes boxShadowSmallEff {
    from {
        bottom: 0;
    }
    to {
        bottom: -15px;
    }
}

@keyframes boxShadowMediumEff {
    from {
        bottom: 0;
        width: 120px;
        left: calc(50% - 60px);
    }
    to {
        bottom: -30px;
        width: 160px;
        left: calc(50% - 80px);
    }
}

@keyframes boxShadowLargeEff {
    from {
        bottom: 0;
        width: 120px;
        height: 50px;
        left: calc(50% - 60px);
    }
    to {
        bottom: -46px;
        width: 248px;
        height: 75px;
        left: calc(50% - 124px);
    }
}

@keyframes showAllStarsEff {
    from {
        opacity: 0;
        width: 50px;
        height: 50px;
        bottom: 50px;
    }
    to {
        opacity: 1;
        width: 270px;
        height: 270px;
        left: calc(50% - 135px);
        bottom: 0;
    }
}

@keyframes showLightsEff {
    from {
        height: 0;
    }
    to {
        width: 320px;
        height: 220px;
        left: calc(50% - 157px);
        bottom: 87px;
        opacity: 1;
    }
}


/* test - title */

.pop-up__title span {
    opacity: 0;
}

.pop-up__title span:first-child,
.pop-up__title span:last-child {
    animation: fallenWords1 2s forwards;
    transform: translateY(-90px);
}

@keyframes fallenWords1 {
    from {
        transform: translateY(-90px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.pop-up__title span:nth-child(2),
.pop-up__title span:nth-child(13) {
    animation: fallenWords2 4s forwards;
    transform: translateY(-70px);
}

@keyframes fallenWords2 {
    from {
        transform: translateY(-70px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.pop-up__title span:nth-child(4),
.pop-up__title span:nth-child(12) {
    animation: fallenWords3 1s forwards;
    transform: translateY(-60px);
}

@keyframes fallenWords3 {
    from {
        transform: translateY(-60px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.pop-up__title span:nth-child(5),
.pop-up__title span:nth-child(11) {
    animation: fallenWords4 3s forwards;
    transform: translateY(-50px);
}

@keyframes fallenWords4 {
    from {
        transform: translateY(-50px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.pop-up__title span:nth-child(6),
.pop-up__title span:nth-child(10) {
    animation: fallenWords5 4s forwards;
    transform: translateY(-40px);
}

@keyframes fallenWords5 {
    from {
        transform: translateY(-40px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.pop-up__title span:nth-child(7),
.pop-up__title span:nth-child(9) {
    animation: fallenWords6 2s forwards;
    transform: translateY(-30px);
}

@keyframes fallenWords6 {
    from {
        transform: translateY(-30px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.pop-up__title span:nth-child(8) {
    animation: fallenWords7 1s forwards;
    transform: translateY(-20px);
}

@keyframes fallenWords7 {
    from {
        transform: translateY(-20px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes lightsJump {
    0%,
    40%,
    100% {
        opacity: .4;
        ;
    }
    20% {
        opacity: 1;
    }
}

.btn-gradient {
    height: fit-content;
    background: linear-gradient(93.87deg, #CC9AFE 16.23%, #F7CE4F 48.59%, #A7EEFD 88.48%);
    font-style: normal;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 18px;
    line-height: 21px;
    color: #000000;
    border-radius: 30px;
    padding: 12px 48px;
}

.new_top_banner .main_content {
    height: 100%;
}

.new_top_banner .main_content .container {
    height: 100%;
}

.main_content-pack {
    width: fit-content;
}

.wheel-container {
    width: fit-content;
}


/* /// */

.slider_texts {
    padding: 0 30px;
}

.new_top_banner {
    padding: 0;
    display: flex;
    align-items: center;
    align-content: space-between;
    justify-content: flex-end;
}

.slider_title {
    color: #fff;
    font-size: 41px;
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
    line-height: 60px;
    margin-top: 0;
    padding: 0 60px;
}

img.sldier_description {
    max-width: 1200px;
    margin: auto;
    margin-bottom: 0;
}

img.sldier_description.mob {
    display: none;
}

.main_content-pack {
    transform: scale(1.4) translateY(0) translateX(0);
    top: 50%;
    position: relative;
    margin: 0 auto;
}

@media (min-width: 600px) {
    .slider_title {
        font-size: 30px;
        line-height: 40px;
    }
    .slider_title span {
        display: block;
    }
    .main_content-pack {
        position: absolute;
        left: 0;
        right: 0;
        margin: 0 auto;
        top: 50%;
        bottom: 0;
        transform: translateY(-50%) translateX(0) scale(1);
    }
    .new_top_banner {
        background-position-x: -350px;
    }
}

@media (min-width: 700px) {
    .main_content-pack {
        transform: translateY(-50%) translateX(0) scale(1);
    }
}

@media (min-width: 800px) {
    .main_content-pack {
        transform: translateY(-50%) translateX(0) scale(1.2);
    }
    .new_top_banner {
        background-position-x: -389px;
    }
}

@media (min-width: 900px) {
    .new_top_banner {
        background-position-x: -370px;
    }
}

@media (min-width: 1000px) {
    .new_top_banner {
        background-position-x: -301px;
    }
}

@media (min-width: 1200px) {
    .main_content-pack {
        transform: translateY(-50%) translateX(0) scale(1.5);
    }
    .new_top_banner {
        background-position-x: 50%;
    }
}

@media (min-width: 1376px) {
    .main_content-pack {
        /* transform: scale(1.4) translateY(0px) translateX(0px); */
    }
}

@media (min-width: 1400px) {
    .main_content-pack {
        /* transform: scale(1.5) translateY(0) translateX(0) */
    }
}

@media (min-width: 1500px) {
    .main_content-pack {
        /* transform: scale(1.5) translateY(0) translateX(0) */
    }
}

@media (min-width: 1700px) {
    .main_content-pack {
        /* transform: scale(1.5) translateY(0) translateX(0) */
    }
}

@media (min-width: 1920px) {
    .main_content-pack {
        /* transform: scale(1.5) translateY(0) translateX(0) */
    }
}

@media (min-width: 2100px) {
    .main_content-pack {
        position: absolute;
        left: 0;
        right: 0;
        margin: 0 auto;
        top: 50%;
        bottom: 0;
        transform: translateY(-50%) translateX(0) scale(1.5);
    }
}


/* //////////////////////////////////// */

@media (max-width: 1000px) {
    /* .main_content-pack {
        transform: scale(1.2) translateY(130px) translateX(130px)
    }

    .new_top_banner {
        background-position-x: -239px;
    } */
}

@media (max-width: 1200px) {
    img.sldier_description {
        width: 100%;
    }
}

@media (max-width: 600px) {
    img.sldier_description.mob {
        display: block;
        top: -31px;
        position: relative;
    }
    img.sldier_description.desc {
        display: none;
    }
    .slider_title {
        font-size: 36px;
        line-height: 48px;
        padding: 0 27px;
    }
}


/* @media (max-width: 1920px) { 
    .main_content-pack {
        transform: scale(1.4) translateY(-30px) translateX(150px)
    }
} */

@media (max-width: 600px) {
    .new_top_banner {
        background-image: url('../images/dist/414_586_landing_.jpg')!important;
        /* padding-top: 35%; */
        min-height: 750px;
    }
    .main_content-pack {
        position: absolute;
        margin: 0 auto;
        top: 50%;
        bottom: 0;
        transform: translateY(-50%) translateX(0) scale(0.8);
    }
    .slider_title {
        padding: 0;
        font-size: 25px;
        line-height: 30px;
    }
    .slider_title span {
        display: block;
    }
    .pop-up__container {
        background-position: 50% 50%;
        height: 400px;
    }
}

@media (max-width: 500px) {
    .new_top_banner {
        background-image: url('../images/dist/414_586_landing_.jpg')!important;
        padding-top: 0;
        /* background-size: contain; */
    }
    .main_content-pack {
        transform: translateY(-50%) translateX(0) scale(0.7);
        /* padding-top: 35%; */
    }
    .slider_title {
        padding: 0;
        font-size: 25px;
        line-height: 30px;
    }
    .slider_title span {
        display: block;
    }
}


/* @media (max-width: 450px) { 
    .main_content-pack {
        transform: scale(0.7) translateY(101px) translateX(2%);
        padding-top: 35%;
    }
} */

@media (max-width: 400px) {
    .slider_title {
        font-size: 21px;
    }
    .main_content-pack {
        transform: translateY(-50%) translateX(0) scale(0.6);
    }
}

@media (max-width: 300px) {
    .slider_title {
        font-size: 20px;
    }
}