.main__inner {
  margin-top: 40px;
  padding-bottom: 270px;
  margin-left: -20px;
  margin-right: -20px;
  padding-left: 20px;
  padding-right: 20px;
  background-size: 977px auto;
  background-position: -270px bottom;
  background-repeat: no-repeat
}
.main__title-2 {
  text-align: left;
  max-width: 490px;
  margin: 0 auto
}
.main__title-2 br {
  display: none
}
.main__block-ref {
  font-size: 12px!important;
  color: #4f4f4f;
  margin-top: 20px
}
.main__block-ref a {
  color: #4f4f4f;
  text-decoration: underline
}
.main__block-oval {
  background: url(../images/oval-white.svg) no-repeat center center/contain;
  display: flex;
  align-items: center;
  padding: 10px;
  margin: 120px auto 0;
  width: 265px;
  height: 97px;
  justify-content: center;
  position: relative
}
.main__block-oval:before {
  content: '';
  width: 20px;
  height: 47px;
  background-image: url(../images/main-arrow.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  position: absolute;
  top: -84px;
  left: 50%;
  margin-left: -10px
}
.main__block-1 {
  margin-top: 20px
}
.main__block-1 .main__block-inner {
  max-width: 490px;
  margin: 0 auto
}
.main__block-2 {
  margin-top: 35px
}
.main__block-2 .main__block-inner {
  border-radius: 30px;
  max-width: 335px;
  margin: 0 auto;
  box-shadow: 5px 5px 10px rgba(45,105,255,.25);
  padding: 35px 35px 45px;
  background-color: var(--c5);
  text-align: center
}
.main__block-2 .text {
  padding: 0 20px
}
.main__block-3 {
  margin-top: 35px
}
.main__block-3 .main__block-inner {
  border-radius: 30px;
  max-width: 335px;
  margin: 0 auto;
  box-shadow: 5px 5px 10px rgba(45,105,255,.25);
  padding: 35px 35px 155px;
  background-color: #e2d2fb;
  position: relative
}
.main__block-3 .main__block-inner:after {
  content: '';
  width: 224px;
  height: 215px;
  background-image: url(../images/main-star.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  position: absolute;
  bottom: -107px;
  left: 50%;
  margin-left: -112px
}
.lineai {
  display: none
}
.doc {
  padding-bottom: 430px;
  padding-top: 60px
}
.doc .text {
  max-width: 335px;
  background: var(--c5);
  box-shadow: 5px 5px 10px rgba(45,105,255,.25);
  border-radius: 30px;
  padding: 30px;
  margin: 40px auto 0
}
.steps {
  background-color: var(--c4);
  padding-top: 60px;
  padding-bottom: 60px
}
.steps__content {
  max-width: 335px;
  margin: 0 auto
}
.steps__i {
  margin-top: 40px;
  text-align: center
}
@keyframes grown-up {
  from {
    transform: scale(.4)
  }
  to {
    transform: scale(1)
  }
}
.steps__i-image {
  display: block;
  max-width: 100%;
  margin: 0 auto 30px;
  animation-timeline: scroll(block root);
  animation-name: grown-up;
  animation-duration: 1s;
  animation-fill-mode: both
}
.steps__i:nth-child(1) .steps__i-image {
  width: 190px
}
.steps__i:nth-child(2) .steps__i-image {
  width: 190px
}
.steps__i:nth-child(3) .steps__i-image {
  width: 170px
}
.steps__i-title {
  font-size: 20px;
  font-family: var(--f2);
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 15px
}
.steps__image {
  display: none
}
.goldline {
  padding-top: 70px;
  margin-bottom: -150px
}
.goldline__image {
  margin: 0 auto;
  display: block;
  width: 335px;
  max-width: 100%;
  position: relative;
  left: -15px
}
.goldline__b-b {
  text-align: center;
  margin-top: 0
}
.goldline__button {
  background-color: var(--c3);
  color: #fff;
  position: relative;
  height: 50px;
  display: inline-flex;
  margin-right: 50px;
  border-radius: 25px;
  padding: 0 20px;
  align-items: center;
  font-size: 20px;
  cursor: pointer
}
.goldline__button:before {
  content: '';
  background-color: var(--c3);
  height: 50px;
  border-radius: 25px;
  position: absolute;
  right: -50px;
  top: 0;
  width: 50px;
  background-image: url(../images/arrow-white.svg);
  background-repeat: no-repeat;
  background-size: 23px auto;
  background-position: center center
}
.blue {
  background: url(../images/blue-bg-top.png) no-repeat left top/1500px auto,url(../images/blue-bg-bottom.png) no-repeat left bottom/1500px auto,var(--c5);
  color: #fff;
  text-align: center;
  padding-top: 200px;
  padding-bottom: 10px;
  overflow: hidden
}
.blue__star {
  width: 264px;
  height: 255px;
  background-image: url(../images/blue-star_mobile.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  margin: 0 auto
}
.blue__inner {
  box-shadow: 5px 5px 10px rgba(45,105,255,.25);
  border-radius: 30px;
  background-color: #fff;
  color: var(--c1);
  text-align: left;
  padding: 40px 30px 50px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto
}
.blue__title {
  font-size: 20px;
  font-family: var(--f2);
  font-weight: 700;
  line-height: 1.2
}
.blue__block {
  margin-top: 2em
}
.advantages {
  padding-top: 70px;
  padding-bottom: 100px;
  background-color: #fff;
  overflow: hidden;
  margin-top: -1px
}
.advantages__content {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-left: -21px;
  margin-right: -21px
}
.advantages__i {
  border-radius: 100px;
  background-color: var(--c4);
  margin-top: 42px;
  position: relative;
  min-height: 138px;
  display: flex;
  align-items: center;
  padding: 10px 30px 10px 120px;
  min-width: 335px;
  max-width: 359px;
  width: 100%;
  margin-left: 21px;
  margin-right: 21px
}
@keyframes spin {
  from {
    transform: rotate(0)
  }
  to {
    transform: rotate(360deg)
  }
}
@keyframes roll-up {
  from {
    transform: rotate(0)
  }
  to {
    transform: rotate(360deg)
  }
}
.advantages__i-image-1 {
  z-index: 1;
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -61px;
  left: -20px;
  width: 130px;
  animation: spin 8s linear infinite
}
.advantages__i-image-2 {
  z-index: 2;
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -61px;
  left: -20px;
  width: 130px
}
.advantages__i-title {
  font-size: 20px;
  font-family: var(--f2);
  text-transform: uppercase;
  font-weight: 600;
  color: var(--c2);
  line-height: 1.2
}
.orange {
  margin-bottom: -50px;
  background: url(../images/orange-bg-top.png) no-repeat left top/1500px auto,url(../images/orange-bg-bottom.png) no-repeat left bottom/1500px auto,var(--c3);
  min-height: 400px;
  color: #fff;
  text-align: center;
  padding: 90px 0 120px
}
.orange .block-title-big {
  color: #fff
}
.orange .block-title {
  font-size: 20px;
  color: #fff;
  margin-top: 24px
}
.orange__text {
  font-size: 20px;
  font-family: var(--f2);
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  color: #fff;
  line-height: 1.2;
  background: url(../images/oval-blue_mobile.svg) no-repeat center center/contain;
  display: flex;
  align-items: center;
  padding: 10px 20px;
  max-width: 330px;
  margin: 50px auto 0
}
.orange__b-b {
  display: flex;
  flex-direction: column;
  align-items: center
}
.orange__button_1 {
  background-color: #fff;
  color: var(--c1);
  position: relative;
  height: 50px;
  display: inline-flex;
  margin-right: 50px;
  border-radius: 25px;
  padding: 0 25px;
  align-items: center;
  font-size: 18px;
  cursor: pointer;
  margin-top: 45px;
  max-width: 218px
}
.orange__button_1:before {
  content: '';
  background-color: #fff;
  height: 50px;
  border-radius: 25px;
  position: absolute;
  right: -50px;
  top: 0;
  width: 50px;
  background-image: url(../images/orange-arrow.svg);
  background-repeat: no-repeat;
  background-size: 19px auto;
  background-position: center center
}
.orange__button_2 {
  background-color: var(--c5);
  color: var(--c1);
  position: relative;
  height: 50px;
  display: inline-flex;
  margin-right: 50px;
  border-radius: 25px;
  padding: 0 25px;
  align-items: center;
  font-size: 18px;
  cursor: pointer;
  margin-top: 20px;
  max-width: 218px
}
.orange__button_2:before {
  content: '';
  background-color: var(--c5);
  height: 50px;
  border-radius: 25px;
  position: absolute;
  right: -50px;
  top: 0;
  width: 50px;
  background-image: url(../images/orange-arrow.svg);
  background-repeat: no-repeat;
  background-size: 19px auto;
  background-position: center center
}
.tabs__inner {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto
}
.tabs__control {
  display: flex;
  margin-bottom: -20px;
  position: relative;
  z-index: 1
}
.tabs__button {
  width: 50%;
  border-radius: 20px 20px 0 0;
  height: 90px;
  font-size: 11px;
  font-family: var(--f2);
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  line-height: 1.2;
  padding-bottom: 20px
}
.tabs__button:first-child {
  background-color: var(--c4);
  color: var(--c2)
}
.tabs__button:last-child {
  background-color: var(--c2);
  color: #fff
}
.tabs__content {
  position: relative;
  z-index: 2
}
.tabs__block {
  display: none;
  padding: 30px
}
.tabs__block.active {
  display: block
}
.tabs__block:first-child {
  background-color: var(--c4);
  color: var(--c2);
  border-radius: 0 20px 20px 20px
}
.tabs__block:last-child {
  background-color: var(--c2);
  color: #fff;
  border-radius: 20px 0 20px 20px
}
.tabs__i {
  margin-bottom: 30px
}
.tabs__i:last-child {
  margin-bottom: 0
}
.tabs__i:first-child {
  display: none
}
.tabs__i-title {
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.2;
  margin-bottom: 12px
}
.tabs__star {
  display: none
}
.scheme {
  margin-top: 80px;
  padding-bottom: 175px;
  margin-bottom: -175px;
  background-image: url(../images/scheme-bg.webp);
  background-repeat: no-repeat;
  background-size: 2700px auto;
  background-position: left bottom
}
.scheme__arrow {
  width: 230px;
  height: 230px;
  background-image: url(../images/scheme-arrow.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  margin: 0 auto 20px
}
.scheme__text {
  margin-left: auto;
  margin-right: auto;
  max-width: 900px;
  text-align: center;
  margin-top: 30px
}
.scheme__inner {
  background-color: var(--c5);
  border-radius: 30px;
  padding: 50px 30px 60px;
  position: relative;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 90px
}
.scheme__inner:before {
  content: '';
  width: 118px;
  height: 118px;
  position: absolute;
  background-image: url(../images/scheme-star-1.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  top: -52px;
  left: 20px
}
.scheme__inner:after {
  content: '';
  width: 168px;
  height: 168px;
  position: absolute;
  background-image: url(../images/scheme-star-2.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  bottom: -130px;
  right: 10px
}
.scheme__content {
  margin-top: -10px
}
.scheme__i {
  text-align: center
}
.scheme__i-name {
  display: inline-flex;
  align-items: center;
  min-height: 60px;
  background-color: var(--c2);
  color: #fff;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 600;
  border-radius: 30px;
  padding: 10px 32px;
  margin-top: 50px
}
.scheme__i-value {
  display: inline-flex;
  align-items: center;
  min-height: 50px;
  background-color: #fff;
  color: var(--c1);
  font-size: 20px;
  border-radius: 25px;
  padding: 10px 22px;
  margin-top: 30px
}
.scheme__i-text {
  color: var(--c1);
  font-size: 20px;
  margin-top: 34px;
  line-height: 1.2
}
.faq {
  overflow: hidden;
  margin-top: 175px;
  background-color: #fff;
  padding-bottom: 120px;
  margin-bottom: -120px
}
.faq__slider {
  margin-left: -10px;
  margin-right: -10px;
  padding-bottom: 40px
}
.faq__i {
  padding-left: 10px;
  padding-right: 10px
}
.faq__i-inner {
  background-color: var(--c2);
  border-radius: 30px;
  padding: 35px 30px 45px;
  color: #fff
}
.faq__i-title {
  position: relative;
  padding-top: 74px;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2
}
.faq__i-title:before {
  content: '';
  width: 48px;
  height: 48px;
  position: absolute;
  background-image: url(../images/faq-star.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  top: 0
}
.faq__i-text {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  margin-top: 20px
}
.faq__i-text p {
  margin: 0;
  margin-top: 1em
}
.faq__slider .slick-dots {
  position: absolute;
  bottom: 0;
  left: 10px;
  right: 10px;
  display: flex;
  justify-content: center
}
.faq__slider .slick-dots li {
  width: 46px;
  height: 6px;
  position: relative;
  display: flex;
  align-items: center
}
.faq__slider .slick-dots li button {
  font-size: 0;
  height: 2px;
  display: block;
  background-color: var(--c3);
  position: absolute;
  width: 100%
}
.faq__slider .slick-dots li.slick-active button {
  background-color: var(--c2);
  height: 6px;
  border-radius: 3px
}
.aptekaru-click {
  background-image: url(../images/aptekaru-click-bg.webp);
  background-repeat: no-repeat;
  background-size: auto 100%;
  padding: 30px 20px 70px;
  background-position: left top;
  margin-top: 120px
}
.aptekaru-click__image {
  margin: 0 auto;
  display: block;
  width: 335px;
  max-width: 100%
}
.aptekaru-click__b-b {
  text-align: center;
  margin-top: 25px
}
.aptekaru-click__button {
  background-color: var(--c3);
  color: #fff;
  position: relative;
  height: 50px;
  display: inline-flex;
  margin-right: 50px;
  border-radius: 25px;
  padding: 0 20px;
  align-items: center;
  font-size: 20px;
  cursor: pointer
}
.aptekaru-click__button:before {
  content: '';
  background-color: var(--c3);
  height: 50px;
  border-radius: 25px;
  position: absolute;
  right: -50px;
  top: 0;
  width: 50px;
  background-image: url(../images/arrow-white.svg);
  background-repeat: no-repeat;
  background-size: 23px auto;
  background-position: center center
}
.aptekaru-click__button:after {
  content: '';
  height: 160px;
  position: absolute;
  right: -80px;
  bottom: -160px;
  width: 144px;
  background-image: url(../images/aptekaru-click-arm@2x.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  pointer-events: none
}
.in-the-catalog {
  margin-top: 180px
}
.in-the-catalog__image {
  display: block;
  margin: 0 auto;
  width: 600px;
  max-width: 100%
}
.notice-footer {
  background-color: var(--c3);
  color: #fff;
  text-transform: uppercase;
  padding: 20px 15px;
  text-align: center;
  font-size: 20px;
  line-height: 1.1
}
@media (min-width:415px) {
  .notice-footer {
    font-size: 2.5vw
  }
}
@media (min-width:599px) {
  .main__inner {
    background: 0 0!important;
    padding-bottom: 108px
  }
  .lineai {
    display: block;
    width: 100%
  }
}
@media (max-width:1199px) {
  .doc {
    background-image: url(../images/doc_mobile@2x.webp)!important;
    background-size: auto 412px;
    background-position: center bottom;
    background-repeat: no-repeat
  }
}
@media (min-width:1200px) {
  .main__block-ref a:hover {
    text-decoration: none
  }
  .main .text {
    font-size: 24px
  }
  .main__inner {
    margin: 0;
    padding: 0;
    padding-bottom: 88px
  }
  .main__title-2 {
    text-align: left;
    max-width: 100%;
    margin: 0
  }
  .main__title-2 br {
    display: block
  }
  .main__content {
    display: flex;
    margin-left: -10px;
    margin-right: -10px
  }
  .main__block-oval {
    padding: 10px;
    margin: 144px auto 0;
    width: 360px;
    height: 132px;
    left: -30px
  }
  .main__block-oval:before {
    width: 22px;
    height: 52px;
    top: -100px;
    margin-left: -11px
  }
  .main__block-ref {
    font-size: 14px!important;
    margin-top: 50px;
    max-width: 460px
  }
  .main__block-1 {
    margin-top: 56px;
    width: calc(100% - 400px - 400px);
    padding: 0 10px
  }
  .main__block-1 .main__block-inner {
    max-width: 510px;
    margin: 0
  }
  .main__block-2 {
    margin-top: 56px;
    width: 400px;
    padding: 0 10px
  }
  .main__block-2 .main__block-inner {
    max-width: 100%;
    padding: 40px
  }
  .main__block-2 .text {
    font-size: 20px;
    padding: 0
  }
  .main__block-3 {
    margin-top: 0;
    width: 400px;
    padding: 0 10px
  }
  .main__block-3 .main__block-inner {
    max-width: 100%;
    padding: 40px 40px 155px
  }
  .main__block-3 .text {
    font-size: 20px
  }
  .main__block-3 .main__block-inner:after {
    width: 254px;
    height: 244px;
    bottom: -127px;
    margin-left: -122px
  }
  .doc {
    padding-bottom: 100px;
    padding-top: 100px;
    background-size: 600px auto;
    background-repeat: no-repeat;
    background-position: left bottom;
    min-height: 610px;
    transition: all .4s ease-in-out
  }
  .doc .block-title-big {
    text-align: left
  }
  .doc__inner {
    padding-left: 600px
  }
  .doc .text {
    max-width: 100%
  }
  .steps {
    padding-top: 160px;
    padding-bottom: 160px;
    position: relative
  }
  .steps__image {
    transition: all .4s ease-in-out;
    display: block;
    position: absolute;
    right: 20px;
    top: 20px;
    width: 400px;
    height: 500px;
    z-index: 1;
    background-size: contain;
    pointer-events: none;
    background-repeat: no-repeat
  }
  .steps__inner {
    max-width: 1514px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 2
  }
  .steps .block-title-big {
    text-align: left
  }
  .steps__content {
    max-width: 100%;
    margin: 0;
    padding-top: 10px
  }
  .steps__i {
    margin-top: 70px;
    text-align: left;
    display: flex;
    align-items: center
  }
  .steps__i:nth-child(1) {
    max-width: 840px
  }
  .steps__i:nth-child(2) {
    padding-left: 150px
  }
  .steps__i:nth-child(3) {
    padding-left: 300px
  }
  .steps__i:nth-child(1) .steps__i-image {
    width: 260px
  }
  .steps__i:nth-child(2) .steps__i-image {
    width: 260px
  }
  .steps__i:nth-child(3) .steps__i-image {
    width: 240px
  }
  .steps__i picture {
    flex-shrink: 0;
    margin-right: 40px
  }
  .steps__i-image {
    margin: 0
  }
  .steps__i-title {
    font-size: 30px
  }
  .goldline {
    padding-top: 160px;
    margin-bottom: -90px
  }
  .goldline__inner {
    padding-left: 481px;
    position: relative;
    min-height: auto;
    height: 393px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center
  }
  .goldline .block-title-big {
    text-align: left
  }
  .goldline__image {
    margin: 0;
    width: 461px;
    position: absolute;
    left: -30px;
    top: 0
  }
  .goldline__b-b {
    margin-top: 40px
  }
  .goldline__button {
    height: 60px;
    margin-right: 60px;
    border-radius: 30px;
    padding: 0 30px;
    font-size: 30px;
    transition: all .4s ease-in-out
  }
  .goldline__button:before {
    height: 60px;
    border-radius: 30px;
    right: -60px;
    width: 60px;
    transition: all .4s ease-in-out
  }
  .goldline__button:hover {
    border-radius: 30px 0 0 30px
  }
  .goldline__button:hover:before {
    border-radius: 0 30px 30px 0;
    background-position: left center
  }
  .blue {
    padding-top: 220px;
    padding-bottom: 190px;
    background-size: 3000px auto
  }
  .blue__inner {
    padding: 50px 60px 60px;
    transform: rotate(-1.22deg);
    max-width: 1040px;
    position: relative
  }
  .blue__inner:after {
    content: '';
    width: 344px;
    height: 333px;
    background-image: url(../images/blue-star_desktop.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    position: absolute;
    right: -120px;
    top: -150px
  }
  .blue__inner-inner {
    transform: rotate(1.22deg)
  }
  .blue__title {
    font-size: 30px
  }
  .blue .text {
    font-size: 24px;
    line-height: 1.2
  }
  .blue__content {
    display: flex;
    margin-left: -10px;
    margin-right: -10px
  }
  .blue__block {
    width: 50%;
    padding-left: 10px;
    padding-right: 10px
  }
  .blue__star {
    display: none
  }
  .advantages {
    padding-top: 140px
  }
  .advantages__content {
    margin-left: -10px;
    margin-right: -10px;
    margin-top: 112px
  }
  .advantages__i {
    margin-top: 20px;
    min-height: auto;
    min-width: 440px;
    width: calc(25% - 20px);
    margin-left: 10px;
    margin-right: 10px;
    padding: 340px 50px 50px
  }
  .advantages__i-image-1 {
    top: 10px;
    margin-top: 0;
    left: 50%;
    margin-left: -170px;
    width: 340px
  }
  .advantages__i-image-2 {
    margin-top: 0;
    left: 50%
  }
  .advantages__i:nth-child(1) .advantages__i-image-1,
  .advantages__i:nth-child(1) .advantages__i-image-2 {
    margin-left: -180px;
    width: 360px;
    top: 10px
  }
  .advantages__i:nth-child(2) .advantages__i-image-1,
  .advantages__i:nth-child(2) .advantages__i-image-2 {
    margin-left: -150px;
    width: 320px;
    top: 20px
  }
  .advantages__i:nth-child(3) .advantages__i-image-1,
  .advantages__i:nth-child(3) .advantages__i-image-2 {
    margin-left: -140px;
    width: 280px;
    top: 40px
  }
  .advantages__i:nth-child(4) .advantages__i-image-1,
  .advantages__i:nth-child(4) .advantages__i-image-2 {
    margin-left: -150px;
    width: 300px;
    top: 20px
  }
  .advantages__i-title {
    font-size: 30px;
    min-height: 72px;
    display: flex;
    align-items: center;
    width: 100%;
    text-align: center;
    justify-content: center
  }
  .orange {
    padding: 220px 0 160px;
    background-size: 3000px auto;
    position: relative;
    overflow: hidden
  }
  .orange .block-title {
    font-size: 40px
  }
  .orange__text {
    font-size: 30px;
    max-width: 480px
  }
  .orange__button_1 {
    height: 60px;
    margin-right: 60px;
    border-radius: 30px;
    padding: 0 35px;
    font-size: 24px;
    margin-top: 50px;
    max-width: 100%;
    transition: all .4s ease-in-out
  }
  .orange__button_1:before {
    height: 60px;
    border-radius: 30px;
    right: -60px;
    width: 60px;
    transition: all .4s ease-in-out
  }
  .orange__button_2 {
    height: 60px;
    margin-right: 60px;
    border-radius: 30px;
    padding: 0 35px;
    font-size: 24px;
    margin-top: 35px;
    max-width: 100%;
    transition: all .4s ease-in-out
  }
  .orange__button_2:before {
    height: 60px;
    border-radius: 30px;
    right: -60px;
    width: 60px;
    transition: all .4s ease-in-out
  }
  .orange__button_1:hover {
    border-radius: 30px 0 0 30px
  }
  .orange__button_1:hover:before {
    border-radius: 0 30px 30px 0;
    background-position: left center
  }
  .orange__button_2:hover {
    border-radius: 30px 0 0 30px
  }
  .orange__button_2:hover:before {
    border-radius: 0 30px 30px 0;
    background-position: left center
  }
  @keyframes slide-up {
    from {
      transform: translateY(1000px)
    }
    to {
      transform: translateY(-100px)
    }
  }
  .orange-pill-1,
  .orange-pill-2,
  .orange-pill-3,
  .orange-pill-4 {
    pointer-events: none;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    display: block;
    position: absolute;
    animation-timeline: scroll(block root);
    animation-name: slide-up;
    animation-duration: 1s;
    animation-fill-mode: both
  }
  .orange-pill-1 {
    width: 201px;
    height: 178px;
    background-image: url(../images/pill-1.webp);
    top: 250px;
    left: 0
  }
  .orange-pill-2 {
    width: 82px;
    height: 131px;
    background-image: url(../images/pill-2.webp);
    top: 130px;
    right: 30px
  }
  .orange-pill-3 {
    width: 127px;
    height: 89px;
    background-image: url(../images/pill-3.webp);
    bottom: 120px;
    left: 40px
  }
  .orange-pill-4 {
    width: 202px;
    height: 269px;
    background-image: url(../images/pill-4.webp);
    bottom: 120px;
    right: 0
  }
  .tabs__inner {
    max-width: 1514px;
    position: relative
  }
  .tabs__control {
    display: none
  }
  .tabs__content {
    display: flex;
    justify-content: space-between
  }
  .tabs__block {
    display: block;
    padding: 0;
    width: calc(50% - 10px);
    background-color: transparent!important;
    border-radius: 0!important
  }
  .tabs__block:first-child {
    padding-bottom: 220px
  }
  .tabs__block:last-child .block-title {
    color: #fff
  }
  .tabs__i {
    margin-bottom: 20px;
    padding: 50px;
    border-radius: 30px;
    box-shadow: 5px 5px 10px rgba(45,105,255,.25)
  }
  .tabs__i:first-child {
    height: 263px;
    display: flex;
    align-items: center;
    justify-content: center
  }
  .tabs__block:first-child .tabs__i {
    background-color: var(--c4)
  }
  .tabs__block:last-child .tabs__i {
    background-color: var(--c2)
  }
  .tabs__i-title {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 24px
  }
  .tabs__star {
    width: 200px;
    height: 200px;
    background-image: url(../images/tabs-star.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    display: block;
    position: absolute;
    bottom: -50px;
    left: 70px
  }
  .scheme {
    margin-top: 130px
  }
  .scheme__arrow {
    display: none
  }
  .scheme__text {
    margin-top: 36px;
    max-width: 1200px
  }
  .scheme__inner {
    max-width: 1514px
  }
  .scheme__inner:after,
  .scheme__inner:before {
    transition: all 2s ease-in-out
  }
  .scheme__inner:hover:before {
    top: -42px;
    left: 30px
  }
  .scheme__inner:hover:after {
    bottom: -110px;
    right: 20px
  }
  .scheme__content {
    margin-top: 55px;
    margin-left: auto;
    margin-right: auto;
    max-width: 922px;
    display: flex;
    flex-wrap: wrap;
    align-items: center
  }
  .scheme__i {
    width: 33.33333333%;
    padding: 0 11px
  }
  .scheme__i:nth-child(1) {
    order: 0
  }
  .scheme__i:nth-child(2) {
    order: 3
  }
  .scheme__i:nth-child(3) {
    order: 1
  }
  .scheme__i:nth-child(4) {
    order: 4
  }
  .scheme__i:nth-child(5) {
    order: 2
  }
  .scheme__i:nth-child(6) {
    order: 5
  }
  .scheme__i-name {
    font-size: 28px;
    width: 100%;
    justify-content: center;
    margin-top: 0;
    margin-bottom: 50px
  }
  .scheme__i-value {
    font-size: 24px;
    margin-top: 0
  }
  .scheme__i-text {
    font-size: 24px;
    margin-top: 0;
    line-height: 1.1
  }
  .faq .container {
    padding-right: 300px
  }
  .faq__slider {
    padding-bottom: 140px
  }
  .faq__slider .slick-dots {
    padding-left: 250px
  }
  .faq__slider .slick-dots li {
    width: 62px
  }
  .aptekaru-click {
    padding: 80px 50px 200px
  }
  .aptekaru-click__image {
    width: 985px
  }
  .aptekaru-click__b-b {
    margin-top: 0
  }
  .aptekaru-click__button {
    height: 60px;
    margin-right: 60px;
    border-radius: 30px;
    padding: 0 30px;
    font-size: 30px;
    transition: all .4s ease-in-out
  }
  .aptekaru-click__button:before {
    height: 60px;
    border-radius: 30px;
    right: -60px;
    width: 60px;
    transition: all .4s ease-in-out
  }
  .aptekaru-click__button:after {
    height: 214px;
    right: -290px;
    bottom: -125px;
    width: 192px;
    transition: all .4s ease-in-out
  }
  .aptekaru-click__button:hover {
    border-radius: 30px 0 0 30px
  }
  .aptekaru-click__button:hover:before {
    border-radius: 0 30px 30px 0;
    background-position: left center
  }
  .aptekaru-click__button:hover:after {
    right: -180px;
    bottom: -165px;
    transition: all .4s ease-in-out
  }
  .in-the-catalog__image {
    width: 1554px;
    max-width: calc(100% - 40px)
  }
  .notice-footer {
    padding: 28px 15px
  }
}
@media (min-width:1200px) and (max-width:1439px) {
  .doc .text {
    font-size: 20px
  }
  .tabs__block .block-title {
    font-size: 40px
  }
}
@media (min-width:1440px) {
  .main__block-oval {
    left: 0
  }
  .main__block-1 {
    width: calc(100% - 450px - 450px)
  }
  .main__block-2 {
    width: 450px
  }
  .main__block-3 {
    width: 450px
  }
  .doc {
    padding-bottom: 180px;
    padding-top: 180px;
    background-size: 900px auto;
    min-height: 910px;
    background-position: -220px bottom
  }
  .doc .text {
    max-width: 747px;
    margin: 50px 0 0;
    padding: 50px
  }
  .doc__inner {
    padding-left: 50%
  }
  .steps__image {
    right: 20px;
    top: -40px;
    width: 540px;
    height: 540px
  }
  .steps__i:nth-child(2) {
    padding-left: 300px
  }
  .steps__i:nth-child(3) {
    padding-left: 600px
  }
  .goldline__inner {
    padding-left: 650px;
    height: 495px;
    justify-content: flex-start;
    padding-top: 45px
  }
  .goldline__image {
    width: 580px
  }
  .advantages__i {
    min-width: auto;
    max-width: 100%;
    width: calc(25% - 20px)
  }
  .orange .block-title {
    font-size: 50px
  }
  .orange__text {
    font-size: 40px;
    background: url(../images/oval-blue_desktop.svg) no-repeat center center/contain;
    max-width: 900px;
    padding: 45px 20px;
    margin-top: 70px
  }
  .orange__button_1 {
    margin-top: 85px;
    font-size: 30px
  }
  .orange__button_2 {
    font-size: 30px
  }
  .orange-pill-1 {
    width: 288px;
    height: 255px
  }
  .orange-pill-2 {
    width: 117px;
    height: 187px
  }
  .orange-pill-3 {
    width: 182px;
    height: 128px
  }
  .orange-pill-4 {
    width: 289px;
    height: 385px
  }
  .scheme__inner:before {
    width: 218px;
    height: 218px;
    top: -95px;
    left: auto!important;
    right: 90px
  }
  .scheme__inner:hover:before {
    top: -105px;
    right: 60px
  }
  .scheme__inner:after {
    width: 238px;
    height: 238px;
    bottom: -122px;
    right: auto!important;
    left: 100px
  }
  .scheme__inner:hover:after {
    right: auto;
    left: 70px
  }
  .faq {
    padding-bottom: 180px;
    margin-bottom: -180px
  }
  .faq__i-inner {
    padding: 50px 60px
  }
  .faq__i-title {
    padding-top: 0;
    font-size: 28px;
    padding-left: 82px;
    min-height: 68px;
    display: flex;
    align-items: center
  }
  .faq__i-title:before {
    width: 56px;
    height: 56px;
    top: 3px;
    left: 0
  }
  .faq__i-text {
    font-size: 24px;
    margin-top: 35px
  }
}
@media (min-width:1799px) {
  .main .text {
    font-size: 30px
  }
  .main__block-1 {
    width: 590px
  }
  .main__block-2 {
    width: 460px
  }
  .main__block-2 .text {
    font-size: 24px
  }
  .main__block-3 {
    width: 460px
  }
  .main__block-3 .text {
    font-size: 24px
  }
  .main__block-ref {
    font-size: 20px!important;
    margin-top: 60px
  }
  .doc {
    background-position: left bottom
  }
  .steps__image {
    right: 50px;
    top: -50px;
    width: 700px;
    height: 700px
  }
}