
*, :after, :before {
    margin: 0;
    padding: 0;
    list-style: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    transition: .3s ease-out;
    -webkit-transition: .3s ease-out;
    -moz-transition: .3s ease-out;
    -ms-transition: .3s ease-out;
    -o-transition: .3s ease-out;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  font-size: 15px;
  color: #c4c4c4;
}
::-moz-placeholder { /* Firefox 19+ */
    font-size: 15px;
    color: #c4c4c4;
}
:-ms-input-placeholder { /* IE 10+ */
    font-size: 15px;
    color: #c4c4c4;
}
:-moz-placeholder { /* Firefox 18- */
    font-size: 15px;
    color: #c4c4c4;
}

.callback-article input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    font-weight: 500;
    color: #000;
    font-size: 17px;
}
.callback-article input::-moz-placeholder { /* Firefox 19+ */
    font-weight: 500;
    color: #000;
    font-size: 17px;
}
.callback-article input:-ms-input-placeholder { /* IE 10+ */
    font-weight: 500;
    color: #000;
    font-size: 17px;
}
.callback-article input:-moz-placeholder { /* Firefox 18- */
    font-weight: 500;
    color: #000;
    font-size: 17px;
}

.form-fields input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    color: #000;
    font-size: 17px;
}
.form-fields input::-moz-placeholder { /* Firefox 19+ */
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    color: #000;
    font-size: 17px;
}
.form-fields input:-ms-input-placeholder { /* IE 10+ */
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    color: #000;
    font-size: 17px;
}
.form-fields input:-moz-placeholder { /* Firefox 18- */
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    color: #000;
    font-size: 17px;
}

html, body {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #000000;
    background-color: #FFF;
    height: 100%;
}
a {
    color: inherit;
    text-decoration: none;
}
p {
    letter-spacing: 0.1px;
}

.bg-black {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 11111;
}
.callback-close {
    cursor: pointer;
    position: absolute;
    right: 15px;
    top: 15px;
    background: url(../img/close.png) 50% no-repeat;
    width: 27px;
    height: 26px;
    background-size: 100%;
}
.callback-close:hover {
    opacity: 1;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
}
.callback {
    position: absolute;
    background: #FFF;
    -webkit-box-shadow: 0px 0px 46px 0px rgba(0, 0, 0, 0.16);
            box-shadow: 0px 0px 46px 0px rgba(0, 0, 0, 0.16);
    width: 250px;
    padding: 30px 30px 38px 30px;
}
.callback-who {
    top: -7px;
    left: 39px;
}
.callback-title {
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
}
.callback-pop .callback-title {
    font-size: 18px;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: -0.1px;
}
.callback-tell a {
    color: #ea5408;
    font-size: 16px;
    line-height: 32px;
    display: block;
    font-weight: 500;
}
.callback-text {
    border-top: 1px solid #efefef;
    padding-top: 14px;
    margin-top: 6px;
    font-size: 15px;
    line-height: 19px;
    letter-spacing: 0.2px;
}
.callback-pop .callback-text {
    padding-top: 22px;
    margin-top: 7px;
    font-size: 15px;
    line-height: 19px;
    letter-spacing: 0.2px;
    border: 0;
}
.callback-pop .pol-block {
    text-align: center;
}
.callback input {
    border: 1px solid #efefef;
    outline: none;
    width: 100%;
    margin-top: 15px;
    height: 42px;
    line-height: 39px;
    padding: 0 11px;
    font-size: 15px;
}
.callback input:hover,
.callback input:focus {
    border-color: #b1b1b1;
}

.callback-bt {
    background: #ea5408;
    text-align: center;
    cursor: pointer;
    font-weight: 900;
    font-size: 12px;
    color: #FFF;
    margin-top: 16px;
    height: 42px;
    line-height: 44px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.callback-pop .callback-bt {
    background: #ea5408;
    text-align: center;
    cursor: pointer;
    font-weight: 900;
    font-size: 12px;
    color: #FFF;
    margin-top: 28px;
    height: 42px;
    line-height: 44px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    width: 280px;
    margin: 28px auto 6px;
}
.callback-bt:hover {
    background: #e55f1c;
}
.callback-pop {
    left: calc(50% - 260px);
    top: 100px;
    width: 520px !important;
    padding: 45px 55px;
}
.error-form {
    background: #ffd3d3;
    border-color: #fe8b8b !important;
}
.pol-block {
    font-size: 11px;
    line-height: 13px;
    color: #b1b2b5;
    margin-top: 15px;
}

.content {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    overflow: hidden;
}

.container {
    position: relative;
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px;
    width: 100%;
}

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: -15px;
    margin-left: -15px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

#aside {
    z-index: 111;
}
.aside {
    position: relative;
    width: 295px;
    background: #f1f1f1;
    height: auto;
}
.aside-top {
    padding-left: 50px;
    padding-bottom: 26px;
    border-bottom: 1px solid #dedede;
}
.aside-top a {
    display: inline-block;
}
.aside-top-logo {
    width: 140px;
    height: 46px;
    margin-top: 40px;
    background: url(../img/svg/logo.svg) 50% no-repeat;
    background-size: 140px;
}
.aside-top-tell {
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.3px;
    margin-top: 15px;
}
.aside-top-callback {
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.2px;
    margin-top: 6px;
    color: #ec5f3b;
    cursor: pointer;
    line-height: 14px;
    border-bottom: 1px solid #ec5f3b;
}
.aside-menu {
    padding-left: 50px;
    font-weight: 600;
    line-height: 28px;
    font-size: 15px;
    text-transform: uppercase;
    margin-top: 19px;
}
.aside-menu li {
    position: relative;
}
.aside-menu li:hover {
    color: #ec5f3b;
}
.aside-menu li.active::after {
    position: absolute;
    top: calc(50% - 8px);
    right: -18px;
    content: '';
    background: url(../img/svg/menu_arrow.svg) 50% no-repeat;
    background-size: 45px;
    width: 45px;
    height: 16px;
    z-index: 11;
}
.aside-menu-mar {
    margin-top: 18px;
}
.aside-menu .active {
    color: #ec5f3b;
}
.aside-button-pos {
    position: fixed;
    bottom: 0;
    width: 295px;
}
.aside-button-callback {
    background: #565655;
    padding-left: 48px;
    height: 56px;
    line-height: 56px;
    cursor: pointer;
    font-weight: 700;
    font-size: 15px;
    color: #FFF;
    letter-spacing: 0.3px;
}
.aside-button-callback:hover {
    background: #474747;
}
.aside-button-calc {
    background: #ec5f3b;
    padding-left: 48px;
    height: 56px;
    line-height: 56px;
    cursor: pointer;
    font-weight: 700;
    font-size: 15px;
    color: #FFF;
    letter-spacing: 0.3px;
}
.aside-button-calc:hover {
    background: #e04d28;
}

.main {
    position: relative;
    width: calc(100% - 295px);
    height: auto;
}

.main-header {
    position: relative;
    padding: 0 30px 12px 55px;
    margin-top: 37px;
}
.main-header-bread {
    font-size: 13px;
    font-weight: 300;
    letter-spacing: -0.8px;
}
.main-header-bread a:hover {
    color: #ec5f3b;
}

.main-header-icon {
    position: absolute;
    top: -3px;
    right: 37px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

}

.main-header-icon-search {
    background: url(../img/svg/icon_search.svg) 50% no-repeat;
    background-size: 25px;
    width: 26px;
    height: 28px;
    z-index: 11;
    cursor: pointer;
    transition: 0s ease-out !important;
    -webkit-transition: 0s ease-out !important;
    -moz-transition: 0s ease-out !important;
    -ms-transition: 0s ease-out !important;
    -o-transition: 0s ease-out !important;
}
.main-header-icon-search:hover {
    background-image: url(../img/svg/icon_search_h.svg);

}
.main-header-icon-like {
    background: url(../img/svg/icon_like.svg) 0% no-repeat;
    background-size: 25px;
    width: 42px;
    height: 26px;
    z-index: 11;
    cursor: pointer;
    margin-left: 33px;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    text-align: right;
    transition: 0s ease-out !important;
    -webkit-transition: 0s ease-out !important;
    -moz-transition: 0s ease-out !important;
    -ms-transition: 0s ease-out !important;
    -o-transition: 0s ease-out !important;
}
.main-header-icon-like span {
    transition: 0s ease-out !important;
    -webkit-transition: 0s ease-out !important;
    -moz-transition: 0s ease-out !important;
    -ms-transition: 0s ease-out !important;
    -o-transition: 0s ease-out !important;
}
.main-header-icon-like:hover {
    background-image: url(../img/svg/icon_like_h.svg);
    color: #ec5f3b;
}

.main-title {
    font-size: 32px;
    line-height: 36px;
    font-weight: 700;
    margin-top: 25px;
    letter-spacing: 0.22px;
}
.main-description {
    margin-top: 22px;
}
.main-description p {
    letter-spacing: -0.01px;
}

.main-filters {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 31px;
}

