@charset "UTF-8";
body,
html {
  overflow-x: hidden;
  font-family: "SF Pro Display";
}
body.overflow,
html.overflow {
  overflow: hidden !important;
}

body {
  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;
  min-height: 100vh;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: "SF Pro Display";
}

input,
textarea {
  border: none;
}
input:focus,
textarea:focus {
  outline: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

button {
  cursor: pointer;
  border: none;
  transition: 0.3s;
  background: none;
}
button:focus {
  outline: none;
  border: none;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  transition: 0.3s;
  display: inline-block;
}
a:hover {
  text-decoration: none;
}
a:focus {
  outline: none;
}

.wrapper {
  max-width: 1760px;
  width: 100%;
  margin: 0 auto;
  padding: 0 40px;
}
@media (max-width: 1200px) {
  .wrapper {
    padding: 0 20px;
  }
}
@media (max-width: 767px) {
  .wrapper {
    padding: 0 15px;
  }
}

.slider-navigation button {
  margin: 0;
  padding: 0;
  width: auto;
  height: auto;
  cursor: pointer;
  width: 32px;
  height: 32px;
  border-radius: 1000px;
  background: #fff;
  z-index: 100;
  box-shadow: 0px 4px 34px 0px rgba(0, 26, 52, 0.14);
}
.slider-navigation button:hover {
  box-shadow: 0px 4px 34px 0px rgba(0, 26, 52, 0.33);
}
.slider-navigation button.slick-prev {
  left: -18px;
}
@media (max-width: 767px) {
  .slider-navigation button.slick-prev {
    left: -12px;
  }
}
.slider-navigation button.slick-prev img {
  transform: rotate(180deg);
}
.slider-navigation button.slick-next {
  right: -18px;
}
@media (max-width: 767px) {
  .slider-navigation button.slick-next {
    right: -12px;
  }
}
.slider-navigation button:before {
  content: none;
}

.slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.slick-dots li {
  margin: 0 4px;
  width: auto;
  height: auto;
}
.slick-dots li button {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(209, 209, 209, 0.5);
  opacity: 1;
  transition: 0.3s;
}
.slick-dots li button:before {
  content: none;
}
.slick-dots li.slick-active button {
  width: 20px;
  background: #ff762b;
  border-radius: 10px;
}

.main-title {
  font-size: 64px;
  line-height: 100%;
  font-weight: 600;
  color: #45484d;
}
@media (max-width: 1200px) {
  .main-title {
    font-size: 40px;
  }
}
@media (max-width: 1024px) {
  .main-title {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .main-title {
    font-size: 28px;
  }
}
.main-title span {
  color: #97969d;
  font-size: 64px;
}
@media (max-width: 1200px) {
  .main-title span {
    font-size: 40px;
  }
}
@media (max-width: 1024px) {
  .main-title span {
    font-size: 28px;
  }
}
.main-title span.orange {
  color: #ff762b;
  font-size: 64px;
}
@media (max-width: 1200px) {
  .main-title span.orange {
    font-size: 40px;
  }
}
@media (max-width: 1024px) {
  .main-title span.orange {
    font-size: 28px;
  }
}

.main-title2 {
  font-size: 40px;
  line-height: 100%;
  font-weight: 600;
  color: #45484d;
}
@media (max-width: 1200px) {
  .main-title2 {
    font-size: 32px;
  }
}
@media (max-width: 1024px) {
  .main-title2 {
    font-size: 30px;
  }
}
.main-title2 .orange {
  color: #ff762b;
}
.main-title2 span {
  color: #97969d;
}

.white-title {
  font-size: 64px;
  line-height: 100%;
  font-weight: 600;
  color: #fff;
}
@media (max-width: 1200px) {
  .white-title {
    font-size: 40px;
  }
}
@media (max-width: 1024px) {
  .white-title {
    font-size: 32px;
  }
}
.white-title .orange {
  color: #ff762b;
}

input.error {
  border-color: #ff762b !important;
}

#thank-popup {
  max-width: 375px;
  width: 100%;
  margin: 0 auto;
}
#thank-popup .popup-body {
  padding: 32px;
  border-radius: 24px;
  border: 1.3px solid #e6e6e6;
  background: #fff;
  position: relative;
}
@media (max-width: 767px) {
  #thank-popup .popup-body {
    padding: 40px 16px;
  }
}
#thank-popup .popup-body .mfp-close {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 1;
  opacity: 1;
}
#thank-popup .popup-body .mfp-close:after {
  content: "";
  background: url(../img/close-black.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  left: 0;
}
#thank-popup .popup-body .thank-popup-info {
  text-align: center;
}
#thank-popup .popup-body .thank-popup-info img {
  margin-bottom: 20px;
}
#thank-popup .popup-body .thank-popup-info h4 {
  margin-bottom: 6px;
  font-size: 20px;
  font-weight: 600;
  color: #45484d;
}
#thank-popup .popup-body .thank-popup-info p {
  font-size: 14px;
  font-weight: 600;
  color: #97969d;
  text-align: center;
  margin-bottom: 16px;
}
#thank-popup .popup-body .thank-popup-info .orange-btn {
  height: 54px;
  width: 100%;
  border-radius: 14px;
}

#request-popup,
#call-back,
.white-popup.main-popup {
  max-width: 750px;
  width: 100%;
  margin: 0 auto;
}
#request-popup .popup-body,
#call-back .popup-body,
.white-popup.main-popup .popup-body {
  padding: 32px;
  border-radius: 24px;
  border: 1.3px solid #e6e6e6;
  background: #fff;
  position: relative;
}
@media (max-width: 767px) {
  #request-popup .popup-body,
  #call-back .popup-body,
  .white-popup.main-popup .popup-body {
    padding: 40px 16px;
  }
}
#request-popup .popup-body .mfp-close,
#call-back .popup-body .mfp-close,
.white-popup.main-popup .popup-body .mfp-close {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 1;
  opacity: 1;
}
#request-popup .popup-body .mfp-close:after,
#call-back .popup-body .mfp-close:after,
.white-popup.main-popup .popup-body .mfp-close:after {
  content: "";
  background: url(../img/close-black.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  left: 0;
}
#request-popup .popup-body h2,
#call-back .popup-body h2,
.white-popup.main-popup .popup-body h2 {
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  color: #45484d;
  margin-bottom: 16px;
}
#request-popup .popup-body .request-popup-info,
#call-back .popup-body .request-popup-info,
.white-popup.main-popup .popup-body .request-popup-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 767px) {
  #request-popup .popup-body .request-popup-info,
  #call-back .popup-body .request-popup-info,
  .white-popup.main-popup .popup-body .request-popup-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
#request-popup .popup-body .request-popup-info .img-wrap,
#call-back .popup-body .request-popup-info .img-wrap,
.white-popup.main-popup .popup-body .request-popup-info .img-wrap {
  border-radius: 14px;
  background: #f7f7f7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(45% - 8px);
  padding: 20px 10px;
}
@media (max-width: 767px) {
  #request-popup .popup-body .request-popup-info .img-wrap,
  #call-back .popup-body .request-popup-info .img-wrap,
  .white-popup.main-popup .popup-body .request-popup-info .img-wrap {
    width: 100%;
    margin-bottom: 16px;
  }
}
#request-popup .popup-body .request-popup-info .img-wrap img,
#call-back .popup-body .request-popup-info .img-wrap img,
.white-popup.main-popup .popup-body .request-popup-info .img-wrap img {
  max-width: 100%;
  max-height: 100%;
  margin: auto;
}
#request-popup .popup-body .request-popup-info .request-popup-form,
#call-back .popup-body .request-popup-info .request-popup-form,
.white-popup.main-popup .popup-body .request-popup-info .request-popup-form {
  width: calc(55% - 8px);
}
@media (max-width: 767px) {
  #request-popup .popup-body .request-popup-info .request-popup-form,
  #call-back .popup-body .request-popup-info .request-popup-form,
  .white-popup.main-popup .popup-body .request-popup-info .request-popup-form {
    width: 100%;
  }
}
#request-popup .popup-body .request-popup-info .request-popup-form .title,
#call-back .popup-body .request-popup-info .request-popup-form .title,
.white-popup.main-popup .popup-body .request-popup-info .request-popup-form .title {
  text-align: center;
  display: block;
  margin-bottom: 16px;
  color: #97969d;
  font-size: 14px;
}
#request-popup .popup-body .request-popup-info .request-popup-form p,
#call-back .popup-body .request-popup-info .request-popup-form p,
.white-popup.main-popup .popup-body .request-popup-info .request-popup-form p {
  font-size: 14px;
  color: rgba(151, 150, 157, 0.5);
  text-align: center;
  margin-top: 16px;
}
#request-popup .popup-body .request-popup-info .request-popup-form p a,
#call-back .popup-body .request-popup-info .request-popup-form p a,
.white-popup.main-popup .popup-body .request-popup-info .request-popup-form p a {
  font-size: 14px;
  color: rgba(151, 150, 157, 0.5);
}
#request-popup .popup-body .request-popup-info .request-popup-form input,
#call-back .popup-body .request-popup-info .request-popup-form input,
.white-popup.main-popup .popup-body .request-popup-info .request-popup-form input {
  width: 100%;
  border: 1px solid #e5e6ea;
  border-radius: 14px;
  margin-bottom: 8px;
  height: 54px;
  padding: 0 20px;
}
#request-popup .popup-body .request-popup-info .request-popup-form button,
#call-back .popup-body .request-popup-info .request-popup-form button,
.white-popup.main-popup .popup-body .request-popup-info .request-popup-form button {
  width: 100%;
  height: 54px;
  border-radius: 14px;
}

#call-back .popup-body .request-popup-info .request-popup-form {
  width: 100%;
}

.footer {
  background: url(../img/footer-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding: 80px 0 40px;
}
@media (max-width: 767px) {
  .footer {
    padding: 30px 0;
  }
}
.footer .footer-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .footer .footer-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.footer .footer-info .left-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% - 480px);
}
@media (max-width: 1200px) {
  .footer .footer-info .left-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media (max-width: 1024px) {
  .footer .footer-info .left-info {
    width: calc(100% - 400px);
  }
}
@media (max-width: 767px) {
  .footer .footer-info .left-info {
    width: 100%;
  }
}
.footer .footer-info .left-info .logo-wrap .footer-logo {
  margin-bottom: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer .footer-info .left-info .logo-wrap .social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer .footer-info .left-info .logo-wrap .social li {
  margin-right: 8px;
}
.footer .footer-info .left-info .logo-wrap .social li a {
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 50%;
  background: white;
}
.footer .footer-info .left-info .logo-wrap .social li a img {
  margin: auto;
  transition: 0.5s;
}
.footer .footer-info .left-info .links-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  min-width: 350px;
  max-width: 350px;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .footer .footer-info .left-info .links-wrap {
    margin: 0;
    margin-top: 80px;
  }
}
@media (max-width: 1024px) {
  .footer .footer-info .left-info .links-wrap {
    min-width: 290px;
    max-width: 290px;
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  .footer .footer-info .left-info .links-wrap {
    margin-top: 24px;
    margin-bottom: 32px;
  }
}
.footer .footer-info .left-info .links-wrap .links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  align-items: flex-start;
}
.footer .footer-info .left-info .links-wrap .links h3 {
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 600;
  color: white;
}
.footer .footer-info .left-info .links-wrap .links a {
  margin-bottom: 8px;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.5);
}
.footer .footer-info .left-info .links-wrap .links a:hover {
  color: #ff762b;
}
.footer .footer-info .contact-info {
  width: 480px;
  min-width: 480px;
}
@media (max-width: 1024px) {
  .footer .footer-info .contact-info {
    width: 400px;
    min-width: 400px;
  }
}
@media (max-width: 767px) {
  .footer .footer-info .contact-info {
    width: 100%;
    min-width: 100%;
  }
}
.footer .footer-info .contact-info .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 12px;
}
.footer .footer-info .contact-info .top .number {
  font-size: 40px;
  font-weight: bold;
  color: white;
  margin-right: 12px;
}
@media (max-width: 1024px) {
  .footer .footer-info .contact-info .top .number {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .footer .footer-info .contact-info .top .number {
    font-size: 24px;
    margin-right: 10px;
  }
}
.footer .footer-info .contact-info .top .date {
  border-radius: 40px;
  padding: 8px 10px;
  font-size: 12px;
  border-radius: 16px;
  color: white;
  border: 1px solid rgba(255, 255, 255, 0.64);
}
@media (max-width: 767px) {
  .footer .footer-info .contact-info .top .date {
    padding: 6px 8px;
    font-size: 10px;
  }
}
.footer .footer-info .contact-info .autoservices {
  margin-bottom: 12px;
}
.footer .footer-info .contact-info .city {
  margin-bottom: 40px;
}
.footer .footer-info .contact-info .text {
  font-size: 14px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.64);
  margin-left: 30px;
}
.footer .footer-info .contact-info b {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  font-weight: 600;
  color: white;
}
.footer .footer-info .contact-info b img {
  margin-right: 10px;
}
.footer .footer-bottom {
  margin-top: 40px;
  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;
  gap: 15px;
}
@media (max-width: 744px) {
  .footer .footer-bottom {
    flex-wrap: wrap;
  }
}
.footer .footer-bottom .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.footer .footer-bottom .info .icon {
  width: 24px;
  height: 24px;
  min-width: 24px;
  background: #7a73f7;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 8px;
}
.footer .footer-bottom .info .icon img {
  margin: auto;
}
.footer .footer-bottom .info .texts b {
  font-size: 14px;
  color: white;
  margin-bottom: 2px;
  display: block;
}
.footer .footer-bottom .info .texts span {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #e4eaf1;
}
.footer .footer-bottom .copyright {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
}
@media (max-width: 767px) {
  .footer .footer-bottom .copyright {
    max-width: 150px;
    font-size: 13px;
  }
}

input.error {
  border-color: #ff762b !important;
  margin-top: 0 !important;
}

.radio-wrap input[type=radio] {
  display: none;
}
.radio-wrap input:checked + label {
  border-color: #1f4cea;
  color: #1f4cea;
}
.radio-wrap label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 12px;
  font-weight: 500;
  color: #45484d;
  padding: 8px;
  transition: 0.3s;
  border: 1.3px solid #e5e6ea;
  border-radius: 50px;
}

.orange-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;
  padding: 18px 24px;
  border-radius: 16px;
  color: white;
  font-size: 16px;
  background: #ff762b;
}
.orange-btn:hover {
  background: rgb(255, 134.4787735849, 68.5);
}

.send-form {
  border-radius: 24px;
  border: 1px solid var(--white-white-10, rgba(255, 255, 255, 0.1));
  background: linear-gradient(117deg, rgba(255, 255, 255, 0.21) 9.12%, rgba(251, 251, 251, 0.18) 92.46%);
  backdrop-filter: blur(14.8500003815px);
  padding: 16px;
}
.send-form h3 {
  color: white;
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  max-width: 300px;
  margin: 0 auto;
}
.send-form .orange {
  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;
  font-size: 24px;
  font-weight: bold;
  color: #ff762b;
  margin-bottom: 8px;
  margin-top: 5px;
}
.send-form .orange img {
  margin-right: 2px;
}
.send-form .text {
  margin-bottom: 16px;
  text-align: center;
  color: rgba(255, 255, 255, 0.5);
}
.send-form input {
  width: 100%;
  height: 56px;
  margin-bottom: 8px;
  border-radius: 16px;
  background: white;
  border: 1px solid #fff;
  padding: 0 20px;
  font-weight: 500;
  color: #97969d;
}
.send-form .orange-btn {
  width: 100%;
}
.send-form .info-text {
  text-align: center;
  margin-top: 16px;
  font-size: 14px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.5);
}
.send-form .info-text a {
  display: inline;
  font-size: 14px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.5);
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.send-form .info-text a:hover {
  border-color: transparent;
}

ul.tabs {
  list-style-type: none;
  padding: 4px;
  display: flex;
  border-radius: 50px;
  background: #f4f4f4;
}

ul.tabs li {
  padding: 12px 16px;
  cursor: pointer;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 600;
  color: #45484d;
  transition: 0.3s;
}

ul.tabs li.active {
  background-color: #fff;
}

.tab-content {
  visibility: hidden;
  height: 0;
  opacity: 0;
  transition: 0.5s;
  overflow: hidden;
}

.tab-content.active {
  visibility: visible;
  height: auto;
  overflow: visible;
  opacity: 1;
}

.marquee {
  position: relative;
  height: 32px;
  overflow-x: hidden;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  container-type: inline-size;
}

@container (max-width: 100px) {
  .track {
    display: none;
  }
}
.track {
  position: absolute;
  white-space: nowrap;
  will-change: transform;
  animation: marquee 32s linear infinite;
}
.track span {
  margin: 0 14px;
  font-size: 14px;
  color: white;
}

