#vikiApp .section-search {
  background: linear-gradient(180deg, #0958C4 0%, #2475E3 100%);
  padding: 50px 0px 74px; }
  #vikiApp .section-search .title {
    font-family: "Gotham Pro";
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    line-height: 64px;
    color: #FFFFFF; }
    @media only screen and (max-width: 992px) {
      #vikiApp .section-search .title {
        text-align: center; } }
  #vikiApp .section-search .subtitle {
    font-size: 20px;
    line-height: 30px;
    color: #FFFFFF;
    padding-bottom: 36px; }
    @media only screen and (max-width: 992px) {
      #vikiApp .section-search .subtitle {
        text-align: center; } }
  #vikiApp .section-search .form-block .row {
    align-items: center; }
    #vikiApp .section-search .form-block .row button {
      background: #FFB607;
      box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.15);
      border-radius: 100px;
      width: 100%;
      max-width: 336px;
      height: 66px;
      outline: none;
      font-family: "Gotham Pro";
      font-style: normal;
      font-weight: bold;
      font-size: 24px;
      line-height: 32px;
      border: 0; }
      @media only screen and (max-width: 992px) {
        #vikiApp .section-search .form-block .row button {
          margin: 0 auto;
          display: block; } }
    #vikiApp .section-search .form-block .row input {
      background: #FFFFFF;
      box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.15);
      border-radius: 10px;
      height: 66px; }
      @media only screen and (max-width: 992px) {
        #vikiApp .section-search .form-block .row input {
          margin-bottom: 15px; } }
#vikiApp .section-category {
  padding: 51px 0;
  background: #F3F6F7; }
  #vikiApp .section-category span {
    display: none; }
  @media only screen and (max-width: 992px) {
    #vikiApp .section-category {
      padding: 12px 0 9px;
      position: relative; }
      #vikiApp .section-category span {
        display: block;
        position: absolute;
        color: #0857C3;
        top: 24px;
        right: 20px;
        border-top: 0.35em solid;
        border-right: 0.35em solid transparent;
        border-bottom: 0;
        border-left: 0.35em solid transparent; } }
  #vikiApp .section-category .category-items {
    display: flex;
    color: #0857C3; }
    @media only screen and (max-width: 992px) {
      #vikiApp .section-category .category-items {
        display: block;
        max-height: 32px;
        overflow: hidden; }
        #vikiApp .section-category .category-items.show {
          max-height: none !important; } }
    #vikiApp .section-category .category-items .item {
      position: relative;
      padding-right: 20px;
      margin-right: 20px;
      font-size: 24px;
      line-height: 32px;
      cursor: pointer;
      max-width: 90%; }
      @media only screen and (max-width: 992px) {
        #vikiApp .section-category .category-items .item {
          font-size: 18px;
          padding-right: 0px;
          margin-right: 0px; } }
      #vikiApp .section-category .category-items .item.active {
        font-weight: bold;
        text-decoration-line: underline; }
      #vikiApp .section-category .category-items .item:hover {
        font-weight: bold;
        text-decoration-line: underline; }
      #vikiApp .section-category .category-items .item:after {
        content: "";
        position: absolute;
        right: 0;
        width: 0;
        height: 24px;
        bottom: 5px;
        border-right: 1px solid #0857C3; }
        @media only screen and (max-width: 992px) {
          #vikiApp .section-category .category-items .item:after {
            content: none; } }
    #vikiApp .section-category .category-items .item:last-child:after {
      content: none; }