.main-filter {
    position: relative;
    display: inline-block;
    height: 45px;
    line-height: 45px;
    border: 1px solid #d5d5d5;
    margin-right: 13px;
    font-size: 15px;
    cursor: pointer;
}
.main-filter span {
    display: block;
    width: 100%;
    height: 100%;
    padding: 0 16px;
}
.main-filter:hover , .main-filter.selected {
    border-color: #ec5f3b;
}
.main-filter.active {
    background-color: #ec5f3b;
    border-color: #ec5f3b;
    color: #FFF;
}
.filter-cont {
    display: none;
    position: absolute;
    left: 0;
    margin-top: 13px;
    background: #FFF;
    min-width: 255px;
    padding: 13px 18px 4px 23px;
    -webkit-box-shadow: 0px 0px 85px -16px rgba(0,0,0,0.64);
    box-shadow: 0px 0px 85px -16px rgba(0,0,0,0.64);
    z-index: 112;
    cursor: auto;
}
.filter-cont li {
    position: relative;
    font-size: 15px;
    line-height: 36px;
    padding-left: 31px;
    cursor: pointer;
    color: #000;
    white-space: nowrap;
}
.filter-cont li:hover::before {
    border-color: #9d9d9d;
}
.filter-cont li:before {
    content: '';
    width: 18px;
    height: 18px;
    border: 1px solid #ebebeb;
    display: inline-block;
    position: absolute;
    left: 0;
    top: calc(50% - 9px);
}
.filter-cont li.active:before {
    background: url(../img/chek_white.png) 50% #ec5f3b no-repeat;
    border-color: #ec5f3b;
    background-size: 100%;
}
.filter-cont-butt  {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.main-catalog-bg {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    background: #FFF;
    opacity: 0.85;
    width: 100%;
    height: 100%;
    z-index: 111;
}
.main-filter.active .filter-cont {
    display: block !important;
}
.popdn.active .filter-cont {
    display: block !important;
}
.filter-cont-butt-reset {
    font-weight: 600;
    font-size: 12px;
    text-transform: uppercase;
    color: #808080;
    cursor: pointer;
}

.main-col>.filter-cont-butt-reset {
    padding-left:30px;
}
.filter-cont-butt-reset:hover {
    color: #565655;
}
.filter-cont-butt-submit {
    font-weight: 600;
    font-size: 12px;
    text-transform: uppercase;
    color: #ec5f3b;
    cursor: pointer;
}
.filter-cont-butt-submit:hover {
    color: #e04d28;
}

.size-home {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 12px;
    width: 355px;
    margin-bottom: -3px;
}
.size-home span {
    padding: 10px 13px;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
    font-size: 15px;
    border: 1px solid #ebebeb;
    color: #000;
    display: inline-block;
    width: auto;
    line-height: 15px;
    margin-right: 6px;
    margin-bottom: 8px;
    cursor: pointer;
}
.size-home span:hover {
    border-color: #9d9d9d;
}
.size-home span.active {
    background: #ec5f3b;
    border-color: #ec5f3b;
    color: #FFF;
}

.bedroom-count {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 12px;

    margin-bottom: -3px;
}

.bedroom-count span {
    padding: 10px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    font-size: 15px;
    border: 1px solid #ebebeb;
    color: #000;
    display: inline-block;
    width: auto;
    line-height: 15px;
    margin-right: 14px;
    margin-bottom: 8px;
    cursor: pointer;
    height: 35px;
    width: 37px;
    text-align: center;
}
.bedroom-count span:hover {
    border-color: #9d9d9d;
}
.bedroom-count span.active {
    background: #ec5f3b;
    border-color: #ec5f3b;
    color: #FFF;
}


.main-col-sort {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 15px;
    margin-top: 32px;
    margin-left: 2px;
}
.main-sort {
    position: relative;
    cursor: pointer;
}
.main-sort::before {
    content: '';
    position: absolute;
    left: -20px;
    top: calc(50% - 6px);
    background: url(../img/main_sort.png) 50% no-repeat;
    background-size: 10px;
    width: 10px;
    height: 10px;
}
.main-sort:hover {
    color: #ec5f3b;
}
.main-sort:hover::before {
    background-image: url(../img/main_sort_h.png);
}


.main-catalog {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-top: 1px solid #e5e5e5;
}
.main-catalog-one {
    width: calc(100% / 3);
    border-bottom: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    padding: 22px 26px;
    height: 512px;
    cursor: pointer;
    background: #FFF;
}

.main-catalog-one:hover {
    background-color: #e5e5e5;
}
.main-catalog-one-img {
    width: 100%;
    height: 345px;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
}

.main-catalog-one-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 19px;
}

.house-like-shared {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.house-like {
    background: url(../img/svg/icon_like.svg) 50% no-repeat;
    background-size: 20px;
    width: 20px;
    height: 20px;
    cursor: pointer;
    margin-right: 26px;
    transition: 0s ease-out !important;
    -webkit-transition: 0s ease-out !important;
    -moz-transition: 0s ease-out !important;
    -ms-transition: 0s ease-out !important;
    -o-transition: 0s ease-out !important;
}
.house-like:hover, .house-like.active {
    background: url(../img/svg/icon_like_h.svg) 0 no-repeat;
}

.house-shared {
    background: url(../img/svg/icon_share.svg) 0 0 no-repeat;
    background-size: 22px;
    width: 20px;
    height: 24px;
    cursor: pointer;
    transition: 0s ease-out !important;
    -webkit-transition: 0s ease-out !important;
    -moz-transition: 0s ease-out !important;
    -ms-transition: 0s ease-out !important;
    -o-transition: 0s ease-out !important;

    padding-left: 30px;
    overflow: hidden;
}
.house-shared:hover , .house-shared.active {
    background-image: url(../img/svg/icon_share_h.svg);
}
.count-look {
    background: url(../img/svg/icon_eye.svg) 0 4px no-repeat;
    background-size: 18px;
    padding-left:24px;
    height: 24px;
    z-index: 11;
    font-size: 14px;
    line-height: 20px;
    text-align: right;
    color: #818181;
    margin-top: -6px;
}

.house-name {
    font-size: 14px;
    margin-top: 15px;
    padding-left: 5px;
}
.house-price-aria {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 22px;
    font-weight: 500;
    margin-top: 10px;
    padding-left: 4px;
}
.house-price {
    font-size: 24px;
    font-weight: 600;
}
.main-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 55px;
    margin-top: 76px;
    line-height: 26px;
}
.main-text-2col{
    width: 100%;
    column-count: 2;
    column-gap: 60px;
    padding-right: 55px;
}

.main-text-left {
    width: 50%;
    padding-right: 60px;
}
.main-text-right {
    width: 50%;
    padding-right: 55px;
}
.main-text p {
    margin-bottom: 20px;
}


.article-content {
    position: relative;
    width: 72%;
    padding-left: 50px;
    margin-top: 44px;
}
.article-content .article-content{
    width: 100%;
    padding-left:0;
    margin-top:0;
}
.article-description {
    font-size: 22px;
    font-weight: 500;
    width: 70%;
    margin-top: 28px;
    line-height: 36px;
}
.article-description p {
    letter-spacing: 0;
}
.article-content p {
    position: relative;
    margin: 15px 0;
    font-size: 18px;
    font-weight: 300;
    line-height: 30px;
    letter-spacing: -0.08px;
}

.article-content h3 {
    font-size: 24px;
    line-height: 36px;
    font-weight: 700;
    margin-top: 42px;
    margin-bottom: 8px;
    letter-spacing: 0.25px;

}
.article-content ul.ya-share2__list {
    padding-left: 0;
}
.article-content ul {
    padding-left: 35px;
}
.article-content ul li {
    font-weight: 500;
    font-size: 18px;
    line-height: 30px;
    margin: 7px 0;
    letter-spacing: 0.19px;
}
.article-content ul li a {
    color: #ec5f3b;
}
.article-slider-block {
    max-width: 850px;
    width: calc(100% - 105px);
    padding-left: 50px;
    margin-left: 55px;
    margin-top: -27px;
    margin-bottom: -7px;
}
.article-slider {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 45px;
    margin-bottom: 37px;
}
.article-slider-one::before {
    content: '';
    background: url('../img/left_foto_bg.png') 50% repeat-y;
    width: 160px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 11;
}
.article-slider-one::after {
    content: '';
    background: url('../img/right_foto_bg.png') 50% repeat-y;
    width: 160px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 11;
}
.article-slider-one {
    position: relative;
    width: 100%;
    height: auto;
    background-size: cover;
}

.owl-next {
    position: absolute;
    right: 27px;
    top: calc(50% - 32px);
    width: 25px;
    height: 38px;
    background: url(../img/svg/foto_right_arrow.svg) 54% no-repeat;
    background-size: 100%;
    z-index: 111;
}
.owl-prev {
    position: absolute;
    left: 27px;
    top: calc(50% - 32px);
    width: 25px;
    height: 38px;
    background: url(../img/svg/foto_right_arrow.svg) 46% no-repeat;
    background-size: 100%;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    z-index: 111;
}
.owl-dots {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-top: 20px;
}
.owl-dot {
    float: left;
    margin-right: 7px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #bfbfbf;
}
.owl-dot.active {
    background: #db5b1b;
}

.article-photo {
    position: relative;
    text-align: center;
    margin-top: 38px;
    margin-bottom: 39px;
}
.article-photo-exemple {
    position: absolute;
    right: -336px;
    width: 300px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 19px;
    text-align: left;
    top: -5px;
    z-index: 111;
}
.article-photo-exemple::before {
    content: '';
    position: absolute;
    left: -98px;
    top: 13px;
    width: 78px;
    height: 2px;
    background: #ec5f3b;
}
.mar46px {
    margin-top: 46px !important;
}
.mar39px {
    margin-top: 39px !important;
}
.mar35 {
    margin-top: 35px !important;
}
.mar29px {
    margin-top: 29px;
    margin-bottom: 45px;
}

ul.article-ul2 li {
    font-size: 18px;
    font-weight: 300;
    letter-spacing: -0.14px;
    margin: 15px 0;
}
ul.article-ul2 {
    padding-left: 30px;
}
ul.article-ul2 li::before {
    content: '—';
    color: #ec5f3b;
    margin-right: 10px;
}

.article-function {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 28px;
}
.article-function-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 5px;
}
.article-shared.active>.ya-share2{
    display:block;
}
.article-shared {
    background: url(../img/svg/icon_share.svg) 0 0 no-repeat;
    background-size: 20px;
    width: 20px;
    height: 20px;
    cursor: pointer;
    padding-left: 30px;
    overflow: hidden;
}
.article-print {
    background: url(../img/svg/icon_print.svg) 50% no-repeat;
    background-size: 24px;
    width: 24px;
    height: 24px;
    cursor: pointer;
    margin-left: 29px;
}

.article-shared:hover, .article-shared.active {
    background-image: url(../img/svg/icon_share_h.svg);
}
.article-print:hover {
    background-image: url(../img/svg/icon_print_h.svg);
}
.article-look {
    background: url(../img/svg/icon_eye.svg) 0% no-repeat;
    background-size: 18px;
    width: 44px;
    height: 20px;
    z-index: 11;
    font-size: 14px;
    line-height: 20px;
    text-align: right;
    color: #818181;
}


.callback-article {
    background: #f7f7f7;
    width: 100%;
    height: 235px;
    padding-left: 105px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 70px;
}
.callback-article-left {
    width: 503px;
}
.callback-article-t {
    font-size: 17px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 10px;
}
.callback-article-left p {
    font-size: 17px;
    font-weight: 300;
    line-height: 24px;
    letter-spacing: -0.1px;
}
.callback-article-left p a {
    color: #ec5f3b;
}
.callback-article-right {
    padding-left: 0px;
}
.callback-article-right form {
    margin-bottom: 32px;
}
.callback-article input {
    font-family: 'Montserrat', sans-serif;
    border: 0;
    border-bottom: 1px solid #dedede;
    background: inherit;
    outline: none;
    width: 280px;
    height: 42px;
    line-height: 39px;
    padding-bottom: 5px;
    font-size: 17px;
    font-weight: 500;
    margin-right: 30px;
}
.callback-article .callback-bt {
    display: inline-block;
    background: #ec5f3b;
    text-align: center;
    cursor: pointer;
    font-weight: 700;
    font-size: 15px;
    color: #FFF;
    height: 49px;
    line-height: 49px;
    text-transform: none;
    letter-spacing: 0px;
    width: 200px;
    margin-top: 7px;
    margin-left: 19px;
    transform: translateY(8px);
    -webkit-transform: translateY(8px);
    -moz-transform: translateY(8px);
    -ms-transform: translateY(8px);
    -o-transform: translateY(8px);
}
.callback-article .callback-bt:hover {
    background: #e04d28;
}
.pol-block-article {
    font-size: 13px;
    line-height: 18px;
    color: #b1b2b5;
    letter-spacing: -0.9px;
}
.pol-block-article span {
    text-decoration: underline;
    cursor: pointer;
}

