/*@import url('https://fonts.googleapis.com/css?family=LatoWeb:400,700&display=swap');*/

/* Webfont: Lato-Medium */@font-face {
    font-family: 'LatoWeb';
    src: url('fonts/Lato-Medium.eot'); /* IE9 Compat Modes */
    src: url('fonts/Lato-Medium.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('fonts/Lato-Medium.woff2') format('woff2'), /* Modern Browsers */
    url('fonts/Lato-Medium.woff') format('woff'), /* Modern Browsers */
    url('fonts/Lato-Medium.ttf') format('truetype');
    font-style: normal;
    font-weight: 600;
    text-rendering: optimizeLegibility;
}

/* Webfont: Lato-Bold */@font-face {
    font-family: 'LatoWeb';
    src: url('fonts/Lato-Bold.eot'); /* IE9 Compat Modes */
    src: url('fonts/Lato-Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('fonts/Lato-Bold.woff2') format('woff2'), /* Modern Browsers */
    url('fonts/Lato-Bold.woff') format('woff'), /* Modern Browsers */
    url('fonts/Lato-Bold.ttf') format('truetype');
    font-style: normal;
    font-weight: 700;
    text-rendering: optimizeLegibility;
}

/* Webfont: Lato-Regular */@font-face {
    font-family: 'LatoWeb';
    src: url('fonts/Lato-Regular.eot'); /* IE9 Compat Modes */
    src: url('fonts/Lato-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('fonts/Lato-Regular.woff2') format('woff2'), /* Modern Browsers */
    url('fonts/Lato-Regular.woff') format('woff'), /* Modern Browsers */
    url('fonts/Lato-Regular.ttf') format('truetype');
    font-style: normal;
    font-weight: 400;
    text-rendering: optimizeLegibility;
}

body {
    font-family: 'LatoWeb', sans-serif !important;
    font-weight: 400;
}

.catalog-new {
    font-size: 11px;
    margin-bottom: 20px;
}
.catalog-pagination {
    margin-bottom: 50px;
}

.header__phone a, .header__city a {
    font-size: 14px;
}


.header__phone {
    margin-left: 10px;
}

.header > .header__contacts {
    font-weight: 700;
    position: absolute;
    display: flex;
    flex-flow: row nowrap;
    bottom: 25px !important;
}

.lvl1 > li > a, .lvl1 > li > div {
    padding-bottom: 15px !important;
    font-weight: 700;
}

.hide-header-fixed .top-menu .lvl1 .parent .sub-menu {
    top: 85px !important;
}

.fixed .top-menu .lvl1 .parent .sub-menu {
    top: 30px !important;
}

.fav-btn {
    position: absolute;
    font-weight: 700;
    font-size: 12px;
    /*bottom: 20px !important;
    top: unset !important;*/
}

.breadcrumb-navigation li {
    margin-left: 0 !important;
}

.breadcrumbs_wr {
    padding-bottom: 0 !important;
}

/*.breadcrumbs_wr {
    margin-top: -25px !important;
}*/

.banner__fur_coat {
    display: none;
}

.catalog-header {
    height: 14px;
    margin-bottom: 20px;
    font-size: 12px;
}

.filter-row {
    font-size: 12px;
}

.catalog-title {
    float: left;
}

.catalog-title h1 {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 0 !important;
    padding-top: 5px;
}

.catalog-title a {
    text-decoration: none;
}

.catalog-filter {
    display: none;
    font-weight: 700;
    float: right;
    text-align: right;
}

.catalog-filter:hover, .button-reset:hover, .button-submit:hover {
    cursor: pointer;
}

.filter-form {
    width: 100%;
}


.input-row {
    height: 50px;
    border-bottom: 1px solid #e2e2e2;
}

.input-item {
    font-weight: 700;
    display: flex;
    flex-flow: nowrap row;
    align-items: center;
}

.input-item > label {
    line-height: 50px;
    margin-left: 5px;
}

.button-row {
    height: 50px;
    padding-right: 15px;
}

.button-reset {
    width: 90px;
    height: 50px;
    background-color: #fff;
    border: none;
    color: #000;
}

.button-submit {
    width: 170px;
    height: 50px;
    background-color: #d3d3d3;
    border: none;
    color: #000;
}

.item-slogan {
    background-color: #d3d3d3;
}

.slogan-text {
    font-size: 20px;
    line-height: 28px;
    color: #ffffff;
    padding: 100px 50px;
}

.catalog-small-item {
    width: 300px;
    height: 490px;
    margin: 0 auto 15px;
}

.small-img {
    width: 300px;
    height: 440px;
}


.catalog-large-item {
    width: 630px;
    height: 1005px;
    margin: 0 auto 15px;
}

.large-img {
    width: 630px;
    height: 955px;
}

.item-bottom {
    margin-top: 5px;
    height: 60px;
    color: #000;
}

.row {
    margin-bottom: 15px;
}

.catalog-large-item > .item-bottom {
    padding: 0 115px;
}

.item-title {
    height: 33px;
    font-size: 12px;
    line-height: 14px;
    font-weight: 400;
    text-align: center;
    padding-top: 5px;
    text-transform: uppercase;
}

.item-title a {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.price-old {
    font-weight: 700;
    float: left;
    text-decoration: line-through #000;
}

.price-new {
    font-weight: 700;
    float: right;
}

.price-new, .price-old {
    text-transform: uppercase;
}

.small-img, .large-img {
    position: relative;
}

.bottom-hover {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 50px;
    background-color: rgba(239,239,240, 0.7);
    padding: 10px 15px;
    font-size: 12px;
    line-height: 30px;
}

.link-favorite {
    float: left;
}

.link-buy {
    float: right;
}

.catalog-item a {
    font-weight: 700;
    text-decoration: none;
    font-size: 12px;
}

.another_models .item {
    margin-left: 1.5% !important;
}

.input-item {
    min-width: 187px;
}

@media (max-width: 991px) {
    .input-row {
        height: auto;
    }
}

@media (max-width: 768px) {

    .item-bottom {
        font-size: 14px;
    }

    .catalog-small-item {
        width: 300px;
        height: 490px;
    }

    .small-img {
        width: 100%;
        height: 430px;
    }

    .small-img > a {
        width: 100%;
        height: 440px;
    }

    .catalog-large-item {
        width: 300px;
        height: 490px;
    }

    .large-img {
        width: 100%;
        height: 430px;
    }

    .large-img > a {
        width: 100%;
        height: 430px;;
    }

    .catalog-large-item > .item-bottom {
        padding: 0 15px;
    }


}

@media (max-width: 576px) {

    .catalog-small-item {
        width: 300px;
        height: 490px;
    }


    .catalog-large-item {
        width: 300px;
        height: 490px;
    }



    /*.catalog-slogan {
        height: 250px !important;
    }

    .item-slogan {
        height: 250px !important;
    }*/

    .slogan-text {
        padding: 50px 25px !important;
        margin-top: 25px;
    }


}

.main-ui-pagination {
    font-size: 11px;
    text-transform: uppercase;
    display: table;
    text-align: center;
    margin: 30px auto 0px auto;
    position: relative;
}

.main-ui-pagination-pages, .main-ui-pagination-label, .main-ui-pagination-pages-list, .main-ui-pagination-page, .main-ui-pagination-arrows, .main-ui-pagination-arrow {
    display: inline-block;
    margin: 0px auto !important;
}

.main-ui-pagination-page.main-ui-pagination-active {
    color: #000;
    background: #ececec;
}

.main-ui-pagination-page {
    padding: 2px 14px;
    border: solid 1px #cecece;
    text-decoration: none;
    font-size: 13px;
}

.catalog-pagination {
    margin-bottom: 50px;
}


.small-img > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 300px;
    height: 440px;
}

.large-img > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 630px;
    height: 955px;
}

