html,
body,
div,
p {
margin: 0;
padding: 0;
}

body {
font-family: 'Roboto', sans-serif;
color: #000000;
}

.hiden-pc { 
display: none;
}                                               

@media(max-width: 400px) {
        .hiden-pc {
            display: block;
        }
    }
    
.main-list {
max-width: 1440px;
width: 100%;
margin: 10px auto;

}

.main-list_wrapper {

padding: 0 10px;
margin: 0 auto;
display: flex;
align-items: center;
justify-content: space-around;
flex-wrap: wrap;
}

.main-list_item {
max-width: 265px;
margin-bottom: 20px;
box-shadow: 3px 5px 10px #00000029;
opacity: 1;
border-radius: 10px;
display: flex;
flex-direction: column;
align-items: center;
justify-content: space-between;
position: 	relative;
}

.main-list_item:before {
position: absolute;
content: "";
border: 26px solid transparent;
border-top: 37px solid rgb(186, 2, 0);
display: block;
width: 0;
height: 0;
left: 10px;

}

.item-content_banner {
width: 100%;
height: 150px;
}



.item-content_inner {
margin: 19px;
position: relative;
display: flex;
flex-direction: column;
align-items: center;
}

.main-score {
	position: absolute;
	top: -170px;
	left: 23px;
	color: #ffffff;
}


.item-content_text {
width: 250px;
text-align: center;
padding: 15px;
font-weight: 400;
font-size: .75em;
line-height: 1.45em;
color: #7f8c8d; 
height: 120px;
}


.item-content_text strong {
font-size: 20px;

}

.indicator_content {
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 15px;
}

.indicator_text {
text-align: center;
font: normal normal normal 12px/12px Roboto;
letter-spacing: 0px;
color: #000000;
opacity: 1;
}

.indicator_value {
display: block;
border-radius: 6px;
height: 10px;
width: 155px;
margin: 0 5px;
}

.indicator_value::-webkit-progress-bar {
background-color: #E5E5E5;
border-radius: 6px;
}

