

.fp-tableCell {
    display: block;
}

body {
    font-family: Exo2;
    font-size: 16px;
    color: #680931;
    overflow-y: auto;
    background-color: #f3f3f7;
    background-image: url(/images/video_pattern_bg.png);
}

a {
    text-decoration: none;
    color: inherit;
}

.menu_trigger__label i {
    color: #680931;
}


.tinres {
    font-size: 16px;
    line-height: 1.3;
}

.tinres__flexOverflowList {
    display: flex;
    justify-content: center;
    align-items: center;
}

.tinres__flexOverflowList ul {
    max-width: 350px;
}

.tinres__flexOverflowList .tinres {
    text-align: left;
}

.tinres h1 {
    display: block;
    font-size: 2rem;
    margin-block-start: 0.57rem;
    margin-block-end: 0.57rem;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
}

.tinres h2 {
    display: block;
    font-size: 1.5rem;
    margin-block-start: 0.63rem;
    margin-block-end: 0.63rem;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
}

.tinres h3 {
    display: block;
    font-size: 1.17rem;
    margin-block-start: 0.85rem;
    margin-block-end: 0.85rem;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
}

.tinres h4 {
    display: block;
    font-size: 1.04rem;
    margin-block-start: 1.03rem;
    margin-block-end: 1.03rem;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
}

.tinres h5 {
    display: block;
    font-size: 0.83rem;
    margin-block-start: 1.37rem;
    margin-block-end: 1.37rem;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
}

.tinres h6 {
    display: block;
    font-size: 0.67rem;
    margin-block-start: 2rem;
    margin-block-end: 2rem;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
}


.tinres p {
    display: block;
    margin-block-start: 0.6rem;
    margin-block-end: 0.6rem;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}


.tinres strong {
    font-weight: 700;
}

.tinres ol,
.tinres ul {
    padding-left: 20px;
}

.tinres ol,
.tinres ul,
.tinres ol li,
.tinres ul li
{
    list-style-type: disc !important;
}


.tinres .overflowedImage img {
    margin: 0 15px !important;
}

@media all and (max-width: 800px) {
    .tinres .overflowedImage {
        display: block !important;
    }
    .tinres .overflowedImage img {
        margin: 5px 0 !important;
        width: 100%;
        max-width: 100%;
    }
}



/*.tinres li {*/
/*    margin-top: 5px;*/
/*    margin-bottom: 5px;*/
/*}*/


.tinres li {
    opacity: 0;
}


.tinres li.liChecked {
    opacity: 1;
}



/*// header stiles*/

header {
    /*display: flex;*/
    /*justify-content: space-between;*/
    /*border-bottom: 1px solid #c7c7c7;*/
    /*padding: 5px 5px;*/
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: #f3f3f7;
    background-image: url(/images/video_pattern_bg.png);
    z-index: 2;

    display: flex;
    justify-content: space-between;
    padding: 5px 5px;
    width: 100%;

    border: none;
    outline: none;

}


.headerLeft,
.headerRight {
width: 25%;
}



.headerLeft {
display: flex;
align-items: center;
justify-content: flex-start;
}

.headerRight {
display: flex;
align-items: center;
justify-content: flex-end;
}


.headerMiddle {
/*width: 50%;*/
display: flex;
justify-content: center;
align-items: center;
}


.headerMiddle__label {
    display: flex;
    align-items: center;
    justify-content: center;
}

.header .social {
    margin-left: 15px;
    cursor: pointer;
}

.navigation {
display: flex;
justify-content: center;
align-items: center;
font-size: 1.25rem;
}


.header:after {
content: '';
clear: both;
}

.headerLeft {

}



/*header stiles*/



.cabinetCont__bg {
    position: fixed !important;
    background-attachment: fixed;
}



.page {
    /*min-height: 100vh;*/
}

.page__content {
    position: relative;
    /*top: 50px;*/
    min-height: calc(100% - 60px);
}

.page_item {
    padding-bottom: 5px;
    position: relative;
    margin: auto 25px;
}

.page_item:hover:after,
.page_item.active:after {
    width: 100%;
    padding: 0px;
}


.page_item:after {
    content: '';
    position: absolute;
    transition: .25s;
    left: 0;
    bottom: 0;
    border-bottom: 2px solid #680931;
    width: 0px;
    height: 0%;
    padding: 0px;
}


