@import "css/fonts.css";
@import "css/main.css";
@import "css/modal.css";

.fancybox-is-open .fancybox-bg {
    opacity:0}
.crumbs {
    margin-bottom:15px}
.right__col {
    display:flex;
    position:relative
}
.right__col .container>div {
    width:56%;
    padding-right:140px
}
.right__col .container>div p {
    /*    font-family:'HelveticaNeueCyrR',sans-serif;*/
    font-size:14px;
    line-height:130%;
    color:#1f1f23;
    margin-bottom:13px
}
.right__col .container>div p:last-child {
    margin-bottom:0
}
.right__col .right__img {
    position:absolute;
    top:0;
    right:0;
    width:44%
}
.right__col .right__img__header {
    /*font-family:'AvenirNextCyr',sans-serif;*/
    font-size:34px;
    line-height:130%;
    text-transform:uppercase;
    color:#1f1f23;
    display:none
}
.right__col .right__img img {
    max-width:100%
}
@media screen and (max-width:1480px) {
    .right__col .container>div {
        padding-right:120px
    }
}
@media screen and (max-width:980px) {
    .right__col {
        flex-direction:column-reverse;
        flex-wrap:wrap
    }
    .right__col .container>div {
        padding-right:0;
        width:100%
    }
    .right__col .container>div .section__header {
        display:none
    }
    .right__col .right__img {
        position:static;
        width:100%;
        padding-bottom:20px
    }
    .right__col .right__img img {
        width:100%
    }
    .right__col .right__img__header {
        display:block;
        text-align:center;
        margin-bottom:20px
    }
}
@media screen and (max-width:480px) {
    .right__col {
        padding-top:20px
    }
    .right__col .right__img__header {
        font-size:18px
    }
}
.main__footer {
    display:flex;
    justify-content:space-between
}
.main__footer__img {
    width:50%;
    padding-right:140px;
    padding-bottom:40px
}
.main__footer__text {
    width:50%;
    display:flex;
    flex-wrap:wrap;
    align-items:center
}
.main__footer__text>div {
    max-width:610px
}
.main__footer__text .main__info {
    display:flex;
    width:100%;
    padding-top:30px;
    justify-content:space-between
}
.main__footer__text .main__info p {
    /*    font-family:'HelveticaNeueCyrM',sans-serif;*/
    font-weight: 500;
    font-size:14px;
    line-height:130%;
    color:#1f1f23;
    max-width:231px
}
.main__footer__text .main__info .main-btn {
    /*    font-family:'HelveticaNeueCyrR',sans-serif;*/
    font-size:14px;
    color:#fff;
    background:#f47a20;
    box-shadow:0 0 10px rgba(244,122,32,0.39);
    border-radius:5px;
    width:175px;
    height:35px;
    display:flex;
    justify-content:center;
    align-items:center
}
@media screen and (max-width:1480px) {
    .main__footer {
        flex-wrap:wrap
    }
    .main__footer__img {
        width:100%;
        padding-right:0;
    }
    .main__footer__text {
        width:100%;
        padding-bottom:60px
    }
    .main__footer__text>div {
        margin:0 auto
    }
}
@media screen and (max-width:480px) {
    .main__footer__text .main__info {
        flex-direction:column;
        align-items:center;
        text-align:center
    }
    .main__footer__text .main__info p {
        margin-bottom:20px
    }
}
.header {
    padding-top:30px;
    padding-bottom:30px
}
.header.active .header__logo .logoLight {
    opacity:1
}
.header.active .header__logo .logoDark {
    opacity:0
}
.header.active .header__tel a {
    color:#fff
}
.header.active .burger span {
    background:#fff
}
.header.active .burger span:before {
    background:#fff
}
.header.active .burger span:after {
    background:#fff
}
.header.white {
    z-index:999;
    position:relative;
    background:linear-gradient(180deg,#1f1f23 0,rgba(31,31,35,0.75) 58.33%,rgba(31,31,35,0) 100%)
}
.header.white .header__logo .logoLight {
    opacity:1
}
.header.white .header__logo .logoDark {
    opacity:0
}
.header.white .header__menu li a {
    color:#fff
}
.header.white .header__menu li a:hover {
    color:#f47a20
}
.header.white .header__tel a {
    color:#fff;
    position:relative;
    z-index:999
}
.header.white .header__tel a:hover {
    color:#f47a20
}
.header.white .burger span,
.header.white .burger span::before,
.header.white .burger span::after {
    background:#fff
}
.header.mainPage {
    position:absolute;
    top:0;
    left:0;
    right:0;
    width:100%
}
.header .container {
    display:flex;
    align-items:center
}
.header__logo {
    height:34px;
    width:98px;
    position:relative;
    z-index:1000
}
.header__logo .logo__img {
    position:absolute;
    top:0;
    left:0
}
.header__logo .logoLight {
    opacity:0
}
.header__logo img {
    height:100%
}
.header__menu {
    display:flex;
    list-style-type:none;
    margin-left:25px;
    max-width:450px;
    width:100%;
    z-index:999
}
.header__menu .menu-item .wrap {
    position:relative;
    padding:10px 20px
}
.header__menu .menu-item a {
    /*    font-family:'HelveticaNeueCyrM',sans-serif;*/
    font-weight: 500;
    font-size:16px;
    line-height:19px;
    color:#1f1f23;
    text-transform:uppercase;
    display:block
}
.header__menu .menu-item a:hover {
    color:#f47a20
}
.header__tel {
    margin-left:auto;
    margin-right:50px;
    z-index:1000
}
.header__tel a {
    /*    font-family:'HelveticaNeueCyrM',sans-serif;*/
    font-weight: 500;
    font-size:18px;
    line-height:19px;
    color:#1f1f23;
    text-transform:uppercase;
    position:relative;
    z-index:7
}
.header__tel a:hover {
    color:#f47a20
}
.header .slide__menu {
    position:fixed;
    width:100%;
    height:100%;
    top:0;
    top:-200vh;
    right:0;
    bottom:0;
    left:0;
    background:#505050 url(img/menu_bg.png) no-repeat left bottom;
    z-index:999;
    transition:all 1s .4s cubic-bezier(0.165,0.84,0.44,1);
    padding-top:140px;
    overflow-y: auto;
}
.header .slide__menu.active {
    top:0
}
.header .slide__menu__bg {
    position:fixed;
    width:100%;
    height:100%;
    top:-200vh;
    right:0;
    bottom:0;
    left:0;
    background:#f47a20;
    z-index:998;
    transition:all 1s .4s cubic-bezier(0.165,0.84,0.44,1)
}
.header .slide__menu__bg.active {
    top:0
}
.header .slide__menu .container {
    display:flex;
    flex-wrap:wrap;
    align-items:flex-start;
    justify-content:space-between
}
.header .slide__menu .menu__item {
    width:33%;
    list-style-type:none
}
.header .slide__menu .menu__item:last-child {
    width:235px
}
.header .slide__menu .menu__item .link__bold {
    /*    font-family:'HelveticaNeueCyrR',sans-serif;*/
    color:#fff;
    font-weight:500;
    font-size:30px;
    letter-spacing:1.4px;
    display:block;
    padding:15px 0;
    position:relative
}
.header .slide__menu .menu__item .link__bold:hover {
    color:#f47a20;
    padding-left:35px
}
.header .slide__menu .menu__item .link__bold:hover:before {
    left:0;
    opacity:1
}
.header .slide__menu .menu__item .link__bold:before {
    content:"";
    display:block;
    position:absolute;
    top:21px;
    left:-45px;
    height:18px;
    width:25px;
    background:url(img/menu-arrow.svg) no-repeat center;
    background-size:contain;
    opacity:0;
    transition:all .3s ease
}
.header .slide__menu .menu__item .link__reg {
    /*    font-family:'HelveticaNeueCyrR',sans-serif;*/
    color:#fff;
    font-size:24px;
    display:block;
    padding:13px 0
}
.header .slide__menu .menu__item .link__reg:hover {
    color:#f47a20
}
.header .slide__menu .menu__item .link__mt {
    margin-top:40px
}
.header .slide__menu .list__social {
    margin-top:40px
}
.header .slide__menu .list__social .menu__social {
    margin-right:5px
}
.header .slide__menu .list__social .menu__social svg * {
    transition:all .3s ease
}
.header .slide__menu .list__social .menu__social:last-child {
    margin-right:0
}
.header .slide__menu .list__social .menu__social:hover svg * {
    fill:#f47a20
}
.header .burger {
    width:35px;
    height:35px;
    position:relative;
    border-radius:4px;
    z-index:1000
}
.header .burger span {
    position:relative;
    margin-top:9px;
    margin-bottom:9px;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
    position:absolute;
    top:50%;
    left:50%;
    margin-left:-15px;
    margin-top:-1.5px;
    border-radius:3px
}
.header .burger span,
.header .burger span::before,
.header .burger span::after {
    display:block;
    width:30px;
    height:3px;
    background-color:#434343;
    outline:1px solid transparent;
    -webkit-transition-property:background-color,-webkit-transform;
    -moz-transition-property:background-color,-moz-transform;
    -o-transition-property:background-color,-o-transform;
    transition-property:background-color,transform;
    -webkit-transition-duration:.3s;
    -moz-transition-duration:.3s;
    -o-transition-duration:.3s;
    transition-duration:.3s;
    border-radius:3px
}
.header .burger span::before,
.header .burger span::after {
    position:absolute;
    content:""
}
.header .burger span::before {
    top:-9px
}
.header .burger span::after {
    top:9px
}
.header .burger.clicked span {
    background-color:transparent
}
.header .burger.clicked span::before {
    -webkit-transform:translateY(9px) rotate(45deg);
    -moz-transform:translateY(9px) rotate(45deg);
    -ms-transform:translateY(9px) rotate(45deg);
    -o-transform:translateY(9px) rotate(45deg);
    transform:translateY(9px) rotate(45deg)
}
.header .burger.clicked span::after {
    -webkit-transform:translateY(-9px) rotate(-45deg);
    -moz-transform:translateY(-9px) rotate(-45deg);
    -ms-transform:translateY(-9px) rotate(-45deg);
    -o-transform:translateY(-9px) rotate(-45deg);
    transform:translateY(-9px) rotate(-45deg)
}
.header .burger:hover {
    cursor:pointer
}
@media screen and (max-width:1480px) {
    .header .slide__menu {
        background-size:50%
    }
    .header .slide__menu .menu__item {
        width:33%;
        list-style-type:none
    }
    .header .slide__menu .menu__item .link__bold {
        font-size:24px
    }
    .header .slide__menu .menu__item .link__reg {
        font-size:20px
    }
}
@media screen and (max-height:720px) {
    .header .slide__menu {
        background-size:35%
    }
}
@media screen and (max-width:1040px) {
    .header {
        padding-left:20px;
        padding-right:20px
    }
    .header .slide__menu .container {
        padding:0 20px
    }
}
@media screen and (max-width:980px) {
    .header {
        padding:20px
    }
    .header__menu {
        display:none
    }
    .header .slide__menu {
        background:#505050;
        overflow-y:scroll;
        padding-top:90px
    }
    .header .slide__menu .menu__item {
        width:100%
    }
    .header .slide__menu .menu__item .link__bold {
        font-size:20px;
        padding:5px 0
    }
    .header .slide__menu .menu__item .link__bold:before {
        top:6px
    }
    .header .slide__menu .menu__item .link__reg {
        font-size:16px;
        padding:5px 0
    }
    .header .slide__menu .menu__item:last-child {
        padding-top:40px
    }
}
@media screen and (max-width:480px) {
    .header__tel {
        margin-right:5px
    }
    .header__tel a {
        font-size:16px
    }
}
@media screen and (max-width:340px) {
    .header__tel {
        margin-right:5px
    }
    .header__tel a {
        font-size:14px
    }
}
.footer {
    background:#535356;
    padding:50px 0
}
.footer__top {
    display:flex;
    align-items:center;
    width:100%;
}
.footer__top .ft__logo {
    height:31px;
    width:98px;
    display:block;
    margin-right:25px
}
.footer__top .ft__logo img {
    width:100%
}
.footer__top .ft__link {
    font-family: 'HelveticaNeueCyrR',sans-serif;
    font-size: 22px;
    color: #fff;
    margin: 0 25px;
}
.footer__top a.ft__link:hover {
    color:#f47a20
}
.footer__nav {
    padding:90px 0 0;
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between
}
.footer__nav__item {
    width:20%
}
.footer__nav__item:nth-child(1) {
    width:290px
}
.footer__nav__item:nth-child(2) {
    width:290px
}
.footer__nav__item:nth-child(3) {
    width:150px
}
.footer__nav__item:nth-child(4) {
    width:220px
}
.footer__nav .fni__header {
    /*    font-family:'HelveticaNeueCyrR',sans-serif;*/
    font-size:22px;
    color:#fff;
    font-weight:600;
    margin-bottom:30px;
    letter-spacing:1.4px
}
.footer__nav .fni__inner {
    display:flex;
    flex-direction:column
}
.footer__nav .fni__inner ul,
.footer__bottom .fni__inner ul {
    list-style-type:none
}
.footer__nav .fni__inner ul.fni__list li:last-child {
    margin-top:40px
}
.footer__nav .fni__inner ul.fni__contact {
    margin-top:20px
}
.footer__nav .fni__inner ul.fni__contact li a {
    font-weight:bold;
    letter-spacing:1.4px
}
.footer__nav .fni__inner ul li,
.footer__bottom .fni__inner ul li {
    margin:10px 0
}
.footer__nav .fni__inner ul li a {
    /*    font-family:'HelveticaNeueCyrR',sans-serif;*/
    font-size:22px;
    color:#fff;
    display:block
}
.footer__nav .fni__inner ul li a[href="#"]{
    color:grey;
}
.footer__nav .fni__inner ul li a:hover {
    color:#f47a20
}
.footer__bottom {
    display:flex;
    justify-content:space-between;
    align-items:  flex-end;
}
.footer__bottom .fb__item {
    color:#fff
}
.footer__bottom .fb__item:nth-child(1) {
    width:330px
}
.footer__bottom .fb__item:nth-child(2) {
    width:290px;
    margin-left:-45px
}
.footer__bottom .fb__item:nth-child(3) {
    width:150px
}
.footer__bottom .fb__item:nth-child(4) {
    width:220px
}
.footer__bottom .fb__item a,
.footer__bottom .fb__item p {
    /*    font-family:'HelveticaNeueCyrR',sans-serif;*/
    font-size:22px;
    color:#fff
}
.footer__bottom .fb__item a[href="#"]{
    color: grey;
}
.footer__bottom .fb__item a:hover {
    color:#f47a20
}
.footer__bottom .fb__item .fb__social {
    margin-right:5px
}
.footer__bottom .fb__item .fb__social svg * {
    transition:all .3s ease
}
.footer__bottom .fb__item .fb__social:last-child {
    margin-right:0
}
.footer__bottom .fb__item .fb__social:hover svg * {
    fill:#f47a20
}
.footer__bottom .fni__inner ul.fni__slist li:last-child {
    margin-bottom: 0;
}
@media screen and (max-width:1480px) {
    .footer__top .ft__link {
        font-size:18px
    }
    .footer__nav__item {
        width:25%
    }
    .footer__nav .fni__header {
        font-size:18px
    }
    .footer__nav .fni__inner ul li a {
        font-size:18px
    }
    .footer__bottom {
        align-items:center
    }
    .footer__bottom .fb__item {
        width:25%
    }
    .footer__bottom * {
        font-size:18px!important
    }
}
@media screen and (max-width:1040px) {
    .footer {
        padding:60px 20px
    }
}
@media screen and (max-width:980px) {
    .footer__top {
        justify-content:center
    }
    .footer__nav {
        padding:60px 0 40px;
        flex-wrap:wrap
    }
    .footer__nav__item {
        width:100%!important;
        margin-bottom:30px;
        text-align:center
    }
    .footer__nav__item:nth-child(1) {
        display:none
    }
    .footer__nav__item:nth-child(2) {
        display:none
    }
    .footer__nav__item:nth-child(3) {
        display:none
    }
    .footer__nav .fni__header,
    .footer__nav .fni__list,
    .footer__nav .fni__slist {
        display:none
    }
    .footer__nav .fni__contact {
        margin-top:0!important
    }
    .footer__bottom {
        flex-wrap:wrap
    }
    .footer__bottom .fb__links {
        order:1;
        margin-bottom:40px
    }
    .footer__bottom .fb__rules {
        order:2;
        margin-bottom:10px
    }
    .footer__bottom .fb__copy {
        order:3
    }
    .footer__bottom .fb__item {
        width:100%!important;
        text-align:center;
        margin-left:0!important
    }
    .footer__bottom .fb__item .fb__empty {
        display:none
    }
}
@media screen and (max-width:640px) {
    .footer {
        padding:40px 20px
    }
    .footer__top {
        justify-content:center
    }
    .footer__top .ft__logo {
        margin-right:0
    }
    .footer__top .ft__link {
        display:none
    }
    .footer__nav {
        padding:60px 0 40px
    }
    .footer__nav .fni__header {
        display:none
    }
    .footer__nav .fni__inner ul.fni__contact {
        text-align:center;
        margin-top:0
    }
    .footer__nav .fni__inner ul.fni__contact li a {
        font-size:20px
    }
    .footer__nav__item {
        width:100%;
        margin-bottom:0
    }
    .footer__nav__item:nth-child(1) {
        display:none
    }
    .footer__nav__item:nth-child(2) {
        display:none
    }
    .footer__nav__item:nth-child(3) {
        display:none
    }
    .footer__nav .fni__list,
    .footer__nav .fni__slist {
        display:none
    }
    .footer__bottom * {
        font-size:16px!important
    }
}
.section__header {
    /*    font-family:'AvenirNextCyr',sans-serif;*/
    font-size:25px;
    line-height:30px;
    color:#000;
    margin-bottom:30px;
    text-transform:uppercase
}
.section__text {
    /*    font-family:'HelveticaNeueCyrL',sans-serif;*/
    font-weight: 300;
    font-size:18px;
    line-height:26px;
    color:#000
}
@media screen and (max-width:480px) {
    .section__header {
        font-size:14px;
        line-height:16px;
        text-align:center;
        margin-bottom:25px
    }
}


.feedback__modal{
    max-width:888px;
    position: relative;
    width:100%;
    margin: auto;
    padding:80px 30px;
    box-shadow:0 0 30px rgba(0,0,0,0.2);
    border:1px solid #e6e6e6;
    background-color: white;
    border-radius:5px}
.feedback__modal h2{
    /*    font-family:'HelveticaNeueCyrR',sans-serif;*/
    font-size:14px;
    margin-bottom:30px;
    color:#000}
.feedback__modal form{
    font-weight:100%}
.feedback__modal form textarea{
    /*    font-family:'HelveticaNeueCyrR',sans-serif;*/
    font-size:14px;
    color:#000;
    width:100%;
    height:120px;
    border:1px solid #808080;
    border-radius:5px;
    padding:10px;
    resize:none}
.feedback__modal form textarea::placeholder{
    color:#e6e6e6}
.feedback__modal .input__row{
    display:flex;
    justify-content:space-between;
    padding-top:20px;
    padding-bottom:30px}
.feedback__modal .input__row input{
    /*    font-family:'HelveticaNeueCyrR',sans-serif;*/
    font-size:14px;
    color:#000;
    width:180px;
    height:20px;
    border:0;
    border-bottom:1px solid #808080}
.feedback__modal .input__row input::placeholder{
    color:#808080}
.feedback__modal .submit__row{
    display:flex;
    justify-content:space-between}
.feedback__modal .submit__row p{
    /*    font-family:'HelveticaNeueCyrL',sans-serif;*/
    font-weight: 300;
    font-size:10px;
    line-height:13px;
    color:#808080}
.feedback__modal .submit__row input{
    /*    font-family:'HelveticaNeueCyrR',sans-serif;*/
    font-size:14px;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    background:#f47a20;
    box-shadow:0 0 30px rgba(244,122,32,0.2);
    border-radius:5px;
    border:0;
    /*width:113px;*/
    height:34px}
.feedback__modal .submit__row input:disabled {
    cursor: not-allowed;
}
.messages.error {
    color: red;}
.mfp-bg {
    background: transparent;
}
.mfp-content .info__modal {
    display: inline-block;
    background: #fff;
    padding: 44px;
}
.mfp-hide {
    display: none !important;
}
.__modal {
    position: relative;
    margin: auto;
    background: var(--base-weak);
    box-shadow:0 0 30px rgba(0,0,0,0.2);
    border-radius:5px;
    border:1px solid #e6e6e6;
    padding:25px 55px;
}
#thx-modal {
    max-width: 250px;
}
.catalog .container{
    display:flex}

.catalog .catalog__list{
    width:77%}
.catalog__list .banner{
    width:100%;
    height:110px;
    background:#dfdfdf}
.catalog__list .list__control{
    width:100%;
    display:flex;
    align-items:center;
    justify-content:flex-end;
    padding-top:15px;
    padding-bottom:15px}
.catalog__list .list__control .presentation{
    /*    font-family:'HelveticaNeueCyrR',sans-serif;*/
    font-size:14px;
    color:#000;
    display:flex;
    align-items:center}
.catalog__list .list__control .list__sort{
    /*    font-family:'HelveticaNeueCyrR',sans-serif;*/
    font-size:14px;
    color:#000;
    margin-left:30px;
    margin-right:30px}
.catalog__list .list__control .get_presentation{
    /*    font-family:'HelveticaNeueCyrR',sans-serif;*/
    font-size:14px;
    color:#fff;
    cursor: pointer;
    background:var(--accent-strong);
    box-shadow:0 0 10px rgba(244,122,32,0.39);
    border-radius:5px;
    width:175px;
    height:35px;
    display:flex;
    justify-content:center;
    align-items:center;
    margin-left:10px}
.catalog__list .list__control .show__map{
    /*    font-family:'HelveticaNeueCyrR',sans-serif;*/
    font-size:14px;
    color:#000;
    display:flex;
    align-items:center;
    margin-left:10px}
.catalog__list .map__full{
    position: relative;
    display:none}
.catalog__list .map__full #map {
    height: 840px;
}
.catalog__list .list .list__header{
    display:none}
.catalog__list .list__row{
    display:flex;
    justify-content:space-between}
.catalog__list .list__row div{
    text-align:center}
.catalog__list .list__row.head{
    /*    font-family:'HelveticaNeueCyrR',sans-serif;*/
    font-size:14px;
    color:#fff;
    background:#f47a20;
    padding:23px 0}
.catalog__list .list__row.item{
    /*    font-family:'HelveticaNeueCyrR',sans-serif;*/
    font-size:14px;
    color:#1f1f23;
    height:100px;
    align-items:center}
.catalog__list .list__row.item .list__id,
.catalog__list .list__row.head .list__id{
    display:flex;
    justify-content:center}
.catalog__list .list__row.item:nth-child(odd){
    background:#f4f4f4}
.catalog__list .list__id{
    width:8%}
.catalog__list .head [type="checkbox"] + label:before {
    background-color: var(--base-weak);
}
.catalog__list .list__id [type="checkbox"]:not(:checked),.catalog__list .list__id [type="checkbox"]:checked{
    position:absolute;
    left:-9999px}
.catalog__list .list__id [type="checkbox"]:not(:checked)+label,.catalog__list .list__id [type="checkbox"]:checked+label{
    position:relative;
    padding-left:1.95em;
    cursor:pointer}
.catalog__list .list__id [type="checkbox"]:not(:checked)+label:before,.catalog__list .list__id [type="checkbox"]:checked+label:before{
    content:'';
    position:absolute;
    left:0;
    top:0;
    height:20px;
    width:20px;
    border:1px solid #f47a20;
    box-sizing:border-box;
    border-radius:3px}
.catalog__list .list__id [type="checkbox"]:not(:checked)+label:after,.catalog__list .list__id [type="checkbox"]:checked+label:after{
    content:'\2713\0020';
    position:absolute;
    top:.15em;
    left:.22em;
    font-size:1.3em;
    line-height:.8;
    color:#1f1f23;
    transition:all .2s}
.catalog__list .list__id [type="checkbox"]:not(:checked)+label:after{
    opacity:0;
    transform:scale(0)}
.catalog__list .list__id [type="checkbox"]:checked+label:after{
    opacity:1;
    transform:scale(1)}
.catalog__list .list__address{
    width:27%;
    text-align:left!important}
.catalog__list .list__address a {
    cursor: pointer;
}
.catalog__list .list__format{
    width:7%}
.catalog__list .list__side{
    width:7%}
.catalog__list .list__light{
    width:7%}
.catalog__list .list__photo{
    width:7%}
.catalog__list .list__photo{
    width:7%}
.catalog__list .list__price{
    width:7%}
.catalog__list .list__cart{
    width:10%}
.catalog__list .list__more{
    padding-top:45px;
    padding-bottom:45px;
    display:flex;
    justify-content:center;
    align-items:center}
.catalog__list .list__more a{
    /*    font-family:'HelveticaNeueCyrR',sans-serif;*/
    font-size:14px;
    color:#000;
    display:flex;
    align-items:center;
    justify-content:center;
    width:146px;
    height:34px;
    border:1px solid #1f1f23;
    box-sizing:border-box;
    box-shadow:0 0 8px rgba(0,0,0,0.3);
    border-radius:5px}
.catalog__list .list__more a:hover{
    background:#1f1f23;
    color:#fff}

.catalog__list .show__map span {
    display: none;
}
.catalog__list .show__map.active .by-map,
.catalog__list .show__map:not(.active) .by-list {
    display: inline;
}
@media screen and (max-width:1480px){
    .catalog .catalog__list{
        width:74%}
    .catalog__list .list__row.head{
        padding-left:10px;
        padding-right:10px;
        margin-bottom:10px}
    .catalog__list .list__row.item{
        padding-left:10px;
        padding-right:10px}
    .catalog__list .list__row.item .list__id{
        height:100%;
        padding-top:15px;
        padding-left:5px}
}
@media screen and (max-width:1280px){
    .catalog .catalog__list{
        width:75%}
}
@media screen and (max-width:980px){
    .catalog .catalog__list{
        width:100%}
    .catalog__list .list__control{
        flex-wrap:wrap;
        align-items:center;
        justify-content:space-between;
        padding-right:20px}
    .catalog__list .list__control .presentation{
        display:block;
        text-align:center;
        order:2;
        /*padding-right:27px;*/
    }
    .catalog__list .list__control .presentation .get_presentation{
        margin-top:3px}
    .catalog__list .list__control .list__sort{
        display:block;
        height:40px;
        width:40px;
        background:url(img/sort.svg) no-repeat center;
        font-size:0;
        order:1;
        margin-bottom:10px}
    .catalog__list .list__control .show__map{
        order:1}
    .catalog__list .list .list__header{
        /*        font-family:'Roboto',sans-serif;*/
        font-weight:400;
        font-size:14px;
        line-height:16px;
        color:#f47a20;
        display:block;
        margin-bottom:3px}
    .catalog__list .list__row{
        flex-wrap:wrap}
    .catalog__list .list__row.head{
        display:none}
    .catalog__list .list__row.item{
        height:auto;
        align-items:flex-start}
    .catalog__list .list__row.item:nth-child(odd){
        background:#fff}
    .catalog__list .list__id{
        order:0;
        width:33%;
        padding-top:35px;
        padding-bottom:10px;
        padding-left:25px;
        justify-content:flex-start!important}
    .catalog__list .list__id *{
        text-align:left!important}
    .catalog__list .list__address{
        width:48%;
        order:1;
        padding-top:35px;
        padding-bottom:10px}
    .catalog__list .list__address *{
        text-align:left!important}
    .catalog__list .list__photo{
        width:19%;
        order:2;
        padding-top:35px;
        padding-bottom:10px}
    .catalog__list .list__format{
        width:33%;
        order:3;
        height:65px;
        padding-top:17px;
        padding-left:25px}
    .catalog__list .list__format *{
        text-align:left!important}
    .catalog__list .list__side{
        width:33%;
        order:4;
        height:65px;
        padding-top:17px}
    .catalog__list .list__light{
        width:33%;
        order:5;
        height:65px;
        padding-top:17px}
    .catalog__list .list__price{
        width:50%;
        order:6;
        background:#ececec;
        height:65px;
        text-align:left!important;
        padding-top:17px;
        padding-left:25px}
    .catalog__list .list__price .list__header{
        text-align:left}
    .catalog__list .list__cart{
        width:50%;
        order:7;
        background:#ececec;
        height:65px;
        text-align:right!important;
        padding-top:17px;
        padding-right:25px}
}
.adm-workarea input[type=radio] {
    -webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: auto;
}
.adm-workarea table {
    border-collapse: unset;
}
.map-info img {
    max-width: 100%;
}
.cart__bottom {
    background-color: var(--accent-strong);
    color: #fff;
    padding: 10px 0 15px;
    box-shadow: 0 -5px 15px 0 rgba(0, 0, 0, 0.1);
    position: fixed;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 990; /* ниже админ панели */
}
#mail-for-pdf-modal {
    position: relative;
    margin: auto;
    max-width: 470px;
    width: 100%;
    padding: 25px 55px;
    background: var(--base-weak);
    box-shadow: 0 0 30px rgba(0,0,0,0.2);
    border-radius: 5px;
    border: 1px solid #e6e6e6;
}
#mail-for-pdf-modal h2 {
    /*    font-family: 'Roboto',sans-serif;*/
    font-weight: 400;
    font-size: 17px;
    text-transform: uppercase;
    color: #000;
    text-align: center;
    margin-bottom: 20px;
}
#mail-for-pdf-modal p {
    /*    font-family: 'Roboto',sans-serif;*/
    font-weight: 400;
    font-size: 17px;
    color: #000;
    text-align: center;
}
#mail-for-pdf-modal form{
    width:100%;
    display:flex;
    justify-content:center;
    flex-wrap:wrap;
    padding-top:30px}
#mail-for-pdf-modal form label{
    width: 204px;
}
#mail-for-pdf-modal input,
#mail-for-pdf-modal button.submit {
    /*    font-family:'Roboto',sans-serif;*/
    font-weight:400;
    font-size:12px;
    color:#888;
    width:204px;
    height:34px;
    border:1px solid #f47a20;
    margin-bottom:12px;
    text-align:center}
#mail-for-pdf-modal button.submit{
    color:#000;
    border-color:#000;
    background:#fff}
#mail-for-pdf-modal .error {
    width: 204px;
    color: var(--critic-strong);
}
.presentation-modal-form .input-field {
    width: 100%;
    text-align: center;
}
.presentation-modal-form button {
    font-family: 'Roboto',sans-serif;
    font-weight: 400;
    font-size: 12px;
    color: #000;
    width: 204px;
    height: 34px;
    border: 1px solid #f47a20;
    margin-bottom: 12px;
    text-align: center;
}





















body.lb-disable-scrolling {
    overflow: hidden; }

.lightboxOverlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    background-color: black;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.8;
    display: none; }

