body,
html {
  height: 100%; }

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

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

body {
  font-family: "Open Sans", sans-serif;
  color: #212529;
  line-height: 24px; }

*,
*::after,
*::before {
  box-sizing: border-box; }

li,
ul {
  margin: 0;
  padding: 0;
  list-style: none; }

h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  margin: 0; }

p {
  margin: 0;
  padding: 0; }

a {
  color: #212529;
  text-decoration: none;
  display: inline-block; }

img {
  display: block;
  max-width: 100%; }

audio,
video {
  display: block;
  max-width: 100%; }

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  outline: none; }

input,
textarea {
  -webkit-appearance: none;
  border: 1px solid #fff;
  border-radius: 4px;
  outline: none;
  resize: none; }

main,
footer {
  overflow: hidden; }

.body-active-menu {
  overflow: hidden; }

::-webkit-input-placeholder {
  color: #868e96;
  font-size: 13px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400; }

::-moz-placeholder {
  color: #868e96;
  font-size: 13px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400; }

:-moz-placeholder {
  color: #868e96;
  font-size: 13px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400; }

:-ms-input-placeholder {
  color: #868e96;
  font-size: 13px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400; }

.wrapper {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  min-height: 100%;
  min-width: 300px; }

.t-container {
  max-width: 1110px;
  width: 98%;
  margin: 0 auto; }
  @media screen and (max-width: 768px) {
    .t-container {
      max-width: 690px; } }
  @media screen and (max-width: 576px) {
    .t-container {
      max-width: 95%; } }
  @media screen and (max-width: 320px) {
    .t-container {
      max-width: 302px; } }

#mydiv {
  width: 100%; }

img[usemap] {
  border: none;
  max-width: 100%;
  transition: 0.3s; }

.hidden {
  display: none;
  visibility: hidden; }

.header__container {
  display: flex;
  justify-content: space-between;
  align-items: center; }
  @media screen and (max-width: 768px) {
    .header__container {
      max-width: 98%; } }
  @media screen and (max-width: 576px) {
    .header__container {
      max-width: 95%; } }

.header__logo {
  display: flex;
  margin-right: 80px; }
  @media screen and (max-width: 1200px) {
    .header__logo {
      margin-right: 12px; } }
  @media screen and (max-width: 992px) {
    .header__logo {
      width: 35%;
      margin-right: 0; } }
  @media screen and (max-width: 768px) {
    .header__logo {
      width: 210px; } }
  @media screen and (max-width: 320px) {
    .header__logo {
      width: 90%; } }

