/*!********************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./src/scss/components/mixin__download-latest/style.scss ***!
  \********************************************************************************************************************************************************************************************************/
/**
 * Foundation for Sites
 * Version 6.8.1
 * https://get.foundation
 * Licensed under MIT Open Source
 */
/* stylelint-disable scss/no-global-function-names */
/* stylelint-disable scss/no-global-function-names */
/**
 * Foundation for Sites
 * Version 6.8.1
 * https://get.foundation
 * Licensed under MIT Open Source
 */
.download-latest {
  display: block;
}
.download-latest__title {
  display: flex;
  align-items: center;
}
.download-latest__title span {
  display: flex;
}
.download-latest__title.archive {
  justify-content: center;
  padding: 15px 0;
}
.download-latest__img {
  display: block;
  margin-left: 20px;
  margin-bottom: 22px;
}
.download-latest__img img {
  margin: 0px;
}
.download-latest__descr {
  color: #919191;
  font-size: 12px;
  padding-left: 24px;
}

.download-latest--mobile {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10%;
  height: 120px;
}
@media (max-width: 1023px) {
  .download-latest--mobile {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 12px 0px;
    transform: translateY(0);
    top: auto;
    right: 0;
    position: relative;
    margin-bottom: 20px;
  }
  .download-latest--mobile:after {
    position: absolute;
    content: "";
    left: calc(50% - 22px);
    top: 0;
    width: 50vw;
    height: 100%;
    background-color: #f4f4f4;
    z-index: -1;
  }
  .download-latest--mobile:before {
    position: absolute;
    content: "";
    right: calc(50% + 22px);
    top: 0;
    height: 100%;
    width: 50vw;
    background-color: #f4f4f4;
    z-index: -1;
  }
  .download-latest--mobile .download-latest__img {
    position: absolute;
    max-width: 68px;
    right: 0px;
    margin-bottom: 0px;
  }
  .download-latest--mobile .download-latest__title {
    position: relative;
    left: -32px;
    max-width: 220px;
  }
  .download-latest--mobile .download-latest__title .icon {
    margin-right: 10px;
  }
  .download-latest--mobile .download-latest__descr {
    padding-left: 0px;
  }
}

.download-latest--dekstop {
  background-color: #fff;
  padding: 10px;
  margin: auto;
  position: relative;
  margin-bottom: 16px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .download-latest--dekstop {
    display: none;
  }
}
.download-latest--dekstop.download-latest .download-latest__img {
  padding-left: 0px;
  margin-left: 0px;
  align-self: flex-start;
  margin-bottom: 0px;
  width: 100%;
  transition: all 0.4s ease;
  overflow: hidden;
  height: 180px;
}
.download-latest--dekstop.download-latest .download-latest__img .img-wrap {
  display: block;
  position: relative;
  transition: all 0.4s ease;
  top: 0px;
  margin: auto;
}
.download-latest--dekstop.download-latest .download-latest__img .look {
  position: absolute;
  text-align: center;
  color: #281f26;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 175px;
  top: -50px;
  opacity: 0;
  transition: all 0.4s ease;
  margin-bottom: 11px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  pointer-events: none;
}
.download-latest--dekstop.download-latest .download-latest__img:hover {
  background-color: #fff;
  border-radius: 4px;
}
.download-latest--dekstop.download-latest .download-latest__img:hover .img-wrap {
  display: block;
  position: relative;
  top: 91px;
}
.download-latest--dekstop.download-latest .download-latest__img:hover .look {
  position: absolute;
  opacity: 1;
  top: 20px;
}
.download-latest--dekstop .icon {
  margin-right: 9px;
}
@media (max-width: 1023px) {
  .download-latest--dekstop .icon {
    max-width: none;
  }
}
.download-latest--dekstop .download-latest__title {
  margin-top: 16px;
  font-size: 16px;
  margin-right: auto;
  stroke: #af226f;
}
.download-latest--dekstop .download-latest__title .icon {
  flex: 0 0 auto;
}
.download-latest--dekstop .download-latest__title:hover {
  color: #cc468f;
}
.download-latest--dekstop .download-latest__title:hover .icon {
  flex: 0 0 auto;
  stroke: #cc468f;
}
.download-latest--dekstop .download-latest__descr {
  padding-left: 32px;
  margin-right: auto;
}
@media (max-width: 1023px) {
  .download-latest--dekstop .archive {
    display: none;
  }
}

.download-latest--section {
  margin-bottom: 60px;
}