.slider {
    height: 260px;
    background-color: #680931;
    color: white;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border: 0px solid #CBC8BB;
    border-right: none;
    border-bottom: none;
    padding: 0 1px 0px 5px;
    margin-top: -1px;
    background-image: url(/images/bg.png);
    box-shadow: 0px 5px 7px #00000059;
    position: relative;
    background-size: cover;
}

.header {
    min-height: 60px;
    z-index: 15;
}


@keyframes logoAnim {
    0% {
        /*background-size: 100%;*/
        /*transform: scale(0.9);*/
    }
    100% {
        /*background-size: 99%;*/
        /*transform: scale(1);*/
    }
}

.slider .logo   {
    width: 525px;
    height: 250px;
    /*background-image: url(/images/slider_logo.png);*/
    background-image: url(/images/true_bg4.jpg);
    background-size: 99%;
    background-repeat: no-repeat;
    background-position: 15% 55%;
    position: relative;
    box-shadow: 5px 0px 15px #00000047;
    transition: 1.4s;
    animation: 1s ease-in 0s 1 logoAnim;
}



.blockBorderAnimation
{

}

/* Chrome, Safari, Opera */
@-webkit-keyframes drawBorderFromCenter {

}


.slider .text {
    text-transform: uppercase;
    margin-left: 7%;
    min-width: 50%;
    text-align: left;
    max-width: 500px;
    transition: 1.78s;
    transform: translateY(0);
    animation: 1s ease-out 0s 1 textAnim;

}


@keyframes textAnim {
    0% {
        transform: translateY(-15px);
    }
    100% {
        transform: translateY(0);
    }
}

.lk {
    position: relative;
    height: 50px;
}

.lk a {
    padding: 0px 5px ;
}


.lk:after {
    left: 10px;
}

.lk.active:after,
.lk:hover:after {
    width: 100%;
    /*bottom: 14px;*/
}

.lk__iconOverflow {
    /*position: absolute;*/
    /*top: 9px;*/
    /*bottom: 12px;*/
    /*left: -20px;*/
    /*margin: auto;*/
    /*padding: 3px;*/
    /*border-radius: 50%;*/
    /*border: 1px solid #7c022f;*/
    /*width: 25px;*/
    /*height: 25px;*/
    /*z-index: -1;*/

    position: absolute;
    top: 9px;
    bottom: 12px;
    left: -15px;
    margin: auto;
    padding: 3px;
    /* border-radius: 50%; */
    /* border: 1px solid #7c022f; */
    width: 25px;
    height: 25px;
    z-index: 2;
}

.lk__icon {
    /*background-image: url(/images/i.png);*/
    /*background-size: contain;*/
    /*background-repeat: no-repeat;*/
    /*width: 100%;*/
    /*height: 100%;*/
    /*background-position: center;*/

    background-image: url(/images/i.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 188%;
    height: 190%;
    background-position: center;
    position: relative;
    right: 8px;
    bottom: 11px;
}

.lk a {
    /*background-color: white;*/
}


.social {
    display: flex;
    justify-content: center;
    align-items: center;
}

.social .socButton{
    margin: 0 10px;
}

.socButton {
    font-size: 1.25rem;
}


.bold {
    position: relative;
}

.bold:after {
    content: "";
    padding-bottom: 15px;
    display: flex;
    justify-self: center;
    position: absolute;
    bottom: -5px;
    left: 0;
    right: 0;
    margin: auto;
    border-bottom: 1px solid white;
    width: 95%;
}

.slider .text .question {
    font-size: 1.35em;
    right: 5px;
    position: relative;
}



.slider .text  p {
    font-size: 2.8rem;
    line-height: 35px;
    text-shadow: 0px 2px 5px #00000034;
}

.slider .text  p.slider__topText {
    font-size: 1.95rem;
}

.slider .text  p.slider__underText {
    font-size: 1.95rem;
    margin-top: 15px;
}


.lkItemNavigation .name {
    position: relative;
    left: 10px;
}

.headerRight {
    min-width: 260px;
    margin-left: 15px;
}

.lkItemNavigation .lk {
    margin: 0 5px;
    display: flex;
}

.right_nav {
    display: flex;
    justify-self: center;
    justify-content: flex-end;
    align-items: center;
}


.withBorderBottom {
    position: relative;
}

.withBorderBottom:after {
    content: "";
    display: flex;
    justify-self: center;
    position: absolute;
    bottom: -20px;
    left: 0;
    right: 0;
    margin: auto;
    border-bottom: 1px solid #a7a7a7c4;
    width: 155px;
    box-shadow: 0px 3px 5px #c7c7c714;
}

.button {
    color: white;
    text-transform: uppercase;
    font-size: 1.25rem;
    border-radius: 4px;
    border: 1px solid #640931;
    padding: 10px 50px;
    transition: .24s;
    cursor: pointer;
    box-shadow: 0px 5px 7px #00000045;
    background-color: #881944;
}

.searchButton-small .button {
    font-size: 0.9rem;
    padding: 8px 30px;
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.17);
}