.articles {
    position: relative;
    margin-top: 72px;
    padding-left: 57px;
    margin-bottom: 98px;
}
.articles-carusel {
    margin-top: 32px;
    width: calc(100% - 60px) !important;
    padding-left: 23px;
}
.articles-carusel .owl-next {
    position: absolute;
    right: -23px;
    top: calc(50% - 38px);
    width: 25px;
    height: 38px;
    background: url(../img/svg/articles_right_arrow.svg) 54% no-repeat;
    background-size: 100%;
    z-index: 111;
}
.articles-carusel .owl-prev {
    position: absolute;
    left: -23px;
    top: calc(50% - 38px);
    width: 25px;
    height: 38px;
    background: url(../img/svg/articles_right_arrow.svg) 46% no-repeat;
    background-size: 100%;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    z-index: 111;
}
.articles-carusel .owl-prev:hover,
.articles-carusel .owl-next:hover {
    background-image: url(../img/svg/articles_right_arrow_h.svg);
}
.articles-title {
    font-size: 24px;
    font-weight: 700;
    line-height: 36px;
}
.articles-title a:hover {
    color: #ec5f3b;
}
.articles-one {
    font-size: 16px;
    padding: 0 43px;
}
.articles-one-title {
    font-weight: 700;
}
.articles-one-pre {
    font-weight: 300;
    margin-top: 10px;
    line-height: 25px;
}

.read-more {
    position: absolute;
    right: -362px;
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    width: 300px;
}
.read-more-title {
    font-weight: 600;
    text-transform: uppercase;
}
.read-more-link {
    position: relative;
    color: #ec5f3b;
    margin-top: 11px;
    font-weight: 500;
}
.read-more-link::before {
    content: '';
    position: absolute;
    left: -36px;
    top: calc(50% - 15px);
    width: 16px;
    height: 30px;
    background: url(../img/svg/read_more_arrow.svg) 50% no-repeat;
    background-size: 100%;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    z-index: 111;
}
.advise {
    position: absolute;
    top: 160px;
    right: -406px;
    background: #f1f1f1;
    border-radius: 30px;
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    width: 350px;
    padding: 34px;

    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}
.advise::before {
    content: '';
    position: absolute;
    left: -32px;
    top: 30px;
    width: 32px;
    height: 28px;
    background: url(../img/bul3.png) 50% no-repeat;
}
.advise-title {
    position: relative;
    font-weight: 900;
    font-size: 19px;
    text-transform: uppercase;
    padding-left: 42px;
    margin-top: 17px;
    letter-spacing: -0.3px;
}
.advise-title::before {
    content: '';
    position: absolute;
    left: 2px;
    top: -20px;
    width: 26px;
    height: 40px;
    background: url(../img/hand.png) 50% no-repeat;
}
.advise-text {
    font-size: 16px;
    font-weight: 300;
    margin-top: 16px;
    line-height: 24px;
}


.news-content {
    width: 100%;
    height: 100%;
    padding-left: 189px;
    max-width: 1920px;
}
.news-content-f {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: auto;
}
.news-content-left {
    width: 932px;
    padding-top: 25px;
}
.news-content-right {
    padding-top: 76px;
    position: relative;
    z-index: 1111;
    height: 100vh;
    overflow: hidden;
}
.aside-news {
    background: #f4f4f4;
    width: 747px;
    height: auto;
}
.close-news {
    background: url(../img/svg/icon_close.svg) 50% repeat-y;
    background-size: 100%;
    width: 25px;
    height: 25px;
    position: absolute;
    right: 29px;
    top: 31px;
    z-index: 11;
    cursor: pointer;
}
.scroll-news {
    background: url(../img/svg/arrow_down.svg) 50% repeat-y;
    background-size: 100%;
    width: 24px;
    height: 36px;
    position: fixed;
    right: 30px;
    bottom: 24px;
    z-index: 11;
    cursor: pointer;
}
.close-news:hover {
    background-image: url(../img/svg/icon_close_h.svg);
}
.scroll-news:hover {
    background-image: url(../img/svg/arrow_down_h.svg);
}
.all-news {
    font-size: 14px;
    font-weight: 700;
    line-height: 14px;
    text-transform: uppercase;
    padding-left: 34px;
}
.all-news-list {
    margin-top: 17px;
    overflow: hidden;
}
.one-news {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 25px 0;
    border-bottom: 1px solid #e6e6e6;
    padding-left: 34px;

}
.one-news:hover .one-news-title {
    color: #ec5f3b;
}
.one-news.active {
    background: #FFF;
}
.one-news-img {
    width: 200px;
    height: 126px;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size:cover;
    background-color: #dedede;
}
.one-news-dt {
    width: 330px;
    padding-left: 19px;
}
.one-news-date {
    font-size: 13px;
    font-weight: 300;
    line-height: 15px;
}
.one-news-title {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    margin-top: 7px;
}

.news-date {
    font-size: 14px;
    font-weight: 300;
    margin-top: 17px;
}
.news-content h1 {
    font-size: 28px;
    font-weight: 700;
    margin-top: 10px;
    line-height: 35px;
}

.news-slider {
    position: relative;
    height: auto;
    margin-top: 24px;
}
.news-slider .owl-next,
.news-slider .owl-prev {
    top: calc(50% - 17px);
}
.news-slider-one {
    position: relative;
    height: 694px;
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}
.news-slider-one::before {
    content: '';
    background: url(../img/left_foto_bg_news.png) 50% repeat-y;
    width: 264px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 11;
}
.news-slider-one::after {
    content: '';
    background: url(../img/right_foto_bg_news.png) 50% repeat-y;
    width: 264px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 11;
}

.news-function {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: -8px;
}
.news-function-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.news-shared {
    background: url(../img/svg/icon_share.svg) 0% no-repeat;
    background-size: 19px;
    width: 19px;
    height: 19px;
    cursor: pointer;
    padding-left: 30px;
    overflow: hidden;
}

.news-shared:hover, .news-shared.active {
    background-image: url(../img/svg/icon_share_h.svg);
}

.news-look {
    background: url(../img/svg/icon_eye.svg) 0% no-repeat;
    background-size: 18px;
    width: 42px;
    height: 20px;
    z-index: 11;
    font-size: 14px;
    line-height: 20px;
    text-align: right;
    color: #818181;
    margin-top: -3px;
    margin-right: 5px;
}
.news-text {
    margin-top: 45px;
}
.news-text p {
    font-family: 'Roboto', sans-serif;
    margin: 12px 0;
    font-size: 17px;
    font-weight: 300;
    line-height: 24px;
    letter-spacing: -0.08px;
}
.sip-title-f {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 31px;
}
.sip-title-f h1 {
    font-size: 32px;
    line-height: 36px;
    font-weight: 700;
    letter-spacing: 0.22px;
}
.sip-title-f a {
    font-weight: 500;
    text-decoration: underline;
    margin-left: 62px;
    margin-top: 5px;
}
.sip-title-f a:hover {
    color: #ec5f3b;
}
.sip-description {
    margin-top: 29px;
}
.sip-description p {
    letter-spacing: -0.01px;
}
.sip-description a {
    color: #ec5f3b;
}
.main-header-icon-list {
    background: url(../img/svg/icon_list.svg) 0% no-repeat;
    background-size: 28px;
    width: 45px;
    height: 27px;
    z-index: 11;
    cursor: pointer;
    margin-left: 19px;
    font-size: 19px;
    font-weight: 500;
    line-height: 28px;
    text-align: right;
}
.main-header-icon-list:hover {
    background-image: url(../img/svg/icon_list_h.svg);
    color: #ec5f3b;
}

.sip-panel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 76px;
    margin-bottom: 92px;
}
.sip-panel-info {
    width: 417px;
    border-right: 1px solid #ededed;
}
.sip-panel-title {
    font-size: 28px;
    font-weight: bold;
    letter-spacing: 0.32px;
}
.sip-panel-img {
    position: relative;
    width: 100%;
    height: 380px;
    background-size: cover;
    background-position: 50%;
    margin-top: 16px;
}
.sip-panel-icon-block {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    bottom: 32px;
}
.sip-panel-icon-block div {
    margin-right: 28px;
}
.sip-panel-icon-o {
    display: none;
    width: 35px;
    height: 44px;
    background: url(../img/sip-panel-icon-o.png) 50% no-repeat;
}
.sip-panel-icon-b {
    display: none;
    width: 33px;
    height: 45px;
    background: url(../img/sip-panel-icon-b.png) 50% no-repeat;
}
.sip-panel-icon-g {
    display: none;
    width: 30px;
    height: 51px;
    background: url(../img/sip-panel-icon-g.png) 50% no-repeat;
}
.sip-panel-icon-block .active {
    display: block !important;
}
.sip-panel-text {
    padding-right: 45px;
    line-height: 25px;
}
.sip-panel-text p {
    letter-spacing: 0;
}
.no-block-1920 {
    display: inline;
}
.sip-panel-price {
    display: block;
    background: url(../img/icon-price.png) calc(100% - 19px) 50% #eb5f3b no-repeat;
    font-weight: bold;
    width: 167px;
    height: 49px;
    line-height: 49px;
    padding-left: 20px;
    color: #FFF;
    margin-left: 3px;
    margin-top: 20px;
    letter-spacing: -0.4px;
}
.sip-panel-price:hover {
    background-color: #ff4c21;
}

