@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap");

@font-face {
  font-family: 'RF Dewi';
  src: url("../fonts/RFDewi-Bold.eot");
  src: local("RF Dewi Bold"), local("RFDewi-Bold"), url("../fonts/RFDewi-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/RFDewi-Bold.woff2") format("woff2"), url("../fonts/RFDewi-Bold.woff") format("woff"), url("../fonts/RFDewi-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'RF Dewi';
  src: local('RF Dewi Extended Bold'), local('RF-Dewi-Extended-Bold'),
    url('../fonts/RFDewiExtended-Bold.woff2') format('woff2'),
    url('../fonts/RFDewiExtended-Bold.woff') format('woff'),
    url('../fonts/RFDewiExtended-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}

* {
  box-sizing: border-box;
}

body {
  position: relative;
  background: #fff;
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 18px;
  color: #272727;
}

.blurred {
  opacity: 0.1;
  filter: alpha(opacity=0.1);
  /* Internet Explorer 8 and earlier */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
  /* Internet Explorer 9 */
  -khtml-opacity: 1;
  /* Safari 1.x */
  -moz-opacity: 1;
  /* Firefox < 3.5 */
  transition: opacity 0.1s ease-in-out, filter 0.1s ease-in-out;
  -webkit-transition: opacity 0.1s ease-in-out, -webkit-filter 0.1s ease-in-out;
  /* For Webkit browsers */
  -moz-transition: opacity 0.1s ease-in-out, -moz-filter 0.1s ease-in-out;
  /* For Mozilla-based browsers */
  -o-transition: opacity 0.1s ease-in-out, -o-filter 0.1s ease-in-out;
  /* For Opera */
}

.clr {
  clear: both;
}

.box {
  width: 1334px;
  margin: 0 auto;
  position: relative;
}

.boxx {
  width: 771px;
  margin: 0 auto;
}

.dflex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

.jcsp {
  justify-content: space-between;
}

.jcc {
  justify-content: center;
}

.aic {
  align-items: center;
}

.tar {
  text-align: right;
}

.tac {
  text-align: center;
}

br.mob_br {
  display: none;
}

.ttl {
  font-weight: 700;
}

a {
  color: inherit;
  transition: all 0.4s ease-out;
}

ul,
li,
h1,
h2,
h3,
p {
  margin: 0;
  padding: 0;
}

input,
textarea {
  border: 0;
  font-family: 'Inter', sans-serif;
  font-size: 18px;
  color: #000;
}

input:focus,
input:active {
  outline: none;
  background-color: #fff;
}

.btn {
  border: 0;
  background: linear-gradient(128.82deg, #F24830 0%, #A41D21 100%);
  border-radius: 27px;
  cursor: pointer;
  transition: all 0.5s ease-out;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.btn:hover {
  background: linear-gradient(128.82deg, #F24830 20%, #A41D21 100%);
}

.top_logo {
  padding-top: 20px;
  font-family: 'RF Dewi', sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 111.2%;
  text-align: center;
  color: #A41D21;
}

.top_logo img {
  display: block;
  width: 54px;
  margin: 0 auto;
}

.header {
  margin-top: 90px;
}

.header .es {
  font-weight: 700;
  font-size: 62px;
  line-height: 66px;
}

.header .es span {
  color: #B378FF;
  background: linear-gradient(131.02deg, #B378FF -6.36%, #5768FF 107.43%, #5F6FFF 107.43%), linear-gradient(0deg, #272727, #272727);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.header .po {
  margin-top: 17px;
  font-size: 24px;
  line-height: 29px;
  text-transform: uppercase;
  font-weight: 500;
}

.header .btn {
  margin: 67px auto 0;
  width: 790px;
  height: 70px;
  justify-content: center;
  display:flex;
}

.header .rec {
  width: 310px;
  margin: 13px auto 0;
  font-size: 14px;
  line-height: 17px;
  font-weight: 500;
}

.header .rec span {
  color: #D2372B;
}

.banner_main { 
  margin-top: 80px;
  height: 733px;
  /*background: url(../images/banner-main.jpg) center no-repeat;*/
  position: relative;
}
.banner_main img{
  border-radius: 28px;
  width: 100%;
  height: 736px;
  object-fit: cover;
}

/*.banner_main:before {
  content: '';
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.36), rgba(255, 255, 255, 0.36)), linear-gradient(0deg, #806FFF, #806FFF);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 30px;
  z-index: 1;
  opacity: 0.36;
}*/

.banner_main .dflex_wrp {
 width: 100%;
    height: fit-content;
    position: absolute;
    left: 0;
    bottom: -3px;
    padding: 37px 50px 37px 30px;
    justify-content: space-between;
    align-items: flex-end;
    z-index: 2;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
    border-radius: 28px;
}

.banner_main .left {
  width: 637px;
  font-weight: 700;
  font-size: 76px;
  line-height: 74px;
  letter-spacing: -0.02em;
  color: #fff;
}

.banner_main .right {
  width: 515px;
  font-size: 23px;
  line-height: 28px;
  font-weight: 500;
  padding-bottom: 4px;
  color: #fff;
}

.banner_main .right_mobile {
  display: none;
}

.banner_main video {
  position: relative;
}

.banner_main iframe {
  position: relative;
  width: 100%;
  border: none;
  height: 100%;
  border-radius: 30px;
}

.main_ins {
  margin-top: 116px;
  margin-bottom: 106px;
  justify-content: space-between;
}

.main_ins .left {
  width: 637px;
}


.main_ins .show-mobile-class {
  display:none;
}


.main_ins .show-mobile-class-btn {
  display:none;
}


.main_ins .left .stl {
  margin-bottom: 13px;
  font-size: 46px;
  line-height: 65px;
  font-weight: 700;
}

.main_ins .left .stl .abtnobstl {

  font-size: 37px;

}

.main_ins .left .stl span {
  color: #B378FF;
  background: linear-gradient(131.02deg, #B378FF -6.36%, #5768FF 107.43%, #5F6FFF 107.43%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-left: 16px;
}

.main_ins .left .item {
  padding: 33px 30px;
  background: #FFFFFF;
  box-shadow: 0 10px 32px rgba(0, 0, 0, 0.06);
  border-radius: 24px;
  margin-bottom: 10px;
}

.main_ins .left .item .num {
  min-width: 42px;
  min-height: 42px;
  border: 1px solid #B378FF;
  border-radius: 50%;
  font-size: 18px;
  color: #B378FF;
  justify-content: center;
}

.main_ins .left .item .txt {
  margin-left: 35px;
  font-size: 18px;
  line-height: 21px;
}

.main_ins .right {
  width: 612px;
  padding-top: 33px;
}

.main_ins .right input[type="text"],
.main_ins .right input[type="email"],
.main_ins .right input[type="tel"] {
  width: 100%;
  height: 64px;
  background: #F5F5F5;
  border-radius: 14px;
  padding: 0 16px;
  margin-bottom: 16px;
}

.main_ins .right input[type="text"]::placeholder,
.main_ins.right input[type="email"]::placeholder,
.main_ins.right input[type="tel"]::placeholder {
  font-weight: 400;
  font-family: 'Inter', sans-serif;
  color: #666;
}

.main_ins .right .btn {
  margin-top: 23px;
  width: 100%;
  height: 83px;
  font-size: 18px;
}

.main_ins .right .btn_mobile {
  display: none;
}

.main_ins .right .conf {
  margin-top: 16px;
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
}

.main_ins .right .conf a {
  text-decoration: underline;
  color: inherit;
}

.slick-track {
  display: flex;
}

.slick-slide {
  float: none;
  height: auto;
}

.otz_item {
  width: 472px;
  height: 90%;
  position: relative;
  color: #000;
  margin-right: 180px;
  margin-left: -130px;
  margin-bottom: 20px
}

.otz_item:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 97%;
  background: linear-gradient(266.92deg, #7CAEF5 6.31%, #BBB8F7 91.68%);
  border-radius: 24px;
}

.otz_item .otz_cnt {
  width: 480px;
  height: 100%;
  position: relative;
  top: 12px;
  left: 12px;
  overflow: hidden;
  background: #fff;
  border-radius: 24px;
  padding: 50px 25px 25px 25px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.04);
}

.otz_item .otz_cnt .ava {
  min-width: 94px;
  min-height: 125px;
  border-radius: 20px;
  height: 125px;
  width: 94px;
  overflow: hidden;
  object-fit: cover;
}

.otz_item .otz_cnt .name_wrp {
  margin-left: 16px;
}

.otz_item .otz_cnt .name {
  margin-bottom: 8px;
  font-size: 24px;
  line-height: 29px;
  font-weight: 600;
}

.otz_item .otz_cnt .pr {
  font-size: 14px;
  line-height: 17px;
}

.otz_item .otz_txt {
  margin-top: 16px;
  font-size: 14px;
  line-height: 24px;
}

/* --------- page   ----------------*/
header {
  padding-top: 40px;
}

.head_banner {
  width: 1078px;
  padding: 40px 103px;
  margin: 0 auto;
  background: linear-gradient(266.92deg, #7CAEF5 6.31%, #BBB8F7 91.68%);
  border-radius: 20px;
  color: #000;
}

.head_banner .top .lft {
  font-weight: 600;
  font-size: 28px;
  line-height: 34px;
}

.head_banner .top .rht {
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  margin: 0 10px 3px 0;
}

.head_banner .ttl {
  margin-top: 32px;
  font-size: 48px;
  line-height: 58px;
  margin-bottom: 20px;
}

.head_banner .po {
  margin-top: 20px;
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
}

.head_banner .es {
  margin-top: 32px;
  font-weight: 500;
  line-height: 24px;
}

.rekp {
  margin-top: 29px;
  margin-left: -2px;
  margin-bottom: 40px;
  font-weight: 700;
  line-height: 22px;
  font-size: 18px;
}

.rekp span {
  color: #D2372B;
}

.bordered {
  width: 846px;
  margin: 31px auto 0;
  padding: 29px 30px 45px 30px;
  background: linear-gradient(266.92deg, #D0DFF5 6.31%, #E9E8F7 91.68%);
  border-radius: 24px;
  border: 4px solid #7CAEF5;
}

.bordered .dl {
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
}

.bordered .ono {
  margin: 31px 0 0;
  font-size: 20px;
  line-height: 32px;
  font-weight: 600;
}

.bordered .emu {
  margin: 42px 0 16px;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
}

.f8 {
  background: #f8f8f8;
  margin: 40px 0;
  padding: 33px 0;
}

.f8 .ttl {
  line-height: 55px;
}

.f5 {
  background: #F5F9FF;
  margin: 40px 0 0;
  padding: 48px 0;
}

.f9 {
  background: #F9F5FF;
  padding: 40px 0;
}

.bg_liner_grey {
  padding: 40px 0;
  background: linear-gradient(180deg, #F9F5FF 40.44%, rgba(248, 248, 248, 0) 100%);
}

.bg_liner_grey .row {
  margin-top: 32px;
  justify-content: space-between;
  width: calc(100% + 137px);
  margin-bottom: 34px;
}

.bg_liner_grey .row .col {
  width: 445px;
}

.bg_liner_grey .row ul {
  margin-left: 25px;
}

.bg_liner_grey .row li {
  font-size: 18px;
  line-height: 32px;
}

.bg_liner_grey p {
  margin: 16px 0;
  width: calc(100% + 6px);
}

.bg_liner_grey .sup_ttl+p,
.bg_liner_grey .sup_ttl+p+p,
.bg_liner_grey .sup_ttl+p+p+p,
.bg_liner_grey .sup_ttl+p+p+p+p,
.bg_liner_grey .sup_ttl+p+p+p+p+p,
.bg_liner_grey .sup_ttl+p+p+p+p+p+p {
  margin-bottom: 24px;
}

.block_liner_grey {
  padding: 23px 0;
}

.block_liner_grey .ttl {
  line-height: 48px;
  margin-bottom: 33px;
}

.sk_bor {
  padding: 30px 30px 17px 30px;
  border-radius: 12px;
  border: 2px solid #7CAEF5;
  border-bottom: 6px solid #7CAEF5;
  margin: 31px 0 0 0;
  width: 95.5%;
}

.sk_bor .stl {
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 13px;
}

.sk_bor ul {
  margin-left: 26px;
}

.sk_bor ul li {
  margin-bottom: 8px;
  font-size: 18px;
  line-height: 32px;
}

.ttl_meth {
  margin-bottom: 31px;
  font-weight: 700;
  font-size: 40px;
  line-height: 56px;
}

.row_mwth p {
  margin-top: 13px;
}

.row_mwth {
  justify-content: space-between;
  margin-bottom: 61px;
  width: calc(100% + 24px);
}

.row_mwth .col {
  width: 374px;
}

.row_mwth .col img {
  width: 100%;
  max-width: 384px;
}

.row_mwth .col_2 {
  width: 384px;
}

.slider_otz {
  margin: 31px auto 0 auto;
  width: 100%;
  position: relative;
  max-width: 1440px;
}

.slider_otz .slick-arrow {
  position: absolute;
  top: 0;
  bottom: 10px;
  margin: auto;
  background: #FFFFFF url("../images/arrow.svg") 50% 50% no-repeat;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.06);
  width: 56px;
  height: 56px;
  border-radius: 100px;
  border: none;
  padding: 0;
  font-size: 0;
  z-index: 1;
  cursor: pointer;
  transition: all 0.5s;
  opacity: 1;
  visibility: visible;
}

.slider_otz .slick-arrow.slick-disabled {
  opacity: 0;
  visibility: hidden;
}

.slider_otz .slick-arrow.slick-prev {
  left: 52px;
  transform: rotate(180deg);
}

.slider_otz .slick-arrow.slick-next {
  right: 52px;
}

.bg_grad {
  padding: 40px 0 16px 0;
  color: #000;
  background: linear-gradient(266.92deg, #7CAEF5 6.31%, #BBB8F7 91.68%);
}

.bg_grad p {
  font-weight: 500;
}

.bg_grad .lh56 {
  line-height: 56px;
}

.bg_grad .ttl_bolee {
  font-weight: 700;
  font-size: 40px;
  line-height: 56px;
  width: calc(100% + 20px);
}

.bg_grad .citata {
  text-align: right;
  font-style: italic;
  margin: 25px -15px 54px 0;
  line-height: 32px;
  font-weight: 500;
}

.bg_grad .btn {
  justify-content: center;
  width: 100%;
  max-width: 750px;
  height: 70px;
}

.bg_grad.mt93 p {
  font-size: 23px;
}

.bg_grad.mt93 .btn {
  margin-top: 42px;
}

.stl_nikg {
  font-weight: 700;
  font-size: 40px;
  line-height: 56px;
}

.grey_block {
  background: #f8f8f8;
  padding: 40px 0;
  margin-bottom: 41px;
}

.frame_24 {
  margin-top: 32px;
  padding: 30px 25px 17px 25px;
  background: #FFFFFF;
  border-radius: 12px;
  border: 2px solid #7CAEF5;
  border-bottom: 6px solid #7CAEF5;
  width: 99%;
}

.frame_24 ol {
  margin: 0;
  padding: 0;
  margin-left: 24px;
}

.frame_24 ol li {
  padding-left: 6px;
  margin-bottom: 8px;
  font-size: 18px;
  line-height: 32px;
  font-weight: 700;
}

.frame_24 ol li span {
  font-weight: 400;
}

.frame_24 .del {
  font-size: 20px;
  line-height: 32px;
  font-weight: 700;
  margin-bottom: 12px;
}

.frame_24 p {
  font-size: 20px;
  padding-bottom: 0;
  margin-bottom: 0;
  margin-top: 6px;
}

.frame_trans {
  width: 100%;
  max-width: 517px;
  padding: 24px 30px 26px 30px;
  border-radius: 24px;
  border: 2px solid #7CAEF5;
  border-bottom: 6px solid #7CAEF5;
  margin: 32px 0 33px 0;
}

.frame_trans p {
  margin: 7px 0 8px 0;
}

.fr_tr_p3 {
  max-width: 584px;
}

.fr_tr_p31 {
  max-width: 704px;
  margin-top: 24px;
}

.fr_tr_p31 p {
  margin: 24px 0;
}

.frame_dark {
  width: 100%;
  max-width: 692px;
  padding: 24px 30px 21px 30px;
  border-radius: 24px;
  border: 2px solid #000;
  border-bottom: 6px solid #000;
  margin-bottom: 33px;
}

.frame_dark p {
  margin: 7px 0;
  font-weight: 700;
}

.frame_dark p.fw400 {
  font-weight: 400;
}

.frd_2 {
  max-width: 730px;
}

.fr24 {
  padding: 22px 22px 17px 22px;
  width: 92%;
  margin-bottom: 33px;
}

.strong.mini {
  font-size: 22px;
  line-height: 32px;
  margin: 24px 0;
}

.bg_grad.foot {
  padding-bottom: 41px;
}

.bg_grad.foot p {
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
  margin: 33px 0 0 0;
}

.bg_grad.foot p.kak_p {
  margin: 24px 0 42px 0;
  max-width: 100%;
}

.bg_grad.foot .btn {
  justify-content: center;
  width: 100%;
  max-width: 97%;
  height: 70px;
  margin: 0 auto;
  border-radius: 24px;
}

.bg_grad.foot .btn+p {
  font-size: 18px;
  line-height: 32px;
  margin: 24px 0 0 0;
}

.frame_p3 {
  width: 100%;
  max-width: 750px;
  padding: 32px;
  border-radius: 24px;
  border: 2px solid #7CAEF5;
  border-bottom: 6px solid #7CAEF5;
  font-size: 18px;
  line-height: 32px;
}

.frame_p3 p.strong {
  margin: 8px 0;
}

.frame_p3 ul {
  margin-left: 24px;
}

.frame_p3 ul li {
  margin-bottom: 8px;
}

.frame_100 {
  width: 100%;
  padding: 32px;
  border-radius: 24px;
  border: 2px solid #7CAEF5;
  border-bottom: 6px solid #7CAEF5;
  /*border-width: 2px 2px 6px 2px;
    border-style: solid;
    border-image-source: linear-gradient(266.92deg, #7CAEF5 6.31%, #BBB8F7 91.68%);*/
  font-size: 18px;
  line-height: 32px;
}

.frame_100 .dbold {
  font-size: 20px;
}

.frame_100 .ost {
  margin: 12px 0;
}

.frame_100 ul {
  margin-left: 20px;
}

.frame_100 .sm {
  font-size: 16px;
  line-height: 24px;
}

.frame_price {
  width: 100%;
  max-width: 490px;
  padding: 26px 32px 18px;
  border-radius: 24px;
  border: 2px solid #7CAEF5;
  border-bottom: 6px solid #7CAEF5;
  line-height: 32px;
  font-size: 24px;
}

.frame_price .dflex {
  font-size: 18px;
  margin-bottom: 16px;
}

.frame_price img {
  margin-right: 12px;
}

.frame_price .gb {
  margin-bottom: 12px;
}

.frame_price .green {
  color: #2BB239;
}

.frame_price p {
  margin: 24px 0 0;
  font-size: 18px;
}

.sup_ttl {
  font-weight: 700;
  font-size: 40px;
  line-height: 56px;
  margin-bottom: 32px;
}

.mini_hep p {
  margin: 16px 0;
}

.mini_hep p:last-child {
  margin-bottom: 39px;
}

.page_3 {
  padding-top: 84px;
}

.vi_pol {
  padding: 90px 0;
  font-size: 56px;
  line-height: 68px;
  font-weight: 700;
  color: #000;
}

.red_gradient {
  background: -webkit-linear-gradient(352deg, #F24830 0%, #A41D21 100%);
  background: -o-linear-gradient(352deg, #F24830 0%, #A41D21 100%);
  background: linear-gradient(82deg, #F24830 0%, #A41D21 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.blue_gradient {
  background: -webkit-linear-gradient(2deg, #7CAEF5 6.31%, #BBB8F7 91.68%);
  background: -o-linear-gradient(2deg, #7CAEF5 6.31%, #BBB8F7 91.68%);
  background: linear-gradient(92deg, #7CAEF5 6.31%, #BBB8F7 91.68%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.cost_pp {
  font-weight: 700;
  font-size: 20px;
  position: relative;
  margin-left: 6px;
}

.cost_pp img {
  position: absolute;
  top: 0;
}

.cost_pp span {
  padding-left: 28px;
}

.cost_pp .red_gradient {
  padding-left: 0;
}

.mt64 {
  margin-top: 64px;
}

.mt0 {
  margin-top: 0;
  padding-bottom: 31px;
}

.mb0 {
  margin-bottom: 0;
}

.kak_p {
  width: 100%;
  max-width: 660px;
}

.mt54 {
  margin-top: 54px !important;
}

.mt64 {
  margin-top: 64px !important;
}

.mt93 {
  margin-top: 93px;
}

.mt40 {
  margin-top: 40px;
}

.pt40 {
  padding-top: 40px;
}

.pb40 {
  padding-bottom: 40px;
}

.burlan_1 {
  width: 100%;
  max-width: 532px;
}

.bold {
  font-weight: 700;
}

p {
  margin: 24px 0;
  font-size: 18px;
  line-height: 32px;
  color: #000;
}

p.strong {
  margin: 32px 0;
  font-weight: 700;
  font-size: 24px;
  line-height: 36px;
}

p.strong2 {
  margin: 24px 0;
  font-weight: 700;
  font-size: 32px;
  line-height: 48px;
}

.ttl {
  margin: 0 0 24px 0;
  font-size: 32px;
  line-height: 38px;
  color: #000;
}

.purple {
  background: -webkit-linear-gradient(272deg, #B78EF3 -6.36%, #9CA4F1 107.43%);
  background: -o-linear-gradient(272deg, #B78EF3 -6.36%, #9CA4F1 107.43%);
  background: linear-gradient(2deg, #B78EF3 -6.36%, #9CA4F1 107.43%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.cl_green {
  color: #2BB239;
}

.stlf {
  font-size: 40px;
  line-height: 32px;
  font-weight: 700;
}

.fsi {
  font-style: italic;
}

.fw500 {
  font-weight: 500;
}

.fw400 {
  font-weight: 400;
}

.miii {
  font-size: 24px;
  line-height: 36px;
  margin-top: 54px;
  font-weight: 700;
}

.indent {
  padding-left: 29px;
  position: relative;
}

.indent:after {
  content: '—';
  font-size: 18px;
  line-height: 32px;
  color: #000;
  position: absolute;
  top: 0;
  left: 0;
}

.btn_100 {
  width: 100%;
  max-width: 700px;
  height: 70px;
  margin: 0 auto;
}

.kstti {
  margin: 80px auto 40px;
  font-size: 32px;
  line-height: 48px;
}

.zap_ttl {
  margin: 32px 0 42px;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
}

.dol_ttl {
  margin: 24px 0;
  font-size: 24px;
  line-height: 32px;
}

.dol_ttl.bold {
  margin: 32px 0;
}

.ost_zap {
  margin: 100px auto 0;
  font-size: 40px;
  line-height: 56px;
  font-weight: 700;
  justify-content: center;
}

.bg_blue_gradient {
  padding: 40px 0 100px;
  background: linear-gradient(266.92deg, #7CAEF5 6.31%, #BBB8F7 91.68%);
}

.bg_blue_gradient .ttl_zaps {
  font-weight: 700;
  font-size: 56px;
  line-height: 68px;
  color: #000;
}

.bonus_items {
  margin-top: 32px;
}

.bonus_items .item {
  min-width: 440px;
  max-width: 440px;
  background: #fff;
  margin: 0 10px;
  padding: 32px 24px;
  border: 2px solid #7CAEF5;
  border-radius: 24px;
  font-size: 18px;
  line-height: 32px;
}

.bonus_items .item .title {
  margin-bottom: 64px;
  text-align: center;
  font-size: 24px;
  line-height: 35px;
  font-weight: 700;
}

.bonus_items .item .title_mb0 {
  margin-bottom: 22px;
  font-size: 32px;
}

.bonus_items .item .stl {
  margin-top: 12px;
}

.bonus_items .item .sstl {
  margin-bottom: 38px;
  font-weight: 700;
  text-align: center;
  font-size: 24px;
  line-height: 35px;
}

.bonus_items .item .sttl_mbb {
  margin-bottom: 73px;
}

.bonus_items .item ul {
  margin-left: 20px;
  margin-top: 12px;
}

.bonus_items .item .vert {
  height: 100%;
  flex-wrap: wrap;
  align-items: stretch;
}

.bonus_items .item .vert .li {
  position: relative;
  padding-left: 32px;
  margin-bottom: 24px;
  font-size: 16px;
  line-height: 24px;
  text-align: left;
}

.bonus_items .item .vert .li:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  background: url(../images/icon-li.svg) center no-repeat;
}

.bonus_items .item .vert .li.clock:after {
  background: url(../images/icon-clock.svg) center no-repeat;
}

.bonus_items .item .vert .li_gr {
  color: #999;
}

.bonus_items .item .vert ol {
  margin-left: -18px;
}

.bonus_items .item .vert .bot {
  width: 100%;
  align-items: flex-end;
  text-align: center;
}

.bonus_items .item .vert .bot .bot_i {
  width: 100%;
  margin-top: 72px;
}

.bonus_items .item .vert .bot .old_price {
  font-size: 24px;
  line-height: 29px;
  text-decoration: line-through;
  color: #999;
}

.bonus_items .item .vert .bot .price {
  font-size: 32px;
  line-height: 38px;
  font-weight: 700;
}

.bonus_items .item .vert .bot .btn {
  margin-top: 24px;
  height: 70px;
}

.posm_k {
  margin-top: 40px;
}

.posm_k .item {
  min-width: 545px;
  max-width: 545px;
}

.posm_k .item .title {
  font-size: 32px;
  line-height: 48px;
  font-weight: 700;
}

.posm_k .item p {
  margin: 24px 0;
  font-size: 18px;
  line-height: 24px;
}

.posm_k .item p.bold {
  margin-bottom: 53px;
}

.posm_k .item .prod {
  margin-top: 20px;
  margin-bottom: 24px;
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
}

.posm_k .item .prod span {
  color: #F24830;
}

.posm_k .item .table_wrp {
  width: 500px;
  position: relative;
}

.posm_k .item .table_wrp .txt_ned {
  font-size: 18px;
  line-height: 32px;
}

.posm_k .item .table_wrp .txt_ned svg {
  margin-left: 14px;
}

.posm_k .item .table_wrp .txt_vozr {
  position: absolute;
  top: 62px;
  left: -55px;
  font-size: 18px;
  line-height: 32px;
}

.posm_k .item .table_wrp .txt_vozr .ttext {
  position: absolute;
  top: 0;
  left: -27px;
  transform: rotate(-90deg);
}

.posm_k .item .table_wrp .txt_vozr svg {
  margin-top: 60px;
}

.posm_k .item .table_wrp .table .count {
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 12px;
  line-height: 14.5px;
  color: #999;
}

.posm_k .item .table_wrp .table .count div {
  margin-right: 34px;
}

.posm_k .item .table_wrp .table .row {
  position: relative;
  margin-bottom: 6px;
  justify-content: space-between;
  align-items: center;
}

.posm_k .item .table_wrp .table .row i {
  width: 6px;
  height: 6px;
  border-radius: 2px;
  border: 1px solid #EF7F82;
}

.posm_k .item .table_wrp .table .row i.gr {
  border: 1px solid #999;
}

.posm_k .item .table_wrp .table .row .year {
  position: absolute;
  top: -4px;
  left: -22px;
  width: 15px;
  font-size: 12px;
  line-height: 14.5px;
  color: #999;
  text-align: right;
}

.posm_k .item .table_wrp .table .row.grey_i i {
  border: 1px solid #999;
}

.posm_k .item_1 {
  max-width: 480px;
  min-width: 480px;
  margin-right: 80px;
}

.sectio-1 {
  padding: 16px 0;
}

.sectio-1 .bold {
  line-height: 19px;
}

.sectio-2 .boxx p:nth-child(5) {
  margin: 32px 0;
}

.sectio-2 .boxx .frame_trans p:nth-child(5) {
  margin: 0;
}

.sectio-2 .boxx .frame_trans p:last-child {
  font-weight: 700;
  font-size: 20px;
  line-height: 32px;
  margin: 16px 0 0 0;
  width: calc(100% + 2px);
}

.sectio-2 {
  padding-bottom: 16px;
}

.sectio-3 .sup_ttl {
  width: calc(100% + 9px);
}

.sectio-3 .fsi {
  margin: -17px 0 0 0;
}

.sectio-4 {
  padding-bottom: 17px;
}

.sectio-5 {
  margin-top: 31px;
  padding-bottom: 15px;
}

.sectio-5 .sup_ttl {
  width: calc(100% + 30px);
}

.sectio-5 p {
  margin: 32px 0;
}

.sectio-5 .indent {
  margin: -8px 0 -7px 0;
}

.sectio-5 .boxx p:nth-child(5) {
  width: calc(100% + 5px);
  margin-bottom: 0;
}

.sectio-5 .boxx p:nth-child(6) {
  line-height: 32px;
}

.sectio-5 .boxx p:nth-child(7) {
  margin-bottom: -8px;
}

.sectio-6 {
  padding-bottom: 17px;
  margin-bottom: 39px;
}

.sectio-7 {
  margin-top: 43px;
}

.sectio-7 .frame_dark p:first-child {
  font-size: 20px;
  line-height: 32px;
  margin-bottom: 17px;
}

.sectio-8 {
  padding: 40px 0;
}

.sectio-8 .slider_otz {
  margin-bottom: -7px;
}

.sectio-8 .frame_dark {
  margin: 31px 0 0 0;
  max-width: 718px;
  background: #fff;
  padding: 23px 10px 25px 29px;
}

.sectio-8 .frame_dark p:first-child {
  font-size: 20px;
  line-height: 32px;
}

.sectio-8 p.fw400 {
  font-size: 18px;
  line-height: 32px;
  margin: 17px 0 0 0;
}

.sectio-9 p:nth-last-child(3) {
  margin: 31px 0;
}

.sectio-9 p:nth-last-child(2) {
  width: calc(100% + 8px);
  margin-bottom: 32px;
}

.mt93.foot .boxx p:nth-child(3) {
  margin: 31px 0 0 0;
}

.mt93.foot .boxx p:nth-child(4) {
  margin: 25px 0 41px 0;
}

.page_3 p:nth-child(3) {
  margin-bottom: 35px;
}

.sectio-10 {
  padding: 40px 0 16px 0;
}

.sectio-11 {
  padding: 40px 0 14px 0;
}

.sectio-11 .sup_ttl {
  font-size: 32px;
  line-height: 48px;
}

.sectio-12 {
  padding-top: 17px;
  padding-bottom: 15px;
}

.sectio-12 p:first-child {
  margin-bottom: 32px;
}

.sectio-13 {
  padding: 17px 0;
}

.sectio-13 p:first-child {
  margin-bottom: 32px;
}

.sectio-14 {
  padding: 15px 0;
  margin-bottom: 41px;
}

.sectio-14 p:first-child {
  margin-bottom: 32px;
}

.sectio-15 p:first-child {
  margin-bottom: 48px;
}

.sectio-16 {
  padding: 16px 0;
}

.sectio-16 p:first-child {
  margin-bottom: 32px;
}

.sectio-16 .frame_trans {
  margin: 0;
  max-width: 579px;
  padding: 15px 30px 9px 30px;
}

.sectio-16 .frame_trans p:first-child {
  font-size: 20px;
  line-height: 32px;
  margin-bottom: 12px;
}

.sectio-17 .sup_ttl {
  font-size: 56px;
  line-height: 68px;
}

.sectio-17 .fr_tr_p31 {
  max-width: 696px;
  margin-top: 24px;
  padding: 0 30px 0 30px;
  margin-bottom: 0;
}

.sectio-18 {
  padding: 17px 0 36px 0;
}

.sectio-18 p:first-child {
  margin-bottom: 32px;
}

.sectio-18 .otz_item {
  margin: 31px 0 0 0;
  width: 521px;
}

.sectio-18 .otz_item:before {
  height: 100%;
}

.sectio-18 .otz_item .otz_cnt {
  width: 530px;
  height: 260px;
  padding: 32px 35px 25px 25px;
}

.sectio-18 .otz_item .otz_cnt img {
  width: 94px;
  height: 94px;
  min-height: 94px;
  border-radius: 100px;
}

.sectio-19 {
  padding-bottom: 39px;
  margin-bottom: 41px;
}

.sectio-19 p:first-child {
  margin-bottom: 31px;
}

.sectio-19 .frame_p3 {
  max-width: 745px;
  border-radius: 13px;
  padding: 21px 29px 15px 29px;
}

.sectio-19 .frame_p3 p:first-child {
  margin-bottom: 10px;
}

.sectio-19 .frame_p3 ul {
  margin-left: 27px;
}

.sectio-19 .frame_p3 ul li {
  margin-bottom: 11.5px;
}

.sectio-20 p:first-child {
  margin-bottom: 32px;
}

.sectio-20 p:nth-child(5) {
  margin-top: 42px;
}

.sectio-21 {
  margin-top: 31px;
}

.sectio-22 {
  padding: 16px 0 38px 0;
  margin-bottom: 42px;
}

.sectio-22 p:first-child {
  margin-bottom: 31px;
}

.sectio-22 .frame_100 {
  width: 95.6%;
  padding: 23px 30px 18px 30px;
}

.sectio-23 p:nth-child(4) {
  line-height: 32px;
}

.sectio-23 p:nth-child(5) {
  margin-bottom: 31px;
}

.sectio-23 p:nth-child(6) {
}

.sectio-23 p:nth-child(10) .cost_pp {
  margin-left: 0;
  font-size: 18px;
}

.sectio-23 .frame_price {
  padding: 23px 29px 18px 30px;
  margin: 28px 0 -2px 0;
  max-width: 479px;
}

.sectio-23 .frame_price+p {
  margin-bottom: 30px;
}

.sectio-23 .frame_price+p+p,
.sectio-23 .frame_price+p+p+p {
  margin-bottom: -12px;
}

.sectio-23 .frame_price+p+p+p+p {
  margin-bottom: 32px;
}

.sectio-23 p:nth-last-child(6) {
  margin: 30px 0;
}

.sectio-24 {
  margin: 36px 0 0 0;
  padding: 40px 0 8px 0;
}

.sectio-24 .frame_100 {
  width: 90.5%;
  border-radius: 14px;
  padding: 0 29px;
  margin-bottom: 29px;
}

.sectio-24 .frame_100 p:first-child {
  margin: 29px 0 10px 0;
  line-height: 33px;
}

.sectio-24 .frame_100 ul {
  margin-left: 28px;
}

.sectio-24 .frame_100 ul li {
  margin-bottom: 12px;
}

.sectio-24 .frame_100 .sm {
  margin: -6px 0 13px 0;
}

.sectio-24 p:nth-last-child(2) {
  margin-bottom: 29px;
}

.sectio-24 p:nth-last-child(3) {
  margin-bottom: -5px;
}

.sectio-25 .boxx_2 .kstti+p {
  line-height: 33px;
  margin-bottom: 29px;
}

.sectio-25 .bonus_items {
  margin-top: 0;
  margin-bottom: -2px;
}

.sectio-25 .bonus_items .item {
  padding: 30px 22px;
}

.sectio-25 .bonus_items .item .title {
  margin-bottom: 0;
  height: 120px;
  text-align: left;
}

.sectio-25 .bonus_items .item ul {
  margin-left: 27px;
}

.sectio-25 .bonus_items .item ul li {
  margin-bottom: 8px;
}

.sectio-25 .bonus_items .item .stl.mzax {
  font-size: 20px;
  line-height: 35px;
  margin-top: 10px
}

.sectio-25 .tac .ost_zap {
  margin-bottom: 31px;
}

.sectio-25 .bonus_items.prosto .item .title {
  font-size: 32px;
  line-height: 35px;
  text-align: center;
  height: 98px;
}

.sectio-25 .bonus_items.prosto .item {
  padding: 30px 20px 45px 30px;
}

.sectio-25 .bonus_items .item .vert ol {
  margin: 12px 0 0 -22px;
  width: 100%;
}

.sectio-25 .bonus_items .item .vert ol li {
  padding: 0 0 0 8px;
  font-size: 16px;
  line-height: 19px;
  margin-bottom: 8px;
}

.sectio-25 .bonus_items .item .vert .bot .bot_i {
  margin-top: 47px;
}

.sectio-25 .bonus_items .item .vert .bot .btn {
  margin-top: 26px;
  width: 97%;
  border-radius: 20px;
}

.sectio-25 {
  padding-bottom: 72px;
  margin-bottom: 0;
}

.sectio-26 {
  margin-top: 41px;
}

.sectio-26 .item {
  min-width: 550px;
  max-width: 550px;
}

.sectio-26 .item_1 {
  max-width: 480px;
  min-width: 480px;
  margin-left: -17px;
  margin-right: 97px;
}

.sectio-26 .item p:nth-child(2),
.sectio-26 .item p:nth-child(3) {
  margin: 9px 0;
}

.sectio-26 .item .title {
  margin-bottom: 31px;
}

.sectio-26 .item p.bold {
  margin-bottom: 52px;
  margin-top: 22px;
}

.sectio-26 .item .prod {
  margin-top: 24px;
  margin-bottom: 24px;
}

.sectio-26 .item .table_wrp .txt_vozr {
  left: -55px;
}

.sectio-26 .item .table_wrp .txt_vozr svg {
  margin-top: 64px;
  margin-left: 3px;
}

.sectio-26 .item .table_wrp .txt_ned {
  margin-left: 2px;
}

.sectio-26 .table svg {
  margin: 12px 0 0 -20px;
}

.sectio-27 {
  padding: 37px 0 41px 0;
}

.sectio-27 .frame_100 {
  width: 88.5%;
  padding: 0 29px;
  border-radius: 13px;
}

.sectio-27 .frame_100 p:first-child {
  margin: 28px 0 10px 0;
}

.sectio-27 .frame_100 ul {
  margin-left: 27px;
}

.sectio-27 .frame_100 ul li {
  margin-bottom: 12px;
}

.sectio-28 .bonus_items .item {
  padding: 28px 29px 48px 29px;
}

.sectio-28 .bonus_items .item .vert ol {
  margin: 13px 0 0 -22px;
  width: 100%;
}

.sectio-28 .bonus_items .item .vert ol li {
  padding: 0 0 0 8px;
  font-size: 16px;
  line-height: 19px;
  margin-bottom: 8px;
}

.sectio-28 .bonus_items .item .vert .bot .bot_i {
  margin-top: 28px;
}

.oplata {
  max-width: 1340px;
  margin: 0 auto;
  padding: 100px 0;
}

.oplata .zag {
  font-family: 'Inter', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 32px;
  color: #000000;
  margin-bottom: 24px;
}

.oplata .form-bg {
  background: linear-gradient(266.92deg, #7CAEF5 6.31%, #BBB8F7 91.68%);
  border-radius: 24px;
  width: 566px;
  padding: 27px 40px 26px 40px;
  margin-bottom: 65px;
}

.oplata .form-bg .item {
  width: 100%;
  margin-bottom: 16px;
}

.oplata .form-bg .item input {
  width: 100%;
  height: 48px;
  font-family: 'Inter', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: #000000;
  border: none;
  border-bottom: 1px solid #000000;
  background: none;
}

.oplata .form-bg .item input::placeholder {
  color: #000000;
}

.oplata .form-bg .box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}

.oplata .form-bg .box .item {
  width: 48%;
  margin-bottom: 16px;
}

.oplata .bg-price {
  background: #EFF0F3;
  border-radius: 24px;
  width: 566px;
  padding: 38px 52px 41px 42px;
  margin-bottom: 62px;
}

.oplata .bg-price .price {
  font-family: 'Inter', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 25px;
  line-height: 150.34%;
  letter-spacing: -0.02em;
  color: #000000;
  margin-bottom: 16px;
}

.oplata .bg-price .text {
  font-family: 'Inter', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 120.84%;
  color: #000000;
  margin-bottom: 26px;
}

.oplata .bg-price .chek {}

.oplata .bg-price .chek label {
  font-family: 'Inter', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 150.34%;
  color: #666666;
  position: relative;
  width: 100%;
  display: block;
  cursor: pointer;
}

.oplata .bg-price .chek label:after {
  content: '';
  position: absolute;
  width: 45px;
  height: 24px;
  background: #D3D3D3;
  border-radius: 36.5px;
  top: 0;
  right: 0;
}

.oplata .bg-price .chek label:before {
  content: '';
  position: absolute;
  width: 22px;
  height: 22px;
  background: #FFFFFF;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1), 0 1px 1px rgba(0, 0, 0, 0.01), 0 3px 1px rgba(0, 0, 0, 0.03);
  border-radius: 100px;
  top: 0;
  right: 21px;
  z-index: 1;
  transition: all 0.5s;
}

.oplata .bg-price .chek input {
  display: none;
}

.oplata .bg-price .chek input:checked+label:before {
  right: 2px;
}

.oplata .redios {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 830px;
  margin: -9px 0 51px 0;
}

.oplata .redios .item {
  width: 265px;
}

.oplata .redios .item input {
  display: none;
}

.oplata .redios .item label {
  position: relative;
  width: 100%;
  height: 133px;
  display: block;
  background: #EFF0F3;
  border-radius: 17px;
  padding: 20px 15px 33px 18px;
  transition: all 0.5s;
  cursor: pointer;
  border: 1px solid transparent;
}

.oplata .redios .item label .img {
  display: block;
  margin-bottom: 7px;
}

.oplata .redios .item label .img img {}

.oplata .redios .item label .text {
  font-family: 'Inter', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 120.8%;
  color: #000000;
  display: block;
}

.oplata .redios .item label:before {
  content: '';
  position: absolute;
  width: 15px;
  height: 15px;
  background: linear-gradient(266.92deg, #CADBF6 6.31%, #DCDEF7 91.68%);
  border-radius: 4px;
  right: 16px;
  bottom: 0;
  top: 0;
  margin: auto;
}

.oplata .redios .item label:after {
  content: '';
  background: url("../images/check.svg") 0 0 no-repeat;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 19px;
  opacity: 0;
  transition: all 0.5s;
  width: 9px;
  height: 9px;
  margin: auto;
  z-index: 1;
}

.oplata .redios .item input:checked+label {
  border: 1px solid #6395F8;
  background: #fff;
}

.oplata .redios .item input:checked+label:after {
  opacity: 1;
}

.oplata .btn {
  width: 373px;
  height: 70px;
  text-align: center;
  display: flex;
  justify-content: center;
}

.boxx_2 .color {
  background: -webkit-linear-gradient(2deg, #B78EF3 -6.36%, #9CA4F1 107.43%);
  background: -o-linear-gradient(2deg, #B78EF3 -6.36%, #9CA4F1 107.43%);
  background: linear-gradient(131.02deg, #B78EF3 -6.36%, #9CA4F1 107.43%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;

}

/* WWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWw     MEDIA     WWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWW*/
@media screen and (max-width: 1370px) {
  .sectio-25 .bonus_items {
    margin: 0 auto;
    width: 90%;
  }

  .sectio-25 .bonus_items .item {
    width: 33%;
    min-width: auto;
    max-width: initial;
  }
}

@media screen and (max-width: 1340px) {
  .box {
    width: 90%;
  }

  .banner_main .dflex_wrp {
    height: 100%;
    padding: 30px;
  }

  .banner_main {
    height: 47.5vw;
  }

  .banner_main .left {
    width: 50%;
    font-size: 36px;
    line-height: 46px;
  }

  .banner_main .right {
    width: 50%;
  }

  .main_ins .left {
    width: 50%;
  }

  .main_ins .right {
    width: 48%;
  }

  .header .btn {
    width: 100%;
  }

  .header .es {
    font-size: 43px;
    line-height: 50px;
  }

  .main_ins .left .stl {
    font-size: 28px;
  }

  .main_ins .left .item .txt {
    margin-left: 18px;
    font-size: 14px;
  }

  .main_ins .left .item {
    padding: 20px;
  }

  .head_banner {
    width: 90%;
    padding: 40px;
  }

  .banner_main img{
    height: calc(100% + 3px);
  }

  .boxx {
    width: 90%;
  }

  .bordered {
    width: 90%;
  }

  .bg_grad .ttl_bolee {
    width: 100%;
  }

  .bg_grad .citata {
    margin: 25px 0 54px 0;
  }

  .bg_liner_grey .row {
    width: 100%;
  }

  .row_mwth .col {
    width: 48%;
  }

  .row_mwth .col_2 {
    width: 48%;
  }

  .otz_item {
    margin-right: 30px;
    margin-left: 0;
  }

  .sectio-26 {
    flex-wrap: wrap;
  }

  .sectio-26 .item_1,
  .sectio-26 .item {
    max-width: 90%;
    min-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .posm_k .item .table_wrp {
    width: 100%;
    padding: 0 0 0 55px;
  }

  .sectio-26 .item .table_wrp .txt_vozr {
    left: 0;
  }

  .bonus_items .item {
    min-width: 48%;
    max-width: 100%;
    margin: 0;
  }

  .sectio-25 .bonus_items {
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .sectio-25 .bonus_items .item {
    width: 49%;
    margin-bottom: 15px;
  }

  .sectio-25 .bonus_items.prosto .item {
    width: 48%;
  }

  .sectio-28 .bonus_items .item {
    min-width: 49%;
    max-width: 49%;
  }

  .sectio-28 .bonus_items {
    justify-content: space-between;
    width: 90%;
    margin: 32px auto 0 auto;
  }

  .oplata {
    width: 90%;
  }

  .oplata .redios {
    width: 100%;
    margin: 0 0 51px 0;
  }

  .oplata .redios .item {
    width: 49%;
    margin-bottom: 10px;
  }
}

/* end media */
@media screen and (max-width: 800px) {
  br {
    display: none;
  }

  br.mob_br {
    display: block;
  }

  .box,
  .boxx {
    /*width: 330px;*/
  }

  .header {
    margin-top: 40px;
  }

  .header .es {
    font-size: 31px;
    line-height: 39px;
  }

  .header .po {
    margin-top: 21px;
    font-size: 16px;
    line-height: 19px;
  }

  .header .btn {
    margin: 32px auto 0;
    width: 100%;
    display:flex;
  }

  .header .rec {
    width: 100%;
    max-width: 310px;
  }

  .banner_main:before {
    height: 47%;
    top: auto;
    bottom: 3px;
  }

  .banner_main {
    margin-top: 75px;
    height: auto;
    /*background: url(../images/banner-main.jpg) center no-repeat;*/
    position: relative;
  }

  .banner_main .dflex_wrp {
      height: auto;
      position: relative;
      padding: 0;
      flex-wrap: wrap;
      flex-direction: column;
      align-content: center;
      text-align: center;
      background: none;
  }

  .banner_main .left {
    width: 100%;
    max-width: 310px;
    font-size: 24px;
    line-height: 29px;
    color: #333;
  }

  .banner_main .left span {
    display: block;
    background: linear-gradient(131.02deg, #B378FF -6.36%, #5768FF 107.43%, #5F6FFF 107.43%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  .banner_main .right {
    display: none;
  }

  .banner_main .right_mobile {
    display: block;
    width: 100%;
    max-width: 310px;
    margin-top: 16px;
    margin-bottom: 32px;
    font-size: 18px;
    line-height: 22px;
  }

  .banner_main iframe {
    height: 174px;
  }

  .banner_main video {
    margin-top: 32px;
    width: 100%;
  }

  .main_ins {
    margin-top: 80px;
    margin-bottom: 100px;
    flex-wrap: wrap;
    flex-direction: column;
    align-content: center;
  }

  .main_ins .left {
    width: 100%;
  }

.main_ins .show-mobile-class {
  display:block;
}



.main_ins .show-mobile-class-btn {
  display:flex;
}
.main_ins .hide-mobile-class{
    display:none;
  }

  .main_ins .left .stl {
    font-size: 24px;
    line-height: 29px;
    margin: 0 auto 26px auto;
    width: 88%;
  }

  .main_ins .left .stl .abtnobstl {
    font-size: 20px;
    line-height: 29px;

  }

  .main_ins .left .stl span {
    margin-left: -1px;
  }

  .main_ins .left .item {
    margin-bottom: 24px;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: flex-start;
    padding: 29px 31px 40px 31px;
  }

  .main_ins .left .item .num {
    font-weight: 700;
    background: linear-gradient(131.02deg, #B378FF -6.36%, #5768FF 107.43%, #5F6FFF 107.43%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    min-width: 37px;
    min-height: 37px;
    width: 37px;
    height: 37px;
    font-size: 23px;
  }

  .main_ins .left .item .txt {
    margin-top: 20px;
    margin-left: 0;
    font-size: 18px;
    line-height: 22px;
  }

  .main_ins .right {
    width: 100%;
    padding-top: 53px;
  }

  .main_ins .padding_form_class{
    padding-top: 0px;
  }


  .main_ins .right .btn {
    display: none;
  }

  .main_ins .right .btn_mobile {
    margin-top: 16px;
    display: block;
    height: 71px;
  }

  .main_ins .right .conf {
    margin-top: 12px;
  }

  /*-----------------------*/
  .head_banner {
    width: 100%;
  }

  .bordered {
    width: 100%;
  }

  p {
    margin: 12px 0 16px 0;
    font-size: 18px;
    line-height: 32px;
    width: 99%;
  }

  p.strong {
    margin: 23px 0;
    font-weight: 700;
    font-size: 22px;
    line-height: 32px;
    width: 95%;
  }

  p.strong2 {
    margin: 12px 0;
    font-weight: 700;
    font-size: 22px;
    line-height: 30px;
  }

  .ttl {
    margin: 0 0 12px 0;
    font-size: 24px;
    line-height: 22px;
  }

  .stlf {
    font-size: 24px;
    line-height: 32px;
  }

  header {
    padding-top: 0;
  }

  .head_banner {
    border-radius: 0;
    padding: 40px 31px 88px 31px;
    position: relative;
  }

  .aic {
    flex-wrap: wrap;
  }

  .head_banner .ttl {
    font-size: 31px;
    line-height: 38px;
    text-align: center;
    margin: 24px 0 0 0;
  }

  .head_banner .po {
    margin-top: 12px;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
  }

  .head_banner .es {
    margin-top: 29px;
    line-height: 24px;
    font-size: 18px;
    text-align: center;
  }

  .head_banner .es br.mob_br {
    display: block;
  }

  .head_banner .es br {
    display: none;
  }

  .head_banner .top .rht {
    font-size: 14px;
    line-height: 17px;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 39px;
    width: fit-content;
  }

  .head_banner .top .lft {
    font-size: 20px;
    line-height: 24px;
  }

  .ttl_meth {
    margin-bottom: 31px;
    font-size: 24px;
    line-height: 32px;
  }

  .row_mwth {
    width: 100%;
  }

  .rekp {
    line-height: 19px;
    font-size: 16px;
    margin: 40px auto 25px auto;
    width: 86%;
    text-align: center;
  }

  .bordered {
    margin: 23px auto 0;
    padding: 20px 24px 45px 19px;
  }

  .bordered .dl {
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 25px;
  }

  .bordered .ono {
    margin: 23px 0 0;
    font-size: 18px;
    line-height: 32px;
    width: 75%;
  }

  .bordered .emu {
    margin: 33px 0 4px;
    font-size: 22px;
    line-height: 27px;
  }

  .f8 .ttl {
    line-height: 55px;
  }

  .f8 {
    margin: 0;
    padding: 27px 0;
    background: #fff;
  }

  .f8 p {
    font-size: 18px;
    line-height: 32px;
    width: calc(100% + 5px);
  }

  .f8 p.strong {
    width: 94%;
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 25px;
  }

  .sk_bor {
    padding: 22px 20px 0 15px;
    margin: 23px 0 0 0;
    width: 100%;
  }

  .sk_bor .stl {
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 25px;
  }

  .sk_bor ul li {
    margin-bottom: 21px;
    font-size: 18px;
    line-height: 28px;
  }

  .f5 {
    background: #fff;
    margin: 0;
    padding: 50px 0 42px 0;
  }

  .f5 .ttl_meth {
    margin-bottom: 24px;
    font-size: 24px;
    line-height: 32px;
    width: 98%;
  }

  .row_mwth {
    flex-wrap: wrap;
    margin-bottom: 0;
  }

  .row_mwth .col {
    width: 100%;
    order: 2;
    margin-bottom: 0;
  }

  .row_mwth .col_2 {
    width: 100%;
    order: 1;
    margin-bottom: 5px;
  }

  .row_mwth+p {
    margin: 0;
  }

  .row_mwth+p br {
    display: none;
  }

  .otz_item {
    width: 300px;
    margin-right: 20px;
  }

  .slider_otz {
    margin: 24px auto 0 auto;
    padding-bottom: 22px;
  }

  .otz_item .otz_cnt {
    width: 100%;
    left: 0;
    padding: 20px 5px 37px 5px;
  }

  .otz_item:before {
    width: 92%;
    right: 0;
    margin: auto;
  }

  .otz_item .otz_cnt .row {
    flex-wrap: wrap;
  }

  .otz_item .otz_cnt .ava {
    margin: 0 auto 36px auto;
  }

  .otz_item .otz_cnt .name {
    font-size: 20px;
    line-height: 24px;
    text-align: center;
  }

  .otz_item .otz_cnt .pr {
    text-align: center;
  }

  .otz_item .otz_txt {
    margin-top: 13px;
    text-align: center;
  }

  .otz_item .otz_cnt .name_wrp {
    margin: 0 auto;
    width: 95%;
  }

  .slider_otz .slick-arrow {
    background: url('../images/arrow1.svg') 50% 50% no-repeat;
    box-shadow: none;
    width: 24px;
    height: 24px;
    top: auto;
    bottom: 0;
  }

  .slider_otz .slick-arrow.slick-disabled {
    opacity: 1;
    visibility: visible;
  }

  .slider_otz .slick-arrow.slick-next {
    right: 0;
    left: 0;
    transform: translate(43px, 0);
  }

  .slider_otz .slick-arrow.slick-prev {
    left: 0;
    transform: translate(-45px, 0);
    right: 0;
    background: url('../images/arrow2.svg') 50% 50% no-repeat;
  }

  .slick-dots {
    display: none !important;
  }

  .sliderQty {
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #000000;
    position: absolute;
    right: 0;
    left: 0;
    bottom: -2px;
    width: fit-content;
    margin: auto;
  }

  .slider {
    position: relative;
  }

  .bg_grad .ttl_bolee {
    font-size: 24px;
    line-height: 32px;
  }

  .bg_grad .citata {
    margin: 12px 0 56px 0;
  }


  .bg_grad .citata br.mob_br {
    display: block;
  }

  .bg_grad .citata br {
    display: none;
  }

  .bg_grad {
    padding: 40px 0 24px 0;
  }

  .stl_nikg {
    font-size: 24px;
    line-height: 32px;
  }

  .frame_24 {
    margin-top: 23px;
    padding: 23px 27px 30px 8px;
    width: 100%;
  }

  .frame_24 ol li {
    padding-left: 8px;
    margin-bottom: 16px;
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
  }

  .sup_ttl {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 22px;
    width: 81%;
  }

  .mini_hep p {
    margin: 16px 0 22px 0;
    width: calc(100% + 6px);
    line-height: 27px;
  }

  .mini_hep p.strong {
    line-height: 33px;
    margin-bottom: 24px;
  }

  .bg_liner_grey .sup_ttl {
    width: 100%;
  }

  .bg_liner_grey .row .col {
    width: 97%;
    margin-bottom: 14px;
  }

  .bg_liner_grey .row {
    flex-wrap: wrap;
    margin-top: 26px;
    margin-bottom: 0;
  }

  .bg_liner_grey .row li {
    /*font-size: 16px;
    line-height: 29px;*/
  }

  .bg_liner_grey p {
    margin: 8px 0 14px 0;
    width: calc(100% + 6px);
    font-size: 18px;
    line-height: 32px;
  }

  .bg_liner_grey p.strong {
    font-size: 22px;
  }

  .bg_liner_grey p.bold+p {
    width: 89%;
    line-height: 29px;
    margin-bottom: 21px;
    font-size: 16px;
  }

  .bg_liner_grey p:nth-child(6) {
    /* font-size: 20px;
    line-height: 32px;*/
    margin: 23px 0 25px 0;
  }

  .bg_liner_grey p:nth-child(7),
  .bg_liner_grey p:nth-child(8),
  .bg_liner_grey p:nth-child(9),
  .bg_liner_grey p:nth-child(10),
  .bg_liner_grey p:nth-child(12) {
    /*font-size: 16px;
    line-height: 28px;
    width: 96%;
    margin: 8px 0 16px 0;*/
  }

  .bg_liner_grey p:nth-child(11) {
    font-size: 20px;
    line-height: 32px;
    margin: 24px 0 24px 0;
  }

  .mt64 {
    margin-top: 39px !important;
  }

  .bg_liner_grey .sup_ttl {
    margin-bottom: 25px;
  }

  .bg_liner_grey .sup_ttl+p,
  .bg_liner_grey .sup_ttl+p+p,
  .bg_liner_grey .sup_ttl+p+p+p,
  .bg_liner_grey .sup_ttl+p+p+p+p,
  .bg_liner_grey .sup_ttl+p+p+p+p+p,
  .bg_liner_grey .sup_ttl+p+p+p+p+p+p {
    /*margin-bottom: 16px;
    font-size: 16px;
    line-height: 28px;*/
  }

  .bg_liner_grey p:last-child {
    /* font-size: 16px;
    line-height: 28px;
    width: 96%;
    margin: 8px 0 16px 0;*/
  }

  .bg_liner_grey {
    padding: 40px 0 37px 0;
  }

  .block_liner_grey .ttl {
    line-height: 32px;
    margin-bottom: 23px;
  }

  .block_liner_grey p {
    /*font-size: 16px;
    line-height: 28px;*/
  }

  .block_liner_grey p.strong {
    margin-top: 32px;
    width: calc(100% + 7px);
    margin-bottom: 30px;
  }

  .block_liner_grey .frame_24 {
    padding: 23px 27px 18px 22px;
    margin-bottom: 24px;
  }

  .block_liner_grey p:nth-last-child(10) {
    width: 100%;
  }

  .block_liner_grey p:nth-last-child(7) {
    margin: 24px 0 -8px 0;
  }

  .block_liner_grey p:nth-last-child(6) {
    margin-bottom: 24px;
  }

  .block_liner_grey p:nth-last-child(4) {
    margin: 24px 0;
  }

  .block_liner_grey {
    padding-bottom: 24px;
  }

  .bg_grad.foot p {
    font-size: 18px;
    line-height: 28px;
    margin: 24px 0 0 0;
  }

  .bg_grad.foot p.kak_p {
    margin: 16px 0 31px 0;
  }

  .bg_grad.foot .btn {
    max-width: 100%;
  }

  .bg_grad.foot .btn+p {
    font-size: 16px;
    line-height: 28px;
    margin: 13px auto 0 auto;
    width: 90%;
  }

  .sectio-1 {
    background: #F5F9FF;
    padding: 28px 0 23px 0;
  }

  .sectio-1 .bold {
    margin-bottom: 24px;
  }

  .sectio-1 .sup_ttl {
    width: 100%;
    margin-bottom: 25px;
  }

  .sectio-1 p {
    width: calc(100% + 3px);
  }

  .sectio-1+.boxx .sup_ttl {
    margin-bottom: 28px;
  }

  .sectio-1+.boxx p {
    width: calc(100% + 5px);
  }

  .sectio-2 .sup_ttl {
    width: calc(100% + 8px);
    margin-bottom: 28px;
  }

  .sectio-2 .boxx p:nth-child(5) {
    margin: 15px 0;
  }

  .sectio-2 .frame_trans {
    padding: 15px 20px 17px 16px;
    margin: 25px 0 24px 0;
  }

  .sectio-2 .boxx .frame_trans p.bold {
    font-size: 18px;
    line-height: 32px;
    margin: 7px 0 8px 0;
  }

  .sectio-2 .boxx .frame_trans p:last-child {
    font-size: 18px;
    line-height: 34px;
    margin: 18px 0 0 0;
    width: 100%;
  }

  .sectio-2 p.bold {
    font-size: 22px;
    line-height: 32px;
    margin: 24px 0 28px 0;
    width: 100%;
  }

  .sectio-2 p:nth-last-child(2) {
    width: 100%;
  }

  .sectio-2 {
    padding-bottom: 23px;
  }

  .sectio-3 .sup_ttl {
    margin-bottom: 24px;
  }

  .sectio-3 .fsi {
    margin: 0;
    width: 100%;
  }

  .sectio-3 p.strong {
    width: 100%;
  }

  .sectio-3 p:nth-last-child(2),
  .sectio-3 p:nth-last-child(1) {
    width: 100%;
  }

  .sectio-4 {
    padding-bottom: 23px;
    margin-top: 12px;
    padding-top: 37px;
  }

  .sectio-4 .sup_ttl {
    width: 100%;
    margin-bottom: 25px;
  }

  .sectio-4+.boxx .sup_ttl {
    width: 100%;
    margin-bottom: 25px;
  }

  .sectio-4+.boxx p.strong {
    width: calc(100% + 8px);
    margin-bottom: 25px;
  }

  .miii {
    margin-top: 23px;
    font-size: 20px;
    line-height: 32px;
  }

  .sectio-5 {
    background: #F9F5FF;
  }

  .sectio-5 .sup_ttl {
    width: 100%;
    margin-bottom: 25px;
  }

  .sectio-5 p {
    margin: 0 0 16px 0;
    width: 100%;
  }

  .sectio-5 .indent {
    margin: -1px 0 17px 0;
    width: calc(100% + 8px);
  }

  .sectio-5 .boxx p:nth-child(6) {
    margin: 23px 0 25px 0;
  }

  .sectio-5 .boxx p:nth-child(7) {
    margin-bottom: 16px;
  }

  .sectio-6 {
    background: #F8F8F8;
    padding: 15px 0;
  }

  .sectio-6 .sup_ttl {
    font-size: 24px;
    line-height: 32px;
    width: 100%;
    margin-bottom: 25px;
  }

  .sectio-6 p {
    font-size: 18px;
    line-height: 32px;
    margin-bottom: 24px;
  }

  .sectio-6+.boxx {
    padding-top: 41px;
  }

  .sectio-6+.boxx .sup_ttl {
    width: 100%;
    margin-bottom: 24px;
  }

  .sectio-7 {
    margin-top: 34px;
  }

  .sectio-7 .frame_dark {
    padding: 15px 15px 14px 15px;
    margin-bottom: 23px;
  }

  .sectio-7 .frame_dark+p {
    line-height: 24px;
  }

  .sectio-8 {
    background: #F5F9FF;
    margin-top: 40px;
    padding: 42px 0 8px 0;
  }

  .sectio-8 .sup_ttl {
    width: 100%;
    margin-bottom: 24px;
  }

  .sectio-8 p {
    width: calc(100% + 5px);
  }

  .sectio-8 .slider {
    margin-top: 51px;
    margin-bottom: 41px;
  }

  .sectio-8 .slider+.boxx p:first-child {
    width: 99%;
  }

  .sectio-8 .slider+.boxx p.strong {
    margin: 55px 0 24px 0;
  }

  .sectio-8 .frame_dark {
    margin: 24px 0 0 0;
  }

  .sectio-8 .slider+.boxx p.strong.mt54 {
    margin: 32px 0 -28px 0 !important;
  }

  .sectio-9 .sup_ttl {
    width: 95%;
    margin-bottom: 24px;
  }

  .sectio-9 p.strong {
    margin: 27px 0 25px 0;
    width: 89%;
  }

  .sectio-9 p:nth-last-child(3) {
    margin: 15px 0;
  }

  .sectio-9 p:nth-last-child(2) {
    width: 100%;
    margin-bottom: 17px;
  }

  .bg_grad.foot.mt93 {
    margin-top: 39px;
    padding-top: 41px;
  }

  .bg_grad .lh56 {
    line-height: 32px;
  }

  .mt93.foot .boxx p:nth-child(3) {
    margin: 15px auto 0 auto;
    width: 70%;
  }

  .bg_grad.foot p {
    width: 100%;
  }

  .mt93.foot .boxx p:nth-child(4) {
    margin: 16px auto 32px auto;
    width: 80%;
    line-height: 27px;
  }

  .sectio-18 .otz_item {
    margin: 31px 0 0 0;
    width: 100%;
  }

  .sectio-18 .otz_item .otz_cnt {
    width: 100%;
    height: auto;
  }

  .sectio-25 .bonus_items .item {
    width: 100%;
  }

  .sectio-25 .bonus_items.prosto .item {
    width: 100%;
  }

  .sectio-26 .table svg {
    width: 100%;
    height: auto;
  }

  .bg_blue_gradient .ttl_zaps {
    font-size: 34px;
    line-height: 41px;
  }

  .sectio-28 .bonus_items .item {
    min-width: 100%;
    max-width: 100%;
  }

  .sectio-28 .bonus_items {
    flex-wrap: wrap;
  }

  .page_3 p:nth-child(2) {
    font-size: 18px;
    line-height: 32px;
    margin: 24px 0 20px 0;
    width: 100%;
  }

  .page_3 p:nth-child(3) {
   
  }

  .sectio-10 {
    background: #F8F8F8;
    margin: 37px 0 0 0;
    padding: 41px 0 20px 0;
  }

  .sectio-10 .sup_ttl {
    width: 100%;
  }

  .sectio-10 p {
    font-size: 18px;
    line-height: 32px;
    width: calc(100% + 8px);
    margin-bottom: 17px;
  }

  .vi_pol {
    padding: 42px 0;
    font-size: 32px;
    line-height: 42px;
    text-align: center;
  }

  .sectio-11 {
    background: #F5F9FF;
    padding: 38px 0 24px 0;
  }

  .sectio-11 .sup_ttl {
    font-size: 24px;
    line-height: 32px;
    width: 90%;
  }

  .sectio-11 p:nth-child(2) {
    font-size: 18px;
    line-height: 32px;
    margin-bottom: 25px;
  }

  .sectio-11 p {
    width: calc(100% + 8px);
  }

  .sectio-11 .burlan_1 {
    width: 97%;
  }

  .sectio-12 {
    padding-top: 28px;
    padding-bottom: 23px;
  }

  .sectio-12 p:first-child {
    margin-bottom: 32px;
    width: 99%;
    font-size: 24px;
    line-height: 32px;
  }

  .sectio-13 p:first-child {
    margin-bottom: 24px;
    font-size: 24px;
    line-height: 32px;
    width: calc(100% + 3px);
  }

  .sectio-13 {
    padding: 29px 0;
  }

  .sectio-14 {
    padding: 36px 0 24px 0;
    margin-bottom: 41px;
    background: #F5F9FF;
  }

  .sectio-14 p:first-child {
    margin-bottom: 15px;
    font-size: 24px;
    line-height: 32px;
    width: 100%;
    margin-top: 0;
  }

  .sectio-14 p {
    /* margin: 15px 0 16px 0;
    line-height: 24px;
    width: 100%;*/
  }

  .sectio-15 p:first-child {
    margin-bottom: 23px;
    font-size: 24px;
    line-height: 32px;
    width: 90%;
  }

  .sectio-15 p {
    width: 100%;
    margin: 12px 0 24px 0;
  }

  .sectio-16 {
    padding: 29px 0 23px 0;
    background: #F8F8F8;
    margin-top: 39px;
  }

  .sectio-16 p:first-child {
    margin-bottom: 24px;
    font-size: 24px;
    line-height: 32px;
  }

  .sectio-16 p {
    /*font-size: 16px;
    line-height: 28px;*/
  }

  .sectio-16 .frame_trans {
    margin: 24px 0 25px 0;
    padding: 15px 24px 9px 14px;
  }

  .sectio-16 .frame_trans p:last-child {
    font-size: 18px;
    line-height: 32px;
  }

  .sectio-16 .frame_trans+p {
    font-size: 18px;
    line-height: 32px;
  }

  .sectio-17 {
    padding: 40px 0 41px 0;
  }

  .sectio-17 .sup_ttl {
    font-size: 32px;
    line-height: 42px;
    text-align: center;
    width: 85%;
    margin: 0 auto;
  }

  .sectio-17 .fr_tr_p31 {
    padding: 0 16px 9px 30px;
  }

  .sectio-17 .frame_trans p {
    font-size: 18px;
    line-height: 32px;
    width: 100%;
    margin: 16px 0;
  }

  .sectio-17 .frame_trans p:first-child {
    margin: 31px 0 24px 0;
    width: 100%;
    font-size: 20px;
    line-height: 32px;
  }

  .sectio-17 .frame_trans+.frame_trans p {
    /*font-size: 16px;
    line-height: 28px;
    margin-bottom: 25px;*/
  }

  .sectio-17 .frame_trans+.frame_trans p:first-child {
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 24px;
  }

  .sectio-18 {
    padding: 29px 0 36px 0;
  }

  .sectio-18 p:first-child {
    margin-bottom: 24px;
    font-size: 24px;
    line-height: 32px;
  }

  .sectio-18 .otz_item {
    margin: 24px auto 0 auto;
    width: 300px;
  }

  .sectio-18 .otz_item .otz_cnt {
    padding: 20px 35px 25px 25px;
  }

  .sectio-18 .otz_item .otz_cnt img {
    width: 94px;
    height: 125px;
    min-height: 94px;
    border-radius: 20px;
  }

  .sectio-19 {
    padding-bottom: 42px;
    margin-bottom: 41px;
    padding-top: 45px;
    background: #F8F8F8;
  }

  .sectio-19 p:first-child {
    margin-bottom: 32px;
    font-size: 20px;
    line-height: 32px;
    width: 100%;
  }

  .sectio-19 .frame_p3 {
    padding: 16px 10px 10px 15px;
  }

  .sectio-19 .frame_p3 ul li {
    margin-bottom: 9px;
  }

  .sectio-20 p:first-child {
    margin-bottom: 23px;
    font-size: 24px;
    line-height: 32px;
  }

  .sectio-20 p {
    width: 100%;
  }

  .sectio-20 p:nth-child(5) {
    margin-top: 23px;
    width: calc(100% + 4px);
  }

  .sectio-21 {
    margin-top: 34px;
  }

  .sectio-21 p {
    font-size: 18px;
    line-height: 32px;
  }

  .sectio-22 {
    padding: 29px 0 38px 0;
    margin-bottom: 42px;
    background: #F5F9FF;
    margin-top: 39px;
  }

  .sectio-22 p:first-child {
    margin-bottom: 24px;
    font-size: 24px;
    line-height: 32px;
  }

  .sectio-22 .frame_100 {
    width: 100%;
    padding: 23px 20px 16px 30px;
  }

  .sectio-22 .frame_100 .ost {
    /*font-size: 16px;
    line-height: 28px;*/
  }

  .sectio-22 .frame_100 .ost+.bold {
    font-size: 16px;
    line-height: 28px;
  }

  .sectio-23 .sup_ttl {
    width: 100%;
    margin-bottom: 25px;
  }

  .sectio-23 p {
    width: calc(100% + 3px);
  }

  .sectio-23 p:nth-child(4) {
    line-height: 32px;
    margin-bottom: 25px;
  }

  .sectio-23 p:nth-child(5) {
    margin-bottom: 16px;
    font-size: 18px;
    line-height: 32px;
  }

  .sectio-23 p:nth-child(6) {
    /*font-size: 16px;
    line-height: 28px;*/
  }

  .cost_pp {
    /*font-size: 18px;*/
    margin-left: 2px;
  }

  .cost_pp img {
    width: 19px;
  }

  .sectio-23 p:nth-child(10) .cost_pp {
    margin: 16px 0 0 0;
    /*font-size: 16px;*/
    display: block;
  }

  .sectio-23 p:nth-child(11) {
    font-size: 18px;
    line-height: 32px;
    margin: 24px 0 24px 0;
  }

  .sectio-23 .frame_price {
    padding: 23px 10px 0 14px;
    margin: 25px 0 0 0;
  }

  .frame_price .dflex {
    font-size: 16px;
  }

  .frame_price img {
    margin: 0 8px 0 0;
    width: 20px;
  }

  .frame_price .gb {
    margin-bottom: 12px;
    font-size: 20px;
    line-height: 32px;
  }

  .sectio-23 .frame_price p:nth-child(4) {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 18px;
  }

  .sectio-23 .frame_price+p {
    margin-bottom: 16px;
    width: 100%;
  }

  .sectio-23 .frame_price+p+p,
  .sectio-23 .frame_price+p+p+p {
    margin-bottom: 0;
  }

  .sectio-23 .frame_price+p+p+p+p {
    margin-bottom: 27px;
  }

  .sectio-23 p:nth-last-child(6) {
    margin: 24px 0;
  }

  .sectio-23 p:nth-last-child(1) {
    font-size: 24px;
    line-height: 32px;
  }

  .sectio-23 p:nth-last-child(2) {
    margin: 44px 0 24px 0;
  }

  .sectio-24 {
    margin: 36px 0 0 0;
    padding: 44px 0 8px 0;
    background: #F8F8F8;
  }

  .sectio-24 p {
    /*font-size: 18px;
    line-height: 32px;*/
  }

  .sectio-24 .sup_ttl {
    margin-bottom: 27px;
    width: 100%;
  }

  .sectio-24 .frame_100 {
    width: 100%;
    border-radius: 24px;
    padding: 0 14px 19px;
    margin-bottom: 24px;
    margin-top: 37px;
  }

  .sectio-24 .frame_100 p:first-child {
    margin: 22px 0 6px 0;
    line-height: 33px;
    width: calc(100% + 10px);
  }

  .sectio-24 .frame_100 p:first-child br {
    display: none;
  }

  .sectio-24 .frame_100 ul li {
    margin-bottom: 31px;
    /*font-size: 16px;
    line-height: 28px;*/
  }

  .sectio-24 .frame_100 p:last-child {
    width: 80%;
  }

  .sectio-24 p:nth-child(5) {
    margin: 24px 0 0 0;
  }

  .sectio-24 p:nth-child(6) {
    width: 75%;
  }

  .sectio-25 {
    margin-bottom: 0;
    background: #F5F9FF;
    padding: 53px 0 42px 0;
  }

  .sectio-25 .sup_ttl {
    width: 100%;
  }

  .sectio-25 .tac p {
    /*font-size: 16px;
    line-height: 28px;*/
    width: 94%;
    margin: 0 auto 17px auto;
  }

  .sectio-25 .tac p:last-child {
    margin: 32px 0 0 0;
    width: 100%;
  }

  .kstti {
    margin: 64px auto 0;
    font-size: 20px;
    line-height: 32px;
    width: 74%;
  }

  .sectio-25 .kstti+p {
    margin: 22px auto 25px auto !important;
    width: 75% !important;
    font-size: 18px;
    line-height: 30px !important;
  }

  .sectio-25 .bonus_items {
    width: 88%;
  }

  .sectio-25 .bonus_items .item {
    padding: 22px 14px 15px 14px;
    margin-bottom: 23px;
  }

  .sectio-25 .bonus_items .item .title {
    margin-bottom: 25px;
    height: auto;
    text-align: left;
    font-size: 20px;
    line-height: 32px;
  }

  .sectio-25 .bonus_items .item .stl {
    font-size: 16px;
    line-height: 32px;
  }

  .sectio-25 .bonus_items .item ul {
    margin-left: 25px;
    font-size: 16px;
    line-height: 28px;
  }

  .sectio-25 .bonus_items .item .stl.mzax {
    margin-top: 10px;
    font-size: 16px;
    line-height: 28px;
  }

  .sectio-25 .bonus_items .item .stl.mzax+ul+.stl {
    margin-top: 39px;
  }

  .sectio-25 .zap_ttl {
    margin: 41px 0 31px;
    /* font-size: 16px;
    line-height: 28px;*/
  }

  .sectio-25 .dol_ttl {
    margin: 21px auto;
    font-size: 18px;
    line-height: 32px;
    width: 76%;
  }

  .sectio-25 .tac .ost_zap {
    font-size: 20px;
    margin: 20px auto 10px auto;
  }

  .sectio-25 .tac .ost_zap img {
    width: 32px;
  }

  .sectio-25 .bonus_items.prosto .item .title {
    text-align: center;
    height: auto;
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 32px;
  }

  .sectio-25 .bonus_items.prosto .item {
    padding: 30px 15px 41px 15px;
  }

  .sectio-25 .bonus_items.prosto .item:first-child {
    order: 1;
    padding-bottom: 50px;
  }

  .sectio-25 .bonus_items .item .vert .li {
    margin-bottom: 15px;
  }

  .sectio-25 .bonus_items .item .vert ol {
    margin: 12px 0 24px -23px;
    width: calc(100% + 19px);
  }

  .sectio-25 .bonus_items .item .vert .bot .price {
    font-size: 24px;
    line-height: 29px;
  }

  .sectio-25 .bonus_items .item .vert .bot .btn {
    margin-top: 29px;
    width: 100%;
  }

  .sectio-26 {
    margin-top: 16px;
  }

  .sectio-26 .item .title {
    margin-bottom: 25px;
    font-size: 24px;
    line-height: 32px;
  }

  .sectio-26 .item p {
    font-size: 16px;
    line-height: 26px;
  }

  .sectio-26 .item p:nth-child(2),
  .sectio-26 .item p:nth-child(3) {
    margin: 10px 0;
  }

  .sectio-26 .item p.bold {
    margin-bottom: 23px;
    margin-top: 23px;
    font-size: 20px;
    line-height: 32px;
  }

  .sectio-26 .item .prod {
    font-size: 11px;
  }

  .sectio-27 {
    margin-top: 40px;
    padding: 40px 0 41px 0;
    background: #F8F8F8;
  }

  .sectio-27 .sup_ttl {
    width: calc(100% + 2px);
    margin-bottom: 24px;
  }

  .sectio-27 p {
    font-size: 16px;
    line-height: 28px;
  }

  .sectio-27 .frame_100 {
    width: 97%;
    padding: 0 14px;
    margin-top: 24px;
  }

  .sectio-27 .frame_100 p:first-child {
    margin: 22px 0 12px 0;
  }

  .sectio-27 .frame_100 ul {
    margin-left: 24px;
  }

  .sectio-27 .frame_100 ul li {
    margin-bottom: 18px;
    font-size: 16px;
    line-height: 28px;
  }

  .bg_blue_gradient .ttl_zaps img {
    width: 36px;
  }

  .sectio-28 .bonus_items .item {
    padding: 31px 15px 39px 19px;
    margin-bottom: 24px;
  }

  .bonus_items .item .title_mb0 {
    margin-bottom: 31px;
    font-size: 24px;
    line-height: 32px;
  }

  .bonus_items .item .sstl {
    display: none;
  }

  .bonus_items .item .vert .li_gr {
    color: #000000;
    margin-bottom: 7px;
  }

  .bonus_items .item .vert .bot .old_price {
    margin-top: 42px;
    font-size: 20px;
    line-height: 24px;
  }

  .sectio-28 .bonus_items .item .vert .bot .bot_i {
    margin-top: 7px;
  }

  .bonus_items .item .vert .bot .price {
    font-size: 24px;
    line-height: 29px;
    margin-top: 4px;
  }

  .bonus_items .item .vert .bot .btn {
    margin-top: 32px;
  }

  .oplata .form-bg {
    width: 100%;
  }

  .oplata .form-bg .box .item {
    width: 100%;
  }

  .oplata .bg-price {
    padding: 38px 30px 41px 30px;
    width: 100%;
  }

  .oplata .bg-price .chek label {
    padding: 0 50px 0 0;
  }

  .oplata .redios .item {
    width: 100%;
  }

  .oplata .btn {
    width: 100%;
  }
}

/* end media */