.button[disabled] {
    background-color: #7d4c59;
    cursor: unset;
}

button:focus:not([disabled]) {
    outline: none;
    background-color: #a13a62;
}

.button__text {
    position: relative;
}

.button__text:after:not([disabled]) {
    content: '';
    transition: .25s;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -5px;
    width: 0%;
    border-bottom: 1px solid white;
}

.button:hover:not([disabled]) {
    background-color: rgba(136, 25, 68, 0.94);
    border: 1px solid white;
}


.button:hover .button__text:after {
    width: 100%;

}

.content {
    margin-top: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 25px;
}

.content__overflow {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 40px;
    border-radius: 4px;
    border: 1px solid #c8c8c8;
    box-shadow: 0px 15px 24px #9a9a9a3e;
}

.content .button {
    margin-left: 135px;
}


.list li {
    display: flex;
    align-items: center;
    font-size: 1.5rem;
    line-height: 32px;
}


.list li:before {
    content: "";
    background-image: url("/images/list_image.png");
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    margin-right: 15px;
}

.list.list-numbers {
    list-style: decimal;
}
.list.list-numbers li {
    font-size: 1.5rem;
    list-style: decimal;
    display: list-item;
    position: relative;
    left: 25px;
}

.suggest {
    margin-top: 23px;
    font-size: 1.7rem;
    color: #680931;
    text-align: center;
    font-weight: bold;
}

.page1 .bottom_arrow__cont {
    top: 37px;
}

.bottom_arrow__cont {
    text-align: center;
    position: relative;
}

.bottom_arrow {
    text-align: center;
    display: inline-block;
    padding: 7px 10px;
    border-radius: 50%;
    border: 1px solid transparent;
    background-color: #881944;
    color: white;
    transition: .25s;
}

.bottom_arrow:hover {
    background-color: white;
    border-color: #881944;
    color: #881944;
}

.bottom_arrow i {
    font-size: 1.7rem;
}


.page2 .page__content {
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.page2 .page__content > div{
    margin: 15px 25px;
}
.page2 .page__content > aside {
    margin: 45px 0px;
}

.logoAside {
    max-width: 20%;
}

.logoAside img{
    max-width: 100%;
}

.bar {

}

.bar__image {

}

.bar__name {
    text-align: center;
    font-size: 2.55rem;
    position: relative;
    padding-left: 40px;
    top: -7px;
}


.bar__name:after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    right: 0;
    width: 75%;
    margin: auto;
    border-bottom: 1px solid #551525;
}

.page2 {
    padding: 0 50px;
}

.page2 div.page2__content {
    margin-left: 5px;
    flex-wrap: wrap;
}

.page2__text {
    text-align: justify;
}

.marginLeft {
    margin-left: 35px;
}

.page2__header {
    font-size: 2.35rem;
    text-align: center;
}

.page2__text {
    margin-top: 35px;
    font-size: 1.4rem;
    line-height: 125%;
}

.page2__header2 {
    font-size: 1.7rem;
    margin-top: 45px;
    text-align: center;
}


.page2__info {
    font-size: 1.5rem;
    text-align: center;
}


.page2__info {
    margin-top: 45px;
}

/*.page2__info + .page2__info {*/
/*    margin-top: 35px;*/
/*}*/


.bold {
    font-weight: bold;
}

.page2__footer {
    margin-top: 25px;
    background-color: #881944;
    min-width: 100%;
    max-width: 100%;
    /*border: 1px solid;*/
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.5rem;
    padding: 10px 26px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    max-height: 70px;
}




