.pop-fdb-modal.fancybox__content {
    padding: 0;
    background: rgba(0, 0, 0, 0)
}

.pop-fdb-modal.fancybox__content>.f-button.is-close-btn {
    top: 10px;
    right: 10px;
    opacity: 1;
    background: rgba(0, 0, 0, 0)
}

.pop-fdb-modal.fancybox__content>.f-button.is-close-btn.f-button svg {
    stroke: #999
}

.pop-fdb {
    background: #dfe9ef url("../images/pop-fdb-bg1-185df1d78cbda1b349cc8592ac19648a.webp") no-repeat center center;
    background-size: cover;
    width: 600px;
    max-width: 100%;
    height: 535px;
    padding: 60px 15px;
    text-align: center;
    border-radius: 30px;
    margin: 0 auto;
    position: relative;
    z-index: 15
}

.pop-fdb-title {
    color: #333;
    text-align: center;
    font: 32px/41px "NunitoSans-Bold";
    margin: 0 0 35px
}

.pop-fdb-spinner {
    width: 295.2px;
    height: 295.2px;
    background: url("../images/pop-fdb-bg2-88996b8b7ce54d45d432846ec70f29d6.webp") no-repeat center center;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center
}

.pop-fdb-spinner-inner {
    display: inline-block;
    position: relative;
    width: 87px;
    height: 50px
}

.pop-fdb-spinner-inner div {
    transform-origin: 40px 40px;
    animation: pop-fdb-spinner-inner 1.2s linear infinite
}

.pop-fdb-spinner-inner div:after {
    content: " ";
    display: block;
    position: absolute;
    top: -18px;
    left: 37px;
    width: 12px;
    height: 23px;
    border-radius: 20%;
    background: #fff
}

.pop-fdb-spinner-inner div:nth-child(1) {
    transform: rotate(0deg);
    animation-delay: -1.1s
}

.pop-fdb-spinner-inner div:nth-child(2) {
    transform: rotate(30deg);
    animation-delay: -1s
}

.pop-fdb-spinner-inner div:nth-child(3) {
    transform: rotate(60deg);
    animation-delay: -0.9s
}

.pop-fdb-spinner-inner div:nth-child(4) {
    transform: rotate(90deg);
    animation-delay: -0.8s
}

.pop-fdb-spinner-inner div:nth-child(5) {
    transform: rotate(120deg);
    animation-delay: -0.7s
}

.pop-fdb-spinner-inner div:nth-child(6) {
    transform: rotate(150deg);
    animation-delay: -0.6s
}

.pop-fdb-spinner-inner div:nth-child(7) {
    transform: rotate(180deg);
    animation-delay: -0.5s
}

.pop-fdb-spinner-inner div:nth-child(8) {
    transform: rotate(210deg);
    animation-delay: -0.4s
}

.pop-fdb-spinner-inner div:nth-child(9) {
    transform: rotate(240deg);
    animation-delay: -0.3s
}

.pop-fdb-spinner-inner div:nth-child(10) {
    transform: rotate(270deg);
    animation-delay: -0.2s
}

.pop-fdb-spinner-inner div:nth-child(11) {
    transform: rotate(300deg);
    animation-delay: -0.1s
}

.pop-fdb-spinner-inner div:nth-child(12) {
    transform: rotate(330deg);
    animation-delay: 0s
}

