@import 'icons/icomoon/style.css';
/*@import 'bootstrap.css';*/
/*@import 'bootstrap-grid.css';*/
/*@import 'bootstrap-reboot.css';*/
@import 'bootstrap.min.css';
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900');
@import 'owl.carousel.min.css';

a:not(.btn)
{
    transition: .4s;
    color: inherit;
    text-decoration: none;
}

#header-fixed.show 
{
    top: 0;
    margin: 0px;
}
#header-fixed 
{

    position: fixed;
    left: 0;
    /*top: -100px;*/
    top: -100%;
    right: 0;
    transition: 0.3s;
    z-index: 100;
    background-color: #E5E5E5;
    padding-top: 10px;
    border-bottom: 2px solid #DC3939;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
}

.t-white
{
    color: white;
}
.t-red
{
    color: #DC3939;
}
.t-mute
{
    color: #6D6D6D;
}
.t-green{
    color: green;
}
.t-blue{
    color: blue;
}
.t-uppercase
{
    text-transform: uppercase;
}
.t-regular
{
    font-weight: 400;
}
.t-16
{
    font-size: 16px;
}
.t-18
{
    font-size: 18px;
}
.t-12
{
    font-size: 12px;
    font-weight: unset;
    text-transform: unset;
}
.t-20{
  font-size: 20px;
}

.relative
{
    position: relative;
}

h1,
.h1
{
    font-weight: bold;
    font-size: 36px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    margin: 0;
}
h2,
.h2
{
    font-weight: 500;
    font-size: 30px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}
.h4,
h4
{
    font-weight: 500;
    line-height: 24px;
    font-size: 15px;
}
.h3,
h3
{
    font-weight: bold;
    line-height: 20px;
    font-size: 24px;
    letter-spacing: 0.05em;
    margin: 0;
}
.h5,
h5
{
    font-weight: normal;
    line-height: 16px;
    font-size: 14px;
}
.t-big
{
    font-weight: 500;
    line-height: 48px;
    font-size: 34px;
}
.login-block
{
    padding: 50px 60px;
    background: #FFFFFF;
    box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.15);
    border-radius: 3px;
}
.panel
{
    background: #FFFFFF;
    border: 1px solid #E5E5E5;
    border-radius: 3px;
    padding: 0px 10px;
    margin-bottom: 0px;
}
.panel .rm,
.table-theme-1 .rm
{
    background-image: url(images/close-av.svg);
    opacity: 1;
    text-indent: 2000em;
    width: 20px;
    height: 20px;
}

.image-focus
{
    position: relative;
    min-height: 50px;
}

.image-focus img 
{
    transition: 0.3s;
    position: absolute;
    left: 15px;
    top: 0;
    z-index: 1;
    max-width: 50px;
}

.image-focus:hover img
{
    
    width: auto;
    z-index: 2;
    max-width: 1000px;
}

.r-50
{
    border-radius: 50px!important;
}

body{
    font-family: 'Roboto', sans-serif;
    background: #E5E5E5;
    font-size: 14px;
}
label
{
    font-style: normal;
    font-weight: normal;
    color: #7F7F7F;
}
label a:not(.btn)
{
    color: #DC3939;
    text-decoration: underline;
}
.modal-content
{
    background-color: #FDFDFD;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
    border-radius: 3px;
}

.form-control
{
    background: #FFFFFF;
    border: 1px solid #E5E5E5;
    box-sizing: border-box;
    border-radius: 3px;
    /*padding: 15px 25px;*/
    /*padding: 0 25px;*/
    font-size: inherit;
    height: 48px;
}
.form-control-sm{
    padding: 0 10px;
    height: 30px;
}

.form-control:focus,
.form-control:active
{
    box-shadow: none;
    border-color: #DC3939;
}

#message
{
    transition: 0.4s;
    position: fixed;
    right: -230px;
    width: 230px;
    box-sizing: border-box;
    padding: 20px;
    top: 10vh;
    background-color: white;
    z-index: 10000;
}
#message.show
{
    right: 0;
}
#message .close
{
    background-image: url(images/close-av.svg);
    opacity: 1;
    text-indent: 2000em;
    width: 20px;
    height: 20px;
    display: inline-block;
    float: right;
}