.page2 {
    position: relative;
}

.page2__footer .footer__button {
    margin-left: 35px;
}


.blockRow {
    display: flex;
    align-items: flex-start;
    justify-content: space-evenly;
    margin-top: 15px;
    position: relative;
}


.search__aside {
    width: 224px;
    position: absolute;
    top: -22px;
    left: -3px;
    text-align: center;
}


.aside__path {
    padding: 15px;
    background-color: white;
    margin: auto;
    margin-top: -23px;
    border: 1px solid #c7c7c7;
    border-bottom: none;
    font-size: 1.7rem;
    box-shadow: 0px 4px 15px #d7d7d7;
}



.aside__logo {
    padding: 15px;
    border-bottom: none;
    padding-bottom: 30px;
    border-top-left-radius: 4px;
    box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.17);
    border: 1px solid #c7c7c7;
}


.aside__logo img{
    max-width: 100%;
}

.langNavigation {

}

.langNavigation .page_item {
    margin: auto 5px;
    font-size: .8rem;
}




/*preloader*/

.preloader.show {
    display: flex;
}

.preloader {
    display: none;

    /* position: fixed; */
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 250px;
    /* height: 250px; */
    justify-content: center;
    align-items: center;
    background: rgba(255,255,255,0.97);
    flex-wrap: wrap;
    padding: 15px;
    border: 1px solid #e3e3e3;
    text-align: center;
    border-radius: 15px;
    opacity: 0.9;
}

.lds-grid {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}
.lds-grid div {
    position: absolute;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #881944;
    animation: lds-grid 1.2s linear infinite;
}
.lds-grid div:nth-child(1) {
    top: 8px;
    left: 8px;
    animation-delay: 0s;
}
.lds-grid div:nth-child(2) {
    top: 8px;
    left: 32px;
    animation-delay: -0.4s;
}
.lds-grid div:nth-child(3) {
    top: 8px;
    left: 56px;
    animation-delay: -0.8s;
}
.lds-grid div:nth-child(4) {
    top: 32px;
    left: 8px;
    animation-delay: -0.4s;
}
.lds-grid div:nth-child(5) {
    top: 32px;
    left: 32px;
    animation-delay: -0.8s;
}
.lds-grid div:nth-child(6) {
    top: 32px;
    left: 56px;
    animation-delay: -1.2s;
}
.lds-grid div:nth-child(7) {
    top: 56px;
    left: 8px;
    animation-delay: -0.8s;
}
.lds-grid div:nth-child(8) {
    top: 56px;
    left: 32px;
    animation-delay: -1.2s;
}
.lds-grid div:nth-child(9) {
    top: 56px;
    left: 56px;
    animation-delay: -1.6s;
}
@keyframes lds-grid {
    0%, 100% {
        opacity: 1;
    }
    50% {
        opacity: 0.5;
    }
}

.errorBlock {
    position: fixed;
    z-index: 5;
    bottom: 15px;
    left: 15px;
    color: red;
    padding: 15px;
    border: 1px solid red;
}





.blog__description ul ,
.blog__description ol {
    padding-left: 20px;
}






/*new design*/

.girl__mainPage {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding: 0 4%;
}

.girl__mainPage .textCont {
    max-width: 700px;
    font-size: 1.25rem;
    margin-top: 15px;
}


@media (max-width: 800px) {
    .girl__mainPage .textCont {
        margin-top: 75px;
    }
}

.video__cont {
    max-width: 100%;
    width: 350px;
    height: 350px;
    opacity: 0;
}

.video__cont video {
    max-width: 100%;
    /*background-color: white;*/
}

.video__controls {
    margin-top: 10px;
    text-align: center;
}

.video__controls i {
    font-size: 1.4rem;
    cursor: pointer;
    color: #be93b0;
    border-radius: 50%;
    border: 1px solid;
    padding: 7.3px;
    width: 40px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
}





@media (max-width: 800px) {
    .logoAside .bar .bar__name {
        padding-left: 0px;
    }
}



.slick-next:before, .slick-prev:before {
    color: #881944 !important;
}

.slick-next:focus, .slick-prev:focus {
    background-color: transparent  !important;
}

.slick-next:focus:before, .slick-prev:focus:before {
    color: #881944  !important;
}