@keyframes pop-fdb-spinner-inner {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@media screen and (max-width: 1200px) {
    .pop-fdb {
        width: 300px;
        max-width: 100%;
        height: 381px;
        padding: 40px 15px;
        border-radius: 15px
    }

    .pop-fdb-title {
        font: 24px/31px "NunitoSans-Bold";
        margin: 0 0 30px
    }

    .pop-fdb-spinner {
        width: 208px;
        height: 208px;
        background-size: 208px
    }

    .pop-fdb-spinner-inner div:after {
        top: 0px;
        left: 37px;
        width: 9px;
        height: 16px
    }
}

.pop-clb-modal.fancybox__content {
    padding: 0;
    background: rgba(0, 0, 0, 0)
}

.pop-clb-modal.fancybox__content>.f-button.is-close-btn {
    top: 10px;
    right: 10px;
    opacity: 1;
    background: rgba(0, 0, 0, 0)
}

.pop-clb-modal.fancybox__content>.f-button.is-close-btn.f-button svg {
    stroke: #999
}

.pop-clb-modal.fancybox__content.rgl-modal.fancybox__content>.f-button.is-close-btn.f-button svg {
    stroke: #d86f6b
}

.pop-clb {
    width: 600px;
    max-width: 100%;
    border-radius: 30px;
    background-color: #fde3eb;
    margin: 0 auto;
    position: relative;
    padding: 40px;
    z-index: 15
}

.pop-clb-title {
    color: #333;
    text-align: center;
    font: 24px/31px "NunitoSans-Bold";
    margin: 0 0 30px
}

.pop-clb-form .rgl-frm-inp-box {
    margin: 0 0 15px
}

.pop-clb-form .rgl-frm-inp-box input {
    border-radius: 15px;
    background-color: #fff;
    border: 1px solid #fff;
    padding: 19px 18px;
    color: #333 !important;
    width: 100%
}

.pop-clb-form .rgl-frm-inp-box input[placeholder],
.pop-clb-form .rgl-frm-inp-box input::placeholder {
    color: #999;
    font: 16px/18px "NunitoSans-Regular"
}

.pop-clb-form .rgl-frm-inp-box input.field-err {
    border: 1px solid #ce3853
}

.pop-clb-form .rgl-frm-inp-box input.field-err[placeholder],
.pop-clb-form .rgl-frm-inp-box input.field-err::placeholder {
    color: #ce3853
}

.pop-clb-form .rgl-frm-btn-box {
    width: 300px;
    margin: 0 auto 15px
}

.frm-err {
    color: #ce3853;
    font: 12px/16px "NunitoSans-Regular";
    margin: 0 0 15px
}

.frm-accept-cnt {
    margin-bottom: 15px;
    color: #333;
    font: 12px/16px "NunitoSans-Regular"
}

.frm-accept-cnt input {
    display: none
}

.frm-accept-cnt-txt {
    position: relative;
    min-height: 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-left: 30px
}

.frm-accept-cnt input[type=checkbox]+.frm-accept-cnt-txt:before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    background-color: #fff;
    border-radius: 4px;
    left: 0;
    top: 0;
    transition: all .3s ease;
    cursor: pointer
}

.frm-accept-cnt input[type=checkbox]:checked+.frm-accept-cnt-txt:before {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12 1.4638C12 1.08531 11.8834 0.722578 11.6756 0.456218C11.4735 0.172999 11.1907 0.00818473 10.8928 0.000317161C10.595 -0.00783237 10.3077 0.141371 10.0965 0.413348L4.3605 7.85078L1.87085 4.62888C1.66526 4.36448 1.38734 4.21613 1.0975 4.21613C0.807877 4.21613 0.529755 4.36448 0.324366 4.62888C0.116809 4.89552 0 5.25828 0 5.63674C0 6.01523 0.116804 6.37796 0.324366 6.64432L3.61471 10.9024C3.82164 11.1682 4.10171 11.3163 4.39329 11.3141C4.68094 11.3124 4.95667 11.1646 5.16097 10.9024L11.6756 2.47166C11.8834 2.20502 12 1.84228 12 1.4638Z' fill='%23333333'/%3e%3c/svg%3e ");
    background-repeat: no-repeat;
    background-position: center
}

.frm-check-txt {
    color: #999;
    font: 12px/16px "NunitoSans-Regular"
}

.frm-check-txt a {
    color: #999;
    text-decoration: underline
}

.frm-check-txt a:hover {
    text-decoration: none
}

.pop-clb-v {
    max-width: 750px;
    width: 100%;
    background-color: #f4e6d7;
    border-radius: 10px;
    position: relative;
    padding: 52px 68px 32px
}

.rgl-modal-title {
    margin: 0 0 18px;
    color: #34383a;
    font: 28px/42px "Arsenal-Bold";
    text-align: center
}

.rgl-rev-modal .rgl-frm-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.rgl-rev-modal .rgl-frm-row .rgl-frm-inp-box {
    margin-bottom: 20px;
    width: 100%
}

.rgl-rev-modal .rgl-frm-row .rgl-frm-inp-box:nth-child(-n+4) {
    width: 48%
}

.rgl-rev-modal .rgl-frm-row .rgl-frm-inp-box select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none !important;
    background: #fff url("../images/select-str-efdb192c515c993ac531666fb20644f9.webp") no-repeat 97% center
}

.rgl-rev-modal .rgl-frm-accept {
    color: #666;
    font: 400 11px/18px "Roboto"
}

.rgl-rev-modal .rgl-frm-accept label input[type=checkbox]+.rgl-frm-accept-txt {
    min-height: 23px
}

.rgl-rev-modal .rgl-frm-accept label input[type=checkbox]+.rgl-frm-accept-txt:before {
    border: 1px solid rgba(0, 0, 0, 0)
}

.rgl-rev-modal .frm-check-txt {
    color: #666;
    font: 400 11px/13px "Roboto"
}