.sip-panel-list {
    width: calc(100% - 487px);
    margin-left: 45px;
}
.sip-panel-list-block {
    margin-top: 76px;
}
.sip-panel-list-block:first-child {
    margin-top: 0;
}
.sip-panel-list-title {
    font-size: 22px;
    font-weight: bold;
    line-height: 18px;
    letter-spacing: 0.2px;
}
.sip-panel-list-d {
    margin-top: 25px;
}
.sip-panel-list-t {
    margin-top: 24px;
}
.sip-panel-list-tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid #ededed;
    cursor: pointer;
}
.sip-panel-list-tr:hover {
    background: #fbead8;
}
.sip-panel-list-tr.active {
    background: #f6a67a;
    border-color: #f6a67a;
}
.sip-panel-list-th {
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    width: 15%;
    line-height: 20px;
    display: inline-block;
    padding-bottom: 10px;
}
.sip-panel-list-td {
    font-size: 15px;
    text-align: center;
    width: 15%;
    line-height: 45px;
    display: inline-block;
    height: 45px;
}
.sip-panel-list-th:nth-child(1),
.sip-panel-list-td:nth-child(1) {
    margin-left: 35px;
}
.sip-panel-list-th:nth-child(2),
.sip-panel-list-td:nth-child(2) {
    margin-left: 11px;
}
.sip-panel-list-th:nth-child(3),
.sip-panel-list-td:nth-child(3) {
    transform: translateX(30px);
    -webkit-transform: translateX(30px);
    -moz-transform: translateX(30px);
    -ms-transform: translateX(30px);
    -o-transform: translateX(30px);
}
.sip-panel-list-th:nth-child(4),
.sip-panel-list-td:nth-child(4) {
    position: relative;
    transform: translateX(-18px);
    -webkit-transform: translateX(-18px);
    -moz-transform: translateX(-18px);
    -ms-transform: translateX(-18px);
    -o-transform: translateX(-18px);
    line-height: 44px;
}
.bor2 {
    border-bottom: 2px solid #ededed;
    background: #FFF !important;
    cursor: auto !important;
}
.add-list {
    width: 25px;
    height: 25px;
    background: url(../img/svg/add.svg) 50% no-repeat;
    background-size: 100%;
    top: calc(50% - 13px);
    left: calc(50% - 5px);
    position: absolute;
}
.sip-panel-list-tr.active .add-list {
    background-image: url(../img/svg/delete.svg);
}

.sip-video {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    background: #f7f7f7;
    height: 545px;
    margin-top: 39px;
    padding-left: 57px;
}
.sip-video-y {
    width: 913px;
    height: 100%;
    margin-top: -45px;
}
.sip-video-pr {
    margin-left: 83px;
    max-width: calc(100% - 1110px);
}

.deshevo {
    width: 100px;
    height: 71px;
    background: url(../img/svg/deshevo.svg) 50% no-repeat;
    background-size: 100%;
}
.dostav {
    width: 181px;
    height: 58px;
    background: url(../img/svg/dostav.svg) 50% no-repeat;
    background-size: 100%;
}
.sip-video-pr-title {
    font-size: 18px;
    font-weight: 600;
    margin-top: 19px;
}
.sip-video-pr-descr {
    font-size: 16px;
    line-height: 23px;
    font-weight: 300;
    margin-top: 10px;
    letter-spacing: -0.9px;
}
.sip-video-pr-pr {
    margin-top: 58px;
}
.sip-footer-description {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 76px;
    padding: 0 54px;
    margin-bottom: 96px;
}
.sip-footer-description div {
    padding-right: 50px;
}
.sip-footer-description div p {
    margin: 21px 0;
    line-height: 26px;
    letter-spacing: 0.05px;
}

.cart-content {
    max-width: 1903px;
    margin: 0 auto;
    overflow: hidden;
}
.cart-content-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.cart-content-head-left {
    width: 50%;
    height: 75px;
    padding-left: 40px;
    padding-right: 22px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.cart-content-head-right {
    background: #f1f1f1;
}
.back-proj {
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 600;
    padding-left: 31px;
    background: url(../img/svg/small_arrow_left.svg) 0 50% no-repeat;
    background-size: 20px;
    letter-spacing: 0.1px;
    cursor: pointer;
}
.back-proj:hover {
    background-image: url(../img/svg/small_arrow_left_h.svg);
    color: #ec5f3b;
}
.next-proj {
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 600;
    padding-right: 31px;
    background: url(../img/svg/small_arrow_right.svg) 100% 50% no-repeat;
    background-size: 20px;
    letter-spacing: 0.1px;
    cursor: pointer;
}
.next-proj:hover {
    background-image: url(../img/svg/small_arrow_right_h.svg);
    color: #ec5f3b;
}
.cart-content-head-right {
    position: relative;
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 20px;
}
.close-cart {
    background: url(../img/svg/icon_close.svg) 50% repeat-y;
    background-size: 100%;
    width: 25px;
    height: 25px;
    position: absolute;
    right: 29px;
    top: 31px;
    z-index: 11;
    cursor: pointer;
}
.close-cart:hover {
    background-image: url(../img/svg/icon_close_h.svg);
}

.head-cart-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.head-cart-slider {
    position: relative;
    width: calc(50% + 142px);
    background: #FFF;
}
.head-cart-right {
    width: calc(50% - 142px);
    background: #f1f1f1;
}
.cart-slider-one {
    position: relative;
    height: 814px;
    background-size: cover;
}
.cart-slider .owl-next,
.cart-slider .owl-prev {
    top: calc(50% - 12px);
}
.cart-slider .owl-dots {
    margin-top: 24px;
}
.cart-slider-one::before {
    content: '';
    background: url(../img/left_foto_cart.png) 50% repeat-y;
    width: 264px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 11;
}
.cart-slider-one::after {
    content: '';
    background: url(../img/right_foto_cart.png) 50% repeat-y;
    width: 264px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 11;
}

.head-cart-info-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: -2px;
    padding-left: 29px;
}
.head-cart-info-shared {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.cart-like {
    background: url(../img/svg/icon_like.svg) 50% no-repeat;
    background-size: 22px;
    width: 22px;
    height: 22px;
    cursor: pointer;
    margin-right: 38px;
}
.cart-shared {
    background: url(../img/svg/icon_share.svg) 0% no-repeat;
    background-size: 21px;
    width: 21px;
    height: 21px;
    cursor: pointer;

    padding-left: 30px;
    overflow: hidden;
}
.cart-print {
    background: url(../img/svg/icon_print.svg) 0% no-repeat;
    background-size: 24px;
    width: 24px;
    height: 24px;
    cursor: pointer;
    margin-left: 36px;
}
.cart-like:hover, .cart-like.active {
    background-image: url(../img/svg/icon_like_h.svg);
}
.cart-shared.active>.ya-share2,
.house-like-shared.active>.ya-share2,
.news-shared.active>.ya-share2,
.article-shared.active>.ya-share2,
.house-shared.active>.ya-share2 {
    display:block;
    background: transparent;
}
.cart-shared>.ya-share2,
.house-like-shared>.ya-share2,
.news-shared>.ya-share2,
.article-shared>.ya-share2,
.house-shared>.ya-share2{
    position:absolute;
    padding: 0 5px 3px 5px;
    background: white;
    display:none;
}

.cart-shared:hover, .cart-shared.active {
    background-image: url(../img/svg/icon_share_h.svg);
}
.cart-print:hover {
    background-image: url(../img/svg/icon_print_h.svg);
}
.cart-count-bg {
    background: #f1f1f1;
    margin-top: -27px;
    width: 140px;
    padding-bottom: 29px;
}
.cart-count-look {
    background: url(../img/svg/icon_eye.svg) 0 no-repeat;
    background-size: 19px;
    width: 45px;
    height: 20px;
    z-index: 11;
    font-size: 14px;
    line-height: 20px;
    text-align: right;
    color: #818181;
    margin-top: 26px;
    margin-left: 29px;
}
.show-gal {
    position: absolute;
    left: 29px;
    top: 39px;
    font-size: 13px;
    background: url(../img/svg/icon_scale.svg) 50% no-repeat;
    background-size: 100%;
    width: 33px;
    height: 32px;
    cursor: pointer;
    z-index: 111;
}
.pop-gal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0);
    z-index: 111111111;
}
.pop-gal-count {
    display: none;
    color: #FFF;
    font-weight: 500;
    position: absolute;
    left: 30px;
    top: 30px;
}
.pop-gal-close {
    cursor: pointer;
    position: absolute;
    right: 30px;
    top: 30px;
    background: url(../img/svg/close.svg) 50% no-repeat;
    width: 30px;
    height: 30px;
    z-index: 11111111;
}
.cart-gal-big-prev {
    position: absolute;
    cursor: pointer;
    background: url(../img/svg/arrow_left_gal.svg) 50% no-repeat;
    width: 80px;
    height: 80px;
    left: 33px;
    background-size: 100%;
    top: calc(50% - 40px);
    z-index: 11111111;
}
.cart-gal-big-next {
    position: absolute;
    cursor: pointer;
    background: url(../img/svg/arrow_right_gal.svg) 50% no-repeat;
    width: 80px;
    height: 80px;
    right: 33px;
    background-size: 100%;
    top: calc(50% - 40px);
    z-index: 11111111;
}
.cart-gal-big-center {
    width: 100%;
    height: 100%;
    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;
    position: absolute;
    top: 0;
}
.cart-gal-small {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    bottom: 10px;
}
.cart-gal-small-one {
    position: relative;
    width: 90px;
    height: 70px;
    background-repeat: no-repeat;
    background-size: cover;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    cursor: pointer;
    margin: 0 3px;
}

.active.cart-gal-small-one {
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
    z-index: 111;
    position: relative;
}
.cart-gal-big {
    position: relative;
    width: 90%;
    height: calc(100% - 195px);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
}
.cart-gal-small {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    bottom: 10px;
}
.cart-gal-big-next:hover, .cart-gal-big-prev:hover, .pop-gal-close:hover {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
}

.head-cart-right-top {
    padding-left: 58px;
}
.head-cart-title {
    position: relative;
    font-size: 28px;
    line-height: 36px;
    font-weight: 700;
    margin-top: 2px;
}
.head-cart-title::before {
    content: '';
    position: absolute;
    width: 76px;
    height: 2px;
    background: #000;
    top: 22px;
    left: -108px;
    z-index: 111;
}
.head-cart-price {
    margin-top: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 2px;

}
.head-cart-price a{
    display:block;
}
.head-cart-price-col {
    margin-right: 62px;
}
.head-cart-price-r {
    font-size: 25px;
    font-weight: 600;
}
.head-cart-price-z {
    font-size: 16px;
    font-weight: 600;
    line-height: 31px;
    color: #b6492d;
}

.head-cart-pl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 15px;
}
.head-cart-pl-left {
    width: 50%;
    padding-right: 20px;
}
.head-cart-pl-right {
    position: relative;
    width: 50%;
    padding-left: 35px;
    padding-right: 40px;
}
.head-cart-pl-right-scroll {
    position: absolute;
    bottom: 0px;
    right: 28px;
    cursor: pointer;
    width: 24px;
    height: 37px;
    background: url('../img/svg/arrow_down.svg') 50% no-repeat;
    background-size: 100%;
}
.head-cart-pl-right-scroll:hover {
    background-image: url('../img/svg/arrow_down_h.svg');
}
.head-cart-pl-spec-one {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 17px;
    font-family: 'Roboto', sans-serif;
    border-bottom: 1px solid #e3e3e3;
    padding-left: 57px;
    padding-right: 20px;
    line-height: 25px;
    margin-top: 17px;
}

