@charset "UTF-8";
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  overflow-x: hidden;
}
._center {
  text-align: center;
}
.mp-img {
  font-size: 0;
  line-height: 0;
}
.mp-img img {
  max-width: 100%;
}
.mp-login__slider .slick-dots {
  margin: 0 auto;
  max-width: 100%;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 16px;
  padding-right: 16px;
  position: relative;
  z-index: 1;
}
@media (min-width: 600px) {
  .mp-login__slider .slick-dots {
    padding-left: 12px;
  }
}
@media (min-width: 960px) {
  .mp-login__slider .slick-dots {
    max-width: 1168px;
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media (min-width: 1200px) {
  .mp-login__slider .slick-dots {
    padding-left: 16px;
    padding-right: 16px;
    max-width: 1168px;
  }
}
@media (min-width: 1380px) {
  .mp-login__slider .slick-dots {
    max-width: 1168px;
    padding-left: 16px;
    padding-right: 16px;
  }
}
.mp-login-card {
  z-index: 1;
  background-color: #fff;
  -webkit-box-shadow: 0 14px 48px -12px rgba(73, 71, 59, 0.32);
  box-shadow: 0 14px 48px -12px rgba(73, 71, 59, 0.32);
  border-radius: 6px;
  width: 100%;
  position: absolute;
  top: 72px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  max-width: 288px;
  padding: 24px 16px 29px;
}
@media (min-width: 600px) {
  .mp-login-card {
    -webkit-transform: none;
    transform: none;
    left: 32px;
    top: 64px;
    padding: 24px 16px;
  }
}
@media (min-width: 960px) {
  .mp-login-card {
    top: 80px;
    max-width: 312px;
    padding: 24px 16px 29px;
  }
}
@media (min-width: 1200px) {
  .mp-login-card {
    max-width: 369px;
    padding: 24px 22px 29px 25px;
  }
}
@media (min-width: 1380px) {
  .mp-login-card {
    max-width: 408px;
    padding: 24px 24px 32px;
  }
}
.mp-login-card__logo {
  text-align: center;
  margin-bottom: 10px;
  max-height: 50px;
}
@media (min-width: 960px) {
  .mp-login-card__logo {
    margin-bottom: 16px;
  }
}
@media (min-width: 1200px) {
  .mp-login-card__logo {
    margin-bottom: 24px;
  }
}
.mp-login-card__logo svg {
  width: 138px;
  height: 50px;
}
.mp-login-card__forgot {
  text-align: right;
  margin: -8px 0 30px;
}
@media (min-width: 960px) {
  .mp-login-card__forgot {
    margin-bottom: 24px;
  }
}
.mp-login-card__forgot a {
  color: #0169d9;
  font-size: 14px;
  line-height: 1.43;
}
.mp-login-card__btns {
  padding: 0 7px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (min-width: 960px) {
  .mp-login-card__btns {
    padding: 0;
  }
}
@media (min-width: 1200px) {
  .mp-login-card__btns {
    padding: 0 16px;
  }
}
.mp-login-card__socials {
  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: 32px;
}
@media (min-width: 1200px) {
  .mp-login-card__socials {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
@media (min-width: 1380px) {
  .mp-login-card__socials {
    padding: 0 10px;
  }
}
.mp-login-card__socials-text {
  color: #878787;
  display: none;
}
@media (min-width: 1200px) {
  .mp-login-card__socials-text {
    display: block;
    margin: 0 12px 0 0;
    font-size: 14px;
    line-height: 1.43;
  }
}
.mp-login-card__socials-link {
  width: 32px;
  height: 32px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 32px;
  flex: 0 0 32px;
  border-radius: 50%;
  margin: 0 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out;
}
.mp-login-card__socials-link:hover {
  background-color: #e6f0ff;
}
.mp-login-card__socials-link svg {
  width: 26px;
  height: 26px;
}
.mp-login {
  background-color: #0aa440;
  position: relative;
  margin-bottom: 152px;
  height: 384px;
  z-index: 2;
}
@media (min-width: 600px) {
  .mp-login {
    margin-bottom: 120px;
    height: auto;
  }
}
@media (min-width: 960px) {
  .mp-login {
    margin-bottom: 80px;
  }
}
@media (min-width: 1200px) {
  .mp-login {
    margin-bottom: 112px;
  }
}
@media (min-width: 1380px) {
  .mp-login {
    margin-bottom: 96px;
  }
}
.mp-login__slider {
  display: none;
}
@media (min-width: 600px) {
  .mp-login__slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.mp-login__slider .slick-track {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.mp-login__slider .slick-dots {
  display: none !important;
}
@media (min-width: 600px) {
  .mp-login__slider .slick-dots {
    display: block !important;
    font-size: 0;
    line-height: 0;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    margin: 0;
    z-index: 0;
    padding-left: 360px;
    bottom: 40px;
  }
}
@media (min-width: 960px) {
  .mp-login__slider .slick-dots {
    padding-left: 400px;
    bottom: 48px;
  }
}
@media (min-width: 1200px) {
  .mp-login__slider .slick-dots {
    bottom: 40px;
    padding-left: 450px;
  }
}
@media (min-width: 1380px) {
  .mp-login__slider .slick-dots {
    bottom: 32px;
    padding-left: 500px;
    list-style: none;
  }
}
.mp-login__slider .slick-dots li {
  display: inline-block;
  width: 12px;
  height: 12px;
  background-color: #fafaf9;
  -webkit-box-shadow: 0 5px 3px -3px rgba(176, 176, 176, 0.27), inset 0 0 0 2px #dfdfdf;
  box-shadow: 0 5px 3px -3px rgba(176, 176, 176, 0.27), inset 0 0 0 2px #dfdfdf;
  border-radius: 50%;
  margin-right: 16px;
  will-change: width, height;
  -webkit-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out;
}
.mp-login__slider .slick-dots li.slick-active {
  width: 16px;
  height: 16px;
  background-color: #d9e4f5;
  -webkit-box-shadow: 0 5px 3px -3px rgba(130, 166, 233, 0.27), inset 0 0 0 2px #a3c0ea;
  box-shadow: 0 5px 3px -3px rgba(130, 166, 233, 0.27), inset 0 0 0 2px #a3c0ea;
}
.mp-login__slider .slick-dots button {
  cursor: pointer;
  width: 100%;
  height: 100%;
  background: none;
  border-radius: 50%;
  outline: none;
  border: none;
  -webkit-appearance: none;
}
.mp-login__slider-wrapp {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  height: 100%;
}
@media (min-width: 600px) {
  .mp-login__slider-wrapp {
    padding-left: 360px;
  }
}
@media (min-width: 960px) {
  .mp-login__slider-wrapp {
    padding-left: 400px;
  }
}
@media (min-width: 1200px) {
  .mp-login__slider-wrapp {
    padding-left: 450px;
  }
  .mp-login__slider-wrapp._cb_2023 {
    padding-bottom: 60px;
  }
  ._cb_2023 .mp-login__slide-text {
    margin-bottom: 36px;
  }
}
@media (min-width: 1380px) {
  .mp-login__slider-wrapp {
    padding-left: 500px;
  }
}
.mp-login__slide {
  background: #0aa440 top no-repeat;
  background-size: cover;
  outline: none;
  padding-top: 64px;
  height: 384px;
  width: 100vw;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 100vw;
  flex: 0 1 100vw;
}
@media (min-width: 600px) {
  .mp-login__slide {
    padding-bottom: 88px;
    height: 400px;
  }
}
@media (min-width: 960px) {
  .mp-login__slide {
    padding-top: 80px;
  }
}
@media (min-width: 1200px) {
  .mp-login__slide {
    padding-bottom: 80px;
  }
}
@media (min-width: 1380px) {
  .mp-login__slide {
    padding-bottom: 72px;
    height: 416px;
  }
}
.mp-login__slide-title {
  color: #fff;
}
@media (min-width: 600px) {
  .mp-login__slide-title {
    font-size: 32px;
    font-weight: 700;
    line-height: 1.13;
    letter-spacing: -0.3px;
    margin: 0 0 16px;
  }
  ._small .mp-login__slide-title {
    font-size: 28px;
  }
  ._small .mp-login__slide-btn {
    background: linear-gradient(180deg, #FF4C74 0%, #FD0808 100%);
    color: #fff;
  }
  .mp-login__slide-btn-note {
    color: #fff;
    font-weight: 600;
    display: block;
    padding-top: 8px;
    font-size: 16px;
    line-height: 1.4;
  }
  .mp-login__slide-btn-note i {
    font-weight: 400;
    font-size: 14px;
  }
}
@media (min-width: 960px) {
  .mp-login__slide-title {
    font-size: 32px;
    line-height: 1.1;
    letter-spacing: -0.4px;
    margin-bottom: 8px;
  }
  ._small .mp-login__slide-title {
    margin-bottom: 32px;
  }
  ._small .mp-login__slide-btn-wrap {
    display: flex;
  }
  ._small .mp-login__slide-btn {
    flex: none;
    margin-right: 24px;
  }
}
@media (min-width: 1200px) {
  .mp-login__slide-title {
    font-size: 32px;
    line-height: 1.2;
    max-width: 700px;
  }
}
@media (min-width: 1380px) {
  .mp-login__slide-title {
    letter-spacing: -0.6px;
    max-width: 800px;
  }
  ._small .mp-login__slide-title {
    margin-bottom: 48px;
    font-size: 24px;
    line-height: 1.45;
  }
  ._small .mp-login__slide-btn-wrap {
    margin-bottom: 24px;
  }
}
.mp-login__slide-text {
  display: none;
}
@media (min-width: 960px) {
  .mp-login__slide-text {
    display: block;
    font-size: 20px;
    line-height: 1.2;
    letter-spacing: -0.4px;
    color: #fff;
    margin: 0 0 24px;
    max-width: 600px;
  }
}
@media (min-width: 1200px) {
  .mp-login__slide-text {
    line-height: 1.6;
    margin-bottom: 16px;
    max-width: 700px;
  }
}
@media (min-width: 1380px) {
  .mp-login__slide-text {
    font-size: 22px;
    line-height: 1.18;
    letter-spacing: -0.6px;
    max-width: 900px;
  }
}
.mp-login__slide-btn {
  background-color: rgba(63, 63, 63, 0.6);
  -webkit-box-shadow: none;
  box-shadow: none;
}
@media (min-width: 1200px) {
  .mp-login__slide-btn:hover {
    -webkit-box-shadow: 0 5px 3px -3px rgba(0, 0, 0, 0.16), inset 0 0 0 2px rgba(0, 0, 0, 0.05);
    box-shadow: 0 5px 3px -3px rgba(0, 0, 0, 0.16), inset 0 0 0 2px rgba(0, 0, 0, 0.05);
    background-color: rgba(63, 63, 63, 0.5);
  }
}
@media (min-width: 960px) {
  .mp-user-features {
    text-align: center;
  }
}
.mp-user-features__wrapp {
  padding-top: 20px;
  padding-bottom: 24px;
}
@media (min-width: 600px) {
  .mp-user-features__wrapp {
    padding-top: 48px;
    padding-bottom: 80px;
  }
}
@media (min-width: 960px) {
  .mp-user-features__wrapp {
    padding-top: 72px;
    padding-bottom: 32px;
  }
}
@media (min-width: 1200px) {
  .mp-user-features__wrapp {
    padding-top: 40px;
    padding-bottom: 16px;
  }
}
.mp-user-features__title {
  font-size: 28px;
  line-height: 40px;
  letter-spacing: -0.7px;
  margin: 0 auto 32px;
}
@media (min-width: 600px) {
  .mp-user-features__title {
    margin-bottom: 40px;
  }
}
@media (min-width: 960px) {
  .mp-user-features__title {
    font-size: 36px;
    line-height: 48px;
    letter-spacing: -0.9px;
    max-width: 80%;
  }
}
@media (min-width: 1200px) {
  .mp-user-features__title {
    max-width: 70%;
  }
}
@media (min-width: 1380px) {
  .mp-user-features__title {
    font-size: 40px;
    letter-spacing: -1px;
    margin-bottom: 56px;
  }
}
.mp-user-features__text {
  font-size: 16px;
  font-weight: 400;
  line-height: 27px;
  margin: 0 0 56px;
}
@media (min-width: 600px) {
  .mp-user-features__text {
    margin-bottom: 64px;
  }
}
@media (min-width: 960px) {
  .mp-user-features__text {
    max-width: 848px;
    margin: 0 auto 110px;
  }
}
@media (min-width: 1200px) {
  .mp-user-features__text {
    margin-bottom: 96px;
  }
}
@media (min-width: 1380px) {
  .mp-user-features__text {
    margin-bottom: 88px;
  }
}
.mp-user-features__list {
  padding: 0;
  list-style: none;
}
@media (min-width: 960px) {
  .mp-user-features__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.mp-user-features__item {
  margin-bottom: 40px;
}
.mp-user-features__image img {
  max-width: 100%;
  height: auto;
}
@media (min-width: 600px) {
  .mp-user-features__item {
    margin-bottom: 56px;
  }
}
@media (min-width: 960px) {
  .mp-user-features__item {
    width: 340px;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 340px;
    flex: 0 1 340px;
    margin-bottom: 48px;
  }
}
@media (min-width: 1200px) {
  .mp-user-features__item {
    margin-bottom: 72px;
  }
  .mp-user-features__item:last-child {
    margin-left: auto;
    margin-right: auto;
  }
}
.mp-user-features__link {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}
.mp-user-features__item-pic {
  margin-bottom: 24px;
  height: 48px;
}
.mp-user-features__item-pic img {
  max-height: 100%;
  height: 100%;
}
.mp-user-features__item-title {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  margin: 0 0 8px;
}
.mp-user-features__item-text {
  color: #828282;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  margin: 0;
}
.black-friday__slide-btn {
  background-color: #1eb34b;
}
.mp-login-card__socials {
  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: 32px;
  flex-direction: column;
}
@media (min-width: 1200px) {
  .mp-login-card__socials {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
@media (min-width: 1380px) {
  .mp-login-card__socials {
    padding: 0 10px;
  }
}
.mp-login-card__socials-text {
  color: #878787;
  display: none;
}
@media (min-width: 1200px) {
  .mp-login-card__socials-text {
    display: block;
    margin: 0 12px 0 0;
    font-size: 14px;
    line-height: 1.43;
  }
}
.mp-login-card__socials-link {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 32px;
  border-radius: 50%;
  margin: 0 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out;
}
.mp-login-card__socials-link:hover {
  background-color: #e6f0ff;
}
.mp-login-card__socials-link svg {
  width: 26px;
  height: 26px;
}
.mp-login-card-yandex-id {
  display: flex;
  justify-content: center;
  width: 100%;
  height: 56px;
  background: #000;
  border-radius: 57px;
  margin: 0 auto 10px;
}
.mp-login-card__socials-link {
  margin-left: 10px;
}
@media (max-width: 600px) {
  .mp-login {
    margin-bottom: 250px;
  }
}
.mp-login-card__socials-text-alternative {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.3px;
  text-align: center;
  color: #878787;
  margin-bottom: 10px;
}
.mp-login-card__socials-icons {
  display: flex;
  justify-content: center;
}
@media (min-width: 1200px) {
  .mp-user-features__title {
    max-width: 70%;
  }
}
@media (min-width: 960px) {
  .mp-login {
    margin-bottom: 180px;
  }
}
@media (min-width: 600px) {
  .mp-login {
    margin-bottom: 230px;
  }
}
.mp-footer__inner .mp-footer__left {
  background: none;
}
/*парт*/
._hidden {
  display: none;
}
.mp-main-menu {
  position: relative;
  z-index: 42;
  background: #0aa440;
}
.mp-main-menu._light {
  background: #fff;
}
@media (min-width: 600px) {
  .mp-main-menu._noBg {
    background-color: transparent;
  }
}
.mp-main-menu._fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  -webkit-box-shadow: 0 5px 21px rgba(73, 71, 59, 0.15);
  box-shadow: 0 5px 21px rgba(73, 71, 59, 0.15);
  z-index: 42;
}
.mp-main-menu__wrapp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 64px;
  margin: 0 auto;
  max-width: 100%;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 16px;
  position: relative;
  z-index: 1;
}
@media (min-width: 600px) {
  .mp-main-menu__wrapp {
    max-width: 600px;
    padding: 0 12px;
  }
}
@media (min-width: 960px) {
  .mp-main-menu__wrapp {
    height: 80px;
    max-width: 960px;
    padding: 0 24px;
  }
}
@media (min-width: 1200px) {
  .mp-wrapp.mp-main-menu__wrapp {
    padding: 0 16px;
    max-width: 1320px;
  }
}
@media (min-width: 1380px) {
  .mp-wrapp.mp-main-menu__wrapp {
    max-width: 1320px;
    padding: 0 16px;
  }
}
.mp-main-menu__logo2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  outline: none;
  text-decoration: none;
  margin-right: auto;
}
@media (min-width: 600px) {
  .mp-main-menu__logo2 {
    margin-right: 8px;
    padding-right: 16px;
    border-right: 1px solid rgba(250, 250, 249, 0.2);
  }
}
.mp-main-menu__logo2 path {
  fill: #fff;
}
@media (min-width: 600px) {
  ._fixed .mp-main-menu__logo2, ._light .mp-main-menu__logo2 {
    border-right: 1px solid rgba(77, 77, 77, 0.2);
  }
}
._fixed .mp-main-menu__logo2 path, ._light .mp-main-menu__logo2 path {
  fill: #333;
}
._fixed .mp-main-menu__logo2 path:first-child, ._light .mp-main-menu__logo2 path:first-child {
  fill: #009a17;
}
.mp-main-menu__services-link {
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  line-height: 32px;
  letter-spacing: -0.2px;
  cursor: pointer;
  display: none;
  white-space: normal;
}
@media (min-width: 600px) {
  .mp-main-menu__services-link {
    display: block;
    margin-right: auto;
  }
}
@media (min-width: 960px) {
  .mp-main-menu__services-link {
    margin-right: auto;
  }
}
@media (min-width: 1200px) {
  .mp-main-menu__services-link {
    margin: 0 24px 0 0;
  }
}
._fixed .mp-main-menu__services-link, ._light .mp-main-menu__services-link {
  color: #0169d9;
}
.mp-main-menu__services-link svg {
  fill: #fff;
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
}
._fixed .mp-main-menu__services-link svg, ._light .mp-main-menu__services-link svg {
  fill: #979797;
}
@media (min-width: 1200px) {
  .mp-main-menu__services-link svg {
    display: none;
  }
}
@media (min-width: 1380px) {
  .mp-main-menu__services-link svg {
    display: inline-block;
  }
}
.mp-main-menu__services-link span {
  position: relative;
  z-index: 1;
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
}
@media (min-width: 1200px) {
  .mp-main-menu__services-link span:hover:before {
    border-bottom-color: transparent;
  }
}
.mp-main-menu__services-link span:before {
  content: "";
  border-bottom: 1px dotted #fff;
  bottom: 5px;
  left: 0;
  right: 0;
  position: absolute;
  -webkit-transition: border-bottom-color 0.3s ease-in-out;
  transition: border-bottom-color 0.3s ease-in-out;
}
@media (min-width: 1200px) {
  .mp-main-menu__services-link span:before:hover {
    border-bottom-color: transparent;
  }
}
._fixed .mp-main-menu__services-link span:before, ._light .mp-main-menu__services-link span:before {
  border-bottom-color: #0169d9;
}
.mp-main-menu__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 1;
  margin-left: 0;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}
@media (min-width: 960px) {
  .mp-main-menu__inner {
    margin-left: auto;
    margin-right: 0;
  }
}
.mp-main-menu__nav2 {
  margin: 0 16px 0 auto;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: none;
}
@media (min-width: 1200px) {
  .mp-main-menu__nav2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.mp-main-menu__link2 {
  margin: 0 12px;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.2px;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  -webkit-transition: border-bottom-color 0.3s ease-in-out;
  transition: border-bottom-color 0.3s ease-in-out;
}
.mp-main-menu__link2:after {
  content: "";
  width: 0;
  height: 0;
  margin: 0 auto;
  display: block;
  will-change: width, height;
  -webkit-transition: 0.13s ease-in-out;
  transition: 0.13s ease-in-out;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.3);
}
._fixed .mp-main-menu__link2:after, ._light .mp-main-menu__link2:after {
  background: #c4c4c4;
}
@media (min-width: 1200px) {
  ul.mp-main-menu__nav2-in > li:hover > .mp-main-menu__link2:after {
    width: 8px;
    height: 8px;
  }
  .mp-main-menu__link2._active:after, .mp-main-menu__link2:active:after {
    background: #fff;
    width: 8px;
    height: 8px;
  }
  ._fixed .mp-main-menu__link2._active:after, ._fixed .mp-main-menu__link2:active:after, ._light .mp-main-menu__link2._active:after, ._light .mp-main-menu__link2:active:after {
    background: #1eb34b;
  }
}
._fixed .mp-main-menu__link2, ._light .mp-main-menu__link2 {
  color: #333;
}
.mp-main-menu__link2[href="/zakazsite"] {
  color: #fff25d;
}
.mp-main-menu__link2[href="/zakazsite"]:after {
  background: #fff25d;
}
._fixed .mp-main-menu__link2[href="/zakazsite"], ._light .mp-main-menu__link2[href="/zakazsite"] {
  color: #0169d9;
}
._fixed .mp-main-menu__link2[href="/zakazsite"]:after, ._light .mp-main-menu__link2[href="/zakazsite"]:after {
  background: #0169d9;
}
@media (min-width: 960px) {
  .mp-main-menu__btn, .mp-main-menu__btn._iconed, .mp-main-menu__btn._secondary {
    width: auto;
    height: auto;
  }
}
@media (min-width: 1200px) {
  .mp-main-menu__btn._iconed:hover, .mp-main-menu__btn._secondary:hover, .mp-main-menu__btn:hover {
    background: #fff;
    -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    color: #0169d9;
  }
  .mp-main-menu__btn._iconed:active, .mp-main-menu__btn._secondary:active, .mp-main-menu__btn:active {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #fff;
    color: #333;
  }
}
.mp-main-menu__btn--login, .mp-main-menu__btn._iconed--login, .mp-main-menu__btn._secondary--login {
  display: none;
}
@media (min-width: 960px) {
  .mp-main-menu__btn--login, .mp-main-menu__btn._iconed--login, .mp-main-menu__btn._secondary--login {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}
@media (min-width: 960px) {
  .mp-main-menu__btn--phone, .mp-main-menu__btn._iconed--phone, .mp-main-menu__btn._secondary--phone {
    display: none;
  }
}
@media (min-width: 1200px) {
  .mp-main-menu__btn--burger, .mp-main-menu__btn._iconed--burger, .mp-main-menu__btn._secondary--burger {
    display: none;
  }
}
.mp-main-menu__btn--order, .mp-main-menu__btn._iconed--order, .mp-main-menu__btn._secondary--order {
  display: none;
}
@media (min-width: 1200px) {
  .mp-main-menu__btn--order, .mp-main-menu__btn._iconed--order, .mp-main-menu__btn._secondary--order {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}
._fixed .mp-main-menu__btn, ._fixed .mp-main-menu__btn._iconed, ._fixed .mp-main-menu__btn._secondary, ._light .mp-main-menu__btn, ._light .mp-main-menu__btn._iconed, ._light .mp-main-menu__btn._secondary {
  background: #1eb34b;
  color: #fff;
}
@media (min-width: 1200px) {
  ._fixed .mp-main-menu__btn._iconed:hover:not([disabled]), ._fixed .mp-main-menu__btn._secondary:hover:not([disabled]), ._fixed .mp-main-menu__btn:hover:not([disabled]), ._light .mp-main-menu__btn._iconed:hover:not([disabled]), ._light .mp-main-menu__btn._secondary:hover:not([disabled]), ._light .mp-main-menu__btn:hover:not([disabled]) {
    -webkit-box-shadow: 0 2px 4px #acd6a2, inset 0 0 0 2px #3cae5e;
    box-shadow: 0 2px 4px #acd6a2, inset 0 0 0 2px #3cae5e;
    background-color: #51c568;
    color: #fff;
  }
  ._fixed .mp-main-menu__btn._iconed:active:not([disabled]), ._fixed .mp-main-menu__btn._secondary:active:not([disabled]), ._fixed .mp-main-menu__btn:active:not([disabled]), ._light .mp-main-menu__btn._iconed:active:not([disabled]), ._light .mp-main-menu__btn._secondary:active:not([disabled]), ._light .mp-main-menu__btn:active:not([disabled]) {
    background-color: #37a458;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
  }
}
._fixed .mp-main-menu__btn._iconed._secondary, ._fixed .mp-main-menu__btn._secondary, ._fixed .mp-main-menu__btn._secondary._secondary, ._light .mp-main-menu__btn._iconed._secondary, ._light .mp-main-menu__btn._secondary, ._light .mp-main-menu__btn._secondary._secondary {
  background: #fafaf9;
  -webkit-box-shadow: 0 2px 3px rgba(176, 176, 176, 0.2), inset 0 0 0 2px #ddd;
  box-shadow: 0 2px 3px rgba(176, 176, 176, 0.2), inset 0 0 0 2px #ddd;
  color: #0169d9;
}
@media (min-width: 1200px) {
  ._fixed .mp-main-menu__btn._iconed._secondary:hover, ._fixed .mp-main-menu__btn._secondary._secondary:hover, ._fixed .mp-main-menu__btn._secondary:hover, ._light .mp-main-menu__btn._iconed._secondary:hover, ._light .mp-main-menu__btn._secondary._secondary:hover, ._light .mp-main-menu__btn._secondary:hover {
    background: #d9e4f5;
    -webkit-box-shadow: 0 2px 3px rgba(130, 166, 233, 0.26), inset 0 0 0 2px #a3c0ea;
    box-shadow: 0 2px 3px rgba(130, 166, 233, 0.26), inset 0 0 0 2px #a3c0ea;
    color: #0169d9;
  }
  ._fixed .mp-main-menu__btn._iconed._secondary:active, ._fixed .mp-main-menu__btn._secondary._secondary:active, ._fixed .mp-main-menu__btn._secondary:active, ._light .mp-main-menu__btn._iconed._secondary:active, ._light .mp-main-menu__btn._secondary._secondary:active, ._light .mp-main-menu__btn._secondary:active {
    background: #a4bfe9;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #0169d9;
  }
}
.mp-main-menu__btn._iconed svg, .mp-main-menu__btn._secondary svg, .mp-main-menu__btn svg {
  fill: #333;
  width: 26px;
  height: 26px;
}
._fixed .mp-main-menu__btn._iconed svg, ._fixed .mp-main-menu__btn._secondary svg, ._fixed .mp-main-menu__btn svg, ._light .mp-main-menu__btn._iconed svg, ._light .mp-main-menu__btn._secondary svg, ._light .mp-main-menu__btn svg {
  fill: #fff;
}
.mp-main-menu__phone2-m {
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: rgba(63, 63, 63, 0.3);
  border-radius: 40px;
  margin-left: auto;
}
@media (min-width: 960px) {
  .mp-main-menu__phone2-m {
    display: none;
  }
}
._fixed .mp-main-menu__phone2-m {
  background: #1eb34b;
}
.mp-main-menu__call {
  color: #fff;
  display: none;
}
@media (min-width: 600px) {
  .mp-main-menu__call {
    margin: 0 0 0 auto;
  }
}
@media (min-width: 960px) {
  .mp-main-menu__call {
    margin-left: 8px;
    text-align: center;
  }
}
@media (min-width: 1380px) {
  .mp-main-menu__call {
    margin-left: 8px;
  }
}
._light .mp-main-menu__call {
  color: #333;
}
.mp-main-menu__phone2 {
  color: inherit;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  display: none;
  border-bottom: 1px dashed transparent;
}
@media (min-width: 960px) {
  .mp-main-menu__phone2 {
    display: block;
  }
}
._fixed .mp-main-menu__phone2 {
  color: #333;
}
.mp-main-menu__callback {
  display: none;
}
@media (min-width: 1200px) {
  .mp-main-menu__callback {
    color: #fff;
    display: inline-block;
    border-bottom: 1px dotted #fff;
    line-height: 16px;
    font-size: 13px;
    text-decoration: none;
    outline: none;
    cursor: pointer;
    -webkit-transition: border-bottom-color 0.3s ease-out;
    transition: border-bottom-color 0.3s ease-out;
  }
  .mp-main-menu__callback:hover {
    border-bottom-color: transparent;
  }
}
._fixed .mp-main-menu__callback, ._light .mp-main-menu__callback {
  color: #0169d9;
  border-bottom-color: #0169d9;
}
.mp-m-nav__link:last-child {
  margin-bottom: 0;
}
.mp-m-nav__link--colored {
  color: #ffe25a;
  border-bottom-color: rgba(255, 226, 90, 0.25);
}
.mp-m-filials {
  padding: 0;
  list-style: none;
  margin: 0;
}
.mp-m-filials__item {
  margin-bottom: 24px;
}
.mp-m-filials__item:last-child {
  margin-bottom: 0;
}
.mp-m-filials__name {
  margin: 0 0 4px;
  outline: none;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.mp-m-filials__name svg {
  fill: #fff;
  margin-right: 2px;
}
.mp-m-filials__name span {
  line-height: 20px;
  font-size: 13px;
  color: #fff;
}
.mp-m-filials__link {
  font-weight: 600;
  margin-top: -9px;
  display: inline-block;
  text-decoration: none;
  line-height: 20px;
  font-size: 18px;
  color: #fff;
}
.mp-popup {
  position: absolute;
  background-color: #fff;
  border-radius: 4px;
  color: #212121;
  display: none;
  padding: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 2px 23px rgba(0, 0, 0, 0.5);
  box-shadow: 0 2px 23px rgba(0, 0, 0, 0.5);
  width: 320px;
  top: 68px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 10;
}
.mp-popup p {
  margin: 0;
}
.mp-popup ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.mp-popup--centered {
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.mp-popup--location {
  max-width: 246px;
  background-size: 104px 104px;
  position: absolute;
}
.mp-popup--login {
  max-width: 320px;
  background-size: 104px 104px;
}
.mp-popup__title {
  font-size: 15px;
  font-weight: 700;
  line-height: 20px;
  margin-bottom: 30px;
}
.mp-popup__subtitle {
  margin-top: 10px;
}
.mp-popup__close {
  width: 40px;
  height: 40px;
  padding: 0;
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
  border-radius: 50%;
}
.mp-popup__result {
  display: none;
}
.mp-form__btn {
  margin-top: 24px;
}
.mp-form__form {
  margin-top: 10px;
}
.mp-form__field, .mp-form__label {
  display: block;
  margin-top: 20px;
}
.mp-form__field--required .pf-form__field-title:after, .mp-form__label--required .pf-form__field-title:after, .mp-form__required .pf-form__field-title:after, .mp-form__required .pf-form__label-title:after {
  content: " *";
  color: #ff4141;
}
.mp-form__link {
  float: right;
  color: #0169d9;
  font-display: swap;
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
}
.mp-form__field-title, .mp-form__label-title {
  color: #333;
  font-size: 13px;
  font-weight: 600;
  line-height: 20px;
}
.mp-form__input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  outline: none;
  width: 100%;
  height: 40px;
  border-radius: 6px;
  border: 2px solid #c2c2c2;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 13px;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #333;
  font-display: swap;
  font-size: 14px;
  font-weight: 500;
  line-height: 36px;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.mp-form__input:focus {
  -webkit-box-shadow: 0 1px 2px #fadca0;
  box-shadow: 0 1px 2px #fadca0;
  border: 2px solid #fbb017;
  background-color: #fffaf1;
}
.mp-form__input--error {
  background: #fff5f4;
  border: 2px solid #f9614d;
  -webkit-box-shadow: 0 1px 2px 0 #ee899a;
  box-shadow: 0 1px 2px 0 #ee899a;
  border-radius: 6px;
}
._overlay {
  display: none;
  background-color: #212121;
  opacity: 0.43;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  z-index: 5;
}
._transparent {
  background: transparent;
}
.mp-services {
  display: none;
  color: #333;
}
@media (min-width: 600px) {
  .mp-services {
    max-height: calc(100vh - 64px);
    overflow: auto;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background-color: #f8f6ec;
  }
}
.mp-services__wrapp {
  padding-top: 32px;
}
@media (min-width: 960px) {
  .mp-services__wrapp {
    padding-top: 40px;
  }
}
@media (min-width: 1200px) {
  .mp-services__wrapp {
    padding-top: 48px;
  }
}
.mp-services__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.mp-services__title {
  font-weight: 700;
  line-height: 24px;
  font-size: 26px;
  margin: 0 58px 0 0;
}
@media (min-width: 960px) {
  .mp-services__title {
    margin: 0;
    font-size: 30px;
    line-height: 36px;
  }
}
.mp-services__search {
  z-index: 1;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
@media (min-width: 960px) {
  .mp-services__search {
    max-width: 480px;
    margin: 0 auto;
  }
}
@media (min-width: 1200px) {
  .mp-services__search {
    max-width: 562px;
  }
}
.mp-services__search .cd-input {
  margin: 0;
}
.mp-services__search .cd-input__field {
  height: 40px;
  border: 2px solid #ddd;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 24px;
}
@media (min-width: 1200px) {
  .mp-services__search .cd-input__field {
    height: 48px;
  }
}
.mp-services__search-btn2 {
  position: absolute;
  right: 0;
  top: 0;
  padding: 0;
  width: 40px;
  height: 40px;
}
@media (min-width: 960px) {
  .mp-services__search-btn2 {
    padding: 8px 24px;
    border-radius: 24px;
    width: auto;
    height: auto;
  }
}
@media (min-width: 1200px) {
  .mp-services__search-btn2 {
    height: 48px;
  }
}
.mp-services__search-btn2 span {
  display: none;
}
@media (min-width: 960px) {
  .mp-services__search-btn2 span {
    display: block;
  }
}
.mp-services__search-btn2 svg {
  fill: #0169d9 !important;
  width: 26px;
  height: 26px;
}
@media (min-width: 960px) {
  .mp-services__search-btn2 svg {
    display: none;
  }
}
.mp-services__close {
  display: none;
}
@media (min-width: 600px) {
  .mp-services__close {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 40px;
    height: 40px;
    background: rgba(63, 63, 63, 0.3);
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
    margin-left: 60px;
  }
}
@media (min-width: 1200px) {
  .mp-services__close {
    width: 48px;
    height: 48px;
    -webkit-transition: -webkit-box-shadow 0.3s ease-out;
    transition: -webkit-box-shadow 0.3s ease-out;
    transition: box-shadow 0.3s ease-out;
    transition: box-shadow 0.3s ease-out, -webkit-box-shadow 0.3s ease-out;
  }
  .mp-services__close:hover {
    background: rgba(63, 63, 63, 0.2);
    -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.16), inset 0 0 0 2px rgba(0, 0, 0, 0.05);
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.16), inset 0 0 0 2px rgba(0, 0, 0, 0.05);
  }
  .mp-services__close:active {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: rgba(63, 63, 63, 0.45);
  }
}
.mp-services__close svg {
  fill: #fff;
}
@media (min-width: 1200px) {
  .mp-services__close svg {
    width: 32px;
    height: 32px;
  }
}
.mp-services__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 32px;
}
@media (min-width: 960px) {
  .mp-services__bottom {
    padding-top: 48px;
    padding-bottom: 16px;
  }
}
@media (min-width: 1200px) {
  .mp-services__bottom {
    padding-bottom: 32px;
  }
}
.mp-services__layout {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 276px;
  flex: 0 0 276px;
  margin-bottom: 32px;
}
@media (min-width: 960px) {
  .mp-services__layout {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 204px;
    flex: 0 0 204px;
  }
}
@media (min-width: 1200px) {
  .mp-services__layout {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 270px;
    flex: 0 0 270px;
  }
}
@media (min-width: 1380px) {
  .mp-services__layout {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 298px;
    flex: 0 0 298px;
  }
}
.mp-services__layout-title {
  font-weight: 500;
  line-height: 24px;
  font-size: 17px;
  letter-spacing: -0.2px;
  margin: 0 0 16px;
}
.mp-services__layout-title--highlighted {
  color: #009a17;
}
.mp-services__link {
  display: block;
  outline: none;
  text-decoration: none;
  line-height: 24px;
  font-size: 15px;
  margin-bottom: 4px;
  color: inherit;
}
.mp-services__link:visited {
  color: inherit;
}
.mp-services__link:last-child {
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .mp-services__link:hover {
    color: #0169d9;
  }
}
.mp-services__link._special {
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 24px;
  color: #fa3e33;
  position: relative;
}
.mp-submenu {
  background-color: #fff;
  font-display: swap;
}
.mp-submenu__wrapp {
  margin-left: 16px;
  height: 64px;
}
@media (min-width: 600px) {
  .mp-submenu__wrapp {
    margin-left: calc(50% - 288px);
  }
}
@media (min-width: 960px) {
  .mp-submenu__wrapp {
    height: 80px;
    max-width: 912px;
    margin-left: calc(50% - 456px);
  }
}
@media (min-width: 1200px) {
  .mp-submenu__wrapp {
    max-width: 1148px;
    margin-left: calc(50% - 574px);
  }
}
@media (min-width: 1380px) {
  .mp-submenu__wrapp {
    max-width: 1288px;
    margin-left: calc(50% - 644px);
  }
}
.mp-submenu__inner {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #dfdfdf;
}
.mp-submenu__inner, .mp-submenu__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
.mp-submenu__nav {
  overflow-x: auto;
}
.mp-submenu__link {
  position: relative;
  z-index: 1;
  text-decoration: none;
  color: #212121;
  font-weight: 500;
  line-height: 32px;
  font-size: 16px;
  letter-spacing: -0.2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  white-space: nowrap;
  margin-right: 25px;
}
@media (min-width: 1200px) {
  .mp-submenu__link:hover:before {
    width: 100%;
  }
}
.mp-submenu__link:last-child {
  padding-right: 16px;
}
.mp-submenu__link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
  height: 2px;
  will-change: width;
  -webkit-transition: width 0.3s ease-out;
  transition: width 0.3s ease-out;
  background-color: #0aa440;
}
.mp-submenu__link--active {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.mp-submenu__link--active:before {
  width: 100%;
}
.mp-submenu__link--sale {
  margin-right: 43px;
}
.mp-submenu__link--sale:after {
  content: "%";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: calc(100% + 4px);
  line-height: 20px;
  font-size: 18px;
  letter-spacing: -0.7px;
  color: #e7433a;
  font-weight: 500;
}
.mp-submenu__request-btn {
  display: none;
}
@media (min-width: 1200px) {
  .mp-submenu__request-btn {
    display: block;
  }
}
.mp-footer {
  background-color: #f8f6ec;
}
.mp-footer__wrapp {
  padding-top: 32px;
  padding-bottom: 32px;
}
@media (min-width: 960px) {
  .mp-footer__wrapp {
    padding-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .mp-footer__wrapp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 60px;
  }
}
.mp-footer__info {
  display: none;
}
@media (min-width: 1200px) {
  .mp-footer__info {
    display: block;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 330px;
    flex: 0 0 330px;
    margin-right: 62px;
  }
}
@media (min-width: 1200px) {
  .mp-footer__logo2 {
    margin-bottom: 40px;
  }
}
@media (min-width: 1200px) {
  .mp-footer__text2 {
    line-height: 20px;
    font-size: 13px;
    color: #686868;
  }
}
@media (min-width: 1200px) {
  .mp-footer__text2 p2 {
    margin: 0 0 16px;
  }
}
@media (min-width: 600px) {
  .mp-footer__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media (min-width: 1200px) {
  .mp-footer__nav {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}
@media (min-width: 600px) {
  .mp-footer__column2 {
    width: 50%;
  }
  .mp-footer__column2:nth-of-type(2) {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .mp-footer__column2:nth-of-type(4) {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
}
@media (min-width: 960px) {
  .mp-footer__column2 {
    width: 25%;
  }
  .mp-footer__column2:nth-of-type(3) {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
}
.mp-footer__group2 {
  margin-bottom: 26px;
}
@media (min-width: 600px) {
  .mp-footer__group2 {
    margin-bottom: 40px;
  }
}
.mp-footer__group2._active {
  margin-bottom: 44px;
}
.mp-footer__group2-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 12px;
}
@media (min-width: 600px) {
  .mp-footer__group2-title {
    margin-bottom: 16px;
  }
}
@media (min-width: 1200px) {
  .mp-footer__group2-title {
    margin-bottom: 14px;
  }
}
.mp-footer__group2-title-text {
  font-weight: 700;
  line-height: 24px;
  font-size: 18px;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
@media (min-width: 600px) {
  .mp-footer__group2-title-text {
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  .mp-footer__group2-title-text {
    font-size: 14px;
  }
}
._active .mp-footer__group2-title-text {
  color: #1eb34b;
}
.mp-footer__group2-title-arrow {
  -webkit-transition: color 0.3s ease, -webkit-transform 0.3s ease;
  transition: color 0.3s ease, -webkit-transform 0.3s ease;
  transition: color 0.3s ease, transform 0.3s ease;
  transition: color 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
}
@media (min-width: 600px) {
  .mp-footer__group2-title-arrow {
    display: none;
  }
}
@media (min-width: 1200px) {
  .mp-footer__group2-title-arrow {
    display: none;
  }
}
._active .mp-footer__group2-title-arrow {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
._active .mp-footer__group2-title-arrow path {
  fill: #1eb34b;
}
.mp-footer__group2-links {
  display: none;
}
@media (min-width: 600px) {
  .mp-footer__group2-links {
    display: block;
  }
}
.mp-footer__group2-links-item {
  display: block;
  line-height: 34px;
  font-size: 17px;
  color: #313131;
  padding-left: 16px;
  margin-bottom: 4px;
  text-decoration: none;
  -webkit-transition: color 0.1s ease;
  transition: color 0.1s ease;
}
@media (min-width: 600px) {
  .mp-footer__group2-links-item {
    line-height: 24px;
    font-size: 13px;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .mp-footer__group2-links-item {
    line-height: 24px;
    font-size: 13px;
    display: block;
  }
  .mp-footer__group2-links-item:active, .mp-footer__group2-links-item:hover {
    color: #0169d9;
  }
}
.mp-footer__column2-logo {
  margin-top: 48px;
  margin-bottom: 22px;
}
.mp-footer__column2-logo svg {
  width: 220px;
  height: auto;
}
@media (min-width: 600px) {
  .mp-footer__column2-logo svg {
    width: 171px;
  }
}
@media (min-width: 600px) {
  .mp-footer__column2-logo {
    margin-top: 0;
    margin-bottom: 32px;
  }
}
@media (min-width: 1200px) {
  .mp-footer__column2-logo {
    display: none;
  }
}
.mp-footer__contact {
  margin-bottom: 24px;
}
.mp-footer__contact:nth-of-type(2) .mp-footer__contact-phone {
  display: block;
}
.mp-footer__contact-office {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 20px;
  font-size: 15px;
  color: #313131;
  opacity: 0.5;
  margin-bottom: 4px;
  text-decoration: none;
}
@media (min-width: 600px) {
  .mp-footer__contact-office {
    font-size: 13px;
  }
}
@media (min-width: 1200px) {
  .mp-footer__contact-office {
    font-size: 13px;
  }
}
.mp-footer__contact-office-icon {
  width: 20px;
  height: 20px;
  margin-right: 4px;
}
.mp-footer__contact-phone {
  display: none;
  font-weight: 700;
  line-height: 20px;
  font-size: 22px;
  color: #313131;
  text-decoration: none;
}
@media (min-width: 600px) {
  .mp-footer__contact-phone {
    display: block;
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  .mp-footer__contact-phone {
    font-size: 18px;
  }
}
.mp-footer__socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 36px;
}
@media (min-width: 600px) {
  .mp-footer__socials {
    margin-top: 34px;
  }
}
@media (min-width: 1200px) {
  .mp-footer__socials {
    margin-top: 40px;
  }
}
.mp-footer__socials-item {
  width: 32px;
  height: 32px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 32px;
  flex: 0 0 32px;
  margin-right: 25px;
}
@media (min-width: 600px) {
  .mp-footer__socials-item {
    width: 25px;
    height: 25px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25px;
    flex: 0 0 25px;
    margin-right: 18px;
  }
}
@media (min-width: 1200px) {
  .mp-footer__socials-item {
    margin-right: 10px;
  }
}
.mp-mini-footer {
  background-color: #f8f6ec;
  padding: 32px 0 40px;
}
@media (min-width: 600px) {
  .mp-mini-footer__wrapp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: top;
    -ms-flex-align: top;
    align-items: top;
  }
}
@media (min-width: 960px) {
  .mp-mini-footer__wrapp {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media (min-width: 600px) {
  .mp-mini-footer__layout {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }
}
.mp-mini-footer__layout--left {
  margin-bottom: 16px;
}
@media (min-width: 600px) {
  .mp-mini-footer__layout--left {
    margin-bottom: 0;
    margin-right: auto;
  }
}
@media (min-width: 600px) {
  .mp-mini-footer__layout--right {
    margin-top: 10px;
  }
}
@media (min-width: 960px) {
  .mp-mini-footer__layout--right {
    margin-top: 0;
  }
}
.mp-mini-footer__logo-link {
  outline: none;
  text-decoration: none;
  font-size: 0;
  line-height: 0;
  margin-bottom: 8px;
  display: block;
}
@media (min-width: 960px) {
  .mp-mini-footer__logo-link {
    display: inline-block;
    vertical-align: middle;
    margin: 0 24px 0 0;
  }
}
.mp-mini-footer__logo-link img {
  max-width: 100%;
}
.mp-mini-footer__copyright {
  font-size: 15px;
  line-height: 24px;
  letter-spacing: -0.3px;
  color: #656565;
  margin: 0;
  display: inline-block;
  vertical-align: top;
}
@media (min-width: 960px) {
  .mp-mini-footer__copyright {
    vertical-align: middle;
    margin: 0 7px 0 0;
  }
}
.mp-mini-footer__privacy-link {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  text-decoration: none;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: -0.3px;
  color: #0169d9;
}
@media (min-width: 960px) {
  .mp-mini-footer__privacy-link {
    vertical-align: middle;
  }
}
.mp-mini-footer__callback-title {
  font-size: 11px;
  font-weight: 500;
  line-height: 16px;
  color: #8f8f8f;
  margin: 0 0 4px;
}
@media (min-width: 960px) {
  .mp-mini-footer__callback-title {
    margin-bottom: 0;
  }
}
.mp-mini-footer__callback-phone {
  outline: none;
  text-decoration: none;
  margin: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 32px;
  color: #333;
}
@media (min-width: 960px) {
  .mp-mini-footer__callback-phone {
    font-size: 22px;
    line-height: 32px;
  }
}
@media (min-width: 1380px) {
  .mp-mini-footer__callback-phone {
    font-size: 25px;
  }
}
.mp-footer-bottom {
  background: #0aa440;
}
.mp-footer-bottom__wrapp {
  padding-top: 16px;
  padding-bottom: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.mp-footer-bottom__wrapp > :nth-child(3) {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.mp-footer-bottom__wrapp > :first-child {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
.mp-footer-bottom__wrapp > :nth-child(2) {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}
@media (min-width: 600px) {
  .mp-footer-bottom__wrapp {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 13px;
    padding-bottom: 13px;
  }
  .mp-footer-bottom__wrapp > :nth-child(n) {
    -webkit-box-ordinal-group: initial;
    -ms-flex-order: initial;
    order: 0;
  }
}
.mp-footer-bottom__year2 {
  line-height: 20px;
  font-size: 13px;
  letter-spacing: -0.3px;
  color: #fff;
}
@media (min-width: 960px) {
  .mp-footer-bottom__year2 {
    margin-right: 24px;
  }
}
.mp-footer-bottom__privacy2 {
  line-height: 20px;
  font-size: 13px;
  letter-spacing: -0.3px;
  color: #fff;
}
.mp-footer-bottom__search {
  width: 100%;
  position: relative;
}
@media (min-width: 600px) {
  .mp-footer-bottom__search {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 276px;
    flex: 0 0 276px;
  }
}
@media (min-width: 960px) {
  .mp-footer-bottom__search {
    margin-left: auto;
  }
}
@media (min-width: 1200px) {
  .mp-footer-bottom__search {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 368px;
    flex: 0 0 368px;
  }
}
@media (min-width: 1380px) {
  .mp-footer-bottom__search {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 408px;
    flex: 0 0 408px;
  }
}
.mp-footer-bottom__search-input {
  font-display: swap;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  line-height: 24px;
  font-size: 15px;
  letter-spacing: -0.2px;
  color: #828282;
  padding: 6px 18px;
  border: 2px solid #ddd;
  border-radius: 24px;
  outline: none;
  margin-bottom: 16px;
  min-height: 32px;
}
@media (min-width: 600px) {
  .mp-footer-bottom__search-input {
    margin-bottom: 0;
    font-size: 14px;
    letter-spacing: -0.2px;
    color: rgba(138, 138, 138, 0.6);
    padding: 2px 14px;
  }
}
.mp-footer-bottom__search-input::-webkit-input-placeholder {
  color: #828282;
}
.mp-footer-bottom__search-input:-ms-input-placeholder {
  color: #828282;
}
.mp-footer-bottom__search-input::-ms-input-placeholder {
  color: #828282;
}
.mp-footer-bottom__search-input::placeholder {
  color: #828282;
}
@media (min-width: 600px) {
  .mp-footer-bottom__search-input::-webkit-input-placeholder {
    color: rgba(138, 138, 138, 0.6);
  }
  .mp-footer-bottom__search-input:-ms-input-placeholder {
    color: rgba(138, 138, 138, 0.6);
  }
  .mp-footer-bottom__search-input::-ms-input-placeholder {
    color: rgba(138, 138, 138, 0.6);
  }
  .mp-footer-bottom__search-input::placeholder {
    color: rgba(138, 138, 138, 0.6);
  }
}
.mp-footer-bottom__search-sbmt {
  position: absolute;
  right: 0;
  top: 0;
  padding: 0 !important;
  width: 40px;
  height: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 0;
  outline: none;
}
@media (min-width: 600px) {
  .mp-footer-bottom__search-sbmt {
    width: 32px;
    height: 32px;
  }
}
@media (min-width: 960px) {
  .mp-footer-bottom__search-sbmt {
    padding: 0;
  }
}
.mp-footer-bottom__search-sbmt svg {
  width: 26px;
  height: 26px;
}
@media (min-width: 600px) {
  .mp-footer-bottom__search-sbmt svg {
    width: 24px;
    height: 24px;
  }
}
.mp-footer-bottom__search-sbmt svg path {
  fill: #0169d9;
}
.mp-scrolltop {
  position: fixed;
  z-index: 99999;
  right: 100%;
  bottom: 102px;
  border-radius: 50%;
  padding: 8px;
  background: rgba(63, 63, 63, 0.3);
  line-height: 0;
  cursor: pointer;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media (min-width: 1200px) {
  .mp-scrolltop {
    bottom: 200px;
  }
}
.mp-scrolltop.show {
  right: 20px;
  opacity: 1;
}
@media (min-width: 1200px) {
  .mp-scrolltop.show {
    right: 48px;
  }
}
.mp-scrolltop.hide {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease, right 0s ease 0.3s;
  transition: opacity 0.3s ease, right 0s ease 0.3s;
}
.mp-scrolltop svg {
  width: 32px;
  height: 32px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.mp-scrolltop svg path {
  fill: #fff;
}
@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
.mp-form__preloader-svg {
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -webkit-animation-name: rotate;
  animation-name: rotate;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}
.mp-form__preloader-svg circle {
  stroke-dasharray: 21;
}
.mp-form__preloader-svg polyline {
  stroke-dasharray: 44;
  stroke-dashoffset: 44;
  stroke-linecap: butt;
}
.mp-form__privacy a {
  margin-left: 4px;
}
.cd-request-popup__tnx {
  position: absolute;
  top: 15%;
  width: 80%;
  max-width: 564px;
  z-index: 10;
  display: none;
  -webkit-box-shadow: 0 10px 20px -10px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 20px -10px rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  background-color: #fff;
  padding: 32px 16px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  font-display: swap;
  text-align: center;
}
.tnx-icon {
  display: inline-block;
  margin-bottom: 24px;
}
.cd-request-popup {
  position: absolute;
  top: 15%;
  width: 80%;
  max-width: 400px;
  z-index: 10;
  display: none;
  -webkit-box-shadow: 0 10px 20px -10px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 20px -10px rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  background-color: #fff;
  padding: 32px 16px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  font-display: swap;
}
@media (min-width: 600px) {
  .cd-request-popup {
    padding: 32px;
  }
}
.cd-request-popup__title {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -0.4px;
  text-align: center;
  color: #333;
  margin-top: 0;
  margin-bottom: 0;
}
@media (min-width: 600px) {
  .cd-request-popup__title {
    margin-bottom: 0;
    font-size: 28px;
  }
}
.cd-request-popup__close {
  width: 48px;
  height: 48px;
  -webkit-box-shadow: 0 5px 3px -3px rgba(176, 176, 176, 0.27), inset 0 0 0 2px #dfdfdf;
  box-shadow: 0 5px 3px -3px rgba(176, 176, 176, 0.27), inset 0 0 0 2px #dfdfdf;
  border-radius: 50%;
  background-color: #fafaf9;
  -webkit-appearance: none;
  border: none;
  padding: 0;
  outline: 0;
  position: absolute;
  top: -18px;
  right: -14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}
.cd-request-popup__close svg {
  width: 32px;
  height: 32px;
}
.cd-request-popup__preloader {
  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;
  background: rgba(255, 255, 255, 0.3);
}
.cd-request-popup__preloader-svg circle {
  stroke-dasharray: 21;
}
.cd-request-popup__preloader-svg polyline {
  stroke-dasharray: 44;
  stroke-dashoffset: 44;
  stroke-linecap: butt;
}
.cd-request-popup h2 {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.33;
  letter-spacing: -0.4px;
  text-align: center;
  color: #333;
}
@media (min-width: 600px) {
  .cd-request-popup h2 {
    font-size: 20px;
  }
}
.cd-request-popup .cd-input__field {
  height: 40px;
}
@media (min-width: 600px) {
  .cd-request-popup .cd-input__field {
    height: 48px;
  }
}
.cd-request-popup .tpl-field {
  font-size: 15px;
  line-height: 1.47;
  color: #333;
}
.cd-request-popup .mp-form__privacy {
  font-size: 13px;
  line-height: 1.31;
  letter-spacing: -0.4px;
  color: #828282;
  text-align: center;
  margin-top: 16px;
}
.cd-request-popup .mp-form__privacy a {
  color: #828282;
}
@media (min-width: 600px) {
  .cd-request-popup .mp-form__btn {
    text-align: center;
  }
}
.cd-request-popup .mp-form__btn .cd-btn {
  width: 100%;
}
@media (min-width: 600px) {
  .cd-request-popup .mp-form__btn .cd-btn {
    width: auto;
  }
}
@media (min-width: 600px) {
  .cd-request-popup .cd-field__text {
    font-size: 15px;
  }
}
.sp-force-hide.sp-form-outer ~ .mp-form__preloader {
  display: block;
}
.sp-form-outer ~ .mp-form__preloader {
  display: none;
}
@-webkit-keyframes jumping-button {
  3% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  6% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  9% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  12% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  15% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes jumping-button {
  3% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  6% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  9% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  12% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  15% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@-webkit-keyframes slide-in {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  50% {
    -webkit-transform: translateX(-5%);
    transform: translateX(-5%);
  }
  75% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes slide-in {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  50% {
    -webkit-transform: translateX(-5%);
    transform: translateX(-5%);
  }
  75% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.mp-fixed {
  position: fixed;
  right: 0;
  top: 390px;
  z-index: 10;
  display: none;
  opacity: 1;
  -webkit-animation: slide-in 1s ease 2s;
  animation: slide-in 1s ease 2s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
@media (min-width: 1200px) {
  .mp-fixed {
    display: block;
  }
}
.mp-fixed__wrapp {
  padding: 8px 20px 8px 8px;
  background: #f9f8f6;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
}
.mp-fixed__btn {
  -webkit-box-shadow: 0 2px 4px #acd6a2;
  box-shadow: 0 2px 4px #acd6a2;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  -webkit-animation: jumping-button 3s ease 3s infinite;
  animation: jumping-button 3s ease 3s infinite;
}
.mp-fixed__btn._minify {
  padding: 8px;
}
.mp-fixed__btn._minify svg {
  margin-right: 0;
}
.mp-fixed__btn._minify span {
  display: none;
}
.jb__form-title {
  margin-bottom: 22px;
  text-align: center;
  font-size: 18px;
}
.mp-payments__wrapp {
  padding-top: 16px;
  padding-bottom: 32px;
}
@media (min-width: 600px) {
  .mp-payments__wrapp {
    padding-bottom: 40px;
    padding-top: 24px;
  }
}
@media (min-width: 1200px) {
  .mp-payments__wrapp {
    padding-bottom: 60px;
    padding-top: 32px;
  }
}
.mp-payments__title {
  font-size: 28px;
  line-height: 34px;
  text-align: center;
  color: #333;
}
.mp-payments__items {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.mp-payments__item {
  margin: 24px;
}
body, html {
  font-display: swap;
  color: #333;
  background-color: #fff;
}
#onicon .onicon-bookmark .onicon-button__image {
  width: 60px !important;
  height: 60px !important;
  border-radius: 50%;
}
.mp-undertitle {
  font-weight: 500;
  line-height: 16px;
  text-align: center;
  letter-spacing: 0.2px;
  text-transform: uppercase;
  color: #1eb34b;
  margin: 0;
  padding: 0;
}
.mp-miniinfo, .mp-undertitle {
  font-size: 12px;
  display: block;
}
.mp-miniinfo {
  max-width: 600px;
  margin: 0 auto;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  color: #888;
  text-align: left;
  position: relative;
  padding-left: 32px;
}
@media (min-width: 960px) {
  .mp-miniinfo {
    max-width: 900px;
  }
}
.mp-miniinfo:before {
  content: "";
  background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMiA0LjA1YTcuOTUgNy45NSAwIDEgMCAwIDE1LjkgNy45NSA3Ljk1IDAgMCAwIDAtMTUuOXpNMi45NSAxMmE5LjA1IDkuMDUgMCAxIDEgMTguMSAwIDkuMDUgOS4wNSAwIDAgMS0xOC4xIDB6IiBmaWxsPSIjMDAwIi8+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik05Ljk1IDkuNWEuNTUuNTUgMCAwIDEgLjU1LS41NWgyYS41NS41NSAwIDAgMSAuNTQxLjY0N0wxMS45MjcgMTUuOGEuOTM3LjkzNyAwIDAgMCAxLjY0MS44MDNsLjc0Ny0uOTY3YS41NS41NSAwIDAgMSAuODcuNjcybC0uNzU2Ljk4YTIuMDM2IDIuMDM2IDAgMCAxLTMuNTg0LTEuNjlsLjk5Ny01LjU0N0gxMC41YS41NS41NSAwIDAgMS0uNTUtLjU1eiIgZmlsbD0iIzAwMCIvPjxwYXRoIGQ9Ik0xMi44OCA3LjAwNWEuODc1Ljg3NSAwIDEgMS0xLjc1IDAgLjg3NS44NzUgMCAwIDEgMS43NSAweiIgZmlsbD0iIzAwMCIvPjwvc3ZnPg==");
  position: absolute;
  left: 0;
  top: 0;
  height: 24px;
  width: 24px;
}
._light .mp-main-menu__btn._iconed, ._fixed .mp-main-menu__btn._iconed {
  background: transparent;
  padding: 0 20px 0 0;
  color: #333;
}
._light .mp-main-menu__btn._iconed span.icon-wr, ._fixed .mp-main-menu__btn._iconed span.icon-wr {
  width: 42px;
  height: 42px;
  background: #1eb34b;
  border-radius: 50%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}
._light .mp-main-menu__btn._iconed span.icon-wr svg, ._fixed .mp-main-menu__btn._iconed span.icon-wr svg {
  margin: 0;
  vertical-align: middle;
}
.mp-main-menu__services-link span:before {
  display: none;
}
a.mp-main-menu__services_link {
  padding: 12px 24px;
  border-radius: 24px;
  color: #fff;
  vertical-align: middle;
  margin-left: 10px;
  background: #2dbf60;
  box-shadow: 0px 8px 12px rgba(45, 191, 96, 0.102628);
}
a.mp-main-menu__services_link span {
  line-height: 1;
}
a.mp-main-menu__services_link:hover {
  box-shadow: 0px 8px 12px rgba(45, 191, 96, 0.2);
}
.mp-first-tariffs__card-desc {
  font-size: 14px;
  line-height: 1.3;
  color: #000;
  margin: -15px 0 35px;
  text-align: center;
}
@media (max-width: 1280px) {
  .mp-main-menu__services-link .js-services {
    display: none;
  }
}
@media (min-width: 960px) {
  .mp-services__top {
    /* .services_page */
    padding-bottom: 16px;
  }
}
@media (min-width: 1200px) {
  .mp-main-menu__services-link svg {
    display: block;
  }
  .mp-services__top {
    /* .services_page */
    padding-bottom: 32px;
  }
}
@media (max-width: 1440px) {
  ._light .mp-main-menu__btn._iconed, ._fixed .mp-main-menu__btn._iconed {
    padding-right: 15px;
    margin-left: 0;
    margin-right: 5px;
  }
  .mp-main-menu__nav2 {
    margin-right: 8px;
  }
}
.inner-page:not(._fixed):not(._light) a.mp-main-menu__services_link {
  background: #fff;
  color: #333;
  box-shadow: none;
}
.inner-page:not(._fixed):not(._light) .mp-main-menu__btn.mp-main-menu__btn--login.cd-btn._small._iconed {
  background: none;
  padding: 0 15px 0 0;
  margin-left: 20px;
  margin-right: 10px;
  color: #fff;
}
.inner-page:not(._fixed):not(._light) .mp-main-menu__btn.mp-main-menu__btn--login.cd-btn._small._iconed:hover {
  background: #fff;
  color: #333;
}
.inner-page:not(._fixed):not(._light) .mp-main-menu__btn.mp-main-menu__btn--login span.icon-wr {
  width: 49px;
  height: 49px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 50%;
  margin-right: 10px;
}
.inner-page:not(._fixed):not(._light) .mp-main-menu__btn.mp-main-menu__btn--login span.icon-wr svg {
  margin: 0;
}
.notinner .mp-main-menu__services-link svg {
  margin-right: 0;
}
ul.mp-main-menu__nav2-in {
  margin: 0 16px 0 auto;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  max-width: 100%;
  min-height: 33px;
}
ul.mp-main-menu__nav2-in li a {
  margin: 0;
}
.mp-main-menu__nav2 {
  flex: 1 1 400px;
  margin: 0 16px 0 0;
  justify-content: flex-start;
}
._light .mp-main-menu__btn._iconed {
  flex: 0 0 auto;
  padding: 0 12px 0 0;
}
ul.mp-main-menu__nav2-in {
  flex: 0 0 400px;
  max-width: 400px;
  justify-content: flex-start;
}
li.js-hidden-nav-menu > ul {
  display: none;
  position: absolute;
  margin: 0;
  padding: 20px 32px 16px;
  top: calc(100% + 15px);
  list-style: none;
  border-radius: 12px;
  background: #fff;
  min-width: 220px;
  box-sizing: border-box;
  transform: translateX(-96px);
  box-shadow: 0px 5px 40px rgba(0, 0, 0, 0.0536222);
}
.mp-main-menu__inner {
  margin-left: 0;
  margin-right: 8px;
  flex: 1 1 auto;
}
.mp-main-menu__services-link {
  margin-right: 39px;
}
.mp-main-menu__link2 {
  margin: 0 12px 0 auto;
}
li.hidden-nav-menu > div {
  position: relative;
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: -0.15px;
  color: #333;
  position: relative;
  border-bottom: 1px dotted #333;
  cursor: pointer;
  user-select: none;
}
.mp-main-menu:not(._light) li.hidden-nav-menu > div {
  color: #fff;
  border-bottom-color: #fff;
}
.mp-main-menu._fixed:not(._light) li.hidden-nav-menu > div {
  color: #333;
  border-bottom-color: #333;
}
li.js-hidden-nav-menu > ul > li .mp-main-menu__link2._active:after, li.js-hidden-nav-menu > ul > li .mp-main-menu__link2:active:after {
  display: none;
}
li.hidden-nav-menu {
  height: 33px;
  display: flex;
  align-items: center;
}
li.js-hidden-nav-menu > ul > li {
  margin: 0 0 16px;
}
li.js-hidden-nav-menu > ul > li > a {
  font-weight: 500;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: -0.15px;
  color: #333;
}
li.js-hidden-nav-menu > ul > li > a:hover:after {
  display: none;
}
.mp-footer__socials {
  flex-wrap: wrap;
}
.mp-footer__socials-item {
  margin-bottom: 8px;
}
.mp-footer__socials-item svg {
  height: 100%;
}
/* footer */
.mp-footer__socials {
  flex-wrap: wrap;
}
.mp-footer__socials-item {
  width: 40px;
  height: 40px;
  margin: 0 8px 8px 0;
  flex: 0 0 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mp-footer__wrapp.mp-wrapp {
  padding-bottom: 8px;
  margin-bottom: 18px;
  padding-top: 79px;
}
/*.mp-footer__wrapp:after {
    content: '';
    display: block;
    width: auto;
    height: 1px;
    position: absolute;
    background: #D3D3D3;
    bottom: 0;
    left: 16px;
    right: 16px;
}*/
.mp-footer-bottom {
  background: transparent;
}
.mp-footer-bottom__year2 {
  font-size: 13px;
  line-height: 13px;
  color: #909090;
}
.mp-footer-bottom__wrapp {
  padding-bottom: 39px;
}
.mp-footer-bottom__privacy2 {
  font-size: 13px;
  line-height: 16px;
  color: #0369d9;
  text-decoration: none;
  letter-spacing: -0.1px;
}
.mp-footer-bottom__search {
  flex: 0 0 304px;
  margin-top: 7px;
  max-width: 100%;
}
.mp-footer-bottom__search-input {
  height: 51px;
  border: 1px solid #d3d3d3;
  border-radius: 7px;
  padding: 2px 17px;
  letter-spacing: -0.5px;
  color: #333;
}
button.mp-footer-bottom__search-sbmt.cd-btn._secondary {
  border: 0;
  box-shadow: none;
  background: transparent;
  width: 48px;
  height: 53px;
}
.mp-footer__text2 {
  font-size: 13px;
  line-height: 22px;
  letter-spacing: -0.0928571px;
  color: #909090;
}
.mp-footer__logo2 {
  margin-bottom: 30px;
}
.mp-footer__info {
  flex: 0 0 263px;
  margin-right: 65px;
}
.mp-footer__text2 p2 {
  margin: 0 0 22px;
}
.mp-footer__group2-title-text {
  font-size: 16px;
  line-height: 24px;
  color: #333;
}
.mp-footer__group2-title {
  margin-bottom: 16px;
}
.mp-footer__group2 {
  margin-bottom: 28px;
}
.mp-footer__contact {
  margin-bottom: 20px;
}
a.mp-footer__contact-phone {
  font-weight: 900;
}
.mp-footer {
  background: #fff;
}
.mp-footer__socials {
  margin-top: 36px;
}
button.mp-footer-bottom__search-sbmt.cd-btn._secondary svg path {
  fill: #333;
}
/* /footer */
@media (min-width: 960px) {
  .mp-first-tariffs {
    justify-content: center;
  }
  .mp-login__slide-btn._c {
    padding: 20px 40px;
    margin-top: 16px;
    border-radius: 72px;
  }
  .mp-user-features2__title {
    margin: -200px 0 70px 360px;
  }
}
@media (min-width: 1200px) {
  .mp-user-features2__title {
    margin: -200px 0 110px 410px;
  }
}
.mp-login-card-wrap {
  position: relative;
  z-index: 3;
}
@media (min-width: 1440px) {
  .mp-login__slider .slick-dots {
    max-width: 1216px;
  }
  .mp-user-features2__title {
    margin: -200px 0 110px 470px;
  }
}
body .mp-main-menu-container {
  z-index: 11;
}
.mp-login__slide2 {
  font-family: "Montserrat", sans-serif;
  min-height: 416px;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 80px;
  padding-bottom: 64px;
  height: auto;
}
.mp-login__slide2 .mp-login__slider-wrapp {
  justify-content: center;
}
.mp-login__slide2-title {
  margin-bottom: 8px;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
}
.mp-login__slide2-text {
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.mp-login__slide2-btn {
  margin-top: 22px;
  border-radius: 48px;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: -0.1px;
  display: block;
  padding: 20px 40px;
  text-decoration: none;
}
.mp-login__slide2.slider2 .mp-login__slide2-title {
  font-size: 48px;
  line-height: 56px;
}
.mp-login__slide2.slider3 .mp-login__slide2-title {
  font-size: 48px;
  line-height: 56px;
}
.mp-login__slide2.slider1 {
  background-position: 36% center;
  width: 100%;
}
.mp-login__slide2.slider1 .mp-login__slide2-title {
  font-size: 30px;
  line-height: 37px;
  max-width: 480px;
}
@media (max-width: 960px) {
  .mp-login__slide2 {
    background-size: cover;
  }
}
@media (max-width: 768px) {
  .mp-login__slide2-title {
    font-size: 24px;
    line-height: 32px;
  }
  .mp-login__slide2-text {
    font-size: 18px;
  }
  .mp-login__slide2.slider2 .mp-login__slide2-title {
    font-size: 24px;
    line-height: 32px;
  }
  .mp-login__slide2.slider3 .mp-login__slide2-title {
    font-size: 24px;
    line-height: 32px;
  }
}
@media (max-width: 890px) and (min-width: 640px) {
  .mp-main-menu__bot-in {
    overflow: auto;
  }
}