.scrollTopStyle {
    display: inline-block;
    background-color: #881944;
    border: 1px solid white;
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 5px;
    right: 15px;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 555000;
}
.scrollTopStyle::after {
    content: "\f077";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-size: 1.4em;
    line-height: 40px;
    color: #fff;

}
.scrollTopStyle:hover {
    cursor: pointer;
    background-color: white;
    border-color: #881944;
}

.scrollTopStyle:hover:after {
    color: #881944;

}

.scrollTopStyle.show {
    opacity: 1;
    visibility: visible;
}


.scrollTopStyleMobile {
    display: none;
}

@media all and (max-width: 800px) {
    .scrollTopStyleMobile {
        display: block;
    }
}



.emailModal {
    padding: 15px;
    text-align: center;
}

.emailModal .inputs {
    max-width: 450px;
    margin: auto;
}


.slick_slide .article_cat {
    height: 30px;
    overflow: hidden;
}



.share > div {
    cursor: pointer;
}


.login__field.row {
    margin-bottom: 5px;
}


.overflow__loginRegister {
    padding: 0 2.5% 2.5%;
    margin-top: 50px;
    position: relative;
    width: 100%;
}

.overflow__loginRegister .logoAside {
    position: fixed;
    left: 15px;
    top: 85px;
    z-index: 1;
}


.gifts_link {
    margin: 25px auto;
}


.bar img {
    max-width: 100%;
}


.emailModal {
    /*display: flex;*/
    /*justify-content: center;*/
    /*align-items: center;*/
    /*flex-wrap: wrap;*/
    min-height: 150px;
}

.emailModal .isSubmit {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}


