@font-face {
    font-family: 'Fut';
    src: url('../fonts/futurabookc.otf');
}

@font-face {
    font-family: 'FutBold';
    src: url('../fonts/FuturisBold.ttf');
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/RobotoCondensedBold.ttf');
}
@font-face {
font-family: 'Roboto Medium';
src: url('../fonts/roboto/Roboto-Medium.eot');
src: url('../fonts/roboto/Roboto-Medium.eot?#iefix') format('embedded-opentype'),
url('../fonts/roboto/Roboto-Medium.woff') format('woff'),
url('../fonts/roboto/Roboto-Medium.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}


body {
    font-family: 'Fut';
    font-size: 21px;
    color: #3c4664;
}

#header {
    background-image: url('../images/header-bg.png');
    background-position: top center;
    background-repeat: no-repeat;
    padding-top: 30px;
    font-family: "Fut";
    padding-bottom: 4px;
}

.phoneDiv a {
    color: #414863;
    font-size: 25px;
    text-align: right;
    padding-bottom: 10px;

}

.adressDiv, .phoneDiv {
    color: #414863;
    font-size: 17px;
    text-align: right;
}

.social {
    text-align: right;
}

.personal {
    border: 3px solid #414863;
    padding: 10px 0;

    display: block;
    text-align: center;
    padding-left: 20px;
    color: #414863;
    font-size: 18px;
    margin-bottom: 15px;
}

.cart {
    border: 3px solid #414863;
    padding: 5px 8px 5px 20px;
    padding-left: 30px;
    display: block;
    text-align: right;
    padding-left: 20px;
    color: #414863;
    font-size: 18px;
    line-height: 1;
    margin-bottom: 15px;
}

.searchInput {
    border: 3px solid #414863;
    display: block;
    width: 100%;
    padding: 10px 0;
    padding-left: 20px;
    text-align: left;
    text-transform: uppercase;
}

#menu {
    background-color: #414762;
}

.menu li {
    background-color: #fff;
    border: 3px solid #414762;
}

.menu li > a {
    color: #414762;
    font-size: 32px;
}

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

.personal {
    padding: 15px 0;
    background-image: url("../images/icon-lk.png");
    background-position: top left;
    background-repeat: no-repeat;
    height: 50px;
    padding-left: 55px;
    font-size: 13px;
}

.cart {
    padding: 5px 0;
    background-image: url("../images/footer-basket.png");
    background-position: top left;
    background-repeat: no-repeat;
    height: 50px;
    padding-left: 50px;
    text-transform: uppercase;
    padding-right: 10px;

}

.searchInput {
    padding: 15px 0;
    background-image: url("../images/lupa.png");
    background-position: top left;
    background-repeat: no-repeat;
    height: 50px;
    padding-left: 80px;

}

#footer .searchInput {
    background-image: url('../images/footer-poisk.png');
}

.hiddenMenu {
    display: none;
    position: absolute;
    z-index: 99;
    background: #e1e3e8;
    list-style: none;
    left: 0;
    width: 358px;
    text-transform: uppercase;
    padding: 0;
}

.hiddenMenu li {
    padding-left: 10px;
}

.menu li:hover ul {
    display: block;
}

.menu li:hover ul.hiddenMenu li a {

    color: #394463;
    font-size: 18px; /* Приближение из-за подстановки шрифтов */

    text-align: justify;
}

.menu li:hover ul.hiddenMenu li:hover a:hover, .menu li:hover ul.hiddenMenu li:hover {
    background-color: #fbfbfc;
}

.menu li:hover ul.hiddenMenu li {
    background: #e1e3e8;
    border: none;
}

ul.hiddenMenu > li {
    padding: 5px 0 5px 10px;
}

ul.hiddenMenu > li:hover, ul.hiddenMenu > li:hover > a:hover {
    background-color: #fbfbfc;
    text-decoration: none;
}

.navbar {
    min-height: 30px;
    margin-bottom: 0;
}

li.last {
    background-color: #e60033;
    color: #fff;
}

li.last > a {
    color: #fff;
}

li.last > a:hover {
    color: #fbfbfc;
}

#slider {
    padding: 0;
    margin: 0;
}

.m-p-slider-wrapper {
    margin: 0;
    border: none;
    border-radius: 0;
}

#slider img {
    width: 100%;
    height: auto;
}