.form-control.inherit
{
    background: transparent;
    border: 0;
    box-shadow: none;
    display: inline-block;
    width: auto;
    padding: 0;
    height: inherit;
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
    border-radius: 0;
    margin: 0;
    max-width: 25px;
    min-width: auto;
    text-align: center;
}

.basket-mod
{
    font-size: 20px;
    margin-bottom: 15px;
    font-weight: 500;
}
.btn.btn-mess
{
    padding: 9px 15px;
    display: inline;
    margin-bottom: 0px;
    width: auto;
    line-height: normal;
    margin-left: 55px;
}
.toggle-switch
{
    background: #FDFDFD;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    display: inline-block;
    padding: 5px;
}
.toggle-switch a
{
    display: inline-block;
}
.toggle-switch a path,
.toggle-switch a rect
{
    fill: #E5E5E5;
}
.toggle-switch a.active path,
.toggle-switch a.active rect
{
    fill: #E04D4D;
}
.toggle-switch a + a
{
    margin-left: 3px;
    border-left: 1px solid #E5E5E5;
    padding-left: 5px;
}
.img-fluid
{
    max-width: 100%;
}

.btn
{
    background: #DC3939;
    border-radius: 3px;
    font-weight: 900;
    line-height: 40px;
    font-size: 15px;
    text-align: center;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #FFFFFF;
    box-sizing: border-box;
    border: 1px solid transition;
}
.btn:hover
{
    color: white;
}
.btn.btn-white
{
    background-color: white;
    color: #DC3939;
    border-color: #DC3939;
}
.btn.btn-call
{
    background-color: inherit;
    border: 1px solid white;
    width: 100%;
}

.btn.btn-call-black
{
    background-color: white;
    border: 1px solid black;
    width: 100%;
    color: black;
    font-size: 12px;
    padding: 0 9px;
    line-height: 28px;
}

.btn-margin
{
    margin-bottom: 10px;
}
.product-card
{
    background: #FFFFFF;
    border: 1px solid #E5E5E5;
    border-radius: 3px;
    padding: 40px 14px;
    font-size: 14px;
}

