@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: local('Roboto Light'), local('Roboto-Light'), url(/res/fonts/Roboto/Fl4y0QdOxyyTHEGMXX8kcT8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto'), local('Roboto-Regular'), url(/res/fonts/Roboto/Y5yuUJGDLtmYv2_3fMB4fA.woff) format('woff');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: local('Roboto Medium'), local('Roboto-Medium'), url(/res/fonts/Roboto/oHi30kwQWvpCWqAhzHcCSD8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: local('Roboto Bold'), local('Roboto-Bold'), url(/res/fonts/Roboto/isZ-wbCXNKAbnjo6_TwHTj8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  src: local('Roboto Black'), local('Roboto-Black'), url(/res/fonts/Roboto/3Y_xCyt7TNunMGg0Et2pnj8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
}
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 300;
  src: local('Roboto Light Italic'), local('Roboto-LightItalic'), url(/res/fonts/Roboto/7m8l7TlFO-S3VkhHuR0at2Ob2gHztoQeulij-1lvl-8.woff) format('woff');
}

@font-face {
  font-family: 'icons';
  src:  url('/res/fonts/icons.ttf?4') format('truetype'),
        url('/res/fonts/icons.woff?4') format('woff');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  font-family: 'icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-plus:before {
  content: "\f067";
}
.icon-minus:before {
  content: "\f068";
}
.icon-search:before {
  content: "\f002";
}
.icon-heart:before {
  content: "\f004";
}
.icon-check:before {
  content: "\f00c";
}
.icon-close:before {
  content: "\f00d";
}
.icon-remove:before {
  content: "\f00d";
}
.icon-times:before {
  content: "\f00d";
}
.icon-phone:before {
  content: "\f095";
}
.icon-bars:before {
  content: "\f0c9";
}
.icon-navicon:before {
  content: "\f0c9";
}
.icon-reorder:before {
  content: "\f0c9";
}
.icon-skype:before {
  content: "\f17e";
}
.icon-paper-plane-o:before {
  content: "\f1d9";
}
.icon-send-o:before {
  content: "\f1d9";
}
.icon-shopping-bag:before {
  content: "\f290";
}


* {
  box-sizing: border-box;
  -webkit-appearance:none;
  -webkit-border-radius:0px;

 }

html {
  min-height: 100%;
  background: #fff; /* For old browsers */
  //background: linear-gradient(to bottom right, #fff, #dedede);
  visibility: hidden;
  color: #393d3f;
}

body {
  padding: 0;
  margin: 0;
  font-family: 'Roboto', Arial, sans-serif;
  font-size: .95em;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}


a, a:visited {
  color:#2486ff;
  cursor: pointer;
}



::-webkit-scrollbar-track
{
    //-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: #a2a2a2;
}

::-webkit-scrollbar
{
    width: 10px;
    background-color: #a2a2a2;
}

::-webkit-scrollbar-thumb
{
    //border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #555;
}

.itLayout {
  display: none;
  position: absolute;
  overflow: auto;
  z-index: 9999;
  background-color: #fff;
  width: 100%;
  height: 100%;
  border: 1px solid red;
}

#loginForm, #regForm {
  display: inline-block;
  text-align: left;
  width: 50%;
  padding: 60px;

  //margin-top: 25px;
  //margin-bottom: 25px;

  //border: 1px solid #28272b;
  background-color:#ffeda4;
}

.regLogin {
  text-align:center;padding-top:25px;padding-bottom:25px;
}

.imageBg {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.darkBg {
  display: none;
  position:fixed;
  width: 100%;
  height: 100%;
  z-index: 100;
}
.itemLayout {
  display: none;
  position:fixed;
  width: 100%;
  height: 100%;
  overflow: auto;
  z-index: 9999;
  padding: 10px 0px 10px 0px;
  height: 100%;
  min-height: 100%;



  background-color: rgba(0, 0, 0, 0.5);



}

.itemLayout-inner {
  position: relative;
  //overflow-y: auto;
  margin: 0 auto;
  //border: 1px solid red;
  width: 930px;
  //height: 100%;
  background-color: #fff;
  //max-height: 100%;
  box-shadow: 0 1px 2px rgba(0,0,0,.4);
  border-radius: 1px;






}


a.itemTopImage {
  display: block;
  width: 100%;
  height: 360px;
  background-size: contain;
  background-color: #000;
}

.itemLayout-close {
  display: block;
  position: absolute;
  top:0;
  right:0;
  margin: 20px;
  padding: 3px 8px 0px 9px;
  z-index: 99;
  cursor: pointer;
  font-size: 240%;
  background-color: rgba(255,255,255,.7);
  //text-shadow: 2px 2px 2px rgba(255,255,255,.6);
  transition: background 0.2s ease;
}

.itemLayout-close:hover {
  background-color: rgba(255,255,255,.8);
}


.itemLayout-inner-content {
  background-color: #fff;

}

.itemLayoutInner {

}

.itemLayoutInner > .itemDetails {
  padding-top: 25px;
  width: 97%;
}

.itemLayoutInner > .itemDetails >.itemDetailsRight {
  padding-top: 27px;

}

#itemLayoutInner {
  padding: 0px 25px 0px 25px;
  font-size: 105%;
}