#footer {
    background-image: url('../images/footer-bg.jpg');
    background-position: top center;
    background-repeat: no-repeat;

    font-family: "Fut";
    padding-bottom: 17px;
    margin-top: 10px;
}

h2 {
    text-align: center;
    font-size: 50px;
    margin-left: -15px;
    margin-right: -15px;
    text-transform: uppercase;
    padding: 10px;
}

.pink {
    background-color: #c40037;
    color: #fff;
}

.gray {
    background-color: #7f849b;
    color: #fff;
}

.catalogRight {
    color: #fff;
    font-size: 37px;
    text-align: right;
    text-transform: uppercase;
    padding: 0 30px;
}

.menuFooter .hiddenMenu {
    display: inline;
    position: relative;
    background-color: transparent;
}

.flex {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.menuFooter .hiddenMenu li a {
    color: #Fff;
    font-size: 18px;
}

.menuFooter .hiddenMenu > li:hover > a:hover, .menuFooter .hiddenMenu > li:hover {
    background-color: transparent;
}

#footer .personal {
    border: 3px solid #c40037;
    color: #3c4664;
    background-color: #fff;
    font-size: 18px;
    padding: 7px 0px 7px 84px;
    text-align: left;
    background-image: url("../images/footer-stlk.png");
}

#footer .personal a {
    color: #3c4664;
}

#footer .cart {
    border: 3px solid #c40037;
    background-color: #fff;

}

.selling {
    border: 3px solid #c40037;
    background-color: #fff;

    padding: 10px 40px;
    height: 50px;
    display: block;
    margin-bottom: 15px;
    font-size: 18px;
    text-transform: uppercase;
    color: #3c4664;
}
.download_pr{
    text-align: center;
    font-family: "Fut";
    background-color: #e60036;
    padding: 10px;
    text-transform: uppercase;
}
.download_pr a{
    color: #fff;
	font-size: 30px;
}
.download_pr_blue{
    text-align: center;
    font-family: "Fut";
    background-color: #434864;
    padding: 10px;
    text-transform: uppercase;
}
.download_pr_blue a{
    color: #fff;
	font-size: 30px;
}
#footer .c-form {
    display: inline;
}

#footer .searchInput {
    display: inline;
}

#footer .phoneDiv a {
    color: #fff;
    font-size: 25px;
}

#footer .autoluxe {
    color: #fff;
    font-size: 18px;
}

#footer .adressDiv {
    color: #fff;
    font-size: 14px;
}

#footer .contact {
    color: #fff;
    font-size: 18px;
}

.color {
    width: 150px;
    height: 55px;
    margin: 5px;
    cursor: pointer;
    color: #fff;
    font-size: 16px;
    text-align: center;
    padding: 14px 0;
}

.flex-color {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}

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

.main-product-slide {
    padding: 0;
    margin: 0;
}

.main-product-slide > li {
    width: auto;
    margin: 0;
    padding: 0;
}

.main-product-slide > .product-details-image {
    width: auto;
}

.bx-wrapper > .bx-viewport {
    height: auto;
    text-align: center;
    border: 3px solid #3c4663;
}

.main-product-slide > .product-details-image:after {
    content: "";
    clear: both;

}

h3 {
    font-size: 36px;
    color: #3c4664;
    text-transform: uppercase;
    text-align: center;
}

.description {
    font-size: 21px;
    color: #3c4664;
    text-align: justify;
    clear: both;
}

.pay {
    width: 100%;
    border-bottom: 3px solid #3c4664;
    text-align: right;
    padding-bottom: 60px;
}

.pay:after {
    content: "";
    clear: both;
}

.price-cart {
    background-color: #3c4664;
    color: #fff;
    font-size: 28px;
    display: inline-block;
    float: right;
    /*height: 60px;
    margin-right: 20px;*/
    text-align: center;
    font-family: 'Roboto Medium';
    text-align: center;
    padding: 10px 0;
}

.buyBtn {
    background-color: #c40037;
    color: #fff;
    font-size: 24px;
    display: inline-block;
    float: right;
    height: 60px;
    text-align: center;
    padding: 13px;
}

.buyBtn:hover {
    color: #fff;
}

.productTabs {
    margin-top: 10px;
    margin-bottom: 10px;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    background-color: #414762;
    color: #fff;
    border-radius: 0px;

}

.nav-tabs {
    border-bottom: 3px solid #414762;
}

