

/* Start:/local/templates/2019/components/bitrix/news/marketplace/bitrix/news.detail/.default/style.css?17810978632089*/
.marketplace--detail-section {
    /*display: flex;*/
    font-size: 15px;
}
.marketplace-wrapper h2, .title-h2 {
    font-size: 21px;
}
.marketplace--detail-section h2 {
    font-size: 21px;
    line-height: 32px;
}
h2.drop-box__title:after {
    top: 12px;
}
h4.mt-70 {
    margin-top: 70px;
}
h4.mt-40 {
    margin-top: 40px;
}
.right {
    float: right;
    text-align: right;
}
.right:after {
    clear: both;
}
.marketplace--logo-top {
    max-width: 320px;
    margin-top: 70px;
}
.separator--horizontal-lightblue {
    color: #0e88b0;
    background-color: #0e88b0;
    height: 0;
    border-bottom: 2px solid #0e88b0;
}
.company-name__right {
    text-align: right;
    background-color: lightblue;
    display: block;
    font-size: 21px;
    padding: 10px 20px;
    font-weight: bold;
}
.marketplace--detail-section .clients-item__bot a {
    margin-top: 30px;
    margin-right: 0;
}
.marketplace-logos {
    margin-bottom: 70px;
}
.marketplace-wrapper .wrapper-solutions {
    margin-bottom: 70px;
}
.marketplace-logos {
    clear: both;
}
.marketplace-logos img:not(:first-child) {
    margin: 0 50px 0 15px;
}
.marketplace-logos .main-service__item {
    display: flex;
    padding: 0 0 0 15px;
    justify-content: space-between;
    margin-bottom: 25px;
}
.marketplace-logos .main-service__item a {
    border: none;
}
.marketplace-logos .main-service__item img {
    width: 50%;
    height: 100%;
    border: none;
}
.clear {
    clear: both;
}
.screenshot {
    border: 1px solid skyblue;
}
@media (min-width: 1024px) {
    .owl-carousel .owl-item img.screenshot {
        width: 460px !important;
        height: 254px !important;
    }
}
@media (max-width: 768px) {
    .owl-carousel .owl-item img.screenshot {
        max-width: 88%;
        max-height: 252px;
        height: auto;
    }
}

.marketplace-detail-tags a {
    padding: 2px 24px;
    background-color: skyblue;
    color: white;
}
.marketplace-detail-tags a:not(:last-child) {
    margin-right: 15px;
}
/* End */


/* Start:/local/templates/2019/components/bitrix/news.list/market_detail_recommended/style.css?17810978633977*/
#marketplace--search-form .search-input:focus {
    border: 2px solid cornflowerblue;
}
#marketplace--search-form .search-input {
    max-width: 100%;
    width: 480px;
    padding-left: 50px;
}
#marketplace--search-form .marketplace--search-btn {
    top: unset;
    transform: unset;
    bottom: 15px;
    right: unset;
    left: 10px;
}
.solutions-filter {
    margin-top: 70px;
}
.marketplace-solutions .owl-nav div {
    right: -20px;
}
.marketplace-solutions .owl-dots {
    position: relative;
    margin: 0 auto;
    text-align: center;
}
.marketplace-solutions .owl-nav {
    bottom: 0;
    display: block;
    width: 80px;
    position: relative;
    margin: 25px auto 0;
    padding-top: 40px;
}
.marketplace-solutions .owl-prev {
    position: absolute;
    top: 30%;
    left: -50px;
}
.marketplace-solutions .owl-next {
    position: absolute;
    right: -50px;
    top: 30%;
}

.marketplace-solutions {
    display: flex;
    justify-content: left;
    margin-bottom: 50px;
    flex-wrap: wrap;
}
.marketplace-solution .clients-item__bot {
    border: none;
    color: mediumseagreen;
}

.marketplace-solution .clients-item__title {
    font-size: 16px;
    margin: 15px 10px 0 0
}
.marketplace-solution {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border: 1px solid rgba(0,0,0,0.07);
    border-radius: 24px;
    box-shadow: 2px 2px 5px rgba(0,0,0,0.04);
    padding: 20px;
    margin: 15px 5px;
    height: 180px;
}
.marketplace-logos {
    display: flex;
    justify-content: flex-start;
    margin: 70px 0 70px;
}
.marketplace-logos img {
    height: 35px;
}
.marketplace-logos img:first-child {
    margin: 0 50px 0 0;
}
.marketplace-logos img:not(:first-child) {
    margin: 0 50px;
}
.marketplace-logos a {
    margin: 4px;
    /*flex: 0 1 calc(20% - 8px);*/
}
.main-top__text {
    font-size: 20px;
}
.solutions-filter h3 {
    display: inline;
}
.clients-item__rev.publish_solution {
    background-color: rgb(112, 146, 190);
    color: white;
    text-transform: uppercase;
}
.clients-item__rev.publish_solution:hover {
    color: white;
    border: 1px solid #346BCB;
    box-shadow: 0 2px 10px rgba(112, 146, 190, 0.4);
}
.marketplace__about_cloud4y {
    padding-bottom: 70px;
}

.filter-wrapper {
    padding: 0 15px;
    margin: 15px;
}
ul.marketplace-filter--solution-category {
    font-size: 15px;
}
ul.marketplace-filter--solution-publisher label span,
ul.marketplace-filter--solution-category label span {
    color: inherit;
    font-size: 15px;
}
ul.marketplace-filter--solution-category,
ul.marketplace-filter--solution-billing,
ul.marketplace-filter--solution-publisher {
    list-style: none;
    padding-left: 10px;
}
ul.marketplace-filter--solution-category li input[type="checkbox"],
ul.marketplace-filter--solution-billing li input[type="checkbox"],
ul.marketplace-filter--solution-publisher li input[type="checkbox"] {
    margin-right: 10px;
}
.more-categories {
    border: none;
    background: none;
    cursor: pointer;
    color: #346BCB;
}
.more-categories:hover {
    text-decoration: underline;
}

.filter-wrapper label:hover,
.filter-wrapper label input:hover {
    cursor: pointer;
}
label span {
    color: #203A98;
}

.category-block {
    transition: all .5s ease 0.25s;
}
.opacity-0 {
    opacity: 0;
}
.opacity-1 {
    opacity: 1;
}

.animate {
    opacity: 1;
    transform: translateY(0);
}
.clients-item__preview-text {
    font-size: 14px;
    line-height: 21px;
}

.marketplace-solutions .marketplace-solution .clients-item__logo {
    width: 64%;
    margin: 0 auto;
}
.category__description {
    font-size: 15px;
    padding-left: 30px;
}
h3.category__title {
    padding-left: 30px;
}
.category-block .marketplace-solutions {
    flex-wrap: nowrap;
}
.clients-item__vendor-name {
    font-size: 16px;
    color: rgb(15, 27, 70);
    /*position: absolute;*/
    /*top: 47%;*/
}
.text-center {
    text-align: center;
}
.js--more-publishers {
    cursor: pointer;
}
/* End */
/* /local/templates/2019/components/bitrix/news/marketplace/bitrix/news.detail/.default/style.css?17810978632089 */
/* /local/templates/2019/components/bitrix/news.list/market_detail_recommended/style.css?17810978633977 */
