@import url('https://fonts.googleapis.com/css?family=Montserrat:100,200,300,400,500,600,700,800&display=swap');



body {
    display; none;
}


.logo, .homepage, a, .popup, .serv, body, header {
    opacity:0;
    transition: 0.5s;
    animation: show 0.5s 1;
    animation-fill-mode: forwards;
    animation-delay: 0.5s;
}


@keyframes show{
    0%{
        opacity:0;
    }
    100% {
        opacity:1;
    }
}





body, section,  input[type=text], input[type=submit], h1, h2, h3, h4, h5, ul, ul li, .sticky {
    padding: 0;
    margin: 0;
    list-style: none;
    border: none;
    font-weight: normal;
    -webkit-appearance: none;
}





html {
    scrollbar-width: none;
    -ms-overflow-style: none;
    -webkit-appearance: none;
}

html::-webkit-scrollbar {
    width: 0;
    height: 0;
}




html {
    overflow-x: hidden;
    -webkit-appearance: none;
}


a, .missia , img, .send, .messaged {
    transition: all 0.4s;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    text-decoration: none;
}


body::-webkit-scrollbar {
    width: 0.3em;
}

body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}

body::-webkit-scrollbar-thumb {
    background-color: #c8baad;
    outline: 0px solid slategrey;
}


body::-moz-scrollbar {
    width: 0.3em;
}

body::-moz-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}

body::-moz-scrollbar-thumb {
    background-color: #c8baad;
    outline: 0px solid slategrey;
}

::selection {
    background: #c8baad;
    color: #ffffff;
}
::-moz-selection {
    background: #c8baad;
    color: #ffffff;
}



body {
    overflow-x: hidden;
    -webkit-appearance: none;
    font-family: Montserrat;
    background: #010101;
    min-height: 100%;
}


.wrap {
    display: block;
    margin: 0 auto;
    width: 85%;
    max-width: 1100px;
    padding: 0 15px;
}


.clear {
    clear: both;
}


.scrolltop{display:flex;cursor:pointer;}

.scrolltop {
    display:none;
    position: fixed;
    bottom: 40px;
    right: 20px;
    background: #fff url(img/totop.svg) center center no-repeat;
        background-size: auto;
    background-size: auto;
    box-shadow: 0px 10px 30px rgba(0,0,0,0.2);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-size: 0;
    background-size: 20px;
    z-index: 10;
}


/* ---- Header ---- */

header {
    padding: 20px 0;
    position: fixed;
    background: #000;
    z-index: 10;
    width: 100%;
}

header.sticky {
    background: rgba(0,0,0,0.7);
    padding: 5px 0;
}

.logo {
    display: block;
    margin: 0 40px 0 0;
    float: left;
}

.logo img {
    display: block;
    height: 40px;
}

.menu {
    display: block;
    margin: 10px 0 0 0;
    float: left;
}

.menu ul li {
    display: inline-block;
    margin: 0 20px 0 0;
}


.menu ul li a {
    display: block;
    font-size: 15px;
    color: #ccced5;
}

.menu ul li a:hover {
    color: #fff;
}


.zakazbut {
    display: block;
    float: right;
    font-size: 14px;
    color: #fff;
    border: 1px #008ddb solid;
    padding: 8px 20px;
    cursor: pointer;
}

.zakazbut:hover {
    background: #008ddb;
}

.cart {
    display: block;
    width: 20px;
    height: 20px;
    background: url(img/cart.svg) center center no-repeat;
    background-size: 20px;
    margin: 7px 40px 0 0;
    float: right;
}

.cart span {
    display: block;
    position: relative;
    font-size: 9px;
    color: #fff;
    padding: 4px 13px 4px 8px;
    border-radius: 50%;
    background: #008ddb;
    text-align: center;
    margin: -12px 0px 0 20px;
}

.delivery-box {
	width:50%;
    display: inline-block;
    padding: 30px 0;
    border-bottom: 1px #f7f7f7 solid
}

.delivery-box h3 {
  font-size: 22px;
  font-weight: 600;
  margin: 0 0 20px 0;
}

.delivery-box input, .delivery-box label {
  display: block;
  float: left;
  margin: 10px 0;
}

.delivery-box label {
    font-size: 14px;
    margin-left: 15px;
}

.delivery-box label span {
  font-weight: 600;
  margin-left: 15px;
}



#viber {
    display: block;
    width: 20px;
    height: 20px;
    background: url(img/viber.svg) center center no-repeat;
    background-size: 20px;
    margin: 7px 25px 0 0;
    float: right;
}

#whatsapp {
    display: block;
    width: 20px;
    height: 20px;
    background: url(img/whatsapp.svg) center center no-repeat;
    background-size: 20px;
    margin: 7px 20px 0 0;
    float: right;
}

#vk {
    display: block;
    width: 25px;
    height: 20px;
    background: url(img/vk.svg) center center no-repeat;
    background-size: 25px;
    margin: 7px 40px 0 0;
    float: right;
}


