@charset "UTF-8";

/*Кнопка меню*/

/*В разметке обязательно должна иметь внутренний span */

/*<button class="burger"><span></span></button>*/

.support__link {
  justify-content: center;
  font-family: "Inter", sans-serif;
  display: flex;
  align-items: center;
  border: solid 1px #306682;
  background-color: #306682;
  text-transform: uppercase;
  transition: color .3s, background-color .3s;
  cursor: pointer;
  color: white;
  height: 3.25rem;
  padding: 0px 3.4375rem;
  border-radius: 52px;
}

.support__link:hover {
  color: #306682;
  background-color: transparent;
}

.home__button,
.card__button {
  justify-content: center;
  font-family: "Inter", sans-serif;
  display: flex;
  align-items: center;
  border: solid 1px #306682;
  background-color: white;
  text-transform: uppercase;
  transition: color .3s, background-color .3s;
  cursor: pointer;
  color: #306682;
  height: 3.25rem;
  padding: 0px 3.4375rem;
  border-radius: 52px;
}

.home__button:hover,
.card__button:hover {
  color: white;
  background-color: #306682;
}

/*Кнопка меню*/

/*В разметке обязательно должна иметь внутренний span */

/*<button class="burger"><span></span></button>*/

.support__link {
  justify-content: center;
  font-family: "Inter", sans-serif;
  display: flex;
  align-items: center;
  border: solid 1px #306682;
  background-color: #306682;
  text-transform: uppercase;
  transition: color .3s, background-color .3s;
  cursor: pointer;
  color: white;
  height: 3.25rem;
  padding: 0px 3.4375rem;
  border-radius: 52px;
}

.support__link:hover {
  color: #306682;
  background-color: transparent;
}

.home__button,
.card__button {
  justify-content: center;
  font-family: "Inter", sans-serif;
  display: flex;
  align-items: center;
  border: solid 1px #306682;
  background-color: white;
  text-transform: uppercase;
  transition: color .3s, background-color .3s;
  cursor: pointer;
  color: #306682;
  height: 3.25rem;
  padding: 0px 3.4375rem;
  border-radius: 52px;
}

.home__button:hover,
.card__button:hover {
  color: white;
  background-color: #306682;
}

.owl-stage-outer {
  background-color: #fff;
}

.owl-next svg,
.owl-prev svg {
  transition: fill .3s;
}

.owl-next svg circle,
.owl-prev svg circle {
  stroke: #CE004A;
  transition: stroke .3s;
}

.owl-next svg path,
.owl-prev svg path {
  fill: #CE004A;
  transition: fill .3s;
}

.owl-next:hover svg,
.owl-prev:hover svg {
  fill: #CE004A;
}

.owl-next:hover svg circle,
.owl-prev:hover svg circle {
  stroke: #CE004A;
}

.owl-next:hover svg path,
.owl-prev:hover svg path {
  fill: white;
}

.owl-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #306682;
  margin-right: 6px;
}

.owl-dot.active {
  background-color: #CE004A;
}

.owl-dot:last-child {
  margin-right: 0px;
}

.home {
  background-image: url(../img/home_bg.png);
  background-position: top right;
  background-repeat: no-repeat;
  position: relative;
}

.home__point {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  position: absolute;
  top: 412px;
  right: 310px;
  background-color: #CE004A;
  animation: radial-pulse 2s infinite;
}

@keyframes radial-pulse {
  0% {
    box-shadow: 0 0 0 0px rgba(206, 0, 74, 0.2);
  }

  100% {
    box-shadow: 0 0 0 40px rgba(255, 255, 255, 0);
  }
}

.home__title {
  padding-top: 6.5rem;
  width: 58%;
  font-size: 4rem;
  font-weight: 700;
  line-height: 4.4375rem;
  letter-spacing: -0.03em;
}

.home__buttons {
  margin-top: 4rem;
  display: flex;
  justify-content: flex-start;
  padding-bottom: 7.125rem;
}

.home__button {
  background-color: transparent;
  height: 60px;
  padding: 0px 2.375rem;
  border: 1.4px solid #306682;
  transition: background-color .3s,
 border-color .3s,
 color .3s;
}

.home__button svg {
  margin-left: 14px;
}

.home__button svg path {
  transition: fill .3s;
}

