

/* Start:/bitrix/components/rating/catalog.section.list/templates/mainpage/style.css?17724784211326*/
.pop-point img {
   max-width: 45px;
   max-height: 45px; 
   width:100%;
   height:100%;
	padding:10px;
	
}

.pop-category .pop-point span:first-child {
	width:65px;
	height:65px;
	display:flex;
	align-items:center;
	justify-content:center;
}
.pop-category .pop-point:hover span:first-child {

}
.pop-category .pop-point svg {
	max-width:100%;
	max-height:100%;
}
.pop-category .pop-point:hover svg path {
	fill:#fff !important;
}

.pop-category .pop-point:hover svg circle {
        stroke:#fff !important;
}

.pop-category .pop-point .section-text {
        width: calc(100% - 110px);
    font-size: 20px;
    line-height: 1.35;
}

a.openMore {
    width: 265px;
    height: 62px;
    border: 1px solid #6492E7;
    box-sizing: border-box;
    border-radius: 50px;
    outline: none;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: 16px;
    color: #6492E7;
    line-height: 135%;
    letter-spacing: 0.02em;
    margin: 30px auto;
    background:#fff;
    position: relative;
    z-index: 10;
}

.fullList {margin: auto;display: none;   
    }

@media(max-width:767px){
    .pop-category .pop-point .section-text {
        font-size: 16px;
    line-height: 18px;
    }
    
}


@media(max-width:500px){
    
    .fullList {margin:0;width: calc(100% - 20px);}
}
/* End */


/* Start:/bitrix/templates/rating/components/bitrix/news.list/section_mainpage/style.css?17724775883445*/
.slide-card .picOverlay {
    position: absolute;
    top:15px;
    left:15px;
    z-index: 1;
    width:calc(100% - 30px);
    height: calc(100% - 30px);
    transition: 0.27s;
    background: rgba(0,0,0,0.3);
    border-radius: 25px;
}
.slide-card:hover .picOverlay {
    background: rgba(0,0,0,0);
}

.slide-card-new {
    display: flex;
    width: 300px;
    height: 410px;
    flex-direction: column;
    align-items: center;
    border-radius: 40px;
    overflow: hidden;

}

.slide-card-inner {
    height: 100%;
    width: 100%;
    padding: 20px;
    position: relative;
}

.slide-card-background {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 0;
    left: 0;
    top: 0;
    opacity:0.64;
    background: rgb(241,241,241);
    background: linear-gradient(22deg, rgba(241,241,241,1) 0%, rgba(192,192,192,1) 100%);
}

span.card-about {
    position: absolute;
    z-index: 1;
    opacity: 1;
    top: 20px;
    left: 20px;
    width: calc(100% - 40px);
    height: calc(100% - 40px);
}
.card-about .card-image {
    border-radius: 20px;
    width: 100%;
    background: #fff;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.card-about img {
    /*border-radius: 20px;
	object-fit: cover;
    max-height: calc(100% - 140px);*/
    border-radius: 0;
    object-fit: contain;
    height: 100%;
}
.slide-card-desc {
    color: #000;
    height: 72px;
    overflow: hidden;
    font-size: 14px;
}

.slide-card-name {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px 0;
}

.slide-card-name .first-letter {
    border-radius: 25px;
    height: 50px;
    width: 50px;
    background: #5a92ee;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    font-weight: 300;
}

.slide-card-name .full-name {
    width: calc(100% - 65px);
    color: #000;
    font-size: 16px;
    text-align: left;
    line-height: 16px;
    height: 50px;
    display: flex;
    align-items: center;

}

.slide-card-social {
    color: #000;
    display: flex;
    width: calc(100% - 20px);
    margin: 20px auto 10px;
    border-radius: 10px;
    padding: 5px 10px;
    background: #fff;
    justify-content: space-between;
    align-items: center;
}


body.main .owl-item {
    transform: scale(0.9);
    transition: 0.3s;
}
body.main .owl-stage .owl-item.active:first-of-type {
    transform: scale(1);
}

body.main .owl-stage .owl-item:not(.active) + .owl-item.active {
    transform: scale(1);
}

body.main .owl-carousel {
    padding: 20px 0 !important;
}