.content {
  width: 100%;
}

.content-inner {
  margin: 0 auto;
  display: block;
  width: 1024px;
  transition: opacity 0.3s ease-out;
  overflow: hidden;
}

header, article, footer {
  //box-shadow: 0 1px 2px rgba(0,0,0,.2);
  display: block;
}

.header-inner {
  box-sizing: border-box;
  width: 100%;
  position: absolute;
  top:0;
  //background-color: rgba(0, 0, 0, 0.3);
  //border-radius: 3px 3px 0px 0px;
  padding: 25px 5px 25px 5px;
  z-index: 99;
  text-shadow: 1px 0 4px #000;
  color:#fff;
  white-space: nowrap;
}

.article-inner {
  background-color: rgba(255, 255, 255, 0.4);
  //padding: 25px;
}

.footer-inner {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 0px 0px 3px 3px;
  padding: 30px 25px 25px 25px;
}

.slide, .searchSlide, .slide2 {
  width: 100%;
  position: relative;
  min-height: 480px;
  background-image: url('/images/bg4.jpg');
  text-align: center;
  transition: background 0.8s ease;
}

.slide2 {
  background-image: url('/images/ban1.jpg');
  min-height: 400px;
  background-size: contain;
  transition: background 0.8s ease;
}

.searchSlide {
  min-height: 10px;
  padding-top: 105px;
  padding-bottom: 50px;
  //height: 300px;
}

.slide-inner {
  display: inline-block;
  text-align: center;
  color: #ebebeb;
  width: 100%;
  margin-top:100px;
  //position: absolute;
  //border: 1px solid #fff;
  text-shadow: 1px 0 4px rgba(0, 0, 0, 0.7);
  transition: margin 0.2s ease-out;
  overflow: hidden;
}

.slide-inner > h1 {
  font-weight: 900;
  font-size: 375%;
}

a.logo {
  display: inline-block;
  width: 162px;
  height: 45px;
  text-decoration: none;
  color: #fff;
  font-weight: 900;
  font-size: 150%;
  display: inline-block;
  vertical-align: middle;
  background-color: rgba(0, 0, 0, 0.4);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(/images/lpLogo.png);
  padding: 10px 15px 10px 15px;
  margin-right: 30px;
}

.tLeft, .tRight {
  display: inline-block;
  vertical-align: middle;
  width: 93%;
  overflow: hidden;
  white-space: nowrap;
}

.tRight {
  text-align: right;
  margin-left: 1%;
  width: 6%;
  font-weight: 900;
  font-size: 150%;
  padding-right: 2px;
  padding-top: 1px;
}

a.cart {
  display: inline-block;
  color: #f0f0f0;
  transition: color 0.2s ease;
  text-decoration: none;
}
a.cart:hover {
  color:#fff;
  cursor: pointer;
}
a.near-logo {
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  color: #fff;
  font-weight: 500;
  font-size: 87%;
  padding-top: 1px;
  margin-left: 10px;
  text-transform: uppercase;
}
a.near-logo:hover {
  text-decoration: underline;
}

.mainSearchForm {

}

::-webkit-input-placeholder {
  color: #cecece;
}
::-moz-placeholder {
  color: #cecece;
}
:-ms-input-placeholder {
  color: #cecece;
}
:-moz-placeholder {
  color: #cecece;
}

.loginForm, .regForm {
  display: block;
  margin: 25px 0px 25px 0px;
}

.searchFormInput, .searchFormSubmit .formInput, .formSubmit, select.formSelect, .writeUsForm input, textarea, .loginForm .formInput, .regForm .formInput, .payBlock > input, select, .fltrs-form input, .admInput {
  display: block;
  width: 100%;
  outline: none;
  box-sizing: border-box;
  margin-bottom: 10px;
  border: 1px solid #2C2F33;
  border-radius: 3px;
  background-color: rgba(0, 0, 0, 0);
  padding: 10px;
  font-size: 110%;
  transition: border .3s ease-out;
}

