/*! SEO PAGE*/

html {
    scroll-behavior: smooth;

}

body.seo_page {
    background: #f8f9fa;

}



.profit_section.container {
    margin-top: 100px;
    padding-left: 5px;
    padding-right: 5px;
}
.profit_section:after, .profit_section:before {
    content: '';
    display: block;
    clear: both;
}
.title_h1 {
    font:700 36px Roboto, sans-serif;
    text-align: center;
    margin-bottom: 10px;
}
.title_description {
    font:400 18px Roboto, sans-serif;
    color: #2c2525;
    text-align: center;
}
.advantages_block {
    margin-top: 100px;
    padding-bottom: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.advantages_block-item {
    width: 232px;
    position: relative;
}
.advantages_block-item:hover {
    background: #fff;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
}
.advantages_block-content {
    display: block;
    height: 210px;
    border-radius: 3px;
    border: solid 1px transparent;
    box-shadow: none;
    background: transparent;
    padding: 25px 10px;
    text-align: center;
}
.advantages_block-content:hover {
    text-decoration: none;
}
.advantages_block-item img {
    max-width:64px;
    max-height: 64px;
    margin-bottom: 20px;
    width: auto;
}
.advantages_block-item p {
    font:400 14px Roboto, sans-serif;
    color: #333;
}
.advantages_block-item p.advantages_block-item_title {
    font:700 15px Roboto, sans-serif;
    margin-bottom: 10px;
}
@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,-10px,0);
        transform: translate3d(0,-10px,0)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}
@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,-10px,0);
        transform: translate3d(0,-10px,0)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}
.advantages_block-description {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate3d(0,-10px,0);
    transform: translate3d(0,-10px,0);
}
.advantages_block-item:hover .advantages_block-description {
    opacity: 1;
    visibility: visible;
    position: absolute;
    z-index: 1;
    background: #fff;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.05);
    margin-bottom: 10px;
    border-radius: 0 0 3px 3px;
    width: 100%;
    padding: 0 10px 10px;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    animation-name: fadeInDown;
    -webkit-animation-duration: .2s;
    animation-duration: .2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.promotion_section.container {
    padding-bottom: 60px;
    padding-left: 15px;
    padding-right: 15px;
}
.title_h2 {
    font:700 28px Roboto, sans-serif;
    color: #2c2525;
    text-align: center;
    margin-bottom: 10px;
}
.promotion_message {
    margin: 50px 0;
    text-align: center;
    color: #333;
    font:400 14px Roboto, sans-serif;
}
.promotion_message > span {
    background: #ffd400;
}
.control_buttons_block {
    display: none;
}
.promotion_block {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    height: 100%;
}
.promotion_wrapper_item {
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.05);
    width: 32%;
    position: relative;
    display: flex;
    align-items: stretch;
}
.blink:after {
    content: '';
    position: absolute;
    z-index:1;
    width: 100%;
    height: 100%;
    top:0;
    animation-name: blinker;
    animation-iteration-count: infinite;
    animation-duration: 8s;
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0);
    background: rgba(24, 191, 73, 0.1);
}

@keyframes blinker {
    0% {
        box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0);

    }
    25% { box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.25);

    }
    50% { box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.5);

    }
    75% { box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.25);

    }
    100% { box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0);

    }
}

