

/* Start:/local/components/terem/redbanner/templates/mobile.back_to_pc/style.css?17690064101648*/
.pc-banner {
  /* position: sticky; */
  position: relative;
  top: 0;
  z-index: 1000;
  margin-bottom: 0;
}

.banner.back-to-pc {
  color: var(--title-color);
  background: var(--lk-background);
  top: 0;
  display: block;
  width: 100%;
}

.banner.back-to-pc .tx {
  max-width: 98%;
  padding: 18px 0px 16px;
  font: 400 12px var(--text-font);
  line-height: 130%;
  color: var(--title-color);
}

.pc-banner.hide {
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  position: fixed;
  transform: translateY(-100%);
  opacity: 0;
  margin-bottom: 0;
}

@media (max-width: 640px) {
  .banner.back-to-pc .tx {
    max-width: 500px;
    padding: 17px 31px 16px 0px;
  }
}

@media (max-width: 374px) {
  .banner.back-to-pc .tx {
    padding: 17px 15px 17px 0px;
  }
}

/* button */
.back-to-pc .close-btn {
  position: absolute;
  width: 28px;
  height: 28px;
  top: 50%;
  bottom: auto;
  right: 4px;
  left: auto;
  margin: 0;
  padding: 0;
  z-index: 999;
  transform: translateY(-50%);
}

.back-to-pc .close-btn .b {
  display: block;
  position: absolute;
  width: 11px;
  height: 1px;
  top: 50%;
  left: 50%;
  background-color: var(--dark-grey-color);
}

.back-to-pc .close-btn .b1 {
  transform: translate(-50%, -50%) rotate(45deg) scaleX(1.2);
}

.back-to-pc .close-btn .b2 {
  transform: translate(-50%, -50%) rotate(-45deg) scaleX(1.2);
}

@media (min-width: 640px) {
  .back-to-pc .close-btn {
    right: 16px;
  }
}

@media (min-width: 768px) {
  .back-to-pc .close-btn {
    right: 5px;
  }
}

@media (min-width: 1024px) {
  .back-to-pc .close-btn {
    right: 14px;
  }
}
/* End */


/* Start:/local/components/terem/profile.users/templates/userdata.menu.popup.mobile/style.css?17690059864949*/
.popup div.overflow {
  height: 100%;
}

.popup-lk-arrow {
  display: none;
}

.popup.popup-lk {
  z-index: 10000;
  top: 0;
}

@media (max-width: 880px) {
  .popup-lk-arrow {
    display: block;
    position: absolute;
    top: -3px;
    left: -13px;
    width: 40px;
    height: 40px;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .popup-lk-arrow:after, .popup-lk-arrow:before{
    content:" ";
    position: absolute;
    width: 12px;
    height: 2px;
    background: var(--text-color);
    border-radius: 2px;
  }

  .popup-lk-arrow:before{
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    top: 12px;
  }

  .popup-lk-arrow:after {
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }
}

.popup-lk .inner {
  padding-top: 0;
}

.nav__popup-lk {
  background: var(--lk-background);
  height: 100vh;
}

.popup-lk__profile {
  width: 100%;
  height: 200px;
  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;
  font-family: var(--text-font);
  font-size: 16px;
  line-height: 150%;
  color: var(--title-color);
}

.popup-lk__profile .name {
  font: 600 21px/27px var(--title-font);
  margin-bottom: 10px;
  max-width: 300px;
  text-align: center;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.popup-lk__list-item {
  position: relative;
  background: var(--background);
  padding: 0 10px 0 70px;
}

.popup-lk__list-item {
  margin-bottom: 15px;
}

.popup-lk__list-item .lk-link {
  font: 400 14px var(--text-font);
  display: inline-block;
  color: var(--text-color);
}

.popup-lk__list-item:hover .lk-link,
.popup-lk__list-item:active .lk-link {
  color: var(--main-color);
}

.popup-lk__list-item:hover svg path,
.popup-lk__list-item:active svg path {
  stroke: var(--main-color);
}

.popup-lk__list-item .nav-icon {
  position: absolute;
  top: 22px;
  left: 32px;
}

.popup-lk__list-item .vector {
  position: absolute;
  top: 22px;
  right: 40px;
}

.popup-lk__profile {
  padding-bottom: 30px;
  padding-top: 50px;
}

@media (max-width: 500px) {
  .popup-lk__profile {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    font-size: 14px;
    padding-left: 54px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-bottom: 29px;
  }

  .popup-lk__profile .name {
    font-size: 18px;
    max-width: 90%;
    text-align: left;
    margin-bottom: 8px;
  }

  .popup-lk__list-item {
    padding: 0px 10px 0px 55px;
  }

  .popup-lk__list-item .nav-icon {
    top: 22px;
    left: 17px;
  }

  .popup-lk__list-item .vector {
    right: 19px;
  }
}

.popup-lk .close__btn {
  width: 18px;
  height: 18px;
  position: absolute;
  top: 26px;
  right: 38px;
  z-index: 13000
}

.popup-lk .close__btn .line._line1 {
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg)
}

.popup-lk .close__btn .line._line2 {
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg)
}

