.startup-main__info {
    align-items: center;
}

.startup-main__info-image {
    margin-bottom: 50px;
}

.startup-main__info {
    margin-top: 22px;
}

.startup-main__info-text {
    margin-top: -145px;
}

.marketplace-container {
    margin-bottom: 31px;
}

.marketplace-header {
    display: flex;
    align-items: center;
    height: 60px;
    border-bottom: 1px solid #EAEAEA;
    margin-right: 37px;
}

.marketplace-header__ready a {
    margin-right: 69px;
    font-family: 'Rubik';
    font-size: 24px;
    line-height: 60px;
    height: 100%;

    color: #4A5568;
}

.marketplace-header__ready a:hover {
    text-decoration: none;
}

.marketplace-header__addition a {
    margin-right: 470px;
    font-family: 'Rubik';
    font-size: 24px;
    line-height: 60px;
    height: 100%;

    color: #4A5568;
}

.marketplace-header__addition a:hover {
    text-decoration: none;
}


.marketplace-header__active a {
    border-bottom: 3px solid #E63756;
    padding-bottom: 14px;

    font-family: 'Rubik';
    font-weight: 500;
    font-size: 24px;
    line-height: 60px;

    color: #1A202C;
}

.marketplace-header__search {
    position: relative;
    min-width: 200px;
}

.marketplace-header__search-input {
    width: 100px;
    border: none;
    height: 50px;
    margin-bottom: -9px;
}

.marketplace-header__search-input:focus {
    outline: none;
}

.marketplace-header__container {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}

.marketplace-sort__link:hover {
    color: #E63756;
}

.marketplace-items {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px;
}

.marketplace-item {
    padding: 30px 40px 40px;
    width: 660px;
    min-height: 300px;
    position: relative;
    border: 1px solid #EBE7E7;
    border-radius: 10px;
    cursor:  pointer;
}

.marketplace-item--options {
    padding-bottom:  0;
}

.marketplace-items__hidden > .marketplace-item:nth-child(1),
.marketplace-items__hidden > .marketplace-item:nth-child(3) {
    margin-right: 0;
}

.marketplace-item__main-image{
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    max-width: 50%;
    height: auto;
    max-height: 100%;
    z-index: -1;
}

.marketplace-item__header {
    margin-bottom: 15px;
    position: relative;
}

.marketplace-item__header-main {
    font-family: 'Rubik';
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    color: #1A202C;
    margin-right: 45px;
}

.marketplace-item__header a, 
.marketplace-item__header h3 {
    transition: all 0.15s ease;
    text-decoration-color: #000000;
}

.marketplace-item__header a:hover{
    opacity: 0.9;
}

.marketplace-item__header-price {
    font-family: Rubik;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 170%;  
    display: inline-block;
    color: #FFB402;
    margin-bottom: 10px;
}

.marketplace-item__header-price--options {
    margin-top: 30px; 
    margin-bottom: 0; 
}

.marketplace-header {
width: 100%;
}
.marketplace-header__ready a {
white-space: nowrap;
}
.marketplace-header__search {
width: 100%;
}
.marketplace-header__search-input {
    width: calc(100% - 35px);
    height: 36px;
    padding-left: 15px;
    border: 1px solid #EBE7E7;
    border-radius: 8px;
}

.marketplace-item:nth-child(4n+2) .marketplace-item__header-price {
    color: #E63756;
}

.marketplace-item:nth-child(4n+3) .marketplace-item__header-price{
    color: #27AE60;
}

.marketplace-item:nth-child(4n+4) .marketplace-item__header-price {
    color: #2D9CDB;
}

.marketplace-item__rect {
    width: 5px;
    height: 30px;
    border-radius: 8px;
    background: #FFB402;
    position: absolute;
    left: -2px;
    top: 28px;
}

.marketplace-item__text {
    position: relative;
    margin-bottom: 20px;    
}