.head-cart-pl-spec-name {

}
.head-cart-pl-spec-z {
    font-weight: 600;
    text-align: right;
}
.head-cart-os {
    padding-left: 57px;
}
.head-cart-os-title {
    font-size: 17px;
    font-weight: 700;
    margin-top: 40px;
    margin-bottom: 16px;
}
.head-cart-os p {
    font-size: 17px;
    margin: 10px 0;
    letter-spacing: -1px;
}
.head-cart-look-all {
    position: relative;
    padding-left: 53px;
    margin-top: 33px;
    font-size: 18px;
    font-weight: 700;
    line-height: 25px;
    letter-spacing: 0.35px;
}
.head-cart-look-all::before {
    position: absolute;
    left: -50px;
    top: 4px;
    content: '';
    width: 78px;
    height: 19px;
    background: url(../img/svg/big_arrow_right.svg);
    background-size: 100%;
    z-index: 11;
}
.head-cart-look-all a {
    color: #d55635;
}

.head-cart-pl-right-t {
    margin-top: 20px;
}
.head-cart-pl-right-t p {
    letter-spacing: 0;
    line-height: 26px;
    font-family: 'Roboto', sans-serif;
    margin-top: 2px;
}
.head-cart-cont {
    margin-top: 92px;
}
.head-cart-cont-tell {
    font-size: 18px;
    font-weight: 600;
}
.head-cart-cont-but {
    width: 200px;
    height: 50px;
    background: #ec5f3b;
    color: #FFF;
    font-size: 15px;
    font-weight: 700;
    text-align: center;
    line-height: 50px;
    margin-top: 10px;
    cursor: pointer;
}
.head-cart-cont-but:hover {
    background: #e04d28;
}

.cart-home {
    padding: 0 187px;
    margin-top: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}
.cart-home-title {
    font-size: 32px;
    font-weight: 700;
}
.cart-home-right {
    width: 307px;
    padding-top: 28px;
}
.stroiteli {
    width: 100px;
    height: 74px;
    background: url(../img/svg/stroitel.svg) 50% no-repeat;
    background-size: 100%;
}
.dogovor {
    width: 76px;
    height: 71px;
    background: url(../img/svg/dogovor.svg) 50% no-repeat;
    background-size: 100%;
}
.cart-home-left {
    width: calc(100% - 307px);
    padding-right: 66px;
}
.cart-home-table {
    margin-top: 66px;
}
.cart-home-table-tr {
    width: 100%;
    padding-left: 3px;
    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;
    border-top: 1px solid #ededed;
    height: 66px;
}
.border-bott {
    border-bottom: 1px solid #ededed;
    border-top: 0;
    height: 40px;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
}
.cart-home-name-mat {
    font-size: 18px;
    font-weight: 700;
}
.cart-home-name-pp {
    font-size: 24px;
    font-weight: 700;
}
.cart-home-col1 {
    width: 34%;
}
.cart-home-col2,
.cart-home-col3 {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 323px;
}
.cart-home-name-y {
    display: inline-block;
    position: relative;
    font-size: 19px;
    margin-top: 6px;
    cursor: pointer;
}
.cart-home-name-y::after {
    position: absolute;
    content: url(../img/down_table.png);
    right: -27px;
    top: -2px;
}
.cart-home-name-y:hover {
    color: #ec5f3b;
}
.active.cart-home-name-y {
    color: #000;
}
.cart-home-name-y:hover::after {
    content: url(../img/down_table_h.png);
}
.active.cart-home-name-y::after {
    content: url(../img/down_table_active.png);
}
.cart-home-name-pl {
    width: 29px;
    height: 22px;
    background: url(../img/svg/chek.svg) 50% no-repeat;
    background-size: 100%;
}
.cart-home-name-mn {
    width: 21px;
    height: 2px;
    background: #a5a5a5;
    margin-left: -5px;
}
.cart-home-table-footer {
    padding-top: 22px;
}
.cart-home-info {
    width: 75%;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    font-weight: 300;
    line-height: 19px;
    color: #6c6c6c;
    margin-top: 77px;
}
.cart-home-info ul {
    padding-left: 35px;
}
.cart-home-info ul li {
    margin-top: 6px;
    position: relative;
}
.cart-home-info ul li::before {
    content: '—';
    position: absolute;
    left: -19px;
}
.cart-home-dop-info {
    display: none;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 22px;
    padding: 17px 40px 25px 40px;
    letter-spacing: 0.15px;
}
.cart-home-dop-info li {
    position: relative;
    margin-bottom: 11px;
}
.cart-home-dop-info li::before {
    position: absolute;
    left: -19px;
    top: 50%;
    content: '';
    width: 10px;
    height: 1px;
    background: #eb5f3b;
}
.callback-width {
    margin-top: 113px;
    padding-left: 259px;
}

.cart-domkomp {
    padding: 71px 190px;
}
.cart-domkomp-title {
    font-size: 32px;
    font-weight: 700;
}
.cart-domkomp-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.cart-domkomp-sh {
    position: relative;
    background: url(../img/cart-domkomp-sh.png) 41% no-repeat;
    height: 725px;
    width: 655px;
    background-size: cover;
    margin-top: 60px;
}
.cart-domkomp-right {
    width: calc(100% - 670px);
    padding-left: 38px;
    padding-top: 67px;
}
.cart-domkomp-dis {
    letter-spacing: 0.3px;
    line-height: 24px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}
.cart-domkomp-ir {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.cart-domkomp-ir-left {
    width: 55%;
    padding-top: 46px;
    font-family: 'Roboto', sans-serif;
    font-size: 17px;
    font-weight: 300;
}
.cart-domkomp-ir-left span {
    font-weight: 800;
}
.cart-domkomp-ir-left ul {
    margin-top: 9px;
}
.cart-domkomp-ir-left li {
    position: relative;
    margin-bottom: 11px;
    padding-left: 20px;
}
.cart-domkomp-ir-left li::before {
    position: absolute;
    left: 2px;
    top: 11px;
    content: '';
    width: 10px;
    height: 1px;
    background: #eb5f3b;
}
.cart-domkomp-ir-right {
    width: calc(38% - 7px);
    padding-right: 10px;
}
.soppr {
    width: 105px;
    height: 74px;
    background: url(../img/svg/proizv.svg) 50% no-repeat;
    background-size: 100%;
}
.dostreg {
    width: 181px;
    height: 58px;
    background: url(../img/svg/dostav.svg) 50% no-repeat;
    background-size: 100%;
}
.cart-domkomp-ir-right .sip-video-pr-title {
    margin-top: 25px;
}
.cart-domkomp-foot {
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    font-weight: 300;
    line-height: 19px;
    color: #6c6c6c;
    margin-top: 33px;
    padding-left: 10px;
    padding-right: 65px;
}
.cart-domkomp-prz {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 45px;
    padding-left: 10px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.cart-domkomp-prz-st {
    font-size: 18px;
    font-weight: 600;
    margin-right: 80px;
}
.cart-domkomp-price {
    font-size: 25px;
    font-weight: 600;
    margin-right: 30px;
}
.cart-domkomp-button {
    width: 255px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #ec5f3b;
    color: #FFF;
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
}
.cart-domkomp-button:hover {
    background: #e04d28;
}
.cart-domkomp-iform {
    position: absolute;
    opacity: 0.83;
    width: 42px;
    height: 42px;
    cursor: pointer;
    background: url();
}
.cart-domkomp-iform:hover{
    opacity: 1;
}
#inf1 {
    top: 126px;
    left: 45px;
}
#inf2 {
    bottom: 186px;
    left: 12px;
}
#inf3 {
    bottom: 45px;
    left: 234px;
}
#inf4 {
    bottom: 242px;
    left: 290px;
}
#inf5 {
    bottom: 378px;
    left: 348px;
}
#inf6 {
    bottom: 293px;
    right: 85px;
}

.cart-kakstr {
    background: #f1f1f1;
    height: 525px;
    width: 100%;
    margin-top: 25px;
    padding: 0 188px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.cart-kakstr-left {
    width: 39%;
    padding-right: 38px;
}
.cart-kakstr-title {
    font-size: 32px;
    font-weight: 700;
    margin-top: 70px;
}
.cart-kakstr-dis {
    margin-top: 51px;
    font-family: 'Roboto', sans-serif;
    font-size: 17px;
    font-weight: 300;
    line-height: 26px;
}

.cart-kakstr-video{
    width: 60%;
    height: 100%;
    margin-top: 45px;
}
.cart-kakstr-razd {
    text-align: right;
    position: relative;
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    margin-top: 50px;
    padding-right: 30px;
    padding-left: 55px;
    letter-spacing: 0.4px;
}
.cart-kakstr-razd a {
    color: #d55635;
}
.cart-kakstr-razd::after {
    position: absolute;
    content: '';
    background: url(../img/svg/big_arrow_right.svg) 50%;
    top: 5px;
    right: -83px;
    width: 78px;
    height: 19px;
    background-size: 100%;
}


.live-history-list {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 40px;
}
.live-history-one {
    width: calc(100% / 3);
    padding: 24px 43px;
    height: 497px;
    cursor: pointer;
    background: #FFF;
    text-align: center;
}

.live-history-one-img {
    width: 100%;
    height: 303px;
    background-size: cover;
    background-position: 50%;
}
.live-history-one-title {
    font-size: 24px;
    font-weight: bold;
    margin-top: 28px;
}
.live-history-one:hover .live-history-one-title {
    color: #ec5f3b;
}

.live-history-one-discr {
    font-size: 16px;
    line-height: 25px;
    margin-top: 18px;
}
.live-history-sort {
    margin-top: 38px;
    margin-left: 3px;
    padding-right: 38px;
}
.live-history-main-text {
    margin-top: 53px;
}


.main-slider-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 814px;
}
.main-slider-big {
    position: relative;
    width: 75%;
}
.main-info-pl {
    width: 25%;
    height: 100%;
    position: relative;
}
.main-big-slider-one {
    width: 100%;
    height: 814px;
    background-size: cover;
    text-shadow: 0 0 25px black;
}
.main-big-slider-one a{
    text-shadow: 0 0 6px black;
}
.main-slider-big .owl-dots {
    display: none;
}