.rgl-rev-modal .frm-check-txt a {
    color: #666
}

@media screen and (max-width: 1200px) {
    .pop-clb {
        width: 300px;
        padding: 30px 20px;
        border-radius: 15px
    }

    .pop-clb-title {
        margin: 0 0 20px
    }

    .pop-clb-form .rgl-frm-btn-box {
        width: 100%
    }
}

@media screen and (max-width: 560px) {
    .pop-clb-v {
        padding: 23px 15px 30px
    }

    .rgl-rev-modal .rgl-frm-row .rgl-frm-inp-box {
        margin-bottom: 10px
    }

    .rgl-rev-modal .rgl-frm-row .rgl-frm-inp-box:nth-child(-n+4) {
        width: 100%
    }

    .rgl-rev-modal .rgl-frm-accept {
        flex-direction: row;
        justify-content: center;
        align-items: center;
        width: 100%
    }

    .rgl-rev-modal .frm-check-txt {
        text-align: center
    }

    .rgl-rev-modal .rgl-frm-btn-box {
        width: 100%;
        text-align: center
    }

    .rgl-rev-modal .rgl-frm-btn-box .btn-pink {
        font: 700 16px/22px "Roboto";
        width: 205px
    }

    .rgl-modal-title {
        font: 24px/32px "Arsenal-Bold"
    }
}

.pop-sc-v3-modal.fancybox__content {
    padding: 0;
    background: rgba(0, 0, 0, 0)
}

.pop-sc-v3-modal.fancybox__content>.f-button.is-close-btn {
    top: 10px;
    right: 10px;
    opacity: .5;
    background: rgba(0, 0, 0, 0)
}

.pop-sc-v3-modal.fancybox__content>.f-button.is-close-btn.f-button svg {
    stroke: #3875ce
}

.pop-sc-v3 {
    padding: 60px 45px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    background: url("https://img.academcity.online/file/1713861864661.webp?token=sdf23rWRrwq") no-repeat center;
    background-size: cover;
    border-radius: 30px;
    position: relative;
    width: 600px;
    max-width: 100%;
    margin: 0 auto
}

.pop-sc-v3-title {
    color: #3875ce;
    font: 32px/41px "NunitoSans-Bold";
    margin: 0 0 20px;
    text-align: center
}

.pop-sc-v3-txt {
    color: #333;
    font: 18px/24px "NunitoSans-Bold";
    margin: 0 auto 32px;
    text-align: center;
    max-width: 335px
}

.pop-sc-v3-ic {
    width: 90px;
    margin: 0 auto 32px
}

.pop-sc-v3-ic img {
    max-width: 100%;
    display: block
}

.pop-sc-v3-items {
    color: #333;
    font: 16px/21px "NunitoSans-Regular";
    border-top: 1px solid #3875ce;
    padding-top: 15px;
    display: flex;
    justify-content: space-between
}

.pop-sc-v3-cont {
    color: #333;
    font: 16px/21px "NunitoSans-Regular";
    width: calc(100% - 100px);
    padding-right: 10px
}