.marketplace-item__footer {
    color: #4A5568;
    font-family: Rubik;
    font-size: 16px;
    font-weight: 400;
    line-height: 170%;
    display: flex;
    align-items: center;
}

.marketplace-item__footer-date {
    margin-right: 21px;
}

.marketplace-item__footer-download {
    display: flex;
    margin-right: 21px;
    align-items: center;
}

.marketplace-item__footer-download img {
    margin-right: 5px;
}

.marketplace-item__footer-comment {
    display: flex;
    align-items: center;
}

.marketplace-item__footer-comment img {
    margin-right: 10px;
}

.marketplace-item__footer-rate{
    display: flex;
    gap: 5px;
    background: #ffffff00;
    border-radius: 5px;
    position: absolute;
    top: 23px;
    right: 20px;
    padding: 8px 5px;
    z-index: 1;
    color: #4A5568;
    font-family: Rubik;
    font-size: 16px;
    font-weight: 500;
    line-height: 170%;
}

.marketplace-item__footer-rate span{
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url(../images/news-images/star-one.svg) center no-repeat;
    background-size: cover;
}

.marketplace-item__footer-rate:not(:last-child) {
    margin-right: 7px;
}

.new-select {
    margin-bottom: 0;
    margin-top: 15px;
    height: 43px;
    border: 1px solid #ced4da;
    border-radius: 10px;
    padding: 10px 0 10px 25px;
}

.on {
    border-bottom: none;
    border-radius: 10px 10px 0 0;
}

.new-select__item span a {
    color: #6d6d6d;
}

.new-select__item span a:hover {
    color: #e86c82;
    text-decoration: none;
}

.new-select__item:hover {
    background: #fff;
}

.new-select {
    position: relative;
}

/* .marketplace-arrow {
    position: absolute;
    right: 0;
} */

.new-select:after {
    background: url("../images/news-images/arrow.png") no-repeat !important;
    width: 15px !important;
    height: 10px !important;
    right: 16px !important;
    top: 16px !important;
}

.separator-row-main {
    width: 100%;
    height: 1px;
    margin: 0 auto 51px auto;
    background: #EDF2F7;
}

.marketplace-pagination__prev, 
.marketplace-pagination__numbers,
.marketplace-pagination__next {
    display: inline-block;
    cursor: pointer;
}

.marketplace-pagination__prev,
.marketplace-pagination__next {
    color: #EAEAEA;
    font-size: 24px;
}

.marketplace-pagination__prev,
.marketplace-pagination__numbers {
    margin-right: 44px;
}

.marketplace-pagination__numbers {
    font-weight: 600;
    font-size: 16px;
    line-height: 48px;
    color: #4A5568;
}

.marketplace-pagination__numbers span:not(:last-child) {
    margin-right: 34px;
}

.active-pagination {
    font-size: 24px;
    color: #E63756;
}

.marketplace-pagination {
    text-align: center;
}


.marketplace-item__header-discount {
    display: inline-block;
    width: 64px;
    height: 26px;
    padding: 0 11px;
    background: #F7FAFC;
    border-radius: 23px;

    font-size: 14px;
    line-height: 170%;
    color: #E63756;
}

.marketplace-item__footer-comment--additional {
    margin-right: 21px;
}

.marketplace-item__footer-buy {
    font-size: 14px;
    line-height: 170%;
    text-decoration: underline;
    margin-right: 200px;
}

.marketplace-item__footer-buy a {
    color: #E63756;
}

.marketplace-header__mobile {
    display: none;
}

.marketplace-item__price-mobile {
    display: none;
}

.marketplace-item__button-mobile {
    display: none;
}

.marketplace-add__button {
    display: none;
}

.marketplace-header__mobile-categories--slider {
    display: none;
}

#shop {
    margin-top: 0 !important;
}

