@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
}

body * {
  box-sizing: border-box;
}

body {
  margin: 0;
  background: #FFFFFF;
  font-family: "Rubik", sans-serif;
  font-style: normal;
}

.seo .section-title h2, .questions .section-title h2, .news .section-title h2, .advantages .section-title h2, .new .section-title h2 {
  font-weight: 600;
  font-size: 40px;
  line-height: 47px;
  color: #17154B;
  text-transform: uppercase;
}

.seo button, form button, .card-buy button, .delivery .button-white, .header-info button, .seo .section-title button, .questions .section-title button, .news .section-title button, .advantages .section-title button, .new .section-title button {
  outline: none;
  border: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.seo button span, form button span, .card-buy button span, .delivery .button-white span, .header-info button span, .seo .section-title button span, .questions .section-title button span, .news .section-title button span, .advantages .section-title button span, .new .section-title button span {
  font-family: "Rubik";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 135.02%;
  color: #FFFFFF;
}

.header-menu ul li a, nav ul li a {
  font-family: "Rubik";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 135.02%;
  color: #17154B;
  text-decoration: none;
}

.seo, .questions, .news, .advantages, .new {
  padding: 80px 0;
}
.seo .section-title, .questions .section-title, .news .section-title, .advantages .section-title, .new .section-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 48px;
}
.seo .section-title button, .questions .section-title button, .news .section-title button, .advantages .section-title button, .new .section-title button {
  background: #1C4566;
  border-radius: 10px;
  column-gap: 12px;
  padding: 20px 40px;
}
.seo .section-title button:hover, .questions .section-title button:hover, .news .section-title button:hover, .advantages .section-title button:hover, .new .section-title button:hover {
  background: #002C94;
}

.slick-track {
  display: flex;
}

.slick-track .slick-slide {
  display: flex;
  height: auto;
}

.slick-slide {
  display: flex;
}

.slick-initialized .slick-slide {
  display: flex;
  row-gap: 24px;
  flex-direction: column;
}
.slick-initialized .slick-slide > div {
  display: flex;
  justify-content: space-between;
  height: 100%;
}

.slick-slider .slick-arrow {
  top: 87%;
}

.slick-arrow {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
}
.slick-arrow:hover {
  background: #F6F9FF;
}

.slick-prev {
  left: 86%;
}
.slick-prev::before {
  content: url(../icons/arrow\ 1.svg);
}

.slick-next {
  right: 36px;
}
.slick-next::before {
  content: url(../icons/arrow\ 1.svg);
  transform: rotate(180deg);
}

.slick-dots li button:before {
  width: 16px;
  height: 16px;
  background: #F6F9FF;
  border: 1px solid #1C4566;
  border-radius: 50%;
  opacity: 1;
  content: "";
  border-radius: 50%;
}

.slick-dots li.slick-active button:before {
  background: #1C4566;
  opacity: 1;
}

.slick-dots {
  bottom: -50px;
  text-align: left;
}

.container {
  width: 1200px;
  margin: 0 auto;
}

nav {
  padding: 16px 0;
  background: #F6F9FF;
}
nav ul {
  margin: 0;
  padding: 0;
  display: flex;
  column-gap: 32px;
}
nav ul li {
  list-style: none;
}
nav ul a:hover {
  text-decoration: underline;
}

.header-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 0;
}
.header-info button {
  background: #1C4566;
  border-radius: 8px;
  column-gap: 12px;
  padding: 10px 20px;
}
.header-info button:hover {
  background: #002C94;
}

.input {
  width: 553px;
  height: 53px;
  background: #F6F9FF;
  border-radius: 8px;
  padding: 16px;
  outline: none;
  border: 0;
  background-image: url(../icons/search.svg);
  background-repeat: no-repeat;
  background-position-y: center;
  background-position-x: right;
  background-origin: content-box;
}

.header-contacts {
  display: flex;
  flex-direction: column;
  row-gap: 11px;
}

.header-contacts-item {
  display: flex;
  align-items: center;
  column-gap: 10px;
}
.header-contacts-item p {
  font-weight: 600;
  font-size: 14px;
  line-height: 135.02%;
  color: #17154B;
}
.header-contacts-item p a {
  font-weight: 600;
  font-size: 14px;
  line-height: 135.02%;
  color: #17154B;
  text-decoration: none;
}
.header-contacts-item p a:hover {
  text-decoration: underline;
}

