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


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, .caselist {
	scrollbar-width: none;
	-ms-overflow-style: none;
  -webkit-appearance: none;
}

html::-webkit-scrollbar, .caselist::-webkit-scrollbar {
    width: 0;
    height: 0;
}


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




a, img, .butcases, .servmin, .servmin-right {
	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: #000;
    outline: 0px solid #000;
}




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 #000;
}

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



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


.clear {
  clear: both;
}

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



/* ---- Warning ----- */

.greeninfo {
    display: block;
    border-radius: 15px;
    color: #fff;
    font-size: 12px;
    line-height: 16px;
    background: #4FB975;
    padding: 15px;
    margin: 0 0 30px 0;
}



.warning {
    display: none;
    background: #d65555;
    margin: 15px 0 25px 0;
    color: #fff;
    font-size: 12px;
    width: 90%;
    padding: 10px 5%;
    border-radius: 5px;
    text-align: center;
}



/* -------- body --------- */

header {
  display: block;
  padding: 20px 0;
}

.lang {
  display: block;
  float: right;
  margin: 7px 40px 0 0;
}

.lang a {
  display: inline-block;
  margin: 0 10px 0 0;
  padding: 0 0 3px 0;
  font-size: 15px;
  color: #727f88;
}

.lact {
    color: #424242 !important;
    border-bottom: 1px #424242 solid;
}



.home {
  display: block;
  background: #fafafa;
  padding: 0px 0 60px 0;
}


.wrap {
  display: block;
  margin: 0 auto;
  width: 80%;
  max-width: 1300px;
}


.logo {
  display: block;
  float: left;
}

.logo img {
  height: 30px;
}

.newcard {
    display: block;
    float: right;
    color: #DE5040;
    font-size: 14px;
    border: 1px #DE5040 solid;
    border-radius: 25px;
    padding: 8px 25px;
}

.newcardno {
    display: block;
    float: right;
    color: #DE5040;
    font-size: 14px;
    border: none;
    border-radius: 25px;
    padding: 8px 25px;
}


.minwrap {
  display: block;
  margin: 0 auto;
  max-width: 1000px;
  width: 90%;
}

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

.homecont h1 {
  display: block;
  font-size: 48px;
  line-height: 52px;
  color: #424242;
  font-weight: 800;
  margin: 18vh 0 25px 0;
}

.homecont p {
  display: block;
  font-size: 15px;
  color: #8F9093;
  line-height: 24px;
  margin: 0 0 35px 0;
  width: 80%;
}


