/* X-Small devices (mobiles, 630px and up) */
/* Small devices (tablets, 768px and up) */
/* Medium devices (desktops, 992px and up) */
/* Large devices (large desktops, 1200px and up) */
/* Extra large devices*/
.transition {
  transition: all 0.3s;
}
.container-settings {
  width: auto;
  max-width: 100%;
}
.container-settings--no-padding {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
@media only screen and (min-width: 1280px) {
  .container-settings {
    width: 1236px;
    max-width: 1236px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (min-width: 1800px) {
  .container-settings {
    width: 1480px;
    max-width: 1480px;
    padding: 0;
  }
}
.container-settings .custom-container-row {
  margin-left: 0;
  margin-right: 0;
}
@media only screen and (min-width: 1280px) {
  .container-settings .custom-container-row {
    margin-left: -16px;
    margin-right: -16px;
  }
}
@media only screen and (min-width: 1800px) {
  .container-settings .custom-container-row {
    margin-left: 0;
    margin-right: 0;
  }
}
@media only screen and (min-width: 1800px) {
  .container-settings .custom-container-row--wide-margin {
    margin-left: -16px;
    margin-right: -16px;
  }
}
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/**
 * ----------------------------------------
 * animation scale-up-center
 * ----------------------------------------
 */
@-webkit-keyframes scale-up-center {
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes scale-up-center {
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.model-cross-sales h2 {
  font-weight: 600;
  font-size: 21px;
  color: #575757;
  margin-bottom: 8px;
  margin-top: 18px;
  line-height: 28px;
}
.model-cross-sales hr {
  margin-top: 0;
  height: 0;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 1px solid #202524;
}
.model-cross-sales__boxes {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: start;
}
.model-cross-sales__link {
  display: flex;
  margin-bottom: 18px;
  margin-right: 18px;
  text-decoration: none;
  flex-wrap: wrap;
  flex-direction: column;
  color: #6F6F6F;
}
.model-cross-sales__link:hover {
  color: #6F6F6F;
  text-decoration: underline;
}
.model-cross-sales__link:hover .model-cross-sales__box img {
  opacity: 1;
}
.model-cross-sales__box {
  border-radius: 4px;
  width: 68px;
  height: auto;
  display: inline-flex;
  padding: 4px;
  box-sizing: border-box;
  align-items: center;
  justify-content: center;
  transition: all 0.4s ease-in-out;
  overflow: hidden;
}
.model-cross-sales__box img {
  width: auto;
  height: 90px;
}
.model-cross-sales__box3d {
  width: auto;
}
.model-cross-sales__box3d img {
  width: auto;
  height: 90px;
}
.model-cross-sales__count {
  text-align: center;
  color: #6F6F6F;
  font-size: 11px;
}
.model-cross-sales__number {
  color: #484857;
  font-size: 28px;
  font-weight: bold;
  line-height: 1;
}
.model-cross-sales__logo {
  transition: all 0.4s ease-in-out;
  opacity: 0.5;
}
.model-cross-sales__loader {
  color: #6F6F6F;
  font-size: 22px;
}
.model-cross-sales__loader i {
  animation: spin 2s linear infinite;
}
.model-cross-sales__title {
  width: 68px;
  margin-top: 10px;
  color: #6F6F6F;
  text-align: center;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: -0.6px;
  font-weight: lighter;
}
.model-cross-sales__title3d {
  width: auto;
}