.loginForm .formInput, .regForm .formInput {
  border-radius: 1px;
}

.searchFormInput, .searchFormSubmit {
  display: inline-block;
  vertical-align: middle;
  width: 60%;
  border: 1px solid #fff;
  color: #fff;
  padding: 16px;
  border-radius: 3px 0px 0px 3px;
  font-size: 140%;
  font-weight: 300;
  text-transform: uppercase;
  height: 60px;
  max-height: 60px;
  margin: 0px;
  border-right: 0px;
}

.searchFormSubmit {
  width: auto;
  border-left:0px;
  border-radius: 0px 3px 3px 0px;
  border-right: 1px solid #cecece;
  margin-left: -4px;
  cursor: pointer;
}

.mainPageDetails {
  padding:25px 5px 25px 5px;
}

.mainPageDetails > p, .mainPageDetails > ul > li {
  font-size: 125%;
  text-align: justify;
}

.mainPageDetails > .bigFont {
  font-size: 140%;
  font-weight: 700;
  text-align: center;
}

.writeUsBlock, .contactsBlock, .socBlock {
  padding:45px; background-color:#ffeda4;
  text-align: center;
}

.writeUsBlock > .content-inner > h3, .contactsBlock > .content-inner > h3, .socBlock > .content-inner > h3 {
  margin: 0;
  padding: 0;
  font-size: 230%;
}

.socBlock {
  background-color: #dcdddf;

}

.contactsBlock {
  background-color:#fff;
  padding-top: 0px;
}

.contactsBlock > .content-inner {

  padding-top: 0px;
  padding-bottom: 0px;
}
.contactsBlock a {
  text-decoration: none;
}
.contactsBlock > .content-inner > h3 {

}

.contactsBlock > .content-inner > span {
  display: inline-block;
  width: 40%;
  text-align: left;
  padding: 25px;
  font-size: 200%;
  border: 1px solid #bebebe;
  //padding: 15px 25px 15px 25px;
  display: inline-block;
  line-height: 1.9em;
}

.writeUsForm {
  display: block;
  margin-top: 25px;
  text-align: center;
}

.writeUsForm input[type="submit"], .regLoginSubmit {
  text-align: center;
  border: 0px;
  border-radius: 3px;
  background-color: #03030d;
  color:#fff;
  cursor: pointer;
  font-weight: 700;
}

.rLsL, a.rLsL {
  background-color: rgba(0, 0, 0, 0);
  color: #000;
  border: 1px solid #000;
  text-decoration: none;
}



.writeUsForm input::-moz-placeholder, .regLogin input::-moz-placeholder, .payBlock input::-moz-placeholder, .writeUsForm textarea::-moz-placeholder, .regLogin textarea::-moz-placeholder {
  color: #000;
}
.writeUsForm input:-ms-input-placeholder, .payBlock input:-ms-input-placeholder, .writeUsForm textarea:-ms-input-placeholder {
  color: #000;
}
.writeUsForm input:-moz-placeholder, .payBlock input:-moz-placeholder, .writeUsForm textarea:-moz-placeholder {
  color: #000;
}
.writeUsForm input::-webkit-input-placeholder, .payBlock input::-webkit-input-placeholder, .writeUsForm textarea::-webkit-input-placeholder, .regLogin input::-webkit-input-placeholder, .regLogin textarea::-webkit-input-placeholder {
  color: #000;
}

.writeUsForm input {
  display: inline-block;
  text-align: left;
  color: #000;
  width: 45%;
  border-radius: 1px;
}

.writeUsForm textarea {
  display: inline-block;
  border-radius: 1px;
  resize: vertical;
  height: 120px;
  font-family: 'Roboto', sans-serif;
  font-size: 109%;
  width: 45%;
}

.notFound {
  margin: 25px 0px 25px 0px;
  padding: 25px;
  text-align: center;
  border-left: 3px solid #ce9f33;
  font-size: 150%;
  font-weight: 700;
}

.itemDetailsRight {
  position: absolute;
  right: 0;
  top:0;
  text-transform: uppercase;
  padding-top: 5px;
  padding-right: 25px;
}

.itemLayoutInner .itemDetailsRight {
  padding-right: 0px;
}