@keyframes homebut {
from {  background: #0894f8;
 }
50% { background: #0a89e4;
}
to { background: #0579cc;}
}


.gobut {
  display: block;
  float: left;
  color: #fff;
  font-size: 14px;
  background: #DE5040;
  border-radius: 35px;
  padding: 15px 35px;
}

.gobut:hover {
  background: #EA7163;
}



.gotext {
  display: block;
  float: left;
  color: #48566c;
  font-size: 14px;
  padding: 15px 35px;
}


.phone {
    display: block;
    margin: 20px auto -120px auto;
    position: relative;
    z-index: 5;
    background: #FCFCFC;
    width: 50%;
    min-width: 280px;
    padding: 30px 0px;
    border-radius: 30px;
    box-shadow: 0px 20px 45px rgb(0 0 0 / 20%);
}

.phone img {
  width: 100%;
  border-radius: 3px;
}



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


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

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


.preims {
  display: block;
  background: #fff;
  padding: 90px 0 40px 0;
}

.preims h3 {
    font-size: 16px;
    display: block;
    font-weight: 700;
    margin: 0 0 20px 0;
    color: #424242;
}

.preims span {
    display: block;
    position: absolute;
    margin-top: -7px;
    color: #fff;
    font-size: 9px;
    background: #e64545;
    padding: 2px 5px;
    border-radius: 5px;
    margin-left: 15px;
}


#mkdes {
    display: block;
    float: right;
    font-size: 12px;
    color: #48566c;
    padding: 5px 40px 5px 0;
    background: url(https://mkdes.ru/img/m3.svg) center right no-repeat;
        background-size: auto;
    background-size: 30px;
}

footer {
  display: block;
  padding: 30px 0;
  background: #fafafa;
}

.f70 {
  display: block;
  width: 70%;
  float: left;
}

.f70 a {
  display: inline-block;
  font-size: 12px;
  color: #8F9093;
  margin: 0 20px 0 0;
}

footer a:hover {
  color: #333;
}


/* ---- top bar ---- */

.loginbar {
    display: block;
    background: #fff;
    padding: 10px 0;
    width: 100%;
    position: fixed;
    text-align: center;
    z-index: 4;
}

.tabbox {
    display: block;
    font-size: 14px;
    padding: 0;
    margin: 0 auto;
    overflow: hidden;
}

.activebox {
    color: #DE5040 !important;
}

.tabbox a {
    display: inline-block;
    padding: 10px;
    color: #333;
}

.tabbox a:hover {
    background: rgba(0,0,0,0.1);
}

.tabbox a.active {
    color: #fff !important;
    background: #DE5040 !important;
}

.logouts {
    display: block;
    float: right;
    font-size: 15px;
    margin: -32px 25px 0 0;
    color: #333;
    font-weight: 700;
    color: #DE5040;
}




/* ---- 404 page ---- */

.notpage {
  display: block;
  margin: 0 auto;
  text-align: center !important;
  padding: 15vh 0;
}


.notpage img {
  display: block;
  margin: 0 auto 25px auto;
  height: 130px;
}


.notpage h1 {
  display: block;
  color: #fff;
  font-size: 150px;
  font-weight: 500;
}

.notpage p {
  display: block;
  font-size: 15px;
  line-height: 24px;
  color: #727f88;
  margin: 0 auto;
  width: 400px;
}






/* ---- New site ---- */

.newsite {
  display: block;
  background: #182336;
  padding: 30px 0 0 0;
  margin: 30px 0 0 0;
}

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

.newsite h2 {
  display: block;
  font-size: 24px;
  font-weight: 500;
  color: #fff;
}

.newsite p {
  display: block;
  font-size: 14px;
  line-height: 22px;
  margin: 10px 0 25px 0;
  color: #859199;
}

.newsite .gobut {
    display: block;
    float: none;
    color: #fff;
    font-size: 13px;
    background: #0894f8;
    border-radius: 5px;
    padding: 12px 0;
    text-align: center;
    max-width: 170px;
    margin: 0 0 30px 0;
}

.newsite img {
    width: 100%;
    position: relative;
    bottom: 0px;
}


/* ---- Warners ---- */





.warning {
    display: block;
    transition: all 0.4s;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    position: fixed;
    top: 0;
    z-index: 5;
    padding: 1.5vh 0;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 2vh;
    left: 0;
    background: #d64f45;
}

.warning1 {
    display: block;
    transition: all 0.4s;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    position: fixed;
    top: 0%;
    z-index: 5;
    padding: 1.5vh 0;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 2vh;
    background: #d64f45;
    left: 0;
}

.warning-ok {
    display:  none;
    transition: all 0.4s;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    position: fixed;
    top: 0%;
    z-index: 5;
    padding: 1.5vh 0;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 2vh;
    left: 0;
    background: #6CDEA1;
}






/* --- page text ---- */

.policy     {
    background: #182336;
    margin: 30px auto 50px auto;
    width: 90%;
    padding: 30px 5%;
    border-radius: 10px;
    box-shadow: 0px 20px 45px rgba(0,0,0,0.03);
}


.policy h1, .policy h2 {
  display: block;
  color: #fff;
  font-weight: 500;
  margin: 20px 0 0 0 !important;
}

.policy p, .policy ul li, .policy ol li {
  color: #859199;
  font-size: 14px;
  line-height: 22px;
  list-style: disc;
}

.policy ul li, .policy ol li {
  color: #859199;
  font-size: 14px;
  line-height: 22px;
  margin-left: 15px;
  list-style: disc;
}



/* ---- Add new ---- */


#step2, #step3, #step4 {
  display: none;
}



.newbox {
    background: #fff;
    margin: 12vh auto 23vh auto;
    width: 100%;
    max-width: 400px;
    padding: 30px 35px;
    border-radius: 10px;
    box-shadow: 0px 20px 45px rgba(0,0,0,0.03);
}


.newbox h1 {
  color: #424242;
  font-size: 32px;
  font-weight: 500;
  margin-bottom: 30px;
}

.newbox p {
    display: block;
    font-size: 13px;
    color: #8F9093;
    line-height: 18px;
    margin: 15px 0 35px 0;
    width: 80%;
}