.lightbox {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 10000;
    text-align: center;
    line-height: 0;
    font-weight: normal; }

.lightbox .lb-image {
    display: block;
    height: auto;
    max-width: inherit;
    max-height: none;
    border-radius: 3px;
    /* Image border */
    border: 4px solid white; }

.lightbox a img {
    border: none; }

.lb-outerContainer {
    position: relative;
    zoom: 1;
    width: 250px;
    height: 250px;
    margin: 0 auto;
    border-radius: 4px;
    /* Background color behind image.
       This is visible during transitions. */
    background-color: white; }

.lb-outerContainer:after {
    content: "";
    display: table;
    clear: both; }

.lb-loader {
    position: absolute;
    top: 43%;
    left: 0;
    height: 25%;
    width: 100%;
    text-align: center;
    line-height: 0; }

.lb-cancel {
    display: block;
    width: 32px;
    height: 32px;
    margin: 0 auto;
    background: url(img/loading.gif) no-repeat; }

.lb-nav {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10; }

.lb-container > .nav {
    left: 0; }

.lb-nav a {
    outline: none;
    background-image: url("data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw=="); }

.lb-prev, .lb-next {
    height: 100%;
    cursor: pointer;
    display: block; }

.lb-nav a.lb-prev {
    width: 34%;
    left: 0;
    float: left;
    background: url(img/prev.png) left 48% no-repeat;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    transition: opacity 0.6s; }