.header-menu {
  padding-top: 16px;
  padding-bottom: 6px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-menu ul {
  margin: 0;
  padding: 0;
  display: flex;
  column-gap: 24px;
}
.header-menu ul li {
  list-style: none;
}
.header-menu ul a {
  padding-bottom: 8px;
}
.header-menu ul a:hover {
  border-bottom: 1px #17154B solid;
}
.header-menu ul a:active {
  border-bottom: 2px #17154B solid;
}

.burger-menu {
  display: none;
  z-index: -2;
}

.header-user {
  display: flex;
  align-items: center;
  column-gap: 26px;
}
.header-user div {
  display: flex;
  align-items: center;
  cursor: pointer;
  column-gap: 13px;
}
.header-user div:hover {
  background: #F6F9FF;
  border-radius: 6px;
}
.header-user p {
  color: #1C4566;
  font-size: 16px;
  font-family: "Rubik";
  font-weight: 600;
  line-height: 135.023%;
}

main {
  padding-top: 32px;
}

.banners {
  height: 550px;
  position: relative;
}
.banners .active {
  display: flex;
}
.banners .slick-initialized .slick-slide {
  display: block;
}

.all-banners {
  /*  height: 100%; */
}
.all-banners .slick-prev {
  left: 83%;
}

.banner-img {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  display: flex;
  align-items: center;
}

.delivery {
  background: #008139;
  border-radius: 10px;
  position: relative;
  height: 550px;
  padding: 48px 12px 42px 48px;
  /* background-image: url('../icons/deliveryGroup.png');
  background-repeat: no-repeat;
  background-position-x: right;
  background-position-y: bottom;
  background-origin: content-box; */
  /* display: none; */
  justify-content: space-between;
  align-items: end;
}
.delivery .delivery-info {
  max-width: 571px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  row-gap: 16px;
  height: 100%;
  position: relative;
}
.delivery h2 {
  font-weight: 600;
  font-size: 56px;
  line-height: 66px;
  color: #FFFFFF;
}
.delivery p {
  font-weight: 400;
  font-size: 20px;
  line-height: 151.52%;
  color: #FFFFFF;
  margin-bottom: 16px;
}
.delivery .button-white {
  width: 138px;
  height: 62px;
  background: #FFFFFF;
  border-radius: 10px;
}
.delivery .button-white span {
  color: #1C4566;
}
.delivery .button-white:hover {
  background: #F6F9FF;
}

.delivery-slider {
  display: flex;
  column-gap: 24px;
  margin-right: 36px;
  position: absolute;
  bottom: 42px;
  right: 0;
}
.delivery-slider div {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  cursor: pointer;
  background: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
}
.delivery-slider div:nth-of-type(2) {
  transform: rotate(-180deg);
}
.delivery-slider div:hover {
  background-color: #666C89;
}

.logo-section {
  padding: 32px 0;
  display: flex;
  justify-content: space-between;
}

.new {
  background: #F6F9FF;
}
.new .active {
  display: flex;
}
.new .section-title {
  margin-bottom: 0;
}

.new-cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 24px;
  margin-bottom: 48px;
  /* .slick-track {
      display: flex;
      justify-content: space-between;
      align-items: center;
  } */
}
.new-cards .slick-list {
  padding: 48px 0;
}
.new-cards .slick-arrow {
  background: #1C4566;
  top: 0;
  top: 104%;
}
.new-cards .slick-arrow:hover {
  background: #002C94;
}
.new-cards .slick-prev::before {
  content: url(../icons/arrow-white.svg);
}
.new-cards .slick-next {
  right: 0;
}
.new-cards .slick-next::before {
  content: url(../icons/arrow-white.svg);
}

