.popup {
    background-color: #fff;
    box-shadow: 0px -2px 14px 0px rgba(0, 0, 0, 0.25);
    border-bottom: none;
    position: relative;
    width: 100%;
    max-width: 1140px;
    margin: auto;
    overflow: hidden;
    padding: 24px;
    box-sizing: border-box;
    margin-top: 2%;
}

.popup .wp-block-embed{
    margin: -25px;
}
.popup__btn {
    border: none;
    display: inline-flex;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
}

.pum-overlay{
    display: none!important;
}

.page .mfp-bg {
    /*background: rgba(77, 76, 78, 0.50);*/
    background: rgba(47, 47, 47, 0.53);
    filter: blur(11px);
}
.mfp-close-btn-in .popup .mfp-close{
    position: absolute;
    height: 25px;
    width: 25px;
    left: auto;
    right: 8px;
    bottom: auto;
    top: 8px;
    padding: 0px;
    color: #ffffff;
    font-family: Times New Roman;
    font-weight: 700;
    font-size: 20px;
    line-height: 20px;
    border: 1px none #ffffff;
    border-radius: 42px;
    box-shadow: 0px 0px 0px 0px rgb(2 2 2 / 23%);
    text-shadow: 0px 0px 0px rgb(0 0 0 / 23%);
    background-color: #c68a41;
    opacity: 1;
}
.mfp-close-btn-in .popup .mfp-close:hover{
    opacity: 1;
}
/**
 * Fade-zoom animation for first dialog
 */

/* start state */
.my-mfp-zoom-in .zoom-anim-dialog {
    opacity: 0;

    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;

    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
}

/* animate in */
.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
    opacity: 1;

    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

/* animate out */
.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);

    opacity: 0;
}

/* Dark overlay, start state */
.my-mfp-zoom-in.mfp-bg {
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
}

/* animate in */
.my-mfp-zoom-in.mfp-ready.mfp-bg {
    opacity: 0.8;
}

/* animate out */
.my-mfp-zoom-in.mfp-removing.mfp-bg {
    opacity: 0;
}

/**
 * Fade-move animation for second dialog
 */

/* at start */
.my-mfp-slide-bottom .zoom-anim-dialog {
    opacity: 0;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;

    -webkit-transform: translateY(-20px) perspective(600px) rotateX(10deg);
    -moz-transform: translateY(-20px) perspective(600px) rotateX(10deg);
    -ms-transform: translateY(-20px) perspective(600px) rotateX(10deg);
    -o-transform: translateY(-20px) perspective(600px) rotateX(10deg);
    transform: translateY(-20px) perspective(600px) rotateX(10deg);

}

/* animate in */
.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
    opacity: 1;
    -webkit-transform: translateY(0) perspective(600px) rotateX(0);
    -moz-transform: translateY(0) perspective(600px) rotateX(0);
    -ms-transform: translateY(0) perspective(600px) rotateX(0);
    -o-transform: translateY(0) perspective(600px) rotateX(0);
    transform: translateY(0) perspective(600px) rotateX(0);
}

/* animate out */
.my-mfp-slide-bottom.mfp-removing .zoom-anim-dialog {
    opacity: 0;

    -webkit-transform: translateY(-10px) perspective(600px) rotateX(10deg);
    -moz-transform: translateY(-10px) perspective(600px) rotateX(10deg);
    -ms-transform: translateY(-10px) perspective(600px) rotateX(10deg);
    -o-transform: translateY(-10px) perspective(600px) rotateX(10deg);
    transform: translateY(-10px) perspective(600px) rotateX(10deg);
}

/* Dark overlay, start state */
.my-mfp-slide-bottom.mfp-bg {
    opacity: 0;

    -webkit-transition: opacity 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
}

/* animate in */
.my-mfp-slide-bottom.mfp-ready.mfp-bg {
    opacity: 0.8;
}

/* animate out */
.my-mfp-slide-bottom.mfp-removing.mfp-bg {
    opacity: 0;
}

.safari #magnific-popup iframe{
    height: 85vh !important;
}


.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.85);
    z-index: 9999999;
    overflow-x: hidden;
    overflow-y: scroll;
}

.popup-vocation {
    width: 100%;
    max-width: 1000px;
    height: 580px;
    position: relative;
    background: url("/wp-content/themes/oceanwp-child-theme-master/img/popups/vocation/v2/bg.png") no-repeat center top,
    linear-gradient(0deg, rgba(245, 104, 62, 0.06) 0%, rgba(245, 104, 62, 0.06) 100%), #FFF;
    border: 2px solid #F5683E;
    box-shadow: 0 15px 40px 0 rgba(183, 76, 44, 0.10);
    margin: auto;
    padding: 40px 40px;
    top: calc(50% - 580px/2);
    box-sizing: border-box;
}

.popup-vocation__close {
    position: absolute;
    top: -12px;
    right: -12px;
    cursor: pointer;
}

.popup-vocation__close img {
    display: block;
}

.popup-vocation__content {
    display: flex;
    justify-content: space-between;
}

.popup-vocation__left {
    width: 100%;
    max-width: 500px;
}

.popup-vocation__right {
    width: 100%;
    max-width: 370px;
}

.popup-vocation__title {
    color: #000;
    font-family: 'Times New Roman',sans-serif;
    font-size: 34px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    margin: 0 0 32px;
}

.popup-vocation__title span {
    color: #221C8F;
}


.popup-vocation__item {
    display: flex;
    align-items: center;
    margin: 0 0 15px;
}

.popup-vocation__item img {
    display: block;
    margin-right: 16px;
}

.popup-vocation__item span {
    color: #221C8F;
    font-family: 'Noto Sans',sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 125%;
    text-decoration-line: underline;
}

.popup-vocation__author.popup-author {
    display: flex;
    align-items: center;
    margin: 0 0 10px;
}

.popup-vocation__author.popup-author img {
    display: block;
    margin-right: 24px;
}

.popup-vocation__author .popup-author__name {
    color: #000;
    font-family: 'Noto Sans',sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    margin: 0 0 16px;
}

.popup-vocation__author .popup-author__position {
    color: #666;
    font-family: 'Noto Sans',sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}

form.popup-vocation__form label {
    display: block;
    color: #333;
    font-family: 'Noto Sans',sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    margin: 0 0 12px;
}

form.popup-vocation__form input {
    width: 100%;
    height: 60px;
    background: #FFF;
    margin: 0 0 24px;
    padding: 0 32px;
    border: 0;
    box-sizing: border-box;
}