.menubut {
    display: none;
    float: left;
    width: 30px;
    height: 30px;
    background: url(img/menu.svg) center center no-repeat;
    background-size: 20px;
    cursor: pointer;
    border-radius: ;
    margin: -5px 10px 0 0;
}

.phone {
    display: block;
    float: right;
    color: #fefefe;
    font-size: 14px !important;
    font-weight: 600;
    padding: 0 0 0 22px;
    background: url(img/phone.svg) top left no-repeat;
    background-size: 13px;
    background-position: 0px 5px;
    margin: 0 30px 0 0;
}

.phone a {
    color: #fefefe;
}



.phone span {
    display: block;
    color: #959595;
    font-size: 10px;
    font-weight: 400;
}




/* ----- Footer ------ */

footer {
    display: block;
    margin: 25px 0;
    border-top: 1px rgba(255,255,255,0.05) solid;
    padding: 75px 0 30px 0;
}



.f25 {
    display: block;
    width: 25%;
    float: left;
}


.rightfoot {
    width: 22%;
float: right;
}

.f25 h4 {
    display: block;
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 500;
    margin: 0 0 25px 0;
}

.f25 ul li a {
    display: block;
    font-size: 13px;
    color: #8e8e8e;
    margin: 0 0 10px 0;
}

.f25 a:hover {
    color: #fff;
}

.f26 {
    display: block;
    width: 25%;
    float: left;
}

.f26 a {
    display: block;
    font-size: 12px;
    color: #5d5d5d;
}

.copy {
    display: block;
    padding: 20px 0;
    border-top: 1px rgba(255,255,255,0.05) solid;
    margin: 20px 0;
}

