@charset "UTF-8";

.howtowork {
  font-weight: 600;
  line-height: 1.2;
  text-transform: uppercase;
}

.howtowork a {
  display: block;
}

.howtowork a:hover {
  opacity: .9;
}

.howtowork,
.howtowork a,
.howtowork a:hover,
.howtowork a:focus {
  color: #808080;
  text-decoration: none;
}

.howtowork .row {
  justify-content: center;
}

.howtowork .item {
  margin-bottom: 1rem;
  text-align: center;
}

.howtowork .item .img {
  position: relative;
  margin: 0 auto;
  overflow: hidden;
  border: 4px solid #848284;
  border-radius: 50%;
}

.howtowork .item .img {
  max-width: 12.09677vw;
}

.howtowork .item .img {
  padding-bottom: 11.29032vw;
}

.howtowork .item .img img {
  position: absolute;
  max-width: 110%;
  width: 110%;
  height: 110%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: 1.2s ease;
}

.howtowork .item .text {
  display: inline-block;
  padding: 16px;
}

.howtowork .item .text {
  font-size: 2.01613vw;
}

.howtowork .item:hover .img img {
  max-width: 120%;
  width: 120%;
  height: 120%;
  left: 46%;
  top: 46%;
}

.howtowork .item:hover .text {
  text-decoration: underline;
}

.list-horizontal {
  margin: 25px 0 60px;
  display: flex;
  flex-wrap: wrap;
}

.list-horizontal li {
  flex: 1 1 auto;
}

.list-horizontal.navbar-primary li.active a {
  color: #fff;
}

.list-horizontal.navbar-primary a {
  display: inline-block;
  border: 3px solid;
  background-color: #fff;
  transition: .2s ease;
}

.list-horizontal.navbar-primary a:hover {
  color: #fff;
}

.list-horizontal.navbar-gray {
  background-color: #e8e8e8;
}

.list-horizontal.navbar-gray li {
  margin: 0;
  flex: 1 1 auto;
}

.list-horizontal.navbar-gray a {
  display: block;
  border: 0;
  text-align: center;
  color: #808080;
}

.list-horizontal.navbar-gray a:hover {
  opacity: 0.8;
}

.list-horizontal.navbar-gray a + a {
  border-left: 1px solid #9b9b9b;
}

.list-horizontal a {
  padding: 10px 20px;
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
}

.list-horizontal a:hover {
  text-decoration: none;
}

.symptom a {
  text-decoration: none;
  color: gray;
}

.symptom__pict {
  text-align: center;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 115px;
  margin-bottom: 25px;
}

.symptom__pict img {
  display: block;
  position: absolute;
  left: 50%;
  /* top: 50%; */
  bottom: 0;
  transform: translate(-50%, 0%);
  max-width: 98%;
}

.symptom__name {
  font-size: 20px;
  color: gray;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
}

.type {
  margin-bottom: 1rem;
}

.type__name {
  margin-bottom: 0.5rem;
  text-align: left;
}

.type__name a,
.type__name a:hover,
.type__name a:focus {
  display: block;
  padding: 0.5rem 0.75rem;
  font-size: 20px;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
}

.type__body {
  font-size: 20px;
  line-height: 1.3;
}

.type__more a {
  display: inline-block;
  user-select: none;
  transition: .15s ease-in-out;
  width: 280px;
  color: #fff;
  border-radius: 0;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1.2;
  text-align: center;
  padding: 1.53rem .75rem;
  border: 3px solid;
  margin-top: 1rem;
}

.type__more a:hover,
.type__more a:focus {
  background-color: #fff;
  text-decoration: none;
}

.reasons-area .section--title {
  margin-bottom: 1.2rem;
}

article.reason {
  padding: 20px 22px;
  background-color: #f2f2f2;
  font-size: 16px;
}

.reason__name {
  font-size: 20px;
  text-align: left;
  border-bottom: 1px solid #000;
  padding-bottom: 10px;
  margin-bottom: 1rem;
}

.reason__name,
.reason__name a,
.reason__name a:hover,
.reason__name a:focus {
  color: #000;
  text-decoration: none;
}

.accordion__element [data-toggle="collapse"] {
  position: relative;
  display: block;
  text-align: left;
  padding-left: 0;
  padding-right: 30px;
  border-radius: 0;
  border-bottom: 1px solid #b7b7b7;
  font-size: 20px;
  margin-bottom: 5px;
}

