.main-banner {
  position: relative;
  margin-bottom: 80px;
  padding-top: 198px;
}
.main-banner.bg-circle {
  background-image: url("../img/head-banner-circle4.jpg");
  background-repeat: no-repeat;
  background-size: 1920px 822px;
  background-position: top center;
}
.main-banner .main-banner-container {
  position: relative;
  min-height: 413px;
  height: 100%;
  display: flex;
  margin-bottom: 80px;
  max-width: 100%;
  padding: 0 64px;
}
.main-banner .top-block {
  margin-bottom: 40px;
}
.main-banner .text-block {
  max-width: 486px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.main-banner .text-block .logo-block {
  display: none;
  margin-bottom: 32px;
}
.main-banner .text-block .banner-logo {
  position: relative;
  width: 127px;
  height: 127px;
}
.main-banner .text-block .banner-logo:before {
  content: "";
  position: absolute;
  right: 0;
  width: 100%;
  height: 100%;
  background: url("../img/logo1.jpg") no-repeat 0 0;
  background-size: contain;
}
.main-banner .text-block h1 {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
  font-weight: 800;
  font-size: 2.5em;
  line-height: 133%;
}
.main-banner .text-block h1 span.icon {
  display: flex;
  width: 64px;
  height: 40px;
  margin-left: 12px;
}
.main-banner .text-block p {
  max-width: 384px;
  width: 100%;
  margin-bottom: 32px;
}
.main-banner .text-block .link-group {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 24px;
}
.main-banner .free-download {
  min-width: 160px;
  height: 44px;
  color: #ffffff;
}
.main-banner .buy-now {
  min-width: 112px;
  height: 44px;
}
.main-banner .free-download ~ .buy-now {
  margin-left: 16px;
}
.main-banner .schema-org-props {
  display: none;
}
.main-banner .list {
  display: flex;
  align-items: center;
}
.main-banner .list span {
  font-weight: 400;
  font-size: 0.875em;
  line-height: 150%;
  letter-spacing: -0.03em;
  color: #777777;
  margin-right: 16px;
}
.main-banner .list span:last-child {
  margin-right: 0;
}
.main-banner .illustration {
  position: absolute;
  top: -66px;
  left: 520px;
  width: 775px;
  height: 460px;
}
.main-banner .illustration img {
  width: 100%;
}

@media (min-width: 1921px) {
  .main-banner.bg-circle {
    background-image: url("../img/head-banner-circle4.jpg");
    background-repeat: no-repeat;
    background-size: 3420px 822px;
    background-position: top center;
  }
}
@media (max-width: 1199px) {
  .main-banner {
    margin-bottom: 10px;
  }
  .main-banner.bg-circle {
    padding-top: 174px;
    background-image: url("../img/head-banner-circle4.jpg");
    background-repeat: no-repeat;
    background-size: 1416px 835px;
    background-position: -159px -88px;
  }
  .main-banner .main-banner-container {
    min-height: 293px;
    margin-bottom: 113px;
  }
  .main-banner .top-block {
    margin-bottom: 0;
  }
  .main-banner .text-block {
    max-width: 440px;
  }
  .main-banner .text-block .logo-block {
    margin-bottom: 16px;
  }
  .main-banner .text-block .banner-logo {
    width: 102px;
    height: 102px;
  }
  .main-banner .text-block h1 {
    margin-bottom: 8px;
  }
  .main-banner .text-block h1 span.icon {
    width: 51px;
    height: 31px;
  }
  .main-banner .text-block p {
    max-width: 288px;
    margin-bottom: 24px;
  }
  .main-banner .bottom-block {
    display: none;
  }
  .main-banner .illustration {
    top: -33px;
    left: 488px;
    width: 571px;
    height: 339px;
  }
}
@media (max-width: 991px) {
  .main-banner.bg-circle {
    padding-top: 106px;
    background-image: url("../img/head-banner-circle4.jpg");
    background-size: 991px 762px;
    background-position: 34% -23px;
  }
  .main-banner .main-banner-container {
    flex-direction: column-reverse;
    align-items: center;
    margin-bottom: 24px;
  }
  .main-banner .top-block {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .main-banner .text-block .logo-block {
    margin-bottom: 14px;
  }
  .main-banner .text-block .banner-logo {
    width: 121px;
    height: 121px;
  }
  .main-banner .text-block {
    max-width: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .main-banner .text-block h1 {
    text-align: center;
    font-weight: 800;
  }
  .main-banner .text-block h1 span.icon {
    width: 64px;
    height: 40px;
  }
  .main-banner .text-block p {
    max-width: 530px;
    font-size: 1.25em;
    text-align: center;
    margin-bottom: 40px;
  }
  .main-banner .illustration {
    position: relative;
    top: unset;
    left: unset;
    width: 552px;
    height: 326px;
    margin-bottom: 53px;
  }
}
@media (max-width: 767px) {
  .main-banner.bg-circle {
    padding-top: 124px;
    background-image: url("../img/head-banner-circle4.jpg");
    /*    background-size: 767px 636px;*/
    background-position: 35% -22px;
  }
  .main-banner .main-banner-container {
    margin-bottom: 46px;
    padding: 0 20px;
  }
  .main-banner .illustration {
    width: 439px;
    height: 260px;
    margin-bottom: 72px;
  }
}
@media (max-width: 575px) {
  .main-banner {
    margin-bottom: 80px;
  }
  .main-banner.bg-circle {
    padding-top: 120px;
    background-image: url("../img/head-banner-circle4.jpg");
    /*    background-size: 575px 471px;*/
    background-position: 35% 8px;
  }
  .main-banner .main-banner-container {
    margin-bottom: 88px;
  }
  .main-banner .text-block .banner-logo {
    width: 89px;
    height: 89px;
  }
  .main-banner .text-block h1 span.icon {
    width: 51px;
    height: 32px;
  }
  .main-banner .text-block p {
    font-size: 1em;
    margin-bottom: 32px;
  }
  .main-banner .text-block .link-group {
    margin-bottom: 16px;
  }
  .main-banner .free-download,
  .main-banner .buy-now {
    padding: 0 10px;
  }
  .main-banner .illustration {
    width: 378px;
    height: auto;
    margin-bottom: 54px;
  }
}
@media (max-width: 480px) {
  .main-banner.bg-circle {
    background-size: 480px 300px;
  }
  .main-banner .text-block .link-group {
    width: 100%;
    flex-direction: column;
  }
  .main-banner .free-download {
    min-width: unset;
    width: 100%;
    margin-right: 0;
  }
  .main-banner .free-download ~ .buy-now {
    margin: 16px 0 0 0;
  }
  .main-banner .buy-now {
    width: 100%;
  }
  .main-banner .illustration {
    width: 272px;
  }
  .main-banner .text-block h1 {
    font-size: 2.0em;
}
}
@media (max-width: 375px) {
  .main-banner.bg-circle {
    background-size: 375px 307px;
    background-position: 35% 40px;
  }
  .main-banner .illustration {
    width: 240px;
  }
}

.main-banner .text-block .logo-block {
  display: flex;
  align-items: center;
}

/*-----------------------------------*/
.top-choice {
  background: #fbfbfd;
  padding: 31px 0;
}
.garland-window {
  display: flex;
  justify-content: center;
  margin: 0 auto;
}
.top-choice .garland-card {
  position: relative;
  display: inline-block;
  height: 70px;
  padding: 0 40px;
  margin-right: 90px;
}
.top-choice .garland-card:last-child {
  margin-right: 0;
}
.top-choice .garland-card:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 30px;
  height: 100px;
  background: url("../img/garland-left2.png") no-repeat 0 0;
  background-size: contain;
}
.top-choice .garland-card:after {
  content: "";
  position: absolute;
  top: 5px;
  right: 0;
  width: 30px;
  height: 100px;
  background: url("../img/garland-right2.png") no-repeat 0 0;
  background-size: contain;
}
.top-choice .garland-card .title {
  font-weight: 600;
  font-size: 1.25em;
  line-height: 133%;
  text-align: center;
  color: #111111;
  margin-top: 10px;
  margin-bottom: 4px;
}
.top-choice .garland-card .desc {
  font-weight: 400;
  font-size: 0.875em;
  line-height: 150%;
  text-align: center;
  display: flex;
  justify-content: center;
  letter-spacing: -0.03em;
  color: #777777;
}
.top-choice .garland-card .desc span {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 12px;
  margin-left: 7px;
}
@media (min-width: 992px) {
  .garland-window .garland-card {
    opacity: 1 !important;
  }
}
@media (max-width: 991px) {
  .top-choice {
    position: relative;
    height: 102px;
    padding: 0;
  }
  .garland-window {
    position: absolute;
    top: 16px;
    left: 0;
    right: 0;
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: 70px;
  }
  .top-choice .garland-card {
    position: absolute;
    left: unset;
    margin: 0;
    opacity: 0;
    -webkit-transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    -o-transition: opacity 1s ease-in-out;
    -ms-transition: opacity 1s ease-in-out;
    transition: opacity 1s ease-in-out;
  }
  .garland-window .garland-card.current {
    opacity: 1;
  }
}