.newbox input[type=text], .newbox input[type=password] {
  display: block;
  background: none;
  border: none;
  outline: none;
  font-size: 15px;
  color: #666;
  padding: 10px 3%;
  width: 94%;
  font-weight: 300;
  border: 1px rgba(0,0,0,0.1) solid;
  margin: 5px 0 20px 0;
}

.newbox input[type=text]:focus, .newbox input[type=password]:focus {
  border: 1px #DE5040 solid;
}

.newbox span {
  display: block;
  color: #666;
  font-size: 16px;
  font-weight: 500;
  margin: 40px 0 20px 0;
}

.saved {
   display: block;
    color: #fff;
    font-size: 14px;
    background: #DE5040;
    border-radius: 35px;
    padding: 15px 0 !important;
    margin: 20px 0 !important;
    text-align: center;
    width: 100%;
    cursor: pointer;
    outline: none;
}

.ming {
    display: block;
    margin: 20px 0 0 0;
    font-size: 12px;
    color: #333;
}

.nosaved {
    display: block;
    color: rgba(255,255,255,0.7);
    font-size: 14px;
    border-radius: 5px;
    padding: 15px 0;
    margin: 20px 0;
    text-align: center;
    width: 100%;
    cursor: pointer;
    border: 1px rgba(255,255,255,0.1) solid;
}

.saved:hover {
  background: #EA7163;
}