.popup-lk .close__btn .line {
  position: absolute;
  height: 2px;
  width: 16px;
  background-color: var(--dark-grey-color);
  left: 0;
  right: 0;
  margin: 0 auto;
  -o-transition: all .3s;
  transition: all .3s;
  -webkit-transition: all .3s
}

.btn-white-mob {
  width: calc(100% - 32px);
  display: block;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
  text-transform: uppercase;
  font: normal 500 12px/16px var(--text-font);
  letter-spacing: 0.08em;
  color: var(--title-color);
  border: 1px solid #c1c1c1;
  border-radius: 4px;
  padding: 10px 0 8px;
  margin: 29px auto 0;
}

.btn-white-mob:hover {
  border: 1px solid var(--main-color);
  color: var(--main-color);
}

.popup-lk__list-item:not(.my-object):not(:last-child) {
  margin-bottom: 0;
}

.popup-lk__list-item .lk-link {
  display: block;
  padding: 21px 0;
}

.popup-lk__list-item:not(:nth-last-child(2)) .lk-link {
  border-bottom: 1px solid var(--line-color);
}

.popup-lk__list-item.my-object .lk-link,
.popup-lk__list-item:last-child .lk-link {
  border: unset;
}

.popup-lk__list-item:last-child {
  margin-top: 15px;
}

@media screen and (min-width: 500px) {
  .popup-lk__profile {
    height: 180px;
    margin-bottom: 20px;
  }

  .popup-lk__list-item .lk-link {
    font: 400 16px var(--text-font);
  }

  .btn-white-mob {
    width: 168px;
    padding: 9px 0 8px;
    margin: 30px 30px 0;
  }

  .popup-lk__list-item .lk-link {
    display: block;
    padding: 20px 0;
  }
}
/* End */


/* Start:/local/components/terem/profile.users/templates/userdata.favourite.logout.popup.mobile/style.css?17690059641558*/
/* logout-popup */

.yesno-userprofile-popup.center-popup.logout{
    z-index: 1000;
    background: transparent;
}

.yesno-userprofile-popup.center-popup .content {
    width: 400px;
    height: 200px;
    padding: 50px;
    margin: 0 auto;
}

.yesno-userprofile-title {
    font: 600 18px/130% var(--title-font);
    text-align: center;
    margin-bottom: 30px;
    color: var(--text-color);
}

.yesno-userprofile-btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font: 500 12px/16px var(--text-font);
    text-align: center;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--title-color);
    width: 140px;
    height: 36px;
    border: 1px solid var(--line-color);
    border-radius: 4px;
}

.yesno-userprofile-btn.yes {
    margin-right: 16px;
}

.yesno-userprofile-btn:hover {
    background: var(--main-color);
    color: var(--background);
}

@media screen and (min-width: 769px) {
    .yesno-userprofile-btns{
        display: flex;
    }
}

@media screen and (max-width: 768px) {
    .yesno-userprofile-popup.center-popup .content {
        width: 288px;
        height: 140px;
        padding: 30px;
    }

    .yesno-userprofile-btn {
        width: 100px;
    }

    .logout .yesno-userprofile-title {
        font: 400 14px/150% var(--title-font);
        margin-bottom: 20px;
    }

    .yesno-userprofile-popup.center-popup .l-center {
        background: unset;
    }
}