@keyframes marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
.header {
  position: relative;
  z-index: 1;
}
.header .header-top {
  background: #ff762b;
  padding: 10px 0;
}
.header .header-top .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header .header-top .wrapper .yandex-link {
  border-radius: 50px;
  background: white;
  padding: 8px 14px 8px 10px;
  color: #45484d;
  font-size: 14px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 20px;
}
@media (max-width: 1024px) {
  .header .header-top .wrapper .yandex-link {
    font-size: 0;
    margin-right: 15px;
    padding: 5px;
    width: 30px;
    height: 30px;
  }
}
.header .header-top .wrapper .yandex-link img {
  margin-right: 5px;
}
@media (max-width: 1024px) {
  .header .header-top .wrapper .yandex-link img {
    margin: auto;
  }
}
.header .header-top .wrapper .phone-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 20px;
}
.header .header-top .wrapper .phone-wrap .phone {
  font-size: 14px;
  font-weight: 600;
  color: white;
  margin-right: 10px;
}
.header .header-top .wrapper .phone-wrap .online {
  padding: 9px 12px;
  border-radius: 50px;
  background: white;
  color: #45484d;
  font-size: 12px;
  font-weight: 600;
}
.header .header-bottom {
  padding: 20px 0;
}
@media (max-width: 767px) {
  .header .header-bottom {
    padding: 10px 0;
  }
}
.header .header-bottom .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 767px) {
  .header .header-bottom .wrapper {
    flex-wrap: wrap;
  }
}
.header .header-bottom .wrapper .wrapper-logo {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  row-gap: 20px;
}
@media (max-width: 767px) {
  .header .header-bottom .wrapper .wrapper-logo {
    margin-bottom: 20px;
    margin-top: 10px;
    width: 100%;
    justify-content: space-between;
  }
}
.header .header-bottom .wrapper .wrapper-logo .logo {
  width: 0;
  margin: 0;
  width: fit-content;
  margin-right: 30px;
}
@media (max-width: 767px) {
  .header .header-bottom .wrapper .wrapper-logo .logo {
    margin-right: 10px;
  }
}
@media (max-width: 767px) {
  .header .header-bottom .wrapper .logo {
    width: 100%;
    margin-bottom: 20px;
    margin-top: 10px;
  }
  .header .header-bottom .wrapper .logo img {
    width: 170px;
  }
}
.header .header-bottom .wrapper .top-search {
  flex-grow: 1;
  position: relative;
}
@media (max-width: 767px) {
  .header .header-bottom .wrapper .top-search {
    width: calc(100% - 70px);
    flex-grow: 0;
  }
}
.header .header-bottom .wrapper .top-search input {
  width: 100%;
  height: 50px;
  border-radius: 50px;
  border: 1px solid #e5e6ea;
  padding-left: 50px;
  padding-right: 10px;
  font-size: 14px;
  color: #97969d;
}
@media (max-width: 767px) {
  .header .header-bottom .wrapper .top-search input {
    padding-left: 30px;
    height: 40px;
  }
}
.header .header-bottom .wrapper .top-search button {
  position: absolute;
  top: 48%;
  left: 20px;
  transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .header .header-bottom .wrapper .top-search button {
    left: 10px;
  }
}
.header .header-bottom .wrapper .main-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1024px) {
  .header .header-bottom .wrapper .main-menu {
    display: none;
  }
}
.header .header-bottom .wrapper .main-menu li {
  margin-left: 25px;
}
.header .header-bottom .wrapper .main-menu li a {
  font-size: 16px;
  font-weight: 600;
  color: #45484d;
}
.header .header-bottom .wrapper .main-menu li a:hover {
  color: #ff762b;
}
.header .header-bottom .wrapper .catalog-information {
  margin: 0 30px;
}
@media (max-width: 767px) {
  .header .header-bottom .wrapper .catalog-information {
    width: 40px;
    margin: 0;
    margin-right: 30px;
  }
}
.header .header-bottom .wrapper .catalog-information .catalog-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 0;
  border-radius: 50px;
  background: #ff762b;
  padding: 14px 16px;
}
@media (max-width: 767px) {
  .header .header-bottom .wrapper .catalog-information .catalog-btn {
    height: 40px;
    width: 40px;
    padding: 8px;
  }
}
.header .header-bottom .wrapper .catalog-information .catalog-btn:hover {
  background: rgb(255, 134.4787735849, 68.5);
}
.header .header-bottom .wrapper .catalog-information .catalog-btn img {
  margin-right: 10px;
}
@media (max-width: 767px) {
  .header .header-bottom .wrapper .catalog-information .catalog-btn img {
    margin: auto;
  }
}
.header .header-bottom .wrapper .catalog-information .catalog-btn .text {
  font-size: 14px;
  color: white;
}
@media (max-width: 767px) {
  .header .header-bottom .wrapper .catalog-information .catalog-btn .text {
    display: none;
  }
}
.header .header-bottom .wrapper .catalog-information .catalog-btn .num {
  position: absolute;
  border-radius: 50px;
  background: #45484d;
  padding: 3px 6px;
  color: white;
  left: 50%;
  min-width: 20px;
  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;
  transform: translateX(-50%);
  font-size: 12px;
  bottom: -10px;
}
@media (max-width: 767px) {
  .header .header-bottom .wrapper .catalog-information .catalog-btn .num {
    padding: 2px 4px;
    font-size: 10px;
    bottom: -5px;
  }
}
.header .menu-wrap {
  position: absolute;
  z-index: 10;
  padding: 40px 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow-y: auto;
  background: white;
  transition: 0.3s;
  transform: scale(0);
  opacity: 0;
}
@media (max-width: 1024px) {
  .header .menu-wrap {
    padding: 20px 0;
  }
}
.header .menu-wrap.open {
  transform: scale(1);
  opacity: 1;
}
.header .menu-wrap .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .header .menu-wrap .wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.header .menu-wrap .wrapper .left-info {
  max-width: 880px;
  padding-right: 20px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 1300px) {
  .header .menu-wrap .wrapper .left-info {
    min-width: 550px;
  }
}
@media (max-width: 1024px) {
  .header .menu-wrap .wrapper .left-info {
    max-width: 100%;
    min-width: inherit;
    padding-right: 0;
  }
}
.header .menu-wrap .wrapper .left-info .info-block {
  margin-top: auto;
  border-radius: 28px;
  border: 1px solid #e6e6e6;
  background: #f7f7f7;
  padding: 40px;
  width: 100%;
}
@media (max-width: 767px) {
  .header .menu-wrap .wrapper .left-info .info-block {
    padding: 20px;
  }
}
.header .menu-wrap .wrapper .left-info .info-block .info-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
@media (max-width: 767px) {
  .header .menu-wrap .wrapper .left-info .info-block .info-items {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.header .menu-wrap .wrapper .left-info .info-block .info-items .info-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 767px) {
  .header .menu-wrap .wrapper .left-info .info-block .info-items .info-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    align-items: flex-start;
  }
}
.header .menu-wrap .wrapper .left-info .info-block .info-items .info-item b {
  font-size: 40px;
  font-weight: 600;
  color: #45484d;
  margin-right: 5px;
  display: inline-block;
  white-space: nowrap;
}
@media (max-width: 1500px) {
  .header .menu-wrap .wrapper .left-info .info-block .info-items .info-item b {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .header .menu-wrap .wrapper .left-info .info-block .info-items .info-item b {
    font-size: 20px;
  }
}
.header .menu-wrap .wrapper .left-info .info-block .info-items .info-item span {
  max-width: 130px;
  width: 100%;
  display: inline-block;
  font-size: 14px;
  color: #86868d;
}
@media (max-width: 767px) {
  .header .menu-wrap .wrapper .left-info .info-block .info-items .info-item span {
    font-size: 13px;
    max-width: 110px;
  }
}
.header .menu-wrap .wrapper .left-info .top {
  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;
  margin-bottom: 40px;
  width: 100%;
}
.header .menu-wrap .wrapper .left-info .top .arrow {
  display: none !important;
}
@media (max-width: 1024px) {
  .header .menu-wrap .wrapper .left-info .top .arrow.show {
    display: inline-block !important;
  }
}
.header .menu-wrap .wrapper .left-info .tab-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 50px;
}
@media (max-width: 1024px) {
  .header .menu-wrap .wrapper .left-info .tab-wrap {
    margin-bottom: 200px;
  }
}
@media (max-width: 767px) {
  .header .menu-wrap .wrapper .left-info .tab-wrap {
    margin-bottom: 100px;
  }
}
.header .menu-wrap .wrapper .left-info .tab-wrap .tab-menus {
  max-width: 350px;
  width: 100%;
  padding-right: 20px;
}
@media (max-width: 1024px) {
  .header .menu-wrap .wrapper .left-info .tab-wrap .tab-menus {
    max-width: 100%;
    padding-right: 0;
  }
  .header .menu-wrap .wrapper .left-info .tab-wrap .tab-menus.hide {
    display: none;
  }
}
.header .menu-wrap .wrapper .left-info .tab-wrap .tab-menus .title {
  font-size: 14px;
  display: block;
  margin-bottom: 10px;
  color: rgba(0, 0, 0, 0.5);
}
.header .menu-wrap .wrapper .left-info .tab-wrap .tab-menus .menu1 .menu-item {
  font-size: 40px;
  font-weight: bold;
  color: #97969d;
  padding: 5px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  transition: 0.3s;
  width: 100%;
}
@media (max-width: 1500px) {
  .header .menu-wrap .wrapper .left-info .tab-wrap .tab-menus .menu1 .menu-item {
    font-size: 30px;
  }
}
@media (max-width: 1024px) {
  .header .menu-wrap .wrapper .left-info .tab-wrap .tab-menus .menu1 .menu-item {
    font-size: 24px;
    padding: 12px 0;
    color: #45484d;
    border-bottom: 1px solid #eceded;
    position: relative;
    z-index: 1;
  }
  .header .menu-wrap .wrapper .left-info .tab-wrap .tab-menus .menu1 .menu-item:after {
    content: "";
    background: url(../img/right-big-arr.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    width: 8px;
    height: 14px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
  }
}
.header .menu-wrap .wrapper .left-info .tab-wrap .tab-menus .menu1 .menu-item.active {
  color: #45484d;
}
.header .menu-wrap .wrapper .left-info .tab-wrap .tab-contents {
  max-width: 320px;
  width: 100%;
}
@media (max-width: 1024px) {
  .header .menu-wrap .wrapper .left-info .tab-wrap .tab-contents {
    max-width: 100%;
    display: none;
  }
  .header .menu-wrap .wrapper .left-info .tab-wrap .tab-contents.show {
    display: block;
    width: 100%;
  }
}
.header .menu-wrap .wrapper .left-info .tab-wrap .tab-contents .item {
  display: none;
}
.header .menu-wrap .wrapper .left-info .tab-wrap .tab-contents .item.active {
  display: block;
}
.header .menu-wrap .wrapper .left-info .tab-wrap .tab-contents .item .scroll {
  max-height: 480px;
  overflow-y: auto;
}
@media (max-width: 1024px) {
  .header .menu-wrap .wrapper .left-info .tab-wrap .tab-contents .item .scroll {
    max-height: 100%;
  }
}
.header .menu-wrap .wrapper .left-info .tab-wrap .tab-contents .item .scroll::-webkit-scrollbar {
  width: 6px;
}
.header .menu-wrap .wrapper .left-info .tab-wrap .tab-contents .item .scroll::-webkit-scrollbar-track {
  background: transparent;
}
.header .menu-wrap .wrapper .left-info .tab-wrap .tab-contents .item .scroll::-webkit-scrollbar-thumb {
  background: #e9e9ea;
  border-radius: 50px;
  overflow: hidden;
}
.header .menu-wrap .wrapper .left-info .tab-wrap .tab-contents .item .scroll .title {
  font-size: 14px;
  margin-bottom: 20px;
  display: block;
  color: #86868d;
}
.header .menu-wrap .wrapper .left-info .tab-wrap .tab-contents .item .scroll .info {
  margin-bottom: 15px;
}
.header .menu-wrap .wrapper .left-info .tab-wrap .tab-contents .item .scroll .info > * {
  cursor: pointer;
}
.header .menu-wrap .wrapper .left-info .tab-wrap .tab-contents .item .scroll .info h3 {
  font-size: 24px;
  font-weight: 600;
  color: #45484d;
  margin-bottom: 10px;
}
.header .menu-wrap .wrapper .left-info .tab-wrap .tab-contents .item .scroll .info a {
  margin-bottom: 10px;
  font-size: 14px;
  color: #86868d;
  display: block;
}
@media (max-width: 1024px) {
  .header .menu-wrap .wrapper .left-info .tab-wrap .tab-contents .item .scroll .info a {
    display: none;
  }
  .header .menu-wrap .wrapper .left-info .tab-wrap .tab-contents .item .scroll .info a.show {
    display: block;
  }
}
.header .menu-wrap .wrapper .left-info .tab-wrap .tab-contents .item .scroll .info a:hover {
  color: #ff762b;
}
.header .menu-wrap .wrapper .right-info {
  border-radius: 32px;
  border: 1.3px solid #e6e6e6;
  background: #f7f7f7;
  padding: 10px;
  max-width: 660px;
  width: 100%;
}
@media (max-width: 1024px) {
  .header .menu-wrap .wrapper .right-info {
    max-width: 100%;
    margin-top: 20px;
  }
}
.header .menu-wrap .wrapper .right-info .banner-items {
  gap: 20px;
  grid-template-columns: 1fr;
  display: grid;
}
@media (max-width: 1024px) {
  .header .menu-wrap .wrapper .right-info .banner-items {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .header .menu-wrap .wrapper .right-info .banner-items {
    grid-template-columns: 1fr;
  }
}
.header .menu-wrap .wrapper .right-info .banner-items .banner-item {
  height: 400px;
  border-radius: 24px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding: 25px;
  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;
}
@media (max-width: 1300px) {
  .header .menu-wrap .wrapper .right-info .banner-items .banner-item {
    height: 360px;
  }
}
@media (max-width: 767px) {
  .header .menu-wrap .wrapper .right-info .banner-items .banner-item {
    height: auto;
    padding: 15px 10px;
  }
}
.header .menu-wrap .wrapper .right-info .banner-items .banner-item .top-info h4 {
  font-size: 40px;
  font-weight: 600;
  color: white;
  margin-bottom: 15px;
  max-width: 420px;
}
@media (max-width: 1300px) {
  .header .menu-wrap .wrapper .right-info .banner-items .banner-item .top-info h4 {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .header .menu-wrap .wrapper .right-info .banner-items .banner-item .top-info h4 {
    font-size: 22px;
  }
}
.header .menu-wrap .wrapper .right-info .banner-items .banner-item .top-info p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  font-weight: 600;
  color: white;
}
@media (max-width: 767px) {
  .header .menu-wrap .wrapper .right-info .banner-items .banner-item .top-info p {
    font-size: 14px;
  }
}
.header .menu-wrap .wrapper .right-info .banner-items .banner-item .top-info p span {
  font-weight: 400;
  padding: 4px 10px;
  border-radius: 50px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  margin-left: 8px;
}
.header .menu-wrap .wrapper .right-info .banner-items .banner-item .btn {
  border-radius: 50px;
  background: white;
  color: #45484d;
  padding: 18px;
  align-self: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 767px) {
  .header .menu-wrap .wrapper .right-info .banner-items .banner-item .btn {
    margin-top: 40px;
    padding: 12px 14px;
  }
}
.header .menu-wrap .wrapper .right-info .banner-items .banner-item .btn img {
  margin-left: 5px;
}

.catalog-wrap {
  margin: 20px 0 70px;
}
@media (max-width: 767px) {
  .catalog-wrap {
    margin-bottom: 40px;
  }
}
.catalog-wrap .main-title {
  margin-bottom: 30px;
  font-size: 40px;
}
@media (max-width: 767px) {
  .catalog-wrap .main-title {
    font-size: 30px;
  }
}
.catalog-wrap .main-title sup {
  font-size: 20px;
  font-weight: 600;
  color: #97969d;
}
@media (max-width: 1200px) {
  .catalog-wrap .main-title sup {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .catalog-wrap .main-title sup {
    display: none;
  }
}

.catalog-info-slider-wrap {
  margin-bottom: 60px;
  position: relative;
  z-index: 0;
}
@media (max-width: 1024px) {
  .catalog-info-slider-wrap .slider-navigation {
    display: none;
  }
}
.catalog-info-slider-wrap .slider-navigation button {
  margin: 0;
  padding: 0;
  cursor: pointer;
  width: 32px;
  height: 32px;
  border-radius: 1000px;
  background: #fff;
  z-index: 100;
  box-shadow: 0px 4px 34px 0px rgba(0, 26, 52, 0.14);
}
.catalog-info-slider-wrap .slider-navigation button:hover {
  box-shadow: 0px 4px 34px 0px rgba(0, 26, 52, 0.33);
}
.catalog-info-slider-wrap .slider-navigation button.slick-prev {
  left: -22px;
}
@media (max-width: 767px) {
  .catalog-info-slider-wrap .slider-navigation button.slick-prev {
    left: -12px;
  }
}
.catalog-info-slider-wrap .slider-navigation button.slick-prev img {
  transform: rotate(180deg);
}
.catalog-info-slider-wrap .slider-navigation button.slick-next {
  right: -22px;
}
@media (max-width: 767px) {
  .catalog-info-slider-wrap .slider-navigation button.slick-next {
    right: -12px;
  }
}
.catalog-info-slider-wrap .slider-navigation button:before {
  content: none;
}
.catalog-info-slider-wrap .catalog-info-slider .slick-dots {
  bottom: -30px;
}
.catalog-info-slider-wrap .catalog-info-slider .item {
  width: auto;
  margin: 0 11px;
}
.catalog-info-slider-wrap .catalog-info-slider .item .item-info {
  height: 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px;
  border-radius: 16px;
  border: 1px solid #e6e6e6;
}
.catalog-info-slider-wrap .catalog-info-slider .item .item-info .texts b {
  font-size: 16px;
  font-weight: 600;
  color: #45484d;
}
.catalog-info-slider-wrap .catalog-info-slider .item .item-info .texts span {
  display: block;
  font-size: 16px;
  font-weight: 600;
  color: #999;
  margin-top: 3px;
}
.catalog-info-slider-wrap .catalog-info-slider .item .item-info .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 44px;
  height: 44px;
  min-width: 44px;
  margin-right: 10px;
}
.catalog-info-slider-wrap .catalog-info-slider .item .item-info .icon img {
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}

.services-title {
  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;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .services-title {
    margin-bottom: 30px;
  }
}
.services-title .main-title2 sup,
.services-title .main-title2 span {
  color: #97969d;
  font-size: 20px;
}
@media (max-width: 767px) {
  .services-title .main-title2 sup,
  .services-title .main-title2 span {
    display: none;
  }
}
.services-title .main-title2 span {
  position: relative;
  top: -6px;
}
@media (max-width: 767px) {
  .services-title .main-title2 {
    font-size: 24px;
  }
  .services-title .main-title2 span {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .services-title .main-title {
    font-size: 24px;
  }
}
.services-title .main-title sup,
.services-title .main-title span {
  color: #97969d;
  font-size: 20px;
}
@media (max-width: 767px) {
  .services-title .main-title sup,
  .services-title .main-title span {
    display: none;
  }
}
.services-title .all {
  font-size: 16px;
  font-weight: bold;
  color: #97969d;
}
.services-title .all:hover {
  color: #ff762b;
}

.services-items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 20px;
  text-align: left;
  margin-bottom: 20px;
}
@media (max-width: 1500px) {
  .services-items {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
@media (max-width: 1200px) {
  .services-items {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 1024px) {
  .services-items {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .services-items {
    gap: 10px;
  }
}

.services-item {
  border-radius: 24px;
  border: 1px solid #e5e6ea;
}
.services-item:hover .text-wrap {
  background: rgb(229.15, 229.15, 229.15);
}
.services-item:hover .img-wrap .name {
  color: #ff762b;
}
.services-item .img-wrap {
  padding: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: calc(100% + 2px);
  margin-left: -1px;
  margin-top: -1px;
  border-radius: 24px;
  border: 1px solid #e5e6ea;
  position: relative;
  background: white;
}
@media (max-width: 767px) {
  .services-item .img-wrap {
    padding: 20px 15px;
  }
}
.services-item .img-wrap .name {
  font-size: 24px;
  color: #45484d;
  max-width: 150px;
  display: inline-block;
  font-weight: 700;
  line-height: 100%;
  transition: 0.3s;
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  .services-item .img-wrap .name {
    font-size: 20px;
  }
}
.services-item .img-wrap .img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 190px;
  max-height: 190px;
  margin: auto;
}
.services-item .img-wrap .img img {
  margin: auto;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.services-item .img-wrap .texts .price {
  font-size: 16px;
  font-weight: 600;
  color: #45484d;
  display: block;
  margin-bottom: 5px;
}
.services-item .img-wrap .texts .orange {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 4px;
  background: #ffefe4;
  border-radius: 50px;
  padding-right: 8px;
  font-size: 12px;
  font-weight: 600;
  color: #ff762b;
}
.services-item .img-wrap .texts .orange img {
  margin-right: 5px;
}
.services-item .text-wrap {
  background: #f7f7f7;
  padding: 14px;
  padding-top: 34px;
  margin-top: -18px;
  border-radius: 0 0 24px 24px;
  transition: 0.3s;
}
.services-item .text-wrap .info {
  margin-bottom: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.services-item .text-wrap .info b {
  display: inline-block;
  margin-right: 12px;
  font-size: 14px;
  font-weight: normal;
  color: rgba(22, 19, 32, 0.5);
}
@media (max-width: 767px) {
  .services-item .text-wrap .info b {
    font-size: 12px;
  }
}
.services-item .text-wrap .info span {
  font-size: 14px;
  font-weight: 600;
  margin-right: 4px;
  color: #45484d;
}
@media (max-width: 767px) {
  .services-item .text-wrap .info span {
    font-size: 12px;
    white-space: nowrap;
  }
}
.services-item .text-wrap .info img {
  margin-left: auto;
}
.services-item .text-wrap .more {
  width: 100%;
  height: 46px;
  border-radius: 12px;
  background: #45484d;
  color: white;
  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;
  padding: 10px 20px;
}
@media (max-width: 767px) {
  .services-item .text-wrap .more {
    font-size: 14px;
    height: 40px;
  }
}
.services-item .text-wrap .more:hover {
  background: #ff762b;
}
.services-item.hide {
  display: none;
}

.services-info {
  text-align: center;
}
.services-info > .services-items > .services-item {
  display: flex;
  flex-direction: column;
}
.services-info > .services-items > .services-item > .img-wrap {
  flex: 1;
}

.services-show-all {
  border: 1px solid #e6e6e6 !important;
  padding: 16px;
  border-radius: 50px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
  color: #45484d;
}
.services-show-all:hover {
  border-color: #45484d !important;
}
.services-show-all img {
  margin-left: 10px;
  transform: rotate(90deg);
  margin-top: 2px;
}

.breadcrumbs {
  margin: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.breadcrumbs li {
  margin-right: 22px;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .breadcrumbs li {
    margin-right: 10px;
    margin-bottom: 5px;
  }
}
.breadcrumbs li a {
  font-size: 16px;
  font-weight: 600;
  color: rgba(13, 12, 26, 0.5);
  position: relative;
  z-index: 0;
}
@media (max-width: 767px) {
  .breadcrumbs li a {
    font-size: 13px;
  }
}
.breadcrumbs li a:after {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  margin-top: -3px;
  right: -13px;
  background: rgba(13, 12, 26, 0.5);
}
@media (max-width: 767px) {
  .breadcrumbs li a:after {
    content: none;
  }
}
.breadcrumbs li span {
  font-size: 16px;
  font-weight: 600;
  color: #1f4cea;
}
@media (max-width: 767px) {
  .breadcrumbs li span {
    font-size: 13px;
  }
}

.catalog-info-banner {
  border-radius: 20px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 0;
  margin: 30px 0;
  overflow: hidden;
}
@media (max-width: 767px) {
  .catalog-info-banner {
    padding: 24px 12px;
  }
}
.catalog-info-banner .texts {
  padding: 40px;
  max-width: 680px;
  width: 100%;
}
@media (max-width: 767px) {
  .catalog-info-banner .texts {
    padding: 0;
  }
}
.catalog-info-banner .texts h3 {
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 40px;
  color: white;
}
@media (max-width: 767px) {
  .catalog-info-banner .texts h3 {
    font-size: 22px;
    text-align: center;
    margin-bottom: 24px;
  }
}
.catalog-info-banner .texts form .inputs {
  background: transparent;
}
.catalog-info-banner .texts form button {
  background: white;
  color: #2c2d2f;
}
.catalog-info-banner .texts form input {
  background: rgba(255, 255, 255, 0.3) !important;
  backdrop-filter: blur(2px) !important;
  color: white !important;
}
.catalog-info-banner .texts form input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.9);
}
.catalog-info-banner .texts form input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.9);
}
.catalog-info-banner .texts form input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.9);
}
.catalog-info-banner .texts form input:-moz-placeholder {
  color: rgba(255, 255, 255, 0.9);
}
.catalog-info-banner .img-wrap {
  position: absolute;
  top: -20px;
  right: 0;
  z-index: -1;
}
@media (max-width: 1350px) {
  .catalog-info-banner .img-wrap {
    width: 50vw;
    top: 15%;
  }
  .catalog-info-banner .img-wrap img {
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .catalog-info-banner .img-wrap {
    bottom: 0;
    top: inherit;
    width: 60vw;
  }
}

.checkbox-wrap label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  position: relative;
  font-size: 14px;
  font-weight: 500;
  color: #45484d;
}
.checkbox-wrap label input {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  overflow: hidden;
  opacity: 0;
}
.checkbox-wrap label input:checked ~ span:after {
  opacity: 1;
}
.checkbox-wrap label input:checked ~ span {
  background: #1f4cea;
  border-color: #1f4cea;
}
.checkbox-wrap label span {
  width: 20px;
  min-width: 20px;
  height: 20px;
  display: inline-block;
  position: relative;
  transition: 0.2s;
  background: #f4f4f4;
  border: 1px solid #f4f4f4;
  border-radius: 4px;
  margin-right: 10px;
  margin-top: 2px;
}
.checkbox-wrap label span:after {
  content: "";
  background: url(../img/check-ixon.svg) no-repeat center center/cover;
  width: 14px;
  height: 14px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -7px;
  margin-left: -7px;
  opacity: 0;
  transition: 0.2s;
}

.catalog-products {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.catalog-products .filter-wrap {
  width: 320px;
  margin-right: 20px;
  min-width: 320px;
  border-radius: 24px;
  border: 1px solid #e5e6ea;
  background: #fff;
  padding: 40px;
  padding-top: 20px;
  align-self: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (max-width: 1024px) {
  .catalog-products .filter-wrap {
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    width: 100%;
    border: none;
    padding: 40px 20px;
    border-radius: 0;
    margin: 0;
    min-width: inherit;
    height: 100vh;
    overflow-y: auto;
    transform: scale(0);
    opacity: 0;
    transition: 0.3s;
  }
  .catalog-products .filter-wrap.open {
    transform: scale(1);
    opacity: 1;
  }
}
.catalog-products .filter-wrap .top-mobile {
  display: none;
}
@media (max-width: 1024px) {
  .catalog-products .filter-wrap .top-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    z-index: 0;
    margin-bottom: 24px;
  }
  .catalog-products .filter-wrap .top-mobile .close {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 24px;
  }
  .catalog-products .filter-wrap .top-mobile .close img {
    width: 100%;
  }
  .catalog-products .filter-wrap .top-mobile b {
    font-size: 24px;
    font-weight: bold;
    color: #45484d;
  }
}
.catalog-products .filter-wrap .title-style {
  padding-bottom: 16px;
  border-bottom: 1px solid #e5e6ea;
  margin-bottom: 24px;
}
@media (max-width: 1024px) {
  .catalog-products .filter-wrap .title-style {
    display: none;
  }
}
.catalog-products .filter-wrap .title-style p {
  text-align: center;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.5);
}
.catalog-products .filter-wrap .filter-info {
  margin-bottom: 24px;
}
.catalog-products .filter-wrap .filter-info:last-child {
  margin-bottom: 0;
}
.catalog-products .filter-wrap .filter-info .info-top {
  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;
  cursor: pointer;
}
.catalog-products .filter-wrap .filter-info .info-top span {
  font-size: 16px;
  font-weight: bold;
  color: #363636;
}
.catalog-products .filter-wrap .filter-info .info-top img {
  transition: 0.3s;
  transform: rotate(180deg);
}
.catalog-products .filter-wrap .filter-info .info-top img.rotate {
  transform: rotate(0deg);
}
.catalog-products .filter-wrap .filter-info .info-bottom .input {
  position: relative;
  z-index: 0;
  margin: 12px 0;
}
.catalog-products .filter-wrap .filter-info .info-bottom .input input {
  border-radius: 50px;
  border: 1px solid #e5e6ea;
  height: 32px;
  width: 100%;
  padding-left: 40px;
  padding-right: 10px;
  font-size: 12px;
  color: #d1d1d1;
}
.catalog-products .filter-wrap .filter-info .info-bottom .input input::-webkit-input-placeholder {
  font-size: 12px;
  color: #d1d1d1;
}
.catalog-products .filter-wrap .filter-info .info-bottom .input input::-moz-placeholder {
  font-size: 12px;
  color: #d1d1d1;
}
.catalog-products .filter-wrap .filter-info .info-bottom .input input:-ms-input-placeholder {
  font-size: 12px;
  color: #d1d1d1;
}
.catalog-products .filter-wrap .filter-info .info-bottom .input input:-moz-placeholder {
  font-size: 12px;
  color: #d1d1d1;
}
.catalog-products .filter-wrap .filter-info .info-bottom .input button {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
}
.catalog-products .filter-wrap .filter-info .info-bottom.hide {
  display: none;
}
.catalog-products .filter-wrap .filter-info .checkboxes {
  margin-top: 20px;
  max-height: 180px;
  overflow-y: auto;
}
.catalog-products .filter-wrap .filter-info .checkboxes::-webkit-scrollbar {
  width: 4px;
}
.catalog-products .filter-wrap .filter-info .checkboxes::-webkit-scrollbar-track {
  background: transparent;
}
.catalog-products .filter-wrap .filter-info .checkboxes::-webkit-scrollbar-thumb {
  background: #d1d1d1;
}
.catalog-products .filter-wrap .filter-info .checkboxes.hide {
  display: none;
}
.catalog-products .filter-wrap .filter-info .checkboxes .checkbox-wrap {
  margin-bottom: 10px;
}
.catalog-products .filter-wrap .buttons {
  margin-top: auto;
}
.catalog-products .filter-wrap .buttons button {
  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;
  height: 50px;
  margin-top: 12px;
  border-radius: 50px;
  font-size: 14px;
  font-weight: bold;
  width: 100%;
}
.catalog-products .filter-wrap .buttons button.show {
  color: white;
  background: #1f4cea;
}
.catalog-products .filter-wrap .buttons button.show:hover {
  background: rgb(54.3142857143, 94.6306122449, 236.1857142857);
}
.catalog-products .filter-wrap .buttons button.reset {
  color: #45484d;
  border: 1.3px solid #e5e6ea;
}
.catalog-products .filter-wrap .buttons button.reset:hover {
  background: #e5e6ea;
  color: #000;
}
.catalog-products .info {
  width: calc(100% - 340px);
}
@media (max-width: 1024px) {
  .catalog-products .info {
    width: 100%;
  }
}
.catalog-products .info .info-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 40px;
}
@media (max-width: 1024px) {
  .catalog-products .info .info-top {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
  }
}
.catalog-products .info .info-top .filter-mob-btn {
  display: none;
}
@media (max-width: 1024px) {
  .catalog-products .info .info-top .filter-mob-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.catalog-products .info .info-top .all {
  color: #45484d;
  font-size: 14px;
  font-weight: 600;
  padding: 10px 24px;
  border-radius: 50px;
  border: 1px solid #eeeeef;
  margin-bottom: 15px;
}
.catalog-products .info .info-top .all:hover {
  border-color: #45484d;
}
.catalog-products .info .info-top .btns-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 1024px) {
  .catalog-products .info .info-top .btns-info {
    display: none;
  }
}
.catalog-products .info .info-top .btns-info .btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.catalog-products .info .info-top .btns-info .btns button {
  padding: 6px;
  padding-left: 12px;
  background: #ff762b;
  margin-right: 10px;
  border-radius: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.catalog-products .info .info-top .btns-info .btns button:hover {
  background: rgb(255, 134.4787735849, 68.5);
}
.catalog-products .info .info-top .btns-info .btns button span {
  font-size: 12px;
  font-weight: 600;
  color: #fff;
}
.catalog-products .info .info-top .btns-info .btns button .icon {
  width: 30px;
  height: 30px;
  min-width: 30px;
  background: white;
  box-shadow: 0px 6px 20px 0px #dd6a00;
  margin-left: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 50%;
}
.catalog-products .info .info-top .btns-info .btns button .icon img {
  margin: auto;
}
.catalog-products .info .info-top .btns-info .btns button.reset-all {
  background: #f6f6f6;
}
.catalog-products .info .info-top .btns-info .btns button.reset-all:hover {
  background: rgb(238.35, 238.35, 238.35);
}
.catalog-products .info .info-top .btns-info .btns button.reset-all span {
  color: #97969d;
}
.catalog-products .info .info-top .btns-info .btns button.reset-all .icon {
  box-shadow: 0px 6px 24px 0px #c4c4c4;
}
.catalog-products .info .show {
  background: #1f4cea;
  border-radius: 50px;
  color: white;
  font-size: 14px;
  font-weight: bold;
  min-height: 50px;
  padding: 10px 30px;
  max-width: 600px;
  margin: 24px auto 0;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: none;
}
@media (max-width: 1024px) {
  .catalog-products .info .show {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.catalog-products .info .show:hover {
  background: rgb(54.3142857143, 94.6306122449, 236.1857142857);
}
.catalog-products .info .products-stock-items {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 20px;
  display: grid;
  margin-bottom: 40px;
}
@media (max-width: 1400px) {
  .catalog-products .info .products-stock-items {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
@media (max-width: 1200px) {
  .catalog-products .info .products-stock-items {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 650px) {
  .catalog-products .info .products-stock-items {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }
}

.products-stock-item .img-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 24px;
  margin-bottom: 10px;
  background: #f6f6f6;
  min-height: 170px;
  padding: 15px;
  transition: 0.3s;
}
@media (max-width: 650px) {
  .products-stock-item .img-wrap {
    min-height: 120px;
  }
}
.products-stock-item .img-wrap:hover {
  background: rgb(233.25, 233.25, 233.25);
}
.products-stock-item .img-wrap img {
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}
.products-stock-item .text-wrap .price-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-end;
  margin-bottom: 10px;
}
.products-stock-item .text-wrap .price-info b {
  font-size: 14px;
  font-weight: bold;
  margin-right: 5px;
  color: #45484d;
  display: inline-block;
}
.products-stock-item .text-wrap .price-info b.price {
  font-size: 20px;
  color: #45484d;
  line-height: 100%;
}
.products-stock-item .text-wrap .price-info .text {
  font-size: 13px;
  color: #97969d;
}
.products-stock-item .text-wrap .black {
  font-size: 14px;
  font-weight: 600;
  color: #45484d;
  margin-bottom: 5px;
}
.products-stock-item .text-wrap .grey {
  font-size: 14px;
  font-weight: 600;
  color: #97969d;
  margin-bottom: 5px;
}
.products-stock-item .text-wrap .in-stock {
  margin: 0 !important;
  margin-top: 10px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.products-stock-item .text-wrap .in-stock .basket-btn {
  border-radius: 50%;
  background: #ff762b;
  width: 38px;
  height: 38px;
  min-width: 38px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 10px;
}
.products-stock-item .text-wrap .in-stock .basket-btn img {
  margin: auto;
}
.products-stock-item .text-wrap .in-stock .green {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.products-stock-item .text-wrap .in-stock .green .icon {
  border-radius: 4px;
  padding: 3px 4px;
  font-size: 11px;
  font-weight: bold;
  color: white;
  background: #18b975;
}
.products-stock-item .text-wrap .in-stock .green .text {
  color: #18b975;
  font-size: 13px;
  font-weight: 600;
  margin-left: 5px;
}
.products-stock-item.hide {
  display: none;
}

.select-wrap {
  position: relative;
  height: 40px;
  min-width: 200px;
}
@media (max-width: 767px) {
  .select-wrap {
    min-width: 200px;
  }
}
.select-wrap select {
  display: none;
}
.select-wrap .select2 {
  position: relative;
  width: 100% !important;
  height: 100%;
}
.select-wrap .select2 .selection {
  width: 100%;
}
.select-wrap .select2-container--default .select2-selection--single {
  background-color: transparent;
  text-align: left;
  border: none;
  padding: 0 20px;
  padding-left: 0;
  border: 1.3px solid #e5e6ea;
  background: #f6f6f6;
  height: 100%;
  border-radius: 100px;
}
.select-wrap .select2-container--default .select2-selection--single:focus {
  outline: none;
}
.select-wrap .select2-container .select2-selection--single .select2-selection__rendered {
  font-size: 14px;
  font-weight: 600;
  color: #45484d;
  padding: 10px 20px;
  line-height: 18px;
  height: 39px;
}
@media (max-width: 767px) {
  .select-wrap .select2-container .select2-selection--single .select2-selection__rendered {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .select-wrap .select2-container .select2-selection--single .select2-selection__rendered {
    line-height: 20px;
  }
}
.select-wrap .select2-selection__arrow {
  width: 12px !important;
  height: 12px !important;
  top: 50% !important;
  background: #fff;
  border-radius: 50%;
  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;
  right: 20px !important;
  transform: translateY(-50%);
  z-index: 1 !important;
  background-color: transparent;
}
.select-wrap .select2-selection__arrow b {
  background: url(../img/arrow-down.svg) no-repeat center center;
  width: 16px !important;
  height: 16px !important;
  border: none !important;
  margin: 0 !important;
  position: static !important;
}
.select-wrap .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  background: url(../img/arrow-down.svg) no-repeat center center;
  width: 16px !important;
  height: 16px !important;
  border: none !important;
  transform: rotate(180deg);
}

.select2-dropdown {
  border: none !important;
  font-size: 12px !important;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  font-size: 12px !important;
  background: white;
  color: #000;
}
.select2-container--default .select2-results__option[aria-selected=true]:after {
  border-color: #1f4cea;
  font-size: 10px;
}
.select2-container--default .select2-results__option[aria-selected=true]:before {
  opacity: 1;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background: white;
  color: #000;
}

.select2-search--dropdown {
  padding: 0;
}

.select2-container--open .select2-dropdown {
  bottom: 0 !important;
  top: 100%;
}

.select2-results__options {
  border: none;
  max-height: inherit !important;
  border-radius: 0 0 15px 15px;
  border-radius: 16px;
  background: #fff;
  box-shadow: 2px 2px 16px 0px rgba(0, 0, 0, 0.2);
  padding: 15px 10px 10px;
  margin-top: 10px;
}

.select2-results__option {
  white-space: nowrap;
  transition: 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.select2-results__option:last-child {
  border: none;
}
.select2-results__option > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.select2-results__option > span img {
  width: 25px;
  height: 25px;
  margin-right: 5px;
  margin-bottom: 3px;
}

.select2-selection__placeholder {
  font-weight: normal;
  color: green !important;
}

.select2-search__field {
  border: none !important;
  padding-left: 10px !important;
  font-size: 12px !important;
}

.select2-search--dropdown {
  border: none;
}

.select2-results__option {
  font-weight: 400;
  padding: 4px 20px 4px 24px;
  color: #97969d;
  font-size: 12px;
  position: relative;
  z-index: 0;
}
.select2-results__option:after {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 3px solid #ddd;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

@keyframes spinCircle {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes moveLeftRight {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(20px); /* Двигается до правого края контейнера */
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes moveRightLeft {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-20px); /* Двигается до правого края контейнера */
  }
  100% {
    transform: translateX(0);
  }
}
@font-face {
  font-family: "SF Pro Display";
  src: url("SFProDisplay-Medium.eot");
  src: local("SF Pro Display Medium"), local("SFProDisplay-Medium"), url("../fonts/SFProDisplay-Medium.woff2") format("woff2"), url("../fonts/SFProDisplay-Medium.woff") format("woff"), url("../fonts/SFProDisplay-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "SF Pro Display";
  src: url("../fonts/SFProDisplay-Regular.woff2") format("woff2"), url("../fonts/SFProDisplay-Regular.woff") format("woff"), url("../fonts/SFProDisplay-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "SF Pro Display";
  src: url("../fonts/SFProDisplay-Semibold.woff2") format("woff2"), url("../fonts/SFProDisplay-Semibold.woff") format("woff"), url("../fonts/SFProDisplay-Semibold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "SF Pro Display";
  src: url("../fonts/SFProDisplay-Bold.woff2") format("woff2"), url("../fonts/SFProDisplay-Bold.woff") format("woff"), url("../fonts/SFProDisplay-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
.stock {
  margin: 100px 0;
}
@media (max-width: 767px) {
  .stock {
    margin: 50px 0;
  }
}
.stock .wrapper {
  text-align: center;
}
.stock .title-style {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #f1f1f2;
  padding: 4px 8px 4px 4px;
  border-radius: 100px;
  margin-bottom: 16px;
}
.stock .title-style .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.stock .title-style .icon img {
  margin: auto;
}
.stock .title-style .text {
  margin-left: 8px;
  font-size: 14px;
  font-weight: 600;
  color: #45484d;
}
.stock .main-title {
  max-width: 980px;
  width: 100%;
  margin: 0 auto 50px;
}
@media (max-width: 767px) {
  .stock .main-title {
    margin-bottom: 24px;
  }
}
.stock h3 {
  color: #45484d;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  text-align: left;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .stock h3 {
    font-size: 23px;
    line-height: 120%;
  }
}

.stock-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.stock-info .info {
  width: calc(40% - 20px);
  border-radius: 24px;
  padding: 24px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .stock-info .info {
    display: none;
  }
}
.stock-info .info .texts b {
  display: block;
  font-size: 40px;
  text-align: left;
  font-weight: bold;
  color: white;
  margin-bottom: 15px;
  transition: 0.3s;
}
@media (max-width: 1024px) {
  .stock-info .info .texts b {
    font-size: 28px;
    margin-bottom: 10px;
  }
}
.stock-info .info .texts span {
  max-width: 250px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
  text-align: left;
}
.stock-info .info .request-btn {
  padding: 14px 20px;
  background: white;
  color: #45484d;
  font-weight: 600;
  font-size: 16px;
  border-radius: 50px;
}
.stock-info .info .request-btn:hover {
  background: #ff762b;
  color: white;
}

.stock-slider-wrap {
  width: 60%;
  position: relative;
}
@media (max-width: 767px) {
  .stock-slider-wrap {
    width: 100%;
  }
}
.stock-slider-wrap .stock-slider {
  margin-bottom: 0;
}
.stock-slider-wrap .stock-slider .slick-list {
  margin: 0 -10px;
}
@media (max-width: 767px) {
  .stock-slider-wrap .stock-slider .slick-list {
    margin: 0;
    margin-left: -6px;
  }
}
.stock-slider-wrap .stock-slider .item {
  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;
  border: 1px solid #e5e6ea;
  padding: 24px;
  border-radius: 16px;
  background: white;
  margin: 0 10px;
}
@media (max-width: 767px) {
  .stock-slider-wrap .stock-slider .item {
    padding: 16px;
    margin: 0;
    margin-left: 6px;
  }
}
.stock-slider-wrap .stock-slider .item .name {
  max-width: 150px;
  font-size: 24px;
  font-weight: 600;
  color: #45484d;
  text-align: left;
  margin-bottom: 10px;
  transition: 0.3s;
}
@media (max-width: 767px) {
  .stock-slider-wrap .stock-slider .item .name {
    font-size: 20px;
    max-width: 100px;
  }
}
.stock-slider-wrap .stock-slider .item .img {
  width: 125px;
  height: 105px;
  margin: 30px auto;
}
@media (max-width: 767px) {
  .stock-slider-wrap .stock-slider .item .img {
    margin: 20px auto;
    width: 105px;
    height: 90px;
  }
}
.stock-slider-wrap .stock-slider .item .img img {
  max-width: 100%;
  max-height: 100%;
  margin: auto;
}
.stock-slider-wrap .stock-slider .item .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;
}
.stock-slider-wrap .stock-slider .item .bottom .texts .price {
  font-weight: 600;
  font-size: 16px;
  color: #45484d;
  margin-bottom: 5px;
  display: block;
}
.stock-slider-wrap .stock-slider .item .bottom .texts .day {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.stock-slider-wrap .stock-slider .item .bottom .texts .day .orange {
  font-size: 14px;
  font-weight: 600;
  color: #ff762b;
  margin-left: 5px;
}
.stock-slider-wrap .stock-slider .item .bottom .link {
  background: white;
  box-shadow: 0px 6px 40px 0px #e3e3e3;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.stock-slider-wrap .stock-slider .item .bottom .link img {
  margin: auto;
}
.stock-slider-wrap .stock-slider .item:hover .name {
  color: #ff762b;
}

.reviews-slider-wrap {
  position: relative;
  z-index: 0;
  width: calc(100% - 340px);
}
@media (max-width: 650px) {
  .reviews-slider-wrap {
    width: 100%;
  }
}
.reviews-slider-wrap .reviews-slider {
  margin-bottom: 0;
}
.reviews-slider-wrap .reviews-slider .slick-list {
  margin: 0 -10px;
}
.reviews-slider-wrap .reviews-slider .item {
  margin: 0 10px;
  border-radius: 24px;
  border: 1px solid #e5e6ea;
}
@media (max-width: 650px) {
  .reviews-slider-wrap .reviews-slider .item {
    width: 170px;
    margin: 0;
    margin-left: 6px;
  }
}
.reviews-slider-wrap .reviews-slider .item .text-wrap {
  padding: 12px;
}
@media (max-width: 650px) {
  .reviews-slider-wrap .reviews-slider .item .text-wrap {
    padding: 8px;
  }
}
.reviews-slider-wrap .reviews-slider .item .text-wrap .top {
  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;
  margin-bottom: 12px;
}
.reviews-slider-wrap .reviews-slider .item .text-wrap .top .name-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.reviews-slider-wrap .reviews-slider .item .text-wrap .top .name-wrap .img {
  margin-right: 12px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 40px;
}
@media (max-width: 650px) {
  .reviews-slider-wrap .reviews-slider .item .text-wrap .top .name-wrap .img {
    width: 26px;
    min-width: 26px;
    height: 26px;
    margin-right: 8px;
  }
}
.reviews-slider-wrap .reviews-slider .item .text-wrap .top .name-wrap .texts span {
  display: block;
  font-size: 14px;
  font-weight: 500;
  color: #45484d;
  margin: 2px 0;
}
@media (max-width: 650px) {
  .reviews-slider-wrap .reviews-slider .item .text-wrap .top .name-wrap .texts span {
    font-size: 10px;
  }
}
.reviews-slider-wrap .reviews-slider .item .text-wrap .top .rate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.reviews-slider-wrap .reviews-slider .item .text-wrap .top .rate span {
  margin-left: 5px;
  font-size: 14px;
  font-weight: 500;
  color: #45484d;
}
@media (max-width: 650px) {
  .reviews-slider-wrap .reviews-slider .item .text-wrap .top .rate span {
    font-size: 10px;
  }
}
.reviews-slider-wrap .reviews-slider .item .text-wrap .name {
  margin-top: 12px;
  color: #45484d;
  font-size: 16px;
  font-weight: 600;
  display: inline-block;
  height: 60px;
  overflow: hidden;
}
@media (max-width: 650px) {
  .reviews-slider-wrap .reviews-slider .item .text-wrap .name {
    font-size: 12px;
    height: 57px;
  }
}
.reviews-slider-wrap .reviews-slider .item .text-wrap .styles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.reviews-slider-wrap .reviews-slider .item .text-wrap .styles .style1 {
  border: 1px solid #e5e6ea;
  border-radius: 50px;
  padding: 5px 8px;
  color: #45484d;
  font-weight: 600;
  font-size: 14px;
  margin-right: 10px;
}
@media (max-width: 650px) {
  .reviews-slider-wrap .reviews-slider .item .text-wrap .styles .style1 {
    font-size: 8px;
    padding: 2px 4px;
  }
}
.reviews-slider-wrap .reviews-slider .item .text-wrap .styles .style2 {
  padding: 4px;
  padding-right: 8px;
  background: #ffe3db;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50px;
}
@media (max-width: 650px) {
  .reviews-slider-wrap .reviews-slider .item .text-wrap .styles .style2 {
    font-size: 10px;
    padding: 3px;
    padding-right: 5px;
  }
}
.reviews-slider-wrap .reviews-slider .item .text-wrap .styles .style2 span {
  font-size: 12px;
  color: #ff2511;
  margin-left: 5px;
}
@media (max-width: 650px) {
  .reviews-slider-wrap .reviews-slider .item .text-wrap .styles .style2 span {
    font-size: 10px;
  }
}
.reviews-slider-wrap .reviews-slider .item .img-wrap {
  margin-top: 10px;
  border-radius: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}
@media (max-width: 650px) {
  .reviews-slider-wrap .reviews-slider .item .img-wrap {
    height: 120px;
    margin-top: 5px;
  }
}
.reviews-slider-wrap .reviews-slider .item .img-wrap img {
  width: 100%;
}
@media (max-width: 650px) {
  .reviews-slider-wrap .slider-navigation {
    display: none;
  }
}

.reviews {
  margin: 70px 0;
}
@media (max-width: 767px) {
  .reviews {
    margin: 30px 0;
  }
}
.reviews .wrapper {
  text-align: center;
}
.reviews .wrapper .main-title {
  max-width: 930px;
  margin: 0 auto 50px;
  width: 100%;
  text-align: center;
}
.reviews .wrapper .top-style {
  padding: 4px;
  padding-right: 12px;
  border-radius: 50px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 16px;
  border: 1px solid #f1f1f2;
}
.reviews .wrapper .top-style .icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 4px;
  padding-right: 8px;
  background: #ffe3db;
  border-radius: 50px;
}
.reviews .wrapper .top-style .icon img {
  margin-right: 6px;
}
.reviews .wrapper .top-style .icon .red {
  font-size: 14px;
  color: #ff2511;
  font-weight: 600;
}
.reviews .wrapper .top-style .text {
  font-size: 14px;
  font-weight: 600;
  color: #45484d;
  margin-left: 8px;
}
.reviews .wrapper .title-style {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 1000px;
  border: 1px solid #f1f1f2;
  background: #fff;
  padding: 4px;
  padding-left: 12px;
  margin-bottom: 20px;
}
.reviews .wrapper .title-style .text {
  font-size: 14px;
  font-weight: 600;
  margin-right: 10px;
  color: #45484d;
  display: inline-block;
}
.reviews .wrapper .title-style .style {
  padding: 4px;
  border-radius: 50px;
  background: #ddffe0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.reviews .wrapper .title-style .style .green {
  font-size: 12px;
  font-weight: 600;
  color: #29c579;
}
.reviews .wrapper .title-style .style .icon {
  margin-right: 5px;
}
.reviews .wrapper .reviews-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
}
.reviews .wrapper .reviews-info .info {
  width: 320px;
  min-width: 320px;
  margin-right: 20px;
  padding: 16px;
  border-radius: 24px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
@media (max-width: 650px) {
  .reviews .wrapper .reviews-info .info {
    display: none;
  }
}
.reviews .wrapper .reviews-info .info h2 {
  color: white;
  font-size: 40px;
  font-weight: 600;
}
.reviews .wrapper .reviews-info .info h3 {
  color: white;
  font-size: 30px;
  font-weight: 600;
}
.reviews .wrapper .reviews-info .info h4 {
  color: white;
  font-size: 26px;
  font-weight: 600;
}
.reviews .wrapper .reviews-info .info span {
  color: white;
  opacity: 0.6;
  font-size: 14px;
  display: block;
  font-weight: 600;
}

.advantages {
  padding: 70px 0;
  background: url(../img/footer-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
@media (max-width: 767px) {
  .advantages {
    padding: 40px 0;
  }
}
.advantages .wrapper {
  text-align: center;
}
.advantages .wrapper .style {
  border-radius: 50px;
  padding: 4px;
  padding-right: 12px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 16px;
  border: 1px solid #fff;
  background: rgba(249, 249, 249, 0.2);
  backdrop-filter: blur(10px);
}
.advantages .wrapper .style img {
  margin-right: 5px;
}
.advantages .wrapper .style span {
  font-size: 14px;
  font-weight: 600;
  color: white;
  opacity: 0.6;
}
.advantages .wrapper .white-title {
  text-align: center;
  max-width: 1040px;
  width: 100%;
  margin: 0 auto 24px;
}
@media (max-width: 1200px) {
  .advantages .wrapper .white-title {
    max-width: 680px;
  }
}
.advantages .wrapper .advantages-info-slider {
  max-width: 1040px;
  margin: 0 auto 30px;
  width: 100%;
  text-align: left;
}
@media (max-width: 1024px) {
  .advantages .wrapper .advantages-info-slider {
    margin-right: -20px;
    width: calc(100% + 20px);
  }
}
.advantages .wrapper .advantages-info-slider .slick-list {
  margin: 0 -5px;
}
@media (max-width: 1024px) {
  .advantages .wrapper .advantages-info-slider .slick-list {
    margin: 0;
  }
}
.advantages .wrapper .advantages-info-slider .item {
  border-radius: 16px;
  padding: 10px 10px;
  border: 1px solid #e5e6ea;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: white;
  margin: 0 5px;
}
@media (max-width: 1024px) {
  .advantages .wrapper .advantages-info-slider .item {
    width: 220px;
  }
}
@media (max-width: 475px) {
  .advantages .wrapper .advantages-info-slider .item {
    width: 150px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    align-items: flex-start;
  }
}
.advantages .wrapper .advantages-info-slider .item img {
  margin-right: 8px;
}
.advantages .wrapper .advantages-info-slider .item span {
  display: inline-block;
  text-align: left;
  font-size: 17px;
  line-height: 110%;
  font-weight: 500;
  color: #45484d;
}
@media (max-width: 475px) {
  .advantages .wrapper .advantages-info-slider .item span {
    font-size: 16px;
    margin-top: 5px;
    margin-left: 5px;
  }
}
.advantages .wrapper .advantages-slider {
  text-align: left;
  margin-right: -20px;
}
.advantages .wrapper .advantages-slider .slick-list {
  margin: 0 -10px;
}
@media (max-width: 1440px) {
  .advantages .wrapper .advantages-slider .slick-list {
    margin: 0;
  }
}
.advantages .wrapper .advantages-slider .item {
  padding: 16px;
  padding-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 24px;
  border: 1px solid #e5e6ea;
  background: #fff;
  margin: 0 10px;
  overflow: hidden;
  align-items: flex-start;
  min-height: 320px;
}
@media (max-width: 1440px) {
  .advantages .wrapper .advantages-slider .item {
    width: 320px;
    margin: 0;
    margin-left: 20px;
  }
}
@media (max-width: 767px) {
  .advantages .wrapper .advantages-slider .item {
    width: 280px;
    margin-left: 10px;
  }
}
.advantages .wrapper .advantages-slider .item > img {
  max-width: 100%;
  max-height: 100%;
  margin: auto;
}
.advantages .wrapper .advantages-slider .item .top-style {
  border-radius: 50px;
  border: 1px solid #e6e6e6;
  background: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 4px;
  padding-right: 12px;
  margin-bottom: 12px;
}
.advantages .wrapper .advantages-slider .item .top-style .num {
  width: 24px;
  height: 24px;
  min-width: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 50%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #fff;
  box-shadow: 0px 6px 12px 0px #e3e3e3;
  margin-right: 8px;
}
.advantages .wrapper .advantages-slider .item .top-style .text {
  font-size: 12px;
  font-weight: 600;
  color: #45484d;
}
.advantages .wrapper .advantages-slider .item .img-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 0 0 24px 24px;
  width: calc(100% + 40px);
  margin-left: -20px;
  margin-top: auto;
  height: 100%;
  max-height: 138px;
}
@media (max-width: 576) {
  .advantages .wrapper .advantages-slider .item .img-wrap {
    max-height: 71px;
  }
}
.advantages .wrapper .advantages-slider .item .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.advantages .wrapper .advantages-slider .item .name {
  font-size: 20px;
  line-height: 110%;
  font-weight: 600;
  margin-bottom: 8px;
  color: #45484d;
  text-align: left;
  display: block;
}
.advantages .wrapper .advantages-slider .item p {
  margin-bottom: 8px;
  font-size: 14px;
  color: #45484d;
}
.advantages .wrapper .consultation-form-wrap {
  max-width: 660px;
  width: 100%;
  margin: 32px auto 0;
  padding: 32px 24px;
  border-radius: 24px;
  border: 1px solid rgba(230, 230, 230, 0.34);
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.43) 0%, rgba(153, 153, 153, 0.43) 100%);
  backdrop-filter: blur(7.75px);
}
.advantages .wrapper .consultation-form-wrap > p {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 24px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .advantages .wrapper .consultation-form-wrap > p {
    font-size: 20px;
  }
}
.advantages .wrapper .consultation-form-wrap > p .orange {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 5px;
  font-size: 24px;
  font-weight: bold;
  color: #ff762b;
}
@media (max-width: 767px) {
  .advantages .wrapper .consultation-form-wrap > p .orange {
    font-size: 20px;
  }
}
.advantages .wrapper .consultation-form-wrap > p .orange img {
  margin-right: 5px;
}
.advantages.advantages2 .stock-info {
  margin-bottom: 60px;
}
.advantages.advantages2 .stock-info .stock-slider-wrap .slick-dots {
  bottom: -30px;
}
.advantages.advantages2 .white-title {
  max-width: 1200px;
  margin-bottom: 50px;
}

.consultation-form .info-text,
.consultation2-form .info-text {
  text-align: center;
  margin-top: 16px;
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
}
.consultation-form .info-text a,
.consultation2-form .info-text a {
  color: rgba(255, 255, 255, 0.5);
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.consultation-form .info-text a:hover,
.consultation2-form .info-text a:hover {
  border-color: transparent;
}
.consultation-form .form-wrap,
.consultation2-form .form-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .consultation-form .form-wrap,
  .consultation2-form .form-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.consultation-form .form-wrap .inputs,
.consultation2-form .form-wrap .inputs {
  flex-grow: 1;
  background: white;
  border: 1px solid #e5e6ea;
  backdrop-filter: blur(47px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
  z-index: 0;
}
@media (max-width: 767px) {
  .consultation-form .form-wrap .inputs,
  .consultation2-form .form-wrap .inputs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background: none;
    border: none;
    backdrop-filter: none;
  }
}
.consultation-form .form-wrap .inputs:after,
.consultation2-form .form-wrap .inputs:after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: 100%;
  background: #e5e6ea;
}
@media (max-width: 767px) {
  .consultation-form .form-wrap .inputs:after,
  .consultation2-form .form-wrap .inputs:after {
    content: none;
  }
}
.consultation-form .form-wrap .inputs input,
.consultation2-form .form-wrap .inputs input {
  width: 50%;
  height: 54px;
  padding: 0 24px;
  color: #97969d;
  font-size: 14px;
}
@media (max-width: 767px) {
  .consultation-form .form-wrap .inputs input,
  .consultation2-form .form-wrap .inputs input {
    width: 100%;
    margin-bottom: 8px;
    background: white;
    border-radius: 16px;
  }
}
.consultation-form .form-wrap button,
.consultation2-form .form-wrap button {
  margin-left: 10px;
}
@media (max-width: 767px) {
  .consultation-form .form-wrap button,
  .consultation2-form .form-wrap button {
    margin: 0;
  }
}
@media (max-width: 1024px) {
  .consultation-form.consultation2-form,
  .consultation2-form.consultation2-form {
    padding: 12px;
    border-radius: 16px;
    border: 1px solid #e5e6ea;
    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;
  }
}
.consultation-form.consultation2-form .form-wrap,
.consultation2-form.consultation2-form .form-wrap {
  max-width: 600px;
  width: 100%;
}
@media (max-width: 1024px) {
  .consultation-form.consultation2-form .form-wrap,
  .consultation2-form.consultation2-form .form-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
  }
  .consultation-form.consultation2-form .form-wrap button,
  .consultation2-form.consultation2-form .form-wrap button {
    margin: 0;
  }
}
@media (max-width: 1024px) {
  .consultation-form.consultation2-form .inputs,
  .consultation2-form.consultation2-form .inputs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border: none;
    border-radius: 0;
  }
  .consultation-form.consultation2-form .inputs:after,
  .consultation2-form.consultation2-form .inputs:after {
    content: none;
  }
  .consultation-form.consultation2-form .inputs input,
  .consultation2-form.consultation2-form .inputs input {
    width: 100%;
    border: 1px solid #e5e6ea;
    border-radius: 16px;
    margin-bottom: 10px;
  }
}
.consultation-form.consultation2-form .info-text,
.consultation2-form.consultation2-form .info-text {
  color: rgba(151, 150, 157, 0.5);
  text-align: left;
  display: inline-block;
}
@media (max-width: 1024px) {
  .consultation-form.consultation2-form .info-text,
  .consultation2-form.consultation2-form .info-text {
    text-align: center;
    font-size: 14px;
  }
}
.consultation-form.consultation2-form .info-text a,
.consultation2-form.consultation2-form .info-text a {
  color: rgba(151, 150, 157, 0.5);
  border-color: rgba(151, 150, 157, 0.5);
}
@media (max-width: 1024px) {
  .consultation-form.consultation2-form .info-text a,
  .consultation2-form.consultation2-form .info-text a {
    font-size: 14px;
  }
}
.consultation-form.consultation2-form > p,
.consultation2-form.consultation2-form > p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 12px;
  color: #45484d;
  font-size: 14px;
  font-weight: 600;
}
.consultation-form.consultation2-form > p span,
.consultation2-form.consultation2-form > p span {
  color: #ff762b;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 5px;
}
.consultation-form.consultation2-form > p span img,
.consultation2-form.consultation2-form > p span img {
  margin-right: 5px;
}

.wholesale-prices {
  margin: 70px 0;
}
@media (max-width: 767px) {
  .wholesale-prices {
    margin: 35px 0;
  }
}
.wholesale-prices .wrapper {
  text-align: center;
}
.wholesale-prices .top-style {
  padding: 4px;
  padding-right: 12px;
  border-radius: 50px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 16px;
  border: 1px solid #f1f1f2;
}
.wholesale-prices .top-style .icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 4px;
  padding-right: 8px;
  background: #ffe3db;
  border-radius: 50px;
}
.wholesale-prices .top-style .icon img {
  margin-right: 6px;
}
.wholesale-prices .top-style .icon .red {
  font-size: 14px;
  color: #ff2511;
  font-weight: 600;
}
.wholesale-prices .top-style .text {
  font-size: 14px;
  font-weight: 600;
  color: #45484d;
  margin-left: 8px;
}
.wholesale-prices .main-title {
  max-width: 800px;
  width: 100%;
  margin: 0 auto 32px;
}
.wholesale-prices .tab-wrapper {
  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: 40px;
}
.wholesale-prices .tab-wrapper .catalog-btn {
  margin-right: 10px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 0;
  border-radius: 50px;
  background: #ff762b;
  padding: 14px 16px;
}
.wholesale-prices .tab-wrapper .catalog-btn:hover {
  background: rgb(255, 134.4787735849, 68.5);
}
.wholesale-prices .tab-wrapper .catalog-btn img {
  margin-right: 10px;
}
.wholesale-prices .tab-wrapper .catalog-btn .text {
  font-size: 14px;
  color: white;
}
.wholesale-prices .tab-wrapper .catalog-btn .num {
  position: absolute;
  border-radius: 50px;
  background: #45484d;
  padding: 3px 6px;
  color: white;
  left: 50%;
  min-width: 20px;
  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;
  transform: translateX(-50%);
  font-size: 12px;
  bottom: -10px;
}

.by-brand .see-all {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 16px;
  border-radius: 50px;
  border: 1px solid #e6e6e6;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
  color: #45484d;
}
@media (max-width: 767px) {
  .by-brand .see-all {
    padding: 12px 14px;
  }
}
.by-brand .see-all img {
  margin-left: 8px;
  transition: 0.3s;
}
.by-brand .see-all img.rotate {
  transform: rotate(180deg);
}
.by-brand .info-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 1000px;
  width: 100%;
  margin: 35px auto 20px;
  height: 190px;
  overflow: hidden;
}
.by-brand .info-items.show {
  overflow: hidden;
  height: auto;
}
.by-brand .info-items .info-item {
  margin: 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (max-width: 767px) {
  .by-brand .info-items .info-item {
    margin-bottom: 5px;
  }
}
.by-brand .info-items .info-item .link {
  font-size: 14px;
  font-weight: 600;
  color: #45484d;
  margin-bottom: 8px;
}
.by-brand .info-items .info-item .link span {
  margin-left: 5px;
  color: #97969d;
  font-size: 14px;
  font-weight: normal;
  transition: 0.3s;
}

.by-category .by-category-items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 20px;
  text-align: left;
}
@media (max-width: 1300px) {
  .by-category .by-category-items {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
@media (max-width: 1024px) {
  .by-category .by-category-items {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .by-category .by-category-items {
    grid-template-columns: 1fr 1fr;
    gap: 8px;
  }
}
.by-category .by-category-items .by-category-item {
  padding: 20px;
  padding-bottom: 40px;
  border-radius: 20px;
  border: 1px solid #e6e6e6;
  position: relative;
  z-index: 0;
}
@media (max-width: 1300px) {
  .by-category .by-category-items .by-category-item:nth-child(n+9) {
    display: none;
  }
}
@media (max-width: 1024px) {
  .by-category .by-category-items .by-category-item:nth-child(n+7) {
    display: none;
  }
}
@media (max-width: 767px) {
  .by-category .by-category-items .by-category-item {
    padding: 15px 12px 30px;
    border-radius: 14px;
  }
}
.by-category .by-category-items .by-category-item .top {
  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;
  margin-bottom: 15px;
}
.by-category .by-category-items .by-category-item .top .count {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.by-category .by-category-items .by-category-item .top .count .num {
  padding: 6px;
  border-radius: 50%;
  color: white;
  font-size: 16px;
  line-height: 100%;
  font-weight: 500;
  min-width: 28px;
  text-align: center;
}
@media (max-width: 767px) {
  .by-category .by-category-items .by-category-item .top .count .num {
    min-width: 24px;
    font-size: 12px;
  }
}
.by-category .by-category-items .by-category-item .top .count .num.green {
  background: #33ce83;
}
.by-category .by-category-items .by-category-item .top .count .num.grey {
  background: #97969d;
}
.by-category .by-category-items .by-category-item .top .count .num.orange {
  background: #ff762b;
}
.by-category .by-category-items .by-category-item .top .count .text {
  font-size: 18px;
  font-weight: 500;
  margin-right: 8px;
  color: #45484d;
}
@media (max-width: 767px) {
  .by-category .by-category-items .by-category-item .top .count .text {
    font-size: 13px;
    margin-right: 4px;
  }
}
.by-category .by-category-items .by-category-item .top .price {
  font-size: 14px;
  color: #9fa1a4;
}
@media (max-width: 767px) {
  .by-category .by-category-items .by-category-item .top .price {
    font-size: 12px;
  }
}
.by-category .by-category-items .by-category-item .icon {
  width: 38px;
  height: 38px;
  background: #ff762b;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  bottom: 20px;
  right: 20px;
}
@media (max-width: 767px) {
  .by-category .by-category-items .by-category-item .icon {
    right: 15px;
    bottom: 15px;
    width: 30px;
    height: 30px;
  }
}
.by-category .by-category-items .by-category-item .icon img {
  margin: auto;
}
@media (max-width: 767px) {
  .by-category .by-category-items .by-category-item .icon img {
    width: 16px;
  }
}
.by-category .by-category-items .by-category-item .img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 200px;
}
@media (max-width: 1600px) {
  .by-category .by-category-items .by-category-item .img {
    height: 14vw;
  }
}
@media (max-width: 767px) {
  .by-category .by-category-items .by-category-item .img {
    height: 30vw;
  }
}
.by-category .by-category-items .by-category-item .img img {
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}

.pagination {
  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-top: 24px;
}
.pagination button {
  background: #ff762b;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 0.5;
}
.pagination button:hover {
  opacity: 1;
}
.pagination button img {
  margin: auto;
}
.pagination button.right-btn {
  margin-left: 8px;
}
.pagination button.left-btn {
  margin-right: 8px;
}
.pagination button.left-btn img {
  transform: rotate(180deg);
}
.pagination ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.pagination ul li {
  cursor: pointer;
}
.pagination ul li span {
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #a6a6a6;
  font-size: 14px;
  font-weight: 600;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  transition: 0.3s;
}
.pagination ul li.active span {
  background: #ff762b;
  color: white;
}

@media (max-width: 1200px) {
  .wholesale-brends-slider {
    width: calc(100% + 20px);
    margin-right: -20px;
  }
}
.wholesale-brends-slider .slick-list {
  margin: 0 -24px;
}
@media (max-width: 1400px) {
  .wholesale-brends-slider .slick-list {
    margin: 0 -10px;
  }
}
@media (max-width: 1200px) {
  .wholesale-brends-slider .slick-list {
    margin: 0;
  }
}
.wholesale-brends-slider .item {
  border-radius: 16px;
  margin: 0 24px;
  padding: 6px;
  border-radius: 16px;
  border: 0.5px solid #e5e6ea;
  background: #f7f7f7;
}
.wholesale-brends-slider .item:hover {
  background: rgb(229.15, 229.15, 229.15);
}
@media (max-width: 1400px) {
  .wholesale-brends-slider .item {
    margin: 0 10px;
  }
}
@media (max-width: 1200px) {
  .wholesale-brends-slider .item {
    margin: 0;
    margin-left: 10px;
  }
}
.wholesale-brends-slider .item .img-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
  width: 64px;
  height: 64px;
}
.wholesale-brends-slider .item .img-wrap img {
  width: 40px;
  height: 40px;
  margin: auto;
}

.banner {
  margin: 20px 0;
}
.banner .wrapper > .top {
  display: none;
}
@media (max-width: 1024px) {
  .banner .wrapper > .top {
    display: flex;
    margin-bottom: 15px;
    overflow-x: auto;
  }
  .banner .wrapper > .top::-webkit-scrollbar {
    width: 0px;
    height: 0;
  }
  .banner .wrapper > .top::-webkit-scrollbar-track {
    background: transparent;
  }
  .banner .wrapper > .top::-webkit-scrollbar-thumb {
    background: transparent;
  }
  .banner .wrapper > .top .scroll {
    display: flex;
    min-width: 720px;
    width: 720px;
  }
  .banner .wrapper > .top .style {
    white-space: nowrap;
  }
}
.banner .wrapper > .banner-title {
  display: none;
}
@media (max-width: 1500px) {
  .banner .wrapper > .banner-title {
    font-size: 5.7vw;
  }
}
@media (max-width: 1024px) {
  .banner .wrapper > .banner-title {
    font-size: 5vw;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .banner .wrapper > .banner-title {
    display: block;
    margin-bottom: 15px;
    min-height: 92px;
    font-size: 9vw;
  }
}
.banner .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1024px) {
  .banner .top {
    display: none;
  }
}
.banner .top .style {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50px;
  padding: 8px 12px;
  border: 1px solid #f1f1f2;
  margin-right: 10px;
}
@media (max-width: 1024px) {
  .banner .top .style {
    text-align: center;
  }
}
.banner .top .style img {
  margin-right: 5px;
}
.banner .top .style span {
  font-size: 12px;
  font-weight: 600;
  color: #45484d;
}
.banner .banner-title {
  font-size: 88px;
  font-weight: 600;
  color: #45484d;
  max-width: 850px;
  margin-bottom: 80px;
}
@media (max-width: 1500px) {
  .banner .banner-title {
    font-size: 5.7vw;
  }
}
@media (max-width: 1024px) {
  .banner .banner-title {
    font-size: 5vw;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .banner .banner-title {
    display: none;
  }
}
.banner .banner-title .typewriter-container {
  display: inline-block;
  background: #ff762b;
  color: white;
  border-radius: 26px;
  line-height: 100%;
  padding: 2px 10px 18px;
  min-height: 114px;
}
.banner .banner-title .typewriter-container.green-style {
  background: #2ac57a;
}
.banner .banner-title .typewriter-container.green-style span {
  color: white;
}
@media (max-width: 1400px) {
  .banner .banner-title .typewriter-container {
    min-height: 105px;
  }
}
@media (max-width: 1200px) {
  .banner .banner-title .typewriter-container {
    min-height: 94px;
  }
}
@media (max-width: 1024px) {
  .banner .banner-title .typewriter-container {
    padding: 6px 12px 12px 12px;
    border-radius: 16px;
    min-height: 72px;
  }
}
@media (max-width: 767px) {
  .banner .banner-title .typewriter-container {
    min-height: 13vw;
    padding: 8px;
    padding-bottom: 10px;
    padding-top: 4px;
  }
}
.banner .banner-title .typewriter-container img {
  margin-left: 10px;
  margin-right: 20px;
}
@media (max-width: 1400px) {
  .banner .banner-title .typewriter-container img {
    margin-bottom: -5px;
  }
}
@media (max-width: 1024px) {
  .banner .banner-title .typewriter-container img {
    display: none;
  }
}
.banner .banner-title #typewriter {
  display: inline-block;
  color: white;
  animation: blink 0.7s steps(2) infinite;
  font-size: 0.8em;
}
@media (max-width: 767px) {
  .banner .banner-title #typewriter {
    font-size: 8vw;
  }
}
.banner .banner-title #typewriter2 {
  display: inline-block;
  color: white;
  animation: blink 0.7s steps(2) infinite;
  font-size: 0.8em;
}
@media (max-width: 767px) {
  .banner .banner-title #typewriter2 {
    font-size: 8vw;
  }
}
@keyframes blink {
  50% {
    border-color: transparent;
  }
}
.banner .banner-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .banner .banner-info {
    flex-direction: column-reverse;
  }
}
.banner .banner-info .info-left {
  padding-right: 20px;
}
@media (max-width: 1600px) {
  .banner .banner-info .info-left {
    width: 60%;
  }
}
@media (max-width: 767px) {
  .banner .banner-info .info-left {
    width: 100%;
    padding: 0;
  }
  .banner .banner-info .info-left h1 {
    display: none;
  }
}
.banner .banner-info .img-slider {
  max-width: 660px;
  width: 100%;
  margin-bottom: 0;
}
@media (max-width: 1600px) {
  .banner .banner-info .img-slider {
    width: 40%;
    max-width: inherit;
  }
}
@media (max-width: 767px) {
  .banner .banner-info .img-slider {
    width: 100%;
    margin-bottom: 60px;
  }
}
.banner .banner-info .img-slider .slick-dots {
  bottom: 50px;
}
@media (max-width: 767px) {
  .banner .banner-info .img-slider .slick-dots {
    bottom: -30px;
  }
}
.banner .banner-info .img-slider .item {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  min-height: 440px;
  border-radius: 24px;
  padding: 16px;
}
@media (max-width: 767px) {
  .banner .banner-info .img-slider .item {
    min-height: 360px;
  }
}
.banner .banner-info .img-slider .item .img-wrap .links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  align-items: flex-start;
}
.banner .banner-info .img-slider .item .img-wrap .links a {
  border-radius: 24px;
  border: 1px solid #e5e6ea;
  background: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(2px);
  padding: 8px 12px;
  font-size: 20px;
  font-weight: 600;
  color: white;
  margin-bottom: 10px;
}
@media (max-width: 1024px) {
  .banner .banner-info .img-slider .item .img-wrap .links a {
    font-size: 16px;
  }
}
.banner .banner-info .img-slider .item .img-wrap .links a:hover {
  backdrop-filter: blur(10px);
}

.top-info-wrapper {
  border-radius: 28px;
  border: 1px solid #e6e6e6;
  background: #f7f7f7;
  padding: 10px;
  margin-bottom: 20px;
}
.top-info-wrapper .top-info-slider,
.top-info-wrapper .top-info-slider2 {
  margin-bottom: 0;
}
.top-info-wrapper .top-info-slider .slick-dots,
.top-info-wrapper .top-info-slider2 .slick-dots {
  display: none !important;
}
@media (max-width: 1200px) {
  .top-info-wrapper .top-info-slider .slick-dots,
  .top-info-wrapper .top-info-slider2 .slick-dots {
    display: flex !important;
    bottom: -40px;
  }
}
.top-info-wrapper .top-info-slider .slick-list,
.top-info-wrapper .top-info-slider2 .slick-list {
  margin: 0 -4px;
}
.top-info-wrapper .top-info-slider .item,
.top-info-wrapper .top-info-slider2 .item {
  width: 324px;
  margin-left: 10px;
}
@media (max-width: 767px) {
  .top-info-wrapper .top-info-slider .item,
  .top-info-wrapper .top-info-slider2 .item {
    width: 180px;
  }
}
.top-info-wrapper .top-info-slider .item .wrap,
.top-info-wrapper .top-info-slider2 .item .wrap {
  border-radius: 24px;
  border: 1.3px solid #e5e6ea;
  background: #fff;
  box-shadow: 0px 16px 34px 0px rgba(0, 26, 52, 0.06);
  padding: 16px;
  height: 246px;
  position: relative;
  z-index: 0;
  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;
}
@media (max-width: 767px) {
  .top-info-wrapper .top-info-slider .item .wrap,
  .top-info-wrapper .top-info-slider2 .item .wrap {
    height: 180px;
  }
}
.top-info-wrapper .top-info-slider .item .link,
.top-info-wrapper .top-info-slider2 .item .link {
  position: absolute;
  right: 15px;
  top: 15px;
  z-index: 10;
  border-radius: 50%;
  background: white;
  width: 24px;
  height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.top-info-wrapper .top-info-slider .item .link img,
.top-info-wrapper .top-info-slider2 .item .link img {
  margin: auto;
}
.top-info-wrapper .top-info-slider .item .name,
.top-info-wrapper .top-info-slider2 .item .name {
  font-size: 24px;
  font-weight: 600;
  color: #45484d;
  max-width: 150px;
}
@media (max-width: 767px) {
  .top-info-wrapper .top-info-slider .item .name,
  .top-info-wrapper .top-info-slider2 .item .name {
    font-size: 16px;
    max-width: 90px;
  }
}
.top-info-wrapper .top-info-slider .item .img,
.top-info-wrapper .top-info-slider2 .item .img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 170px;
}
@media (max-width: 767px) {
  .top-info-wrapper .top-info-slider .item .img,
  .top-info-wrapper .top-info-slider2 .item .img {
    width: 80px;
  }
}
.top-info-wrapper .top-info-slider .item .img img,
.top-info-wrapper .top-info-slider2 .item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.top-info-wrapper .top-info-slider .item .texts,
.top-info-wrapper .top-info-slider2 .item .texts {
  margin-top: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  align-items: flex-start;
}
.top-info-wrapper .top-info-slider .item .texts .price,
.top-info-wrapper .top-info-slider2 .item .texts .price {
  font-size: 16px;
  font-weight: 600;
  color: #45484d;
  margin-bottom: 4px;
}
@media (max-width: 767px) {
  .top-info-wrapper .top-info-slider .item .texts .price,
  .top-info-wrapper .top-info-slider2 .item .texts .price {
    font-size: 14px;
    margin-bottom: 2px;
  }
}
.top-info-wrapper .top-info-slider .item .texts .day,
.top-info-wrapper .top-info-slider2 .item .texts .day {
  border-radius: 50px;
  background: #ffefe4;
  padding: 5px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.top-info-wrapper .top-info-slider .item .texts .day img,
.top-info-wrapper .top-info-slider2 .item .texts .day img {
  margin-right: 5px;
}
.top-info-wrapper .top-info-slider .item .texts .day .orange,
.top-info-wrapper .top-info-slider2 .item .texts .day .orange {
  font-size: 12px;
  font-weight: 600;
  color: #ff762b;
}
.top-info-wrapper .top-info-slider .item .bg,
.top-info-wrapper .top-info-slider2 .item .bg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 246px;
  -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;
  padding: 16px;
  border-radius: 16px;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .top-info-wrapper .top-info-slider .item .bg,
  .top-info-wrapper .top-info-slider2 .item .bg {
    height: 180px;
  }
}
.top-info-wrapper .top-info-slider .item .bg h3,
.top-info-wrapper .top-info-slider2 .item .bg h3 {
  font-size: 24px;
  font-weight: 600;
  color: white;
  max-width: 150px;
}
@media (max-width: 767px) {
  .top-info-wrapper .top-info-slider .item .bg h3,
  .top-info-wrapper .top-info-slider2 .item .bg h3 {
    font-size: 16px;
    max-width: 80px;
  }
}
.top-info-wrapper .top-info-slider .item .bg .btn,
.top-info-wrapper .top-info-slider2 .item .bg .btn {
  padding: 14px 20px;
  border-radius: 50px;
  background: white;
  color: #45484d;
  font-size: 16px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .top-info-wrapper .top-info-slider .item .bg .btn,
  .top-info-wrapper .top-info-slider2 .item .bg .btn {
    font-size: 14px;
    padding: 10px 14px;
  }
}
.top-info-wrapper .top-info-slider .item .bg .btn:hover,
.top-info-wrapper .top-info-slider2 .item .bg .btn:hover {
  background: #ff762b;
  color: white;
}
.top-info-wrapper.top-info-wrapper2 {
  display: flex;
}
@media (max-width: 1400px) {
  .top-info-wrapper.top-info-wrapper2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media (max-width: 1024px) {
  .top-info-wrapper.top-info-wrapper2 {
    max-width: 700px;
    width: 100%;
    margin: 0 auto;
  }
}
.top-info-wrapper.top-info-wrapper2 .top-info-slider2 {
  width: 65%;
}
@media (max-width: 1400px) {
  .top-info-wrapper.top-info-wrapper2 .top-info-slider2 {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .top-info-wrapper.top-info-wrapper2 .top-info-slider2 {
    padding-right: 10px;
  }
}
.top-info-wrapper.top-info-wrapper2 .top-info-slider2 .item {
  margin: 0 5px;
}
@media (max-width: 1024px) {
  .top-info-wrapper.top-info-wrapper2 .top-info-slider2 .item .wrap {
    box-shadow: none;
  }
}
@media (max-width: 1024px) {
  .top-info-wrapper.top-info-wrapper2 .top-info-slider2 .item {
    width: 300px;
  }
}
@media (max-width: 767px) {
  .top-info-wrapper.top-info-wrapper2 .top-info-slider2 .item {
    width: 170px;
    margin: 0;
    margin-left: 10px;
  }
}
.top-info-wrapper.top-info-wrapper2 .consultation2-form {
  width: 35%;
  margin-left: 10px;
  border-radius: 24px;
  border: 1.3px solid #e6e6e6;
  background: #fff;
  padding: 20px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (max-width: 1400px) {
  .top-info-wrapper.top-info-wrapper2 .consultation2-form {
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
    align-items: center;
  }
}
.top-info-wrapper.top-info-wrapper2 .consultation2-form .form-wrap {
  margin-top: auto;
}
.top-info-wrapper.top-info-wrapper2 .consultation2-form .info-text {
  margin-bottom: 0;
}
.top-info-wrapper.top-info-wrapper2 .consultation2-form .center {
  font-size: 24px;
  text-align: center;
  max-width: 450px;
  line-height: 100%;
  width: 100%;
  margin: 0 auto 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.top-info-wrapper.top-info-wrapper2 .consultation2-form .center span {
  font-size: 24px;
  display: block;
  text-align: center;
}

.test-menu {
  margin: 100px 0;
}
.test-menu li {
  margin-bottom: 10px;
}
.test-menu li a {
  font-size: 20px;
  font-weight: 600;
  color: #ff762b;
}

.catalog-in-wrap {
  margin: 20px 0 50px;
}
.catalog-in-wrap .catalog-in-title-wrap h2 {
  font-weight: bold;
  font-size: 40px;
  color: #161320;
}
@media (max-width: 767px) {
  .catalog-in-wrap .catalog-in-title-wrap h2 {
    font-size: 30px;
  }
}
.catalog-in-wrap .catalog-in-title-wrap .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 5px;
}
.catalog-in-wrap .catalog-in-title-wrap .items .item {
  margin-right: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.catalog-in-wrap .catalog-in-title-wrap .items .item img {
  margin-right: 6px;
}
.catalog-in-wrap .catalog-in-title-wrap .items .item span {
  color: #0d0c1a;
  font-size: 14px;
  line-height: 20px;
}
.catalog-in-wrap .catalog-in-title-wrap .items .item span.blue {
  color: #4690ff;
}
.catalog-in-wrap .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 24px;
  align-items: flex-end;
}
.catalog-in-wrap .top .articul-text {
  color: rgba(0, 0, 0, 0.4);
  font-size: 14px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .catalog-in-wrap .top .articul-text {
    display: none;
  }
}
.catalog-in-wrap .information-list {
  margin-top: 32px;
}
@media (max-width: 1200px) {
  .catalog-in-wrap .information-list {
    margin-top: 24px;
  }
}
.catalog-in-wrap .information:not(:last-child) {
  margin-bottom: 32px;
}
@media (max-width: 1200px) {
  .catalog-in-wrap .information:not(:last-child) {
    margin-bottom: 24px;
  }
}
.catalog-in-wrap .information h3 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 15px;
  color: #45484d;
  line-height: 1.4;
  margin-bottom: 12px;
}
.catalog-in-wrap .information .information__list {
  display: flex;
  flex-wrap: wrap;
  column-gap: 120px;
  row-gap: 12px;
  justify-content: space-between;
}
@media (min-width: 1440px) {
  .catalog-in-wrap .information .information__list {
    padding-right: 130px;
  }
}
@media (max-width: 1200px) {
  .catalog-in-wrap .information .information__list {
    column-gap: 60px;
  }
}
@media (max-width: 992px) {
  .catalog-in-wrap .information .information__list {
    column-gap: 20px;
  }
}
@media (max-width: 576px) {
  .catalog-in-wrap .information .information__list {
    column-gap: 0;
  }
}
.catalog-in-wrap .information .information__list.visible .information__item--hidden {
  display: flex;
}
.catalog-in-wrap .information .information__item {
  width: calc(50% - 120px);
  display: flex;
  justify-content: space-between;
  word-break: break-word;
}
.catalog-in-wrap .information .information__item.information__item--hidden {
  display: none;
}
@media (max-width: 1200px) {
  .catalog-in-wrap .information .information__item {
    width: calc(50% - 60px);
  }
}
@media (max-width: 992px) {
  .catalog-in-wrap .information .information__item {
    width: calc(50% - 20px);
  }
}
@media (max-width: 576px) {
  .catalog-in-wrap .information .information__item {
    width: 100%;
  }
}
.catalog-in-wrap .information .field-label {
  font-size: 14px;
  line-height: 140%;
  color: rgba(13, 12, 26, 0.5019607843);
  margin-right: 6px;
}
.catalog-in-wrap .information .information__divider {
  flex: 1;
  border-bottom: 1px solid #e5e6ea;
  margin-right: 6px;
  min-width: 20px;
  margin-bottom: 5px;
}
.catalog-in-wrap .information .field-value {
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #45484d;
  text-align: right;
}
.catalog-in-wrap .information .list {
  max-height: 300px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .catalog-in-wrap .information .list {
    max-height: 295px;
  }
}
.catalog-in-wrap .information .list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 12px;
  margin-bottom: 12px;
  border-bottom: 1px solid #e5e6ea;
}
.catalog-in-wrap .information .list li:last-child {
  border-color: transparent;
}
.catalog-in-wrap .information .list li .grey {
  color: rgba(13, 12, 26, 0.5);
}
@media (max-width: 767px) {
  .catalog-in-wrap .information .list li .grey {
    font-size: 14px;
    white-space: nowrap;
    padding-right: 5px;
  }
}
.catalog-in-wrap .information .list li .black {
  color: #45484d;
  max-width: 500px;
  align-self: flex-end;
  text-align: right;
}
@media (max-width: 767px) {
  .catalog-in-wrap .information .list li .black {
    font-size: 14px;
  }
}
.catalog-in-wrap .information .list.visible {
  max-height: inherit;
}
.catalog-in-wrap .information .read-btn {
  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;
  padding: 12px 16px;
  border-radius: 50px;
  border: 1px solid #e6e6e6;
  font-size: 14px;
  font-weight: 600;
  color: #45484d;
  min-height: 52px;
  margin-top: 12px;
}
@media (max-width: 767px) {
  .catalog-in-wrap .information .read-btn {
    min-height: 40px;
    padding: 8px 12px;
  }
}
.catalog-in-wrap .information .read-btn img {
  margin-left: 8px;
  transition: 0.3s;
}
.catalog-in-wrap .information .read-btn img.rotate {
  transform: rotate(180deg);
}
.catalog-in-wrap .information .texts {
  max-height: 132px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .catalog-in-wrap .information .texts {
    max-height: 130px;
  }
}
.catalog-in-wrap .information .texts p {
  font-size: 16px;
  color: #45484d;
}
@media (max-width: 767px) {
  .catalog-in-wrap .information .texts p {
    font-size: 14px;
  }
}
.catalog-in-wrap .information .texts.visible {
  max-height: inherit;
}
.catalog-in-wrap .catalog-in-info-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 1200px) {
  .catalog-in-wrap .catalog-in-info-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.catalog-in-wrap .catalog-in-info-wrap .catalog-in-info1 {
  width: calc(30% - 20px);
}
@media (max-width: 1200px) {
  .catalog-in-wrap .catalog-in-info-wrap .catalog-in-info1 {
    width: 100%;
    margin: 20px 0;
  }
}
.catalog-in-wrap .catalog-in-info-wrap .catalog-in-info1 .brend-top {
  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: 20px;
}
@media (max-width: 1200px) {
  .catalog-in-wrap .catalog-in-info-wrap .catalog-in-info1 .brend-top {
    display: none;
  }
}
.catalog-in-wrap .catalog-in-info-wrap .catalog-in-info1 .brend-top .left-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.catalog-in-wrap .catalog-in-info-wrap .catalog-in-info1 .brend-top .left-info .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 10px;
  width: 48px;
  min-width: 48px;
  height: 48px;
  border-radius: 12px;
  background: #f3f6ff;
}
.catalog-in-wrap .catalog-in-info-wrap .catalog-in-info1 .brend-top .left-info .icon img {
  margin: auto;
}
.catalog-in-wrap .catalog-in-info-wrap .catalog-in-info1 .brend-top .left-info .texts b {
  font-size: 14px;
  font-weight: 500;
  color: #1f4cea;
  display: block;
}
.catalog-in-wrap .catalog-in-info-wrap .catalog-in-info1 .brend-top .left-info .texts span {
  color: rgba(13, 12, 26, 0.5);
  font-size: 12px;
}
.catalog-in-wrap .catalog-in-info-wrap .catalog-in-info1 .brend-top .right-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.catalog-in-wrap .catalog-in-info-wrap .catalog-in-info1 .brend-top .right-info .num {
  padding: 4px 10px;
  border-radius: 12px;
  background: #f3f6ff;
  font-size: 12px;
  font-weight: 500;
  color: #1f4cea;
  margin-right: 3px;
}
.catalog-in-wrap .catalog-in-info-wrap .catalog-in-info1 .brend-top .right-info .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.catalog-in-wrap .catalog-in-info-wrap .catalog-in-info1 > p {
  margin-bottom: 8px;
  color: rgba(13, 12, 26, 0.5);
  font-size: 14px;
}
.catalog-in-wrap .catalog-in-info-wrap .catalog-in-info1 > .text {
  margin-bottom: 14px;
  color: #45484d;
  font-size: 14px;
  font-weight: 500;
  display: block;
}
.catalog-in-wrap .catalog-in-info-wrap .catalog-in-info1 .blue {
  display: block;
  margin-bottom: 12px;
  color: #1f4cea;
  font-size: 14px;
  font-weight: 500;
}
.catalog-in-wrap .catalog-in-info-wrap .catalog-in-info1 .more {
  display: block;
  margin-top: 4px;
  color: #1f4cea;
  font-size: 14px;
  font-weight: 500;
}
.catalog-in-wrap .catalog-in-info-wrap .catalog-in-info1 .texts {
  max-height: 82px;
  overflow: hidden;
  margin: 5px 0;
}
.catalog-in-wrap .catalog-in-info-wrap .catalog-in-info1 .texts p {
  font-size: 14px;
  color: #45484d;
}
.catalog-in-wrap .catalog-in-info-wrap .catalog-in-info1 .radios {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
.catalog-in-wrap .catalog-in-info-wrap .catalog-in-info1 .radios .radio-wrap {
  margin-right: 10px;
  margin-bottom: 10px;
}
.catalog-in-wrap .catalog-in-info-wrap .catalog-in-info2 {
  width: calc(30% - 20px);
}
@media (max-width: 1200px) {
  .catalog-in-wrap .catalog-in-info-wrap .catalog-in-info2 {
    width: 100%;
  }
}
.catalog-in-wrap .catalog-in-info-wrap .catalog-in-info2 .consultation-form {
  margin-bottom: 20px;
}
@media (max-width: 576px) {
  .catalog-in-wrap .catalog-in-info-wrap .catalog-in-info2 .consultation-form {
    margin-bottom: 24px;
  }
}
.catalog-in-wrap .catalog-in-info-wrap .catalog-in-info2 .consultation-form > .info-text {
  font-weight: 400;
}
.catalog-in-wrap .catalog-in-info-wrap .catalog-in-info2 .request-price {
  border-radius: 24px;
  padding: 28px 20px;
  background: white;
  box-shadow: 0px 10px 34px 0px rgba(13, 12, 26, 0.07);
  margin-bottom: 12px;
}
.catalog-in-wrap .catalog-in-info-wrap .catalog-in-info2 .request-price .price-info {
  margin-bottom: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.catalog-in-wrap .catalog-in-info-wrap .catalog-in-info2 .request-price .price-info .new {
  margin-right: 8px;
  font-size: 40px;
  font-weight: bold;
  color: #45484d;
}
@media (max-width: 767px) {
  .catalog-in-wrap .catalog-in-info-wrap .catalog-in-info2 .request-price .price-info .new {
    font-size: 30px;
    margin-right: 10px;
  }
}
.catalog-in-wrap .catalog-in-info-wrap .catalog-in-info2 .request-price .price-info .old {
  margin-right: 10px;
  font-size: 18px;
  font-weight: 600;
  color: rgba(13, 12, 26, 0.5);
  text-decoration: line-through;
}
@media (max-width: 767px) {
  .catalog-in-wrap .catalog-in-info-wrap .catalog-in-info2 .request-price .price-info .old {
    font-size: 16px;
  }
}
.catalog-in-wrap .catalog-in-info-wrap .catalog-in-info2 .request-price .price-info .persent {
  font-size: 16px;
  font-weight: 600;
  color: white;
  padding: 4px 8px;
  border-radius: 50px;
  background: #32c77f;
}
.catalog-in-wrap .catalog-in-info-wrap .catalog-in-info2 .request-price .partner-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  color: rgba(13, 12, 26, 0.5);
  margin-bottom: 12px;
}
.catalog-in-wrap .catalog-in-info-wrap .catalog-in-info2 .request-price .partner-text img {
  margin-right: 8px;
}
.catalog-in-wrap .catalog-in-info-wrap .catalog-in-info2 .request-price .blue-btn {
  height: 56px;
  width: 100%;
  border-radius: 16px;
  background: #1f4cea;
  color: white;
  font-size: 16px;
  font-weight: bold;
  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;
}
.catalog-in-wrap .catalog-in-info-wrap .catalog-in-info2 .request-price .blue-btn:hover {
  opacity: 0.9;
}
.catalog-in-wrap .catalog-in-info-wrap .catalog-in-info2 .request-price .style-text {
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid rgba(134, 134, 141, 0.2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.catalog-in-wrap .catalog-in-info-wrap .catalog-in-info2 .request-price .style-text .number {
  margin-right: 5px;
  border-radius: 4px;
  background: #ff762b;
  font-size: 11px;
  font-weight: bold;
  width: 20px;
  height: 20px;
  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;
  color: white;
}
.catalog-in-wrap .catalog-in-info-wrap .catalog-in-info2 .request-price .style-text p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: rgba(13, 12, 26, 0.5);
  font-size: 14px;
}
.catalog-in-wrap .catalog-in-info-wrap .catalog-in-info2 .request-price .style-text p .orange {
  color: #ff762b;
  margin-right: 5px;
}
.catalog-in-wrap .catalog-in-info-wrap .catalog-in-info2 .delivery-text {
  text-align: center;
  margin-top: 12px;
  margin-bottom: 24px;
  font-size: 16px;
  font-weight: 600;
  color: #45484d;
}
.catalog-in-wrap .catalog-in-info-wrap .catalog-in-info2 .delivery-text span {
  color: rgba(0, 0, 0, 0.5);
}
.catalog-in-wrap .catalog-in-info-wrap .catalog-in-info2 .payment-methods {
  margin-top: 24px;
}
.catalog-in-wrap .catalog-in-info-wrap .catalog-in-info2 .payment-methods .items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 8px;
}
@media (max-width: 1200px) {
  .catalog-in-wrap .catalog-in-info-wrap .catalog-in-info2 .payment-methods .items {
    display: flex;
  }
}
.catalog-in-wrap .catalog-in-info-wrap .catalog-in-info2 .payment-methods .items .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 4px 10px;
  border-radius: 12px;
  background: #f7f7f7;
  max-width: 80px;
  width: 100%;
  height: 44px;
}
.catalog-in-wrap .catalog-in-info-wrap .catalog-in-info2 .payment-methods .items .item:hover {
  background: rgb(234.25, 234.25, 234.25);
}
@media (max-width: 1200px) {
  .catalog-in-wrap .catalog-in-info-wrap .catalog-in-info2 .payment-methods .items .item {
    max-width: 59px;
  }
}
.catalog-in-wrap .catalog-in-info-wrap .catalog-in-info2 .payment-methods .items .item img {
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}
.catalog-in-wrap .catalog-in-info-wrap .catalog-in-info2 .payment-methods span {
  display: block;
  margin-bottom: 12px;
  font-size: 14px;
  color: #45484d;
}
.catalog-in-wrap .catalog-in-info-wrap .catalog-in-info2 .consultation-form input {
  border: 1.3px solid #e5e6ea;
  margin-bottom: 8px;
}
.catalog-in-wrap .catalog-in-info-wrap .catalog-in-info2 .consultation-form button {
  width: 100%;
}
.catalog-in-wrap .catalog-in-info-wrap .catalog-in-slider-wrap {
  width: calc(40% - 20px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-self: flex-start;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 1200px) {
  .catalog-in-wrap .catalog-in-info-wrap .catalog-in-slider-wrap {
    width: 100%;
  }
}
.catalog-in-wrap .catalog-in-info-wrap .catalog-in-slider-wrap .small-sliders {
  position: relative;
  z-index: 0;
  width: 60px;
  margin-right: 20px;
  min-width: 60px;
}
@media (max-width: 1200px) {
  .catalog-in-wrap .catalog-in-info-wrap .catalog-in-slider-wrap .small-sliders {
    display: none;
  }
}
.catalog-in-wrap .catalog-in-info-wrap .catalog-in-slider-wrap .small-sliders .slider-nav .item {
  padding: 8px 5px;
  margin-bottom: 12px;
  background: #f3f6ff;
  transition: 0.3s;
  border: 1px solid #f3f6ff;
  border-radius: 12px;
  max-height: 60px;
}
.catalog-in-wrap .catalog-in-info-wrap .catalog-in-slider-wrap .small-sliders .slider-nav .item .img-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  min-width: 40px;
}
.catalog-in-wrap .catalog-in-info-wrap .catalog-in-slider-wrap .small-sliders .slider-nav .item .img-wrap img {
  max-width: 100%;
  max-height: 100%;
  margin: auto;
}
.catalog-in-wrap .catalog-in-info-wrap .catalog-in-slider-wrap .small-sliders .slider-nav .item.slick-current {
  background: #d1dbff;
  border-color: #1f4cea;
}
.catalog-in-wrap .catalog-in-info-wrap .catalog-in-slider-wrap .big-slider {
  position: relative;
  z-index: 0;
  width: calc(100% - 80px);
}
@media (max-width: 1200px) {
  .catalog-in-wrap .catalog-in-info-wrap .catalog-in-slider-wrap .big-slider {
    width: 100%;
    margin-bottom: 54px;
  }
}
@media (max-width: 992px) {
  .catalog-in-wrap .catalog-in-info-wrap .catalog-in-slider-wrap .big-slider {
    margin-bottom: 47px;
  }
}
@media (max-width: 576px) {
  .catalog-in-wrap .catalog-in-info-wrap .catalog-in-slider-wrap .big-slider {
    margin-bottom: 39px;
  }
}
.catalog-in-wrap .catalog-in-info-wrap .catalog-in-slider-wrap .big-slider .slick-dots {
  bottom: 20px;
}
@media (max-width: 1200px) {
  .catalog-in-wrap .catalog-in-info-wrap .catalog-in-slider-wrap .big-slider .slick-dots {
    bottom: -20px;
  }
}
.catalog-in-wrap .catalog-in-info-wrap .catalog-in-slider-wrap .big-slider .slider-navigation button {
  margin: 0;
  padding: 0;
  cursor: pointer;
  width: 40px;
  height: 40px;
  border-radius: 1000px;
  background: #fff;
  z-index: 100;
  box-shadow: 0px 4px 34px 0px rgba(0, 26, 52, 0.14);
}
.catalog-in-wrap .catalog-in-info-wrap .catalog-in-slider-wrap .big-slider .slider-navigation button:hover {
  box-shadow: 0px 4px 34px 0px rgba(0, 26, 52, 0.33);
}
.catalog-in-wrap .catalog-in-info-wrap .catalog-in-slider-wrap .big-slider .slider-navigation button.slick-prev {
  left: -15px;
}
@media (max-width: 767px) {
  .catalog-in-wrap .catalog-in-info-wrap .catalog-in-slider-wrap .big-slider .slider-navigation button.slick-prev {
    left: -10px;
  }
}
.catalog-in-wrap .catalog-in-info-wrap .catalog-in-slider-wrap .big-slider .slider-navigation button.slick-prev img {
  transform: rotate(180deg);
}
.catalog-in-wrap .catalog-in-info-wrap .catalog-in-slider-wrap .big-slider .slider-navigation button.slick-next {
  right: -15px;
}
@media (max-width: 767px) {
  .catalog-in-wrap .catalog-in-info-wrap .catalog-in-slider-wrap .big-slider .slider-navigation button.slick-next {
    right: -10px;
  }
}
.catalog-in-wrap .catalog-in-info-wrap .catalog-in-slider-wrap .big-slider .slider-navigation button:before {
  content: none;
}
.catalog-in-wrap .catalog-in-info-wrap .catalog-in-slider-wrap .big-slider .slider-for {
  margin-bottom: 0px;
}
.catalog-in-wrap .catalog-in-info-wrap .catalog-in-slider-wrap .big-slider .slider-for .item {
  background: #f7f7f7;
  padding: 30px 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 24px;
  overflow: hidden;
}
.catalog-in-wrap .catalog-in-info-wrap .catalog-in-slider-wrap .big-slider .slider-for .item .img {
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 480px;
  width: 100%;
}
@media (max-width: 767px) {
  .catalog-in-wrap .catalog-in-info-wrap .catalog-in-slider-wrap .big-slider .slider-for .item .img {
    min-height: inherit;
  }
}
.catalog-in-wrap .catalog-in-info-wrap .catalog-in-slider-wrap .big-slider .slider-for .item .img img {
  max-width: 100%;
  max-height: 100%;
  margin: auto;
}
.catalog-in-wrap .catalog-in-info-wrap .catalog-in-info-slider {
  width: 100%;
  border-radius: 16px;
  margin-top: 8px;
  padding: 8px;
  background: #f3f6ff;
}
@media (max-width: 1200px) {
  .catalog-in-wrap .catalog-in-info-wrap .catalog-in-info-slider.catalog-in-info-slider--desktop {
    display: none;
  }
}
.catalog-in-wrap .catalog-in-info-wrap .catalog-in-info-slider.catalog-in-info-slider--mobile {
  display: none;
}
@media (max-width: 1200px) {
  .catalog-in-wrap .catalog-in-info-wrap .catalog-in-info-slider.catalog-in-info-slider--mobile {
    display: block;
  }
}
.catalog-in-wrap .catalog-in-info-wrap .catalog-in-info-slider .slick-list {
  margin: 0 -4px;
}
@media (max-width: 767px) {
  .catalog-in-wrap .catalog-in-info-wrap .catalog-in-info-slider .slick-list {
    margin: 0;
  }
}
.catalog-in-wrap .catalog-in-info-wrap .catalog-in-info-slider .item {
  padding: 14px 10px 10px 14px;
  border-radius: 16px;
  border: 1.3px solid #e5e6ea;
  background: #fff;
  min-height: 157px;
  position: relative;
  z-index: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0 4px;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .catalog-in-wrap .catalog-in-info-wrap .catalog-in-info-slider .item {
    width: 160px;
    margin: 0;
    margin-left: 8px;
  }
}
.catalog-in-wrap .catalog-in-info-wrap .catalog-in-info-slider .item .text {
  font-size: 14px;
  font-weight: 600;
  max-width: 90px;
  color: #45484d;
}
.catalog-in-wrap .catalog-in-info-wrap .catalog-in-info-slider .item .text.white-text {
  color: white;
}
.catalog-in-wrap .catalog-in-info-wrap .catalog-in-info-slider .item .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: -1;
}
.catalog-in-wrap .catalog-in-info-wrap .catalog-in-info-slider .item .style {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-top: auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #ffefe4;
  border-radius: 50px;
  padding: 4px;
}
.catalog-in-wrap .catalog-in-info-wrap .catalog-in-info-slider .item .style img {
  margin-right: 5px;
}
.catalog-in-wrap .catalog-in-info-wrap .catalog-in-info-slider .item .style .orange {
  color: #ff762b;
  font-size: 12px;
  font-weight: 600;
}
.catalog-in-wrap .catalog-in-info-wrap .catalog-in-info-slider .item .white-btn {
  margin-top: auto;
  border-radius: 50px;
  font-size: 13px;
  font-weight: 500;
  padding: 14px;
  background: white;
  color: #45484d;
}
.catalog-in-wrap .catalog-in-info-wrap .catalog-in-info-slider .item .img-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 55%;
  right: 0;
  transform: translateY(-50%);
  z-index: -1;
}
.catalog-in-wrap .catalog-in-info-wrap .catalog-in-info-slider .item .img-wrap img {
  max-width: 100%;
  max-height: 100%;
}
.catalog-in-wrap .catalog-in__title {
  font-weight: 700;
  font-size: 30px;
  line-height: 140%;
  color: #45484d;
  margin-bottom: 32px;
}
@media (max-width: 1600px) {
  .catalog-in-wrap .catalog-in__title {
    font-size: 26px;
  }
}
@media (max-width: 576px) {
  .catalog-in-wrap .catalog-in__title {
    font-size: 20px;
  }
}
@media (max-width: 1200px) {
  .catalog-in-wrap .catalog-in__description {
    display: none;
  }
}
.catalog-in-wrap .catalog-in__description .field-item:not(:last-child) {
  margin-bottom: 16px;
}
.catalog-in-wrap .catalog-in__description .field-label,
.catalog-in-wrap .catalog-in__description .field-text {
  font-size: 14px;
  line-height: 1.4;
}
.catalog-in-wrap .catalog-in__description .field-label {
  margin-bottom: 4px;
  color: rgba(13, 12, 26, 0.5019607843);
}
.catalog-in-wrap .catalog-in__description .field-text {
  color: #45484d;
}

.consultation-form {
  border-radius: 24px;
  border: 1.3px solid #e5e6ea;
  background: white;
  box-shadow: 0px 16px 34px 0px rgba(0, 26, 52, 0.06);
  padding: 16px;
}
.consultation-form h3 {
  color: white;
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  max-width: 300px;
  margin: 0 auto 12px;
}
.consultation-form h3 {
  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;
  font-size: 18px;
  font-weight: 600;
  color: #45484d;
}
.consultation-form h3 span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  font-weight: bold;
  color: #ff762b;
}
.consultation-form h3 img {
  margin: 0 3px;
}
.consultation-form .text {
  margin-bottom: 16px;
  text-align: center;
  color: rgba(255, 255, 255, 0.5);
}
.consultation-form input {
  width: 100%;
  height: 56px;
  margin-bottom: 8px;
  background: white;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.1);
  padding: 0 20px;
  font-weight: 500;
  color: #97969d;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .consultation-form input {
    border: 1.3px solid #e5e6ea;
  }
}
.consultation-form .info-text {
  text-align: center;
  margin-top: 16px;
  font-size: 14px;
  font-weight: 600;
  color: rgba(151, 150, 157, 0.5);
}
.consultation-form .info-text a {
  display: inline;
  font-size: 14px;
  font-weight: 600;
  color: rgba(151, 150, 157, 0.5);
  border-bottom: 1px solid rgba(151, 150, 157, 0.5);
}
.consultation-form .info-text a:hover {
  border-color: transparent;
}