#vikiApp .section-category-alfa {
  padding: 0; }
  #vikiApp .section-category-alfa .group svg {
    display: none; }
  @media only screen and (max-width: 992px) {
    #vikiApp .section-category-alfa .group {
      display: flex;
      align-items: center; }
      #vikiApp .section-category-alfa .group svg {
        display: block; } }
  #vikiApp .section-category-alfa .category-items {
    display: flex;
    padding: 38px 0 35px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05); }
    @media only screen and (max-width: 992px) {
      #vikiApp .section-category-alfa .category-items {
        overflow-x: scroll;
        width: 85%;
        margin: 0 auto;
        padding: 18px 0 20px; }
        #vikiApp .section-category-alfa .category-items::-webkit-scrollbar {
          width: 0px;
          background: rgba(255, 255, 255, 0);
          height: 0px; } }
    #vikiApp .section-category-alfa .category-items .item {
      margin-right: 27px;
      font-size: 24px;
      line-height: 29px;
      cursor: pointer; }
      #vikiApp .section-category-alfa .category-items .item.active {
        color: #0857C3;
        font-weight: bold;
        text-decoration-line: underline; }
      #vikiApp .section-category-alfa .category-items .item:hover {
        color: #0857C3;
        font-weight: bold;
        text-decoration-line: underline; }
#vikiApp .tems-block .container > button {
  display: none; }
  @media only screen and (max-width: 992px) {
    #vikiApp .tems-block .container > button {
      display: block;
      background: #FFFFFF;
      border: 1px solid #0857C3;
      box-sizing: border-box;
      border-radius: 52px;
      width: 100%;
      height: 52px;
      color: #0857C3;
      font-weight: 500;
      font-size: 18px;
      line-height: 32px;
      font-family: "Gotham Pro"; } }
#vikiApp .tems-block .items .terms-group {
  padding-bottom: 50px; }
  @media only screen and (max-width: 992px) {
    #vikiApp .tems-block .items .terms-group {
      padding-bottom: 46px;
      border-bottom: 1px solid rgba(0, 0, 0, 0.05);
      margin-bottom: 25px; }
      #vikiApp .tems-block .items .terms-group.hide {
        display: none; } }
  #vikiApp .tems-block .items .terms-group .title {
    font-family: "Gotham Pro";
    font-style: normal;
    font-weight: bold;
    font-size: 56px;
    line-height: 67px;
    color: #0857C3;
    padding-bottom: 24px; }
  #vikiApp .tems-block .items .terms-group .term {
    font-family: "Gotham Pro";
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 24px;
    padding-bottom: 20px; }
    #vikiApp .tems-block .items .terms-group .term a:hover {
      color: #0857C3;
      text-decoration-line: underline; }
    #vikiApp .tems-block .items .terms-group .term.hide {
      display: none; }
    #vikiApp .tems-block .items .terms-group .term .title_sub {
      font-size: 16px;
      line-height: 15px;
      color: #828282;
      padding-top: 20px; }
  #vikiApp .tems-block .items .terms-group .term.trigger-more-terms {
    color: #0857C3;
    text-decoration-line: underline;
    cursor: pointer; }
#vikiApp .search-tems-block .title {
  font-family: "Gotham Pro";
  font-style: normal;
  font-weight: bold;
  font-size: 36px;
  line-height: 64px;
  color: #3D3935;
  padding-bottom: 15px; }
  #vikiApp .search-tems-block .title span {
    color: #0857C3; }
#vikiApp .search-tems-block .row {
  margin-top: 45px; }
#vikiApp .search-tems-block .term {
  padding-bottom: 85px; }
  #vikiApp .search-tems-block .term .title {
    font-style: normal;
    font-weight: 500;
    font-size: 28px;
    line-height: 27px;
    color: #333333;
    padding-bottom: 25px; }
  #vikiApp .search-tems-block .term .title_sub {
    font-size: 18px;
    line-height: 17px;
    color: #828282;
    padding-bottom: 10px; }
  #vikiApp .search-tems-block .term .description {
    font-size: 20px;
    line-height: 30px;
    padding-bottom: 23px; }
  #vikiApp .search-tems-block .term a.link {
    color: #0857C3;
    text-decoration-line: underline;
    font-size: 22px;
    line-height: 21px; }
#vikiApp .search-tems-block .notResultSearch {
  color: #FF1111;
  font-weight: normal;
  font-size: 28px; }