@-webkit-keyframes blinker {
    0% {
        box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0);

    }
    25% { box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.25);

    }
    50% { box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.5);

    }
    75% { box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.25);

    }
    100% { box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0);

    }
}
.promotion_block_item {
    position: relative;
    border-radius: 4px 4px 0 0;
    border: solid 1px #eee;
    background: #fff;
    text-align: center;
    padding: 30px 10px 11px;
    display: flex;
    flex-direction: column;
}
.promotion_block_item .score {
    position: absolute;
    right: 17px;
    top:17px;
    font:500 12px Roboto, sans-serif;
    color: #999;
}
.promotion_block_item .score + img {
    height: 50px;
    max-width: 50px;
    max-height: 50px;
    display: inline-block!important;
    margin: 0 auto 10px;
}
.promotion_block_item p {
    text-align: left;
    font:400 14px Roboto, sans-serif;
    color: #777;
    margin:0 17px 15px;
    padding: 5px;
}
.promotion_block_item  p.promotion_title {
    font:500 18px Roboto, sans-serif;
    color:#333;
    margin-bottom: 5px;
    text-align: center;
    text-transform: capitalize;
}
.promotion_block_item .cost {
    font:500 14px Roboto, sans-serif;
    color: #5e4200;
    background: #ffd400;
    width: fit-content;
    margin: 0 auto;
}
.promotion_block_item p.promotion_description {
    text-align: center;
    color: #333;
    font: 500 14px Roboto, sans-serif;
    margin-bottom: 30px;
    height: 37px;
}
.promotion_block_item p.promotion_description + p {
    height: 0px;
    overflow: hidden;
    line-height: normal;
    margin: 0;
}
.promotion_block_item .includes_block {
    width: auto;
    min-height: 38px;
    border-radius: 3px;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.05);
    border: solid 1px rgba(24, 191, 73, 0.2);
    background-color: rgba(24, 191, 73, 0.1);
    color: #42484d;
    font:400 13px Roboto, sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0 17px 30px;
}
.promotion_block_item .includes_block span{
    font:500 13px Roboto, sans-serif;
    text-decoration: underline;
    margin: 0 3px;
}
.promotion_block_item ul.collapse {
    display: block;
}
.promotion_block_item .open_list {
    display: none;
}
.promotion_block_item ul {
    text-align: left;
    margin: 0 17px 15px;
    height: 240px;
    overflow: auto;
}
.promotion_block_minimal .promotion_block_item ul {
    height: 308px;
}
.promotion_block_item ul::-webkit-scrollbar { width: 6px; height: 6px; }
.promotion_block_item ul::-webkit-scrollbar-button {  height: 0; }
.promotion_block_item ul::-webkit-scrollbar-track {  background-color: transparent; }
.promotion_block_item ul::-webkit-scrollbar-track-piece { background-color: transparent; }
.promotion_block_item ul::-webkit-scrollbar-thumb { height: 50px; background-color: #f8e342; border-radius: 3px; }
.promotion_block_item ul::-webkit-scrollbar-corner {  background-color: transparent; }
.promotion_block_item ul::-webkit-resizer {  background-color: transparent; }

.promotion_block_item ul li {
    font:400 14px Roboto, sans-serif;
    color: #333;
    line-height: 1.43;
    position: relative;
    padding-left: 26px;
}
.promotion_block_item ul li>a {
    color: #027aff;
}
.promotion_block_item ul li:before {
    content: '';
    width: 16px;
    height: 16px;
    background: url(../images/seo/green-check.svg);
    position: absolute;
    top: 6px;
    left: 6px;
    display: block;
    margin-right: 5px;
}
.promotion_block_item ul li > span {
    font:300 14px Roboto, sans-serif;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    padding: 7px;
}
.promotion_block_item ul li:hover {
    background: #f5f5f5;
}
.promotion_block_item .btn_order  {
    font:500 13px Roboto, sans-serif;
    background-color: #ffd400;
    color: #5e4200;
    width: 100%;
    border:none;
    outline:none;
    height: 34px;
    line-height: 34px;
    border-radius: 3px;
    text-align: center;
    padding: 0;
    transition: all .3s;
    position: relative;
    margin-top: auto;
}
.promotion_block_item .btn_order:hover {
    color: #5e4200;
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.1);
}
.promotion_block_item .btn_order:focus,
.promotion_block_item .btn_order:active {
    box-shadow: none;
}
.promotion_block_item .btn_order:focus:before,
.promotion_block_item .btn_order:active:before {
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.05);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
}
.promotion_wrapper_item .info_text {
    font:500 12px Roboto, sans-serif;
    color: #777;
    height: 100%;
    padding: 20px 27px;
    background: #f9f9f9;
    border-radius: 0 0 4px 4px;
    border: solid 1px #eee;
    border-top: 0;
}
.warning_bottom_block {
    padding: 20px 20px 0 44px;
    border-radius: 5px;
    position: relative;
    height: 100%;
    line-height: 1.38;
    font-weight: 400;
    font-size: 13px;
    overflow: hidden;
    color: #000;
    margin: 50px 0;
    border: solid 1px rgba(255, 212, 0, 0.1);
    background-color: rgba(255, 212, 0, 0.1);

}
.warning_bottom_block:before {
    content: '';
    display: block;
    width: 4px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 5px;
    background-color: #ffd400;
}
.warning_bottom_block .warning_symbol {
    width: 16px;
    height: 16px;
    border-radius: 10px;
    background-color: #ffd400;
    color: #4c3f00;
    font-weight: bold;
    text-align: center;
    position: absolute;
    left: 16px;
}
.warning_bottom_block .bold_word {
    font-weight: 500;
}
.warning_bottom_block p {
    margin-bottom: 20px;
}