.f26 .crmsite {
    display: block;
    float: right;
    background: url(http://crmsite.ru/img/logo-white.svg) center right no-repeat;
    padding: 12px 95px 10px 0px;
    background-size: 85px;
    margin: -10px 20px 0 10px;
    max-width: 150px;
    font-size: 13px;
    color: rgba(255,255,255,0.5);
}

.partners {
  display: block;
  padding: 25px 0 45px 0;
}

.partners h2 {
  display: block;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  color: rgba(255,255,255,0.7);
  margin: 0 0 35px 0;
}

.partners a {
  display: block;
  float: left;
  width: 16%;
}


.partners a img {
  display: block;
  margin: 0 auto;
  max-width: 70%;
  max-height: 40px;
  filter: grayscale(100%);
  opacity: 0.7;
}

.partners a img:hover {
  filter: grayscale(1%);
  opacity: 1;
}






/* ------ Home ------ */

.home {
    display: block;
    background: url(img/bg.jpg) center right no-repeat;
    background-size: auto 90%;
    padding: 22vh 0 20vh 0;
}

.homecontent {
    display: block;
    width: 100%;
    max-width: 500px;
}


.home h1 {
    display: block;
    color: #fff;
    font-size: 40px;
    margin: 0 0 30px 0;
}

.home p {
    display: block;
    font-size: 16px;
    line-height: 24px;
    color: #a7a7b1;
    margin: 0 0 40px 0;
}

.hombut {
    display: block;
    float: left;
    font-size: 16px;
    color: #fff;
    border: 1px #008ddb solid;
    padding: 12px 30px;
    margin: 0 30px 0 0;
    cursor: pointer;
}

.hombut:hover {
    background: #008ddb;
}

.hombut2 {
    display: block;
    float: left;
    font-size: 16px;
    color: #fff;
    padding: 12px 30px;
    cursor: pointer;
}


/* ----- Projects ----- */

.projects2 {
  display: block;
  padding-bottom: 50px;
}


.tabmoto {
  display: none;
}


.projects2 h2 span.placer {
   color: #2b2b2b;
   text-decoration: none;
}

.projects2 h2 span {
   color: #0088ee;
   text-decoration: underline;
   cursor: pointer;
}






.z30 {
  display: block;
  width: 100%;
}

.shel {
    display: block;
    margin: 25px auto 10px auto;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 20px 35px rgba(0,0,0,0.03);
    width: 90%;
    padding: 20px 0 50px 0;
}


.shel:hover {
    box-shadow: 0px 20px 35px rgba(0,0,0,0.1);
}


.shelimg {
    display: block;
    margin: 10px 30px 40px 20px;
    max-width: 90%;
    float: left;
}

.shel img {
      max-width: 90%;
       height: 180px;
}

.openzoom {
    display: block;
    margin: 0 auto;
    text-align: center;
    font-size: 13px;
    color: #08e;
    background: url(img/loop.svg) center left no-repeat;
        background-size: auto;
    background-size: 12px;
    padding: 7px 20px 7px 18px;
    max-width: 100px;
}




.shel span {
    display: block;
    font-size: 15px;
    font-weight: 600;
    margin: 0 0 10px 0;
}

.shel ul li {
color: #3e3d3c;
font-size: 13px;
line-height: 20px;
}



.shel p {
  display: block;
  text-align: left;
  width: 85%;
  margin: 0 auto;
  color: #3e3d3c;
  font-size: 13px;
  line-height: 20px;
  padding: 0 0 30px 0;
  height: 30px;
}


.shel h3 {
    display: block;
    text-align: left;
    margin: 20px 0 13px 0;
    font-size: 20px;
    color: #111111;
    width: 90%;
    font-weight: 600;
}


.shelbut {
    display: block;
    font-size: 14px;
    color: #008ddb;
    border: 1px #008ddb solid;
    padding: 8px 20px;
    text-align: center;
    max-width: 200px;
    cursor: pointer;
    float: left;
    margin: 15px 0 0px 0;
}

.shelbut:hover {
  background: #008ddb;
  color: #fff;
}





/* ---- Big preims ----- */

.blackpreim {
  display: block;
  padding: 35px 0;
}


.blackpreim h2 {
  display: block;
  text-align: center;
color: #fff;
font-size: 28px;
font-weight: 600;
margin: 30px 0 5px 0;
}





.g25 {
    display: block;
    float: left;
    font-size: 14px;
    color: #bbbbbb;
    line-height: 20px;
    width: 25%;
    margin: 10px 0 40px 0;
}



.g25 h4 {
  display: block;
float: left;
font-size: 14px;
color: #bbbbbb;
line-height: 20px;
width: 70%;
}

.blackimg {
  display: block;
  width: 42px;
  margin: 0 20px 40px 0;
  float: left;
}

.blackimg img {
  width: 30px;
}




.preims {
    display: block;
    padding: 30px 0 30px 0;
    border-top: 1px rgba(255,255,255,0.05) solid;
    border-bottom: 1px rgba(255,255,255,0.05) solid;
    margin: 0 0 30px 0;
}

.f30 {
    display: block;
    width: 33.3%;
    float: left;
}

.preims img {
    display: block;
    height: 40px;
    float: left;
    margin: 0 30px 0px 0;
}

.preims p {
    display: block;
    float: left;
    font-size: 14px;
    color: #bbbbbb;
    line-height: 20px;
    width: 70%;
    margin: 0 0 0 0;
}

.categories {
    display: block;
    background: #f8f8f8;
    padding: 30px 0;
}

.categories h2, .reviews h2 {
    display: block;
    text-align: center;
    color: #000;
    font-size: 28px;
    font-weight: 600;
    margin: 35px 0 30px 0;
}


.openmotobox {
  display: none;
}

.cated {
    display: block;
    margin: 0 auto 20px auto;
    width: 90%;
    border-radius: 3px;
    border: 1px rgba(255,255,255,0.05) solid;
    background: #fff;
    padding: 20px 0 25px 0;
}

.catimg {
    display: block;
    height:130px;
}

.cated img {
    display: block;
    width: auto;
    margin: 10px auto;
    max-height: 90px;
    max-width: 90%;
}

.cated h3 {
    display: block;
    height: 30px;
    width: 80%;
    text-align: center;
    margin: 20px auto 0 auto;
    color: #000;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
}

.cated:hover {
    border: 1px #008ddb solid;
}





.f35 {
    display: block;
    float: left;
    width: 50%;
}


.custom {
    display: block;
    width: 90%;
    padding: 35px 5%;
    margin: 30px 0;
    border-radius: 3px;
    border: 1px #008ddb solid;
}

.cust-text {
    display: block;
    width: 68%;
    float: left;
}

.cust-text b {
  color: #fff;
  font-weight: 500;
  display: block;
  padding: 0 0 10px 0;
}


.cust-text2 {
    display: block;
    width: 30%;
    float: right;
}

.custom h2, .custom h3 {
    display: block;
    color: #fff;
    font-size: 24px;
}

.custom p {
    display: block;
    font-size: 15px;
    line-height: 24px;
    color: #a7a7b1;
}


.custbut {
    display: block;
    font-size: 16px;
    color: #fff;
    background: #008ddb;
    text-align: center;
    padding: 12px 30px;
    margin: 20px auto 0 auto;
    cursor: pointer;
}

.custbut:hover {
    background: #0273b2;
}

.custbut3 {
    display: block;
    font-size: 14px;
    color: #008ddb;
    border: 1px #008ddb solid;
    max-width: 150px;
    text-align: center;
    padding: 12px 30px;
    margin: 20px auto 40px auto;
    cursor: pointer;
}

.custbut3:hover {
    background: #008ddb;
    color: #fff;
}



/* ---- ov --- */

.overlay7 {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4);
    z-index: 30;
}


.menuname {
    display: block;
    color: rgba(255,255,255,0.2);
    text-transform: uppercase;
    font-weight: 500;
    font-size: 13px;
    padding: 0 0 10px 15px;
}


.boxmenu {
    display: block;
    width: 40%;
    max-width: 300px;
    min-width: 270px;
    background: #000;
    padding: 0px 0;
    height: 100vh;
    position: fixed;
    left: -250%;
    z-index: 30;
}

.boxmenu ul li a {
    display: block;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    padding: 15px 0 15px 15px;
    border-bottom: 1px rgba(255,255,255,0,08) solid;
}

.boxmenu ul li:hover {
    color: #fff;
    background: #008ddb;
}