#vikiApp .tem-block {
  padding-bottom: 158px; }
  #vikiApp .tem-block .action-back {
    display: flex;
    padding-top: 20px; }
  #vikiApp .tem-block .title {
    font-family: "Gotham Pro";
    font-style: normal;
    font-weight: bold;
    font-size: 56px;
    line-height: 67px;
    color: #0857C3;
    padding-bottom: 30px; }
  #vikiApp .tem-block .title_sub {
    font-size: 30px;
    line-height: 29px;
    color: #828282;
    padding-bottom: 45px; }
  #vikiApp .tem-block .description {
    font-family: "Gotham Pro";
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 40px; }

.top-terms .title {
  font-family: "Gotham Pro";
  font-style: normal;
  font-weight: bold;
  font-size: 32px;
  line-height: 64px;
  color: #3D3935;
  padding-bottom: 30px; }
.top-terms .item {
  font-family: "Gotham Pro";
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 24px;
  padding-bottom: 24px; }
  .top-terms .item a:hover {
    color: #0857C3;
    text-decoration-line: underline; }

.section-subscribe {
  padding: 104px 0 120px;
  background: #0857C3; }
  @media only screen and (max-width: 992px) {
    .section-subscribe {
      padding: 53px 0 75px; } }
  .section-subscribe .title {
    font-size: 52px;
    line-height: 60px;
    color: #FFFFFF;
    font-family: "Gotham Pro";
    font-style: normal;
    font-weight: bold; }
    @media only screen and (max-width: 992px) {
      .section-subscribe .title {
        font-size: 28px;
        line-height: 36px; } }
  .section-subscribe .subtitle {
    font-size: 42px;
    line-height: 50px;
    color: #FFFFFF;
    padding-bottom: 40px; }
    @media only screen and (max-width: 992px) {
      .section-subscribe .subtitle {
        font-size: 18px;
        line-height: 24px; } }
  .section-subscribe .form-block {
    max-width: 985px;
    margin: 0 auto; }
    .section-subscribe .form-block input {
      background: #FFFFFF;
      box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.15);
      border-radius: 10px;
      margin-bottom: 45px;
      height: 66px; }
      @media only screen and (max-width: 992px) {
        .section-subscribe .form-block input {
          height: 50px;
          margin-bottom: 15px; } }
    .section-subscribe .form-block .search {
      background: #FFB607;
      box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.15);
      border-radius: 100px;
      width: 100%;
      max-width: 361px;
      border: 0px;
      outline: none;
      height: 66px;
      font-family: "Gotham Pro";
      font-style: normal;
      font-weight: bold;
      font-size: 24px;
      line-height: 32px; }
      @media only screen and (max-width: 992px) {
        .section-subscribe .form-block .search {
          max-width: 210px;
          margin: 0 auto 30px;
          display: block;
          height: 50px; } }
    .section-subscribe .form-block .telegram {
      width: 100%;
      height: 66px;
      background: #FFFFFF;
      box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.15);
      border-radius: 100px;
      font-weight: bold;
      font-size: 24px;
      line-height: 32px;
      border: 0px;
      outline: none;
      display: flex;
      align-items: center;
      justify-content: center; }
      .section-subscribe .form-block .telegram svg {
        margin-right: 7px; }
      @media only screen and (max-width: 992px) {
        .section-subscribe .form-block .telegram {
          height: 32px;
          width: 100%;
          max-width: 300px;
          font-weight: bold;
          font-size: 12px;
          line-height: 32px;
          margin: 0 auto;
          display: block; } }

.post-with-include, .last-post {
  margin-bottom: 80px; }
  @media only screen and (max-width: 992px) {
    .post-with-include, .last-post {
      margin-bottom: 10px; } }
  .post-with-include .title, .last-post .title {
    color: #3D3935;
    font-size: 32px;
    font-family: "Gotham Pro";
    font-style: normal;
    font-weight: bold;
    line-height: 64px;
    padding-bottom: 37px; }

/*# sourceMappingURL=viki.css.map */