.indicator_value::-webkit-progress-value {
background-color: #B90001;
background-image: linear-gradient(#e8ad05, #e8ad05);
border-radius: 6px;
}

.indicator_value::-moz-progress-bar {
background-color: #B90001;
background-image: linear-gradient(#e8ad05, #e8ad05);
border-radius: 6px;
}

.indicator_score {
text-align: center;
font: normal normal normal 22px/25px Roboto;
letter-spacing: 0px;
color: #000000;
text-transform: uppercase;
opacity: 1;
}

.main-list-button {
/*width: 239px;
height: 42px;*/
background: #10a203; 
box-shadow: 0px 3px 6px #00000029;
border-radius: 10px;
opacity: 1;
font-size: 18px;
color: #FFFFFF !important; 
text-transform: uppercase;
display: inline-block;
padding: 11px 70px;
cursor: pointer;
text-decoration: none !important;
text-align: center;
transition: background .1s linear;
border: 1px solid transparent;
}

.main-list-button:hover {
background: #ffffff;
color: #10a203 !important;
border: 1px #10a203 solid;
transition: background .1s linear;
box-shadow: none;

}

.main-list-button:active {
background: #ffffff;
color: #8d0404;
opacity: 1;
transition: opacity .1s linear;
box-shadow: none;
}

.general-list {
max-width: 1440px;
width: 100%;
margin: 50px auto;
display: flex;
}

.general-list_wrapper {
max-width: 1142px;
width: 100%;
margin: 0 auto;
padding: 0 10px;
display: flex;
flex-direction: column;
}

.general-list_item {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
margin-bottom: 20px;
box-shadow: 3px 5px 10px #00000029;
opacity: 1;
border-radius: 10px;
display: flex;
align-items: center;
justify-content: space-between;

}

.general_banner img { margin-left: auto; margin-right: auto; 
display: block;
}


.general_banner:before {
	position: absolute;
	content: "";
	border: 26px solid transparent;
	border-top: 37px solid rgb(186, 2, 0);
	display: block;
	width: 0;
	height: 0;
	left: 10px;
}

.item-content_banner   {  border-radius: 10px;
}

.item-content_banner img { margin-left: auto; margin-right: auto; 
display: block;
}

.general_banner {
width: 20%;
border-radius: 10px;
margin-left: 10px;
position: relative;

}

.general-score {
	position: absolute;
	font-size: 12px;
	top: 0;
	left: 32px;
	color: #ffffff;
	
}


.item-content_inner-general {
display: flex;
justify-content: space-between;
align-items: center;
width: 79%;
}

.text--general {
height: auto;

}

.indicator--general {
margin: 26px auto;
display: flex;
flex-direction: column;
align-items: center;
position: relative;
}

.indicator--general::before {
content: "";
width: 1px;
height: 98px;
display: block;
background: #555555;
position: absolute;
top: -25px;
left: -35px;
}

.indicator--general::after {
content: "";
width: 1px;
height: 98px;
display: block;
background: #555555;
position: absolute;
top: -25px;
right: -35px;
}

.indicator_text--general {
font-size: 20px;
text-align: center;
margin-bottom: 18px;
}

.indicator_content-rating {
display: flex;
align-items: center;
margin-top: 5px;
}

.score--general {
margin-left: 5px;
}

.button-wrapper {
display: flex;
flex-direction: column;
justify-content: space-between;
align-items: center;
margin: 26px auto;
}

.button--general {
margin-bottom: 20px;

}


.button-text {
text-align: center;
font-family: 'Source Sans Pro', sans-serif !important;
font: normal normal bold 13px/16px Source Sans Pro;
letter-spacing: 0px;
color: #707070 !important;
cursor: pointer;
opacity: 1;
}



/*Small-card========================================*/


.slider-container {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.small-card {
    max-width: 1172px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
   
}

.small-card_wrapper-slider {
    margin: 5px 5px;
	display: flex;
    flex-direction: column;
}

.small-card_item {
    display: flex;
    justify-content: space-between;
    box-shadow: 3px 5px 10px #00000029;
    opacity: 1;
    border-radius: 10px;
    align-items: center;
    padding: 8px;
    max-width: 370px;
    margin-bottom: 10px;
    height: 96px;
}

.small-card_banner {
    border-radius: 10px;
    width: 	80px;
    height: 	80px;
}

.small-card_img {
    border-radius: 10px;
}

.img-fluid {
	max-width: 100%;
	height: auto;

}

.small-card_content {
    margin: 0 40px 0 12px;
    text-align: left;
    max-width: 110px;
}

.small-card_name {
    font-size: 11px;
    font-weight: 600;
    margin-bottom: 5px;
    line-height: 1.4em;
    text-align: left;
    position: relative;
}

.small-card_content strong {
	font-size: 12px;
}

.small-card_name::after {
    content: "";
    display: block;
    width: 96px;
    height: .5px;
    background: #DBDBDB;
    margin-top: 3px;
}

.small-card_text {
    color: #B90001;
    font-size: 10px;
    line-height: 1.2;
    text-align: left;
}

.small-card_button-wrapper {
    min-width: 90px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.small-card_button {
    background: #5AB000;
    padding: 7.5px 15px;
    font-size: 10px;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 10px;
    opacity: 1;
    color: #FFFFFF !important;
    text-transform: uppercase;
    display: inline-block;
    cursor: pointer;
    text-decoration: none !important;
    text-align: center;
    transition: background .1s linear;
    border: 1px solid transparent;
    margin-bottom: 10px;
}

.small-card_button:hover {
    background: #ffffff;
    color: #5AB000 !important;
    border: 1px #5AB000 solid;
    transition: background .1s linear;
    box-shadow: none;
}

.small-card_button:active {
    background: #ffffff;
    color: #5AB000;
    opacity: 1;
    transition: opacity .1s linear;
    box-shadow: none;
}

.owl-stage-outer {
	height: 110px;
}

.owl-dots {
	text-align: center;
	
}


.owl-dot span{
	display: block;
    background: #adbbb6;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin: 5px;

}

.owl-dot.active span{
	background: #ba0000;
}

.owl-dot span:hover {
	background: #ba0000;
}


/*Side-bar===============================================*/

.side--score {
    position: absolute;
    left: 28px;
}

.space-default-widget .space-widget-title {
    padding: 0 0 10px;
}
.space-default-widget {
    /* margin-left: 15px; */
    /* margin-right: 15px; */
}
.side--item {
    max-width: 255px;
}

.side--indicator {
        width: 140px;
    }

.side--button {
        padding: 11px 65px;
}

/*Media===============================================*/

@media (max-width: 1184px) {

    .side--score {
    position: absolute;
    left: 26px;
}

    .side--item {
    max-width: 230px;
}

    .side--indicator {
        width: 125px;
    }

    .side--button {
        padding: 11px 50px;
}

    .side--content-text {
        width: 220px;
        height: 130px;
        margin-bottom: 10px;
    }

}


@media (max-width: 1070px) {


.general-list_wrapper {
max-width: 1142px;
width: 100%;
margin: 0 auto;
padding: 0 200px;
display: flex;
flex-direction: column;
}
.general-list_item {
flex-direction: column;
}

.general_banner {
margin: 20px auto 0;
height: auto;
width: 490px;
}

.item-content_inner {
text-align: center;
}

.item-content_inner-general {
flex-direction: column;
}
.text--general {
	width: 390px;
font-size: 16px;
}
.indicator--general::before {
width: 190px;
height: 1px;
top: -25px;
left: 5px;
opacity: 0.7
}
.indicator--general::after {
width: 190px;
height: 1px;
top: 60px;
right: 5px;
opacity: 0.7;

}}

@media (max-width: 870px) {

.general_banner {

width: 350px;
}

.text--general {
	width: 300px;

}
}

@media (max-width: 790px) {

.general_banner {

width: 250px;
}

.text--general {
	width: 250px;

}
.button--general {
	font-size: 15px;
}

}

@media (max-width: 690px) {
.general-list_wrapper {
padding: 0 20px;
}
.general-list_item {
flex-direction: column;
}

.general_banner {
margin: 20px auto 0;
min-height: auto;
width: 280px;
}
.item-content_inner-general {
flex-direction: column;
}
.text--general {
width: 290px;
font-size: 12px;
line-height: 1.2em;
}



}

@media (max-width: 390px) {
.general-list_wrapper {
padding: 0 10px;
}
.general-list_item {
flex-direction: column;
}

.general_banner {
margin: 10px auto 0;
min-height: auto;
width: 280px;
}
.item-content_inner-general {
flex-direction: column;
}
.text--general {
width: 190px;
font-size: 12px;
line-height: 1.2em;

}

.small-card {
	padding: 0;
}

.small-card_item {
margin: 0 3px 7px 3px;
}
.small-card_content {
	margin: 0 8px 0 8px;
	max-width:  100px;
}

.small-card_name::after {
    width: 80px;
    
}

}

@media (max-width: 340px) { 
.small-card_content {
	margin: 0 5px 0 5px;
	max-width:  90px;
}


}