.homeLinksBlock {
  background: #474543;
  margin: 100px 0;
  margin-bottom: 150px;
  color: #ffffff;
  margin-top: -1px;
}
.homeLinksBlock.lessMargin {
  margin: 100px 0 80px 0;
}
.homeLinksBlock .links {
  width: calc(100% + 20px);
  margin-left: -10px;
}
.homeLinksBlock .links .link {
  width: calc(33.3333% - 20px);
  margin: 0 10px;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 20px;
  opacity: 0;
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -o-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
  pointer-events: none;
  -webkit-transition: opacity 0.45s 0.3s, transform 0.45s 0.3s;
  -moz-transition: opacity 0.45s 0.3s, transform 0.45s 0.3s;
  -ms-transition: opacity 0.45s 0.3s, transform 0.45s 0.3s;
  -o-transition: opacity 0.45s 0.3s, transform 0.45s 0.3s;
  transition: opacity 0.45s 0.3s, transform 0.45s 0.3s;
}
.homeLinksBlock .links .link.is-inview {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  pointer-events: all;
}
.homeLinksBlock .links .link:hover .image .innerImage {
  -webkit-transform: translate3d(0, 0, 0) scale(1.1);
  -moz-transform: translate3d(0, 0, 0) scale(1.1);
  -o-transform: translate3d(0, 0, 0) scale(1.1);
  -ms-transform: translate3d(0, 0, 0) scale(1.1);
  transform: translate3d(0, 0, 0) scale(1.1);
}
.homeLinksBlock .links .link:hover .linkContent {
  background: #FAD7BE;
}
.homeLinksBlock .links .link:hover .linkContent .price i {
  margin-right: 0;
  color: #883a61;
}
.homeLinksBlock .links .link.big {
  width: calc(66.6666% - 20px);
}
.homeLinksBlock .links .link.big .image {
  padding-bottom: calc(50% - 10px);
}
.homeLinksBlock .links .link .image {
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  position: relative;
  overflow: hidden;
}
.homeLinksBlock .links .link .image .innerImage {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  -moz-transform: translate3d(0, 0, 0) scale(1);
  -o-transform: translate3d(0, 0, 0) scale(1);
  -ms-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.homeLinksBlock .links .link .linkContent {
  display: block;
  padding: 30px 20px;
  height: 115px;
  background: #FCECE3;
  color: #474543;
  margin-top: -1px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.homeLinksBlock .links .link .linkContent .smallTitle {
  display: block;
  margin-bottom: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.homeLinksBlock .links .link .linkContent .price {
  display: block;
}
.homeLinksBlock .links .link .linkContent .price .innerPrice {
  display: inline-block;
  color: #883a61;
  margin-left: 10px;
  font-weight: 600;
}
.homeLinksBlock .links .link .linkContent .price i {
  margin-right: 10px;
  float: right;
  line-height: 24px;
  color: #474543;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.homeLinksBlock .links .link .imageContainer {
  width: 100%;
  height: 0;
  padding-bottom: calc(100% + 115px);
  position: relative;
}
.homeLinksBlock .links .link .imageContainer .imageWrapper {
  height: 280px;
  left: 50%;
  position: absolute;
  top: 50%;
  width: 280px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.homeLinksBlock .links .link .imageContainer .imageWrapper .innerImage {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  overflow: hidden;
}
.homeLinksBlock .links .link .imageContainer .imageWrapper .innerImage .mask {
  height: 145%;
  left: 50%;
  position: absolute;
  top: 50%;
  width: 145%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  animation: spinAbsolute 20s linear infinite;
  z-index: 1;
}
.homeLinksBlock .links .link .imageContainer .imageWrapper .innerImage .mask svg path {
  fill: #474543;
}
.homeLinksBlock .links .link .imageContainer .imageWrapper .innerImage .backgroundImage {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.homeLinksBlock .links .link .imageContainer .imageWrapper .stars {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.homeLinksBlock .links .link .imageContainer .imageWrapper .stars .star:first-child {
  top: -40px;
  left: 30px;
}
.homeLinksBlock .links .link .imageContainer .imageWrapper .stars .star:nth-child(2) {
  right: 0px;
  left: auto;
  top: auto;
  bottom: 0px;
  width: 25px;
  height: 25px;
}
.homeLinksBlock .links .link .imageContainer .imageWrapper .stars .star:nth-child(2) svg {
  -webkit-transition: opacity 0.45s 0.6s, transform 0.45s 0.6s;
  -moz-transition: opacity 0.45s 0.6s, transform 0.45s 0.6s;
  -ms-transition: opacity 0.45s 0.6s, transform 0.45s 0.6s;
  -o-transition: opacity 0.45s 0.6s, transform 0.45s 0.6s;
  transition: opacity 0.45s 0.6s, transform 0.45s 0.6s;
}
@keyframes spinAbsolute {
  from {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    -moz-transform: translate(-50%, -50%) rotate(0deg);
    -o-transform: translate(-50%, -50%) rotate(0deg);
    -ms-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
    -moz-transform: translate(-50%, -50%) rotate(360deg);
    -o-transform: translate(-50%, -50%) rotate(360deg);
    -ms-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@media all and (max-width: 1024px) {
  .homeLinksBlock .links .link.big,
  .homeLinksBlock .links .link.imageContainer {
    width: calc(50% - 20px);
  }
  .homeLinksBlock .links .link.big .image,
  .homeLinksBlock .links .link.imageContainer .image {
    padding-bottom: calc(66.6666% - 10px);
  }
  .homeLinksBlock .links .link.big .imageContainer,
  .homeLinksBlock .links .link.imageContainer .imageContainer {
    padding-bottom: calc(66.6666% + 115px);
  }
}
@media all and (max-width: 767px) {
  .homeLinksBlock {
    margin: 50px 0 !important;
    margin-bottom: -50px !important;
  }
  .homeLinksBlock.lessMargin {
    margin: 50px 0 30px 0 !important;
  }
  .homeLinksBlock .links .link {
    width: calc(50% - 20px);
  }
  .homeLinksBlock .links .link.big .image {
    padding-bottom: 100%;
  }
  .homeLinksBlock .links .link.imageContainer {
    width: calc(100% - 20px);
  }
  .homeLinksBlock .links .link.imageContainer .imageContainer {
    padding-bottom: 0;
    height: 400px;
  }
}
@media all and (max-width: 490px) {
  .homeLinksBlock .links .link {
    width: calc(100% - 20px);
  }
  .homeLinksBlock .links .link.big {
    width: calc(100% - 20px);
  }
  .homeLinksBlock .links .link.big .image {
    padding-bottom: 100%;
  }
  .homeLinksBlock .links .link.imageContainer {
    width: calc(100% - 20px);
  }
  .homeLinksBlock .links .link.imageContainer .imageContainer {
    padding-bottom: 0;
    height: 400px;
  }
}
/*# sourceMappingURL=home_links_block.css.map */