.view6-benefits > div > p span:not(.hide-tab) {
  font-weight: 700;
  font-size: 75px;
}

.hamburger {
  display: none;
  width: 25px;
  height: 18px;
  margin-left: 35px;
  position: relative;
}

.hamburger__line {
  width: 100%;
  height: 2px;
  border-radius: 8px;
  background-color: #fff;
  position: relative;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.hamburger.active .line-mid {
  opacity: 0;
}
.hamburger.active .hamburger__line {
  top: 50%;
  position: absolute;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.hamburger.active .line-top {
  -webkit-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}
.hamburger.active .line-bottom {
  -webkit-transform: translateY(-50%) rotate(-45deg);
  -ms-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
}
.view6-benefits > div > p:first-child {
  font-size: 40px;
  font-weight: 500;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (max-width: 1440px) {
  .hero-center .pic {
    height: 120%;
    top: -10%;
  }
  section.view1 .black-arrow {
    bottom: 48px;
  }
}
@media (max-width: 1280px) {
  section {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 30px;
    padding-right: 30px;
  }

  header {
    width: 100%;
    box-sizing: border-box;
    padding-left: 30px;
    padding-right: 30px;
  }
  footer {
    width: 100%;
    box-sizing: border-box;
    padding-left: 30px;
    padding-right: 30px;
  }
  section.view1 .right-text {
    right: 30px;
  }
}
@media (max-width: 1200px) {
  .partners__title {
    font-size: 34px;
  }
  .partners {
    width: auto;
    margin: 0 35px;
  }
  .hide-tab {
    display: none !important;
  }
  .view6-benefits > div > p:first-child {
    margin-bottom: 0;
  }
  .hero-center .pic {
    background-position: left;
    background-size: 605px;
  }
  .hero-center .pic {
    /* height: 100%; */
    top: 0;
  }
  section.view1 .right-text {
    width: 355px;
    right: 20px;
  }
  section.view1 {
    margin-top: 0;
    height: 100vh;
    /* height: auto; */
    min-height: auto;
    max-height: none;
    position: relative;
  }
  .view3-item {
    width: 100%;
  }

  .view3-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 125px;
  }
  .view3-item-number {
    margin: unset;
  }
  .view6-img-item {
    width: 155px;
    height: 155px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }

  .view6-img-item img {
    max-width: 100%;
    max-height: 100%;
  }

  .logo {
    position: absolute;
    left: 35px;
    transform: unset;
  }

  .nav {
    width: calc(100% - 310px);
  }

  .nav ul {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .logo img {
    width: 94px;
    height: 42px;
    margin-left: 0;
  }

  section.view1 .left-text {
    max-width: 36%;
    font-size: 47px;
    line-height: 49px;
    padding-top: 14%;
  }

  section.view1 .left-text span {
    width: 40px;
    border-width: 2px;
    top: -8px;
  }

  section.view1 {
    background-size: 57%;
    background-position: left 33%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-bottom: 90px;
  }

  section.view1 {
    margin-bottom: 45px;
    max-height: 700px;
  }

  section.view1 .black-arrow {
    width: 30px;
    height: 30px;
  }
  section.view1 .black-arrow img {
    width: 14px;
    top: -2px;
  }
  header {
    height: 83px;
    -webkit-box-shadow: 0px 5px 32px 2px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 5px 32px 2px rgba(0, 0, 0, 0.15);
    background: #df2440;
  }
  .view6-benefits > div > p span {
    width: 100%;
  }
  header > div {
    width: auto;
  }

  .button-help {
    width: 160px;
  }

  .view5-caption {
    font-size: 40px;
    line-height: 42px;
    font-weight: 700;
  }

  .view5-caption-img {
    display: none;
  }

  .view6-benefits > div > p span {
    display: block;
    font-size: 55px;
    line-height: 55px;
    margin: 0 7px;
  }
  section.view6 {
    width: 100%;
  }
  .footer-wrap {
    padding: 0 35px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  section.view1 .right-text .text {
    font-size: 17px;
    line-height: 25px;
  }
  section.view1 .right-text {
    right: unset;
    bottom: 76px;
    left: 32%;
    width: 340px;
  }
  section.view1 .right-text .small-text {
    font-size: 17px;
    margin-top: 12px;
  }
  .red-point {
    width: 16px;
    height: 16px;
    top: 19px;
    right: 19px;
  }
  header {
    max-width: 1200px;
    width: auto;
    padding: 0 35px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .view4-item .red-point img {
    left: 2px;
    top: 2px;
  }
  section,
  section.view5 {
    max-width: 1200px;
    width: auto;
    padding: 0 35px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 100%;
    margin-top: 30px;
    margin-bottom: 55px;
  }

  section.view5 {
    background-position: bottom right;
  }
  .view4-text-wrap {
    width: 100%;
  }

  .view3-item:after {
    display: none;
  }
  .view3-item-text {
    padding-top: 23px;
  }
  section.view1 .black-arrow {
    bottom: 0;
  }

  section.view2 h2 {
    font-size: 34px;
    margin: 0 auto 35px;
    max-width: 284px;
  }
  section.view9 h2 {
    font-size: 34px;
  }
  .view2-text-wrap,
  .view7-item-wrap,
  .view8-item-wrap,
  .view9-item {
    width: 100%;
    /* max-width: 784px; */
    margin: 0 auto;
    height: auto;
    padding: 50px 50px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .view7-item-wrap {
    padding: 0;
  }
  .view9-item {
    padding: 0;
    padding-bottom: 30px;
  }
  .view2-text-wrap .white-circle {
    width: 13px;
    height: 13px;
    top: 25px;
    right: 20px;
  }

  .view7-item,
  .view8-item {
    /* max-width: 390px; */
    width: 49%;
  }

  section.view2 {
    height: auto;
    padding-top: 10px;
  }

  .view2-text1,
  .view2-text2 {
    font-size: 14px;
    line-height: 18px;
  }

  section.view3 {
    height: auto;
  }

  section.view3 h2 {
    font-size: 34px;
    margin: 0 0 25px;
  }
  section.view4 h2 {
    font-size: 34px;
    margin: 0 0 25px;
  }
  section.view5 h2 {
    font-size: 34px;
  }
  section.view6 h2 {
    font-size: 34px;
  }
  section.view7 h2 {
    font-size: 34px;
    margin: 0 0 25px;
  }
  section.view8 h2 {
    font-size: 34px;
    margin: 0 0 25px;
  }
  section.view9 h2 {
    font-size: 34px;
    margin: 0 0 25px;
  }
  .view3-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .view3-item-number {
    width: 175px;
    background-size: contain;
    background-repeat: no-repeat;
    font-size: 78px;
  }

  .view3-item {
    text-align: left;
  }

  .view3-item-title {
    font-size: 22px;
    line-height: 23px;
  }

  .view3-item-desc {
    font-size: 14px;
    line-height: 18px;
  }

  .view3-item:first-child:before,
  .view3-item:nth-child(3):before {
    background-image: url(../images/first-el.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    content: "";
    right: 24%;
    top: 32%;
    width: 210px;
    height: 100px;
  }
  .view3-item:nth-child(2) .view3-item-number,
  .view3-item:nth-child(4) .view3-item-number {
    margin-left: auto;
  }

  .view3-item:nth-child(2):before {
    background-image: url(../images/second-el.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    content: "";
    left: 6%;
    top: 32%;
    width: 210px;
    height: 100px;
  }
  section.view4 {
    height: auto;
  }
  .view4-item {
    padding: 60px 30px;
  }
  .view4-item-hide {
    padding-left: 30px;
    padding-right: 30px;
    margin-top: 60px;
  }

  .view4-item-hide.active {
    height: calc(100% - 60px);
  }
  .view4-item-wrap {
    padding-left: 40px;
    padding-right: 40px;
    margin-top: 40px;
  }
  .view4-item-title {
    font-size: 20px;
    line-height: 23px;
  }
  .view4-item-desc {
    font-size: 14px;
    line-height: 19px;
  }
  .view4-item-link {
    margin-top: 40px;
  }
  .view5-list ul li {
    font-size: 14px;
    line-height: 19px;
  }
  section.view6 {
    padding-bottom: 90px;
  }
  .view6-benefits > div {
    width: 33% !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 35px;
  }
  .view6-benefits > div > p:first-child {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .view6-benefits > div:last-child {
    padding-left: 0;
  }
  .view6-benefits > div > p span {
    width: 100%;
  }
  .view6-benefits > div > p:first-child {
    font-size: 22px;
  }
  .view6-benefits > div > p:last-child {
    font-size: 16px;
    font-weight: normal;
  }
  .view6-output {
    font-size: 28px;
    line-height: 30px;
  }
  .view6-description {
    font-size: 14px;
    line-height: 19px;
  }
  .view6-output:before {
    width: 40px;
    height: 35px;
    background-size: contain;
  }
  section.view6 {
    padding-top: 90px;
  }
  section.view7 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .view7-item-text {
    font-size: 14px;
    line-height: 20px;
    width: 230px;
  }
  .view8-item-subtitle {
    font-size: 20px;
    line-height: 22px;
  }
  .view8-item-title {
    font-size: 28px;
    line-height: 30px;
  }
  .view8-item-desc {
    width: 100%;
  }
  .view7-item {
    padding: 30px 25px;
  }
  section.view8 {
    padding-top: 0;
    margin-top: 0;
  }

  .view8-item-wrap {
    padding: 0;
  }
  .view8-item {
    padding: 50px 30px;
  }
  section.view8 {
    padding-top: 0;
    padding-bottom: 0;
  }
  section.view9 {
    padding-top: 0;
  }
  .view9-item-q {
    margin-left: 0;
  }
  .view9-item-a {
    margin-left: auto;
    margin-right: 0;
  }
  footer {
    padding-top: 35px;
    background: #ce132f;
    padding-bottom: 45px;
  }
  .footer-line {
    width: 220px;
  }
  .left-block-soc a {
    margin-right: 30px;
  }
  .view9-item-q {
    font-size: 16px;
    line-height: 21px;
    width: 90%;
    z-index: 10;
  }
  .view9-item-a {
    font-size: 16px;
    line-height: 21px;
    width: 95%;
  }
  .form-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 1200px) {
  section.view1 {
    height: 490px;
  }
  .hero-center .pic {
    background-image: url(../images/hero-pic.png);
    background-size: 438px;
    height: 100%;
    background-repeat: no-repeat;
  }
  .hero-center .pic {
    background-position: -27px -8px;
  }
  section.view1 .left-text {
    max-width: 50%;
    font-size: 60px;
    line-height: 64px;
    padding-top: 5%;
  }

  section.view1 .right-text .text {
    font-size: 12px;
    padding: 15px 25px;
    line-height: 19px;
  }
  section.view1 .right-text .small-text {
    font-size: 10px;
    margin-top: 12px;
  }
  .red-point {
    width: 11px;
    height: 11px;
    top: 12px;
    right: 16px;
  }
  section.view1 .right-text {
    right: unset;
    bottom: 69px;
    left: 18%;
    width: 220px;
  }
  section.view1 .black-arrow {
    bottom: 0px;
  }
}
@media (max-width: 1024px) {
  section.view1 .left-text br {
    display: none;
  }
  section.view1 .left-text {
    font-size: 40px;
    line-height: 42px;
    padding-top: 10%;
  }
}
@media (max-width: 768px) {
  .nav ul li:after {
    right: -18px;
  }
  .nav ul li {
    margin-right: 29px;
  }
  .partners__list {
    grid-template-columns: 1fr;
    padding: 0;
    gap: 30px 0;
  }
  .partners__link {
    height: 170px;
  }
  .partners__title {
    margin-bottom: 40px;
  }
  .up-text {
    display: block;
    order: 2;
  }
  .go-up {
    left: 47%;
    display: flex;
    flex-direction: column;
  }
  .view6-benefits > div > p:last-child {
    margin-top: 0;
    font-size: 14px;
  }
  section.view6 {
    width: 100%;
    padding-top: 70px;
  }

  section.view2 {
    height: auto;
    padding-top: 0;
    margin-top: 0;
  }
  .view2-text-wrap,
  .view7-item-wrap,
  .view8-item-wrap,
  .view9-item {
    padding: 50px;
  }
  .view7-item-wrap,
  .view8-item-wrap,
  .view9-item {
    padding: 0;
  }

  .view9-item {
    padding-bottom: 20px;
  }
  section.view1 {
    margin-bottom: 35px;
  }
  .view5-list ul {
    margin-bottom: 40px;
  }
  .button-help {
    /* width: 250px; */
    height: 46px;
    font-size: 16px;
  }
  .hero-center .pic {
    background-position: -40px -8px;
  }
  section,
  section.view5,
  .view2-text-wrap {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .view2-text-wrap {
    max-width: 660px;
  }
  .view2-text-wrap .white-circle {
    width: 13px;
    height: 13px;
    top: 20px;
    right: 20px;
  }
  .whine-line {
    margin: 50px auto;
  }

  .view3-item:nth-child(2) .view3-item-number,
  .view3-item:nth-child(4) .view3-item-number {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: auto;
  }
  .view3-item:first-child:before,
  .view3-item:nth-child(3):before {
    right: 12%;
  }
  .view3-item:nth-child(2):before {
    left: 23%;
  }
  .view3-item-number {
    width: 160px;
    height: 160px;
  }
  .container {
    overflow: hidden;
  }
  .view4-text-wrap {
    padding-bottom: 40px;
    top: 0;
  }
  section.view4 {
    background: transparent;
    position: relative;
  }
  section.view4::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 90%;
    bottom: 0;
    left: 0;
    background: #ce132f;
  }
}

@media (max-width: 740px) {
  .partners__list {
    gap: 15px 0;
  }
  .partners__title {
    font-size: 28px;
    padding-top: 35px;
  }
  .partners {
    margin: 0 20px;
    padding-bottom: 60px;
  }
  .partners__link {
    height: 120px;
  }
  .view7-item-wrap::-webkit-scrollbar {
    width: 0;
  }
  .view3-item-desc br {
    display: none;
  }
  .view7 {
    /* overflow: hidden; */
    /* height: 200px !important; */
  }
  .mobile-info {
    display: flex;
    color: #fff;
    font-size: 12px;
    padding-bottom: 15px;
    padding-top: 15px;
    border-top: 1px solid rgba(255, 255, 255, 0.7);
    border-bottom: 1px solid rgba(255, 255, 255, 0.7);
    margin-bottom: 15px;
  }
  .mobile-info .right-block-text {
    width: 353px;
  }
  .right-block .right-block-text {
    display: none;
  }
  .left-block .left-block-adress {
    display: none;
  }
  .up-text {
    display: block;
    order: 1;
    margin-right: 5px;
  }
  .go-up {
    display: flex;
    display: none;
    flex-direction: row-reverse;
    align-items: center;
    right: 10px;
    left: auto;
  }
  .nav {
    display: none;
  }

  .hamburger {
    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;
    cursor: pointer;
    margin-left: 50px;
  }

  .button-help {
    height: 39px;
    font-size: 14px;
  }

  header {
    padding: 0 20px;
  }

  .logo {
    position: static;
    margin-right: 0;
    left: 0;
  }

  /* Первый экран */
  section.view1 {
    -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;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: auto;
    max-height: none;
    margin-bottom: 100px;
  }
  section.view1 .black-arrow {
    bottom: -30px;
  }
  section.view1 .left-text {
    max-width: 100%;
    width: 100%;
    text-align: center;
    padding-top: 5%;
    font-size: 34px;
    line-height: 37px;
  }
  section.view1 .left-text span {
    display: block;
  }
  .hero-center {
    /* margin-top: 100px; */
    position: relative;
    top: 0;
    left: 0;
    overflow: visible;
    -webkit-transform: unset;
    -ms-transform: unset;
    transform: unset;
    height: 425px;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .hero-center .pic {
    position: absolute;
    width: 400px;
    height: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background-size: 100%;
    height: 100%;
    background-position: top center;
  }
  section.view1 .left-text span {
    top: 0;
    width: 85px;
    text-align: center;
    margin: 0 auto;
    margin-top: 20px;
  }

  section.view1 .right-text {
    right: 20px;
    left: auto;
    bottom: 45px;
    /* top: 252px; */
  }
  /* Первый экран */
  section.view2 h2 {
    font-size: 28px;
    line-height: 30px;
  }
  section.view3 h2 {
    font-size: 28px;
    line-height: 30px;
  }
  section.view5 h2 {
    font-size: 28px;
    line-height: 30px;
  }
  section.view6 h2 {
    font-size: 28px;
    line-height: 30px;
  }
  section.view7 h2 {
    font-size: 28px;
    line-height: 30px;
  }
  section.view8 h2 {
    font-size: 28px;
    line-height: 30px;
  }
  .view2-text-wrap {
    padding: 50px 20px;
  }

  /* Третий экран */
  .view3-item:first-child:before,
  .view3-item:nth-child(3):before {
    background-image: url(../images/down-arrow-mobile.svg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;

    right: auto;
    top: 62%;
    left: 62px;
    width: 35px;
    height: 90px;
  }

  .view3-item:nth-child(2) .view3-item-number,
  .view3-item:nth-child(4) .view3-item-number {
    margin-left: 0;
  }

  .view3-item:nth-child(2):before {
    background-image: url(../images/down-arrow-mobile.svg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    right: auto;
    top: 62%;
    left: 62px;
    width: 35px;
    height: 90px;
  }

  .view3-item-number span {
    /* top: -8px; */
    margin-top: 0px;
    position: relative;
  }
  .view3-item {
    padding-bottom: 70px;
  }
  .view3-wrap {
    margin-left: -25px;
    margin-bottom: 0px;
  }

  section {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  section.view4 {
    height: auto;
  }
  section.view4 h2 {
    font-size: 28px;
    line-height: 30px;
  }
  section.view9 h2 {
    font-size: 28px;
    line-height: 30px;
  }
  h2 {
    font-size: 28px;
    line-height: 30px;
  }
  .view4-item-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 0px;
    height: auto;
  }
  .view4-item {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0px;
    padding: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .view4-item-hide {
    padding-left: 20px;
    margin-top: 30px;
    padding-right: 20px;
  }

  .view4-item-hide.active {
    height: calc(100% - 30px);
  }
  .view4-item:first-child .view4-item-link {
    border-bottom: 1px solid rgba(98, 20, 31, 0.25);
  }
  .view4-item-link {
    padding-bottom: 30px;
  }
  .view4-text-wrap {
    background: #fff;
    height: auto;
    padding: 20px;

    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .view4-item-wrap {
    padding: 0;
  }
  .view4-item-link {
    margin-top: 15px;
  }
  .view5 h2 {
    margin-bottom: 35px;
  }
  section.view5 {
    background: none;
  }
  .view5-caption {
    margin: 0 auto;
    font-size: 28px;
    line-height: 37px;
    margin-bottom: 35px;
    text-align: center;
    /* or 37px */
    position: relative;
    padding-bottom: 353px;
  }
  .view5-caption::before {
    content: "";
    position: absolute;
    width: 85px;
    height: 1px;
    background: #fff;
    top: 100px;
    left: 50%;
    transform: translateX(-50%);
  }
  .view5-caption::after {
    content: "";
    width: 353px;
    height: 353px;
    position: absolute;
    background-image: url(../images/paren.png);
    background-repeat: no-repeat;
    background-size: 100%;
    left: 50%;
    top: 100px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background-position: center;
  }
  .button-help {
    margin: 0 auto;
  }
  section.view6 h2 {
    text-align: left;
  }
  .view6-description {
    text-align: left;

    width: 100%;
  }
  .view6-benefits {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .view6-benefits > div {
    width: 100% !important;
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }
  .view6-benefits > div > p:first-child {
    margin-top: 0;
  }
  .view6-benefits > div > p span {
    width: auto;
  }
  .view6-benefits > div:nth-child(2):before {
    display: none;
  }
  .view6-benefits > div:nth-child(2):after {
    display: none;
  }
  .view6-img-item:nth-child(1),
  .view6-img-item:nth-child(3) {
    margin-top: 110px;
  }

  .view6-img-item:nth-child(1) {
    -webkit-transform: translateX(60px);
    -ms-transform: translateX(60px);
    transform: translateX(60px);
  }

  .view6-img-item:nth-child(3) {
    -webkit-transform: translateX(-60px);
    -ms-transform: translateX(-60px);
    transform: translateX(-60px);
    z-index: 4;
  }
  .view6-output {
    font-size: 20px;
    line-height: 21px;
  }
  .view6-output:before {
    width: 45px;
    height: 38px;
    background-size: contain;
  }

  section.view7 {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .view7-item-wrap {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow-x: scroll;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-bottom: 30px;
  }
  .view7-item {
    min-width: 305px;
    margin-right: 25px;
  }
  .view7-item-text {
    width: 170px;
  }
  .view7-item:last-child {
    margin-right: 0;
  }

  .view8-item-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .view8-item {
    width: 100%;
    margin-top: 22px;
  }
  .view9-item-a {
    width: 95%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .view9-item-q {
    width: 95%;
    padding: 25px;
    font-size: 16px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .footer-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 20px;
  }
  .left-block {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .right-block {
    max-width: none;
    margin-bottom: 20px;
  }
  .right-block .button-help {
    width: 95%;
  }
  .footer-line {
    width: 100%;
  }
  .left-block-soc {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .left-block-soc a {
    margin-left: 10px;
    margin-right: 10px;
  }

  .mobile-nav {
    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: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    height: 100%;
    min-height: 800px;
    overflow-y: auto;
    width: 100%;
    top: 0px;
    padding-top: 150px;
    box-sizing: border-box;
    padding-bottom: 100px;
    /* padding-top: 85px; */
    left: 0;
    background: rgba(223, 36, 64, 0.8);
    -webkit-backdrop-filter: blur(16px);
    backdrop-filter: blur(16px);
    z-index: 1000;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
  }
  .mobile-nav.active {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
  }
  .mobile-nav .nav {
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px;
  }

  .mobile-nav .nav ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
    margin: 0;
  }
  .mobile-nav .nav ul li {
    padding-top: 20px;
    padding-bottom: 20px;
    margin-right: 0;
    text-align: center;
  }
  .mobile-nav .nav ul li:after {
    bottom: 0;
    left: 50%;
    top: auto;
  }
  .mobile-nav-link {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    margin-top: 45px;
    padding-top: 35px;
    padding-bottom: 35px;
    text-align: center;
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;

    color: #ffffff;
    margin-bottom: 35px;
  }
  .mobile-nav-link a {
    color: #ffffff;
    margin-top: 10px;
    display: inline-block;
    margin-bottom: 10px;
    text-decoration: none;
  }
  .form-wrap .red-point img {
    top: -18px;
    left: -18px;
  }
  .form-wrap {
    z-index: 10000000;
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 100vh;
    top: 10px;
    transform: translate(-50%, 0%);
  }
  .overlay {
    z-index: 10000000;
  }

  .view9-item-q::before {
    content: "";
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 37px;
    height: 37px;
    /* background-size: 18px 18px; */
    transition: all 0.5s ease;
    background-image: url("data:image/svg+xml,%3Csvg width='37' height='37' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg filter='url(%23a)'%3E%3Ccircle cx='15' cy='15' r='9' fill='%23fff'/%3E%3C/g%3E%3Cpath d='m11 14 4 4 5-4' stroke='%23DF2440' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='bevel'/%3E%3Cdefs%3E%3Cfilter id='a' x='0' y='0' width='37' height='37' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeColorMatrix in='SourceAlpha' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeMorphology radius='1' operator='dilate' in='SourceAlpha' result='effect1_dropShadow_357:3'/%3E%3CfeOffset dx='1' dy='1'/%3E%3CfeGaussianBlur stdDeviation='3'/%3E%3CfeComposite in2='hardAlpha' operator='out'/%3E%3CfeColorMatrix values='0 0 0 0 0.4375 0 0 0 0 0.065625 0 0 0 0 0.065625 0 0 0 0.03 0'/%3E%3CfeBlend in2='BackgroundImageFix' result='effect1_dropShadow_357:3'/%3E%3CfeColorMatrix in='SourceAlpha' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeMorphology radius='1' operator='dilate' in='SourceAlpha' result='effect2_dropShadow_357:3'/%3E%3CfeOffset dx='4' dy='4'/%3E%3CfeGaussianBlur stdDeviation='4'/%3E%3CfeComposite in2='hardAlpha' operator='out'/%3E%3CfeColorMatrix values='0 0 0 0 0.75 0 0 0 0 0.1375 0 0 0 0 0.1375 0 0 0 0.18 0'/%3E%3CfeBlend in2='effect1_dropShadow_357:3' result='effect2_dropShadow_357:3'/%3E%3CfeBlend in='SourceGraphic' in2='effect2_dropShadow_357:3' result='shape'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E");
  }
  .view9-item-q.active::before {
    background-image: url("data:image/svg+xml,%3Csvg width='37' height='37' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg filter='url(%23a)'%3E%3Ccircle cx='15' cy='15' r='9' transform='rotate(-90 15 15)' fill='%235FB0FB'/%3E%3C/g%3E%3Cpath d='m20 17-5-4-4 4' stroke='%23FBFBFB' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='bevel'/%3E%3Cdefs%3E%3Cfilter id='a' x='0' y='0' width='37' height='37' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeColorMatrix in='SourceAlpha' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeMorphology radius='1' operator='dilate' in='SourceAlpha' result='effect1_dropShadow_357:3'/%3E%3CfeOffset dx='1' dy='1'/%3E%3CfeGaussianBlur stdDeviation='3'/%3E%3CfeComposite in2='hardAlpha' operator='out'/%3E%3CfeColorMatrix values='0 0 0 0 0.4375 0 0 0 0 0.065625 0 0 0 0 0.065625 0 0 0 0.03 0'/%3E%3CfeBlend in2='BackgroundImageFix' result='effect1_dropShadow_357:3'/%3E%3CfeColorMatrix in='SourceAlpha' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeMorphology radius='1' operator='dilate' in='SourceAlpha' result='effect2_dropShadow_357:3'/%3E%3CfeOffset dx='4' dy='4'/%3E%3CfeGaussianBlur stdDeviation='4'/%3E%3CfeComposite in2='hardAlpha' operator='out'/%3E%3CfeColorMatrix values='0 0 0 0 0.75 0 0 0 0 0.1375 0 0 0 0 0.1375 0 0 0 0.18 0'/%3E%3CfeBlend in2='effect1_dropShadow_357:3' result='effect2_dropShadow_357:3'/%3E%3CfeBlend in='SourceGraphic' in2='effect2_dropShadow_357:3' result='shape'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E");
  }
  .view9-item-a {
    display: none;
    opacity: 0;
  }
  .view9-item-a.active {
    display: block;
    animation-name: fade;

    animation-duration: 1s;
    animation-fill-mode: forwards;
    animation-timing-function: ease;
  }
  @keyframes fade {
    100% {
      opacity: 1;
    }
  }
  .hamburger {
    margin-left: 0;
  }
  .bottom__cookie-block {
    font-size: 11px;
    line-height: 12px;
  }
  .bottom__cookie-block a.ok {
    height: 20px;
  }
  section.view9 {
    padding-bottom: 40px;
  }
}

@media (max-width: 360px) {
  .view7-item {
    min-width: 280px;
  }
  .view7-item-text {
    width: 170px;
  }
}