.yesno-userprofile-popup.center-popup .l-center {
    background: transparent;
}

/* end delete-popup */
/* End */


/* Start:/local/components/terem/standard.blocks/templates/mobile.catalog.links.banner/style.css?17690072032288*/
.catalog-links {
    padding-top: 7px;
    padding-bottom: 59px;
}

/* верхний отступ, если есть баннер под хэдером */
.catalog-top-banner ~ div.catalog-links {
    padding-top: 27px;
}

/* end для сео страниц */

.catalog-links__list {
    display: flex;
    justify-content: flex-start;
    gap: 30px;
}

.catalog-links__item {
    width: 100%;
}

.catalog-links__link {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: auto;
    background-color: unset;
    border-radius: 10px;
    height: 100%;
    box-sizing: border-box;
    transition: background-color 0.3s ease-in-out;
}

.catalog-links__link picture{
    width: 100%;
}

.catalog-links__img {
    display: block;
    width: 100%;
    border-radius: 10px;
}

.catalog-links__text {
    max-width: 98%;
    font: 500 14px/18px var(--title-font);
    color: var(--title-color);
    margin: 0;
}

.catalog-links__list{
    display: flex;
    align-items: baseline;
}

@media screen and (min-width: 1224px) {
    .catalog-links__list {
        display: flex;
        justify-content: flex-start;
        gap: 29px;
    }

    .catalog-links__text {
        font-size: 16px;
        line-height: 21px;
    }
}

@media screen and (max-width: 768px) {
    .catalog-links__list {
        gap: 29px;
    }
}

@media screen and (max-width: 680px) {
    .catalog-links__list {
        gap: 20px;
    }
}

@media screen and (max-width: 630px) {
    .catalog-links__list {
        gap: 10px;
    }


    .catalog-links__img {
        border-radius: 6px;
    }

    .catalog-links__text {
        font-size: 11px;
        line-height: 14px;
        letter-spacing: -0.33px;
    }
}

@media screen and (max-width: 430px) {
    .catalog-links__list {
        gap: 8px;
    }

    .catalog-links__text {
        max-width: 100%;
        font-size: 10px;
        line-height: 13px;
        letter-spacing: -0.3px;
    }

    .catalog-links {
        padding-bottom: 41px;
    }
}

@media screen and (max-width: 374px) {

    .catalog-links__text {
        font-size: 8px;
        font-weight: 500;
        line-height: 10px;
        letter-spacing: -0.24px;
    }
}

/* для следующего блока */
.catalog-links ~ .home-title-wrapper {
    padding-top: 0;
}
/* End */


/* Start:/local/components/terem/social.list/templates/mobile.footer.userprofile/style.css?177618515310374*/
footer .footer-social-subscribe {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 0;
    padding-bottom: 34px;
    gap: 29px;
    padding: 0;
    order: 1;
}

footer .footer-social-subscribe>div {
    width: 100%;
    font-size: 0;
}

footer .social-networks {
    margin-top: 58px;
}

.social-networks-container{
    margin-top: 0;
}

footer .social-networks-container-item {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 40px;
    background-position: center center;
    background-color: var(--block-background);
    background-repeat: no-repeat;
    border-radius: 50%;
    cursor: pointer;
    margin-right: 8px;
    margin-bottom: 10px;
    padding-bottom: 40px;
}

footer .social-networks-container-item:last-child{
    margin-right: 0;
}

footer .social-networks-container-item:hover {
    opacity: 0.8;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

footer .social-networks-container-item span {
    display: none;
    opacity: 0;
    font-size: 0;
    line-height: 0
}

footer .social-networks-container-item:hover:before {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1)
}

footer .social-networks-container-item._tt {
    background-image: url('/assets/resources/images/footer_social-icons/base-icons-tiktok.svg')
}

.social-networks-container-item._fb {
    background-image: url('/local/components/terem/social.list/templates/mobile.footer.userprofile/img/base-icons-facebook.svg')
}

.social-networks-container-item._tt {
    background-image: url('/local/components/terem/social.list/templates/mobile.footer.userprofile/img/base-icons-tiktok.svg')
}

.social-networks-container-item._ig {
    background-image: url('/local/components/terem/social.list/templates/mobile.footer.userprofile/img/base-icons-instagram.svg')
}

