.container-survey {
	max-width: 798px;
}

.slider-image-wrapper {
	position: relative;
	width: 100%;
	padding-bottom: 100%;
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center;
	background-image: url("../img/slider-image-0.png");
}

.slider-image-wrapper img {
	display: none;
	width: 100%;
	height: auto;
	position: absolute;
	left: 0;
	top: 0;
}

.slider-image-wrapper .slider-image-1 {
	display: block;
}

.survey-carousel .carousel-item {
	min-height: 0;
	padding-bottom: 0;
}

.survey-carousel .carousel-control-prev-icon, .survey-carousel .carousel-control-next-icon {
    background-color: rgba(0,0,0,0.3);
    background-size: 50%;
    padding: 20px;
    border-radius: 50%;
    border: 1px solid #fff;
}

.survey-carousel .carousel-control-next, .survey-carousel .carousel-control-prev {
   opacity: 1;
}

.survey-carousel-selector {
	height: 100px;
	background-color: #377AB9;
}

.carousel-select-btn {
	background-color: rgba(0,0,0,0.3);
	border: 1px solid #fff;
	height: 40px;
	border-radius: 20px;
	width: 50%;
	display: flex;
	margin: 0 auto 30px auto;
}

.survey-carousel .carousel-caption {
    padding-top: 20px;
    padding-bottom: 0;
}

.question-number {
	background-color: inherit;
	width: 200px;
	display: inline;
	padding: 10px 30px;
	border-radius: 100px;
	color: #000;
	position: absolute;
	top: -20px;
	margin: auto;
	left: 0;
	right: 0;
	z-index: 2;
}

.ratings {
	padding: 20px 110px 20px 0;
	border-bottom: 1px solid rgba(0,0,0,.1);
}

.ratings p {
	font-weight: 300;
    font-size: 1.35em;
    color: #377AB9;
    margin-bottom: 0;
}

.rating-boxes {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.rating-box {
	text-align: center;
}


.form-rating-label {
    margin-bottom: 0;
	margin-left: 4px;
    font-size: 14px;
	text-transform: none;
	display: block;
}

.form-rating {
     -webkit-appearance: none;
     -moz-appearance: none;
     appearance: none;
     display: inline-block;
     position: relative;
     background-color: #fff;
     color: #666;
     top: 0;
     height: 30px;
     width: 30px;
     border: 1px solid #ced4da;
     border-radius: 50px;
     cursor: pointer;     
     outline: none;
}

.form-rating:checked::before {
     position: absolute;
     font: 700 13px/1 Arial, sans-serif;
     left: 11px;
     top: 7px;
     content: '\02143';
     transform: rotate(40deg);
     color: #000;
}






@media (max-width: 1200px) {
}


@media (max-width: 768px) {
.container-survey {
    max-width: 768px;
}

.survey-carousel .carousel-indicators {
	display: none;
}

.ratings {
	padding: 20px 70px 20px 0;
}

}


@media (max-width: 574px) {

.question-number {
	width: 180px;
	padding: 5px 15px;
	font-size: 16px;
}

.ratings {
	padding: 20px 0;
}

}