.other {
  padding: 70px 0;
}
@media (max-width: 767px) {
  .other {
    padding: 40px 0;
  }
}
.other .top {
  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;
  margin-bottom: 30px;
}
.other .top h2 {
  font-size: 40px;
  font-weight: bold;
  color: #45484d;
}
@media (max-width: 767px) {
  .other .top h2 {
    font-size: 24px;
    padding-right: 20px;
  }
}
.other .top h2 b {
  color: rgba(0, 0, 0, 0.5);
}
.other .top .all {
  font-size: 20px;
  font-weight: bold;
  color: #97969d;
}
.other .top .all:hover {
  color: #ff762b;
}
@media (max-width: 767px) {
  .other .top .all {
    font-size: 18px;
  }
}
.other .other-slider-wrap {
  position: relative;
  z-index: 0;
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .other .other-slider-wrap .slider-navigation {
    display: none;
  }
}
.other .other-slider-wrap .other-slider .slick-dots {
  bottom: -40px;
}
.other .other-slider-wrap .other-slider .item {
  margin: 0 10px;
  width: 222px;
}

.consultation-form-wrap {
  max-width: 660px;
  margin: 50px auto 0;
  width: 100%;
  padding: 32px 24px;
  border-radius: 24px;
  border: 1.3px solid #e6e6e6;
}
.consultation-form-wrap > p {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 24px;
  font-weight: 600;
  color: #45484d;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .consultation-form-wrap > p {
    font-size: 15px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.consultation-form-wrap > p .orange {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 5px;
  font-size: 24px;
  font-weight: bold;
  color: #ff762b;
}
@media (max-width: 767px) {
  .consultation-form-wrap > p .orange {
    font-size: 15px;
  }
}
.consultation-form-wrap > p .orange img {
  margin-right: 5px;
}
.consultation-form-wrap .info-text {
  color: rgba(151, 150, 157, 0.5);
}
.consultation-form-wrap .info-text a {
  color: rgba(151, 150, 157, 0.5);
  border-color: rgba(151, 150, 157, 0.5);
}
@media (max-width: 767px) {
  .consultation-form-wrap input {
    border: 1.3px solid #e5e6ea;
  }
}

.reviews-wrap {
  margin-bottom: 50px;
}
.reviews-wrap .main-title2 {
  margin-bottom: 30px;
}
.reviews-wrap .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .reviews-wrap .info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.reviews-wrap .info .reviews-items {
  max-width: 1120px;
  width: 100%;
}
.reviews-wrap .info .reviews-items .reviews-item {
  padding: 16px;
  margin-bottom: 16px;
  border-radius: 24px;
  border: 1px solid #e5e6ea;
  background: #fff;
}
.reviews-wrap .info .reviews-items .reviews-item .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 16px;
}
.reviews-wrap .info .reviews-items .reviews-item .top .person {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.reviews-wrap .info .reviews-items .reviews-item .top .person .img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  min-width: 40px;
  margin-right: 10px;
  border-radius: 50%;
  overflow: hidden;
}
.reviews-wrap .info .reviews-items .reviews-item .top .person .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.reviews-wrap .info .reviews-items .reviews-item .top .person .texts span {
  display: block;
  font-size: 14px;
  color: #45484d;
  line-height: 20px;
}
.reviews-wrap .info .reviews-items .reviews-item .top .rate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 13px;
  font-weight: 500;
  color: #45484d;
}
.reviews-wrap .info .reviews-items .reviews-item .top .rate img {
  margin-right: 6px;
}
.reviews-wrap .info .reviews-items .reviews-item .style-wrap {
  margin-bottom: 16px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: none;
  padding: 0;
}
.reviews-wrap .info .reviews-items .reviews-item .style-wrap > span {
  border-radius: 20px;
  border: 1px solid #e5e6ea;
  background: #fff;
  padding: 3px 8px;
  color: #45484d;
  font-size: 13px;
  margin-right: 10px;
}
.reviews-wrap .info .reviews-items .reviews-item .style-wrap .style {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 4px;
  padding-right: 8px;
  border-radius: 50px;
  background: #ffe3db;
}
.reviews-wrap .info .reviews-items .reviews-item .style-wrap .style img {
  margin-right: 4px;
}
.reviews-wrap .info .reviews-items .reviews-item .style-wrap .style .red {
  color: #ff2511;
  font-size: 13px;
}
.reviews-wrap .info .reviews-items .reviews-item > .text {
  font-size: 15px;
  font-weight: 600;
  color: #45484d;
}
.reviews-wrap .info .reviews-items .pagination {
  margin-top: 20px;
}
.reviews-wrap .info .leave-feedback {
  width: 500px;
  min-width: 500px;
  margin-left: 20px;
  border-radius: 24px;
  padding: 20px;
  background: #fff;
  box-shadow: 0px 10px 34px 0px rgba(13, 12, 26, 0.07);
  align-self: flex-start;
}
@media (max-width: 1024px) {
  .reviews-wrap .info .leave-feedback {
    width: 100%;
    min-width: 100%;
    margin: 0;
    margin-top: 30px;
  }
}
.reviews-wrap .info .leave-feedback .top {
  margin-bottom: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.reviews-wrap .info .leave-feedback .top p {
  font-size: 20px;
  font-weight: 600;
  color: #a4a4a6;
}
@media (max-width: 767px) {
  .reviews-wrap .info .leave-feedback .top p {
    font-size: 16px;
  }
}
.reviews-wrap .info .leave-feedback .top p span {
  display: block;
  color: #45484d;
}
.reviews-wrap .info .leave-feedback .top .link {
  font-size: 20px;
  font-weight: 600;
  color: #a4a4a6;
}
@media (max-width: 767px) {
  .reviews-wrap .info .leave-feedback .top .link {
    font-size: 16px;
  }
}
.reviews-wrap .info .leave-feedback .rating {
  border-bottom: 1px solid #eeeff1;
  padding-bottom: 12px;
  margin-bottom: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.reviews-wrap .info .leave-feedback .rating b {
  font-size: 24px;
  display: inline-block;
  margin-right: 15px;
  color: #45484d;
  font-weight: 700;
}
.reviews-wrap .info .leave-feedback .rating .star-wrap p {
  font-size: 14px;
  color: #a4a4a6;
}
.reviews-wrap .info .leave-feedback .rating .star-wrap p span {
  font-size: 14px;
  color: #a4a4a6;
}
.reviews-wrap .info .leave-feedback .rating .star-wrap .stars img {
  width: 21px;
  height: 20px;
  margin-right: 6px;
}
.reviews-wrap .info .leave-feedback .orange-btn {
  padding: 10px 16px 12px 16px;
  background: #ff8616;
  border-radius: 16px;
  width: 100%;
  height: 50px;
  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;
  color: white;
  font-size: 16px;
  font-weight: bold;
  margin: 16px 0;
}
.reviews-wrap .info .leave-feedback .other-btn {
  text-align: center;
  display: block;
  width: 100%;
  font-weight: 600;
  color: #a4a4a6;
}
.reviews-wrap .info .leave-feedback .progress-wrap .bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 8px;
}
.reviews-wrap .info .leave-feedback .progress-wrap .bar .grey {
  min-width: 65px;
  padding-right: 4px;
  font-size: 14px;
  color: #9298a0;
}
.reviews-wrap .info .leave-feedback .progress-wrap .bar .progress {
  flex-grow: 1;
  height: 8px;
  border-radius: 10px;
  background: #dddddd;
  position: relative;
  z-index: 0;
}
.reviews-wrap .info .leave-feedback .progress-wrap .bar .progress .progress-line {
  background: #ff762b;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  border-radius: 10px;
}
.reviews-wrap .info .leave-feedback .progress-wrap .bar .black {
  min-width: 35px;
  font-size: 14px;
  text-align: right;
  color: #45484d;
}

.in-stock {
  margin: 70px 0;
}
@media (max-width: 1024px) {
  .in-stock {
    margin: 30px 0;
  }
}
.in-stock .main-title {
  max-width: 960px;
  width: 100%;
  margin: 0 auto 50px;
  text-align: center;
}
@media (max-width: 1200px) {
  .in-stock .main-title {
    max-width: 700px;
  }
}
@media (max-width: 1024px) {
  .in-stock .main-title {
    max-width: 500px;
  }
}
@media (max-width: 767px) {
  .in-stock .main-title {
    margin-bottom: 30px;
  }
}
.in-stock form {
  padding: 32px 28px;
  background: #fff;
  border: 1.3px solid #e6e6e6;
  border-radius: 24px;
  max-width: 660px;
  width: 100%;
  margin: 0 auto;
}
.in-stock form .center {
  text-align: center;
  font-size: 24px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (max-width: 1024px) {
  .in-stock form .center {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .in-stock form .center {
    font-size: 16px;
  }
}
.in-stock form .info-text {
  font-size: 14px;
  text-align: center !important;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: block !important;
}

.expertise {
  margin-top: 70px;
}
@media (max-width: 767px) {
  .expertise {
    margin-top: 30px;
  }
}
.expertise .wrapper {
  text-align: center;
}
.expertise .main-title {
  max-width: 960px;
  width: 100%;
  margin: 0 auto 40px;
  text-align: center;
}
@media (max-width: 767px) {
  .expertise .main-title {
    margin-bottom: 20px;
  }
}
.expertise .expertise-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .expertise .expertise-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.expertise .expertise-info .expertise-slider-wrap {
  width: calc(60% - 10px);
  position: relative;
  z-index: 0;
}
@media (max-width: 1450px) {
  .expertise .expertise-info .expertise-slider-wrap {
    width: calc(45% - 10px);
  }
}
@media (max-width: 1024px) {
  .expertise .expertise-info .expertise-slider-wrap {
    width: calc(50% - 10px);
  }
}
@media (max-width: 767px) {
  .expertise .expertise-info .expertise-slider-wrap {
    width: 100%;
    margin-bottom: 30px;
  }
}
.expertise .expertise-info .expertise-slider-wrap .expertise-slider .item {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  min-height: 530px;
  border-radius: 24px;
}
@media (max-width: 767px) {
  .expertise .expertise-info .expertise-slider-wrap .expertise-slider .item {
    min-height: 60vw;
  }
}
.expertise .expertise-info .expertise-info-wrap {
  width: calc(40% - 10px);
  text-align: left;
}
@media (max-width: 1450px) {
  .expertise .expertise-info .expertise-info-wrap {
    width: calc(55% - 10px);
  }
}
@media (max-width: 1024px) {
  .expertise .expertise-info .expertise-info-wrap {
    width: calc(50% - 10px);
  }
}
@media (max-width: 767px) {
  .expertise .expertise-info .expertise-info-wrap {
    width: 100%;
  }
}
.expertise .expertise-info .expertise-info-wrap .expertise-info-slider {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
@media (max-width: 1024px) {
  .expertise .expertise-info .expertise-info-wrap .expertise-info-slider {
    display: block;
  }
}
.expertise .expertise-info .expertise-info-wrap .expertise-info-slider .item {
  padding: 20px;
  border-radius: 24px;
  border: 1.3px solid #e5e6ea;
}
@media (max-width: 1024px) {
  .expertise .expertise-info .expertise-info-wrap .expertise-info-slider .item {
    margin: 0 5px;
  }
}
@media (max-width: 767px) {
  .expertise .expertise-info .expertise-info-wrap .expertise-info-slider .item {
    padding: 15px 10px;
  }
}
.expertise .expertise-info .expertise-info-wrap .expertise-info-slider .item .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .expertise .expertise-info .expertise-info-wrap .expertise-info-slider .item .top {
    margin-bottom: 10px;
  }
}
.expertise .expertise-info .expertise-info-wrap .expertise-info-slider .item .top img {
  margin-right: 5px;
}
.expertise .expertise-info .expertise-info-wrap .expertise-info-slider .item .top span {
  font-size: 12px;
  font-weight: 600;
  color: #ff762b;
}
.expertise .expertise-info .expertise-info-wrap .expertise-info-slider .item b {
  font-size: 20px;
  color: #45484d;
  display: block;
  margin-bottom: 5px;
  font-weight: 600;
  line-height: 105%;
}
@media (max-width: 767px) {
  .expertise .expertise-info .expertise-info-wrap .expertise-info-slider .item b {
    font-size: 14px;
  }
}
.expertise .expertise-info .expertise-info-wrap .expertise-info-slider .item span {
  color: rgba(0, 0, 0, 0.6);
}
@media (max-width: 767px) {
  .expertise .expertise-info .expertise-info-wrap .expertise-info-slider .item span {
    font-size: 12px;
    line-height: 14px;
    display: inline-block;
  }
}
.expertise .expertise-info .expertise-info-wrap .consultation2-form {
  padding: 32px 28px;
  border-radius: 24px;
  border: 1.3px solid var(--stroke-100, #e6e6e6);
  margin-top: 20px;
}
@media (max-width: 767px) {
  .expertise .expertise-info .expertise-info-wrap .consultation2-form {
    padding: 30px 15px;
  }
}
.expertise .expertise-info .expertise-info-wrap .consultation2-form .center {
  font-size: 24px;
  text-align: center;
  display: block;
}
.expertise.mb70 {
  margin-bottom: 70px;
}

.style-wrap {
  margin-bottom: 16px;
  border-radius: 1000px;
  border: 1px solid #e9e9ea;
  background: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 4px;
  padding-left: 10px;
}
.style-wrap b {
  font-size: 14px;
  font-weight: 600;
  margin-right: 6px;
  display: inline-block;
  color: #45484d;
}
.style-wrap .style {
  border-radius: 1000px;
  background: #ddffe0;
  padding: 4px;
  padding-right: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.style-wrap .style img {
  margin-right: 4px;
}
.style-wrap .style span {
  font-size: 12px;
  font-weight: 600;
  color: #29c579;
}

.private-info {
  margin-bottom: 80px;
  color: #45484d;
}
@media (max-width: 767px) {
  .private-info {
    margin-bottom: 40px;
  }
}
.private-info .breadcrumbs {
  margin-bottom: 20px;
}
.private-info h1 {
  color: #45484d;
  font-size: 64px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: -1.92px;
  margin-bottom: 30px;
  max-width: 950px;
  width: 100%;
}
@media (max-width: 1200px) {
  .private-info h1 {
    font-size: 44px;
    max-width: 700px;
  }
}
@media (max-width: 767px) {
  .private-info h1 {
    font-size: 30px;
    max-width: 500px;
  }
}
.private-info .list {
  padding-left: 20px;
  list-style-type: disc;
  margin-bottom: 20px;
}
.private-info .list li {
  font-size: 16px;
  line-height: 140%;
  color: #45484d;
}
.private-info p {
  margin-bottom: 16px;
  font-size: 16px;
  line-height: 140%;
  color: #45484d;
}
@media (max-width: 767px) {
  .private-info p {
    font-size: 14px;
    line-height: 130%;
  }
}
.private-info p > a {
  font-size: 16px;
  line-height: 140%;
  color: #45484d;
  text-decoration: underline;
}
@media (max-width: 767px) {
  .private-info p > a {
    font-size: 14px;
    line-height: 130%;
  }
}
.private-info p > a:hover {
  text-decoration: none;
  color: #1f4cea;
}
.private-info > a {
  font-size: 16px;
  line-height: 140%;
  color: #45484d;
  text-decoration: underline;
}
@media (max-width: 767px) {
  .private-info > a {
    font-size: 14px;
    line-height: 130%;
  }
}
.private-info > a:hover {
  text-decoration: none;
  color: #1f4cea;
}
.private-info h2 {
  font-size: 24px;
  font-weight: 600;
  color: #45484d;
  margin-bottom: 16px;
  line-height: 100%;
}
@media (max-width: 767px) {
  .private-info h2 {
    font-size: 18px;
    line-height: 110%;
  }
}

.services-slider {
  margin-bottom: 100px !important;
}
@media (max-width: 1600px) {
  .services-slider {
    width: calc(100% + 40px);
  }
}
@media (max-width: 767px) {
  .services-slider {
    margin-bottom: 70px !important;
  }
}
.services-slider .slick-dots {
  bottom: -35px;
}
.services-slider .slick-list {
  margin: 0 -10px;
}
@media (max-width: 1600px) {
  .services-slider .slick-list {
    margin: 0;
  }
}
.services-slider .item {
  margin: 0 10px;
}
@media (max-width: 1600px) {
  .services-slider .item {
    margin: 0;
    margin-left: 10px;
    width: 290px;
  }
}

.error {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 980px;
  width: 100%;
  margin: 80px auto;
}
@media (max-width: 767px) {
  .error {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 40px auto;
  }
}
.error .left-img {
  max-width: 100%;
  max-height: 100%;
  margin-top: auto;
  animation: moveRightLeft 3s ease-in-out infinite;
}
@media (max-width: 767px) {
  .error .left-img {
    align-self: flex-start;
    margin: 0;
    width: 150px;
  }
}
.error .right-img {
  max-width: 100%;
  max-height: 100%;
  margin-bottom: auto;
  animation: moveLeftRight 3s ease-in-out infinite;
}
@media (max-width: 767px) {
  .error .right-img {
    align-self: flex-end;
    margin: 0;
    width: 150px;
  }
}
.error .center {
  position: relative;
  z-index: 0;
}
@media (max-width: 767px) {
  .error .center {
    align-self: center;
  }
}
.error .center .texts {
  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;
  max-width: 250px;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.error .center .texts p {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 16px;
  color: #45484d;
  text-align: center;
}
@media (max-width: 1024px) {
  .error .center .texts p {
    font-size: 18px;
  }
}
.error .center .texts .back {
  padding: 11px 22px;
  border-radius: 10px;
  background: #ff762b;
  color: white;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
}
@media (max-width: 1024px) {
  .error .center .texts .back {
    padding: 10px 20px;
  }
}
.error .center .texts .back:hover {
  background: rgb(255, 141.0702830189, 78.7);
}
.error .center .center-img {
  max-width: 100%;
  animation: spinCircle 10s linear infinite;
}

.key-shares {
  margin-top: 10px;
}
.key-shares .main-title {
  margin-bottom: 40px;
}
@media (max-width: 1024px) {
  .key-shares .main-title {
    margin-bottom: 30px;
  }
}
.key-shares .key-shares-items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  padding: 40px;
  position: relative;
}
@media (max-width: 1024px) {
  .key-shares .key-shares-items {
    padding: 0;
    padding-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .key-shares .key-shares-items {
    grid-template-columns: 1fr;
  }
}
.key-shares .key-shares-items .show-all {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 15px;
  z-index: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 72px;
  border: 1px solid #e6e6e6;
  background: #fff;
  padding: 16px 20px;
  font-size: 14px;
  color: #45484d;
  font-weight: 600;
}
@media (max-width: 1024px) {
  .key-shares .key-shares-items .show-all {
    margin-top: 20px;
    max-width: 240px;
    width: 100%;
  }
}
.key-shares .key-shares-items .show-all:hover {
  border-color: #45484d;
}
.key-shares .key-shares-items .show-all img {
  margin-left: 10px;
}
.key-shares .key-shares-items .key-shares-item {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center right;
  min-height: 340px;
  border-radius: 26px;
  overflow: hidden;
  padding: 25px;
  position: relative;
  border: 1px solid transparent;
}
@media (max-width: 1450px) {
  .key-shares .key-shares-items .key-shares-item:nth-child(4) {
    background-position: center center;
  }
  .key-shares .key-shares-items .key-shares-item:nth-child(2) {
    background-position: center center;
  }
}
@media (max-width: 1024px) {
  .key-shares .key-shares-items .key-shares-item {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .key-shares .key-shares-items .key-shares-item {
    min-height: 170px;
  }
  .key-shares .key-shares-items .key-shares-item:nth-child(2) {
    background-position: center left;
  }
  .key-shares .key-shares-items .key-shares-item:nth-child(2) .texts span {
    max-width: 170px !important;
  }
  .key-shares .key-shares-items .key-shares-item:nth-child(1) .texts span {
    max-width: 150px !important;
  }
}
.key-shares .key-shares-items .key-shares-item .online-text {
  position: absolute;
  top: 20px;
  font-size: 15px;
  font-weight: 600;
  color: white;
  right: 20px;
  z-index: 1;
}
@media (max-width: 767px) {
  .key-shares .key-shares-items .key-shares-item .online-text {
    font-size: 14px;
    top: 23px;
  }
}
.key-shares .key-shares-items .key-shares-item .info-wrap {
  max-width: 330px;
  width: 100%;
  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;
  align-items: flex-start;
  height: 100%;
}
.key-shares .key-shares-items .key-shares-item .info-wrap .more {
  margin-top: auto;
  border-radius: 105.534px;
  background: #fff;
  box-shadow: 0px 8.443px 33.771px 0px rgba(4, 22, 39, 0.08);
  padding: 13px 20px;
  font-size: 17px;
  font-weight: 500;
  color: #45484d;
}
@media (max-width: 767px) {
  .key-shares .key-shares-items .key-shares-item .info-wrap .more {
    margin-top: 30px;
  }
}
.key-shares .key-shares-items .key-shares-item .info-wrap .texts b {
  color: #fff;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 105%;
  letter-spacing: -1.266px;
  margin-bottom: 16px;
  display: block;
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  .key-shares .key-shares-items .key-shares-item .info-wrap .texts b {
    font-size: 24px;
    padding-right: 10px;
    max-width: 250px;
  }
}
.key-shares .key-shares-items .key-shares-item .info-wrap .texts span {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14.775px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  display: inline-block;
}
@media (max-width: 1200px) {
  .key-shares .key-shares-items .key-shares-item .info-wrap .texts span {
    font-size: 14px;
    max-width: 250px;
  }
}
@media (max-width: 767px) {
  .key-shares .key-shares-items .key-shares-item .info-wrap .texts span {
    display: none;
  }
}
.key-shares .key-shares-items .key-shares-item.black {
  border-color: #e5e6ea;
}
.key-shares .key-shares-items .key-shares-item.black .info-wrap .texts b,
.key-shares .key-shares-items .key-shares-item.black .info-wrap .texts span {
  color: #45484d;
}
.key-shares .key-shares-items .key-shares-item.black .more {
  background: #45484d;
  color: white;
}
.key-shares .key-shares-items .key-shares-item.hide {
  display: none;
}
.key-shares .discount-info {
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .key-shares .discount-info {
    margin-bottom: 40px;
  }
}
.key-shares .discount-info .info-wrap {
  border-radius: 24px;
  border: 1.3px solid #e5e6ea;
  box-shadow: 0px 16px 34px 0px rgba(0, 26, 52, 0.06);
  margin-bottom: 24px;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 320px;
  background-position: center center;
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .key-shares .discount-info .info-wrap {
    padding: 15px;
    min-height: 190px;
    position: relative;
    background-position: center left;
  }
}
.key-shares .discount-info .info-wrap .mobile-img {
  display: none;
}
@media (max-width: 767px) {
  .key-shares .discount-info .info-wrap .mobile-img {
    position: absolute;
    display: inline-block;
    bottom: 0px;
    right: 0px;
  }
}
.key-shares .discount-info .info-wrap .more {
  margin-top: auto;
  border-radius: 50px;
  background: white;
  font-size: 14px;
  font-weight: 500;
  display: block;
  padding: 8px 14px;
  color: #45484d;
}
.key-shares .discount-info .info-wrap .texts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}
.key-shares .discount-info .info-wrap .texts b {
  display: block;
  margin-bottom: 24px;
  color: #fff;
  font-size: 40.089px;
  font-style: normal;
  font-weight: 600;
  line-height: 110%;
  max-width: 570px;
  width: 100%;
}
@media (max-width: 767px) {
  .key-shares .discount-info .info-wrap .texts b {
    font-size: 24px;
    margin-bottom: 10px;
    max-width: 290px;
  }
}
.key-shares .discount-info .info-wrap .texts p {
  color: rgba(255, 255, 255, 0.76);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  max-width: 430px;
  margin-bottom: 10px;
  margin-bottom: auto;
}
@media (max-width: 767px) {
  .key-shares .discount-info .info-wrap .texts p {
    font-size: 12px;
    max-width: 240px;
  }
}
.key-shares .discount-info .text {
  margin-bottom: 24px;
  color: #45484d;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
@media (max-width: 767px) {
  .key-shares .discount-info .text {
    font-size: 14px;
    line-height: 125%;
    margin-bottom: 16px;
  }
}
.key-shares .discount-info .share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.key-shares .discount-info .share span {
  font-size: 16px;
  margin-right: 16px;
  color: #45484d;
}
.key-shares .discount-info .share .share-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.key-shares .discount-info .share .share-icons a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 50%;
  border: 1px solid #e5e6ea;
  margin-right: 8px;
  width: 40px;
  height: 40px;
  min-width: 40px;
}
.key-shares .discount-info .share .share-icons a:hover {
  border-color: #ff762b;
}
.key-shares .discount-info .share .share-icons a img {
  margin: auto;
}

.about-banner {
  margin: 10px 0 70px;
}
@media (max-width: 767px) {
  .about-banner {
    margin-bottom: 30px;
  }
}
.about-banner .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 1024px) {
  .about-banner .wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.about-banner .wrapper > .consultation2-form {
  display: none;
}
@media (max-width: 1024px) {
  .about-banner .wrapper > .consultation2-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    border: none;
    background: transparent;
    margin-top: 30px;
  }
}
.about-banner .wrapper .left {
  width: 52%;
  padding-right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 1550px) {
  .about-banner .wrapper .left {
    width: 62%;
  }
}
@media (max-width: 1024px) {
  .about-banner .wrapper .left {
    width: 100%;
    padding-right: 0;
    align-items: center;
  }
}
.about-banner .wrapper .left .main-title {
  margin-bottom: 16px;
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  line-height: 95%;
  letter-spacing: -1.92px;
  max-width: 750px;
}
@media (max-width: 1300px) {
  .about-banner .wrapper .left .main-title {
    font-size: 50px;
  }
}
@media (max-width: 1024px) {
  .about-banner .wrapper .left .main-title {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .about-banner .wrapper .left .main-title {
    font-size: 32px;
  }
}
.about-banner .wrapper .left .main-title span {
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  line-height: 95%;
  letter-spacing: -1.92px;
}
@media (max-width: 1300px) {
  .about-banner .wrapper .left .main-title span {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  .about-banner .wrapper .left .main-title span {
    font-size: 32px;
  }
}
.about-banner .wrapper .left .subtitle {
  max-width: 320px;
  width: 100%;
  margin-bottom: 50px;
  color: rgba(69, 72, 77, 0.5);
}
@media (max-width: 1024px) {
  .about-banner .wrapper .left .subtitle {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .about-banner .wrapper .left .subtitle {
    margin-bottom: 20px;
  }
}
.about-banner .wrapper .left > .consultation2-form {
  margin-top: auto;
}
@media (max-width: 1024px) {
  .about-banner .wrapper .left > .consultation2-form {
    display: none;
  }
}
.about-banner .wrapper .left .official {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.about-banner .wrapper .left .official span {
  width: 80px;
  min-width: 80px;
  margin-right: 20px;
}
.about-banner .wrapper .right {
  width: 38%;
}
@media (max-width: 1024px) {
  .about-banner .wrapper .right {
    width: 100%;
    margin: 0 auto;
    max-width: 700px;
  }
}
.about-banner .wrapper .right .about-items {
  padding: 15px;
  border: 1px solid #e6e6e6;
  border-radius: 28px;
  background: #f7f7f7;
}
@media (max-width: 1024px) {
  .about-banner .wrapper .right .about-items {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    padding: 8px;
  }
}
@media (max-width: 767px) {
  .about-banner .wrapper .right .about-items {
    border-radius: 16px;
    grid-template-columns: 1fr;
  }
}
.about-banner .wrapper .right .about-items .about-item {
  border-radius: 24px;
  border: 1px solid #e6e6e6;
  background: white;
  padding: 20px;
  margin-bottom: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1024px) {
  .about-banner .wrapper .right .about-items .about-item {
    padding: 15px;
  }
}
@media (max-width: 767px) {
  .about-banner .wrapper .right .about-items .about-item {
    padding: 8px;
    min-height: auto;
    border-radius: 16px;
    margin-bottom: 0;
  }
}
.about-banner .wrapper .right .about-items .about-item .icon {
  margin-right: 20px;
  width: 40px;
  height: 40px;
  min-width: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .about-banner .wrapper .right .about-items .about-item .icon {
    width: 24px;
    height: 24px;
    min-width: 24px;
    margin-right: 8px;
  }
}
.about-banner .wrapper .right .about-items .about-item .icon img {
  width: 100%;
}
.about-banner .wrapper .right .about-items .about-item .texts b {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 4px;
  color: #45484d;
  display: block;
}
@media (max-width: 1024px) {
  .about-banner .wrapper .right .about-items .about-item .texts b {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .about-banner .wrapper .right .about-items .about-item .texts b {
    font-size: 14px;
  }
}
.about-banner .wrapper .right .about-items .about-item .texts span {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.6);
}
@media (max-width: 767px) {
  .about-banner .wrapper .right .about-items .about-item .texts span {
    font-size: 12px;
    line-height: 100%;
    display: inline-block;
  }
}
.about-banner.about-banner-official {
  margin-bottom: 30px;
}
.about-banner.about-banner-official .wrapper {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.about-banner.about-banner-official .wrapper .left {
  max-width: 680px;
  width: 100%;
  overflow: hidden;
}
@media (max-width: 1300px) {
  .about-banner.about-banner-official .wrapper .left {
    width: 50%;
    max-width: 100%;
    padding-right: 20px;
  }
}
@media (max-width: 1024px) {
  .about-banner.about-banner-official .wrapper .left {
    max-width: 710px;
    width: 100%;
    margin: 0 auto 20px;
    padding-right: 0;
  }
  .about-banner.about-banner-official .wrapper .left .main-title {
    font-size: 30px;
  }
  .about-banner.about-banner-official .wrapper .left .main-title span {
    font-size: 30px;
  }
}
.about-banner.about-banner-official .wrapper .left .official {
  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;
  width: 100%;
}
.about-banner.about-banner-official .wrapper .left .official span {
  color: #45484d;
  font-size: 16px;
  font-weight: 500;
  margin-right: 20px;
  width: 110px;
  min-width: 110px;
}
@media (max-width: 1024px) {
  .about-banner.about-banner-official .wrapper .left .official span {
    display: none;
  }
}
.about-banner.about-banner-official .wrapper .left .official-slider {
  width: calc(100% - 130px);
  overflow: hidden;
  margin-bottom: 0;
}
@media (max-width: 1024px) {
  .about-banner.about-banner-official .wrapper .left .official-slider {
    width: 100%;
    margin-bottom: 20px;
  }
}
.about-banner.about-banner-official .wrapper .left .official-slider .item {
  margin: 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.about-banner.about-banner-official .wrapper .left .official-slider .item img {
  margin: auto;
}
@media (max-width: 1024px) {
  .about-banner.about-banner-official .wrapper .left .official-slider .item img {
    max-width: 90px;
  }
}
.about-banner.about-banner-official .wrapper .right {
  width: 35%;
}
@media (max-width: 1300px) {
  .about-banner.about-banner-official .wrapper .right {
    width: 50%;
  }
}
@media (max-width: 1024px) {
  .about-banner.about-banner-official .wrapper .right {
    width: 100%;
  }
}

.news-in h2 {
  margin-bottom: 16px;
  font-size: 32px;
  color: #45484d;
  font-weight: 600;
}
@media (max-width: 767px) {
  .news-in h2 {
    font-size: 24px;
  }
}
.news-in p {
  font-size: 16px;
  margin-bottom: 30px;
  color: #56565e;
}
@media (max-width: 767px) {
  .news-in p {
    margin-bottom: 20px;
  }
}
.news-in a {
  font-size: 16px;
  color: #56565e;
}
.news-in img {
  width: 100%;
  margin-bottom: 20px;
}

.share-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: flex-end;
}
.share-wrap .share span {
  font-size: 16px;
  margin-bottom: 16px;
  color: #45484d;
  display: block;
}
.share-wrap .share .share-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.share-wrap .share .share-icons a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 50%;
  border: 1px solid #e5e6ea;
  margin-right: 8px;
  width: 40px;
  height: 40px;
  min-width: 40px;
}
.share-wrap .share .share-icons a:hover {
  border-color: #ff762b;
}
.share-wrap .share .share-icons a img {
  margin: auto;
  align-self: center;
  width: 15px;
}
.share-wrap .date {
  color: #71717b;
  font-size: 12px;
  margin-bottom: 5px;
  display: block;
}

.news {
  margin: 10px 0 70px;
}
@media (max-width: 767px) {
  .news {
    margin-bottom: 30px;
  }
}
.news .wrapper {
  text-align: center;
  max-width: 1370px;
}
.news .main-title {
  text-align: center;
  margin-bottom: 24px;
}
.news .tabs {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .news .tabs li {
    padding: 10px 12px;
  }
}
.news .news-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
  align-items: flex-start;
}
@media (max-width: 1024px) {
  .news .news-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.news .news-info .info-left {
  width: calc(100% - 430px);
}
@media (max-width: 1024px) {
  .news .news-info .info-left {
    width: 100%;
  }
}
.news .news-info .info-left .news-info-items .news-info-item {
  margin-bottom: 40px;
}
.news .news-info .info-left .news-info-items .news-info-item .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
}
.news .news-info .info-left .news-info-items .news-info-item .top span {
  font-size: 14px;
  color: #45484d;
}
.news .news-info .info-left .news-info-items .news-info-item .top img {
  margin-right: 10px;
}
.news .news-info .info-left .news-info-items .news-info-item .bottom-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.news .news-info .info-left .news-info-items .news-info-item .bottom-info > span {
  margin-left: 20px;
  font-size: 14px;
  color: #71717b;
}
.news .news-info .info-left .news-info-items .news-info-item .bottom-info .past {
  border-radius: 17px;
  background: #ffe3db;
  padding: 4px;
  padding-right: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.news .news-info .info-left .news-info-items .news-info-item .bottom-info .past img {
  margin-right: 6px;
}
.news .news-info .info-left .news-info-items .news-info-item .bottom-info .past span {
  font-size: 12px;
  color: #ff2511;
}
.news .news-info .info-left .news-info-items .news-info-item b {
  font-size: 16px;
  font-weight: 600;
  display: block;
  margin-bottom: 6px;
  color: #45484d;
}
.news .news-info .info-left .news-info-items .news-info-item p {
  font-size: 14px;
  color: #71717b;
  margin-bottom: 14px;
  max-height: 32px;
  overflow: hidden;
}
.news .news-info .info-right {
  width: 400px;
  min-width: 400px;
  margin-left: 30px;
  border-radius: 24px;
  border: 1px solid #e5e6ea;
  background: #f7f7f7;
  padding: 16px;
}
@media (max-width: 1024px) {
  .news .news-info .info-right {
    width: 100%;
    min-width: 100%;
    margin-left: 0;
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .news .news-info .info-right {
    padding-right: 0;
  }
}
.news .news-info .info-right .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .news .news-info .info-right .top {
    padding-right: 20px;
  }
}
.news .news-info .info-right .top b {
  font-size: 16px;
  font-weight: bold;
  color: #45484d;
}
@media (max-width: 767px) {
  .news .news-info .info-right .top b {
    font-size: 14px;
  }
}
.news .news-info .info-right .top a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  font-weight: bold;
  color: #97969d;
}
.news .news-info .info-right .top a img {
  margin-left: 5px;
}
.news .news-info .info-right .news-slider .item {
  border-radius: 16px;
  background: white;
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}
.news .news-info .info-right .news-slider .item:last-child {
  margin-bottom: 0;
}
@media (max-width: 1024px) {
  .news .news-info .info-right .news-slider .item {
    width: 400px;
    margin: 0;
    margin-left: 12px;
  }
}
@media (max-width: 767px) {
  .news .news-info .info-right .news-slider .item {
    width: 280px;
    padding: 12px;
  }
}
.news .news-info .info-right .news-slider .item .texts {
  padding-right: 12px;
}
.news .news-info .info-right .news-slider .item .texts .brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 8px;
}
.news .news-info .info-right .news-slider .item .texts .brand img {
  margin-right: 10px;
}
.news .news-info .info-right .news-slider .item .texts .brand span {
  font-size: 14px;
  color: rgba(22, 19, 32, 0.5);
}
.news .news-info .info-right .news-slider .item .texts p {
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
  color: #45484d;
}
@media (max-width: 767px) {
  .news .news-info .info-right .news-slider .item .texts p {
    font-size: 14px;
    line-height: 110%;
    max-height: 46px;
    overflow: hidden;
  }
}
.news .news-info .info-right .news-slider .item .img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 8px;
  overflow: hidden;
  width: 170px;
  height: 120px;
  min-width: 170px;
}
@media (max-width: 767px) {
  .news .news-info .info-right .news-slider .item .img {
    width: 100px;
    height: 100px;
    min-width: 100px;
  }
}
.news .news-info .info-right .news-slider .item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.map-address {
  margin: 30px 0;
}
@media (max-width: 767px) {
  .map-address {
    margin: 10px 0;
  }
}
.map-address .wrapper {
  text-align: center;
}
.map-address #map {
  width: 100%;
  height: 600px;
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .map-address #map {
    height: 440px;
  }
}
.map-address .federal-ratings {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 4px 4px 4px 12px;
  justify-content: center;
  border-radius: 1000px;
  border: 1px solid #e9e9ea;
  background: #fff;
}
.map-address .federal-ratings .style {
  border-radius: 1000px;
  background: #ddffe0;
  padding: 4px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 8px;
}
.map-address .federal-ratings .style img {
  margin-right: 5px;
}
.map-address .federal-ratings .style span {
  color: #29c579;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
}
.map-address .main-title {
  text-align: center;
  max-width: 780px;
  width: 100%;
  margin: 16px auto 48px;
}

.contact-tab-wrap {
  margin: 24px 0;
}
.contact-tab-wrap .wrapper {
  text-align: center;
}
@media (max-width: 1700px) {
  .contact-tab-wrap .wrapper {
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .contact-tab-wrap .wrapper {
    padding-right: 15px;
  }
}
.contact-tab-wrap .tabs {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.contact-tab-wrap .tab-content-wrap {
  text-align: left;
}
.contact-tab-wrap .tab-content-wrap .tab-content h2 {
  margin-bottom: 20px;
  color: #45484d;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
}
@media (max-width: 767px) {
  .contact-tab-wrap .tab-content-wrap .tab-content h2 {
    font-size: 30px;
    margin-top: 20px;
  }
}

.branded-slider,
.branded-slider2,
.branded-slider3 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
@media (max-width: 1700px) {
  .branded-slider,
  .branded-slider2,
  .branded-slider3 {
    display: block;
    gap: 0;
  }
}
@media (max-width: 1200px) {
  .branded-slider .slick-list,
  .branded-slider2 .slick-list,
  .branded-slider3 .slick-list {
    margin-left: 0;
  }
}
.branded-slider .item,
.branded-slider2 .item,
.branded-slider3 .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 15px;
  background: white;
  border: 1px solid #e5e6ea;
  border-radius: 16px;
}
@media (max-width: 1700px) {
  .branded-slider .item,
  .branded-slider2 .item,
  .branded-slider3 .item {
    width: 790px;
    margin-left: 20px;
  }
}
@media (max-width: 1024px) {
  .branded-slider .item,
  .branded-slider2 .item,
  .branded-slider3 .item {
    width: 500px;
  }
}
@media (max-width: 767px) {
  .branded-slider .item,
  .branded-slider2 .item,
  .branded-slider3 .item {
    flex-direction: column-reverse;
    width: auto;
    margin-left: 0px;
  }
}
.branded-slider .item .texts,
.branded-slider2 .item .texts,
.branded-slider3 .item .texts {
  width: 35%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 1024px) {
  .branded-slider .item .texts,
  .branded-slider2 .item .texts,
  .branded-slider3 .item .texts {
    width: calc(100% - 180px);
  }
}
@media (max-width: 767px) {
  .branded-slider .item .texts,
  .branded-slider2 .item .texts,
  .branded-slider3 .item .texts {
    width: 100%;
  }
}
.branded-slider .item .texts .city,
.branded-slider2 .item .texts .city,
.branded-slider3 .item .texts .city {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 12px;
}
.branded-slider .item .texts .city img,
.branded-slider2 .item .texts .city img,
.branded-slider3 .item .texts .city img {
  margin-right: 4px;
}
.branded-slider .item .texts .city span,
.branded-slider2 .item .texts .city span,
.branded-slider3 .item .texts .city span {
  font-size: 20px;
  font-weight: 600;
  color: #45484d;
}
.branded-slider .item .texts .address,
.branded-slider2 .item .texts .address,
.branded-slider3 .item .texts .address {
  color: #989aa4;
  font-size: 14px;
  margin-bottom: 4px;
  display: block;
}
.branded-slider .item .texts .links,
.branded-slider2 .item .texts .links,
.branded-slider3 .item .texts .links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 16px 0 32px;
}
.branded-slider .item .texts .links a,
.branded-slider2 .item .texts .links a,
.branded-slider3 .item .texts .links a {
  padding: 6px 12px;
  font-size: 12px;
  font-weight: 600;
  color: #45484d;
  border: 1px solid #e5e6ea;
  border-radius: 50px;
  white-space: nowrap;
  margin-right: 4px;
}
.branded-slider .item .texts .links a:last-child,
.branded-slider2 .item .texts .links a:last-child,
.branded-slider3 .item .texts .links a:last-child {
  margin-right: 0;
}
.branded-slider .item .texts .phone-wrap,
.branded-slider2 .item .texts .phone-wrap,
.branded-slider3 .item .texts .phone-wrap {
  margin-bottom: 14px;
  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;
  margin-top: auto;
  width: 100%;
}
.branded-slider .item .texts .phone-wrap .phone,
.branded-slider2 .item .texts .phone-wrap .phone,
.branded-slider3 .item .texts .phone-wrap .phone {
  color: #45484d;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.branded-slider .item .texts .phone-wrap .phone img,
.branded-slider2 .item .texts .phone-wrap .phone img,
.branded-slider3 .item .texts .phone-wrap .phone img {
  margin-right: 12px;
}
.branded-slider .item .texts .phone-wrap .date,
.branded-slider2 .item .texts .phone-wrap .date,
.branded-slider3 .item .texts .phone-wrap .date {
  padding: 7px 10px;
  font-size: 12px;
  color: #45484d;
  border-radius: 50px;
  border: 1px solid #e5e6ea;
}
.branded-slider .item .texts .email,
.branded-slider2 .item .texts .email,
.branded-slider3 .item .texts .email {
  color: #45484d;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 12px;
}
.branded-slider .item .texts .email img,
.branded-slider2 .item .texts .email img,
.branded-slider3 .item .texts .email img {
  margin-right: 12px;
}
.branded-slider .item .texts .branding-link,
.branded-slider2 .item .texts .branding-link,
.branded-slider3 .item .texts .branding-link {
  color: #989aa4;
  font-size: 14px;
}
.branded-slider .item .img-wrap,
.branded-slider2 .item .img-wrap,
.branded-slider3 .item .img-wrap {
  width: 65%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 10px;
}
@media (max-width: 1700px) {
  .branded-slider .item .img-wrap,
  .branded-slider2 .item .img-wrap,
  .branded-slider3 .item .img-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    align-items: flex-start;
    width: 170px;
  }
}
@media (max-width: 767px) {
  .branded-slider .item .img-wrap,
  .branded-slider2 .item .img-wrap,
  .branded-slider3 .item .img-wrap {
    width: 100%;
    margin-left: 0;
    margin-bottom: 14px;
  }
}
.branded-slider .item .img-wrap .big-img,
.branded-slider2 .item .img-wrap .big-img,
.branded-slider3 .item .img-wrap .big-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 16px;
  overflow: hidden;
}
@media (max-width: 1700px) {
  .branded-slider .item .img-wrap .big-img,
  .branded-slider2 .item .img-wrap .big-img,
  .branded-slider3 .item .img-wrap .big-img {
    height: 120px;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .branded-slider .item .img-wrap .big-img,
  .branded-slider2 .item .img-wrap .big-img,
  .branded-slider3 .item .img-wrap .big-img {
    height: 55vw;
    border-radius: 12px;
  }
}
.branded-slider .item .img-wrap .big-img img,
.branded-slider2 .item .img-wrap .big-img img,
.branded-slider3 .item .img-wrap .big-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.branded-slider .item .img-wrap .images,
.branded-slider2 .item .img-wrap .images,
.branded-slider3 .item .img-wrap .images {
  border-radius: 16px;
  overflow: hidden;
  display: grid;
  gap: 10px;
  grid-template-columns: 1fr 1fr;
  margin-left: 10px;
}
@media (max-width: 1700px) {
  .branded-slider .item .img-wrap .images,
  .branded-slider2 .item .img-wrap .images,
  .branded-slider3 .item .img-wrap .images {
    margin-left: 0;
    margin-top: 10px;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .branded-slider .item .img-wrap .images,
  .branded-slider2 .item .img-wrap .images,
  .branded-slider3 .item .img-wrap .images {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
.branded-slider .item .img-wrap .images .small-img,
.branded-slider2 .item .img-wrap .images .small-img,
.branded-slider3 .item .img-wrap .images .small-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 16px;
  overflow: hidden;
}
.branded-slider .item .img-wrap .images .small-img img,
.branded-slider2 .item .img-wrap .images .small-img img,
.branded-slider3 .item .img-wrap .images .small-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.affiliate-network h2 {
  color: #45484d;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .affiliate-network h2 {
    font-size: 30px;
  }
}
.affiliate-network .affiliate-items {
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}
@media (max-width: 1700px) {
  .affiliate-network .affiliate-items {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
@media (max-width: 1400px) {
  .affiliate-network .affiliate-items {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 1024px) {
  .affiliate-network .affiliate-items {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .affiliate-network .affiliate-items {
    grid-template-columns: 1fr;
  }
}
.affiliate-network .affiliate-items .affiliate-item {
  border-radius: 24px;
  border: 1px solid #e5e6ea;
  padding: 15px;
  min-height: 320px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (max-width: 1400px) {
  .affiliate-network .affiliate-items .affiliate-item:nth-child(n+7) {
    display: none;
  }
}
@media (max-width: 767px) {
  .affiliate-network .affiliate-items .affiliate-item {
    min-height: auto;
  }
  .affiliate-network .affiliate-items .affiliate-item:nth-child(n+5) {
    display: none;
  }
}
.affiliate-network .affiliate-items .affiliate-item .city {
  font-size: 20px;
  font-weight: 600;
  color: #45484d;
  margin-bottom: 12px;
  display: block;
}
.affiliate-network .affiliate-items .affiliate-item .address {
  color: #989aa4;
  font-size: 14px;
  margin-bottom: 4px;
  display: block;
}
.affiliate-network .affiliate-items .affiliate-item .links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 16px 0 32px;
}
.affiliate-network .affiliate-items .affiliate-item .links a {
  padding: 6px 12px;
  font-size: 12px;
  font-weight: 600;
  color: #45484d;
  border: 1px solid #e5e6ea;
  border-radius: 50px;
  white-space: nowrap;
  margin-right: 4px;
}
.affiliate-network .affiliate-items .affiliate-item .links a:last-child {
  margin-right: 0;
}
.affiliate-network .affiliate-items .affiliate-item .phone-wrap {
  margin-bottom: 14px;
  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;
  margin-top: auto;
  width: 100%;
}
.affiliate-network .affiliate-items .affiliate-item .phone-wrap .phone {
  color: #45484d;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.affiliate-network .affiliate-items .affiliate-item .phone-wrap .phone img {
  margin-right: 12px;
}
.affiliate-network .affiliate-items .affiliate-item .phone-wrap .date {
  padding: 7px 10px;
  font-size: 12px;
  color: #45484d;
  border-radius: 50px;
  border: 1px solid #e5e6ea;
}
.affiliate-network .affiliate-items .affiliate-item .email {
  color: #45484d;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 12px;
}
.affiliate-network .affiliate-items .affiliate-item .email img {
  margin-right: 12px;
}
.affiliate-network .affiliate-items .affiliate-item .branding-link {
  color: #989aa4;
  font-size: 14px;
}

.address-wrap {
  margin-top: 70px;
}
@media (max-width: 1024px) {
  .address-wrap {
    margin-top: 10px;
  }
}
.address-wrap .main-title {
  max-width: 770px;
  width: 100%;
  margin: 0 auto 50px;
  text-align: center;
}
@media (max-width: 1024px) {
  .address-wrap .main-title {
    margin-bottom: 30px;
  }
}
.address-wrap #map {
  width: 100%;
  height: 600px;
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .address-wrap #map {
    height: 440px;
  }
}
.address-wrap .address-slider {
  margin-bottom: 60px;
}
@media (max-width: 1024px) {
  .address-wrap .address-slider {
    width: calc(100% + 40px);
    margin-bottom: 30px;
  }
}
.address-wrap .address-slider .slick-list {
  margin: 0 -10px;
}
@media (max-width: 1024px) {
  .address-wrap .address-slider .slick-list {
    margin: 0;
  }
}
.address-wrap .address-slider .item {
  border-radius: 24px;
  padding: 15px;
  border: 1px solid #e5e6ea;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  align-items: flex-start;
  min-height: 194px;
  margin: 0 10px;
}
@media (max-width: 1200px) {
  .address-wrap .address-slider .item {
    min-height: 170px;
  }
}
@media (max-width: 1024px) {
  .address-wrap .address-slider .item {
    width: 170px;
    min-height: 110px;
    margin: 0;
    margin-left: 10px;
    border-radius: 16px;
  }
}
.address-wrap .address-slider .item .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 12px;
}
.address-wrap .address-slider .item .top .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #e5e6ea;
  width: 38px;
  height: 38px;
  border-radius: 12px;
  margin-right: 6px;
}
@media (max-width: 1024px) {
  .address-wrap .address-slider .item .top .icon {
    width: 24px;
    height: 24px;
    margin-right: 4px;
    border-radius: 6px;
  }
}
.address-wrap .address-slider .item .top .icon img {
  margin: auto;
}
@media (max-width: 1024px) {
  .address-wrap .address-slider .item .top .icon img {
    width: 14px;
  }
}
.address-wrap .address-slider .item .top .date {
  padding: 10px;
  border: 1px solid #e5e6ea;
  border-radius: 12px;
  font-size: 12px;
  color: #45484d;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 1024px) {
  .address-wrap .address-slider .item .top .date {
    padding: 4px 8px;
    font-size: 12px;
  }
}
.address-wrap .address-slider .item b {
  display: block;
  margin-bottom: 12px;
  margin-top: auto;
  color: #45484d;
  font-size: 20px;
  font-weight: normal;
}
@media (max-width: 1024px) {
  .address-wrap .address-slider .item b {
    margin-bottom: 6px;
    font-size: 18px;
  }
}
.address-wrap .address-slider .item b span {
  font-size: 14px;
  font-weight: normal;
  margin-left: 5px;
  display: inline-block;
}
.address-wrap .address-slider .item a {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.5);
}

.founders {
  margin: 30px 0;
}
.founders .main-title {
  max-width: 920px;
  width: 100%;
  margin: 0 auto 50px;
  text-align: center;
}
@media (max-width: 1024px) {
  .founders .main-title {
    margin-bottom: 30px;
    font-size: 33px;
  }
}
@media (max-width: 767px) {
  .founders .main-title {
    max-width: 320px;
  }
}
@media (max-width: 1024px) {
  .founders .founders-slider {
    width: calc(100% + 40px);
  }
}
.founders .founders-slider .slick-list {
  margin: 0 -10px;
}
@media (max-width: 1024px) {
  .founders .founders-slider .slick-list {
    margin: 0;
  }
}
.founders .founders-slider .item {
  padding: 30px;
  margin: 0 10px;
  border-radius: 24px;
  border: 1px solid #e5e6ea;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 1024px) {
  .founders .founders-slider .item {
    margin: 0;
    margin-left: 10px;
  }
}
@media (max-width: 767px) {
  .founders .founders-slider .item {
    width: 260px;
    padding: 15px;
    margin-left: 5px;
    border-radius: 16px;
  }
}
.founders .founders-slider .item .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .founders .founders-slider .item .top {
    margin-bottom: 16px;
  }
}
.founders .founders-slider .item .top .img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 50%;
  overflow: hidden;
  width: 100px;
  height: 100px;
  min-width: 100px;
}
@media (max-width: 767px) {
  .founders .founders-slider .item .top .img {
    width: 64px;
    height: 64px;
    min-width: 64px;
  }
}
.founders .founders-slider .item .top .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.founders .founders-slider .item .top .icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  align-self: flex-start;
}
.founders .founders-slider .item .top .icons a {
  margin-left: 20px;
}
.founders .founders-slider .item .name {
  font-size: 24px;
  margin-bottom: 8px;
  font-weight: 600;
  color: #45484d;
  margin-top: auto;
}
@media (max-width: 767px) {
  .founders .founders-slider .item .name {
    font-size: 18px;
  }
}
.founders .founders-slider .item .text {
  max-width: 600px;
  width: 100%;
  color: #45484d;
  font-size: 16px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .founders .founders-slider .item .text {
    font-size: 12px;
    max-height: 84px;
  }
}
.founders .founders-slider .item .bottom {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #ededed;
  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;
  width: 100%;
}
@media (max-width: 767px) {
  .founders .founders-slider .item .bottom {
    flex-direction: column-reverse;
    align-items: flex-start;
  }
}
.founders .founders-slider .item .bottom .more {
  padding: 14px 20px;
}
@media (max-width: 767px) {
  .founders .founders-slider .item .bottom .more {
    width: 100%;
    margin-top: 20px;
    border-radius: 16px;
  }
}
.founders .founders-slider .item .bottom .companies {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 767px) {
  .founders .founders-slider .item .bottom .companies {
    flex-direction: column;
    align-items: flex-start;
  }
}
.founders .founders-slider .item .bottom .companies span {
  font-size: 14px;
  font-weight: 500;
  max-width: 80px;
  margin-right: 8px;
  color: rgba(14, 14, 14, 0.5);
  text-align: right;
}
@media (max-width: 767px) {
  .founders .founders-slider .item .bottom .companies span {
    max-width: 100%;
    text-align: left;
    margin-bottom: 10px;
    display: block;
  }
  .founders .founders-slider .item .bottom .companies span br {
    display: none;
  }
}
.founders .founders-slider .item .bottom .companies .links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.founders .founders-slider .item .bottom .companies .links a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 8px;
  width: 48px;
  height: 48px;
  min-width: 48px;
  border-radius: 12px;
  border: 1px solid #ededed;
  background: #fff;
  box-shadow: 0px 8px 80px 0px rgba(36, 36, 36, 0.06);
}
@media (max-width: 767px) {
  .founders .founders-slider .item .bottom .companies .links a {
    width: 32px;
    height: 32px;
    min-width: 32px;
    margin: 0;
    margin-right: 8px;
    border-radius: 8px;
  }
}
.founders .founders-slider .item .bottom .companies .links a img {
  margin: auto;
}
@media (max-width: 767px) {
  .founders .founders-slider .item .bottom .companies .links a img {
    width: 16px;
  }
}