.nav-tabs > li > a {
    border: none;
    color: #414762;
}

.nav-tabs > li > a {
    border-radius: 0;
}

.bottomBottom .buyBtn {
    float: none;
    text-align: center;
    width: 100%;
    display: block;
    text-transform: uppercase;
    font-size: 24px;
    padding: 15px 0;

}

.productBtn {
    background-color: transparent;
    border: 3px solid #3c4664;
    color: #3c4664;
    font-size: 18px;
    text-transform: uppercase;
    height: 60px;
    text-align: center;
    width: 100%;
    display: block;
    padding: 15px 0;
}

.c-title {
    font-size: 60px;
    text-align: center;
}

.navbar-right > li > a {
    font-size: 18px;
    padding: 15px 16px;
}

.topHeader {
    margin-top: -15px;
}

.strelka > li {
    padding: 0 100px;
    background-image: url('../images/strelka.png');
    background-repeat: no-repeat;
    background-position: 70px;
}

.strelka > li:hover {
    background-image: url('../images/strelka-next.png');
}

.menu > li:hover > a:hover {
    background-color: transparent;
    text-decoration: underline;
}

#footer ul.hiddenMenu > li {
    padding: 0;
}

.marginTop {
    margin-top: 5px;
}

h1 {
    color: #617095;
    text-align: center;
    padding: 30px 0;
}

.upcase {
    text-transform: uppercase;
    font-size: 36px;
}

.flex-catalog {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.flex-catalog img {
    display: block;
    max-width: 100%;
    height: auto;
    max-height: 360px;
    margin: 0 auto;
}

span.title {
    display: block;
    text-align: center;
    font-size: 24px;
    color: #3c4664;
    line-height: 30px;
    padding-bottom: 20px;
}

.more {
    display: block;
    width: 100%;
    text-align: center;
    background-color: #e60036;
    color: #fff;
    font-size: 21px;
    height: 50px;
    padding: 10px 0;
}

.more:hover {
    color: #fff;
}

.product {
    margin-bottom: 20px;
}

.dataPager {
    text-align: center;
}

.clearfix {
    list-style: none;
}

.clearfix li {
    display: inline-block;
    padding: 0 5px;
    margin-right: 10px;
}

.clearfix li:hover {
    background-color: #e60036;
}

.current {
    background-color: #e60036;
    color: #fff;
}

.clearfix li a {
    color: #3c4664;
}

li.current a {
    color: #fff;
}

.clearfix li:hover a, .clearfix li:hover a:hover {
    color: #fff;
    text-decoration: none;

}

.mg-filter-item ul {
    list-style: none;
    padding: 0;
}

.flex-filter {
    display: flex;
    flex-wrap: wrap;
}

.specFilter label {
    display: block;
}

.cbox {
    width: 50px;
    height: 50px;
}

.c-filter__content {
    border-bottom: 3px solid #414762;
    padding-bottom: 10px;
    margin-bottom: 30px;
}

.filter-buttons {
    text-align: right;

}

.refreshFilter {
    background-color: #414762;
    padding: 10px 30px;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
}

.refreshFilter:hover {
    color: #fff;
    text-decoration: underline;
    cursor: pointer;
}

.filter-btn {
    background-color: #e60036;
    padding: 10px 30px;
    color: #fff;
    font-size: 18px;
    border: none;
    text-transform: uppercase;
    line-height: initial;
}

.c-description {
    border-top: 3px solid #414762;
    margin-top: 20px;
    font-size: 24px;
    margin-bottom: 20px;
}

.owl-item {
    float: left;
    width: auto;
}

.owl-item a img {
    height: 100px;
}

.owl-item:after {
    content: '';
    width: auto;
}

.owl-stage > .owl-item {
    width: auto;
}

.bottomBottom {
    margin: 20px 0;
}

.bx-pager {
    display: none;
}

.tab-pane {
    margin-top: 10px;
}

.nav-tabs {
    margin-top: 20px;
}

.productCart {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    font-size: 18px;
}

.totalSumm {
    font-size: 24px;
    font-family: 'Roboto Medium';
}

.delivery-summ {
    display: inline;
}

.allSumm {
    border-bottom: 3px solid #414762;
}

.submitOrder, .inCart {
    background-color: #c40037;
    color: #fff;
    font-size: 22px;
    display: inline-block;
    height: 60px;
    text-align: center;
    padding: 13px;
}

.backPay, .closeModal {
    background-color: #3c4664;
    color: #fff;
    font-size: 22px;
    display: inline-block;
    height: 60px;
    text-align: center;
    padding: 13px;
    border: none;

    text-transform: uppercase;
}

.inCart {
    border: none;

    text-transform: uppercase;
}

.right {
    text-align: right;
}

.backPay:hover, .submitOrder:hover {
    color: #fff;
}

.c-order__payment, .c-order__list {

    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 18px;
    margin-top: 20px;
}

.c-order__title {
    font-size: 24px;
}

.c-order__payment label, .c-order__list label {
    font-size: 18px;
}

.contactData .c-order__title {
    margin-top: 20px;
}

.c-order__list--item {
    display: block;
    margin-bottom: 10px;
}

.c-order__list--item input, .c-order__list--width textarea {
    width: 100%;
    width: 100%;
}

.orderBording {
    margin-top: 20px;
}

.c-order__total--row {
    text-align: right;
    margin: 20px 0 30px;
}

.submitOrderBtn {
    background-color: #c40037;
    color: #fff;
    font-size: 22px;
    display: inline-block;
    height: 60px;
    text-align: center;
    padding: 13px;
    border: none;
    cursor: pointer;
    text-transform: uppercase;
    width: 100%;
}

#ajaxAdd {
    max-width: 450px;
    min-height: 230px;
    border-radius: 5px;
    border: 1px #626262 solid;
    background: #fff;
    position: fixed;
    top: 45%;
    left: 50%;
    margin-top: -150px;
    margin-left: -150px;
    display: none;
    opacity: 0;
    z-index: 101;
    padding: 20px 10px;
    text-align: center;
}

