/** Богатырский крик */
#roar {
    color: black;
    background: white;
    border-radius: 10px;
    border: 2px solid #ffca39;
    width: 300px;
    padding: 15px;
    padding-left: 30px;
    position: absolute;
    top:500px;
    right: 520px;
}


/** Форма всплываха для плавоющей кнопки на главной кремлях */
.micro-modal {
    color: #ffffff;
    position: absolute;
    top: -360px;
    left: 0;
    width: 263px !important;
    height: 352px;
    border-radius: 6px;
    color: black;
    padding: 10px;
    padding-top: 70px;
    background: linear-gradient(269.96deg, #BF4CA5 2.13%, #3D2D70 96.24%);
    border-radius: 20px;
    -webkit-box-shadow: 0px 13px 11px 0px rgba(50, 50, 50, 0.17);
    -moz-box-shadow:    0px 13px 11px 0px rgba(50, 50, 50, 0.17);
    box-shadow:         0px 13px 11px 0px rgba(50, 50, 50, 0.17);
}

.micro-modal__title {
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 36px;
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
}
.micro-modal__descr {
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    color: #ffffff;
}

.micro-modal-wrap__input {
    padding:0 20px;
}
.micro-modal input[type="email"] {
    margin: 10px auto;
    margin-top: 25px;
    margin-bottom: 35px;
    border-radius: 20px;
    padding: 22px;
}
.micro-modal input[type="email"]::-webkit-input-placeholder {
    font-size: 14px;
}
.micro-modal input[type="email"]:-moz-placeholder {
    font-size: 14px;
}

.micro-modal__btn-submit {
    border-radius: 20px;
    color: #000000 !important;
    background: linear-gradient(180deg, #FFF24D 0%, #DFBC0B 107.61%);
    box-shadow: 1px 1px 15px rgba(255, 244, 101, 0.41), 1px 1px 15px rgba(0, 0, 0, 0.15);
    width: 100%;
    border: none;
    padding: 10px;
    font-weight: bold;
    text-transform: uppercase;
}
.micro-modal__btn-submit_img {
    width: 90px;
    height: 105px;
    position: absolute;
    top:-25px;
    right: -26px;
}

.btn-get-first-pdf {
    font-weight: bold;
    font-size: 16px;
    text-transform: uppercase ;
    color: #000000 ;
    background: #fed20c ;
    border-radius: 6px;
    padding: 11px 5px ;
    display: inherit ;
    text-align: center ;
    width: 100% ;
    border: none ;
}
.o-0 {
    opacity: 0;
}

section.about .offer .offer__wrap--button a,
section.about .offer .offer__wrap--button a:hover
{
    border-radius: 50px;
    border: 0;
    background: #1492aa;
    color: #ffffff;
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
    padding: 12px 40px;
    text-decoration: none;
}
.price-one-release {
    /*font-size: 14px;*/
    font-weight: bold;
}

.itemAttach .item__series span {
    text-transform: uppercase;
}

.pulse {
    box-shadow: 0 0 0 rgba(170, 20, 155, 0.8);
}
.swim-get-pdf {
    background: rgba(170, 20, 155, 0.8);
    border: solid 1px rgba(170, 20, 155, 1);
}

.curs-pointer, .c-pointer, .cursor-pointer {
    cursor: pointer;
}
.pdf-form-error {
    position: absolute;
    top: 0;
    left: 40px;
    color: #d40000;
}

.text-decoration-underline {
    text-decoration: underline;
}

.marketplace {
    padding: 20px 0;
    background: #8C3589;


}
.marketplace .marketplace__wrap {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.marketplace .marketplace__wrap--text {
    color: #ffffff;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
}
.marketplace .marketplace__wrap--text a {
    text-decoration: underline;
    color: #ffffff;
    font-weight: 600;
}
.marketplace .marketplace__wrap--links {
    display: flex;
    flex-direction: row;
    justify-content: start;
}
.marketplace .marketplace__wrap--links img {
    width: 44px;
    height: 44px;
    box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.1);
}
.marketplace .marketplace__wrap--links .wildberries {
    margin-right: 15px;
}
@media (max-width: 575.98px) {
    .marketplace .marketplace__wrap {
        display: flex;
        flex-direction: column;
        justify-content: start;
        align-items: start;
    }
    .marketplace .marketplace__wrap--text {
        font-size: 16px;
        line-height: 24px;
    }
    .marketplace .marketplace__wrap--links {
        padding-top: 20px;
    }
}