/** Богатырский крик */
#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 {
    position: absolute;
    top: -360px;
    left: 0;
    width: 263px !important;
    height: 352px;
    background: white;
    border-radius: 6px;
    color: black;
    padding: 10px;
    padding-top: 70px;
    background: #F1F1F1;
    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;
}
.micro-modal__descr {
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
}

.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: #FFB92D;
    width: 100%;
    border: none;
    padding: 10px;
    font-weight: bold;
}
.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);
}
.scrolltop {
    background: rgba(170, 20, 155, 1);
    -webkit-box-shadow: 0 0 0 10px rgba(170, 20, 155, 0.8);
    box-shadow: 0 0 0 10px rgba(170, 20, 155, 0.8);
}
.scrolltop:hover {
    background: rgba(170, 20, 155, 1);
    -webkit-box-shadow: 0 0 0 15px rgba(170, 20, 155, 0.4);
    box-shadow: 0 0 0 15px rgba(170, 20, 155, 0.4);
}

.curs-pointer {
    cursor: pointer;
}