.closed {
    display: block;
    width: 30px;
    height: 30px;
    margin: 20px 20px 0 0;
    background: url(img/close2.svg) center center no-repeat;
    background-size: 25px;
    float: right;
    cursor: pointer;
}


/* --- Overlays --- */


.overlay, .overlay2 {
    display: none;
    position: fixed;
    z-index: 20;
    background: rgba(0,0,0,0.8);
    width: 100%;
    height: 100%;
}


.popup {
    display: block;
    width: 90%;
    max-width: 320px;
    border-radius: 10px;
    background: #000;
    margin: 10vh auto 0 auto;
    padding: 35px 30px;
    border: 1px rgba(255,255,255,0.1) solid;
}


.popup h4 {
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    margin: 0 0 15px 0;
}


.popup input[type=text], .antext input[type=text] {
    display: block;
    border: none;
    background: none;
    width: 90%;
    font-size: 14px;
    padding: 12px 5%;
    margin: 0 auto 20px auto;
    color: #fff;
    border: 1px rgba(255,255,255,0.1) solid;
}

.popup input[type=submit], .antext input[type=submit] {
    display: block;
    width: 100%;
    color: #fff;
    background: #008ddb;
    font-size: 16px;
    font-weight: 500;
    padding: 14px 25px;
    text-align: center;
    cursor: pointer;
}


.close {
    display: block;
    position: relative;
    width: 30px;
    height: 30px;
    top: -55px;
    left: 92%;
    background: url(img/close2.svg) center center no-repeat;
    background-size: 20px;
    cursor: pointer;
}

/* ---- map ---- */

.maptext {
    display: block;
    width: 90%;
    max-width: 370px;
    position: relative;
    margin: -390px 0 30px 0;
    background: #000;
    color: #fff;
    padding: 25px 35px;
    border-radius: 5px;
}

.map2 {
  display: none;
}



.maptext h3 {
  font-size: 17px;
  font-weight: 600;
}

.maptext p {
  display: block;
  font-size: 13px;
  line-height: 24px;
  color: #a7a7b1;
}

.maptext span {
  font-size: 12px;
  font-weight: 500;
  line-height: 15px !important;
  color: #fff;
}




.activefoot {
  display: block;
  padding: 15px;
  border: 1px #000 solid;
  cursor: pointer;
}

.active {
  border: 1px #008ddb solid !important;
}


.mapbox {
    display: block;
    position: relative;
    width: 100%;
    height: 400px;
    overflow: hidden;
    background: #e3dad7;
}


.mapp {
    display: block;
    position: relative;
    filter: grayscale(100%);
    margin-top: -90px;
    margin-left:-50px;
    height: 500px;
}

.mapinfo {
    display: block;
    border-radius: 10px;
    background: #111111;
    box-shadow: 0px 40px 40px rgba(0,0,0,0.05);
    margin: 0 auto;
    width: 90%;
    max-width: 750px;
    padding: 30px 30px 20px 30px;
    position: relative;
    margin-top: -70px;
    z-index:3;
}

.mapinfo p {
    display: block;
    float: left;
    font-size: 15px;
    color: #fff;
    font-weight: 500;
    text-align: left;
    margin: 0;
}

.mapinfo span {
    display: block;
    margin: 5px 0 0 0;
    font-size: 12px;
}


.mapinfo .button2 {
    display: block;
    float: right;
    width: 150px;
}

.button2 {
    display: block;
    float: right;
    font-size: 14px;
    text-align: center;
    color: #fff;
    border: 1px #008ddb solid;
    padding: 8px 20px;
    cursor: pointer;
}




/* ----- dostavka ---- */

.dostavka {
  display: block;
  padding: 65px 0;
}




.dost50 .g25 {
    display: block;
    width: 100%;
    margin: 0;
}



.dost50 {
  display: block;
  width: 50%;
  color: #bbbbbb;
  float: left;
}

.dost50 h2 {
  display: block;
  font-size: 32px;
  font-weight: 600;
  color: #fff;
  text-align: left;
}

.dost50 p {
  font-size: 14px;
  line-height: 22px;
  margin:25px 0 35px 0;
}


.dost50 img {
  display: block;
  width: 90%;
}


.premdost .g25 {
    display: block;
    width: 50%;
    margin: 0 0 25px 0;
}


/* --- Reviews  --- */

.reviews {
    display: block;
    background: #fcfdfe;
    padding: 70px 0 30px 0;
}



.commtable {
    display: block;
    width: 100%;
    margin: 0 0 25px 0;
}




.comment {
    display: block;
    margin: 0 auto;
    width: 85%;
    border-radius: 10px;
    background: #fff;
    padding: 10px 15px 25px 10px;
}




.avatar {
    display: block;
    float: left;
    min-height: 50px;
    padding: 10px 0 0 10px;
    width:10%;
}

.avatar img {
    display: block;
    width: 70%;
    border-radius: 5px;
  filter: grayscale(100%);
}


.commtext {
    display: block;
    width: 80%;
    float: left;
}