.header {
  position: relative;
  z-index: 999999;
  background-color: #5f0e0e;
  padding: 11.5px 0; }
  @media screen and (max-width: 768px) {
    .header {
      padding: 8px 0; } }
  .header a {
    color: #fff; }

@media screen and (max-width: 768px) {
  .header__links {
    display: none; } }

@media screen and (max-width: 768px) {
  .header__user {
    display: none; } }

.header__left {
  display: flex;
  align-items: center; }
  @media screen and (max-width: 992px) {
    .header__left {
      margin-right: 12px;
      width: 80%;
      justify-content: space-between; } }
  @media screen and (max-width: 768px) {
    .header__left {
      margin-right: 0; } }

.header__right {
  display: flex;
  align-items: center;
  justify-content: flex-end; }

.header__nav {
  position: relative; }

.header__btn {
  text-align: center;
  white-space: nowrap;
  background-color: #5f0e0e;
  padding: 2px 8.5px;
  font-family: "Heebo", sans-serif;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border: 2px solid #fff;
  border-radius: 4px;
  transition: 0.3s; }
  .header__btn:hover {
    background-color: #8b1515; }

.header__form {
  display: flex;
  border-radius: 4px;
  background-color: #fff;
  overflow: hidden; }

.header__search {
  margin-right: 25px; }
  @media screen and (max-width: 992px) {
    .header__search {
      margin-right: 10px; } }
  @media screen and (max-width: 768px) {
    .header__search {
      display: none; } }

.header__search-input {
  width: 190px;
  padding: 6px 9px; }
  @media screen and (max-width: 992px) {
    .header__search-input {
      width: 120px; } }

.header__search-btn {
  cursor: pointer;
  display: flex;
  align-items: center;
  background-color: #fff;
  border: 0;
  padding: 0 8px; }
  .header__search-btn img {
    display: inline-block; }

.menu {
  display: flex;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  font-family: "Heebo", sans-serif;
  color: #fff;
  letter-spacing: 0.5px; }
  @media screen and (max-width: 992px) {
    .menu {
      padding: 0 4px; } }
  @media screen and (max-width: 768px) {
    .menu {
      display: none; } }
  .menu__item {
    padding: 0 4px; }
    @media screen and (max-width: 992px) {
      .menu__item {
        padding: 0 4px; } }
    .menu__item_drop {
      position: relative;
      padding: 0 30px; }
      @media screen and (max-width: 992px) {
        .menu__item_drop {
          padding: 0 8px; } }
      .menu__item_drop:hover .menu__sab {
        height: auto;
        opacity: 1;
        padding: 16px; }
        @media screen and (max-width: 992px) {
          .menu__item_drop:hover .menu__sab {
            padding: 16px 0; } }

.menu__dropdown {
  position: relative;
  padding-right: 27px; }
  .menu__dropdown::before {
    position: absolute;
    left: 0;
    right: 0;
    content: "";
    height: 22px;
    bottom: -20px; }
  .menu__dropdown::after {
    content: "";
    top: 50%;
    opacity: 0.5;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 0 solid transparent;
    border-top: 5px solid #fff;
    position: absolute;
    right: 0;
    transform: translateY(-50%); }
  @media screen and (max-width: 992px) {
    .menu__dropdown {
      padding-right: 18px; } }

.menu__link {
  white-space: nowrap;
  transition: 0.3s; }
  .menu__link:hover {
    color: #e0e0e0; }

.menu__sab {
  display: block;
  height: 0;
  opacity: 0;
  overflow: hidden;
  box-shadow: 0 0 20px rgba(122, 122, 122, 0.5);
  position: absolute;
  z-index: 999;
  top: 28px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  padding: 0 16px;
  border-radius: 3px;
  width: 100%;
  transition: 0.3s; }
  @media screen and (max-width: 992px) {
    .menu__sab {
      padding: 0; } }
  .menu__sab .menu__item {
    margin-bottom: 12px; }
    .menu__sab .menu__item:last-child {
      margin-bottom: 0; }
    @media screen and (max-width: 1200px) {
      .menu__sab .menu__item {
        padding: 0 20px; } }
  .menu__sab .menu__link {
    color: #212529;
    text-transform: capitalize;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    letter-spacing: initial; }
    .menu__sab .menu__link:hover {
      color: #65727e; }

@media screen and (max-width: 768px) {
  .small-menu {
    display: flex; } }

.hamburger-menu__link {
  z-index: 9999999;
  display: none;
  position: relative;
  min-width: 75px;
  height: 40px;
  border-radius: 3px;
  background-color: rgba(0, 0, 0, 0.15); }
  @media screen and (max-width: 768px) {
    .hamburger-menu__link {
      display: block; } }

.hamburger-menu {
  position: absolute;
  left: 6px;
  top: 50%;
  transform: translateY(-50%);
  overflow: hidden;
  width: 21px;
  height: 20px;
  cursor: pointer;
  transition: background 0.3s; }

.hamburger-menu span {
  position: absolute;
  top: 9px;
  left: 0;
  right: 0;
  height: 2px;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 4px; }
  .hamburger-menu span::before, .hamburger-menu span::after {
    position: absolute;
    display: block;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: rgba(255, 255, 255, 0.5);
    content: "";
    transition-duration: 0.3s, 0.3s;
    transition-delay: 0.3s, 0s;
    border-radius: 4px; }
  .hamburger-menu span::before {
    top: -8px;
    transition-property: top, transform, -webkit-transform, -o-transform;
    transition-property: top, transform; }
  .hamburger-menu span::after {
    bottom: -8px;
    transition-property: bottom, transform, -webkit-transform, -o-transform;
    transition-property: bottom, transform; }

.hamburger-menu.hamburger-menu--active span {
  background: none; }
  .hamburger-menu.hamburger-menu--active span::before, .hamburger-menu.hamburger-menu--active span::after {
    transition-delay: 0s, 0.3s; }
  .hamburger-menu.hamburger-menu--active span::before {
    top: 0;
    transform: rotate(45deg); }
  .hamburger-menu.hamburger-menu--active span::after {
    bottom: 0;
    transform: rotate(-45deg); }

.hamburger-menu__title {
  position: absolute;
  right: 6px;
  top: 50%;
  transform: translateY(-50%);
  color: #ffffff;
  font-family: Heebo;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase; }

.overlay-menu {
  background-color: rgba(69, 64, 64, 0.98);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 0%;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.35s, visibility 0.35s, height 0.35s;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  z-index: 99999; }

.overlay-menu--active {
  opacity: 0.99;
  visibility: visible;
  height: 100%;
  overflow: auto; }

.overlay-menu__content {
  height: 100%;
  padding-top: 56px; }

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

.overlay-menu__item {
  width: 90%;
  padding: 10px 0 10px 0;
  border-bottom: 2px solid rgba(255, 255, 255, 0.1); }

.overlay-menu__sub-item {
  padding: 5px 0; }

.overlay-menu__title {
  position: relative;
  color: #ffffff;
  font-family: Heebo;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 4px 0; }

.overlay-menu__link {
  position: relative;
  color: #ffffff;
  font-family: Heebo;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase; }
  .overlay-menu__link:hover {
    color: #e6e6e6; }
  .overlay-menu__link_user {
    position: relative;
    padding-left: 34px; }
    .overlay-menu__link_user::before {
      content: "";
      width: 24px;
      height: 25px;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      left: 0;
      background-image: url("../images/user.png");
      background-repeat: no-repeat; }

.overlay-menu__form {
  width: 90%;
  margin: 36px auto; }
  .overlay-menu__form input {
    width: 100%;
    padding: 8px; }

.main-content {
  background-color: #f5f5f5; }
  @media screen and (max-width: 576px) {
    .main-content {
      flex-direction: column;
      display: flex;
      padding-left: 0px;
      padding-right: 0px; } }

.main-content__top {
  margin-top: 30px; }

.main-content__left {
  display: flex; }
  @media screen and (max-width: 576px) {
    .main-content__left {
      order: 2; } }

@media screen and (max-width: 992px) {
  .main-content__right {
    display: flex;
    align-items: center;
    justify-content: center; } }

@media screen and (max-width: 576px) {
  .main-content__right {
    order: 1; } }

@media screen and (max-width: 992px) {
  .main-content__right-link {
    min-width: 234px; } }

.main-content__bottom {
  text-align: center;
  margin-bottom: 40px; }
  @media screen and (max-width: 768px) {
    .main-content__bottom {
      margin-bottom: 68px; } }
  @media screen and (max-width: 576px) {
    .main-content__bottom {
      margin: 10px 0 20px; } }
  .main-content__bottom .author {
    color: #968e8c;
    font-size: 14px;
    line-height: 1; }

.main-content__search {
  margin: 60px 0 51px; }
  @media screen and (max-width: 768px) {
    .main-content__search {
      margin: 43px 0 52px 0; } }
  @media screen and (max-width: 576px) {
    .main-content__search {
      margin: 18px 0 10px 0; } }

.main-content__icon {
  margin-right: 20px;
  margin-top: 12px;
  position: relative;
  min-width: 60px;
  min-height: 97px;
  background-color: #f9574a;
  border-radius: 30px 30px 0 0; }
  @media screen and (max-width: 576px) {
    .main-content__icon {
      margin-top: 22px;
      margin-right: 12px;
      min-height: auto; } }
  .main-content__icon img {
    position: absolute;
    top: 16px;
    left: 50%;
    transform: translateX(-50%); }

.main-content__desc {
  position: relative;
  z-index: 5;
  text-align: center;
  padding-top: 35px;
  padding-bottom: 36px; }
  .main-content__desc .t-container {
    padding: 0 190px; }
    @media screen and (max-width: 1200px) {
      .main-content__desc .t-container {
        padding: 0 120px; } }
    @media screen and (max-width: 992px) {
      .main-content__desc .t-container {
        padding: 0 20px; } }
    @media screen and (max-width: 576px) {
      .main-content__desc .t-container {
        padding: 0 8px; } }
  .main-content__desc span {
    color: #454040;
    font-size: 16px; }
  .main-content__desc span:nth-child(1) {
    font-weight: 700; }
  .main-content__desc span:nth-child(2) {
    font-style: italic; }
  .main-content__desc a {
    color: #454040;
    font-size: 16px;
    font-style: italic;
    font-weight: 700;
    text-decoration: underline; }
    .main-content__desc a:hover {
      text-decoration: none; }
  @media screen and (max-width: 992px) {
    .main-content__desc {
      padding-left: 0;
      padding-right: 0;
      line-height: 22px; } }
  @media screen and (max-width: 768px) {
    .main-content__desc {
      padding: 18px 0;
      margin-bottom: 10px; }
      .main-content__desc a,
      .main-content__desc span {
        font-size: 14px; } }
  @media screen and (max-width: 576px) {
    .main-content__desc {
      padding: 10px 0;
      font-size: 14px;
      text-align: left;
      display: flex;
      order: 3; } }

.main-content__row {
  justify-content: space-between;
  flex: 1;
  display: flex; }
  @media screen and (max-width: 576px) {
    .main-content__row {
      flex-direction: column; } }

.main-content__wrap {
  padding-top: 29px; }
  @media screen and (max-width: 576px) {
    .main-content__wrap {
      padding-bottom: 10px; } }

.main-content__title {
  color: #f9574a;
  font-family: Heebo;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px; }

.main-content__sub-title {
  color: #454040; }
  @media screen and (max-width: 576px) {
    .main-content__sub-title {
      font-size: 13px;
      line-height: 18px; } }
  .main-content__sub-title .italic {
    font-style: italic; }

.section {
  margin-bottom: 40px; }
  @media screen and (max-width: 768px) {
    .section {
      margin-bottom: 20px; }
      .section.essential {
        width: 48%; } }
    @media screen and (max-width: 768px) and (max-width: 768px) {
      .section.essential {
        margin-bottom: 30px; } }
    @media screen and (max-width: 768px) and (max-width: 576px) {
      .section.essential {
        margin-bottom: 10px; } }
  @media screen and (max-width: 768px) {
      .section.videos {
        width: 48%; } }
    @media screen and (max-width: 768px) and (max-width: 768px) {
      .section.videos {
        margin-bottom: 30px; } }
    @media screen and (max-width: 768px) and (max-width: 576px) {
      .section.videos {
        margin-bottom: 10px; } }
  @media screen and (max-width: 768px) {
      .section.record {
        width: 48%; } }
    @media screen and (max-width: 768px) and (max-width: 768px) {
      .section.record {
        margin-bottom: 30px; } }
    @media screen and (max-width: 768px) and (max-width: 576px) {
      .section.record {
        margin-bottom: 10px; } }
  @media screen and (max-width: 768px) {
      .section.blog {
        width: 48%; } }
    @media screen and (max-width: 768px) and (max-width: 768px) {
      .section.blog {
        margin-bottom: 30px; } }
    @media screen and (max-width: 768px) and (max-width: 576px) {
      .section.blog {
        margin-bottom: 10px; } }
  @media screen and (max-width: 576px) {
    .section {
      margin-bottom: 10px; }
      .section.essential {
        width: 100%; }
      .section.videos {
        width: 100%; }
      .section.record {
        width: 100%; }
      .section.blog {
        width: 100%; } }
  .section__frame {
    position: relative;
    background-color: #fff;
    border-radius: 3px;
    border: 1px solid #dddddd;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
    border-top: none;
    padding: 31px 34px 40px; }
    .section__frame::before {
      top: 0;
      right: -1px;
      left: -1px;
      position: absolute;
      height: 6px;
      content: "";
      background-color: #5f0e0e;
      border-radius: 4px 4px 0 0; }
    @media screen and (max-width: 768px) {
      .section__frame {
        padding: 27px 10px; } }
    @media screen and (max-width: 576px) {
      .section__frame {
        padding: 25px 10px 12px; } }
    .section__frame_color-gray {
      background-color: rgba(97, 97, 97, 0.07); }
      .section__frame_color-gray .section__title {
        color: #454040;
        text-align: center; }
      .section__frame_color-gray::before {
        background-color: #968e8c; }
  .section_col-3 {
    width: 31.5%; }
    .section_col-3__container {
      display: flex;
      height: 100%;
      padding: 30px 10px 22px; }
      @media screen and (max-width: 768px) {
        .section_col-3__container {
          padding: 26px 10px 14px; } }
      @media screen and (max-width: 576px) {
        .section_col-3__container {
          padding: 20px 10px; } }
    @media screen and (max-width: 768px) {
      .section_col-3 .section__title {
        font-size: 16px; } }
    @media screen and (max-width: 576px) {
      .section_col-3 .section__title {
        margin-bottom: 10px; } }
    @media screen and (max-width: 992px) {
      .section_col-3 .section__desc-text {
        padding: 0; } }
    @media screen and (max-width: 768px) {
      .section_col-3 .section__desc-text {
        font-size: 16px;
        padding: 0 12px; } }
    @media screen and (max-width: 768px) {
      .section_col-3 .section__desc-img {
        padding: 18px 0 12px; } }
    @media screen and (max-width: 768px) {
      .section_col-3 .section__item {
        padding: 12px 0; } }
    .section_col-3 .section__content {
      position: relative;
      display: flex;
      flex-direction: column; }
    .section_col-3 .section__card {
      width: 100%;
      display: flex;
      justify-content: center;
      border-radius: 4px;
      overflow: hidden; }
      @media screen and (max-width: 576px) {
        .section_col-3 .section__card {
          margin: 0 auto; } }

.section__wrapper {
  margin-bottom: 23px; }
  .section__wrapper .t-container {
    justify-content: space-between;
    display: flex;
    flex-wrap: wrap; }
  @media screen and (max-width: 576px) {
    .section__wrapper {
      margin-bottom: 11px; } }

.section__bottom {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin-top: 25px;
  flex: 1; }
  .section__bottom-link {
    margin-right: 25px;
    color: #000000;
    font-family: Heebo;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    transition: 0.3s;
    letter-spacing: 0.5px; }
    .section__bottom-link:hover {
      color: #4d4d4d; }
    .section__bottom-link::before {
      background-repeat: no-repeat;
      content: "";
      position: absolute;
      background-image: url("../images/icons/arrow.png");
      width: 23px;
      height: 24px;
      right: -30px;
      top: -2px;
      background-position: center;
      transform: rotate(-90deg); }
    .section__bottom-link-wrap {
      text-align: center;
      margin-top: 40px; }

.section__wrap .t-container {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap; }

@media screen and (max-width: 576px) {
  .section__wrap {
    order: 5; } }

.section__content {
  position: relative;
  width: 100%; }
  @media screen and (max-width: 576px) {
    .section__content {
      font-size: 14px; } }

.section__content-title {
  color: #37373c;
  font-family: Heebo;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  padding: 17px 0; }

.section__desc-img {
  text-align: center;
  padding: 29px 0 17px; }
  .section__desc-img img {
    display: inline-block; }

.section__desc-text {
  padding: 0 14px;
  text-align: center; }

.section__items {
  border-top: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8; }

.section__item-link {
  display: flex;
  align-items: center; }

.section__item-icon {
  min-height: 56px;
  min-width: 100px;
  overflow: hidden;
  border-radius: 4px;
  margin-right: 10px; }

.section__item {
  padding: 12px 0;
  border-bottom: 1px solid #d8d8d8; }
  .section__item:last-child {
    border-bottom: none; }

.section__item-text {
  color: #37373c;
  font-family: Heebo;
  font-size: 16px;
  font-weight: 700; }

.section__pic {
  min-width: 327px;
  min-height: 195px; }

.section__dec {
  position: absolute;
  right: 0;
  top: -42px; }
  @media screen and (max-width: 768px) {
    .section__dec {
      top: -25px; } }

.section__top {
  margin-top: 20px; }
  @media screen and (max-width: 768px) {
    .section__top {
      margin-top: 28px; } }
  @media screen and (max-width: 576px) {
    .section__top {
      margin-top: 0; } }

.section__title {
  font-family: Heebo;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 21px;
  color: #5f0e0e;
  width: 100%; }
  @media screen and (max-width: 768px) {
    .section__title {
      font-size: 16px;
      margin-bottom: 18px; } }
  @media screen and (max-width: 576px) {
    .section__title {
      font-size: 16px; } }
  .section__title_main {
    margin-bottom: 0;
    color: #f9574a; }
    @media screen and (max-width: 576px) {
      .section__title_main {
        margin-bottom: 0; } }
  .section__title_centered {
    text-align: center; }

.section__sub-title {
  margin-bottom: 14px;
  color: #37373c;
  font-family: Heebo;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px; }
  @media screen and (max-width: 768px) {
    .section__sub-title {
      font-size: 14px;
      margin-bottom: 8px; } }
  @media screen and (max-width: 576px) {
    .section__sub-title {
      line-height: initial; } }
  .section__sub-title_icon {
    position: relative;
    padding-left: 32px; }
    .section__sub-title_icon::before {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      background-repeat: no-repeat;
      background-position: center;
      width: 24px;
      height: 24px; }
  .section__sub-title.red {
    color: #d52126; }
    .section__sub-title.red::before {
      background-image: url("../images/red.png"); }
  .section__sub-title.yellow {
    color: #ffac23; }
    .section__sub-title.yellow::before {
      background-image: url("../images/yellow.png"); }
  .section__sub-title.check::before {
    background-image: url("../images/check.png"); }
  .section__sub-title.dont::before {
    background-image: url("../images/dont.png"); }

.section__more {
  position: absolute;
  z-index: 100;
  top: 225px;
  left: 50%;
  transform: translateX(-50%);
  display: none; }
  .section__more .article__link-wrap {
    padding-top: 20px; }
  .section__more .article__icon {
    position: static;
    margin-right: 0;
    transform: none; }
  .section__more.active {
    display: block; }

.section__more-icons {
  justify-content: center;
  display: flex;
  align-items: center; }
  .section__more-icons .article__icon {
    margin: 0 5px; }

.article {
  position: relative;
  padding: 16px;
  margin: 40px 0; }
  .article:last-child {
    margin-bottom: 0; }
  .article_skills {
    margin: 0; }
  @media screen and (max-width: 768px) {
    .article {
      margin: 40px 10px; } }
  @media screen and (max-width: 576px) {
    .article {
      margin: 40px 0;
      padding: 8px; } }
  .article__title {
    letter-spacing: .5px;
    font-family: Heebo;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase; }
    .article__title_lime {
      color: #69ab6c; }
    .article__title_sea {
      color: #58b2a2; }
    .article__title_sky {
      color: #758ad0; }
    .article__title_violet {
      color: #aa7dd4; }
    .article__title_orange {
      color: #feae29; }
  .article__sub-title {
    font-size: 14px;
    font-style: italic; }
  .article_observing {
    padding: 21px 0;
    margin: 0; }
    @media screen and (max-width: 768px) {
      .article_observing {
        margin: 0;
        padding: 17px 0 20px; } }
    @media screen and (max-width: 576px) {
      .article_observing {
        padding: 4px 0 20px; } }
  .article_skills {
    border-radius: 4px;
    border-top: 6px solid #69ab6c;
    border-right: 3px solid #69ab6c;
    border-left: 3px solid #69ab6c;
    border-bottom: 3px solid #69ab6c; }
  .article_diagnostics {
    border-radius: 4px;
    border-top: 6px solid #58b2a2;
    border-right: 3px solid #58b2a2;
    border-left: 3px solid #58b2a2;
    border-bottom: 3px solid #58b2a2; }
  .article_diagnoses {
    border-radius: 4px;
    border-top: 6px solid #758ad0;
    border-right: 3px solid #758ad0;
    border-left: 3px solid #758ad0;
    border-bottom: 3px solid #758ad0; }
  .article_treatments {
    border-radius: 4px;
    border-top: 6px solid #aa7dd4;
    border-right: 3px solid #aa7dd4;
    border-left: 3px solid #aa7dd4;
    border-bottom: 3px solid #aa7dd4; }
  .article_helpful {
    border-radius: 4px;
    border-top: 6px solid #feae29;
    border-right: 3px solid #feae29;
    border-left: 3px solid #feae29;
    border-bottom: 3px solid #feae29;
    margin: 0; }
    @media screen and (max-width: 768px) {
      .article_helpful {
        margin: 0 10px; } }
    @media screen and (max-width: 576px) {
      .article_helpful {
        margin-top: 25px;
        margin-left: 0;
        margin-right: 0; } }
  .article_horse {
    padding: 0;
    margin: 0; }
    .article_horse .article__section-list {
      display: flex;
      flex-wrap: wrap;
      margin-bottom: 9px;
      position: relative;
      margin-top: 2px;
      overflow: hidden;
      max-height: 210px; }
      .article_horse .article__section-list::before {
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0), white 80%);
        content: "";
        position: absolute;
        width: 100%;
        height: 90px;
        bottom: 0;
        transition: all 1s; }
      .article_horse .article__section-list.active {
        display: flex;
        max-height: 100%; }
        .article_horse .article__section-list.active::before {
          background: linear-gradient(to bottom, rgba(255, 255, 255, 0), white 300%);
          content: "";
          position: absolute;
          width: 100%;
          height: 90px;
          bottom: 0;
          transition: all 1s; }
    .article_horse .article__section-item {
      display: flex;
      align-items: center;
      width: 25%;
      margin-bottom: 23px;
      padding: 0; }
    .article_horse .article__section-text {
      padding: 0 4px;
      color: #37373c;
      font-family: Heebo;
      font-size: 14px;
      font-weight: 700;
      transition: .3s; }

@media screen and (max-width: 768px) {
  .article__content {
    padding: 0 5px; } }

@media screen and (max-width: 576px) {
  .article__content {
    padding: 0; } }

.article__section-title {
  letter-spacing: .5px;
  position: relative;
  overflow: hidden;
  color: #968e8c;
  font-family: Heebo;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase; }
  .article__section-title::after, .article__section-title::before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    height: 1px;
    background: #d8d8d8;
    border: solid #fff;
    border-width: 0 14px; }
  .article__section-title::before {
    margin-left: -100%; }
  .article__section-title::after {
    margin-right: -100%; }
  .article__section-title_center {
    text-align: center; }
  .article__section-title_horse {
    text-align: center;
    padding: 18px 0;
    margin-top: 0; }

.article__observing-list {
  display: flex;
  flex-wrap: wrap;
  padding: 7px 0;
  margin-bottom: 4px; }
  @media screen and (max-width: 768px) {
    .article__observing-list {
      padding: 8px 0; } }
  @media screen and (max-width: 576px) {
    .article__observing-list {
      padding: 0 2px;
      margin-bottom: 6px; } }

.article__observing-item {
  padding-right: 14px;
  padding-left: 20px;
  position: relative; }
  .article__observing-item::before {
    content: "";
    width: 10px;
    height: 10px;
    position: absolute;
    border-radius: 50%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background-color: #f9574a; }
  @media screen and (max-width: 576px) {
    .article__observing-item {
      width: 100%; } }

.article__observing-link {
  color: #212529;
  font-family: "Open Sans";
  font-size: 12px;
  font-weight: 700; }
  .article__observing-link:hover {
    text-decoration: underline; }

.article__icon {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 10px; }
  @media screen and (max-width: 576px) {
    .article__icon {
      position: absolute;
      top: -25px;
      left: 50%;
      transform: translateX(-50%);
      margin-right: 0; } }
  .article__icon_lime {
    background-color: #69ab6c; }
  .article__icon_sea {
    background-color: #58b2a2; }
  .article__icon_sky {
    background-color: #758ad0; }
  .article__icon_violet {
    background-color: #aa7dd4; }
  .article__icon_orange {
    background-color: #feae29; }

.article__top {
  display: flex;
  margin-bottom: 16px;
  align-items: center; }

.article__title-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center; }
  @media screen and (max-width: 576px) {
    .article__title-wrap {
      width: 100%;
      margin-top: 27px;
      text-align: center; } }

.article__section:last-child .article__section-items {
  padding-bottom: 0; }

.article__section-items {
  display: flex;
  flex-wrap: wrap;
  padding-top: 10px;
  padding-bottom: 18px; }
  @media screen and (max-width: 576px) {
    .article__section-items {
      flex-direction: column; } }

.article__section:nth-child(n + 2) {
  display: none; }

.article__section:nth-child(3) .article__section-items {
  padding-bottom: 0; }

.article__section-item {
  display: flex;
  width: 33%;
  padding: 4px 0; }
  @media screen and (max-width: 992px) {
    .article__section-item {
      width: 50%; } }
  @media screen and (max-width: 576px) {
    .article__section-item {
      width: 100%; } }
  .article__section-item_fifty {
    width: 50%; }
    @media screen and (max-width: 576px) {
      .article__section-item_fifty {
        width: 100%; } }

.article__section-icon {
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 46px;
  height: 46px;
  background-color: #f5f5f5;
  border-radius: 4px;
  margin-right: 12px;
  min-width: 46px; }
  .article__section-icon img {
    max-width: inherit; }
  .article__section-icon_lime {
    border: 2px solid #69ab6c; }
  .article__section-icon_sea {
    border: 2px solid #58b2a2; }
  .article__section-icon_sky {
    border: 2px solid #758ad0; }
  .article__section-icon_violet {
    border: 2px solid #aa7dd4; }
  .article__section-icon_orange {
    border: 2px solid #feae29; }
  .article__section-icon_red {
    border: 2px solid #f9574a; }

.article__section-link {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: bold; }
  .article__section-link:hover p {
    color: #81818b; }

.article__btn {
  padding: 4px 13px;
  border-radius: 4px;
  background-color: #f5f5f5;
  transition: .3s; }
  .article__btn:hover {
    background-color: #e8e8e8; }

.article__link-wrap {
  letter-spacing: .5px;
  width: 100%;
  text-align: center; }

.article__link {
  letter-spacing: .5px;
  font-family: Heebo;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase; }
  @media screen and (max-width: 576px) {
    .article__link {
      width: 100%;
      text-align: center; } }
  .article__link_horse {
    font-size: 14px; }
  .article__link:hover {
    color: #383f45; }
  .article__link_arrow-down {
    position: relative;
    text-align: center; }
    .article__link_arrow-down::after, .article__link_arrow-down::before {
      position: absolute;
      width: 24px;
      height: 24px;
      content: "";
      background-image: url("../images/icons/arrow.png");
      background-repeat: no-repeat;
      background-position: center;
      top: -2px; }
    .article__link_arrow-down::before {
      left: -32px; }
    .article__link_arrow-down::after {
      right: -32px; }
  .article__link.active::after, .article__link.active::before {
    position: absolute;
    width: 24px;
    height: 24px;
    content: "";
    background-image: url("../images/icons/arrow.png");
    background-repeat: no-repeat;
    background-position: center;
    top: -4px;
    transform: rotate(180deg); }
  .article__link.active::before {
    left: -28px; }
  .article__link.active::after {
    right: -28px; }

.footer {
  background-color: #454040;
  flex: 0 0 auto; }
  .footer__bottom {
    background-color: #342b2b; }

.footer__link {
  margin-right: 18px; }
  .footer__link:last-child {
    margin-right: 0; }

.footer__container {
  width: 1110px;
  max-width: 98%;
  margin: 0 auto; }
  @media screen and (max-width: 992px) {
    .footer__container {
      max-width: 95%; } }

.footer__content {
  display: flex;
  padding: 42px 0; }
  @media screen and (max-width: 992px) {
    .footer__content {
      flex-direction: column;
      border: none;
      padding: 0; } }

.footer__left {
  border-right: 2px solid #454040;
  width: 61.5%; }
  @media screen and (max-width: 992px) {
    .footer__left {
      border: none;
      padding-bottom: 20px;
      width: 100%;
      order: 2; } }
  @media screen and (max-width: 768px) {
    .footer__left {
      padding-top: 4px; } }

.footer__menu {
  display: flex; }

.footer__menu-section {
  margin-bottom: 30px; }
  .footer__menu-section:last-child {
    margin-bottom: 0; }
  @media screen and (max-width: 768px) {
    .footer__menu-section {
      margin-bottom: 20px; } }
  @media screen and (max-width: 576px) {
    .footer__menu-section {
      margin-bottom: 10px; } }

.footer__right {
  padding-left: 80px;
  width: 38.5%; }
  @media screen and (max-width: 1200px) {
    .footer__right {
      padding-left: 0; } }
  @media screen and (max-width: 992px) {
    .footer__right {
      width: 100%;
      order: 1;
      padding: 12px 0; } }
  @media screen and (max-width: 768px) {
    .footer__right {
      padding: 10px 0; } }
  @media screen and (max-width: 576px) {
    .footer__right {
      padding: 12px 0; } }

.footer__right-section {
  margin-bottom: 42px; }
  @media screen and (max-width: 992px) {
    .footer__right-section {
      width: 50%;
      margin-bottom: 0;
      padding-left: 12px; } }
  @media screen and (max-width: 768px) {
    .footer__right-section {
      padding-left: 0; } }
  @media screen and (max-width: 576px) {
    .footer__right-section {
      padding-left: 0;
      width: 100%; } }

.footer__right-desc {
  padding: 16px 0; }
  @media screen and (max-width: 768px) {
    .footer__right-desc {
      padding: 12px 0; } }
  @media screen and (max-width: 576px) {
    .footer__right-desc {
      display: flex;
      padding: 14px 0;
      text-align: center; } }

.footer__right-content {
  height: 100%;
  flex-direction: column;
  display: flex; }
  @media screen and (max-width: 1200px) {
    .footer__right-content {
      align-items: center; } }
  @media screen and (max-width: 992px) {
    .footer__right-content {
      align-items: flex-start;
      flex-direction: row;
      flex-wrap: wrap;
      border-bottom: 2px solid #454040; } }
  @media screen and (max-width: 768px) {
    .footer__right-content .footer__right-section:nth-child(2) {
      padding-left: 26px; } }
  @media screen and (max-width: 576px) {
    .footer__right-content {
      flex-direction: column; }
      .footer__right-content .footer__right-section:nth-child(2) {
        padding-left: 0; } }

.footer__menu {
  display: flex; }
  @media screen and (max-width: 576px) {
    .footer__menu {
      flex-direction: column; } }

.footer__menu-col {
  display: flex;
  flex-direction: column;
  justify-content: space-between; }
  .footer__menu-col:nth-child(2) .footer__menu-item {
    padding-right: 0; }
  @media screen and (max-width: 768px) {
    .footer__menu-col {
      justify-content: flex-start; } }

.footer__menu-left {
  width: 64%; }
  @media screen and (max-width: 992px) {
    .footer__menu-left {
      padding-left: 12px;
      width: 50%; } }
  @media screen and (max-width: 768px) {
    .footer__menu-left {
      padding-left: 0; } }
  @media screen and (max-width: 576px) {
    .footer__menu-left {
      padding-left: 0;
      margin-bottom: 18px;
      width: 100%; } }

.footer__menu-right {
  width: 36%; }
  @media screen and (max-width: 992px) {
    .footer__menu-right {
      padding-left: 20px;
      width: 50%; } }
  @media screen and (max-width: 576px) {
    .footer__menu-right {
      padding-left: 0;
      align-items: flex-start;
      width: 100%; }
      .footer__menu-right .footer__menu-section:first-child {
        margin-bottom: 16px; } }

.footer__menu-item {
  padding-right: 90px;
  padding-top: 2px;
  padding-bottom: 2px; }
  @media screen and (max-width: 1200px) {
    .footer__menu-item {
      padding-right: 40px; } }
  @media screen and (max-width: 768px) {
    .footer__menu-item {
      padding-right: 30px; } }
  @media screen and (max-width: 576px) {
    .footer__menu-item {
      padding-right: 0; } }

.footer__menu-row {
  display: flex; }
  @media screen and (max-width: 576px) {
    .footer__menu-row .footer__menu-col:first-child {
      padding-right: 40px; } }

.footer__title {
  letter-spacing: 0.5px;
  color: #ffffff;
  font-family: Heebo;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase; }
  @media screen and (max-width: 768px) {
    .footer__title {
      margin-bottom: 3px; } }

.footer__sub-title {
  color: #968e8c;
  font-size: 14px;
  font-style: italic; }
  @media screen and (max-width: 768px) {
    .footer__sub-title {
      font-size: 13px; } }
  @media screen and (max-width: 576px) {
    .footer__sub-title {
      font-size: 13px; } }
  .footer__sub-title a {
    color: #968e8c;
    font-style: italic;
    text-decoration: underline;
    transition: 0.3s; }
    .footer__sub-title a:hover {
      text-decoration: none; }

.footer__menu-link {
  color: #d8d8d8;
  font-size: 14px;
  font-weight: 600;
  transition: 0.3s; }
  .footer__menu-link:hover {
    color: white; }

.footer__right-bottom {
  display: flex;
  flex: 1;
  align-items: flex-end; }
  @media screen and (max-width: 992px) {
    .footer__right-bottom {
      margin-bottom: 30px;
      padding-left: 12px;
      text-align: left; } }
  @media screen and (max-width: 768px) {
    .footer__right-bottom {
      padding-left: 0; } }
  @media screen and (max-width: 576px) {
    .footer__right-bottom {
      width: 100%;
      padding-left: 0;
      display: flex;
      justify-content: center; } }
  @media screen and (max-width: 320px) {
    .footer__right-bottom {
      padding-left: 0;
      display: flex;
      justify-content: center; } }

.footer__copiright {
  display: flex;
  align-items: center; }
  .footer__copiright p {
    color: #818181;
    font-size: 11px;
    margin-right: 28px; }
  @media screen and (max-width: 768px) {
    .footer__copiright {
      margin-top: 6px;
      margin-left: 4px; } }
  @media screen and (max-width: 576px) {
    .footer__copiright {
      width: 100%;
      display: flex;
      justify-content: center; }
      .footer__copiright p {
        margin: 0 8px; } }
  @media screen and (max-width: 320px) {
    .footer__copiright {
      width: 100%;
      display: flex;
      justify-content: space-around; }
      .footer__copiright p {
        margin: 0; } }

@media screen and (max-width: 576px) {
  .socials {
    justify-content: center; } }

.socials__list {
  display: flex;
  align-items: center; }

.socials__item {
  margin-right: 30px; }
  .socials__item:last-child {
    margin-right: 0; }

.knowledge-article__list {
  height: 100%;
  display: flex;
  justify-content: space-between; }

.knowledge-article__item {
  position: relative; }
  @media screen and (max-width: 576px) {
    .knowledge-article__item {
      padding: 0 28px; } }

.knowledge-article__item-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%; }

.knowledge-article__item-right {
  text-align: center; }

.knowledge-article__item-desk {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: fit-content; }
  .knowledge-article__item-desk::before {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    transform: translate(-50%);
    background: #f9574a;
    width: 50px;
    height: 6px; }

.knowledge-article__item-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10em;
  overflow: hidden; }

.knowledge-article__item-svg_optimizing {
  width: 100px;
  height: 100px; }

.knowledge-article__item-svg_learn {
  width: 75px;
  height: 75px; }

.knowledge-article__item-arrow {
  position: absolute;
  right: -106px;
  top: 33px;
  width: 21px;
  height: 35px; }
  @media screen and (max-width: 1200px) {
    .knowledge-article__item-arrow {
      right: -9vw;
      width: 2vw; } }
  @media screen and (max-width: 992px) {
    .knowledge-article__item-arrow {
      right: -7vw;
      width: 2vw; } }
  .knowledge-article__item-arrow svg {
    width: 21px;
    height: 34px; }

.knowledge-article__item-line {
  position: absolute;
  top: 48px;
  right: -100px;
  content: "";
  height: 6px;
  width: 158px;
  background: #f9574a; }
  @media screen and (max-width: 1200px) {
    .knowledge-article__item-line {
      right: -8.5vw;
      width: 13.5vw; } }
  @media screen and (max-width: 992px) {
    .knowledge-article__item-line {
      right: -6.9vw;
      width: 10.5vw; } }

.knowledge-article__item-title {
  font-family: Heebo;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.64px;
  text-transform: uppercase;
  margin-top: 24px; }

.knowledge-article__item-text {
  position: relative;
  font-size: 13px;
  color: #282828;
  text-align: center;
  line-height: 18px; }
  @media screen and (max-width: 576px) {
    .knowledge-article__item-text {
      font-size: 12px;
      line-height: 17px; } }
  .knowledge-article__item-text a {
    display: inline;
    font-weight: bold;
    transition: 0.3s; }
    .knowledge-article__item-text a:hover {
      color: #5b5b5b; }

.knowledge-article__item-link:hover .knowledge-article__item-link-pic::before {
  left: 42%;
  top: 43%;
  transform: scale(1.2) translate(-50%, -50%); }

.knowledge-article__item-links {
  position: relative;
  display: flex;
  flex: 1;
  justify-content: space-between;
  flex-direction: column; }

@media screen and (max-width: 576px) {
  .knowledge-article__item-links-content {
    display: none; } }

.knowledge-article__item-link-text {
  line-height: 16px;
  display: block;
  color: #000;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  transition: 0.3s; }
  .knowledge-article__item-link-text:hover {
    color: #4d4d4d; }
  .knowledge-article__item-link-text_wrap {
    white-space: normal; }

.knowledge-article__item-bottom {
  text-align: center; }

.knowledge-article__item-bottom-link {
  position: relative;
  margin-right: 16px;
  text-transform: uppercase;
  color: #000;
  font-family: Heebo;
  font-size: 18px;
  font-weight: bold;
  transition: 0.3s; }
  .knowledge-article__item-bottom-link:hover {
    color: #4d4d4d; }
  .knowledge-article__item-bottom-link::before {
    font-size: 14px;
    content: ">";
    position: absolute;
    right: -16px; }

.knowledge-article__item-link-pic {
  position: relative; }
  .knowledge-article__item-link-pic::before {
    transition: 0.3s;
    /*border: 11px solid #F9574A;*/
    position: absolute;
    content: "";
    background-image: url("../images/knowledge-base/icons/clip.png");
    /*background-color: #F9574A;*/
    border-radius: 10em;
    top: 40%;
    left: 39%;
    transform: translate(-50%, -50%);
    width: 40px;
    height: 40px;
    background-size: cover;
    background-repeat: no-repeat; }

.our-app {
  display: flex; }
  @media screen and (max-width: 576px) {
    .our-app {
      display: block;
      width: 100%;
      justify-content: center;
      text-align: center; } }
  @media screen and (max-width: 576px) {
    .our-app__footer {
      display: flex; } }

@media screen and (max-width: 768px) {
  .our-app__link {
    margin-right: 5px; }
    .our-app__link img {
      width: 92%; } }

@media screen and (max-width: 576px) {
  .our-app__link {
    margin: 0; }
    .our-app__link img {
      margin: auto;
      display: block; } }

.our-app__link_google {
  width: 162px; }

.our-app__link_big {
  margin: 0 12px; }
  .our-app__link_big.our-app__link_store {
    width: 193px; }
    .our-app__link_big.our-app__link_store img {
      width: 100%; }
  .our-app__link_big.our-app__link_google {
    width: 218px; }
    .our-app__link_big.our-app__link_google img {
      width: 100%; }
  @media screen and (max-width: 576px) {
    .our-app__link_big {
      padding: 5px 0; } }

.slider__list {
  position: relative; }

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

.slider__top {
  width: 200px;
  margin-bottom: 25px; }
  .slider__top img {
    display: inline-block; }

.slider__content {
  color: #212529;
  line-height: 24px;
  font-size: 16px; }

.owl-next {
  position: absolute;
  right: -2.6%;
  top: 50%;
  transform: translateY(-50%); }

.owl-prev {
  position: absolute;
  left: -2.6%;
  top: 50%;
  transform: translateY(-50%); }

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
  font-size: 60px;
  color: #7a7a7a; }
  .owl-carousel .owl-nav button.owl-next span,
  .owl-carousel .owl-nav button.owl-prev span {
    display: block; }
  .owl-carousel .owl-nav button.owl-next.disabled,
  .owl-carousel .owl-nav button.owl-prev.disabled {
    display: none; }

.owl-dots {
  margin-top: 17px;
  text-align: center; }
  .owl-dots .owl-dot span {
    background-color: #d8d8d8; }
  .owl-dots .owl-dot.active span {
    background-color: #5f0e0e; }
  .owl-dots span {
    display: block;
    height: 3px;
    width: 30px;
    margin: 0 5px; }
  @media screen and (max-width: 768px) {
    .owl-dots {
      margin-top: 24px; } }

.hero {
  position: relative;
  margin-top: 50px; }
  @media screen and (max-width: 768px) {
    .hero {
      margin-top: 26px;
      margin-bottom: 0; } }
  @media screen and (max-width: 576px) {
    .hero {
      order: 1; } }

.hero__title {
  position: relative;
  z-index: 5;
  text-align: center;
  color: #37373c;
  font-family: Heebo;
  font-size: 44px;
  font-weight: 700;
  line-height: 45px; }
  @media screen and (max-width: 992px) {
    .hero__title {
      padding: 0; } }
  @media screen and (max-width: 768px) {
    .hero__title {
      padding: 0 20px;
      font-size: 36px; } }
  @media screen and (max-width: 576px) {
    .hero__title {
      line-height: 26px;
      font-size: 24px; } }

.hero__dec {
  position: absolute;
  position: absolute;
  right: -8%;
  top: -17px; }
  @media screen and (max-width: 768px) {
    .hero__dec {
      right: 0; }
      .hero__dec img {
        max-width: 70%;
        margin-left: 32%; } }
  @media screen and (max-width: 576px) {
    .hero__dec {
      right: 0;
      top: 0; }
      .hero__dec img {
        max-width: 100%; } }

.hero__content {
  position: relative;
  z-index: 5;
  padding: 0 190px; }
  @media screen and (max-width: 1200px) {
    .hero__content {
      padding: 0 120px; } }
  @media screen and (max-width: 992px) {
    .hero__content {
      padding: 0; } }
  @media screen and (max-width: 576px) {
    .hero__content {
      padding: 0; } }

.hero__search {
  position: relative;
  z-index: 5;
  padding: 31px 0;
  border-bottom: 1px solid #d8d8d8; }
  @media screen and (max-width: 992px) {
    .hero__search {
      padding: 31px 0; } }
  @media screen and (max-width: 768px) {
    .hero__search {
      padding: 25px 0; } }
  @media screen and (max-width: 576px) {
    .hero__search {
      padding: 10px 0; } }

.search__top {
  display: flex;
  margin-bottom: 24px; }
  @media screen and (max-width: 576px) {
    .search__top {
      margin-bottom: -10px; } }

.search__container {
  margin: auto;
  max-width: 730px; }
  @media screen and (max-width: 768px) {
    .search__container {
      width: 690px;
      max-width: 95%; } }

.search__input {
  padding: 0 10px;
  font-size: 19px;
  height: 48px;
  width: 100%;
  border-radius: 4px 0 0 4px;
  border-right: none;
  border-left: 2px solid #ced4da;
  border-top: 2px solid #ced4da;
  border-bottom: 2px solid #ced4da;
  background-color: #ffffff; }
  .search__input::-webkit-input-placeholder {
    color: #868e96;
    font-family: "Open Sans";
    font-size: 93%;
    font-weight: 400; }
  .search__input::-moz-placeholder {
    color: #868e96;
    font-family: "Open Sans";
    font-size: 93%;
    font-weight: 400; }
  .search__input::-moz-placeholder {
    color: #868e96;
    font-family: "Open Sans";
    font-size: 93%;
    font-weight: 400; }
  .search__input::-ms-input-placeholder {
    color: #868e96;
    font-family: "Open Sans";
    font-size: 93%;
    font-weight: 400; }

.search__btn {
  padding: 0 16px;
  background-color: #fff;
  font-family: "Heebo", sans-serif;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border: 2px solid #fff;
  border-radius: 0 4px 4px 0;
  border-left: none;
  border-right: 2px solid #ced4da;
  border-top: 2px solid #ced4da;
  border-bottom: 2px solid #ced4da;
  cursor: pointer; }
  .search__btn img {
    margin: auto; }

.search__bottom {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px; }
  @media screen and (max-width: 1200px) {
    .search__bottom {
      margin-right: 0; } }
  @media screen and (max-width: 768px) {
    .search__bottom {
      padding: 0 2%; } }
  @media screen and (max-width: 576px) {
    .search__bottom {
      display: none; } }

.search__title {
  color: #111111;
  font-size: 10px;
  font-weight: 700;
  line-height: 8px;
  text-transform: uppercase;
  margin-right: 2px; }
  @media screen and (max-width: 768px) {
    .search__title {
      margin: 0; } }

.search__items {
  display: flex; }
  @media screen and (max-width: 768px) {
    .search__items {
      width: 100%;
      justify-content: space-evenly; } }

.search__item {
  display: flex;
  margin: 0 5px; }
  @media screen and (max-width: 768px) {
    .search__item {
      margin: 0; } }

.search__item-link {
  letter-spacing: 0.5px;
  line-height: 1.8;
  padding: 0 9px;
  border-radius: 9px;
  background-color: #968e8c;
  color: #ffffff;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  transition: 0.3s; }
  .search__item-link:hover {
    background-color: #aea8a7; }
  @media screen and (max-width: 768px) {
    .search__item-link {
      display: block;
      font-size: 8.5px; } }

.search__bottom_mobile {
  display: none;
  line-height: 19px; }
  @media screen and (max-width: 576px) {
    .search__bottom_mobile {
      display: block;
      color: #868e96;
      font-size: 13px;
      font-weight: 600; } }

.horse {
  position: relative;
  z-index: 10;
  margin-bottom: 0; }
  @media screen and (max-width: 768px) {
    .horse {
      margin-bottom: 20px; } }
  @media screen and (max-width: 576px) {
    .horse {
      display: block;
      order: 2;
      margin-bottom: 10px; } }
  .horse .t-container {
    padding: 30px 18px 23px; }
    @media screen and (max-width: 768px) {
      .horse .t-container {
        padding: 14px 10px 21px; } }
    @media screen and (max-width: 576px) {
      .horse .t-container {
        padding: 20px 10px 10px; } }

@media screen and (max-width: 768px) {
  .horse__screens {
    display: none; } }

.horse__pic {
  border-radius: 4px;
  overflow: hidden; }

.horse__controls {
  position: relative; }
  .horse__controls-link {
    letter-spacing: 0.5px;
    border-radius: 4px;
    background-color: #968e8c;
    color: #ffffff;
    font-family: Heebo;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    transition: 0.3s;
    text-transform: uppercase; }
    .horse__controls-link.active {
      background-color: #454040; }
      .horse__controls-link.active:hover {
        background-color: #454040; }
    .horse__controls-link:hover {
      background-color: #a29b99; }
  .horse__controls-rear {
    padding: 7px 26px 7px 48px;
    z-index: 100;
    position: absolute;
    left: 10px;
    top: 10px; }
    .horse__controls-rear::before {
      content: "";
      background-image: url("../images/icons/view.png");
      position: absolute;
      left: 17px;
      top: 50%;
      transform: translateY(-50%);
      width: 21px;
      height: 9px; }
  .horse__controls-front {
    left: 10px;
    top: 10px;
    z-index: 100;
    position: absolute;
    display: none; }
  .horse__controls-male {
    padding: 7px 20px 7px 45px;
    top: 10px;
    right: 113px;
    z-index: 100;
    position: absolute;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
    .horse__controls-male::before {
      content: "";
      background-image: url("../images/icons/male.png");
      position: absolute;
      left: 17px;
      top: 50%;
      transform: translateY(-50%);
      width: 18px;
      height: 18px; }
  .horse__controls-female {
    padding: 7px 14px 7px 34px;
    top: 10px;
    right: 10px;
    z-index: 100;
    position: absolute;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
    .horse__controls-female::before {
      content: "";
      background-image: url("../images/icons/female.png");
      position: absolute;
      left: 14px;
      top: 50%;
      transform: translateY(-50%);
      width: 12px;
      height: 18px; }

.horse__title {
  text-align: center;
  text-transform: inherit;
  font-size: 23px;
  margin-top: 20px;
  margin-bottom: 10px;
  letter-spacing: 0; }
  @media screen and (max-width: 768px) {
    .horse__title {
      font-size: 20px;
      margin-bottom: 18px; } }
  @media screen and (max-width: 576px) {
    .horse__title {
      font-size: 18px;
      margin: 0; } }

.horse__sub-title {
  text-align: center;
  text-transform: inherit;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: initial; }
  @media screen and (max-width: 768px) {
    .horse__sub-title {
      line-height: 19px;
      font-size: 14px;
      margin-bottom: 30px;
      padding: 0 60px; } }
  @media screen and (max-width: 576px) {
    .horse__sub-title {
      margin-bottom: 16px;
      padding: 0 20px; } }
  .horse__sub-title .bold {
    font-weight: 700; }

.horse .article {
  padding: 0;
  margin: 0; }

.horse__mobile-btn,
.horse__mobile-pic {
  display: none; }
  @media screen and (max-width: 768px) {
    .horse__mobile-btn,
    .horse__mobile-pic {
      display: flex; } }

.horse__mobile-pic {
  transition: 0.3s; }
  .horse__mobile-pic:hover {
    background-color: #f0f0f0;
    opacity: 0.9;
    border-radius: 4px; }
  @media screen and (max-width: 768px) {
    .horse__mobile-pic {
      padding: 20px 0; } }
  @media screen and (max-width: 576px) {
    .horse__mobile-pic {
      padding: 0; } }
  .horse__mobile-pic img {
    margin: auto; }

.horse__mobile-desc {
  color: #342b2b;
  font-size: 14px; }

.horse__mobile-btn {
  justify-content: center;
  align-items: center; }

.horse__mobile-link {
  transition: 0.3s;
  background-color: #5f0e0e;
  padding: 12px 34px;
  color: #ffffff;
  font-family: Heebo;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  border-radius: 4px; }
  .horse__mobile-link:hover {
    background-color: #751111; }
  @media screen and (max-width: 576px) {
    .horse__mobile-link {
      width: 100%; } }

.knowledge__observation {
  margin: 40px 0; }
  @media screen and (max-width: 768px) {
    .knowledge__observation {
      margin-top: 0;
      margin-bottom: 45px; } }
  @media screen and (max-width: 576px) {
    .knowledge__observation {
      order: 4;
      margin: 10px 0; } }

.knowledge__container {
  width: 1110px;
  max-width: 98%;
  margin: 0 auto;
  background-image: url("../images/knowledge-bg.jpg");
  border-radius: 3px;
  background-color: #342b2b;
  background-position: right;
  background-repeat: no-repeat; }
  @media screen and (max-width: 768px) {
    .knowledge__container {
      width: 690px;
      max-width: 98%;
      background-image: url("../images/knowledge-bg_tablet.jpg");
      background-position: center; } }
  @media screen and (max-width: 576px) {
    .knowledge__container {
      max-width: 95%;
      width: auto; } }
  @media screen and (max-width: 320px) {
    .knowledge__container {
      max-width: 302px; } }

.knowledge__content {
  text-align: center;
  padding: 46px 93px 42px 93px; }
  @media screen and (max-width: 1200px) {
    .knowledge__content {
      padding: 45px; } }
  @media screen and (max-width: 992px) {
    .knowledge__content {
      padding: 20px; } }
  @media screen and (max-width: 768px) {
    .knowledge__content {
      padding: 48px 125px 36px; } }
  @media screen and (max-width: 576px) {
    .knowledge__content {
      padding: 50px 10px 15px 10px; } }

.knowledge__content-wrap {
  width: 48%; }
  @media screen and (max-width: 768px) {
    .knowledge__content-wrap {
      width: 100%; } }

.knowledge__title {
  line-height: 38px;
  color: #ffffff;
  font-family: Heebo;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 2px; }
  @media screen and (max-width: 768px) {
    .knowledge__title {
      margin-bottom: 0; } }

.knowledge__text {
  color: #f5f5f5;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 34px; }
  @media screen and (max-width: 768px) {
    .knowledge__text {
      font-size: 14px;
      padding: 5px 0;
      margin-bottom: 8px; } }

.knowledge__pic {
  margin-bottom: 30px; }
  .knowledge__pic img {
    margin: auto; }
  @media screen and (max-width: 768px) {
    .knowledge__pic {
      margin-bottom: 26px; } }

.knowledge__btns {
  display: flex;
  justify-content: center;
  align-items: center; }
  @media screen and (max-width: 576px) {
    .knowledge__btns {
      width: 100%; } }

.knowledge__link {
  letter-spacing: 0.5px;
  background-color: #f5f5f5;
  padding: 11px 0;
  color: #111111;
  font-family: Heebo;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  transition: 0.3s;
  padding: 12px 46px;
  border-radius: 4px; }
  .knowledge__link:hover {
    background-color: #cfcfcf; }
  @media screen and (max-width: 576px) {
    .knowledge__link {
      width: 100%; } }

.essential__container {
  padding: 21px 34px 38px; }
  @media screen and (max-width: 768px) {
    .essential__container {
      padding: 14px 10px;
      height: 100%; } }
  @media screen and (max-width: 576px) {
    .essential__container {
      padding: 20px 10px 20px 10px; } }

.essential__title {
  margin-bottom: 21px;
  margin-top: 10px; }
  @media screen and (max-width: 768px) {
    .essential__title {
      font-size: 16px;
      margin-bottom: 15px; } }

@media screen and (max-width: 576px) {
  .essential__content {
    padding-top: 10px; } }

.essential__list {
  display: flex;
  justify-content: center;
  align-items: center; }
  @media screen and (max-width: 768px) {
    .essential__list {
      flex-direction: column; } }

.essential__item {
  width: 33.33%;
  display: flex; }
  .essential__item:last-child {
    padding-right: 0; }
  @media screen and (max-width: 768px) {
    .essential__item {
      width: 100%;
      padding: 10px 0;
      border-bottom: 1px solid #d8d8d8; }
      .essential__item:last-child {
        padding-bottom: 0;
        border: none; } }
  @media screen and (max-width: 576px) {
    .essential__item {
      padding: 14px 0; } }

.essential__item-desc {
  margin-left: 10px;
  margin-top: 15px; }
  @media screen and (max-width: 768px) {
    .essential__item-desc {
      margin-top: 10px;
      text-align: center; } }
  @media screen and (max-width: 576px) {
    .essential__item-desc {
      margin-top: 0;
      text-align: left;
      margin-left: 12px; } }

.essential__item-link {
  display: flex;
  transition: 0.3s; }
  .essential__item-link:hover {
    background-color: rgba(97, 97, 97, 0.08); }
  @media screen and (max-width: 768px) {
    .essential__item-link {
      flex-direction: column; } }
  @media screen and (max-width: 576px) {
    .essential__item-link {
      flex-direction: row; } }

.essential__item-pic {
  min-width: 100px;
  height: 100px;
  width: 100px;
  margin: auto;
  border-radius: 4px;
  overflow: hidden; }
  @media screen and (max-width: 768px) {
    .essential__item-pic {
      width: 60px;
      height: 60px;
      min-width: inherit; } }
  @media screen and (max-width: 576px) {
    .essential__item-pic {
      min-width: 60px;
      margin: initial; } }

.essential__item-title {
  color: #37373c;
  font-family: Heebo;
  font-size: 20px;
  font-weight: 700; }
  @media screen and (max-width: 576px) {
    .essential__item-title {
      font-size: 18px; } }

.essential__item-text {
  color: #4b4444;
  font-size: 14px;
  font-weight: 400; }
  @media screen and (max-width: 768px) {
    .essential__item-text {
      line-height: 20px;
      font-size: 13px; } }

@media screen and (max-width: 768px) {
  .videos .section__title {
    font-size: 16px; } }

@media screen and (max-width: 768px) {
  .videos .section__content-title {
    padding: 17px 0 38px 0; } }

@media screen and (max-width: 576px) {
  .videos .section__content-title {
    padding: 16px 0; } }

.record__card {
  position: relative;
  background-color: #58b2a2;
  text-align: center;
  color: #ffffff; }

.record__card-title {
  letter-spacing: 0.5px;
  top: 20px;
  left: 0;
  position: absolute;
  z-index: 3;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  right: 0; }
  @media screen and (max-width: 992px) {
    .record__card-title {
      top: 0; } }
  @media screen and (max-width: 768px) {
    .record__card-title {
      top: 20px; } }

.record__card-text {
  display: flex;
  z-index: 2;
  position: relative;
  font-family: Heebo;
  font-size: 20px;
  font-weight: 700;
  align-items: center;
  line-height: 30px; }

.record__card-img {
  width: 100%;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0.1;
  bottom: 0;
  top: 0; }

@media screen and (max-width: 576px) {
  .blog .section__desc {
    padding-bottom: 20px; } }

.searchresults {
  display: none; }
  .searchresults .t-container {
    background-color: #fff;
    padding: 37px 18px 23px 18px;
    margin-top: 1px; }
    .searchresults .t-container::before {
      display: none; }

.searchresults__title {
  color: #5f0e0e;
  font-family: Heebo;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px; }

.searchresults__list {
  display: flex;
  flex-wrap: wrap; }

.searchresults__item {
  width: 50%;
  display: flex;
  padding: 5px 0; }

.our-sponsors {
  background-color: #454040;
  padding: 45px; }
  @media screen and (max-width: 992px) {
    .our-sponsors {
      padding: 0; } }
  @media screen and (max-width: 576px) {
    .our-sponsors {
      padding-bottom: 18px; } }

.our-sponsors__container {
  max-width: 1110px;
  width: 98%;
  margin: 0 auto; }
  @media screen and (max-width: 768px) {
    .our-sponsors__container {
      padding-bottom: 34px; } }
  @media screen and (max-width: 576px) {
    .our-sponsors__container {
      width: 95%;
      padding-bottom: 0; } }

.our-sponsors__content {
  display: flex;
  justify-content: center;
  margin-bottom: 34px; }
  @media screen and (max-width: 768px) {
    .our-sponsors__content {
      padding: 0 8px;
      margin-bottom: 30px; } }
  @media screen and (max-width: 576px) {
    .our-sponsors__content {
      flex-direction: column;
      padding: 0;
      margin-bottom: 8px; } }

.our-sponsors__title {
  letter-spacing: 0.5px;
  text-align: center;
  padding-bottom: 25px;
  color: #ffffff;
  font-family: Heebo;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase; }
  @media screen and (max-width: 992px) {
    .our-sponsors__title {
      padding-top: 25px; } }
  @media screen and (max-width: 768px) {
    .our-sponsors__title {
      padding-top: 25px;
      padding-bottom: 30px; } }
  @media screen and (max-width: 576px) {
    .our-sponsors__title {
      padding: 8px 0; } }

.our-sponsors__card {
  border-radius: 5px;
  background-color: #616161;
  width: 350px;
  padding: 16px 24px;
  margin-right: 30px; }
  .our-sponsors__card:hover {
    background-color: #6e6e6e; }
  .our-sponsors__card:last-child {
    margin-right: 0; }
  @media screen and (max-width: 992px) {
    .our-sponsors__card {
      height: auto; } }
  @media screen and (max-width: 768px) {
    .our-sponsors__card {
      padding: 16px 20px 25px 20px; } }
  @media screen and (max-width: 576px) {
    .our-sponsors__card {
      width: 100%;
      margin-right: 0;
      margin-bottom: 10px;
      padding: 12px 10px; } }

.our-sponsors__card-img {
  margin-bottom: 16px; }
  @media screen and (max-width: 576px) {
    .our-sponsors__card-img {
      text-align: center;
      margin-bottom: 10px; }
      .our-sponsors__card-img img {
        display: inline-block; } }

.our-sponsors__card-text {
  color: #d8d8d8;
  font-size: 14px;
  line-height: 20px; }
  @media screen and (max-width: 576px) {
    .our-sponsors__card-text {
      font-size: 12px; } }

.our-sponsors__bottom {
  line-height: 20px;
  text-align: center;
  padding: 0 20px; }
  @media screen and (max-width: 992px) {
    .our-sponsors__bottom {
      padding-bottom: 30px;
      padding-top: 10px; } }
  @media screen and (max-width: 768px) {
    .our-sponsors__bottom {
      padding: 0 10px; } }
  @media screen and (max-width: 576px) {
    .our-sponsors__bottom {
      padding: 0; } }
  .our-sponsors__bottom span {
    display: inline-block;
    color: #d8d8d8;
    font-size: 14px; }
    @media screen and (max-width: 992px) {
      .our-sponsors__bottom span {
        display: inline; } }
    @media screen and (max-width: 576px) {
      .our-sponsors__bottom span {
        font-size: 12px; }
        .our-sponsors__bottom span:first-child {
          display: block;
          margin-bottom: 10px; } }
  @media screen and (max-width: 576px) {
    .our-sponsors__bottom p:first-child {
      margin-bottom: 10px; } }

.our-sponsors__link {
  display: inline;
  color: #d8d8d8;
  font-size: 14px;
  padding-left: 4px;
  text-decoration: underline;
  transition: 0.3s; }
  .our-sponsors__link:hover {
    text-decoration: none; }
  @media screen and (max-width: 992px) {
    .our-sponsors__link {
      display: block; } }
  @media screen and (max-width: 576px) {
    .our-sponsors__link {
      display: inline; } }

.app-landing-knowledge {
  background-image: url("../img/static_images/app-landing/bg/app-hero-image.png");
  background-color: #342b2b;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 70%;
  margin-top: 0px; }
  @media screen and (max-width: 768px) {
    .app-landing-knowledge {
      background-position: 41%; } }
  @media screen and (max-width: 576px) {
    .app-landing-knowledge {
      background-position: 58%;
      order: 0; } }
  @media screen and (max-width: 320px) {
    .app-landing-knowledge {
      background-position: 75%; } }
  .app-landing-knowledge .knowledge__pic {
    margin-bottom: 0; }
    .app-landing-knowledge .knowledge__pic img {
      width: 250px; }
  .app-landing-knowledge .knowledge__title {
    font-size: 36px;
    text-align: center;
    padding: 38px 0 28px 0;
    margin: 0; }
    @media screen and (max-width: 576px) {
      .app-landing-knowledge .knowledge__title {
        font-size: 26px;
        padding: 38px 0 10px 0; } }
  .app-landing-knowledge .knowledge__text {
    font-size: 22px;
    font-weight: 300;
    color: #fff;
    margin-bottom: 60px; }
    @media screen and (max-width: 992px) {
      .app-landing-knowledge .knowledge__text {
        padding: 0 40px; } }
    @media screen and (max-width: 576px) {
      .app-landing-knowledge .knowledge__text {
        font-size: 16px;
        padding: 0;
        margin-bottom: 20px; } }
  .app-landing-knowledge .knowledge__content {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 66px 0 81px 0; }
    @media screen and (max-width: 576px) {
      .app-landing-knowledge .knowledge__content {
        padding: 66px 0 14px 0; } }
  .app-landing-knowledge .knowledge__content-wrap {
    width: 100%;
    margin-right: 43%; }
    @media screen and (max-width: 992px) {
      .app-landing-knowledge .knowledge__content-wrap {
        margin-right: 36%; } }
    @media screen and (max-width: 768px) {
      .app-landing-knowledge .knowledge__content-wrap {
        margin-right: 0; } }

.app-horse {
  padding: 62px 0 8px 0;
  position: relative; }
  @media screen and (max-width: 768px) {
    .app-horse {
      padding: 42px 0 8px 0; } }
  @media screen and (max-width: 576px) {
    .app-horse {
      padding: 23px 12px 8px 12px; } }

.app-horse__container {
  position: relative;
  width: 95%; }

.app-horse__content {
  border-bottom: 1px solid #d8d8d8;
  padding-bottom: 67px; }
  @media screen and (max-width: 768px) {
    .app-horse__content {
      display: flex;
      justify-content: space-between;
      padding-bottom: 42px; } }
  @media screen and (max-width: 576px) {
    .app-horse__content {
      flex-direction: column;
      padding-bottom: 45px; } }

.app-horse__desk {
  color: #37373c;
  font-size: 22px;
  font-weight: 300;
  line-height: 24px;
  width: 58%; }
  @media screen and (max-width: 576px) {
    .app-horse__desk {
      font-size: 18px;
      width: 100%;
      margin-bottom: 20px; } }

.app-horse__pic {
  position: absolute;
  top: -180px;
  right: 0px;
  width: 35%; }
  @media screen and (max-width: 768px) {
    .app-horse__pic {
      position: initial;
      width: 39%; } }
  @media screen and (max-width: 576px) {
    .app-horse__pic {
      width: 97%;
      margin: auto; } }

.app-horse__slider {
  padding: 62px 0; }
  @media screen and (max-width: 768px) {
    .app-horse__slider {
      padding: 62px 0 22px 0; } }
  @media screen and (max-width: 576px) {
    .app-horse__slider {
      padding: 30px 0 22px 0; } }

.features__container {
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 28px 34px 26px; }
  @media screen and (max-width: 768px) {
    .features__container {
      padding: 28px 34px 14px; } }
  @media screen and (max-width: 576px) {
    .features__container {
      padding: 28px 16px 0px;
      line-height: 22px; } }
  @media screen and (max-width: 320px) {
    .features__container {
      width: 95%;
      max-width: 280px; } }

.features__content {
  padding: 0 110px;
  margin-top: 18px; }
  @media screen and (max-width: 768px) {
    .features__content {
      padding: 0; } }
  @media screen and (max-width: 576px) {
    .features__content {
      margin-top: 5px; } }

@media screen and (max-width: 768px) {
  .features__title {
    font-size: 18px; } }

@media screen and (max-width: 576px) {
  .features__title {
    font-size: 16px;
    line-height: 18px; } }

.features__desc {
  text-align: center; }
  @media screen and (max-width: 768px) {
    .features__desc {
      padding: 0;
      font-size: 16px; } }

.features__list {
  display: flex;
  justify-content: space-between;
  padding: 43px 0 18px 0; }
  @media screen and (max-width: 768px) {
    .features__list {
      justify-content: center;
      flex-wrap: wrap;
      padding: 6px 0; } }

.features__item {
  width: 20%; }
  @media screen and (max-width: 768px) {
    .features__item {
      display: flex;
      justify-content: center;
      width: 28%;
      padding: 15px 0; } }
  @media screen and (max-width: 576px) {
    .features__item {
      width: 50%; } }

.features__item-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 90px; }
  @media screen and (max-width: 576px) {
    .features__item-icon {
      max-width: 100%; } }

.features__item-link {
  display: flex;
  flex-direction: column;
  transition: 0.3s; }
  .features__item-link:hover {
    transform: scale(1.05); }

.features__item-title {
  position: relative;
  color: #37373c;
  font-family: Heebo;
  font-size: 16px;
  padding-top: 12px;
  font-weight: bold;
  line-height: 24px;
  text-align: center; }
  .features__item-title::before {
    position: absolute;
    text-transform: uppercase;
    border-radius: 4px;
    font-size: 10px;
    font-weight: bold;
    letter-spacing: 0.5px;
    line-height: 8px;
    color: #fff;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 94px;
    padding: 5px; }

.features__item-title_coming::before {
  content: "Coming Soon";
  background-color: #968e8c; }

.features__item-title_exclusive::before {
  content: "App Exclusive";
  background-color: #5f0e0e; }

@media screen and (max-width: 576px) {
  .app-landing__bottom {
    margin-bottom: 26px; } }

.app-landing__bottom-content {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  padding: 46px 0; }
  @media screen and (max-width: 768px) {
    .app-landing__bottom-content {
      padding: 55px 0; } }
  @media screen and (max-width: 576px) {
    .app-landing__bottom-content {
      padding: 24px 0; } }

.app-landing__bottom-desc {
  text-align: center;
  color: #37373c;
  font-family: Heebo;
  font-size: 22px;
  font-weight: 700;
  margin-top: 64px;
  line-height: 32px; }
  .app-landing__bottom-desc a {
    text-decoration: underline;
    transition: 0.3s; }
    .app-landing__bottom-desc a:hover {
      text-decoration: none; }
  @media screen and (max-width: 576px) {
    .app-landing__bottom-desc {
      margin-top: 28px;
      padding: 0 20px; } }

.observing .t-container::before {
  background-color: #f9574a;
  border-radius: 0 4px 0 0; }

.observing__desc {
  border-top: 2px solid #d8d8d8;
  padding-top: 20px; }
  @media screen and (max-width: 768px) {
    .observing__desc {
      padding-top: 28px; } }
  @media screen and (max-width: 576px) {
    .observing__desc {
      padding-top: 8px; } }

.observing__title {
  color: #212529;
  font-family: Heebo;
  font-size: 32px;
  font-weight: bold; }
  @media screen and (max-width: 768px) {
    .observing__title {
      font-size: 29px; } }
  @media screen and (max-width: 576px) {
    .observing__title {
      line-height: initial;
      font-size: 24px; } }

.observing__article-title {
  letter-spacing: .5px;
  margin-bottom: 7px;
  color: #f9574a; }

.observing__content {
  padding: 8px 0;
  display: flex; }
  @media screen and (max-width: 992px) {
    .observing__content {
      flex-direction: column; } }
  @media screen and (max-width: 768px) {
    .observing__content {
      padding: 0; } }

.observing__btn {
  margin-top: 15px; }
  @media screen and (max-width: 576px) {
    .observing__btn {
      margin-top: 0; } }

.observing__left {
  width: 67%;
  margin-right: 3%; }
  @media screen and (max-width: 992px) {
    .observing__left {
      order: 2;
      width: 100%;
      margin-right: 0; } }
  @media screen and (max-width: 768px) {
    .observing__left {
      padding-left: 8px;
      padding-right: 8px; } }
  @media screen and (max-width: 576px) {
    .observing__left {
      padding-left: 0;
      padding-right: 0; } }

.observing__right {
  width: 31%;
  padding-top: 38px; }
  @media screen and (max-width: 992px) {
    .observing__right {
      margin-bottom: 15px;
      order: 1;
      width: 100%;
      border-bottom: 2px solid #d8d8d8; } }
  @media screen and (max-width: 768px) {
    .observing__right {
      padding-top: 0; } }

.observing__text {
  font-size: 16px;
  line-height: 31px; }
  @media screen and (max-width: 992px) {
    .observing__text {
      font-size: 16px; } }
  @media screen and (max-width: 768px) {
    .observing__text {
      line-height: inherit;
      font-size: 14px;
      margin: 0; } }
  .observing__text p {
    padding-bottom: 31px;
    margin: 0; }
    .observing__text p:first-child {
      font-size: 20px; }
    .observing__text p:last-child {
      padding-bottom: 0; }
    @media screen and (max-width: 992px) {
      .observing__text p:first-child {
        font-size: 18px; } }
    @media screen and (max-width: 768px) {
      .observing__text p {
        padding-bottom: 8px; }
        .observing__text p:first-child {
          font-size: 16px; }
        .observing__text p:last-child {
          padding-bottom: 8px; } }

.observing__list {
  height: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: column; }
  @media screen and (max-width: 992px) {
    .observing__list {
      flex-direction: row; } }
  @media screen and (max-width: 768px) {
    .observing__list {
      padding-bottom: 15px; } }
  @media screen and (max-width: 576px) {
    .observing__list {
      flex-direction: column;
      padding: 4px 0 8px; } }

.observing__item:last-child {
  margin-bottom: 0; }

@media screen and (max-width: 992px) {
  .observing__item {
    width: 46%; } }

@media screen and (max-width: 768px) {
  .observing__item {
    padding-left: 1.5%;
    width: 47%; } }

@media screen and (max-width: 576px) {
  .observing__item {
    width: 100%;
    margin-bottom: 40px; } }

.observing__item-sub-title {
  font-weight: 700;
  font-size: 14px; }

.observing__item-sub-list {
  padding: 8px 0;
  list-style: disc;
  list-style-position: inside;
  line-height: 20px;
  font-size: 14px; }
  @media screen and (max-width: 768px) {
    .observing__item-sub-list {
      font-size: 12px; } }

.observing__item-sub-item {
  list-style: inherit; }

.your-role.active .t-container {
  max-height: 100%;
  position: relative;
  overflow: hidden;
  max-height: 400px; }
  .your-role.active .t-container::after {
    z-index: 10;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), white 80%);
    content: "";
    position: absolute;
    width: 100%;
    height: 250px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%); }

.your-role__title {
  color: #5f0e0e; }

.your-role__content {
  padding-top: 4px;
  margin-bottom: 22px;
  display: flex;
  justify-content: space-between; }
  @media screen and (max-width: 992px) {
    .your-role__content {
      flex-direction: column; } }

.your-role__item {
  margin-bottom: 24px; }
  .your-role__item:last-child {
    margin-bottom: 0; }
  @media screen and (max-width: 768px) {
    .your-role__item {
      margin-bottom: 16px; } }

.your-role__dec {
  width: 325px;
  height: 442px; }
  @media screen and (max-width: 768px) {
    .your-role__dec {
      width: 160px;
      height: 217px; } }

.your-role__col {
  position: relative;
  z-index: 1;
  width: 48.5%; }
  @media screen and (max-width: 992px) {
    .your-role__col {
      width: 100%; } }
  @media screen and (max-width: 768px) {
    .your-role__col {
      padding-right: 10px;
      padding-left: 10px; } }
  @media screen and (max-width: 576px) {
    .your-role__col {
      padding-left: 0;
      padding-right: 0; } }

.your-role__list {
  padding-top: 6px;
  line-height: 24px; }
  @media screen and (max-width: 992px) {
    .your-role__list {
      margin-bottom: 25px; } }
  @media screen and (max-width: 768px) {
    .your-role__list {
      line-height: inherit; } }
  @media screen and (max-width: 576px) {
    .your-role__list {
      font-size: 14px;
      margin-bottom: 10px; } }

.vets-role.active .t-container {
  max-height: 100%;
  position: relative;
  overflow: hidden;
  max-height: 400px; }
  .vets-role.active .t-container::after {
    z-index: 10;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), white 80%);
    content: "";
    position: absolute;
    width: 100%;
    height: 250px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%); }

.vets-role__title {
  color: #5f0e0e; }

.vets-role__dec {
  opacity: .5;
  width: 399px;
  height: 442px; }
  @media screen and (max-width: 768px) {
    .vets-role__dec {
      width: 160px;
      height: 177px; } }

.vets-role__desc {
  padding-top: 8px;
  position: relative;
  z-index: 1; }
  .vets-role__desc p {
    margin-bottom: 25px; }

.vets-role__questions {
  margin-bottom: 57px;
  padding: 14px 0; }

@media screen and (max-width: 768px) {
  .vets-role__content,
  .vets-role__questions {
    padding: 0 8px; } }

@media screen and (max-width: 576px) {
  .vets-role__content,
  .vets-role__questions {
    padding: 0; } }

.vets-role__questions-title {
  font-family: Heebo;
  font-size: 14px;
  font-weight: bold;
  color: #37373c; }

.vets-role__questions-list {
  padding-left: 20px;
  list-style: disc;
  list-style-position: inside; }
  @media screen and (max-width: 768px) {
    .vets-role__questions-list {
      padding-left: 8px;
      font-size: 14px; } }

.vets-role__questions-item {
  padding: 2px 0;
  list-style: inherit; }

.optimizing {
  margin-bottom: 34px; }
  @media screen and (max-width: 768px) {
    .optimizing {
      margin-bottom: 40px; } }
  @media screen and (max-width: 576px) {
    .optimizing {
      margin-bottom: 15px; } }

.optimizing__container {
  padding: 40px 10px 12px; }
  @media screen and (max-width: 768px) {
    .optimizing__container {
      padding: 34px 24px 60px; } }
  @media screen and (max-width: 576px) {
    .optimizing__container {
      padding: 44px 8px 31px; } }

.optimizing__title {
  text-transform: inherit;
  font-size: 24px;
  letter-spacing: inherit;
  margin-bottom: 18px; }
  @media screen and (max-width: 768px) {
    .optimizing__title {
      font-size: 20px;
      margin-bottom: 20px; } }
  @media screen and (max-width: 576px) {
    .optimizing__title {
      font-size: 18px;
      margin-bottom: 18px; } }

@media screen and (max-width: 768px) {
  .optimizing__sub-title {
    text-align: center;
    line-height: 18px; } }

@media screen and (max-width: 576px) {
  .optimizing__sub-title {
    line-height: 17px; } }

.optimizing__sub-title p {
  color: #342b2b;
  font-size: 16px;
  text-align: center; }
  @media screen and (max-width: 768px) {
    .optimizing__sub-title p {
      font-size: 14px;
      line-height: 18px;
      display: inline; } }

.optimizing__content {
  margin-top: 36px; }
  @media screen and (max-width: 768px) {
    .optimizing__content {
      margin-top: 48px; } }
  @media screen and (max-width: 576px) {
    .optimizing__content {
      margin-bottom: 0;
      margin-top: 26px; } }

.optimizing__items {
  padding: 6px 0; }
  @media screen and (max-width: 768px) {
    .optimizing__items {
      flex-direction: column;
      padding: 0; } }
  @media screen and (max-width: 576px) {
    .optimizing__items .knowledge-article__item:first-child .knowledge-article__item-desk::before {
      bottom: 52%; } }
  .optimizing__items .knowledge-article__item {
    width: 22%; }
    @media screen and (max-width: 768px) {
      .optimizing__items .knowledge-article__item {
        width: 100%;
        margin-bottom: 80px; }
        .optimizing__items .knowledge-article__item:last-child {
          margin-bottom: 0; } }
    @media screen and (max-width: 576px) {
      .optimizing__items .knowledge-article__item {
        margin-bottom: 87px; }
        .optimizing__items .knowledge-article__item:first-child .knowledge-article__item-links-content {
          display: block; }
        .optimizing__items .knowledge-article__item:first-child .knowledge-article__item-line {
          top: 105%; }
        .optimizing__items .knowledge-article__item:first-child .knowledge-article__item-arrow {
          top: 112%; } }
  @media screen and (max-width: 768px) {
    .optimizing__items .knowledge-article__item-content {
      flex-direction: row; } }
  @media screen and (max-width: 576px) {
    .optimizing__items .knowledge-article__item-content {
      flex-direction: column; } }
  .optimizing__items .knowledge-article__item-desk {
    padding-bottom: 24px; }
    @media screen and (max-width: 768px) {
      .optimizing__items .knowledge-article__item-desk {
        height: auto;
        flex-direction: row;
        width: 63%;
        padding-bottom: 0; } }
    @media screen and (max-width: 576px) {
      .optimizing__items .knowledge-article__item-desk {
        width: 100%;
        flex-direction: column;
        align-items: center;
        padding-bottom: 20px; } }
    @media screen and (max-width: 768px) {
      .optimizing__items .knowledge-article__item-desk::before {
        top: 0;
        right: 0;
        left: 62%;
        width: 6px;
        height: 100%; } }
    @media screen and (max-width: 576px) {
      .optimizing__items .knowledge-article__item-desk::before {
        bottom: 20%;
        top: inherit;
        left: 50%;
        transform: translateX(-50%);
        width: 50px;
        height: 6px; }
        .optimizing__items .knowledge-article__item-desk::before:first-child {
          bottom: 25%; } }
  .optimizing__items .knowledge-article__item-text {
    padding: 10px 0; }
    @media screen and (max-width: 768px) {
      .optimizing__items .knowledge-article__item-text {
        text-align: left; } }
    @media screen and (max-width: 576px) {
      .optimizing__items .knowledge-article__item-text {
        padding: 8px;
        text-align: center; } }
  .optimizing__items .knowledge-article__item-links {
    padding: 10px 0 22px;
    margin-top: 16px; }
    @media screen and (max-width: 768px) {
      .optimizing__items .knowledge-article__item-links {
        width: 37%;
        padding: 0px 0 2px 18px;
        margin-top: 0; } }
    @media screen and (max-width: 576px) {
      .optimizing__items .knowledge-article__item-links {
        width: 100%;
        align-items: center;
        position: relative;
        display: flex;
        justify-content: center;
        flex-direction: column;
        padding: 0;
        margin-top: 12px; } }
  @media screen and (max-width: 768px) {
    .optimizing__items .knowledge-article__item-link-text,
    .optimizing__items .knowledge-article__item-bottom {
      text-align: left; } }
  @media screen and (max-width: 576px) {
    .optimizing__items .knowledge-article__item-link-text,
    .optimizing__items .knowledge-article__item-bottom {
      text-align: center; } }
  .optimizing__items .knowledge-article__item-link-text {
    padding: 8px 4px; }
    @media screen and (max-width: 768px) {
      .optimizing__items .knowledge-article__item-link-text {
        padding: 8px 0; } }
    @media screen and (max-width: 576px) {
      .optimizing__items .knowledge-article__item-link-text {
        padding: 8px 4px; } }
  .optimizing__items .knowledge-article__item-bottom {
    margin-top: 24px; }
    @media screen and (max-width: 768px) {
      .optimizing__items .knowledge-article__item-bottom {
        margin-top: 13px; } }
  .optimizing__items .knowledge-article__item_with-nums {
    counter-increment: nums; }
  @media screen and (max-width: 768px) {
    .optimizing__items .knowledge-article__item-title {
      margin-top: 12px; } }
  @media screen and (max-width: 576px) {
    .optimizing__items .knowledge-article__item-title {
      position: relative;
      display: inline-block;
      margin-top: 15px;
      margin-left: 22px; }
      .optimizing__items .knowledge-article__item-title::before {
        content: counter(nums) ".";
        position: absolute;
        left: -22px;
        top: 0; } }
  @media screen and (max-width: 768px) {
    .optimizing__items .knowledge-article__item-line {
      top: 84%;
      left: 50px;
      width: 6px;
      height: 74%; } }
  @media screen and (max-width: 576px) {
    .optimizing__items .knowledge-article__item-line {
      transform: translateX(-50%);
      top: 107%;
      left: 50%;
      width: 6px;
      height: 50px; } }
  @media screen and (max-width: 768px) {
    .optimizing__items .knowledge-article__item-arrow {
      left: 42px;
      width: 24px;
      top: 148%;
      transform: rotate(90deg); } }
  @media screen and (max-width: 576px) {
    .optimizing__items .knowledge-article__item-arrow {
      left: 50%;
      width: 24px;
      top: 118%;
      transform: translateX(-50%) rotate(90deg); } }
  .optimizing__items .knowledge-article__item:nth-child(1) .knowledge-article__item-icon {
    background-color: #f9574a; }
  .optimizing__items .knowledge-article__item:nth-child(1) .knowledge-article__item-title {
    color: #f9574a; }
  .optimizing__items .knowledge-article__item:nth-child(1) .knowledge-article__item-arrow svg {
    fill: #58b2a2; }
  .optimizing__items .knowledge-article__item:nth-child(1) .knowledge-article__item-line {
    background: linear-gradient(to right, #f9574a, #58b2a2); }
    @media screen and (max-width: 768px) {
      .optimizing__items .knowledge-article__item:nth-child(1) .knowledge-article__item-line {
        background: linear-gradient(to bottom, #f9574a, #58b2a2); } }
  .optimizing__items .knowledge-article__item:nth-child(1) .knowledge-article__item-desk::before {
    background: #f9574a; }
  .optimizing__items .knowledge-article__item:nth-child(2) .knowledge-article__item-icon {
    background-color: #58b2a2; }
  .optimizing__items .knowledge-article__item:nth-child(2) .knowledge-article__item-title {
    color: #58b2a2; }
  .optimizing__items .knowledge-article__item:nth-child(2) .knowledge-article__item-arrow svg {
    fill: #758ad0; }
  .optimizing__items .knowledge-article__item:nth-child(2) .knowledge-article__item-line {
    background: linear-gradient(to right, #58b2a2, #758ad0); }
    @media screen and (max-width: 768px) {
      .optimizing__items .knowledge-article__item:nth-child(2) .knowledge-article__item-line {
        background: linear-gradient(to bottom, #58b2a2, #758ad0); } }
  .optimizing__items .knowledge-article__item:nth-child(2) .knowledge-article__item-desk::before {
    background: #58b2a2; }
  .optimizing__items .knowledge-article__item:nth-child(3) .knowledge-article__item-icon {
    background-color: #758ad0; }
  .optimizing__items .knowledge-article__item:nth-child(3) .knowledge-article__item-title {
    color: #758ad0; }
  .optimizing__items .knowledge-article__item:nth-child(3) .knowledge-article__item-arrow svg {
    fill: #aa7dd4; }
  .optimizing__items .knowledge-article__item:nth-child(3) .knowledge-article__item-line {
    background: linear-gradient(to right, #758ad0, #aa7dd4); }
    @media screen and (max-width: 768px) {
      .optimizing__items .knowledge-article__item:nth-child(3) .knowledge-article__item-line {
        background: linear-gradient(to bottom, #758ad0, #aa7dd4); } }
  .optimizing__items .knowledge-article__item:nth-child(3) .knowledge-article__item-desk::before {
    background: #758ad0; }
  .optimizing__items .knowledge-article__item:nth-child(4) .knowledge-article__item-icon {
    background-color: #aa7dd4; }
  .optimizing__items .knowledge-article__item:nth-child(4) .knowledge-article__item-title {
    color: #aa7dd4; }
  .optimizing__items .knowledge-article__item:nth-child(4) .knowledge-article__item-arrow,
  .optimizing__items .knowledge-article__item:nth-child(4) .knowledge-article__item-line {
    display: none; }
  .optimizing__items .knowledge-article__item:nth-child(4) .knowledge-article__item-desk::before {
    background: #aa7dd4; }
  .optimizing__items .knowledge-article__item-icon {
    width: 100px;
    height: 100px; }
    @media screen and (max-width: 576px) {
      .optimizing__items .knowledge-article__item-icon {
        width: 75px;
        height: 75px; }
        .optimizing__items .knowledge-article__item-icon img {
          width: 70%;
          height: 70%; } }
  @media screen and (max-width: 768px) {
    .optimizing__items .knowledge-article__item-right {
      padding: 0 52px 0 22px;
      text-align: left; } }
  @media screen and (max-width: 576px) {
    .optimizing__items .knowledge-article__item-right {
      text-align: center;
      padding: 0; } }
  .optimizing__items .knowledge-article__item-link-pic {
    width: 153px;
    left: 50%;
    position: relative;
    transform: translateX(-50%);
    margin-left: 16px; }
    @media screen and (max-width: 768px) {
      .optimizing__items .knowledge-article__item-link-pic {
        position: static;
        transform: translateX(0);
        width: 137px;
        margin-left: 0; } }
    @media screen and (max-width: 576px) {
      .optimizing__items .knowledge-article__item-link-pic {
        width: 161px;
        left: 50%;
        position: relative;
        transform: translateX(-50%);
        margin-left: 18px; } }

.learn {
  width: 66%; }
  @media screen and (max-width: 768px) {
    .learn {
      width: 100%;
      margin-bottom: 40px; } }
  @media screen and (max-width: 576px) {
    .learn {
      margin-bottom: 21px; } }

.learn__container {
  display: flex;
  height: 100%;
  padding: 28px 16px;
  flex-direction: column; }
  @media screen and (max-width: 768px) {
    .learn__container {
      padding: 23px 8px 32px; } }
  @media screen and (max-width: 576px) {
    .learn__container {
      padding: 23px 8px 10px 8px; } }

.learn__title {
  margin-bottom: 30px; }
  @media screen and (max-width: 768px) {
    .learn__title {
      margin-bottom: 34px; } }
  @media screen and (max-width: 576px) {
    .learn__title {
      margin-bottom: 34px; } }

.learn__content {
  height: 100%; }

.learn__items {
  padding: 0; }
  @media screen and (max-width: 576px) {
    .learn__items {
      flex-direction: column; } }
  .learn__items .knowledge-article__item-desk {
    position: relative;
    padding-bottom: 20px; }
    .learn__items .knowledge-article__item-desk::before {
      top: 98%; }
  .learn__items .knowledge-article__item {
    width: 31%; }
    @media screen and (max-width: 768px) {
      .learn__items .knowledge-article__item {
        width: 32%; } }
    @media screen and (max-width: 576px) {
      .learn__items .knowledge-article__item {
        width: 100%; } }
  @media screen and (max-width: 576px) {
    .learn__items .knowledge-article__item-content {
      margin-bottom: 42px; } }
  .learn__items .knowledge-article__item-text {
    padding: 8px 0; }
    @media screen and (max-width: 576px) {
      .learn__items .knowledge-article__item-text {
        padding: 8px; } }
  .learn__items .knowledge-article__item-title {
    margin-top: 15px; }
  .learn__items .knowledge-article__item-links {
    margin-top: 12px; }
  .learn__items .knowledge-article__item-link-text {
    padding: 6px 4px; }
  @media screen and (max-width: 768px) {
    .learn__items .knowledge-article__item-bottom {
      margin-top: 32px; } }
  @media screen and (max-width: 576px) {
    .learn__items .knowledge-article__item-bottom {
      margin-top: 13px; } }
  .learn__items .knowledge-article__item-icon {
    width: 75px;
    height: 75px; }
  .learn__items .knowledge-article__item:nth-child(1) .knowledge-article__item-desk::before {
    background: #69ab6c; }
  .learn__items .knowledge-article__item:nth-child(1) .knowledge-article__item-icon {
    background-color: #69ab6c; }
  .learn__items .knowledge-article__item:nth-child(1) .knowledge-article__item-title {
    color: #69ab6c; }
  .learn__items .knowledge-article__item:nth-child(1) .knowledge-article__item-text::after {
    background: #69ab6c; }
  .learn__items .knowledge-article__item:nth-child(2) .knowledge-article__item-desk::before {
    background: #e8813d; }
  .learn__items .knowledge-article__item:nth-child(2) .knowledge-article__item-icon {
    background-color: #e8813d; }
  .learn__items .knowledge-article__item:nth-child(2) .knowledge-article__item-title {
    color: #e8813d; }
  .learn__items .knowledge-article__item:nth-child(2) .knowledge-article__item-text::after {
    background: #e8813d; }
  .learn__items .knowledge-article__item:nth-child(3) .knowledge-article__item-desk::before {
    background: #35b0d8; }
  .learn__items .knowledge-article__item:nth-child(3) .knowledge-article__item-icon {
    background-color: #35b0d8; }
  .learn__items .knowledge-article__item:nth-child(3) .knowledge-article__item-title {
    color: #35b0d8; }
  .learn__items .knowledge-article__item:nth-child(3) .knowledge-article__item-text::after {
    background: #35b0d8; }

.google {
  width: 32%; }
  .google .section__wrap {
    margin-bottom: 11px; }
  @media screen and (max-width: 768px) {
    .google {
      width: 100%; } }

.google__container {
  height: 100%;
  padding: 26px 30px; }
  @media screen and (max-width: 768px) {
    .google__container {
      padding: 23px 40px 29px 40px; } }
  @media screen and (max-width: 576px) {
    .google__container {
      padding: 23px 20px 18px 20px; } }

.google__title {
  margin-bottom: 16px; }
  @media screen and (max-width: 576px) {
    .google__title {
      margin-bottom: 26px; } }

@media screen and (max-width: 768px) {
  .google__icon-wrap {
    width: 50%; } }

@media screen and (max-width: 576px) {
  .google__icon-wrap {
    width: 100%;
    margin-bottom: 29px; } }

.google__icon {
  width: 200px;
  height: 200px;
  margin: auto; }
  @media screen and (max-width: 768px) {
    .google__icon {
      margin-left: 26px; } }
  @media screen and (max-width: 576px) {
    .google__icon {
      margin: auto;
      width: 150px;
      height: 150px; } }

.google__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }
  @media screen and (max-width: 768px) {
    .google__content {
      flex-direction: row; } }
  @media screen and (max-width: 576px) {
    .google__content {
      flex-direction: column; } }

.google__text {
  color: #342b2b;
  font-size: 13px;
  line-height: 18px;
  padding: 10px 0;
  margin-top: 30px; }
  @media screen and (max-width: 768px) {
    .google__text {
      width: 50%;
      margin-top: 0;
      padding-left: 10px;
      padding-top: 37px; } }
  @media screen and (max-width: 576px) {
    .google__text {
      width: 100%;
      padding: 0; } }
  .google__text p:first-child {
    margin-bottom: 18px; }

.google__text-link {
  justify-content: center;
  margin-top: 38px; }
  @media screen and (max-width: 768px) {
    .google__text-link {
      margin-top: 30px;
      justify-content: flex-start; } }
  @media screen and (max-width: 576px) {
    .google__text-link {
      margin-top: 39px;
      justify-content: center; } }
  .google__text-link .section__bottom-link {
    margin: 0px; }
    .google__text-link .section__bottom-link::before {
      display: none; }

.horse-app {
  padding: 10px;
  background-color: #f5f5f5;
  display: flex;
  flex-direction: column; }
  .horse-app .map {
    margin: auto; }
  .horse-app .male-side {
    border-radius: 4px;
    overflow: hidden;
    margin: 12px 0; }

.horse-app__back {
  position: absolute;
  left: 0;
  top: 0;
  width: 35px;
  height: 31px;
  border-radius: 4px;
  background-color: #f5f5f5;
  text-align: center;
  line-height: 31px; }

.horse-app__container {
  position: relative;
  background-color: #fff;
  border-radius: 3px;
  border: 1px solid #dddddd;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
  border-top: none;
  padding: 10px; }
  .horse-app__container_scroll {
    min-height: calc(100vh - 20px); }

.horse-app__container::before {
  top: 0px;
  right: -1px;
  left: -1px;
  position: absolute;
  height: 5px;
  content: "";
  background-color: #5f0e0e;
  border-radius: 4px 4px 0 0; }

.horse-app__content {
  position: relative;
  text-align: center;
  display: flex;
  flex-direction: column; }
  .horse-app__content_scroll {
    height: calc(100vh - 42px); }

.horse-app__title {
  padding: 8px 0;
  color: #5f0e0e;
  font-family: Heebo;
  font-size: 18px;
  font-weight: 700; }

.horse-app__desc {
  color: #342b2b;
  font-size: 14px; }

.horse-app__article-title {
  letter-spacing: 0.5px;
  margin: 12px 0;
  position: relative;
  overflow: hidden;
  color: #968e8c;
  font-family: Heebo;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase; }

.horse-app__article-title::before,
.horse-app__article-title::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  height: 1px;
  background: #d8d8d8;
  border: solid #fff;
  border-width: 0 14px; }

.horse-app__article-title::before {
  margin-left: -100%; }

.horse-app__article-title::after {
  margin-right: -100%; }

.horse-app__article-sub-title {
  color: #342b2b;
  font-family: Heebo;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 8px; }

.horse-app__pic {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 170px;
  border-radius: 4px;
  background-color: #968e8c;
  margin: 10px 0; }

.horse-app__pic-desc {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  color: #ffffff;
  font-family: Heebo;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px; }

.horse-app__pic-desc::before {
  content: "";
  position: absolute;
  top: 0;
  background-position: center;
  background-repeat: no-repeat; }

.horse-app__pic-desc_male::before {
  left: -25px;
  width: 18px;
  height: 18px;
  background-image: url("../images/Horse_App/male_icon.png"); }

.horse-app__pic-desc_female::before {
  left: -19px;
  width: 12px;
  height: 18px;
  background-image: url("../images/Horse_App/female_icon.png"); }

.horse-app__pic img {
  max-width: 100%; }

.horse-male__pic {
  display: block;
  width: 100%;
  border-radius: 4px;
  margin: 16px 0;
  overflow: hidden; }

.horse-male__pic img {
  width: 100%; }

.horse-male__pic-bottom {
  color: #ffffff;
  font-family: Heebo;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  background-color: #968e8c;
  padding: 5px; }

.horse-app__article-list {
  overflow-y: auto;
  flex: 1; }

.horse-app__article-item {
  display: flex;
  align-items: center;
  padding: 5px 0px;
  text-align: left; }

.horse-app__article-link {
  width: 100%;
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: bold; }

.horse-app__article-icon {
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 46px;
  height: 46px;
  background-color: #f5f5f5;
  border-radius: 4px;
  margin-right: 12px;
  min-width: 46px; }
  .horse-app__article-icon img {
    max-width: inherit; }

.horse-app__article-icon_area {
  width: 38px;
  height: 50px;
  min-width: 38px; }

.horse-app__article-text {
  padding: 0 4px;
  color: #37373c;
  font-family: Heebo;
  font-size: 14px;
  font-weight: 700;
  transition: 0.3s; }

  .owl-carousel .owl-nav button.owl-next span, .owl-carousel .owl-nav button.owl-prev span {
    font-size: 42px;
  }

  /**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}