.franchise {
  margin-top: 70px;
}
@media (max-width: 1024px) {
  .franchise {
    margin-top: 30px;
  }
}
.franchise .main-title {
  margin: 0 auto 50px;
  width: 100%;
  max-width: 1300px;
  text-align: center;
}
@media (max-width: 767px) {
  .franchise .main-title {
    display: none;
  }
}
.franchise .info-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1024px) {
  .franchise .info-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.franchise .info-wrap .info {
  width: 35%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 550px;
  align-self: flex-start;
  border-radius: 24px;
  padding: 24px;
}
@media (max-width: 1024px) {
  .franchise .info-wrap .info {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .franchise .info-wrap .info {
    min-height: 410px;
  }
}
.franchise .info-wrap .info b {
  display: inline-block;
  margin-bottom: 10px;
  max-width: 480px;
  width: 100%;
  color: #fff;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
@media (max-width: 1600px) {
  .franchise .info-wrap .info b {
    font-size: 34px;
    max-width: 400px;
  }
}
@media (max-width: 767px) {
  .franchise .info-wrap .info b {
    font-size: 24px;
    max-width: 270px;
  }
}
.franchise .info-wrap .info h2 {
  color: #fff;
  font-size: 96px;
  line-height: 100%;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media (max-width: 1600px) {
  .franchise .info-wrap .info h2 {
    font-size: 80px;
  }
}
@media (max-width: 767px) {
  .franchise .info-wrap .info h2 {
    font-size: 50px;
  }
}
.franchise .info-wrap .info span {
  color: rgba(255, 255, 255, 0.7);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
}
.franchise .info-wrap .franchise-slider {
  width: 65%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
  padding-left: 20px;
}
@media (max-width: 1024px) {
  .franchise .info-wrap .franchise-slider {
    width: 100%;
    padding-left: 0;
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .franchise .info-wrap .franchise-slider {
    display: block;
    width: calc(100% + 40px);
    gap: 0;
  }
}
.franchise .info-wrap .franchise-slider .item {
  border-radius: 24px;
  padding: 15px;
  border: 1px solid #e5e6ea;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  align-items: flex-start;
  min-height: 170px;
}
@media (max-width: 1200px) {
  .franchise .info-wrap .franchise-slider .item {
    min-height: 140px;
  }
}
@media (max-width: 1024px) {
  .franchise .info-wrap .franchise-slider .item {
    min-height: 130px;
    border-radius: 16px;
  }
}
@media (max-width: 767px) {
  .franchise .info-wrap .franchise-slider .item {
    width: 200px;
    margin-left: 20px;
  }
}
.franchise .info-wrap .franchise-slider .item .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 12px;
}
.franchise .info-wrap .franchise-slider .item .top .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #e5e6ea;
  width: 38px;
  height: 38px;
  border-radius: 12px;
  margin-right: 6px;
}
.franchise .info-wrap .franchise-slider .item .top .icon img {
  margin: auto;
}
.franchise .info-wrap .franchise-slider .item .top .date {
  padding: 10px;
  border: 1px solid #e5e6ea;
  border-radius: 12px;
  font-size: 12px;
  color: #45484d;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.franchise .info-wrap .franchise-slider .item b {
  display: block;
  margin-bottom: 12px;
  margin-top: auto;
  color: #45484d;
  font-size: 44px;
  font-weight: normal;
}
@media (max-width: 1200px) {
  .franchise .info-wrap .franchise-slider .item b {
    font-size: 30px;
  }
}
@media (max-width: 1024px) {
  .franchise .info-wrap .franchise-slider .item b {
    margin-bottom: 6px;
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .franchise .info-wrap .franchise-slider .item b {
    font-size: 24px;
  }
}
.franchise .info-wrap .franchise-slider .item b span {
  font-size: 14px;
  font-weight: normal;
  margin-left: 5px;
  display: inline-block;
}
.franchise .info-wrap .franchise-slider .item a {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.5);
}

.franchise-banner {
  margin-bottom: 100px;
  margin-top: 20px;
}
@media (max-width: 1024px) {
  .franchise-banner {
    margin-bottom: 50px;
  }
}
.franchise-banner .wrapper > .consultation2-form {
  display: none;
}
@media (max-width: 767px) {
  .franchise-banner .wrapper > .consultation2-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 24px;
  }
}
.franchise-banner .banner-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .franchise-banner .banner-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.franchise-banner .banner-info .info-left {
  max-width: 610px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (max-width: 767px) {
  .franchise-banner .banner-info .info-left {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 100%;
  }
}
.franchise-banner .banner-info .info-left h2 {
  font-size: 72px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: -2px;
  color: #161320;
  margin: 16px 0;
}
@media (max-width: 1450px) {
  .franchise-banner .banner-info .info-left h2 {
    font-size: 52px;
    max-width: 470px;
  }
}
@media (max-width: 1024px) {
  .franchise-banner .banner-info .info-left h2 {
    font-size: 44px;
    max-width: 420px;
  }
}
@media (max-width: 767px) {
  .franchise-banner .banner-info .info-left h2 {
    text-align: center;
  }
}
.franchise-banner .banner-info .info-left h2 .orange {
  color: #ff762b;
}
.franchise-banner .banner-info .info-left p {
  max-width: 350px;
  color: rgba(44, 45, 47, 0.5);
  font-size: 16px;
  font-weight: normal;
}
@media (max-width: 767px) {
  .franchise-banner .banner-info .info-left p {
    text-align: center;
  }
}
.franchise-banner .banner-info .info-left .consultation2-form {
  margin-top: auto;
}
@media (max-width: 767px) {
  .franchise-banner .banner-info .info-left .consultation2-form {
    display: none;
  }
}
.franchise-banner .banner-info .info-left .consultation2-form .info-text {
  max-width: 100%;
}
.franchise-banner .banner-info .franchise-banner-info {
  max-width: 660px;
  height: 505px;
  width: 100%;
  position: relative;
  z-index: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 24px;
  margin-top: 40px;
}
@media (max-width: 1450px) {
  .franchise-banner .banner-info .franchise-banner-info {
    margin-left: 50px;
  }
}
@media (max-width: 1024px) {
  .franchise-banner .banner-info .franchise-banner-info {
    margin-left: 20px;
    margin-top: 20px;
    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;
  }
}
@media (max-width: 767px) {
  .franchise-banner .banner-info .franchise-banner-info {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    height: 66vw;
  }
}
.franchise-banner .banner-info .franchise-banner-info .style {
  width: 160px;
  height: 160px;
  border-radius: 50%;
  background: #ff762b;
  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;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  top: -40px;
  left: -80px;
  position: absolute;
}
@media (max-width: 1450px) {
  .franchise-banner .banner-info .franchise-banner-info .style {
    top: -30px;
    left: -40px;
  }
}
@media (max-width: 1024px) {
  .franchise-banner .banner-info .franchise-banner-info .style {
    position: static;
    margin-top: 10px;
    margin-left: 10px;
    width: 80px;
    height: 80px;
  }
}
.franchise-banner .banner-info .franchise-banner-info .style b {
  font-size: 32px;
  font-weight: bold;
  line-height: 100%;
  color: white;
  display: block;
  text-align: center;
}
@media (max-width: 1450px) {
  .franchise-banner .banner-info .franchise-banner-info .style b {
    font-size: 28px;
  }
}
@media (max-width: 1024px) {
  .franchise-banner .banner-info .franchise-banner-info .style b {
    font-size: 14px;
  }
}
.franchise-banner .banner-info .franchise-banner-info .style span {
  font-size: 30px;
  font-weight: normal;
  color: white;
}
@media (max-width: 1450px) {
  .franchise-banner .banner-info .franchise-banner-info .style span {
    font-size: 28px;
  }
}
@media (max-width: 1024px) {
  .franchise-banner .banner-info .franchise-banner-info .style span {
    font-size: 14px;
  }
}
.franchise-banner .banner-info .franchise-banner-info .progress-img {
  position: absolute;
  bottom: 0px;
  left: -110px;
  max-width: 260px;
}
@media (max-width: 1450px) {
  .franchise-banner .banner-info .franchise-banner-info .progress-img {
    bottom: 120px;
  }
}
@media (max-width: 1024px) {
  .franchise-banner .banner-info .franchise-banner-info .progress-img {
    position: static;
    margin-bottom: -20px;
    margin-left: -10px;
  }
}

.trust {
  margin: 70px 0;
}
@media (max-width: 767px) {
  .trust {
    margin: 30px 0 70px;
  }
}
.trust .wrapper {
  text-align: center;
}
.trust .tabs-info {
  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: 30px;
}
@media (max-width: 767px) {
  .trust .tabs-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.trust .tabs-info .orange-btn {
  margin-left: 10px;
  height: 48px;
  border-radius: 50px;
}
@media (max-width: 767px) {
  .trust .tabs-info .orange-btn {
    margin-left: 0;
    margin-top: 10px;
  }
}
.trust .tabs-info .orange-btn img {
  margin-left: 10px;
}
.trust .tab-content-wrap {
  text-align: left;
}
.trust .main-title {
  max-width: 930px;
  margin: 0 auto 50px;
  width: 100%;
  text-align: center;
}
@media (max-width: 767px) {
  .trust .main-title {
    margin-bottom: 30px;
  }
}
.trust .top-style {
  padding: 4px;
  padding-right: 12px;
  border-radius: 50px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 16px;
  border: 1px solid #f1f1f2;
}
.trust .top-style .icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 4px;
  padding-right: 8px;
  background: #ffe3db;
  border-radius: 50px;
}
.trust .top-style .icon img {
  margin-right: 6px;
}
.trust .top-style .icon .red {
  font-size: 14px;
  color: #ff2511;
  font-weight: 600;
}
.trust .top-style .text {
  font-size: 14px;
  font-weight: 600;
  color: #45484d;
  margin-left: 8px;
}

.trust-slider-wrap {
  position: relative;
  z-index: 0;
}
.trust-slider-wrap .trust-slider {
  margin-bottom: 0;
}
.trust-slider-wrap .trust-slider .slick-list {
  margin: 0 -10px;
}
.trust-slider-wrap .trust-slider .item {
  margin: 0 10px;
  border-radius: 24px;
  border: 1px solid #e5e6ea;
}
.trust-slider-wrap .trust-slider .item .text-wrap {
  padding: 12px;
}
.trust-slider-wrap .trust-slider .item .text-wrap .top {
  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;
  margin-bottom: 12px;
}
.trust-slider-wrap .trust-slider .item .text-wrap .top .name-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.trust-slider-wrap .trust-slider .item .text-wrap .top .name-wrap .img {
  margin-right: 12px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 40px;
}
.trust-slider-wrap .trust-slider .item .text-wrap .top .name-wrap .texts span {
  display: block;
  font-size: 14px;
  font-weight: 500;
  color: #45484d;
  margin: 2px 0;
}
.trust-slider-wrap .trust-slider .item .text-wrap .top .rate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.trust-slider-wrap .trust-slider .item .text-wrap .top .rate span {
  margin-left: 5px;
  font-size: 14px;
  font-weight: 500;
  color: #45484d;
}
.trust-slider-wrap .trust-slider .item .text-wrap .name {
  margin-top: 12px;
  color: #45484d;
  font-size: 16px;
  font-weight: 600;
  display: inline-block;
  height: 60px;
  overflow: hidden;
}
.trust-slider-wrap .trust-slider .item .text-wrap .styles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.trust-slider-wrap .trust-slider .item .text-wrap .styles .style1 {
  border: 1px solid #e5e6ea;
  border-radius: 50px;
  padding: 5px 8px;
  color: #45484d;
  font-weight: 600;
  font-size: 14px;
  margin-right: 10px;
}
.trust-slider-wrap .trust-slider .item .text-wrap .styles .style2 {
  padding: 4px;
  padding-right: 8px;
  background: #ffe3db;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50px;
}
.trust-slider-wrap .trust-slider .item .text-wrap .styles .style2 span {
  font-size: 12px;
  color: #ff2511;
  margin-left: 5px;
}
.trust-slider-wrap .trust-slider .item .img-wrap {
  margin-top: 10px;
  border-radius: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}
.trust-slider-wrap .trust-slider .item .img-wrap img {
  width: 100%;
}

.workshops {
  margin: 70px 0;
}
@media (max-width: 767px) {
  .workshops {
    margin: 30px 0;
  }
}
.workshops .wrapper {
  text-align: center;
}
.workshops .main-title {
  text-align: center;
  margin-bottom: 30px;
}
.workshops .style {
  margin-bottom: 16px;
  border-radius: 50px;
  border: 1px solid #e9e9ea;
  background: white;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 4px;
  padding-right: 12px;
}
.workshops .style span {
  color: #45484d;
  font-size: 14px;
  font-weight: 600;
}
.workshops .style img {
  margin-right: 6px;
  width: 28px;
}
.workshops .workshops-slider-wrap {
  position: relative;
  z-index: 0;
}
.workshops .workshops-slider-wrap .workshops-slider .slick-list {
  margin: 0 -10px;
}
@media (max-width: 767px) {
  .workshops .workshops-slider-wrap .workshops-slider .slick-list {
    margin: 0 -5px;
  }
}
.workshops .workshops-slider-wrap .workshops-slider .item {
  margin: 0 10px;
}
@media (max-width: 767px) {
  .workshops .workshops-slider-wrap .workshops-slider .item {
    margin: 0 5px;
  }
}
.workshops .workshops-slider-wrap .workshops-slider .item .images {
  display: grid;
  gap: 20px;
}
@media (max-width: 767px) {
  .workshops .workshops-slider-wrap .workshops-slider .item .images {
    gap: 10px;
  }
}
.workshops .workshops-slider-wrap .workshops-slider .item .images .img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 16px;
  overflow: hidden;
  min-height: 294px;
}
@media (max-width: 767px) {
  .workshops .workshops-slider-wrap .workshops-slider .item .images .img {
    min-height: 280px;
  }
}

.detailed-plan {
  background: url(../img/detailed-plan-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding: 70px 0;
}
@media (max-width: 1024px) {
  .detailed-plan {
    padding: 30px 0;
  }
}
@media (max-width: 767px) {
  .detailed-plan .white-title {
    font-size: 30px;
  }
}
.detailed-plan .wrapper {
  text-align: center;
  max-width: 1280px;
}
.detailed-plan .wrapper > img {
  width: 100%;
  margin: 50px 0;
}
@media (max-width: 1024px) {
  .detailed-plan .wrapper > img {
    margin: 30px 0;
  }
}
.detailed-plan .wrapper .consultation-form-wrap {
  border-radius: 24px;
  max-width: 720px;
  border: 1.3px solid rgba(230, 230, 230, 0.34);
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.43) 0%, rgba(255, 255, 255, 0.2) 100%);
  backdrop-filter: blur(7.75px);
}
@media (max-width: 767px) {
  .detailed-plan .wrapper .consultation-form-wrap {
    display: none;
  }
}
.detailed-plan .wrapper .consultation-form-wrap > p {
  display: block;
  color: white;
}
.detailed-plan .wrapper .consultation-form-wrap .consultation-form {
  background: none;
  border: none;
  box-shadow: none;
  padding: 0;
}
.detailed-plan .wrapper .consultation-form-wrap .consultation-form .info-text {
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
}
.detailed-plan .wrapper .consultation-form-wrap .consultation-form .info-text a {
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
  border-color: rgba(255, 255, 255, 0.5);
}
.detailed-plan .style {
  margin-bottom: 16px;
  border-radius: 50px;
  border: 1px solid #e9e9ea;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 4px;
  padding-right: 12px;
  border: 0.5px solid #fff;
  background: rgba(249, 249, 249, 0.2);
  backdrop-filter: blur(10px);
}
.detailed-plan .style span {
  background: linear-gradient(246deg, #fff 11.1%, #999 100.51%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 14px;
  font-weight: 600;
}
.detailed-plan .style img {
  margin-right: 6px;
  width: 28px;
}
.detailed-plan .detailed-plan-info {
  margin: 60px 0;
  border-radius: 24px;
  padding: 30px;
  border: 1px solid #e6e6e6;
  background: white;
  text-align: left;
}
@media (max-width: 1200px) {
  .detailed-plan .detailed-plan-info {
    padding: 20px;
  }
}
@media (max-width: 1024px) {
  .detailed-plan .detailed-plan-info {
    position: relative;
    z-index: 0;
    margin: 30px 0;
  }
}
.detailed-plan .detailed-plan-info .style-mobile {
  position: absolute;
  top: 30px;
  left: 20px;
  z-index: 1;
  width: 100px;
  display: none;
}
@media (max-width: 1024px) {
  .detailed-plan .detailed-plan-info .style-mobile {
    display: block;
  }
}
.detailed-plan .detailed-plan-info .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -5px;
}
@media (max-width: 1024px) {
  .detailed-plan .detailed-plan-info .items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 870px;
    padding-left: 170px;
  }
}
.detailed-plan .detailed-plan-info .items .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 30%;
}
@media (max-width: 1200px) {
  .detailed-plan .detailed-plan-info .items .item {
    width: 31%;
  }
}
@media (max-width: 1024px) {
  .detailed-plan .detailed-plan-info .items .item {
    width: 200px !important;
    flex-direction: column-reverse;
    padding-left: 0px;
    max-width: 200px !important;
  }
}
.detailed-plan .detailed-plan-info .items .item:nth-child(1) {
  position: relative;
  z-index: 4;
}
@media (max-width: 1200px) {
  .detailed-plan .detailed-plan-info .items .item:nth-child(1) {
    width: 26%;
  }
}
@media (max-width: 1024px) {
  .detailed-plan .detailed-plan-info .items .item:nth-child(1) {
    margin-left: -50px;
    margin-top: 90px;
  }
}
.detailed-plan .detailed-plan-info .items .item:nth-child(1) .grey {
  padding-left: 8px;
}
.detailed-plan .detailed-plan-info .items .item:nth-child(1) .text {
  padding-left: 8px;
  max-width: 270px;
}
@media (max-width: 1200px) {
  .detailed-plan .detailed-plan-info .items .item:nth-child(1) .text {
    max-width: 250px;
  }
}
.detailed-plan .detailed-plan-info .items .item:nth-child(2) {
  position: relative;
  z-index: 3;
  margin-left: -65px;
}
@media (max-width: 1024px) {
  .detailed-plan .detailed-plan-info .items .item:nth-child(2) {
    margin-top: 130px;
  }
}
.detailed-plan .detailed-plan-info .items .item:nth-child(2) .item-info .texts {
  left: 90px;
}
.detailed-plan .detailed-plan-info .items .item:nth-child(3) {
  position: relative;
  z-index: 2;
  margin-left: -70px;
}
@media (max-width: 1024px) {
  .detailed-plan .detailed-plan-info .items .item:nth-child(3) {
    margin-top: 140px;
  }
}
.detailed-plan .detailed-plan-info .items .item:nth-child(3) .item-info .texts {
  left: 90px;
}
.detailed-plan .detailed-plan-info .items .item:nth-child(4) {
  position: relative;
  z-index: 1;
  margin-left: -70px;
}
@media (max-width: 1024px) {
  .detailed-plan .detailed-plan-info .items .item:nth-child(4) {
    margin-top: 160px;
  }
}
.detailed-plan .detailed-plan-info .items .item:nth-child(4) .item-info .texts {
  left: 90px;
}
.detailed-plan .detailed-plan-info .items .item .text {
  font-size: 14px;
  font-weight: 500;
  color: #45484d;
  margin-bottom: 4px;
  padding-left: 20px;
}
@media (max-width: 1200px) {
  .detailed-plan .detailed-plan-info .items .item .text {
    font-size: 13px;
    min-height: 30px;
  }
}
@media (max-width: 1024px) {
  .detailed-plan .detailed-plan-info .items .item .text br {
    display: none;
  }
}
.detailed-plan .detailed-plan-info .items .item .grey {
  color: #b2b2b2;
  font-size: 14px;
  font-weight: 500;
  margin-top: 4px;
  padding-left: 20px;
}
@media (max-width: 1200px) {
  .detailed-plan .detailed-plan-info .items .item .grey {
    font-size: 13px;
  }
}
.detailed-plan .detailed-plan-info .items .item .item-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 0;
  min-height: 103px;
}
@media (max-width: 1024px) {
  .detailed-plan .detailed-plan-info .items .item .item-info {
    display: none;
  }
}
.detailed-plan .detailed-plan-info .items .item .item-info .texts {
  position: absolute;
  top: 15px;
  left: 20px;
}
.detailed-plan .detailed-plan-info .items .item .item-info .texts b {
  display: block;
  font-size: 32px;
  line-height: 100%;
  font-weight: 600;
  color: white;
}
.detailed-plan .detailed-plan-info .items .item .item-info .texts span {
  color: rgba(255, 255, 255, 0.64);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: -0.332px;
}
.detailed-plan .detailed-plan-info .items .item .item-info img {
  width: 100%;
}
@media (max-width: 1024px) {
  .detailed-plan .detailed-plan-info .items .item .item-info img {
    transform: rotate(90deg);
  }
}