body form.popup-vocation__form button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 60px;
    background: #F5683E;
    margin: 0;
    border: 0;
    box-sizing: border-box;
    color: #FFF;
    font-family: 'Noto Sans',sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    text-transform: initial;
    letter-spacing: initial;
    cursor: pointer;
}

.popup-vocation__weight {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: -8px 0 16px;
    pointer-events: none;
}

.popup-vocation__weight span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 105px;
    height: 30px;
    background: #ffffff;
    box-sizing: border-box;
    color: #000;
    font-family: 'Noto Sans',sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    margin: 0 4px;
}

.popup-vocation__download {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 5px;
}

.popup-vocation__download span {
    color: #999;
    font-family: 'Noto Sans',sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    margin-right: 8px;
}

.popup-vocation__policy {
    display: flex;
    align-items: center;
}

.popup-vocation__policy input {
    margin: 0 5px 0 0;
}

.popup-vocation__policy label {
    position: relative;
    color: #5B5B5B;
    font-family: 'Noto Sans',sans-serif;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.popup-vocation__policy label a {
    color: #8E8E8E;
}

.popup-vocation__policy.popup-vocation__conditions input {
    border: 1px solid red;
}

.popup-vocation__policy.popup-vocation__conditions label:after {
    content: "Нужно согласиться с условиями";
    position: absolute;
    left: 0;
    font-size: 10px;
    color: red;
    top: 2px;
    z-index: 1;
    background: #fff;
    padding: 5px;
    border-radius: 45px;
}

@media (max-width: 1000px) {
    .popup-vocation {
        width: 100%;
        max-width: 345px;
        height: auto;
        position: relative;
        border: 2px solid #F5683E;
        background: linear-gradient(0deg, rgba(245, 104, 62, 0.06) 0%, rgba(245, 104, 62, 0.06) 100%), #FFF;
        box-shadow: 0 15px 40px 0 rgba(183, 76, 44, 0.10);
        margin: auto;
        padding: 30px 18px;
        top: 15px;
        box-sizing: border-box;
    }
    .popup-vocation__content {
        flex-direction: column;
    }
    .popup-vocation__title {
        font-size: 26px;
        line-height: 120%;
        margin: 0 0 20px;
    }
    .popup-vocation__list {
        margin: 0 0 20px;
    }
    .popup-vocation__item {
        margin: 0 0 8px;
    }
    .popup-vocation__item img {
        width: 32px;
        height: 32px;
    }
    .popup-vocation__item span {
        font-size: 12px;
        line-height: 125%;
    }
    .popup-vocation__author.popup-author {
        display: none;
    }
    form.popup-vocation__form label {
        font-size: 11px;
    }
    form.popup-vocation__form input {
        padding: 0 24px;
        margin: 0 0 16px;
    }
    body form.popup-vocation__form button {
        font-size: 16px;
    }
    .popup-vocation__weight span {
        max-width: 90px;
        font-size: 12px;
    }
    .popup-vocation__download span {
        font-size: 12px;
    }
    .popup-vocation__policy label {
        font-size: 10px;
    }
}

.popup-vocation-success {
    width: 100%;
    max-width: 590px;
    height: 300px;
    position: relative;
    background: url("/wp-content/themes/oceanwp-child-theme-master/img/popups/vocation/v2/bg-success.png") no-repeat center bottom,
    linear-gradient(0deg, rgba(245, 104, 62, 0.06) 0%, rgba(245, 104, 62, 0.06) 100%), #FFF;
    border: 2px solid #F5683E;
    box-shadow: 0 15px 40px 0 rgba(183, 76, 44, 0.10);
    margin: auto;
    padding: 40px 40px;
    top: calc(50% - 300px/2);
    box-sizing: border-box;
}

.popup-vocation-success__close {
    position: absolute;
    top: -12px;
    right: -12px;
    cursor: pointer;
}

.popup-vocation-success__close img {
    display: block;
}

.popup-vocation-success__title {
    color: #000;
    font-family: 'Times New Roman',sans-serif;
    font-size: 34px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
}

.popup-vocation-success__title span {
    color: #221C8F;
}

@media (max-width: 600px) {
    .popup-vocation-success {
        width: 100%;
        max-width: 345px;
        height: 300px;
        position: relative;
        background: url("/wp-content/themes/oceanwp-child-theme-master/img/popups/vocation/v2/bg-success-mob.png") no-repeat center bottom,
        linear-gradient(0deg, rgba(245, 104, 62, 0.06) 0%, rgba(245, 104, 62, 0.06) 100%), #FFF;
        border: 2px solid #F5683E;
        box-shadow: 0 15px 40px 0 rgba(183, 76, 44, 0.10);
        margin: auto;
        padding: 30px 20px;
        top: calc(50% - 300px/2);
        box-sizing: border-box;
    }
    .popup-vocation-success__title {
        font-size: 26px;
        line-height: 120%;
    }
    .popup-vocation-success__title br {
        display: none;
    }
}

.popup-wheel {
    width: 100%;
    max-width: 1220px;
    height: 690px;
    position: relative;
    display: flex;
    align-items: center;
    margin: auto;
    top: calc(50% - 690px/2);
    box-sizing: border-box;
}

.popup-wheel__close {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    z-index: 10;
}

.popup-wheel__close img {
    display: block;
}

.popup-wheel__content {
    width: 100%;
    max-width: 925px;
    height: 625px;
    border-radius: 40px;
    background: url("/wp-content/themes/oceanwp-child-theme-master/img/popups/wheel/v3/bg.png") no-repeat center/cover, linear-gradient(90deg, #EAF1FF 0%, #FFF 100%);
    box-shadow: 0 15px 40px 0 rgba(0, 0, 0, 0.60);
    padding: 25px 35px 10px;
    box-sizing: border-box;
}

.popup-wheel__date {
    color: #3A3A3A;
    font-family: 'Noto Sans',sans-serif;
    font-size: 26px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin: 0 0 20px;
}

.popup-wheel__date span {
    border-radius: 20px;
    background: linear-gradient(90deg, #031d97 0%, #243270 100%);
    color: #FFF;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding: 2px 18px;
    box-sizing: border-box;
}

.popup-wheel__title {
    color: #3A3A3A;
    font-family: 'Times New Roman',sans-serif;
    font-size: 37px;
    font-style: normal;
    font-weight: 700;
    line-height: 135%;
    text-transform: uppercase;
    margin: 0 0 18px;
}

.popup-wheel__title span {
    color: #221C8F;
}

.popup-wheel__desc {
    color: #3A3A3A;
    font-family: 'Noto Sans',sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    margin: 0 0 20px;
}

.popup-wheel__images {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 0;
}

form.popup-wheel__form {
    width: 100%;
    max-width: 405px;
    display: flex;
    flex-direction: column;
}

form.popup-wheel__form label {
    color: #3A3A3A;
    font-family: 'Noto Sans',sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0 0 2px;
}

form.popup-wheel__form input {
    width: 100%;
    height: 60px;
    border-radius: 10px;
    border: 1px solid #C6C6C6;
    background: #FFF;
    padding: 0 30px;
    box-sizing: border-box;
    margin: 0 0 12px;
}

body form.popup-wheel__form button {
    width: 100%;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    box-shadow: 0 4px 0 0 #990b0b;
    background: #d93631;
    color: #FFF;
    text-align: center;
    font-family: 'Noto Sans',sans-serif;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    cursor: pointer;
    box-sizing: border-box;
    margin: 0 0 12px;
}

.popup-wheel__policy {
    display: flex;
    max-width: 410px;
}

.popup-wheel__policy input {
    display: none;
}

.popup-wheel__policy label {
    position: relative;
    display: inline-block;
    color: #5B5B5B;
    font-family: 'Noto Sans',sans-serif;
    font-size: 9px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    padding-left: 20px;
    box-sizing: border-box;
    margin: 0 0 5px;
}

.popup-wheel__policy label:before {
    content: "";
    position: absolute;
    top: calc(50% - 14px/2);
    left: 0;
    background: url("/wp-content/themes/oceanwp-child-theme-master/img/popups/wheel/check.svg") no-repeat center/cover;
    display: block;
    width: 14px;
    height: 14px;
}

.popup-wheel__policy input:checked + label:before {
    background: url("/wp-content/themes/oceanwp-child-theme-master/img/popups/wheel/checked.svg") no-repeat center/cover;
}

.popup-wheel__policy label a {
    color: #8E8E8E;
    text-decoration: underline!important;
}

.popup-wheel__policy label.popup-wheel__conditions:before {
    border: 1px solid red;
}

.popup-wheel__policy label.popup-wheel__conditions:after {
    content: "Нужно согласиться с условиями";
    position: absolute;
    left: 20px;
    font-size: 10px;
    color: red;
    top: 5px;
    z-index: 1;
    background: #fff;
    padding: 5px 5px;
    border-radius: 45px;
}

.popup-wheel #wheel-center {
    position: absolute;
    pointer-events: none;
}

.popup-wheel #wheel-round {
    position: relative;
    transition-duration: 5s;
    pointer-events: none;
}

.popup-wheel #wheel-round.slow-rotate {
    animation: rotate 120s linear infinite;
}

