body {
  margin: 0;
  padding: 0;
  border: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
}

* {
  scroll-behavior: smooth;
}
html,body {
  height: 100%;
  font-family: Arial, Helvetica, sans-serif;
}

a, a:visited, a:hover {
  text-decoration: none;
  color: initial;
  cursor: pointer;
}
.wrapper {
  min-height: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.container {
  max-width: 1180px;
  margin: 0 auto;
}

.content {
  flex: 1 1 auto;
  margin: 0;
}
.hi {
  position: relative;
  z-index: 1;
}
.hi__body {
  margin: 0 5px 0px 0;
  position: relative;
  z-index: 1;

}

.hi__title h1{
  color: #38486c;
  font-weight: 600;
  font-size: 30px;
  letter-spacing: 1.5px;
  padding: 20px 0 0 0;

}

.hi__subtitle h2 {
  font-weight: 600;
  font-size: 25px;
  margin: 30px 0;
  text-align: center;
  letter-spacing: 1px;
}

.hi__list {
  padding: 0;
  list-style-position: inside;
  font-size: 25px;
  line-height: 150%;
  max-width: fit-content;
  margin: 15px 0 0 0;
}

.hi__list li {
  margin: 0 0 15px 0;
}

.fine {
  list-style: none;
  background: url(/icons/list_icons/animation/fine.gif) 0 0 no-repeat;
  background-size: 35px;
  padding: 0 0 0 39px;
}

.driving_license {
  list-style: none;
  background: url(/icons/list_icons/animation/driving_license.gif) 0 0 no-repeat;
  background-size: 35px;
  padding: 0 0 0 39px;
}
.attorneyship {
  list-style: none;
  background: url(/icons/list_icons/animation/attorneyship.gif) 0 0 no-repeat;
  background-size: 35px;
  padding: 0 0 0 39px;
  margin: 0;
}
.hi__button {
  background-color: #33cccc;
  padding: 15px;
  border-radius: 5px;
  font-size: 20px;
  font-weight: 600;
  margin: 0 auto;
  margin: 40px 0 0 0;
  text-align: center;
  color: #38486c;
  max-width: fit-content;
  position: relative;
  margin-bottom: 30px;
}

.hi__row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: 0;
  min-height: 70vh;
}

.footer {
  background-color: #f5f5f5;
}
.footer__row {
  display: flex;
  height: 65px;
  justify-content: center;
  align-items: center;
}

