.promises {
  padding: 80px 150px 200px;
  background: radial-gradient(826.06px at 72.33% 18.15%, #465360 0, #212e35 100%), #212e35;
  min-height: 1860px;
  box-sizing: border-box;
  position: relative;
}

.promises__items {
  height: 100%;
  position: absolute;
  top: 50px;
  bottom: 0;
  right: 160px;
  width: 907px;
  background: url(/themes/fleetcor/css/../img/promises/bg.svg) center center no-repeat;
  background-size: contain;
}

@media (min-width: 1600px) {
  .promises__items {
    right: 400px;
  }
}

@media (max-width: 1024px) {
  .promises__items {
    top: 0;
    margin-top: 50px !important;
  }

  .promises__items:after {
    display: none;
  }

  .promises .promises__headline-wrapper .h1 {
    text-align: center !important;
  }

  .promises .promises__headline .btn {
    margin-top: 30px;
  }
}

.promises__headline {
  text-align: center;
  display: flex;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-bottom: 50px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.promises__headline .btn {
  margin-top: 20px;
}

@media (max-width: 1024px) {
  .promises__headline {
    position: static;
    -webkit-justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-bottom: 0;
  }
}

.promises__item {
  width: 745px;
  min-height: 185px;
  max-height: 185px;
  background: 0 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  -webkit-border-radius: 160px;
  border-radius: 160px;
}

@media (max-width: 1024px) {
  .promises__item {
    position: relative !important;
    left: initial !important;
    right: initial !important;
    bottom: initial !important;
    top: initial !important;
  }
}

.promises__item-icon {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

@media (max-width: 1024px) {
  .promises__item-icon {
    visibility: hidden !important;
    width: 100px;
    position: absolute;
    left: -120px !important;
    top: -50%;
    right: initial;
    bottom: initial;
    -webkit-transform: translate(0, -50%) !important;
    -ms-transform: translate(0, -50%) !important;
    transform: translate(0, -50%) !important;
  }

  .promises__item-icon object {
    display: block;
    width: 100% !important;
  }
}

@media (max-width: 350px) {
  .promises__item-icon {
    left: -120px !important;
  }
}

.promises__item.is-active .promises__item-icon {
  visibility: visible !important;
}

.promises__item-txt {
  max-width: 305px;
  padding-right: 100px;
  padding-left: -webkit-calc(100% - 405px);
  padding-left: calc(100% - 405px);
}

.promises__item-txt .h2 {
  color: #fff;
  text-transform: uppercase;
  margin: 0 0 15px;
}

.promises__item-txt p {
  color: #f8f8f8;
  font-weight: 300;
  font-size: 14px;
}

.promises__item-1 {
  position: absolute;
  top: 100px;
  right: -100px;
}

.promises__item-1 .promises__item-icon {
  top: 40%;
  left: 10px;
}

.promises__item-2 {
  position: absolute;
  top: 320px;
  right: 10px;
}

.promises__item-2 .promises__item-icon {
  left: 0;
  top: 25%;
}

.promises__item-2 .promises__item-icon object {
  width: 320px;
}

.promises__item-3 {
  position: absolute;
  top: 650px;
  left: -215px;
}

.promises__item-3 .promises__item-icon {
  left: 0;
  top: 25%;
}

.promises__item-3 .promises__item-icon object {
  width: 250px;
}

.promises__item-4 {
  position: absolute;
  top: 890px;
  left: -250px;
}

.promises__item-4 .promises__item-icon {
  left: 20px;
  top: 37%;
}

.promises__item-4 .promises__item-icon object {
  width: 330px;
}

.promises__item-5 {
  position: absolute;
  top: 1180px;
  right: -130px;
  width: 630px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.promises__item-5 .promises__item-icon object,
.promises__item-6 .promises__item-icon object {
  width: 300px;
}

.promises__item-5 .promises__item-txt {
  padding-left: 100px;
  padding-right: 200px;
}

.promises__item-5 .promises__item-icon {
  left: initial;
  top: 0;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  right: 0;
  -webkit-transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  transform: translate(0, -100%);
}

.promises__item-6 {
  position: absolute;
  top: 1470px;
  left: -182px;
  bottom: 0;
}

.promises__item-6 .promises__item-icon {
  left: 0;
  top: 25%;
}

/*show icons on index page block promises*/
.promises__headline-wrapper p.txt-white {
  margin-top: 24px;
}
.promises__items .promises__item .promises__item-icon object,
.promises__items .promises__item-5 .promises__item-icon object,
.promises__items .promises__item-4 .promises__item-icon object,
.promises__items .promises__item-3 .promises__item-icon object,
.promises__items .promises__item-2 .promises__item-icon object {
  width: 200px;
}
.promises__item.promises__item-6 .promises__item-icon,
.promises__item.promises__item-4 .promises__item-icon{
  left: 50px;
}
.promises__item.is-active .promises__item-icon,
.skrollable .promises__item-icon{
  transition:all 1s;
  opacity:0;
  visibility: visible!important;
}
.skrollable.skrollable-between .promises__item-icon{
  visibility: visible;
  opacity: 1;
}
.promises__item.promises__item-5 {
  right: -30px;
}
.promises__item.promises__item-5 .promises__item-icon{
  left:0;
  transform: translate(0,-25%);
}
.promises__item.promises__item-5 .promises__item-txt {
  padding-left: 225px;
  padding-right: 140px;
}
.promises__items{
  top: 80px;
}

@media (max-width: 1460px) and (min-width: 1025px) {
  .promises {
    min-height: 1910px;
  }

  .promises__items {
    top: 150px;
    background-position-y: 150px;
  }
}
@media (max-width: 1200px) and (min-width: 1025px) {
  .promises__items {
    right: 0px;
  }

  .promises__items .promises__item-3 .promises__item-icon {
    left: 70px;
  }

  .promises__items .promises__item-4 .promises__item-icon {
    left: 130px;
  }

  .promises__items .promises__item-icon object {
    width: 150px !important;
  }
}
@media (max-width: 1024px) {
  .promises__item-6 .promises__item-icon {
    left: -130px !important;
  }
  .promises {
    min-height: initial;
    padding: 40px 15px;
  }

  .promises__item {
    position: static;
    width: 100%;
    min-height: initial;
    max-height: auto;
  }

  .promises__item-txt {
    max-width: 100%;
    padding: 0 !important;
  }

  .promises__headline {
    width: 100%;
  }

  .promises__headline .btn {
    margin-top: 16px;
  }

  .promises__items {
    background: 0 0;
    width: 100%;
    margin-top: 55px;
    position: relative;
    right: initial;
    padding-left: 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: 80px;
  }

  .promises__items:after,
  .promises__items:before {
    position: absolute;
    content: " ";
  }

  .promises__items:before {
    left: 0;
    top: 0;
    bottom: 0;
    width: 2px;
    background: #57becb;
  }

  .promises__items:after {
    top: 190px;
    left: -25px;
    width: 49px;
    height: 85px;
    background: url(/themes/fleetcor/css/../img/icons/chain-mobile.svg) center center no-repeat;
    background-size: contain;
    -webkit-transform: translate(-100%, 0);
    -ms-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
  }

  .promises__item-txt .h2 {
    margin-bottom: 10px;
  }

  .promises__item-txt p {
    font-size: 10px;
  }
  .promises__item {
    max-width: 200px;
    margin-bottom: 55px;
  }

  .promises__item:last-child {
    margin-bottom: 0;
  }

  .promises__item-txt {
    position: relative;
  }

  .promises__item-txt:before {
    position: absolute;
    content: " ";
    left: -30px;
    -webkit-transform: translate(-4px, 0);
    -ms-transform: translate(-4px, 0);
    transform: translate(-4px, 0);
    top: 0;
    width: 10px;
    height: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #354452;
    border: 2px solid #57becb;
    -webkit-border-radius: 50%;
    border-radius: 50%;
  }
  .promises__item-1 .promises__item-icon {
    top: 10%;
  }

  .promises__item-2 .promises__item-icon,
  .promises__item-4 .promises__item-icon,
  .promises__item-6 .promises__item-icon {
    top: 0;
  }
  .promises__items{
    top: 0px;
  }
  .promises__items .promises__item-icon{
    width: 90px;
  }
}

@media (max-width: 350px) {
  .promises__item-6 .promises__item-icon {
    left: -130px !important;
  }
  .promises__item {
    max-width: 180px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {

  .promises__items {
    width: 230px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 576px) {

  .promises__items {
    top: 0px;
  }
  .promises__headline-wrapper span.txt-white {
    margin-top: 20px;
    display: block;
  }
}