.main-slider-big .owl-prev {
    position: absolute;
    left: 51px;
    top: calc(50% - 20px);
    width: 23px;
    height: 36px;
}
.main-slider-big .owl-next {
    position: absolute;
    right: 51px;
    top: calc(50% - 20px);
    width: 23px;
    height: 36px;
}
.main-slider-big-title {
    position: absolute;
    font-size: 36px;
    line-height: 52px;
    font-weight: 600;
    color: #FFF;
    z-index: 11;
    margin-top: 39px;
    margin-left: 50px;
}
.main-slider-big-prj {
    position: absolute;
    left: 47px;
    bottom: 46px;
    font-size: 24px;
    color: #FFF;
    z-index: 11;
}
.main-slider-big-prj span {
    color: #fe6640;
}
.main-slider-big-right {
    position: absolute;
    right: 47px;
    bottom: 38px;
    color: #FFF;
    font-size: 24px;
    z-index: 11;
    line-height: 43px;
    text-align: right;
}
.main-slider-big-right span {
    color: #fe6640;
    font-weight: 800;
}
.main-info-pl-top,
.main-info-pl-bottom {
    padding-bottom: 57px;
    position: relative;
}
.main-info-pl-bani {
    position: relative;
    width: 100%;
    height: 53%;
    background-size: cover;
    background-position: 50%;
}
@keyframes bgscale {
    0% { background-size: 102%; }
    100% { background-size: 106%; }
}
@-webkit-keyframes bgscale {
    0% { background-size: 102%; }
    100% { background-size: 106%; }
}
@keyframes bgscale-one {
    0% { background-size: 72%; }
    100% { background-size: 75%; }
}
@-webkit-keyframes bgscale-one {
    0% { background-size: 72%; }
    100% { background-size: 75%; }
}
.index-block-plt-jvis::after,
.main-info-pl-bani::after,
.index-block-plt-mls::after,
.index-block-plt-eksc::after,
.index-block-plt-help::after {
    display: none;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.4;
}
.index-block-plt-jvis:hover,
.main-info-pl-bani:hover,
.index-block-plt-mls:hover,
.index-block-plt-eksc:hover,
.index-block-plt-help:hover {
    filter: brightness(70%);
    -webkit-filter: brightness(70%);
    cursor: pointer;
}
.index-sip-panel-one:hover {
    filter: brightness(90%);
    -webkit-filter: brightness(90%);
    cursor: pointer;
}
.main-info-pl-bani::before {
    content: url(../img/main-info-pl-bani-shadow-1920.png);
    position: absolute;
    width: 100%;
    height: 169px;
    bottom: 0;
}
.main-info-pl-bani-text {
    position: absolute;
    bottom: 34px;
    right: 48px;
    font-size: 24px;
    text-align: right;
}
.main-info-pl-bani-name {
    line-height: 34px;
    color: #FFF;
    font-weight: 600;
}
.main-info-pl-bani-price {
    font-weight: 800;
    color: #fe6640;
    line-height: 46px;
}
.main-info-pl-top .main-header-icon{
    margin-top: 34px;
    right: 34px;
}
.main-info-pl-top .main-header-icon-list {
    margin-left: 25px;
}
.main-info-pl-top .main-header-icon-like {
    margin-left: 30px;
}
.main-info-pl-top-filter {
    position: relative;
    padding-top: 80px;
    padding-left: 2em;
}
.main-info-pl-top-filter::before {
    content: '';
    top: 90px;
    left: -50px;
    width: 78px;
    height: 2px;
    background: #ec5f3b;
    z-index: 111110;
    position: absolute;
}
.main-info-filter-title {
    font-size: 16px;
}
.main-info-filter-flex {
    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;
    padding-right: 2em;
}

.main-info-filter-flex-one {
    padding: 4px 23px;
    border: 1px solid #ebebeb;
    font-size: 15px;
    font-weight: 500;
    color: #100404;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    margin-top: 10px;
    cursor: pointer;
}
.main-info-filter-flex-one:hover {
    border-color: #ec5f3b;
}
.main-info-filter-flex-one.active {
    background-color: #ec5f3b;
    border-color: #ec5f3b;
    color: #FFF;
}
.main-info-filter-block:nth-child(2) {
    margin-top: 26px;
}
.main-info-filter-block:nth-child(2) .main-info-filter-flex-one {
    padding: 4px 25px;
}
.main-info-filter-block:nth-child(2) .min-width-one {
    width: 131px;
    text-align: center;
    padding: 4px 20px;
}
.main-info-pl-top-bottom {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: #ec5f3b;
    text-align: center;
    height: 50px;
    line-height: 50px;
    color: #FFF;
    font-size: 15px;
    font-weight: bold;
    cursor: pointer;
}
.main-info-pl-top-bottom:hover {
    background-color: #ff4c21;
}