.social-networks-container-item._yt {
    background-image: url('/local/components/terem/social.list/templates/mobile.footer.userprofile/img/base-icons-youtube.svg')
}

.social-networks-container-item._vk {
    background-image: url('/local/components/terem/social.list/templates/mobile.footer.userprofile/img/base-icons-vk.svg')
}

.social-networks-container-item._vkvideo {
    background-image: url('/local/components/terem/social.list/templates/mobile.footer.userprofile/img/base-icons-vkvideo.svg')
}

.social-networks-container-item._ok {
    background-image: url('/local/components/terem/social.list/templates/mobile.footer.userprofile/img/base-icons-odnoklasniki.svg')
}

.social-networks-container-item._tg {
    background-image: url('/local/components/terem/social.list/templates/mobile.footer.userprofile/img/base-icons-tg.svg')
}

.social-networks-container-item._video-online {
    background-image: url('/local/components/terem/social.list/templates/mobile.footer.userprofile/img/base-icons-video-online.svg')
}

.social-networks-container-item._rutube {
    background-image: url('/local/components/terem/social.list/templates/mobile.footer.userprofile/img/base-icons-rutube.svg')
}

.social-networks-container-item._max {
    background-image: url('/local/components/terem/social.list/templates/mobile.footer.userprofile/img/base-icons-max.svg')
}

footer .social-networks-title {
    font: 600 18px/130% var(--title-font);
    color: var(--title-color);
    margin-bottom: 10px;
}

footer .social-networks-descr {
    font: 400 14px/130% var(--text-font);
    color: var(--dark-grey-color);
    margin-bottom: 20px;
    width: 100%;
}

@media screen and (min-width: 1600px) {
    footer .footer-social-subscribe {
        padding-bottom: 34px;
    }
}

