* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
body {
    font-family: 'Roboto',sans-serif;
    background-color: #212121;
    color: black;
}
.page-inner{
  max-width: 1450px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  background-color: white;
}
.rect-btn {
    cursor: pointer;
    padding: 12px 20px;
    border-radius: 2px;
    font-weight: bold;
    font-size: 14px;
    display: inline-block;
    text-transform: uppercase;
    border: 0;
    text-decoration: none;
    margin-right: 10px;
}
.rect-btn.rect-btn-yellow {
    background-color: #ffba00;
    color: black;
}
.rect-btn.rect-btn-yellow:hover {
    background-color: #edad01;
}
.rect-btn__arrow{
  margin-left: 7px;
  width: 11px;
  height: 11px;
}
.stability-banner{
  position: relative;
}
.stability-banner__img{
  width: 100%;
  display: block;
}
.stability-banner__details{
  color: white;
  width: 430px;
  box-sizing: border-box;
  position: absolute;
  top: 226.5px;
}
/**/
.stability-banner__info {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}
.stability-banner__subtitle {
  font-size: 20px;
  font-weight: bold;
  margin: 0;
  margin-bottom: 10px;
  color: inherit;
  text-transform: uppercase;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
}
.stability-banner__title {
  font-size: 35px;
  font-family: "proxima_nova_rgbold", sans-serif;
  font-weight: bold;
  line-height: 1.1;
  margin: 0;
  margin-bottom: 10px;
  color: #fff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
}
.stability-banner__description {
  background: rgba(0, 0, 0, 0.5);
  padding: 20px;
  color: #fff;
}
.stability-banner__link {
  color: #fff;
  text-decoration: none;
}
/**/
.transparent-box{
  background: rgba(0,0,0,0.5);
  padding: 10px;
  position: relative;
}
.transparent-box::before {
  content: '';
  width: 96px;
  height: 34px;
  background-repeat: no-repeat;
  background-image: url(../img/down-icon.png);
  position: absolute;
  bottom: -100px;
  left: calc(50% - 48px);
}
.stability-banner__text{
  font-size: 35px;
  margin-bottom: 10px;
  font-weight: 100;
}
.stability-banner__r{
  font-size: xx-small;
}
/* .content{
  background: #fff;
  margin: 0 auto;
  width: 100%;
  max-width: 1450px;
} */
.conditions{
  display: flex;
  justify-content: space-around;
  padding: 60px 0;
  position: relative;
}
.conditions__item{
  text-align: center;
}
.conditions__item:hover .conditions__img{
  animation-name: bounce;
  animation-duration: .5s;
}
.conditions__img{
  width: 60px;
  height: 60px;
  margin-bottom: 30px;
}
.conditions__text{
  font-weight: 600;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 1.5;
}
.conditions::before{
  position: absolute;
  content: '[';
  color: #ffba00;
  font-size: 150px;
  left: 5px;
  top: calc(50% - 80px);
}
.conditions::after{
  position: absolute;
  content: ']';
  color: #ffba00;
  font-size: 150px;
  right: 5px;
  top: calc(50% - 80px);
}
.credit{
  width: 100%;
  background: #e8e8e8;
  padding: 35px 0;
  margin-bottom: 12px;
}
.credit__wrapper{
  max-width: 1250px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.credit__header{
  /* margin-right: 70px; */
  width: 60%;
}
.credit__title{
  font-weight: 600;
  text-transform: uppercase;
  font-size: 24px;
  margin-bottom: 8px;
  text-align: center;
}
.credit__text{
  font-size: 15px;
  line-height: 1.5;
}
.credit__text_center{
  text-align: center;
  margin-bottom: 20px;
}
.credit__mt{
  margin-top: 25px;
}
.credit__disclamer{
  font-size: 15px;
  line-height: 1.5;
}
.credit__btn-wrapper{
  text-align: center;
  width: 40%;
}
.service{
  padding: 40px 35px 0px 35px;
}
.service__list{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.service__col{
  width: 48%;
}
.service__item{
  display: flex;
  align-items: flex-start;
}
.service__title-wrapper{
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
}
.service__title-img{
  margin-right: 20px;
  width: 130px;
  height: 130px;
}
.service__title{
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 600;
  text-align: center;
}
.service__img{
  width: 65px;
  height: 65px;
  min-width: 65px;
  margin-right: 25px;
}
.service__img_tools{
  width: 60px;
  height: 60px;
  min-width: 60px;
}
.service__info{
  margin-bottom: 40px;
}
.service__subtitle{
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 15px;
}
.service__text{
  font-size: 15px;
  line-height: 1.5;
}
.service-list{
  font-size: 15px;
  margin-top: 10px;
}
.service-list__item{
  line-height: 1.5;
  position: relative;
  list-style: none;
}
.service-list__item::before{
  position: absolute;
  content: '';
  left: -14px;
  top: 8px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #ffba00;
}
.service__item:hover .service__img{
  animation-name: bounce;
  animation-duration: .5s;
}

.dop{
  padding: 40px 35px 40px 35px;
}
.dop__title{
  font-size: 18px;
  /* font-style: italic; */
  text-align: center;
  font-weight: 600;
  margin-bottom: 50px;
  text-transform: uppercase;
}
.dop__disclamer{
  font-size: 15px;
  font-weight: 600;
  /* font-style: italic; */
  text-align: center;
  margin: 25px 0;
}

.credit__toggler{
  color:rgba(0,0,0,.87);
  transition: color .3s ease-in-out;
  text-decoration: underline;
}
.credit__toggler:hover{
  color:#ffba00;
}
.credit__toggle-content{
  display: none;
}
.credit__preview{
  max-width: 800px;
  margin: 0 auto;
  padding: 50px 0;
}
.credit__preview p{
  line-height: 1.3;
}
.credit__preview-text_center{
  text-align: center;
  font-weight: 600;
}
.fb-promo__container {
  width: 100%;
  margin-bottom: 70px;
}
.fb-promo__container-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.fb-promo__container-item {
  width: 33%;
  display: inline-block;
  padding: 20px 0;
}
.fb-promo__container-item .content {
  width: 80%;
  border-bottom: 1px solid #bdbdbd;
  text-align: center;
  padding-bottom: 20px;
  color: black;
  text-transform: uppercase;
  font-size: 16px;
  margin-left: auto;
  margin-right: auto;
}
.fb-promo__container-item .model-thumb {
  width: 70%;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}
.model-thumb img {
  width: 100%;
}
.model-desc h2 {
  padding-top: 14px;
  font-size: 14px;
  font-weight: bold;
}
.model-desc h3 {
  font-size: 12px;
  min-height: 2em;
  color: #636363;
  font-weight: 300;
  margin: 8px;
}
.model-desc h4 {
  text-transform: none;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
  line-height: 1;
}
.plain-text-page-buttons{
  max-width: 1450px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.plain-text-page-buttons .rect-btn{
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 20px;
  color: #fff;
}
.carousel-slide-video {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  text-align: center;
  background: #000;
  height: 700px;
}
.carousel-slide-video>video {
  height: 100%;
  width: 100%;
}
@keyframes bounce {
  from {
    transform: translateY(0);
    animation-timing-function: ease-out;
  }
  25% {
    transform: translateY(-20px);
    animation-timing-function: ease-in;
  }
  50% {
    transform: translateY(0px);
    animation-timing-function: ease-out;
  }
  75% {
    transform: translateY(-8px);
    animation-timing-function: ease-in;
  }
  to {
    transform: translateY(0);
  }
}

@keyframes constbounce {
  from {
    transform: translateY(0);
    animation-timing-function: ease-out;
  }
  50% {
    transform: translateY(-20px);
    animation-timing-function: ease-in;
  }
  to {
    transform: translateY(0px);
    animation-timing-function: ease-out;
  }
}
@media(max-width:1500px){
  .carousel-slide-video {
    height: 550px;
  }
}
@media(max-width:1390px){
  .transparent-box::before{
    bottom: -65px;
  }
  .stability-banner__details{
    top: 100px;
    width: 330px;
  }
  .carousel-slide-video {
    height: 500px;
  }
}
@media(max-width:1300px){
  .conditions::before{
    display: none;
  }
  .conditions::after{
    display: none;
  }
  .credit__wrapper{
    padding: 0 20px;
  }
}
@media(max-width:1024px){
  .conditions{
    flex-wrap: wrap;
  }
  .conditions__item{
    width: 50%;
  }
  .carousel-slide-video {
    height: 400px;
  }
}
@media(max-width:1000px){
  .transparent-box::before{
    display: none;
  }
  .stability-banner__details{
    position: relative;
    background: #000;
    top:0;
    text-align: center;
    width: 100%;
  }
}
@media(max-width:768px){
  .credit__preview{
    padding: 50px 20px;
  }
  .service__col{
    width: 100%;
  }
  .credit__wrapper{
    flex-wrap: wrap;
  }
  .credit__header{
    width: 100%;
  }
  .credit__btn-wrapper{
    width: 100%;
    margin-top: 20px;
  }
  .plain-text-page-buttons .rect-btn{
    width: 100%;
  }
  .carousel-slide-video {
    height: auto;
  }
}
@media (max-width:640px) {
  .fb-promo__container-item {
    width: 80%;
  }
}
@media(max-width:560px){
  .credit{
    display: block;
    text-align: center;
  }
  .credit__header{
    margin-right: 0;
    margin-bottom: 20px;
  }
  .service__title-wrapper {
    flex-wrap: wrap;
  }
  .service__title-img {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
@media(max-width:420px){
  .conditions__item{
    width: 100%;
    margin-bottom: 20px;
  }
  .service__item{
    display: block;
  }
  .service__img{
    margin: 0 auto 20px auto;
    display: block;
  }
  .service__subtitle{
    text-align: center;
  }
}