.slide-card-reviews {
    width: 70px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.slide-card-rating {
    width: calc(100% - 70px);
    border-left: 1px #e3e3e3 solid;
    height: 20px;
    padding: 0 10px;
}

.slide-card-reviews i {
    font-size: 1.2em;
}

.slide-card-rating .stars {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #ed8a19;
    align-items: center;
    height: 100%;
    justify-content: space-evenly;
}

body.main .owl-stage .owl-item:nth-of-type(1) a {
    border: #ffd700 4px solid;
}

body.main .owl-stage .owl-item:nth-of-type(2) a {
    border: #c0c0c0 4px solid;
}

body.main .owl-stage .owl-item:nth-of-type(3) a {
    border: #cd7f32 4px solid;
}
@media(max-width: 425px){
    .slide-card-new {
        width:100%;
    }
}
/* End */


/* Start:/bitrix/templates/rating/components/bitrix/news.list/mainpage_reviews/style.css?17724775882639*/
.reviewsList {
    margin-top: 50px;
}
.reviewsList .reviews-card {
    width: 100%;
    border-radius: 20px;
    background: #eff2f4;
    padding: 15px 22px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.reviews-img {
    border-radius: 20px;
    width: 272px;
    height: 232px;
    overflow: hidden;
}

.reviews-content-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
a.reviews-link {
    color: #2352a1;
    text-decoration: underline;
}

.reviews-content {
    /* margin-left: 20px; */
    min-height: 232px;
    justify-content: space-between;
    flex-direction: column;
    display: flex;
    width: calc(100% - 302px);
}
.reviews-content.nopic {
    widt:100%;
}

.reviews-img img {
    height: 100%;
    width:100%;
    object-fit: cover;
}

.reviews-company {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
        margin-bottom: 10px;
}
.reviews-card .stars {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #ed8a19;
    align-items: center;
}
.reviews-card .stars i {
    margin: 0 2px;
}

.reviews-section {
    color:#767676;
    margin-bottom: 15px;
}
.reviews-company .full-name {
    font-size: 24px;
    font-weight: 900;
}
.reviews-company .first-letter {
    background: #5faee3;
    width: 33px;
    height: 33px;
    color: #fff;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 33px;
    text-align: center;
}

.reviews-company .full-name {
    width: calc(100% - 43px);
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.reviews-content-header {
    font-size: 14px;
    margin: 10px 0 15px;
}
.reviews-content-body {
    margin-bottom: 15px;
}

.reviews-tit {
    font-size: 22px;
    margin-bottom: 10px;
}
.reviews-total {
    text-decoration: underline;
    margin: 10px 0;
}
@media(max-width:991px){
    .reviews-tit {
    font-size: 18px;
    margin-bottom: 10px;
}
.reviews-text {
    font-size: 14px;
}
.reviews-content-footer {
    font-size: 14px;
}
.reviews-content-header {
    font-size: 12px;
}
.reviews-img {
    width: 30%;
}
.reviews-content {
    
    width: calc(70% - 30px);
}
}

@media(max-width:767px){
    .reviewsList .reviews-card {
    flex-direction: column;
}

.reviews-img {
    width: 100%;
    margin-bottom: 30px;
}

.reviews-content {
    width: 100%;
    min-height: auto;
}
.reviews-company .full-name {
    font-size: 18px;
}
}

.reviews-date.date {
    font-size: 12px;
    margin-bottom: 10px;
    margin-top: -10px;
}
/* End */


/* Start:/bitrix/templates/rating/components/bitrix/news.list/mainpage/style.css?17724775882089*/
.newsList {
    margin-top: 50px;
}
.newsList .news-card {
    width: 100%;
    border-radius: 20px;
    background: #eff2f4;
    padding: 15px 22px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.news-img {
    border-radius: 20px;
    width: 272px;
    height: 232px;
    overflow: hidden;
}

.news-content-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
a.news-link {
    color: #2352a1;
    text-decoration: underline;
}

.news-content {
    /* margin-left: 20px; */
    min-height: 232px;
    justify-content: space-between;
    flex-direction: column;
    display: flex;
    width: calc(100% - 302px);
}

.news-img img {
    height: 100%;
    width:100%;
    object-fit: cover;
}

.news-company {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: calc(100% - 120px);
}

.news-company .first-letter {
    background: #5faee3;
    width: 33px;
    height: 33px;
    color: #fff;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 33px;
    text-align: center;
}

.news-company .full-name {
    width: calc(100% - 43px);
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.news-content-header {
    font-size: 14px;
    margin-bottom: 15px;
}
.news-content-body {
    margin-bottom: 15px;
}

.news-tit {
    font-size: 22px;
    margin-bottom: 10px;
}

@media(max-width:991px){
    .news-tit {
    font-size: 18px;
    margin-bottom: 10px;
}
.news-text {
    font-size: 14px;
}
.news-content-footer {
    font-size: 14px;
}
.news-content-header {
    font-size: 12px;
}
.news-img {
    width: 30%;
}
.news-content {
    
    width: calc(70% - 30px);
}
}

@media(max-width:767px){
    .newsList .news-card {
    flex-direction: column;
}

.news-img {
    width: 100%;
    margin-bottom: 30px;
}

.news-content {
    width: 100%;
    min-height: auto;
}
}
/* End */
/* /bitrix/components/rating/catalog.section.list/templates/mainpage/style.css?17724784211326 */
/* /bitrix/templates/rating/components/bitrix/news.list/section_mainpage/style.css?17724775883445 */
/* /bitrix/templates/rating/components/bitrix/news.list/mainpage_reviews/style.css?17724775882639 */
/* /bitrix/templates/rating/components/bitrix/news.list/mainpage/style.css?17724775882089 */