.footer__text {
  color: #445162;
  font-size: 16px;
  letter-spacing: 0.8px;
}
.header__container {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0;
}
.header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 50;
}
.header:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 2;
  opacity: 0.85;
}
.header__body {
  position: relative;
  display: flex;
  justify-content: space-between;
  height: 80px;
  align-items: center;
  overflow: hidden;
}
.header__logo {
  flex: 0 0 200px;
  overflow: hidden;
  position: relative;
  margin: 5px 0 0 -40px;
  z-index: 3;
}
.header__logo img {
  max-width: 100%;
  overflow: hidden;
  position: relative;
  margin: 0 0 0 0;
}
.header__burger {
  display: none;
}
.number {
  display: none;
}
.header__list {
  display: flex;
  position: relative;
  z-index: 2;
}
.header__list li {
  list-style: none;
  margin: 0 0 0 10px;
}
.header__link {
  color: #000;
  text-transform: uppercase;
  font-size: 15px;
  text-decoration: none;
}
.hello {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: url(/fon.jpg) no-repeat center;
  position: relative;
  z-index: 1;
  background-size: cover;
}
.container_hello {
  max-width: 626px;
}
.hello::before {
  content: '';
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  z-index: 0;
}
.hello__item {
  margin: 0 auto;
}
.hello_text {
  font-size: 20px;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  position: relative;
  z-index: 1;
  line-height: 200%;
  font-weight: 500;
  letter-spacing: 3px;
  margin: 50px 5px 0 5px;
}
.elpi {
  font-weight: 600;
  color: #18b5a4;
  text-transform: uppercase;
  position: relative;
}
.hello_buttons {
  display: flex;
  justify-content: space-between;
  margin: 20% 0 0 0;
  position: relative;
  z-index: 1;
}
.hello_button {
  background-color: #18b5a4;
  border-radius: 8px;
  padding: 20px;
  font-weight: 600;
  font-size: 20px;
}
.vertical {
  background-color: rgba(51, 204, 204, 0.17);
  padding: 10px 0;
}
.vertical__title {
  font-size: 35px;
  text-align: center;
  font-weight: 550;
  padding: 10px 0 20px 0;
}
.vertical__row {
  display: flex;
}
.vertical__column {
  flex: 0 1 24%;
  margin: 0 auto;
  display: flex;
  padding: 5px;
}
.vertical__item {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  border-radius: 9px;
  margin: 5px;
  padding: 5px;
}
.vertical__image {
  width: 50%;
  margin: 0 auto;
}
.vertical__image img {
  width: 100%;
  height: 100;
}
.vertical__subtitle {
  font-size: 20px;
  line-height: 20px;
  font-weight: bold;
  text-align: center;
  color: #38486c;
}
.vertical__text {
  font-size: 16px;
  line-height: 16px;
  margin: 15px;
  flex: 1 1 auto;
}
.vertical__btn {
  font-weight: 600;
  font-size: 20px;
  text-align: center;
  border: 3px solid #33cccc;
  border-radius: 5px;
  padding: 4px;
}
.vertical__btn:hover {
  background-color: #33cccc;
}
.adv {
  margin: 40px 0;
}
.adv__tittle {
  font-size: 35px;
  line-height: 35px;
  text-align: center;
  margin: 25px 0;
  font-weight: 600;
  color: #38486c;
}
.adv__subtitle {
  font-size: 23.5px;
  line-height: 30px;
  text-align: center;
  margin: 15px 0 15px 0;
  color: #38486c
}
.adv__subtitle span {
  font-weight: 600;
  font-size: 20px;
  color: #000000;
}
.adv__row {
  display: flex;
}
.adv__column {
  flex: 0 1 23%;
  background-color: rgba(51, 204, 204, 0.17);
  border-radius: 9px;
  padding: 10px;
  margin: 0 5px;
}
.adv__subsubtitle {
  font-weight: 600;
  font-size: 35px;
  text-align: center;
  margin: 10px;
}
.adv__text {
  font-size: 20px;
  text-align: center;
}
.responses {
  background-color: rgba(51, 204, 204, 0.17);
  padding: 5px;
}
.responses__title {
  font-size: 35px;
  line-height: 35px;
  text-align: center;
  margin: 25px 0;
  font-weight: 600;
}
.responses__subtitle {
  font-size: 25px;
  line-height: 30px;
  text-align: center;
  margin: 0 0 20px 0;
}
.responses__slider {
  position: relative;
  padding: 0 50px;
}
.responses__slider .slick-list {
  overflow: hidden;
}
.responses__slider .slick-track {
  display: flex;
  align-items: flex-start;
}
.responses__slider .slick-arrow {
  position: absolute;
  top: 50%;
  margin: -15px 0 0 0;
  z-index: 10;
  font-size: 0;
  width: 30px;
  height: 60px;
  border: 0px;
  cursor: pointer;
}
.responses__slider .slick-arrow.slick-prev {
  left: 0;
  background: url(/icons/arrows_icons/left.png) 0 0 / 100% no-repeat;
}
.responses__slider .slick-arrow.slick-next {
  right: 0;
  background: url(/icons/arrows_icons/right.png) 0 0 / 100% no-repeat;
}
.responses__slider .slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
}
.responses__slider .slick-dots li {
  list-style: none;
  margin: 0 20px;
}
.responses__slider .slick-dots li.slick-active button{
  background-color: #38486c;
  border: 2px solid #18b5a4;
}
.responses__slider .slick-dots button {
  font-size: 0;
  width: 10px;
  height: 10px;
  color: #fff;
  border-radius: 50%;
  border: 0px;
  background-color: #18b5a4;
}