.commtext h3 {
    color: #5f5a5a;
    font-size: 15px;
    font-weight: 600;
    margin: 20px 0 5px 0;
}

.city {
    display: block;
    color: #008ddb;
    font-size: 11px;
    font-weight: 500;
}

.commtext p {
    display: block;
    color: #737373;
    font-size: 13px;
    line-height: 20px;
}


.commall {
    border-radius: 3px;
    display: block;
    border: 1px #008ddb solid;
    color: #008ddb;
    font-size: 14px;
    font-weight: 500;
    margin: 25px auto 0 auto;
    max-width: 120px;
    padding: 9px 15px;
    text-align: center;
    cursor: pointer;
}

.commall:hover {
    background: #008ddb;
    border: 1px #008ddb solid;
    color: #fff;
}


/* ---- Cart ----- */


.pagecontext {
  display: block;
  background: #fafafa;
  padding: 18vh 0 30px 0;
}

.pagecontext h1 {
  display: block;
  font-size: 32px;
  font-weight: 600;
}

.pagecontext p {
  display: block;
  font-size: 14px;
  color: #434343;
  line-height: 22px;
}

.carttable {
  display:flex;
  flex-wrap:wrap;
  padding: 20px 3%;
  width: 94%;
  box-shadow: 0px 10px 30px rgba(0,0,0,0.03);
  background: #fff;
  align-items:center;
}
.carttable>div{width:100%;}
.carttable>div:last-child{border-top: 1px #f7f7f7 solid;}
.carttable>div.delivery-box{width:50%;border:0px;}
.carttable .skidbox{max-width:220px;}

@media screen and (max-width:995px){
.carttable>div.delivery-box{width:100%;}
.d-b-2{display:flex;justify-content:center;}
}

.cname, .cols, .cost, .delete, .cimage {
  display: block;
  float: left;
}


.cimage {
  width: 50%;
  min-width: 10px;
}

.cimage img {
    display: block;
    height: 45px;
    max-width: 90%;
    position: relative;
    margin-top: 10px;
}


.cimage a {
  color: #000;
  font-size: 18px;
  font-weight: 600;
}

.cname {
  width: 30%;
}

.cols {
  width: 20%;
}

.cost {
  width: 10%;
}

.delete {
  width: 12.5%;
}

.cimg a {
  font-weight: 600;
  color: #000;
}

.cartline {
  padding: 20px 0;
  border-bottom: 1px #f7f7f7 solid;
  font-size: 14px;
}

.plus, .minus {
    display: block;
    float: left !important;
    padding: 2px 10px 2px 10px !important;
    border: 1px #dedede solid !important;
    border-radius: 3px;
    margin: 0 5px 0 5px !important;
    cursor: pointer;
}

.plus:hover, .minus:hover {
  border: 1px #969696 solid !important;
}

.numgooder {
    display: block;
    float: left !important;
    padding: 2px 5px !important;
    border: 1px #dedede solid !important;
    border-radius: 3px !important;
    font-size: 14px !important;
    color: #000 !important;
    text-align: center !important;
    width: 25px !important;
    margin: 0 !important;
}

.podrobnext {
      height: 50px;
    padding: 0px 0 0 0;
}

.podrobnext b {
    display: block;
    float: left;
    font-size: 14px;
    margin: 5px 20px 0 0;
    font-weight: 500;
}


.podrobnext .numgooder {
    padding: 3px 5px !important;
}


.delbut {
    display: block;
    width: 20px;
    height: 20px;
    background: url(img/delete.svg) center center no-repeat;
    background-size: 15px;
    float: right;
    cursor: pointer;
}


.carthead {
  font-size: 12px;
  font-weight: 600;
  color: #4d4d4d;
}

.resultcost {
  display: block;
  float: left;
  font-size: 20px;
  font-weight: 600;
  margin-right: 10%;
}

.resultcost span {
  display: block;
  font-size: 13px;
  font-weight: 500;
}

.buybuts {
    display: block;
    float: right;
    padding: 9px 30px !important;
    border-radius: 3px;
    background: #008ddb;
    font-size: 15px;
    color: #fff;
    font-weight: 500;
    text-align: center;
    margin: 15px 10px;
}

.buybuts:hover {
  background: #0088ee;
}

.resultline {
  padding: 30px 0;
}




/* --- Catalog page --- */

.catalog {
    display: block;
    padding: 15vh 0 30px 0;
    background: #fafafa;
}

.sidebar {
    display: block;
    width: 20%;
    float: left;
}

.cat-content {
    display: block;
    width: 78%;
    float: right;
}

.filter {
display: none;
border: 1px #2a93df solid;
padding: 10px 25px;
cursor: pointer;
font-weight: 500;
margin: 0 auto 25px auto;
background: url(img/filter.svg) center right no-repeat;
background-size: 18px;
background-position: 95%;
}






.sidebar h3 {
    display: block;
    font-size: 18px;
    font-weight: 600;
    color: #1a1a1a;
    margin: 0 0 30px 0;
}

.sidebar h2 {
  font-size: 25px;
}

.sidebar ul li {
    display: block;
    margin: 0 0 12px 0;
}

.sidebar ul {
    display: block;
    margin: 0 0 40px 0;
}


.sidebar ul li a {
    display: block;
    font-size: 14px;
    color: #747474;
}

.sidebar ul li a:hover {
    color: #000;
}


.siteminnav ul li a {
  font-size: 12px !important;
}


.siteminnav h3 {
  font-size: 15px !important;
  margin: 0 0 15px 0 !important;
}


.filterw h3 {
    display: block;
    font-size: 18px;
    font-weight: 600;
    color: #1a1a1a;
    margin: 20px 0 20px 0;
}

.filterw label {
    font-size: 14px;
    margin-left: 3px;
}





.skidbox {
    padding: 30px 0;
    border: 1px #adddf8 solid;
    padding: 20px 20px;
    margin: 30px 0;
}

.skidbox h3 {
  font-size: 15px;
  margin: 0 auto;
}

.skidbox p {
  display: block;
  font-size: 13px;
  color: #0088ee;
  font-weight: 500;
  padding: 3px 0;
}

.skidbox p span {
 color: #000;
 display: block;
}


.filterw {
	margin-bottom: 10px;
}
.filterw input[type=radio] {
	display: none;
}
.filterw label {
    display: inline-block;
    cursor: pointer;
    position: relative;
    padding-left: 25px;
    margin-right: 0;
    line-height: 18px;
    user-select: none;
    color: #747474;
    font-size: 13px;
}
.filterw label:before {
	content: "";
	display: inline-block;
	width: 17px;
	height: 18px;
	position: absolute;
	left: 0;
	bottom: 1px;
	background: url(img/radio-1.png) 0 0 no-repeat;
}


.filterw input[type=radio]:checked + label:before {
	background: url(img/radio-2.png) 0 0 no-repeat;
}


.filterw label:hover:before {
	filter: brightness(120%);
}




.filterw input[type=radio]:disabled + label:before {
	filter: grayscale(100%);
}




.boxmenu55 .filterw {
  margin-left: 20px;
}



.activecat {
  color: #0088ee !important;
}

.cat-content h1 {
    display:block;
    font-size: 30px;
    color: #3e3d3c;
    font-size: 30px;
    margin: 0 0 35px 0;
    font-weight: 800;
}


.good {
    display: block;
    border-radius: 3px;
    border: 1px #f2f2f2 solid;
    background: #fff;
    padding: 25px 3%;
    margin: 0 0 20px 0;
}

.goodimg {
    display: block;
    width: 60%;
    float: left;
    min-height: 150px;
}

.goodimg img {
    display: block;
    width: 90%;
}

.goodtext {
    display: block;
    float: left;
    width: 40%;
}

.goodtext h2 {
    display: block;
    font-size: 18px;
    color: #3e3d3c;
    text-align: left;
    margin: 10px 0 20px 0;
    font-weight: 700;
}


.goodtext h1 {
    display: block;
    font-size: 28px;
    color: #3e3d3c;
    text-align: left;
    margin: 10px 0 20px 0;
    font-weight: 700;
}




.parameter {
    display: block;
    padding: 0 0 5px 0;
    font-size: 12px;
    color: #3e3d3c;
    line-height: 18px;
}


.good p {
    display: block;
    font-size: 13px;
    line-height: 22px;
    color: #848484;
    margin: 20px 0 0 0;
    border-top: 1px #f1f1f1 solid;
    padding: 15px 0 0 0;
}

.skidka {
    display: block;
    font-size: 13px;
    margin: -5px 0 20px 0;
    color: #2a93df;
}


.costw {
    display: block;
    font-size: 24px;
    color: #3e3d3c;
    font-weight: 600;
    margin: 0 0px 20px 0;
    float: none;
}


.name-good h2 {
  display: block;
font-size: 22px !important;
color: #3e3d3c;
text-align: left;
margin: 10px 0 20px 10px;
font-weight: 700;
}


.tocart {
    text-align: center;
    float: left;
    display: block;
    color: #615850;
    font-size: 15px;
    font-weight: 500;
    border: 1px #2a93df solid;
    border-radius: 3px;
    padding: 6px 25px;
    margin: 0 15px 0 0;
    max-width: 220px;
}


.tocart2 {
    text-align: center;
    float: left;
    display: block;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    border: 1px #2a93df solid;
    background: #2a93df ;
    border-radius: 3px;
    padding: 6px 25px;
    margin: 0 15px 0 0;
    max-width: 220px;
}

.tocart:hover {
    background: #2a93df;
    color: #fff;
}

.singleback {
    display: block;
    margin: 20px 0;
    color: #000;
    font-size: 14px;
    padding: 10px 0 10px 25px;
    background: url(img/arrow-left.svg) center left no-repeat;
        background-size: auto;
    background-size: 15px;
}

.singlepages {
  padding: 80px 0 30px 0 !important;
}






/* ---- Mobile filter --- */

.overlay55 {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4);
    z-index: 30;
}