.home__button:hover {
  border-color: #306682;
}

.home__button:hover svg path {
  fill: white;
}

.home__button:first-child {
  background-color: #306682;
  color: #F6F6F6;
  padding: 0px 3.75rem;
  margin-right: 1.875rem;
  transition: background-color .3s, border-color .3s, color .3s;
}

.home__button:first-child:hover {
  background-color: white;
  border-color: #306682;
  color: #306682;
}

.scope {
  position: relative;
}

.scope__title {
  font-size: 2.25rem;
  font-weight: 700;
  margin-bottom: 0.875rem;
}

.scope__item {
  background-color: white;
  display: flex;
  justify-content: space-between;
}

.scope__part {
  width: 14%;
  padding: 42px 2%;
}

.scope__numbers {
  color: #CE004A;
  font-family: "Roboto Slab", serif;
  font-size: 1.625rem;
  text-align: center;
}

.scope__text {
  margin-top: 1.125rem;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.25rem;
  text-align: center;
}

.scope__arrows {
  position: absolute;
  top: 6px;
  right: 14px;
}

.scope__arrows button:first-child {
  margin-right: 8px;
}

.scope__arrows svg {
  width: 2.5rem;
  height: 2.5rem;
}

.appeal {
  margin-top: 6.5rem;
}

.appeal__title {
  width: 60%;
  margin: auto;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 3.3125rem;
  text-align: center;
}

.appeal__box {
  margin-top: 5.125rem;
  display: flex;
  justify-content: center;
  margin-bottom: 10.5rem;
}

.appeal__img {
  margin-right: 8.125rem;
}

.appeal__name {
  font-family: "Roboto Slab", serif;
  font-size: 1.8125rem;
  line-height: 2.5rem;
  letter-spacing: -0.01em;
  max-width: 380px;
}

.appeal__text {
  margin-top: 1.75rem;
  font-family: "Inter", sans-serif;
  font-size: 0.875rem;
  line-height: 1.3125rem;
  width: 21.25rem;
}

.graph {
  position: relative;
  margin-top: 9rem;
}

.graph__box {
  display: flex;
  justify-content: space-between;
  margin-bottom: 3.375rem;
  position: relative;
}

.graph__title {
  width: 40%;
  font-size: 1.4375rem;
  line-height: 1.6875rem;
}

.graph__tabs {
  position: absolute;
  top: -10px;
  right: 24px;
  transition: rotate .3s;
}

.graph__tab {
  width: 30rem;
  display: block;
  font-family: "Inter", sans-serif;
  font-size: 0.875rem;
  line-height: 1.0625rem;
  padding: 18px 1.5rem;
  z-index: 2;
  position: relative;
  text-align: left;
  transition: background-color .3s;
}

.graph__tab.active {
  order: -1;
  display: block;
}

.graph__tab.active::after {
  display: block;
  z-index: 2;
  top: 0;
  right: 0;
  position: absolute;
  content: url(../icons/mine_arrow.svg);
  top: 50%;
  transform: translate(0, -50%);
  right: 16px;
  transition: transform .3s;
}

.graph__tab:hover {
  background-color: #E1E9ED;
}

.graph__tab span {
  display: inline-block;
  width: 80%;
  color: #306682;
}

.graph__tab svg {
  margin-left: 2.875rem;
}

.graph__tabTitle {
  display: none;
}

.graph__tabsBox {
  border-radius: 4px;
  transition: max-height .3s;
  max-height: 50px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  background-color: white;
  z-index: 2;
}

.graph__tabsBox.open .active::after {
  transform: translate(0, -50%) rotate(180deg);
}

.card {
  margin-top: 7.125rem;
  background-image: url(../img/card_bg.png);
  background-position: top right;
  background-repeat: no-repeat;
  height: 100vh;
}

.card__box {
  padding-top: 16.25rem;
  width: 50%;
}

.card__title {
  font-size: 2.3125rem;
  font-weight: 700;
}

.card__text {
  margin-top: 2rem;
  font-family: "Inter", sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: #35454D;
}

.card__button {
  margin-top: 4.375rem;
  display: inline-flex;
  height: 60px;
  padding: 0px 4.75rem;
  transition: background-color .3s, border-color .3s, color .3s;
  background-color: transparent;
}

