@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Roboto:400,500,700&subset=cyrillic");
@import url("https://fonts.googleapis.com/css?family=Roboto:900");
@-webkit-keyframes slideme {
  0% {
    left: -40px;
    margin-left: 0; }
  30% {
    left: 110%;
    margin-left: 80px; }
  100% {
    left: 110%;
    margin-left: 80px; } }

@keyframes slideme {
  0% {
    left: -40px;
    margin-left: 0; }
  30% {
    left: 110%;
    margin-left: 80px; }
  100% {
    left: 110%;
    margin-left: 80px; } }

* {
  min-height: 0;
  min-width: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s; }

html {
  font-size: 10px; }

body {
  overflow-x: hidden;
  margin: 0;
  padding: 0;
  width: 100%;
  font-size: 1.6rem;
  font-family: 'Roboto', sans-serif;
  background-color: #fff6e9;
  color: #333333; }

a {
  text-decoration: none; }

.overlay {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%; }

.container {
  width: 120rem;
  margin: auto;
  height: 100%; }

.container1000 {
  width: 100rem;
  margin: auto;
  height: 100%; }

.container920 {
  width: 920rem; }

.popup-form_mob {
  display: none; }

.section-title {
  font-size: 4.7rem; }

.subtitle {
  text-align: center;
  font-size: 2.9rem;
  color: #714141;
  font-weight: 700; }

header {
  height: 9.2rem; }
  header .logo {
    width: 20rem; }
    header .logo img {
      width: 100%; }

.header_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%; }