.menuname55 {
    display: block;
    color: #9c9c9c;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 13px;
    padding: 0 0 10px 15px;
}


.boxmenu55 {
    display: block;
    width: 40%;
    max-width: 300px;
    min-width: 270px;
    background: #fff;
    padding: 0px 0;
    height: 100vh;
    position: fixed;
    left: -250%;
    z-index: 30;
}

.boxmenu55 ul li a {
    display: block;
    color: #000;
    font-size: 14px;
    font-weight: 400;
    padding: 15px 0 15px 15px;
    border-bottom: 1px rgba(0,0,0,,0.08) solid;
}

.boxmenu55 ul li:hover {
    color: #000;
    background: #008ddb;
}


.closed55 {
    display: block;
    width: 30px;
    height: 30px;
    margin: 20px 20px 0 0;
    background: url(img/close3.svg) center center no-repeat;
    background-size: 25px;
    float: right;
    cursor: pointer;
}


/* ---- Policy pages ---- */

.policytext {
  display: block;
  padding: 125px 0;
}




.policytext h1 {
  display: block;
  font-size: 32px;
  font-weight: 600;
}



.policytext h2 {
  display: block;
  font-size: 26px;
  font-weight: 600;
  margin-top: 25px;
}

.policytext p, .policytext ul li, .policytext ol li {
  font-size: 14px;
  line-height: 22px;
  color: #454545;
  margin: 10px 0;
}