.responses__response {
  background-color: #fff;
  border-radius: 10px;
  padding: 8px;
  margin: 5px;
  display: flex;
  justify-content: space-around;

}
.response__img {
  flex: 0 1 150px;
  margin: 0 10px 0 0;
}
.response__img img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 50%;
}
.response__body {
  flex: 0 0 68%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.response__text {
  font-size: 16px;
  line-height: 22px;
  margin: 15px;
  flex: 1 1 auto;
}
.response__name {
  font-weight: 600;
  font-size: 16px;
  margin: 0 0 0 15px;
}
.response__pos {
  font-size: 16px;
  color: #38486c;
  font-weight: 600;
  text-align: right;
}
.response__link {
  font-size: 16px;
  text-align: right;
}
.call_to_action_row {
  display: flex;
  flex-direction: column;
}
.call_to_action__title{
  color: #38486c;
  margin: 15px 0 0 0;
  padding:0;
  font-size: 25px;
  line-height: 25px;
  text-align: center;
}
.call_to_action__subtitle {
  margin:15px 0 0 0;
  font-size: 20px;
}
.call_to_action__list {
  list-style-position: outside;
}
.call_to_action__list li {
  list-style: none;
  background: url(/icons/call_to_action_icons/attention.gif) 0 0 / 45px no-repeat;
  padding: 0 0 0 50px;
  font-size: 25px;
  line-height: 45px;
  margin: 0px 0;
  color: #38486c;
}
.contacts__row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.contacts__button {
  flex: 0 1 60%;
  text-align: center;
  background-color: #18b5a4;
  margin: 0 10px 0 0;
  padding: 8px;
  border-radius: 5px;
  font-weight: 600;
  font-size: 20px;
  line-height: 40px;
  cursor: pointer;
  transition: all 0.5s ease 0s;
  height: 47px;
  
}
.contacts__button:hover {
  color:#fff
}
.contacts__messagers {
  flex: 0 1 60%;
  text-align: center;
  position: relative;
  color: #38486c;
  font-weight: 600;
  font-size: 20px;
  transition: all 0.5s ease 0s;
  margin: 20px 0 0 0;

}
.contacts__messagers_list {
  display: flex;
  justify-content: space-around;
  flex: 0 1 80%;
}

.contacts__messagers_list li {
  list-style: none;

}

.viber,
.telegram,
.whatsupp {
  max-width: 55px;
}
.viber img,
.telegram img,
.whatsupp img {
  width: 100%;
  height: 100%;
}
.results {
  background-color: rgba(51, 204, 204, 0.17);
  padding: 0 0 15px 0;
}
.results_title {
  text-align: center;
  padding: 15px 0 0 0;
  font-size: 35px;
}
.results_subtitle {
  text-align: center;
  font-size: 25px;
}
.results_subsubtitle {
  text-align: center;
  color: #38486c;
}
.results_slider {
  position: relative;
  padding: 0 50px;
}
.results_item {
  text-align: center;
  transition: all 0.3s ease 0s;
}
.results_slider .results_item.slick-center {
  opacity: 1;
}
.results_item img {
  max-width: 150px;
}
.results_slider .slick-list {
  overflow: hidden;
}
.results_slider .slick-track {
  display: flex;
  align-items: flex-start;
}

.results_slider .slick-arrow {
  position: absolute;
  top: 50%;
  margin: -15px 0 0 0;
  z-index: 10;
  font-size: 0;
  width: 30px;
  height: 60px;
  border: 0px;
  cursor: pointer;
}
.results_slider .slick-arrow.slick-prev {
  left: 0;
  background: url(/icons/arrows_icons/left.png) 0 0 / 100% no-repeat;
}
.results_slider .slick-arrow.slick-next {
  right: 0;
  background: url(/icons/arrows_icons/right.png) 0 0 / 100% no-repeat;
}
.results_slider .slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
}
.results_slider .slick-dots li {
  list-style: none;
  margin: 0 20px;
}
.results_slider .slick-dots li.slick-active button{
  background-color: #38486c;
  border: 2px solid #18b5a4;
}
.results_slider .slick-dots button {
  font-size: 0;
  width: 10px;
  height: 10px;
  color: #fff;
  border-radius: 50%;
  border: 0px;
  background-color: #18b5a4;
}

.adress_title {
  text-align: center;
  font-size: 30px;
  font-weight: 600;
  color: #38486c;
}
.adress__row {
  display: flex;
}