a.oneItem {
  display: block;
  margin: 0px 0px 0px 0px;
  padding: 30px;
  padding-right: 0px;
  padding-left: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #f0f0f0;
  white-space: nowrap;
  text-decoration: none;
  color:#000;
  transition: background 0.2s ease;
}
a.oneItem:last-of-type {
  margin-bottom: 25px;
}

a.oneItem:hover {
  background-color: #f0f0f0;
  cursor: pointer;
}

.itemImage {
  display: inline-block;
  vertical-align: top;
  width: 200px;
  height: 140px;
  background-color: #bebebe;
  width: 20%
}
.itemDetails {
  display: inline-block;
  vertical-align: top;
  width: 79%;
  position: relative;

}

.mobPrice {
  display: none;
}

.itemDetailsLeft {
  padding-right: 25%;
  padding-left: 25px;
}

.itemDetailsLeft > .ttl {
  white-space: normal;
  font-size: 190%;
  font-weight: 300;
  text-transform: capitalize;

}

.itemDetailsLeft > p {
  font-size: 100%;
  font-weight: 700;
}

.itemDetailsLeft > .ttl > div {
  font-size: 60%;
  font-style: italic;
}

a.bgfff {
  background-color: #fff;
}

.borderTop {
  background-color: #393d3f;
  height: 5px;
}

.itemLayoutInnerImgs {
  text-align: center;
  padding-bottom: 25px;
  padding-top: 10px;
}

.itemLayoutInnerImgs > img {
  display: inline-block;
  width: 70%;
}

.padder {
  margin-bottom: 60px;
}

.itemLayoutInner > .itemDetails > .itemDetailsRight {
  text-align: right;
  padding-bottom: 25px;
}
.itemLayoutInner > .itemDetails > .itemDetailsRight > span {
  padding-right: 2px;
  text-transform: uppercase;
}

.addToCart {
  padding: 11px;
  //border: 4px solid #0c590c;
  background-color: #0c590c;
  border-radius: 3px;
  margin-bottom: 15px;
  color:#fff;
  text-align: center;
  font-weight: 700;
  transition: background .2s ease-out;
}

.addToCart:hover {
  cursor: pointer;
  //border: 4px solid #084808;
  background-color: #084808;
}

.spn {
  display: inline-block;
  width: 70px;
  text-align: center;
}

.spn > div {
  margin-top: 7px;
  width: 10px;
  height: 10px;
  background-color: #000;

  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.0s infinite ease-in-out both;
  animation: sk-bouncedelay 1.0s infinite ease-in-out both;
}

.spn .b1 {
  -webkit-animation-delay: -0.28s;
  animation-delay: -0.28s;
}

.spn .b2 {
  -webkit-animation-delay: -0.14s;
  animation-delay: -0.14s;
  margin-left: 3px;
  margin-right: 3px;
}

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0) }
  40% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  } 40% {
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
  }
}

.ndm {
  display: inline-block;
}



#ordersList {
  padding-top: 15px;
}

#ordersList > p, .bt > p {
  text-align: center;
  font-size: 240%;
  font-weight: 300;
}

#ordersList > .but {
  text-align: center;
}

#ordersList > .but > .addToCart {
  display: inline-block;
  min-width: 400px;
  margin-bottom: 25px;
}

#ordersList > .but:nth-of-type(1) > .addToCartt {
  background-color: #fff;
  border: 1px solid #0c590c;
  color:#0c590c;

}

.mobPrice > p {
  padding-left: 15px;
}

.removeItem {
  display: block;
  font-size: 170%;
  color:#908383;
  cursor: pointer;
  transition: color 0.2s ease-out;
  text-align: right;

}

.removeItem:hover {
  color: #4a1010;
}

































.icon {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
}


.lockedIcon {
  background-image: url(/images/userNoLoggedIn.svg);
}
.uk {
  opacity: 0.7;
  background-image: url(/images/uk.svg);
}
.ru {
  opacity: 0.7;
  background-image: url(/images/ru.svg);
}

.h {
  font-size: 150%;
}
.hh {
  font-size: 130%;
}



.redBorder {
  border: 1px solid #910606;
}

.formSubmit-------- {
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  text-align: center;
  border: 0px;
  background-color: #58544f;
  margin-bottom: 0px;
  cursor: pointer;
  transition: background .2s ease;
}

.formSubmit99:hover {
  background-color: #4d4a46;
}

select.formSelect {
  display: inline-block;
  width: 32%;
  font-size: 95%;
  margin-top: 10px;
}

select.formSelect:nth-of-type(2) {
  margin-left: 1%;
  margin-right: 1%;
}

