.section-atomsound.top {
    background-color: #1C1C1C;
    position: relative;
    /*! height: 900px; */
    overflow: hidden;
}

.section-atomsound.when {
    background-color: white;
}

.section-atomsound .section-in {
    width: 1920px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;

}

.section-atomsound.top .top-background .back.backM {
    display: none;
}

.section-atomsound.top .top-background .back {
    display: block;
}

.section-atomsound.top .bottom-block {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.section-atomsound.top .logo1 img {
    height: 77px;
}

.section-atomsound.top .logo2 img {
    height: 60px;
}

.atomsound-page {
    font-family: 'Roboto';
}



.section-atomsound.top .regbutton {
    border: 4px solid #FFDB1C;
    border-radius: 45px;
    padding: 12px 30px;
    width: 300px;
    text-align: center;
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    color: #FFDB1C;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0px;
    right: 0px;
    bottom: 11px;
    transition: color 0.2s, background-color 0.2s border 0.2s;
}

.section-atomsound.top .regbutton:hover {
    background-color: #FFDB1C;
    color: #1E1E1E;
}

.section-atomsound.top .regbutton:active {
    background-color: #FFDB1C;
    color: white;
    border: 4px solid white;
}

.section-atomsound.top .text-block p {
    line-height: 38px;
    color: #FFDB1C;
    margin: unset;
    font-size: 32px;
}

.section-atomsound.top .text-block .text-one {
    font-style: normal;
    font-weight: 700;
}

.section-atomsound.top .text-block .text-two {
    font-style: italic;
    font-weight: 400;
}

.section-atomsound.top .text-block {
    text-align: center;
    margin-bottom: 70px;
    margin-bottom: calc(10% - 70px);
}



.section-atomsound.top .top-info {
    position: absolute;
    bottom: 70px;
    left: 50px;
    right: 50px;
    bottom: calc(15% - 70px);
}

.section-atomsound.top .section-in {
    position: relative;

    height: 100%;
}



.section-atomsound.when .section-in {
    display: flex;
}

.section-atomsound.when .block-left {
    flex-basis: 30%;
    flex-shrink: 0;
    display: flex;
    flex-grow: 0;
    background-color: #FD0;
}

.section-atomsound.when .when-left {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.section-atomsound.when .block-right {
    display: flex;
    flex-grow: 1;
    align-items: center;
    padding: 50px 50px 50px 140px;
    flex-shrink: 1;
}

.section-atomsound.when .text-block {
    width: 740px;
    max-width: 100%;
    width: 100%;
    max-width: 740px;
}

.section-atomsound.when .when-title {
    font-style: normal;
    font-weight: 900;
    font-size: 64px;
    line-height: 75px;
    margin: unset;
    text-transform: uppercase;
}

.section-atomsound.when .when-caption {
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    margin: unset;
    margin-top: 36px;
}

.section-atomsound.when .when-date {
    font-style: normal;
    font-weight: 900;
    font-size: 32px;
    line-height: 38px;
    text-decoration: underline solid #FFDB1C 4px;
}

.section-atomsound.when .when-caption {
    margin-top: 10px;
}


.section-atomsound.start {
    background-color: #1C1C1C;
}

.section-atomsound.start .section-in {
    display: flex;
    /*! padding-left: 30%; */
}

.section-atomsound.start .block-right {
    flex-basis: 30%;
    flex-shrink: 1;
    display: flex;
    flex-grow: 0;
    background-color: #000;
}

.section-atomsound.start .start-right {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.section-atomsound.start .block-left {
    display: flex;
    flex-grow: 1;
    align-items: center;
    padding: 50px 50px 50px calc(140px + 30%);
    /*! justify-content: flex-end; */
}

.section-atomsound.start .text-block {
    width: 420px;
    max-width: 100%;
    width: 100%;
    max-width: 420px;
}

.section-atomsound.start .start-title {
    font-style: normal;
    font-weight: 900;
    font-size: 64px;
    line-height: 75px;
    margin: unset;
    color: white;
}


.section-atomsound.about {
    background-color: white;
}

.section-atomsound.about .section-in {
    display: flex;
    /*! padding-left: 30%; */
}

.section-atomsound.about .block-right {
    flex-basis: 39%;
    flex-shrink: 1;
    display: flex;
    flex-grow: 0;
}

.section-atomsound.about .about-right {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.section-atomsound.about .block-center {
    display: flex;
    flex-grow: 1;
    align-items: center;
    padding: 50px 112px 50px 72px;
    /*! justify-content: flex-end; */
    flex-shrink: 1;
    flex-basis: 710px;
}

.section-atomsound.about .text-block {
    /*! width: 710px; */
    max-width: 100%;
}

.section-atomsound.about .about-title {
    font-style: normal;
    font-weight: 900;
    font-size: 64px;
    line-height: 75px;
    margin: unset;
    text-transform: uppercase;
    text-align: right;
}

.section-atomsound.about .about-caption {
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 28px;
    margin: unset;
    margin-top: 36px;
}

.section-atomsound.about .block-left {
    display: flex;
    align-items: center;
}


.section-atomsound.about .about-bottom {
    height: 50px;
    margin-right: auto;
    width: 82px;
    display: flex;
    margin-left: auto;
    margin-top: 55px;
}



.section-atomsound.reg .section-in {
    display: flex;
}

.section-atomsound.reg .block-left {
    flex-basis: 30%;
    flex-shrink: 1;
    display: flex;
    flex-grow: 0;
    padding: 131px 50px 90px 50px;
    background-color: #1E1E1E;
    justify-content: center;
    align-items: flex-start;
}

.section-atomsound.reg .reg-left {
    width: 100%;
    height: auto;
    object-fit: contain;
    max-width: 394px;
}

.section-atomsound.reg .block-right {
    display: flex;
    flex-grow: 1;
    padding: 50px 50px 50px 140px;
    background-color: #C4C4C4;
}

.section-atomsound.reg .text-block {
    width: 100%;
    max-width: 900px;
    min-width: 580px;
}

.section-atomsound.reg .reg-title {
    font-style: normal;
    font-weight: 900;
    font-size: 64px;
    line-height: 75px;
    margin: unset;
    text-transform: uppercase;
}

.section-atomsound.reg .reg-title2 {
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 23px;
    margin-top: 4px;
    margin-bottom: unset;
}

.section-atomsound.reg .reg-caption {
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    margin: unset;
    margin-top: 36px;
}

.section-atomsound.reg .reg-date {
    font-style: normal;
    font-weight: 900;
    font-size: 32px;
    line-height: 38px;
    text-decoration: underline solid #FFDB1C 4px;
}


.section-atomsound.reg .block-register-in {
    /*display: none;*/
    /*padding-top: 40px;*/
    height: 0px;
    opacity: 0;
    transition: opacity 0.5s;
}

.section-atomsound.reg .block-register-in2 {
    padding-top: 40px;
    /*overflow: hidden;*/
}

.section-atomsound.reg .block-register {
    background: #1C1C1C;
    border-radius: 47px;
    padding: 54px 56px;
    color: white;
    margin-bottom: 38px;
    overflow: hidden;
}

.section-atomsound.reg .block-register.yellow {
    background-color: #FFDB1C;
}

.section-atomsound.reg .block-register.active .block-register-in {
    /*display: block;*/
    height: auto;
    opacity: 1;
}

.section-atomsound.reg .title-button {
    color: white;
    font-style: normal;
    font-weight: 900;
    font-size: 32px;
    line-height: 38px;
    cursor: pointer;
    text-transform: uppercase;
    /*! padding: 54px 56px; */
    position: relative;
}

.section-atomsound.reg .blocks-reg {
    margin-top: 50px;
    width: 100%;
    max-width: 900px;
}

.section-atomsound.reg .block-register-boottom {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    margin-bottom: -28px;
}

.section-atomsound.reg .block-register-boottom a {
    text-decoration: underline;
    color: inherit;
}

.section-atomsound.reg .block-register .block-register-boottom {
    margin-top: 20px;
    color: white;
}

.section-atomsound.reg .block-register.yellow .block-register-boottom {
    color: black;
}

.section-atomsound.reg .block-register-in .block-register-timepad {
    margin-top: unset;
    padding: 20px;
    background-color: white;
    border-radius: 47px;
}

.section-atomsound.reg .title-button:after {
    background-image: url("data:image/svg+xml,%3Csvg width='63' height='36' viewBox='0 0 63 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline x1='60.7361' y1='33.2719' x2='30.232' y2='2.76776' stroke='white' stroke-width='5'/%3E%3Cline x1='33.0197' y1='2.01572' x2='2.51562' y2='32.5198' stroke='white' stroke-width='5'/%3E%3C/svg%3E%0A");
    content: "";
    position: absolute;
    width: 60px;
    height: 30px;
    right: 0px;
    transform: rotate(180deg);
    transition: transform 0.5s;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.section-atomsound.reg .block-register.active .title-button:after {
    transform: rotate(0deg);
}


.section-atomsound.footer .section-in {
    width: 1366px;
}

.section-atomsound.footer .footer-top {
    width: 100%;
}

.section-atomsound.footer {
    /*! background-color: #1C1C1C; */
    padding-top: 80px;
    background-color: white;
}

.section-atomsound.footer .block-bottom {
    background-color: #1C1C1C;
    padding: 150px 70px 60px 70px;
}

.section-atomsound.footer .text-block {
    display: flex;
    justify-content: space-between;
}

.section-atomsound.footer .block-top {
    margin-bottom: -8%;
}

.section-atomsound.footer .logo1 img {
    width: 350px;
}

.section-atomsound.footer .footer-caption {
    width: 742px;
    color: white;
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    max-width: 100%;
}

.section-atomsound.footer .footer-caption span {
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
}

.footer-caption a {
    color: white;
    text-decoration: underline;
}

.section-atomsound.top .top-background {
    width: 100%;
    height: 100%;
    padding-top: 47%;
}

.section-atomsound.top .top-background .back {
    position: absolute;
    opacity: 0;
    width: 100%;
    height: auto;
    top: 0px;
}

.section-atomsound.top .top-background .back.active {
    opacity: 1;
}


@media(min-width:769px) and (max-width:1400px) {

    .section-atomsound.when .block-right {
        padding: 50px 50px 50px 50px;
    }

    .section-atomsound.when .when-title {
        font-size: 48px;
        line-height: 55px;
    }

    .section-atomsound.when .text-block {
        max-width: 740px;
    }

    .section-atomsound.start .block-left {
        padding: 50px 50px 50px calc(50px + 30%);
    }

    .section-atomsound.start .start-title {
        font-size: 48px;
        line-height: 55px;
    }

    .section-atomsound.about .about-title {
        font-size: 48px;
        line-height: 55px;
        text-align: left;
    }

    .section-atomsound.about .block-right {
        align-items: flex-start;
        padding-top: 50px;
    }

    .section-atomsound.reg .reg-title {
        font-size: 48px;
        line-height: 55px;
    }

    .section-atomsound.reg .reg-title2 {
        font-size: 16px;
        line-height: 19px;
    }

    .section-atomsound.reg .block-right {
        padding: 50px 50px 50px 50px;
    }

    .section-atomsound.reg .block-left {
        padding: 30px 30px 30px 30px;
    }

    .section-atomsound.reg .text-block {
        min-width: 505px;
    }

    .section-atomsound.reg .title-button {
        font-size: 25px;
        line-height: 28px;
    }

    .section-atomsound.reg .block-register {
        padding: 44px 44px;
    }

    .section-atomsound.footer .logo1 img {
        width: 300px;
    }

    .section-atomsound.about .about-caption {
        font-size: 20px;
        line-height: 24px;
    }

    .section-atomsound.about .block-center {
        padding: 50px 50px 50px 50px;
    }

    .section-atomsound.about .block-left {
        display: none;
    }

    .section-atomsound.top .text-block p {
        font-size: 19px;
    }

    .section-atomsound.top .logo1 img {
        height: 48px;
    }

    .section-atomsound.top .logo2 img {
        height: 39px;
    }

    .section-atomsound.top .top-info {
        bottom: calc(20% - 70px);
    }

    .section-atomsound.top .text-block {
        margin-bottom: calc(7% - 45px);
    }

    .section-atomsound.top .regbutton {
        padding: 0px 20px;
        width: 192px;
        font-size: 16px;
    }

}


@media(max-width:768px) {

    .section-atomsound.when .block-right {
        padding: 20px 20px 20px 20px;
    }

    .section-atomsound.when .when-title {
        font-size: 40px;
        line-height: 45px;
    }

    .section-atomsound.when .when-caption {
        font-size: 16px;
        line-height: 20px;
    }

    .section-atomsound.when .when-date {
        font-size: 20px;
        line-height: 20px;
    }

    .section-atomsound.start .block-left {
        padding: 20px 20px 20px 20px;
    }

    .section-atomsound.start .start-title {
        font-size: 40px;
        line-height: 45px;
    }

    .section-atomsound.about .block-left {
        display: none;
    }

    .section-atomsound.about .about-title {
        font-size: 40px;
        line-height: 45px;
        text-align: left;
    }

    .section-atomsound.about .block-center {
        padding: 20px 20px 20px 20px;
    }

    .section-atomsound.about .section-in {
        flex-direction: column;
    }

    .section-atomsound.about .about-caption {
        font-size: 16px;
        line-height: 20px;
        margin-top: 20px;
    }

    .section-atomsound.about .about-bottom {
        margin-top: 30px;
    }

    .section-atomsound.reg .block-right {
        padding: 20px 20px 20px 20px;
    }

    .section-atomsound.reg .block-left {
        display: none;
    }

    .section-atomsound.reg .reg-title {
        font-size: 40px;
        line-height: 45px;
    }

    .section-atomsound.reg .reg-title2 {
        font-size: 12px;
        line-height: 16px;
    }

    .section-atomsound.reg .title-button {
        font-size: 20px;
        line-height: 25px;
    }

    .section-atomsound.reg .block-register {
        padding: 24px 20px;
        margin-bottom: 20px;
    }

    .section-atomsound.reg .text-block {
        min-width: unset;
    }

    .section-atomsound.reg .title-button::after {
        width: 40px;
        height: 20px;
    }

    .section-atomsound.reg .block-register-in .block-register-timepad {
        padding: 10px;
    }

    .section-atomsound.reg .blocks-reg {
        margin-top: 20px;
    }

    .section-atomsound.reg .block-register-boottom {
        margin-bottom: unset;
    }

    .section-atomsound.footer .block-bottom {
        padding: 50px 20px 50px 20px;
    }

    .section-atomsound.footer .text-block {
        flex-direction: column;
    }

    .section-atomsound.footer .footer-caption {
        font-size: 14px;
        line-height: 18px;
        max-width: 100%;
    }

    .section-atomsound.footer .footer-caption span {
        font-size: 14px;
        line-height: 18px;
    }

    .section-atomsound.top .top-info {
        left: 20px;
        right: 20px;
        bottom: 3%;
    }

    .section-atomsound.top .text-block p {
        line-height: 18px;
        font-size: 13px;
    }

    .section-atomsound.top .text-block {
        margin-bottom: 30%;
    }

    .section-atomsound.top .regbutton {
        border: 2px solid #FFDB1C;
        padding: 7px 30px;
        width: 180px;
        font-size: 14px;
        line-height: 14px;
        bottom: 37%;
    }

    .section-atomsound.top .top-background {
        width: 100%;
        height: 100%;
        padding-top: 125%;
    }

    .section-atomsound.top .logo1 img {
        height: 40px;
    }

    .section-atomsound.top .logo2 img {
        height: 40px;
    }

    .section-atomsound.top .top-background .back {
        display: none;
    }

    .section-atomsound.top .top-background .back.backM {
        display: block;
    }
}


.window-atomsound-info {
    position: fixed;
    opacity: 0;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    z-index: 3;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.59);
    display: none;
}

.window-atomsound-info.active {
    display: flex;
}

.window-atomsound-info .window-in {
    max-width: 100%;
    max-height: 100%;
    position: relative;
    box-shadow: 0px 7px 37px rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    background-image: url(/wp-content/themes/icao2/inc/partials/atomsound-page/background-popup.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 800px;
    padding-top: 75%;
}

.window-atomsound-info .window-out {
    max-width: 100%;
    max-height: 100%;
}

.window-atomsound-info .window-text {
    position: absolute;
    right: 58px;
    top: 0px;
    bottom: 0px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    flex-direction: column;
}

.window-atomsound-info .window-text p {
    font-style: normal;
    font-weight: 900;
    font-size: 64px;
    line-height: 75px;
    text-align: right;
    color: #FFFFFF;
    margin: unset;
    text-transform: uppercase;
}

.window-atomsound-info .window-text p.center {
    font-size: 230px;
    line-height: 178px;
}

.window-atomsound-info .window-close {
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_2668_34)'%3E%3Cpath d='M0.685547 21.8995L21.8988 0.686279L23.313 2.10049L2.09976 23.3137L0.685547 21.8995Z' fill='white'/%3E%3Cpath d='M2.09976 0.686279L23.313 21.8995L21.8988 23.3137L0.685547 2.10049L2.09976 0.686279Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_2668_34'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
    width: 30px;
    height: 30px;
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer;
    background-size: contain;
    background-repeat: no-repeat;
    transition: opacity 0.3s;
}

.window-atomsound-info .window-close:hover {
    opacity: 0.5;
}

@media(max-width:800px) {
    .window-atomsound-info .window-text p.center {
        font-size: 30vw;
        line-height: 22vw;
    }

    .window-atomsound-info .window-text p {
        font-size: 8vw;
        line-height: 9vw;
    }

    .window-atomsound-info .window-text {
        right: 8vw;
    }

    .window-atomsound-info .window-close {
        width: 20px;
        height: 20px;
    }

}