#ajaxAdd #modal_close {
    position: absolute;
    top: 1px;
    right: 1px;
    cursor: pointer;
    display: block;
    background-color: #747171;
    color: #fff;
    padding: 8px;
}

#overlay2 {
    z-index: 100;
    position: fixed;
    background-color: #000;
    opacity: 0.8;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    cursor: pointer;
    display: none;
}

.blogItems {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}

.newsImg img {
    margin: 0 auto;
}

.more2 {
    text-align: center;
    background-color: #e60036;
    color: #fff;
    font-size: 21px;
    height: 50px;
    padding: 10px 15px;
    float: right;
}

.more2:hover, .more2:focus {
    color: #fff;
}

.newsImg {
    border: 5px solid #414762;
    padding: 15px;
}

.footerBlog {
    margin-top: 20px;
}

.mg-news-main-desc {
    font-size: 18px;
    color: #3c4664;
}

.mg-news-title {
    margin: 30px 0;

}

.mg-news-title a {
    color: #3c4664;
}

#ajaxAdd h3 {
    margin-top: 30px;
}

.colorFilter > ul > li {
    display: contents;

}

.colorFilter .value-name {
    display: none;

}

.colorFilter .cbox {
    width: 100px;
    height: 50px;
    display: inline-block;
    margin-left: 10px;
    color: #fff;
    font-size: 13px;
    padding: 10px 0;
    text-align: center;
}

.color-filter > label {
    display: flex;
    align-items: center;
    margin-left: 10px;
}

.colorFilter ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.mg-filter-prop-checkbox {
    display: none;
}

.checkbox-custom,
.radio-custom {
    width: 20px;
    height: 20px;
    border: 2px solid #ccc;
    border-radius: 3px;
    position: relative;
}

.mg-filter-prop-checkbox:checked + .checkbox-custom::before,
.radio:checked + .radio-custom::before {
    content: "";
    display: block;
    position: absolute;
    top: 2px;
    right: 2px;
    bottom: 2px;
    left: 2px;
    background: #413548;
    border-radius: 2px;
}

.radio-custom,
.radio:checked + .radio-custom::before {
    border-radius: 50%;
}

.checkbox-custom,
.radio-custom,
.label {
    display: inline-block;
    vertical-align: middle;
}

.mg-filter-title, .label-field {
    text-transform: uppercase;
    font-weight: bold;
    white-space: pre-line;
}

label {
    font-weight: normal;
}

.flex-color .active {
    border: 3px solid #e60033;
}

.enterForm .c-form__row {
    margin-bottom: 20px;
}

