@charset "UTF-8";

html {
  scroll-behavior: smooth;
}

body {
  position: relative;
  font-family: 'Roboto', sans-serif;
  margin: 0;
}

.llp-wrap video::-webkit-media-controls {
  display:none !important;
}

.llp-wrap video {
  max-width: 100%;
  height: auto;
}

.llp-wrap video source {
  width: 100%;
}

.llp-wrap,
.llp-wrap * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: normal;
}

.llp-wrap sup {
  font-size: 90%;
}

.llp-red {
  color: #DB3832;
}

.llp-wrap .llp-btn {
  display: inline-block;
  height: 40px;
  padding: 0 24px;
  border-radius: 4px;
  background: #e31235;
  text-align: center;
  font-size: 16px;
  line-height: 40px;
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}

.llp-wrap .llp-btn:hover {
  text-decoration: none;
  background: #bd0f2c;
  color: #ffffff;
}

.llp-wrap .llp-btn:active {
  text-decoration: none;
  background: #9c0c24;
  color: #ffffff;
}

.llp-img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.llp-wrap {
  position: relative;
  color: #333333;
}


@media only screen and (max-width: 767px) {

  .llp-wrap {
    margin: 0;
  }

  .llp-header {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .llp-header__picture {

  }

  .llp-header__content {
    padding: 20px 20px 0;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
  }

  .llp-name {
    font-size: 16px;
    font-weight: bold;
  }

  .llp-block1 {
    margin: 40px 20px 0;
  }

  .llp-block1__list {
    margin: 0;
  }

  .llp-list {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    list-style-type: none;
    counter-reset: num;
    padding: 0;
    margin: 0;
  }

  .llp-list__item {
    margin: 25px 0 0;
    position: relative;
    padding-left: 45px;
  }

  .llp-list__item:before {
    content: counter(num);
    counter-increment: num;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 30px;
    border: 1px solid #333333;
    border-radius: 50%;
    text-align: center;
    font-size: 16px;
    line-height: 30px;
  }

  .llp-list__item-name {
    font-size: 14px;
    line-height: 150%;
    font-weight: bold;
  }

  .llp-list__item-text {
    margin-top: 10px;
    font-size: 14px;
    line-height: 150%;
  }

}


@media only screen and (min-width: 768px) {

  .llp-wrap {
    width: 94vw;
    margin: 0 auto;
  }

  .llp-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #f5f5f5;
  }

  .llp-header__picture {
    flex: 0 1 55%;
  }

  .llp-header__content {
    flex: 0 1 45%;
    padding-left: 3.4vw;
    font-size: 2.4vw;
  }

  .llp-name {
    font-size: 18px;
    font-weight: bold;
  }

  .llp-block1 {
    margin: 5.5vw auto 0;
  }

  .llp-block1__list {
    margin: 0;
  }

  .llp-list {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    list-style-type: none;
    counter-reset: num;
    padding: 0;
    margin: 0;
  }

  .llp-list__item {
    margin: 3.1vw 0 0;
    flex: 0 1 48%;
    position: relative;
    padding: 0 0 0 6vw;
  }

  .llp-list__item:before {
    content: counter(num);
    counter-increment: num;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 4.6vw;
    height: 4.6vw;
    border: 1px solid #646464;
    border-radius: 50%;
    text-align: center;
    font-size: 2.7vw;
    line-height: 4.6vw;
  }

  .llp-list__item-name {
    font-size: 14px;
    line-height: 150%;
    font-weight: bold;
  }

  .llp-list__item-text {
    margin-top: 10px;
    font-size: 14px;
    line-height: 150%;
  }

}


@media only screen and (min-width: 1024px) {

  .llp-wrap {
    width: 940px;
    margin: 0 auto;
  }

  .llp-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #f5f5f5;
  }

  .llp-header__picture {
    flex: 0 1 55%;
  }

  .llp-header__content {
    flex: 0 1 45%;
    padding-left: 34px;
    font-size: 24px;
  }

  .llp-name {
    font-size: 18px;
    font-weight: bold;
  }

  .llp-block1 {
    margin: 55px auto 0;
  }

  .llp-block1__list {
    margin: 0;
  }

  .llp-list {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    list-style-type: none;
    counter-reset: num;
    padding: 0;
    margin: 0;
  }

  .llp-list__item {
    margin: 31px 0 0;
    flex: 0 1 48%;
    position: relative;
    padding: 0 0 0 60px;
  }

  .llp-list__item:before {
    content: counter(num);
    counter-increment: num;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 46px;
    height: 46px;
    border: 1px solid #646464;
    border-radius: 50%;
    text-align: center;
    font-size: 27px;
    line-height: 46px;
  }

  .llp-list__item-name {
    font-size: 14px;
    line-height: 150%;
    font-weight: bold;
  }

  .llp-list__item-text {
    margin-top: 10px;
    font-size: 14px;
    line-height: 150%;
  }

}


@media only screen and (min-width: 1280px) {

  .llp-wrap {
    width: 1228px;
    margin: 0 auto;
  }

  .llp-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #f5f5f5;
  }

  .llp-header__picture {
    flex: 0 1 55%;
  }

  .llp-header__content {
    flex: 0 1 45%;
    padding-left: 45px;
    font-size: 32px;
  }

  .llp-name {
    font-size: 22px;
    font-weight: bold;
  }

  .llp-block1 {
    margin: 72px auto 0;
  }

  .llp-block1__list {
    margin: 0;
  }

  .llp-list {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    list-style-type: none;
    counter-reset: num;
    padding: 0;
    margin: 0;
  }

  .llp-list__item {
    margin: 40px 0 0;
    flex: 0 1 48%;
    position: relative;
    padding: 0 0 0 75px;
  }

  .llp-list__item:before {
    content: counter(num);
    counter-increment: num;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 60px;
    height: 60px;
    border: 1px solid #646464;
    border-radius: 50%;
    text-align: center;
    font-size: 35px;
    line-height: 60px;
  }

  .llp-list__item-name {
    font-size: 16px;
    line-height: 150%;
    font-weight: bold;
  }

  .llp-list__item-text {
    margin-top: 10px;
    font-size: 16px;
    line-height: 150%;
  }

}