a:hover {
    color: #c3524a;
    text-decoration: none;
}

a:focus {
    text-decoration: none;
}

img {
    max-width: 100%;
    height: auto;
}

input:focus {
    outline: none;
}

.breadcrumb li a {
    color: #c2c2c2;
}

.content-page {
    padding-left: 15px;
}

body {
    overflow-y: scroll !important;
}

/*.breadcrumb-page {*/
/*margin: 15px 0 15px 15px;*/
/*}*/
.constructor-fashion__block {
    display: flex;
    flex-wrap: wrap;
}

.input-value:active {
    border: none;
}

.constructor-fashion__photo .gallery {
    display: flex;
    flex-direction: column;
    margin-left: -20px;
    margin-right: 10px;
    width: 100%;
}

.constructor-fashion__photo .gallery__photo {
    width: 97%;
    height: 548px;
    margin-bottom: 7px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.constructor-fashion__photo .gallery__photo img {
    max-width: 360px;
    max-height: 548px;
    height: auto;
    cursor: pointer;
}

.constructor-fashion__photo .gallery__miniatures {
    display: flex;
    margin: 7px 10px;
    text-align: center;
    margin-left: -40px;
}

.constructor-fashion__photo .gallery__miniatures li {
    display: block;
    list-style-type: none;
    margin: 2px;
    max-width: 85px;
    overflow: hidden;
    border: 1px solid #5b7b9a;
}

.constructor-fashion__photo .gallery__miniatures li a {
    display: block;
    width: 100%;
    border-radius: 1px;
    transition: border-color .15s ease-in-out;
}

.constructor-fashion__photo .gallery__miniatures li a img {
    / / width: 100 % !important;
    height: auto;
    /*padding: 2px 7px;*/
    max-height: 129px;

}

.constructor-fashion__photo .gallery__miniatures li a:hover {}

.constructor-fashion__photo .gallery__miniatures li:first-child {
    margin-left: 0;
}

.constructor-fashion__photo .gallery__miniatures li:last-child {
    margin-right: 0;
}

.constructor-fashion__photo .gallery__miniatures li.active a {
    /*border-color: #5b7b9a; */
}

.product-title {
    margin-top: 0px;
    font-size: 26px;
    margin-bottom: 30px;
    text-align: center;
}

.product-title-up {
    margin-top: 0px;
    font-size: 28px;
    margin-bottom: 20px;
}

.price-red {
    color: #d54948;
    font-size: 22px;
}

.price-grey {
    color: #c2c2c2;
    font-style: italic;
    font-size: 20px;
}

.btn-favorit {
    background-color: #466db2;
    border: none;
    color: white;
    border-radius: 5px;
    padding: 7px 20px;
    font-size: 22px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.manufacturer-card {
    border-bottom: 1px solid #c2c2c2;
    padding: 10px 0;
    padding-top: 15px;
}

.manufacturer-gray {
    color: #c2c2c2;
    font-size: 18px;
}

.manufacturer-company {
    font-size: 18px;
}

.circle-color {
    display: inline-block;
    background-color: red;
    width: 15px;
    height: 15px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    margin-left: 5px;
}

.composition-collection,
.products-card {
    padding: 20px 10px 0px 0px;
}

.goods-card-name-href {
    font-size: 20px;
    border-bottom: 1px dashed #c2c2c2;
}

.goods-card-name-href:hover {
    text-decoration: none;
}

.goods-card-name {
    margin-bottom: 15px;
}

.goods-grey-card {
    color: #c2c2c2;
    font-size: 15px;
}

.banner-block-1 {
    width: 100%;
    padding: 0 10px 0px 10px;
    padding-bottom: 20px;
}

.goods-title-card-hr {
    border-top: 1px solid #c2c2c2;
    vertical-align: middle;
    flex-grow: 1;
}

.text-decor {
    margin-right: 30px;
    font-size: 16px;
}

.banner-card-goods {
    width: 100%;
    display: inline-block;
    padding-top: 20px;
}

.goods-title-card {
    margin: 30px 0;
    padding-left: 10px;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.hit-sale {
    background-color: #ee8a41;
    text-transform: uppercase;
    color: white;
    text-align: center;
    width: 45%;
    position: absolute;
    right: 31px;
    top: 25px;
}

.new-sale {
    background-color: #456BBC;
    text-transform: uppercase;
    color: white;
    text-align: center;
    width: 45%;
    position: absolute;
    right: 31px;
    top: 25px;
}

.act-sale {
    background-color: #C7504A;
    text-transform: uppercase;
    color: white;
    text-align: center;
    width: 45%;
    position: absolute;
    right: 31px;
    top: 25px;
}

.minus,
.plus {
    height: 25px;
    background: #dae1f4;
    border-radius: 50px;
    padding: 5px 10px;
    width: 23px;
    cursor: pointer;
    font-size: 14px;
}

.input-value {
    width: 69px;
    height: 40px;
    border-radius: 10px;
    text-align: center;
    border: 1px solid #ccc;
    padding: 5px;
    text-align: right;
    font-size: 20px;
    margin: 0 2px;
}

.min-price-card {
    color: #466db2;
    margin: 15px 0;
    font-size: 16px;
}

.min-price-card-carousel {
    margin-top: 15px;
    color: #466db2;
    font-size: 16px;
}

.modal-lable {
    margin-top: 15px;
    font-size: 16px;
    height: 50px;
    overflow: hidden;
    width: 90%;
    text-align: center;
}

.btn-buy {
    font-size: 14px;
    margin-left: 15px;
    margin-top: 0;
    padding: 10px 20px;
}

.btn-zakaz {
    font-size: 18px;
    margin-top: 0;
    margin-bottom: 25px;
    background-color: #466db2;
    border: none;
    color: white;
    border-radius: 5px;
    padding: 7px 15px;
    width: 100%;
}

.btn-zakaz-tablet {
    font-size: 16px;
    margin-top: 0;
    margin-bottom: 0;
    background-color: #466db2;
    border: none;
    color: white;
    border-radius: 5px;
    padding: 9px 15px;
    /*width: 50%;*/
    text-align: center;
    display: block;
    margin: auto;
}

.btn-zakaz-tablet:hover {
    background-color: #c3524a;
}

.modal-img {
    height: 255px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.img-goods-card {
    max-height: 255px;
    max-width: 255px;
    cursor: pointer;
}

.banner-big-img {
    width: 100%;
}

.clearfix {
    clear: both;
}

.carousel-title {
    text-align: center;
    margin-top: 20px;
}

.similar-goods {
    text-decoration: underline;
}

.owl-prev {
    position: absolute;
    bottom: 0;
    top: 0;
    left: -2%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.owl-next {
    position: absolute;
    bottom: 0;
    top: 0;
    right: -2%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.fa-angle-left,
.fa-angle-right {
    color: #c2c2c2;
    font-size: 60px !important;
}

.fa-angle-left:hover,
.fa-angle-right:hover {
    color: #c3524a;
}

.card-carousel-existence {
    font-size: 16px;
}

.carousel-card-info {
    margin-left: 10px;
}

.choice-title {
    text-align: center;
    margin-top: 50px;
}

.advantages-card {
    font-size: 15px;
    padding: 10px 0 10px 20px;
    margin-left: 10px;
}

.advantages-card::before {
    background-color: #466db2;
    content: "";
    display: inline-block;
    position: absolute;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    left: 10px;
    top: 15px;
}

.small-grey-card {
    background-color: #f7f7f7;
    padding: 20px 20px;
    margin-top: 25px;
    display: inline-block;
}

.form-name-card {
    padding: 8px 15px;
    margin-bottom: 25px;
    border: 1px solid #dfdfdf;
    display: inline-block;
    border-radius: 5px;
    width: 100%;
    font-size: 16px;
}

.news-block-card-img {
    float: left;
}

.news-block-card-title {
    font-size: 20px;
    margin-bottom: 15px;
    height: 58px;
    overflow: hidden;
}

.news-block-card {
    height: 340px;
    overflow: hidden;
    padding: 0 15px;
}

@media (max-width: 767px) {
    .news-block-card {
        height: 240px;
    }
}

.news-block-card-img {
    max-width: 80px;
    max-height: 80px;
    margin-right: 15px;
}

.news-block-card-img img {
    max-height: 100%;
    max-width: 100%;
}

.full-news-link {
    margin-top: 15px;
}

.advantages-card:hover {
    outline: 1px solid #466db2;
    outline-offset: 5px;
    transition-duration: 0.6s;
    transition-timing-function: ease;
}

.modal-lable-carousel {
    font-size: 18px;
    margin-top: 10px;
    color: #333;
}

.modal-lable-carousel:hover {
    color: #c3524a;
}

@media (max-width: 480px) {
    .hit-sale {
        width: 48%;
    }

    .price-red {
        font-size: 17px;
    }

    .btn-favorit {
        font-size: 20px;
    }

    .manufacturer-gray,
    .manufacturer-company,
    .goods-card-name {
        font-size: 15px;
    }

    .btn-favorit {
        margin-top: 15px;
    }

    .modal-img {
        height: 170px;
    }

    .news-block-card {
        height: 260px;
    }

    .min-price-card-carousel {
        margin-top: 0;
    }

    .modal-lable-carousel {
        font-size: 16px;
        margin-top: 15px;
    }

    .drop-order-mobile {
        margin-top: 10px;
    }

}

.btn-favorit:hover,
.btn-zakaz:hover {
    background-color: #c3524a;
}

.btn-dropdown-category {
    margin-top: 15px;
}

.btn-dropdown-category-menu {
    padding-bottom: 20px;
    padding-top: 20px;
    border-bottom: 1px solid #000000;
    border-top: 1px solid #000000;
}

.btn-dropdown-category {
    padding-bottom: 10px;
    border-bottom: 1px solid #c2c2c2;
    ;
}

.dropdown .fa-angle-up {
    display: none;
}

.dropdown.open .fa-angle-up {
    display: inline-block;
}

.dropdown .fa-angle-down {
    display: inline-block;
}

.dropdown.open .fa-angle-down {
    display: none;
}

.fa-times {
    font-size: 20px;
    vertical-align: middle;
}

.dropdown-menu_custom>.active>a,
.dropdown-menu_custom>.active>a:hover,
.dropdown-menu_custom>.active>a:focus {
    background-color: white;
    color: black;
}

.menu-lk-mobile {
    font-size: 18px;
    color: #333;
    cursor: pointer;
}

.menu-lk-mobile:hover {
    text-decoration: none;
}

.wrap-news {
    white-space: nowrap;
}

.drop-job {
    cursor: pointer;
}

.dropdown-menu {
    position: relative;
}

.dropdown-menu_custom {
    position: static;
    text-align: left;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    text-align: left;
    background-color: #fff;
    box-shadow: none;
    border: none;
}

.drop-job {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
}

.personal-name {
    font-size: 20px;
}

.personal-profession {
    font-size: 16px;
    font-style: italic;
    margin-bottom: 5px;
}

.personal-tel a {
    font-size: 16px;
    color: #333;
}

.personal-email {
    font-size: 16px;
    word-wrap: break-word;
}

.personal-worker {
    margin-bottom: 15px;
}

.btn-dropdown-category-mobile {
    border: none;
}

.decor-order-item::before {
    background-color: #dde3f3;
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin-right: 10px;
}

.decor-order-item:hover:before {
    background-color: #c3524a;
}

.decor-order {
    background-color: #f8f9fd;
    border: 1px solid #e6e6e6;
    border-radius: 5px;
    padding: 15px 20px;
}

.decor-order-item {
    font-size: 16px;
    margin-bottom: 10px;
}

.active-item::before {
    background-color: #466db2;
}

.decor-order-item a {
    color: #333;
}

.order-form-lable {
    text-align: right;
    font-size: 18px;
    margin-bottom: 33px;
}

.radio-form-order {
    text-align: center;
}

textarea {
    resize: none
}

.btn-order {
    font-size: 14px;
    margin-top: 0px;
    margin-bottom: 90px;
}

.input-form-order {
    margin-bottom: 20px;
}

.form-border-black {
    border-color: #333;
    font-size: 16px;
    background-color: #f8f9fd;
    border-radius: 1px;
    height: 39px;
}

.radio {
    font-size: 16px;
}

.order-info {
    margin-top: 50px;
}

.red-star {
    color: #c3524a;
}

.form-border-black:focus {
    border-color: #446bbb;
    ;
    box-shadow: none;
}

.drop-order-mobile {
    margin-top: 17px;
}

.card-title {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 20px;
}

.icon-close {
    color: #c2c2c2;
}

.cart-row {
    margin-bottom: 20px;
    border-bottom: 1px solid #c2c2c2;
    padding-bottom: 10px;
}

.btn-cart {
    font-size: 14px;
    background-color: #466db2;
    border: none;
    color: white;
    border-radius: 5px;
    padding: 10px 20px;
    margin-top: 15px;
}

.cart-itog {
    font-size: 16px;
}

.cart-banner {
    width: 100%;
    margin-left: -15px;
    margin-bottom: 40px;
}

.card-col-padding {
    padding-right: 5px;
    padding-left: 5px;
}

.row-flex {
    display: flex;
}

.card-title-name {
    width: 27%;
    font-size: 16px;
}

.card-title-number {
    width: 27%;
}

.card-title-measure {
    width: 13%;
}

.card-title-price {
    width: 13%;
}

.card-title-sum {
    width: 13%;
    display: inline-block
}

.card-title-s {
    width: 13%;
    display: inline-block;
    margin-top: 26px;
    font-size: 16px;
}

.card-title-close {
    width: 6%;
}

.drop-card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
}

.product-title-up-card {
    font-size: 30px;
    margin-bottom: 30px;
}

.drop-card-mobile {
    margin-right: 15px;
    margin-top: 27px;
}

.card-title-name-mobile {
    width: 90%;
    margin-right: 10%;
}

.card-title-close {
    width: 9%;
}

.row-mobile {
    display: flex;
    margin-bottom: 15px;
    margin-top: 20px;
}

.card-title-price-mobile,
.card-title-number-mobile {
    margin-bottom: 15px;
}

.card-title-sum-mobile {
    width: auto;
}

.price-card-mobile {
    margin-bottom: 20px;
    border-bottom: 1px solid #c2c2c2;
    padding-bottom: 20px;
}

.image-company img {
    width: 100%;
}

.image-company {
    margin-right: 15px;
    margin-bottom: 10px;
}

.plus {
    padding: 8px 12px;
}

.minus {
    padding: 8px 12px
}

.drop-jop-margin {
    margin-left: 50px;
    font-size: 16px;
}

.angle-margin {
    margin-left: 5px;
    margin-right: 10px;
}

@media (max-width: 767px) {
    .image-company {
        display: block;
        width: 100%;
        margin-bottom: 15px;
    }

    .news-block-card {
        height: 220px;
    }

    .breadcrumb {
        margin-left: 15px;
    }

    .owl-carousel .owl-item {
        padding: 20px;
        /*margin-bottom: -30px;*/
    }

    .fa-chevron-left,
    .fa-chevron-right {
        font-size: 35px;
    }

    .btn-favorit {
        font-size: 16px;
    }

    .product-title {
        font-size: 24px;
    }

    .carousel-title-size {
        font-size: 25px;
    }

    .news-block-card-img {
        max-width: 90px;
        max-height: 90px;
    }

    .constructor-fashion__photo .gallery {
        margin-left: 10px;
        margin-right: 10px;
    }

    .product-title-up {
        margin-bottom: 15px;
        margin-top: 10px;
        font-size: 26px;
    }

    .price-grey {
        font-size: 16px;
    }

    .btn-favorit {
        margin-bottom: 15px;
        padding: 10px 20px;
    }

    .goods-card-name-href {
        font-size: 18px;
    }

    .cart-itog-mobile {
        margin-bottom: 10px;
    }

    .button-mobile-oform {
        margin-bottom: 35px;
    }

    .radio input[type="radio"] {
        margin-left: -15px;
    }

    .radio {
        font-size: 12px;
    }

    .drop-menu-left {
        left: -204px;
        position: absolute;
    }

    .btn-order {
        margin-bottom: 40px;
    }

    .drop-jop-margin {
        margin-left: 7px;
        font-size: 14px;
    }

    .groups-forms-order {
        width: 100%;
    }

    .minus,
    .plus {
        font-size: 9px;
        padding: 3px 6px;
    }

    .input-value {
        width: 36px;
        height: 22px;
        font-size: 12px;
        margin: 0;
    }

    .btn-buy {
        font-size: 9px;
        padding: 5px 6px;
        margin-left: 1px;
    }

    .mobile-goods-padding-right {
        padding-right: 5px;
    }

    .mobile-goods-padding-left {
        padding-left: 5px;
    }

    .modal-lable {
        font-size: 12px;
    }

    .min-price-card {
        font-size: 14px;
    }

    .input-value-cart {
        width: 56px;
        height: 33px;
        border-radius: 10px;
        text-align: center;
        border: 1px solid #ccc;
        padding: 5px;
        text-align: right;
        font-size: 14px;
        margin: 0 2px;
    }

    .minus,
    .plus {
        height: 25px;
        background: #dae1f4;
        border-radius: 50px;
        width: 23px;
        cursor: pointer;
        padding: 9px 12px;
    }

    .minus-mobile,
    .plus-mobile {
        padding: 3px 6px;
        font-size: 9px;
    }

    .content-page {
        padding: 0;
    }

    .adout-company-text {
        font-size: 18px;
    }

    .drop-menu-cart {
        position: absolute;
    }

    .menu-lk-mobile {
        font-size: 16px;
        margin-right: 15px;
        margin-top: 16px;
    }

    .minus-cart,
    .plus-cart {
        font-size: 10px;
    }

    .drop-cart-absolute {
        left: -50px;
    }

    .dropdown-jop-mobile {
        left: -258px;
    }

    .angle-margin {
        margin-left: 2px;
        margin-right: 0px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .features-cart {
        margin-left: -30px;
    }

    .goods-card-name-href {
        font-size: 18px;
    }

    .btn-favorit {
        margin-bottom: 20px;
        margin-top: 20px;
    }

    .product-title-up {
        margin-bottom: 20px;
    }

    .advantages-card::before {
        left: 25px;
    }

    .advantages-card {
        padding: 10px 15px 10px 25px;
    }

    .owl-carousel .owl-item {
        padding: 10px;
    }

    .owl-next {
        top: 25%;
    }

    .owl-prev {
        top: 25%;
    }

    .btn-zakaz-tablet {
        padding: 8px 15px;
        margin-top: 8px;
        font-size: 18px;
    }

    .news-block-card {
        padding: 0 35px;
    }

    .groups-forms-order {
        width: 65%;
    }

    .form-name-card-1 {
        width: 47%;
        margin-left: 3px;
    }

    .form-name-card-2 {
        width: 47%;
        float: right;
        margin-right: 3px;
    }

    .btn-favorit {
        padding: 7px 16px;
    }

    .image-company {
        display: block;
        width: 80%;
        margin-right: auto;
        margin-left: auto;
        margin-bottom: 35px;
    }

    .adout-company-text {
        font-size: 18px;
    }

    .btn-order {
        margin-bottom: 60px;
    }

    .drop-menu-left {
        left: -204px;
        position: absolute;
    }

    .menu-lk-mobile {
        margin-right: 30px;
        margin-top: 16px;
    }

    .drop-cart-margin {
        margin-top: 10px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {

    .manufacturer-gray,
    .products-card,
    .composition-card {
        margin-left: 10px;
    }

    .composition-collection {
        padding: 30px 10px 0px 0px;
    }

    .goods-card-name {
        margin-bottom: 15px;
    }

    .banner-big-img {
        margin-top: 50px;
    }

    .owl-carousel .owl-item {
        padding: 10px;
    }

    .btn-zakaz-tablet {
        /*width: 29%;*/
    }

    .form-name-card-1 {
        width: 40%;
        margin-left: 50px;
    }

    .form-name-card-2 {
        width: 40%;
        float: right;
        margin-right: 50px;
    }

    .content-page {
        padding-right: 15px;
    }

    .image-company {
        float: left;
        width: 70%;
    }

    .adout-company-text {
        font-size: 18px;
    }
}

@media (min-width: 1200px) {

    .manufacturer-gray,
    .products-card,
    .composition-card {
        margin-left: 10px;
    }

    .advantages-card {
        font-size: 18px;
    }

    .input-value {
        width: 69px;
        height: 40px;
    }

    .btn-buy {
        padding: 10px 20px;
        margin-left: 15px;
        margin-top: 20px;
    }

    .groups-forms-order {
        width: 65%;
    }

    .goods-card-name:last-child {
        margin-bottom: 25px;
    }

    .composition-card {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .form-name-card-1 {
        margin-left: 30px;
        width: 32%;
    }

    .form-name-card-2 {
        margin-left: 31px;
        width: 32%;
    }

    .btn-zakaz {
        float: right;
        width: 24%;
        margin-right: 30px;
    }

    .content-page {
        padding-right: 15px;
    }

    .image-company {
        float: left;
        width: 48%;
        margin-right: 25px;
    }

    .adout-company-text {
        font-size: 18px;
    }

    .decor-order-item {
        font-size: 18px;
    }
}

.map {
    min-height: 460px;
}

.map-flex {
    display: flex;
}

@media (max-width: 430px) {
    .news-block-card {
        height: auto;
        margin-bottom: 30px;
    }
}

.title-padding {
    padding: 0 10px;
}

.row-no-margin {
    margin-left: -10px;
    margin-right: 0;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.groups-forms-order {
    display: flex;
    flex-direction: column;
}

.radio-form-order {
    width: 100%;
    display: flex;
}

.radio {
    width: 100%;
}

.select-carret {
    background: url("images/ios7-arrow-down_icon-icons.com_50352.png") no-repeat 97% 50%;
    background-size: 15px 15px;
}

.option:hover {
    background-color: #e6e6e6;
}

.drop-job-profession {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.margin-bottom-block {
    margin-bottom: 60px;
}

.news-block-text {
    line-height: 1.2;
    height: 188px;
    overflow: hidden;
}

.personal-block-job,
.adout-company-text {
    margin-bottom: 60px;
}

.card-title-measure,
.card-title-price,
.card-title-sum,
.card-title-close {
    align-self: center;
}

.cart-itog-margin {
    margin-bottom: 12px;
}

.card-title {
    font-size: 18px;
}

.btn:hover,
.btn-zakaz:hover,
.btn-buy:hover,
.btn-favorit:hover,
.fa:hover,
.product__like:hover {
    transition-duration: 0.6s !important;
    transition-timing-function: ease !important;
}

a:hover {
    transition-duration: 0.6s;
    transition-timing-function: ease;
}

.p_menu_categories .p_menu__menu>li.p_menu__sub-menu ul:hover {
    transition-duration: 0.6s;
    transition-timing-function: ease;
}

.product_catalog .product__like:hover,
.product_catalog .product__scale:hover,
.link:hover {
    /*transition-duration: 0.6s;*/
    /*transition-timing-function: ease;*/
}

.product__like,
.prev {
    animation: slideRight 1s ease;
}

@keyframes slideRight {
    0% {
        transform: translateX(-20%);
    }

    100% {
        transform: translateX(1%);
    }
}

.product__scale,
.next {
    animation: slideleft 1s ease;
}

@keyframes slideleft {
    0% {
        transform: translateX(20%);
    }

    100% {
        transform: translateX(1%);
    }
}

.p_menu__sub-menu ul {
    animation: slidedown 1s ease;
}

@keyframes slidedown {
    0% {
        transform: translateY(-5%);
    }

    100% {
        transform: translateY(0%);
    }
}

@keyframes slidedowntext {
    0% {
        transform: translateY(-1%);
    }

    100% {
        transform: translateY(40%);
    }
}

.decor-order-item:hover::before {
    transition-duration: 0.6s;
    transition-timing-function: ease;
}

.text-block__button-more:active {
    animation: slidedowntext 1s ease;
}

.pb-item__title:hover {
    transition-duration: 0.6s !important;
    transition-timing-function: ease !important;
}

.text-block.text-block_seo.active .text-block__seo-text {
    transition-property: height;
    transition-duration: 1.6s !important;
    transition-timing-function: ease !important;
    height: 300px;
}

.text-block.text-block_seo .text-block__seo-text {
    transition-property: height;
    transition-duration: 1.6s !important;
    transition-timing-function: ease !important;
    height: 280px;
}

.text-block-advantages {
    /*height: 350px;*/
    transition-property: height;
    transition-duration: 1.6s !important;
    transition-timing-function: ease !important;
    margin-bottom: 60px;
}

.text-block_min {
    / / height: 400 px;
    transition-property: height;
    transition-duration: 1.6s !important;
    transition-timing-function: ease !important;
}

/*for var_dump*/
pre.p {
    font-size: 13px;
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .15);
    border-radius: 2px;
    line-height: 20px;
    background-color: #fbf9f5;
    padding: 3px;
    overflow: hidden;
}

pre.p .label {
    color: #555555;
}

pre.p .folder {
    display: inline-block;
    width: 7px;
    height: 7px;
    text-align: center;
    line-height: 7px;
    vertical-align: middle;
    border: solid 1px #0055cc;
    color: gray;
    cursor: pointer;
    border-radius: 2px;
}

pre.p .array,
pre.p .object {
    display: none;
    padding: 0 0 0 30px;
}

pre.p .placeholder {
    border: solid 1px #ddd;
    font-size: 11px;
    padding: 0 3px;
    border-radius: 3px;
    background-color: #fbf5f2;
    color: gray;
}

pre.p .resource {
    color: #ff8000;
}

pre.p .null,
pre.p .boolean {
    color: #00f;
}

pre.p .integer,
pre.p .float {
    color: #008000;
}

pre.p .string {
    color: #0080af;
}

/**/

.pb-item__title-owl {
    align-items: center;
    background-color: rgba(0, 65, 63, 0.5);
    color: #ffffff;
    display: flex;
    font-size: 20px;
    font-weight: bold;
    justify-content: center;
    text-align: center;
    transition: background-color 0.15s ease-in-out 0s;
    position: inherit;
    bottom: 56px;
    height: 46px;
    width: 88%;
    margin: auto;
}

.p_menu_categories .p_menu__menu>li.p_menu__sub-menu>.link:hover:before,
.p_menu_categories .p_menu__menu>li.p_menu__sub-menu ul:hover+.link:before {
    /*content: '';*/
    /*display: block;*/
    /*position: absolute;*/
    /*top: -1px;*/
    /*left: -1px;*/
    /*width: 100%;*/
    /*height: 4px;*/
    /*background-color: #446bbb;*/
    /*box-sizing: content-box;*/
    /*padding: 1px;*/
}

.p_menu__sub-menu:hover {
    height: 100%;
    color: #676767;
    background-color: #ffffff;
    / / border: 1 px solid #bdbebe;
    border-bottom-color: #ffffff;
    position: relative;
}

.p_menu_categories .p_menu__menu>li:hover>.link {
    / / color: #676767;
}

.p_menu_categories .p_menu__menu>li:hover::before {
    content: '';
    display: block;
    position: absolute;
    top: -1px;
    /*left: -1px;*/
    height: 4px;
    background-color: #446bbb;
    box-sizing: content-box;
    padding: 1px;
    width: 99%;
}

/*door*/
.door-container {
    text-align: center;
}

.door-container .product__image img {
    width: auto;
    max-width: 263px;
    height: 400px;
    overflow: hidden;
}

.door-item-img {
    margin-bottom: 20px;
}

.city-xs {
    margin-right: 10px;
}

/**/

/*@медиазапросы*/
.header__stats {
    align-items: center;
}

#bx_basketFKauiI {
    bottom: 0 !important;
}

.p_menu_categories .p_menu__mobile.search-active .search_menu .form-group input {
    height: 28px;
}

.original-house {
    /*margin-top: -70px;*/
}

@media (max-width: 950px) {
    .footer .footer__category .p_menu_footer-categories ul {
        // margin-top: 25 px;
    }
}

@media (max-width: 767px) {

    .btn-zakaz-tablet {
        padding: 8px 15px;
        margin-top: 8px;
        font-size: 18px;
    }

    .p_menu_categories .p_menu__menu>li:last-child {
        width: 100% !important;
    }

    .product__image .owl-col-item {
        height: auto;
        min-height: 152px;
    }

    .product__image .owl-col-item img {
        max-width: 100%;
    }

    .p_menu_categories .p_menu__menu>li:hover {
        height: 100%;
    }

    .p_menu__sub-menu:hover {
        background-color: inherit;
    }

    .p_menu_categories .p_menu__menu>li:hover::before {
        height: 0;
        background-color: transparent;
    }

    .p_menu_categories .p_menu__menu>li {
        display: block !important;
    }

    .p_menu_categories .p_menu__menu>li:hover {
        height: auto !important;
    }

    .p_menu_footer-categories ul {
        height: 100% !important;
        display: block;
    }

    .p_menu_footer-categories ul li {
        height: 100% !important;
        padding-bottom: 5px !important;
    }

}

@media (max-width: 450px) {
    .product__image img {
        max-width: 140px;
        max-height: 340px;
    }

    .img-goods-card {
        max-height: 174px;
        max-width: 132px;
    }

    .item-viewed {
        height: 160px;
    }

    .constructor-fashion__photo .gallery__photo img {
        max-width: 300px;
        max-height: 400px;
    }

    .constructor-fashion__photo .gallery__photo {
        height: 390px;
    }

    .product-block .pb-item .pb-item__title {
        font-size: 10px !important;
    }

    .pb-item__title-owl {
        font-size: 14px;
        bottom: 47px;
        height: 37px;
        width: 82%;
    }

}

.p_menu_categories .p_menu__menu>li.p_menu__sub-menu:first-child ul>li {
    margin: 0 10px;
}

.hover_a:hover,
.hover_b:hover,
.pb-item__title-owl:hover {
    background-color: rgba(0, 65, 63, 1) !important;
}

@media (min-width: 768px) {
    .header {
        /*position: fixed;*/
        z-index: 9999;
        background-color: #fff;
        left: 0;
        right: 0;
    }

    .container .content {
        padding: 30px 30px 45px 30px;
    }

    /*.home-page .container .content {
		padding-top: 100px;
    }*/

    .p_menu_footer-categories .menu_footer-list {
        margin-top: 24px;
    }

    .footer .footer__copyright {
        bottom: 56px !important;
    }

    .p_menu_categories .p_menu__menu>li {
        position: relative;
    }

    .ibm-fluid {
        display: flex;
    }

    .ibm-plain-list {
        margin-right: 20px;
    }

}

/*test*/
.ibm-fluid {
    max-width: 100% !important;
}

.ibm-fluid ul {
    list-style: none;
}

.ibm-fluid ul li a {
    color: #ffffff;
    font-size: 18px;
    transition: color ease-in-out .15s;
    margin-bottom: 8px;
}

ul,
menu,
dir {
    -webkit-padding-start: 0px;
}

.div.mf-name,
div.mf-email,
div.mf-captcha,
div.mf-message {
    width: auto;
}

@media print {
    a[href]:after {
        content: "";
    }
}

.windowPop.select_city {
    width: 300px;
}

.select_city .windowPop__content {
    display: flex;
    flex-flow: column;
    align-items: center;
    /*padding-left: 20px;*/
}

a.city_link {
    display: block;
    font-size: 24px;
    margin: 6px 0;
}

.modalFog-wrapper {
    display: none;
    position: fixed;
    /*display: flex;*/
    flex-flow: column;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000000;
    background-color: rgba(0, 0, 0, 0.5);
}

.modalFog-wrapper.active {
    display: flex;
}

.footer__category {
    width: 100%;
}

.footer__category .bottom-catalog-menu {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0 -5px 30px -5px;
    justify-content: space-evenly;
}

.footer__category .bottom-catalog-menu li {
    display: block;
    padding: 0 5px;
    margin: 0 0 5px 0;
}

.footer__category .bottom-catalog-menu li a {
    color: #ffffff;
    font-size: 18px;
    transition: color ease-in-out .15s;
}

.footer__category .bottom-catalog-menu li a:hover {
    color: #bdbebe;
}

.footer__logo {
    height: auto !important;
    width: 190px;
}

.footer__logo .logo_img img {
    max-width: 100%;
    height: auto;
}

.footer__other {
    height: auto !important;
}

.footer__menu .p_menu>ul {
    flex-direction: column;
}

.footer__menu .p_menu>ul li {
    margin: 0 0 10px 0 !important;
}

.footer .footer__copyright {
    position: static !important;
    padding-left: 0 !important;
}

@media (max-width: 767px) {
    .footer .footer__category {
        height: auto !important;
        padding: 0 !important;
        border: none !important;
    }

    .footer__category .bottom-catalog-menu {
        margin: 0 -10px 20px -10px;
        justify-content: center;
    }

    .footer__category .bottom-catalog-menu li {
        padding: 0 10px;
        text-align: center;
    }

    .footer .footer__other {
        margin: 0 auto !important;
    }

    .footer__menu {
        width: 100%
    }

    .footer__menu .p_menu>ul {
        flex-direction: row;
        margin: 0 -10px;
        justify-content: center;
        width: auto;
        flex-wrap: wrap;
        text-align: center;
    }

    .footer__menu .p_menu>ul li {
        padding: 0 10px;
    }

    .footer__menu .p_menu_link-page ul li .link {
        font-size: 14px;
    }
}



.main-user-consent-request-announce-link {
    display: inline;
    border-bottom: 1px dotted;
    color: #337ab7;
    line-height: 1.4;
    font-size: 12px;
}

.main-user-consent-request-announce-link:hover {
    color: #c3524a;
}

.main-user-consent-request-popup-header {
    display: none;
}

.main-user-consent-request-popup-button-acc,
.main-user-consent-request-popup-button-rej {
    border-radius: 6px;
}

.main-user-consent-request-popup-button-acc {
    background: #bbed21;
}

.main-user-consent-request-popup-button-acc {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}

.main-user-consent-request-popup-button-acc:hover {
    color: #fff;
    background-color: #286090;
    border-color: #204d74;
}

..main-user-consent-request-popup-button-acc:active {
    color: #fff;
    background-color: #286090;
    border-color: #204d74;
}

@media (min-width: 1000px) {

    .main-user-consent-request-popup-text,
    .main-user-consent-request-popup-link {
        height: 320px;
    }
}

@media (min-width: 992px) {
    .about__content {
        width: 75%;
    }
}

