/* ---------------------------------------
	Typography
--------------------------------------- */
body {
  font-family: "IBM Plex Sans", sans-serif;
}

p {
  color: #666666;
  font-size: 16px;
  font-weight: 400;
}

h1, h2 {
  color: #263238;
  font-weight: 700;
}

h3, h4, h5, h6 {
  color: #222222;
  font-weight: 700;
}

.orange-text {
  color: #F08316;
}

a {
  color: #ffffff;
  font-family: "Roboto", sans-serif;
}

/* ---------------------------------------
	SVG Colors change
--------------------------------------- */
.partners_links a svg:not(.partners_links-morion) path {
  fill: #AFCBCF;
  transition: 0.2s ease-in;
}
.partners_links a:hover svg path.c096D7A {
  fill: #096D7A;
}
.partners_links a:hover svg path.c016BAF {
  fill: #016BAF;
}
.partners_links a:hover svg path.c108FCF {
  fill: #108FCF;
}
.partners_links a:hover svg path.white {
  fill: #ffffff;
}
.partners_links a:hover svg path.c231F20 {
  fill: #231F20;
}
.partners_links a:hover svg path.c03428E {
  fill: #03428E;
}
.partners_links a:hover svg path.c008E84 {
  fill: #008E84;
}
.partners_links a:hover svg path.c008E84stroke {
  stroke: #008E84;
}
.partners_links-morion path {
  transition: 0.2s ease-in;
}
.partners_links-morion path.fill {
  fill: #AFCBCF;
}
.partners_links-morion path.stroke {
  stroke: #AFCBCF;
}