.accordion__element [data-toggle="collapse"],
.accordion__element [data-toggle="collapse"]:hover,
.accordion__element [data-toggle="collapse"]:focus,
.accordion__element [data-toggle="collapse"]:active,
.accordion__element [data-toggle="collapse"]:not(:disabled):not(.disabled):active {
  background-color: transparent;
  border-top-color: transparent;
  border-left-color: transparent;
  border-right-color: transparent;
  box-shadow: none;
}

.accordion__element [data-toggle="collapse"]:after {
  content: '';
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  border-top: 16px solid;
  border: 9px solid transparent;
  border-bottom: 0;
  transition: .2s ease;
}

.accordion__element [data-toggle="collapse"][aria-expanded="true"]:after {
  transform: translateY(-50%) rotate(-90deg);
}

.accordion__element .collapse,
.accordion__element .collapsing {
  padding-bottom: 1rem;
}

.accordion__element .collapse p:last-child,
.accordion__element .collapsing p:last-child {
  margin-bottom: 0;
}

.accordion ul {
  list-style: none;
}

.accordion ul li:before {
  content: "•";
  position: absolute;
  font-size: 30px;
  margin-left: -20px;
  margin-top: -4px;
}

.treatment-area .accordion__element > .btn:first-child {
  color: #fff;
  padding: 12px;
  margin-bottom: 35px;
  padding-right: 30px;
}

.treatment-area .accordion__element > .btn:first-child:hover,
.treatment-area .accordion__element > .btn:first-child:focus {
  color: #fff;
}

.treatment-area .accordion__element > .btn:first-child:after {
  border-top-color: #fff;
}

.prevention a {
  text-decoration: none;
}

.prevention__title {
  margin-bottom: 2rem;
}

.angina .prevention .prevention__name {
  text-align: center;
}

.prevention__name {
  font-size: 20px;
  color: gray;
  font-weight: bold;
  line-height: 1.2;
}

.prevention__pict {
  text-align: center;
  position: relative;
  overflow: hidden;
  margin-bottom: 25px;
  width: 150px;
  margin: 0 auto;
  border: 5px solid gray;
  border-radius: 50%;
  margin-bottom: 18px;
  max-width: 100%;
}

.prevention__pict img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.prevention__pict:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}

.content {
  margin-bottom: 2rem;
}

.content__title {
  color: #368f3a;
}

@media screen and (min-width: 1200.02px) {
  .howtowork .item .img {
    max-width: 10vw;
  }

  .howtowork .item .img {
    padding-bottom: 9.33333vw;
  }

  .howtowork .item .text {
    font-size: 1.66667vw;
  }
}

@media screen and (min-width: 1440px) {
  .howtowork .item .img {
    max-width: 7.8125vw;
  }

  .howtowork .item .img {
    padding-bottom: 7.39583vw;
  }

  .howtowork .item .text {
    font-size: 1.25vw;
  }
}

@media screen and (min-width: 1630px) {
  .howtowork .item .img {
    max-width: 150px;
  }

  .howtowork .item .img {
    padding-bottom: 142px;
  }

  .howtowork .item .text {
    font-size: 24px;
  }
}

@media screen and (max-width: 1440px) {
  .list-horizontal a {
    font-size: 24px;
    border-width: 2px;
  }

  .type__body {
    font-size: 16px;
  }

  .type__more a {
    width: 220px;
    padding: 1rem .75rem;
    font-size: 16px;
  }
}

@media screen and (max-width: 992px) {
  .list-horizontal a {
    font-size: 20px;
    padding: 8px 16px;
  }
}

@media screen and (max-width: 768px) {
  .type__body .media {
    flex-direction: column;
  }

  .type__body .media-thumb {
    margin: 0 auto 1rem !important;
  }

  .treatment-area .accordion__element > .btn:first-child {
    margin-bottom: 5px;
  }
}

@media screen and (max-width: 767px) {
  .howtowork .item .text {
    padding: 10px 4px 4px 4px;
  }
}

@media screen and (max-width: 576px) {
  .howtowork .item .img {
    max-width: 25vw;
  }

  .howtowork .item .img {
    padding-bottom: 22.5vw;
  }

  .howtowork .item .text {
    font-size: 3.75vw;
  }

  .prevention__name {
    font-size: 14px;
  }
}