.pop-sc-v3 .subscription-block {
    width: 100px;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.pop-sc-v3 .subscription-block span {
    margin: 0
}

.pop-sc-v3 .telegram-ico {
    background: url("https://img.academcity.online/file/171386170317.svg?token=sdf23rWRrwq") no-repeat 0 0;
    height: 45px;
    width: 45px;
    display: block
}

.pop-sc-v3 .vk-ico {
    background: url("https://img.academcity.online/file/1713861785664.svg?token=sdf23rWRrwq") no-repeat 0 0;
    height: 45px;
    width: 45px;
    display: block
}

.pop-sc-v3 .close-btn {
    right: 30px;
    top: 30px
}

.pop-sc-v3 .close-btn:after,
.pop-sc-v3 .close-btn:before {
    background-color: #3875ce;
    opacity: .5
}

.pop-sc-v3-sml.pop-sc-v3 {
    padding: 40px;
    width: 532px
}

.pop-sc-v3-sml .pop-sc-v3-title {
    font: 24px/31px "NunitoSans-Bold";
    margin: 0 0 10px
}

.pop-sc-v3-sml .pop-sc-v3-txt {
    font: 16px/21px "NunitoSans-Bold";
    margin: 0 auto;
    max-width: 334px
}

.pop-sc-v3.pop-sc-v3-sml .close-btn {
    right: 20px;
    top: 20px
}

.pop-sc-v3-rv .pop-sc-v3-ic {
    width: 157px;
    margin: 0 auto
}

.pop-sc-v3-rv.pop-sc-v3 {
    min-height: 420px
}

.pop-sc-v3-rv .pop-sc-v3-ic {
    width: 157px;
    margin: 32px auto 0
}

.pop-sc-v3-rvm .pop-sc-v3-ic {
    width: 157px;
    margin: 0 auto
}

.pop-sc-v3-rvm.pop-sc-v3 {
    min-height: 420px
}

.pop-sc-v3-rvm .pop-sc-v3-ic {
    width: 157px;
    margin: 8px auto 0
}

.pop-sc-v3-rvm .pop-sc-v3-txt {
    max-width: 447px
}

@media screen and (max-width: 1200px) {
    .pop-sc-v3 {
        padding: 30px 20px 20px;
        border-radius: 15px;
        width: 300px;
        min-height: auto
    }

    .pop-sc-v3-title {
        font: 24px/31px "NunitoSans-Bold";
        margin: 0 0 10px
    }

    .pop-sc-v3 .close-btn {
        right: 10px;
        top: 10px
    }

    .pop-sc-v3-txt {
        font: 14px/18px "NunitoSans-Bold";
        margin: 0 auto 12px;
        max-width: 335px
    }

    .pop-sc-v3-cont {
        font: 12px/16px "NunitoSans-Regular";
        width: 100%;
        padding-right: 0
    }

    .pop-sc-v3-items {
        flex-wrap: wrap;
        text-align: center;
        padding-top: 10px
    }

    .pop-sc-v3 .subscription-block {
        margin: 10px auto 0
    }

    .pop-sc-v3-ic {
        margin: 0 auto 20px
    }

    .pop-sc-v3-sml.pop-sc-v3 {
        padding: 30px 25px;
        width: 300px;
        min-height: auto
    }

    .pop-sc-v3-sml .pop-sc-v3-title {
        font: 20px/26px "NunitoSans-Bold";
        margin: 0 0 10px
    }

    .pop-sc-v3-sml .pop-sc-v3-txt {
        font: 14px/18px "NunitoSans-Bold";
        margin: 0 auto;
        max-width: 230px
    }

    .pop-sc-v3.pop-sc-v3-sml .close-btn {
        right: 10px;
        top: 10px
    }

    .pop-sc-v3-rv .pop-sc-v3-ic {
        width: 90px;
        margin: 8px auto 0
    }

    .pop-sc-v3-rvm.pop-sc-v3 {
        min-height: auto;
        padding: 30px 24px 23px
    }

    .pop-sc-v3-rvm .pop-sc-v3-ic {
        width: 90px;
        margin: 8px auto 0
    }

    .pop-sc-v3-rv.pop-sc-v3 {
        min-height: auto
    }

    .pop-sc-v3-modal.fancybox__content>.f-button.is-close-btn {
        top: 5px;
        right: 5px
    }
}/*# sourceMappingURL=pop.output.css.map */

.micromodal {
    display: none;
}

.micromodal.is-open {
    display: block;
}

.micromodal__overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.65);
    z-index: 15;
}

.micromodal__container {
    box-sizing: border-box;
    overflow-y: auto;
    max-width: 500px;
    max-height: 100vh;
    padding: 30px;
    background-color: #fff;
    border-radius: 4px;
}

.micromodal[aria-hidden="false"] .micromodal__overlay {
    animation: microModalFadeIn .6s cubic-bezier(0.0, 0.0, 0.2, 1);
}

.micromodal[aria-hidden="false"] .micromodal__container {
    animation: microModalSlideIn .6s cubic-bezier(0, 0, .2, 1);
}

.micromodal .micromodal__container,
.micromodal .micromodal__overlay {
    will-change: transform;
}

@keyframes microModalFadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes microModalSlideIn {
    from {
        transform: translateY(15%);
    }

    to {
        transform: translateY(0);
    }
}

.rgl-modal {
    position: relative;
}

.rgl-modal>.f-button.is-close-btn {
    top: 10px;
    right: 10px;
    opacity: .5;
    background: rgba(0, 0, 0, 0);
    transition: opacity 0.4s
}

.rgl-modal>.f-button.is-close-btn:hover {
    opacity: .8;
    background: rgba(0, 0, 0, 0);
}

@media screen and (max-width: 1200px) {

    .rgl-modal>.f-button.is-close-btn {
        top: 5px;
        right: 5px;
    }

    .micromodal.popup-form-rdv.is-open .micromodal__overlay {
        padding: 115px 0 0 0;
    }

    body:has(.micromodal.popup-form-rdv.is-open) {
        overflow: hidden;
    }

    .micromodal.popup-form-rdv.is-open .pop-clb-rdv {
        overflow: auto;
        max-height: 80vh;
    }

}