.hero {
  position: relative;
  min-height: 900px;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 50%, rgba(240, 131, 22, 0.1) 100%);
}
.hero_bubbles {
  position: absolute;
  top: 160px;
  right: 0;
}
.hero_bubbles-mobile {
  position: absolute;
  z-index: 1;
}
@media (max-width: 991px) {
  .hero_bubbles-mobile svg {
    width: 330px;
  }
}
.hero_line {
  position: absolute;
  top: 0;
  left: -60px;
  width: 100%;
}
.hero_line svg {
  width: 100%;
}
.hero .container {
  position: relative;
  padding-top: 145px;
  height: 85vh;
}
@media (max-width: 1199px) {
  .hero .container {
    padding-top: 70px;
    height: auto;
  }
}
@media (max-width: 991px) {
  .hero .container {
    padding-top: 35px;
  }
}
.hero_heading {
  margin-bottom: 55px;
  font-size: 40px;
}
@media (max-width: 991px) {
  .hero_heading {
    font-size: 30px;
    margin-bottom: 25px;
  }
}
.hero_heading .orange-text {
  display: inline-block;
  margin-top: 10px;
  font-size: 48px;
}
@media (max-width: 991px) {
  .hero_heading .orange-text {
    font-size: 26px;
  }
}
.hero_subheading {
  max-width: 590px;
  font-size: 18px;
  line-height: 28px;
}
.hero_join {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  margin-top: 60px;
  z-index: 2;
}
@media (max-width: 991px) {
  .hero_join {
    margin-top: 20px;
  }
}
.hero_join-viber, .hero_join-telegram {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media (max-width: 991px) {
  .hero_join-viber, .hero_join-telegram {
    width: 100%;
  }
}
.hero_join-viber > img, .hero_join-telegram > img {
  margin-right: 70px;
  width: 83px;
  height: 83px;
}
.hero_join-viber a, .hero_join-telegram a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  min-width: 315px;
  padding: 12px 28px;
  font-size: 16px;
  font-weight: 500;
  border-radius: 8px;
  transition: 0.2s ease-in;
}
@media (max-width: 1199px) {
  .hero_join-viber a, .hero_join-telegram a {
    min-width: 320px;
  }
}
@media (max-width: 991px) {
  .hero_join-viber a, .hero_join-telegram a {
    width: 100%;
    justify-content: center;
  }
}
.hero_join-viber a img, .hero_join-telegram a img {
  margin-right: 8px;
}
.hero_join-viber a:after, .hero_join-telegram a:after {
  content: url("../img/arrow-right.svg");
  display: inline;
  width: 24px;
  height: 24px;
  margin-left: 20px;
}
@media (max-width: 991px) {
  .hero_join-viber a:after, .hero_join-telegram a:after {
    content: none;
  }
}
.hero_join-viber a:hover, .hero_join-telegram a:hover {
  color: #ffffff;
  text-decoration: none;
}
.hero_join-viber {
  margin-bottom: 44px;
}
@media (max-width: 991px) {
  .hero_join-viber {
    margin-bottom: 24px;
  }
}
.hero_join-viber a {
  background-color: #735FF2;
}
.hero_join-viber a:hover {
  background-color: #5542CF;
}
.hero_join-telegram a {
  background-color: #55ABF5;
}
.hero_join-telegram a:hover {
  background-color: #2382D4;
}
.hero_phone {
  position: relative;
  margin-top: 95px;
  margin-left: -80px;
}
@media (max-width: 1199px) {
  .hero_phone {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 0;
    margin-bottom: 130px;
  }
}
@media (max-width: 991px) {
  .hero_phone {
    margin-top: 60px;
  }
}
.hero_phone:before {
  content: "";
  position: absolute;
  top: 40%;
  left: -42%;
  width: 205px;
  height: 225px;
  background-image: url("../img/subscribe-window.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  z-index: 3;
}
@media (max-width: 1199px) {
  .hero_phone:before {
    left: 22%;
  }
}
@media (max-width: 991px) {
  .hero_phone:before {
    content: "";
    left: calc(50% - 105px);
    width: 120px;
    height: 135px;
    background-image: url("../img/subscribe-window-mob.png");
  }
}
.hero_phone img {
  max-width: 235px;
  z-index: 2;
}

.cards {
  padding-bottom: 95px;
}
.cards_heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.cards_heading h2 {
  font-size: 48px;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .cards_heading h2 {
    margin-bottom: 25px;
    text-align: center;
    font-size: 30px;
  }
}
.cards_heading p {
  max-width: 795px;
  margin-bottom: 95px;
  text-align: center;
  font-size: 20px;
  line-height: 26px;
}
@media (max-width: 991px) {
  .cards_heading p {
    margin-bottom: 25px;
    font-size: 16px;
    line-height: 130%;
  }
}
.cards_item {
  padding: 0 15px;
}
@media (max-width: 1199px) {
  .cards_item {
    margin-bottom: 55px;
  }
}
.cards_item-news, .cards_item-questions, .cards_item-video {
  min-height: 400px;
  padding: 40px 30px 40px 40px;
  border: 1px solid #f3f3f3;
  border-radius: 8px;
  background-repeat: no-repeat;
  background-size: contain;
  transition: 0.2s ease-in;
}
@media (max-width: 991px) {
  .cards_item-news, .cards_item-questions, .cards_item-video {
    display: flex;
    flex-direction: column;
    align-items: center;
    box-shadow: 14px 24px 72px 0 rgba(102, 102, 102, 0.1019607843);
    border-color: #ffffff;
  }
}
.cards_item-news:hover, .cards_item-questions:hover, .cards_item-video:hover {
  box-shadow: 14px 24px 72px 0 rgba(102, 102, 102, 0.1019607843);
  border-color: #ffffff;
}
.cards_item-news h3, .cards_item-questions h3, .cards_item-video h3 {
  margin-top: 45px;
  margin-bottom: 40px;
  line-height: 28px;
}
.cards_item-news p, .cards_item-questions p, .cards_item-video p {
  line-height: 24px;
}
.cards_item-news {
  background-image: url("../img/right-to-left-line.svg");
}
.cards_item-questions {
  background-image: url("../img/left-to-right-line.svg");
}
.cards_item-video {
  background-image: url("../img/right-to-left-orange-line.svg");
}

.partners {
  background-color: #E7F0F2;
  padding: 27px 0;
}
@media (max-width: 991px) {
  .partners {
    padding-bottom: 0;
  }
}
.partners_links {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
@media (max-width: 991px) {
  .partners_links {
    justify-content: flex-start;
    padding-bottom: 27px;
    overflow-x: scroll;
  }
}
.partners_links a {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .partners_links a:not(:last-child) {
    margin-right: 42px;
  }
}

.footer {
  background-color: #146D79;
  padding: 85px 0;
}
@media (max-width: 1199px) {
  .footer {
    padding: 50px 0 40px;
  }
}
.footer p, .footer a {
  color: #ffffff;
}
.footer p {
  margin-bottom: 25px;
}
@media (max-width: 1199px) {
  .footer p {
    margin-bottom: 15px;
  }
}
.footer_contacts {
  padding-left: 110px;
}
@media (max-width: 1199px) {
  .footer_contacts {
    margin-top: 50px;
    padding-left: 15px;
  }
}
.footer_contacts-socials {
  margin-top: 25px;
}
.footer_contacts-socials a {
  margin-right: 20px;
  text-decoration: none;
}
.footer_contacts-socials a svg path {
  transition: 0.2s ease-in;
}
.footer_contacts-socials a:hover svg path {
  fill: #AFCBCF;
}

/*# sourceMappingURL=main.css.map */