.textpoll {
  display: block;
  width: 100%;
  max-width: 800px;
  padding: 40px 0;
}


/* ---- Contact box ---- */

.contactboxer {
  display: block;
  padding: 35px 0;
}

.contactboxer h2 {
    display: block;
    text-align: center;
    font-size: 30px;
    font-weight: 600;
    text-transform: ;
    color: #fff;
    margin: 0 0 55px 0;
}


.h30 {
  display: block;
  width: 33%;
  float: left;
}

.h30 img {
    display: block;
    height: 30px;
    float: left;
    margin: 0 30px 30px 0;
}

.h30 a {
  display: block;
  font-size: 17px;
  font-weight: 500;
  color: #bbbbbb;
  padding: 5px 0 0 0;
}






/* ----------------------------- */

@media (max-width: 995px) {

.wrap {
    width: 500px;
}

.menu, .social, footer .logo {
    display: none;
}

.menubut, .boxmenu .social {
    display: block;
}

.boxmenu .social {
    margin: 20px 0 0 20px;
    float: none !important;
    width: 150px;
}

.logo img {
    display: block;
    height: 20px;
}

.zakazbut {
    font-size: 12px;
    padding: 5px 20px;
}

.f25, .f26 {
    display: block;
    width: 100%;
    float: none;
    margin: 20px 0 0 0;
    text-align: center;
}

.f26 .crmsite {
    float: none;
    margin: 0 auto;
}

.logo {
    margin: 0 0px 0 0;
}

.home {
    background: url(img/bg2.jpg) center right no-repeat;
    background-size: auto 90%;
}

.preims p {
    font-size: 12px;
    line-height: 18px;
    width: 100%;
    text-align: center;
}

.preims img {
    display: block;
    height: 30px;
    float: none;
    margin: 0 auto 20px auto;
}

.f35 {
    width: 100%;
}

.cust-text, .cust-text2 {
    display: block;
    width: 100%;
    float: none;
}

.partners a {
  width: 19%;
}

.sidebar {
  display: none;
}

.cat-content {
    width: 100%;
    float: none;
}

.goodimg, .goodtext {
  float: none;
  width: 100%;
  min-height: auto;
}

.goodimg img {
    width: 100%;
}

.catalog {
    padding: 15vh 0 30px 0;
}

.filter {
  display: block;
}

.g25 {
    width: 100%;
    margin: 0 0 15px 0;
}

.dost50 {
    width: 100%;
}

.dostimg {
  display: none;
}


.z30 {
    width: 100%;
}

.partners a {
    width: 16%;
}


.shel img {
    margin: 10px auto;
    height: 150px;
    float: none;
}

.shel h3, .shel span, .shel ul, .shel p, .shelbut {
  margin-left: 30px;
  margin-right: 20px;
}

.shel span {
  padding-top: 20px;
}

.maptext {
    max-width: 100%;
    margin: 0px 0 30px 0;
}


footer {
    padding: 5px 0 30px 0;
}


.h30 {
    display: block;
    width: 100%;
    float: left;
    margin: 0 auto;
    max-width: 300px;
    margin: 0 auto;
}

.resultcost {
    margin-right: 20px;
}


.shelimg {
  width: 100%;
}

.shelimg img {
  margin: 10px auto;
}

}