.example-2 .btn-tertiary{color:#3e3c3b;padding:0;line-height:40px;width:100%;margin:auto;display:block;border:2px dotted #0088ee;text-align: center;border-radius: 5px;}
.example-2 .btn-tertiary:hover,.example-2 .btn-tertiary:focus{color:#888;border-color:#888}
.example-2 .input-file{width:.1px;height:.1px;opacity:0;overflow:hidden;position:absolute;z-index:-1}

.example-2 .input-file + .js-labelFile {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 0px;
    cursor: pointer;
    width: 100%;
}


.example-2 .input-file + .js-labelFile .icon:before{ }
.example-2 .input-file + .js-labelFile.has-file .icon:before{color:#5AAC7B}


.newbox span.js-fileName {
  margin: 5px 0 !important;
}



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

.radio {
  position: absolute;
  z-index: -1;
  opacity: 0;
  margin: 10px 0 0 7px;
}
.radio + label {
  position: relative;
  padding: 0 0 0 35px;
  cursor: pointer;
}
.radio + label:before {
  content: '';
  position: absolute;
  top: -3px;
  left: 0;
  width: 22px;
  height: 22px;
  border: 1px solid #CDD1DA;
  border-radius: 50%;
  background: #FFF;
}
.radio + label:after {
  content: '';
  position: absolute;
  top: 1px;
  left: 4px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #0088ee;

  opacity: 0;
  transition: .2s;
}
.radio:checked + label:after {
  opacity: 1;
}
.radio:focus + label:before {

}



.chekers {
    display: block;
    margin: 30px 0px 30px 0px;
}

.chekers label {
  font-size: 12px;
  color: #565d74;
  margin-right: 20px;
  font-weight: 500;
}

.chekers .darkcheck label {
 color: #eef0f4;
}

.chekers .dark2check label {
 color: #eef0f4;
}


.lightcheck {
    display: inline-block;
    background: url(svg/light.svg) center center no-repeat;
    background-size: cover;
    padding: 60px 10px 10px 10px;
    border-radius: 8px;
    margin-right: 4%;
    width: 15%;
}

.darkcheck {
    display: inline-block;
    background: url(svg/dark.svg) center center no-repeat;
    background-size: cover;
    padding: 60px 10px 10px 10px;
    border-radius: 8px;
    margin-right: 4%;
    width: 15%;
}

.dark2check {
    display: inline-block;
    background: url(svg/dark2.svg) center center no-repeat;
    background-size: cover;
    padding: 60px 10px 10px 10px;
    border-radius: 8px;
    margin-right: 4%;
    width: 15%;
}


progress {
  border: 0;
  height: 3px;
  border-radius: 3px;
  background: rgba(0,0,0,0.001);
}
progress::-webkit-progress-bar {
  background: #0894f8;
}
progress::-webkit-progress-value {
  background: #0894f8;
}
progress::-moz-progress-bar {
  background: #0894f8;
}

.select select {
    display: inline-block;
    padding: 12px 45px 12px 30px;
    background: none;
    border: 1px solid rgba(255,255,255,0.2);
    border-radius: 3px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-family: inherit;
    font-size: 14px;
    color: #fff;
    min-width: 100%;
}

.select::after {
    display: block;
    border-style: solid;
    border-width: 5px 5px 0 5px;
    border-color: #b7b8c2 transparent transparent transparent;
    pointer-events: none;
    position: relative;
    top: 50%;
    right: 1rem;
    z-index: 1;
    margin-top: -3px;
    left: 10px;
    width: 2px;
    top: -25px;
}


.dropcontainer {
   position:relative;
   font-size: 16px;
   color: #777;
} 
 
.trigger {
    color: #fff;
    padding: 10px;
    font-size: 15px;
    width: 100%;
    background: none;
    display: block;
    border: 1px solid rgba(255,255,255,0.1);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    padding: 10px 0 10px 15px;
    background: url(img/ndown.svg) center right no-repeat;
    background-size: 20px;
    background-position: 95%;
}
 

.trigger:hover {
       border: 1px solid rgba(255,255,255,0.3);
}
 
.activetrigger {
 color: #fff;
    padding: 10px;
    font-size: 15px;
    width: 100%;
    background: none;
    display: block;
    border: 1px solid rgba(255,255,255,0.1);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    padding: 10px 0 10px 15px;
    background: url(img/ndown.svg) center right no-repeat;
    background-size: 20px;
    background-position: 95%;
}


 


 
.dropcontainer ul {
   font-size: 16px;
   box-shadow: 0px 10px 30px rgba(0,0,0,0.2);
   border-top: none;
   background: #111926;
   list-style-type: none;
   padding: 0;
   margin: 0;
   width: 100%;
   z-index: 100;
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
}
 
.dropcontainer ul li {
   padding: 10px;
   -webkit-transition: all 0.5s ease; 
   -moz-transition: all 0.5s ease; 
   -o-transition: all 0.5s ease; 
   transition: all 0.5s ease;
   color: #fff !important;
}

.dropcontainer ul li  a{
   color: #fff !important;
  font-size: 15px;
  padding-left: 5px;
}
 
.dropcontainer ul li:hover {
   background: #182336;
   color: #fff;
   outline: none;
}
 
.dropcontainer ul li:first-child {
   display: none;
}
 
.dropcontainer ul li:last-child {
   border-bottom: none;
}
 
.dropdownhidden {
   display: none;
}
 
.dropdownvisible {
   height: 200px;
    overflow-y: scroll;
}



.custom-checkbox {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.custom-checkbox+label {
  display: inline-flex;
  align-items: center;
  user-select: none;
}
.custom-checkbox+label::before {
  content: '';
  display: inline-block;
  width: 1em;
  height: 1em;
  flex-shrink: 0;
  flex-grow: 0;
  border: 1px solid #adb5bd;
  border-radius: 0.25em;
  margin-right: 0.5em;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}

.custom-checkbox:checked+label::before {
  border-color: #0b76ef;
  background-color: #0b76ef;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}



.checkblock {
    display: block;
    margin: 30px 0 15px 0;
}





/* ----- Login page ----- */

.loginform {
  display: block;
  margin: 12vh auto 0 auto;
  background: #172233;
  border-radius: 12px;
  width: 100%;
  max-width: 300px;
  padding: 30px 25px;
}

.loginform h1 {
    display: block;
    color: #ededee;
    font-size: 20px;
    font-weight: 500;
    padding: 0 0 25px 0;
    text-transform: uppercase;
}

.loginform input[type=submit] {
    border: none;
    background: #EA7163;
    border-radius: 6px;
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    padding: 14px 0px 14px 0px !important;
    margin: 20px auto;
    text-align: center;
    width: 100%;
    cursor: pointer;
    display: block;
    outline: none;
}


.chekers1 {
    display: inline-block;
    float: left;
    margin: 0 20px 0 0;
}

.chekers1 b {
    font-size: 14px;
    font-weight: 600;
    padding: 0 0 0 10px;
}




#pet_avatar {
    display: block;
    outline: none;
    font-size: 0;
    width: 180%;
    height: 40px;
    background: none;
    cursor: pointer;
    background: #fff url(img/upload.svg) center center no-repeat;
    border: none;
    margin: 0px 0 0 -40%;
    position: relative;
    border: none;
}

.avaboxer {
    display: block;
    border: 2px #DE5040 dotted !important;
    width: 100%;
    overflow: hidden;
    margin: 10px 0 15px 0;
}

.loginform input[type="text"], .loginform input[type="password"] {
       display: block;
    background: none;
    border: none;
    font-size: 15px;
    color: #fff;
    padding: 12px 0% 12px 4%;
    border: 1px rgba(255,255,255,0.1) solid;
    width: 96%;
    font-weight: 300;
    margin: 10px 0 20px 0;
    outline: none;
}

.toreg {
    text-align: center;
    font-size: 13px;
    display: block;
    margin: 0 auto;
    color: #8c8d94;
}

.warner {
    display: block;
    position: absolute;
    width: 100%;
    background: #e43879;
    text-align: center;
    color: #fff;
    font-size: 13px;
    padding: 10px 0;
}


.pagecontent {
  display: block;
  margin: 15px auto;
  width: 100%;
  border-radius: 9px;
  background: #172233;
  padding: 0 0 30px 0;
}

.pagecontent form {
 display: block;
 padding: 0px 30px 0px 30px;
}



.pagecontent h2 {
    display: block;
    color: #ededee;
    font-size: 19px;
    font-weight: 500;
    padding: 20px 0 20px 30px;
    text-transform: uppercase;
}

.line {
    display: block;
    width: 100%;
    height: 1px;
    background: #222934;
    margin: 0 0 25px 0;
}



/* --- listen --- */


.listen {
       padding: 7px 2% 7px 2%;
}

.listen:hover,   .listen:nth-child(2n):hover {
    background: rgba(0,0,0,0.2);
}


.listen:nth-child(2n) {
    background: rgba(0,0,0,0.06);
}
   


.accid, .acccost, .acccat, .accname, .userid, .accstatus, .resultsdel, .usernim {
  display: inline-block;
  font-size: 12px;
}



.accid, .acccost, .acccat, .userid, .resultsdel, .userid a, .usernim {
  color: #6e7178;
}


.buyyes {
    display: block;
    float: right;
    color: #fff;
    font-size: 11px;
    background: #08e;
    padding: 3px 20px;
    border-radius: 3px;
    font-weight: 500;
}



.accname {
  color: #cbcfcd;
}

.accid {
  width: 10%;
  min-width: 90px;
}

.accstatus {
width: 20%;
min-width: 90px;
color: #cbcfcd;
}

.usernim {
  width: 40px;
}

.userid {
  width: 150px;
}

.userid a {
  color: #fff;
}

.accname {
  width: 30%;
  min-width: 150px;
}

.acccost  {
 width: 10%;
 min-width: 90px;
}

.delete {
    display: inline-block;
    float: right;
    width: 25px;
    height: 25px;
    font-size: 0px;
    background: url(img/delete.svg) center center no-repeat !important;
        background-size: auto;
    background-size: 12px !important;
    position: relative;
    margin: 0px 0 0 0;
}


.dellform {
 display: block;
 margin: 0;
 float: right;
}

.dellform .delete {
margin: 0px 0 0 0 !important;
}



.editor {
    display: inline-block;
    float: right;
    width: 25px;
    height: 25px;
    font-size: 0px;
    background: url(img/edit.svg) center center no-repeat;
        background-size: auto;
    background-size: 12px;
    position: relative;
    margin: -20px 0;
}




.headtable div {
  color: #5c5f67 !important;
  padding-bottom: 15px;
}

.noopen {
display: none;
}


.planed {
    display: block;
    position: fixed;
    z-index: 100;
    top: 10px;
    right: 70px;
    background: #55a573;
    padding: 10px 25px;
    border-radius: 10px;
    color: #fff;
    font-size: 12px;
}

.noplaned {
    display: block;
    position: fixed;
    z-index: 100;
    top: 10px;
    right: 70px;
    background: #e43879;
    padding: 10px 25px;
    border-radius: 10px;
    color: #fff;
    font-size: 12px;
}



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

.opensidebar {
  display: none;
  width: 100%;
  font-size: 15px;
  color: #fff;
  padding: 10px 0;
  text-align: center;
  border: 1px rgba(255,255,255,0.3) solid;
  background: url(img/ndown.svg) center right no-repeat;
  background-position: 95%;
  background-size: 20px;
  border-radius: 5px;
  margin: 20px 0;
}


.sidebar {
  display: block;
  width: 25%;
  float: left;
  padding: 30px 0;
}

.sidebar ul li a {
  display: block;
  font-size: 14px;
  padding: 10px 20px;
  color: #727f88;
}

.sidebar ul li a:hover, .activecat {
  color: #fff;
  background: #172233;
}

.sidebar h3 {
  display: block;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  margin: 0px 0 20px 20px;
}

.catalog {
  display: block;
  width: 72%;
  float: right;
  padding: 30px 0;
}

.catalog h1 {
  display: block;
  font-size: 32px;
  font-weight: 500;
  color: #fff;
  margin: 0px 0 30px 0;
}


.catbox {
  display: block;
  border-radius: 5px;
  background: #172233;
  padding: 20px 30px;
  margin: 10px 0 20px 0;
}

.imgobox {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  overflow: hidden;
  float: left;
  margin; 0 20px 0 0;
}

.imgobox img {
  width: 120%;
  margin: 0 0 0 -10%;
  height: auto;
}

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

.catbutton{
  display: block;
  float: right;
  width: 30%;
}

.title {
  display: block;
  color: #fff;
  font-weight: 500;
  font-size: 20px;
  margin: 0 0 10px 20px;
}

.catbox p {
  display: block;
  font-size: 14px;
   color: #727f88;
   line-height: 20px;
  margin: 0 0 20px 20px;
}

.readmore {
    display: block;
    text-align: center;
    border-radius: 5px;
    color: #727f88;
    font-size: 13px;
    padding: 10px 0;
    margin: 0 0 10px 0;
}


.callmore {
    display: block;
    text-align: center;
    border: 1px #0894f8 solid;
    background: #0894f8;
    border-radius: 25px;
    color: #fff;
    font-size: 14px;
    padding: 10px 0;
    margin: 0 auto 10px auto;
    max-width: 150px;
}




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




@media (max-width: 1260px) {

  .f30 {
  width: 50%;
  min-height: 100px;
}

}




@media (max-width: 890px) {

.sidebar {
  display: none;
  width: 100%;
}

.catalog {
  width: 100%;
}

.imgobox, .catinfo, .catbutton {
  float: none;
  margin: 0 auto;
  text-align: center;
}

.title {
    margin: 10px 0 10px 0px;
}

.catbox p {
    margin: 0 0 20px 0px;
}

.catinfo, .catbutton {
  width: 90%;
}

.opensidebar {
  display: block;
  cursor: pointer;
}


}








@media (max-width: 800px) {


.tabbox {
    width: 220px;
}

.tabbox a {
    display: inline-block;
    padding: 10px 5px;
    font-size: 10px;
    color: #333;
}

.logouts {
    font-size: 12px;
    margin: -27px 15px 0 0;
}



.wrap, .minwrap {
  width: 90%;
  max-width: 500px;
}

#hometext {
  width: 75%;
  position: relative;
  z-index: 6;
}

.homecont h1 {
    font-size: 30px;
    margin: 10vh 0 25px 0;
    line-height: 34px;
}

#homeimg {
    position: absolute;
    right: -30%;
    z-index: 1;
}

.home {
  position: relative;
  overflow-x: hidden;
}


.phone {
  width: 100%;
  max-width: 200px;
  min-width: 100px;
}

.f30 {
  width: 100%;
  margin: 20px 0;
  min-height: auto;
}

.f70 {
  width: 100%;
  text-align: center;
  float: none;
}

.f70 a {
  display: block;
  margin: 0 auto 10px auto;
  text-align: center;
}

#mkdes {
  width: 100px;
  margin: 20px auto;
  float: none;
}

.preims {
    padding: 30px 0 40px 0;
}

.homecont p {
    font-size: 14px;
    line-height: 22px;
    width: 100%;
}

.gobut, .gotext {
    padding: 15px 0px;
    width: 100%;
    text-align: center;
}

.newbox {
    margin: 30px auto 50px auto;
    width: 84%;
    padding: 30px 8%;
  }



.dark2check, .darkcheck, .lightcheck {
    padding: 70px 10px 10px 10px;
    margin-right: 4%;
    width: 38%;
    margin: 0 4% 20px 0;
}


.site50 {
  width: 100%;
}

.newsite .gobut {
  max-width: 100%;
  width: 100%;
}

.newbox {
    margin-bottom: 15vh;
}


footer .newcard {
    text-align: center;
    width: 120px;
    margin: 15px auto;
    float: none;
}


  }














/* --- */