/** @define reference-footer; weak */
.reference-footer--bcg {
  /*background: -moz-linear-gradient(top,  #ff3236 0%, #ff3033 50%, #000000 50%, #000000 100%);
  background: -webkit-linear-gradient(top,  #ff3236 0%,#ff3033 50%,#000000 50%,#000000 100%);*/
  background: linear-gradient(to bottom, var(--colorMain) 0%, var(--colorMain) 215px, var(--colorSecondary) 215px, var(--colorSecondary) 100%);
  /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3236', endColorstr='#000000',GradientType=0 );*/
}
@media only screen and (min-width: 1400px) {
}
.reference-footer {
  padding: 50px 40px 0 40px;
  color: #ededed;
  background-color: #171719;
}
@media only screen and (min-width: 1200px) {
  .reference-footer {
    height: auto;
    min-height: 562px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .reference-footer {
    padding: 60px 350px 60px 80px;
  }
  .reference-footer:after {
    position: absolute;
    top: 75px;
    right: 0;
    width: 300px;
    height: 412px;
    background: url('/images/content/reference_300.png') no-repeat center;
    content: '';
  }
}
@media only screen and (min-width: 1400px) {
  .reference-footer {
    padding: 60px 550px 60px 80px;
    border-radius: 30px;
  }
  .reference-footer:after {
    position: absolute;
    top: -61px;
    right: 0;
    width: 498px;
    height: 684px;
    background: url('/images/content/reference_500.png') no-repeat center;
    content: '';
  }
}
@media only screen and (min-width: 1480px) {
  .reference-footer:after {
    right: -34px;
  }
}
.reference-footer .title {
  color: #ffffff;
  font-size: 33px;
  font-family: poppinssemibold, arial, Helvetica, sans-serif;
}
@media only screen and (min-width: 1000px) {
  .reference-footer .title {
    font-size: 40px;
  }
}
.reference-footer__wrapper {
  border-top: 1px solid #525252;
}
.reference-footer__item {
  position: relative;
  padding: 40px 0;
  border-bottom: 1px solid #525252;
}
.reference-footer__item:first-of-type {
  border-top: 1px solid #525252;
}
@media only screen and (min-width: 900px) {
  .reference-footer__item:first-of-type {
    padding-right: 40px;
    border-top: none;
    border-right: 1px solid #525252;
  }
}
@media only screen and (min-width: 900px) {
  .reference-footer__item:last-of-type {
    padding-left: 40px;
  }
}
.reference-footer__item .name {
  color: #ffffff;
}
.reference-footer__item .position {
  color: #d9d9d9;
}
@media only screen and (min-width: 900px) {
  .reference-footer__item {
    width: 50%;
    border: none;
  }
}
.reference-footer__item .icon_star {
  width: 20px;
  height: 20px;
}
.reference-footer__link {
  position: relative;
  z-index: 9;
  padding: 40px;
}
@media only screen and (min-width: 1000px) {
  .reference-footer__link {
    padding: 40px 80px;
  }
}
@media only screen and (min-width: 1400px) {
  .reference-footer__link {
    justify-content: flex-end;
    margin-right: 300px;
  }
}
.reference-footer__link .icon_arrow {
  width: 10px;
  height: 16px;
  margin-right: 20px;
}
.reference-footer__link a {
  color: #da0d21;
}
/** @define footer;  weak */
.footer {
  display: grid;
  grid-template-columns: auto;
  gap: 40px;
  justify-content: center;
  padding-top: 60px;
  text-align: center;
}
@media only screen and (min-width: 650px) {
  .footer {
    grid-template-columns: 50% 50%;
  }
}
@media only screen and (min-width: 1100px) {
  .footer {
    grid-template-columns: auto auto auto auto;
    gap: 0;
    justify-content: space-between;
    text-align: left;
  }
}
.footer__item a {
  color: var(--colorMainRevert);
}
.footer__item .logo img {
  width: 137px;
  height: 143px;
}
.footer__item .title {
  margin-bottom: 10px;
  font-size: 18px;
  text-transform: uppercase;
  font-family: poppinssemibold, arial, Helvetica, sans-serif;
}
.footer__item li {
  padding: 8px 0;
  list-style: none;
}
.footer__item .icon_facebook,
.footer__item .icon_phone,
.footer__item .icon_instagram {
  width: 22px;
  height: 22px;
}
.footer__item .icon_mail {
  width: 25px;
  height: 19px;
}
@media only screen and (min-width: 1100px) {
  .footer__logo {
    padding-left: 50px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 1099px) {
  .footer__basic {
    grid-row-start: 1;
    grid-row-end: 2;
    grid-column-start: 2;
    grid-column-end: 3;
  }
}
@media only screen and (min-width: 650px) and (max-width: 1099px) {
  .footer__services {
    grid-row-start: 2;
    grid-row-end: 3;
    grid-column-start: 2;
    grid-column-end: 3;
  }
}
@media only screen and (max-width: 1099px) {
  .footer__contact {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media only screen and (min-width: 650px) and (max-width: 1099px) {
  .footer__contact {
    grid-row-start: 2;
    grid-row-end: 3;
    grid-column-start: 1;
    grid-column-end: 2;
  }
}
.footer__contact .title {
  width: 100%;
}
.footer__contact .item {
  justify-content: flex-start;
  width: max-content;
  padding: 8px 0;
}
.footer__contact .icon {
  width: 70px;
}
@media only screen and (min-width: 1100px) {
  .footer__contact .icon {
    width: 50px;
  }
}
.footer__contact .wrapper {
  margin: 0 auto;
}
.footer__creator {
  padding: 30px 0;
  border-top: 1px solid #dbdbdb;
}
@media only screen and (min-width: 650px) {
  .footer__creator {
    grid-column-start: 1;
    grid-column-end: 3;
  }
}
@media only screen and (min-width: 1100px) {
  .footer__creator {
    grid-column-start: 2;
    grid-column-end: 5;
    margin-top: 30px;
  }
}
/** @define backtop;  weak */
.backtop {
  position: fixed;
  right: 15px;
  bottom: 130px;
  z-index: 9 !important;
  /*@media only screen and (min-width: 900px) {
    right: 30px;
    bottom: 100px;
  }

  @media only screen and (min-width: 1560px) {
    bottom: 20px;
  }*/
}
@media only screen and (min-width: 570px) {
  .backtop {
    bottom: 22px;
  }
}
.backtop__link {
  display: block;
  width: 40px;
  color: #666;
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  transition: 1s;
  /*@media only screen and (min-width: 1600px) {
    width: 60px;
  }*/
}
.backtop__link:hover {
  text-decoration: none;
}
.backtop__link:hover .backtop__text {
  color: #da0d21;
}
.backtop__link:hover .backtop__picture {
  background-color: #da0d21;
}
.backtop__picture {
  display: block;
  width: 40px;
  height: 40px;
  background: #e5e5e5 url('../../../images/up-arrow.png') no-repeat center center;
  border-radius: 5px;
  transition: 1s;
  /*@media only screen and (min-width: 1600px) {
    width: 50px;
    height: 50px;
    margin: 0 auto 7px auto;

    border-radius: 10px;
  }*/
}
.backtop__text {
  display: none;
  color: #000000;
  font-weight: bold;
  font-family: poppinsbold, arial, Helvetica, sans-serif;
  transition: all 1s ease-in-out;
  /* @media only screen and (min-width: 1600px) {
    display: inherit;
  }*/
}
.backtop__text:hover {
  color: #bebebe;
}
/*# sourceMappingURL=css/footer.css.map */