.promotion_bottom_block {
    text-align: center;
    margin: 50px 0 0;
}
.promotion_bottom_block .title_description {
    font:400 18px Roboto, sans-serif;
    color: #2c2525;
    margin-bottom: 25px;
}
.promotion_bottom_block .our_partners {
    font:500 18px Roboto, sans-serif;
    text-align: center;
    color: #2c2525;
}
.promotion_bottom_block .our_partners span {
    margin: 0 15px;
}
.promotion_bottom_block .our_partners img {
    margin-right: 15px;
    max-height: 22px;
}

.promotion_bottom_block .AWEB_img {
    max-height: 50px!important;
}

/*smart_seo*//*smart_seo*//*smart_seo*/
/*smart_seo*//*smart_seo*//*smart_seo*/

.smart_seo{
    padding-top: 75px;
}
.smart_seo__title{
    font-size: 48px;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    color: #2c2525;
    max-width: 787px;
    width: 100%;
    margin: 0 auto 50px;
}
.smart_seo__descr{
    width: 100%;
    max-width: 673px;
    margin: 0 auto;
    padding-top: 21px;
    padding-bottom: 29px;
}

.smart_seo__cart_block{
    margin-top: 20px;
    padding-bottom: 70px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.smart_seo__cart{
    width: 220px;
    height: 290px;
    border-radius: 5px;
    border: solid 1px #eeeeee;
    background-color: #ffffff;
    text-align: center;
    margin-right: 15px;
}

.smart_seo__cart:last-child{
    margin-right: 0;
}

.smart_seo__cart-content{
    height: 289px;
    overflow: hidden;
}
.smart_seo__cart-content:hover {
    background: #fff;
    height: 327px;
    overflow: visible;
    border-radius: 5px;
    box-shadow: 0 5px 5px 0 rgba(85, 85, 85, 0.05);
    border-bottom: solid 1px #eeeeee;
}
.smart_seo__cart-ico{
    padding: 39px 0 42px;

}
.owl-carousel .owl-item .smart_seo__cart-content img{
    width: auto;
    margin: 0 auto;
}
.smart_seo__control_buttons_block{
    background: #eeeeee;
    padding: 15px !important;
    margin-top: 25px;
    display: none;
}

.smart_seo__btn-block{
    display: flex;
    flex-wrap: wrap;
    padding: 10px;
    background-color: #465a65;
}

.smart_seo__btn{
    background-color: #ffffff;
    padding: 4px 10px;
    float: left;
    margin: 5px 10px;
    color: #5e5e5e;
}

.smart_seo__cart-title{
    font-size: 18px;
    font-weight: 600;
    color: #000000;
    padding-bottom: 12px;
}

.smart_seo__cart-descr{
    font-size: 12px;
    font-weight: 500;
    color: #777777;
    padding-bottom: 22px;
    text-transform: uppercase;
    border-bottom: 1px solid #eeeeee;
}

.smart_seo__cart-price{
    font-size: 18px;
    white-space: nowrap;
    font-weight: 600;
    color: #000000;
    padding: 20px 0 11px;
}

.smart_seo__cart-link{
    font-size: 13px;
    font-weight: 500;
    text-align: center;
    color: #000000;
    width: 108px;
    height: 26px;
    border-radius: 3px;
    background-color: #ffd400;
    line-height: 2;
    display: none;
}

.smart_seo__cart-link:hover{
    color: #000000;
    text-decoration: none;
}

.smart_seo__cart-content:hover .smart_seo__cart-link{
    display: inline-block;
}

.smart_seo__cart-link.besplatno {
    padding: 0!important;
}

.seo-accordion p {
    line-height: 1.43!important;
    margin: 0 7px 15px;
    padding-bottom: 7px;
}
.show-accordion_addition {
    font-size: 12px;
    color: #999999;
    display: contents;
}
.d-none {
    display: none;
}
.seo-accordion svg {
    fill: #000;
    margin-left: 5px;
    margin-right: 5px;
    width: 6px;
    transition: all .3s;
    display: inline-block;
    float: right;
}
.seo-accordion span.caret{
    margin-top: 5px;
    transition: all .3s;
}
.rotate-accordion-svg {
    transform: rotate(-180deg);
}
.promotion_block_item p.promotion_preimgtext {
    text-align: center;
    font: 300 12px Roboto, sans-serif;
    color: #777;
    min-height: 66px;
    line-height: 1.3;
    margin: 0;
}
.opacity0 {
    opacity: 0;
}
.text-center {
    text-align: center!important;
}
.fz12 {
    font-size: 12px!important;
}

.seo-page-article {
    padding: 0;
    font: 400 15px 'Roboto', sans-serif;
}
.seo-page-article ul {
    padding-left: 20px;
}
.seo-page-article li {
    list-style: disc;
}

.scroll-seo-text {
    margin-top: 50px;
    margin-bottom: 50px;
    height: 250px;
    overflow-y: scroll;
    color: #777;
}

.seo-page-article .scroll-seo-text {
    margin-top: 100px;
    margin-bottom: 100px;
}

.scroll-seo-text::-webkit-scrollbar { width: 5px; height: 15px;}
.scroll-seo-text::-webkit-scrollbar-button {  height: 0px;}
.scroll-seo-text::-webkit-scrollbar-track {  background-color: #b2b2b2;}
.scroll-seo-text::-webkit-scrollbar-track-piece { background-color: #ffffff;}
.scroll-seo-text::-webkit-scrollbar-thumb { height: 50px; background-color: #b2b2b2; border-radius: 3px;}
.scroll-seo-text::-webkit-scrollbar-corner { background-color: #b2b2b2;}
.scroll-seo-text::-webkit-resizer { background-color: #b2b2b2;}
/*media*//*media*//*media*/

.cases_section {
    margin-top: 100px;
    margin-bottom: 100px;
}

.cases_section .title_h1 {
    margin-bottom: 30px;
}

.cases_section .cases_block .row {
    margin: -15px;
}

.cases_section .cases_block .case {
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.05);
    border-radius: 4px;
    border: solid 1px #eee;
    margin: 15px;
    background-color: #ffffff;
}

.cases_section .cases_block .case img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.cases_section .cases_block a {
    font: 500 13px Roboto, sans-serif;
    background-color: #ffd400;
    color: #5e4200;
    width: calc(100% - 20px);
    border: none;
    margin: 15px 10px 11px;
    outline: none;
    height: 34px;
    line-height: 34px;
    border-radius: 3px;
    text-align: center;
    padding: 0;
    transition: all .3s;
    position: relative;
    display: block;
}

.cases_section .cases_block a:hover {
    color: #5e4200;
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.1);
}

.cases_section .cases_block a.img_wrap {
    background-color: transparent;
    width: auto;
    margin: 0 0 0 0;
    height: auto;
    border-radius: 0;
}

.cases_section .cases_block a.img_wrap:hover {
    box-shadow: none;
}

.cases_block.owl-carousel .item {
    padding: 0;
}

@media screen and (min-width: 768px)  and (max-width: 1200px){
    .promotion_block_item .includes_block{
        padding: 10px;
    }
    .smart_seo__cart{
        margin-bottom: 15px;
    }
}
@media (max-width:767px){
    .promotion_block.owl-carousel .owl-stage {
        display: flex;
    }
    .promotion_block_item ul {
        margin: 0 0 15px;
    }
    .promotion_block.owl-carousel .owl-stage .owl-item {
        display: flex;
        align-items: stretch;
    }
    .promotion_message {
        margin: 60px 0 30px;
    }
    .control_buttons_block {
        display: flex;
        height: 70px;
        align-items: center;
        justify-content: center;
    }
    .control_buttons_block .btn_slide_to {
        padding: 5px 15px;
        border-radius: 3px;
        box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.05);
        border: solid 1px #44484533;
        background-color: rgba(95, 95, 95, 0.1);
        color: #42484d;
        font: 400 13px Roboto, sans-serif;
        text-align: center;
        margin: 0 5px;
    }
    .control_buttons_block .btn_slide_to.active {
        background: #027aff;
        border: solid 1px #027aff;
        color: #fff;
    }
    .promotion_block {
        display: none;
    }

    .promotion_block.owl-carousel {
        display: block;
    }
    .profit_section.container {
        margin-top: 30px;
    }
    .promotion_section.container .row {
        margin-left: -15px;
        margin-right: -15px;
    }
    .advantages_block {
        margin-top: 30px;
        padding-bottom: 20px;
        justify-content: flex-start;
    }
    .advantages_block-item {
        width: 33%;
    }
    .promotion_wrapper_item {
        width: 100%;
    }
    .promotion_block_item ul.collapse {
        display: none;
    }
    .promotion_block_item ul.collapse.in {
        display: block;
    }
    .promotion_block_item a.open_list {
        width: 100%;
        height: 34px;
        border-radius: 3px;
        box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.05);
        border: solid 1px #44484533;
        background-color: rgba(95, 95, 95, 0.1);
        color: #42484d;
        font: 400 13px Roboto, sans-serif;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        margin-bottom: 30px;
        position: relative;
    }
    .promotion_block_item a.open_list .fa {
        position: absolute;
        right: 13px;
        color: #42484d;
    }
    .promotion_block_item .includes_block {
        width: 100%;
        margin: 0 0 30px;
    }
    .promotion_block_item ul li {
        padding-left: 0;
    }
    .promotion_block_item ul li:before {
        position: relative;
        float: left;
        display: block;
    }

    .promotion_block_item .seo-accordion p {
        margin-left: 22px !important;
    }

    .smart_seo__cart, .smart_seo__cart-content{
        height: 327px;
        width: auto;
    }
    .smart_seo__cart-link{
        margin: 0 auto 20px;
        display: block;
    }
    .smart_seo__cart-content:hover{
       height: 327px;
    }
    .smart_seo__cart-price {
        font-size: 18px;
    }

    .smart_seo__control_buttons_block{
        display: block;
    }
    .smart_seo__title{
        font-size: 32px;
        padding-top: 50px;
    }
    .warning_bottom_block {
        margin-top: 0;
        margin-bottom: 0;
    }

}
@media (max-width: 576px) {
    .promotion_block_item p {
        margin: 0 0 15px;
    }
    .promotion_block_item .includes_block {
        margin-bottom: 10px;
    }
    .promotion_wrapper_item .info_text {
        padding: 20px 10px;
    }
    .advantages_block {
        margin-top: 50px;
    }
    .advantages_block-item {
        width: 49%;
    }
    .advantages_block-item:hover .advantages_block-description {
        position: relative;
        margin: 0;
    }
    .advantages_block-content {
        height: 220px;
        padding: 15px 10px;
    }
}
#promotion_block{
    height: 700px;
}
/*! END SEO PAGE*/