.path-new-assistance{
  background-color: white!important;
}
.block-video {
  display: flex;
  margin-top: 50px;
}
.block-video > :first-child{
  margin-right: 120px;
  width: 40%;
}
.block-video > :last-child{
  width: 60%;
  position: relative;
}
.litle-title {
  display: block;
  font-size: 24px;
  margin-bottom: 10px;
}

.color-orange {
  color: #ff7900;
}

.big-title {
  font-size: 34px;
  margin-bottom: 40px;
}

.p-video {
  line-height: 1.25;
  letter-spacing: normal;
  margin-bottom: 20px;
}

.p-vide:last-child {
  margin-bottom: 40px !important;
}
.btn-costum{
  border-color: #ffffff;
  color: #ffffff;
  background: #000;
}
.btn-costum:hover{
  border-color: #ffffff;
  color: #000;
  background: #ffffff;
}

/*.text-video {
  margin-right: 120px;
  width: 40%;
}*/

/*.video {
  width: 60%;
  position: relative;
}*/
.play {
  position: absolute;
  bottom: 28%;
  right: 35%;
  cursor: pointer;
}

.contact-us{
  background: #ffd200;
  display: flex;
  padding-top: 67px;
  padding-bottom: 68px;
}
.group-contact-us{
  display: flex;
  justify-content: space-between;
}
.elmt-contact-us{
  display: flex;
  padding-right: 19px;
  border-right: solid 1px;
  padding-left: 19px;
}
.elmt-contact-us:last-child{
  border-right: none;
}
.img-contact-us{
  width: 28px;
  height: 40px;
}
.response{
  color: #999999;
  font-size: 14px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 2px;
  padding-bottom: 2px;
  border-radius: 10px;
  border: solid 1px #979797;
}
.img-contribution{
  width: 80px;
  height: 80px;
}
.block-black{
  margin-top: 50px;
  display: flex;
  background: #000;
  padding: 26px 73px 24px 78px;
  border-radius: 4px;
  position: relative;
  justify-content: center;
}
.text-block-black{
  font-size: 30px;
  color: #ffffff;
  margin: 0 30px 7px 0;
  z-index: 1;
  font-weight: bold;
}
.img-block-black{
  position: absolute;
  left: 17px;
  bottom: 0;
}

@media screen and (min-width: 320px) and (max-width: 500px) {
  .block-video {
    position: relative;
    display: block;
    margin-top: 25px;
  }
  .swiper-container {
    display: block;
    width: 100%;
    height: 100%;
  }
  .swiper-slide {
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
 /* .text-video {
    margin-right: 0;
    width: 100%;
    margin-bottom: 30px;
  }*/
  .block-video > :first-child{
    margin-right: 0;
    width: 100%;
    margin-bottom: 30px;
    margin-top: -35px;
  }
  .big-title {
    font-size: 25px;
    margin-bottom: 30px;
  }

  .litle-title {
    font-size: 20px;
    margin-bottom: 7px;
  }
  .block-video > :last-child{
    width: 100%;
    position: absolute;
    top: 22%;
  }
 /* .video {
    width: 100%;
    position: absolute;
    top: 20%;
  }*/

  .video-txt{
    margin-top: 90%;
  }

  .play {
    position: absolute;
    bottom: 14%;
    right: 27%;
    cursor: pointer;
  }
  .elmt-contact-us:first-child {
    padding-left: 0;
  }
  .contact-us {
    background: #ffd200;
    display: flex;
    padding-top: 41px;
    padding-bottom: 44px;
    overflow-x: auto;
    /* overflow: scroll; */
  }
  .contribution{
    display: none;
  }
  .img-contribution {
    margin-left: 28%;
  }
  .txt-ibou {
    display: none;
  }
  h2, .h2 {
    font-size: 1.5rem;
  }
  .group-contact-us {
    white-space: nowrap;
    margin-top: 20px;
  }
  .divers{
    display: none;
  }
  h3, .h3 {
    font-size: 1.7rem;
  }
  .block-black {
    margin-top: 7px;
    display: block;
    background: #000;
    padding: 26px 26px 24px 20px;
    border-radius: 4px;
    margin-bottom: 40px;
  }
  .text-block-black {
    font-size: 25px;
    color: #ffffff;
    margin: 0 30px 7px 0;
    margin-bottom: 20px;
    display: block;
  }
  .img-block-black {
    display: none;
  }

  .title-contact-us{

  }
  .elmt-contact-us {
    display: flex;
    padding-right: 15px;
    border-right: solid 1px;
    padding-left: 15px;
  }
  .contact-us::-webkit-scrollbar-thumb {
    background-color: transparent;
    outline: 1px solid transparent;
  }
  h4, .h4 {
    font-size: 1.4rem;
  }


}