.enterForm .c-button, .tab-content .c-button {
    display: inline-block;
    width: 100%;
    text-align: center;
    background-color: #e60036;
    color: #fff;
    font-size: 21px;
    height: 50px;
    padding: 10px 0;
    border: none;
    margin-right: 20px;
}

.enterForm .c-button:hover {
    text-decoration: underline;
}

.enterForm .blueColor {
    background-color: #414762;
}

.tab-content input, .tab-content select, .tab-content textarea {
    margin-bottom: 20px;
}

.hit {
    position: absolute;
    top: 0;
    right: 0;
}

.new {
    position: absolute;
    top: 0;
    left: 0;
}

.tab-content .rows {
    margin-left: -15px;
    margin-right: -15px;
}

/* c-history
------------------------------------------------------------------- */
.c-history__item {
    margin-top: 20px;
    -webkit-transition: box-shadow .3s;
    -webkit-transition: -webkit-box-shadow .3s;
    -o-transition: box-shadow .3s;
    transition: -webkit-box-shadow .3s;
    transition: box-shadow .3s;
    transition: box-shadow .3s, -webkit-box-shadow .3s;
    border: 1px solid #dadada;
}

.c-history__item:first-child {
    margin-top: 0;
}

.c-history__item:hover {
    -webkit-box-shadow: 0 0 0 4px #dadada;
    box-shadow: 0 0 0 4px #dadada;
}

.c-history__item--active {
    -webkit-box-shadow: 0 0 0 4px #dadada;
    box-shadow: 0 0 0 4px #dadada;
}

.c-history__item--active .c-history__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.c-history__header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 10px;
    cursor: pointer;
    -webkit-transition: background .3s;
    -o-transition: background .3s;
    transition: background .3s;
    background: #f3f3f3;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (max-width: 767px) {
    .c-history__header {
        flex-direction: column;

        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
    }
}

.c-history__header:hover {
    background: #dadada;
}

.c-history__status {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 150px;
    height: 24px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #fff;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (max-width: 767px) {
    .c-history__status {
        margin-top: 6px;
    }
}

.c-history__status.paid {
    background: #28bb1d;
}

.c-history__status.get-paid {
    background: #c1a700;
}

.c-history__status.dont-paid {
    background: #b81212;
}

.c-history__status.processed {
    background: #ca5f09;
}

.c-history__status.performed {
    background: #66b917;
}

.c-history__status.in-delivery {
    background: #668bd4;
}

.c-history__status.dont-confirmed {
    background: #a9a5a5;
}

.c-history__content {
    display: none;
    padding: 20px 10px;

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.c-history__content--top {
    width: 100%;
    margin-bottom: 16px;
}

.c-history__content--left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    width: 50%;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
}

@media (max-width: 767px) {
    .c-history__content--left {
        width: 100%;
        text-align: center;
    }
}

.c-history__content--right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50%;

    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

@media (max-width: 767px) {
    .c-history__content--right {
        width: 100%;
        margin-top: 20px;
        text-align: center;

        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .c-history__content--right .order-total {
        width: 100%;
    }
}

.c-history__row {
    margin-top: 10px;
}

.c-history__row:first-of-type {
    margin-top: 0;
}

.c-history__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
}

.c-history__list--item {
    margin-top: 10px;
}

.c-history__list--item:first-of-type {
    margin-top: 0;
}

.c-history__list--total {
    font-size: 16px;
    font-weight: 600;
    color: #cd4449;
}

.c-history__list--link:hover {
    text-decoration: underline;
}

.c-history__table--title {
    font-weight: 600;
    display: block;
}

.c-history__table--title .prop-position {
    font-size: 12px;
    font-weight: 400;
    margin-top: 4px;
}

.c-history__table--title:hover {
    text-decoration: underline;
}

.c-history__table--code {
    text-transform: lowercase;
}

.c-history__table--total {
    font-weight: 600;
}

.c-history__download {
    line-height: 1;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #e60033;
    color: #fff;
    padding: 15px 10px;
}

.c-history__download .icon {
    margin-right: 6px;
}

.c-history__download:hover {
    text-decoration: underline;
}

.c-history__hidden {
    display: none;
}

/* c-modal
------------------------------------------------------------------- */
.c-modal {
    position: fixed;
    z-index: 999;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
    overflow: auto;
    background: rgba(0, 0, 0, .7);
}

.c-modal--open {
    display: block;
}