.index-sip-panel {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.index-sip-panel-one {
    position: relative;
    width: 25%;
    height: 407px;
    padding-left: 50px;
    background-size: 85%;
    background-color: #f7f7f7;
    background-repeat: no-repeat;
    background-position: 100% 42%;
}
.index-sip-panel-one:nth-child(2n) {
    background-color: #f0f0f0;
}
.index-sip-panel-sip {
    display:inline-block;
    font-size: 28px;
    font-weight: 600;
    margin-top: 48px;
}
.index-sip-panel-sip:hover{
    color: #fe6640;
}
.index-sip-panel-click {
    display:block;
    width:90%;
    height:70%;
}
.index-sip-panel-click:hover {
    color: #fe6640;
}
.index-sip-panel-bottom {
    position: absolute;
    bottom: 45px;
}
.index-sip-panel-bottom a {
    display:block;
}
.index-sip-panel-name {
    font-size: 22px;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 10px;
    letter-spacing: 0.3px;
}
.index-sip-panel-price {
    font-size: 22px;
    color: #fe6640;
    font-weight: 800;
}
.index-sip-panel-icon-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 19px;
}
.sip-panel-icon-block div {
    margin-right: 28px;
}
.index-sip-panel-icon-o {
    display: none;
    width: 28px;
    height: 35px;
    background: url(../img/sip-panel-icon-o.png) 50% no-repeat;
    background-size: 95%;
    margin-right: 25px;
}
.index-sip-panel-icon-b {
    display: none;
    width: 26px;
    height: 34px;
    background: url(../img/sip-panel-icon-b.png) 50% no-repeat;
    background-size: 95%;
}
.index-sip-panel-icon-g {
    display: none;
    width: 25px;
    height: 40px;
    background: url(../img/sip-panel-icon-g.png) 50% no-repeat;
    background-size: 95%;
    margin-right: 19px;
}
.index-sip-panel-icon-block .active {
    display: block !important;
}
.index-block-plt {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.index-block-plt-25 {
    width: 25%;
    height: 407px;
}
.index-block-plt-50 {
    width: 50%;
    height: 407px;
}
.index-block-plt-mls,
.index-block-plt-jvis,
.index-block-plt-eksc,
.index-block-plt-help {
    position: relative;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: 50%;
}
.index-block-plt-jvis>a,.index-block-plt-eksc>a ,.index-block-plt-help>a, .index-block-plt-homkr>a{
    display:block;width:100%;height:100%;
}
.index-block-plt-mls::before,
.index-block-plt-jvis::before,
.index-block-plt-eksc::before,
.index-block-plt-help::before {
    content: '';
    background: url(../img/main-info-pl-bani-shadow-1920.png) repeat-x;
    position: absolute;
    width: 100%;
    height: 169px;
    bottom: 0;
}
.index-block-plt-mls-bottom {
    position: absolute;
    bottom: 47px;
    left: 48px;
}
.index-block-plt-mls-name {
    font-size: 28px;
    color: #FFF;
    font-weight: 600;
    padding-right: 20px;
    margin-bottom: 9px;
    line-height: 28px;
}
.index-block-plt-mls-name span {
    font-size: 20px;
    font-weight: 400;
}
.index-block-plt-mls-price {
    font-size: 24px;
    font-weight: 800;
    color: #fe6640;
}
.index-block-plt-news {
    padding: 0;
    height: 100%;
    overflow: hidden;
    position: relative;
}
.index-block-plt-news>a {
    display:block;
    padding:126px 60px 0 50px;
}

.index-block-plt-news:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 1.8em;
    background: -o-linear-gradient(bottom, rgba(255, 255, 255, .1), rgba(255, 255, 255, .4), rgba(255, 255, 255, .7), #fff);
    background: linear-gradient(to bottom, rgba(255, 255, 255, .1), rgba(255, 255, 255, .4), rgba(255, 255, 255, .7), #fff);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.index-block-plt-news:hover {
    background: #dfdfdf;
}
.index-block-plt-news:hover:after {
    background: linear-gradient(to bottom, rgba(223, 223, 223, .1), rgba(223, 223, 223, .4), rgba(223, 223, 223, .7), #dfdfdf);
}

.index-block-plt-news-name {
    font-size: 28px;
    font-weight: 600;
    line-height: 34px;
}
.index-block-plt-news-name span {
    display: block;
}
.index-block-plt-news-date {
    font-size: 16px;
    opacity: 0.43;
    margin-top: 24px;
}
.index-block-plt-news-dscr {
    font-size: 20px;
    line-height: 28px;
    margin-top: 12px;
}
.index-block-plt-jvis-bottom {
    position: absolute;
    bottom: 45px;
    left: 48px;
    color: #FFF;
}
.index-block-plt-jvis-name {
    font-size: 28px;
    font-weight: 600;
    padding-right: 20px;
    margin-bottom: 9px;
    line-height: 28px;
}
.index-block-plt-jvis-dscr {
    font-size: 20px;
    line-height: 28px;
    padding-right: 40px;
}

.index-block-plt-eksc-bottom {
    position: absolute;
    bottom: 45px;
    left: 48px;
    color: #FFF;
}
.index-block-plt-eksc-name,
.index-block-plt-homkr-name,
.index-block-plt-help-name {
    font-size: 28px;
    font-weight: 600;
    padding-right: 20px;
    margin-bottom: 15px;
    line-height: 28px;
}
.index-block-plt-eksc-date {
    font-size: 20px;
    line-height: 28px;
    color: #ee6f4e;
}
.index-block-plt-eksc-dscr,
.index-block-plt-homkr-dscr,
.index-block-plt-help-dscr {
    font-size: 20px;
    line-height: 28px;
    padding-right: 40px;
}
.index-block-plt-homkr {
    position: relative;
    width: 100%;
    height: 100%;
    background: #ee6f4e;
}
.index-block-plt-homkr:hover {
    background: #e04d28;
}
.index-block-plt-homkr-bottom {
    position: absolute;
    bottom: 45px;
    left: 50px;
    color: #000;
}
.index-block-plt-homkr-name {
    margin-bottom: 18px;
}
.index-block-plt-homkr-dscr span {
    display: block;
}
.index-block-plt-help-bottom {
    position: absolute;
    bottom: 43px;
    left: 48px;
    color: #FFF;
}
.index-contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 407px;
}
.index-contact-map {
    width: 50%;
    height: 100%;
}
.index-contact-addr {
    width: 50%;
    height: 100%;
    background-color: #f4f4f5;
    color: #000;
    font-size: 18px;
    line-height: 28px;
    padding: 107px 50px 20px 49px;
}
.index-contact-addr-otd {
    font-weight: 600;
    margin-top: 11px;
}
.index-contact-addr a {
    color: #ee6f4e;
    text-decoration: underline;
}
.index-contact-addr-title {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 23px;
}


.article-slider-block-marg {
    position: relative;
    margin-top: -22px;
    margin-bottom: 0px;
}
.callback-article-mar {
    margin-top: 47px;
}
.other-history .articles-carusel {
    padding: 0 35px;
}
.other-history-one {
    padding: 0px 45px;
}
.other-history-one a:hover .other-history-one-title {
    color: #ec5f3b;
}
.other-history-img {
    width: 100%;
    height: 276px;
    background-size: cover;
    background-repeat: no-repeat;
}
.other-history .owl-prev,
.other-history .owl-next {
    top: calc(50% - 63px);
}
.other-history-one-title {
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    margin-top: 34px;
}
.other-history-one-ds {
    font-size: 15px;
    text-align: center;
    margin-top: 18px;
}
.live-img {
    width: 100%;
    margin-bottom: 28px;
}
.live-his-right {
    position: absolute;
    top: 0;
    right: -406px;
    width: 350px;
}
.live-his-right-vl {
    padding: 0px 33px 0px 29px;
}
.live-his-right-bl {
    border-top: 1px solid #ec5f3b;
    border-bottom: 1px solid #ec5f3b;
    text-align: center;
    padding: 33px 0 24px;
}
.live-his-right-bl-img {
    width: 104px;
    height: 104px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background-position: 50%;
    background-size: cover;
    margin: 0 auto;
}
.live-his-right-bl-dis {
    color: #ec5f3b;
    font-size: 20px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    margin-top: 17px;
}
.live-his-right-bl-date {
    font-size: 13px;
    font-weight: 300;
    margin-top: 8px;
}
.advise2 {
    position: relative;
    background: #f1f1f1;
    border-radius: 30px;
    font-size: 16px;
    width: 100%;
    padding: 32px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    font-family: 'Roboto', sans-serif;
    margin-top: 44px;
}
.advise2::before {
    content: '';
    position: absolute;
    left: -32px;
    top: 30px;
    width: 32px;
    height: 28px;
    background: url(../img/bul3.png) 50% no-repeat;
}
.advise2-title {
    font-weight: 700;
    font-size: 19px;
    text-transform: uppercase;
    letter-spacing: -0.3px;
}
.advise2-pr {
    color: #ec5f3b;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 17px;
    margin-bottom: 11px;
}
.advise2-th {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 9px;
}
.advise2-th-b {
    font-weight: 500;
    margin-right: 12px;
}

.live-int-img-block {
    margin-top: 4px;
    position: relative;
    -webkit-box-shadow: inset 0px -7px 125px -2px rgba(0,0,0,0.75);
    box-shadow: inset 0px -7px 125px -2px rgba(0,0,0,0.75);
    line-height: 0;
    margin-top: 49px;
}
.live-int-img {
    width: calc(100% + 105px);
    margin-left: -105px;
}
.live-int-img-text {
    position: absolute;
    width: 83%;
    bottom: 52px;
    padding-left: 0;
    color: #FFF;
    line-height: 34px;
    margin-left: -50px;
}
.live-int-img-data {
    font-size: 18px;
    letter-spacing: -0.3px;
}
.live-int-img-dis {
    font-size: 24px;
    font-weight: bold;
    margin-top: 14px;
}

.live-his-right2 {
    position: absolute;
    top: 0;
    right: -356px;
    width: 313px;
    border-top: 1px solid #ec5f3b;
    border-bottom: 1px solid #ec5f3b;
    font-family: 'Roboto', sans-serif;
    padding: 20px 0px 29px;
}
.live-his-right2-title {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 800;
    letter-spacing: -0.5px;
}
.live-his-right2-img {
    height: 187px;
    width: 100%;
    margin-top: 18px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
}
.live-his-right2-name {
    font-weight: 500;
    color: #ec5f3b;
    font-size: 20px;
    margin-top: 20px;
    width: 90%;
}
.live-his-right2-date {
    font-size: 13px;
    font-weight: 300;
    font-family: 'Montserrat', sans-serif;
    margin-top: 10px;
}
.live-his-right2-dis {
    font-size: 17px;
    line-height: 24px;
    margin-top: 9px;
    letter-spacing: 0.2px;
}
.article-content p.p-med {
    font-weight: 500;
    margin-top: 60px;
}
.article-photo-exemple-live {
    top: 9px;
    right: -374px;
    width: 328px;
}






.no-anim {
    transition: 0s ease-out !important;
    -webkit-transition: 0s ease-out !important;
    -moz-transition: 0s ease-out !important;
    -ms-transition: 0s ease-out !important;
    -o-transition: 0s ease-out !important;
}

.footer-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 59px;
    border-top: 1px solid #e5e5e5;
    padding: 39px 55px;
}
.footer-menu-col {
    width: calc(100% / 3);
}
.footer-menu-col:nth-child(2) {
    padding-left: 35px;
}
.footer-menu-col:nth-child(3) {
    padding-left: 55px;
}
.mar26 {
    margin-top: 26px !important;
}
.footer-menu-t {
    font-size: 15px;
    color: #6c6c6c;
    font-weight: 600;
    margin-top: 10px;
}
.footer-menu-col ul {
    margin-bottom: 15px;
}
.footer-menu-col li {
    position: relative;
    font-size: 15px;
    font-weight: 300;
    color: #6c6c6c;
    padding-left: 22px;
}
.footer-menu-col li::before {
    content: '-';
    position: absolute;
    color: #ec5f3b;
    left: 11px;
}
.footer-menu-col a:hover {
    color: #ec5f3b !important;
}

.footer {
    background: #f9f9f9;
    width: 100%;
    height: 185px;
    margin-top: 10px;
    padding: 45px 55px;
}
.footer-t {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.footer-t-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.footer-logo {
    width: 93px;
    height: 39px;
    background: url(../img/svg/logo.svg) 0% no-repeat;
    background-size: 93px;
}
.footer-tel {
    font-size: 18px;
    font-weight: 600;
    margin-left: 104px;
}
.footer-email {
    font-size: 18px;
    font-weight: 600;
    margin-left: 119px;
    color: #ec5f3b;
}
.footer-soc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 7px;
}
.footer-soc a {
    cursor: pointer;
    display:inline-block;
    width: 27px;
    height: 25px;
    margin-left: 38px;
    transition: 0s ease-out !important;
    -webkit-transition: 0s ease-out !important;
    -moz-transition: 0s ease-out !important;
    -ms-transition: 0s ease-out !important;
    -o-transition: 0s ease-out !important;
}
.footer-soc-vb {
    background: url(../img/svg/viber.svg) 0% no-repeat;
    background-size: 25px;
}
.footer-soc-tg {
    background: url(../img/svg/tg.svg) 0% no-repeat;
    background-size: 25px;
}
.footer-soc-fb {
    background: url(../img/svg/fb.svg) 0% no-repeat;
    background-size: 12px;
    width: 21px !important;
}
.footer-soc-wp {
    background: url(../img/svg/whatsapp.svg) 0% no-repeat;
    background-size: 24px;
}
.footer-soc-vk {
    background: url(../img/svg/vk.svg) 0% no-repeat;
    background-size: 25px;
    width: 40px !important;
}
.footer-soc-vb:hover {
    background-image: url(../img/svg/viber_h.svg);
}
.footer-soc-fb:hover {
    background-image: url(../img/svg/fb_h.svg);
}
.footer-soc-wp:hover {
    background-image: url(../img/svg/whatsapp_h.svg);
}
.footer-soc-vk:hover {
    background-image: url(../img/svg/vk_h.svg);
}
.footer-soc-tg:hover {
    background-image: url(../img/svg/tg_h.svg);
}
.footer-d {
    font-size: 13px;
    font-weight: 300;
    color: #b1b2b3;
    margin-top: 25px;
    letter-spacing: 0.06px;
}


.footer-news {
    background: #FFF;
    height: auto;
    padding: 45px 0px;
    margin-top: 50px;
}
.footer-news .footer-logo {
    width: 82px;
    height: 35px;
    background: url(../img/svg/logo.svg) 0% no-repeat;
    background-size: 82px;
}
.footer-news .footer-tel {
    margin-left: 71px;
}
.footer-news .footer-email {
    margin-left: 99px;
}
.footer-news .footer-soc {
    margin-top: 5px;
}
.footer-news .footer-soc div {
    margin-left: 35px;
}

.footer-cart {
    margin-top: 102px;
    padding: 45px 195px 45px 258px;
    background: #FFF;
}
.footer-cart .footer-logo {
    width: 82px;
    height: 35px;
    background: url(../img/svg/logo.svg) 0% no-repeat;
    background-size: 100%;
}
.footer-cart .footer-tel {
    margin-left: 67px;
}
.footer-cart .footer-email {
    margin-left: 99px;
}
.footer-menu-index {
    border: 0;
    margin-top: 0;
}

.index-search {
    display: none;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #FFF;
    height: 96px;
    z-index: 1111111;
}
.index-search.active {
    display: block;
}
.close-search {
    background: url(../img/svg/icon_close.svg) 50% repeat-y;
    background-size: 100%;
    width: 25px;
    height: 25px;
    position: absolute;
    right: 31px;
    top: 38px;
    z-index: 11;
    cursor: pointer;
}
.close-search:hover {
    background-image: url(../img/svg/icon_close_h.svg);
}
.index-search-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.index-search-field {
    width: 627px;
    margin-right: 5px;
}
.index-search-field input {
    border: 0;
    border-bottom: 1px solid #dedede;
    width: 100%;
    outline: none;
    padding: 7px 0;
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
}
.index-search-icon {
    background: url(../img/svg/icon_search.svg) 50% no-repeat;
    background-size: 25px;
    width: 26px;
    height: 28px;
    z-index: 11;
    cursor: pointer;
}
.index-search-icon:hover {
    background-image: url(../img/svg/icon_search_h.svg);
}

.index-search-field  input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    font-weight: 400;
    color: #d2cfcf;
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
}
.index-search-field  input::-moz-placeholder { /* Firefox 19+ */
    font-weight: 400;
    color: #d2cfcf;
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
}
.index-search-field  input:-ms-input-placeholder { /* IE 10+ */
    font-weight: 400;
    color: #d2cfcf;
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
}
.index-search-field  input:-moz-placeholder { /* Firefox 18- */
    font-weight: 400;
    color: #d2cfcf;
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
}

.main::before {
    display: none;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 11111;
    opacity: 0.41;
    background: #000;
}
.main.search::before {
    display: block;
}

