#responsib_g_block {
    padding: 80px 30px;
}



h1 {
    display: flex;
    flex-direction: row;
    align-items: center;
}


.block-img.wide {
    display: none;
}

.block-img.mobi, .block-img.wide {
    width: 100%;
    height: auto;
    border-radius: 8px;
}

#responsib_g_block p {
    color: #b1bad3;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
}




#faq {
    margin-top: 70px;
}

.faq_block ul,
ol li {
  list-style: none;
}
.faq_block h2,
.rev_block h2 {
  font-size: 22px;
}
.faq-question {
  text-decoration: none;
}

#faq .faq-question {
    color: #fff;
    font-weight: 600;
    line-height: 1.4;
    font-size: 14px;
}

.faq-question:after {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.faq_block {
  background: #0f212e;
  padding: 15px;
  border-radius: 10px;
}
.faq_block ul {
  padding: 0;
  margin: 0;
}
.faq_block h2 {
  margin-top: 10px;
}
.faq-item {
  background: #213743;
  padding: 0;
  border-radius: 7px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 1px 2px 0 rgba(0, 0, 0, 0.12),
    inset 0 1px rgba(255, 255, 255, 0.04) !important;
  margin-bottom: 10px;
}

#faq .faq-answer {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.4;
    color: #a3bbc9;
}


.faq-answer,
.faq-question {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
  margin: 0;
}
.faq-question {
  padding: 10px 15px;
  text-align: left;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: nowrap;
}
.faq-answer {
  color: #a3bbc9;
  padding: 20px 15px;
  border-top: 2px solid #2f4553;
}
.faq-question:after {
  content: "";
  display: flex;
  width: 14px;
  min-width: 14px;
  margin-left: 10px;
  height: 14px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='currentColor' viewBox='0 0 64 64' class='svg-icon' style='transform: rotate(90deg); '%3E%3Ctitle%3E%3C/title%3E%3Cpath fill='%23d5dceb' d='M32.271 49.763 9.201 26.692l6.928-6.93 16.145 16.145 16.144-16.144 6.93 6.929-23.072 23.07h-.005Z'%3E%3C/path%3E%3C/svg%3E");
}
.faq-question.answer-open:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='currentColor' viewBox='0 0 64 64' class='svg-icon' style='transform: rotate(0deg); '%3E%3Ctitle%3E%3C/title%3E%3Cpath fill='%23d5dceb' d='M32.271 49.763 9.201 26.692l6.928-6.93 16.145 16.145 16.144-16.144 6.93 6.929-23.072 23.07h-.005Z'%3E%3C/path%3E%3C/svg%3E");
}


@media screen and (min-width: 500px)  {
    
    .block-img.mobi {display: none;}
.block-img.wide {display: inline;}
    
    
    
    #responsib_g_block {
    padding: 110px 30px;
    max-width: 1100px;
    margin: auto;
}


h1::before {
    content: "";
    display: flex;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    opacity: 0.8;
    margin-right: 10px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 64 64'%3E%3Cpath d='M32 0 5.654 11.306C5.654 52.692 32 64 32 64s26.346-11.306 26.346-52.694L32 0Zm3.546 33.014v13.2h-7.12v-13.2c-3.174-1.41-5.346-4.532-5.346-8.164a8.907 8.907 0 1 1 12.522 8.142l-.056.022Z'%3E%3C/path%3E%3C/svg%3E");
}
    
}