.popup-wheel #wheel-round.fast-rotate {
    animation: rotate 1s linear infinite;
}

.popup-wheel__win {
    display: none;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    max-width: 925px;
    height: 625px;
    border-radius: 40px;
    background: url("/wp-content/themes/oceanwp-child-theme-master/img/popups/wheel/bg-win.png") no-repeat center/cover, linear-gradient(90deg, #EAF1FF 0%, #FFF 100%);
    box-shadow: 0 15px 40px 0 rgba(0, 0, 0, 0.60);
    padding: 35px 35px 35px;
    box-sizing: border-box;
}

.popup-wheel--activated .popup-wheel__win{
    display: flex;
}

.popup-wheel--activated .popup-wheel__content{
    display: none;
}

.popup-wheel--activated #wheel-round.slow-rotate {
    animation: none;
}

.popup-wheel__congratulate {
    color: #221C8F;
    font-family: 'Noto Sans',sans-serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 0 0 25px;
}

.popup-wheel__prize {
    max-width: 470px;
    color: #F92C1F;
    font-family: 'Noto Sans',sans-serif;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 42px;
    text-transform: uppercase;
    margin: 0 0 25px;
}

.popup-wheel__contact {
    color: #3A3A3A;
    font-family: 'Noto Sans',sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}


@media (max-width: 1250px) {
    .popup-wheel {
        width: 100%;
        max-width: 360px;
        height: 750px;
        position: relative;
        display: flex;
        align-items: flex-start;
        margin: auto;
        top: 5px;
        background: url("/wp-content/themes/oceanwp-child-theme-master/img/popups/wheel/v3/bg-mob.png") no-repeat center/cover;
        padding: 10px 10px 5px;
        box-sizing: border-box;
        border-radius: 20px;
    }
    .popup-wheel__close img {
        width: 15px;
        height: 15px;
    }
    .popup-wheel__content {
        height: auto;
        background: none;
        box-shadow: none;
        padding: 0;
        border-radius: 0;
    }
    .popup-wheel__date {
        font-size: 16px;
        line-height: normal;
        text-align: center;
        margin: 0 0 15px;
    }
    .popup-wheel__date span {
        border-radius: 20px;
        font-size: 16px;
        font-weight: 700;
        padding: 2px 14px;
    }
    .popup-wheel__title {
        font-size: 26px;
        line-height: 120%;
        text-align: center;
        margin: 0 0 10px;
    }
    .popup-wheel__desc {
        font-size: 12px;
        text-align: center;
        line-height: normal;
        margin: 0 0 5px;
    }
    form.popup-wheel__form label {
        font-size: 14px;
    }
    form.popup-wheel__form input {
        width: 100%;
        height: 40px;
        padding: 0 25px;
        margin: 0 0 8px;
    }
    body form.popup-wheel__form button {
        width: 100%;
        height: 60px;
        font-size: 19px;
        margin: 0 0 8px;
    }
    .popup-wheel__policy label {
        font-size: 9px;
        line-height: 100%;
        margin: 0 0 4px;
    }
    .popup-wheel__policy label:before {
        top: calc(50% - 11px/2);
        width: 11px;
        height: 11px;
    }
    .popup-wheel__images {
        width: calc(100% - 10px);
        right: 0;
        left: 0;
        margin: auto;
        bottom: 6px;
    }
    .popup-wheel--activated {
        width: 100%;
        max-width: 360px;
        height: 750px;
        position: relative;
        display: flex;
        align-items: flex-start;
        margin: auto;
        top: 5px;
        background: url("/wp-content/themes/oceanwp-child-theme-master/img/popups/wheel/bg-mob-win.png") no-repeat center/cover;
        padding: 45px 10px 5px;
        border-radius: 20px;
        box-sizing: border-box;
    }
    .popup-wheel__win {
        height: auto;
        background: none;
        box-shadow: none;
        padding: 0;
        border-radius: 0;
    }
    .popup-wheel__congratulate {
        font-size: 28px;
        line-height: normal;
        text-align: center;
    }

    .popup-wheel__prize {
        font-size: 24px;
        line-height: normal;
        text-align: center;
    }

    .popup-wheel__contact {
        font-size: 16px;
        line-height: normal;
        text-align: center;
    }
    .popup-wheel__policy label.popup-wheel__conditions:after {
        content: "Нужно согласиться с условиями";
        position: absolute;
        left: 20px;
        font-size: 8px;
        color: red;
        top: 3px;
    }
}