.management-company {
  margin: 70px 0;
}
@media (max-width: 1024px) {
  .management-company {
    margin: 30px 0;
  }
}
.management-company .wrapper {
  text-align: center;
}
.management-company .wrapper .benefits-btn {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: white;
  height: 60px;
  width: 100%;
  border-radius: 16px;
  background: #45484d;
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 24px;
  margin-top: 8px;
  display: none;
}
@media (max-width: 767px) {
  .management-company .wrapper .benefits-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.management-company .wrapper .benefits-btn img {
  margin-left: 10px;
}
.management-company .wrapper .main-title {
  max-width: 820px;
  width: 100%;
  margin: 0 auto 40px;
  text-align: center;
}
.management-company .wrapper .style {
  margin-bottom: 16px;
  border-radius: 50px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 4px;
  padding-right: 12px;
  border: 1px solid #e9e9ea;
}
.management-company .wrapper .style span {
  font-size: 14px;
  font-weight: 600;
  color: #2c2d2f;
}
.management-company .wrapper .style img {
  margin-right: 6px;
  width: 28px;
}
.management-company .wrapper .consultation-form-wrap {
  border-radius: 24px;
  max-width: 720px;
  border: 1.3px solid #e5e6ea;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.43) 0%, rgba(255, 255, 255, 0.2) 100%);
  backdrop-filter: blur(7.75px);
}
@media (max-width: 767px) {
  .management-company .wrapper .consultation-form-wrap {
    padding: 24px 16px;
    margin-top: 10px;
  }
}
.management-company .wrapper .consultation-form-wrap > p {
  display: block;
  color: #2c2d2f;
}
.management-company .wrapper .consultation-form-wrap .consultation-form {
  background: none;
  border: none;
  box-shadow: none;
  padding: 0;
}
.management-company .wrapper .consultation-form-wrap .consultation-form .info-text {
  color: rgba(151, 150, 157, 0.5);
  font-size: 14px;
}
.management-company .wrapper .consultation-form-wrap .consultation-form .info-text a {
  color: rgba(151, 150, 157, 0.5);
  font-size: 14px;
  border-color: rgba(151, 150, 157, 0.5);
}

.benefits-items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 10px;
  text-align: left;
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .benefits-items {
    grid-template-columns: 1fr 1fr;
  }
}
.benefits-items .benefits-item {
  padding: 24px;
  border-radius: 24px;
  border: 0.774px solid #e6e6e6;
  background: #45484d;
  box-shadow: 0px 12px 24px 0px rgba(0, 26, 52, 0.04);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (max-width: 1024px) {
  .benefits-items .benefits-item {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .benefits-items .benefits-item {
    padding: 12px;
  }
  .benefits-items .benefits-item:nth-child(n+5) {
    display: none;
  }
}
.benefits-items .benefits-item h4 {
  margin-bottom: 12px;
  color: white;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  max-width: 250px;
}
@media (max-width: 1024px) {
  .benefits-items .benefits-item h4 {
    font-size: 16px;
  }
}
.benefits-items .benefits-item p {
  color: #989aa4;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  margin-bottom: 10px;
  max-height: 117px;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .benefits-items .benefits-item p {
    line-height: 120%;
  }
}
@media (max-width: 767px) {
  .benefits-items .benefits-item p {
    font-size: 12px;
  }
}
.benefits-items .benefits-item .link {
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 50%;
  overflow: hidden;
  background: white;
  margin-top: auto;
}
.benefits-items .benefits-item .link img {
  margin: auto;
}

.become-franchisee {
  padding: 70px 0;
  background: url(../img/footer-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
@media (max-width: 767px) {
  .become-franchisee {
    padding: 30px 0;
  }
}
.become-franchisee .consultation-form-wrap {
  border-radius: 24px;
  max-width: 720px;
  border: 1.3px solid rgba(230, 230, 230, 0.34);
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.43) 0%, rgba(255, 255, 255, 0.2) 100%);
  backdrop-filter: blur(7.75px);
}
@media (max-width: 767px) {
  .become-franchisee .consultation-form-wrap {
    padding: 24px 16px;
    margin-top: 10px;
  }
}
.become-franchisee .consultation-form-wrap > p {
  display: block;
  color: white;
}
.become-franchisee .consultation-form-wrap .consultation-form {
  background: none;
  border: none;
  box-shadow: none;
  padding: 0;
}
.become-franchisee .consultation-form-wrap .consultation-form .info-text {
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
}
.become-franchisee .consultation-form-wrap .consultation-form .info-text a {
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
  border-color: rgba(255, 255, 255, 0.5);
}
.become-franchisee .main-title {
  max-width: 800px;
  width: 100%;
  margin: 0 auto 30px;
  color: white;
  text-align: center;
}

.become-franchisee-items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
  max-width: 1300px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .become-franchisee-items {
    gap: 10px;
  }
}
@media (max-width: 767px) {
  .become-franchisee-items {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.become-franchisee-items .become-franchisee-item {
  max-width: 320px;
  width: 100%;
}
@media (max-width: 767px) {
  .become-franchisee-items .become-franchisee-item {
    margin-top: 0 !important;
    max-width: 100%;
  }
}
.become-franchisee-items .become-franchisee-item:nth-child(1) {
  margin-top: 120px;
}
.become-franchisee-items .become-franchisee-item:nth-child(1) .list {
  max-width: 280px;
}
.become-franchisee-items .become-franchisee-item:nth-child(2) {
  margin-top: 60px;
}
.become-franchisee-items .become-franchisee-item > img {
  margin-bottom: 40px;
  max-width: 100%;
  max-height: 100%;
}
@media (max-width: 1024px) {
  .become-franchisee-items .become-franchisee-item > img {
    width: 60%;
  }
}
@media (max-width: 767px) {
  .become-franchisee-items .become-franchisee-item > img {
    display: none;
  }
}
.become-franchisee-items .become-franchisee-item .list {
  width: 100%;
  counter-reset: item;
}
.become-franchisee-items .become-franchisee-item .list li {
  color: rgba(255, 255, 255, 0.7);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  counter-increment: item;
  margin-bottom: 3px;
}
@media (max-width: 1024px) {
  .become-franchisee-items .become-franchisee-item .list li {
    font-size: 14px;
  }
}
.become-franchisee-items .become-franchisee-item .list li:before {
  content: counter(item) ". ";
  margin-right: 10px;
}
.become-franchisee-items .become-franchisee-item .list li span {
  border-radius: 40px;
  border: 1px solid #fff;
  padding: 4px;
  color: white;
  font-size: 10px;
  margin-left: 4px;
  height: 16px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.become-franchisee-items .become-franchisee-item .list li img {
  margin-left: 4px;
  margin-bottom: -2px;
}
.become-franchisee-items .become-franchisee-item h3 {
  margin-bottom: 12px;
  font-size: 35px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  background: linear-gradient(261deg, #fff 54.22%, rgba(153, 153, 153, 0.7) 107.11%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 1024px) {
  .become-franchisee-items .become-franchisee-item h3 {
    font-size: 23px;
  }
}
.become-franchisee-items .become-franchisee-item h3 .style {
  font-size: 10px;
  padding: 4px;
  color: #f8f8f8;
  border-radius: 17.286px;
  background: rgba(255, 239, 228, 0.64);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 24px;
  padding-right: 8px;
}
.become-franchisee-items .become-franchisee-item h3 .style img {
  margin-right: 8px;
}

.franchise-info {
  margin: 70px 0;
}
@media (max-width: 1024px) {
  .franchise-info {
    margin: 30px 0;
  }
}
.franchise-info .wrapper {
  text-align: center;
}
.franchise-info .wrapper .main-title {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto 30px;
}
@media (max-width: 1200px) {
  .franchise-info .wrapper .main-title {
    max-width: 750px;
  }
}
.franchise-info .wrapper .style {
  padding: 6px;
  padding-right: 12px;
  border: 1px solid #e9e9ea;
  border-radius: 50px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 16px;
}
.franchise-info .wrapper .style > span {
  font-size: 14px;
  font-weight: 600;
  color: #2c2d2f;
}
.franchise-info .wrapper .style .icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 8px;
  padding: 4px;
  padding-right: 8px;
  border-radius: 50px;
  background: #ffe3db;
}
.franchise-info .wrapper .style .icon img {
  margin-right: 8px;
}
.franchise-info .wrapper .style .icon span {
  font-size: 12px;
  font-weight: 600;
  color: #ff2511;
}

.franchise-info2 {
  margin-bottom: 70px;
}
@media (max-width: 1024px) {
  .franchise-info2 {
    margin: 30px 0;
  }
}
.franchise-info2 .wrapper {
  text-align: center;
}
.franchise-info2 .wrapper .main-title {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto 30px;
}
@media (max-width: 1200px) {
  .franchise-info2 .wrapper .main-title {
    max-width: 750px;
  }
}
.franchise-info2 .wrapper .style {
  padding: 4px;
  padding-right: 12px;
  border: 1px solid #e9e9ea;
  border-radius: 50px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 16px;
}
.franchise-info2 .wrapper .style > span {
  font-size: 14px;
  font-weight: 600;
  color: #2c2d2f;
}
.franchise-info2 .wrapper .style > img {
  width: 28px;
  margin-right: 8px;
}

.franchise-info-slider2 .slick-list {
  margin: 0 -10px;
}
@media (max-width: 1024px) {
  .franchise-info-slider2 .slick-list {
    margin: 0;
  }
}
.franchise-info-slider2 .item {
  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;
  align-items: flex-start;
  padding: 16px;
  border-radius: 24px;
  border: 1px solid #e5e6ea;
  min-height: 250px;
  margin: 0 10px;
}
@media (max-width: 1024px) {
  .franchise-info-slider2 .item {
    margin: 0;
    width: 230px;
    margin-left: 5px;
  }
}
@media (max-width: 767px) {
  .franchise-info-slider2 .item {
    width: 170px;
    min-height: 220px;
  }
  .franchise-info-slider2 .item .style img {
    width: 16px;
    margin-right: 5px;
  }
  .franchise-info-slider2 .item .style span {
    font-size: 12px;
  }
}
.franchise-info-slider2 .item .texts {
  text-align: left;
}
.franchise-info-slider2 .item .texts b {
  font-size: 32px;
  font-weight: bold;
  color: #45484d;
  display: block;
}
@media (max-width: 1200px) {
  .franchise-info-slider2 .item .texts b {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .franchise-info-slider2 .item .texts b {
    font-size: 18px;
  }
}
.franchise-info-slider2 .item .texts span {
  font-size: 16px;
  font-weight: 500;
  color: #45484d;
}
@media (max-width: 767px) {
  .franchise-info-slider2 .item .texts span {
    font-size: 14px;
  }
}

.franchise-info-slider {
  text-align: left;
}
@media (max-width: 767px) {
  .franchise-info-slider {
    width: calc(100% + 30px);
  }
}
.franchise-info-slider .slick-list {
  margin: 0 -10px;
}
@media (max-width: 767px) {
  .franchise-info-slider .slick-list {
    margin: 0;
  }
}
.franchise-info-slider .item {
  padding: 24px;
  border-radius: 32px;
  border: 1px solid #e6e6e6;
  margin: 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .franchise-info-slider .item {
    margin: 0;
    margin-left: 4px;
    width: 170px;
    padding: 12px;
    border-radius: 24px;
  }
}
.franchise-info-slider .item .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 8px;
}
.franchise-info-slider .item .top img {
  margin-right: 8px;
}
.franchise-info-slider .item .top span {
  color: #2c2d2f;
  font-size: 14px;
  font-weight: 600;
}
.franchise-info-slider .item .name {
  color: #2c2d2f;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  margin-bottom: 16px;
  max-width: 340px;
  display: inline-block;
}
@media (max-width: 1300px) {
  .franchise-info-slider .item .name {
    font-size: 24px;
    max-width: 260px;
  }
}
@media (max-width: 767px) {
  .franchise-info-slider .item .name {
    font-size: 16px;
  }
}
.franchise-info-slider .item .texts {
  color: rgba(74, 74, 74, 0.62);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  max-width: 340px;
  display: inline-block;
}
@media (max-width: 767px) {
  .franchise-info-slider .item .texts {
    font-size: 14px;
  }
}
.franchise-info-slider .item .read {
  font-size: 16px;
  font-weight: 600;
  color: #ff762b;
  margin-top: 16px;
}
@media (max-width: 767px) {
  .franchise-info-slider .item .read {
    font-size: 14px;
  }
}

/* Rich Text Editor */
.rte {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.43;
  /* Заголовки! */
}
.rte p:not(:first-of-type) {
  margin-top: 12px;
}
.rte ul,
.rte ol {
  margin-top: 12px;
  padding-left: 19px;
  line-height: 1.42;
}
.rte ul {
  list-style-type: disc;
}
.rte ol {
  list-style-type: decimal;
}
.rte a,
.rte button {
  padding: 0;
  font-weight: 400;
  line-height: 1.3;
  color: red;
  background-color: transparent;
  border: 0;
  transition: color 0.1s ease-in-out;
}
@media (any-hover: hover) {
  .rte a:hover,
  .rte button:hover {
    color: red;
  }
}
.rte b,
.rte strong {
  font-weight: 400;
}
.rte > strong {
  display: flex;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
}
.rte > strong:first-of-type {
  margin-bottom: 12px;
}
.rte > strong:not(:first-child) {
  margin-top: 16px;
}
.rte > b {
  display: flex;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
}
.rte > b:first-of-type {
  margin-bottom: 12px;
}
.rte > b:not(:first-of-type) {
  margin-top: 16px;
}
.rte iframe,
.rte video {
  display: flex;
  width: 100%;
  height: auto;
  margin-top: 16px;
  border-radius: 16px;
  object-fit: cover;
  aspect-ratio: 343/240;
}
.rte img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 80vh;
  margin-top: 16px;
}

.seo-text {
  margin: 10px 0 70px;
}
.seo-text .main-title {
  font-size: 32px !important;
}
@media (min-width: 1201px) {
  .seo-text .main-title {
    font-size: 40px !important;
  }
}
.seo-text .wrapper {
  display: flex;
  flex-direction: column;
}
.seo-text:not([data-opened]) .seo-text__text {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
}
.seo-text[data-opened] .seo-text__more-button svg {
  transform: rotate(180deg);
}

.seo-text__text {
  margin-top: 20px;
  color: rgba(0, 0, 0, 0.6);
}

.seo-text__more-button {
  margin-top: 16px;
}
.seo-text__more-button svg {
  transition: transform 0.1s ease-in-out;
}

.button-stroke {
  display: flex;
  align-items: center;
  gap: 4px;
  width: fit-content;
  height: 52px;
  padding: 0 16px;
  border-radius: 64px;
  border: 1px solid #e6e6e6 !important;
  color: #45484d;
  transition: border-color 0.1s ease-in-out, color 0.1s ease-in-out, transform 0.1s ease-in-out;
}
.button-stroke:active {
  transform: scale(0.95);
}
@media (any-hover: hover) {
  .button-stroke:hover {
    border-color: #bcbcbc;
    color: #000;
  }
}

.choiseCity-link {
  display: flex;
  align-items: center;
}

@media (min-width: 1024px) {
  .choiseCity-link.menu-item {
    display: none !important;
  }
}
.choiseCity-link__img {
  margin-right: 6px;
}

.hystmodal__window {
  padding: 32px;
  border-radius: 24px;
  width: 100%;
  max-width: 464px;
}

.hystmodal__close {
  width: 14px;
  height: 14px;
  top: -23px;
  right: -10px;
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.70711 13.7071C1.31658 14.0976 0.683418 14.0976 0.292893 13.7071C-0.0976305 13.3166 -0.0976305 12.6834 0.292894 12.2929L5.58578 7L0.292893 1.70711C-0.0976315 1.31658 -0.0976315 0.683418 0.292893 0.292893C0.683417 -0.097631 1.31658 -0.097631 1.70711 0.292893L7 5.58579L12.2929 0.292893C12.6834 -0.0976311 13.3166 -0.097631 13.7071 0.292893C14.0976 0.683418 14.0976 1.31658 13.7071 1.70711L8.41421 7L13.7071 12.2929C14.0976 12.6834 14.0976 13.3166 13.7071 13.7071C13.3166 14.0976 12.6834 14.0976 12.2929 13.7071L7 8.41421L1.70711 13.7071Z' fill='white' fill-opacity='0.5'/%3E%3C/svg%3E");
  transition: transform 0.1s ease-in-out, opacity 0.1s ease-in-out;
}

@media (max-width: 768px) {
  .hystmodal__close {
    top: 20px;
    right: 20px;
    background-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.70711 13.7071C1.31658 14.0976 0.683418 14.0976 0.292893 13.7071C-0.0976305 13.3166 -0.0976305 12.6834 0.292894 12.2929L5.58578 7L0.292893 1.70711C-0.0976315 1.31658 -0.0976315 0.683418 0.292893 0.292893C0.683417 -0.097631 1.31658 -0.097631 1.70711 0.292893L7 5.58579L12.2929 0.292893C12.6834 -0.0976311 13.3166 -0.097631 13.7071 0.292893C14.0976 0.683418 14.0976 1.31658 13.7071 1.70711L8.41421 7L13.7071 12.2929C14.0976 12.6834 14.0976 13.3166 13.7071 13.7071C13.3166 14.0976 12.6834 14.0976 12.2929 13.7071L7 8.41421L1.70711 13.7071Z' fill='black' fill-opacity='0.5'/%3E%3C/svg%3E");
  }
}
.hystmodal__close:hover {
  opacity: 0.7;
}

.hystmodal__close:active {
  transform: scale(0.95);
}

.choise-city__title {
  font-weight: 700;
  font-size: 24px;
  line-height: 140%;
  margin-bottom: 8px;
}

.choise-city__subtitle {
  line-height: 140%;
  letter-spacing: 0%;
  margin-bottom: 24px;
}

.choise-city__field {
  border-radius: 20px;
  border: 1px solid #e5e6ea;
  padding: 7px 12px;
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
}

.choise-city__input {
  width: 100%;
  font-size: 14px;
  font-weight: 500;
}

.choise-city__input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #d1d1d1;
  opacity: 1; /* По умолчанию в некоторых браузерах opacity меньше 1 */
  font-family: SF Pro Display;
  font-weight: 400;
  font-style: Regular;
  font-size: 12px;
  line-height: 140%;
}

.choise-city__input::-moz-placeholder {
  /* Firefox 19+ */
  color: #d1d1d1;
  opacity: 1; /* По умолчанию в некоторых браузерах opacity меньше 1 */
  font-family: SF Pro Display;
  font-weight: 400;
  font-style: Regular;
  font-size: 12px;
  line-height: 140%;
  opacity: 1;
}

input:-ms-input-placeholder {
  /* IE 10+ */
  color: #d1d1d1;
  opacity: 1; /* По умолчанию в некоторых браузерах opacity меньше 1 */
  font-family: SF Pro Display;
  font-weight: 400;
  font-style: Regular;
  font-size: 12px;
  line-height: 140%;
}

input:-moz-placeholder {
  /* Firefox 18- */
  color: #d1d1d1;
  opacity: 1; /* По умолчанию в некоторых браузерах opacity меньше 1 */
  font-family: SF Pro Display;
  font-weight: 400;
  font-style: Regular;
  font-size: 12px;
  line-height: 140%;
}

/* Современный синтаксис (должен идти последним) */
.choise-city__input::placeholder {
  color: #d1d1d1;
  opacity: 1; /* По умолчанию в некоторых браузерах opacity меньше 1 */
  font-family: SF Pro Display;
  font-weight: 400;
  font-style: Regular;
  font-size: 12px;
  line-height: 140%;
  opacity: 1;
}

.choise-city__list {
  max-height: 80vh;
  overflow: auto;
  padding-right: 10px;
}

.choise-city__no-results {
  display: none;
  padding: 10px;
  text-align: center;
  color: #a4a4a6;
  font-size: 14px;
  margin-top: 10px;
}

.choise-city__item {
  margin-bottom: 8px;
  padding-bottom: 12px;
  border-bottom: 1px solid #f5f5f6;
}

.choise-city-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.choise-city-item__info {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.choise-city-item__title {
  font-weight: 600;
  font-style: Semibold;
  font-size: 16px;
  line-height: 130%;
  color: #45484d;
}

.choise-city-item__subtitle {
  font-style: Regular;
  font-size: 12px;
  line-height: 140%;
  color: #d1d1d1;
}

.choise-city-item:not([data-city-active]) {
  transition: transform 0.1s ease-in-out, opacity 0.1s ease-in-out;
}

.choise-city-item:not([data-city-active]):hover {
  opacity: 0.7;
}

.choise-city-item:not([data-city-active]):active {
  transform: scale(0.95);
}

.choise-city-item__controll-active {
  display: none;
}

[data-city-active] .choise-city-item__controll-active {
  display: block;
}

[data-city-active] .choise-city-item__controll {
  display: none;
}

.location-mobile {
  display: none;
  align-items: center;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}
.location-mobile:active {
  transform: scale(0.95);
}
@media (any-hover: hover) {
  .location-mobile:hover {
    opacity: 0.7;
  }
}
@media (max-width: 1024px) {
  .location-mobile {
    display: flex;
  }
}
.location-mobile .location-mobile__title {
  margin-left: 4px;
  font-weight: 600;
  font-size: 16px;
  line-height: 130%;
  color: #000000;
}

/*# sourceMappingURL=style.css.map */