.header--top{
    background: #DC3939;   
    color: #FFFFFF;
    font-size: 14px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.header--logo img{
    width: 100%;
}
.header--nav{
    align-items: center;
    justify-content: space-between;
    position: relative;
}
.header--search,
.header--select{
    margin: 0 .6rem;
}
.select--head
{
    color: #7F7F7F;
}
.header--contacts{
    font-size: 16px;
}
.header--contacts span{
    font-size: 14px;
}
.header--LogCont{
    display: flex;
}

.search--form{
    background: #FFFFFF;
    border: 1px solid #E2E2E2;
    box-sizing: border-box;
    border-radius: 3px;
    display: flex;
    /*height: 45px;*/
    height: 38px;
    align-items: center;
    /*padding: 0 1rem;*/
    padding-left: 1rem;
    width: 100%;
}
@media(max-width: 768px){
    .search--form{
        /*height: 30px;*/
        /*padding: 0 0 0 1rem;*/
    }
}
.search--input, .search--btn{
    background: transparent;
    border: none;
}
.search--form .search--input
{
    width: calc(100% - 40px);
}
.search--form .search--btn
{
    width: 40px;
}

.header--wrapp{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
}
.header--profile{
    border-right: 1px solid #C4C4C4;
		/* padding-right: 30px; */
		padding-right: 15px;
}
.header--profile a{
    display: flex;
    align-items: center;
    font-size: 12px;
    color: #414141;
}
.header--profile .icon-user{
    font-size: 30px;
    margin-left: .6rem;
}

.header--profnav{
    display: flex;
}
.header--basket{
		/* padding-left: 30px; */
		padding-left: 15px;
}
.header--basket .icon-shopping-cart{
    font-size: 30px;
}
.basket--count{
    position: absolute;
    font-weight: bold;
    font-size: 12px;
    color: #DC3939;
    right: -10px;
    bottom: 0;
}
.basket{
    position: relative;
}

.basket-fixed{
    position: fixed;
    bottom: 15px;
    left: 15px;
    border-radius: 50%;
    box-shadow: 0 0 10px 1px #DC3939;
    background-color: #fff;
}
.basket-fixed a{
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.basket-fixed .basket--count{
    right: 0;
}

.yuan-rate{
	font-size: 18px;
}

.menu{
    background: #101116;
}
.menu--item{
    text-transform: uppercase;
    font-size: 18px;
    color: #FFFFFF;
    font-weight: 500;
    letter-spacing: 0.05em;
    width: 100%;
    padding: .5rem;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    white-space: nowrap;
}
.menu--item:hover{
    background: #DC3939;
}
.menu--item [class^="icon-"]{
    font-size: 32px;
    margin-right: .5rem;
}
.menu--nav{
    display: flex;
    width: 100%;
    justify-content: space-between;
}
.count{
    text-align: center;
    color: #fff;
    font-weight: bold;
    line-height: 30px;
    font-size: 30px;
    letter-spacing: 0.02em;
    background-image: url(../images/count-bg.jpg);
    background-size: cover;
    background-position: center;
    padding-top: 95px;
    padding-bottom: 330px;
}
.count--number{
    font-weight: 900;
    font-size: 96px;
    line-height: 90px;
}
.count--number span{
    color: #DC3939;
}

.partlog{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 50px;
}
.partlog--item{
    width: 20%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 120px;
    background: #F6F6F6;
    border: 1px solid #EDEDED;
    padding: 20px;

}
.partlog--item:hover{
    background: #FFFFFF;
    border: 1px solid #EDEDED;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
    z-index: 2;
}
.partlog--item img{
    max-width: 100%;
    filter: grayscale(1);
    transition: .4s;
}
.partlog--item:hover img{
    filter: grayscale(0);
}
.count + .partlog{
    margin-top: -393px;
}

.CatalogList{
    background: #FDFDFD;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
    border-radius: 2px;
    width: 100%;
    margin-bottom: 30px;
}
.CatalogList--head{
    position: relative;
    cursor: pointer;
    font-size: 18px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    font-weight: bold;
    padding: 15px 30px;
    padding-top: 25px;
}
.CatalogList--head::before{
    content: '';
    position: absolute;
    width: 32px;
    height: 3px;
    background: #DC3939;
    display: block;
    left: -16px;
    top: 25px;
}
.CatalogList--head::after{
    content: "\e901";
    color: #dc3939;
    font-family: 'icomoon' !important;
    position: absolute;
    font-size: 11px;
    top: 10px;
    right: 10px;
}
.CatalogList--item{
    display: block;
    font-size: 14px;
    color: #7F7F7F;
    font-weight: bold;
    padding: 10px 30px;
}
.CatalogList--item:hover{
    background: #F3F4F8;
}
.CatalogList--cont{
    display: none;
    max-height: 100%;
    /*overflow: auto;*/
}
.CatalogList.active .CatalogList--cont{
    display: block;
}
.CatalogList--cont > .nav
{
    flex-direction: column;
}
.CatalogList--cont > .nav a
{
    font-size: 14px;
    color: #7F7F7F;

}
.CatalogList--cont > .nav li
{
    padding: 10px 0;
}
.CatalogList--cont > .nav > .item:last-child
{
    padding-bottom: 0;
}
.CatalogList--cont > .nav > .item:first-child
{

}
.CatalogList--cont > .nav > .item > a
{
    text-transform: uppercase;
    padding: 10px 40px;
}
.CatalogList--cont > .nav > .item:hover
{
    background-color: #F3F4F8;
}
.CatalogList--cont > .nav > .item > a
{
   
}
.CatalogList--cont > .nav > .item ul
{
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.CatalogList--cont > .nav > .item > a + ul
{
    padding-left: 40px;
    padding-right: 40px;
    
}
.CatalogList--cont > .nav > .item ul li::before
{
    content: '• ';
}
.CatalogList--cont > .nav > .item ul li li::before
{
    content: '• • ';
}
.CatalogList--cont > .nav > .item ul li li li::before
{
    content: '• • • ';
}
.CatalogList--cont > .nav > .item ul li li li li::before
{
    content: '• • • • ';
}
.CatalogList--cont > .nav > .item ul li li li li li::before
{
    content: '• • • • • ';
}


.prod{  
    background: #FFFFFF;
    border: 1px solid #E5E5E5;
    border-radius: 3px;
    margin-bottom: 30px;
    text-align: center;
}
.prodo--img img{
    width: 100%;
    /*margin-bottom: 30px;*/
}
.prodo--title
{
    height: 46px;
    overflow: hidden;
    line-height: 23px;
    height: 23px;
}
.prodo--title a{
    font-size: 15px;
    color: #414141;
    margin-bottom: 10px;
}
.prodo--id{
    font-size: 13px;
    color: #7F7F7F;
    font-weight: 500;
    word-wrap: anywhere;
    line-height: 1;
}
.prodo--price{
    color: #414141;
    font-size: 24px;
    font-weight: bold;
}
@media(max-width: 576px){
    .prodo--price{
        font-size: 20px;
    }
}

.prodo--name{
    text-align: center;
    color: #414141;
    /*margin-bottom: 10px;*/
    font-size: 12px;
}
.prodo--phone{
    font-size: 12px;
    margin-bottom: 10px;
}
.prod--BasketLink{
    line-height: 38px;
    display: block;
    color: #414141;
    font-weight: 500;
    /*line-height: 55px;*/
    font-size: 12px;
    letter-spacing: 0.05em;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top: 1px solid #EDEDED;
}
.prod--BasketLink .icon-shopping-cart{
    font-size: 30px;
    vertical-align: middle;
    margin-right: 10px;
}
.prod--BasketLink:hover{
    background: #DC3939;
    color: #fff;
    border-color: #dc3939;
}
.prod--BasketLink:hover .icon-shopping-cart::before{
    color: #fff;
}
.TitlePag{
    font-weight: normal;
    line-height: 30px;
    font-size: 30px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #101116;
    position: relative;
    margin-bottom: 30px;
}
.map .TitlePag{
    padding-left: 60px;
}
.map .TitlePag::before{
    content: '';
    display: block;
    position: absolute;
    background: #DC3939;
    width: 64px;
    height: 3px;
    top: 12px;
    left: -30px;
}
.phone a, .mail a{
    line-height: 16px;
    font-size: 16px;
    color: #414141;
    margin-bottom: 20px;
}
.phone span, .mail span{
    vertical-align: middle;
    width: 30px;
    display: inline-block;
}
.footer{
    background-image: url(images/footer-bg.jpg);
    background-size: cover;
    background-position: center;
    color: #fff;
    padding-top: 410px;
    margin-top: -370px;
}
.footer--phone{
    font-weight: 500;
    font-size: 32px;
    text-transform: uppercase;
    color: #EDEDED;
    margin-bottom: 15px;
}
.footer--nav{
    margin-bottom: 20px;
}
.footer--nav > a{
    display: block;
    font-weight: 500;
    line-height: 30px;
    font-size: 18px;
    letter-spacing: 0.05em;
    color: #fff;
}
.footer--nav > a:hover{
    text-decoration: underline;
}
.footer--links{
    display: flex;
    flex-direction: column;
}
.footer--links > a{
    font-weight: 500;
    line-height: 16px;
    font-size: 18px;
    color: #FFFFFF;
    margin-bottom: 30px;
}
.footer--links > a span{
    font-size: 30px;
    vertical-align: middle;
    width: 50px;
    display: inline-block;
}
.footer--links > a:hover{
    color: #DC3939;
}
.footer--links > a:hover span::before{
    color: #DC3939;
}
.footer--text{
    font-weight: normal;
    font-size: 12px;
    color: #747474;
    margin-bottom: 30px;
}
.footer--bottom .col-md-6 + .col-md-6{
    text-align: right;
}
.footer--bottom{
    line-height: 20px;
    font-size: 12px;
    color: #D8D8D8;
    padding-top: 20px;
    padding-bottom: 20px;
}
.map{
    margin-top: 50px;
}
.select{
    position: relative;
    min-width: 184px;
    width: 100%;
}
span + .select
{
    display: inline-block;
    min-width: none;
    width: auto;
}
.select--head{
    cursor: pointer;
    padding-left: 20px;
    padding-right: 50px;
    position: relative;
    background: #FFFFFF;
    border: 1px solid #E2E2E2;
    box-sizing: border-box;
    border-radius: 3px;
    height: 45px;
    display: flex;
    align-items: center;
    color: #7F7F7F;
    
}
.select:active .select--head
{
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
}
.select--cont{
    background: #FFFFFF;
    max-height: 200px;
    overflow: auto;
    display: none;
    position: absolute;
    top: 100%;
    left: 1px;
    right: 1px;
    z-index: 10;
}
.select.active .select--cont{
    display: block;
}
.select--head:after{
    content: "\e901";
    display: inline-block;
    color: #dc3939;
    font-family: 'icomoon' !important;
    font-size: 11px;
    position: absolute;
    top: calc(50% - 7px);
    right: 20px;
}
.select--item{
    font-size: 14px;
    display: block;
    padding: 10px 20px;
    color: #7F7F7F;
}
.select--item:hover{
    background: #E2E2E2;
    
}
.MobMenu--btn .icon-gam:before{
    color: #414141;
}
.NavPage{
    font-size: 14px;
    letter-spacing: 0.03em;
    color: #DC3939;
    padding-top: 35px;
    padding-bottom: 25px;
}
.NavPage a{
    color: #7F7F7F;
}
.NavPage a::after{
    content: '»';
    display: inline-block;
    margin: 0 .2rem;
}
.brand--wrapp{
    background: #FFFFFF;
    border: 1px solid #E5E5E5;
    border-radius: 3px;
    text-align: center;
    padding-bottom: 25px;
    margin-bottom: 30px;
}

.brand--title{
    font-weight: 500;
    line-height: 20px;
    font-size: 15px;
    color: #414141;
    display: block;
    height: 35px;
    overflow: hidden;
}
.brand--img{
    margin-bottom: 30px;
}
.SwitchItemProd{
    background: #FDFDFD;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    display: inline-flex;
    width: auto;
    padding: 6px;
    align-items: center;
}
.SwitchItemProd--item{
    flex: 0 0 50%;
    line-height: 0;
    cursor: pointer;
    font-size: 30px;
}
.SwitchItemProd--item > span:before{
    color: #E5E5E5;
}
.SwitchItemProd--item:hover > span:before,
.SwitchItemProd--item.active > span:before{
    color: #DC3939;
}
.SwitchItemProd .SwitchItemProd--item:first-child:after{
    content: '';
    display: inline-block;
    height: 100%;
    width: 1px;
    background: #E5E5E5;
    margin: 0 .4rem;
}
.filter-left .nav .parent:not(.opened) > ul
{
    display: none;
}
.p-10
{
    padding-top: 10px;
    padding-bottom: 10px;
}
.p-20
{
    padding-top: 20px;
    padding-bottom: 20px;
}
.p-30
{
    padding-top: 30px;
    padding-bottom: 30px;
}
.p-100
{
    padding-top: 100px;
    padding-bottom: 100px;
}

.breadcrumb
{
    background: none;
    padding: 0;
    margin: 0;
    font-size: 14px;
    margin-bottom: 20px;
}
.breadcrumb > .active
{
    color: #DC3939;
    text-transform: uppercase;
}
.breadcrumb a,
.breadcrumb > li + li::before
{
    color: #7F7F7F;
}
.breadcrumb > li + li::before
{
    content: '»';
    padding: 0 5px;
}
#login.container-fluid
{
    background-image: url(images/login-back.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
#login.container-fluid + .map
{
    display: none;
}
#login.container-fluid ~ .footer
{
    margin-top: 0;
    padding-top: 40px;
}
@media(min-width: 1200px){
    .search--OpenMod{
        display: none;
    }
}
@media(max-width:1200px){
    header .container,
    .menu .container{
        width: 100%;
        max-width: 100%;
    }
}
@media(max-width: 992px){
    .menu--item{
        font-size: 14px;
    }
    .menu--item [class^="icon-"]{
        font-size: 21px;
    }
    .header--wrapp{
        flex-direction: column;
        align-items: stretch;
    }
    .header--LogCont{
        margin-bottom: 10px;
    }
    
    body{
        padding-top: 140px;
    }
    .header{
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 99;
        background: #E5E5E5;
    }
}
.MobMenu--mod{
    display: none;
}

body
{
    overflow-x: hidden;
}

@media(max-width: 768px)
{
    body
    {
        padding-top: 140px;
        background-color: white;
    }
    .t-20-regular
    {
        font-size: 20px;
        font-weight: 500;
    }
    .t-10
    {
        font-size: 10px;
    }
    .t-12
    {
        font-size: 12px;
    }

    .header--contacts
    {
        padding: 3px 15px;
    }

    .menu-mod
    {
        padding-right: 12px;
    }

    body.basket_page,
    body.checkout_page
    {
        background-color: white;
    }

    #menu-modile
    {
        background: white;
    }

    .modal-mob
    {
        box-shadow: unset;
        border-radius: unset;
        border: unset;
    }

    .close-mob
    {
        font-weight: 400;
        font-size: 35px;
        opacity: unset;
    }

    .border-mob
    {
        border-bottom: 1px solid #ddd;
    }

    .partlog
    {
        margin-bottom: 0px;
    }

    .partlog--item img
    {
        width: auto!important;
        max-width: 60%;
    }
    .main_page
    {
        background-color: white;
    }
    .panel
    {
        border: none;
        padding: 0px;
    }

    .num
    {
        font-size: 18px;
        font-weight: 500;
    }

    .minus,
    .plus
    {
       border: 2px solid #DC3939;
       box-sizing: border-box;
       border-radius: 2px;
       padding: 4px 10px;
       font-weight: 900;
    }

    .form-control.inherit
    {
        border: 2px solid #DC3939;
        box-sizing: unset;
        border-radius: 2px;
        padding: 3px 20px 3px 20px;
    }

    .t-20
    {
        font-size: 20px;
        font-weight: 900;
    }

    .Brands
    {
        background-color: white;
    }

    .CatalogList
    {
        background: #F3F4F8;
        border: 1px solid #E5E5E5;
        box-shadow: unset;
        border-radius: 0;
        margin-bottom: 0px;
    }

    .CatalogList--head
    {
        text-transform: unset;
        font-weight: 400;
    }

    .CatalogList--head::before
    {
        content: '';
        width: 0px;
    }

    .close-btn
    {
        width: 100%;
        margin-top: 30px;
    }

    .header--search,
    .header--select
    {
        margin: 0px;
    }

    .number-catalog
    {
        border: 1px solid #E2E2E2;
        border-radius: 3px;
    }

    .CatalogList--cont
    {
        overflow: unset;
        max-height: none;
    }

    #login.container-fluid
    {
        background-color: white;
        background-image: none;
    }
    .login-block
    {
        box-shadow: unset;
        padding: 0px;
    }
    .r-50
    {
        border-radius: 3px!important;
    }
    .btn.btn-black
    {
        background: #404040;
        border-radius: 3px;
        color: white;
        border-color: #404040;
    }

    .basket-mod
    {
        font-size: 15px;
    }

    .btn.btn-mess 
    {

        padding: 9px 15px;
        display: block;
        margin-bottom: 17px;
        width: 100%;
        line-height: normal;
        margin-left: 0px;
        text-align: center;
    }
    .map
    {
        background: #F3F4F8;
        border: 1px solid #D4DEE1;
        margin-top: 0px;
    }
    .map .TitlePag::before
    {
        content: "";
        width: unset;
    }
    .map .TitlePag
    {
        padding-left: 0px;
    }
    .t-mute-mob
    {
        color: #C8C8C8;
    }

    .p-100
    {
        padding-bottom: 0px;
        padding-top: 0px;
    }

    #message
    {
        width: auto;
        background-color: #F3F4F8;
        top: 22vh;
        right: -2000em;
    }

    .header{
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 99;
        background: #FFFFFF;
    }
    .header--contacts{
        background: #132034;
        color: #fff;
        text-align: center;
        padding: 10px 15px;
    }

    .partlog--item 
    {
        width: auto;
    }
    .count
    {
        padding-bottom: 110px;
    }

    span + .select
    {
        width: 100%;
        padding-top: 20px;
    }

    .prod 
    {
        margin-bottom: 20px;
        margin-top: 20px;
    }

    .people-foto
    {
        width: 100%;
		}
		
		.footer{
			padding-top: 24px;
			margin-top: 24px;
		}
}

@media(max-width:575px){
   /* body{
        padding-top: 185px;
    }*/
    .header--top{
        text-align: center;
    }
    .header--nav{
        padding: 0 15px;
    }

    .search--OpenMod{
        display: inline-block;
    }
    .header--logo, .menu, .search form, .footer--nav, .footer--links{
        display: none;
    }
    .header--contacts,
    .partlog--item{
        width: 100%;
    }
    .header--main, .header--main .container,
    .partlog{
        padding: 0;
    }
    .header--wrapp{
        padding-top: 0;
    }
    .count + .partlog{
        margin-top: 0;
    }
    .footer{
        text-align: center;
    }
    .MobMenu--mod{
        position: fixed;
        right: 100%;
        top: 0;
        transition: .3s;
        width: 100%;
        display: block;
        padding-top: 200px;
        background: #FFFFFF;
        z-index: -1;
        top: 0;
        bottom: 0;
        overflow: auto;
    }
    .MobMenu-open{
        overflow: hidden;
    }
    .MobMenu-open .MobMenu--mod{
        right: 0;
    }
    .MobMenu--icon::before{
        content: "\e904";
        font-family: 'icomoon' !important;
        color: #414141;
    }

    .MobMenu--item{
        display: block;
        font-weight: bold;
        line-height: 30px;
        font-size: 20px;
        letter-spacing: 0.02em;
        text-transform: uppercase;
        color: #414141;
        padding: 15px 10px;
    
    }

}

.modal-content
{
    background: #FFFFFF;
    box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.15);
    border-radius: 3px;
    border: 0;
    padding: 45px 60px;
    position: relative;
}
.modal-body
{
    padding: 0;
}
.modal-footer
{
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
}
.modal-content .title
{
    font-weight: 500;
    line-height: 100%;
    font-size: 34px;
    margin-bottom: 20px;
}
.modal-content .close
{
    background-image: url(images/close-avto.svg);
    background-repeat: no-repeat;
    background-position: center;
    width: 20px;
    height: 20px;
    text-indent: 2000em;
    overflow: hidden;
    opacity: 1;
    position: absolute;
    top: 25px;
    right: 25px;
    z-index: 10;
}
.modal-content .modal-body
{
    position: static;
}

.counter .form-control
{
    border: 2px solid #DC3939;

    color: #DC3939;

    font-weight: 500;

    font-size: 15.0224px;

    height: 32px;

    text-align: center;
    padding: 0;
}
.counter .call
{
    color: #DC3939;
    font-weight: 500;
   /* position: absolute;
    top: calc(50% - 10px);
    left: 0px;*/
}
.counter .form-control + .call
{
    left: auto;
    right: 0;
}
.counter > div
{
    position: relative;
}
.CatalogList .opened > a
{
    color: #DC3939!important;
}
.table a path,
.table a rect
{
    fill: #6D6D6D;
}
.table a:hover path,
.table a:hover rect
{
    fill: #DC3939;
}
.canvas.fix
{
    position: absolute;
    left: 15px;
    right: 15px;
}

@media screen and (min-width: 768px)
{
    .vcenter
    {
        white-space: nowrap;
    }
    .vcenter > div 
    {
        display: inline-block;
        vertical-align: middle;
        float: none;
        white-space: normal;
    }

    #orderMod .modal-dialog
    {
        width: 735px;
    }
}
@media screen and (min-width: 992px) and (max-width: 1199px)
{
    .vcenter-md
    {
        white-space: nowrap;
    }
    .vcenter-md > div 
    {
        display: inline-block;
        vertical-align: middle;
        float: none;
        white-space: normal;
    }
}

@media screen and (max-width: 768px)
{
    .vcenter-xs
    {
        white-space: nowrap;
    }
    .vcenter-xs > div 
    {
        display: inline-block;
        vertical-align: middle;
        float: none;
        white-space: normal;
    }
    .vcenter-xs > div.visible-xs
    {
        display: inline-block!important;
    }
    .modal-dialog
    {
        margin: 0;
    }
    .modal-content
    {
        padding: 30px 20px;
        box-shadow: none;
    }
    .modal
    {
        background-color: white;
    }
    .CatalogList--head
    {
        padding: 20px 15px;
    }
    .CatalogList--head::after
    {
        top: calc(50% - 10px);
    }
    .product-card
    {
        padding: 0;
        border: 0;
    }
    .CatalogList
    {
        margin-bottom: 20px;
    }
}

#orderMod.drag-over.fade.show input[id="file"]
{
    position: fixed;
    display: block !important;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
}
#orderMod.drag-over .modal-content
{
    border: 10px solid #DC3939;
}

.lh-1{
    line-height: 1 !important;
}

.pagination{
    margin: 20px 0;
    border-radius: 4px;
}

.pagination > li:first-child > a, .pagination > li:first-child > span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}


.modal-dialog{
    max-width: inherit;
}

.td-counter{
    min-width: 75px;
}

.pos-r{
    position: relative !important;
}

.width-40{
  width: 40px;
}

.vertical-middle{
  vertical-align: middle !important;
}

.cover{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}

.modal-dialog{
  max-width: 900px;
}

@media(min-width: 768px){
	.modal-md{
		max-width: 600px;
	}
}


.table-theme-1{
  display: table;
  border-collapse: collapse;
}

.table-theme-1 .cell{
  vertical-align: middle;
}

.table-theme-1 .prodo--link{
  display: block;
  width: 50px;
  position: relative;
}

.table-theme-1 .image-focus img{
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.table-theme-1 .table-row{
  background-color: white;
}

.table-theme-1 .cell{
  border: 1px solid #E5E5E5;
  padding: 3px 5px;
}

.table-theme-1 .close{
  float: none;
}


/* CHECKBOX */
.jq-checkbox{
	display: inline-block;
	width: 13px;
	height: 13px;
	background: #fff;
	border: 1px solid #000;
	position: relative;
}
.jq-checkbox:after{
	content: '';
	position: absolute;
	top: 2px;
	left: 2px;
	width: 7px;
	height: 7px;
	background: #000;
	opacity: 0;
	transition: .3s;
}
.jq-checkbox.checked:after{
	opacity: 1;
}
.jq-checkbox input{
	display: none;
}
/* CHECKBOX */

.menu-two{
    opacity: 0;
    visibility: hidden;
    right: 0;
    top: 100%;
    height: 100%;
    z-index: 10;
    position:absolute;
}
.menu-two .nav{
    background-color: black;
    display: block;
    position: relative;
}
.menu-two .nav > ul > li{
    display: block;
    text-align: right;
}
.menu-two .nav > ul > li > ul.dropdown-menu{
    position: absolute;
    right: 100%;
    top: 0;
}
.menu-two li{
    text-align: right !important;
    padding-top: 0.5rem;
     padding-bottom: 0.5rem;
     padding-right: 1rem;
     padding-left: 1rem;
    background-color: black;
}
.menu-two .item:hover{
    background-color: gray;
}
.menu-hover:hover ~ .menu-two{
    opacity: 1;
    visibility: visible;
}
.menu-two:hover{
    opacity: 1;
    visibility: visible;
    display: block;
}
.menu-two .dropdown-menu{
    top: -1px;
    left: -220px;
    opacity: 0;
    visibility: hidden;
    background-color: black;
    color: white;
    margin:0;
    width: 220px;
    height: 630px;
    font-size: 0.9rem;
    padding: 0;
}
.menu-two .item:hover > .dropdown-menu{
    opacity: 1;
    visibility: visible;
    display: block;
}

.trans-none{
    text-transform: none;
}
.modal-backdrop.show{
    opacity: 0 !important; 
}
.modal-backdrop{
    background-color: none !important;
}
.modal-md{
    max-width: 600px;
}
.jq-checkbox {
    display: inline-block;
    width: 13px;
    height: 13px;
    background: #fff;
    border: 1px solid #000;
    position: relative;
}
.jq-checkbox::after {
    content: '';
    position: absolute;
    top: 2px;
    left: 2px;
    width: 7px;
    height: 7px;
    background: #000;
    opacity: 0;
    transition: .3s;
}
.jq-checkbox.checked::after {
    opacity: 1;
}
#searchCatalogMod input[type="checkbox"], input[type="radio"]{
    display: none;
}
#searchCatalogMod .modal-content .close {
    background-image: url(../images/close.svg);
    width: 30px;
    height: 30px;
    right: 2%;
    top: 4%;
}
#searchCatalogMod .modal-content .close:focus{
    outline: none;
}

.choise_city p{
    color: gray;
}

.choise_city a{
    color:  #DC3939;;
    font-size: 18px;
}

