/** Форма всплываха для плавоющей кнопки на главной мотики (Скачать первый выпуск в PDF) */
.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;
}

.curs-pointer {
    cursor: pointer;
}

.swim-get-pdf {
    display: none;
    position: relative;
    width: auto;
    height: auto;
    background: rgba(229, 84, 11, 0.8);
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    position: fixed;
    bottom: 40px;
    left: 40px;
    border-radius: 50px;
    cursor: pointer;
    z-index: 777;
}

@media (max-width: 768px) {
    .swim-get-pdf {
        font-size: 12px;
        bottom: 20px;
        left: calc(50% - 132px);
    }
}
.swim-get-pdf__wrap {
    text-align: center;
    width: 266px;
    padding: 10px 20px;
}
.pulse {
    cursor: pointer;
    box-shadow: 0 0 0 rgba(229, 84, 11, 0.4);
    animation: pulse 3s infinite;
}
.pulse:hover {
    animation: none;
}

@-webkit-keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(4229, 84, 11, 0.4);
    }
    20% {
        -webkit-box-shadow: 0 0 0 10px rgba(4229, 84, 11, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(4229, 84, 11, 0);
    }
}
@keyframes pulse {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(4229, 84, 11, 0.4);
        box-shadow: 0 0 0 0 rgba(4229, 84, 11, 0.4);
    }
    20% {
        -moz-box-shadow: 0 0 0 10px rgba(4229, 84, 11, 0);
        box-shadow: 0 0 0 10px rgba(4229, 84, 11, 0);
    }
    100% {
        -moz-box-shadow: 0 0 0 0 rgba(4229, 84, 11, 0);
        box-shadow: 0 0 0 0 rgba(4229, 84, 11, 0);
    }
}
/** end Форма всплываха для плавоющей кнопки на главной мотики */


/** Блок с формой скачать первый выпуск на главной мотики */
section.getpdf {
    background: #ffffff;
    padding: 40px 0 50px 0;
}

section.getpdf .title {
    font-weight: bold;
    font-size: 24px;
    color: #333333;
    text-transform: uppercase;
    padding-bottom: 5px;
}

@media (max-width: 992px) {
    section.getpdf .title {
        text-align: center;
    }
}

section.getpdf .subtitle {
    font-size: 16px;
    color: #333333;
    text-align: left;
}

@media (max-width: 576px) {
    section.getpdf .subtitle {
        text-align: center;
        padding-bottom: 15px;
    }
    section.getpdf .subtitle span {
        display: block;
    }
}

@media (max-width: 992px) {
    section.getpdf .subtitle {
        text-align: center;
    }
}

section.getpdf .form-control {
    padding: 23px 20px;
    background: #ffffff;
    border: 1px solid #c4c4c4;
    border-radius: 40px;
    color: #333333;
}

section.getpdf .bnt-subscribe {
    font-weight: bold;
    font-size: 16px;
    text-transform: uppercase;
    color: #000000;
    background: #fed20c;
    border-radius: 40px;
    padding: 11px 5px;
    display: inherit;
    text-align: center;
    width: 100%;
    border: none;
    margin-bottom: 60px;
}

section.getpdf .bnt-subscribe:hover {
    background: #fed725;
    text-decoration: none;
}

section.getpdf .bnt-subscribe::before {
    content: url("../img/logo-download.png");
    margin-right: 10px;
    margin-top: 10px;
}

section.getpdf .bnt-subscribe::before {
    position: relative;
    top: 3px;
    margin-right: 0.5em;
}

@media (max-width: 992px) {
    section.getpdf .bnt-subscribe {
        margin-top: 0;
    }
}

@media (max-width: 580px) {
    section.getpdf .bnt-subscribe {
        margin-top: 20px;
    }
}

.getpdf-consent {
    display: flex;
    align-items: center;
    font-size: 12px;
    color: #000;
    line-height: 1.4;
    margin-top: 6px;
}

.getpdf-consent input[type="checkbox"] {
    margin-right: 6px;
    width: 14px;
    height: 14px;
    vertical-align: middle;
}

.getpdf-consent a {
    color: #000;
    text-decoration: underline;
}

.getpdf-consent a:hover {
    text-decoration: none;
}

/* end Блок с формой скачать первый выпуск на главной мотики */