.answers-block {
    display: flex;
    flex-direction: column;
}
.answers-block label{
  cursor: pointer;
}
.answers-block label input{
  cursor: pointer;
}
.questions-block h2{
  padding-top: 60px;
  margin-bottom: 0;
}
.questions-block h3{
  font-size: 30px;
  padding-top: 45px;
  padding-bottom: 10px;
  margin-bottom: 0;
}
.question span{
  font-style: normal;
  font-weight: 400;
  display: block;
  padding-top: 25px;
  padding-bottom: 5px;
}
.checkboxes-block{
  padding: 25px 0;
}
.fields-block .field{
  max-width: 570px;
  margin: 10px 0;
}
.fields-block .field:last-child{
  margin-bottom: 30px;
}
.fields-block .field input{
  width: 100%;
}
.gform_footer.top_label{
  text-align: left;
  justify-content: flex-start;
}
.vote-block{
  margin-bottom: 50px;
}
.success{
  position: absolute !important;
  top: -650px;
  left: 50%;
  /*margin-right: -50%;*/
  transform: translateX(-50%);
  max-width: 570px;
  height: auto;
  z-index: 9999;
  cursor: pointer;
  border: 1px solid #ccc;
  background: #fff;
}
@media screen and (max-width: 1500px){
  .success{
    top: -450px;
  }
}
@media screen and (max-width: 767px){
  .success{
    top: -270px;
  }
}
#content{
  position: relative;
}
.success__close{
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  background-color: #b1d8ff;
  border-radius: 50%;
  display: block;
  margin:2px 2px 10px 2px;
  border: 5px solid #333;
  transition: all .5s ease;

}
.success__close:before, .success__close:after{
  content: "";
  width: 100%;
  height: 4px;
  background-color: #333;
  position: absolute;
  left: 0;
  z-index: 1;
  bottom: 0;
  transform: rotate(45deg);
  top: 46%;
  transition: all .5s ease;
}
.success__close:after{
  transform: rotate(-45deg);
}
.success__close:hover{
  border: 5px solid #ccc;
}
.success__close:hover:before, .success__close:hover:after{
  background-color: #ccc;
}

.success .additional-info{
  background-color: #fff;
  color: #000;
  padding: 40px 50px;
}

@media screen and (max-width: 767px){
  .success .additional-info{
    padding: 20px 25px;
  }
}

.question .answers-block{
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
}

.question .answers-block label{
  position: relative;
  width: 12%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 0 3px;
}

/*New styles update form*/
.label-string{
  position: absolute;
  right: 0;
  bottom: 6px;
  width: 100% !important;
  background: #333;
  height: 1px;
  display: block;
}

.before-labels + label .label-string{
  width:50% !important;
}

.question .answers-block label:last-of-type .label-string{
  width: 50% !important;
  left: 0;
}

.question{
  background: #f3f3f3;
  margin-bottom: 20px;
  padding: 0 10px 20px 10px;
}

.question span{
  padding-top: 10px;
}

.question label input:checked:after {
  background: #0185ba;
  border: 1px solid #0185ba;
}

.question label input:checked:before {
  border: 1px solid #0185ba;
}

.question .answers-block div.after-labels {
  /*flex-grow: 1;*/
}

/*Finish New styles update form*/

.question label span{
  font-style: normal;
  font-weight: 400;
  display: none;
  padding: 0;
}

.question label input{
  margin-top: 20px;
  position: relative;
}

.question label input:before{
   content: '';
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   background: #fff;
   border-radius: 50%;
   border: 1px solid #333;
   z-index: 2;
}

.question label input:checked:before{
  border: 1px solid #0185ba;
}

.question label input:checked:after{
  content: '';
  position: absolute;
  top: 2px;
  left: 2px;
  width: 9px;
  height: 9px;
  background: #0185ba;
  border-radius: 50%;
  border: 1px solid #0185ba;
  z-index: 3;
}

.question .answers-block div{
  /*width: 12%;*/
}

.before-labels{
  text-align: right;
}

.answers-block{
  font-size: 18px;
}

.additional-info-color-red h2{
  color: #D7000E;
  margin-right: 15px;
  padding: 15px 0;
}

.additional-info-color-orange h2{
  color: #ffe200;
  margin-right: 15px;
  padding: 15px 0;
}

.additional-info-color-green h2{
  color: #7ac000;
  margin-right: 15px;
  padding: 15px 0;
}

.additional-info-color__head{
  display: flex;
  margin-bottom: 15px;
  align-items: center;
}

.additional-info-color-red .banners-block__img, .additional-info-color-green .banners-block__img, .additional-info-color-orange .banners-block__img{
  width: auto;
  height: 51px;
  display: block;
}

.additional-info-color-red .banners-block__img{
  width: auto;
  height: 51px;
  display: block;
}

.additional-info-color-red ul{
  font-size: 18px;
}

@media screen and (max-width: 650px){
  .question .answers-block div{
    width: 20%;
  }
}

/*new styles of question results*/
.banners-block{
  padding: 60px 20px 25px;
  background-color: #b1d8ff;
}

@media screen and (max-width: 767px){
  .banners-block{
    padding: 60px 10px 15px;
  }
}

.banners-block h2{
  text-align: center;
  margin-bottom: 20px;
}

.banners-block .images{
  display: flex;
  justify-content: center;
}

.banners-block .images .image-color-red, .banners-block .images .image-color-orange, .banners-block .images .image-color-green{
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 10px;
  width: 33.33%;
  box-sizing: border-box;
  text-align: center;
  word-break: break-word;
}

.success__head img{
  display: block;
}

.success__head{
  margin-bottom: 30px;
}
