/*-------------------reset----------------------*/
html, body, div, span, h1, h2, h3, h4, h5, h6, p,
a, em, img, small, strike, sub,
b, u, i, center,
dl, dt, dd, ol, ul, li,
form, label, table, caption, tr, th, td,
article, figure, figcaption, footer, header,
menu, nav, section {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

* { 
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
/*-------------------reset end----------------------*/

/*-------------------global presets----------------------*/
body {
    /* font-family: 'Oswald', sans-serif;
    font-family: 'Raleway', sans-serif;
    font-family: 'Roboto', sans-serif; */
    background: #0C121E;
    /* background: #020A18; */
}
.no_scroll {
    overflow: hidden;
}
body.color_type2 {
    background: #0C121E;
}

h1, .h1 {
    font-family: 'Oswald', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 42px;
    line-height: 50px;
    letter-spacing: -0.4px;
    text-transform: uppercase;
    color: #F9F9F9;
}
h2, .h2, h2 a {
    font-family: 'Oswald', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 34px;
    line-height: 44px;
    letter-spacing: -0.4px;
    text-transform: uppercase;
    color: #F9F9F9;
}
h2 a {
    text-decoration: none;
}
h2 a:hover {
    color: #00EABD;
}
h3 {
    font-family: 'Oswald', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 34px;
    line-height: 44px;
    letter-spacing: -0.4px;
    color: #F9F9F9;
}
h4, h4 a {
    font-family: 'Oswald', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 30px;
    line-height: 40px;
    letter-spacing: -0.4px;
    color: #F9F9F9;
}
h4 a {
    text-decoration: none;
}
h4 a:hover {
    color: #00EABD;
}
h5 {
    font-family: 'Oswald', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 22px;
    line-height: 28px;
    display: flex;
    align-items: flex-end;
    letter-spacing: -0.4px;
    color: #F9F9F9;
}
@media only screen and (min-width:768px) {
    h1, .h1 {
        font-size: 72px;
        line-height: 82px;
    }
    h2, .h2, h2 a {
        font-size: 58px;
        line-height: 68px;
    }
    h3 {
        font-size: 52px;
        line-height: 62px;
    }
    h4, h4 a {
        font-size: 48px;
        line-height: 48px;
    }
    h5 {
        font-size: 26px;
        line-height: 32px;
    }
}
@media only screen and (min-width:1920px) {
    h1, .h1 {
        font-size: 88px;
        line-height: 100px;
    }
    h2, .h2, h2 a {
        font-size: 72px;
        line-height: 92px;
    }
    h3 {
        font-size: 64px;
        line-height: 76px;
    }
    h4, h4 a {
        font-size: 48px;
        line-height: 60px;
    }
    h5 {
        font-size: 36px;
        line-height: 42px;
    }
}


.price {
    font-family: 'Oswald', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 34px;
    line-height: 44px;
    letter-spacing: -0.4px;
    text-transform: uppercase;
    color: #F2D113;
}
@media only screen and (min-width:768px) {
    .price {
        font-weight: 700;
        font-size: 48px;
        line-height: 56px;
        letter-spacing: -0.4px;
        text-transform: uppercase;
    }
}


.font_body_small {
    font-family: 'Raleway', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 24px;
    letter-spacing: 0.2px;
    color: #F9F9F9;
    font-feature-settings: 'pnum' on, 'lnum' on;
}
.font_body {
    font-family: 'Raleway', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    line-height: 26px;
    letter-spacing: 0.2px;
    color: #F9F9F9;
}
@media only screen and (min-width:768px) {
    .font_body {
        font-size: 20px;
        line-height: 28px;
    }
}


.font_body_medium {
    font-family: 'Raleway', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    line-height: 26px;
    letter-spacing: 0.2px;
    color: #F9F9F9;
}


.font_body_large {
    font-family: 'Raleway', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0.2px;
    color: #F9F9F9;
}
.font_body_large span {
    font-weight: bold;
}
@media only screen and (min-width:768px) {
}



.font_signature_secondary {
    font-family: 'Oswald', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.2px;
    color: #F9F9F9;
}
.font_signature_capital {
    font-family: 'Oswald', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 13px;
    line-height: 16px;
    letter-spacing: 0.2px;
    text-transform: uppercase;
    color: #F9F9F9;
}
.font_signature_primary {
    font-family: 'Oswald', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 26px;
    letter-spacing: 0.2px;
    color: #F9F9F9;
}
.font_signature_benefits {
    font-family: 'Oswald', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 38px;
    line-height: 55px;
    letter-spacing: 0.2px;
    color: #F9F9F9;
}

.button_text_primary {
    font-family: 'Raleway', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 17px;
    line-height: 28px;
    letter-spacing: 0.2px;
    text-transform: uppercase;
    color: #F9F9F9;
}
.button_text_secondary {
    font-family: 'Raleway', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 28px;
    letter-spacing: 0.2px;
    text-transform: uppercase;
    color: #F9F9F9;
}
.font_signature_type1 {
    font-family: 'Oswald', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 26px;
    line-height: 36px;
    letter-spacing: 0.2px;
    color: #F9F9F9;
}

.color_font_green_90 {color: #7CFFE6;}
.color_bg_green_90 {background: #7CFFE6;}
.color_font_green_100 {color: #00EABD;}
.color_bg_green_100 {background: #00EABD;}
.color_font_yellow {color: #F2D113;}
.color_bg_yellow {background: #F2D113;}
.color_font_pink {color: #DD08CB;}
.color_bg_pink {background: #DD08CB;}
.color_font_dark_100 {color: #0C121E;}
.color_bg_dark_100 {background: #0C121E;}
.color_font_dark_90 {color: #192239;}
.color_bg_dark_90 {background: #192239;}
.color_font_light_100 {color: #F9F9F9;}
.color_bg_light_100 {background: #F9F9F9;}
.color_font_light_40 {color: #6B6E75;}
.color_bg_light_40 {background: #6B6E75;}
.color_font_light_20 {color: #3B404A;}
.color_bg_light_20 {background: #3B404A;}




.button_primary_90 {
    font-family: 'Raleway', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 28px;
    letter-spacing: 0.2px;
    text-transform: uppercase;
    color: #0C121E;
    padding: 14px 35px 12px;
    text-align: center;
    background: #00EABD;
    border-radius: 8px;
    text-decoration: none;
    display: inline-block;
    transition: 0.2s;
}
.button_primary_90:hover {
    background: #7CFFE6;
}
.button_primary_90.btn_in_form {
    line-height: 1;
}

.button_primary_100 {
    font-family: 'Raleway', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 17px;
    line-height: 28px;
    letter-spacing: 0.2px;
    text-transform: uppercase;
    color: #0C121E;
    padding: 18px 45px 16px;
    text-align: center;
    background: #00EABD;
    border-radius: 8px;
    text-decoration: none;
    display: inline-block;
    transition: 0.2s;
}
.button_primary_100:hover {
    background: #7CFFE6;
}




.button_secondary_90 {
    font-family: 'Raleway', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 28px;
    letter-spacing: 0.2px;
    text-transform: uppercase;
    color: #00EABD;
    display: inline-block;
    border: 2px solid #00EABD;
    border-radius: 8px;
    padding: 14px 35px 12px;
    text-decoration: none;
    transition: 0.2s;
    text-align: center;
}
.button_secondary_90:hover {
    background: #00EABD;
    color: #0C121E;
}
.button_secondary_90.btn_in_form {
    line-height: 1;
}


.link_90 {
    font-family: 'Raleway', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 28px;
    letter-spacing: 0.2px;
    text-decoration-line: underline;
    text-transform: uppercase;
    color: #00EABD;
    padding: 14px 35px;
    display: inline-block;
    transition: 0.2s;
    text-align: center;
}
.link_90:hover {
    color: #7CFFE6;
}
.link_90.btn_in_form {
    line-height: 1;
}


.button_link_arrow {
    font-family: 'Raleway', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 28px;
    letter-spacing: 0.2px;
    text-transform: uppercase;
    color: #F9F9F9;
    position: relative;
    text-decoration: none;
    transition: 0.2s;
}
.button_link_arrow:hover {
    color: #00EABD;
}
.button_link_arrow::after {
    position: absolute;
    content: "";
    width: 12px;
    height: 18px;
    bottom: calc(50% - 9px);
    right: -22px;
    background: url(/wp-content/themes/astrologia/assets/img/icon_link_arrow_right.svg) no-repeat;
    transition: 0.2s;
}
.button_link_arrow:hover::after {
    right: -32px;
}



.button_play {
    width: 98px;
    height: 98px;
    background: url(/wp-content/themes/astrologia/assets/img/Button_Play_Normal.svg) no-repeat;
    background-size: contain;
    transition: 0.2s;
    cursor: pointer;
}
.button_play:hover {
    background: url(/wp-content/themes/astrologia/assets/img/Button_Play_Hover.svg) no-repeat;
    background-size: contain;
}
@media only screen and (min-width:768px) {
    .button_play {
        width: 120px;
        height: 120px;
    }
}
@media only screen and (min-width:1280px) {
    .button_play {
        width: 175px;
        height: 175px;
    }
}


.label_secondary_90 {
    font-family: 'Oswald', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 13px;
    line-height: 16px;
    letter-spacing: 0.2px;
    text-transform: uppercase;
    color: #F9F9F9;
    padding: 8px 5px;
    display: inline-block;
}
.label_secondary_100 {
    font-family: 'Oswald', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 0.2px;
    text-transform: uppercase;
    color: #F9F9F9;
    padding: 14px 5px;
    display: inline-block;
    transition: 0.2s;
}
.label_primary_90_no_color {
    font-family: 'Oswald', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 13px;
    line-height: 16px;
    letter-spacing: 0.2px;
    text-transform: uppercase;
    color: #192239;
    background: #F9F9F9;
    padding: 8px 15px;
    display: inline-block;
}
.label_primary_100_no_color {
    font-family: 'Oswald', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 0.2px;
    text-transform: uppercase;
    color: #192239;
    background: #F9F9F9;
    padding: 14px 20px;
    display: inline-block;
}
.label_primary_90_yellow {
    font-family: 'Oswald', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 13px;
    line-height: 16px;
    letter-spacing: 0.2px;
    text-transform: uppercase;
    color: #F9F9F9;
    padding: 8px 15px;
    background: #F2D113;
    color: #192239;
    display: inline-block;
}
.label_primary_100_yellow {
    font-family: 'Oswald', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 0.2px;
    text-transform: uppercase;
    padding: 14px 20px;
    background: #F2D113;
    color: #192239;
    display: inline-block;
}


.label_primary {
    font-family: 'Oswald', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 13px;
    line-height: 16px;
    letter-spacing: 0.2px;
    text-transform: uppercase;
    color: #192239;
    background: #F9F9F9;
    padding: 8px 15px;
    display: inline-block;
}
@media only screen and (min-width:768px) {
    .label_primary {
        font-family: 'Oswald', sans-serif;
        font-style: normal;
        font-weight: bold;
        font-size: 16px;
        line-height: 16px;
        letter-spacing: 0.2px;
        text-transform: uppercase;
        color: #192239;
        background: #F9F9F9;
        padding: 14px 20px;
        display: inline-block;
        transition: 0.2s;
    }
}




.blur_small {
    position: relative;
}
.blur_small::before {
    position: absolute;
    content: "";
    width: 173px;
    height: 35px;
    top: -20px;
    left: calc(50% - 86px);
    background: #DD08CB;
    filter: blur(50px);
    transform: rotate(16deg);
    z-index: -1;
}
@media only screen and (min-width:768px) {
    .blur_small::before {
        position: absolute;
        content: "";
        width: 288px;
        height: 60px;
        top: 10px;
        left: 155px;
        background: #DD08CB;
        filter: blur(77px);
        transform: rotate(16deg);
        z-index: -1;
    }
}
@media only screen and (min-width:1280px) {
    .blur_small::before {
        position: absolute;
        content: "";
        width: 288px;
        height: 60px;
        top: 110px;
        left: 155px;
        background: #DD08CB;
        filter: blur(77px);
        transform: rotate(16deg);
        z-index: -1;
    }
}


.blur_mdescription_mk {
    position: relative;
}
.blur_mdescription_mk::before {
    position: absolute;
    content: "";
    width: 173px;
    height: 35px;
    top: 20px;
    left: calc(50% - 86px);
    background: #DD08CB;
    filter: blur(50px);
    transform: rotate(16deg);
    z-index: -1;
}
@media only screen and (min-width:768px) {
    .blur_mdescription_mk::before {
        position: absolute;
        content: "";
        width: 288px;
        height: 60px;
        top: calc(40% - 30px);
        left: 155px;
        background: #DD08CB;
        filter: blur(77px);
        transform: rotate(16deg);
        z-index: -1;
    }
}
@media only screen and (min-width:1280px) {
    .blur_mdescription_mk::before {
        position: absolute;
        content: "";
        width: 288px;
        height: 60px;
        top: 180px;
        left: 50px;
        background: #DD08CB;
        filter: blur(77px);
        transform: rotate(16deg);
        z-index: -1;
    }
}
@media only screen and (min-width:1920px) {
    .blur_mdescription_mk::before {
        position: absolute;
        content: "";
        width: 400px;
        height: 80px;
        top: 130px;
        left: 110px;
        background: #DD08CB;
        filter: blur(120px);
        transform: rotate(16deg);
        z-index: -1;
    }
}




.all_header {
    padding: 50px 40px;
}
.all_header .caption h2 {
    max-width: 500px;
}
.all_header .wrap_text_content {
    padding-top: 25px;
}
.all_header .text p {
    font-family: 'Raleway', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0.2px;
    color: #F9F9F9;
}
.all_header .text p a {
    color: #00EABD;
    text-decoration: none;
}
.all_header .text p a:hover {
    color: #7CFFE6;
}

.all_header .text.blur {
    position: relative;
}
.all_header .text.blur::before {
    position: absolute;
    content: "";
    width: 173px;
    height: 35px;
    top: -20px;
    left: calc(50% - 87px);
    background: #DD08CB;
    filter: blur(45px);
    transform: rotate(16deg);
    z-index: -1;
}
@media only screen and (min-width:768px) {
    .all_header {
        padding: 100px 40px;
    }
    .all_header .wrap_text_content {
        padding-top: 50px;
        padding-right: 80px;
    }
    .all_header .text.blur::before {
        position: absolute;
        content: "";
        width: 288px;
        height: 60px;
        top: -40px;
        left: calc(50% - 110px);
        background: #DD08CB;
        filter: blur(77px);
        transform: rotate(16deg);
        z-index: -1;
    }
}
@media only screen and (min-width:1280px) {
    .all_header {
        padding: 125px 40px 75px;
    }
    .all_header .caption {
        width: 40%;
    }
    .all_header .wrap_text_content {
        display: flex;
        justify-content: flex-end;
        padding-top: 0;
        padding-right: 0;
    }
    .all_header .wrap_text_content .text {
        width: 50%;
        position: relative;
        top: -50px;
        padding-right: 100px;
    }
    .all_header .text.blur::before {
        position: absolute;
        content: "";
        width: 288px;
        height: 60px;
        top: 0;
        left: 10%;
        background: #DD08CB;
        filter: blur(77px);
        transform: rotate(16deg);
        z-index: -1;
    }
}
@media only screen and (min-width:1919px) {
    
    .all_header .caption {
        width: 43%;
    }
    .all_header .caption h2 {
        max-width: unset;
    }
    .all_header .wrap_text_content .text {
        width: 38%;
        padding-right: 0;
    }
}




.wrap {
    width:100%;
    max-width:1440px;
    margin-left:auto;
    margin-right:auto;
}




.box {
    width: 100%;
    padding-top: 100%; 
    position: relative;
    display: block;
}
  
.box_content {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.ratio360{
    padding-top: 128.5%;
}
.ratio_true_forecast{
    padding-top: 60.26%;
}
.ratio_live_img1{
    padding-top: 56.31%;
}
.ratio_live_img2{
    padding-top: 153.5%;
}
.ratio_prof {
    padding-top: 31.2%;
}
.ratio_cources {
    padding-top: 84.23%;
}
.ratio_course_video{
    padding-top: 56.31%;
}



.box2 {
    width: 100%;
}
.box2>div {
    position:relative;
    width:100%;
    padding-bottom:56.31%;
}
.box2>div>div.box2_content {
    position:absolute;
    width:100%;
    height:100%;
}
.box2ratio_course_video {
    padding-bottom: 56.31%;
}
.box2ratio_course_test {
    padding-bottom: 67.86%;
}

.box3 {
    width: 100%;
}
.box3>div {
    position:relative;
    width:100%;
    padding-bottom:112.5%;
}
/*-------------------global presets end----------------------*/




.stickers_tinkoff {
    width: 230px;
    height: 230px;
    position: absolute;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.stickers_tinkoff::before {
    position: absolute;
    content: "";
    width: 230px;
    height: 230px;
    background: url(/wp-content/themes/astrologia/assets/img/stickers_tinkoff_pic.svg) no-repeat center center;
    right: 0;
    bottom: 0;
}
.stickers_tinkoff::after {
    position: absolute;
    content: "";
    width: 230px;
    height: 230px;
    background: url(/wp-content/themes/astrologia/assets/img/stickers_tinkoff_text.svg) no-repeat center center;
    right: 0;
    bottom: 0;

    -webkit-animation: rotating 20s linear infinite;
    -moz-animation: rotating 20s linear infinite;
    -ms-animation: rotating 20s linear infinite;
    -o-animation: rotating 20s linear infinite;
    animation: rotating 20s linear infinite;
}

@-webkit-keyframes rotating /* Safari and Chrome */ {
    to {
      -webkit-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    from {
      -webkit-transform: rotate(360deg);
      -o-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  @keyframes rotating {
    to {
      -ms-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -webkit-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    from {
      -ms-transform: rotate(360deg);
      -moz-transform: rotate(360deg);
      -webkit-transform: rotate(360deg);
      -o-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }




  .stickers_deepsky {
    width: 230px;
    height: 230px;
    position: absolute;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.stickers_deepsky::before {
    position: absolute;
    content: "";
    width: 230px;
    height: 230px;
    background: url(../img/stickers_deep_sky.svg) no-repeat center center;
    right: 0;
    bottom: 0;
}



/*Сквозная рекламная строка*/
.adv_bottom_bar {
    display: none;
}
.adv_bottom_bar.show {
    display: block;
}
.adv_bottom_bar.show.show_no {
    display: none;
}
.adv_bottom_bar {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(90deg, #0F1422 15.27%, #192239 29.92%);
    z-index: 5;
}
.adv_bottom_bar .wrap .adv_desktop {
    display: none;
}
.adv_bottom_bar .wrap .adv_mobile {
    padding: 13px 40px;
    display: grid;
    grid-template-columns: 100px 1fr 20px;
    grid-template-areas: 
    "logo date cross"
    "content content content";
    gap: 11px;
}

.adv_bottom_bar .wrap .adv_mobile .logo {
    grid-area: logo;
    position: relative;
}
.adv_bottom_bar .wrap .adv_mobile .logo::before {
    position: absolute;
    content: "";
    width: 75px;
    height: 75px;
    background: url(../img/img_moon.png) no-repeat;
    background-size: contain;
    z-index: -1;
    left: -46px;
    top: -35px;
}
.adv_bottom_bar .wrap .adv_mobile .logo p {
    color: #F9F9F9;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    font-family: Oswald;
    font-size: 9px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 9px */
    letter-spacing: 0.943px;
    text-transform: uppercase;
}

.adv_bottom_bar .wrap .adv_mobile .date {
    grid-area: date;
    display: flex;
    justify-content: center;
}
.adv_bottom_bar .wrap .adv_mobile .date p {
    color: #F2D113;
    font-family: Oswald;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: -0.104px;
    text-transform: uppercase;
}

.adv_bottom_bar .wrap .adv_mobile .cross {
    grid-area: cross;
    display: flex;
    justify-content: flex-end;
}
.adv_bottom_bar .wrap .adv_mobile .cross span {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(../img/icon_cross_bottom_bar.svg) no-repeat center center;
    cursor: pointer;
}

.adv_bottom_bar .wrap .adv_mobile .content {
    grid-area: content;
    display: flex;
    justify-content: center;
}
.adv_bottom_bar .wrap .adv_mobile .content a {
    color: #F9F9F9;
    font-family: Oswald;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.3;
    letter-spacing: -0.104px;
    display: inline-block;
    text-decoration: none;
}
.adv_bottom_bar .wrap .adv_mobile .content a .capt {
    font-weight: 600;
    text-transform: uppercase;
}
.adv_bottom_bar .wrap .adv_mobile .content a .link {
    font-family: 'Raleway', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 1;
    letter-spacing: 0.2px;
    text-decoration-line: underline;
    color: #00EABD;
    padding: 0 5px;
    display: inline-block;
    transition: 0.2s;
    text-align: center;
}
.adv_bottom_bar .wrap .adv_mobile .content a:hover .link {
    color: #7CFFE6;
}
@media only screen and (min-width:768px) {
    .adv_bottom_bar .wrap .adv_mobile {
        display: none;
    }
    .adv_bottom_bar .wrap .adv_desktop {
        padding: 18px 0;
        display: block;
    }
    .adv_bottom_bar .wrap .adv_desktop {
        display: flex;
        justify-content: space-between;
        align-items: center;
        height: 100%;
    }
    .adv_bottom_bar .wrap .adv_desktop .left,
    .adv_bottom_bar .wrap .adv_desktop .right {
        flex: none;
    }

    .adv_bottom_bar .wrap .adv_desktop .left {
        display: flex;
        align-items: center;
        position: relative;
    }
    .adv_bottom_bar .wrap .adv_desktop .left .text {
        margin-left: 48px;
    }
    .adv_bottom_bar .wrap .adv_desktop .left .text .up {
        color: #F9F9F9;
        font-family: Oswald;
        font-size: 15.617px;
        font-style: normal;
        font-weight: 500;
        line-height: 1.1;
        letter-spacing: 0.943px;
        text-transform: uppercase;
    }
    .adv_bottom_bar .wrap .adv_desktop .left .text .down {
        color: #F9F9F9;
        font-family: Raleway;
        font-size: 9.214px;
        font-style: normal;
        font-weight: 600;
        line-height: 100%;
        letter-spacing: 0.912px;
        text-transform: uppercase;
        margin-top: 7px;
        opacity: 0.7;
    }
    .adv_bottom_bar .wrap .adv_desktop .left::before {
        position: absolute;
        content: "";
        width: 75px;
        height: 75px;
        background: url(../img/img_moon.png) no-repeat;
        background-size: contain;
        z-index: -1;
        left: 0;
        top: -35px;
    }

    .adv_bottom_bar .wrap .adv_desktop .center {
        padding: 0 27px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .adv_bottom_bar .wrap .adv_desktop .center .text {
        display: flex;
        align-items: center;
    }
    .adv_bottom_bar .wrap .adv_desktop .center .text .date {
        flex: none;
        color: #F2D113;
        font-family: Oswald;
        font-size: 20px;
        font-style: normal;
        font-weight: 600;
        line-height: 100%;
        letter-spacing: -0.104px;
        text-transform: uppercase;
        display: inline-block;
    }
    .adv_bottom_bar .wrap .adv_desktop .center .text .separate {
        display: inline-block;
        flex: none;
        width: 2px;
        height: 26px;
        background: url(../img/icon_separate_bottom_bar.svg) no-repeat center center;
        margin: 0 18px;
    }
    .adv_bottom_bar .wrap .adv_desktop .center .text .desc {
        width: 100%;
        color: #F9F9F9;
        font-family: Oswald;
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: 1.3;
        letter-spacing: -0.104px;
        display: inline-block;
    }
    .adv_bottom_bar .wrap .adv_desktop .center .text .desc span {
        font-weight: 600;
        text-transform: uppercase;
    }
    .adv_bottom_bar .wrap .adv_desktop .center a {
        padding: 8px 16px;
        font-size: 12px;
        line-height: 28px;
        letter-spacing: 0.2px;
        margin-left: 36px;
    }

    .adv_bottom_bar .wrap .adv_desktop .right span {
        display: inline-block;
        width: 19px;
        height: 19px;
        background: url(../img/icon_cross_bottom_bar.svg) no-repeat center center;
        cursor: pointer;
    }
}