.order-btn {
  height: 4.7rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 1rem;
  background: url(/halva/img/icon-w.png) no-repeat;
  background-size: 4.5rem;
  background-position: .5rem center;
  padding: 1.1rem 1rem 1.1rem 5.5rem;
  font-size: 1.7rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  border: 1px solid #ff4e50;
  background-color: #ff4e50;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  cursor: pointer;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-duration: 5s;
  animation-duration: 5s; }
  .order-btn:hover {
    background: url(/halva/img/icon.png) no-repeat;
    background-size: 4.5rem;
    background-position: .5rem center;
    border: 1px solid #ff4e50;
    color: #ff4e50;
    background-color: #fff; }

.order-btn_white {
  border: 1px solid #fff;
  background: url(/halva/img/icon.png) no-repeat;
  background-position: .5rem center;
  background-size: 4.5rem;
  color: #ff4e50;
  background-color: #fff; }
  .order-btn_white:hover {
    background: url(/halva/img/icon-w.png) no-repeat;
    background-position: .5rem center;
    background-size: 4.5rem;
    color: #fff;
    background-color: #ff4e50; }

#form2 .order-btn, #form4 .order-btn {
  background: none;
  background-color: #29306c;
  border: 1px solid #29306c;
  padding-left: 0;
  padding-right: 0; }
  #form2 .order-btn input, #form4 .order-btn input {
    color: #fff; }
  #form2 .order-btn:hover, #form4 .order-btn:hover {
    background-color: #fff; }
    #form2 .order-btn:hover input, #form4 .order-btn:hover input {
      color: #29306c; }

.main {
  padding: 5rem 0;
  z-index: 2;
  position: relative; }

.main-image {
  -webkit-transform: rotateZ(1deg);
  -ms-transform: rotate(1deg);
  transform: rotateZ(1deg);
  z-index: -10;
  width: 30rem;
  position: absolute;
  right: -15rem;
  bottom: -1.87rem; }

.main h1 {
  color: #a81710;
  font-size: 3.8rem;
  font-weight: 700;
  margin: 0;
  margin-bottom: 4rem; }
  .main h1 span {
    display: block;
    margin-top: .75rem;
    font-size: 4.7rem; }

.main-body {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .main-body .main-img {
    position: relative;
    -ms-flex-preferred-size: 30.5rem;
    flex-basis: 30.5rem;
    min-width: 30.5rem;
    left: -2rem;
    height: auto; }
    .main-body .main-img img {
      width: 100%; }
  .main-body .main-features {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .main-body .main-features_block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-preferred-size: 49%;
    flex-basis: 49%;
    margin-bottom: 3.4rem; }
  .main-body .main-features_block__img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-width: 8rem;
    max-width: 8rem;
    height: auto; }
    .main-body .main-features_block__img img {
      height: 3.5rem; }

.main-order {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .main-order span {
    width: 32.2rem;
    font-size: 1.2rem;
    color: #333;
    font-weight: 500; }
  .main-order .order-btn {
    margin: auto; }

.delivery {
  padding: 5rem 0;
  background: url(/halva/img/delivery/delivery-bg.png) no-repeat center;
  background-size: cover;
  position: relative;
  z-index: 1;
  padding-bottom: 8.5rem; }
  .delivery .section-title {
    color: #fff;
    font-size: 4rem;
    margin-bottom: 4rem; }
  .delivery .order-btn {
    margin: auto; }
  .delivery .overlay {
    background-color: rgba(138, 75, 72, 0.63); }
  .delivery::after {
    content: "";
    z-index: 2;
    width: 0;
    height: 0;
    bottom: 0;
    position: absolute;
    border-left: 20vw solid transparent;
    border-bottom: 5rem solid #fff6e9;
    border-right: 80vw solid transparent;
    left: 0; }
  .delivery::before {
    content: "";
    z-index: 2;
    width: 0;
    height: 0;
    top: 0rem;
    position: absolute;
    border-left: 65vw solid transparent;
    border-top: 5rem solid #fff6e9;
    border-right: 35vw solid transparent;
    left: 0; }

.delivery-steps {
  margin-bottom: 1rem; }

.delivery-step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .delivery-step .step_text {
    font-size: 2.2rem;
    font-weight: 700;
    color: #ffffff;
    max-width: 78.6rem; }
  .delivery-step .step_number {
    text-align: right;
    min-width: 9rem;
    font-size: 10rem;
    color: #ffffff;
    opacity: 0.61;
    font-weight: 900;
    margin-right: 2.3rem; }

.advantages {
  padding-top: 2.5rem;
  padding-bottom: 6rem; }
  .advantages .section-title {
    margin-top: 0;
    margin-bottom: 3rem;
    color: #ff4e50;
    text-align: center; }

.advantages-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.advantage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  width: 21rem; }

.advantage-img {
  height: 6.5rem; }
  .advantage-img img {
    height: 100%; }

.advantage-title {
  font-size: 1.6rem;
  font-weight: 700; }

.advantage span {
  font-size: 1.3rem;
  font-weight: 700; }

.focus-window {
  padding-top: 7rem;
  padding-bottom: 10rem;
  background: url(/halva/img/focus/focus-bg.png) no-repeat center;
  background-size: cover;
  position: relative;
  z-index: 1; }
  .focus-window .overlay {
    background-color: rgba(255, 255, 255, 0.53); }
  .focus-window .section-title {
    color: #a81710;
    margin-top: 0;
    padding-bottom: -1rem;
    text-align: center; }
  .focus-window::after {
    content: "";
    z-index: 2;
    width: 0;
    height: 0;
    bottom: 0;
    position: absolute;
    border-left: 20vw solid transparent;
    border-bottom: 5rem solid #fff;
    border-right: 80vw solid transparent;
    left: 0; }
  .focus-window::before {
    content: "";
    z-index: 2;
    height: 0;
    width: 0;
    top: 0rem;
    left: 42vw;
    position: absolute;
    border-left: 44vw solid transparent;
    border-top: 5rem solid #fff6e9;
    border-right: 14vw solid transparent; }
  .focus-window .focus-form {
    margin: auto;
    text-align: center; }
    .focus-window .focus-form .popup-window {
      -webkit-box-shadow: none;
      box-shadow: none;
      z-index: 2;
      position: static;
      margin-left: auto;
      margin-right: auto;
      -webkit-transform: none;
      -ms-transform: none;
      transform: none; }

.partners {
  background-color: #fff;
  padding-bottom: 2rem; }
  .partners .section-title {
    margin-top: 0;
    color: #ff4e50;
    text-align: center;
    margin-bottom: 3rem; }

.partners-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 2rem; }

.partners-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 5rem; }

.partners-box_img {
  width: 8rem;
  text-align: center; }
  .partners-box_img img {
    width: 5rem; }

.partners-box_text {
  font-weight: 700; }
  .partners-box_text span {
    margin: 0;
    font-size: 2.8rem; }
  .partners-box_text p {
    margin: 0;
    font-size: 1.6rem; }