@media screen and (min-width: 1000px) {
    footer .footer-social-subscribe.hide-social-block {
        padding-top: 68px;
        padding-bottom: 60px;
    }

    footer .hide-social-block .footer-subscribe>div {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    footer .footer-social-subscribe.hide-social-block>div .tx {
        padding-top: 6px;
    }

    .hide-social-block .footer-subscribe .form-wrapper {
        padding-top: 8px;
        margin-top: 0;
        margin-left: 87px;
    }

    .hide-social-block .footer-subscribe .form-wrapper .ln {
        min-width: 308px;
    }

    .hide-social-block .footer-subscribe .h5 {
        margin-bottom: 0;
    }
}
@media screen and (max-width: 360px) {

    footer .social-networks-container-item {
        margin-right: 14px;
    }
}
@media screen and (max-width: 999px) {
    footer .footer-social-subscribe {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 0;
    }

    footer .social-networks-container-item {
        margin-right: 16px;
    }

    footer .footer-social-subscribe {
        padding-bottom: 0;
        padding-top: 0;
    }

    footer .social-networks-title {
        margin-bottom: 9px;
    }

    footer .footer-social-subscribe>div {
        padding-bottom: 0;
    }

}
@media screen and (max-width: 1360px) {

    footer .social-networks-container-item {
        margin-right: 8px;
    }
}

.terem-qualities {
    color: var(--text-color);
    margin-top: 60px;
    justify-content: normal;
    display: flex;
    flex-direction: column;
}

.terem-qualities.wrapper{
    padding: 0 16px;
}

.terem-qualities__title {
    width: 100%;
    margin-bottom: 38px;
}

div.terem-qualities__title .text-14 {
    font: normal 500 14px/21px var(--title-font);
    margin-top: 3px;
}

.terem-qualities .h3 {
    font: normal 600 30px/39px var(--title-font);
    color: var(--text-color);
}

.terem-qualities .h4 span {
    font: normal 500 26px/34px var(--title-font);
    padding-right: 16px;
}

.terem-qualities .h4 {
    font: normal 500 16px/21px var(--title-font);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.terem-qualities .text-14 {
    font: normal 400 14px/21px var(--text-font);
    color: var(--grey-color);
    margin-top: 5px;
}

.terem-qualities .advantages {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: end;
    gap: 29px;
    margin-top: 28px;
    padding-top: 29px;
    border-top: 1px solid var(--line-color);
    margin-bottom: 29px;
    padding-bottom: 30px;
    border-bottom: 1px solid var(--line-color);
}

.advantages__item {
    width: 100%;
    display: flex;
    box-sizing: border-box;
    padding-right: 0;

}

.advantages__item p {
    font: normal 500 16px/24px var(--title-font);
    margin-bottom: 0;
    margin-left: 20px;
    margin-top: 3px;
    padding-right: 10px;
}

footer .footer-social-subscribe>div {
    padding-top: 30px;
    padding-bottom: 19px;
}

.terem-qualities__item:nth-of-type(3) {
    margin-top: 29px;
}

@media screen and (min-width: 500px) {
    .terem-qualities.wrapper{
        padding: 0 26px;
    }
}
@media screen and (min-width: 640px) and (max-width: 960px) {

    .terem-qualities.wrapper{
        padding: 0 30px;
    }
}
@media screen and (min-width: 1400px) {
    .terem-qualities.wrapper{
        padding: 0;
    }
}

@media screen and (min-width: 768px) {
    .terem-qualities {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-column-gap: 38px;
        -moz-column-gap: 38px;
        column-gap: 38px;
        flex-direction: column;
    }

    .terem-qualities__item {
        width: 100%;
        max-width: 100%;
    }

    .terem-qualities__title {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: baseline;
        -ms-flex-align: baseline;
        align-items: baseline;
        margin-bottom: 40px;
        flex-direction: column;
    }

    .terem-qualities__item .text-14 {
        max-width: 100%;
        margin-top: 4px;
    }

    .terem-qualities .h3 {
        padding-right: 20px;
    }

    .terem-qualities__item:nth-of-type(3) .text-14 {
        margin: 5px 0 0 0;
    }

    footer .footer-social-subscribe {
        width: 100%;
        padding-top: 30px;
    }

    .advantages__item p {
        padding-right: 0;
        margin-top: 14px;
    }

    .terem-qualities .advantages {
        gap: 30px;
    }

    .terem-qualities .advantages {
        margin-top: 28px;
        padding-top: 29px;
    }

    footer .footer-social-subscribe>div {
        padding-top: 0;
    }
}

@media screen and (min-width: 1280px) {
    .terem-qualities {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 30px;
        justify-content: space-between;
        flex-direction: row;
        margin-top: 60px;
        margin-bottom: 16px;
    }

    .terem-qualities .h4 span {
        font: normal 500 36px/46px var(--title-font);
        padding: 0 0 1px;
    }

    .terem-qualities>div {
        width: calc(25% - 23px);
        max-width: unset;
    }

    .terem-qualities__title {
        display: block;
        margin: 8px 0 0;
    }

    div.terem-qualities__title .text-14 {
        font: normal 500 18px/24px var(--title-font);
        margin-top: 0;
    }

    .terem-qualities .h4 {
        font: normal 500 18px/24px var(--title-font);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .terem-qualities__item:last-of-type {
        margin: 0;
    }

    .terem-qualities__item .text-14 {
        max-width: 230px;
        margin-top: 10px;
    }

    .terem-qualities__item:nth-of-type(3) .text-14 {
        max-width: 130px;
        margin: 10px 0px 0 0;
    }

    footer .footer-social-subscribe {
        order: unset;
        padding: 0;
    }

    .terem-qualities .advantages {
        flex-direction: row;
        gap: 31px;
        margin-top: 30px;
        padding-top: 0;
        border: none;
        margin-bottom: 10px;
        padding-bottom: 0;
    }

    .advantages__item {
        width: calc(25% - 23px);
        display: block;
        padding-right: 50px;
    }

    .advantages__item p {
        margin-top: 22px;
        margin-left: 0;
    }

    footer .footer-social-subscribe>div {
        padding-top: 0;
        margin-top: 0;
    }

    .terem-qualities__item:nth-of-type(3) {
        margin-top: 0;
    }

    footer .footer-social-subscribe>div {
        padding-bottom: 0;
    }
}

@media screen and (max-width: 360px) {
    .terem-qualities .h4 {
        font: normal 500 15px/21px var(--title-font);
    }
}
/* End */


/* Start:/assets/resources/css/city-popup.min.css?17569902173237*/
.popup.city-popup{z-index:1000;top:0;background:var(--background);width:100%;-webkit-transition:none;-o-transition:none;transition:none}.city-popup.center-popup.active .content{-webkit-transition:none;-o-transition:none;transition:none}.popup.city-popup .close{width:18px;height:18px;position:absolute;top:26px;right:38px;z-index:13000}.popup.city-popup .close .line._line1{-ms-transform:rotate(45deg);transform:rotate(45deg);-webkit-transform:rotate(45deg)}.popup.city-popup .close .line._line2{-ms-transform:rotate(-45deg);transform:rotate(-45deg);-webkit-transform:rotate(-45deg)}.popup.city-popup .close .line{position:absolute;height:2px;width:16px;background-color:var(--dark-grey-color);left:0;right:0;margin:0 auto;-o-transition:all .3s;transition:all .3s;-webkit-transition:all .3s}.city-popup_menu .active{color:var(--main-color)}.city-popup_menu{position:relative}.city-popup_menu-title{text-align:center;line-height:41px;margin-bottom:20px;letter-spacing:-.02em;color:var(--title-color);font:700 30px var(--title-font)}.city-popup_menu ul{display:block;min-height:250px;margin:0 auto;padding:0}.city-popup_menu ul li{list-style:none outside none;text-align:center;margin-bottom:8px}.city-popup_menu ul a{color:var(--title-color);text-decoration:none;line-height:24px;font-size:16px;font-weight:700;font-family:var(--text-font);-webkit-transition:color .1s;-o-transition:color .1s;transition:color .1s}.city-popup_menu ul a:hover{color:var(--main-color)}.city-popup_info{text-align:center;margin:0;padding:0 14px;line-height:24px;font-size:14px;font-weight:400;font-family:var(--text-font);letter-spacing:0;color:var(--text-color);opacity:1}.popup_yes_no{margin-left:17px;position:absolute;width:171px;height:36px;bottom:-30px;background:var(--background) 0 0 no-repeat padding-box;-webkit-box-shadow:0 3px 6px #00000029;box-shadow:0 3px 6px #00000029;z-index:9}.popup_yes_no p{display:inline-block;width:100%;height:15px;font-family:var(--text-font);font-size:13px;line-height:40px;letter-spacing:0;color:var(--dark-grey-color);opacity:1;padding-left:10px}.popup-select-button{text-transform:uppercase;color:var(--dark-grey-color);text-decoration:none;font-size:10px;-webkit-transition:color .1s;-o-transition:color .1s;transition:color .1s;border:none;position:relative;max-height:30px}.popup-select-button:first-child{margin-left:7px}.popup-select-button::before{content:"";position:absolute;margin:auto;width:100%;height:1px;background:var(--main-color);bottom:0}.popup-select-button:hover::before{height:0}.popup_yes_no button:hover{color:#a32728}.popup_yes_no .slash{position:relative;display:inline-block;width:1px;height:21px;background-color:var(--grey-color);opacity:.64;padding:0;-webkit-transform:rotate(15deg);-ms-transform:rotate(15deg);transform:rotate(15deg);margin:0 3px;top:6px}.popup_yes_no-wrapp{position:relative}@media screen and (max-width:639px){.popup_yes_no{display:none}}.city-popup_info span{display:inline-block;margin-bottom:10px}.center-popup .city-popup{width:550px;padding:52px 0}@media screen and (max-width:999px){.center-popup .city-popup{border:none;margin:0 auto}}@media screen and (max-width:639px){.city-popup_menu-title{font-size:21px}.center-popup.city-popup .content{padding:65px 0}}
/* End */
/* /local/components/terem/redbanner/templates/mobile.back_to_pc/style.css?17690064101648 */
/* /local/components/terem/profile.users/templates/userdata.menu.popup.mobile/style.css?17690059864949 */
/* /local/components/terem/profile.users/templates/userdata.favourite.logout.popup.mobile/style.css?17690059641558 */
/* /local/components/terem/standard.blocks/templates/mobile.catalog.links.banner/style.css?17690072032288 */
/* /local/components/terem/social.list/templates/mobile.footer.userprofile/style.css?177618515310374 */
/* /assets/resources/css/city-popup.min.css?17569902173237 */