.adress__map {
  flex: 48%;
}
.adress__map iframe {
  max-width: 100%;
}
.adress__contacts_list {
  flex: 48%;
  padding: 0 0 0 0px;

  margin: 0 0 0 5%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.adress__contacts_list li {
  list-style: none;
  font-size: 20px;
  line-height: 30px;
  padding: 0 0 0 40px;
  margin: 0 0 15px 0;
}
.adress_office {
  background: url(/icons/contacts_icons/adress.gif) 0 0 / 30px no-repeat;
}
.post {
  background: url(/icons/contacts_icons/post.gif) 0 0 / 30px no-repeat;
}
.phone {
  background: url(/icons/contacts_icons/phone.gif) 0 0 / 30px no-repeat;
}
.hours {
  background: url(/icons/contacts_icons/clock.gif) 0 0 / 30px no-repeat;
}
.adress__contacts_list span {
  color: #18b5a4;
}
.bold {
  font-weight: 600;
}

.responsibility_title, .innocent_title {
  color: #38486c;
  position: relative;
  padding: 0px 0 0px 30px;
  margin: 20px 0 10px 0;
  cursor: pointer;
}
.innocent_title {
  margin: 0 0 15px 0;
}
.responsibility_text, .innocent_text {
  line-height: 150%;
  display: none;
  background-color: rgba(51, 204, 204, 0.17);
  padding: 10px;
  border-radius: 8px;
  margin: 0 0 10px 0;
}
.responsibility_title:before,
.responsibility_title:after {
  content: '';
  width: 9px;
  height: 2px;
  background-color: #000;
  position: absolute;
  top: 10px;
  transition: all 0.3s ease 0s;
}
.responsibility_title:before {
  transform: rotate(40deg);
  left: 0;
  transition: all 0.3s ease 0s;
}
.responsibility_title:after {
  transform: rotate(-40deg);
  left: 7px;
  transition: all 0.3s ease 0s;
}
.innocent_title:before,
.innocent_title:after {
  content: '';
  width: 9px;
  height: 2px;
  background-color: #000;
  position: absolute;
  top: 10px;
  transition: all 0.3s ease 0s;
}
.innocent_title:before {
  transform: rotate(40deg);
  left: 0;
  transition: all 0.3s ease 0s;
}
.innocent_title:after {
  transform: rotate(-40deg);
  left: 7px;
  transition: all 0.3s ease 0s;
}

.innocent_title.active:before,
.innocent_title.active:after,
.responsibility_title.active:before,
.responsibility_title.active:after {
  background-color: red;
}
.innocent_title.active:before{
  transform: rotate(-40deg);
}
.innocent_title.active:after {
  transform: rotate(40deg);
}
.responsibility_title.active:before{
  transform: rotate(-40deg);
}
.responsibility_title.active:after {
  transform: rotate(40deg);
}
@media (max-width: 1086px) {
  .contacts__button {
    flex: 0 1 523px;
    margin: 0 0 15px 0;
  }
  .contacts__messagers {
    flex: 0 1 500px;
    margin: 0 0 10px 0;
  }
  .contacts__row {
    justify-content: center;
  }
  .contacts__messagers_list {
    flex: 0 1 47%;
    margin: 0 0 0 0;
  }

}
@media (max-width: 1120px) {
  .vertical__subtitle {
    font-size: 18px;
    line-height: 18px;
  }
}

@media (max-width: 1038px) {
  .adv__subsubtitle {
    font-size: 30px;
  }
}

@media (max-width: 1035px) {
  .vertical__btn {
    font-size: 18px;
  }
  .vertical__subtitle {
    font-size: 17px;
    line-height: 17px;
  }
}

@media (max-width: 981px) {
  .adv__subtitle {
    font-size: 21px;
    line-height: 23px;
  }
  .adress__row {
    flex-direction: column;
  }
  .adress__map {
    flex: 90%;
    align-self: center;
    margin: 0 0 35px 0;
  }
  .adress__contacts_list {
    flex: 90%;
    align-self: center;
  }
}

@media (max-width: 969px) {
  .vertical__subtitle {
    font-size: 15.5px;
    line-height: 15.5px;
  }
  .vertical__btn {
    font-size: 17px;
  }
  .vertical__text {
    font-size: 15px;
  }
}

@media (max-width: 917px) {
  .adv__subsubtitle {
    font-size: 28px;
  }
}

@media (max-width: 910px) {
  .vertical__btn {
    font-size: 16px;
  }
  .vertical__text {
    margin: 10px;
    font-size: 14px;
  }
  .vertical__subtitle {
    font-size: 14.5px;
    line-height: 14.5px;
  }
}
@media (max-width: 887px){
  .hi__button{
    font-size: 25px;
    margin: 10px 0 0 0;
  }
  .attorneyship {
    margin: 0 0 0 0;
  }
  .hi__image img{
    height: 100%;
  }
  .hi__title h1, .hi__subtitle h2 {
    font-size: 30px;
  }
  .vertical__btn {
    font-size: 15px;
  }
  .vertical__text {
    margin: 5px;
    font-size: 13px;
  }
  .vertical__subtitle {
    font-size: 13.5px;
    line-height: 13.5px;
  }
  .adv__subtitle {
    font-size: 20px;
  }
  .adv__subsubtitle {
    font-size: 26px;
  }
}

@media (max-width: 837px) {
  .vertical__btn{
    font-size: 14px;
  }
  .adv__subtitle {
    font-size: 19px;
  }
  .adv__subsubtitle {
    font-size: 25px;
  }
  .adv__text {
    font-size: 19px;
  }
}



@media (max-width: 829px) {
  .hi__title h1, .hi__subtitle h2 {
    font-size: 27px;
  }

  .call_to_action__list li {
    font-size: 25px;
    line-height: 39px;
    margin: 0 0 5px 0;
    background-size: 30px;
    background-position: 0 8px;
  }
}

@media (max-width: 801px) {
  .vertical__text {
    margin: 10px;
    font-size: 12px;
  }
  .vertical__subtitle {
    font-size: 12.5px;
    line-height: 12.5px;
  }
  .vertical__btn{
    font-size: 13px;
  }
  .adv__subsubtitle {
    font-size: 24px;
  }
  .adv__subtitle {
    font-size: 18px;
  }
}

@media (max-width: 778px) {
  .adv__subsubtitle {
    font-size: 23px;
  }
}
@media (max-width: 769px){
  body.lock {
    overflow: hidden;
  }
  .number {
    display: block;
    z-index: 5;
    margin: 0 15px 0 0;
    font-size: bold;
  }
  .header__body {
    height: 55px;
  }
  .header__logo {
    flex: 0 0 140px;
    margin: 10px 10px 0 -20px;
  }
  .header__burger {
    display: block;
    width: 30px;
    height: 20px;
    position: relative;
    z-index: 3;
    margin: 0 10px 0 0;
  }
  .header__burger:before,
  .header__burger:after {
    content: '';
    background-color: #000;
    position: absolute;
    width: 100%;
    height: 2px;
    left: 0;
    transition: all 0.5s ease 0s;
  }
  .header__burger span {
    position: absolute;
    background-color: #000;
    left: 0;
    width: 100%;
    height: 2px;
    top: 9px;
    transition: all 0.5s ease 0s;
  }
  .header__burger:before {
    top: 0;
  }
  .header__burger:after {
    bottom: 0;
  }
  .header__menu {
    position: fixed;
    top: -250%;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    transition: all 0.5s ease 0s;
    background-color: #18b5a4;
    padding: 70px 10px 20px 10px;
  }
  .header__menu.active {
    top: 0;
  }
  .header__list {
    display: block;
  }
  .header__list li {
    margin: 0 0 20px 0;
  }
  .header__burger.active:before {
    transform: rotate(45deg);
    top: 9px;
  }
  .header__burger.active:after {
    transform: rotate(-45deg);
    bottom: 9px;
  }
  .header__burger.active span {
    transform: scale(0);
  }
  .hello_text {
    font-size: 17px;
  }
  .hello_button {
    font-size: 17px;
    margin: 10px;
  }
  .hi__title h1 {
    font-size: 27px;
  }
  .hi__subtitle h2 {
    font-size: 25px;
    margin: 25px 0 0 0px;
  }
  .hi__list {
    font-size: 25px;
    margin: 25px 0 0 0px;
  }

  .hi__button {
    font-size: 25px;
  }
  .vertical__row {
    flex-direction: column;
  }
  .vertical__image {
    height: 100px;
    width: 100px;
  }
  .vertical__image img {
    height: 100%;
  }
  .vertical__item {
    flex: 0 1 300px;
    margin: 0 auto;
  }
  .vertical__subtitle {
    font-size: 20px;
    line-height: 20px;
  }
  .vertical__text {
    font-size: 18px;
    line-height: 18px;
  }
  .vertical__btn {
    font-size: 18px;
  }
  .adv__row {
    flex-wrap: wrap;
    justify-content: center;
  }
  .adv__column {
    flex: 0 1 48%;
    max-width: 300px;
    margin: 5px;
  }
  .adv__subsubtitle {
    line-height: 25px;
  }
  .adv__tittle {
    margin: 15px 0;
  }
  .adv__subsubtitle {
    font-size: 30px;
  }
  .responses__row {
    display: flex;
    flex-direction: column;
  }
  .responses__subtitle {
    font-size: 20px;
    line-height: 25px;
  }
  .call_to_action_row {
    display: flex;
  }
  .call_to_action__title {
    font-size: 20px;
  }
  .call_to_action__subtitle {
    font-size: 20px;
  }
  .call_to_action__list li{
    font-size: 18px;
    line-height: 35px;
    background-position: 0 5px;
    background-size: 25px;
    padding: 0 0 0 35px;
  }
  .responsibility_title, .innocent_title {
    font-size: 20px;

  }
}
@media (max-width: 757px){
  .hi__title h1 {
    font-size: 25px;
  }
  .hi__button {
    font-size: 22px;
  }
}
@media (max-width: 715px) {
  .hi__title h1 {
    font-size: 23px;
  }
  .hi__subtitle h2 {
    font-size: 23px;
  }
  .adv__column {
    flex: 0 1 44%;
  }
  .adv__text {
    font-size: 18px;
  }
}


@media (max-width: 657px) {
  .hi__button {
    font-size: 21px;
  }
}

@media (max-width: 642px) {
  .hi__title h1 {
    font-size: 22px;
  }
  .hi__subtitle h2 {
    font-size: 22px;
  }
  .hi__button {
    font-size: 20px;
  }
  .adv__text {
    font-size: 17px;
  }
}

@media (max-width: 624px) {

  .hi__title h1 {
    font-size: 30px;
    margin: 20px 0 0 15px;
  }
  .hi__subtitle h2 {
    font-size: 30px;
  }
  .hi__button {
    font-size: 20px;
    margin: 10px;
  }
  .hi__list {
    margin: 20px 0 0 15px;
    font-size: 25px;
  }
  .adv__subtitle {
    font-size: 21.5px;
    line-height: 25px;
  }
}

@media (max-width: 608px) {
  .adv__text {
    font-size: 16px;
  }
}

@media (max-width: 520px) {
  .adv__column {
    flex: 0 1 40%;
  }
  .adv__subsubtitle {
    font-size: 27px;
  }
  .responses__subtitle {
    font-size: 14px;
    line-height: 16px;
  }
  .response__text {
    font-size: 14px;
    line-height: 17px;
    margin: 15px;
    flex: 1 1 auto;
  }
  .response__name {
    font-weight: 600;
    font-size: 14px;
    margin: 0 0 0 15px;
  }
  .response__pos {
    font-size: 14px;
    color: #38486c;
    font-weight: 600;
    text-align: right;
  }
  .response__link {
    font-size: 14px;
    text-align: right;
  }
  .responses__response {
    flex-direction: column;
  }
}

@media (max-width: 479px) {

  .call_to_action__title {
    font-size: 17px;
    line-height: 22px;
  }
  .call_to_action__subtitle {
    font-size: 17px;
  }
  .call_to_action__list {
    margin: 10px 0 0 0;
    padding: 0;
  }
  .call_to_action__list li{
    margin: 0 0 5px 0;
    font-size: 17px;
    line-height: 23px;
  }
}

@media (max-width: 461px) {
  .adv__subsubtitle {
    font-size: 23px;
  }
  .hello_buttons {
    flex-wrap: wrap-reverse;
    align-items: center;
    justify-content: center;
  }
  .hello_button {
    min-width: 250px;
    text-align: center;
  }
}

@media (max-width: 409px) {
  .adv__column {
    flex: 0 1 70%;
    min-height: 115px;
  }
  .adv__subsubtitle {
    font-size: 28px;
  }
  .adv__text {
    font-size: 21px;
  }
  .adv__tittle {
    font-size: 30px;
    line-height: 30px;
  }
  .response__text {
    font-size: 13px;
    line-height: 15px;
  }
}

@media (max-width: 353px) {
  .adv__tittle {
    font-size: 25px;
  }
  .results_subtitle {
    font-size: 20px;
  }
}

@media (max-width: 324px) {
  .adv__subtitle {
    font-size: 20px;
    line-height: 22px;
  }
}


@media (max-height: 500px) {
  .hi__title h1 {
    font-size: 19px;
    margin: 0 0 0 15px;
  }
  .hi__subtitle h2 {
    font-size: 18px;
    margin: 10px 0 0 15px;
  }
  .hi__button {
    font-size: 22px;
    margin: 10px auto 0 auto;
  }
  .hi__list {
    margin: 10px 0 0 15px;
    font-size: 15px;
  }
  .fine {
    background-size: 25px;
    padding: 0 0 0 30px;
  }
  
  .driving_license {
    background-size: 25px;
    padding: 0 0 0 30px;
  }
  
  .attorneyship {
    background-size: 25px;
    padding: 0 0 0 30px;
    margin: 0;
  }
  .content {
    margin: 80px 10px 0 10px;
  }
}