.container-page {
  font-size: 15px;
  line-height: 1.42857143;
  color: #555;
  overflow-x: hidden;
  padding: 0 30px;
}

.container-page ul {
  list-style: none;
}

.img-responsive {
  max-width: 100%;
  height: auto;
}

.container-page p {
  color: #75777A;
  margin-bottom: 20px;
}

.container-page p:last-child {
  margin-bottom: 0;
}

.full {
  margin-left: -30px;
  margin-right: -30px;
}

.only-desktop {
  display: none;
}

.only-mobile {
  display: block;
}

.banner {
  margin: 0 -15px;
}

.banner img {
  margin: 0 auto;
}

.section {
  margin: 40px 0;
}

.section__title {
  color: #333;
  font-size: 24px;
  font-weight: normal;
  line-height: normal;
  margin-top: 10px;
  margin-bottom: 20px;
}

.slide-title {
  color: #d2d2d6;
  font-size: 24px;
  font-weight: normal;
  line-height: normal;
  border-bottom: 5px solid #d2d2d6;
  display: table;
  margin: 20px auto;
}

.color-pink {
  color: #F552C4;
  font-weight: bold;
}
.color-blue {
  color: #335baa;
  font-weight: bold;
}


.slide {
  position: relative;
  overflow: hidden;
  margin: 0 -15px;
  min-height: 400px;
  padding: 0;
}

.slide__item {
  position: absolute;
  left: 100%;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.slide__item.prev {
  left: -100%;
  opacity: 0;
  transition: left .25s ease-in-out, opacity .15s ease-in-out .15s;
}
.slide__item.active {
  left:0;
  opacity: 1;
  transition: left .25s ease-in-out;
}

.section__gofun-links {
  display: flex;
  justify-content: center;
}

.section__gofun-links a {
  width: 120px;
  margin: 0 10px;
}

.section__gofun-links svg {
  width: 100%;
  height: auto;
}
.section__gofun-links svg:hover .black {
  fill: #333;
}

@media (min-width: 992px) {
  
  .container-page {
    width:800px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column;
    font-size: 21px;
    box-sizing: border-box;
  }
  
  .only-desktop {
    display: block;
  }
  .only-mobile {
    display: none;
  }
  
  .full {
    margin-left: 0;
    margin-right: 0;
  }
  
  .section {
    margin: 50px 0;
  }


  .section__text {
    text-align: center;
    position: relative;
    margin-bottom: 0;
  }

  .banner,
  .slide {
    margin: 0;
  }

  #slide-desktop {
    min-height: 400px;
  }

  .section__title,
  .slide-title {
    font-size: 30px;
    max-width: 80%;
    margin: 0 auto 20px;
  }
}