.main-description-articles {
    width: 80%;
}
.articles-main-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #f6f6f6;
    width: calc(100% + 85px);
    margin-left: -55px;
    margin-top: 39px;
}
.articles-main-img {
    min-width: calc(42% - 7px);
    width: calc(42% - 7px);
    height: 474px;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
}
.articles-look {
    position: absolute;
    bottom: 35px;
    background: url(../img/svg/icon_eye.svg) 0% no-repeat;
    background-size: 18px;
    width: 44px;
    height: 20px;
    z-index: 11;
    font-size: 14px;
    line-height: 20px;
    text-align: right;
    color: #818181;
}
.articles-main-left {
    position: relative;
    padding-left: 50px;
    width: 42%;
}
.articles-main-title, .articles-sub-title {
    font-size: 30px;
    font-weight: bold;
    margin-top: 40px;
    letter-spacing: -0.3px;
    line-height: 40px;
}
 .articles-main-title {
    display: block;
}
.articles-main-left  .articles-sub-title {
    display:none;
}
.articles-main-dis {
    font-size: 19px;
    line-height: 29px;
    margin-top: 26px;
    letter-spacing: -0.3px;
}
.articles-main-dis p {
    margin-top: 15px;
    letter-spacing: 0px;
}
.articles-block {
    margin-top: 45px;
}
.articles-one-block {
    width: 74%;
    padding: 30px 0;
    border-bottom: 1px solid #f0f0f0;
}
.articles-one-block a:hover .articles-one-block-title {
    color: #ec5f3b;
}
.articles-one-block-img {
    float: left;
    margin-right: 36px;
    width: 239px;
    height: 156px;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
}
.articles-one-block-title {
    display: inline-block;
    font-size: 22px;
    line-height: 24px;
    font-weight: bold;
    margin-top: 4px;
}
.articles-one-block-dis {
    font-size: 16px;
    line-height: 26px;
    margin-top: 18px;
}

.form-bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #FFF;
    z-index: 111111;
}
.form-close {
    position: absolute;
    top: 30px;
    right: 30px;
    height: 25px;
    width: 25px;
    background: url(../img/svg/icon_close.svg);
    background-size: 100%;
    cursor: pointer;
}
.form-close:hover {
    background-image: url(../img/svg/icon_close_h.svg);
}
.form-bg .content {
    position: relative;
    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;
    height: 100%;
}
.form-block {
    width: 814px;
    /*margin-top: -152px;*/
    margin-left: 8px;
}
.form-title {
    font-size: 32px;
    font-weight: bold;
}

#form-file {
    display: none;
}
.form-fields {
    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;
    margin-top: 50px;
    position:relative;
}
.field-50 {
    position:relative;
    width: calc(50% - 30px);
}
.field-100 {
    position:relative;
    width: 100%;
}
.form-fields input {
    font-family: 'Montserrat', sans-serif;
    width: 100%;
    font-weight: 500;
    font-size: 17px;
    color: #000;
    padding: 12px 2px;
    border: 0;
    outline: none;
    border-bottom: 1px solid #dedede;
    margin-top: 30px;
}
.form-fields .error, .form-file .error {
    color: red;
    position:absolute;
    top:0;left:0;
}

.form-file {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 6px;
    margin-top: 37px;
    position:relative;
}
.field-file {
    border: 2px solid #565655;
    font-weight: 500;
    font-size: 15px;
    text-align: center;
    width: 222px;
    height: 59px;
    line-height: 57px;
    cursor: pointer;
    margin-right: 23px;
}
.field-file:hover {
    border-color: #e04d28;
    color: #e04d28;
}
.form-file-dis {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #565655;
    font-size: 14px;
}
.form-recap {
    margin-top: 37px;
    margin-left: 5px;
}
.form-button-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 6px;
    margin-top: 26px;
}
.form-button {
    background: #ec5f3b;
    color: #fff;
    font-weight: bold;
    font-size: 15px;
    text-align: center;
    width: 222px;
    min-width: 222px;
    height: 59px;
    line-height: 57px;
    cursor: pointer;
    margin-right: 23px;
}
.form-button:hover {
    background-color: #e04d28;
}
.form-pol {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #404040;
    font-size: 14px;
    opacity: 0.48;
    line-height: 20px;
    padding-right: 32px;
}
.form-pol span {
    cursor: pointer;
    text-decoration: underline;
}

.form-block-order {
    width: 100%;
    padding: 0 190px;
    margin: 0 auto;
}
.desctop-order {
    margin-top: 44px;
}
.desctop-order-tr {
    padding: 0 17px;
}
.order-td {
    padding: 15px 0px;
}
.form-block-order table {
    border-collapse: collapse;
    width: 100%;
}
tr.desctop-order-tr td {
    border: 0;
    border-bottom: 1px solid #ededed;
    font-size: 15px;
    line-height: 20px;
    text-align: center;
    padding: 14px 0;
}
tr.desctop-order-tr th {
    font-size: 16px;
    font-weight: 700;
    border: 0;
    border-bottom: 2px solid #ededed;
    letter-spacing: -0.3px;
    line-height: 20px;
    padding: 15px 0;
}
tr.desctop-order-tr td a {
    color: #ec5f3b;
}
.desctop-order-name {
    width: 23.3%;
    text-align: left !important;
    padding-left: 17px !important;
}

.desctop-order-gb {
    width: 13.5%;
}
.desctop-order-tl {
    width: 19%;
}
.desctop-order-price {
    width: 12.8%;
}
.desctop-order-coll {
    width: 20.1%;
}

.order-coll-block {
    display: flex;
    align-items: center;
    justify-content: center;
}
.order-coll-left {
    display: flex;
    align-items: center;
}
.order-coll-left-col {
    font-size: 15px;
}
.order-coll-left-min,
.order-coll-left-pl {
    font-family: 'Roboto', sans-serif;
    width: 28px;
    height: 28px;
    border: 1px solid #949494;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    line-height: 27px;
    font-size: 26px;
    font-weight: 400;
    text-align: center;
    cursor: pointer;
}
.order-coll-left-min:hover,
.order-coll-left-pl:hover {
    border-color: #ec5f3b;
}
.order-coll-left-col {
    width: 43px;
    text-align: center;
    border:none;
    outline:none;
}
.order-coll-ch {
    width: 62px;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-size: 22px;
    font-weight: 900;
}
.desctop-order-dell {
    width: 23px;
    height: 26px;
    background: url(../img/dell_order.png) 50% no-repeat;
    background-size: 100%;
    margin: 0 auto;
    cursor: pointer;
}
.order-greey {
    opacity: 0.25;
    cursor: auto;
}
.order-greey:hover {
    border: 1px solid #949494;
}

.order-info {
    margin-top: 36px;
    display: flex;
}
.order-info-left {
    width: 56%;
}
.order-info-right {
    width: 44%;
}
.order-info-left-coll {
    font-size: 16px;
    font-weight: bold;
}
.order-info-left-coll span {
    font-weight: 400;
    margin-left: 7px;
}
.order-info-left-coll-name {
    font-size: 16px;
    font-weight: bold;
    margin-top: 4px;
}
.order-info-left-coll-name span {
    font-weight: 400;
    margin-left: 7px;
}
.order-info-left-price {
    font-size: 18px;
    font-weight: 600;
    margin-top: 42px;
}
.order-info-left-price span {
    font-size: 25px;
    margin-left: 10px;
    margin-left: 26px;
}
.order-info-right-dis {
    font-size: 17px;
    font-weight: 500;
    margin-top: 7px;
    letter-spacing: 0.16px;
}
.order-info-form {
    display: flex;
    justify-content: space-between;
    margin-top: 17px;
}
.order-info-button {
    height: 49px;
    width: 200px;
    text-align: center;
    line-height: 47px;
    font-size: 15px;
    font-weight: bold;
    color: #FFF;
    background: #ec5f3b;
    cursor: pointer;
    outline: none;
    border: none;

}
.order-info-button:hover {
    background: #e04d28;
}
.order-info-field {
    width: 67%;
}
.order-info-field input {
    border: 0;
    border-bottom: 1px solid #dedede;
    width: 100%;
    height: 49px;
    line-height: 49px;
    font-size: 17px;
    font-weight: 500;
    outline: none;
}
.order-info-right-polit {
    font-weight: 300;
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    color: #404040;
    line-height: 18px;
    opacity: 0.48;
    margin-top: 22px;
}
.order-info-right-polit span {
    text-decoration: underline;
}


.clear-both {
    clear: both;
}
#advise2 {
    margin-top: -27px;
}

.show-pl,
.show-mob,
.filter-mob,
.mob-menu {
    display: none;
}

.my-br,
.index-br,
.br-cart {
    display: block;
}
.read-more-block{
    position:relative;
}
/** -------------------------------- **/
.notifications.top-right {
    right: 10px;
    top: 145px;
}

.notifications {
    z-index: 1000000;
}
.notifications {
    position: fixed;
}
.pull-right {
    float: right
}

.alert {
    padding: 8px 35px 8px 14px;
    margin-bottom: 20px;
    color: #c09853;
    text-shadow: 0 1px 0 rgba(255,255,255,0.5);
    background-color: #fcf8e3;
    border: 1px solid #fbeed5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.alert h4 {
    margin: 0
}

.alert .close {
    position: relative;
    top: -2px;
    right: -21px;
    line-height: 20px
}

.alert-success {
    color: #307b2f;
    background-color: #d1d4d0;
    border-color: #b9b9b9;
/*    color: #468847;
    background-color: #dff0d8;
    border-color: #d6e9c6 */
}

.alert-danger,.alert-error {
    color: #b94a48;
    background-color: #f2dede;
    border-color: #eed3d7
}

.alert-info {
    color: #3a87ad;
    background-color: #d9edf7;
    border-color: #bce8f1
}

.alert-block {
    padding-top: 14px;
    padding-bottom: 14px
}

.alert-block>p,.alert-block>ul {
    margin-bottom: 0
}

.alert-block p+p {
    margin-top: 5px
}
.notifications>div {
    position: relative;
    z-index: 9999;
    margin: 5px 0
}

.alerts {
    margin: 20px
}

.notifications .alerts p {
    margin: 0;
    padding: 0
}

.notifications .alert-message.danger,.alert-message.danger:hover,.alert-message.error,.alert-message.error:hover,.alert-message.success,alert-message.success:hover,.alert-message.info,.alert-message.info:hover {
    color: #fff
}

.notifications .alert-message .close {
    font-family: Arial,sans-serif;
    line-height: 18px
}

.cart-gal-big-title {
    position: absolute;
    text-align: center;
    width: 100%;
    top: -40px;
    color: #FFF;
    font-weight: 500;
}

.cart-home-table-footer .cart-home-name-pp span {
    display: none;
}

.show-mob {
    display: none;
}
.hide-mob {
    display: block;
}
.hide-mob-inline {
    display: inline;
}
.hide-mob-flex {
    display: flex;

}

.block-video {
  position: relative;
  padding-bottom: 56.25%; /* задаёт высоту контейнера для 16:9 (если 4:3 — поставьте 75%) */
  height: 0;
  overflow: hidden;
} 

.block-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-width: 0;
  outline-width: 0;
}