.c-modal__wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 100%;
    margin: auto;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (min-width: 768px) {
    .c-modal__wrap {
        height: auto;
        padding: 50px 0;
    }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .c-modal__wrap {
        min-height: initial;
    }
}

.c-modal__content {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 30px;
    background: #fff;
}

@media (min-width: 768px) {
    .c-modal__content {
        width: 300px;
        height: auto;
    }
}

.c-modal__close {
    font-size: 16px;
    position: fixed;
    top: 0;
    right: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 30px;
    height: 30px;
    cursor: pointer;
    -webkit-transition: -webkit-transform .3s ease;
    -o-transition: transform .3s ease;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease;
    background: #fff;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (min-width: 768px) {
    .c-modal__close {
        position: absolute;
    }
}

.c-modal__close:hover {
    font-size: 16px;
}

@media (min-width: 768px) {
    .c-modal--400 .c-modal__content {
        width: 400px;
    }

    .c-modal--500 .c-modal__content {
        width: 500px;
    }

    .c-modal--600 .c-modal__content {
        width: 600px;
    }

    .c-modal--700 .c-modal__content {
        width: 700px;
    }

    .c-modal--full .c-modal__wrap {
        padding: 0;
    }

    .c-modal--full .c-modal__content {
        width: 100%;
        min-height: 100vh;
    }
}

.c-modal--scroll {
    overflow: hidden;
    padding-right: 10px;
}

@supports (-ms-ime-align:auto) {
    .c-modal--scroll {
        padding-right: 12px;
    }
}

.status-table {
    width: 100%;
}

.c-history__list {
    list-style: none;
}

.size-block .size {
    display: inline-block;
    margin-right: 10px;
    cursor: pointer;
}

.size-block .active {
    border: 3px solid #e60033;
    padding: 5px 10px;
}

.c-alert--red {
    color: #e60033;
}

.addToCompare {
    color: #fff;
    font-size: 24px;
    display: inline-block;
    float: right;
    height: 60px;
    text-align: center;
    padding: 13px;
    text-transform: uppercase;
    background-color: #414762;
    float: right;
    margin: 0 20px 0 0;
}

.navbar-toggle, .icon-bar {
    border: 1px solid #fff;
}

select {
    max-width: 100%;
}

@media (max-width: 991px) {
    .topHeader {
        margin-top: 3px;
    }

    .newsImg {
        margin-top: 10px;
    }

    .bottomCatalog {
        display: none;
    }

    .bottomBottom a {
        margin-bottom: 10px;
    }

    .c-order__total--row a {
        margin-bottom: 10px;
    }

}

@media (max-width: 766px) {
    .social, .adressDiv, .phoneDiv {
        text-align: center;
    }

    .logo img {
        max-width: 100%;
        height: auto;

        display: block;
        margin: 0 auto 10px auto;
    }

    .price-cart {
        margin: 10px auto 0;
    }

    #footer {
        background-color: #414762;
    }

}

.resultAuto {
    padding-bottom: 30px;
}

.center {
    text-align: center;
}

.autoBrushesSize {
    padding: 15px 0;
    display: block;
}

.selection-of-brushes {
    padding-bottom: 20px;
}

.titleHock {
    display: block;
    text-align: center;
    text-transform: uppercase;
    font-sieze: 18px;
}

.divFlexHock {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.divFlexHock img {
    margin: 0 auto;
}

.hockTitle {
    text-align: center;
    text-transform: uppercase;
    font-size: 30px;
    font-weight: bold;

}

.smalltext {
    margin-top: 30px;
    font-size: 18px;
}

.hockSize {
    background-color: #3c4664;
    padding: 8px 25px 7px;
    color: #fff;
    font-size: 18px;
    margin-bottom: 20px;
    display: inline-block;
    text-transform: uppercase;
}

.prop-unit {
    background-color: green;
    padding: 10px 0;
    color: #fff;
    font-size: 28px;
    display: inline-block;
    font-family: 'Roboto Medium';
    text-align: center;

}
.wholesalestext {
    padding: 15px 0;
    text-align: left;
    font-weight: bold;
    font-family: 'Roboto Medium';
}
.price-cart-div{
    float:right;
}
.cartInputBasket{
    width:60px;
}
.min-price{
    color:#c40037;
    font-weight: bold;
    text-align:center;
    font-size:30px;
}
.min-price2{
       color:#c40037;
    font-weight: bold;
    
    font-size:30px;
}