.circuitSmallBlock {
  margin: 100px 0;
}
.circuitSmallBlock.aos-animate .intro,
.circuitSmallBlock.aos-animate .link,
.circuitSmallBlock.aos-animate .circuitsSlider {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -o-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  -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;
}
.circuitSmallBlock.aos-animate .link {
  -webkit-transition-delay: 0.15s;
  -moz-transition-delay: 0.15s;
  -o-transition-delay: 0.15s;
  transition-delay: 0.15s;
}
.circuitSmallBlock.aos-animate .circuitsSlider {
  -webkit-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.circuitSmallBlock .circuitsSlider {
  margin-top: 30px;
  opacity: 0;
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -o-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
}
.circuitSmallBlock .circuitsSlider .innerWrapper {
  position: relative;
  height: 100%;
  width: 100%;
}
.circuitSmallBlock .circuitsSlider .innerWrapper .item .heightWrapper {
  position: relative;
}
.circuitSmallBlock .circuitsSlider .innerWrapper .item .mediumBigTitle {
  margin-bottom: 10px;
}
.circuitSmallBlock .circuitsSlider .innerWrapper .item .content {
  width: 320px;
  padding-right: 40px;
  display: inline-block;
  vertical-align: top;
}
.circuitSmallBlock .circuitsSlider .innerWrapper .item .content .specs .tinyTitle {
  margin-bottom: 10px;
  display: block;
}
.circuitSmallBlock .circuitsSlider .innerWrapper .item .content .specs .row .label,
.circuitSmallBlock .circuitsSlider .innerWrapper .item .content .specs .row .info {
  display: inline-block;
  vertical-align: top;
  width: 40%;
  font-size: 14px;
  line-height: 24px;
}
.circuitSmallBlock .circuitsSlider .innerWrapper .item .content .specs .row .label {
  color: #afafaf;
  width: 60%;
}
.circuitSmallBlock .circuitsSlider .innerWrapper .item .content .specs .row .info {
  font-weight: 600;
  font-style: italic;
  text-align: right;
}
.circuitSmallBlock .circuitsSlider .innerWrapper .item .content .text {
  color: #afafaf;
  margin-top: 20px;
}
.circuitSmallBlock .circuitsSlider .innerWrapper .item .content .socials {
  margin-top: 20px;
}
.circuitSmallBlock .circuitsSlider .innerWrapper .item .content .socials .items {
  margin-top: 5px;
}
.circuitSmallBlock .circuitsSlider .innerWrapper .item .content .socials .items a {
  color: #ffffff;
  margin-right: 20px;
  display: inline-block;
  -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;
}
.circuitSmallBlock .circuitsSlider .innerWrapper .item .content .socials .items a:hover {
  color: #bb3d42;
}
.circuitSmallBlock .circuitsSlider .innerWrapper .item .content .socials .items a:last-child {
  margin-right: 0;
}
.circuitSmallBlock .circuitsSlider .innerWrapper .item .image {
  width: calc(100% - 320px);
  display: inline-block;
  vertical-align: top;
}
.circuitSmallBlock .circuitsSlider .innerWrapper .item .image img {
  width: 100%;
}
@media all and (max-width: 1150px) {
  .circuitSmallBlock .circuitsSlider .innerWrapper .item .nextTitle {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
@media all and (max-width: 1024px) {
  .circuitSmallBlock .circuitsSlider .navigator {
    left: auto;
  }
  .circuitSmallBlock .circuitsSlider .navigator .moveButton {
    width: 55px;
    height: 55px;
  }
  .circuitSmallBlock .circuitsSlider .navigator .moveButton.disabled {
    visibility: visible;
    opacity: 0.2;
  }
  .circuitSmallBlock .circuitsSlider .navigator .moveButton i {
    margin-top: 0;
  }
  .circuitSmallBlock .circuitsSlider .navigator .moveButton svg {
    width: 100%;
    height: 100%;
  }
  .circuitSmallBlock .circuitsSlider .navigator .moveButton svg .circle {
    stroke-dashoffset: 0;
  }
  .circuitSmallBlock .circuitsSlider .navigator .moveButton svg .hoverCircle {
    display: none;
  }
  .circuitSmallBlock .circuitsSlider .innerWrapper .item .nextTitle {
    display: none;
  }
}
@media all and (max-width: 767px) {
  .circuitSmallBlock {
    margin: 50px 0;
  }
  .circuitSmallBlock .intro {
    padding-bottom: 20px;
  }
  .circuitSmallBlock .intro .contentWrapper {
    padding: 0;
  }
  .circuitSmallBlock .intro .link {
    position: static;
    margin-top: 10px;
  }
  .circuitSmallBlock .contentWrapper .circuitsSlider {
    height: auto !important;
  }
  .circuitSmallBlock .contentWrapper .circuitsSlider .navigator {
    width: 100%;
    position: relative;
    height: 90px;
    margin-bottom: -30px;
  }
  .circuitSmallBlock .contentWrapper .circuitsSlider .innerWrapper {
    width: calc(100% + 20px * 2);
    margin-left: -20px;
  }
  .circuitSmallBlock .contentWrapper .circuitsSlider .innerWrapper .item {
    position: relative;
    max-height: 0;
    overflow: hidden;
    padding: 0 20px;
    -webkit-transition: opacity 0.3s 0.3s, visibility 0.3s 0.3s, max-height 0s 0.3s;
    -moz-transition: opacity 0.3s 0.3s, visibility 0.3s 0.3s, max-height 0s 0.3s;
    -ms-transition: opacity 0.3s 0.3s, visibility 0.3s 0.3s, max-height 0s 0.3s;
    -o-transition: opacity 0.3s 0.3s, visibility 0.3s 0.3s, max-height 0s 0.3s;
    transition: opacity 0.3s 0.3s, visibility 0.3s 0.3s, max-height 0s 0.3s;
  }
  .circuitSmallBlock .contentWrapper .circuitsSlider .innerWrapper .item.active {
    max-height: 1000px;
    -webkit-transition: opacity 0.3s 0.3s, visibility 0.3s 0.3s, max-height 0s 0.3s;
    -moz-transition: opacity 0.3s 0.3s, visibility 0.3s 0.3s, max-height 0s 0.3s;
    -ms-transition: opacity 0.3s 0.3s, visibility 0.3s 0.3s, max-height 0s 0.3s;
    -o-transition: opacity 0.3s 0.3s, visibility 0.3s 0.3s, max-height 0s 0.3s;
    transition: opacity 0.3s 0.3s, visibility 0.3s 0.3s, max-height 0s 0.3s;
  }
  .circuitSmallBlock .contentWrapper .circuitsSlider .innerWrapper .item .mediumBigTitle {
    font-size: 30px;
    line-height: 20px;
    margin-bottom: 10px;
  }
  .circuitSmallBlock .contentWrapper .circuitsSlider .innerWrapper .item .cols {
    display: table;
  }
  .circuitSmallBlock .contentWrapper .circuitsSlider .innerWrapper .item .cols .content {
    display: table-footer-group;
    width: 100%;
  }
  .circuitSmallBlock .contentWrapper .circuitsSlider .innerWrapper .item .cols .content .specs,
  .circuitSmallBlock .contentWrapper .circuitsSlider .innerWrapper .item .cols .content .text {
    max-width: 500px;
    width: 100%;
  }
  .circuitSmallBlock .contentWrapper .circuitsSlider .innerWrapper .item .cols .image {
    width: 100%;
    max-width: 600px;
    position: static;
    margin: 20px 0;
  }
  .circuitSmallBlock .contentWrapper .circuitsSlider .innerWrapper .item .cols .image img {
    position: static;
  }
}
