.custom-links-wrap.simple {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }
  .custom-links-wrap.simple .item-wrap {
    text-align: center;
    width: calc(100% / 3);
    margin: 20px auto;
    position: relative; }
    .custom-links-wrap.simple .item-wrap:nth-of-type(3n)::before, .custom-links-wrap.simple .item-wrap:nth-of-type(2n)::before {
      content: '';
      position: absolute;
      top: 50%;
      left: -2px;
      -webkit-transform: translate(0, -50%);
      -moz-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
      -o-transform: translate(0, -50%);
      transform: translate(0, -50%);
      height: 70px;
      width: 4px;
      background: var(--light-main-color); }
    .custom-links-wrap.simple .item-wrap a {
      display: inline-block;
      text-decoration: none; }
      .custom-links-wrap.simple .item-wrap a:hover .title {
        color: var(--main-color); }
    .custom-links-wrap.simple .item-wrap .title {
      color: var(--dark-color);
      font-size: 26px;
      font-weight: 700;
      letter-spacing: 3.77px;
      line-height: 1.3;
      display: block;
      -webkit-transition: all 450ms ease;
      -moz-transition: all 450ms ease;
      -ms-transition: all 450ms ease;
      -o-transition: all 450ms ease;
      transition: all 450ms ease; }
    .custom-links-wrap.simple .item-wrap .subtitle {
      display: block;
      margin-top: 20px;
      color: var(--grey-color);
      font-size: 12px;
      font-weight: 700;
      letter-spacing: 1.56px; }

@media only screen and (max-width: 1199px) {
  .custom-links-wrap.simple .item-wrap .title {
    font-size: 24px;
    letter-spacing: 2px; } }
@media only screen and (max-width: 768px) {
  .custom-links-wrap.simple .item-wrap {
    width: 50%; }
    .custom-links-wrap.simple .item-wrap .title {
      font-size: 22px;
      letter-spacing: 1px; }

  .custom-links-wrap.simple .item-wrap:nth-of-type(3n)::before {
    display: none; } }
@media only screen and (max-width: 576px) {
  .custom-links-wrap.simple .item-wrap {
    width: 100%; }
    .custom-links-wrap.simple .item-wrap:nth-of-type(2n)::before {
      display: none; }
    .custom-links-wrap.simple .item-wrap .subtitle {
      margin-top: 15px; } }
.custom-links-wrap.classic {
  display: -webkit-flex;
  display: flex;
  margin-left: -15px;
  width: calc(100% + 30px); }
  .custom-links-wrap.classic .wrap {
    max-width: 500px;
    border: 1px solid var(--main-color);
    padding: 50px 20px; }
  .custom-links-wrap.classic.light_style {
    color: var(--light-color); }
    .custom-links-wrap.classic.light_style .second-subtitle {
      color: var(--light-color);
      opacity: .8; }
  .custom-links-wrap.classic .item-wrap {
    text-align: center;
    width: 50%;
    padding: 0 15px; }
    .custom-links-wrap.classic .item-wrap:nth-of-type(odd) .wrap {
      margin-left: 0;
      margin-right: auto; }
    .custom-links-wrap.classic .item-wrap:not(:first-of-type), .custom-links-wrap.classic .item-wrap:not(:nth-of-type(2)) {
      margin-top: 30px; }
    .custom-links-wrap.classic .item-wrap .wrap {
      margin-right: 0;
      margin-left: auto;
      height: 100%;
      display: -webkit-flex;
      display: flex;
      align-items: center;
      flex-direction: column;
      justify-content: center; }
  .custom-links-wrap.classic .first-subtitle {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 30px;
    color: var(--main-color); }
  .custom-links-wrap.classic .second-subtitle {
    font-size: 17px;
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 5px;
    color: var(--grey-color); }
  .custom-links-wrap.classic .title {
    font-size: 36px;
    font-weight: 700;
    letter-spacing: 3px;
    margin-bottom: 30px; }

@media only screen and (max-width: 1199px) {
  .custom-links-wrap.classic .title {
    font-size: 29px; } }
@media only screen and (max-width: 991px) {
  .custom-links-wrap.classic .title {
    letter-spacing: 2px; } }
@media only screen and (max-width: 768px) {
  .custom-links-wrap.classic .title {
    font-size: 26px; } }
@media only screen and (max-width: 767px) {
  .custom-links-wrap.classic .second-subtitle {
    font-size: 15px; }
  .custom-links-wrap.classic .title {
    font-size: 24px; } }
@media only screen and (max-width: 600px) {
  .custom-links-wrap.classic {
    flex-direction: column; }
    .custom-links-wrap.classic .wrap {
      padding: 35px 20px; }
    .custom-links-wrap.classic .first-subtitle {
      margin-bottom: 25px; }
    .custom-links-wrap.classic .title {
      letter-spacing: 1px;
      margin-bottom: 25px; }
    .custom-links-wrap.classic .item-wrap {
      width: 100%;
      margin-top: 0 !important; }
      .custom-links-wrap.classic .item-wrap:not(:last-of-type) {
        margin-bottom: 15px !important; } }

/*# sourceMappingURL=custom-links.css.map */
