.pluso-more{
	display: none !important;
}

.content {
    width: 100%;
}

.filter-select-unit .form-group {
	margin-bottom: 0;
	width: 100%;
}

#article-search-form .filter-bot-row {
	align-items: flex-start;
}


.header-search-block-wrap form {
	display:flex;
	align-items:center;
	justify-content:flex-end;
	width: 100%;
}

.header-search-block-wrap form .form-group {
	margin-bottom:0;
}

.index-text-panel {
	margin-bottom: 60px;
	margin-top: 60px;
}

.partner-list-unit {
    width:100% !important;
    margin-right:0 !important;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: flex-start;
		margin-bottom: 30px;
}

.partner-unit-title {
    font-size: 15px;
    color: #212529;
    letter-spacing: 0;
    line-height: 1.6;
    font-weight: 600;
    margin-bottom: 10px;
    transition: 0.2s;
		margin-bottom:20px;
}

.partner-unit-hov-text {
    position:relative;
    opacity:1;
    background:none;
    color:#000;
    transform:none;
    padding: 0;
		text-align: justify;
		margin-bottom:20px;
}

.partner-unit-hov-text::after {
    display:none;
}

.partner-list-panel {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: stretch;
}

.partner-unit-pic-holder {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
    width:260px;
    min-width: 260px;
    height: 100%;
    margin-right: 24px;
		margin-bottom:0;
}

.scroll-to-top {
    bottom: 55px;
    background-color: #329af0;
    background-position: center 14px;
    opacity: 0;
    position: fixed;
    text-align: center;
    text-decoration: none;
    display: block;
    background: #329af0 url(../img/scroll.svg) no-repeat scroll center 14px;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    right: 75px;
    left: inherit;
    z-index: 995;
    cursor: pointer;
}

.scroll-to-top.visible {
    opacity: 1;
}

.ism-unit .ism-unit-role-block {
    color: #212529;
}

.profile-video-holder {
    width:100%;
    margin-bottom: 24px;
}

.profile-video-holder iframe {
    width:100%;
    min-height:600px;
}

@media screen and (max-width:768px) {
    .partner-unit-pic-holder {
        /*width:140px;*/
        min-width: 140px;
        align-items: flex-start;
    }

    .partner-list-unit {
        align-items:flex-start
    }

      .scroll-to-top {
        right: 15px;
    }
}

@media screen and (max-width:480px) {
    .partner-list-unit {
        flex-direction:column;
        align-items:center;
    }
}

.send-callback
{
    margin-bottom: 40px;
}

.btn {
    width: auto;
    padding: 9px 20px;
    box-sizing: border-box;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    outline: none;
    transition: 0.2s;
    border-radius: 5px;
    border: 2px solid #329AF0;
    background-color: #329AF0;
    color: #fff;
}

.btn.btn-blank {
    background: none;
    border: 2px solid #329AF0;
    color: #329AF0;
}

.btn.btn-blank:hover {
    background-color: #329AF0;
    color: white;
}