.popup-webinar {
    width: 100%;
    max-width: 1000px;
    height: 570px;
    position: relative;
    border-radius: 30px;
    background: url("/wp-content/themes/oceanwp-child-theme-master/img/popups/webinar/v3/bg.png") no-repeat center/cover;
    margin: auto;
    padding: 45px 35px 5px;
    top: calc(50% - 570px/2);
    box-sizing: border-box;
}

.popup-webinar__close {
    position: absolute;
    top: 30px;
    right: 35px;
    cursor: pointer;
}

.popup-webinar__close img {
    display: block;
}

.popup-webinar__content:after {
    content: url("/wp-content/themes/oceanwp-child-theme-master/img/popups/webinar/v3/authors.png");
    position: absolute;
    display: block;
    top: 45px;
    right: 0;
    pointer-events: none;
}

.popup-webinar__details {
    display: flex;
    align-items: center;
    margin: 0 0 25px;
}

.popup-webinar__details--mob {
    display: none;
}

.popup-webinar__date {
    display: flex;
    align-items: center;
    border-radius: 60px;
    background: #221C8F;
    padding: 5px 20px;
    box-sizing: border-box;
    color: #FFF;
    font-family: 'Noto Sans',sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-right: 25px;
}

.popup-webinar__date img{
    display: block;
    margin-right: 10px;
}

.popup-webinar__places {
    display: flex;
    align-items: center;
    font-family: 'Noto Sans',sans-serif;
}

.popup-webinar__places img {
    display: block;
    margin-right: 10px;
}

