@font-face {
  font-family: "Helvetica Neue Cyr";
  src: url("../fonts/HelveticaNeueCyr-MediumItalic.woff2") format("woff2");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Neue Cyr";
  src: url("../fonts/HelveticaNeueCyr-BlackItalic.woff2") format("woff2");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Neue Cyr";
  src: url("../fonts/HelveticaNeueCyr-Bold.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Neue Cyr";
  src: url("../fonts/HelveticaNeueCyr-BoldItalic.woff2") format("woff2");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Neue Cyr";
  src: url("../fonts/HelveticaNeueCyr-Thin.woff2") format("woff2");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Neue Cyr";
  src: url("../fonts/HelveticaNeueCyr-UltraLightItalic.woff2") format("woff2");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Neue Cyr";
  src: url("../fonts/HelveticaNeueCyr-LightItalic.woff2") format("woff2");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Neue Cyr";
  src: url("../fonts/HelveticaNeueCyr-HeavyItalic.woff2") format("woff2");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Neue Cyr";
  src: url("../fonts/HelveticaNeueCyr-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Neue Cyr";
  src: url("../fonts/HelveticaNeueCyr-Roman.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Neue Cyr";
  src: url("../fonts/HelveticaNeueCyr-Heavy.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Neue";
  src: url("../fonts/HelveticaNeueBoldCondensed.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Neue";
  src: url("../fonts/HelveticaNeueBlackCondensed.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Neue Cyr";
  src: url("../fonts/HelveticaNeueCyr-ThinItalic.woff2") format("woff2");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Neue Cyr";
  src: url("../fonts/HelveticaNeueCyr-UltraLight.woff2") format("woff2");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Neue Cyr";
  src: url("../fonts/HelveticaNeueCyr-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Neue Cyr";
  src: url("../fonts/HelveticaNeueCyr-Italic.woff2") format("woff2");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Neue Cyr";
  src: url("../fonts/HelveticaNeueCyr-Black.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Ariston";
  src: url("../fonts/Ariston-Normal.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

.bascket_page { 
  width: 100%;
  padding: 6px 0px 100px;
  background-image: url(../img/glow.443441f4.jpg);
  background-size: cover;
  background-color: #161616;
  min-height: 90vh;
  font-family: BebasRegular;
}

.bascket_bottom { 
  width: 100%;
  position: fixed;
  left: 0;
  bottom: 0;
  padding: 10px 20px;
  background-color: #fFF;
  z-index: 5;
  display: none;
}

.bascket_bottom .bascket_bottom_cont { 
  width: 100%;
  max-width: 1260px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.bascket_bottom .bascket_bottom_cont .bascket_bottom_left { 
  width: 100%;
  display: flex;justify-content: flex-start;
  align-items: center;
  max-width: 680px;
}

.bascket_bottom .bascket_bottom_cont .bascket_bottom_left p { 
  font-size: 16px;
  line-height: 22px;
}

.bascket_bottom .bascket_bottom_cont .bascket_bottom_left .price { 
  font-size: 30px;
  line-height: 36px;
  font-weight: 600;
  margin-right: 10px;
  margin-left: 10px;
}

.bascket_bottom .bascket_bottom_cont .bascket_bottom_left span { 
  font-size: 14px;
  line-height: 18px;
  color: #616161;
}

.bascket_bottom .bascket_bottom_cont .bascket_bottom_right { 
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 400px;
  width: 100%;
} 

.bascket_bottom .bascket_bottom_cont .bascket_bottom_right .prevbascket { 
  width: 100%;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  color: #0284f3;
  background-color: #fff;
  border: 1px solid #0284f3;
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  transition: all 0.5s;
  margin-right: 10px;
}

.checkout_flex_text { 
  width: 100%;
  margin-top: 20px;
} 

.checkout_flex_text .promo { 
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 30px;
}

.checkout_flex_text .promo .icon { 
  margin-right: 10px;
  width: 78px;
  min-width: 78px;
}

.checkout_flex_text .promo .text { 
  width: 100%;
}

.checkout_flex_text .promo .text h4 { 
  font-size: 20px;
  line-height: 26px;
  font-weight: 600;
  color: #FFF;
}

.checkout_flex_text .promo .text p { 
  color: #FFF;
  text-align: left;
}

.checkout_flex_text p { 
  color: #FFF;
  text-align: center;
}

.checkout_flex_text h5 { 
  margin: 20px 0;
  text-align: center;
  font-size: 20px;
  line-height: 26px;
  font-weight: 600;
  color: #FFF;
}

.checkout_flex_text ul { 
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding-right: 16px;
}

.checkout_flex_text ul li { 
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 18px;
  color: #FFF;
  margin: 4px;
}

.checkout_flex_text ul li svg { 
  margin-right: 6px;
}

.bascket_bottom .bascket_bottom_cont .bascket_bottom_right .nextbascet { 
  width: 100%;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  color: #fff;
  border: 1px solid #0284f3;
  background-color: #0284f3;
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  transition: all 0.5s;
}

.bascket_page .bascket_page_cont { 
  width: 100%;
  margin: 0 auto;
}

.bascket_page_btn_box {
  width: 100%;
  padding: 0 20px;
  background: #fff;
}

.bascket_page .bascket_page_cont .bascket_page_btn { 
  width: 100%;
  overflow: hidden;
  background-color: #FFF;
  max-width: 900px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 0 auto 40px;
}

.bascket_page .bascket_page_cont .bascket_page_btn .setbascket { 
  width: 100%;
  padding: 20px;
  background-color: #FFF;
  font-weight: 600;
  transition: all 0.5s;
  border-radius: 16px;
  position: relative;
}
.bascket_page button {
  border: unset;
}

.setbascket svg {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  right: 0;
}

.bascket_page .bascket_page_cont .bascket_page_btn .setbascket::before {
  content: "";
  width: 0;
  position: absolute;
  height: 4px;
  transition: all 0.5s;
  top: 0;
  left: 0;
  background-color: #0284f3;
}
.bascket_page .bascket_page_cont .bascket_page_btn .setbascketactivborder::before {
  width: 100%;
}
.bascket_page .bascket_page_cont .bascket_page_btn .setbascket.active {
  color: #0284f3;
}

.bascket_page .bascket_page_cont .bascket_page_etap { 
  width: 100%;
} 

.bascket_page .bascket_page_cont .bascket_page_etap .etap1 { 
  width: 100%;
}

.bascket_page .bascket_page_cont .bascket_page_etap .etap_title { 
  width: 100%;
  margin: 0 auto 60px;
  max-width: 500px;
}

.bascket_page .bascket_page_cont .bascket_page_etap .etap_title h2 { 
  width: 100%;
  text-align: center;
  color: #FFF;
  font-size: 36px;
  line-height: 42px;
  font-weight: 700;
  margin-bottom: 16px;
}

.bascket_page .bascket_page_cont .bascket_page_etap .etap_title p { 
  font-size: 18px;
  line-height: 24px;
  color: #FFF;
  text-align: center;
}

.subscription_item .subscription_item_bottom .oformbtn svg {
  width: 26px;
  height: 26px;
  margin-left: 6px;
}

.subscription_item .subscription_item_bottom .oformbtn svg circle,.subscription_item .subscription_item_bottom .oformbtn svg path{
  transition: all 0.5s;
  stroke: #0284f3;
}


.bascket_page .bascket_page_cont .bascket_page_etap .etap_title p span { 
  color: #0284f3;
}

.bascket_page .bascket_page_cont .bascket_page_etap .etap1 .etap1_grid { 
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 16px;
  max-width: 900px;
  margin: 0 auto;
}

.bascket_page .bascket_page_cont .bascket_page_etap .etap1 .etap1_grid.grid_CHE { 
  display: flex;
  justify-content: center;
  align-items: center;
}

.bascket_page .bascket_page_cont .bascket_page_etap .etap2 { 
  width: 100%;
  display: none;
}

.postav_item { 
  width: 100%;
  border-radius: 20px;
  background-color: #FFF;
  max-width: 320px;
  overflow: hidden;
  padding: 20px;
  min-width: 320px;
  margin-right: 30px;
  position: relative;
  transition: all 0.5s;
  top: 0;
}
.postav_item:hover {
  top: -10px;
}
.postav_item img { 
  width: 100%;
  border-radius: 16px;
  display: block;
  margin-bottom: 20px;
}

.postav_item .flex { 
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
} 

.postav_item .flex h4 { 
  font-size: 20px;
  line-height: 26px;
  color: #000;
  font-weight: 700;
}

.postav_item .flex p { 
  font-size: 30px;
  line-height: 36px;
  color: #0284f3;
  font-weight: 800;
}

.postav_item .counter { 
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  display: none;
}

.postav_item .counter button { 
  width: 60px;
  height: 60px;
  border-radius: 6px;
  background-color: #0284f3;
  display: flex;
  justify-content: center;
  align-items: center;
  
}

.postav_item .counter button svg path { 
  fill: #FFF!important;
}

.postav_item .counter span { 
  display: flex;
  font-size: 20px;
  color: #000;
  line-height: 26px;
  justify-content: center;
  align-items: center;
  font-weight: 600;
}

.postav_item .selectbtn { 
  width: 100%;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  color: #fff;
  border: 1px solid #0284f3;
  background-color: #0284f3;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  transition: all 0.5s;
}


.postav_item .skipbtn { 
  width: 100%;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  color: #0284f3;
  border: 1px solid #0284f3;
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  transition: all 0.5s;
}


.bascket_page .bascket_page_cont .bascket_page_etap .etap2 .etap2_flex { 
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 320px;
  padding: 20px 0;
  margin: 0 auto;
  overflow: hidden;
  height: 520px;
  transition: all 1.5s;
} 

.bascket_page .bascket_page_cont .bascket_page_etap .etap2 .etap2_flex.active {
  max-width: 1260px;
  height: 100%;
}

.etap2_flex.active .postav_item .counter {
  display: flex;
}

.etap2_flex.active .postav_item .selectbtn  {
  display: none;
}

.bascket_page .bascket_page_cont .bascket_page_etap .etap2 .etap2_flex .etap2_adreas { 
  width: 100%;
  transition: all 1.5s;
  max-width: 860px;
  min-width: 860px;
  opacity: 0;
}

.bascket_page .bascket_page_cont .bascket_page_etap .etap2 .etap2_flex.active .etap2_adreas {
  opacity: 1;
}

.bascket_page .bascket_page_cont .bascket_page_etap .etap2 .etap2_flex .etap2_adreas .etap2_adreas_box { 
  width: 100%;
  padding: 20px;
  background: #FFF;
  border-radius: 20px;
  
}

.bascket_page .bascket_page_cont .bascket_page_etap .etap2 .etap2_flex .etap2_adreas .etap2_adreas_box h3 { 
  color: #0284f3;
  font-size: 30px;
  line-height: 36px;
  margin-bottom: 20px;
  font-weight: 700;
}

.bascket_page .bascket_page_cont .bascket_page_etap .etap2 .etap2_flex .etap2_adreas .etap2_adreas_box p { 
  font-size: 20px;
  line-height: 26px;
  font-weight: 600;
  margin-bottom: 10px;
}

.bascket_page .bascket_page_cont .bascket_page_etap .etap2 .etap2_flex .etap2_adreas .etap2_adreas_box span { 
  max-width: 400px;
  display: block;
  font-size: 16px;
  line-height: 22px;
}

.bascket_page .bascket_page_cont .bascket_page_etap .etap2 .etap2_flex .etap2_adreas .etap2_adreas_box .adreas_form { 
  width: 100%;
  margin-top: 40px;
}
.bascket_page .bascket_page_cont .bascket_page_etap .etap2 .etap2_flex .etap2_adreas .etap2_adreas_box .adreas_form p {
  margin-bottom: 24px;
}

.input-text { 
  width: 100%;
  display: block;
  position: relative;
}

.input-text .placeholder {
  position: absolute;
  left: 16px;
  top: 16px;
  border-radius: 6px;
  transition: all 0.5s;
  background-color: #d1d6db;
  padding: 5px;
  color: rgb(78, 76, 76);
}

.input-text select,
.input-text input { 
  width: 100%;
  display: block;
  margin: 0 auto;
  height: 60px;
  margin-bottom: 16px;
  border: unset;
  background-color: #d1d6db;
  font-size: 16px;
  margin-bottom: 24px;
  border-radius: 10px;
  outline: none;
  padding: 0 16px;
}

.input-text input:active ~ .placeholder,
.input-text input:focus ~ .placeholder,
.input-text .placeholderactive,
.input-text input:hover ~ .placeholder {
  top: -12px;
  left: 0;
}

.bascket_page .bascket_page_cont .bascket_page_etap .etap2 .etap2_flex .etap2_adreas .etap2_adreas_box .adreas_form .flex { 
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.bascket_page .bascket_page_cont .bascket_page_etap .etap2 .etap2_flex .etap2_adreas .etap2_adreas_box .adreas_form .flex .input-text:first-child { 
  margin-right: 24px;
}

.bascket_page .bascket_page_cont .bascket_page_etap .etap2 .etap2_flex .etap2_adreas .etap2_adreas_box .adreas_form .input-submit { 
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
}

.bascket_page .bascket_page_cont .bascket_page_etap .etap2 .etap2_flex .etap2_adreas .etap2_adreas_box .adreas_form .input-submit input { 
  width: 100%;
  max-width: 300px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  color: #fff;
  border: 1px solid #0284f3;
  background-color: #0284f3;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.5s;
}

.basket_page_itog {
  max-width: 424px;
  width: 100%;
  padding: 15px;
  background: #F9F9F9;
  border-radius: 12px;
}
.basket_page_itog h3 {
  
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 28px;
  color: #737373;
  margin-bottom: 16px;
}
.basket_page_itog .itog_overflo {
  width: 100%;
/*  height: 108px;
  overflow: auto; */
  display: flex;
  align-items: center;
}

.basket_page_itog .pr_price {
    width: 100px;
    text-align: end;
    white-space: nowrap;
}

.pr_name {
  font-size: 14px;
}

.button-slide.active {
    background-color: #14ce58;
}

.button-slide.active span {
    left: 32px;
}

.button-slide span {
    width: 26px;
    height: 26px;
    top: 2px;
    left: 2px;
    position: absolute;
    display: block;
    border-radius: 50%;
    transition: all 0.5s;
    background-color: #FFF;
}

.button-slide {
    width: 60px;
    height: 30px;
    border-radius: 40px;
    background-color: #ac9f9f;
    border: unset;
    outline: none;
    position: relative;
    cursor: pointer;
    transition: all 0.5s;
    padding: 0;
}

.basket_page_itog .itog_overflo::-webkit-scrollbar {
  width: 4px;
  background: #C4C4C4;
}
.basket_page_itog .itog_overflo::-webkit-scrollbar-thumb {
  background: #545454;
}
.basket_page_itog .itog_overflo p {
  
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 12px;
  color: #000000;
  margin-bottom: 18px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.basket_page_itog .itog_overflo p span {
  
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #2C2C2C;
  width: 95px;
}
.basket_page_itog .promo {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 26px 0 122px;
}
.basket_page_itog .promo .textinput {
  max-width: 241px;
}
.basket_page_itog .promo .textinput input {
  background: unset;
}
.basket_page_itog .promo .inputsubmit {
  max-width: 118px;
}
.basket_page_itog .promo .inputsubmit input {
  height: 60px;
  padding: 0 16px;
  background-color: #0284f3;
  border: unset;
  color: #FFF;
}
.basket_page_itog .promocheck {
  margin-bottom: 30px;
}
.basket_page_itog .promocheck .input-text {
  margin-bottom: 0;
}
.basket_page_itog .promocheck .input-text input {
  border-radius: 0;
  margin-bottom: 0;
}
.basket_page_itog .promocheck .input-text .placeholder {
  border-radius: 0;
}
.basket_page_itog .checklabel {
  margin-top: 23px;
  margin-bottom: 8px;
}
.basket_page_itog .checklabel:last-child {
  margin: 0;
}
.basket_page_itog .itog_prices {
  width: 100%;
}
.basket_page_itog .itog_prices p {
  
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #737373;
  margin-bottom: 8px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.basket_page_itog .itog_prices p span {
  
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #2C2C2C;
}
.basket_page_itog .itog_prices p .green {
  color: #219653;
}
.basket_page_itog .itog_prices .lastitog {
  margin: 20px 0 39px;
  
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
  color: #2C2C2C;
}
.basket_page_itog .itog_prices .lastitog span {
  
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
  color: #2C2C2C;
}
.basket_page_itog .itog_prices a {
  width: 100%;
  height: 56px;
  background: #0284f3;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 16px;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  border: 1px solid #0284f3;
  line-height: 21px;
  text-transform: uppercase;
  color: #FFFFFF;
  cursor: pointer;
  transition: all 0.5s;
}

.bascket_page .bascket_page_cont .bascket_page_etap .etap3 {
  max-width: 900px;
  margin: 0 auto;
  display: none;
  width: 100%;
}
.postav_item .selectbtn:hover,.bascket_bottom .bascket_bottom_cont .bascket_bottom_right .nextbascet:hover,
.bascket_page .bascket_page_cont .bascket_page_etap .etap2 .etap2_flex .etap2_adreas .etap2_adreas_box .adreas_form .input-submit input:hover,
.basket_page_itog .itog_prices a:hover {
color: #0284f3;
background-color: #fff;
}
.confirmation_cont {
  max-width: 430px;
  padding: 30px;
  margin: auto;
  width: 100%;
  background: #FFF;
  box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
}
.confirmation_cont h1 {
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 150%;
  color: #000;
  text-align: center;
}
.confirmation_cont p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  text-align: center;
  color: #000;
  margin-bottom: 10px;
}
.confirmation_cont p span {
  margin: 0 3px;
}
.confirmation_cont a {
  width: 100%;
  height: 46px;
  background: #0284f3;
  border-radius: 10px;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 150%;
  color: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
}
.etap4 {
  width: 100%;
  display: none;
}
.subscription_item {
  width: 100%;
  max-width: 320px;
  border-radius: 20px;
  background-size: cover;
  padding: 40px 20px 20px;
  text-align: center;
  overflow: hidden;
  position: relative;
  height: auto;
  margin-right: 16px;
  min-height: 400px;
  margin-bottom: 16px;
  top: 0;
  transition: all 0.5s;
}

.subscription_grid-new  .subscription_item{
  padding: 20px;
}

.subscription_item:hover {
  top: -10px;
}
.subscription_item h5 {
  color: #ffffff;
  font-style: normal;
  letter-spacing: normal;
  text-align: center;
  font-size: 40px;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
  position: relative;
  font-family: "Roboto";

  z-index: 2;
  margin-bottom: 20px;
}

.subscription_grid-new .subscription_item h5 {
  font-size: 26px;
}

.subscription_item {
  margin-top: 0;
}
.hit {
  background-color: rgb(205, 3, 3);
  padding: 4px;
  font-size: 14px;
  line-height: 14px;
  position: absolute;
  right: -33px;
  top: 33px;
  transform: rotate(45deg);
  color: #FFF;
  width: 152px
}
.rg_body > div {
  display: flex;
  justify-content: center;
}
.subscription_item.orange {
  background-image: url("../img/blue.jpg");
}
.subscription_item.violet {
  background-image: url("../img/violet.jpg");
}
.subscription_item.blue {
  background-color: #0284f3;
}
.subscription_item.green {
  background-image: url("../img/936х1764-лайт_2wIDiwb.jpg");
}
.subscription_item.darkblue {
  background-image: url("../img/936х1764-оптимальный_PYABREv.jpg");
}
.subscription_item .alllink {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: 2;
}
.subscription_item p {
  font-size: 22px;
  line-height: 30px;
  font-weight: 700;
  color: #FFF;
  display: block;
  max-width: 276px;
  min-height: 60px;
}

.subscription_grid-new .subscription_item p {
  font-size: 14px;
  line-height: 18px;
}

.subscription_item h4 {
  margin: 16px 0;
  font-size: 22px;
  font-weight: 500;
  width: 100%;
  line-height: 28px;
  color: #FFF;
}
.subscription_item span {
  font-size: 16px;
  color: #FFF;
  display: block;
  min-height: 44px;
  width: 100%;
  line-height: 22px;
  margin-bottom: 20px;
}
.subscription_item img {
  display: block;margin: 0 auto 20px;
}
.subscription_item .subscription_item_bottom {
  width: 100%;
  position: absolute;
  z-index: 3;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 20px;
}
.subscription_grid-new .subscription_item .price,
.subscription_item .price {
  margin: 0;
  font-size: 22px;
  line-height: 32px;
  text-align: left;
  width: 100%;
  font-weight: 600;
  margin: 20px auto 60px;
  max-width: unset;
  min-height: auto;
  width: 118px;
  height: 118px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.26);
  border-radius: 50%;
}
.subscription_item .price__sale {
  flex-direction: column;

}
.subscription_item .price__sale span {
  min-height: unset;
  margin: 0;
  text-align: center;
  text-decoration: line-through;
  color: #242323;
  font-family: sans-serif;
}
.subscription_item .subscription_item_bottom .oformbtn {
  width: 100%;
  height: 40px;
  display: flex;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  color: #0284f3;
  background-color: #fff;
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  margin-top: 30px;
  transition: all 0.5s;
}
.subscription_item .subscription_item_bottom .oformbtn:hover {
  color: #FFF;
  background-color: #0284f3;
}
.subscription_item .subscription_item_bottom .oformbtn:hover path {
  stroke: #FFF;
}
.checkout_flex {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
}
.checkout_flex .form {
  max-width: 420px;
  width: 100%;
}
.checkout_flex .form .logina {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 197px;
  height: 32px;
  background: #F9F9F9;
  border-radius: 30px;
  
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.01em;
  color: #333333;
  margin-bottom: 24px;
}
.checkout_flex .form .flex {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 16px;
  margin-bottom: 24px;
}
.checkout_flex .form .flex .textinput {
  margin: 0;
}
.checkout_flex .form .textinput {
  margin-bottom: 24px;
}
.checkout_flex .form .delivery {
  width: 100%;
  margin-bottom: 24px;
  padding: 0;
  background-color: unset;
}
.checkout_flex .form .delivery p {
  
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 11px;
}
.checkout_flex .form .delivery .delivery_flex {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 8px;
}
.etap {
  padding: 0 20px;
}
.checkout_flex .form .delivery .delivery_flex .deliverycheck {
  width: 50%;
  position: relative;
  display: block;
  height: auto;
  padding: 32px 16px 21px;
  min-height: auto;
  background-color: #fff;
  margin: 0;
  transition: all 0.5s;
  top: 0;
  border-radius: 8px;
}
.checkout_flex .form .delivery .delivery_flex .deliverycheck:hover {
  top: -10px;
}
.checkout_flex .form .delivery .delivery_flex .subscription_item .price {
  margin: 0 auto;
  color: #FFF;
  font-size: 20px;
  font-weight: 600;
}
.checkout_flex .form .delivery .delivery_flex .deliverycheck h5 {
  margin-bottom: 10px;
}
.checkout_flex .form .delivery .delivery_flex .deliverycheck input {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  opacity: 0;
  z-index: 2;
  cursor: pointer;
  height: 100%;
}
.checkout_flex .form .delivery .delivery_flex .deliverycheck img {
  display: block;
  width: 100%;
  margin-bottom: 24px;
}

.checkout_flex .form .delivery .delivery_flex .deliverycheck h5 {
  font-size: 40px;
  line-height: 46px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.checkout_flex .form .delivery .delivery_flex .deliverycheck p {
  text-align: center;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  text-transform: uppercase;
  color: #000000;
}
.checkout_flex .form .adreas .selectlabel {
  margin-bottom: 24px;
  
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 1px;
  color: #888888;
}
.checkout_flex .form .adreas .selectlabel .select__item {
  width: 100%;
  margin-top: 12px;
}
.checkout_flex .form .adreas .selectlabel .select__item .select__value span {
  height: auto;
  
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #333333;
}
.checkout_flex .form .adreas .selectlabel .select__item .select__title {
  border: 1px solid #DEDEDE;
  border-radius: 44px;
}
.checkout_flex .form .adreas .selectlabel .select__item .select__options {
  top: 34px;
  border: unset;
  padding: 18px;
  background: #F9F9F9;
  border-radius: 16px;
}
.checkout_flex .form .adreas .selectlabel .select__item .select__option {
  display: block !important;
}
.checkout_flex .form .adreas .selectlabel .select__item .select__value {
  padding: 8px 10px;
  height: auto;
}

@media(max-width: 1260px) {
  .bascket_page .bascket_page_cont .bascket_page_etap .etap2 .etap2_flex .etap2_adreas {
    max-width: 560px;
    min-width: 560px;
  }
  .bascket_page .bascket_page_cont .bascket_page_etap .etap2 .etap2_flex.active {
    max-width: 910px;
  }
}
@media(max-width: 1260px) {
  .bascket_page .bascket_page_cont .bascket_page_etap .etap2 .etap2_flex .etap2_adreas {
    max-width: unset;
    min-width: unset;
  }
  .bascket_page .bascket_page_cont .bascket_page_etap .etap2 .etap2_flex.active {
    max-width: unset;
  }
  .bascket_page .bascket_page_cont .bascket_page_etap .etap2 .etap2_flex .etap2_adreas {
    display: none;
    opacity: 1;
    transition: unset;
  }
  .postav_item {
    margin-right: 0;
    margin-bottom: 30px;
  }
  .bascket_page .bascket_page_cont .bascket_page_etap .etap2 .etap2_flex {
    flex-direction: column;
    max-width: unset;
    justify-content: center;
    align-items: center;
    height: 100%;
  }
  .bascket_bottom .bascket_bottom_cont .bascket_bottom_left {
    flex-wrap: wrap;
    max-width: 360px;
  }
  .bascket_bottom .bascket_bottom_cont .bascket_bottom_right {
      max-width: 200px;
      flex-direction: column;
  }
  .bascket_bottom .bascket_bottom_cont .bascket_bottom_right .prevbascket {
    margin-right: 0;
    margin-bottom: 10px;
  }
}
@media(max-width: 768px) {
  .bascket_page .bascket_page_cont .bascket_page_etap .etap1 .etap1_grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .bascket_page {
    padding: 90px 0px;
  }
  .bascket_page .bascket_page_cont .bascket_page_btn .setbascket {
    display: none;
  }
  .bascket_page .bascket_page_cont .bascket_page_btn {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .bascket_page .bascket_page_cont .bascket_page_btn .setbascket.active {
    display: block;
  }
  .checkout_flex {
    flex-direction: column;
  }
  .basket_page_itog,
  .checkout_flex .form {
    max-width: unset;
  }
  .bascket_bottom {
    display: none!important;
  }
  .postav_item {
    max-width: unset;
  }
}
@media(max-width: 520px) {
  .bascket_page .bascket_page_cont .bascket_page_etap .etap1 .etap1_grid {
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
    }
    .bascket_page .bascket_page_cont .bascket_page_etap .etap2 .etap2_flex .etap2_adreas .etap2_adreas_box .adreas_form .flex .input-text:first-child {
      margin-right: 0;
    }
    .bascket_page .bascket_page_cont .bascket_page_etap .etap2 .etap2_flex .etap2_adreas .etap2_adreas_box .adreas_form .flex {
      flex-direction: column;
    }
}