.card {
  width: 282px !important;
  height: 491px;
  padding: 16px;
  background: #FFFFFF;
  border: 1px solid #666C89;
  border-radius: 10px;
  display: flex !important;
  flex-direction: column;
  justify-content: space-between;
}
.card:hover {
  /* transition: 1s; 
  transform: scale(1.1); 
  border: 1px solid $MainGray; */
}
.card:hover img {
  transition: 1s;
  transform: scale(0.8);
}
.card img {
  max-width: 250px;
  max-height: 232px;
  align-self: center;
}
.card h3 {
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  color: #17154B;
}
.card .card-description {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #666C89;
}
.card .card-price {
  font-weight: 500;
  font-size: 32px;
  line-height: 38px;
  color: #17154B;
}
.card .card-box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  row-gap: 8px;
  margin-top: 8px;
}

.card-green {
  width: 84px;
  height: 25px;
  background: #008139;
  border-left: 2px solid #008139;
  border-radius: 4px;
  padding: 4px 8px;
  display: flex;
  align-items: center;
}
.card-green span {
  font-family: "Rubik";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #FFFFFF;
}

.card-buy {
  display: flex;
  column-gap: 16px;
  align-items: center;
}
.card-buy button {
  background: #1C4566;
  border-radius: 8px;
  column-gap: 12px;
  padding: 10px 20px;
}
.card-buy button:hover {
  background: #002C94;
}
.card-buy div {
  width: 44px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  cursor: pointer;
}
.card-buy div:hover {
  background: #E5E5E5;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}
.card-buy .card-buy-green {
  border: 1px solid #008139;
}
.card-buy .card-buy-blue {
  border: 1px solid #1C4566;
}

.new-slider {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.new-slider .new-slider-item {
  display: flex;
  column-gap: 24px;
  margin-right: 0;
}
.new-slider .new-slider-item div {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  cursor: pointer;
  background: #1C4566;
  display: flex;
  justify-content: center;
  align-items: center;
}
.new-slider .new-slider-item div:nth-of-type(2) {
  transform: rotate(-180deg);
}
.new-slider .new-slider-item div:hover {
  background-color: #17154B;
}

.new-slider-dots {
  display: flex;
  column-gap: 11px;
}
.new-slider-dots .new-slider-dot {
  width: 16px;
  height: 16px;
  background: #F6F9FF;
  border: 1px solid #1C4566;
  border-radius: 50%;
  cursor: pointer;
}
.new-slider-dots .active {
  background: #1C4566;
}

.advantages {
  /* .advantages-box {
      padding-bottom: 48px;
      position: relative;
  } */
}
.advantages .section-title {
  margin-bottom: 0;
}
.advantages .container {
  display: flex;
  flex-direction: column;
}
.advantages .slick-initialized .slick-slide {
  display: block;
  width: auto !important;
}
.advantages .advantages-arrow {
  width: 80px !important;
  height: 100%;
  display: flex !important;
  align-items: center;
}
.advantages .advantages-list .slick-track {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.advantages .advantages-list .slick-list {
  padding: 48px 0;
}
.advantages .advantages-list .slick-arrow {
  background: #1C4566;
  top: 0;
  top: 272px;
}
.advantages .advantages-list .slick-arrow:hover {
  background: #002C94;
}
.advantages .advantages-list .slick-prev::before {
  content: url(../icons/arrow-white.svg);
}
.advantages .advantages-list .slick-next {
  right: 0;
}
.advantages .advantages-list .slick-next::before {
  content: url(../icons/arrow-white.svg);
}
.advantages .advantages-carusel {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.advantages .advantages-slider {
  align-self: flex-end;
  display: flex;
  column-gap: 24px;
  margin-right: 0;
  display: none;
}
.advantages .advantages-slider div {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  cursor: pointer;
  background: #1C4566;
  display: flex;
  justify-content: center;
  align-items: center;
}
.advantages .advantages-slider div:nth-of-type(2) {
  transform: rotate(-180deg);
}
.advantages .advantages-slider div:hover {
  background-color: #17154B;
}

.advantages-arrows {
  display: flex;
  position: absolute;
  justify-content: space-evenly;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  align-items: center;
}

.advantages-item {
  width: 163px !important;
  padding: 0 2px;
  display: block !important;
}
.advantages-item img {
  margin-bottom: 32px;
}
.advantages-item p {
  font-family: "Krub", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 151.52%;
  color: #666C89;
}
.advantages-item:hover {
  transition: 1s; /* Время эффекта */
  transform: scale(1.1); /* Увеличиваем масштаб */
}
.advantages-item:hover img {
  transition: 1s;
  transform: scale(0.8);
}

.news .news-all {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 16px;
}

.news-item {
  width: 384px;
  height: 164px;
  padding: 16px;
  position: relative;
  background-size: contain;
  background: linear-gradient(180deg, rgba(4, 6, 16, 0) -45.43%, #040610 100%);
  border: 1px solid #E5E5E5;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.news-item h3 {
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  color: #FFFFFF;
}
.news-item p {
  font-weight: 600;
  font-size: 16px;
  line-height: 135.02%;
  color: #FFFFFF;
}
.news-item .news-foto {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
}
.news-item .news-item-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.news-item .news-item-info div {
  display: flex;
  align-items: center;
  cursor: pointer;
  column-gap: 12px;
}
.news-item .news-item-info div:hover {
  background: #6e6d83;
}

.questions {
  background: #F6F9FF;
  padding-bottom: 0;
}
.questions .container {
  display: flex;
  justify-content: space-between;
}
.questions .section-title {
  margin-bottom: 16px;
}
.questions p {
  font-family: "Krub", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 151.52%;
  color: #666C89;
}
.questions p a {
  color: #17154B;
}

form {
  display: flex;
  flex-wrap: wrap;
  max-width: 660px;
  justify-content: space-between;
  padding-top: 33px;
  padding-bottom: 17px;
  row-gap: 16px;
}
form input {
  width: 320px;
  height: 51px;
  background: #FFFFFF;
  border: 1px solid #17154B;
  border-radius: 8px;
  padding: 16px;
  outline: none;
}
form button {
  background: #1C4566;
  border-radius: 10px;
  column-gap: 12px;
  padding: 14.5px 117px;
}
form button:hover {
  background: #002C94;
}
form .form-agree {
  max-width: 348px;
}

.seo .container {
  display: flex;
  justify-content: space-between;
}
.seo .section-title {
  margin-bottom: 16px;
}
.seo p {
  font-family: "Krub", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 151.52%;
  color: #666C89;
  margin-bottom: 32px;
}
.seo button {
  background: #1C4566;
  border-radius: 10px;
  column-gap: 12px;
  padding: 20px 40px;
}
.seo button:hover {
  background: #002C94;
}
.seo .seo-info {
  max-width: 600px;
}
.seo .seo-image {
  display: flex;
  width: inherit;
  justify-content: center;
}

footer {
  background: #17154B;
  padding-top: 56px;
  padding-bottom: 58px;
}

.footer-info {
  padding-bottom: 40px;
  border-bottom: 2px solid #F6F9FF;
  display: flex;
  column-gap: 59px;
}

.footer-box {
  display: flex;
  column-gap: 24px;
  padding-top: 24px;
}
.footer-box .footer-box-item {
  display: grid;
  row-gap: 24px;
}

.footer-item {
  display: grid;
  grid-template-columns: 63px auto;
  column-gap: 8px;
  align-items: center;
}

.footer-round {
  width: 63px;
  height: 63px;
  background: #1C4566;
  border: 1px solid #1C4566;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-item-title {
  font-family: "Krub", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 135.02%;
  color: #FFFFFF;
  margin-bottom: 8px;
}

.footer-item-text {
  font-weight: 600;
  font-size: 14px;
  line-height: 135.02%;
  color: #FFFFFF;
  max-width: 267px;
}
.footer-item-text a {
  text-decoration-line: underline;
  color: #FFFFFF;
}
.footer-item-text a:hover {
  color: #E5E5E5;
}
.footer-item-text .footer-phone {
  text-decoration: none;
}
.footer-item-text .footer-phone:hover {
  text-decoration: underline;
}

.footer-menu {
  display: flex;
  column-gap: 48px;
}
.footer-menu p {
  font-weight: 600;
  font-size: 24px;
  line-height: 135.02%;
  color: #FFFFFF;
  margin-bottom: 16px;
}
.footer-menu ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  row-gap: 16px;
}
.footer-menu ul li {
  list-style: none;
}
.footer-menu ul li a {
  font-weight: 600;
  font-size: 24px;
  line-height: 135.02%;
  color: #FFFFFF;
  text-decoration: none;
}
.footer-menu ul li a:hover {
  text-decoration: underline;
}
.footer-menu .footer-menu-servises {
  row-gap: 8px;
}
.footer-menu .footer-menu-servises li a {
  font-weight: 400;
  font-size: 16px;
}

.footer-rights {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 18px;
}
.footer-rights p {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #FFFFFF;
}
.footer-rights .messegers {
  display: flex;
  column-gap: 18px;
  align-items: center;
}
.footer-rights .messegers-item {
  cursor: pointer;
}
.footer-rights .messegers-item:hover {
  transition: 1s; /* Время эффекта */
  transform: scale(1.1); /* Увеличиваем масштаб */
}

.mobile {
  display: none;
}

@media screen and (max-width: 780px) {
  .container {
    width: auto;
    max-width: 343px;
  }
  .slick-arrow {
    width: 48px;
    height: 48px;
  }
  .slick-next {
    right: 10px;
  }
  .slick-prev {
    left: 65%;
  }
  .slick-initialized .slick-slide {
    display: contents;
  }
  .slick-slider .slick-track, .slick-slider .slick-list {
    display: flex;
    column-gap: 16px;
  }
  .all-banners .slick-prev {
    left: 63%;
  }
  .new-cards .slick-arrow {
    top: 0;
    top: 107%;
  }
  .mobile {
    display: block;
  }
  nav {
    display: none;
  }
  .header-info a img {
    width: 146px;
  }
  .header-info .input {
    width: 211px;
    height: 37px;
    display: none;
  }
  .header-info button {
    display: none;
  }
  .header-contacts {
    flex-direction: row;
  }
  .header-contacts-item {
    column-gap: 0;
  }
  .header-contacts-item img {
    display: none;
  }
  .header-contacts-item p a {
    font-size: 13px;
    color: #1C4566;
  }
  .mobile-menu {
    display: flex;
    align-items: center;
    column-gap: 16px;
  }
  .mobile-menu img {
    cursor: pointer;
    width: 18px;
  }
  .burger-menu {
    width: 100%;
    padding-top: 40px;
    padding-bottom: 110px;
    background: #17154B;
    /* display: flex; */
    flex-direction: column;
    row-gap: 24px;
    position: absolute;
    z-index: 10;
    display: none;
  }
  .burger-menu ul {
    padding: 0 16px;
    display: flex;
    flex-direction: column;
    align-items: end;
    row-gap: 16px;
    width: 100%;
  }
  .burger-menu ul li {
    list-style: none;
    text-align: right;
    width: 100%;
  }
  .burger-menu ul li div {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .burger-menu ul li a {
    text-decoration: none;
    color: #FFF;
    font-size: 20px;
    font-family: Rubik;
    line-height: 135.023%;
  }
  .burger-menu ul li a:hover {
    text-decoration: underline;
  }
  .burger-menu ul li .sub-ul {
    row-gap: 8px;
  }
  .burger-menu ul li .sub-ul li a {
    font-size: 16px;
  }
  .burger-contacts {
    display: flex;
    flex-direction: column;
    row-gap: 15px;
    width: 100%;
    padding: 0 16px;
  }
  .for-burger {
    display: none;
  }
  .burger-contacts-item {
    display: flex;
    align-items: center;
    justify-content: end;
    column-gap: 8px;
  }
  .burger-contacts-item p {
    color: #FFF;
    font-size: 14px;
    font-family: Rubik;
    font-weight: 600;
    line-height: 135.023%;
  }
  .burger-contacts-item a {
    color: #FFF;
    font-size: 14px;
    font-family: Rubik;
    font-weight: 600;
    line-height: 135.023%;
    text-decoration: none;
  }
  .burger-contacts-item a:hover {
    text-decoration: underline;
  }
  .header-menu {
    display: none;
  }
  main {
    padding-top: 40px;
  }
  .banners {
    height: 571px;
  }
  .banner-img {
    align-items: start;
    top: 70px;
  }
  .banner-img img {
    max-width: 300px;
    max-height: 250px;
  }
  .delivery {
    padding-left: 15px;
    padding-bottom: 32px;
    padding-right: 10px;
  }
  .delivery .delivery-info {
    justify-content: end;
  }
  .delivery h2 {
    font-size: 32px;
    line-height: 38px;
  }
  .delivery .button-white {
    width: 106px;
    height: 54px;
  }
  .delivery-slider {
    bottom: 35px;
    margin-right: 10px;
  }
  .delivery-slider div {
    width: 48px;
    height: 48px;
  }
  .logo-section {
    padding: 24px 0;
  }
  .logo-section img {
    width: 153px;
  }
  .seo, .news, .advantages, .new {
    padding: 40px 0;
  }
  .questions {
    padding-top: 0;
    padding-bottom: 40px;
  }
  .section-title {
    flex-direction: column;
    row-gap: 24px;
  }
  .questions .section-title h2, .news .section-title h2, .advantages .section-title h2, .new .section-title h2 {
    font-size: 28px;
  }
  .seo .section-title h2 {
    font-size: 24px;
  }
  .news .section-title, .advantages .section-title, .new .section-title {
    align-items: flex-start;
    margin-bottom: 40px;
  }
  .news .section-title button, .advantages .section-title button, .new .section-title button {
    padding: 16px 24px;
  }
  .seo .section-title {
    margin-bottom: 16px;
    align-items: flex-start;
  }
  .questions .section-title {
    margin-bottom: 16px;
    align-items: start;
  }
  .questions .section-title button {
    padding: 16px 24px;
  }
  .new-slider-dots {
    display: none;
  }
  .new-cards {
    justify-content: center;
    margin-bottom: 40px;
  }
  .new-slider {
    justify-content: end;
  }
  .new-slider .new-slider-item div {
    width: 48px;
    height: 48px;
    border-radius: 50%;
  }
  .advantages-arrows {
    flex-direction: column;
    margin-bottom: 40px;
  }
  .advantages-arrows img {
    transform: rotate(90deg);
  }
  .advantages-arrows .desctop {
    display: none;
  }
  .advantages .advantages-carusel {
    flex-direction: column;
    row-gap: 40px;
    max-width: 200px;
    align-items: center;
    margin: 0 auto;
    text-align: center;
  }
  .advantages .advantages-carusel .advantages-arrow img {
    transform: rotate(90deg);
  }
  .advantages-item {
    width: auto;
    padding-left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .advantages-item img {
    margin-bottom: 16px;
  }
  .advantages .advantages-slider {
    display: flex;
    align-self: center;
  }
  .advantages .advantages-slider div {
    width: 48px;
    height: 48px;
  }
  .news .news-all {
    row-gap: 24px;
  }
  .questions .container {
    flex-direction: column;
  }
  .questions .container img {
    width: -webkit-fill-available;
  }
  form {
    flex-direction: column;
    padding-top: 40px;
    padding-bottom: 0;
    row-gap: 24px;
  }
  form button {
    column-gap: 0;
    padding: 16px 24px;
    order: 3;
  }
  form input {
    width: auto;
    order: 1;
  }
  form .form-agree {
    order: 2;
  }
  footer {
    padding: 40px 0;
  }
  .footer-info {
    flex-direction: column;
    align-items: center;
    padding-bottom: 80px;
  }
  .footer-info a img {
    width: 168px;
  }
  .footer-item {
    display: flex;
  }
  .footer-item-title {
    display: none;
  }
  .footer-round {
    width: auto;
    height: auto;
    background: transparent;
    border: 0;
  }
  .footer-round img {
    width: 16px;
  }
  .footer-menu {
    flex-direction: column;
    align-items: center;
    padding-top: 24px;
    row-gap: 16px;
  }
  .footer-menu p {
    margin-bottom: 8px;
  }
  .footer-menu ul {
    align-items: center;
  }
  .desctop {
    display: none;
  }
  .footer-box .desctop {
    display: none;
  }
  .footer-rights {
    position: relative;
    margin-top: 16px;
  }
  .footer-rights p, .footer-rights .messegers {
    position: absolute;
  }
  .footer-rights .messegers {
    bottom: 39px;
    left: 0;
    column-gap: 4px;
  }
  .footer-rights p:last-of-type {
    bottom: 47px;
    right: 0;
  }
  .footer-rights p:first-of-type {
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
  }
  .seo .container {
    flex-direction: column-reverse;
    row-gap: 60px;
  }
}