.modal_required .confirm {
    padding: 5px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.modal_required .confirm.alarm {
    border-color: red;
}

.emailModal .confirm .confirm__text {
    color: #881944;
}

.emailModal .public {
    display: block;
    font-weight: 700;
}



.emailModal .modal_required {
    max-width: 400px;
    margin: 15px auto;
}

.emailModal > * {
    width: 100%;
}

.modal__wantSubscribe {
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 5px;
    transition: .25s;
    display: inline-block;
    padding: 0px 17px;
}

.modal__wantSubscribe:hover {
    background-color: #881944;
    color: white;
}



.langsNav__cont {

}


.cabinet__aside {
    min-width: 250px;
}



.helper_info {
    position: relative;
    display: inline-block;
    width: 15px;
    height: 15px;
}

.helper_info .img_cont {
    position: absolute;
    top: -9px;
    left: 2px;
    right: 0;
    width: 15px;
    height: auto;
    display: flex;
    opacity: .5;
 
}

.helper_info .img_cont:hover {
    opacity: 1;
}

.helper_info .img_cont img {
    max-width: 75%;
}

.helper_info__text {
    display: none;
    position: absolute;
    top: -35px;
    left: 0;
    right: 0;
    background-color: #fff;
    width: 200px;
    min-height: 50px;
    padding: 10px 15px;
}

.helper_info:hover .helper_info__text {
    display: block;
}


.chat__trigger {
    text-decoration: underline;
}

.menu__mwm {
    width: 30px;
}


@media all and (max-width: 400px){
    .newSocial__cont {
        display: block !important;
        text-align: center;
    }
}




@media all and (max-width: 800px) {




    .aside__blogCats,
    .slick_main_cont{
        /*display: flex !important;*/
    }

    .blog__category,
    .slick_slide {
        height: auto !important;
    }


    .headerRight {
        min-width: 200px;
    }

    .slick_slide .article_cat {
        height: auto;
    }

    body .search__cont  .blockRow {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    body .search__cont .logoAside {
        position: static;
        max-width: 350px;
        width: 100%;
        text-align: center;
        padding: 15px;
        margin: auto;
    }

    body .search__cont .logoAside img {
        max-width: 100%;
    }

    body .search__cont .search__results {
        padding: 15px;
        width: 100%;
    }

    body .search__cont .preloader {
        position: static;
    }

    .logoAside {
        display: block;
        position: static;
        width: 100%;
        margin: 15px auto;
    }

    .overflow__loginRegister {
        display: block;
        text-align: center;
    }

}

@media all and (max-width: 1300px) {
    body {
        font-size: 15px;
    }


    .langsNav__cont .styledSelect:after {
        top: 20px;
    }

}

@media all and (min-width: 800px) and (max-width: 1279px) and  (max-height: 767px ) {

}



@media all and (min-width: 1364px) and (max-width: 1367px) and (min-height: 767px) and (max-height: 769px) {

}



@media all and (min-width: 800px) {
    body {
         /*overflow-y: hidden;*/
    }
    .headerRight {
        margin-right: 85px;
    }

    .langsNav__cont {
        position: absolute;
        top: 9px;
        right: 7px;
    }
}


.promo__baner300_600 {
    /*border-color: transparent !important;*/
}


/*promo banner styles*/

/*cabinet page*/
@media all and (min-width: 1280px) {
    body.cabinet.showBanner .cabinetCont .contentSection {
        margin-left: 50px;
    }
}

 .promo__baner300_600 {
    display: none;
    width: 300px;
    height: 600px;
    position: absolute;
    overflow: hidden;

     z-index: 4;

    /*border: 1px solid;*/

}

.promo__baner300_600.show {
    display: block;
}

@media all and (min-width: 1024px) and (min-height: 650px) {




    /*basic search page 1 and 2 steps*/
    body.search.showBanner .tallAbout__animated .tallAbout__nextButton {
        right:  5px;
    }

    body.search.showBanner .block__inner {
        display: flex;

    }





    body.search.showBanner .promo__baner300_600 {

        top: 15px;
        bottom: 0;
        right: 15px;
    }



    /*cabinet page*/
    body.cabinet.showBanner .promo__baner300_600 {
        top: -15px;
        bottom: 0;
        right: 15px;

    }

    body.cabinet.showBanner .promo__baner300_600.show {
        display: block;
    }


    body.cabinet.showBanner .blockRow {
        width: 100%;
        padding: 0 3%;
        padding-left: 18%;
        justify-content: space-between;
    }

    body.cabinet.showBanner .cabinetCont .contentSection {
        margin: unset;
        min-width: calc(100% - 17% - 300px);
    }



    /*cabinet auth*/

    body.cabinet_auth.showBanner .cabinet__section {

        padding-right: 315px;
        width: 100%;
    }

    body.cabinet_auth.showBanner {
        right: 0px;
    }


    body.cabinet_auth.showBanner .promo__baner300_600 {
        bottom: 0;
        right: 15px;
        margin: 15px;
    }


    /*login page*/
    body.login.showBanner .promo__baner300_600 {
        top: 55px;
        bottom: 0;
        right: 15px;
    }

    /*register page*/
    body.register.showBanner .promo__baner300_600 {

        top: 15px;
        bottom: 0;
        right: 15px;
    }


    /*cabinet profile page*/
    body.cabinet_profile.showBanner .promo__baner300_600 {
        top: 115px;
        bottom: 0;
        right: 15px;
    }

    /*cabinet auth gifts page*/
    body.cabinet_auth_gifts.showBanner .promo__baner300_600 {
        top: 15px;
        bottom: 0;
        right: 15px;
    }

    body.cabinet_auth_gifts.showBanner .promo__baner300_600.show {
        display: block;
    }

    body.cabinet_auth_gifts.showBanner .cabinet__section {
        justify-content: flex-start;
    }

    body.cabinet_auth_gifts.showBanner .inner {
        max-width: calc(100% - 300px);
    }


    /*blog page*/

    body.blog.showBanner .blog__withPromContainer {
        display: flex;
    }

    body.blog.showBanner .blog__withPromContainer__articles {
            width: calc(100% - 280px);
    }

    body.blog.showBanner .promo__baner300_600  {
        right: 0;

    }

    body.blog.showBanner .blog__mainAllArticles__article {
        width: 30%;
    }

    body.blog.showBanner .blog__list {
        padding-right: 270px;
    }

    body.blog.showBanner .blog__list + .promo__baner300_600 {
        top: 100px;
        right: 15px;
    }

}


/*cabinet profile page*/

@media all and (min-width: 1024px) and (max-width: 1260px) and (min-height: 650px) {
    body.cabinet_profile.showBanner .cabinetCont .contentSection {
        margin-right: 20%;
    }
}



@media all and (max-width: 700px ) {
    body div.searchPromoteBanner__text {
        margin: auto;
    }

    body .searchPromoteBanner {
        padding: 15px;
    }
}