.new2 [hidden] {
  display: none;
}

:root {
  --primary: #b53a66;
}

body.new2 {
  font-family: "Montserrat", sans-serif;
  font-size: 22px;
  line-height: 35px;
}

@media (max-width: 340px) {
  body.new2 {
    font-size: 20px;
  }
}

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

.new2 .container:not(.container__content, .container__text, .container--min) {
  margin: 0 auto;
  max-width: 1680px;
}

.new2 .logo img {
  max-width: 100%;
}

.new2 .header {
  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;
  padding: 16px 26px 17px 59px;
  background-color: #fff;
}

.new2 .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
}

.new2 .menu__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.new2 .menu__item .arrow-icon {
  display: flex;
  align-items: center;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: auto;
  margin-left: 7px;
}

.new2 .menu__link {
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 500;
  color: #4f4247;
  font-size: 14px;
  line-height: 17px;
}

@media only screen and (min-width: 1080px) {
  .new2 .menu__item:not(:hover) > .menu-sub {
    opacity: 0;
    visibility: hidden;
  }
}

.new2 .menu-sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  background-color: #fff;
  padding: 40px;
  gap: 28px;
  position: absolute;
  top: 100%;
  left: 0;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  z-index: 3;
}

.new2 .menu-sub .menu__link {
  white-space: nowrap;
}

.new2 .phone__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 27px;
}

.new2 .phone__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
}

.new2 .phone__item a {
  text-decoration: none;
  font-size: 16px;
  line-height: 20px;
  color: #282828;
}

.new2 .phone__item span {
  font-size: 13px;
  line-height: 16px;
  color: #696969;
  margin-top: 4px;
}

.new2 .header .offers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 32px;
}

.new2 .social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 25px;
  margin: 0;
}

.new2 .social__item {
  display: flex;
  align-items: center;
  margin: 0;
  text-decoration: none;
  color: #0077ff;
}

.new2 .social__item svg {
  width: 100%;
  height: auto;
}

.new2 .btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  color: #fff;
  background-color: var(--primary);
  border-radius: 4px;
  padding: 16px 21px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  text-decoration: none;
  outline: none;
  border-color: transparent;
  width: auto;
  font-family: "Montserrat", sans-serif;
  text-transform: none;
}

.new2 .btn--style2 {
  background-color: #fff;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #de855f;
  padding: 17.5px 32px;
}

.new2 .btn--style3 {
  padding: 20px 40px;
  font-size: 18px;
  line-height: 22px;
}

.new2 .btn--inline {
  padding: 0;
  background-color: transparent;
  color: var(--primary);
  text-transform: uppercase;
  font-weight: 600;
  font-size: 15px;
  line-height: 27px;
  letter-spacing: 0.115em;
}