@media (max-width: 550px) {

.wrap {
    width: 90%;
}

.home h1 {
    font-size: 28px;
    margin: 0 0 25px 0;
}


.home p {
    font-size: 14px;
    line-height: 22px;
    margin: 0 0 25px 0;
}

.hombut , .hombut2{
    float: none;
    font-size: 15px;
    padding: 12px 3px;
    text-align: center;
    width: 98%;
}

.home {
    padding: 15vh 0 10vh 0;
}

.f35 {
    float: none;
    width: 100%;
}

.catimg {
    display: block;
    height: 80px;
}


.cname, .cols, .cost, .delete {
  float: none;
}

.cname {
  width: 100%;
  margin: 0 0 20px 0;
}

.cost, .cols, .delete {
  display: inline-block;
}

.cols {
  width: 50%;
  margin-top: 5px;
}

.cost, .delete {
  width: 20%;
}

.cost {
  position: relative;
  margin-top: -3px;
}

.carthead {
  display: none !important;
}


.phone {
  display: none;
}

.resultcost {
    margin: 0 0 20px 0;
    width: 33%;
}

.buybuts {
    float: none;
    margin: 15px 10px;
    margin: 20px auto !important;
    width: 100%;
    clear: both;
}


}

#cartBox h1,.uuy h1{padding-bottom:35px;}
#cartBox,#catalogBox,.uuy{padding-top:110px;}
.blackpreim .dost50.dostimg{padding-top:70px}
.openzoom{cursor:pointer;}
.boxmenu55 ul li a{    padding: 10px 0 10px 20px;}
.boxmenu55 .skidbox{max-width:240px;margin:30px auto 65px auto;box-sizing:border-box;}
.closed55{position:absolute;top:0;right:0;}
.menuname55{padding:30px 0 15px 20px;}
.filter{position:relative;background: url(img/filter.svg) center right no-repeat #fafafa;
    background-size: 18px;
    background-position: 95%;
	top:0;
	left:0;
	right:0;
}
.cat-content.fix{padding-top:66px;}
.cat-content.fix .filter{position:fixed;top:72px;width:calc(90% - 3px);margin:0 5%;z-index:29;}

@media screen and (max-width: 768px){
.boxmenu55::-webkit-scrollbar {
  -webkit-appearance: none;
  width:4px;
  background:#ddd;
}
.boxmenu55::-webkit-scrollbar-thumb {
  border-radius: 0px;
  background-color:#333;
  box-shadow: 0 0 2px rgba(0, 0, 0, .1);
}
}

@media screen and (max-width: 995px){
.carttable .skidbox{max-width:100%;width:100%;display:flex;flex-wrap:wrap;margin:0;}
.carttable .skidbox h3{width:100%;}
.carttable .skidbox p{width:50%;}
.d-b-2{padding:25px 0 0 0;}
}

@media screen and (max-width: 550px){
.cartline .cimage{width:100%;display:flex;align-items:center;}
.cartline .cimage img{min-width:150px;}
.cartline .cost{width:40%;margin-top:15px;height:30px;display:inline-flex;align-items:center;float:left;line-height:1;}
.cartline .delete{width:10%;margin-top:15px;height:30px;display:inline-flex;align-items:center;float:left;}
.cartline .cols{margin-top:15px;height:30px;display:inline-flex;align-items:center;float:left;}
}

@media screen and (max-width: 450px){
.carttable .skidbox p{box-sizing:border-box;}
.carttable .skidbox p:nth-child(2){padding-right:7px}
.carttable .skidbox p:nth-child(3){padding-left:7px;}
.carttable .delivery-box>div{display:flex;align-items:center;}
.delivery-box label span{margin-left:0px;}

}

@media screen and (max-width: 331px){
.carttable .skidbox p{width:100%;}
.carttable .skidbox{max-width:220px;}

}

.home-404{
	display: block;
    background: url(img/404.png) 75% 50% no-repeat;
    background-size:316px;
    padding: 22vh 0 20vh 0;
}
#catalogBox .wrap{display:flex;flex-wrap:wrap;width:100%;height:auto;}
.sidebar,.cat-content{display:flex;float:none;}
.cat-content{flex-direction:column;}
.s-sidebar{display:inline-block;height: auto;margin-bottom:auto;position:sticky;position: -webkit-sticky;top:12vh;}

@media screen and (max-width: 995px){
.sidebar{display:none;}
.filter{width:100%;box-sizing:border-box;}
#catalogBox .wrap{width:500px}
.home-404{background: url(img/404.png) 50% 20% no-repeat;background-size:200px;padding-top:320px;}

}

@media screen and (max-width: 550px){
#catalogBox .wrap{width:90%}
}

.pagination-container {
    display: flex;
    justify-content: center;
    margin: 20px 0;
}

.pagination {
    display: flex;
    list-style: none;
    padding: 0;
    gap: 5px;
    justify-content: center;
    flex-wrap: wrap;
}

.pagination li {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
}

.pagination a,
.pagination span {
    color: #615850;
    font-size: 15px;
    font-weight: 500;
    border: 0;
    padding: 5px 10px;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
}

.pagination .active span {
    font-size: 15px;
    font-weight: 500;
    border: 1px solid #2a93df;
    background: #2a93df;
    color: white;
    border-radius: 3px;
}

.pagination a:hover {
    background-color: #f0f0f0;
}

.pagination .disabled span {
    color: #cccccc;
    border-color: #cccccc;
    cursor: not-allowed;
}

.page-item.active {
    border: 0 !important;
}