.popup-webinar__places span {
    display: flex;
    align-items: center;
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

.popup-webinar__places span b {
    color: #2b2b2b;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-left: 5px;
}

.popup-webinar__title {
    width: 100%;
    max-width: 600px;
    color: #060628;
    font-family: 'Noto Sans',sans-serif;
    font-size: 27px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    margin: 0 0 15px;
}

.popup-webinar__title span {
    color: #221C8F;
}

.popup-webinar__desc {
    width: 100%;
    max-width: 365px;
    color: #060628;
    font-family: 'Noto Sans',sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    margin: 0 0 25px;
}

.popup-webinar__price {
    width: 100%;
    max-width: 175px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 60px;
    background: #ffffff;
    box-sizing: border-box;
}

.popup-webinar__price img {
    display: block;
    margin-right: 12px;
}

.popup-webinar__price span {
    color: #221C8F;
    font-family: 'Noto Sans',sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.popup-webinar__price span s {
    margin-right: 12px;
}

.popup-webinar__choice {
    width: 100%;
    max-width: 365px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-family: 'Noto Sans',sans-serif;
    margin: 0 0 25px;
}

.popup-webinar__choice > span {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.popup-webinar__time {
    padding: 0 12px;
    border-radius: 20px;
    border: 1px solid #EFEFEF;
    background: #FFF;
    box-sizing: border-box;
}

.popup-webinar__time input {
    display: none;
}

.popup-webinar__time label {
    position: relative;
    color: #221C8F;
    font-family: 'Noto Sans',sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding-left: 26px;
}

.popup-webinar__time label:before {
    content: "";
    position: absolute;
    display: block;
    width: 12px;
    height: 12px;
    top: calc(50% - 12px/2);
    left: 0;
    background: url("/wp-content/themes/oceanwp-child-theme-master/img/popups/webinar/radio.png");
}

.popup-webinar__time input:checked + label:before {
    background: url("/wp-content/themes/oceanwp-child-theme-master/img/popups/webinar/radio-a.png");
}

.popup-webinar__places--mob {
    display: none;
}

.popup-webinar__container {
    width: 100%;
    background: #fff;
    border-radius: 30px;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 15px 50px;
    box-sizing: border-box;
    z-index: 1;
}

form.popup-webinar__form {
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin: 0 0 10px;
}

form .popup-webinar__field {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 240px;
}

form.popup-webinar__form label {
    color: #060628;
    font-family: 'Noto Sans',sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0 0 5px;
}

form.popup-webinar__form input {
    width: 100%;
    height: 48px;
    border-radius: 40px;
    border: 1px solid #CBCBCB;
    background: #FFF;
    color: #959595;
    font-family: 'Noto Sans',sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 0 20px;
    box-sizing: border-box;
}

form.popup-webinar__form button {
    width: 100%;
    max-width: 340px;
    height: 62px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 40px;
    background: #d93631!important;
    color: #FFF;
    font-family: 'Noto Sans',sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding: 0;
    margin: 0;
    text-transform: none;
    letter-spacing: initial;
    cursor: pointer;
}

form.popup-webinar__form button img {
    display: block;
    margin-left: 10px;
}

.popup-webinar__rules {
    display: flex;
}

.popup-webinar__policy {
    display: flex;
    justify-content: flex-end;
}

.popup-webinar__policy input {
    display: none;
}

.popup-webinar__policy label {
    position: relative;
    color: #959595;
    font-family: 'Roboto',sans-serif;
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    padding-left: 18px;
}

.popup-webinar__policy label a {
    color: #959595;
    text-decoration-line: underline!important;
}

.popup-webinar__policy label:before {
    content: "";
    position: absolute;
    display: block;
    width: 12px;
    height: 12px;
    top: 0;
    left: 0;
    background: url("/wp-content/themes/oceanwp-child-theme-master/img/popups/webinar/check.png") no-repeat center/cover;
}

.popup-webinar__policy input:checked + label:before {
    background: url("/wp-content/themes/oceanwp-child-theme-master/img/popups/webinar/checked.png") no-repeat center/cover;
}

.popup-webinar__policy label.popup-webinar__conditions:before {
    border: 1px solid red;
}

.popup-webinar__policy label.popup-webinar__conditions:after {
    content: "Нужно согласиться с условиями";
    position: absolute;
    left: 20px;
    top: -5px;
    font-size: 10px;
    color: red;
    z-index: 1;
    background: #fff;
    padding: 5px;
    border-radius: 45px;
}

.popup-webinar__hosts {
    position: absolute;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.80);
    width: 300px;
    height: 95px;
    bottom: 170px;
    right: 135px;
    font-family: 'Noto Sans',sans-serif;
    padding: 10px 10px;
    box-sizing: border-box;
    z-index: 10;
}

.popup-webinar__authors {
    display: flex;
    justify-content: space-between;
}

.popup-webinar__blur {
    filter: blur(4px);
    background: #fff;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.popup-webinar__about {
    position: relative;
    z-index: 2;
}

.popup-webinar__hosts {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.popup-webinar__hosts .popup-webinar__about > span {
    color: #221C8F;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin: 0 0 5px;
}

.popup-webinar__host {
    position: relative;
    display: flex;
    flex-direction: column;
    padding-left: 10px;
}

.popup-webinar__host:before {
    content: "";
    display: block;
    position: absolute;
    top: calc(50% - 5px/2);
    left: 0;
    width: 5px;
    height: 5px;
    background: #FFC101;
    border-radius: 45px;
}

.popup-webinar__host b {
    color: #060628;
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 0;
}

.popup-webinar__host span {
    color: #060628;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

@media (max-width: 1000px) {
    .popup-webinar {
        width: 100%;
        max-width: 375px;
        height: 670px;
        position: relative;
        border-radius: 20px;
        background: url("/wp-content/themes/oceanwp-child-theme-master/img/popups/webinar/v3/bg-mob.png") no-repeat center/cover;
        margin: auto;
        padding: 15px 15px 5px;
        top: 5px;
        box-sizing: border-box;
    }
    .popup-webinar__close {
        top: 18px;
        right: 15px;
    }
    .popup-webinar__close img {
        width: 14px;
        height: 15px;
    }
    .popup-webinar__content:after {
        display: none;
    }
    .popup-webinar__details {
        flex-direction: column;
        align-items: flex-start;
        margin: 0 0 8px;
    }
    .popup-webinar__details--mob {
        display: flex;
        margin: 0 0 14px;
    }
    .popup-webinar__date {
        display: flex;
        width: 100%;
        max-width: 265px;
        font-size: 12px;
        margin: 0 0 8px;
    }
    .popup-webinar__date img {
        width: 24px;
        height: 24px;
        margin-right: 5px;
    }
    .popup-webinar__date span {
        display: flex;
        align-items: center;
    }
    .popup-webinar__places img {
        width: 28px;
        height: 23px;
        margin-right: 5px;
    }
    .popup-webinar__places span b {
        font-size: 14px;
    }
    .popup-webinar__title {
        font-size: 17px;
        line-height: normal;
        margin: 0 0 10px;
    }
    .popup-webinar__desc {
        font-size: 14px;
        line-height: 130%;
        margin: 0 0 14px;
    }
    .popup-webinar__price {
        width: 100%;
        max-width: 265px;
        height: 34px;
        margin: 0;
    }
    .popup-webinar__choice {
        margin: 0 0 10px;
    }
    .popup-webinar__choice > span {
        font-size: 14px;
        line-height: normal;
    }
    .popup-webinar__time label {
        font-size: 14px;
        line-height: normal;
    }
    .popup-webinar__places {
        display: none;
    }
    .popup-webinar__places--mob {
        display: flex;
        justify-content: center;
    }
    .popup-webinar__places--mob img {
        width: 14px;
        height: 13px;
        -o-object-fit: cover;
        object-fit: cover;
    }
    .popup-webinar__places--mob span {
        font-size: 12px;
    }
    .popup-webinar__places--mob b {
        font-size: 12px;
    }
    .popup-webinar__container {
        position: static;
        background: none;
        padding: 0;
        margin: 0 0 15px;
    }
    .popup-webinar__container:after {
        display: none;
    }
    form.popup-webinar__form {
        flex-direction: column;
        align-items: flex-start;
        padding: 0;
        margin: 0 0 5px;
    }
    form .popup-webinar__field {
        display: flex;
        flex-direction: column;
        width: 100%;
        max-width: initial;
        margin: 0 0 5px;
    }
    form.popup-webinar__form label {
        font-size: 11px;
        line-height: normal;
    }
    form.popup-webinar__form input {
        width: 100%;
        height: 40px;
    }
    form.popup-webinar__form button {
        width: 100%;
        height: 50px;
    }
    .popup-webinar__policy {
        margin: 5px 0 20px;
    }
    .popup-webinar__policy label {
        font-size: 9px;
    }
    .popup-webinar__hosts {
        position: relative;
        width: 175px;
        height: 105px;
        bottom: unset;
        right: unset;
        padding: 5px 20px 5px 15px;
    }
    .popup-webinar__hosts:after {
        content: url("/wp-content/themes/oceanwp-child-theme-master/img/popups/webinar/v3/authors-mob.png");
        position: absolute;
        display: block;
        top: -30px;
        left: 160px;
        pointer-events: none;
        z-index: 1;
    }
    .popup-webinar__hosts .popup-webinar__about > span {
        font-size: 13px;
    }
    .popup-webinar__authors {
        flex-direction: column;
    }
    .popup-webinar__host b {
        font-size: 12px;
        line-height: 100%;
        margin: 0;
    }
    .popup-webinar__host span {
        font-size: 11px;
        line-height: 110%;
    }
    .popup-webinar__host span br {
        display: none;
    }
    .popup-webinar__host span:last-child {
        margin: 4px 0 0;
    }
    .popup-webinar__rules {
        display: flex;
        flex-direction: column;
        margin: 0 -10px;
    }
    .popup-webinar__policy {
        margin: 5px 5px 5px;
    }
    .popup-webinar__policy:last-child {
        margin: 0 5px 5px;
    }
    .popup-webinar__policy label.popup-webinar__conditions:after {
        left: 18px;
        top: -5px;
        width: 165px;
    }
}

@media (max-width: 370px) {
    .popup-webinar {
        height: auto;
        top: 15px;
    }
}

.popup-webinar-success {
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 590px;
    height: 300px;
    position: relative;
    background: linear-gradient(0deg, rgba(245, 104, 62, 0.06) 0%, rgba(245, 104, 62, 0.06) 100%), #FFF;
    border: 2px solid #F5683E;
    box-shadow: 0 15px 40px 0 rgba(183, 76, 44, 0.10);
    margin: auto;
    padding: 40px 40px;
    top: calc(50% - 300px/2);
    box-sizing: border-box;
}

.popup-webinar-success__close {
    position: absolute;
    top: -12px;
    right: -12px;
    cursor: pointer;
}

.popup-webinar-success__close img {
    display: block;
}

.popup-webinar-success__title {
    color: #000;
    font-family: 'Times New Roman',sans-serif;
    font-size: 34px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    text-align: center;
}

.popup-webinar-success__title span {
    color: #221C8F;
}

@media (max-width: 600px) {
    .popup-webinar-success {
        width: 100%;
        max-width: 345px;
        height: 300px;
        position: relative;
        background: linear-gradient(0deg, rgba(245, 104, 62, 0.06) 0%, rgba(245, 104, 62, 0.06) 100%), #FFF;
        border: 2px solid #F5683E;
        box-shadow: 0 15px 40px 0 rgba(183, 76, 44, 0.10);
        margin: auto;
        padding: 30px 20px;
        top: calc(50% - 300px/2);
        box-sizing: border-box;
    }
    .popup-webinar-success__title {
        /*font-size: 26px;*/
        font-size: 20px;
        line-height: 120%;
    }
    .popup-webinar-success__title br {
        display: none;
    }
}


.widget-gift {
    display: none;
    flex-direction: column;
    align-items: center;
    position: fixed;
    bottom: 30px;
    left: 1%;
    z-index: 99999;
    cursor: pointer;
    animation: swing 2.5s ease-in-out infinite both;
}

.widget-gift img {
    display: block;
    width: 79px;
    height: 82px;
    margin: 0 0 8px;
}

.widget-gift__offer {
    width: 110px;
    height: 20px;
    border-radius: 3px;
    background: #D93631;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
    text-align: center;
    font-family: 'Noto Sans',sans-serif;
    font-size: 10px;
    font-style: normal;
    font-weight: 700;
    line-height: 1;
}

@media (max-width: 600px) {
    .widget-gift {
        bottom: 20px;
        left: 2%;
    }
    .widget-gift img {
        width: 85px;
        height: 88px;
        margin: 0 0 6px;
    }
    .widget-gift__offer {
        width: 90px;
        height: 20px;
        font-size: 9px;
        line-height: 1;
    }
}

@media screen and (min-width: 1500px) and (max-width: 1599px) {
    .widget-gift {
        left: 3%;
    }
}

@media screen and (min-width: 1600px) and (max-width: 1699px) {
    .widget-gift {
        left: 5%;
    }
}

@media screen and (min-width: 1700px) and (max-width: 1798px) {
    .widget-gift {
        left: 7%;
    }
}

@media screen and (min-width: 1800px) and (max-width: 2560px) {
    .widget-gift {
        left: 9%;
    }
}

@keyframes rotate {
    100% {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes rotate {
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@-webkit-keyframes swing {
    15% {
        -webkit-transform: translateX(9px);
        transform: translateX(9px);
    }
    30% {
        -webkit-transform: translateX(-9px);
        transform: translateX(-9px);
    }
    40% {
        -webkit-transform: translateX(6px);
        transform: translateX(6px);
    }
    50% {
        -webkit-transform: translateX(-6px);
        transform: translateX(-6px);
    }
    65% {
        -webkit-transform: translateX(3px);
        transform: translateX(3px);
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes swing {
    15% {
        -webkit-transform: translateX(9px);
        transform: translateX(9px);
    }
    30% {
        -webkit-transform: translateX(-9px);
        transform: translateX(-9px);
    }
    40% {
        -webkit-transform: translateX(6px);
        transform: translateX(6px);
    }
    50% {
        -webkit-transform: translateX(-6px);
        transform: translateX(-6px);
    }
    65% {
        -webkit-transform: translateX(3px);
        transform: translateX(3px);
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

.popup-guide {
    width: 100%;
    max-width: 1000px;
    height: 570px;
    position: relative;
    border-radius: 20px;
    background: url("/wp-content/themes/oceanwp-child-theme-master/img/popups/guide/v2/bg.jpg") no-repeat center/cover;
    margin: auto;
    padding: 20px 20px 20px;
    top: calc(50% - 570px / 2);
    box-sizing: border-box;
    font-family: 'Noto Sans', sans-serif;
}

.popup-guide__close {
    position: absolute;
    top: 18px;
    right: 18px;
    cursor: pointer;
}

.popup-guide__close img {
    display: block;
}

.popup-guide__content {
    display: flex;
    justify-content: space-between;
}

.popup-guide__left {
    width: 100%;
    max-width: 455px;
    border-radius: 16px;
    background: #FFF;
    padding: 20px 20px;
    box-sizing: border-box;
}

.popup-guide__right {
    width: 100%;
    max-width: 455px;
    box-sizing: border-box;
}

.popup-guide__date {
    border-radius: 30px;
    border: 1px solid #221C8F;
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-align: center;
    padding: 5px 5px;
    box-sizing: border-box;
    margin: 0 0 10px;
}

.popup-guide__date span {
    font-weight: 700;
}

.popup-guide__title {
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 0 0 10px;
}

.popup-guide__title span {
    color: #00378E;
}

form.popup-guide__form {
    width: 100%;
    display: flex;
    flex-direction: column;
}

form.popup-guide__form label {
    color: #000;
    font-family: 'Noto Sans', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0 0 8px;
}

form.popup-guide__form input {
    width: 100%;
    height: 50px;
    border-radius: 10px;
    border: 1px solid #D0D0D0;
    font-family: 'Noto Sans', sans-serif;
    padding: 0 24px;
    margin: 0 0 18px;
    box-sizing: border-box;
}

body form.popup-guide__form button {
    width: 100%;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 10px;
    background: #F5683E;
    font-family: 'Noto Sans', sans-serif;
    padding: 0 36px;
    margin: 0 0 18px;
    box-sizing: border-box;
    outline: none;
    border: 0;
    text-transform: initial;
    letter-spacing: initial;
    cursor: pointer;
}

form.popup-guide__form button span:first-child {
    color: #F8F8F8;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

form.popup-guide__form button span:last-child {
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

.popup-guide__policy {
    display: flex;
}

.popup-guide__policy input {
    display: none;
}

.popup-guide__policy label {
    position: relative;
    color: #959595;
    font-family: Roboto, San Francisco, Helvetica Neue, Helvetica, Arial;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-left: 22px;
    box-sizing: border-box;
    margin: 0;
}

.popup-guide__policy label a {
    color: inherit;
    text-decoration: none;
}

.popup-guide__policy label:before {
    position: absolute;
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    top: calc(50% - 12px / 2);
    left: 0;
    background: url("/wp-content/themes/oceanwp-child-theme-master/img/popups/guide/check.png") no-repeat center/cover;
}

.popup-guide__policy input:checked + label:before {
    background: url("/wp-content/themes/oceanwp-child-theme-master/img/popups/guide/checked.png") no-repeat center/cover;
}

.popup-guide__policy label.popup-guide__conditions:before {
    border: 1px solid red;
}

.popup-guide__policy label.popup-guide__conditions:after {
    content: "Нужно согласиться с условиями";
    position: absolute;
    left: 20px;
    top: 5px;
    font-size: 10px;
    color: red;
    z-index: 1;
    background: #fff;
    padding: 5px;
    border-radius: 45px;
}

.popup-guide__desc {
    display: flex;
    align-items: center;
}

.popup-guide__desc img {
    display: block;
    margin-right: 16px;
}

.popup-guide__desc span {
    max-width: 345px;
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

@media (max-width: 1000px) {
    .popup-guide {
        max-width: 360px;
        height: 690px;
        border-radius: 14px;
        background: url("/wp-content/themes/oceanwp-child-theme-master/img/popups/guide/v2/bg-mob.jpg") no-repeat center/cover;
        padding: 30px 20px 5px;
        top: 5px;
    }

    .popup-guide__close {
        top: 10px;
        right: 10px;
    }

    .popup-guide__close img {
        width: 14px;
        height: 14px;
    }

    .popup-guide__content {
        display: flex;
        flex-direction: column;
    }

    .popup-guide__left {
        padding: 12px 12px;
    }

    .popup-guide__date {
        font-size: 12px;
        padding: 2px 5px;
        margin: 0 0 12px;
    }

    .popup-guide__title {
        margin: 0 0 20px;
    }

    .popup-guide__desc {
        display: none;
    }

    .popup-guide__desc span {
        font-size: 12px;
        max-width: 230px;
    }

    .popup-guide__desc img {
        display: block;
        width: 30px;
        height: 31px;
        margin-right: 10px;
    }

    form.popup-guide__form label {
        font-size: 11px;
        margin: 0 0 5px;
    }

    form.popup-guide__form input {
        height: 35px;
        min-height: 35px;
        border-radius: 6px;
        padding: 0 15px;
        margin: 0 0 10px;
        font-size: 12px;
    }

    form.popup-guide__form input::placeholder {
        font-size: 12px;
    }

    body form.popup-guide__form button {
        height: 55px;
        padding: 0 20px;
        margin: 0 0 10px;
    }

    form.popup-guide__form button span:first-child {
        font-size: 16px;
    }

    form.popup-guide__form button span:last-child {
        font-size: 14px;
    }

    form.popup-guide__form button span img {
        width: 24px;
    }

    .popup-guide__policy label {
        font-size: 8px;
        padding-left: 15px;
    }

    .popup-guide__policy label:before {
        width: 8px;
        height: 8px;
        top: calc(50% - 8px / 2);
        left: 0;
    }

    .popup-guide__policy label.popup-guide__conditions:after {
        top: 0;
    }
}

.heading-download {
    display: flex;
    align-items: center;
    font-family: 'Noto Sans', sans-serif;
    cursor: pointer;
    padding: 0 0 15px;
}

.heading-download img {
    display: block;
    margin-right: 10px;
}

.heading-download p {
    display: none;
}

.heading-download__title {
    color: #0029FF;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    text-decoration-line: underline;
    margin: 0 0 2px;
}

.heading-download__desc {
    color: #4A4A4A;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

@media (max-width: 1000px) {
    .heading-download__title {
        font-size: 14px;
    }
}

.popup-guide-success {
    width: 100%;
    max-width: 590px;
    height: 300px;
    position: relative;
    background: url("/wp-content/themes/oceanwp-child-theme-master/img/popups/guide/bg-success.png") no-repeat center bottom,
    linear-gradient(0deg, rgba(245, 104, 62, 0.06) 0%, rgba(245, 104, 62, 0.06) 100%), #FFF;
    border: 2px solid #F5683E;
    box-shadow: 0 15px 40px 0 rgba(183, 76, 44, 0.10);
    margin: auto;
    padding: 40px 40px;
    top: calc(50% - 300px/2);
    box-sizing: border-box;
}

.popup-guide-success__close {
    position: absolute;
    top: -12px;
    right: -12px;
    cursor: pointer;
}

.popup-guide-success__close img {
    display: block;
}

.popup-guide-success__title {
    color: #000;
    font-family: 'Times New Roman',sans-serif;
    font-size: 34px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
}

.popup-guide-success__title span {
    color: #221C8F;
}

@media (max-width: 600px) {
    .popup-guide-success {
        width: 100%;
        max-width: 345px;
        height: 300px;
        position: relative;
        background: url("/wp-content/themes/oceanwp-child-theme-master/img/popups/guide/bg-success-mob.png") no-repeat center bottom,
        linear-gradient(0deg, rgba(245, 104, 62, 0.06) 0%, rgba(245, 104, 62, 0.06) 100%), #FFF;
        border: 2px solid #F5683E;
        box-shadow: 0 15px 40px 0 rgba(183, 76, 44, 0.10);
        margin: auto;
        padding: 30px 20px;
        top: calc(50% - 300px/2);
        box-sizing: border-box;
    }
    .popup-guide-success__title {
        font-size: 26px;
        line-height: 120%;
    }
    .popup-guide-success__title br {
        display: none;
    }
}

.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.85);
    z-index: 9999999;
    overflow-x: hidden;
    overflow-y: scroll;
}
.popup-course {
    width: 100%;
    max-width: 1000px;
    height: 570px;
    position: relative;
    border-radius: 30px;
    background: url("/wp-content/themes/oceanwp-child-theme-master/img/popups/course/bg.jpg") no-repeat center/cover;
    margin: auto;
    padding: 30px 30px;
    top: calc(50% - 570px/2);
    box-sizing: border-box;
    font-family: 'Noto Sans',sans-serif;
}

.popup-course__close {
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
}

.popup-course__close img {
    display: block;
    width: 40px;
    height: 40px;
}

.popup-course__details {
    display: flex;
    align-items: center;
    margin: 0 0 10px;
}

.popup-course__date {
    display: inline-flex;
    align-items: center;
    border-radius: 10px;
    border: 1px solid #221C8F;
    background: #221C8F;
    padding: 6px 20px;
    box-sizing: border-box;
    margin-right: 20px;
}

.popup-course__date img {
    display: block;
    width: 16px;
    height: 16px;
    margin-right: 6px;
}

.popup-course__date span {
    color: #FFF;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 145%;
}

.popup-course__price {
    display: inline-flex;
    align-items: center;
    border-radius: 10px;
    border: 1px solid #221C8F;
    padding: 6px 18px;
    box-sizing: border-box;
}

.popup-course__price img {
    display: block;
    width: 16px;
    height: 16px;
    margin-right: 10px;
}

.popup-course__price span {
    color: #060628;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 145%;
}

.popup-course__price span b {
    margin-left: 10px;
    text-transform: uppercase;
}

.popup-course__title {
    max-width: 590px;
    color: #060628;
    font-size: 23px;
    font-style: normal;
    font-weight: 700;
    line-height: 145%;
    margin: 0 0 20px;
}

.popup-course__title span {
    color: #221C8F;
}

.popup-course__desc {
    display: flex;
    align-items: center;
    margin: 0 0 20px;
}

.popup-course__desc img {
    display: block;
    width: 43px;
    height: 40px;
    margin-right: 20px;
}

.popup-course__desc span {
    color: #060628;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 145%;
}

form.popup-course__form {
    width: 100%;
    max-width: 420px;
    display: flex;
    flex-direction: column;
}

form.popup-course__form label {
    color: #060628;
    font-family: 'Noto Sans',sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0 0 5px;
}

form.popup-course__form input {
    width: 100%;
    height: 40px;
    border-radius: 60px;
    border: 1px solid #CBCBCB;
    background: #FFF;
    font-family: 'Noto Sans',sans-serif;
    font-size: 14px;
    padding: 0 24px;
    margin: 0 0 8px;
    box-sizing: border-box;
}

body form.popup-course__form button {
    width: 100%;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 60px;
    background: #F5683E;
    font-family: 'Noto Sans',sans-serif;
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding: 0 24px;
    margin: 0 0 8px;
    box-sizing: border-box;
    text-transform: initial;
    letter-spacing: initial;
    cursor: pointer;
}

.popup-course__rules {
    width: 100%;
    max-width: 420px;
}

.popup-course__policy {
    display: flex;
}

.popup-course__policy input {
    display: none;
}

.popup-course__policy label {
    position: relative;
    color: #959595;
    font-family: 'Roboto',sans-serif;
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    padding-left: 18px;
    margin: 0 0 8px;
}

.popup-course__policy label a {
    color: #959595;
    text-decoration-line: underline!important;
}

.popup-course__policy label:before {
    position: absolute;
    display: block;
    content: "";
    width: 12px;
    height: 12px;
    background: url("/wp-content/themes/oceanwp-child-theme-master/img/popups/course/check.png");
    top: 0;
    left: 0;
}

.popup-course__policy input:checked + label:before {
    background: url("/wp-content/themes/oceanwp-child-theme-master/img/popups/course/checked.png");
}

.popup-course__author {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 315px;
    border-radius: 10px;
    border: 1px solid #221C8F;
    background: #FFF;
    position: absolute;
    right: 95px;
    bottom: 85px;
    padding: 10px 15px 15px;
    box-sizing: border-box;
}

.popup-course__author img {
    display: block;
    height: 40px;
    width: 100px;
    -o-object-fit: contain;
    object-fit: contain;
    margin: 0 0 4px;
}

.popup-course__author span {
    color: #060628;
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: 145%;
}

.popup-course__author span b {
    color: #060628;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 145%;
    margin: 0 0 4px;
}

.popup-course__author span:last-child {
    display: none;
}

label.popup-course__conditions:after {
    content: "Нужно согласиться с условиями";
    position: absolute;
    left: 20px;
    font-size: 10px;
    color: red;
    top: 2px;
    z-index: 1;
    background: #fff;
    padding: 5px;
    border-radius: 45px;
}

@media (max-width: 1000px) {
    .popup-course {
        width: 100%;
        max-width: 360px;
        height: 660px;
        position: relative;
        border-radius: 30px;
        background: url("/wp-content/themes/oceanwp-child-theme-master/img/popups/course/bg-mob.jpg") no-repeat center/cover;
        margin: auto;
        padding: 20px 12px;
        top: calc(50% - 660px/2);
        box-sizing: border-box;
        font-family: 'Noto Sans',sans-serif;
    }

    .popup-course__close {
        position: absolute;
        top: 24px;
        right: 4px;
        cursor: pointer;
    }

    .popup-course__close img {
        display: block;
        width: 30px;
        height: 30px;
    }

    .popup-course__details {
        margin: 0 0 10px;
    }

    .popup-course__date {
        padding: 10px 8px;
        margin-right: 10px;
    }

    .popup-course__date span {
        font-size: 11px;
    }

    .popup-course__price {
        padding: 10px 8px;
        margin: 0;
    }

    .popup-course__price img {
        margin-right: 5px;
    }

    .popup-course__price span {
        font-size: 11px;
    }

    .popup-course__price span b {
        margin-left: 5px;
    }

    .popup-course__title {
        font-size: 16px;
        margin: 0 0 15px;
    }

    .popup-course__desc img {
        display: block;
        width: 30px;
        height: 28px;
        margin-right: 10px;
    }

    .popup-course__desc span {
        font-size: 14px;
    }

    .popup-course__desc {
        margin: 0 0 15px;
    }

    body form.popup-course__form button {
        width: 100%;
        height: 60px;
        font-size: 18px;
        margin: 0 0 8px;
    }

    .popup-course__author {
        display: flex;
        flex-direction: column;
        width: 100%;
        max-width: 175px;
        border-radius: 10px;
        border: 1px solid #221C8F;
        background: #FFF;
        position: absolute;
        right: 155px;
        bottom: 58px;
        padding: 8px 5px 10px 10px;
        box-sizing: border-box;
    }

    .popup-course__author img {
        margin: 0 0 2px;
    }

    .popup-course__author span {
        display: none;
    }

    .popup-course__author span:last-child {
        display: block;
        color: #060628;
        font-size: 10px;
        font-style: normal;
        font-weight: 500;
        line-height: 145%;
    }

}

.popup-course-success {
    width: 100%;
    max-width: 590px;
    height: 300px;
    position: relative;
    background: url("/wp-content/themes/oceanwp-child-theme-master/img/popups/course/bg-success.jpg") no-repeat center/cover;
    margin: auto;
    padding: 40px 40px;
    border-radius: 30px;
    top: calc(50% - 300px/2);
    box-sizing: border-box;
}

.popup-course-success__close {
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
}

.popup-course-success__close img {
    display: block;
    width: 40px;
    height: 40px;
}

.popup-course-success__title {
    color: #060628;
    font-family: "Noto Sans",sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

@media (max-width: 600px) {
    .popup-course-success {
        width: 100%;
        max-width: 345px;
        height: 300px;
        position: relative;
        background: url("/wp-content/themes/oceanwp-child-theme-master/img/popups/course/bg-success-mob.jpg") no-repeat center/cover;
        margin: auto;
        padding: 20px 20px;
        top: calc(50% - 300px/2);
        box-sizing: border-box;
    }
    .popup-course-success__title {
        font-size: 22px;
        line-height: normal;
    }
}