.partners-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch; }
  .partners-slider::before {
    content: '';
    width: 20%;
    height: 100%;
    background-image: -webkit-gradient(linear, left top, right top, from(#ffffff), to(transparent));
    background-image: -webkit-linear-gradient(left, #ffffff 0%, transparent 100%);
    background-image: -o-linear-gradient(left, #ffffff 0%, transparent 100%);
    background-image: linear-gradient(to right, #ffffff 0%, transparent 100%);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1; }
  .partners-slider::after {
    content: '';
    width: 20%;
    height: 100%;
    background-image: -webkit-gradient(linear, right top, left top, from(#ffffff), to(transparent));
    background-image: -webkit-linear-gradient(right, #ffffff 0%, transparent 100%);
    background-image: -o-linear-gradient(right, #ffffff 0%, transparent 100%);
    background-image: linear-gradient(to left, #ffffff 0%, transparent 100%);
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1; }
  .partners-slider button {
    z-index: 2;
    top: 50%;
    height: 6.5rem;
    width: 8.0rem;
    background-position-y: center;
    background-repeat: no-repeat;
    background-color: rgba(0, 0, 0, 0.5); }
  .partners-slider .slick-prev {
    border-radius: 0 2.0rem 2.0rem 0;
    background-position-x: left; }
  .partners-slider .slick-next {
    border-radius: 2.0rem 0 0 2.0rem;
    background-position-x: right; }

.partners-slide {
  margin-left: 1.7rem;
  margin-right: 1.7rem;
  height: 100%; }

.partners-slide_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .partners-slide_box img {
    max-width: 14rem;
    min-width: 8rem;
    width: 90%;
    max-height: 14rem; }

.cashback {
  padding-top: 5rem;
  padding-bottom: 8rem;
  background: url(/halva/img/cashback/cashback-bg.png) no-repeat center;
  background-size: cover;
  position: relative;
  z-index: 1; }
  .cashback::after {
    content: "";
    z-index: 2;
    width: 0;
    height: 0;
    top: 0;
    position: absolute;
    border-left: 100vw solid transparent;
    border-top: 5rem solid #fff;
    border-right: solid transparent;
    left: 0rem; }
  .cashback::before {
    content: "";
    z-index: 2;
    width: 0;
    height: 0;
    top: 0rem;
    position: absolute;
    border-left: 0rem solid transparent;
    border-top: 4rem solid #fff;
    border-right: 30rem solid transparent;
    left: 0; }
  .cashback .section-title {
    width: 21rem;
    color: #fff; }
  .cashback p {
    width: 40rem;
    font-size: 2.2rem;
    line-height: 3.2rem;
    color: #fff; }

.example {
  position: relative;
  padding-bottom: 6rem; }
  .example .container {
    position: relative; }

.example-image {
  position: absolute; }

.example #example-img1 {
  left: -28rem;
  top: 50%;
  width: 14rem;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

.example #example-img2 {
  right: -32rem;
  top: 50%;
  width: 22rem;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

.example #example-img3 {
  right: 4rem;
  bottom: 0rem;
  width: 9rem;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

.example #example-img4 {
  top: -2rem;
  z-index: 3;
  width: 20rem;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

.example .section-title {
  text-align: center;
  color: #ff4e50; }

.example table {
  background-color: #fff;
  width: 100%;
  border-collapse: collapse;
  font-size: 2rem; }
  .example table tr td:first-child {
    width: 45rem; }
  .example table td {
    padding-left: 2rem; }
  .example table thead {
    background-color: #fff;
    font-size: 2.5rem;
    color: #714141; }
    .example table thead tr {
      height: 7.5rem; }
      .example table thead tr td {
        border-bottom: 2px solid #f1f2f4; }
  .example table tbody tr {
    height: 7.5rem; }

.table_container {
  width: 92rem; }

.example table tbody tr .td-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .example table tbody tr .td-flex .example-img {
    width: 8rem;
    height: 8rem;
    border-radius: 5rem;
    overflow: hidden;
    margin-right: 3rem; }
    .example table tbody tr .td-flex .example-img img {
      height: 100%; }
  .example table tbody tr .td-flex .example-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    .example table tbody tr .td-flex .example-text p {
      color: #4a4a4a;
      font-size: 1.8rem;
      margin-bottom: 0.5rem; }
    .example table tbody tr .td-flex .example-text span {
      font-size: 1.6rem;
      margin: 0.5rem 0;
      color: #828282; }

.example table tbody tr:nth-child(2n+2) {
  background-color: #f1f2f4; }

.example table tbody .last-row td:first-child {
  font-size: 2.3rem;
  line-height: 3rem;
  text-transform: uppercase; }

.example-btn {
  text-transform: uppercase;
  display: block;
  margin: 0 auto;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  color: #ff4e50;
  font-size: 1.8rem;
  font-weight: 700;
  background-color: #fff;
  padding: 1rem 2rem; }

.feedback-section {
  background-color: #fff;
  padding-top: 6rem;
  padding-bottom: 3rem; }
  .feedback-section .section-title {
    margin-top: 0;
    text-align: center;
    color: #ff4e50; }
  .feedback-section .order-btn {
    margin: auto; }
  .feedback-section .slick-center {
    -webkit-transform: scale(1.08);
    -ms-transform: scale(1.08);
    transform: scale(1.08);
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    -webkit-box-shadow: 0 0 5rem rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 5rem rgba(0, 0, 0, 0.15);
    border: 0 !important; }

.feedback-slider {
  position: relative;
  margin: 5rem 0; }
  .feedback-slider::before {
    content: '';
    width: 20%;
    height: 100%;
    background-image: -webkit-gradient(linear, left top, right top, from(#ffffff), to(transparent));
    background-image: -webkit-linear-gradient(left, #ffffff 0%, transparent 100%);
    background-image: -o-linear-gradient(left, #ffffff 0%, transparent 100%);
    background-image: linear-gradient(to right, #ffffff 0%, transparent 100%);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1; }
  .feedback-slider::after {
    content: '';
    width: 20%;
    height: 100%;
    background-image: -webkit-gradient(linear, right top, left top, from(#ffffff), to(transparent));
    background-image: -webkit-linear-gradient(right, #ffffff 0%, transparent 100%);
    background-image: -o-linear-gradient(right, #ffffff 0%, transparent 100%);
    background-image: linear-gradient(to left, #ffffff 0%, transparent 100%);
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1; }
  .feedback-slider .slide {
    background-color: #fff;
    width: 30rem;
    padding: 3rem 2rem;
    border: 2px solid #dddddd;
    border-radius: 1.5rem;
    margin: 4rem 2rem;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s; }
    .feedback-slider .slide .slide-info {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      margin-bottom: 2rem; }
      .feedback-slider .slide .slide-info .slide-img {
        width: 6rem;
        height: 6rem;
        background-color: #61545e;
        border-radius: 50%;
        margin-right: 1.5rem;
        overflow: hidden; }
      .feedback-slider .slide .slide-info .feedback-photo {
        max-width: 6rem; }
      .feedback-slider .slide .slide-info p {
        font-size: 1.5rem;
        font-weight: 700;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%; }
        .feedback-slider .slide .slide-info p span {
          font-weight: 400;
          font-size: 1.2rem; }
    .feedback-slider .slide .slide-text {
      max-height: 17rem;
      overflow-y: scroll;
      font-size: 1.4rem;
      font-weight: 400;
      padding-bottom: 2rem; }

.counter-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 4rem; }
  .counter-box .arrow-prev {
    text-align: center;
    line-height: 3.5rem;
    height: 3.0rem;
    width: 3.0rem;
    cursor: pointer;
    margin-right: 3.0rem; }
  .counter-box .arrow-next {
    text-align: center;
    line-height: 3.5rem;
    height: 3.0rem;
    width: 3.0rem;
    cursor: pointer;
    margin-left: 3.0rem; }
  .counter-box .counter {
    font-size: 2.4rem;
    font-weight: 700;
    text-align: center; }

.footer-focus {
  padding-top: 10rem;
  padding-bottom: 2rem;
  background: url(/halva/img/footer-focus/footer-focus_bg.png) no-repeat center;
  background-size: cover;
  position: relative;
  z-index: 1; }
  .footer-focus::after {
    content: "";
    z-index: 2;
    width: 0;
    height: 0;
    top: 0;
    position: absolute;
    border-left: 100vw solid transparent;
    border-top: 5rem solid #fff;
    border-right: solid transparent;
    left: 0rem; }
  .footer-focus::before {
    content: "";
    z-index: 2;
    width: 0;
    height: 0;
    top: 0rem;
    position: absolute;
    border-left: 0rem solid transparent;
    border-top: 4rem solid #fff;
    border-right: 30rem solid transparent;
    left: 0; }

.footer-form {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 7rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #fff;
  border-radius: 1.0rem;
  -webkit-box-shadow: 0 0.1rem 0.9rem 0.1rem rgba(0, 0, 0, 0.3);
  box-shadow: 0 0.1rem 0.9rem 0.1rem rgba(0, 0, 0, 0.3);
  padding: 2.2rem 5rem;
  width: 45rem; }
  .footer-form form .order-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 1.5rem auto;
    width: 100%;
    background-position: 1rem center;
    padding-left: auto;
    height: 5.5rem;
    color: #fff; }
    .footer-form form .order-btn:hover {
      color: #ff4e50; }
    .footer-form form .order-btn input {
      cursor: pointer;
      background-color: transparent;
      border: none;
      color: inherit;
      text-transform: uppercase;
      font-weight: 700;
      font-size: 2.5rem; }
      .footer-form form .order-btn input:hover {
        color: #ff4e50; }
  .footer-form form .checkbox1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .footer-form form .checkbox1 input {
      -ms-flex-preferred-size: 2rem;
      flex-basis: 2rem; }
    .footer-form form .checkbox1 span {
      text-align: left; }
  .footer-form > P {
    font-size: 2.7rem;
    color: #a81710;
    line-height: 3rem;
    margin-top: 0;
    margin-bottom: 2rem;
    margin-top: 2rem;
    font-weight: 900;
    text-align: left; }
    .footer-form > P span {
      font-size: 3rem;
      color: #f39c20; }

.form-feature {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0.5rem 0;
  color: #1b1b1b;
  font-size: 2rem; }

.popup-form_mob P {
  font-size: 2.7rem;
  color: #fff;
  line-height: 3rem;
  margin-top: 0;
  margin-bottom: 2rem;
  margin-top: 2rem;
  font-weight: 900;
  text-align: left; }

.popup-form_mob .form-feature {
  color: #fff; }

.form_footer {
  margin-top: 1.4rem; }

.footer-form .form-feature_img, .popup-form_mob .form-feature_img {
  width: 3.5rem;
  margin-right: .5rem; }
  .footer-form .form-feature_img img, .popup-form_mob .form-feature_img img {
    width: 2.9rem; }

.footer-form .mainpage__flex, .popup-form_mob .mainpage__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2rem; }
  .footer-form .mainpage__flex input, .footer-form .mainpage__flex label, .popup-form_mob .mainpage__flex input, .popup-form_mob .mainpage__flex label {
    height: 4.2rem;
    border: .1rem solid #c7c7c7; }
  .footer-form .mainpage__flex input, .popup-form_mob .mainpage__flex input {
    width: 100%;
    font-size: 2rem;
    border-left: none;
    border-radius: 0 1rem 1rem 0; }
  .footer-form .mainpage__flex label, .popup-form_mob .mainpage__flex label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-right: none;
    border-radius: 1rem 0 0 1rem;
    width: 4rem; }

.footer-form_popup {
  padding: 2rem 5rem;
  margin-bottom: 0rem; }
  .footer-form_popup form .order-btn {
    margin: 1rem auto;
    height: 5rem; }
  .footer-form_popup > P {
    font-size: 3.2rem;
    line-height: 4.5rem;
    margin-bottom: 1rem; }
  .footer-form_popup .form-feature {
    margin: 0.7rem 0;
    font-size: 1.7rem; }
  .footer-form_popup .form-feature_img {
    min-width: 3rem;
    max-width: 3rem; }
    .footer-form_popup .form-feature_img img {
      width: 2rem; }
  .footer-form_popup .iconForm {
    margin-top: 1.5rem; }
  .footer-form_popup .mainpage__flex {
    margin-bottom: 1.5rem; }
    .footer-form_popup .mainpage__flex input, .footer-form_popup .mainpage__flex label {
      height: 3.5rem; }
    .footer-form_popup .mainpage__flex input {
      font-size: 1.8rem; }

.more-cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 1.7rem; }
  .more-cards p {
    color: #fff;
    font-size: 3rem;
    width: 30rem;
    font-weight: 700; }

.img-box {
  position: relative; }
  .img-box img {
    height: 11rem;
    border-radius: .8rem; }
  .img-box .help-window {
    position: absolute;
    bottom: 100%;
    left: 50%;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    width: 25rem;
    opacity: 1;
    visibility: hidden;
    margin: 0 auto .4em;
    padding: 1rem;
    font-size: 90%;
    background: #fff;
    border: 2px solid #f1f2f4;
    border-radius: .5rem;
    line-height: normal;
    cursor: auto; }
    .img-box .help-window a {
      color: #ff4e50;
      display: block;
      text-align: center;
      font-size: 1.4rem; }
    .img-box .help-window li {
      list-style: none;
      position: relative;
      margin-bottom: 1.5rem;
      font-size: 1.3rem;
      font-weight: 700;
      min-height: 1.5rem;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .img-box .help-window li::before {
        content: '';
        position: absolute;
        left: -2.5rem;
        top: 0;
        width: 100%;
        height: 100%;
        background: url(/halva/img/footer-focus/check.png) no-repeat;
        background-position: left center; }
    .img-box .help-window::after {
      content: "";
      position: absolute;
      bottom: -1.5rem;
      left: 50%;
      visibility: inherit;
      margin: 0 0 0 -.4em;
      border: .5em solid;
      border-color: #fff transparent transparent transparent;
      cursor: auto; }

.footer-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .footer-info span {
    color: #bababa;
    font-size: 1.1rem;
    line-height: 1.5rem; }
  .footer-info img {
    min-width: 14rem;
    margin-right: 2rem; }

.popup-window {
  position: absolute;
  z-index: 10;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%); }

#form1 .popup-window, .focus-window .popup-window {
  position: absolute;
  z-index: 10;
  background-image: url(/halva/img/modal.jpg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 45rem;
  height: 45rem;
  border-radius: 3.0rem;
  -webkit-box-shadow: 0 0 .6rem #333;
  box-shadow: 0 0 .6rem #333;
  border: 1px solid rgba(0, 0, 0, 0.2);
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%); }

.popup {
  display: none; }
  .popup .overlay {
    content: '';
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 4;
    background-color: rgba(0, 0, 0, 0.7); }
  .popup button {
    position: relative;
    top: .5rem;
    right: 2.5rem;
    width: 2.0rem;
    height: 2.0rem;
    float: right;
    font-size: 2.1rem;
    font-weight: 700;
    line-height: 1;
    opacity: .5;
    outline: 0;
    border: 0;
    cursor: pointer;
    background-color: transparent; }
    .popup button::after {
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
      top: 45%;
      content: '';
      background: #000;
      display: block;
      width: 100%;
      height: 2px;
      position: absolute;
      left: 0; }
    .popup button::before {
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
      top: 45%;
      content: '';
      background: #000;
      display: block;
      width: 100%;
      height: 2px;
      position: absolute;
      left: 0; }

#form1 button {
  top: 1.0rem;
  right: 1.0rem; }
  #form1 button::after, #form1 button::before {
    background: #fff; }

.popup-form {
  width: 20.0rem;
  margin: 21.5rem 0 0 23.5rem; }
  .popup-form form .order-btn {
    background: none;
    background-color: #fe323b;
    border-radius: .3rem;
    margin: .8rem auto;
    width: 100%;
    padding: 0 1.5rem;
    height: 3.5rem;
    position: relative;
    overflow: hidden; }
    .popup-form form .order-btn::before {
      margin-left: 6.0rem;
      content: " ";
      width: 3.0rem;
      height: 30.0rem;
      background: #fff;
      -webkit-animation-delay: .05s;
      animation-delay: .05s;
      position: absolute;
      left: -4.0rem;
      top: -20rem;
      -webkit-animation-timing-function: ease-in-out;
      animation-timing-function: ease-in-out;
      -webkit-transition: all .1s;
      -o-transition: all .1s;
      transition: all .1s;
      -webkit-animation-name: slideme;
      animation-name: slideme;
      -webkit-animation-duration: 3s;
      animation-duration: 3s;
      -webkit-animation-iteration-count: infinite;
      animation-iteration-count: infinite;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg); }
    .popup-form form .order-btn input {
      cursor: pointer;
      width: 100%;
      background-color: transparent;
      border: none;
      color: #fff;
      font-weight: 700;
      font-size: 1.6rem; }
  .popup-form form .checkbox1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .popup-form form .checkbox1 input {
      -ms-flex-preferred-size: 2rem;
      flex-basis: 2rem; }
    .popup-form form .checkbox1 span {
      color: #fff;
      text-align: left;
      font-size: 1.2rem; }
      .popup-form form .checkbox1 span a {
        color: #6280ff; }
  .popup-form .mainpage__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 1.5rem; }
    .popup-form .mainpage__flex input, .popup-form .mainpage__flex label {
      background-color: #fff;
      height: 3.5rem;
      border: .1rem solid #c7c7c7; }
    .popup-form .mainpage__flex input {
      padding-left: 0.5rem;
      width: 100%;
      font-size: 1.6rem;
      border-left: none;
      border-radius: 0 .5rem .5rem 0; }
    .popup-form .mainpage__flex label {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      border-right: none;
      width: 4rem;
      border-radius: .5rem 0 0 .5rem; }

/*Окно при закрытии*/
.outssye {
  visibility: visible !important; }

.outss {
  visibility: hidden;
  font-family: Arial;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease; }

.outss__img {
  position: absolute;
  left: 21%;
  top: 142px;
  z-index: 10; }

.outss__img img {
  width: 50%;
  height: 25%; }

.outsscl {
  cursor: pointer;
  position: absolute;
  line-height: 32px;
  font-size: 32px;
  top: 0;
  right: 5px;
  color: #e40000; }

.outsscl:hover {
  color: #000; }

.outss .outssback {
  background: #000;
  opacity: .8;
  position: fixed;
  width: 100%;
  height: 100%; }

.outss .outsstext {
  padding: 3%;
  border: 1px solid #333;
  background: #fff;
  position: fixed;
  top: 100px;
  left: 50%;
  margin-left: -25%;
  border-radius: 10px;
  text-align: center;
  width: 45%; }

.outss .outsstext > p {
  margin-bottom: 20px; }

.outss .outsstext > p:nth-child(2) {
  font-size: 4rem; }

.outss .outsstext > p:nth-child(3) {
  font-size: 2rem;
  color: #707881; }

.outss .outsstext > p:nth-child(4) {
  font-size: 4rem;
  color: #e40000;
  font-weight: 600; }

.outss .outsstext > p:nth-child(5) {
  font-size: 2rem;
  color: #707881; }

.outss .outsstext > form > .form-group.mainpage__button {
  border: 2px solid #9ec534;
  margin-top: 1%; }

.outss .outsstext > form > .form-group.mainpage__button input {
  background-color: #9ec534; }

@media (max-width: 1300px) {
  #example-img4 {
    left: -11rem; } }

@media (max-width: 1100px) {
  .container, .container1000, .table_container {
    width: 100%;
    padding-left: 1.5rem;
    padding-right: 1.5rem; }
  #example-img1, #example-img2, #example-img3, #example-img4, .main-image {
    display: none; }
  .outss__img {
    display: none; } }

@media (max-width: 954px) {
  .main-body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .outss .outsstext {
    width: 60%;
    margin-left: -30%; }
  .popup button {
    top: 27px;
    right: 10px; }
  .example table tr td:first-child {
    width: 40rem; }
  .more-cards {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .more-cards p {
      text-align: center;
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%; }
  .img-box {
    text-align: center;
    -ms-flex-preferred-size: 33%;
    flex-basis: 33%; } }

@media (max-width: 768px) {
  /*Advantages*/
  .advantages-flex {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .advantage {
    -ms-flex-preferred-size: 31%;
    flex-basis: 31%;
    margin-left: 1%;
    margin-right: 1%;
    margin-bottom: 3rem; }
  .advantage-title {
    margin-bottom: .8rem; }
  .example table tr td {
    padding-left: 0; }
    .example table tr td:first-child {
      max-width: 20rem;
      padding: 0.5rem;
      width: 16rem; }
  .example table thead {
    text-align: center;
    font-size: 1.8rem; }
    .example table thead tr {
      height: 5rem; }
  .example table tbody {
    text-align: center; }
    .example table tbody tr .td-flex {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
      .example table tbody tr .td-flex .example-img {
        margin: 0;
        width: 6rem;
        height: 6rem; }
      .example table tbody tr .td-flex .example-text p {
        font-size: 1.5rem;
        margin-bottom: .3rem; }
      .example table tbody tr .td-flex .example-text span {
        font-size: 1.3rem;
        margin-bottom: 0; }
    .example table tbody .last-row td:first-child {
      font-size: 1.8rem;
      line-height: 2.8rem; } }

@media (max-width: 600px) {
  .mobile {
    display: block; }
  .outss .outsstext {
    width: 80%;
    margin-left: -40%; }
  /*Общие стили*/
  .section-title {
    font-size: 3.5rem; }
  html {
    font-size: 9px; }
  /*СТИЛИ ДЛЯ БЛОКА №1
   *Получите рассрочку на десятки тысяч товаров */
  header .logo {
    width: 10rem; }
  .order-btn_white {
    background-position: 0.9rem center !important;
    background-size: 3.3rem !important; }
  .order-btn {
    height: 4.2rem;
    font-size: 1.3rem; }
  .main {
    padding: 2rem 0; }
    .main h1 {
      font-size: 2.3rem;
      margin-bottom: 2.3rem; }
  .main h1 span {
    font-size: 2.8rem; }
  .main-body .main-img {
    position: relative;
    -ms-flex-preferred-size: 18.5rem;
    flex-basis: unset;
    min-width: unset;
    left: unset;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /* align-items: center */
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 2.0rem; }
  .main-body .main-features_block {
    margin-bottom: 2rem; }
  .main-body .main-features {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .main-body .main-img img {
    width: 100%;
    height: 100%;
    max-width: 40.0rem; }
  .main-order {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    .main-order span {
      width: 100%;
      margin-bottom: 1.5rem;
      font-size: 1.2rem;
      color: #333;
      font-weight: 500;
      margin-top: 1rem; }
  .mob_order_center_btn {
    margin: auto;
    width: 23rem;
    font-size: 1.6rem;
    display: block;
    text-align: center; }
  /*СТИЛИ ДЛЯ БЛОКА №1
   *КОНЕЦ */
  /*СТИЛИ ДЛЯ БЛОКА №2
   *Закажите карту “Халва” и курьерская служба МТБанка доставит её Вам БЕСПЛАТНО */
  .delivery .section-title {
    color: #fff;
    font-size: 2rem;
    line-height: 2.6rem;
    margin-bottom: 1rem;
    text-align: center; }
  .delivery-step {
    margin-bottom: 1rem; }
    .delivery-step .step_number {
      text-align: right;
      min-width: 6rem;
      font-size: 7rem;
      color: #ffffff;
      opacity: 0.61;
      font-weight: 900;
      margin-right: 1.1rem; }
    .delivery-step .step_text {
      font-size: 1.5rem;
      font-weight: 700;
      color: #ffffff;
      max-width: 78.6rem; }
  /*СТИЛИ ДЛЯ БЛОКА №2
   *КОНЕЦ */
  /*Заказать - шаги*/
  .delivery::after {
    border-left: 50vw solid transparent;
    border-right: 50vw solid transparent; }
  /*Advantages*/
  .advantage {
    -ms-flex-preferred-size: 48%;
    flex-basis: 48%; }
  /*Focus-window*/
  .focus-window::before {
    left: 0;
    border-left: 50vw solid transparent;
    border-right: 50vw solid transparent; }
  .focus-window .popup-window, #form1 .popup-window {
    width: 33rem !important;
    height: auto !important;
    background-image: url(/halva/img/focus/form-mob.png);
    background-size: cover;
    padding: 2rem; }
  .popup-form_mob {
    display: block; }
  .popup-form {
    margin: auto;
    width: 100%; }
    .popup-form .mainpage__flex {
      width: 100% !important; }
      .popup-form .mainpage__flex input, .popup-form .mainpage__flex label {
        height: 4rem;
        font-size: 2rem; }
      .popup-form .mainpage__flex label {
        width: 4rem; }
    .popup-form .order-btn {
      height: 4rem !important; }
      .popup-form .order-btn input {
        font-size: 2.5rem !important; }
  .focus-window .checkbox1 {
    border-radius: 5px;
    background-color: rgba(0, 0, 0, 0.6);
    padding: 0.5rem; }
    .focus-window .checkbox1 span {
      font-size: 1.5rem; }
  .partners-box {
    margin: 0 2rem; }
  .partners-slider button {
    height: 5.5rem;
    width: 6rem;
    background-size: 4rem; }
  .cashback {
    padding-bottom: 3rem;
    text-align: center; }
    .cashback .section-title {
      width: 100%; }
    .cashback p {
      width: 31rem;
      color: #fff; }
    .cashback .overlay {
      background-color: rgba(0, 0, 0, 0.5); }
  .feedback-slider {
    margin: 0; }
  .footer-focus {
    padding-top: 8rem; }
    .footer-focus::before {
      left: 0;
      border-left: 50vw solid transparent;
      border-right: 50vw solid transparent; }
  .footer-focus::after {
    display: none; }
  .footer-form {
    width: 100%;
    padding: 2rem;
    margin-bottom: 3rem; }
    .footer-form p {
      margin-top: 0; }
    .footer-form .mainpage__flex {
      margin-bottom: 1rem; }
    .footer-form .order-btn {
      height: 4.5rem !important; }
  .popup-window {
    width: 95% !important; }
  .footer-form_popup P {
    font-size: 2.95rem;
    line-height: 4rem; }
  .more-cards {
    text-align: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .img-box {
    -ms-flex-preferred-size: 70%;
    flex-basis: 70%;
    margin-bottom: 1rem; }
    .img-box img {
      height: auto;
      width: 100%; }
  .footer-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    .footer-info img {
      display: block;
      margin-bottom: 1rem; }
    .footer-info span {
      font-size: 1.3rem; }
  .outss .outsstext {
    width: 96%;
    margin-left: -48%; } }

@media (max-width: 400px) {
  html {
    font-size: 8px; }
  .step_text {
    font-size: 1.3rem; }
  .cashback p {
    width: 100%; } }

@media (max-width: 320px) {
  .order-btn {
    font-size: 1.2rem;
    height: 4.2rem; }
    .order-btn input {
      font-size: 2rem !important; }
  .mob_order_center_btn {
    margin: auto;
    width: 23rem;
    font-size: 1.6rem; }
  .footer-form_popup P {
    font-size: 2.8rem; } }
