.calculators {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  width: 1620px;
  margin: 0 auto;
  margin-bottom: 92px; }
  @media screen and (max-width: 1799px) and (min-width: 1280px) {
    .calculators {
      width: 1240px; } }
  @media screen and (max-width: 1279px) and (min-width: 1023px) {
    .calculators {
      width: 1000px; } }
  @media screen and (max-width: 1023px) and (min-width: 800px) {
    .calculators {
      width: 760px; } }
  @media screen and (max-width: 799px) {
    .calculators {
      width: 440px; } }
  @media screen and (max-width: 1279px) and (min-width: 1024px) {
    .calculators {
      padding-top: 50px; } }
  @media screen and (max-width: 1023px) and (min-width: 800px) {
    .calculators {
      padding-top: 40px; } }
  @media screen and (max-width: 799px) {
    .calculators {
      padding-top: 45px;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      justify-content: center; } }
  .calculators .item {
    min-width: 527px;
    max-width: 527px;
    height: 486px;
    transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    position: relative;
    margin-right: 20px;
    background: #303030;
    overflow: hidden; }
    @media screen and (max-width: 1799px) and (min-width: 1280px) {
      .calculators .item {
        min-width: 400px;
        max-width: 400px; } }
    @media screen and (max-width: 1279px) and (min-width: 1024px) {
      .calculators .item {
        min-width: 320px;
        max-width: 320px;
        height: 412px; } }
    @media screen and (max-width: 1023px) and (min-width: 800px) {
      .calculators .item {
        min-width: 370px;
        max-width: 370px;
        margin-bottom: 20px; }
        .calculators .item:nth-child(2n+2) {
          margin-right: -2px; } }
    @media screen and (min-width: 1024px) {
      .calculators .item:nth-child(3n+3) {
        margin-right: -2px; } }
    @media screen and (max-width: 799px) {
      .calculators .item {
        min-width: 400px;
        max-width: 400px;
        margin-right: 0;
        margin-bottom: 20px; } }
    .calculators .item:before, .calculators .item:after {
      content: '';
      position: absolute;
      transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -webkit-transition: all 0.5s ease;
      z-index: 0; }
    .calculators .item:before {
      background: url("../../../../img/hexagon-big-min.png") center no-repeat;
      width: 306px;
      height: 372px;
      left: -120px;
      bottom: -110px; }
      @media screen and (max-width: 1799px) and (min-width: 1280px) {
        .calculators .item:before {
          left: -95px;
          bottom: -85px; } }
      @media screen and (max-width: 1279px) and (min-width: 1024px) {
        .calculators .item:before {
          left: -85px;
          bottom: -185px; } }
    .calculators .item:after {
      background: url("../../../../img/hexagon-min.png") center no-repeat;
      width: 177px;
      height: 155px;
      right: -25px;
      top: -50px; }
    .calculators .item .image {
      width: 100%;
      height: 120px;
      background-position: center !important;
      position: relative;
      z-index: 1;
      margin-top: 85px; }
      @media screen and (max-width: 1279px) and (min-width: 1024px) {
        .calculators .item .image {
          margin-top: 45px; } }
    .calculators .item .name {
      color: white;
      font-size: 24px;
      font-family: "NeoSansPro", Arial, Sans-Serif;
      text-transform: uppercase;
      text-transform: none;
      letter-spacing: 1.2px;
      text-align: center;
      line-height: 32px;
      width: 250px;
      margin: 50px auto 0 auto;
      display: table;
      text-decoration: none;
      height: 65px;
      position: relative;
      z-index: 1; }
      .calculators .item .name.key-0 {
        width: 160px; }
    .calculators .item .link {
      position: relative;
      color: white;
      font-size: 18px;
      font-family: "NeoSansPro", Arial, Sans-Serif;
      text-transform: uppercase;
      letter-spacing: 1.8px;
      text-decoration: underline;
      text-align: center;
      display: table;
      padding-right: 17px;
      margin: 47px auto 0 auto;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -webkit-transition: all 0.3s ease;
      background: url("../../../../img/link-arrow-white.png") right center no-repeat; }
      .calculators .item .link:hover:not(.noHover) {
        color: #ff291a;
        background: url("../../../../img/link-arrow-red.png") right center no-repeat; }

/*# sourceMappingURL=style.css.map */