.new2 .btn--gradient {
  text-transform: uppercase;
  background: -webkit-gradient(linear, left top, right top, from(#af2053), to(#ff9142));
  background: -o-linear-gradient(left, #af2053 0%, #ff9142 100%);
  background: linear-gradient(90deg, #af2053 0%, #ff9142 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.new2 .btn svg ~ span {
  margin-left: 8px;
}

.new2 .btn span ~ svg {
  margin-left: 8px;
}

.new2 .btn--inline span ~ svg {
  margin-left: 10px;
}

.new2 .border-btn {
  text-align: center;
}

body.overflow {
  overflow: hidden;
}

.new2 .footer {
  padding-top: 87px;
  padding-bottom: 34px;
}

.new2 .footer .container {
  max-width: 1560px;
}

.new2 .footer .logo {
  width: 163px;
  margin-bottom: 21px;
}

.new2 .footer__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 94px;
  margin-bottom: 28px;
  border-bottom: 1px solid #dddddd;
}

.new2 .footer__top p {
  font-weight: 400;
  font-size: 13px;
  line-height: 18px;
}

.new2 .footer__top .footer__col:first-child {
  max-width: 420px;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}

.new2 .footer__top .footer__col:last-child {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}

@media only screen and (min-width: 1080px) {
  .new2 .footer__top .footer__col:not(:first-child) {
    margin-top: 25px;
  }
}

.new2 .footer__top .copy {
  margin-bottom: 20px;
}

.new2 .footer .policy {
  display: block;
  font-weight: 400;
  font-size: 13px;
  line-height: 18px;
  color: #b53a66;
  text-decoration: none;
  margin-top: 78px;
}

.new2 .footer__menus {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 150px;
}

.new2 .menu__services > .menu__item {
  display: none;
}

.new2 .footer .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 28px;
}

.new2 .footer .phone__list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 37px;
  gap: 20px;
}

.new2 .footer .phone__item {
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.new2 .footer .phone__item span {
  font-weight: normal;
  font-size: 15px;
  line-height: 27px;
  color: #000000;
}

.new2 .footer .btn {
  padding: 22px 35px;
}

.new2 .footer__bottom {
  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;
}

.new2 .footer__bottom p {
  font-weight: 400;
  font-size: 13px;
  line-height: 18px;
  text-align: center;
}

.new2 .footer .social {
  margin-left: 60px;
}

.new2 .footer .social__item {
  color: #868686;
}

.new2 .footer .social__item:not(.width) {
  height: 26px;
}

.new2 .footer .social__item:not(.width) svg {
  height: 100%;
}

.new2 .footer .social__item.width {
  width: 33px;
}

.new2 .footer .social__item.width svg {
  width: 100%;
}

.new2 .footer .footer__col:last-child {
  max-width: 240px;
  width: 100%;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}

.new2 .developer {
  text-decoration: none;
  display: block;
  width: 171px;
}

.new2 .developer span {
  font-weight: 400;
  font-size: 13px;
  line-height: 18px;
  color: #000000;
}

@media only screen and (max-width: 1750px) {
  .new2 .header .menu .hide {
    position: relative;
    cursor: pointer;
  }

  .new2 .header .menu .hide::before {
    display: block;
    content: "\00B7\00B7\00B7";
    font-size: 1.5rem;
    color: var(--primary);
  }

  .new2 .header .menu .hide__list {
    position: absolute;
    left: 0px;
    top: 90%;
    z-index: 20;
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    background-color: #fff;
    padding: 40px;
    gap: 28px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  }

  .new2 .header .menu .hide__list .menu__link {
    margin: 0px;
    white-space: nowrap;
  }

  .new2 .header .menu .hide__list .menu__item:hover > .menu__link {
    color: var(--primary);
  }

  .new2 .header .menu .hide.active .hide__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media only screen and (max-width: 1559px) {
  .new2 .footer .container {
    max-width: 1280px;
  }
}

@media only screen and (max-width: 1550px) {
  .new2 .container:not(.container__content, .container__text, .container--min) {
    max-width: 1280px;
  }
}

@media only screen and (min-width: 1080px) {
  .new2 .header .menu .hide:not(.active):hover .hide__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .new2 .mobile__menu,
  .new2 .circle-bg--mobile {
    display: none;
  }
}

@media only screen and (max-width: 1460px) {
  .new2 .header .social__item {
    width: 30px;
  }

  .new2 .header .offers {
    gap: 15px;
  }

  .new2 .header .phone__list {
    gap: 15px;
  }

  .new2 .header .logo {
    width: 160px;
  }

  .new2 .header .btn {
    font-size: 12px;
    line-height: normal;
  }

  .new2 .header .social {
    gap: 15px;
  }

  .new2 .header {
    padding-left: 26px;
  }

  .new2 .menu {
    gap: 20px;
  }

  .new2 .header .menu .hide__list,
  .new2 .menu-sub {
    padding: 24px;
  }

  .new2 .footer {
    padding-top: 40px;
  }
}

@media only screen and (max-width: 1350px) {
  .new2 .header .logo {
    width: 140px;
  }

  .new2 .header .social__item {
    width: 24px;
  }
}

@media only screen and (max-width: 1280px) {
  .new2 .offers {
    position: relative;
  }

  .new2 .header .social {
    display: none;
  }
}

@media only screen and (max-width: 1279px) {
  .new2 .container:not(.container__content, .container__text, .container--min) {
    max-width: 1024px;
  }

  .new2 .footer .container {
    max-width: 1024px;
  }

  .new2 .footer__top .footer__col:first-child {
    max-width: 260px;
  }

  .new2 .footer__menus {
    gap: 50px;
  }

  .new2 .footer__top {
    padding-bottom: 50px;
  }
}

@media only screen and (max-width: 1080px) {
  .new2 .online-chat-root-MeTalk,
  .new2 #subscribe_button2 {
    display: none !important;
  }

  .new2 .container:not(.container__content, .container__text, .container--min) {
    max-width: 768px;
  }

  .new2 .header > .phone__list,
  .new2 .header > .menu,
  .new2 .header > .circle-bg--mobile {
    display: none;
  }

  .new2 .menu-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    -webkit-transition: -webkit-transform 0.4s;
    transition: -webkit-transform 0.4s;
    -o-transition: transform 0.4s;
    transition: transform 0.4s;
    transition:
      transform 0.4s,
      -webkit-transform 0.4s;
    background-color: #b53a66;
    width: 100%;
    height: 100%;
    z-index: 10;
    color: #fff;
    padding: 42px 48px 58px 39px;
    overflow: hidden;
    overflow-y: auto;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 50px;
  }

  .new2 .menu-wrapper:not(.active) {
    opacity: 0;
    visibility: hidden;
    -webkit-transition:
      opacity 0.1s ease 1.2s,
      visibility 0.1s ease 1.2s,
      -webkit-transform 0.4s ease 0.6s;
    transition:
      opacity 0.1s ease 1.2s,
      visibility 0.1s ease 1.2s,
      -webkit-transform 0.4s ease 0.6s;
    -o-transition:
      transform 0.4s ease 0.6s,
      opacity 0.1s ease 1.2s,
      visibility 0.1s ease 1.2s;
    transition:
      transform 0.4s ease 0.6s,
      opacity 0.1s ease 1.2s,
      visibility 0.1s ease 1.2s;
    transition:
      transform 0.4s ease 0.6s,
      opacity 0.1s ease 1.2s,
      visibility 0.1s ease 1.2s,
      -webkit-transform 0.4s ease 0.6s;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  .new2 .menu-wrapper .menu > .menu__item .menu__link {
    white-space: normal;
  }

  .new2 .menu-wrapper .menu > .menu__item,
  .new2 .menu-wrapper .phone__list {
    z-index: 10;
    position: relative;
    -webkit-transition: all 0.8s ease 0.4s;
    -o-transition: all 0.8s ease 0.4s;
    transition: all 0.8s ease 0.4s;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  .new2 .menu-wrapper:not(.active) .menu > .menu__item,
  .new2 .menu-wrapper:not(.active) .phone__list {
    -webkit-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transition: all 0.8s ease;
    opacity: 0;
    -webkit-transform: translate3d(0, 200px, 0);
    transform: translate3d(0, 200px, 0);
  }

  .new2 .menu-wrapper .phone__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 27px;
    /* margin-top: 173px; */
  }

  .new2 .menu-wrapper .phone__item a {
    color: #fff;
  }

  .new2 .menu-wrapper .phone__item span {
    color: rgba(255, 255, 255, 0.5);
  }

  .new2 .menu-wrapper .menu__link {
    color: #fff;
  }

  .new2 .menu-wrapper .menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 39px;
  }

  .new2 .menu-wrapper .menu__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }

  .new2 .menu-wrapper .menu-sub {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
    background-color: transparent;
    position: static;
    -webkit-box-shadow: none;
    box-shadow: none;
    overflow: hidden;
    padding: 20px;
  }

  .new2 .menu-wrapper .menu__item:not(.active) .menu-sub {
    height: 0px;
    padding: 0 20px;
  }

  .new2 .menu-wrapper .wrapper-before {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: -1;
  }

  .new2 .menu-wrapper .circle-bg {
    --width: 531.61px;
    --width2: 856.6px;
    --width3: 1225.72px;
    --color: linear-gradient(90deg, #2f324133 0%, #c7002433 100%);
    --color2: linear-gradient(90deg, #2f324133 0%, #c7002433 100%);
    --color3: linear-gradient(90deg, #2f324133 0%, #c7002433 100%);
    top: auto;
    bottom: -199px;
    left: 50%;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }

  .new2 .menu-wrapper .circle-bg {
    -webkit-transition:
      opacity 0.5s,
      -webkit-transform 1s ease 0.2s;
    transition:
      opacity 0.5s,
      -webkit-transform 1s ease 0.2s;
    -o-transition:
      transform 1s ease 0.2s,
      opacity 0.5s;
    transition:
      transform 1s ease 0.2s,
      opacity 0.5s;
    transition:
      transform 1s ease 0.2s,
      opacity 0.5s,
      -webkit-transform 1s ease 0.2s;
  }

  .new2 .menu-wrapper:not(.active) .circle-bg {
    opacity: 0;
    -webkit-transform: translate3d(-50%, 30%, 0) scale(0);
    transform: translate3d(-50%, 30%, 0) scale(0);
    -webkit-transition:
      opacity 0.5s ease 0.2s,
      -webkit-transform 1s ease 0.2s;
    transition:
      opacity 0.5s ease 0.2s,
      -webkit-transform 1s ease 0.2s;
    -o-transition:
      transform 1s ease 0.2s,
      opacity 0.5s ease 0.2s;
    transition:
      transform 1s ease 0.2s,
      opacity 0.5s ease 0.2s;
    transition:
      transform 1s ease 0.2s,
      opacity 0.5s ease 0.2s,
      -webkit-transform 1s ease 0.2s;
  }

  .new2 .header .social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /* position: static; */
  }

  .new2 .header {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .new2 .humburger {
    display: none;
  }

  .new2 .mobile__menu {
    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;
    gap: 54px;
    padding: 7.5px 20px;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 10;
  }

  .new2 .mobile__menu--item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 2px;
    text-decoration: none;
    color: #000;
    font-family: "Commissioner", sans-serif;
    font-weight: 700;
    font-size: 8px;
    line-height: 10px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
  }

  .new2 .mobile__menu--item svg {
    width: 32px;
    height: 32px;
  }

  body {
    padding-bottom: 59px;
  }

  .new2 .menu .close {
    width: 30px;
    height: 30px;
    background: url(../img/new2/close.svg) no-repeat center center / contain;
    position: absolute;
    top: 27px;
    right: 27px;
    z-index: 11;
  }

  .new2 .menu .close {
    z-index: 999;
  }

  .new2 .footer__top {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    padding-bottom: 29px;
    margin-bottom: 19px;
  }

  .new2 .footer__menus {
    width: 210px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    gap: 20px;
  }

  .new2 .menu__services > .menu__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .new2 .menu__services > .menu__item:not(.active) ~ .menu {
    display: none;
  }

  .new2 .footer .container {
    max-width: 768px;
  }

  .new2 .developer {
    margin: 0 0 0 auto;
  }
}

@media only screen and (max-width: 800px) {
  .new2 .btn--inline {
    font-size: 11px;
  }
}

@media only screen and (max-width: 768px) {
  .new2 .header {
    padding: 13px 16px;
  }

  .new2 .header .logo {
    width: 86px;
    display: flex;
  }

  .new2 .header > .offers .btn svg {
    display: none;
  }

  .new2 .header > .offers .btn svg ~ span {
    margin: 0;
  }

  .new2 .header .social {
    gap: 18px;
  }

  .new2 .header .social__item {
    width: 20px;
  }

  .new2 .header .offers {
    gap: 5px;
  }

  .new2 .btn:not(.btn--inline) {
    padding: 12px 8px;
    /* font-size: 10px; */
    font-size: 12px;
  }

  .new2 .footer .container {
    max-width: 360px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .new2 .footer__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
  }

  .new2 .footer__top .footer__col:first-child {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }

  .new2 .footer__menus {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: auto;
    gap: 0;
  }

  .new2 .footer .menu {
    gap: 0;
  }

  .new2 .footer .footer__col:last-child {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .new2 .footer .menu__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    padding: 16px 0;
    border-bottom: 1px solid #e8e8e8;
  }

  .new2 .footer__menus {
    margin-bottom: 26px;
    display: none;
  }

  .new2 .footer .footer__col:last-child,
  .new2 .footer__top .footer__col:first-child {
    max-width: unset;
  }

  .new2 .footer .footer__top .footer__col:last-child {
    text-align: center;
    margin-bottom: 59px;
  }

  .new2 .footer .phone__list {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    text-align: left;
    margin-bottom: 26px;
  }

  .new2 .footer .phone__item a {
    font-size: 18px;
    line-height: 22px;
  }

  .new2 .footer .phone__item span {
    margin-top: 0;
  }

  .new2 .footer .btn {
    display: block;
    font-size: 15px;
    line-height: 18px;
    padding: 22px 35px;
  }

  .new2 .footer .logo {
    margin-bottom: 12px;
  }

  .new2 .footer .policy {
    margin-top: 15px;
  }

  .new2 .footer__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    gap: 30px;
  }

  .new2 .footer .social {
    margin: 0;
  }

  .new2 .developer {
    margin: 0 auto;
    text-align: center;
  }
}

@media only screen and (max-width: 350px) {
  .new2 .mobile__menu {
    gap: 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .new2 .header .social {
    display: none;
    /* position: absolute; */
  }
}

ul li:not([class])::before {
  top: 8px;
}

@media screen and (max-width: 479px) {
  .new2 .header .social {
    gap: 7px;
  }
}

@media screen and (max-width: 375px) {
  .new2 .header .social {
    display: none;
  }
}