.lb-nav a.lb-prev:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1; }

.lb-nav a.lb-next {
    width: 64%;
    right: 0;
    float: right;
    background: url(img/next.png) right 48% no-repeat;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    transition: opacity 0.6s; }

.lb-nav a.lb-next:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1; }

.lb-dataContainer {
    margin: 0 auto;
    padding-top: 5px;
    *zoom: 1;
    width: 100%;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px; }

.lb-dataContainer:after {
    content: "";
    display: table;
    clear: both; }

.lb-data {
    padding: 0 4px;
    color: #ccc; }

.lb-data .lb-details {
    width: 85%;
    float: left;
    text-align: left;
    line-height: 1.1em; }

.lb-data .lb-caption {
    font-size: 13px;
    font-weight: bold;
    line-height: 1em; }

.lb-data .lb-caption a {
    color: #4ae; }

.lb-data .lb-number {
    display: block;
    clear: left;
    padding-bottom: 1em;
    font-size: 12px;
    color: #999999; }

.lb-data .lb-close {
    display: block;
    float: right;
    width: 30px;
    height: 30px;
    background: url(img/close.png) top right no-repeat;
    text-align: right;
    outline: none;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
    opacity: 0.7;
    transition: opacity 0.2s; }

.lb-data .lb-close:hover {
    cursor: pointer;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1; }