.card__button:hover {
  background-color: #306682;
  border-color: #306682;
  color: white;
}

.investor {
  margin-bottom: 10rem;
}

.investor__title {
  font-size: 2.3125rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 2rem;
}

.investor__lists {
  margin-top: 2.875rem;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.list {
  box-sizing: border-box;
  border: 1px solid #306682;
  width: 370px;
  height: 354px;
  position: relative;
  z-index: 1;
  margin-bottom: 3.375rem;
  margin: 20px 10px;
  padding-top: 0.75rem;
}

.list:last-child {
  background-color: #306682;
}

.list::before {
  position: absolute;
  content: " ";
  width: 55.3px;
  height: 40px;
  z-index: 2;
  top: -21px;
  right: -20px;
  background-color: #F6F6F6;
  border-bottom: 1px solid #306682;
  transform: rotate(37deg);
  clip-path: polygon(50% 0, 0 100%, 100% 100%);
}

.list__title {
  margin-top: 1.125rem;
  padding-left: 1.75rem;
  font-weight: 700;
  width: 17rem;
  font-size: 1.4375rem;
  line-height: 1.875rem;
}

.list__subTitle {
  font-family: "Roboto Slab", serif;
  font-size: 1.125rem;
  line-height: 1.3125rem;
  color: #CE004A;
  padding-left: 1.75rem;
  margin: 1.25rem 0;
  width: 17rem;
}

.list__text {
  box-sizing: border-box;
  width: 18.875rem;
  font-family: "Inter", sans-serif;
  font-size: 0.875rem;
  line-height: 1.1875rem;
  padding: 0 0.625rem 0 1.75rem;
  display: -webkit-box;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #35454D;
}

.list__button {
  color: white;
  font-family: "Inter", sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
}

.support {
  display: flex;
  background-image: url(../img/support_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 100vh;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
  z-index: 1;
}

.support__title {
  color: white;
  font-size: 2.3125rem;
  margin-bottom: 2.875rem;
  position: relative;
  z-index: 3;
}

.support__link {
  background-color: transparent;
  color: white;
  border-color: white;
  position: relative;
  z-index: 3;
}

.support__link:hover {
  border-color: #306682;
  background-color: white;
}

.support__filter {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: #003586;
  opacity: .4;
}

.tooltip {
  padding: 5px 15px;
  background-color: #CE004A;
  color: #fff;
  text-align: center;
  border-radius: 10px;
  font-family: "Inter", sans-serif;
  position: relative;
  font-size: 12px;
  line-height: 15px;
  display: none;
  z-index: 10;
}

.tooltip:after {
  content: "";
  position: absolute;
  width: 6px;
  height: 7px;
  left: 11.5px;
  background-color: #CE004A;
  border-bottom: dashed 1px #CE004A;
  border-right: dashed 1px #CE004A;
  transform: rotate(45deg);
  bottom: -4px;
  z-index: 10;
}

.tooltip:before {
  content: "";
  position: absolute;
  width: 2px;
  height: 11px;
  left: 13.5px;
  background-color: #CE004A;
  bottom: -18px;
  z-index: 10;
}

@media (max-width: 1600px) {
  html {
    font-size: 16px;
  }
}

@media (max-width: 1550px) {
  html {
    font-size: 15.5px;
  }
}

@media (max-width: 1500px) {
  html {
    font-size: 15px;
  }
}

@media (max-width: 1450px) {
  html {
    font-size: 14.5px;
  }
}

@media (max-width: 1400px) {
  html {
    font-size: 14px;
  }

  .home__title {
    margin-top: 0;
    padding-top: 4rem;
  }

  .home__buttons {
    margin-bottom: 12rem;
  }
}

@media (max-width: 1350px) {
  html {
    font-size: 13.5px;
  }
}

@media (max-width: 1300px) {
  html {
    font-size: 13px;
  }
}

@media (max-width: 1250px) {
  html {
    font-size: 12.5px;
  }
}

@media (max-width: 1200px) {
  html {
    font-size: 12px;
  }

  .investor__lists {
    justify-content: center;
  }
}

@media (max-width: 1024px) {
  html {
    font-size: 16px;
  }

  .home {
    background-size: 700px 560px;
  }

  .home__point {
    top: 312px;
    right: 248px;
  }

  .home__title {
    width: 100%;
    max-width: 45rem;
    margin-left: 1.875rem;
  }

  .home__buttons {
    margin-left: 1.875rem;
    margin-bottom: 7rem;
  }

  .scope__numbers {
    font-size: 1.125rem;
    letter-spacing: -0.01em;
  }

  .scope__text {
    font-size: 0.75rem;
    line-height: 1.0625rem;
    margin-top: 10px;
  }

  .graph {
    margin-top: 4rem;
  }

  .graph__box {
    margin-bottom: 10rem;
  }

  .graph__title {
    width: 100%;
  }

  .graph__tabs {
    top: 100px;
    right: 50%;
    position: relative;
  }

  .graph__tab span {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .graph__tab {
    width: calc(100vw - 88px);
  }

  .graph__tabTitle {
    display: block;
    margin-bottom: 3.125rem;
    font-family: "Inter", sans-serif;
    font-size: 0.875rem;
    font-weight: 600;
    line-height: 1.25rem;
    text-align: center;
  }

  .graph__tabsBox {
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(50%, 0);
  }

  .investor__lists {
    justify-content: center;
  }

  .list {
    margin: 12px 14px;
  }
}

@media (max-width: 768px) {
  .home {
    background-image: none;
  }

  .home__point {
    display: none;
  }

  .scope__title {
    text-align: center;
    font-size: 1.5rem;
  }

  .scope__item {
    flex-wrap: wrap;
    justify-content: center;
  }

  .scope__part {
    width: 32%;
    padding: 30px 2px;
  }

  .scope__arrows {
    display: flex;
    justify-content: space-between;
    width: 100%;
    top: 0px;
    right: 0px;
  }

  .appeal__title {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .appeal__box {
    flex-direction: column;
  }

  .appeal__img {
    margin-right: 0;
    object-fit: contain;
  }

  .appeal__info {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }

  .appeal__name {
    text-align: center;
  }

  .appeal__text {
    text-align: center;
  }

  .card {
    background-position: top center;
    min-height: 46rem;
    margin-top: 0;
    background-position: 70% 60px;
    background-size: cover;
    box-shadow: inset 0px -120px 52px #F6F6F6;
  }

  .card__box {
    padding-top: 5.875rem;
    width: 100%;
  }

  .card__title {
    text-align: center;
  }

  .card__text {
    text-align: center;
  }

  .card__button {
    position: relative;
    right: -50%;
    transform: translate(-50%, 0);
  }
}

@media (max-width: 560px) {
  .home {
    background-image: url(../img/home_bg.png);
    background-size: 500px 440px;
    background-position: calc(100% + 44px) calc(0% + 10px);
  }

  .home__point {
    width: 10px;
    height: 10px;
    display: block;
    top: 257px;
    right: 134px;
  }

  .home__title {
    margin-top: 2.5rem;
    margin-left: 0;
    padding-top: 0;
    font-size: 2rem;
    line-height: 2.5rem;
  }

  .home__buttons {
    margin-left: 0;
    margin-top: 15rem;
    margin-bottom: 4.25rem;
    flex-direction: column;
    justify-content: center;
  }

  .home__button {
    height: 48px;
    padding: 0;
    width: 100%;
  }

  .home__button:first-child {
    margin-right: 0;
    margin-bottom: 1rem;
    padding: 0;
    width: 100%;
  }

  .scope__text {
    margin-top: 4px;
  }

  .graph__tab {
    width: 100%;
  }

  .graph__tabsBox {
    width: calc(100vw - 30px);
  }

  .card__title {
    font-size: 1.5rem;
  }

  .card__button {
    margin-top: 14rem;
  }

  .investor__title {
    font-size: 1.5rem;
  }

  .investor__lists {
    margin-top: 0;
  }

  .list {
    min-width: 300px;
    max-width: 370px;
    width: 100%;
  }

  .list__title {
    margin-top: 0;
  }

  .list__text {
    margin-top: 1.25rem;
    min-width: 240px;
    max-width: 370px;
    width: 100%;
  }

  .support__title {
    font-size: 1.5rem;
  }
}

@media (max-width: 400px) {
  .scope__item {
    padding: 1rem 0;
  }

  .scope__part {
    width: 48%;
    padding: 14px 1%;
  }

  .graph__tabs {
    top: 114px;
  }
}