select.sexSelect {
  width: 100%;
}

textarea.formInput {
  resize: vertical;
  height: 120px;
  font-family: 'Arial', sans-serif;
  font-size: 110%;
}

.checkBox {
  margin-bottom: 10px;
  font-size: 100%;
}

.checkBox > input {
  -webkit-appearance:checkbox;
  vertical-align:top;
}

.selectFileIcon {
  height: 50px;
  display: block;
  cursor: pointer;
  width: 100%;
  box-sizing: border-box;
  background-size: contain;
  background-image: url(/images/cam.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.realFileInput {
  width: 100%;
  height: 50px;
  opacity: 0;
  cursor: pointer;
  filter: alpha(opacity=0); /* MS */
  position: relative;
  z-index: 9999999;
}

.progress {
  display: block;
  position: relative;
  width: 0%;
  height: 25px;
  margin-top: -25px;
  border-radius: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  transition: width 0.5s ease;
}

.reg {
  background-color: #00849c;
}

.reg:hover {
  background-color: #00768b;
}

.tip {
  display: block;
  position: absolute;
  z-index: 9999;
  padding: 8px;
  background-color: rgba(0, 0, 0, 0.8);
  color:#fff;
  text-align: center;
  font-size: 90%;
  border-radius: 3px;
  max-width: 200px;
  margin: -2px 0px 0px 200px;
  cursor: pointer;
}

.tip:after {
  content: '';
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -8px;
  width: 0; height: 0;
  border-bottom: 8px solid rgba(0, 0, 0, 0.8);
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
}

.redBgr {
  background-color: #910606;
}

.redBgr:after {
  border-bottom: 8px solid #910606;
}

.message {
  display:none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  box-shadow: 0 1px 2px rgba(0,0,0,.2);
  border-top: 5px solid #fff;
	background-color: rgba(0, 0, 0, 0.9);
  font-size: 130%;
  text-transform: uppercase;
  color: #dadada;
  padding: 50px 0px 50px 0px;
  text-align: center;
	width:100%;
	z-index:999;
}

.blurBack {
  margin: -25px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.blurBack-inner {
  max-width: 60%;
  margin: 0 auto;
  padding-top: 50px;
  padding-bottom: 50px;
}

.userAvatar {
  width: 150px;
  height: 150px;
  margin: 0 auto;
  margin-bottom: 25px;
  border-radius: 5px;
  box-shadow: 0 1px 2px rgba(0,0,0,.2);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.blurBackText {
  font-size: 150%;
  text-shadow: 1px 1px 2px #000;
  color:#fff;
  text-align: center;
}

.blurBackText > i {
  color:#cdcdcd;
}

.sub {
  font-size: 100%;
  margin-top:10px;
}

.sendMessage {
  width: 30%;
  text-align: center;
  margin: 0 auto;
  padding-top: 15px;
  padding-bottom: 15px;
  border: 1px solid #0f1f28;
  color:#0f1f28;
  border-radius: 3px;
  transition: background .2s ease;
}

.sendMessage:hover {
  cursor: pointer;
  background-color: #0f1f28;
  color: #fff;
}

.dn {
  display: none;
}

.meExit {
  display: inline-block;
  width: 30%;
  margin-bottom: 25px;
}

@media (max-width: 600px) {
  body {
    font-size: .85em;
  }

  a.cart > span {
    font-size: .75em;
  }
}

@media (max-width: 380px) {
  body {
    font-size: .75em;
  }

  a.cart > span {
    font-size: .65em;
  }
}

#itemsPaginator {
  text-align:center;
  margin-top:25px;
  margin-bottom: 25px;
  text-transform: uppercase;
}

.filters {
  padding: 15px 25px 0px 30px;
  text-align: center;
}

.filters > a {
  display: inline-block;
  padding: 4px;
  border: 1px solid #2486ff;
  margin-right: 6px;
  border-radius: 2px;
  margin-top: 10px;
}

.mb, a.mb {
  display: none;
  text-decoration: none;
}

.mobileMenu {
  display: none;
}

.testimonials {
  display: block;
  width: 100%;
  text-align: center;
  padding-bottom: 15px;
  padding-top: 30px;
}

.testimonial {
  display: inline-block;
  width: 50%;
  text-align: left;
  //padding: 30px 0px 0px 0px;
}

.ndpc {
  display: none;
}

.mainSearchForm > .tip {
  margin-top: 10px;
  border: 1px solid #5b5b5b;
}

.mainSearchForm > .tip:after {
  border-bottom: 8px solid #5b5b5b;
}

.payBlock {
  display: block;
  padding-top: 25px;

}

.payBlock > input {
  display: inline-block;
  border-radius: 2px;
}
.payBlock > input:nth-of-type(7) {
  width: 25%;
}
.payBlock > input:nth-of-type(8) {
  background-color: #4c923e;
  border: 1px solid #4c923e;
  width: 14%;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  transition: background 0.2s ease;
}
.payBlock > input:nth-of-type(8):hover {
  cursor: pointer;
  background-color: #3d7831;
}

a.exitM {
  text-decoration: none;
  color: #fff;
}

.pleasedClients {
  display: inline-block;
  color:#676767;font-size:220%;font-weight:200;
}

.pleasedClients > img {
  width: 60px;
  vertical-align: middle;
  margin-right: 15px;
}
.pleasedClients > span {
  vertical-align: middle;
}

.fltrs {
  padding-top:10px;padding-bottom:10px;text-align:left;
}
.fltrs > .content-inner {

}

.fltrs-bymodel {
  display: none;
  margin-top: 10px;
  margin-left: 2px;
  //padding-top: 10px;
  padding-bottom: 0px;
  padding-left: 10px;
  border-left: 2px solid #000;
}

.fltrs-form {

}

.fltrs-form select {
  width: 30%;
  padding: 6px;
  padding-top: 7px;
  border-radius: 2px;
  background-repeat: no-repeat;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAQAAAAEACAMAAABrrFhUAAABIFBMVEUAAAD///8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAXMQyiAAAAX3RSTlMAAAECBAUGCAkKCwwNDxAREhQWFxobHB4fISMkJyorLTk6X2B4eXqJi46Qk5WZm52goqOlp6msrrCxsrW3ubq8vb6/wMLEx8jKzM7Q0tPU1dfZ297g4ePk5ejp7e/7/MCDuTsAAAMPSURBVHgB7dBnUlNRAEfxvy8hFGIg9BKCokjvvYv0okBCwaLZ/y6c8YNjoaS8O3PLOTs4P70IPAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEIIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQEoMbd9/M9Pd9lBCshwgs1Yy2WrGcoC69ZLZ1pJ2A7wpmW7IboAPxgHe2w1wbxzgzm6AL8YBPtsNcGIc4NhugHfGAYbtBsh8Mvz/8aXdAMrfGv2/zctyAA3eGPy/GZT1AMpfG/u/zssBAA0UDf0XB+QEgHJmBIo5OQKgXMHAfyEnZwDUfxX7/1W/HAJQ32XM/5d9cgpAvRex/l/0yjEA9cQpcNEj5wDUfR7b/3m3HARQ11lM/2ddchJAnaex/J92ylEAdZzE8H/SIWcB1H5c8/9xuxwGUNtRjf9HbXIaQNnDmv4Ps3IcQNmDGv4PsnIeQK37Vf/vt8oDALXsVfm/1yIvAJTZrep/NyNPAJTeqeJ/Jy1vAJTeqvh/Ky2PANS8WeH/ZrO8AlDTRkX/G03yDECN6xX8rzfKOwA1rJb9v9ogDwFUv1Lm/0q9vARQarms/+WUPAVQaqmM/6WUvAVQ3eKz/4t18hhAyYVn/heS8hpAybkn/+eS8hxA0ewT/7ORvAdQYubR/5mEAgBQNP3I/3SkIAAUTT34PxUpEABp8oH/SSkcAE389z+hoAA0/s//uAID0Nhf/2MKDkCjf/yPKkAAjfz+H1GQAHr7/df+j2EFCqBX84WvhfnXchfA/QAAwJkAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAnziudi4UBb0QAAAAASUVORK5CYII=);
  background-position: right;
  background-size: contain;
}

.fltrs-form input {
  width: 30%;
  padding: 6px;
  border-radius: 2px;
  background-color: #000;
  color:#fff;
  cursor: pointer;
}

.wut {
  margin-top:20px;text-align:justify;width:45%;
  display: inline-block;
}

li.userLi {
  padding: 15px 0px 0px 0px;
  font-size: 120%;
}

li.userLi > a.dynamic {
  color: #000;
  text-decoration: none;
}

li.userLi > span {
  color:#bebebe;
  float: right;
}

a.admMenu {
  color:#000;
  padding: 4px;
  border: 1px solid #000;
  text-decoration: none;
  border-radius: 2px;
}