.marketplace-item__text > .startup-light-text {
    max-width: 325px;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.marketplace-item:nth-child(4n+2) > .marketplace-item__rect {
    background: #E63756;
}

.marketplace-item:nth-child(4n+3) > .marketplace-item__rect {
    background: #27AE60;
}

.marketplace-item:nth-child(4n+4) > .marketplace-item__rect {
    background: #2D9CDB;
}

.star div {
    width: 18px;
    height: 18px;
    float: left;
    margin: 0 2px;
}


.star div.active {
    background: url(../images/sprite.png) -844px -86px no-repeat;
}

.star div.off {
    background: url(../images/sprite.png) -820px -86px no-repeat;
}

.marketplace-header__search-wrapper {
    position: relative;
    display: inline-block;
}

.marketplace-header__search-input {
    padding-right: 30px;
}

.marketplace-header__search-button {
    background: #fff;
    border: none;
    width: 30px;
    height: 30px;
    position: relative;
}

.marketplace-header__search-wrapper .marketplace-header__reset-button {
    position: absolute;
    right: 36px;
    font-size: 22px;
    color: #333;
    text-decoration: none;
    cursor: pointer;
    background: none;
    border: none;
    padding: 2px 8px;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
}

.marketplace-pagination {
    display: none;
}

.separator-row-main {
    display: none;
}

.startup-main__info-text {
    margin-top: 0;
}

.startup-main__info-image {
    margin-top: 40px !important;
}


.marketplace-header__mobile-categories {
    display: none !important; /* Временное решение. Убрали плашку с фильтрами, так как нет бесплатных решений/дополнений/модулей и акций */ 
}

  .view_demo a:hover { text-decoration:underline; }
  .view_demo_n {
    color:#6b7b95;
  }
  .view_demo_g {
    color:#A8A8A8;
  }
  .view_demo_r {
    color:#D4787B;
  }
  .config-description {
    word-break: break-word;
    white-space: pre-wrap;
  }

.marketplace-note {
    font-size:  13px;
    margin-top: 30px;
    color: gray;    
}


/*      */
.marketplace-item:hover:before {
    content: "";
    top: 0;
    position: absolute;
    left: 0;
    border: 3px solid #FFB402;
    border-radius: 10px;
    width: 100%;
    height: 100%;
}

.marketplace-item:hover {
    border-color: #fff;
    text-decoration: none;
}

.marketplace-item:hover > .marketplace-item__rect {
    display: none;
}

.marketplace-item::hover:before {
    border-color: #FFB402;
}

.marketplace-item:nth-child(4n+2):hover:before {
    border-color: #E63756;
}

.marketplace-item:nth-child(4n+3):hover:before {
    border-color: #27AE60;
}

.marketplace-item:nth-child(4n+4):hover:before {
    border-color: #2D9CDB;
}
/* /     */


@media screen and (max-width: 1400px) {
    .marketplace-header__addition a {
        margin-right: 300px;
    }
}

@media screen and (max-width: 1200px) {
    .marketplace-header__addition a {
        margin-right: 200px;
    }
}

@media screen and (max-width: 1040px) {
    .startup-main__info-image {
        display: inline-block;
    }

    .marketplace-items {
        justify-content: center;
        text-align: left;
    }

    .marketplace-item {
        margin-right: 0;
    }
    
    .marketplace-item__footer-rate{
        top: 20px;
    }


    .marketplace-header__container {
        display: none;
    }

    .marketplace-header__mobile {
        display: block;
    }

    .startup-main__info-text {
        margin-top: 0;
    }

    .marketplace-main {
        background: none;
    }

    .startup-main__info-text h1 {
        margin-bottom: 21px !important;
    }

    .startup-main__info-image {
        padding-top: 0;
    }

    .startup-main__info-image {
        margin-bottom: 34px;
    }

    .marketplace-header__mobile {
        margin: 30px 0;
    }

    .marketplace-header__mobile-search {
        margin-bottom: 16px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .marketplace-header__mobile-search .marketplace-header__search-input {
        margin-right: 5px;
        width: 90%;
        max-width: 500px;
        height: 36px;
        padding-left: 35px;
        border: 1px solid #EBE7E7;
        border-radius: 8px;
    }

    .marketplace-header__mobile-search #marketplace-header__search {
        display: flex;
    }

    .marketplace-header__mobile-search .marketplace-header__search-button {
        display: flex;
        align-items: center;
    }

    .marketplace-header__mobile-search--input:focus {
        outline: none;
    }

    .marketplace-header__mobile-search--button {
        display: inline-flex;
        justify-content: center;
        align-items: center;
        width: 39px;
        height: 36px;
        border: 1px solid #EBE7E7;
        border-radius: 8px;
        background: #fff;
    }

    .marketplace-header__mobile-categories--slider {
        display: block;
    }

    .marketplace-header__mobile-categories--link {
        margin-right: 24px;
        padding-bottom: 14px;
        display: inline-block;
        text-decoration: none;
        font-size: 14px;
        line-height: 19px;
        color: #4A5568;
    }

    .marketplace-header__mobile-categories--link:hover {
        text-decoration: none;
    }

    .marketplace-header__mobile-active {
        color: #E63756;
        border-bottom: 3px solid #E63756;
    }

    .marketplace-item__rect {
        top: 20px;
    }

    .marketplace-item__header-price {
        
    }

    .marketplace-item__footer {
        
    }

    .marketplace-item__header-discount {
        display: none;
    }

    .marketplace-item__header-main {
        display: inline-block;
    }


    /*Возможно эти классы нужны для мобильной версии*/ 
    /* .marketplace-item__price-mobile {
        display: block;
        font-size: 14px;
        line-height: 170%;
        margin-bottom: 19px;
    } */

    
    
    /* .marketplace-item__button-mobile {
        display: inline-block;
    }

    .marketplace-item__button-mobile--link {
        width: 296px;
        height: 41px;
    } */

    .marketplace-pagination {
        display: none;
    }

    .marketplace-items {
        margin-bottom: 20px;
    }

    .marketplace-add__button {
        margin-bottom: 52px;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        max-width: 227px;
        height: 49px;
        border: 1px solid #E63756;
        background: #fff;
        border-radius: 8px;
        font-weight: 600;
        font-size: 14px;
        line-height: 170%;
        color: #000000;
    }

    .marketplace-add__button:focus {
        outline: none;
    }

    .marketplace-items__hidden {
        display: none;
    }

    .marketplace-items__hidden > .marketplace-item:nth-child(2) {
        margin-right: 0;
    }

    .marketplace-item:nth-child(2), .marketplace-item:nth-child(4), .marketplace-item:nth-child(6), .marketplace-item:nth-child(8), .marketplace-item:nth-child(10) {
        margin-right: 0;
    }
}

@media screen and (max-width: 990px) {

}

@media screen and (max-width: 768px) {
    .marketplace-item {
        padding: 20px 30px;
        width: 100%;
        max-width: 500px;
        height: 100%;
    }

    .marketplace-item__main-image{
        display: block;
        position: relative;
        right: -30px;
        bottom: -20px;
        max-width: 90%; 
        margin-left: auto;
    }

    .marketplace-item__text > .startup-light-text {
        width: 100%;
        max-width: 395px;
        margin-bottom: 19px !important;
    }

    .marketplace-item__footer-rate{
        top: 10px;
    }
}

@media screen and (max-width: 640px) {

}

@media screen and (max-width: 510px) {

}

@media screen and (max-width: 420px) {
    .marketplace-header__mobile-categories {
        display: none;
    }

    .marketplace-header__mobile-categories--link {
        min-width: 98px;
    }
}

/* @media screen and (max-width: 360px) {
    .marketplace-item__button-mobile--link {
        width: inherit;
    }

    .marketplace-item__button-mobile {
        width: 100%;
        max-width: 285px;
    }
} */