body, html {
    overflow-x: visible;
}
.bg-promocod {
    background: #fafafa;
}
.navbar-logo__promo-site {
    display: block;
    text-align: right;
    padding-top: 5px;
    background: linear-gradient(90deg,#fff,#838e86);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    text-transform: none;
    font-family: "Gotham Pro";
    font-size: 13px;
    line-height: 17px;
    font-weight: 700;
}
.prkod-nav {
    padding: 10px 0;
}
.blog-promocod {
    background: #fafafa;
}
.promokod-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 10px 0 25px;
}
.promokod-content {
    max-width: 800px;
}
.promokod-sidebar {
    width: 300px;
}
.sidebar-block {
    display: block;
    background: #fff;
    padding: 30px;
    -webkit-box-shadow: 0 5px 30px rgba(0,0,0,.05);
    box-shadow: 0 5px 30px rgba(0,0,0,.05);
    border-radius: 10px;
    transition: ease .3s;
}
.sidebar-top {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.sidebar-title {
    display: inline-block;
    margin-left: 20px;
}
.sidebar-title__text {
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
}
.sidebar-body__small {
    font-size: 14px;
    line-height: 18px;
    color: #888;
    margin-bottom: 15px;
}
.sidebar-body__text {
    font-size: 14px;
    line-height: 18px;
    color: #888;
}
.sidebar-body ul, .sidebar-menu ul {
    margin: 0;
    padding: 0;
}
.sidebar-body ul li {
    font-size: 15px;
    line-height: 21px;
    list-style: none;
    margin-top: 8px;
}
.sidebar-body ul li span {
    margin-right: 5px;
}
.sidebar-menu {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #eee;
}
.sidebar-menu ul li {
    list-style: none;
    margin-bottom: 8px;
}
.sidebar-menu ul li:last-child {
    margin-bottom: 0;
}
.sidebar-menu ul li a {
    display: inline-block;
    font-size: 15px;
    line-height: 21px;
    color: #212529;
    border-bottom: 1px solid #eee;
    transition: ease .3s;
}
.sidebar-menu ul li a:hover {
    color: #fe7679;
    text-decoration: none;
    border-bottom: 1px solid transparent;
}
.sidebar-banner {
    position: -webkit-sticky;
	position: sticky;
    align-self: flex-start;
	top: 80px;
    margin-top: 30px;
}
.sidebar-block__banner {
    display: block;
    width: 100%;
    height: 400px;
    padding: 30px;
    border-radius: 10px;
    transition: ease .3s;
    position: relative;
    text-decoration: none;
}
.sidebar-block__alfa {
    background: #F5E1FE;
    transition: ease-in-out .3s;
}
.sidebar-block__alfa:hover {
    background: #E0CCFE;
    text-decoration: none;
}
.sidebar-block__banner-text {
    font-family: "Museo";
    font-size: 28px;
    font-style: italic;
    line-height: 32px;
    letter-spacing: -.7px;
    color: #212529;
    transition: ease-in-out .3s;
}
.sidebar-block__banner-pict {
    display: block;
    position: absolute;
    bottom: 0;
}
.sidebar-block__banner-pict img {
    width: 100%;
}
.promokod-title {
    width: 100%;
}
.promokod-title h1 {
    font-size: 36px;
    line-height: 46px;
    color: #212529;
    padding-top: 10px;
    margin-bottom: 30px;
    max-width: 800px;
}
.cardpromo-title h1 {
    font-size: 36px;
    line-height: 46px;
    color: #212529;
    margin-bottom: 25px;
}
.cardpromo-wrap {
    display: grid;
    grid-template-columns: repeat(3, minmax(300px, 2fr));
    gap: 20px;
    margin-bottom: 40px;
}
.cardpromo-item {
    background: #fff;
    padding: 30px;
    -webkit-box-shadow: 0 5px 30px rgba(0,0,0,.05);
    box-shadow: 0 5px 30px rgba(0,0,0,.05);
    border-radius: 20px;
    transition: ease .3s;
}
.cardpromo-item:hover {
    transform: translateY(-2px);
}
.cardpromo-top {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    text-decoration: none;
}
.cardpromo-item:hover {
    text-decoration: none;
}
.cardpromo-item:hover .cardpromo-desc {
    color: #fe7679;
}
.cardpromo-logo {
    display: inline-block;
}
.cardpromo-logo img, .sidebar-icon img {
    max-width: 48px;
    max-height: 48px;
    width: auto;
    height: auto;
    border-radius: 5px;
    overflow: hidden;
}
.cardpromo-shop {
    display: inline-block;
    margin-left: 20px;
}
.cardpromo-name {
    display: block;
    font-size: 20px;
    line-height: 26px;
    color: #212529;
    transition: ease .3s;
}
.cardpromo-name:hover {
    color: #212529;
}
.cardpromo-type {
    display: block;
    font-size: 12px;
    line-height: 16px;
    color: #888;
}
.cardpromo-desc {
    display: inline-block;
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    color: #212529;
    margin-bottom: 0;
}
.cardpromo-small {
    display: inline-block;
    margin: 10px 0 0;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: .4px;
    color: #00afff;
}
.prkod {
    background: #fff;
    margin-bottom: 20px;
    -webkit-box-shadow: 0 5px 30px rgba(0,0,0,.05);
    box-shadow: 0 5px 30px rgba(0,0,0,.05);
    border-radius: 10px;
    transition: ease .3s;
}
.prkod:hover {
    transform: translateY(-2px);
}
.prkod-top {
    display: flex;
    align-items: center;
    padding: 20px 15px 0;
}
.prkod-metka {
    display: inline-block;
    margin-left: 15px;
    padding: 5px 12px;
    background: #ffefb2;
    border-radius: 25px;
}
.prkod-metka-recomend {
    background: #d4fce2;
}
.prkod-metka__name {
    display: inline-block;
    font-family: "Museo";
    font-size: 14px;
    line-height: 18px;
    letter-spacing: .4px;
}
.prkod-icon  {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-right: 10px;
    border-radius: 50%;
    position: relative;
}
.prkod-icon-time, .prkod-icon-verified {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-right: 5px;
    border-radius: 50%;
    position: relative;
}
.prkod-icon::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 12px;
    height: 12px;
    transform: translate(-50%,-50%);
    background: url(/assets/blogs/general/icon-percent.png);
    background-size: contain;
}
.prkod-icon-time::before {
    content: '';
    position: absolute;
    top: 55%;
    left: 50%;
    width: 24px;
    height: 24px;
    transform: translate(-50%,-50%);
    background: url(/assets/blogs/general/icon-time-access.png);
    background-size: contain;
}
.prkod-icon-verified::before {
    content: '';
    position: absolute;
    top: 55%;
    left: 50%;
    width: 24px;
    height: 24px;
    transform: translate(-50%,-50%);
    background: url(/assets/blogs/general//icon-verified.png);
    background-size: contain;
}
.prkod-label {
    font-size: 14px;
    line-height: 18px;
    letter-spacing: .4px;
    color: #00afff;
    display: inline-block;
}
.prkod-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 15px 20px;
}
.prkod-content {
    width: 65%;
}
.prkod-title {
    font-size: 22px;
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 0;
}
.prkod-code {
    display: flex;
    align-items: center;
    max-width: 250px;
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
    padding: 12px 0 0;
    color: #C93F3F;
    cursor: pointer;
}
.icon-copy-red {
    display: inline-block;
    margin-right: 8px;
    width: 16px;
    height: 16px;
    background: url(/assets/blogs/general/icon-copy-red.png) no-repeat center;
    background-size: contain;
}
.prkod-desc {
    font-size: 14px;
    line-height: 18px;
    color: #888;
    margin: 10px 0 0;
}
.prkod-action {
    width: 30%;
    text-align: center;
}
.prkod-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-family: "Museo";
    background: #C93F3F;
    color: #fff;
    min-width: 200px;
    padding: 14px 24px;
    margin-bottom: 8px;
    border-radius: 10px;
    transition: ease .3s;
}
.prkod-btn:hover {
    background: #FC6A6A;
    color: #fff;
    text-decoration: none;
}
.open-action::after {
    content: 'Открыть акцию';
}
.open {
    display: inline-block;
    margin-right: 5px;
}
.open::before {
    content: 'Открыть';
}
.icon-copy {
    display: inline-block;
    margin-right: 8px;
    width: 16px;
    height: 16px;
    background: url(/assets/blogs/general/icon-copy.png) no-repeat center;
    background-size: contain;
}
.prkod-work {
    display: inline-block;
    font-size: 14px;
    line-height: 18px;
    color: #76c274;
}
.prkod-work::after {
    content: 'Проверено, работает!';
}
.prkod-grey {
    color: #a7a7a7;
}
.prkod-grey::after {
    content: '';
}
.prkod-load {
    padding: 20px 0;
}
.btn-prkod-load {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 360px;
    height: 60px;
    margin: auto;
    font-family: "Museo";
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 1px;
    text-transform: uppercase;
    border: 1px solid rgb(218, 218, 218);
    border-radius: 5px;
    color: #333;
    background: transparent;
    transition: ease .3s;
    outline: none;
}
.btn-prkod-load:hover {
    background: #FFFAFA;
    border: 1px solid #aaa;
    outline: none;
    color: #333;
    text-decoration: none;
}
.prkod-box {
    margin-top: 25px;
}
.prkod-box:last-child {
    padding-bottom: 30px;
}
.prkod-box__name {
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    margin-bottom: 15px;
}
.prkod-list .prkod-link, .prkod-list .ref-link {
    padding: 7px 14px;
    margin: 0 10px 10px 0;
}
.prkod-list-grey .prkod-link {
    display: inline-block;
    padding: 7px 14px;
    margin: 0 10px 10px 0;
    font-weight: 700;
    color: #212529;
    border: 1px solid #eee;
    border-radius: 5px;
    transition: ease .3s;
}
.prkod-list-grey .prkod-link:hover {
    text-decoration: none;
    color: #4E78FD;
    border: 1px solid #4E78FD;
}
.prkod-list .prkod-link:last-child, .prkod-list .ref-link:last-child {
    margin-right: 0;
}
.modal-promo .modal-content {
    border: none;
}
.modalpromo-logo {
    display: flex;
    justify-content: center;
    margin: auto;
}
.modalpromo-logo img {
    max-width: 50px;
    max-height: 50px;
    width: auto;
    height: auto;
    border-radius: 5px;
    overflow: hidden;
}
.modalpromo-content {
    max-width: 380px;
    width: 100%;
    margin: auto;
    padding: 25px 0 0;
}
.modalpromo-title {
    font-size: 20px;
    font-weight: 700;
    line-height: 26px;
    margin-bottom: 20px;
}
.modalpromo-text {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 0;
}
.modalpromo-copy {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 25px auto;
    width: 100%;
    height: 55px;
    padding: 0 15px;
    border: 1px dashed #ddd;
    border-radius: 10px;
    position: relative;
    transition: ease .3s;
}
.modalpromo-copy:hover {
    background: #f1f1f1;
}
.modalpromo-kod {
    font-size: 22px;
    color: #C93F3F;
    font-weight: 700;
}
.modalpromo-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 45px;
    height: 45px;
    cursor: pointer;
    transition: ease .3s;
}
.modalpromo-btn .icon-copy-red {
    width: 30px;
    height: 30px;
    margin-right: 0;
}
.modalpromo-action {
    max-width: 380px;
    width: 100%;
    margin: 0 auto;
}
.modalpromo-action .prkod-btn {
    height: 55px;
}
.modalpromo-hint {
    position: absolute;
    top: -50px;
    right: 0;
    opacity: 1;
    padding: 10px;
    width: 100%;
    background: rgb(0 0 0 / 80%);
    color: #fff;
    border-radius: 5px;
    text-align: center;
    transition: ease .3s;
}
.modalpromo-hint__text {
    font-family: "Museo";
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 1px;
}
.modalpromo-hint__text::after {
    content: 'Скопировано в буфер обмена';
}
@media screen and (max-width: 1200px) {
    .container {
        max-width: none !important;
        padding: 0 20px !important;
    }
    .container .navbar {
        padding: 15px;
    }
    .cardpromo-wrap {
        grid-template-columns: repeat(2, minmax(300px, 2fr));
        margin-bottom: 20px;
    }
    .prkod-content {
        width: 60%;
    }
    .prkod-action {
        width: 36%;
    }
    .promokod-content {
        max-width: 680px;
    }
    .promokod-sidebar {
        width: 250px;
    }
    .sidebar-block, .sidebar-block__banner {
        padding: 30px 20px;
    }
    .sidebar-block__banner-text {
        font-size: 26px;
        line-height: 30px;
    }
}
@media screen and (max-width: 992px) {
    .cardpromo-title h1, .promokod-title h1 {
        font-size: 32px;
        line-height: 40px;
    }
    .promokod-container{
        width: 100%;
        max-width: 800px;
        margin: auto;
        padding-bottom: 15px;
    }
    .promokod-sidebar, .promokod-content {
        width: 100%;
        max-width: none;
    }
    .promokod-content {
        padding-right: 0;
        order: 3;
    }
    .promokod-sidebar {
        position: static;
        order: 2;
        margin-bottom: 30px;
    }
    .prkod-box:last-child {
        padding-bottom: 20px;
    }
    .sidebar-banner {
        display: block;
    }
    .sidebar-block__banner {
        display: flex;
        padding: 30px 0 0 20px;
    }
    .sidebar-block__banner-pict {
        position: static;
        display: flex;
        align-items: flex-end;
    }
}
@media screen and (max-width: 768px) {
    .container {
        padding: 0 20px !important;
    }
    .blog-promocod .container {
        padding: 0 15px;
    }
    .cardpromo-title h1 {
        font-size: 26px;
        line-height: 32px;
    }
    .cardpromo-title {
        margin-top: 25px;
    }
    .cardpromo-wrap {
        grid-template-columns: repeat(1, minmax(300px, 2fr));
        margin-bottom: 40px;
    }
    .cardpromo-item {
        padding: 25px 20px;
    }
    .cardpromo-name {
        font-size: 18px;
        line-height: 24px;
    }
    .cardpromo-desc {
        font-size: 22px;
        line-height: 28px;
    }
    .promokod-sidebar {
        max-width: 480px;
        margin: 30px auto 0;
    }
    .promokod-title h1 {
        font-size: 28px;
        line-height: 36px;
        padding-top: 0;
        margin-bottom: 0;
    }
    .prkod-wrap {
        margin-top: 30px;
    }
    .prkod {
        max-width: 480px;
        margin: 0 auto 20px;
    }
    .prkod-item {
        flex-wrap: wrap;
    }
    .prkod-content, .prkod-action {
        width: 100%;
    }
    .prkod-action {
        margin-top: 18px;
    }
    .prkod-title {
        font-size: 20px;
        line-height: 26px;
    }
    .prkod-list {
        min-width: 650px;
        margin-right: -15px;
    }
    .prkod-box{
        overflow: auto;
        overflow-x: scroll;
    }
    .prkod-box:last-child {
        padding-bottom: 0;
        margin-bottom: 25px;
    }
    .prkod-box__name {
        font-size: 20px;
        line-height: 26px;
    }
    .sidebar-banner {
        margin-top: 25px;
    }
    .sidebar-block__banner {
        display: block;
        height: auto;
        overflow: hidden;
    }
    .sidebar-block__banner-text {
        display: block;
        font-size: 22px;
        line-height: 26px;
        max-width: 290px;
    }
    .sidebar-block__banner-pict {
        max-width: 360px;
        margin-left: auto;
    }
    .content-wrap {
        padding: 0;
    }
    .footer-block-left {
        text-align: left;
    }
    .modalpromo-kod {
        font-size: 20px;
    }
}
@media screen and (max-width: 500px) {
    .blog-promocod {
        padding: 0;
    }
    .navbar-logo__promo-site {
        font-size: 12px;
        line-height: 16px;
        padding-top: 3px;
    }
    .sidebar-block__banner-pict {
        max-width: 260px;
    }
    .prkod-load .btn-prkod-load {
        width: 100%;
    }
}