@font-face {
  font-family: "akrobat";
  src: url("/themes/fonts/Akrobat-Regular.otf");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "akrobat";
  src: url("/themes/fonts/Akrobat-Light.otf");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "akrobat";
  src: url("/themes/fonts/Akrobat-ExtraLight.otf");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "akrobat";
  src: url("/themes/fonts/Akrobat-Thin.otf");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "akrobat";
  src: url("/themes/fonts/Akrobat-SemiBold.otf");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "akrobat";
  src: url("/themes/fonts/Akrobat-Bold.otf");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "akrobat";
  src: url("/themes/fonts/Akrobat-ExtraBold.otf");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "akrobat";
  src: url("/themes/fonts/Akrobat-Black.otf");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  background: #eeeeee;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  background: #c2af42;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
  background: #c2af42;
}

body {
  font-size: 16px;
  font-family: "akrobat", arial;
  margin: 0;
  color: #666666;
}

div.fon {
  display: none;
  background-color: rgba(26, 27, 28, .9);
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 400;
}

input[type="button"] {
  font-size: 17px;
  font-family: "akrobat", arial;
  cursor: pointer;
  background: #ffffff;
  border: 1px solid #c6b14c;
  color: #4c4c4c;
  padding: 5px 20px;
  outline: none;
  border-radius: 5px;
  -webkit-appearance: button;
}

input[type="button"]:hover {
  font-size: 17px;
  font-family: "akrobat", arial;
  cursor: pointer;
  outline: none;
  background: #eee;
  border: 1px solid #c0c0c0;
  color: #555;
  padding: 5px 20px;
  border-radius: 5px;
}

button {
  font-size: 12px;
  font-family: "akrobat", arial;
  cursor: pointer;
  outline: none;
  background: #eee;
  border: 1px solid #c0c0c0;
  color: #555;
  padding: 5px 20px;
}

button:hover {
  font-family: "akrobat", arial;
  cursor: pointer;
  background: #eee;
  border: 1px solid #c0c0c0;
  color: #555;
  padding: 5px 20px;
  outline: none;
}

.notselectedwayforpay,
.notselectedwayforpay:hover {
  cursor: pointer;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  padding: 10px 200px 10px 10px;
  background-image: url("/themes/dsto/payment_methods_2.png");
  background-position: 99% 65%;
  background-size: auto 65%;
  background-color: #ffffff;
  background-repeat: no-repeat;
  border: #e2e2e2 1px solid;
  outline: none;
  border-radius: 3px;
}

.selectedwayforpay {
  cursor: pointer;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  border-radius: 3px;
  padding: 10px 200px 10px 10px;
  background-image: url("/themes/dsto/payment_methods_2.png");
  background-position: 98% 50%;
  background-size: auto 70%;
  background-color: #eee;
  background-repeat: no-repeat;
  border: #e2e2e2 1px solid;
  outline: none;
}

@media all and (max-width: 1200px) {
  .notselectedwayforpay {
    cursor: pointer;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    width: 100%;
    padding: 10px 10px 50px 10px;
    background-image: url("/themes/dsto/payment_methods_1.png");
    background-position: 50% 90%;
    background-size: 80% auto;
    background-color: #ffffff;
    background-repeat: no-repeat;
    border: #e2e2e2 1px solid;
    outline: none;
    border-radius: 3px;
  }

  .selectedwayforpay {
    cursor: pointer;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    width: 100%;
    border-radius: 3px;
    padding: 10px 10px 50px 10px;
    background-image: url("/themes/dsto/payment_methods_1.png");
    background-position: 50% 90%;
    background-size: 80% auto;
    background-color: #eee;
    background-repeat: no-repeat;
    border: #e2e2e2 1px solid;
    outline: none;
  }
}

input[type="text"] {
  font-size: 15px;
  font-family: "akrobat", arial, tahoma;
  width: 100%;
  padding: 5px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  background: #ffffff;
  outline: none;
  color: #000;
  border-radius: 3px;
  border: 1px solid #555555;
  -webkit-appearance: none;
}

input[type="text"]:focus {
  border: 1px solid #000;
  background: #fff;
}

input[type="password"] {
  font-size: 12px;
  line-height: 12px;
  font-family: "akrobat", arial, tahoma;
  width: 100%;
  padding: 5px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  background: #ffffff;
  outline: none;
  color: #000;
  border-radius: 3px;
  border: 1px solid #555555;
}

input[type="password"]:focus {
  border: 1px solid #000;
  background: #fff;
}

input.fail {
  background: #fff3f3;
  border: 1px solid #1a73e8;
}

input.fail:focus {
  border: 1px solid #1b9494;
}

textarea {
  font-size: 15px;
  font-family: "akrobat", arial, tahoma;
  width: 100%;
  padding: 5px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  background: #ffffff;
  outline: none;
  color: #000;
  border-radius: 3px;
  border: 1px solid #555555;
}

textarea:focus {
  border: 1px solid #888;
}

textarea.fail {
  background: #fff3f3;
  border: 1px solid #1a73e8;
}

textarea.fail:focus {
  border: 1px solid #1b9494;
}

select {
  font-size: 12px;
  font-family: "akrobat", arial, tahoma;
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-shadow: inset 0 1px 2px #d4d4d4;
  outline: none;
  color: #000;
  border-radius: 3px;
  border: 1px solid #d4d4d4;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  position: relative;
  background: #ffffff url("/themes/new/arrow_catalog_select.png") no-repeat;
  background-position-x: calc(100% - 11px);
  background-position-y: 50%;
  background-size: 7px;
  padding: 5px 25px 5px 10px;
}

select:focus {
  border: 1px solid #888;
}

select.fail {
  background: #fff3f3;
  border: 1px solid #1a73e8;
}

select.fail:focus {
  border: 1px solid #1b9494;
}

a {
  text-decoration: none;
  color: #888;
}

a:hover {
  text-decoration: none;
  color: #666;
}

div.relative {
  position: relative;
}

div.deliver {}

div.inline {
  display: inline-block;
  vertical-align: middle;
}

div.delivercent {
  display: table-cell;
  vertical-align: top;
}

div.incenter {
  display: table;
  margin: 0 auto;
  width: 100%;
}

div.nothingfound {
  text-align: center;
  font-size: 19px;
  margin: 5px auto;
  color: #ff0000;
  padding: 5px 0 15px 0;
}

div.textfail {
  color: #1a73e8;
  font-size: 90%;
  padding: 2px;
}

span.star {
  color: #1a73e8;
}

div.answerform {
  position: fixed;
  background: #ffffff;
  padding: 5px;
  border-radius: 10px;
  z-index: 500;
  width: 360px;
  box-shadow: 0 0 5px #484848;
}

div.answer_main {
  width: 100%;
  background-color: #fff;
  box-sizing: border-box;
  position: relative;
}

div.answer_mainin {}

div.answer_closeline {}

div.answer_close {}

div.answer_title {
  text-align: center;
  padding: 40px 30px;
  font-size: 18px;
  color: #4c4c4c;
  font-weight: 400;
}

div.body {
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

div.allheader {
  width: 100%;
}

div.overhead {
  border-bottom: 3px solid #666;
  position: relative;
  z-index: 150;
  height: 13px;
}

div.overheadinfo {
  margin: 0 auto;
  width: 100%;
  display: table;
}

div.overheadleft {
  display: table-cell;
  vertical-align: top;
}

div.overheadright {
  display: table-cell;
  text-align: right;
}

div.head {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

div.headinfo {
  margin: 0 auto;
  width: 100%;
  display: table;
}

@media all and (max-width: 800px) {
  div.headinfo {
    width: 99%;
  }
}

@media all and (max-width: 600px) {
  #sliderallwidth {
    display: none;
  }

  .catalog-top-list,
  .catalog-main-list {
    width: 100%;
  }

  div.catalog-main-block {
    flex-basis: 50%;
    width: 50%;
  }

  div.container_category {
    padding: 0;
  }
}

div.headcolumnlogo {
  vertical-align: middle;
  padding: 15px 30px 15px 0;
}

@media all and (min-width: 750px) and (max-width: 1000px) {
  div.headcolumnlogo {
    vertical-align: middle;
    padding: 15px 15px 15px 0;
  }

  div.headcolumnlogo img {
    max-width: 250px;
  }
}

@media all and (min-width: 601px) and (max-width: 749px) {
  div.headcolumnlogo {
    vertical-align: middle;
    padding: 15px 15px 15px 0;
  }

  div.headcolumnlogo img {
    max-width: 200px;
  }
}

@media all and (max-width: 600px) {
  div.headcolumnlogo {
    vertical-align: middle;
    padding: 15px 0 10px 0;
    margin: 0 auto;
    text-align: center;
  }
}

div.headcolumnnewmain {
  display: table-cell;
  vertical-align: middle;
}

div.headcolumnmainrow1 {
  display: table;
  width: 100%;
  border-bottom: 1px solid #d7d7d7;
  padding-bottom: 6px;
}

div.headcolumnrow1cell1 {
  display: table-cell;
  vertical-align: middle;
  padding-left: 16px;
  background: url("/themes/dsto/icon_phone.png") left center no-repeat;
  padding-right: 16px;
}

div.headcolumnrow1cell1 a {
  font-size: 13px;
  color: #333333;
}

div.headcolumnrow1cell1 a:hover {
  font-size: 13px;
  color: #333333;
}

div.headcolumnrow1cell2 {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

div.headcolumnrow1cell3 {
  display: table-cell;
  vertical-align: middle;
}

div.headcolumnmainrow2 {
  display: table;
  width: 100%;
  padding-top: 6px;
}

div.headcolumnrow2cell1 {
  display: table-cell;
  vertical-align: middle;
  width: 50%;
}

div.headcolumnrow2cell2 {
  display: table-cell;
  vertical-align: middle;
}

@media all and (min-width: 1000px) and (max-width: 1920px) {
  div.headcolumnrow2cell2 {
    padding-left: 5%;
  }
}

div.headcolumnrow2cell3 {
  display: table-cell;
  width: 143px;
  vertical-align: middle;
  position: Relative;
  top: 3px;
}

@media all and (min-width: 701px) and (max-width: 920px) {
  div.head {
    padding-bottom: 40px;
  }

  div.headcolumnnewmain {
    display: table-cell;
    vertical-align: middle;
  }

  div.headcolumnmainrow1 {
    display: block;
    width: 100%;
    border-bottom: 1px solid #d7d7d7;
    padding-bottom: 26px;
  }

  div.headcolumnrow1cell1 {
    display: block;
    vertical-align: middle;
    position: relative;
    padding-right: 6px;
  }

  div.headcolumnrow1cell2 {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    position: relative;
    top: 16px;
  }

  div.headcolumnrow1cell3 {
    display: table-cell;
    vertical-align: middle;
    float: right;
    left: -4px;
    position: relative;
    top: -6px;
  }

  div.headcolumnmainrow2 {
    display: table;
    width: 100%;
    position: absolute;
    top: 114px;
    left: 0;
    padding: 0 10px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }

  div.headcolumnrow2cell1 {
    display: table-cell;
    vertical-align: middle;
  }

  div.headcolumnrow2cell2 {
    display: table-cell;
    vertical-align: middle;
  }

  div.headcolumnrow2cell3 {
    display: table-cell;
    width: 143px;
    vertical-align: middle;
    position: Relative;
    top: 3px;
  }
}

@media all and (min-width: 601px) and (max-width: 700px) {
  div.head {
    padding-bottom: 40px;
  }

  div.headcolumnnewmain {
    display: table-cell;
    vertical-align: middle;
  }

  div.headcolumnmainrow1 {
    display: block;
    width: 100%;
    border-bottom: 1px solid #d7d7d7;
    padding-bottom: 26px;
  }

  div.headcolumnrow1cell1 {
    display: block;
    vertical-align: middle;
    position: relative;
  }

  div.headcolumnrow1cell2 {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    position: relative;
    top: 16px;
  }

  div.headcolumnrow1cell3 {
    display: table-cell;
    vertical-align: middle;
    position: Relative;
    float: right;
    left: -4px;
    position: relative;
    top: -6px;
  }

  div.headcolumnmainrow2 {
    display: table;
    width: 100%;
    position: absolute;
    top: 94px;
    left: 0;
    padding: 0 10px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }

  div.headcolumnrow2cell1 {
    display: table-cell;
    vertical-align: middle;
  }

  div.headcolumnrow2cell2 {
    display: table-cell;
    vertical-align: middle;
  }

  div.headcolumnrow2cell3 {
    display: table-cell;
    width: 143px;
    vertical-align: middle;
    position: Relative;
    top: 3px;
  }
}

@media all and (max-width: 600px) {
  div.headcolumnnewmain {
    display: block;
    vertical-align: middle;
  }

  div.headcolumnmainrow1 {
    display: block;
    width: 100%;
    border-bottom: 1px solid #d7d7d7;
    padding-bottom: 6px;
  }

  div.headcolumnrow1cell1 {
    display: none;
    vertical-align: middle;
  }

  div.headcolumnrow1cell2 {
    display: none;
    text-align: center;
    vertical-align: middle;
  }

  div.headcolumnrow1cell3 {
    display: none;
    vertical-align: middle;
  }

  div.headcolumnmainrow2 {
    display: block;
    margin: 0 auto;
    text-align: center;
    padding: 6px 0 0;
    position: relative;
    top: 0;
    left: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }

  div.headcolumnrow2cell1 {
    display: block;
    vertical-align: middle;
    width: 100%;
  }

  div.headcolumnrow2cell2 {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
    padding-right: 20px;
  }

  div.headcolumnrow2cell3 {
    display: inline-block;
    width: 143px;
    vertical-align: middle;
    position: Relative;
    top: 3px;
    padding-left: 20px;
  }
}

@media all and (max-width: 600px) {
  div.headcolumnmainrow2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

@media all and (max-width: 330px) {
  div.headcolumnrow2cell2 {
    padding-right: 0;
  }

  div.headcolumnrow2cell3 {
    padding-left: 0;
  }
}

div.underhead {}

div.underheadinfo {
  max-width: 1240px;
  width: 100%;
  display: table;
  background: #629191;
  background: -moz-linear-gradient(top, #629191 0%, #257878 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #629191), color-stop(100%, #257878));
  background: -webkit-linear-gradient(top, #629191 0%, #257878 100%);
  background: -o-linear-gradient(top, #629191 0%, #257878 100%);
  background: -ms-linear-gradient(top, #629191 0%, #257878 100%);
  background: linear-gradient(to bottom, #629191 0%, #257878 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5dabab', endColorstr='#398080', GradientType=0);
  border-radius: 2px;
  border-bottom: 1px solid #547a7a;
  margin: 0 auto 16px;
}

.overhead-new {
  background: #e8e8e8;
  box-shadow: 0 0 4.5px 0.5px #000001;
}

.overhead-new__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.overhead-new__column1 {
  display: flex;
}

.overhead-new__column1 .overhead-new__menu {
  padding: 0 28px;
  border-left: 1px solid #4d4d4d;
}

.overhead-new__column1 .overhead-new__menu:last-child {
  border-right: 1px solid #4d4d4d;
}

.overhead-new__menu a {
  font-size: 16px;
  color: #4d4d4d;
}

.overhead-new__menu a:hover {
  text-decoration: underline;
}

.overhead-new__column2 {
  margin: 0 0 0 auto;
}

.overhead-new__column2 .callme input.callme_button_class {
  background: #1a73e8;
  padding: 2px 40px;
  color: #fff;
  font-size: 16px;
  max-width: 230px;
  width: 230px;
  letter-spacing: 0;
  text-align: center;
  box-sizing: border-box;
  height: 32px;
  font-weight: 300;
}

.overhead-new__column2 .callme input.callme_button_class:hover {
  background: #4069d0;
}

.overhead-new__column3 {
  margin-left: 90px;
  margin-right: 40px;
}

.header-new_phones a {
  font-size: 22px;
  color: #575756;
  white-space: nowrap;
}

.header-new_phones a:first-child {
  margin-right: 20px;
}

@media all and (max-width: 699px) {
  div.underheadinfo {
    margin-bottom: 0;
  }
}

div.underheadleft {
  display: table-cell;
  vertical-align: middle;
}

div.underheadright {
  display: none;
}

div.headcolumnrow1cell1 a {
  font-size: 12px;
  color: #fff;
}

div.headcolumnrow1cell1 a:hover {
  font-size: 12px;
  color: #fff;
}

@media all and (max-width: 600px) {
  div.underheadright {
    display: table-cell;
    vertical-align: middle;
    text-align: right;
    padding: 5px;
  }

  div.underheadright span {
    color: #ffffff;
  }

  div.underheadright a {
    color: #ffffff;
  }
}

div.allcentermain {
  margin: 0 auto;
  max-width: 1680px;
  width: 97%;
  padding: 0 20px;
}

div.allcenterblock {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin: 0 auto;
}

div.leftmain {
  vertical-align: top;
  display: block;
  padding: 5px 30px 5px 0;
  width: 350px;
}

@media all and (max-width: 640px) {
  div.leftmain {
    display: none;
  }
}

div.leftcolumn {
  width: 100%;
}

div.centermain {
  vertical-align: top;
  display: block;
  padding: 0 0 5px 0;
  flex-grow: 1;
  width: calc(100% - 350px);
}

div.centercolumn {}

div.rightmain {
  vertical-align: top;
  display: table-cell;
  padding: 0 0 0 32px;
  width: 222px;
}

@media all and (max-width: 800px) {
  div.rightmain {
    display: none;
  }
}

div.rightcolumn {}

div.centerunderslider {}

div.leftunderslider {}

div.rightunderslider {}

div.allfooter {
  border-top: 3px solid #666;
  padding: 20px 0 0 0;
  box-shadow: 0 2px 2px #000000;
  background: url(/themes/templates/fot1.jpg);
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

@media all and (max-width: 640px) {
  div.allfooter {}
}

div.allfooterinfo {}

div.overfooter {
  max-width: 1240px;
  margin: 0 auto;
  padding-bottom: 10px;
}

div.underfooter {}

div.underfooterleft {}

div.underfooterright {}

div.counter {}

h2 {
  font-size: 24px;
}

h3 {
  padding: 20px 0 0;
  font-size: 18px;
  color: #5f5f5f;
  font-weight: 400;
  text-align: center;
  margin: 0 auto 10px;
}

div.footer-content {
  overflow: hidden;
  max-width: 1240px;
  margin: 0 auto;
}

div.footer-content ul {
  list-style: none;
  padding-left: 5px;
}

@media all and (max-width: 320px) {
  div.footer-content ul {
    padding-left: 0;
  }
}

div.footer-box-1,
div.footer-box-2,
div.footer-box-3,
div.footer-box-4 {
  float: left;
  width: 16%;
  padding: 0 15px;
}

div.footer-box-1 {
  float: left;
  width: 269px;
  padding: 0 9% 0 0;
  margin-top: 13px;
}

div.footer-box-3 {
  padding: 0 5px 0 15px;
}

div.footer-box-2 {
  padding: 0 5px;
}

@media all and (max-width: 1350px) {
  .header-new_phones a {
    font-size: 19px;
    color: #575756;
  }

  .header-new_phones a:first-child {
    margin-right: 5px;
  }

  .overhead-new__column2 .callme input.callme_button_class {
    padding: 2px 25px;
    width: 100%;
  }
}

@media all and (max-width: 699px) {
  div.underheadinfo {
    margin-bottom: 0;
  }
}

@media all and (max-width: 1024px) {
  div.footer-box-1 {
    padding: 0 2% 0 0;
  }
}

@media all and (max-width: 798px) {
  div.footer-box-1 {
    padding: 0 0 0 0;
    float: none;
    margin: 0 auto;
  }
}

@media all and (max-width: 700px) {
  div.footer-box-1 {
    display: none;
  }
}

div.footer-box-2 {
  width: 12%;
  min-width: 146px;
  background: url(/themes/templates/botsep.png) center left no-repeat;
}

@media all and (min-width: 641px) and (max-width: 798px) {
  div.footer-box-2 {
    padding-left: 50px;
  }
}

@media all and (max-width: 700px) {
  div.footer-box-2 {
    background: none;
  }
}

@media all and (max-width: 320px) {
  div.footer-box-2 {
    width: 39%;
    min-width: 118px;
  }
}

div.footer-box-3 {
  width: 12%;
}

@media all and (max-width: 798px) {
  div.footer-box-3 {
    width: 24%;
  }
}

@media all and (max-width: 414px) {
  div.footer-box-3 {
    width: 40%;
  }
}

@media all and (max-width: 320px) {
  div.footer-box-3 {
    width: 41%;
  }
}

div.footer-box-3 ul {
  background: none;
  padding-left: 0;
}

div.footer-box-4 {
  width: 13%;
  min-width: 157px;
  background: url(/themes/templates/botsep.png) center left no-repeat;
}

@media all and (max-width: 414px) {
  div.footer-box-4 {
    background: none;
    width: 90%;
  }

  div.footer-box-4 ul li {
    display: inline-block;
    padding-right: 25px;
  }
}

@media all and (max-width: 375px) {
  div.footer-box-4 {
    width: 95%;
  }
}

div.footer-box-1 ul li,
div.footer-box-2 ul li,
div.footer-box-3 ul li,
div.footer-box-4 ul li {
  line-height: 25px;
  font-size: 13px;
  color: #dcdcdc;
  text-decoration: none;
  background: url(/themes/dsto/botar.png) left 8px no-repeat;
  padding-left: 15px;
  white-space: nowrap;
}

div.footer-box-1 ul li a,
div.footer-box-2 ul li a,
div.footer-box-3 ul li a,
div.footer-box-4 ul li a {
  color: #fff;
}

div.footer-box-1 ul li a:hover,
div.footer-box-2 ul li a:hover,
div.footer-box-3 ul li a:hover,
div.footer-box-4 ul li a:hover {}

div.ufc-left {
  float: left;
  padding: 20px 10px;
}

div.ufc-right {
  float: right;
  padding-top: 26px;
  padding-right: 10px;
}

@media all and (max-width: 414px) {
  div.ufc-right {
    padding-top: 0;
  }
}

div.ufc-left a {
  margin: 0;
}

div.ufc-left p {
  margin: 3px 0;
}

div.ufc-left a:hover {
  color: #999;
}

div.allwidth1 {
  overflow: hidden;
}

table.allwidth {
  width: 100%;
  position: relative;
}

input#closefadediv {
  border: none;
  background: none;
  outline: none;
  font-size: 18px;
  border-radius: 2px;
  color: #000000;
  text-transform: uppercase;
  padding: 5px 15px;
  position: absolute;
  top: -3px;
  right: -7px;
}

input.enterbut2 {
  border: none;
  background: none;
  outline: none;
  padding: 0;
  font-size: 13px;
  border-radius: 2px;
  color: #fff;
  text-transform: uppercase;
  padding: 8px 20px;
  background: #767676;
  background: -moz-linear-gradient(top, #767676 28%, #767676 100%);
  background: -webkit-linear-gradient(top, #767676 28%, #767676 100%);
  background: linear-gradient(to bottom, #767676 28%, #767676 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#767676', endColorstr='#767676', GradientType=0);
}

input.enterbut2:hover {
  border: none;
  background: none;
  outline: none;
  font-size: 13px;
  border-radius: 2px;
  color: #fff;
  text-transform: uppercase;
  padding: 8px 20px;
  background: #767676;
  background: -moz-linear-gradient(top, #767676 28%, #767676 100%);
  background: -webkit-linear-gradient(top, #767676 28%, #767676 100%);
  background: linear-gradient(to bottom, #767676 28%, #767676 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#767676', endColorstr='#767676', GradientType=0);
}

td.bottom_logo {
  text-align: left;
}

img#totop {
  cursor: pointer;
}

div.topchapters {
  display: table;
  width: 100%;
}

div.topchapters_separator {
  display: table-cell;
  background: url(/themes/dsto/separator.jpg) no-repeat center;
  vertical-align: middle;
  width: 2px;
  height: 44px;
}

div.topchapter {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
  text-align: center;
}

@media all and (max-width: 800px) {
  div.topchapter {
    padding: 0 4px;
  }
}

@media all and (max-width: 640px) {
  div.topchapter {
    padding: 0 9px;
  }
}

div.topchapter a {
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #fff;
}

div.topchapter:hover {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  text-align: center;
  background: #87a3a3;
  background: -moz-linear-gradient(top, #87a3a3 0%, #629191 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #87a3a3), color-stop(100%, #629191));
  background: -webkit-linear-gradient(top, #87a3a3 0%, #629191 100%);
  background: -o-linear-gradient(top, #87a3a3 0%, #629191 100%);
  background: -ms-linear-gradient(top, #87a3a3 0%, #629191 100%);
  background: linear-gradient(to bottom, #87a3a3 0%, #629191 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ec5555', endColorstr='#e43434', GradientType=0);
}

div.topchapter:hover a.topchapter_link {
  text-decoration: none;
  color: #fff;
}

div.topactivechapter {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  cursor: pointer;
  text-align: center;
  background: #546b6b;
  background: -moz-linear-gradient(top, #546b6b 0%, #495c5c 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #546b6b), color-stop(100%, #495c5c));
  background: -webkit-linear-gradient(top, #546b6b 0%, #495c5c 100%);
  background: -o-linear-gradient(top, #546b6b 0%, #495c5c 100%);
  background: -ms-linear-gradient(top, #546b6b 0%, #495c5c 100%);
  background: linear-gradient(to bottom, #546b6b 0%, #495c5c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9f1717', endColorstr='#7f0a0a', GradientType=0);
}

div.topactivechapter a.topchapter_link {
  text-decoration: none;
  color: #fff;
}

div.topchapterin {
  vertical-align: middle;
}

div.topchapter:hover div.topchapters_submenu {
  display: block;
}

div.topactivechapter:hover div.topchapters_submenu {
  display: block;
}

div.topchapters_submenu {
  display: none;
  position: absolute;
  top: 32px;
  background: #fff;
  text-align: left;
  z-index: 100;
  padding: 5px;
  border: 1px solid #c7c7c7;
}

div.topchapter_submenu0 {
  min-width: 150px;
  padding: 3px;
}

div.topchapter_submenu1 {
  min-width: 150px;
  padding: 3px;
}

div.topchapter_submenu0:hover {
  min-width: 150px;
  padding: 3px;
}

div.topchapter_submenu1:hover {
  min-width: 150px;
  padding: 3px;
}

div.topchapter_submenu0 a {
  color: #888;
  font-size: 90%;
  white-space: nowrap;
}

div.topchapter_submenu1 a {
  color: #888;
  font-size: 90%;
  white-space: nowrap;
}

div.topchapter_submenu0:hover a {
  color: #000;
  font-size: 90%;
  white-space: nowrap;
}

div.topchapter_submenu1:hover a {
  color: #000;
  font-size: 90%;
  white-space: nowrap;
}

div.mobiletopchapters {
  display: none;
}

@media all and (max-width: 600px) {
  div.topchapters {
    display: none;
  }

  div.mobiletopchapters {
    position: relative;
    display: block;
  }
}

div.mobiletopchapters #seechapters {
  width: 30px;
  height: 30px;
  cursor: pointer;
  font-size: 0;
  background: url(/themes/new/burger.png) no-repeat center left;
  background-size: 20px;
  outline: none;
  margin-right: -10px;
}

div.menuchapters_name {
  color: #000;
}

div.menuchapters {
  display: none;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 4000;
  max-height: 100%;
  overflow-y: auto;
  background: #ffffff;
  max-width: 80%;
  min-width: 300px;
  padding: 0 0 10px;
  height: 100%;
}

div.menuchapters_block {
  padding: 10px 10px;
  text-align: center;
}

div.menuchapters_block a {
  text-decoration: none;
  color: #525659;
  text-transform: uppercase;
}

div.menuchapters_block:hover a {
  text-decoration: none;
  color: #525659;
  text-transform: uppercase;
}

.menuchapters_top-block {
  height: 95px;
  background: url("/themes/new/mobmenu_bg.png");
  background-size: cover;
  display: flex;
  align-items: flex-end;
  padding: 10px;
  margin-bottom: 10px;
}

.row {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}

.menuchapters_top-block .row div {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.menuchapters_top-block .header-new_login {
  font-size: 13px;
  text-transform: uppercase;
  color: #ffffff;
}

.menuchapters_top-block .header-new_login img {
  filter: brightness(100);
  margin-right: 5px;
}

.separator {
  display: block;
  height: 22px;
  width: 2px;
  background: #ffffff;
  margin: 0 10px;
}

.menuchapters_top-block a {
  text-transform: uppercase;
  color: #ffffff;
}

div.columnchapters_main {
  margin-bottom: 10px;
  background: #f9fafa;
  border-radius: 2px;
  box-shadow: 0 1px 2px #c8c8c8;
  display: none;
}

div.columnchapters_title {
  display: none;
  font-size: 110%;
  color: #000;
  padding: 10px;
  margin-bottom: 10px;
  border-bottom: solid 1px #e5e5e5;
}

div.columnchapters {}

div.columnchapter0 {
  cursor: pointer;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  border-top: #e2e2e2 1px solid;
  box-shadow: 0 1px 0 0 #fff;
}

div.columnchapter0 a {
  text-decoration: none;
  color: #666;
  font-size: 12px;
  text-transform: uppercase;
}

div.columnchapter0:hover {
  text-decoration: none;
  background: #ededed;
  background: -moz-linear-gradient(top, #ededed 0%, #e4e4e4 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #ededed), color-stop(100%, #e4e4e4));
  background: -webkit-linear-gradient(top, #ededed 0%, #e4e4e4 100%);
  background: -o-linear-gradient(top, #ededed 0%, #e4e4e4 100%);
  background: -ms-linear-gradient(top, #ededed 0%, #e4e4e4 100%);
  background: linear-gradient(to bottom, #ededed 0%, #e4e4e4 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#e4e4e4', GradientType=0);
}

div.columnchapter0:hover a {
  text-decoration: none;
  color: #666;
  font-size: 12px;
  text-transform: uppercase;
}

div.columnchapteractive0 {
  background: #ededed;
  background: -moz-linear-gradient(top, #ededed 0%, #e4e4e4 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #ededed), color-stop(100%, #e4e4e4));
  background: -webkit-linear-gradient(top, #ededed 0%, #e4e4e4 100%);
  background: -o-linear-gradient(top, #ededed 0%, #e4e4e4 100%);
  background: -ms-linear-gradient(top, #ededed 0%, #e4e4e4 100%);
  background: linear-gradient(to bottom, #ededed 0%, #e4e4e4 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#e4e4e4', GradientType=0);
  cursor: pointer;
}

div.columnchapteractive0 a {
  text-decoration: none;
  color: #666;
  font-size: 12px;
  text-transform: uppercase;
}

div.columnchapter1 {
  padding: 4px 0 4px 10px;
  cursor: pointer;
}

div.columnchapter1 a {
  text-decoration: none;
  color: #888;
  font-size: 90%;
}

div.columnchapter1:hover {
  padding: 4px 0 4px 10px;
}

div.columnchapter1:hover a {
  text-decoration: none;
  color: #000;
}

div.columnchapteractive1 {
  padding: 4px 0 4px 10px;
  cursor: pointer;
}

div.columnchapteractive1 a {
  text-decoration: none;
  color: #000;
  font-size: 90%;
}

div.columnchapter2 {
  padding: 4px 0 4px 20px;
  cursor: pointer;
}

div.columnchapter2 a {
  text-decoration: none;
  font-size: 90%;
  color: #888;
}

div.columnchapter2:hover {
  padding: 4px 0 4px 20px;
}

div.columnchapter2:hover a {
  text-decoration: none;
  color: #000;
}

div.columnchapteractive2 {
  padding: 4px 0 4px 20px;
  cursor: pointer;
}

div.columnchapteractive2 a {
  text-decoration: none;
  color: #000;
  font-size: 90%;
}

div.centerchapters {
  margin: 20px 0 10px 0;
  text-align: center;
}

div.centerchapters_in {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

div.centerchapter {
  margin: 0 15px 10px;
  flex-basis: calc(33% - 30px);
  vertical-align: top;
  box-shadow: 0 0 4px 1px #0000003b;
  padding: 3px;
}

@media all and (max-width: 599px) {
  div.centerchapter {
    flex-basis: calc(100% - 30px);
  }
}

div.centerchapter_topname {
  display: none;
}

div.centerchapter_img {
  vertical-align: middle;
  display: block;
  text-align: center;
  width: 100%;
  padding-bottom: 10px;
  overflow: hidden;
}

div.centerchapter_imgin {
  vertical-align: middle;
  display: flex;
  height: 200px;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-align: center;
}

div.centerchapter_imgin img {
  max-width: 100%;
  vertical-align: middle;
  border: 0;
}

@media all and (max-width: 599px) {
  div.centerchapter_img {
    height: auto;
  }

  div.centerchapter_imgin {
    line-height: unset;
  }

  div.centerchapter_imgin img {
    max-height: 100%;
  }
}

div.centerchapter_infoblock {
  vertical-align: top;
  text-align: center;
}

div.centerchapter_bottomname {
  padding: 5px 15px 10px;
  text-align: start;
}

div.centerchapter_bottomname a {
  text-decoration: none;
  color: #666;
  font-size: 16px;
}

div.centerchapter_bottomname:hover a {
  text-decoration: none;
  color: #767676;
  font-size: 16px;
}

div.centerchapter_info {
  margin: 5px 0;
  height: 50px;
  font-size: 90%;
  color: #888;
}

div.centerchapter_button {
  text-align: center;
}

div.search {
  position: relative;
  max-width: 100%;
  margin: 0 auto;
}

@media all and (max-width: 699px) {
  div.search {
    margin: 10px 0;
  }
}

div.search_input {
  display: inline-block;
  position: relative;
  max-width: 100%;
  width: 100%;
  vertical-align: middle;
}

div.search_input input {
  width: 100%;
  height: 33px;
  background: url(/themes/dsto/search.png) repeat-x center;
  border-radius: 30px;
  border: 2px solid #fff;
  box-shadow: inset 1px 1px 0 #d3d4d5, 0 2px 1px #dcddde;
  color: #999999;
  font-size: 12px;
  padding-left: 15px;
}

div.search_input input:focus {
  width: 100%;
  height: 33px;
  background: #fff;
  border-radius: 30px;
  border: 2px solid #fff;
  box-shadow: inset 0 0 0 1px #e7e7e7, 0 2px 1px #dcddde;
  color: #000;
  font-size: 12px;
  padding-left: 15px;
}

div.search_button {
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  top: 2px;
  right: 2px;
}

div.search_button input {
  height: 29px;
  background: url(/themes/dsto/search_p.png) no-repeat;
  width: 57px;
  border: 0;
  font-size: 0;
  padding: 0;
}

div.search_button input:hover {
  height: 29px;
  background: url("/themes/dsto/search_a.png") no-repeat;
  width: 57px;
  border: 0;
  font-size: 0;
  padding: 0;
}

div.dropdownsearch {
  position: absolute;
  z-index: 3000;
  width: 101%;
  overflow: auto;
  max-height: 400px;
}

div.dropdownsearchfon {
  position: relative;
  border: 1px solid #c7c7c7;
  left: 0;
  background: #fff;
}

div.searchrow0 {
  display: table;
  width: 100%;
  cursor: pointer;
}

div.searchrow1 {
  display: table;
  width: 100%;
  cursor: pointer;
  background: #f5f5f5;
}

div.dropdownname0 {
  text-align: left;
  color: #888;
  padding: 5px;
  font-size: 110%;
  display: table-cell;
}

div.searchrow0:hover div.dropdownname0 {
  text-align: left;
  color: #888;
  font-size: 110%;
}

div.dropdownname1 {
  text-align: left;
  color: #888;
  padding: 5px;
  font-size: 110%;
  display: table-cell;
}

div.searchrow1:hover div.dropdownname1 {
  color: #888;
  font-size: 110%;
  text-align: left;
}

div.dropdownprice0 {
  text-align: right;
  color: #000000;
  font-size: 110%;
  padding: 5px;
  display: table-cell;
}

div.searchrow0:hover div.dropdownprice0 {}

div.dropdownprice1 {
  text-align: right;
  color: #000000;
  font-size: 110%;
  padding: 5px;
  display: table-cell;
}

div.searchrow1:hover div.dropdownprice1 {}

div.columnarticles_main {}

div.columnarticles_title {
  padding: 12px 8px 12px 42px;
  text-align: left;
  background: #fff url(/themes/templates/icon_news.png) no-repeat 4px center;
  font-size: 12px;
  position: relative;
  z-index: 300;
  text-transform: uppercase;
  font-weight: bolder;
  box-shadow: 0 1px 2px #c8c8c8;
}

div.columnarticles {}

div.columnarticle_separator {
  display: none;
}

div.columnarticle {
  text-align: left;
  padding: 0 0;
}

div.columnarticle_imgleft {
  display: block;
  max-width: 235px;
  cursor: pointer;
}

div.columnarticle_imgleft img {
  max-width: 235px;
  display: none;
}

div.columnarticle_imgright {
  display: block;
  max-width: 220px;
  cursor: pointer;
}

div.columnarticle_imgright img {
  max-width: 220px;
}

div.columnarticle_info {
  vertical-align: top;
  padding: 3px 0 3px 0;
}

div.columnarticle_short {
  color: #666666;
  font-size: 12px;
  line-height: 1.5;
  overflow: hidden;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}

div.columnarticle_name {}

div.columnarticle_name a {
  color: #619292;
  text-decoration: underline;
  font-size: 13px;
  line-height: 1.5;
}

div.columnarticle_name a:hover {
  color: #767676;
  text-decoration: underline;
  font-size: 13px;
  line-height: 1.5;
}

div.columnarticle_name {
  color: #000000;
  text-decoration: underline;
  font-size: 13px;
  line-height: 1.5;
}

div.columnarticle_name:hover {
  color: #767676;
  text-decoration: underline;
  font-size: 13px;
  line-height: 1.5;
}

div.columnarticle_date {
  color: #666666;
  font-size: 12px;
  text-align: right;
  margin-top: 6px;
}

div.columnarticle_seeall {
  text-align: center;
  margin-bottom: 10px;
  margin-top: 10px;
  display: none;
}

.centerarticles_main {
  padding-left: calc(50% - 600px);
  padding-right: calc(50% - 600px);
  display: flex;
  gap: 70px 20px;
  margin-top: 120px;
  flex-wrap: wrap;
}

.centerarticle {}

.centerarticle_img {
  display: flex;
}

.centerarticle_name {
  font-size: 28px;
  color: #000000;
  line-height: 1.25em;
  margin: 15px 0;
  height: 2.5em;
  text-transform: uppercase;
}

.centerarticle_short {
  font-size: 17px;
  color: #000000;
  margin-bottom: 40px;
  line-height: 1.5;
}

.centerarticle_short p {
  margin: 0;
}

.centerarticle_date {
  padding: 8px;
}

.centerarticle_seeall {
  text-align: center;
  display: none;
}

.centerarticle_img img {
  width: 100%;
  height: auto;
  max-height: 470px;
  object-fit: cover;
}

.centerarticles_main a {
  width: calc(50% - 10px);
  display: block;
  padding: 17px;
  border: 1px solid #b1b1b1;
}

.centerarticle_link {
  color: #a0a0a0;
  font-size: 17px;
  position: relative;
  padding-left: 20px;
}

.centerarticle_link:before {
  content: url('/themes/new/dsto_centarticle_arrow.png');
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0%, -42%) scale(0.7);
}

div.pagearticles {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

div.pagearticle {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-basis: calc(calc(100% / 4) - 15px);
  box-shadow: 0 0 1px 1px #e4e4e4;
  padding: 20px 30px;
  margin-bottom: 20px;
}

div.pagearticle_img {
  width: 100%;
  padding: 5px 0;
}

@media (max-width: 414px) {
  div.pagearticle_img {
    display: block;
    vertical-align: top;
    margin: 0 auto;
  }

  div.pagearticle {
    padding: 8px 30px;
  }
}

div.pagearticle_imgin {}

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

div.pagearticle_info {
  flex-grow: 1;
  padding: 10px 0;
}

div.pagearticle_topname {
  display: none;
}

div.pagearticle_name {
  padding-bottom: 8px;
  min-height: 80px;
}

div.pagearticle_name a {
  color: #000000;
  font-size: 14px;
  text-decoration: none;
  font-weight: 600;
}

div.pagearticle_name a:hover {
  text-decoration: none;
  color: #000;
}

div.pagearticle_short {
  color: #000000;
  font-size: 12px;
  line-height: 1.5;
  font-weight: 200;
  text-align: justify;
}

div.pagearticle_date {
  color: #898989;
  font-size: 11px;
  display: flex;
  align-items: center;
}

.pagearticle_readmore a {
  color: #000000;
  font-weight: 300;
  font-size: 12px;
}

div.articleback {
  margin: 30px 0;
}

div.articleback input {
  font-size: 18px;
}

div.articleback input:hover {
  font-size: 18px;
}

div.articlename {
  margin: 7px 0 30px 5px;
}

div.articlename h1 {
  color: #222222;
  font-size: 23px;
  font-weight: bolder;
  padding: 0;
  margin: 0;
}

h1 {
  display: block;
  font-size: 2em;
  -webkit-margin-before: 0.67em;
  -webkit-margin-after: 0.67em;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
  font-weight: bold;
}

div.articletext {
  padding-left: 5px;
  font-size: 21px;
  color: #000000;
  line-height: 1.3;
  text-align: justify;
}

div.articletext a {
  color: #1a73e8;
}

div.articletext a:hover {
  text-decoration: underline;
}

div.articletext img {
  max-width: 100%;
  height: auto !important;
  width: auto !important;
}

div.articledate {
  padding: 3px 0 10px 0;
  text-align: right;
}

div.article_commall {}

div.articlecomments {}

div.commenthorseparator {}

div.commentquote {}

div.oneartcomm {}

div.breads {
  max-width: 1440px;
  text-decoration: none;
  margin: 0 auto 10px;
  padding: 5px;
}

@media all and (max-width: 800px) {
  div.breads {
    padding-left: 5px;
  }

  div.articletext {
    padding-left: 5px;
    font-size: 17px;
    color: #666666;
    line-height: 1.3;
  }
}

@media all and (max-width: 640px) {
  div.breads {
    padding-top: 5px;
    margin-bottom: 0;
  }
}

div.linkicon {
  display: inline-block;
  vertical-align: middle;
  padding: 0 7px;
  font-size: 0;
  width: 9px;
  height: 9px;
  background: url("/themes/new/right-arrow-svgrepo-com.svg") no-repeat center;
}

div.link {
  display: inline-block;
}

div.link a {
  text-decoration: none;
  color: #505558;
  font-size: 12px;
}

div.link a:hover {}

div.linkactive {
  display: inline-block;
  color: #000000;
  font-size: 12px;
}

div.linkactive a {}

div.linkactive a:hover {
  text-decoration: underline;
}

div.category_h1 {
  margin: 0 auto;
  max-width: 1440px;
  padding: 6px 5px;
  position: relative;
}

div.category_h1 h1 {
  color: #222222;
  font-size: 21px;
  margin: 0;
}

@media all and (max-width: 800px) {
  div.category_h1 h1 {
    padding-left: 5px;
  }

  div.pagearticle_info {
    flex-grow: 1;
    padding: 10px 0 0 0;
  }
}

.breadsin {
  line-height: 1.2em;
}

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

div.paging {
  display: table;
  margin: 9px auto 0;
}

div.pagingbutton {
  display: inline-block;
  vertical-align: middle;
  padding: 1px 1px 15px;
}

div.pagingleft {}

div.pagingleft input {
  border: 1px solid #cfcfcf;
  border-radius: 2px;
  height: 32px;
  width: 32px;
  text-align: center;
  cursor: pointer;
  margin: 2px;
  line-height: 0;
  padding: 1px;
  font-size: 0;
  background: #f4f4f4 url("/themes/new/arrow_catalog.png") no-repeat center;
  background-size: 8px;
  transform: scale(-1, 1);
}

div.pagingleft input:hover {
  border: 1px solid #cfcfcf;
  border-radius: 2px;
  height: 32px;
  width: 32px;
  text-align: center;
  cursor: pointer;
  margin: 2px;
  line-height: 0;
  padding: 1px;
  font-size: 0;
  background: #f4f4f4 url("/themes/new/arrow_catalog.png") no-repeat center;
  background-size: 8px;
  transform: scale(-1, 1);
}

div.pagingright {}

div.pagingright input {
  border: 1px solid #cfcfcf;
  border-radius: 2px;
  height: 32px;
  width: 32px;
  text-align: center;
  cursor: pointer;
  margin: 2px;
  line-height: 0;
  padding: 1px;
  font-size: 0;
  background: #f4f4f4 url("/themes/new/arrow_catalog.png") no-repeat center;
  background-size: 8px;
}

div.pagingright input:hover {
  border: 1px solid #cfcfcf;
  border-radius: 2px;
  height: 32px;
  width: 32px;
  text-align: center;
  cursor: pointer;
  margin: 2px;
  line-height: 0;
  padding: 1px;
  font-size: 0;
  background: #f4f4f4 url("/themes/new/arrow_catalog.png") no-repeat center;
  background-size: 8px;
}

div.pagingall {
  background: #f4f4f4;
  border: 1px solid #cfcfcf;
  border-radius: 2px;
  height: 32px;
  width: 32px;
  text-align: center;
  cursor: pointer;
  margin: 2px;
  line-height: 32px;
}

div.pagingall a {
  color: #505050;
  text-decoration: none;
}

div.pagingall:hover {
  background: #656565;
  border: 1px solid #505050;
  border-radius: 2px;
  height: 32px;
  width: 32px;
  color: #fff;
  text-align: center;
  cursor: pointer;
  margin: 2px;
  line-height: 32px;
}

div.pagingall:hover a {
  color: #fff;
}

div.pagingnow {
  background: #656565;
  border: 1px solid #505050;
  border-radius: 2px;
  height: 32px;
  width: 32px;
  color: #fff;
  text-align: center;
  cursor: pointer;
  margin: 2px;
  line-height: 32px;
}

div.callme {}

div.callmeform {
  position: fixed;
  background: #ffffff;
  padding: 5px;
  border-radius: 10px;
  z-index: 500;
  box-shadow: 0 0 5px #484848;
  width: 90%;
  max-width: 500px;
}

div.callme_main {
  width: 100%;
  background-color: #fff;
  box-sizing: border-box;
}

div.callme_mainin {
  padding: 10px 15px;
}

div.callme_closeline {
  height: 40px;
}

div.callme_close {
  float: right;
}

div.callme_close input {
  border: none;
  background: none;
  outline: none;
}

div.callme_close input:hover {
  border: none;
  background: none;
  outline: none;
  color: #666;
}

div.callme_title {
  text-align: center;
  font-size: 110%;
  display: none;
}

div.callme_line {
  margin: 16px 0 8px 0;
}

div.callme_block {}

div.callme_button {
  text-align: center;
  padding: 3px 8px;
}

div.callme_button input {
  border: 1px solid #c6b14c;
  border-radius: 5px;
  padding: 5px 20px;
  color: #4c4c4c;
  background: #ffffff;
  font-weight: 600;
  font-size: 14px;
}

div.ordercall {
  margin: 0 auto;
}

input.callme_button_class {
  color: #719d9d;
  font-size: 13px;
  border-bottom: 1px dotted #719d9d;
  border-top: none;
  border-left: none;
  border-right: none;
  box-shadow: none;
  background: none repeat scroll 0 0 transparent;
  text-decoration: none;
  text-align: left;
  padding: 0 0;
  max-width: 120px;
}

input.callme_button_class:hover {
  color: #767676;
  font-size: 13px;
  border-bottom: 1px dotted #767676;
  border-top: 0 dotted #767676;
  border-left: 0 dotted #719d9d;
  border-right: 0 dotted #719d9d;
  background: none repeat scroll 0 0 transparent;
  text-decoration: none;
  text-align: left;
  padding: 0 0;
  cursor: pointer;
}

a.botlink1:hover {
  color: #666;
}

a.botlink1 {
  color: #666;
}

div.sliderback {}

div.slider {}

div.sliderimg {
  margin: 0 auto;
}

div.advbanner {
  position: absolute;
}

div.sliderarrows {
  margin: 0 auto;
  position: relative;
}

div.sliderleft {
  position: absolute;
  z-index: 100;
  margin-top: 9.5%;
}

div.sliderleft input {
  background: url("/themes/templates/arrow_left.png") no-repeat center;
  width: 48px;
  height: 110px;
  font-size: 0;
  padding: 0;
  border: 0;
  opacity: 0;
}

div.sliderleft input:hover {
  background: url("/themes/templates/arrow_left_hover.png") no-repeat center;
  width: 48px;
  height: 110px;
  font-size: 0;
  padding: 0;
  border: 0;
  opacity: 0;
}

div.sliderright {
  position: absolute;
  z-index: 100;
  right: 0;
  margin-top: 9.5%;
}

@media all and (max-width: 414px) {
  div.sliderleft {
    margin-top: 5%;
  }

  div.sliderright {
    margin-top: 5%;
  }
}

@media all and (max-width: 320px) {
  div.sliderleft {
    margin-top: 2%;
  }

  div.sliderright {
    margin-top: 2%;
  }
}

div.sliderright input {
  background: url("/themes/templates/arrow_right.png") no-repeat center;
  width: 31px;
  height: 84px;
  font-size: 0;
  padding: 0;
  border: 0;
  opacity: 0;
}

div.sliderright input:hover {
  background: url("/themes/templates/arrow_right_hover.png") no-repeat center;
  width: 31px;
  height: 84px;
  font-size: 0;
  padding: 0;
  border: 0;
  opacity: 0;
}

div.sliderbuttons {
  position: relative;
  top: -30px;
  height: 0;
  z-index: 100;
  text-align: center;
  display: none;
}

div.sliderbuttonsin {}

div.sliderbutton {
  display: inline-block;
}

div.slidernext {
  background: #fff;
  border: 1px solid #888;
  width: 15px;
  height: 15px;
  margin: 3px;
  font-size: 0;
  cursor: pointer;
  border-radius: 20px;
}

div.slidernextact {
  background: #888;
  border: 1px solid #888;
  width: 15px;
  height: 15px;
  margin: 3px;
  font-size: 0;
  cursor: pointer;
  border-radius: 20px;
}

div.pagegallery {
  text-align: center;
}

div.gallery {
  display: inline-block;
  margin: 10px 5px;
  min-width: 23%;
  max-width: 254px;
  vertical-align: top;
}

@media all and (min-width: 1300px) and (max-width: 1399px) {
  div.gallery {
    min-width: 23%;
    max-width: 242px;
  }
}

@media all and (min-width: 1200px) and (max-width: 1299px) {
  div.gallery {
    min-width: 23%;
    max-width: 222px;
  }
}

@media all and (min-width: 1000px) and (max-width: 1199px) {
  div.gallery {
    min-width: 31%;
    max-width: 220px;
  }
}

@media all and (min-width: 900px) and (max-width: 999px) {
  div.gallery {
    min-width: 31%;
    max-width: 195px;
  }
}

@media all and (min-width: 799px) and (max-width: 899px) {
  div.gallery {
    min-width: 48%;
    max-width: 366px;
  }
}

@media all and (min-width: 600px) and (max-width: 798px) {
  div.gallery {
    min-width: 47%;
    max-width: 283px;
  }
}

@media all and (max-width: 599px) {
  div.gallery {
    min-width: 94%;
    max-width: 94%;
  }
}

div.gallery_img {
  vertical-align: middle;
  display: block;
  text-align: center;
  width: 100%;
  height: 230px;
  overflow: hidden;
}

div.gallery_imgin {
  vertical-align: middle;
  line-height: 230px;
  width: 100%;
  text-align: center;
  background: #80808008;
}

div.gallery_imgin img {
  max-width: 100%;
  max-height: 230px;
  vertical-align: middle;
  border: 0;
}

@media all and (max-width: 599px) {
  div.gallery_img {
    height: auto;
  }

  div.gallery_imgin {
    line-height: unset;
  }

  div.gallery_imgin img {
    max-height: 100%;
  }
}

div.gallery_text {
  text-align: center;
  padding-top: 10px;
}

div.slidergallerys {
  position: relative;
  padding-bottom: 10px;
  margin-top: 20px;
}

div.slidergallery_title {
  font-size: 110%;
  color: #000;
  padding: 10px;
  margin-bottom: 10px;
  border-bottom: solid 1px #e5e5e5;
}

div.slidergallery_info {
  margin: 0 auto;
}

div.slidergallery_left {
  display: table-cell;
  vertical-align: middle;
  padding-right: 20px;
}

div.slidergallery_right {
  display: table-cell;
  vertical-align: middle;
  padding-left: 20px;
}

div.slidergallery_center {
  vertical-align: middle;
  display: table-cell;
  margin: 0 auto;
  width: 100%;
}

div.slidergallery_cont {}

div.slidergallery_contin {}

div.slidergallery_main {
  display: table-cell;
  vertical-align: top;
}

div.slidergallery {
  margin: 5px 15px;
  width: 216px;
}

@media all and (min-width: 1300px) and (max-width: 1399px) {
  div.slidergallery {
    width: 206px;
  }
}

@media all and (min-width: 1200px) and (max-width: 1299px) {
  div.slidergallery {
    width: 190px;
  }
}

@media all and (min-width: 1000px) and (max-width: 1199px) {
  div.slidergallery {
    width: 180px;
  }
}

@media all and (min-width: 900px) and (max-width: 999px) {
  div.slidergallery {
    width: 230px;
  }
}

@media all and (min-width: 799px) and (max-width: 899px) {
  div.slidergallery {
    width: 176px;
  }
}

@media all and (min-width: 600px) and (max-width: 798px) {
  div.slidergallery {
    width: 200px;
  }
}

@media all and (min-width: 400px) and (max-width: 599px) {
  div.slidergallery {
    width: 206px;
  }
}

@media all and (min-width: 365px) and (max-width: 399px) {
  div.slidergallery {
    width: 166px;
  }
}

@media all and (min-width: 330px) and (max-width: 364px) {
  div.slidergallery {
    width: 148px;
  }
}

@media all and (max-width: 329px) {
  div.slidergallery {
    width: 108px;
  }
}

div.slidergallery_topname {
  display: none;
}

div.slidergallery_bottomname {
  text-align: center;
}

div.slidergallery_bottomname a {}

div.slidergallery_bottomname a:hover {
  color: #000;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  text-decoration: none;
}

div.slidergallery_img {
  vertical-align: middle;
  display: table-cell;
  text-align: center;
  width: 100%;
  height: 200px;
  overflow: hidden;
}

div.slidergallery_img:hover {
  vertical-align: middle;
  display: table-cell;
  text-align: center;
  width: 100%;
  height: 200px;
  overflow: hidden;
}

div.slidergallery_imgin {
  height: 200px;
}

div.slidergallery_imgin img {
  max-width: 100%;
  max-height: 200px;
}

div.slidergallery_seeall {
  text-align: center;
  margin: 15px 0;
}

div.columngallerys_main {}

div.columngallery_title {
  font-size: 110%;
  color: #000;
  padding: 10px;
  margin-bottom: 10px;
  border-bottom: solid 1px #e5e5e5;
}

div.columngallerys {}

div.columngallery {
  border-bottom: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  padding: 10px 0;
}

div.columngallery_topname {}

div.columngallery_bottomname {}

div.columngallery_imgleft {
  width: 100%;
}

div.columngallery_imgleft img {
  max-width: 100%;
}

div.columngallery_imgright {
  width: 100%;
}

div.columngallery_imgright img {
  max-width: 100%;
}

div.columngallery_separator {}

div.columngallery_seeall {
  text-align: center;
  margin-bottom: 10px;
  margin-top: 10px;
}

div.addcomment {
  min-width: 50%;
  max-width: 500px;
  margin: 10px auto 50px;
}

div.addcomment_title {
  text-align: center;
  color: #1a73e8;
}

div.addcommenttitle {
  padding: 10px 0 10px;
  font-size: 24px;
  color: #5f5f5f;
  text-align: center;
  margin: 0 auto 10px;
}

div.addcomment_line {
  margin: 10px 0;
}

div.addcomment_block {}

div.addcomment_button {
  text-align: center;
}

div.addcomment_info {}

div.addcomment_vote {
  margin-top: 10px;
  display: block;
}

div.addcomment_votename {
  display: inline-block;
  padding-right: 20px;
  vertical-align: middle;
}

div.addcomment_voterate {
  display: inline-block;
  vertical-align: middle;
}

div.itemactvote {
  background: url("/themes/new/starsss111.png") no-repeat center;
  background-size: contain;
  height: 30px;
  width: 30px;
  cursor: pointer;
}

div.itemvote {
  background: url("/themes/new/starsss.png") no-repeat center;
  background-size: contain;
  width: 30px;
  height: 30px;
  cursor: pointer;
}

div.pagecomments {}

div.pagecomment {
  padding: 10px;
  margin: 10px auto;
}

div.pagecomment_info {
  width: 100%;
  display: flex;
  gap: 10px;
}

div.pagecomment_name {
  color: #888;
  flex-basis: 15%;
}

div.pagecomment_text {
  flex-grow: 1;
  flex-basis: 75%;
}

div.pagecomment_date {
  text-align: right;
  flex-basis: 10%;
}

div.pagecomment_separator {}

@media (max-width: 500px) {
  div.pagecomment_name {
    flex-basis: 25%;
  }

  div.pagecomment_text {
    flex-basis: 65%;
  }
}

div.columncomments {}

div.columncomments_title {
  font-size: 110%;
  color: #000;
  padding: 10px;
  margin-bottom: 10px;
  border-bottom: solid 1px #e5e5e5;
}

div.columncomment {}

div.columncomment_name {}

div.columncomment_text {}

div.columncomment_date {}

div.columncomment_separator {}

div.columncomment_seeall {}

div.centercomments {
  vertical-align: top;
}

div.centercomments_title {
  font-size: 110%;
  color: #000;
  padding: 10px;
  margin-bottom: 10px;
  border-bottom: solid 1px #e5e5e5;
}

div.centercomment {}

div.centercomment_info {
  margin: 10px 0;
  display: table;
  width: 100%;
}

div.centercomment_name {
  display: table-cell;
}

div.centercomment_text {
  font-size: 110%;
  margin: 5px 0;
}

div.centercomment_date {
  display: table-cell;
  margin-left: 50px;
  text-align: right;
}

div.centercomment_seeall {}

div.addfaq {
  min-width: 50%;
  max-width: 500px;
  margin: 30px auto 0;
}

div.addfaqtitle {
  padding: 10px 0 10px;
  font-size: 110%;
  text-align: center;
  margin: 0 auto 10px;
}

div.addfaq_line {
  margin: 10px 0;
}

div.addfaq_block {}

div.addfaq_button {
  text-align: center;
}

div.addfaq_info {}

div.pagefaqs {}

div.page_faq {
  padding: 10px;
  margin: 10px auto;
}

div.pagefaq_info {
  display: table;
  width: 100%;
}

div.pagefaq_name {
  display: table-cell;
}

div.pagefaq_text {
  font-size: 110%;
}

div.pagefaq_date {
  display: table-cell;
  text-align: right;
}

div.pagefaq_textseparator {}

div.pagefaq_answerinfo {
  display: table;
  width: 100%;
}

div.pagefaq_answername {
  display: table-cell;
  padding-top: 20px;
}

div.pagefaq_answertext {
  background: #f5f5f5 none repeat scroll 0 0;
  padding: 10px 10px 10px 30px;
  color: #000;
  font-size: 110%;
}

div.pagefaq_answerdate {
  display: table-cell;
  text-align: right;
}

div.pagefaq_separator {}

div.feedback_main {
  min-width: 300px;
  vertical-align: top;
  padding: 0 15px;
}

div.feedback_in {}

div.feedback_title {
  font-size: 110%;
  color: #000;
  padding: 10px;
  margin-bottom: 10px;
  border-bottom: solid 1px #e5e5e5;
  display: none;
}

div.feedback_titlein {
  text-align: left;
  display: none;
}

div.feedback_info {}

div.feedback_line {
  margin: 10px 0;
}

div.feedback_blockname {
  vertical-align: top;
  width: 100%;
  color: #7f8c8c;
  text-decoration: none;
  font-size: 11px;
  padding-bottom: 4px;
}

div.feedback_blockparam {
  vertical-align: top;
}

div.feedback_button {
  text-align: center;
}

div.feedback_button input {
  border: 1px solid #c6b14c;
  border-radius: 5px;
  padding: 5px 20px;
  color: #4c4c4c;
  background: #ffffff;
  font-weight: 600;
  font-size: 17px;
}

div.columnpolls {
  margin-top: 20px;
  padding: 5px;
}

div.columnpolls_title {
  font-size: 110%;
  color: #000;
  padding: 10px;
  margin-bottom: 10px;
  border-bottom: solid 1px #e5e5e5;
}

div.columnpoll {}

div.columnpoll_info {}

div.columnpoll_infoin {
  display: table;
  width: 100%;
}

div.columnpoll_radio {
  display: table-cell;
  vertical-align: middle;
  width: 1%;
}

div.columnpoll_name {
  display: table-cell;
  vertical-align: middle;
  padding: 5px 0;
}

div.columnpoll_votes {
  display: table-cell;
  vertical-align: middle;
  width: 1%;
}

div.columnpoll_line {
  background: #e5e5e5;
}

div.columnpoll_linein {
  background: #000;
  height: 25px;
}

div.registration_main {
  max-width: 800px;
  min-width: 50%;
  margin: 0 auto;
}

div.registration_title {
  padding: 4px 0;
  margin: 0 auto;
  color: #505558;
  font-size: 16px;
}

div.registration_blockin {}

div.registration_line {
  display: table;
  width: 100%;
}

div.registration_blockname {
  display: block;
  padding: 5px 4px 4px 0;
  vertical-align: middle;
  color: #808080;
  font-size: 13px;
}

@media all and (max-width: 899px) {
  div.registration_blockname {
    display: none;
  }

  div.registration_blockparam {
    display: block;
    padding: 4px;
    margin: 3px;
    vertical-align: middle;
  }
}

div.registration_button {
  text-align: center;
  margin: 20px;
}

div.registration_maincomp {}

div.loginform {
  position: fixed;
  background: #ffffff;
  padding: 5px;
  border-radius: 10px;
  z-index: 500;
  width: 360px;
  box-shadow: 0 0 5px #484848;
}

@media all and (max-width: 375px) {

  div.loginform,
  div.answerform {
    width: 330px;
  }
}

div.login_main {
  width: 100%;
  background-color: #fff;
  box-sizing: border-box;
}

div.login_mainin {
  width: 100%;
  background-color: #fff;
  box-sizing: border-box;
  padding: 10px 15px;
}

div.login_closeline {
  height: 40px;
}

div.login_close {
  float: right;
}

div.login_title {
  text-align: center;
  font-size: 110%;
  padding: 10px;
  color: #000;
}

div.login_line {}

div.login_block {
  margin-bottom: 10px;
}

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

div.login_button input {
  border: 1px solid #c6b14c;
  border-radius: 5px;
  padding: 5px 20px;
  color: #4c4c4c;
  background: #ffffff;
  font-weight: 600;
  font-size: 14px;
}

div.login_info {}

table.allwidth3 {
  width: 100%;
}

div.login_forget {
  cursor: pointer;
  position: relative;
  top: -54px;
  left: 124px;
  color: #719d9d;
  font-size: 13px;
  border-width: 0 0 1px;
  border-style: dotted;
  border-color: #719d9d;
  display: none;
}

div.login_forget:hover {
  color: #cab13d;
  font-size: 13px;
  border-width: 0 0 1px;
  border-style: dotted;
  border-color: #cab13d;
}

div.login_maininsocial {}

div.login_titlesocial {
  text-align: center;
  font-size: 110%;
  text-transform: uppercase;
  padding: 10px;
  color: #000;
}

div.login_titlesocialin {
  text-align: center;
}

div.login_socialfb {
  display: inline-block;
  padding: 5px;
}

div.login_socialfb input {
  width: 50px;
  height: 50px;
  background: url("/themes/templates/f.png") no-repeat;
  border: 0;
  font-size: 0;
  color: transparent;
  padding: 0;
}

div.login_socialfb input:hover {
  width: 50px;
  height: 50px;
  background: url("/themes/templates/f.png") no-repeat;
  border: 0;
  font-size: 0;
  color: transparent;
  padding: 0;
}

div.login_socialod {
  display: inline-block;
  padding: 5px;
}

div.login_socialod input {
  width: 50px;
  height: 50px;
  background: url("/themes/templates/od.png") no-repeat;
  border: 0;
  font-size: 0;
  color: transparent;
  padding: 0;
}

div.login_socialod input:hover {
  width: 50px;
  height: 50px;
  background: url("/themes/templates/od.png") no-repeat;
  border: 0;
  font-size: 0;
  color: transparent;
  padding: 0;
}

div.login_socialgg {
  display: inline-block;
  padding: 5px;
}

div.login_socialgg input {
  width: 50px;
  height: 50px;
  background: url("/themes/templates/g.png") no-repeat;
  border: 0;
  font-size: 0;
  color: transparent;
  padding: 0;
}

div.login_socialgg input:hover {
  width: 50px;
  height: 50px;
  background: url("/themes/templates/g.png") no-repeat;
  border: 0;
  font-size: 0;
  color: transparent;
  padding: 0;
}

div.login_socialvk {
  display: inline-block;
  padding: 5px;
}

div.login_socialvk input {
  width: 50px;
  height: 50px;
  background: url("/themes/templates/vk.png") no-repeat;
  border: 0;
  font-size: 0;
  color: transparent;
  padding: 0;
}

div.login_socialvk input:hover {
  width: 50px;
  height: 50px;
  background: url("/themes/templates/vk.png") no-repeat;
  border: 0;
  font-size: 0;
  color: transparent;
  padding: 0;
}

div.grafik {
  width: 140px;
  text-align: right;
  padding: 5px;
  position: relative;
  left: 5px;
}

div.grafik:hover {
  background: #fff;
}

div.grafik:hover #seedivgrafik {
  font-weight: normal;
  box-shadow: 0 3px 5px #dadcdd;
}

div.buttonsusers {
  padding-left: 20px;
}

@media all and (min-width: 701px) and (max-width: 920px) {
  div.buttonsusers {
    padding-left: 50px;
  }
}

@media all and (min-width: 501px) and (max-width: 700px) {
  div.buttonsusers {
    padding-left: 10px;
  }
}

@media all and (max-width: 500px) {
  div.buttonsusers {
    padding-left: 0;
  }
}

div.buttonsusers_main {
  padding-left: 40px;
  text-align: left;
  min-height: 33px;
  background: url("/themes/dsto/icon_login.png") no-repeat 0 2px;
}

div.buttonsusers_button1 {
  display: block;
  padding-bottom: 3px;
}

div.buttonsusers_button1 input {
  color: #333333;
  font-size: 13px;
  border: 0;
  background: transparent;
  text-decoration: none;
  text-align: left;
  padding: 0;
}

div.buttonsusers_button1 input:hover {
  color: #cab13d;
  font-size: 13px;
  border: 0;
  background: transparent;
  text-decoration: underline;
  text-align: left;
  padding: 0;
}

div.buttonsusers_button2 {
  display: block;
}

div.buttonsusers_button2 input {
  color: #333333;
  font-size: 13px;
  border: 0;
  background: transparent;
  text-decoration: none;
  text-align: left;
  padding: 0;
}

div.buttonsusers_button2 input:hover {
  color: #cab13d;
  font-size: 13px;
  border: 0;
  background: transparent;
  text-decoration: underline;
  text-align: left;
  padding: 0;
}

div.buttonsusers_button3 {
  display: block;
  padding-bottom: 3px;
}

div.buttonsusers_button3 input {
  color: #333333;
  font-size: 13px;
  border: 0;
  background: transparent;
  text-decoration: none;
  text-align: left;
  padding: 0;
}

div.buttonsusers_button3 input:hover {
  color: #cab13d;
  font-size: 13px;
  border: 0;
  background: transparent;
  text-decoration: underline;
  text-align: left;
  padding: 0;
}

div.buttonsusers_button4 {
  display: block;
}

div.buttonsusers_button4 input {
  color: #333333;
  font-size: 13px;
  border: 0;
  background: transparent;
  text-decoration: none;
  text-align: left;
  padding: 0;
}

div.buttonsusers_button4 input:hover {
  color: #cab13d;
  font-size: 13px;
  border: 0;
  background: transparent;
  text-decoration: underline;
  text-align: left;
  padding: 0;
}

div.polesusers {}

div.polesusers_main {}

div.polesusers_enter {}

div.polesusers_enter1 {
  margin: 3px 0;
}

div.polesusers_enter2 {
  margin: 3px 0;
}

div.polesusers_button {}

div.polesusers_button1 {
  display: inline-block;
}

div.polesusers_button2 {
  display: inline-block;
}

div.polesusers_titlesoc {}

div.polesusers_social {}

div.polesusers_fb {}

div.polesusers_gg {}

div.polesusers_vk {}

div.polesusers_od {}

div.polesusers_forget span {
  cursor: pointer;
}

div.polesusers_mainin {}

div.polesusers_enterin {}

div.polesusers_buttonsin {}

div.polesusers_buttonsin1 {}

div.polesusers_buttonsin2 {}

div.polesusers_buttonsin3 {}

div.polesusers_buttonsin4 {}

div.accountinfo {}

div.userwelcome {
  color: #555555;
  font-size: 15px;
  font-weight: bolder;
  position: relative;
  padding: 3px;
  text-decoration: underline;
}

div.accounttabs {
  margin-top: 10px;
  border-bottom: 3px solid #e2534b;
}

div.accounttabposition {
  display: table-cell;
  vertical-align: bottom;
  padding: 1px 1px 0 1px;
}

div.accounttab {
  padding: 5px;
  background: #87a3a3;
  background: -moz-linear-gradient(top, #87a3a3 0%, #629191 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #87a3a3), color-stop(100%, #629191));
  background: -webkit-linear-gradient(top, #87a3a3 0%, #629191 100%);
  background: -o-linear-gradient(top, #87a3a3 0%, #629191 100%);
  background: -ms-linear-gradient(top, #87a3a3 0%, #629191 100%);
  background: linear-gradient(to bottom, #87a3a3 0%, #629191 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ec5555', endColorstr='#e43434', GradientType=0);
  height: 20px;
  cursor: pointer;
  color: #fff;
  position: relative;
  top: -2px;
}

div.accounttab:hover {
  padding: 5px;
  background: #e8645a;
  height: 30px;
  cursor: pointer;
  color: #fff;
  position: relative;
  top: -2px;
}

div.accountactivetab {
  padding: 5px;
  background: #546b6b;
  background: -moz-linear-gradient(top, #546b6b 0%, #495c5c 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #546b6b), color-stop(100%, #495c5c));
  background: -webkit-linear-gradient(top, #546b6b 0%, #495c5c 100%);
  background: -o-linear-gradient(top, #546b6b 0%, #495c5c 100%);
  background: -ms-linear-gradient(top, #546b6b 0%, #495c5c 100%);
  background: linear-gradient(to bottom, #546b6b 0%, #495c5c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9f1717', endColorstr='#7f0a0a', GradientType=0);
  height: 30px;
  cursor: pointer;
  color: #fff;
  position: relative;
  top: -2px;
}

@media all and (max-width: 899px) {
  div.accounttabposition {
    display: block;
    top: 0;
    line-height: initial;
  }

  div.accounttab {
    text-align: center;
    height: auto;
    padding: 10px;
    display: block;
    vertical-align: middle;
  }

  div.accounttab:hover {
    text-align: center;
    height: auto;
    padding: 10px;
    display: block;
    vertical-align: middle;
  }

  div.accountactivetab {
    text-align: center;
    height: auto;
    padding: 10px;
    display: block;
    vertical-align: middle;
  }
}

div.accounttabinfo {
  padding: 20px;
}

div.account_userdata {}

div.account_userdatacolumn1 {
  display: inline-block;
  width: 48%;
  vertical-align: top;
}

div.account_userdatacolumn2 {
  display: inline-block;
  width: 48%;
  vertical-align: top;
  float: right;
}

@media all and (max-width: 899px) {
  div.account_userdatacolumn1 {
    display: block;
    width: 90%;
    vertical-align: top;
  }

  div.account_userdatacolumn2 {
    display: block;
    width: 90%;
    vertical-align: top;
    float: none;
    margin-top: 20px;
  }
}

div.account_button {
  text-align: center;
  margin-top: 20px;
}

div.account_button input {
  background: #1b6c6c;
  background: -moz-linear-gradient(top, #1b6c6c 0%, #7fb4b4 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #1b6c6c), color-stop(100%, #7fb4b4));
  background: -webkit-linear-gradient(top, #1b6c6c 0%, #7fb4b4 100%);
  background: -o-linear-gradient(top, #1b6c6c 0%, #7fb4b4 100%);
  background: -ms-linear-gradient(top, #1b6c6c 0%, #7fb4b4 100%);
  background: linear-gradient(to bottom, #1b6c6c 0%, #7fb4b4 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1a73e8', endColorstr='#85abab', GradientType=0);
  border: 1px solid #1a73e8;
  box-shadow: inset 0 1px 0 3f5d5d;
  border-radius: 2px;
  color: #fff;
  text-transform: uppercase;
  padding: 8px 20px;
}

div.account_button input:hover {
  background: #1b6c6c;
  background: -moz-linear-gradient(top, #1b6c6c 0%, #5f9494 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #1b6c6c), color-stop(100%, #5f9494));
  background: -webkit-linear-gradient(top, #1b6c6c 0%, #5f9494 100%);
  background: -o-linear-gradient(top, #1b6c6c 0%, #5f9494 100%);
  background: -ms-linear-gradient(top, #1b6c6c 0%, #5f9494 100%);
  background: linear-gradient(to bottom, #1b6c6c 0%, #5f9494 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#85c8c8', endColorstr='#81b3b3', GradientType=0);
  border: 1px solid #1a73e8;
  box-shadow: inset 0 1px 0 #94c6c6;
  border-radius: 2px;
  color: #fff;
  text-transform: uppercase;
  padding: 8px 20px;
}

div.account_blockname {
  color: #888;
  font-size: 12px;
  padding: 5px 0 0 0;
}

div.account_title {
  color: #222;
  font-size: 14px;
  font-weight: bold;
  text-align: left;
  padding: 0 0 5px 1px;
}

div.account_orders {}

div.account_order {
  border: 1px solid #888;
  padding: 10px;
}

div.account_ordertitle {}

div.account_ordertitlein {}

div.ordernumber {
  display: inline-block;
}

div.orderinfo {
  padding: 5px;
  text-align: right;
  float: right;
  margin-bottom: 10px;
  display: inline-block;
}

div.account_orderinfo {}

div.account_ordertable {}

div.account_ordertable table {
  width: 100%;
}

span.seemoreorder {
  cursor: pointer;
  margin: 10px 0;
  color: #000;
}

div.searchtextpage {}

div.searchtextname {}

div.searchtext {}

div.searchtexthorseparator {}

div.searchtextfail {}

div.notemenu {
  padding-top: 20px;
}

div.notetabposition {
  display: inline-block;
  vertical-align: bottom;
  position: relative;
  top: 1px;
  line-height: 56px;
}

div.notetab {
  padding: 10px 20px;
  border: 1px solid #292929;
  height: 20px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
  background: #fff;
  color: #888;
  display: inline-block;
  vertical-align: bottom;
  line-height: initial;
}

div.notetab:hover {
  padding: 10px 20px;
  border: 1px solid #292929;
  height: 30px;
  color: #fff;
  background: #292929;
  cursor: pointer;
  display: inline-block;
  vertical-align: bottom;
  line-height: initial;
}

div.notetab:hover a {
  color: #fff;
}

div.notetabact {
  padding: 10px 20px;
  border: 1px solid #292929;
  height: 30px;
  color: #fff;
  background: #292929;
  cursor: pointer;
  display: inline-block;
  vertical-align: bottom;
  line-height: initial;
}

div.notetabact a {
  color: #fff;
}

@media all and (max-width: 899px) {
  div.notetabposition {
    display: block;
    top: 0;
    line-height: initial;
  }

  div.notetab {
    text-align: center;
    height: auto;
    padding: 10px;
    display: block;
    vertical-align: middle;
  }

  div.notetab:hover {
    text-align: center;
    height: auto;
    padding: 10px;
    display: block;
    vertical-align: middle;
  }

  div.notetabact {
    text-align: center;
    height: auto;
    padding: 10px;
    display: block;
    vertical-align: middle;
  }
}

div.notetabinfo {
  padding: 20px;
}

div.notetext {}

div.languages {}

div.languageact {
  display: inline-block;
  padding: 3px;
  margin: 3px;
  border: 1px solid #888;
}

div.language {
  display: inline-block;
  padding: 3px;
  margin: 3px;
}

div.topcategorys {}

div.topcategorys_separator {
  display: inline-block;
  vertical-align: middle;
  width: 1px;
  background: #000;
  height: 50px;
}

div.topcategory {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}

div.topcategory a {
  text-decoration: none;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

div.topcategory:hover {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  background: #000;
}

div.topcategory:hover a.topcategory_link {
  text-decoration: none;
  color: #fff;
}

div.topactivecategory {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  background: #000;
  cursor: pointer;
}

div.topactivecategory a.topcategory_link {
  text-decoration: none;
  color: #fff;
}

div.topcategoryin {
  padding: 8px 20px;
  height: 34px;
  display: table-cell;
  vertical-align: middle;
}

div.topcategory:hover div.topcategorys_submenu {
  display: block;
}

div.topactivecategory:hover div.topcategorys_submenu {
  display: block;
}

div.topcategorys_submenu {
  display: none;
  position: absolute;
  top: 50px;
  background: #000;
  text-align: left;
  z-index: 100;
}

div.topcategory_submenu0 {
  min-width: 150px;
  padding: 6px;
}

div.topcategory_submenu1 {
  min-width: 150px;
  padding: 6px;
}

div.topcategory_submenu0:hover {
  min-width: 150px;
  padding: 6px;
}

div.topcategory_submenu1:hover {
  min-width: 150px;
  padding: 6px;
}

div.topcategory_submenu0:hover a {
  color: #fff;
}

div.topcategory_submenu1:hover a {
  color: #fff;
}

a.topcategory_link_submenu0 {
  text-decoration: none;
  white-space: nowrap;
  color: #fff;
}

a.topcategory_link_submenu1 {
  text-decoration: none;
  white-space: nowrap;
  color: #fff;
}

div.menucategorys {
  display: none;
}

@media all and (max-width: 600px) {
  div.menucategorys {
    display: block;
  }
}

div.columncategorys_main {
  margin-bottom: 10px;
}

div.columncategorys_title {
  font-size: 110%;
  color: #000;
  padding: 10px;
  margin-bottom: 10px;
  border-bottom: solid 1px #e5e5e5;
  display: none;
}

div.columncategorys {
  background: #fdfcfc;
  border-top: 1px solid #fff;
  border-radius: 2px;
  box-shadow: 0 1px 2px #d6d7d8;
}

div.columncategory0 {
  cursor: pointer;
  padding: 10px 5px 10px 30px;
  background: #ffffff url(/themes/new/arrow_catalog.png) no-repeat 10px 12px;
  background-size: 10px;
}

div.columncategory0 a {
  text-decoration: none;
  color: #fff;
  font-size: 13px;
  font-weight: bolder;
}

div.columncategory0 span {
  text-decoration: none;
  color: #000000;
  font-size: 13px;
  font-weight: bolder;
}

div.columncategory0:hover {}

div.columncategory0:hover a {
  text-decoration: none;
  color: #fff;
}

div.columncategory0:hover span {}

div.columncategoryactive0 {
  cursor: pointer;
  padding: 10px 5px 10px 30px;
  background: #454545 url(/themes/new/arrow_catalog.png) no-repeat 10px 12px;
  background-size: 10px;
}

div.columncategoryactive0 a {
  text-decoration: none;
  color: #fff;
  font-size: 13px;
  font-weight: bolder;
}

div.columncategoryactive0 span {
  text-decoration: none;
  color: #fff;
  font-size: 13px;
  font-weight: bolder;
}

div.columncategory1 {
  padding: 6px 10px 10px 15px;
  cursor: pointer;
  margin: 0;
}

div.columncategory1 a {
  text-decoration: none;
  color: #000000;
  font-size: 13px;
}

div.columncategory1:hover {
  cursor: pointer;
}

div.columncategory1:hover a {}

div.columncategoryactive1 {
  padding: 6px 10px 10px 15px;
  cursor: pointer;
  background-color: #454545;
  border-radius: 0;
  margin: 2px 0;
}

div.columncategoryactive1 a {
  text-decoration: none;
  color: #fff;
  font-size: 13px;
}

div.columncategoryactive1:hover a {}

div.columncategory2 {
  padding: 5px 5px 5px 28px;
  cursor: pointer;
  background-image: url(/themes/new/arrow_catalog.png);
  background-position: 14px 50%;
  background-repeat: no-repeat;
  background-size: 6px;
}

div.columncategory2 a {
  text-decoration: none;
  color: #000000;
  font-size: 13px;
  font-weight: bolder;
}

div.columncategory2:hover {
  cursor: pointer;
}

div.columncategory2:hover a {}

div.columncategoryactive2 {
  padding: 5px 5px 5px 28px;
  cursor: pointer;
  background-image: url(/themes/new/arrow_catalog.png);
  background-position: 14px 50%;
  background-repeat: no-repeat;
  background-size: 6px;
}

div.columncategoryactive2 a {
  text-decoration: none;
  color: #000000;
  font-size: 13px;
  font-weight: bolder;
}

div.columncategory3 {
  padding: 5px 5px 5px 40px;
}

div.columncategory3:hover {
  padding: 5px 5px 5px 40px;
  cursor: pointer;
}

div.columncategory3:hover a {
  text-decoration: none;
  color: #5e9090;
  font-style: normal;
  font-weight: 550;
}

div.columncategory3 a {
  text-decoration: none;
  color: #666;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
}

div.columncategoryactive3 {
  padding: 5px 5px 5px 40px;
}

div.columncategoryactive3 a {
  color: #5e9090;
}

div.centercategorys {
  margin: 20px 0;
}

@media all and (max-width: 500px) {
  div.centercategorys {
    margin: 0 0 10px 0;
  }
}

div.centercategorys_in {
  width: 100%;
  text-align: center;
  background: url(/themes/dsto/shadow.png) no-repeat center bottom;
  padding-bottom: 30px;
  margin-bottom: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

div.centercategory {
  padding-bottom: 8px;
  flex-basis: calc(33% - 24px);
  vertical-align: top;
  text-align: left;
  margin: 0 0 15px;
}

div.centercategory_img {
  vertical-align: middle;
  display: block;
  text-align: center;
  width: 100%;
  overflow: hidden;
}

div.centercategory_img {}

div.centercategory_imgin {
  vertical-align: middle;
  width: 100%;
  text-align: center;
  position: relative;
  border: 1px solid #e5e5e5;
  background: #fff;
}

div.centercategory_imgin img {
  max-width: 100%;
  display: block;
}

@media all and (max-width: 799px) {
  div.centercategory {
    padding-bottom: 8px;
    flex-basis: calc(50% - 24px);
    vertical-align: top;
    text-align: left;
    margin: 0 0 15px;
  }
}

@media all and (max-width: 600px) {
  div.centercategory {
    padding-bottom: 8px;
    flex-basis: calc(100% - 24px);
    vertical-align: top;
    text-align: left;
    margin: 0 auto 15px;
    max-width: 300px;
  }
}

@media all and (max-width: 500px) {
  div.centercategory {
    padding-bottom: 0;
    flex-basis: calc(50% - 12px);
    vertical-align: top;
    text-align: left;
    margin: 0 auto 8px;
    max-width: 100%;
    max-height: 194px;
  }
}

div.centercategory_topname {
  display: none;
}

div.centercategory_infoblock {
  vertical-align: top;
  text-align: center;
  height: 1px;
  position: relative;
}

div.centercategory_bottomname {
  text-align: center;
  position: absolute;
  top: -47px;
  padding: 12px 0;
  background-color: rgba(0, 0, 0, 0.45);
  width: 99%;
  margin: 0 auto;
  left: 2px;
}

div.centercategory_bottomname {
  font-size: 110%;
  text-decoration: none;
  color: #fff;
}

div.centercategory_bottomname:hover {
  font-size: 110%;
  text-decoration: none;
  color: #fff;
}

@media all and (max-width: 500px) {
  div.centercategory_bottomname {
    text-align: center;
    position: absolute;
    top: -44px;
    background-color: rgba(0, 0, 0, 0.45);
    width: 100%;
    margin: 0 auto;
    left: 0;
    height: 38px;
    padding: 4px;
    box-sizing: border-box;
    line-height: 16px;
    display: flex;
    justify-content: center;
    vertical-align: middle;
    align-items: center;
  }
}

@media all and (max-width: 500px) {
  div.centercategory_bottomname {
    font-size: 90%;
    text-decoration: none;
    color: #fff;
  }

  div.centercategory_bottomname:hover {
    font-size: 90%;
    text-decoration: none;
    color: #fff;
  }
}

div.centercategory_info {
  margin: 5px 0;
}

div.centercategory_button {
  text-align: center;
  display: none;
}

div.centersubcategory_main {
  text-align: left;
  border-bottom: 1px solid #d4d4d4;
}

@media all and (max-width: 500px) {
  div.centersubcategory_main {
    display: none;
  }
}

div.centersubcategory_info {
  padding: 5px 2px 5px 10px;
  background: url(/themes/templates/arrow_chapters.png) no-repeat 0 50%;
}

div.centersubcategory_info a {
  color: #666;
  font-size: 90%;
}

div.centersubcategory_info a:hover {
  color: #666;
  font-size: 90%;
}

div.centersubcategory_info_show_all {
  padding-top: 5px;
}

@media all and (max-width: 500px) {
  div.centersubcategory_info_show_all {
    display: none;
  }
}

span.seeallcat {
  cursor: pointer;
  color: #619292;
  font-size: 13px;
  font-family: "akrobat", arial;
  border-bottom: dotted 1px #619292;
}

div.columnbrands_main {}

div.columnbrands_title {
  font-size: 110%;
  color: #000;
  padding: 10px;
  margin-bottom: 10px;
  border-bottom: solid 1px #e5e5e5;
}

div.columnbrands {}

div.columnbrand_separator {
  height: 1px;
  background: #ffffff;
  width: 100%;
}

div.columnbrand {
  text-align: center;
  margin: 20px 0;
}

div.columnbrand_imgleft {
  display: inline-block;
  vertical-align: top;
  width: 100%;
}

div.columnbrand_imgleft img {
  max-width: 100%;
}

div.columnbrand_imgright {
  display: inline-block;
  vertical-align: top;
}

div.columnbrand_imgright img {
  max-width: 100%;
}

div.columnbrand_info {
  display: inline-block;
  vertical-align: top;
}

div.columnbrand_name {
  display: none;
}

div.columnbrand_seeall {
  text-align: center;
}

div.sliderbrands {
  position: relative;
}

div.sliderbrand_title {
  font-size: 130%;
  color: #000;
  padding: 10px;
  margin-bottom: 10px;
  border-bottom: solid 1px #e5e5e5;
}

div.sliderbrand_info {}

div.sliderbrand_left {
  display: table-cell;
  vertical-align: middle;
  padding-right: 15px;
}

div.sliderbrand_right {
  display: table-cell;
  vertical-align: middle;
  padding-left: 15px;
}

div.sliderbrand_center {
  vertical-align: middle;
  display: table-cell;
  margin: 0 auto;
  width: 100%;
}

div.sliderbrands_cont {}

div.sliderbrand_contin {
  display: table;
  margin: 0 auto;
}

div.sliderbrand_main {
  display: table-cell;
  vertical-align: top;
}

div.sliderbrand {
  margin: 5px 15px;
  width: 216px;
}

@media all and (min-width: 1300px) and (max-width: 1399px) {
  div.sliderbrand {
    width: 206px;
  }
}

@media all and (min-width: 1200px) and (max-width: 1299px) {
  div.sliderbrand {
    width: 190px;
  }
}

@media all and (min-width: 1000px) and (max-width: 1199px) {
  div.sliderbrand {
    width: 180px;
  }
}

@media all and (min-width: 900px) and (max-width: 999px) {
  div.sliderbrand {
    width: 230px;
  }
}

@media all and (min-width: 799px) and (max-width: 899px) {
  div.sliderbrand {
    width: 176px;
  }
}

@media all and (min-width: 600px) and (max-width: 798px) {
  div.sliderbrand {
    width: 200px;
  }
}

@media all and (min-width: 400px) and (max-width: 599px) {
  div.sliderbrand {
    width: 206px;
  }
}

@media all and (min-width: 365px) and (max-width: 399px) {
  div.sliderbrand {
    width: 166px;
  }
}

@media all and (min-width: 330px) and (max-width: 364px) {
  div.sliderbrand {
    width: 148px;
  }
}

@media all and (max-width: 329px) {
  div.sliderbrand {
    width: 108px;
  }
}

div.sliderbrand_topname {
  display: none;
}

div.sliderbrand_bottomname {
  display: none;
}

div.sliderbrand_img {
  vertical-align: middle;
  display: table-cell;
  text-align: center;
  width: 100%;
  height: 120px;
}

div.sliderbrand_imgin {}

div.sliderbrand_imgin img {
  max-width: 100%;
}

div.sliderbrand_seeall {
  text-align: center;
  margin: 15px 0;
}

div.pagebrands {
  margin: 20px 0;
  text-align: center;
}

div.pagebrand {
  display: inline-block;
  margin: 10px 5px;
  min-width: 23%;
  max-width: 254px;
  vertical-align: top;
}

@media all and (min-width: 1300px) and (max-width: 1399px) {
  div.pagebrand {
    min-width: 23%;
    max-width: 242px;
  }
}

@media all and (min-width: 1200px) and (max-width: 1299px) {
  div.pagebrand {
    min-width: 23%;
    max-width: 222px;
  }
}

@media all and (min-width: 1000px) and (max-width: 1199px) {
  div.pagebrand {
    min-width: 31%;
    max-width: 220px;
  }
}

@media all and (min-width: 900px) and (max-width: 999px) {
  div.pagebrand {
    min-width: 31%;
    max-width: 195px;
  }
}

@media all and (min-width: 799px) and (max-width: 899px) {
  div.pagebrand {
    min-width: 48%;
    max-width: 366px;
  }
}

@media all and (min-width: 600px) and (max-width: 798px) {
  div.pagebrand {
    min-width: 47%;
    max-width: 283px;
  }
}

@media all and (max-width: 599px) {
  div.pagebrand {
    min-width: 94%;
    max-width: 94%;
  }
}

div.pagebrand_img {
  vertical-align: middle;
  display: block;
  text-align: center;
  width: 100%;
  height: 150px;
  overflow: hidden;
}

div.pagebrand_imgin {
  vertical-align: middle;
  line-height: 150px;
  width: 100%;
  text-align: center;
}

div.pagebrand_imgin img {
  max-width: 100%;
  max-height: 150px;
  vertical-align: middle;
  border: 0;
}

@media all and (max-width: 599px) {
  div.pagebrand_img {
    height: auto;
  }

  div.pagebrand_imgin {
    line-height: unset;
  }

  div.pagebrand_imgin img {
    max-height: 100%;
  }
}

div.pagebrand_info {
  text-align: left;
  margin-top: 20px;
}

div.pagebrand_topname {
  display: none;
}

div.pagebrand_name {
  display: none;
}

div.pagebrand_short {
  display: none;
}

div.brandback {}

div.brandname {}

div.brandname h1 {
  padding: 5px 0 10px;
  text-align: center;
  margin: 0 auto 10px;
}

div.brandtext {
  margin-bottom: 20px;
}

div.brandcat {
  margin: 10px 0;
  max-width: 400px;
}

div.sortviewblock {
  max-width: 76%;
  border-bottom: 1px solid #e5e5e5;
  border-top: 1px solid #e5e5e5;
  display: block;
}

.categorys_page_container div.sortviewblock {
  display: none
}

div.sortviewblockin {
  width: 100%;
  display: table;
  padding: 20px 0;
}


div.sorting {
  display: table-cell;
  vertical-align: middle;
}

div.sorting_title {
  font-size: 20px;
  display: inline-block;
}

#sortselect_class {
  font-size: 20px;
}

@media screen and (max-width:600px) {

  div.sorting_title,
  #sortselect_class {
    font-size: 16px;
  }

  div.sortviewblock {
    max-width: 100%;
  }

  div.sortviewblockin {
    padding: 10px 0;
  }
}

div.sorting_sortingcell {
  display: inline-block;
  padding: 0 10px;
}

div.sorting_sortingcell:not(:last-child) {
  border-right: 1px solid #e5e5e5;
}

div.sorting_sortingcellin {
  font-size: 20px;
}

div.sortby {
  display: inline-block;
  cursor: pointer;
}

div.sortbyact {
  display: inline-block;
  cursor: pointer;
  color: #4069d0;
}

div.sortarrow {}

div.sortarrowact {
  display: inline-block;
  color: #4069d0;
}

div.sortup {
  font-size: 16px;
}

div.sortdown {
  font-size: 16px;
}

div.perpage_main {
  display: none;
  text-align: right;
  position: relative;
  padding-left: 20px;
  padding-right: 5px;
  vertical-align: middle;
}

div.viewblock_main {
  display: none;
  text-align: right;
  position: relative;
  padding-left: 20px;
  vertical-align: middle;
}

div.viewblock_table input {
  background: url("/themes/templates/table.jpg") no-repeat center right;
  font-size: 0;
  border: 0;
  text-transform: none;
  width: 30px;
  height: 30px;
  padding: 0;
}

div.viewblock_table input:hover {
  background: url("/themes/templates/table_act.jpg") no-repeat center right;
  font-size: 0;
  border: 0;
  text-transform: none;
  width: 30px;
  height: 30px;
  padding: 0;
}

div.viewblock_table {
  display: inline-block;
}

div.viewblock_tableact {
  display: inline-block;
}

div.viewblock_tableact input {
  background: url("/themes/templates/table_act.jpg") no-repeat center right;
  font-size: 0;
  border: 0;
  text-transform: none;
  width: 30px;
  height: 30px;
  padding: 0;
}

div.viewblock_tableact input:hover {
  background: url("/themes/templates/table_act.jpg") no-repeat center right;
  font-size: 0;
  border: 0;
  text-transform: none;
  width: 30px;
  height: 30px;
  padding: 0;
}

div.viewblock_list {
  display: inline-block;
}

div.viewblock_list input {
  background: url("/themes/templates/list.jpg") no-repeat center right;
  font-size: 0;
  border: 0;
  text-transform: none;
  width: 30px;
  height: 30px;
  padding: 0;
}

div.viewblock_list input:hover {
  background: url("/themes/templates/list_act.jpg") no-repeat center right;
  font-size: 0;
  border: 0;
  text-transform: none;
  width: 30px;
  height: 30px;
  padding: 0;
}

div.viewblock_listact {
  display: inline-block;
}

div.viewblock_listact input {
  background: url("/themes/templates/list_act.jpg") no-repeat center right;
  font-size: 0;
  border: 0;
  text-transform: none;
  width: 30px;
  height: 30px;
  padding: 0;
}

div.viewblock_listact input:hover {
  background: url("/themes/templates/list_act.jpg") no-repeat center right;
  font-size: 0;
  border: 0;
  text-transform: none;
  width: 30px;
  height: 30px;
  padding: 0;
}

div.products {
  text-align: center;
}

div.product_topicon {
  position: relative;
}

div.product_topitem {
  position: absolute;
  left: -4px;
  top: -10px;
  background: url("/themes/templates/topitem.png") center no-repeat;
  width: 58px;
  height: 50px;
}

div.product_newitem {
  position: absolute;
  left: -4px;
  top: -10px;
  background: url("/themes/templates/newitem.png") center no-repeat;
  width: 58px;
  height: 50px;
}

div.product_actitem {
  position: absolute;
  left: -4px;
  top: -10px;
  background: url("/themes/templates/actitem.png") center no-repeat;
  width: 58px;
  height: 50px;
}

div.product_main {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  display: inline-block;
  margin: 10px 5px;
  min-width: 23%;
  max-width: 254px;
  vertical-align: top;
  border: 1px solid #eee;
  background: #fff;
}

@media all and (min-width: 600px) {
  div.product_main:hover {
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    box-shadow: 0 0 5px #eee;
    transform: scale(1.1);
  }
}

@media all and (min-width: 1300px) and (max-width: 1399px) {
  div.product_main {
    min-width: 23%;
    max-width: 242px;
  }
}

@media all and (min-width: 1200px) and (max-width: 1299px) {
  div.product_main {
    min-width: 23%;
    max-width: 222px;
  }
}

@media all and (min-width: 1000px) and (max-width: 1199px) {
  div.product_main {
    min-width: 31%;
    max-width: 220px;
  }
}

@media all and (min-width: 900px) and (max-width: 999px) {
  div.product_main {
    min-width: 31%;
    max-width: 195px;
  }
}

@media all and (min-width: 799px) and (max-width: 899px) {
  div.product_main {
    min-width: 48%;
    max-width: 366px;
  }
}

@media all and (min-width: 600px) and (max-width: 798px) {
  div.product_main {
    min-width: 47%;
    max-width: 283px;
  }
}

@media all and (max-width: 599px) {
  div.product_main {
    min-width: 94%;
    max-width: 94%;
  }
}

div.product_img {
  vertical-align: middle;
  display: block;
  text-align: center;
  width: 100%;
  height: 230px;
  overflow: hidden;
}

div.product_imgin {
  vertical-align: middle;
  line-height: 230px;
  width: 100%;
  text-align: center;
}

div.product_img img {
  max-width: 100%;
  max-height: 230px;
  vertical-align: middle;
  border: 0;
}

@media all and (max-width: 599px) {
  div.product_img {
    height: auto;
  }

  div.product_imgin {
    line-height: unset;
  }

  div.product_imgin img {
    max-height: 100%;
  }
}

div.product_one {
  padding: 3px;
}

div.product_topname {
  display: none;
}

div.product_info {}

div.product_rate {
  margin: 4px 0;
}

div.item_actrate {
  background: url("/themes/templates/starsm1.png");
  width: 18px;
  height: 18px;
}

div.item_rate {
  background: url("/themes/templates/starsm.png");
  width: 18px;
  height: 18px;
}

div.product_bottomname {
  text-align: center;
  margin: 8px 0;
}

div.product_bottomname a {
  text-decoration: none;
}

div.product_bottomname a:hover {
  text-decoration: none;
  color: #000;
}

div.product_short {
  display: none;
}

div.product_buyinfo {
  text-align: center;
}

div.product_buyinfo input {
  background: #83a0a0;
  color: #fff;
  padding: 6px 15px;
  border: 1px solid #83a0a0;
}

div.product_buyinfo input:hover {
  background: #fff;
  color: #83a0a0;
  padding: 6px 15px;
  border: 1px solid #83a0a0;
}

div.product_price {
  text-align: left;
  color: #000;
  font-size: 120%;
  font-weight: bolder;
  display: inline-block;
  margin: 8px 0;
}

div.product_price span {}

div.product_oldprice {
  display: inline-block;
  color: #888;
  font-size: 80%;
  font-weight: normal;
  text-decoration: line-through;
  padding-right: 15px;
}

div.product_oldprice span {}

div.product_actprice {
  display: inline-block;
  text-align: left;
  color: #666;
  font-size: 100%;
  font-weight: bolder;
}

div.product_actprice span {}

div.product_buy {}

div.product_buy input {
  background: #83a0a0;
  color: #fff;
  padding: 6px 15px;
  border: 1px solid #83a0a0;
}

div.product_buy input:hover {
  background: #fff;
  color: #83a0a0;
  padding: 6px 15px;
  border: 1px solid #83a0a0;
}

div.product_buy button {
  background: #83a0a0;
  color: #fff;
  padding: 6px 15px;
  border: 1px solid #83a0a0;
}

div.product_buy button:hover {
  background: #fff;
  color: #83a0a0;
  padding: 6px 15px;
  border: 1px solid #83a0a0;
}

div.products_hor {}

div.product_topicon_hor {
  position: relative;
}

div.product_topitem_hor {
  position: absolute;
  left: -5px;
  top: -11px;
  background: url("/themes/templates/topitem.png") center no-repeat;
  width: 58px;
  height: 50px;
}

div.product_newitem_hor {
  position: absolute;
  left: -5px;
  top: -11px;
  background: url("/themes/templates/newitem.png") center no-repeat;
  width: 58px;
  height: 50px;
}

div.product_actitem_hor {
  position: absolute;
  left: -5px;
  top: -11px;
  background: url("/themes/templates/actitem.png") center no-repeat;
  width: 58px;
  height: 50px;
}

div.product_main_hor {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  margin: 10px 0;
  vertical-align: top;
  display: inline-block;
  width: 49%;
}

@media all and (min-width: 1200px) and (max-width: 1920px) {
  div.product_main_hor:nth-child(even) {
    margin-left: 10px;
  }
}

@media all and (max-width: 1100px) {
  div.product_main_hor {
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    margin: 10px 0;
    vertical-align: top;
    display: block;
    width: auto;
  }
}

div.product_one_hor {
  padding-top: 10px;
  padding-bottom: 25px;
  vertical-align: top;
}

@media all and (max-width: 640px) {
  div.product_one_hor {
    padding-top: 7px;
    padding-bottom: 15px;
    margin: 0 auto;
    width: 100%;
  }
}

div.product_topname_hor {
  display: block;
  padding-bottom: 10px;
  padding-left: 2px;
}

div.product_topname_hor a {
  text-decoration: underline;
  color: #666;
  font-size: 16px;
  transition: color .3s ease-in-out;
}

div.product_topname_hor:hover a {
  text-decoration: underline;
  color: #cab13d;
  font-size: 16px;
}

div.product_maininfo_hor {
  display: flex;
  width: 100%;
  gap: 20px;
}

div.product_img_hor {
  display: table-cell;
  width: 208px;
  vertical-align: middle;
}

@media all and (max-width: 500px) {
  div.product_img_hor {
    display: block;
    width: 50%;
    margin: 0;
    text-align: center;
    padding-right: 15px;
  }

  div.product_topname_hor {
    text-align: unset;
  }
}

div.product_imgin_hor {
  padding-bottom: 8px;
  cursor: pointer;
}

div.product_imgin_hor img {
  max-width: 200px;
  max-height: 195px;
  border: 1px solid #dedede;
  width: 100%;
}

div.product_info_hor {
  display: table-cell;
  vertical-align: top;
  text-align: left;
  padding-left: 10px;
  flex-grow: 1;
}

@media all and (max-width: 414px) {
  div.product_info_hor {
    display: block;
    vertical-align: top;
    padding-left: 0x;
    width: 50%;
  }
}

div.product_bottomname_hor {
  text-align: left;
  margin: 8px 0;
}

div.product_bottomname_hor a {
  text-decoration: none;
  color: #000;
}

div.product_bottomname_hor a:hover {
  text-decoration: none;
  color: #000;
}

div.product_rate_hor {
  margin: 4px 0;
}

div.product_short_hor {
  font-size: 90%;
  color: #888;
}

div.product_price_hor {
  display: block;
  text-decoration: none;
  color: #000;
  font-size: 14px;
  background: #fff;
  border-radius: 2px;
  border: 1px solid #d4d4d4;
  padding: 5px 15px;
  width: auto;
  text-align: center;
  font-weight: bolder;
  vertical-align: middle;
}

div.product_buy_hor {
  display: inline-block;
  margin-left: 10px;
}

div.product_buy_hor_ua {
  display: inline-block;
  vertical-align: middle;
}

div.product_buy_hor input {
  background: url(/themes/dsto/buy_p.png) no-repeat center;
  height: 30px;
  width: 92px;
  font-size: 0;
  border: 0;
}

div.product_buy_hor input:hover {
  background: url(/themes/dsto/buy_a.png) no-repeat center;
  height: 30px;
  width: 92px;
  font-size: 0;
  border: 0;
}

div.product_buy_hor_ua input {
  background: url(/themes/dsto/buy_p_ukr.png) no-repeat center;
  height: 30px;
  width: 92px;
  font-size: 0;
  border: 0;
}

div.product_buy_hor_ua input:hover {
  background: url(/themes/dsto/buy_a_ukr.png) no-repeat center;
  height: 30px;
  width: 92px;
  font-size: 0;
  border: 0;
}

div.product_buy_hor button {
  font-size: 0;
  border: 0;
  background: none;
  padding: 0;
}

div.product_buy_hor button img {
  max-height: 25px;
  width: auto;
  vertical-align: middle;
}

div.product_buy_hor_ua button {
  font-size: 0;
  border: 0;
  background: none;
  padding: 0;
}

div.product_buy_hor_ua button img {
  max-height: 25px;
  width: auto;
}

input.itemsinamount {
  border: 0;
  background: url("/themes/dsto/innal.png") no-repeat;
  font-size: 0;
  outline: none;
  width: 269px;
  height: 36px;
}

input.itemsinamount:hover {
  border: 0;
  background: url("/themes/dsto/innal.png") no-repeat;
  font-size: 0;
  outline: none;
  width: 269px;
  height: 36px;
}

input.itemsinamount_ua {
  border: 0;
  background: url("/themes/dsto/innal_ukr.png") no-repeat;
  font-size: 0;
  outline: none;
  width: 269px;
  height: 36px;
}

input.itemsinamount_ua:hover {
  border: 0;
  background: url("/themes/dsto/innal_ukr.png") no-repeat;
  font-size: 0;
  outline: none;
  width: 269px;
  height: 36px;
}

div.product_rightinfo_hor {
  display: table-cell;
  vertical-align: top;
  text-align: right;
  padding-left: 15px;
  width: 140px;
}

div.product_priceright_hor {
  text-align: left;
  color: #000;
  font-size: 120%;
  font-weight: bolder;
  display: inline-block;
  margin: 8px 0;
}

div.product_oldpriceright_hor {
  display: inline-block;
  color: #888;
  font-size: 80%;
  font-weight: normal;
  text-decoration: line-through;
  padding-right: 15px;
}

div.product_actpriceright_hor {
  display: inline-block;
  text-align: left;
  color: #83a0a0;
  font-size: 100%;
  font-weight: bolder;
}

div.product_buyright_hor {}

div.product_buyright_hor input {
  background: #83a0a0;
  color: #fff;
  padding: 6px 15px;
  border: 1px solid #83a0a0;
}

div.product_buyright_hor input:hover {
  background: #fff;
  color: #83a0a0;
  padding: 6px 15px;
  border: 1px solid #83a0a0;
}

div.product_bottomcode_hor {
  padding: 0;
  color: #999;
}

div.horproductcode {
  padding: 5px 0;
  color: #999;
}

div.horproductcode a {
  text-decoration: none;
}

div.horproductcode a:hover {
  color: #83a0a0;
}

div.cellrelative {
  position: relative;
  width: 100%;
  color: #000000;
  margin-right: 2px;
  font-weight: bold;
}

div.cellrelative:last-child {
  margin-left: 4px;
  margin-right: 0;
}

div.slidertopitems {
  position: relative;
}

div.slidertopitem_title {
  font-size: 130%;
  color: #000;
  padding: 10px;
  margin-bottom: 10px;
  border-bottom: solid 1px #e5e5e5;
}

div.slidertopitem_info {}

div.slidertopitem_center {
  vertical-align: middle;
  display: table-cell;
  margin: 0 auto;
  width: 100%;
}

div.slidertopitems_cont {}

div.slidertopitem_contin {}

div.slidertopitem_main {
  display: table-cell;
  vertical-align: top;
}

div.slideractitems {
  position: relative;
}

div.slideractitem_title {
  font-size: 110%;
  color: #000;
  padding: 10px;
  margin-bottom: 10px;
  border-bottom: solid 1px #e5e5e5;
}

div.slideractitem_info {}

div.slideractitem_center {
  vertical-align: middle;
  display: table-cell;
  margin: 0 auto;
  width: 100%;
}

div.slideractitems_cont {}

div.slideractitem_contin {}

div.slideractitem_main {
  display: table-cell;
  vertical-align: top;
}

div.slidernewitems {
  position: relative;
}

div.slidernewitem_title {
  font-size: 110%;
  color: #000;
  padding: 10px;
  margin-bottom: 10px;
  border-bottom: solid 1px #e5e5e5;
}

div.slidernewitem_info {}

div.slidernewitem_center {
  vertical-align: middle;
  display: table-cell;
  margin: 0 auto;
  width: 100%;
}

div.slidernewitems_cont {}

div.slidernewitem_contin {}

div.slidernewitem_main {
  display: table-cell;
  vertical-align: top;
}

div.slideritem {
  margin: 5px 5px;
  width: 143px;
}

@media all and (min-width: 1300px) and (max-width: 1399px) {
  div.slideritem {
    width: 143px;
  }
}

@media all and (min-width: 1200px) and (max-width: 1299px) {
  div.slideritem {
    width: 143px;
  }
}

@media all and (min-width: 1000px) and (max-width: 1199px) {
  div.slideritem {
    width: 143px;
  }
}

@media all and (min-width: 900px) and (max-width: 999px) {
  div.slideritem {
    width: 230px;
  }
}

@media all and (min-width: 799px) and (max-width: 899px) {
  div.slideritem {
    width: 176px;
  }
}

@media all and (min-width: 600px) and (max-width: 798px) {
  div.slideritem {
    width: 200px;
  }
}

@media all and (min-width: 400px) and (max-width: 599px) {
  div.slideritem {
    width: 140px;
  }
}

@media all and (min-width: 365px) and (max-width: 399px) {
  div.slideritem {
    width: 120px;
  }
}

@media all and (min-width: 330px) and (max-width: 364px) {
  div.slideritem {
    width: 110px;
  }
}

@media all and (max-width: 329px) {
  div.slideritem {
    width: 100px;
  }
}

div.slideritem_left {
  display: table-cell;
  vertical-align: middle;
}

div.slideritem_left input {
  width: 20px;
  height: 30px;
  background-size: 40px;
  background: url(/themes/templates/arrow-slider-ac-black1.png) no-repeat center center;
  font-size: 0;
  border: none;
}

div.slideritem_left input:hover {
  width: 20px;
  height: 30px;
  background-size: 40px;
  background: url(/themes/templates/arrow-slider-ac-black1_hover.png) no-repeat center center;
  font-size: 0;
  border: none;
}

div.slideritem_right {
  display: table-cell;
  vertical-align: middle;
}

div.slideritem_right input {
  width: 20px;
  height: 30px;
  background-size: 40px;
  background: url(/themes/templates/arrow-slider-ac-black2.png) no-repeat center center;
  font-size: 0;
  border: none;
}

div.slideritem_right input:hover {
  width: 20px;
  height: 30px;
  background-size: 40px;
  background: url(/themes/templates/arrow-slider-ac-black2_hover.png) no-repeat center center;
  font-size: 0;
  border: none;
}

div.slideritem_topname {
  display: none;
}

div.slideritem_bottomname {
  text-align: center;
}

div.slideritem_bottomname a {
  text-decoration: none;
}

div.slideritem_bottomname a:hover {
  text-decoration: none;
  color: #000;
}

div.slideritem_buyinfo {
  text-align: center;
}

div.slideritem_price {
  text-align: left;
  color: #000;
  font-size: 120%;
  font-weight: bolder;
  display: inline-block;
  margin: 8px 0;
}

div.slideritem_price span {}

div.slideritem_oldprice {
  display: inline-block;
  color: #888;
  font-size: 80%;
  font-weight: normal;
  text-decoration: line-through;
  padding-right: 15px;
}

div.slideritem_oldprice span {}

div.slideritem_actprice {
  display: inline-block;
  text-align: left;
  color: #83a0a0;
  font-size: 100%;
  font-weight: bolder;
}

div.slideritem_actprice span {}

div.slideritem_buy {
  text-align: center;
  display: none;
}

div.slideritem_buy input {
  background: #83a0a0;
  color: #fff;
  padding: 6px 15px;
  border: 1px solid #83a0a0;
}

div.slideritem_buy input:hover {
  background: #fff;
  color: #83a0a0;
  padding: 6px 15px;
  border: 1px solid #83a0a0;
}

div.slideritem_img {
  vertical-align: middle;
  display: block;
  text-align: center;
  width: 100%;
  height: 200px;
  overflow: hidden;
}

div.slideritem_imgin {
  vertical-align: middle;
  line-height: 200px;
  width: 100%;
  text-align: center;
}

div.slideritem_imgin img {
  max-width: 100%;
  max-height: 200px;
  vertical-align: middle;
  border: 0;
}

@media all and (max-width: 500px) {
  div.slideritem_img {
    vertical-align: middle;
    display: block;
    text-align: center;
    width: 100%;
    height: 150px;
    overflow: hidden;
  }

  div.slideritem_imgin {
    vertical-align: middle;
    line-height: 140px;
    width: 100%;
    text-align: center;
  }

  div.slideritem_imgin img {
    max-width: 100%;
    max-height: 140px;
    vertical-align: middle;
    border: 0;
  }
}

div.slideritem_seeall {
  text-align: center;
  margin: 15px 0;
}

div.columnitems_main {
  margin-bottom: 20px;
}

div.columnitems_title {
  font-size: 12px;
  padding: 12px 0 12px 29px;
  position: relative;
  text-align: center;
  z-index: 300;
  text-transform: uppercase;
  font-weight: bolder;
  box-shadow: 0 1px 2px #c8c8c8;
  background: #fff url(/themes/ico-fire.png) no-repeat 12px 50%;
}

div.columnitems_title a {
  color: #5f5f5f;
}

div.columnitems {}

div.columnitem_separator {
  border-bottom: 1px solid #dedede;
}

div.columnitem {
  text-align: center;
  margin: 0 auto;
  height: 216px;
  border-top: none;
  background: none repeat scroll 0 0 #f9fafa;
  border-radius: 2px;
  padding: 8px 0;
  box-shadow: 0 1px 2px #c8c8c8;
}

div.columnitem_imgleft {
  display: inline-block;
  vertical-align: top;
  width: 42%;
}

div.columnitem_imgleft img {
  max-width: 100%;
  max-height: 117px;
}

div.columnitem_imgright {
  display: inline-block;
  text-align: center;
  margin: 0 auto;
  background: none repeat scroll 0 0 #fff;
  border: 1px solid #dedede;
  height: 116px;
  width: 155px;
}

div.columnitem_imgright img {
  max-height: 155px;
  max-width: 155px;
}

div.columnitem_info {
  color: #000;
  font-size: 15px;
  background: none repeat scroll 0 0 #fff;
  border-radius: 2px;
  border: 1px solid #d4d4d4;
  width: 155px;
  text-align: center;
  font-weight: bolder;
  margin: 0 auto 10px;
  display: table;
}

div.columnitem_topname {
  display: none;
}

div.columnitem_bottomname {
  text-align: left;
  margin: 6px auto;
  padding: 5px;
  width: 155px;
  height: 30px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

div.columnitem_bottomname a {
  text-decoration: underline;
  color: #83a0a0;
}

div.columnitem_bottomname a:hover {
  text-decoration: underline;
  color: #cab13d;
}

div.columnitem_bottomname {
  text-decoration: underline;
  color: #83a0a0;
}

div.columnitem_bottomname:hover {
  text-decoration: underline;
  color: #cab13d;
}

div.columnitem_price {
  text-align: center;
  color: #4a4a4a;
  font-weight: bolder;
  display: table-cell;
  vertical-align: middle;
}

div.columnitem_oldprice {
  display: block;
  color: #888;
  font-size: 80%;
  font-weight: normal;
  text-decoration: line-through;
  line-height: 6px;
  padding-top: 5px;
}

div.columnitem_actprice {
  display: inline-block;
  text-align: left;
  color: #000;
  font-weight: bolder;
  font-size: 13px;
}

div.columnitem_buy {
  display: table-cell;
  text-align: right;
}

div.columnitem_buy input {
  background: url(/themes/dsto/buy_button_p.png) no-repeat scroll center center transparent;
  height: 32px;
  width: 43px;
  font-size: 0;
  border: 0 none;
}

div.columnitem_buy input:hover {
  background: url(/themes/dsto/buy_button_a.png) no-repeat scroll center center transparent;
  height: 32px;
  width: 43px;
  font-size: 0;
  border: 0 none;
}

div.columnitemsall {
  border-top: 1px solid #eaeaea;
  text-align: center;
  background: none repeat scroll 0 0 #f9fafa;
  border-radius: 2px;
  padding: 8px 0;
  box-shadow: 0 1px 2px #c8c8c8;
}

div.columnitemsall input {
  background: url(/themes/dsto/seeall.png) no-repeat center right #f6f8f8;
  color: #666;
  text-shadow: 1px 1px 0 #fff;
  border: 0;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: bolder;
  padding: 2px 10px 2px 10px;
}

div.columnitemsall input:hover {
  background: url(/themes/dsto/seeall_p.png) no-repeat center right #f6f8f8;
  color: #cab13d;
  text-shadow: 1px 1px 0 #fff;
  border: 0;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: bolder;
  padding: 2px 10px 2px 10px;
}

div.maintopproducts {}

div.maintopitems_title {}

div.maintopitemsitem_seeall {}

div.allproductblock {
  padding: 0 5px;
}

@media all and (max-width: 640px) {
  div.allproductblock {
    padding-top: 0;
  }

  .productdesctext br {}
}

div.nextproduct_block {
  display: table;
  padding: 5px;
  margin-bottom: 10px;
}

div.lastproduct {
  display: table-cell;
  white-space: nowrap;
}

div.lastproduct a {}

div.nextproduct {
  display: table-cell;
  text-align: right;
  width: 100%;
}

div.nextproduct a {}

div.productblock_over {
  position: relative;
  padding-right: 110px;
}

@media all and (max-width: 600px) {
  div.productblock_over {
    padding-top: 10px;
  }
}

div.productname_over {
  color: #000;
}

div.productname_over h1 {
  font-size: 20px;
  margin-top: 0;
  margin-bottom: 0;
}

div.productcode_over {
  font-size: 13px;
  padding: 10px 0;
  font-family: "akrobat", arial;
}

div.productcolumns {
  display: flex;
  width: 100%;
}

div.productleftcolumn {
  display: block;
  vertical-align: top;
  max-width: 600px;
  flex-basis: 600px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin: 0 auto;
}

div.productcentercolumn {
  display: block;
  vertical-align: top;
}

div.productrightcolumn {
  display: none;
  vertical-align: top;
  border: 1px solid #e5e5e5;
  padding: 10px;
  width: 250px;
}

@media all and (max-width: 1100px) {
  div.productrightcolumn {
    display: none;
  }
}

@media all and (max-width: 899px) {
  div.productleftcolumn {
    display: block;
    width: auto;
  }

  div.productcentercolumn {
    display: block;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
  }
}

div.productname {
  color: #000;
}

div.productname h1 {
  margin: 0 0 10px 0;
  padding: 0;
}

div.productcode {
  padding: 2px 0 10px 0;
}

div.pricefor {
  padding: 8px 0;
}

div.product_wrap {
  padding: 0;
  display: block;
  justify-content: space-between;
  align-items: center;
}

@media all and (max-width: 500px) {
  div.product_wrap {
    min-height: 58px;
    padding: 0;
  }
}

div.table_content {
  padding: 10px;
  background-color: #ffffff;
}

@media all and (max-width: 375px) {
  div.table_content {}
}

div.table_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #b0b0b0;
  padding: 3px;
}

div.right_buttons {
  display: inline-block;
  float: right;
  position: relative;
  top: -3px;
}

@media all and (max-width: 500px) {
  div.right_buttons {
    float: none;
    margin-top: 10px;
    display: flex;
    justify-content: center;
  }
}

@media all and (max-width: 375px) {
  div.right_buttons {
    float: none;
    margin-top: 10px;
  }
}

div.productdiscount input {
  background: #ececec url(/themes/templates/sale.png) no-repeat 13px center;
  color: #000;
  text-transform: uppercase;
  padding-left: 40px;
  border-radius: 3px;
  text-align: center;
  font-weight: 400;
  font-size: 11px;
  width: 168px;
  height: 36px;
  margin-bottom: 10px;
  border-radius: 3px;
}

div.productdiscount input:hover {
  background: rgba(236, 236, 236, 0.42) url(/themes/templates/sale.png) no-repeat 13px center;
  color: #000;
  text-transform: uppercase;
  padding-left: 40px;
  border-radius: 3px;
  text-align: center;
  font-weight: 400;
  font-size: 11px;
  transition: none;
}

div.productquest input {
  color: #ffffff;
  text-align: center;
  font-weight: 400;
  font-size: 13px;
  border-radius: 0;
  border: none;
  background: #1a73e8;
  padding: 5px;
  -webkit-appearance: button;
}

div.productquest input:hover {
  color: #ffffff;
  text-align: center;
  font-weight: 400;
  font-size: 13px;
  border-radius: 0;
  border: none;
  background: #1a73e8;
  padding: 5px;
}

@media all and (max-width: 500px) {
  div.productdiscount {
    margin-right: 3px;
  }

  div.productquest {
    margin-left: 3px;
  }

  div.productdiscount input {
    background: #ececec url(/themes/templates/sale.png) no-repeat 13px center;
    color: #000;
    text-transform: uppercase;
    padding: 5px 10px 5px 40px;
    border-radius: 3px;
    text-align: center;
    font-weight: 400;
    font-size: 11px;
    width: 100%;
    height: 36px;
    margin-bottom: 10px;
    border-radius: 3px;
  }

  div.productdiscount input:hover {
    background: rgba(236, 236, 236, 0.42) url(/themes/templates/sale.png) no-repeat 13px center;
    color: #000;
    text-transform: uppercase;
    padding: 5px 10px 5px 40px;
    border-radius: 3px;
    text-align: center;
    font-weight: 400;
    font-size: 11px;
    transition: none;
  }
}

@media all and (max-width: 400px) {
  div.productdiscount {
    margin-right: 3px;
  }

  div.productquest {
    margin-left: 3px;
  }

  div.productdiscount input {
    background: #ececec url(/themes/templates/sale.png) no-repeat 13px center;
    color: #000;
    text-transform: uppercase;
    padding: 5px 10px 5px 40px;
    text-align: center;
    font-weight: 400;
    font-size: 9px;
    width: 100%;
    height: 36px;
    margin-bottom: 10px;
    border-radius: 3px;
  }

  div.productdiscount input:hover {
    background: rgba(236, 236, 236, 0.42) url(/themes/templates/sale.png) no-repeat 13px center;
    color: #000;
    text-transform: uppercase;
    padding: 5px 10px 5px 40px;
    border-radius: 3px;
    text-align: center;
    font-weight: 400;
    font-size: 9px;
    transition: none;
  }
}

div.social1 {
  display: table-cell;
}

div.social2 {
  display: table-cell;
}

div.price_text {
  display: inline-block;
  color: #fff;
  font-size: 12px;
  vertical-align: middle;
  padding-right: 10px;
  display: none;
}

div.productstatus {
  display: inline-block;
  color: #fff;
  font-size: 12px;
  vertical-align: middle;
  padding-right: 5%;
}

@media all and (max-width: 500px) {
  div.productstatus {
    padding-right: 5px;
  }
}

div.productstatusin {
  display: flex;
  align-items: start;
  color: #fff;
  font-size: 12px;
  vertical-align: middle;
  padding-right: 5%;
}

@media all and (max-width: 500px) {
  div.productstatusin {
    padding-right: 5px;
  }
}

div.status_img {
  display: none;
}

div.status-text3 {
  display: inline-block;
  color: #8907fb;
  padding: 5px 0;
  white-space: nowrap;
  text-align: left;
  line-height: 16px;
  border-radius: 2px;
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 5px;
  font-weight: 600;
}

div.status-text2 {
  display: inline-block;
  color: #3468cd;
  white-space: nowrap;
  text-align: left;
  line-height: 16px;
  border-radius: 2px;
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 5px;
  font-weight: 600;
  color: #1a73e8;
}

div.productstatusdel {
  display: inline-block;
  color: #3468cd;
  white-space: nowrap;
  text-align: left;
  border-radius: 2px;
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 10px;
  margin-top: 0;
  font-weight: 600;
  color: #1a73e8;
}

.productstatusin div.productstatusdel {
  font-size: 29px;
  color: #3468cd;
}

@media all and (max-width: 500px) {
  div.productstatusdel {
    display: inline-block;
    color: #3468cd;
    white-space: nowrap;
    text-align: left;
    border-radius: 2px;
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 10px;
    margin-top: 0;
    font-weight: 600;
    color: #1a73e8;
  }

  .productstatusin div.productstatusdel {
    font-size: 29px;
    color: #3468cd;
  }

  .productstatusin div.productstatusdel {
    font-size: 14px;
  }
}

@media all and (max-width: 500px) {
  div.productstatusdel {
    padding-right: 5px;
  }
}

div.status-text1 {
  display: inline-block;
  color: #B9081C;
  padding: 5px;
  white-space: nowrap;
  text-align: left;
  border-radius: 2px;
  font-size: 14px;
  line-height: 16px;
  font-weight: normal;
  margin-bottom: 5px;
  font-weight: 600;
}

div.status-text6 {
  display: inline-block;
  color: #8907fb;
  padding: 5px;
  white-space: nowrap;
  text-align: left;
  border-radius: 2px;
  font-size: 14px;
  line-height: 16px;
  font-weight: normal;
  margin-bottom: 5px;
  font-weight: 600;
}

div.status.item-status-text1 {
  white-space: nowrap;
  color: #ff0000;
  padding: 5px 10px;
}

.item-status-text6 {
  white-space: nowrap;
  color: #8907fb;
  padding: 5px 10px;
}

.item-status-text3 {
  white-space: nowrap;
  color: #8907fb;
  padding: 5px 10px;
}

.item-status-text2 {
  white-space: nowrap;
  color: #3468cd;
  padding: 5px 10px;
}

div.status {
  margin-top: 30px;
  display: inline-block;
  font-size: 12px;
  position: relative;
  top: 0;
  font-weight: normal;
  text-align: start;
  font-weight: 600;
}

div.productrate {
  margin: 8px 0;
  display: none;
}

div.product_voterate {
  display: inline-block;
}

div.productprice {
  vertical-align: middle;
  text-align: left;
  color: #ffffff;
  font-size: 21px;
  font-weight: bolder;
  display: inline-block;
  padding-right: 20px;
}

div.productprice span {
  font-size: 14px;
}

div.productoldprice {
  display: block;
  font-size: 30px;
  font-weight: normal;
  text-decoration: line-through;
}

@media all and (max-width: 600px) {
  div.productoldprice {
    font-size: 26px;
  }

  div.productactprice {
    font-size: 26px;
  }
}

@media all and (max-width: 500px) {
  div.productprice {
    padding-right: 10px;
  }
}

@media all and (max-width: 400px) {
  div.productprice {
    padding-right: 5px;
    font-size: 18px;
  }
}

div.productoldprice span {}

div.productactprice {
  text-align: center;
  font-size: 47px;
}

@media all and (max-width: 600px) {
  div.productoldprice {
    font-size: 26px;
  }

  div.productactprice {
    font-size: 26px;
  }
}

div.productactprice span {}

div.productvalutes {
  color: #000;
}

div.productvalutes span {}

div.valuteseparator {
  display: inline-block;
  padding: 0 5px;
}

div.valuteinprice {
  display: inline-block;
  color: #000;
}

div.valuteoldprice {
  display: inline-block;
  color: #888;
  text-decoration: line-through;
}

div.valuteactprice {
  display: inline-block;
  margin-left: 15px;
  color: #83a0a0;
}

div.productbuy {
  display: inline-block;
  float: right;
  position: relative;
  top: -5px;
}

div.productbuyamount {
  display: none;
}

div.productbuyamount input {
  width: 60px;
}

div.productbuybutton {
  display: inline-block;
}

@media all and (max-width: 414px) {
  div.productbuybutton {
    margin-top: 11px;
  }
}

div.productbuybutton input {
  background-size: 26px;
  background: #04a6b8 url(/themes/templates/icon_cart.png) no-repeat 20px center;
  color: #fff;
  padding: 11px 45px;
  border-radius: 3px;
  border: none;
}

div.productbuybutton input:hover {
  background-size: 26px;
  background: #f23232 url(/themes/templates/icon_cart.png) no-repeat 20px center;
  color: #fff;
  padding: 11px 45px;
  border-radius: 3px;
  border: none;
}

@media all and (max-width: 500px) {
  div.productbuybutton input {
    background-size: 26px;
    background: #04a6b8 url(/themes/templates/icon_cart.png) no-repeat 20px center;
    color: #fff;
    padding: 11px 45px;
    border-radius: 3px;
    border: none;
  }

  div.productbuybutton input:hover {
    background-size: 26px;
    background: #f23232 url(/themes/templates/icon_cart.png) no-repeat 20px center;
    color: #fff;
    padding: 11px 45px;
    border-radius: 3px;
    border: none;
  }
}

@media all and (max-width: 400px) {
  div.productbuybutton input {
    background-size: 0;
    background: #04a6b8 url(/themes/templates/icon_cart.png) no-repeat 20px center;
    color: #fff;
    padding: 11px 15px;
    border-radius: 3px;
    border: none;
  }

  div.productbuybutton input:hover {
    background-size: 0;
    background: #f23232 url(/themes/templates/icon_cart.png) no-repeat 20px center;
    color: #fff;
    padding: 11px 15px;
    border-radius: 3px;
    border: none;
  }
}

div.after_table_content {
  padding: 10px 0 0 0;
}

div.social {
  display: inline-block;
  vertical-align: middle;
  padding: 0 19px 0 0;
  position: relative;
  top: 3px;
}

div.comments {
  display: inline-block;
  padding-right: 20px;
  padding-left: 8px;
}

div.share42init {}

div.share43init {
  display: table-cell;
}

div.button_item_inf {
  vertical-align: middle;
  float: right;
  position: relative;
  top: -3px;
}

@media all and (max-width: 414px) {
  div.button_item_inf {
    float: none;
    top: 7px;
  }
}

div.productbuttons {
  margin: 10px 0;
}

div.productbrand {}

div.productbrand a {}

div.productbrand a:hover {}

div.productquest {
  position: absolute;
  right: 0;
  top: 9px;
}

@media all and (max-width: 600px) {
  div.productquest {
    position: absolute;
    right: 0;
    top: 15px;
  }
}

div.productdescription {
  padding: 20px;
  font-size: 21px;
  line-height: 1.5em;
  color: #000;
  text-align: justify;
}

div.productdescription h2 {
  font-size: 21px;
}

div.productdescription p {
  padding: 10px 0 0 0;
}

div.productdescription span {
  font-size: unset !important;
}

div.productoptions {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  padding: 10px 0 10px 0;
  margin: 10px 0 10px 0;
}

div.productdesctext {
  word-wrap: break-word;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  font-size: 20px;
  text-align: justify;
  padding: 0 !important;
}

div.productdstotext {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  word-wrap: break-word;
  font-size: 20px;
  text-align: justify;
  padding-top: 20px;
  padding-bottom: 20px;
}

@media all and (max-width: 899px) {
  div.productdesctext {
    word-wrap: break-word;
    max-width: 800px;
    font-size: 20px;
    padding: 20px 10px 20px 10px;
  }

  div.productdstotext {
    max-width: 800px;
    word-wrap: break-word;
    padding: 20px 10px 20px 10px;
  }
}

@media all and (max-width: 760px) {
  div.productdesctext {
    word-wrap: break-word;
    max-width: 100%;
    font-size: 20px;
  }

  div.productdstotext {
    max-width: 700px;
    word-wrap: break-word;
  }
}

@media all and (max-width: 660px) {
  div.productdesctext {
    word-wrap: break-word;
    font-size: 16px;
    width: 100vw;
    padding-right: 20px;
  }

  div.productdstotext {
    max-width: 600px;
    word-wrap: break-word;
  }
}

@media all and (max-width: 560px) {
  div.productdesctext {
    word-wrap: break-word;
    width: 100vw;
    padding-right: 20px;
  }

  div.productdstotext {
    max-width: 500px;
    word-wrap: break-word;
  }
}

@media all and (max-width: 460px) {
  div.productdesctext {
    word-wrap: break-word;
    width: 100vw;
    padding-right: 20px;
  }

  div.productdstotext {
    max-width: 390px;
    word-wrap: break-word;
  }
}

@media all and (max-width: 400px) {
  div.productdesctext {
    word-wrap: break-word;
    width: 100vw;
    padding-right: 20px;
  }

  div.productdstotext {
    max-width: 350px;
    word-wrap: break-word;
  }
}

@media all and (max-width: 380px) {
  div.productdesctext {
    word-wrap: break-word;
    max-width: 340px;
  }

  div.productdstotext {
    max-width: 340px;
    word-wrap: break-word;
  }
}

@media all and (max-width: 360px) {
  div.productdesctext {
    word-wrap: break-word;
    max-width: 330px;
  }

  div.productdstotext {
    max-width: 330px;
    word-wrap: break-word;
  }
}

@media all and (max-width: 330px) {
  div.productdesctext {
    word-wrap: break-word;
    max-width: 300px;
  }

  div.productdstotext {
    max-width: 300px;
    word-wrap: break-word;
  }
}

div.productoptioninfo {
  margin: 6px 0;
}

div.productoptionname {
  display: inline-block;
  width: 130px;
}

div.productoptionselect {
  display: inline-block;
  width: 180px;
  text-align: left;
}

div.productoptionselectin {
  border: 1px solid #e5e5e5;
  background: #ffffff url("/themes/templates/arrowdown.png") no-repeat 99% 50%;
  cursor: pointer;
  padding: 3px;
  text-align: left;
}

div.inproductoptiondropdown {
  cursor: pointer;
  border: 1px solid #e5e5e5;
  width: 200px;
}

div.inproductoptionrow {
  background: #fff;
  cursor: pointer;
  padding: 3px;
}

div.inproductoptionrow:hover {
  background: #e5e5e5;
}

div.attrseparator {
  background: #e5e5e5;
  height: 1px;
}

div.producttabs {
  margin-top: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #292929;
  position: relative;
  top: 0;
}

div.producttabposition {
  display: inline-block;
  vertical-align: bottom;
  position: relative;
  top: 1px;
  line-height: 56px;
}

div.producttab {
  padding: 10px 20px;
  border: 1px solid #292929;
  height: 20px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
  background: #fff;
  color: #888;
  display: inline-block;
  vertical-align: bottom;
  line-height: initial;
}

div.producttab:hover {
  padding: 10px 20px;
  border: 1px solid #292929;
  height: 30px;
  color: #fff;
  background: #292929;
  cursor: pointer;
  display: inline-block;
  vertical-align: bottom;
  line-height: initial;
}

div.productactivetab {
  padding: 10px 20px;
  border: 1px solid #292929;
  height: 30px;
  color: #fff;
  background: #292929;
  cursor: pointer;
  display: inline-block;
  vertical-align: bottom;
  line-height: initial;
}

@media all and (max-width: 899px) {
  div.producttabposition {
    display: block;
    top: 0;
    line-height: initial;
  }

  div.producttab {
    text-align: center;
    height: auto;
    padding: 10px;
    display: block;
    vertical-align: middle;
  }

  div.producttab:hover {
    text-align: center;
    height: auto;
    padding: 10px;
    display: block;
    vertical-align: middle;
  }

  div.productactivetab {
    text-align: center;
    height: auto;
    padding: 10px;
    display: block;
    vertical-align: middle;
  }
}

div.inproducttext {}

div.producttabinfo {
  padding: 5px;
}

table.inproductchars {
  border-collapse: collapse;
}

tr.inproductcharrow0 {
  background: #e5e5e5;
}

tr.inproductcharrow1 {}

td.inproductcharname {
  border-bottom: 1px solid #e5e5e5;
  padding: 5px;
  width: 200px;
  font-size: 100%;
}

td.inproductchartext {
  border-bottom: 1px solid #e5e5e5;
  padding: 5px;
  font-size: 100%;
}

div.slidersameitems {
  position: relative;
}

div.slidersameitem_title {
  padding: 20px 0 5px 0;
  font-size: 24px;
  color: #5f5f5f;
  text-align: center;
}

div.slidersameitem_info {}

div.slidersameitem_center {
  vertical-align: middle;
  display: table-cell;
  margin: 0 auto;
  width: 100%;
}

div.slidersameitems_cont {}

div.slidersameitem_contin {}

div.slidersameitem_main {
  display: table-cell;
  vertical-align: top;
}

div.sliderportitems {
  position: relative;
}

div.sliderportitem_title {
  padding: 20px 0 5px 0;
  font-size: 24px;
  color: #5f5f5f;
  text-align: center;
}

div.sliderportitem_info {}

div.sliderportitem_center {
  vertical-align: middle;
  display: table-cell;
  margin: 0 auto;
  width: 100%;
}

div.sliderportitems_cont {}

div.sliderportitem_contin {
  display: flex;
  justify-content: flex-start;
}

div.sliderportitem_main {
  display: table-cell;
  vertical-align: top;
}

div.productin_topicon {
  position: relative;
}

div.productin_topitem {
  position: absolute;
  left: -5px;
  top: -11px;
  background: url("/themes/templates/topitem.png") center no-repeat;
  width: 58px;
  height: 50px;
}

div.productin_newitem {
  position: absolute;
  left: -5px;
  top: -11px;
  background: url("/themes/templates/newitem.png") center no-repeat;
  width: 58px;
  height: 50px;
}

div.productin_actitem {
  position: absolute;
  left: -5px;
  top: -11px;
  background: url("/themes/templates/actitem.png") center no-repeat;
  width: 58px;
  height: 50px;
}

div.productbigimg {
  width: 100%;
}

div.productbigimg_in {
  width: 100%;
  height: 450px;
  vertical-align: middle;
  text-align: center;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

div.productbigimg_in img {
  max-width: 100%;
  max-height: 450px;
  cursor: pointer;
  display: block;
  margin: 0 auto;
}

@media all and (max-width: 899px) {
  div.productbigimg_in {
    width: 100%;
    height: auto;
    display: block;
    vertical-align: middle;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  div.productbigimg_in img {
    max-width: 100%;
    cursor: pointer;
  }
}

div.formobilearrow {
  display: none;
}

@media all and (max-width: 1100px) {
  div.formobilearrow {
    display: block;
  }
}

div.bigproductform {
  position: fixed;
  background: #fff;
  box-shadow: 0 0 0 20px #000;
  padding: 20px;
  display: none;
  z-index: 500;
  max-width: 90%;
}

div.bigproductinfo {
  position: relative;
}

div.bigproductleft {}

div.bigovername {}

div.bigovercode {}

div.bigoverclose {
  position: absolute;
  left: 99%;
  margin-top: -44px;
  margin-left: -44px;
}

div.leftbgarrow {}

div.bigimgcenter {
  cursor: pointer;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}

div.rightbgarrow {
  margin-left: -52px;
}

div.smallitem_info {
  padding-bottom: 10px;
}

@media all and (max-width: 1100px) {
  div.smallitem_info {
    display: none;
  }
}

div.smallitem_left {
  text-align: center;
  vertical-align: middle;
  padding-bottom: 10px;
}

button.next_but {
  width: 25px;
  height: 12px;
  border: 0;
  border-radius: 0;
  padding: 0;
  font-size: 0;
  background: url("/themes/dsto/dsto_top.png") no-repeat;
  cursor: pointer;
  outline: none;
}

button.next_but:hover {
  width: 25px;
  height: 12px;
  border: 0;
  border-radius: 0;
  padding: 0;
  font-size: 0;
  background: url("/themes/dsto/dsto_top.png") no-repeat;
  cursor: pointer;
  outline: none;
}

div.smallitem_right {
  text-align: center;
  vertical-align: middle;
  padding-top: 10px;
}

button.prev_but {
  width: 25px;
  height: 12px;
  border: 0;
  border-radius: 0;
  padding: 0;
  font-size: 0;
  background: url("/themes/dsto/dsto_bottom.png") no-repeat;
  cursor: pointer;
  outline: none;
}

button.prev_but:hover {
  width: 25px;
  height: 12px;
  border: 0;
  border-radius: 0;
  padding: 0;
  font-size: 0;
  background: url("/themes/dsto/dsto_bottom.png") no-repeat;
  cursor: pointer;
  outline: none;
}

div.smallitem_center {
  vertical-align: middle;
  display: table-cell;
  margin: 0 auto;
  width: 100%;
}

button.next_but_med {
  width: 100px;
  height: 100%;
  border: 0;
  border-radius: 0;
  padding: 0;
  font-size: 0;
  background: url(/themes/dsto/dsto_right.png) no-repeat 99% 50%;
  cursor: pointer;
  outline: none;
  position: absolute;
  top: 0;
  right: 0;
}

button.next_but_med:hover {
  width: 100px;
  height: 100%;
  border: 0;
  border-radius: 0;
  padding: 0;
  font-size: 0;
  background: url(/themes/dsto/dsto_right.png) no-repeat 99% 50%;
  cursor: pointer;
  outline: none;
  position: absolute;
  top: 0;
  right: 0;
}

button.prev_but_med {
  width: 100px;
  height: 100%;
  border: 0;
  border-radius: 0;
  padding: 0;
  font-size: 0;
  background: url(/themes/dsto/dsto_left.png) no-repeat 1% 50%;
  cursor: pointer;
  outline: none;
  position: absolute;
  top: 0;
  left: 0;
}

button.prev_but_med:hover {
  width: 100px;
  height: 100%;
  border: 0;
  border-radius: 0;
  padding: 0;
  font-size: 0;
  background: url(/themes/dsto/dsto_left.png) no-repeat 1% 50%;
  cursor: pointer;
  outline: none;
  position: absolute;
  top: 0;
  left: 0;
}

div.smallitem_center {
  vertical-align: middle;
  display: table-cell;
  margin: 0 auto;
  width: 100%;
}

div.smallitems_cont {
  height: 360px;
  position: relative;
  width: 100px;
}

@media all and (max-width: 1100px) {
  div.smallitems_cont {
    height: 240px;
  }
}

div.smallitem_contin {
  position: absolute;
  top: 0;
  z-index: 1;
}

div.smallitem_main {
  vertical-align: top;
}

div.smallitem {
  margin: 5px;
  width: 100px;
}

div.smallitem_img {
  vertical-align: middle;
  display: table-cell;
  text-align: center;
  width: 100px;
  height: 86px;
}

div.smallitem_imgin {
  cursor: pointer;
}

div.smallitem_imgin img {
  max-width: 100px;
  max-height: 86px;
}

@media all and (min-width: 600px) and (max-width: 700px) {
  div.smallitem {
    margin: 5px;
    width: 70px;
  }

  div.smallitem_img {
    vertical-align: middle;
    display: table-cell;
    text-align: center;
    width: 70px;
    height: 70px;
  }

  div.smallitem_imgin img {
    max-width: 70px;
    max-height: 70px;
  }
}

@media all and (min-width: 400px) and (max-width: 599px) {
  div.smallitem {
    margin: 5px;
    width: 68px;
  }

  div.smallitem_img {
    vertical-align: middle;
    display: table-cell;
    text-align: center;
    width: 68px;
    height: 68px;
  }

  div.smallitem_imgin img {
    max-width: 68px;
    max-height: 68px;
  }
}

@media all and (min-width: 365px) and (max-width: 399px) {
  div.smallitem {
    margin: 5px;
    width: 82px;
  }

  div.smallitem_img {
    vertical-align: middle;
    display: table-cell;
    text-align: center;
    width: 82px;
    height: 82px;
  }

  div.smallitem_imgin img {
    max-width: 82px;
    max-height: 82px;
  }
}

@media all and (min-width: 330px) and (max-width: 364px) {
  div.smallitem {
    margin: 5px;
    width: 80px;
  }

  div.smallitem_img {
    vertical-align: middle;
    display: table-cell;
    text-align: center;
    width: 80px;
    height: 80px;
  }

  div.smallitem_imgin img {
    max-width: 80px;
    max-height: 80px;
  }
}

@media all and (max-width: 329px) {
  div.smallitem_info {
    display: none;
  }
}

div.questform {
  position: fixed;
  background: #ffffff;
  padding: 5px;
  border-radius: 10px;
  z-index: 500;
  max-width: 500px;
  width: 90%;
  box-shadow: 0 0 5px #484848;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%);
  transition: transform 0s;
}

div.quest_main {
  width: 100%;
  background: #fff;
}

div.quest_mainin {
  padding: 10px 15px;
}

div.quest_closeline {
  height: 40px;
}

div.quest_close {
  float: right;
}

div.quest_title {
  text-align: center;
  font-size: 120%;
  text-transform: uppercase;
  padding: 10px;
  color: #000;
  border-bottom: 2px solid #000;
}

div.quest_itemline {
  margin: 13px 0;
  font-size: 13px;
  font-family: "akrobat", arial, tahoma;
  width: 100%;
  padding: 5px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  outline: none;
  color: #000;
  border-radius: 5px;
  border: 1px solid #555555;
  display: flex;
}

div.quest_itemblockimg {
  display: inline-block;
}

div.quest_itemblockimg img {
  max-width: 150px;
  max-height: 100px;
  background: #fff;
}

div.quest_itemblockname {
  display: inline-block;
  vertical-align: top;
  padding-left: 10px;
}

div.quest_itemname {
  color: #505558;
  font-size: 14px;
}

div.quest_itemcode {
  color: #505558;
  font-size: 14px;
}

div.quest_line {
  margin-bottom: 5px;
}

div.quest_block input {
  margin-bottom: 7px;
}

div.quest_button {
  text-align: center;
  margin-top: 11px;
}

div.quest_button input {
  border: 1px solid #c6b14c;
  border-radius: 5px;
  color: #fff;
  padding: 5px 20px;
  color: #4c4c4c;
  background: #ffffff;
  font-weight: 600;
  font-size: 14px;
}

div.cart_block {
  background: url("/themes/dsto/icon_cart.png") no-repeat left top;
  padding-left: 40px;
  text-align: left;
  min-height: 32px;
  cursor: pointer;
  box-sizing: border-box;
}

@media all and (max-width: 600px) {
  div.cart_block {
    text-align: left;
    margin: 0 auto;
  }
}

div.cart_title {
  color: #719d9d;
  font-size: 13px;
  border-width: 0 0 1px;
  border-style: dotted;
  border-color: #719d9d;
}

div.cart_title:hover {
  color: #cab13d;
  font-size: 13px;
  border-width: 0 0 1px;
  border-style: dotted;
  border-color: #cab13d;
}

div.cart_modul {
  color: #000;
  margin: 5px 0;
}

div.cart_modulinfo {}

#cartlist {
  position: absolute;
  left: 31px;
  top: -5px;
  font-size: 14px;
}

div.cartmodul_amount {
  background: #67af27;
  width: 18px;
  height: 18px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 10px;
  font-family: arial;
}

div.cartmodul_price {
  white-space: nowrap;
  color: #333;
  font-size: 11px;
}

div.cartmodul_empty {
  white-space: nowrap;
  color: #333;
  font-size: 11px;
}

div.cartform {
  position: absolute;
  background: #ffffff;
  padding: 5px;
  border-radius: 10px;
  box-shadow: 0 0 5px #484848;
  z-index: 500;
  width: 500px;
  max-width: 90%;
}

div.cartinfo {
  background: #ffffff;
}

tr.topstring {
  background: #ffffff;
}

tr.topstring td {
  width: 100%;
}

tr.topstring input {
  border: none;
  background: none;
  outline: none;
}

tr.topstring input:hover {
  border: none;
  background: none;
  outline: none;
  color: #83a0a0;
}

tr.topstring td:first-child {
  color: #4c4c4c;
  font-size: 15px;
  font-weight: bolder;
  padding: 15px 0 15px 13px;
}

tr.topstring td:nth-child(2) {
  color: #000000;
  font-size: 12px;
  font-weight: bolder;
  padding: 15px 9px 15px 0;
  font-size: 13px;
}

div.cartinfo_table {
  width: 100%;
}

div.cartinfo_table table {
  width: 100%;
  border-spacing: 1px;
}

div.cartinfo_table table td {
  padding: 6px;
  text-align: center;
}

tr.carttitlerow {
  background: #547a7a;
}

tr.cartrow0 {
  background: #fff;
}

tr.cartrow1 {
  background: #f5f5f5;
}

td.carttitlecode {
  border-right: 1px solid #505050;
  border-left: 1px solid #666;
  border-top: 1px solid #666;
  border-bottom: 1px solid #666;
  padding: 5px;
  color: #c9c9c9;
  background: #666666;
  text-align: center;
  font-size: 12px;
}

td.carttitleimg {
  border-right: 1px solid #505050;
  border-left: 1px solid #666;
  border-top: 1px solid #666;
  border-bottom: 1px solid #666;
  padding: 5px;
  color: #c9c9c9;
  background: #666666;
  text-align: center;
  font-size: 12px;
}

td.carttitlename {
  border-right: 1px solid #505050;
  border-left: 1px solid #666;
  border-top: 1px solid #666;
  border-bottom: 1px solid #666;
  padding: 5px;
  color: #c9c9c9;
  background: #666666;
  text-align: center;
  font-size: 12px;
}

td.carttitleamount {
  border-right: 1px solid #505050;
  border-left: 1px solid #666;
  border-top: 1px solid #666;
  border-bottom: 1px solid #666;
  padding: 5px;
  color: #c9c9c9;
  background: #666666;
  text-align: center;
  font-size: 12px;
}

td.carttitleprice {
  border-right: 1px solid #505050;
  border-left: 1px solid #666;
  border-top: 1px solid #666;
  border-bottom: 1px solid #666;
  padding: 5px;
  color: #c9c9c9;
  background: #666666;
  text-align: center;
  font-size: 12px;
}

td.carttitlesumm {
  border-right: 1px solid #505050;
  border-left: 1px solid #666;
  border-top: 1px solid #666;
  border-bottom: 1px solid #666;
  padding: 5px;
  color: #c9c9c9;
  background: #666666;
  text-align: center;
  font-size: 12px;
}

td.carttitledelete {
  border-right: 1px solid #505050;
  border-left: 1px solid #666;
  border-top: 1px solid #666;
  border-bottom: 1px solid #666;
  padding: 5px;
  color: #c9c9c9;
  background: #666666;
  text-align: center;
  font-size: 12px;
}

td.cartcode {
  width: 1px;
  text-align: center;
  color: #999;
  font-size: 13px;
  background: #fff;
  padding: 5px;
}

td.cartimg {
  background: #fff;
  width: 80px;
  text-align: center;
  padding: 2px !important;
}

td.cartimg img {
  max-height: 80px;
  max-width: 80px;
}

td.cartname {
  color: #83a0a0;
  font-size: 13px;
  text-decoration: none;
  text-align: left;
  background: #fff;
  padding: 5px;
}

td.cartname a {
  color: #83a0a0;
  font-size: 13px;
  text-decoration: none;
}

td.cartname a:hover {
  color: #cab13d;
  font-size: 13px;
  text-decoration: none;
}

table.cartparams {
  text-align: left !important;
}

table.cartparams td {
  padding: 2px !important;
}

td.cartparams_name {
  text-align: left !important;
  color: #888;
  width: 1px;
  font-size: 90%;
}

td.cartparams_param {
  text-align: left !important;
  color: #888;
  font-size: 90%;
}

td.cartamount {
  text-align: center;
  width: 50px;
}

td.cartamount input {
  text-align: center;
  width: 60px;
  padding: 5px;
}

td.cartprice {
  text-align: center;
  color: #666;
  font-size: 15px;
  background: #fff;
}

td.cartsumm {
  text-align: center;
  color: #222;
  font-size: 15px;
  background: #fff;
  font-weight: bolder;
}

td.cartdelete {
  width: 1px;
}

td.cartdelete input {
  font-size: 12px;
  font-family: "akrobat", arial;
  cursor: pointer;
  outline: none;
  background: #d0d0d0;
  border: none;
  color: #fff;
  padding: 4px 8px;
  border-radius: 50%;
  outline: none;
}

td.cartdelete input:hover {
  font-size: 12px;
  font-family: "akrobat", arial;
  cursor: pointer;
  outline: none;
  background: #83a0a0;
  border: none;
  color: #fff;
  padding: 4px 8px;
  border-radius: 50%;
  outline: none;
}

td.cartall {
  text-align: left !important;
  padding: 7px;
  color: #fff;
  font-weight: bolder;
  font-size: 15px;
}

td.cartallsumm {
  padding: 7px;
  color: #fff;
  font-weight: bolder;
  font-size: 15px;
  text-align: center;
}

td.cartalldelete {}

table.pockettable {
  width: 101%;
  position: relative;
  border: 1px solid #ffa500;
  background: #fdedce;
}

div.cartinfo_buttons {
  padding: 10px 15px;
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
}

div.cartinfo_button1 {}

.cartinfo_button1 input#closefadediv {
  color: #4c4c4c;
  border: 1px solid #4c4c4c;
  border-radius: 5px;
  text-transform: none;
  padding: 5px 20px;
  font-size: 16px;
}

div.cartinfo_button2 {}

div.cartinfo_button2 input,
div.cartinfo_button2 input:hover {
  border: 1px solid #67af27;
  color: #67af27;
  font-size: 16px;
  border-radius: 5px;
  text-transform: none;
  padding: 5px 20px;
}

@media all and (max-width: 799px) {
  td.carttitleprice {
    display: none;
  }

  td.cartprice {
    display: none;
  }

  td.carttitlecode {
    display: none;
  }

  td.cartcode {
    display: none;
  }

  td.carttitleimg {
    display: none;
  }

  td.cartimg {
    display: none;
  }

  div.cartpage_title {
    display: none;
  }
}

div.cartpage_table {
  max-width: 1000px;
  margin: 20px auto 0;
}

div.cartpage_table table {
  width: 100%;
}

div.cartpage_table table td {
  padding: 6px;
  text-align: center;
}

div.cartpage_data {
  max-width: 1000px;
  margin: 20px auto 0;
  background-color: #fff;
}

div.cartpage_title {
  color: #ffffff;
  font-size: 12px;
  font-weight: bolder;
  padding: 10px;
  background: #666666;
  margin-top: 20px;
}

div.cartpage_blockin1 {
  display: table;
  width: 100%;
}

div.cartpage_blockin11 {
  padding: 10px 10px 10px 24px;
}

div.cartpage_blockin12 {
  display: none;
  padding: 10px;
}

div.cartpage_blockin13 {
  padding: 10px 10px 10px 20px;
}

@media all and (max-width: 899px) {
  div.cartpage_blockin11 {
    display: block;
    width: 95%;
    margin: 0 auto;
    padding: 10px 0;
  }
}

@media all and (max-width: 820px) {
  div.cartpage_blockin11 {
    display: block;
    width: 96%;
    margin: 0 auto;
    padding: 10px 0;
    position: relative;
    left: 9px;
  }
}

div.cartpage_blockin2 {
  text-align: left;
  margin-top: 5px;
  margin-left: 25px;
  padding-bottom: 12px;
  margin-bottom: 30px;
}

@media all and (max-width: 500px) {
  div.cartpage_blockin2 {
    position: relative;
    left: -5px;
    margin-left: 25px;
  }
}

div.cartpage_blockin2 input {
  background: #1b6c6c;
  background: -moz-linear-gradient(top, #1b6c6c 0%, #7fb4b4 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #1b6c6c), color-stop(100%, #7fb4b4));
  background: -webkit-linear-gradient(top, #1b6c6c 0%, #7fb4b4 100%);
  background: -o-linear-gradient(top, #1b6c6c 0%, #7fb4b4 100%);
  background: -ms-linear-gradient(top, #1b6c6c 0%, #7fb4b4 100%);
  background: linear-gradient(to bottom, #1b6c6c 0%, #7fb4b4 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1a73e8', endColorstr='#85abab', GradientType=0);
  border: 1px solid #1a73e8;
  box-shadow: inset 0 1px 0 3f5d5d;
  border-radius: 2px;
  color: #fff;
  text-transform: uppercase;
  padding: 8px 20px;
}

div.cartpage_blockin2 input:hover {
  background: rgba(1b6c6c);
  background: -moz-linear-gradient(top, #1b6c6c 0%, #5f9494 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #1b6c6c), color-stop(100%, #5f9494));
  background: -webkit-linear-gradient(top, #1b6c6c 0%, #5f9494 100%);
  background: -o-linear-gradient(top, #1b6c6c 0%, #5f9494 100%);
  background: -ms-linear-gradient(top, #1b6c6c 0%, #5f9494 100%);
  background: linear-gradient(to bottom, #1b6c6c 0%, #5f9494 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#85c8c8', endColorstr='#81b3b3', GradientType=0);
  border: 1px solid #1a73e8;
  box-shadow: inset 0 1px 0 #94c6c6;
  border-radius: 2px;
  color: #fff;
  text-transform: uppercase;
  padding: 8px 20px;
}

div.cartpage_line {
  display: inline-block;
  min-width: 48%;
  max-width: 360px;
  margin-right: 15px;
}

div.newcart31 {
  display: inline-block;
  width: 49%;
  padding-right: 5px;
  vertical-align: top;
}

div.newcart32 {
  display: inline-block;
  width: 48%;
  vertical-align: top;
}

@media all and (max-width: 580px) {
  div.newcart31 {
    display: block;
    width: 90%;
    padding-right: 0;
    vertical-align: top;
    position: relative;
    left: -8px;
  }

  div.newcart32 {
    display: block;
    width: 98%;
    vertical-align: top;
    padding-top: 15px;
    position: relative;
    left: -8px;
  }
}

@media all and (max-width: 1100px) {
  div.cartpage_line {
    min-width: 47%;
  }
}

@media all and (max-width: 920px) {
  div.cartpage_line {
    min-width: 47%;
    margin-right: 20px;
  }
}

@media all and (max-width: 680px) {
  div.cartpage_line {
    min-width: 47%;
    margin-right: 15px;
  }
}

@media all and (max-width: 580px) {
  div.cartpage_line {
    min-width: 95%;
    margin-right: 0;
  }
}

.newcartpageline {
  padding-left: 6px;
}

.newcartpageline select {
  width: 40%;
}

.cartpage__city {
  flex-basis: 44%;
}

.cartpage__street {
  flex-basis: 30%;
  flex-grow: 1;
}

.cartpage__small {
  flex-basis: 15%;
}

.newcartpagelineflex {
  display: flex;
}

@media all and (max-width: 400px) {
  .newcartpagelineflex {
    display: flex;
    flex-wrap: wrap;
  }

  .cartpage__city {
    flex-basis: 100%;
    margin-bottom: 5px;
  }
}

div.spaninfodel {
  font-size: 12px;
  color: #888;
  padding-top: 3px;
  white-space: nowrap;
}

@media all and (max-width: 1100px) {
  div.spaninfodel {
    font-size: 12px;
    color: #888;
    padding-top: 3px;
    white-space: normal;
  }
}

div.cartpage_blockname {
  padding: 10px 1px 3px;
}

div.cartpage_blockparam {
  display: inline-block;
  width: 100%;
}

div.cartpage_blockname_new {
  display: table-cell;
  position: relative;
  top: 1px;
}

div.cartpage_blockparam_new {
  display: table-cell;
  padding-left: 6px;
}

div.cartpage_paymentblock {
  margin: 10px 0;
}

div.cartpage_paymentinblock1 {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

div.cartpage_paymentinblock2 {
  display: inline-block;
  vertical-align: middle;
}

div.paymenttitle {
  color: #1a73e8;
  font-size: 110%;
  font-weight: bold;
  padding: 10px;
  text-align: center;
}

input.cash {
  width: 72px;
  height: 24px;
  background: url("/themes/templates/cash.png") no-repeat;
  border: 0;
  font-size: 0;
  color: transparent;
  padding: 0;
}

input.cash:hover {
  width: 72px;
  height: 24px;
  background: url("/themes/templates/cash.png") no-repeat;
  border: 0;
  font-size: 0;
  color: transparent;
  padding: 0;
}

input.privat24 {
  width: 135px;
  height: 24px;
  background: url("/themes/templates/privat24.png") no-repeat;
  border: 0;
  font-size: 0;
  color: transparent;
  padding: 0;
}

input.privat24:hover {
  width: 135px;
  height: 24px;
  background: url("/themes/templates/privat24.png") no-repeat;
  border: 0;
  font-size: 0;
  color: transparent;
  padding: 0;
}

input.liqpay {
  width: 119px;
  height: 24px;
  background: url("/themes/templates/liqpay.png") no-repeat;
  border: 0;
  font-size: 0;
  color: transparent;
  padding: 0;
}

input.liqpay:hover {
  width: 119px;
  height: 24px;
  background: url("/themes/templates/liqpay.png") no-repeat;
  border: 0;
  font-size: 0;
  color: transparent;
  padding: 0;
}

input.portmone {
  width: 193px;
  height: 24px;
  background: url("/themes/templates/portmone.png") no-repeat;
  border: 0;
  font-size: 0;
  color: transparent;
  padding: 0;
}

input.portmone:hover {
  width: 193px;
  height: 24px;
  background: url("/themes/templates/portmone.png") no-repeat;
  border: 0;
  font-size: 0;
  color: transparent;
  padding: 0;
}

input.webmoney {
  width: 92px;
  height: 24px;
  background: url("/themes/templates/webmoney.png") no-repeat;
  border: 0;
  font-size: 0;
  color: transparent;
  padding: 0;
}

input.webmoney:hover {
  width: 92px;
  height: 24px;
  background: url("/themes/templates/webmoney.png") no-repeat;
  border: 0;
  font-size: 0;
  color: transparent;
  padding: 0;
}

div.allfilterscolumn {}

div.filterscolumn {
  background: #f9fafa;
  border-radius: 2px;
  text-align: left;
  background: #d7d7d7;
  padding: 5px;
}

@media all and (max-width: 1024px) {
  div.filterscolumn {
    padding-top: 5px;
  }
}

div.filtercolumn {
  display: inline-block;
  width: calc(50% - 2px);
  padding: 2px 5px;
}

@media all and (max-width: 700px) {
  div.filtercolumn {
    width: 100%;
    padding: 2px 0;
  }
}

div.filterscolumntitle {
  display: none;
}

div.filterscolumntitleicon {
  display: none;
}

div.filtercolumnname {
  text-align: left;
  margin-top: 6px;
  margin-bottom: 6px;
  padding: 5px;
  display: none;
}

div.filterparamcheck {
  color: #000;
  display: inline-block;
  vertical-align: middle;
}

div.filterparamsep {
  color: #000;
  display: inline-block;
  vertical-align: middle;
}

div.filterparamname {
  color: #000;
  display: inline-block;
  vertical-align: middle;
}

div.filtercolumnseparator {
  margin-bottom: 5px;
  margin-top: 5px;
  display: none;
}

div.filtercolumnbutton {
  text-align: center;
  margin: 10px 0 0;
  padding-bottom: 0;
}

input.filtercolumnbutton {}

div.filterslider {
  margin: 10px 6px 10px 6px;
  left: -2px;
}

div.filters_adapt {
  display: none;
}

div.filtersblock_adapt {
  display: none;
}

@media all and (max-width: 800px) {
  div.filters_adapt {
    display: block;
  }

  div.filtersbutton_adapt {
    text-align: center;
    margin: 10px 0;
  }
}

.flex-block.item__description {
  padding: 15px 0;
  margin-top: 50px;
  max-width: 100%;
}

.item__description--inner {
  display: flex;
  background: #f7f7f7;
  border-top: 1px solid #2e69d4;
  border-left: 1px solid #2e69d4;
  margin: auto;
  padding: 20px 0;
  position: relative;
}

.item__description--inner>div {
  position: relative;
}

.item__description--inner:before {
  content: '';
  position: absolute;
  left: -1px;
  top: -1px;
  bottom: 0;
  background: #f7f7f7;
  border-top: 1px solid #2e69d4;
  border-left: 1px solid #2e69d4;
  z-index: 0;
  width: calc(100% + 500px);
}

div.megacatalog {
  width: 100%;
  background: #404040;
}

.megamenu__overlay a {
  text-transform: none;
  color: #525659;
  transition: all 0.3s ease;
  margin: 0 5px;
  display: flex;
  align-items: center;
  text-align: center;
  font-size: 22px;
  padding: 0 10px;
}

.megamenu__overlay {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #fff;
  max-width: 1641px;
  margin: auto;
  box-shadow: 0 4px 5px #000000 inset;
  border: 1px solid #000;
  opacity: 0;
  transition: opacity 0.5s ease;
  margin: 0 auto;
}

.catalog__open--block:hover .megamenu__overlay {
  display: block;
  opacity: 1;
}

div.megacatalogin {
  display: flex;
  width: 100%;
  position: relative;
  margin: 0 auto;
  max-width: 100%;
  padding: 20px 30px;
}

div.megacatalogseparator {
  padding: 0;
  display: none;
  padding: 0 15px;
}

div.megacategory {
  display: flex;
  flex-direction: column;
  vertical-align: middle;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

div.megacategory:nth-child(9),
div.activemegacategory:nth-child(9),
div.megacategory:last-child,
div.activemegacategory:last-child {
  width: calc(14.2857% - 30px) !important;
}

div.megacategory,
div.activemegacategory {
  width: calc(14.2857% + 12px) !important;
}

div.megacategory:last-child :is(.megacatalogposition, .megacatalogsubmenuinfo),
div.activemegacategory:last-child :is(.megacatalogposition, .megacatalogsubmenuinfo) {
  padding-right: 0;
}

div.megacategory:last-child div.megacatalogposition:hover:before,
.activemegacategory:last-child div.megacatalogposition:hover:before {
  right: 0;
}

div.megacategory:hover {
  vertical-align: middle;
  cursor: pointer;
}

.megamenu__overlay .header-new_center a {
  text-transform: uppercase;
  display: block;
  color: #525659;
  transition: all 0.3s ease;
  margin: 0 5px;
  display: flex;
  align-items: center;
  text-align: left;
  padding: 0 10px;
  font-size: 1em;
}

div.megacategory a.megacategory,
div.activemegacategory a.activemegacategory {
  padding: 0;
  font-size: 21px;
  text-transform: none;
  color: #000;
  font-weight: 600;
  justify-content: flex-start;
  text-align: left;
  padding: 0;
  margin: 0;
}

div.megacategory:hover a.megacategory {}

div.activemegacategory {
  display: flex;
  flex-direction: column;
  vertical-align: middle;
  background: none;
}

a.megacategory {
  display: flex;
  vertical-align: middle;
  color: #000;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

a.activemegacategory {
  color: #fff;
  font-size: 110%;
}

div.megacatalogposition {
  position: relative;
  padding: 0 30px 15px 0;
  text-align: center;
  display: flex;
  vertical-align: middle;
  justify-content: flex-start;
  min-height: 81px;
  border-bottom: 1px solid #000;
}

div.megacategory div.megacatalogposition:hover:before,
.activemegacategory div.megacatalogposition:before {
  content: '';
  left: 0;
  right: 30px;
  position: absolute;
  bottom: -1px;
  border-bottom: 3px solid #1a73e8;
}

div.activemegacategory:hover div.megacatalogsubmenu {
  display: block;
}

div.megacategory:hover div.megacatalogsubmenu {
  display: block;
}

div.megacatalogsubmenu {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: relative;
  left: 0;
  top: 0;
  z-index: 200;
  display: flex;
  padding: 12px 0;
}

div.megacatalogsubmenu:hover {
  display: block;
}

div.megacatalogsubmenuinfo {
  position: relative;
  width: 100%;
  padding-right: 30px;
}

div.megacatalogsubmenuinfo1 {
  position: relative;
  width: auto;
  z-index: 200;
  background: none;
  cursor: pointer;
}

div.megasubcategory {
  min-width: 1px;
  text-align: left;
}

div.megasubcategoryblock {
  padding: 0;
}

div.megacatalogtable {
  display: block !important;
}

div.megasubcategory {}

div.megacatalogcell {
  display: block;
}

div.megasubcategoryblock {}

div.megasubcategoryinfo {
  margin-bottom: 5px;
}

div.megasubcategorylink {}

div.megasubcategorysublink {
  padding: 3px 3px 3px 10px;
  display: none;
}

.megamenu__overlay a.subcattwo {
  text-transform: none;
  font-size: 18px;
  color: #525659;
  padding: 0;
  margin: 0;
  text-align: left;
}

.megasubcategoryinfo.active a.subcattwo {
  color: #c2af42;
}

a.subcattwo:hover {
  text-decoration: none;
}

a.subcatthree {
  color: #fff;
  font-size: 90%;
}

a.subcatthree:hover {
  color: #fff;
  font-size: 90%;
  text-decoration: none;
}

div.megacatalogadapt {
  display: none;
}

@media all and (max-width: 699px) {
  div.megacatalogin {
    display: none;
  }

  div.megacatalog {
    width: 100%;
    background: #fff;
  }

  div.topcategorys {
    display: none;
  }

  div.megacatalogadapt {
    display: block;
  }
}

div.catalog_adapt {
  background: #292929;
  border-bottom: 1px solid #000;
  border-top: 1px solid #000;
  margin: 3px 0;
  text-align: center;
  padding: 10px;
}

div.catalog_adapt:hover {
  background: #fff;
}

div.catalog_adapt:hover a {
  color: #292929;
}

div.centertext {
  padding: 0 15px;
  font-size: 17px;
  text-align: justify;
  max-width: 1460px;
  margin: 0 auto;
  padding: 10px 10px 20px 10px;
}

.centertext h1 {
  padding: 0 15px 14px 15px;
  border-bottom: 1px solid #525659;
  text-transform: uppercase;
  font-size: 20px;
  margin: 0;
}

div.klients {
  text-align: center;
}

div.klients img {
  width: 120px;
}

input.enterbut {
  background: #1b6c6c;
  background: -moz-linear-gradient(top, #1b6c6c 0%, #7fb4b4 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #1b6c6c), color-stop(100%, #7fb4b4));
  background: -webkit-linear-gradient(top, #1b6c6c 0%, #7fb4b4 100%);
  background: -o-linear-gradient(top, #1b6c6c 0%, #7fb4b4 100%);
  background: -ms-linear-gradient(top, #1b6c6c 0%, #7fb4b4 100%);
  background: linear-gradient(to bottom, #1b6c6c 0%, #7fb4b4 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1a73e8', endColorstr='#85abab', GradientType=0);
  border: 1px solid #1a73e8;
  box-shadow: inset 0 1px 0 3f5d5d;
  border-radius: 2px;
  color: #fff;
  text-transform: uppercase;
  padding: 8px 20px;
}

input.enterbut:hover {
  background: #1b6c6c;
  background: -moz-linear-gradient(top, #1b6c6c 0%, #5f9494 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #1b6c6c), color-stop(100%, #5f9494));
  background: -webkit-linear-gradient(top, #1b6c6c 0%, #5f9494 100%);
  background: -o-linear-gradient(top, #1b6c6c 0%, #5f9494 100%);
  background: -ms-linear-gradient(top, #1b6c6c 0%, #5f9494 100%);
  background: linear-gradient(to bottom, #1b6c6c 0%, #5f9494 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#85c8c8', endColorstr='#81b3b3', GradientType=0);
  border: 1px solid #1a73e8;
  box-shadow: inset 0 1px 0 #94c6c6;
  border-radius: 2px;
  color: #fff;
  text-transform: uppercase;
  padding: 8px 20px;
}

div.mobilecats_button {
  text-align: center;
  margin-bottom: 8px;
  display: none;
}

div.mobilecats_button input {
  width: 99%;
  border-color: #83a0a0;
  color: #83a0a0;
  border-radius: 10px;
}

div.mobilecats_allblock {
  padding: 0 20px;
  margin-bottom: 10px;
}

div.mobilecats_cate0 {
  border-top: #629191 1px solid;
  box-shadow: 0 3px 2px -1px #547a7a;
  cursor: pointer;
  padding: 6px 6px 6px 29px;
  background: #5e9090 url(/themes/templates/point_a.png) no-repeat 10px center;
  border-bottom: transparent 1px solid;
  color: #ffffff;
  display: none;
}

div.mobilecats_allcate1 {
  padding: 4px 5px 4px 8px;
}

div.mobilecats_cate1 {
  padding: 6px 10px;
  display: none;
}

div.mobilecats_cate1 a {
  padding: 3px 10px;
}

div.mobilecats_cate1:hover {
  background: #629191;
}

div.mobilecats_cate1:hover a {
  text-decoration: none;
  color: #fff;
  font-size: 12px;
  border-radius: 0;
  padding: 3px 10px;
  background-image: none;
}

div.mobilecats_allcate1 a {
  color: #5e9090;
  font-size: 12px;
}

div.mobilecats_cate1act {
  padding: 8px 0 6px 8px;
  display: none;
}

div.mobilecats_cate1act a {
  color: #fff;
  font-size: 12px;
  padding: 3px 10px;
  border-radius: 20px;
}

div.mobilecats_allcate2 {
  padding: 0;
}

div.mobilecats_allcate2 a {
  text-decoration: none;
  color: #000000;
  font-size: 18px;
  font-weight: bolder;
}

div.mobilecats_cate2 {
  background-image: url(/themes/new/arrow_catalog.png);
  background-position: 0 50%;
  background-repeat: no-repeat;
  background-size: 6px;
  font-weight: 800;
  padding: 4px 10px 4px 13px;
}

div.mobilecats_cate2:hover a {
  color: #5e9090;
  font-weight: bolder;
}

div.mobilecats_cate2act {
  padding: 4px 10px;
  background-image: url(/themes/templates/arrow_chapters.png);
  background-position: 0 50%;
  background-repeat: no-repeat;
}

div.mobilecats_cate2act a {
  color: #5e9090;
  font-weight: bolder;
}

div.status-text-wrap-slider {
  text-align: center;
}

#exit_mobile {
  color: #888;
}

#exit_mobile:hover {
  color: #5e9090;
}

div.mobilecats_allblock .columnchapter0.columnchapter0 {
  display: none;
}

div.centercategorys1 {
  margin: 0 0 20px 0;
  text-align: center;
}

div.centercategorys_in1 {
  width: 100%;
  margin: 0 auto;
  position: relative;
  top: -12px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

div.centercategory1 {
  display: inline-block;
  margin: 10px 10px;
  min-width: 23%;
  max-width: 214px;
  vertical-align: top;
}

div.centercategory_img1 {
  vertical-align: middle;
  display: block;
  text-align: center;
  width: 100%;
  height: 270px;
  overflow: hidden;
}

div.centercategory_imgin1 {
  vertical-align: middle;
  line-height: 213px;
  width: 100%;
  text-align: center;
  position: relative;
}

div.centercategory_imgin1 img {
  max-width: 100%;
  vertical-align: middle;
  border: 0;
}

div.centercategory_infoblock1 {
  vertical-align: top;
  text-align: center;
  height: 1px;
  position: relative;
}

div.centercategory_bottomname1 {
  text-align: center;
  position: absolute;
  top: -47px;
  padding: 6px 0;
  background-color: rgba(0, 0, 0, 0.45);
  width: 100%;
  margin: 0 auto;
  left: 0;
  line-height: 16px;
  height: 30px;
  display: inline-block;
  vertical-align: middle;
}

@media all and (min-width: 1300px) and (max-width: 1399px) {
  div.centercategory1 {
    min-width: 23%;
    max-width: 242px;
  }
}

@media all and (min-width: 1200px) and (max-width: 1299px) {
  div.centercategory1 {
    min-width: auto;
    max-width: unset;
    width: calc(calc(100% / 4) - 20px);
  }
}

@media all and (min-width: 1000px) and (max-width: 1199px) {
  div.centercategory1 {
    min-width: auto;
    max-width: none;
    width: calc(calc(100% / 4) - 20px);
  }
}

@media all and (min-width: 900px) and (max-width: 999px) {
  div.centercategory1 {
    margin: 4px 10px;
    min-width: 44%;
    max-width: 182px;
    min-width: auto;
    max-width: none;
    width: calc(calc(100% / 3) - 20px);
  }

  div.centercategory_bottomname1 {
    top: -60px;
  }
}

@media all and (min-width: 799px) and (max-width: 899px) {
  div.centercategory1 {
    min-width: 45%;
    max-width: 224px;
    min-width: auto;
    max-width: none;
    width: calc(calc(100% / 3) - 20px);
  }

  div.centercategory_img1 {
    height: 227px;
  }

  div.centercategory_imgin1 {
    line-height: 227px;
  }

  div.centercategory_imgin1 img {
    max-height: 227px;
  }
}

@media all and (min-width: 600px) and (max-width: 798px) {
  div.centercategory1 {
    min-width: 46%;
    max-width: 280px;
  }

  div.centercategory_img1 {
    height: 282px;
  }

  div.centercategory_imgin1 {
    line-height: 282px;
  }

  div.centercategory_imgin1 img {
    max-height: 282px;
  }
}

@media all and (max-width: 599px) {}

div.centercategory_topname1 {
  display: none;
}

div.centercategory_bottomname1 a {
  font-size: 110%;
  text-decoration: none;
  color: #fff;
}

div.centercategory_bottomname1 a:hover {
  font-size: 110%;
  text-decoration: none;
  color: #fff;
}

div.centercategory_info1 {
  margin: 5px 0;
}

div.centercategory_button1 {
  text-align: center;
  display: none;
}

@media all and (max-width: 599px) {
  div.centercategory_img1 {}

  div.centercategory_imgin1 {
    line-height: unset;
  }

  div.centercategory_imgin1 img {
    max-width: 100%;
    max-height: 280px;
    height: 100%;
    object-fit: contain;
  }

  div.centercategory_bottomname1 {
    text-align: center;
    position: absolute;
    top: -44px;
    padding: 6px 0;
    background-color: rgba(0, 0, 0, 0.45);
    width: 100%;
    margin: 0 auto;
    left: 0;
    height: 38px;
    padding: 4px;
    box-sizing: border-box;
    line-height: 16px;
    display: inline-block;
    display: flex;
    justify-content: center;
    vertical-align: middle;
    align-items: center;
  }

  div.centercategory_bottomname1 a {
    font-size: 100%;
    text-decoration: none;
    color: #fff;
  }

  div.centercategory_bottomname1 a:hover {
    font-size: 90%;
    text-decoration: none;
    color: #fff;
  }
}

@media all and (max-width: 799px) {
  div.centercategorys_in1 {
    display: flex;
    flex-wrap: wrap;
    top: 0;
  }
}

.productleftcolumn .owl-prev {
  position: absolute;
  right: calc(100% + 20px);
  top: 0;
  bottom: 0;
  margin: auto;
  transform: rotate(-180deg);
}

.productleftcolumn .owl-next {
  position: absolute;
  left: calc(100% + 20px);
  top: 0;
  bottom: 0;
  margin: auto;
}

.productleftcolumn .owl-theme .owl-nav [class*=owl-]:hover {
  background: none;
}

.productleftcolumn .owl-prev span,
.productleftcolumn .owl-next span {
  font-size: 0;
  line-height: 0;
  background: none;
}

.productleftcolumn .owl-theme .owl-nav [class*=owl-]:hover span {
  opacity: 0.7;
}

.productleftcolumn .owl-theme .owl-nav [class*=owl-] span {
  content: '';
  background-image: url('/img/aboutUs/arrowright_icon_61202.svg');
  background-size: cover;
  width: 30px;
  height: 30px;
  display: block;
}

@media all and (max-width: 799px) {
  .productleftcolumn .owl-prev {
    right: calc(100% + 5px);
  }

  .productleftcolumn .owl-next {
    left: calc(100% + 5px);
  }

  .productleftcolumn .owl-prev span,
  .productleftcolumn .owl-next span {
    font-size: 0;
  }

  .productleftcolumn .owl-theme .owl-nav [class*=owl-] span {
    width: 20px;
    height: 20px;
  }

  div.centercategory1 {
    margin: 5px;
    min-width: auto;
    max-width: none;
    width: calc(calc(100% / 2) - 20px);
  }
}

@media all and (max-width: 600px) {
  div.centercategory1 {
    margin: 5px;
    min-width: auto;
    max-width: none;
    width: calc(calc(100% / 2) - 10px);
  }
}

@media all and (max-width: 500px) {
  div.centercategory1 {
    margin: 5px;
    min-width: auto;
    max-width: none;
    width: calc(calc(100% / 2) - 10px);
  }
}

td.newregtd1 {
  text-align: left;
}

td.newregtd2 {
  text-align: right;
}

@media all and (max-width: 599px) {
  td.newregtd1 {
    display: block;
    text-align: center;
    padding-bottom: 10px;
  }

  td.newregtd2 {
    display: block;
    text-align: center;
  }
}

div.slidertextdivin {
  position: relative;
}

div.slidertextdivin_in {
  position: absolute;
  top: 80px;
  left: 10%;
  background: rgba(0, 0, 0, 0.5);
  padding: 12px 26px;
}

div.inslidetext1 {
  color: #f3aa4c;
  font-size: 26px;
  line-height: 32px;
  font-weight: bolder;
}

div.inslidetext2 {
  color: #ffffff;
  font-size: 20px;
  line-height: 28px;
}

@media all and (max-width: 1100px) {
  div.slidertextdivin_in {
    position: absolute;
    top: 60px;
    left: 10%;
    background: rgba(0, 0, 0, 0.5);
    padding: 10px 22px;
  }

  div.inslidetext1 {
    color: #f3aa4c;
    font-size: 24px;
    line-height: 32px;
    font-weight: bolder;
  }

  div.inslidetext2 {
    color: #ffffff;
    font-size: 20px;
    line-height: 28px;
  }
}

@media all and (max-width: 700px) {
  div.slidertextdivin_in {
    position: absolute;
    top: 10px;
    left: 10%;
    background: rgba(0, 0, 0, 0.5);
    padding: 10px 10px;
  }

  div.inslidetext1 {
    color: #f3aa4c;
    font-size: 14px;
    line-height: 16px;
    font-weight: bolder;
  }

  div.inslidetext2 {
    color: #ffffff;
    font-size: 12px;
    line-height: 14px;
  }
}

div.articletext h2 {
  font-size: 22px;
}

.portfoliotable {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  background: #ffffff;
  margin: 15px 0;
}

.portfoliotable td:nth-child(1) {
  border: 1px solid #dbdbdb;
  padding: 7px;
  width: 200px;
}

.portfoliotable td {
  border: 1px solid #dbdbdb;
  padding: 7px;
}

.b-portfolio__title {
  padding: 20px 0 5px 0;
  font-size: 24px;
  color: #5f5f5f;
  text-align: center;
}

.b-portfolio__title h1 {
  padding: 20px 0 5px 0;
  font-size: 24px;
  color: #5f5f5f;
  text-align: center;
  margin: 0;
}

.b-portfolio__1title {
  color: #333;
  font-size: 16px;
  padding-bottom: 6px;
  text-transform: uppercase;
  padding: 10px 0 0 0;
  box-sizing: border-box;
  text-align: center;
  padding: 20px 0 30px 0;
}

div.portgalflex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

div.portgalflex div {
  box-sizing: border-box;
  flex-basis: calc(50% - 10px);
  border: 1px solid #dbdbdb;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ffffff;
  margin: 10px 0;
}

div.portgalflex div img {
  max-width: 100%;
  max-height: 100%;
}

.portfolio_popup {
  position: fixed;
  padding: 7px;
  display: none;
  z-index: 500;
  left: 50%;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
  max-width: 900px;
  width: 100%;
  opacity: 0;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 5px;
  z-index: 500;
  box-shadow: 0 5px 5px #484848;
}

.popup_port_flex_over {
  display: block;
  overflow: hidden;
  margin: auto;
  max-width: 484px;
  padding: 15px 0;
}

.popup_port_flex {
  display: flex;
  flex-direction: row;
}

.popup_port_flex div {
  width: 80px;
  min-width: 80px;
  height: 80px;
  cursor: pointer;
  padding: 5px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
}

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

#bigImagePortDiv {
  padding: 15px 0 30px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

#bigImagePortDiv img {
  max-width: 100%;
}

#seePortPopup {
  cursor: pointer;
}

.activehood {
  box-shadow: 0 0 3px 3px #c0c0c0;
}

div.inimageslidernew_0 {
  display: flex;
  flex-direction: row;
  align-items: center;
}

div.inimageslidernew_1 {
  width: 100%;
}

div.inimageslidernew_2 {
  display: block;
  overflow: hidden;
  max-width: 562px;
  margin: auto;
}

div.inimageslidernew_3 {
  display: flex;
  flex-direction: row;
}

div.inimageslidernew_4 {
  display: flex;
  flex-direction: row;
}

div.inimageslidernew_5 {
  margin: 5px;
  width: 70px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

div.inimageslidernew_5 img {
  max-width: 100%;
  max-height: 100%;
}

#newblocknotseemob {
  display: inline-block;
  padding: 15px 0;
}

@media all and (max-width: 600px) {
  #newblocknotseemob {
    display: none;
  }
}

.js__order--city {
  position: relative;
  z-index: 5;
}

.js__cart--cities--field--container {
  position: relative;
}

.js__cart--cities--field--inner {
  position: absolute;
  width: 99%;
  z-index: 4;
  border: 1px solid #d4d4d4;
  background: #fff;
  top: -10px;
  padding-top: 10px;
  display: none;
  overflow: auto;
  max-height: 300px;
}

.js__cart--cities--field--inner #getWarehouseBycity {
  padding: 5px 10px;
  border-bottom: 1px solid #eee;
  cursor: pointer;
}

.js__cart--cities--field--inner #getWarehouseBycity:hover {
  padding: 5px 10px;
  border-bottom: 1px solid #eee;
  cursor: pointer;
  background: #fbfbfb;
}

.js__order--warehouse {
  position: relative;
  z-index: 3;
}

.js__cart--warehouses--field--container {
  position: relative;
}

.js__cart--warehouses--field--inner {
  position: absolute;
  width: 99%;
  border: 1px solid #d4d4d4;
  background: #fff;
  top: -10px;
  padding-top: 10px;
  display: none;
  z-index: 2;
  overflow: auto;
  max-height: 300px;
}

.js__cart--warehouses--field--inner #selectWare {
  padding: 5px 10px;
  border-bottom: 1px solid #eee;
  cursor: pointer;
}

.js__cart--warehouses--field--inner #selectWare:hover {
  padding: 5px 10px;
  border-bottom: 1px solid #eee;
  cursor: pointer;
  background: #fbfbfb;
}

@media all and (max-width: 416px) {
  .inmobileflex {}
}

.inmobileflex div:nth-child(2) {
  width: 50%;
}

.headcolumnlogo img {
  width: 264px;
  height: 89px;
}

@media (min-width: 990px) {
  .incenter.incenter_chapter1_home {
    min-height: 307px;
  }
}

@media (max-width: 990px) and (min-width: 767px) {
  .incenter.incenter_chapter1_home {
    min-height: 236px;
  }
}

@media (min-width: 1270px) {
  .centercategorys_in:not(.loading_img) .centercategory_imgin {
    height: 304px;
  }
}

@media (max-width: 1270px) {
  .centercategorys_in:not(.loading_img) div.centercategory_img {
    position: relative;
    padding-top: 100%;
  }

  .centercategorys_in:not(.loading_img) .centercategory_imgin {
    position: absolute;
    top: 0;
  }
}

.big_speed {
  position: fixed;
  max-width: 100%;
  max-height: 100%;
  pointer-events: none;
  top: 0;
  left: 0;
  width: 600px;
  height: 600px;
}

.header-new_inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  max-width: 1440px;
  margin: 0 auto;
}

.header-new_logo {
  display: flex;
  justify-content: center;
  margin-right: 15px;
}

.header-new_logo a {
  line-height: 0;
  font-size: 0;
}

.header-new_logo img {}

.header-new_center {
  display: flex;
  justify-content: center;
  flex-grow: 1;
}

.header-new_right {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  flex-basis: 10%;
  margin-left: 56px;
}

.header-new {
  padding: 0 0 10px 0;
  box-shadow: 0 0 4.5px 0.5px rgba(0, 0, 1, 0.25);
}

.header-new_center a {
  text-transform: uppercase;
  color: #525659;
  transition: all 0.3s ease;
  margin: 0 5px;
  display: flex;
  align-items: center;
  text-align: center;
  font-size: 19px;
  padding: 0 10px;
}

.header-new_center a.open__megamenu {
  position: relative;
}

.header-new_center a.open__megamenu:before {
  content: '';
  background: url(/img/ic_catalog.png) no-repeat;
  background-size: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  height: 26px;
  width: 26px;
  margin: auto;
  right: 100%;
}

.header-new_center a.open__megamenu:after {
  content: '';
  position: absolute;
  top: 100%;
  height: 12px;
  width: calc(100% + 26px);
  margin: auto;
  right: 0;
}

.header-new_center {}

.header-new_center a:hover,
.header-new_center a.active {
  color: #c2af42;
}

.header-new_login {
  padding: 0;
  border: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  font-size: 0;
}

.header-new_cart {
  margin-right: 0;
  position: relative;
}

.header-new_lang {
  margin: 0 15px;
  text-transform: uppercase;
}

.header-new_login:hover {
  padding: 0;
  border: 0;
  background: transparent;
  font-size: 0;
}

@media all and (max-width: 750px) {
  .header-new_center {
    display: none;
  }

  .fixed-icons {
    display: none !important;
  }

  .header-new_phones {
    margin-left: auto;
    max-width: 120px;
  }

  .header-new_phones a {
    white-space: nowrap;
    font-size: 16px;
  }

  .header-new_phones a:first-child {
    margin-right: 0;
  }

  div.mobiletopchapters {
    display: block;
  }

  .header-new_inner {
    align-items: center;
  }

  .header-new_right .header-new_lang,
  .header-new_right .header-new_login {
    display: none;
  }

  .header-new_logo {
    flex-grow: 1;
    justify-content: flex-start;
    margin: 0 15px;
  }

  .header-new_right {
    margin: 0;
  }

  .header-new_logo img {
    max-height: 60px;
    width: auto;
  }
}

.main-banner_item {
  position: relative;
}

.main-banner_item img {
  min-height: 1px;
  object-fit: contain;
  display: block;
  width: 100%;
  background: #363d3e;
  height: auto;
}

.main-banner_text {
  position: absolute;
  top: 4px;
  left: 13%;
  max-width: 345px;
  font-size: 20px;
  color: #ffffff;
}

.allcentermain.allcentermain_chapter_home {
  max-width: 100%;
  padding: 0;
}

*,
*::before,
*::after {
  box-sizing: inherit;
  margin: 0;
  padding: 0;
}

.popular-products {
  max-width: 1680px;
  margin: 0 auto;
  padding: 50px 10px;
}

.popular-products_row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.popular-products-block {
  display: flex;
  width: calc(50% - 25px);
  justify-content: space-between;
  padding: 20px;
  border: 1px solid #f2f2f2;
  margin: 25px 0;
}

div {
  box-sizing: border-box;
}

.popular-products-block_image img {
  width: 100%;
  height: auto;
  max-width: 100%;
}

.popular-products-block_image {
  padding: 5px;
  flex-basis: 350px;
}

.popular-products-block_text {
  padding: 5px;
  color: #525659;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-basis: calc(100% - 350px);
}

.popular-products-block_title {
  font-size: 18px;
  color: #1c69d4;
  margin-bottom: 20px;
}

.popular-products-block_code {
  margin-bottom: 15px;
}

.body {
  background: #ffffff;
}

.popular-products-block_button {
  text-align: end;
  margin-top: 15px;
}

.popular-products-block_button button {
  text-transform: uppercase;
  background: #ffffff;
  border: 1px solid #000000;
  color: #000000;
  font-size: 25px;
  padding: 15px 40px;
}

.popular-products_title {
  font-weight: bold;
  color: #000000;
  font-size: 36px;
}

.popular-products-block_descr,
.popular-products-block_descr p {
  word-break: break-all;
}

.expert-call {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding: 10px calc(50% - 725px);
  background: #4d4d4d;
  color: #ffffff;
  position: relative;
}

.expert-call_title {
  padding: 0 5px;
  font-weight: 600;
  font-size: 15px;
}

.expert-call_title h3 {
  color: #ffffff;
  text-align: start;
  text-transform: uppercase;
  margin: 0;
  padding: 2px 2px 0;
  font-weight: bold;
  font-size: 23px;
}

.expert-call_block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  padding: 0 5px;
}

.expert-call-input-wrap {
  position: relative;
  margin-right: 25px;
}

.expert-call-input-wrap p {
  position: absolute;
  width: 100%;
  text-align: center;
  top: calc(100% + 0px);
  white-space: nowrap;
  font-weight: 600;
  font-size: 15px;
}

.expert-call-input-wrap input {
  border-color: #1c69d4;
  background: #1c69d4;
  box-shadow: none;
  border-radius: 9px;
  padding: 8px;
  font-size: 20px;
  min-width: 230px;
  font-weight: 300;
  color: #ffffff;
}

.expert-call-input-wrap input::placeholder {
  color: #ffffff;
}

.expert-call_button {
  text-transform: uppercase;
  color: #ffffff;
  background: transparent;
  border-color: transparent;
  border-radius: 5px;
  font-weight: 500;
  font-size: 17px;
}

.expert-call-input-wrap input:focus {
  background: #1c69d4;
  border-color: #ffffff;
  color: #ffffff;
}

.footer-top {
  background: #d7d7d7;
  color: #525659;
}

.footer-links,
.footer-under {
  display: flex;
  justify-content: space-between;
  max-width: 900px;
  margin: 0 auto;
  padding: 15px 5px;
}

.col {
  display: flex;
  flex-direction: column;
}

.footer-block {
  padding: 5px;
}

.footer-block h3 {
  padding: 0;
  text-align: start;
  color: #000000;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 600;
}

.footer-block a,
.footer-block p {
  color: #525659;
  margin: 2px 0;
  font-size: 15px;
  font-weight: 300;
  display: flex;
}

.footer-separator {
  max-width: 1760px;
  margin: 5px auto;
  height: 1px;
  background: #000000;
}

.footer-under {
  align-items: center;
}

.footer-under_left {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-right: 10px;
}

.footer-logo {
  margin-right: 35px;
}

.footer-logo img {
  max-height: 35px;
  filter: grayscale(1) contrast(1) brightness(0.7);
}

.footer-rights a {
  color: #525659;
}

.footer-bottom {
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 0 4.5px 0.5px rgba(0, 0, 1, 0.25);
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #d7d7d7;
  z-index: 190;
  padding: 15px calc(50% - 450px);
}

.footer-bottom a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 2%;
  border-left: 1px solid #484848;
  flex-grow: 1;
}

.footer-bottom img {
  width: 25px;
  height: 25px;
}

.footer-bottom p {
  text-transform: uppercase;
  margin-top: 15px;
  color: #4d4d4d;
  font-size: 18px;
  text-align: center;
  font-weight: 600;
}

.footer-bottom a:last-child {
  border-right: 1px solid #4d4d4d;
}

.fixed-icons {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  position: fixed;
  top: 130px;
  right: 0;
  z-index: 1000;
}

.fixed-icons button {
  font-size: 0;
  background: transparent;
  border: none;
  padding: 0;
}

.fixed-icons button:not(:last-child) {
  margin-bottom: 60px;
}

.mobile_languages {
  display: none;
}

.menuchapters_hiddenblock {
  display: none;
}

.menuchapters_hiddenblock-top-level {
  max-height: 309px;
  overflow-y: auto;
}

.menuchapters_hiddenblock:not(.menuchapters_hiddenblock-top-level) li {
  padding-left: 20px;
}

.menuchapters_hiddenblock.opened {
  display: block;
}

.menuchapters_hiddenblock li {
  padding: 10px 0 10px 10px;
  display: flex;
  align-items: center;
}

.menuchapters_catalog-img {
  margin-right: 10px;
  transition: all 0.3s ease;
  width: 11px;
  height: 13px;
}

.menuchapters_catalog-img.opened {
  transform: rotate(90deg);
}

.menuchapters_block-catalog:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 1px;
  width: calc(100% - 20px);
  background: #525659;
}

.menuchapters_block-catalog {
  position: relative;
}

.menuchapters_top-block .header-new_login:hover {
  font-size: 13px;
}

.underheader-mob {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 15px;
  background: url(/themes/new/fon_poisk.jpg);
  background-size: cover;
  position: relative;
}

.underheader-mob .search {
  margin: 0 25px 0 0;
  flex-grow: 1;
  background: #ffffff;
  height: 100%;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}

#toggleInfoMenu {
  font-size: 0;
  background: transparent;
  border: none;
  padding: 0;
  border-radius: 0;
}

.underheader-mob .search_input {}

.underheader-mob .search_input input,
.underheader-mob .search_input input:focus {
  border: none;
  border-radius: 0;
  box-shadow: none;
  font-size: 16px;
  line-height: 1;
  background: none;
  padding: 6px 32px 6px 15px;
  height: 32px;
}

.underheader-mob #search_button {
  font-size: 0;
  background: transparent;
  border: none;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.underheader-mob .search_button {
  top: 50%;
  right: -1px;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
}

.underheader-mob,
#toggleInfoMenu {
  display: none;
}

.centercategorys-momile {
  max-width: 100%;
  padding: 15px 0;
}

.category-block {
  position: relative;
  background: #eeefea;
  padding: 20px;
}

.category-block img {
  position: absolute;
  max-height: 100%;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: auto;
  z-index: 0;
  opacity: 0.5;
  height: 100%;
  max-height: 170px;
  pointer-events: none;
  max-width: 40%;
  width: 100%;
  object-fit: cover;
}

.category-block>a {
  display: block;
  font-size: 17px;
  font-weight: bold;
  color: #363535;
  margin-bottom: 15px;
  position: relative;
  z-index: 1;
  max-width: 60%;
}

.category-links {
  list-style: none;
  padding-left: 15px;
  margin-bottom: 5px;
  position: relative;
  z-index: 1;
  max-width: 60%;
}

.category-link {
  padding: 3px 0;
}

.category-link a {
  display: block;
  font-size: 11px;
  color: #3e3e3d;
  font-weight: 600;
}

.category-block:not(:last-child) {
  margin-bottom: 15px;
}

.category-showmore_btn,
.category-showmore_btn:hover,
.category-showmore_btn:focus {
  padding: 0;
  background: transparent;
  border: none;
  margin-left: 15px;
  font-size: 15px;
  color: #c6b14c;
  position: relative;
  z-index: 1;
  text-transform: lowercase;
  font-weight: 600;
}

.category-links.opened .category-link_hidden {
  display: list-item;
}

.info-menu {
  position: absolute;
  z-index: 10;
  background: #ffffff;
  top: calc(100% + 5px);
  right: 50%;
  transform: translateX(50%);
  width: 100%;
  max-width: 98vw;
  padding: 10px;
  border-radius: 15px;
  box-shadow: 0 2px 3.92px 0.08px rgba(0, 0, 1, 0.05);
  overflow-y: auto;
}

.info-menu-close {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 10px;
}

.js_info-menu-close,
.js_info-menu-close:hover {
  font-size: 0;
  padding: 0;
  border: none;
  background: none;
}

.info-menu-block {
  display: flex;
  align-items: center;
  padding: 10px 0;
  height: auto;
  /* height: clamp(50px, calc(100% / 5 - 20px), 75px); */
}

.info-menu-block img {
  width: 30px;
  height: 30px;
  margin-right: 15px;
}

.js_info-menu-close img {
  height: 15px;
  width: 15px;
}

.info-menu-block:not(:last-child) {
  border-bottom: 1px solid #d0d0d0;
}

.info-menu-text p,
.info-menu-text a {
  color: #525659;
  font-size: 13px;
  line-height: 1.4;
}

.info-menu.opened {
  display: block;
}

.any-class {
  max-height: 450px;
  overflow: hidden;
}

.product-tabs_wrap {
  margin-bottom: 10px;
  margin-right: -10px;
  margin-left: -10px;
}

.product-tabs {
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #1a73e8;
  background: #ffffff;
  z-index: 100;
  position: static;
  width: 100%;
  flex-basis: 100%;
  display: -webkit-flex;
  display: -webkit-flexbox;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 10px 10px;
  --offest-top: var(--hh);
}

.product-tabs div {
  font-size: 18px;
  text-transform: uppercase;
  color: #4d4d4d;
  padding: 0 5%;
  display: block;
  font-weight: 600;
  white-space: nowrap;
  font-weight: bold;
  cursor: pointer;
}

.product-tabs div:not(:last-child) {
  border-right: 1px solid #4c4c4c;
}

.product-tabs div:hover,
.product-tabs div.active {
  color: #67af27;
}

.fixed-icons_calendar .info-menu-block {
  display: none;
}

.fixed-icons_calendar:hover .info-menu-block {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
}

.fixed-icons_calendar:hover>img {
  display: none;
}

.fixed-icons_calendar .info-menu-block img {
  margin-right: 0;
  margin-left: 30px;
}

.fixed-icons_calendar:hover {
  background: #ffffff;
  padding: 5px 0 5px 10px;
  box-shadow: 0 0 3px 0 #8686868c;
}

#toggleInfoMenu img {
  width: 32px;
  height: 32px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  overflow: hidden;
}

.underheader-mob .search_button img {
  width: 32px;
  height: 32px;
  border-radius: 2px;
  position: relative;
  left: -7px;
}

.footer-links_mobile,
.footer-under_mobile {
  display: none;
}

img#exit_mobile {
  width: 13px;
  height: 13px;
}

.main-banner-mobile {
  display: none;
}

.three-banners {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px 0;
  gap: 5px;
}

.three-banners a {
  width: calc(calc(100% / 2) - 0px);
  display: flex;
  position: relative;
}

.three-banners img {
  width: 100%;
  height: auto;
  aspect-ratio: 21 / 9;
  object-fit: cover;
  object-position: 50% 90%;
}

.three-banners-banner-text {
  position: absolute;
  font-size: 36px;
  color: #ffffff;
  max-width: unset;
  padding: 15px 20px;
  border: 2px solid #ffffff;
  bottom: 20px;
  left: 5%;
}

.read-more-btn {
  padding: 10px 15px;
  text-decoration: underline;
  font-size: 16px;
  max-width: 1460px;
  margin: 0 auto;
}

span.line {
  display: inline-block;
  flex-grow: 1;
  height: 1px;
  border-bottom: 1px dotted #525659;
  margin: 0 3px;
}

button.collapse-filters {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  border: 1px solid #cfcfcf;
  border-radius: 3px;
  padding: 10px 10px;
  text-transform: uppercase;
  color: #000000;
  font-weight: bold;
  background: #ffffff;
}

button.collapse-filters.opened img {
  transform: rotate(45deg);
  transition: all 0.3s ease;
  backface-visibility: hidden;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-backface-visibility: hidden;
  will-change: transform;
}

button.collapse-filters img {
  transition: all 0.3s ease;
}

.item-page-imgs.owl-carousel.owl-theme {
  max-width: 700px;
  margin: 0 auto;
}

.productbuybutton button {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 24px;
  text-transform: uppercase;
  border: 1px solid #efefef;
  border-radius: 3px;
  background: #67af27;
  width: 300px;
}

.productbuybutton button img {
  margin-right: 15px;
}

.product_row {
  display: block;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.product_row div.product_price_hor {
  display: inline-block;
  justify-content: space-between;
  font-size: 26px;
}

.product_row div.product_price_hor span {
  margin-left: 5px;
}

.item-page-imgs.owl-carousel.owl-theme .owl-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 5px;
}

.item-page-imgs.owl-carousel.owl-theme .owl-dots .owl-dot {
  width: auto;
  flex-basis: auto;
  flex-grow: 1;
  max-width: 50px;
}

.item-page-imgs.owl-carousel.owl-theme .owl-dots .owl-dot span {
  width: auto;
  height: 1px;
  border-radius: 0;
  background: #525659;
}

.item-page-imgs.owl-carousel.owl-theme .owl-dots .owl-dot.active span,
.item-page-imgs.owl-carousel.owl-theme .owl-dots .owl-dot:hover span {
  background: #c6b14c;
}

.allcentermain_chapter_novosti div.pagearticle_img {}

div.pagearticle_date img {
  margin-right: 6px;
  height: 12px;
  width: 12px;
}

.cartinfo-item {
  display: flex;
  justify-content: space-between;
  margin: 10px 15px;
  padding: 5px;
  border: 1px solid #555555;
  border-radius: 10px;
  position: relative;
}

.cartinfo-item_img {
  flex-basis: calc(100% / 3);
  display: flex;
  align-items: center;
  justify-content: center;
}

.cartinfo-item_img a {
  font-size: 0;
  line-height: 0;
}

.cartinfo-item_img img {
  max-width: 100%;
  max-height: 180px;
  height: auto;
}

.cartinfo-item_all {
  flex-basis: calc(calc(calc(100% / 3) * 2) - 15px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.cartinfo-item_row {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

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

.cartinfo-item_quantity button {
  border: none;
  background: transparent;
  padding: 10px;
}

.cartinfo-item_quantity input {
  max-width: 50px;
  text-align: center;
  border: 1px solid #e4e4e4;
  border-radius: 5px;
  font-size: 14px;
  box-shadow: 0 0 1px 1px #f1f1f1;
  margin: 0 5px;
}

.cartinfo-item_all>div,
.cartinfo-item_all>div a {
  font-size: 15px;
  padding: 2px 0;
  color: #505558;
}

.cartinfo-item_price {
  font-size: 18px;
  font-weight: 700;
  color: #000000;
  padding: 5px 10px;
  border: 1px solid #efefef;
  border-radius: 5px;
  white-space: nowrap;
}

.cartinfo_total {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 22px;
  font-size: 24px;
  font-weight: 700;
  color: #000000;
}

input#cart_delete {
  position: absolute;
  right: 3px;
  top: 3px;
  border: none;
  font-size: 18px;
  padding: 5px 10px;
}

.cartinfo-item_all>div:first-child {
  padding-right: 30px;
}

div.cartpage_blockin2 input,
div.cartpage_blockin2 input:hover {
  border: 1px solid #67af27;
  color: #67af27;
  font-size: 16px;
  border-radius: 5px;
  text-transform: none;
  padding: 5px 20px;
  background: transparent;
}

.filterparaminfo select {
  font-weight: bold;
  text-transform: uppercase;
}

.table,
.table * {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  white-space: nowrap;
}

/* .item-page-imgs.owl-carousel.owl-theme .owl-dots .owl-dot:nth-child(n+7) {
    display: none;
} */

.item-page-imgs.owl-carousel img {
  max-height: 506px;
  height: auto;
  width: auto;
}

.totop {
  cursor: pointer;
}

.products_hor.products_center {
  padding-left: calc(50% - 725px);
  display: flex;
  gap: 30px;
  padding-bottom: 50px;
}

.products_center .product_main_hor {
  width: calc(100% / 3);
  display: block;
  margin: 0 !important;
}

.products_center .product_one_hor {
  padding: 0;
  border: none;
}

.products_center .product_topicon_hor,
.products_category .product_topicon_hor {
  display: none;
}

.products_center .product_topname_hor,
.products_category .product_topname_hor {
  padding-bottom: 15px;
  padding-left: 00;
}

.products_center .product_topname_hor a,
.products_category .product_topname_hor a {
  text-decoration: none;
  font-weight: 600;
  font-size: 20px;
  display: block;
  color: #52565C;
  min-height: 2.5em;
  max-width: 350px;
}

.products_center .product_topname_hor:hover a,
.products_category .product_topname_hor:hover a {
  text-decoration: none;
  color: #525659;
  font-size: 20px;
}

.products_center .product_img_hor,
.products_category .product_img_hor {
  width: 55%;
  display: block;
}

.products_center .product_imgin_hor,
.products_category .product_imgin_hor {
  padding: 0;
  display: flex;
  height: 100%;
}

.products_center .product_imgin_hor img,
.products_category .product_imgin_hor img {
  max-width: 100%;
  max-height: 311px;
  height: auto;
  width: auto;
  object-fit: contain;
}

.products_center .product_info_hor,
.products_category .product_info_hor {
  display: flex;
  flex-direction: column;
  padding: 0;
  justify-content: space-between;
}

.products_center .product_bottomcode_hor,
.products_center .horproductcode,
.products_center .horproductcode a,
.products_center .table,
.products_category .product_bottomcode_hor,
.products_category .horproductcode,
.products_category .horproductcode a,
.products_category .table {
  font-size: 14px;
  color: #525659;
  font-weight: 600;
}

.products_center span.line,
.products_category span.line {
  border: 0;
  background: #525659;
}

.products_center .status-text-wrap div,
.products_category .status-text-wrap div {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}

.products_center .product_price_hor,
.products_category .product_price_hor {
  font-size: 25px;
  font-weight: bold;
  border-radius: 5px;
  border: 0;
  box-shadow: 0 0 0 1px #d4d4d4;
  margin-top: auto;
  white-space: nowrap;
}

.products_center .product_buy_hor button img,
.products_category .product_buy_hor button img {
  max-height: 32px;
  height: 100%;
}

.products_center-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.products_center .product_buy_hor,
.products_hor .product_buy_hor {
  display: block;
}

.popular-products_title.products_center {
  margin: 30px 0;
}

.center-block {
  padding-left: calc(50% - 829px);
  padding-right: calc(50% - 829px);
  background: #e8e8e8;
  margin: 30px 0;
}

.center-block_row {
  display: flex;
  flex-wrap: wrap;
}

.center-block_left {
  width: 45%;
  padding: 15px 0;
}

.center-block_right {
  width: 55%;
  display: flex;
  padding: 0 35px;
}

.center-block_right a {
  display: block;
  width: 50%;
  text-align: center;
  padding: 20px;
}

.center-block_right a:hover p {
  background: #1c69d3;
  color: #ffffff;
}

.center-block_right img {
  width: 40px;
  height: auto;
}

.center-block_right a:first-child {
  border-left: 8px solid #ffffff;
  border-right: 4px solid #ffffff;
}

.center-block_right a:last-child {
  border-left: 4px solid #ffffff;
  border-right: 8px solid #ffffff;
}

.center-block_right p {
  font-size: 18px;
  color: #000000;
  font-weight: bold;
  text-transform: uppercase;
  border: 1px solid #1f1f1f;
  padding: 15px 0;
  width: 100%;
  margin-top: 20px;
}

.home-catselect {
  max-width: 530px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  font-size: 22px;
  color: #000000;
  font-weight: 600;
}

.home-catselect div {
  max-width: 355px;
}

.home-catselect select {
  font-size: 18px;
  color: #000000;
  border: 1px solid #222222;
  border-left: 5px solid #1a73e8;
  border-radius: 0;
  position: relative;
  width: 100%;
  background-size: 15px;
  padding: 15px 30px 15px 10px;
  cursor: pointer;
}

.home-catselect select option {
  cursor: pointer;
  font-size: 18px;
}

.home-catselect select optgroup {
  font-size: 20px;
}

.center-block {
  display: none;
}

.container_new {
  padding-left: calc(50% - 829px);
  padding-right: calc(50% - 829px);
}

.underheader-mob_wrap {
  width: 100%;
  display: flex;
}

/* bannernew */

.bannernew-slider {}

.bannernew-item {
  max-width: 1128px;
  width: 100%;
  height: 346px;
}

.bannernew-item-wrap {
  display: flex;
}

.bg-cover {
  object-fit: cover;
  object-position: center;
}

.bannernew-1 {
  background-color: #F6F6F6;
}



.main-banner-slider,
.three-banners {
  position: relative;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}

.main-banner-slider:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 2px;
  background: #fff;
}

.main-banner-slider:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 2px;
  background: #fff;
}

div.main-banner-slider div.owl-nav :is(.owl-prev, .owl-next) {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
  width: 30px;
}

div.main-banner-slider div.owl-nav :is(.owl-prev, .owl-next):hover {
  background: none;
}

div.main-banner-slider div.owl-nav :is(.owl-prev, .owl-next) span {
  content: '';
  display: block;
  background-image: url(/img/aboutUs/arrowright_icon_main.svg);
  background-size: cover;
  width: 30px;
  height: 30px;
  font-size: 0;
}

div.main-banner-slider div.owl-nav .owl-prev {
  left: 20px;
  transform: rotate(-180deg);
}

div.main-banner-slider div.owl-nav .owl-next {
  right: 20px;
}

div.main-banner-slider .owl-dots {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
}

.container_top {
  padding-left: calc(50% - 840px);
  padding-right: calc(50% - 840px);
}

.container_category {
  padding-left: calc(50% - 725px);
  padding-right: calc(50% - 725px);
}

.container_category>.catalog-top-list {
  display: none;
}

.catalog-top-list {
  display: flex;
}

.catalog-top-block {
  padding: 15px;
  width: calc(100% / 7);
}

.catalog-top-list a {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  font-size: 18px;
  line-height: 1.5em;
  height: calc(3em + 40px);
  padding-bottom: 30px;
  padding-top: 30px;
  position: relative;
  color: #525659;
  align-items: center;
  font-size: 21px;
}

.catalog-top-list a span {
  display: block;
  text-align: center;
}

.catalog-top-list a:after {
  content: '';
  position: absolute;
  display: block;
  height: 1px;
  width: calc(100% + 30px);
  background: #a0a0a0;
  bottom: 0;
}

.catalog-top-list a.active:after,
.catalog-top-list a:hover:after {
  height: 3px;
  background: #1a73e8;
}

.catalog-top-list a.active,
.catalog-top-list a:hover {
  font-weight: bold;
  color: #000000;
}

.catalog-main-list {
  display: flex;
  flex-wrap: wrap;
}

.catalog-main-block {
  padding: 10px;
  width: calc(100% / 7);
}

.catalog-main-block img {
  max-width: 100%;
  box-shadow: 0 0 4px 1px #000000;
  object-fit: contain;
  width: auto;
  aspect-ratio: 1/1;
}

.catalog-main-block_name {
  color: #525659;
  font-size: 17px;
  text-align: center;
  padding-bottom: 20px;
  padding-top: 20px;
  line-height: 1.5em;
  position: relative;
  margin-bottom: 15px;
  font-size: 20px;
}

.catalog-main-block_name span {
  min-height: 3em;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  align-items: center;
}

.catalog-main-block_name:after {
  content: '';
  position: absolute;
  display: block;
  height: 1px;
  width: calc(100% + 20px);
  background: #a0a0a0;
  bottom: 0;
  left: -10px;
  right: -10px;
}

.catalog-main-block a:hover .catalog-main-block_name:after {
  height: 3px;
  background: #1a73e8;
}

.catalog-main-block a:hover .catalog-main-block_name {
  font-weight: bold;
  color: #000000;
}

.catalog-top-block:last-child {}

.category-seo.centertext {
  padding: 0 15px 30px 15px;
}

.footer-rights {
  font-size: 15px;
  font-weight: 600;
}

.categorys_page_container {
  padding: 1px 0;
  padding-left: calc(50% - 840px);
  padding-right: calc(50% - 840px);
  padding-left: calc(50% - 725px);
  padding-right: calc(50% - 725px);
}

.categorys_page_container .centerarticles_main {
  padding-left: 0;
  padding-right: 0;
  margin-top: 30px;
}

.centertext.centertext_item {
  display: none !important;
}

.aboutOrder-top {
  padding: 0 calc(50% - 600px) 30px;
}

.aboutOrder-top.aboutOrder-top-with-bg {
  background: #d7d7d7;
  padding-bottom: 0;
}

.aboutOrder-row {
  display: flex;
  align-items: center;
  padding: 15px 0;
}

.aboutOrder-row-with-border {
  border: 3px solid #d7d7d7;
  margin: 15px 0;
  padding-left: 10px;
  padding-right: 10px;
}

.aboutOrder-row-reverse {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  padding: 15px 0;
}

.aboutOrder-top img {
  display: block;
  width: 100px;
  height: auto;
}

.aboutOrder-text {
  color: #282828;
  font-size: 19px;
  font-weight: 400;
  max-width: 960px;
  line-height: 1.5;
}

.aboutOrder-text h1 {
  padding: 35px 15px 14px 15px;
  border-bottom: 1px solid #525659;
  text-transform: uppercase;
  font-size: 20px;
  margin: 0 0 20px;
}

.aboutOrder-row .aboutOrder-text {
  max-width: calc(100% - 250px);
  text-align: justify;
}

.aboutOrder-text ul {
  padding-inline-start: 20px;
}

.aboutOrder-text strong {
  text-decoration: none;
}

.aboutOrder-text h4 {
  font-size: 21px;
}

.aboutOrder-text a {
  color: inherit;
  text-decoration: underline;
}

.aboutOrder-row img {
  margin-right: 50px;
}

.aboutOrder-row-reverse img {
  margin-left: 50px;
}

.aboutOrder-row-reverse .aboutOrder-text {
  text-align: end;
}

.aboutOrder-bottom {
  padding: 20px calc(50% - 725px);
  background: #d7d7d7;
}

.aboutOrder-bottom .aboutOrder-text {
  max-width: 100%;
  font-size: 17px;
  line-height: 2;
}

.contacts img {
  max-width: 100%;
  object-fit: cover;
}

.contacts-form-top {
  position: relative;
  min-height: 30vh;
  display: flex;
}

.contacts-form-top_block {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.contacts-form-top_block h3 {
  color: #ffffff;
  font-size: 24px;
  border-top: 2px solid #ffffff;
  margin-bottom: 30px;
}

.contacts-form-top_block button {
  padding: 10px 20px;
  font-size: 24px;
  text-transform: uppercase;
  background: #1a73e8;
  color: #ffffff;
  font-weight: bold;
  border-radius: 3px;
  white-space: nowrap;
}

.contacts-form-body {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  padding: 15px 30px;
  align-items: center;
}

.contacts-form-body-left {
  width: 35%;
}

.contacts-form-body-right {
  width: 60%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.contacts-form-body-left h3 {
  font-size: 24px;
  text-align: start;
  color: #000000;
  font-weight: bold;
  padding-top: 0;
}

.contacts-form-body-left p {
  color: #000000;
  font-size: 15px;
  line-height: 2;
}

.contacts-form-field {
  width: 100%;
  padding: 5px 0;
}

.contacts-form-field:nth-child(1),
.contacts-form-field:nth-child(2) {
  width: 48%;
}

.contacts-form-field span {
  text-transform: uppercase;
  font-size: 17px;
  color: #000000;
  font-weight: 600;
  margin-left: 10px;
  margin-bottom: 3px;
  display: block;
}

.contacts-form-field input,
.contacts-form-field textarea {
  border-radius: 0;
  border-color: #bdbdbe;
  font-size: 15px;
  color: #000000;
  min-width: 100%;
  max-width: 100%;
}

.contacts-block {
  position: relative;
  display: flex;
  min-height: 500px;
}

.contacts-block-text {
  position: absolute;
  top: 15%;
  right: 30px;
  max-width: 340px;
  font-size: 15px;
}

.contacts-block-text p,
.contacts-block-text a {
  color: #adbbd3;
  display: block;
}

.contacts-block:before,
.contacts-block:after {
  content: '';
  position: absolute;
  height: 2px;
  background: #ffffff;
  width: calc(100% - 60px);
  z-index: 1;
  left: 30px;
  opacity: .6;
}

.contacts-block-text p {
  margin-bottom: 10px;
}

.contacts-block:before {
  top: 30px;
}

.contacts-block:after {
  bottom: 30px;
}

.contacts-maps {
  display: flex;
  flex-direction: column;
  gap: 30px;
  background: #d7d7d7;
}

.contacts-block img {
  object-fit: cover;
  width: 100%;
}

.aboutUs img {
  max-width: 100%;
  transition: opacity .1s ease;
}

.aboutUs-top-img img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.aboutUs-top-img {
  display: flex;
}

.aboutUs-top-text {
  padding: 55px 8% 110px 8%;
  font-size: 22px;
  color: #404040;
  font-weight: 400;
  text-align: justify;
}

.aboutUs-top-text p+p {
  margin-top: 15px;
}

.aboutUs-three-banners {
  display: flex;
  justify-content: space-between;
  padding: 15px 3%;
}

.aboutUs-three-banners a {
  display: flex;
  width: calc(33% - 30px);
  position: relative;
  overflow: hidden;
}

.aboutUs-mid-text {
  padding: 70px calc(50% - 840px + 7%);
  color: #404040;
  font-size: 22px;
  font-weight: 400;
  background: #e4e2e2;
  margin-bottom: 30px;
  margin-top: 100px;
  text-align: justify;
}

.aboutUs-mid-text p+p {
  margin-top: 10px;
}

.aboutUs-mid-text ol {
  list-style: disc;
  text-indent: 0;
}

.aboutUs-bot {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 7%;
  margin-bottom: 30px;
  margin-top: 130px;
  margin-top: 200px;
  margin-bottom: 200px;
}

.aboutUs-bot h3 {
  color: #282828;
  font-size: 64px;
  font-weight: bold;
  text-align: start;
  padding: 0 max(5%, 30px);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

select#changetopcat {
  font-size: 17px;
}

.centertext {
  font-size: 17px;
  line-height: 1.3;
}

[data-page="skachat4_praislist"] div.centermain {
  width: 100%;
}

[data-page="skachat4_praislist"] .centercolumn {
  max-width: 800px;
  margin: auto;
}

[data-page="skachat4_praislist"] div.centertext {
  font-size: 15px;
}

[data-page="vizov_specialista"] .centercolumn {
  max-width: 800px;
  margin: auto;
}

[data-page="vizov_specialista"] .footer-wrap .expert-call {
  display: none;
}

[data-page="kontakti"] .footer-wrap .expert-call {
  display: none;
}

.allcentermain.allcentermain_article_stat4i,
.allcentermain.allcentermain_article_novosti {
  max-width: 1200px;
  margin-bottom: 30px;
}

.allcentermain.allcentermain_article_stat4i .centermain,
.allcentermain.allcentermain_chapter_novosti .centermain,
.allcentermain.allcentermain_article_novosti .centermain {
  width: 100%;
}

.portfolio-wrap {
  padding-left: calc(50% - 600px);
  padding-right: calc(50% - 600px);
}

.content-in-map {
  font-weight: bold;
  color: #2f2e2e;
  text-transform: uppercase;
  font-size: 24px;
  font-family: "akrobat", arial;
}

.content-in-map a:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 1;
}

.gm-style-iw-chr button {
  z-index: 2;
}

.partners-slider-item {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 15px;
  justify-content: space-between;
}

.partners-slider-item img {
  display: block !important;
  max-height: 75px !important;
  width: calc(100% / 4 - 12px) !important;
  object-fit: contain !important;
}

.aboutUs-bot-partners {
  max-width: 1000px;
  max-width: calc(100% - 100px);
  margin: auto;
  transition: transform 1s ease;
  transform: translateX(-150%);
  position: relative;
}

.aboutUs-bot-img {
  width: 400px;
  position: relative;
}

.aboutUs-bot-wrap {
  width: calc(100% - 400px);
  overflow: hidden;
  position: relative;
}

.partners-slider.owl-carousel.owl-theme .owl-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0;
  position: absolute;
  width: calc(100% + 100px);
  left: -50px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}

.partners-slider.owl-carousel.owl-theme .owl-nav [class*=owl-] {
  pointer-events: all;
  display: flex;
  cursor: pointer;
}

.partners-slider.owl-carousel.owl-theme .owl-nav [class*=owl-] span {
  display: block;
}

.partners-slider.owl-carousel.owl-theme .owl-nav [class*=owl-]:hover {
  background: transparent;
  transform: scale(1.2);
  transition: transform .3s ease;
}

.aboutUs-bot-img button {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0;
  line-height: 0;
  border: none;
  padding: 0;
  background: #ffffff94;
}

.aboutUs-bot-partners.active {
  transform: translateX(0);
}

.aboutUs-bot-partners>button {
  position: absolute;
  top: 0;
  right: -50px;
  width: 25px;
  height: 25px;
  display: flex;
  padding: 0;
  justify-content: center;
  align-items: center;
  border: none;
  background: transparent;
  user-select: none;
}

.aboutUs-three-banners a span {
  position: absolute;
  top: 0;
  bottom: -1px;
  left: 0;
  display: block;
  text-orientation: mixed;
  writing-mode: vertical-lr;
  color: #ffffff;
  font-weight: normal;
  font-size: 24px;
  letter-spacing: 1px;
  transform: scale(-1, -1) translateZ(0);
  line-height: 1;
  text-transform: uppercase;
  background: #6c8182ad;
  z-index: 1;
  white-space: nowrap;
  border-right: 3px solid #000000;
  backface-visibility: hidden;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-backface-visibility: hidden;
  will-change: transform;
}

.aboutUs-three-banners a img {
  aspect-ratio: 18/9;
  object-fit: cover;
  object-position: center;
  filter: grayscale(1);
  transition: all .3s ease-in-out;
}

.aboutUs-three-banners a:hover img {
  filter: grayscale(0);
  transform: scale(1.08);
}

.aboutUs-advantages {
  padding: 80px 3% 0;
}

.aboutUs-advantages-top {
  max-width: 650px;
  padding: 30px 0;
  border-left: 3px solid #d7d7d7;
  margin: 0 auto 82px;
}

.aboutUs-advantages-top>div {
  padding-left: 40px;
  border-left: 36px solid #D7D7D8;
  margin-left: -36px;
  margin-bottom: 50px;
}

.aboutUs-advantages-top>div * {
  font-size: 58px;
  text-align: start;
  color: #000000;
  font-weight: 400;
  padding: 0;
  margin: 0;
}

.aboutUs-advantages-top ul {
  padding-left: 40px;
  list-style: none;
}

.aboutUs-advantages-top li {
  color: #282828;
  font-size: 36px;
}

.aboutUs-advantages-top li+li {
  margin-top: 30px;
}

.aboutUs-advantages-main-img {
  display: flex;
}

.aboutUs-advantages-main-row {
  display: flex;
  padding: 0 5%;
  margin-top: -75px;
}

.aboutUs-advantages-main-block {
  width: calc(100% / 4);
  padding: 25px;
  background: #ffffff;
  transition: .3s ease-in-out;
}

.aboutUs-advantages-main-block img {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center;
  display: block;
}

.aboutUs-advantages-main-block h3 {
  padding: 30px 0;
  margin: 0;
  border-bottom: 2px solid #d7d7d7;
  font-size: 32px;
  color: #000000;
  font-weight: 400;
}

.aboutUs-advantages-main-block ol {
  padding: 30px 18px;
  list-style: none;
  color: #282828;
}

.aboutUs-advantages-main-block .dot {
  width: 4px;
  height: 4px;
  display: inline-block;
  background: #000000;
  border-radius: 100%;
  margin-right: 15px;
  position: absolute;
  vertical-align: middle;
  left: 0;
  top: 18px;
}

.aboutUs-advantages-main-block li {
  font-size: 30px;
  position: relative;
  padding-left: 10px;
}

.aboutUs-advantages-main-block li+li {
  margin-top: 20px;
}

.aboutUs-advantages-main-block:hover {
  transform: translateY(-130px);
  box-shadow: 0 0 37.5px 37.5px rgba(0, 0, 1, 0.06);
}

.aboutUs-advantages-main-block * {
  backface-visibility: hidden;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-backface-visibility: hidden;
  will-change: transform;
}

.aboutUs-advantages-main-text {
  padding: 30px 5%;
  color: #282828;
  font-size: 22px;
  font-weight: 400;
  text-align: justify;
}

.aboutUs-advantages-design {
  margin-top: 100px;
  color: #000000;
}

.aboutUs-advantages-design-title {
  display: flex;
}

.aboutUs-advantages-design-title h2 {
  font-size: 58px;
  font-weight: 400;
  border-top: 3px solid #d7d7d7;
  line-height: 1em;
  padding: 30px 0 50px;
}

.aboutUs-advantages-design-subtitle {
  margin-bottom: 120px;
}

.aboutUs-advantages-design-subtitle h3 {
  padding: 0;
  margin: 0;
  text-align: start;
  color: #282828;
  font-size: 30px;
  line-height: 1em;
}

.aboutUs-advantages-design-slider-title {
  margin-bottom: 60px;
  font-size: 47px;
  font-weight: 700;
  padding: 0 calc(5% + 130px) 0 5%;
}

.aboutUs-advantages-design-slider.owl-carousel {}

.aboutUs-advantages-design-slider.owl-carousel .owl-item img {
  aspect-ratio: 610 / 534;
  object-fit: cover;
  object-position: center;
}

.aboutUs-advantages-design-slider.owl-carousel .owl-nav {
  position: absolute;
  top: -80px;
  right: 5%;
  margin: 0;
  width: 122px;
  display: flex;
  justify-content: space-between;
}

.aboutUs-advantages-design-slider.owl-carousel .owl-nav button {
  margin: 0;
  transition: .3s ease-in-out;
  display: flex;
}

.aboutUs-advantages-design-slider.owl-carousel.owl-theme .owl-nav [class*=owl-]:hover {
  background: transparent;
}

.aboutUs-advantages-design-slider.owl-carousel.owl-theme .owl-nav [class*=owl-]:not(.disabled):hover img {
  transform: scale(1.2);
}

.aboutUs-advantages-design-slider.owl-carousel .owl-nav button img {
  transition: .3s ease-in-out;
  width: 29px;
}

.aboutUs-advantages-design-text {
  padding: 0 5%;
  margin-top: 50px;
  font-size: 22px;
  color: #282828;
  font-weight: 400;
  text-align: justify;
}

.aboutUs-advantages-design-slider.owl-carousel .owl-item {
  position: relative;
}

.aboutUs-advantages-design-slider.owl-carousel .owl-item:before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 1;
  background-color: #ffffff;
  transition: .3s ease-in-out;
  pointer-events: none;
  opacity: 0.1
}

.aboutUs-advantages-design-slider.owl-carousel .owl-item:hover:before {
  background-color: #ffffff;
  opacity: 0
}

.aboutUs-advantages-list-mobile {
  display: none;
}

.product-tabs.sticky {
  top: var(--hh);
}

@media all and (min-width: 750px) {
  .productquest.filterbutton {
    position: relative;
    height: 0;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    margin-top: -24px;
  }

  .productquest.categoryquest {
    display: none;
  }

  div.productleftcolumn {
    margin: 0 0 0 46px;
  }

  .footer-bottom {
    display: none !important;
  }

  .centercategorys-momile {
    display: flex;
    padding-left: calc(50% - 725px);
    padding-right: calc(50% - 725px);
  }

  .category-block:last-child {}

  .category-block {
    width: calc(100% / 7);
    background: transparent;
    margin-bottom: 0 !important;
    padding: 15px;
  }

  .category-links {
    display: none;
  }

  .category-showmore_btn {
    display: none;
  }

  .category-block img {
    position: unset;
    width: 100%;
    max-width: 100%;
    height: 100%;
    max-height: 200px;
    opacity: 1;
    box-shadow: 0 0 4px 1px #000000;
    object-fit: cover;
    pointer-events: all;
    cursor: pointer;
    height: auto;
    aspect-ratio: 1/1;
    transform: translateY(0);
  }

  .category-block>a {
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 21px;
    line-height: 1.5em;
    height: calc(3em + 60px);
    padding-bottom: 30px;
    padding-top: 30px;
    position: relative;
    color: #525659;
    max-width: 100%;
  }

  .category-block a span {
    display: block;
    text-align: center;
  }

  .category-block>a:after {
    content: '';
    position: absolute;
    display: block;
    height: 1px;
    width: calc(100% + 30px);
    background: #a0a0a0;
    bottom: 0;
  }

  .category-block>a:hover {
    color: #000000;
  }

  .category-block:hover>a:after {
    height: 3px;
    background: #1a73e8;
  }

  .underheader-mob:not([data-page="kontakti"] .underheader-mob, [data-page="o_proekte"] .underheader-mob, [data-page="laser_cutting"] .underheader-mob, [data-page="about_us_test"] .underheader-mob) {
    display: flex !important;
    width: 100%;
    padding-left: calc(50% - 840px);
    padding-right: calc(50% - 840px);
  }

  .underheader-mob.home-page {
    position: fixed;
    z-index: 2;
    right: 0;
    background: transparent;
  }

  .fixed-icons {
    display: none;
  }

  #toggleInfoMenu {
    display: block !important;
  }

  #toggleInfoMenu img {
    width: 46px;
    height: 44px;
    width: 48px;
    height: 48px;
  }

  .underheader-mob .search_button img {
    width: 46px;
    height: 45px;
    aspect-ratio: 598 / 562;
    width: 48px;
    height: 48px;
    aspect-ratio: 1/1;
  }

  .underheader-mob .search_input input,
  .underheader-mob .search_input input:focus {
    height: 44px;
    padding-right: 46px;
    font-size: 18px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    height: 48px;
  }

  .info-menu {
    max-height: max-content;
    height: auto !important;
    max-width: 100%;
    right: calc(50% + 10px);
    width: calc(100% - 20px);
  }

  .center-block {
    display: block;
    padding-left: calc(50% - 600px);
    padding-right: calc(50% - 600px);
  }

  .underheader-mob_wrap {
    max-width: 380px;
    margin-right: 0;
    margin-left: auto;
    position: relative;
    padding-right: 20px;
    align-items: center;
  }

  .centercategorys1:not(div#allinfodiv .centercategorys1) {
    display: none;
  }

  .catalog-top-list,
  .catalog-main-list {
    display: flex;
  }

  .header-new_inner {
    max-width: 100%;
    padding: 16px calc(50% - 840px + 20px) 0;
  }

  .overhead-new__inner {
    padding: 5px calc(50% - 840px + 20px);
  }

  .header-new_logo {
    flex-basis: unset;
  }

  .overhead-new__column1 {}

  .header-new_phones {
    width: 15%;
  }

  .header-new_right {
    flex-basis: unset;
    width: auto;
  }

  .header-new_center {
    flex-basis: unset;
    width: auto;
  }

  div.link a,
  div.linkactive {
    font-size: 17px;
    color: #525659;
    font-size: 20px;
    font-weight: 500;
  }

  div.linkicon {
    width: 8px;
    height: 10px;
    margin-bottom: -3px;
    padding: 0 10px;
    background-image: url("/themes/new/arrow_breads.png");
  }

  .breadsin>div {
    display: flex;
    align-items: center;
  }

  .breadsin {
    border-bottom: 1px solid #5a5e61;
    padding: 19px 0 20px;
  }

  div.category_h1 h1 {
    font-weight: bold;
    color: #000000;
    font-size: 36px;
    font-size: 34px;
    margin: 0 0 20px;
  }

  div.columncategoryactive0,
  div.columncategoryactive1 {
    background: transparent;
    padding: 15px 10px;
    position: relative;
    padding: 10px 10px;
    font-size: 23px;
    margin: 0;
  }

  div.columncategoryactive0 span,
  div.columncategoryactive1 a {
    color: #1a73e8;
    font-weight: bold;
    font-size: 23px;
  }

  div.columncategoryactive0:after,
  div.columncategoryactive1:after,
  div.columncategory1:hover:after {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    bottom: 0;
    height: 3px;
    background: #1a73e8;
    left: 0;
    height: 3px;
    width: 2px;
    height: 100%;
  }

  div.columncategoryactive1 a {
    color: #000000;
  }

  div.columncategory2,
  div.columncategoryactive2 {
    padding: 10px;
    padding-left: 30px;
    background-position: 12px 55%;
    background-size: 12px 14px;
    padding: 12px 37px;
    padding-right: 10px;
  }

  div.columncategory2 a,
  div.columncategoryactive2 a {
    color: #525659;
    font-weight: bold;
    font-size: 20px;
  }

  div.columncategory2:hover a,
  div.columncategoryactive2 a {
    color: #000000;
  }

  div.columncategoryactive2 a {
    font-size: 22px;
  }

  div.columncategory1 {
    padding: 10px;
    position: relative;
  }

  div.columncategory1:hover {}

  div.columncategory1 a,
  div.columncategory0 span {
    color: #525659;
    font-size: 20px;
    font-weight: 300;
  }

  div.columncategory1:hover a {
    color: #000000;
  }

  div.columncategory0 {
    background: transparent;
    padding: 10px;
    position: relative;
  }

  div.columncategory0 span {
    color: #1a73e8;
  }

  div.columncategory0:hover span {
    color: #000000;
  }

  div.columncategorys {
    background: transparent;
    border: none;
    border-radius: 0;
    box-shadow: none;
    position: relative;
  }

  .allcentermain.allcentermain_category,
  div.category_h1,
  div.breads,
  .allcentermain.allcentermain_item {
    max-width: 1680px;
    padding: 0 20px;
  }

  .products_category .product_img_hor {
    width: 50%;
  }

  .products_hor.products_category {
    display: flex;
    flex-wrap: wrap;
    gap: 30px 50px;
    margin-top: 45px;
  }

  .products_category .product_main_hor {
    display: block;
    width: calc(100% / 2 - 25px);
    margin: 0 !important;
  }

  .filters-to-collapse {
    display: none;
  }

  div.filterscolumn {
    max-width: 76%;
    padding: 10px;
    margin: 23px 0 0;
    position: relative;
    left: 0;
  }

  div.filtercolumn {
    display: inline-block;
    width: calc(20% - 5px);
    padding: 0;
    margin: 5px 0 0;
  }

  .filters-to-collapse.filter__column1,
  .filters-to-collapse.filter__column5 {
    text-align: center;
  }

  .filters-to-collapse.filter__column1 div.filtercolumn,
  .filters-to-collapse.filter__column2 div.filtercolumn {
    width: calc(50% - 5px);
  }

  .filters-to-collapse.filter__column3 div.filtercolumn {
    width: calc(33.3333% - 5px);
  }

  .filters-to-collapse.filter__column5 div.filtercolumn:nth-child(9) {
    width: calc(50% - 5px);
  }

  div.filtercolumn:nth-child(7) {
    width: calc(40% - 5px);
  }

  div.filtercolumn:nth-child(7)~div.filtercolumn {
    width: calc(33.333% - 5px);
  }

  button.collapse-filters {
    padding: 10px 15px;
    font-size: 20px;
    padding: 18px 15px;
  }

  button.collapse-filters span {
    margin: auto;
  }

  button.collapse-filters img {
    width: 15px;
    height: 15px;
    aspect-ratio: 1 / 1;
    backface-visibility: hidden;
    -webkit-font-smoothing: subpixel-antialiased;
    -webkit-backface-visibility: hidden;
    will-change: transform;
  }

  .filterparaminfo select {
    font-size: 15px;
    font-size: 20px;
  }

  .popitems_container {
    padding-left: calc(50% - 725px);
    padding-right: calc(50% - 725px);
  }

  div.allproductblock {
    max-width: 100%;
    margin: auto auto auto 92px;
  }

  .allcentermain.allcentermain_item {
    padding-top: 10px;
  }

  div.productname_over h1 {
    font-weight: bold;
    color: #000000;
    font-size: 36px;
    font-size: 38px;
  }

  div.productcode_over {
    font-weight: 600;
    margin-top: 12px;
    font-size: 21px;
  }

  .item-page-imgs.owl-carousel.owl-theme .owl-dots .owl-dot {
    max-width: 100%;
  }

  .item-page-imgs.owl-carousel.owl-theme .owl-dots .owl-dot span {
    height: 3px;
  }

  div.table_content {
    padding: 10px 20px;
    margin-top: 37px;
  }

  div.productcentercolumn {
    max-width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    margin: 0 auto 0 108px;
    padding-bottom: 25px;
    min-width: 321px;
  }

  .item-page-imgs .owl-stage-outer {
    border: 1px solid #dedede;
  }

  div.cellrelative {
    font-weight: 600;
    font-size: 27px;
  }

  div.product_wrap {
    flex-direction: column;
    width: 100%;
  }

  .product_row {
    width: 100%;
    flex-direction: row-reverse;
  }

  div.productbuy {
    display: block;
    position: unset;
    width: 100%;
  }

  div.productbuybutton {
    display: block;
    width: 100%;
    padding: 0;
    margin-top: 40px;
  }

  .productbuybutton button {
    width: 98%;
    padding: 10px;
    font-size: 27px;
    font-weight: 300;
    padding: 9px;
    margin-top: 9px;
    font-size: 51px;
    letter-spacing: 0;
    background: #67af27;
    width: 100%;
    max-width: 324px;
  }

  div.status {
    font-size: 19px;
    font-weight: 600;
    font-size: 27px;
    letter-spacing: 0;
    line-height: normal;
    color: #1a73e8;
    padding: 0;
  }

  .product_row div.product_price_hor {
    font-weight: bold;
    border-radius: 5px;
    border: 0;
    box-shadow: 0 0 2px 1px #d4d4d4;
    white-space: nowrap;
    font-size: 46px;
    padding: 10px 40px;
    margin-right: 10px;
    margin-top: 20px;
  }

  .productbuybutton button img {
    width: 62px;
    margin-left: 0;
    margin-top: -8px;
    margin-right: 36px;
  }

  div.productquest input {
    font-size: 23px;
    font-weight: 300;
    height: 42px;
    width: auto;
  }

  div.productquest input:hover {
    font-weight: 300;
    font-size: 23px;
    background: #4d4d4d;
  }

  div.productblock_over {
    padding-right: 200px;
  }

  div.productquest {
    top: 3px;
  }

  div.productquest.categoryquest {
    position: absolute;
    top: 0;
    right: 20px;
    z-index: 1;
  }

  .productdesctext *,
  .productdstotext * {
    color: #000000;
    font-size: 21px;
    line-height: 1.5;
  }

  div.addcomment {
    max-width: 975px;
  }

  .addcomment_votename {
    font-size: 17px;
  }

  .addcomment_line * {
    font-size: 17px !important;
  }

  .centertext.centertext_item {
    padding-top: 15px;
    padding-bottom: 15px;
    border-top: 1px solid #5a5e61;
    border-bottom: 1px solid #5a5e61;
  }

  .centertext.centertext_item * {
    font-size: 20px !important;
    text-align: start !important;
    color: #000000;
    line-height: 1.5;
  }

  .centertext.centertext_item h2,
  .centertext.centertext_item h3 {
    font-size: 20px !important;
    padding: 5px 0;
    font-weight: 600;
    margin: 0;
  }

  div.nothingfound {
    font-size: 21px;
    margin: 5px auto;
    color: #ff0000;
    padding: 35px 0 15px 0;
  }

  .centertext.centertext_item {
    display: block !important;
  }

  .allcentermain.allcentermain_chapter_stat4i .centermain {
    width: 100%;
  }

  .pagearticles {
    gap: 20px;
    padding-left: calc(50% - 600px);
    padding-right: calc(50% - 600px);
  }

  .pagearticles+.sortviewblock {
    display: none
  }

  div.pagearticle {
    flex-basis: calc(50% - 10px);
  }

  div.pagearticle_name a {
    font-size: 24px;
    line-height: 1.5;
  }

  div.pagearticle_date {
    opacity: .5;
    font-size: 17px;
  }

  div.pagearticle_short {
    font-size: 20px;
  }

  .pagearticle_readmore a {
    font-size: 19px;
    font-weight: 600;
  }

  .header-new {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    background: #ffffff;
    z-index: 300;
  }

  .header-new,
  .header-new_inner,
  .header-new_logo img {
    transition: all 0.5s ease;
  }

  .header-new_logo img {
    max-height: 65px;
  }

  .header-new_logo {
    min-width: 192px;
  }

  .header-new.active {
    padding: 0 0 5px 0;
  }

  .header-new.active .header-new_inner {
    padding-top: 5px;
  }

  .header-new.active .header-new_logo img {
    max-height: 50px;
  }

  div.body {
    padding-top: 133px;
  }

  .product-tabs_wrap {
    margin-top: 9px;
    margin-bottom: 45px;
  }

  .product-tabs div {
    font-size: 26px;
  }

  .product-tabs {
    padding-bottom: 19px;
  }

  .item-page-imgs.owl-carousel.owl-theme {
    max-width: 582px;
  }

  .item-page-imgs.owl-carousel.owl-theme .owl-dots {
    margin-top: 12px;
  }

  div.columncategorys:before {
    content: '';
    display: block;
    position: absolute;
    height: 100%;
    width: 1px;
    top: 0;
    bottom: 0;
    left: 0;
    background: #808080;
  }

  div.table_wrap {
    border-color: #575756;
  }

  div.columncategory2 a {
    font-weight: 600;
  }

  .header-new_center a {
    font-size: 22px;
  }

  .header-new_lang {
    font-size: 22px;
    padding-right: 0;
  }

  .header-new_cart img {
    width: 27px;
    height: 27px;
    width: auto;
    margin: 0 15px;
  }

  .header-new_login img {
    width: auto;
    height: 27px;
  }

  div.columncategory3 a,
  div.columncategoryactive3 a {
    font-size: 21px;
    margin-left: 20px;
    color: #525659;
  }

  div.columncategoryactive3 a {
    color: #000000;
    font-weight: 600;
  }

  div.columncategory3 a:hover,
  div.columncategory3:hover a {
    color: #000000;
  }

  .products_category .product_topname_hor a,
  .products_category .product_topname_hor:hover a {
    font-size: 25px;
    max-width: 100%;
    min-height: auto;
  }

  .products_category div.product_maininfo_hor {
    gap: 50px;
  }

  .products_category .product_info_hor *:not(.products_category .product_price_hor, .products_category .product_price_hor span) {}

  .products_category .status-text-wrap div {
    line-height: 1.7rem;
  }

  .products_category .product_price_hor {
    font-size: 36px;
    padding: 15px 30px;
    margin-top: 6px;
  }

  .products_category .product_buy_hor button img {
    max-height: 40px;
  }

  .products_category .products_center-row .product_buy_hor {
    margin-top: 11px;
    margin-left: 22px;
  }

  .products_category .product_info_hor>div:nth-child(2) {
    max-width: 241px;
    margin: 8px 0;
  }

  .products_category .products_center-row {}

  .allcentermain.allcentermain_category {
    position: relative;
  }

  .allcentermain.allcentermain_category:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 20px;
    right: 20px;
    width: calc(100% - 40px);
    height: 1px;
    background: #5b5e61;
  }

  .allcentermain.allcentermain_category+.categorys_page_container {
    padding-left: calc(50% - 840px);
    padding-right: calc(50% - 840px);
  }

  .allcentermain.allcentermain_category+.categorys_page_container .centertext * {
    color: #000000;
    line-height: 1.5em;
    font-size: 21px;
  }

  .allcentermain.allcentermain_category .categorys_page_container .centertext * {
    color: #000000;
    line-height: 1.5em;
    font-size: 21px;
  }

  .category-seo {
    font-size: 21px !important;
    color: #000000 !important;
  }

  .allcentermain.allcentermain_category+.categorys_page_container .centertext h2,
  .allcentermain.allcentermain_category+.categorys_page_container .centertext h3 {
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 15px;
  }

  .allcentermain.allcentermain_category .categorys_page_container .centertext h2,
  .allcentermain.allcentermain_category .categorys_page_container .centertext h3 {
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 15px;
  }

  .allcentermain.allcentermain_category+.categorys_page_container .popitems_container,
  .products_hor.products_center {
    padding-left: 0;
    padding-right: 0;
  }

  .allcentermain.allcentermain_category+.categorys_page_container .popular-products_title.products_center {
    font-size: 42px;
  }

  .allcentermain.allcentermain_category+.categorys_page_container div.product_topname_hor a {
    min-height: auto;
    font-size: 22px;
  }

  .allcentermain.allcentermain_category+.categorys_page_container .product_info_hor *:not(.products_center-row *) {
    font-size: 18px;
  }

  .allcentermain.allcentermain_category+.categorys_page_container div.product_price_hor {
    font-size: 31px;
    padding: 5px 20px;
  }

  .allcentermain.allcentermain_category+.categorys_page_container div.product_maininfo_hor {
    gap: 30px;
  }

  .products_category .status-text-wrap>div {
    min-height: 57px;
  }

  .categorys_page_container div.centertext {
    padding: 0 20px 0;
  }

  div.columncategory0 span {
    font-size: 23px;
    font-weight: 500;
  }

  .centerarticles_main {
    padding-bottom: 45px;
  }

  div.product_topname_hor a:hover {
    color: #000000 !important;
  }

  div.pagingnow,
  div.pagingall,
  div.pagingnow:hover,
  div.pagingall:hover {
    width: 48px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 22.5px;
    border-width: 2px;
    line-height: 48px;
  }

  div.pagingright input,
  div.pagingright input:hover {
    width: 48px;
    height: 48px;
    border-width: 2px;
    background-size: 12px;
  }

  div.pagingleft input,
  div.pagingleft input:hover {
    width: 48px;
    height: 48px;
    border-width: 2px;
    background-size: 12px;
  }

  [data-page="skachat4_praislist"] div.link a,
  [data-page="skachat4_praislist"] div.linkactive {
    font-size: 19px;
  }

  [data-page="skachat4_praislist"] .centertext h1 {
    font-size: 25px;
  }

  [data-page="skachat4_praislist"] div.centertext {
    font-size: 20px;
  }

  [data-page="skachat4_praislist"] div.feedback_blockname {
    font-size: 17px;
  }

  [data-page="skachat4_praislist"] input[type="text"],
  [data-page="skachat4_praislist"] textarea {
    font-size: 20px;
  }

  [data-page="skachat4_praislist"] div.feedback_button input {
    font-size: 22px;
  }

  .cartpage_blockparam *,
  div.registration_title {
    font-size: 20px !important;
  }

  .cartpage_blockname,
  div.registration_blockname {
    font-size: 17px;
  }

  .cartpage_blockin1 input {
    font-size: 19px !important;
  }

  div.cartpage_blockin2 input,
  div.cartpage_blockin2 input:hover,
  div.login_button input,
  div.login_button input:hover,
  input#registration_button,
  input#registration_button:hover,
  input#commentitem_button,
  input#commentitem_button:hover {
    font-size: 22px;
  }

  input[type="text"],
  input[type="password"],
  textarea {
    font-size: 19px !important;
  }

  div.login_main td {
    font-size: 25px !important;
  }

  div#seecomments h3,
  div.addcommenttitle {
    font-size: 25px;
  }

  div.pagecomment_text,
  .pagecomment_info {
    font-size: 20px;
  }

  td.cartinfo-title {
    font-size: 28px;
  }

  .cartinfo-item_all div {
    font-size: 22px;
  }

  div.cartinfo_buttons input {
    font-size: 22px !important;
  }

  .cartinfo-item_all>div,
  .cartinfo-item_all>div a {
    font-size: 20px;
  }

  div.cartpage_title {
    font-size: 20px;
  }

  div.newcart31>div:first-child,
  div.newcart32>div:first-child {
    font-size: 17px !important;
  }

  .cartpage_blockparam_new,
  .notselectedwayforpay,
  .notselectedwayforpay:hover,
  .selectedwayforpay {
    font-size: 18px;
  }

  div.pagearticles {}

  div.cartform {
    width: 900px;
  }

  .cartinfo-item_quantity input {
    font-size: 22px !important;
  }

  div.cartpage_blockin2 input,
  div.cartpage_blockin2 input:hover {
    font-size: 24px;
    position: relative;
    top: -30px;
  }

  .info-menu-block img {
    width: 48px;
    height: 48px;
  }

  .info-menu-text p,
  .info-menu-text a {
    font-size: 20px;
  }

  .underheader-mob {
    padding-right: 0 !important;
    padding: 0;
    min-height: 58px;
  }

  .underheader-mob_wrap {
    padding-right: 0;
    max-width: 100%;
  }

  #toggleInfoMenu {
    position: absolute;
    right: 2px;
    top: 100px;
  }

  .underheader-mob .search {
    margin-right: 0;
    background: transparent;
  }

  .underheader-mob .search_input {
    max-width: 542px;
    margin: 0 auto;
    display: none;
  }

  form#search_form {
    display: flex;
    min-height: 58px;
    position: relative;
    padding: 5px 0;
  }

  .underheader-mob .search_input input {
    color: #ffffffba !important;
    color: #ffffff !important;
  }

  form#search_form.active {
    z-index: 1000;
    background: linear-gradient(to left, #ffffff24, transparent);
  }

  .underheader-mob form#search_form.active .search_input {
    display: block;
  }

  div.dropdownsearchfon {
    background: #161616;
    border: none;
  }

  div.searchrow1 {
    background: transparent;
  }

  div.dropdownsearchfon * {
    color: #ffffffd1;
  }

  div.dropdownsearchfon>div:hover * {
    color: #ffffff !important;
  }

  .underheader-mob.home-page.active {
    background-size: cover;
    background: url(/themes/new/fon_poisk.jpg) no-repeat;
    position: fixed;
    z-index: 1000;
  }

  .info-menu {
    max-width: 435px;
    right: 2px;
    transform: none;
    top: calc(100% + 100px);
    width: 435px;
  }

  .underheader-mob .search_button {
    right: 2px;
  }

  .underheader-mob_wrap:not(.underheader-mob.home-page) {
    position: fixed;
    top: var(--hh);
    right: 0;
    z-index: 10;
  }

  .underheader-mob:not(.active) .underheader-mob_wrap {
    width: auto;
  }

  .underheader-mob.active:not(.underheader-mob.home-page) {
    position: fixed !important;
    top: var(--hh);
    z-index: 10000;
  }

  .body.search-active:not(.body.home-page) {
    padding-top: calc(var(--hh) + 58px);
  }

  .underheader-mob .search:not(.underheader-mob.home-page .search) {
    position: relative;
  }

  .underheader-mob.active .underheader-mob_wrap:not(.underheader-mob.home-page .underheader-mob_wrap) {
    position: unset;
  }

  button.js_search-close {
    background: transparent;
    border: none;
    padding: 5px;
    filter: brightness(5);
    position: absolute;
    right: 13px;
    top: -50px;
    display: none;
  }

  .underheader-mob.active button.js_search-close {
    display: block;
  }

  button.js_search-close img {
    width: 20px;
    height: 20px;
    aspect-ratio: 1 / 1;
    object-fit: cover;
  }

  .underheader-mob.active #toggleInfoMenu:before {
    content: '';
    display: block;
    position: absolute;
    inset: 0;
    z-index: 1;
    background: rgba(26, 27, 28, .9);
    cursor: default;
    pointer-events: none;
  }

  .underheader-mob.active #toggleInfoMenu {
    cursor: default;
    pointer-events: none;
  }

  @media all and (max-width: 1450px) {

    .categorys_page_container,
    .popitems_container {
      padding-left: 10px;
      padding-right: 10px;
    }
  }

  @media all and (max-width: 1366px) {
    .header-new_logo {
      padding-left: 0;
      width: auto;
    }

    .header-new_right {
      width: auto;
    }

    .main-banner_text {
      left: 20px;
    }

    .products_category .product_main_hor {
      width: 100%;
    }

    .products_category .products_center-row {
      justify-content: flex-start;
    }
  }

  @media all and (max-width: 1200px) {

    .centerarticles_main,
    .center-block {
      padding-left: 10px;
      padding-right: 10px;
    }
  }

  @media all and (max-width: 1000px) {
    .products_category .product_main_hor {
      width: 100%;
    }
  }
}

@media all and (max-width: 1680px) {
  .aboutUs-mid-text {
    padding: 25px 10px;
  }

  .aboutUs-advantages-main-img {
    width: 100vw;
    position: relative;
    left: -3vw;
  }

  .aboutUs-advantages-main-row {
    padding: 0 30px;
    width: 100vw;
    position: relative;
    left: -3vw;
    right: 0;
  }

  .aboutUs-advantages-main-block {
    width: calc(100% / 4);
  }

  .aboutUs-advantages-main-row:before {
    content: '';
    position: absolute;
    inset: 0 30px;
    background: #ffffff;
  }

  .aboutUs-top-text {
    padding: 20px 7%;
  }
}

@media all and (max-width: 1658px) {
  .container_new {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media all and (max-width: 1600px) {
  .aboutUs-three-banners a span {
    font-size: 19px;
  }

  div.productcentercolumn {
    flex-basis: calc(100% - 674px);
    margin: 0 0 0 80px;
  }
}

@media all and (max-width: 1400px) {
  div.productcolumns {
    display: block;
  }

  div.productcentercolumn {
    flex-basis: 100%;
    margin: 40px 0;
  }

  div.productbuy {
    float: none;
  }

  .item__description--inner {
    display: block;
  }

  div.productdescription {
    border-right: none;
  }
}

@media all and (max-width: 750px) {
  button.js_search-close {
    display: none;
  }
}

.productcentercolumn div.table_wrap {
  border-color: #fff;
  flex-direction: column;
  align-items: stretch;
  padding: 0;
}

.productcentercolumn div.table_wrap .table {
  margin-bottom: 20px;
  border-bottom: 1px solid #000;
}

.productcentercolumn div.cellrelative {
  font-size: 27px;
  width: auto;
}

.productcentercolumn div.table_content {
  padding: 0;
  margin-top: 0;
  display: inline-block;
}

@media all and (max-width: 1500px) {
  .products_center .product_price_hor {
    font-size: 24px;
  }

  div.megacategory a.megacategory,
  div.activemegacategory a.activemegacategory {
    padding: 0;
    font-size: 20px;
  }

  .centerarticle_name {
    font-size: 24px;
  }

  .centerarticle_short {}

  .centerarticle_link {
    font-size: 18px;
  }
}

@media all and (max-width: 1450px) {
  .aboutOrder-bottom {
    padding: 20px 10px;
  }
}

@media all and (max-width: 1366px) {
  .center-block_left {}

  .center-block_right {}

  .home-catselect {}

  .center-block_right p {
    font-size: 18px;
  }

  .home-catselect {
    font-size: 22px;
  }

  .home-catselect select {
    font-size: 18px;
  }

  .home-catselect select option {
    font-size: 16px;
  }

  .center-block_right a {
    padding: 15px;
  }

  .aboutUs-bot h3 {
    font-size: 48px;
  }
}

@media all and (max-width: 1300px) {
  .popular-products-block {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .popular-products-block_button {
    text-align: center;
  }

  .popular-products-block_image {
    flex-basis: auto;
  }

  div.pagearticle {}

  .center-block_right p {
    font-size: 19px;
  }

  .products_center .product_topname_hor a {
    font-size: 19px;
  }

  .aboutUs-three-banners a span {
    font-size: 17px;
  }
}

@media all and (max-width: 1200px) {
  .aboutOrder-top {
    padding: 0 10px 30px 10px;
  }

  .aboutUs-three-banners a {
    width: calc(33% - 10px);
  }

  .three-banners-banner-text {
    font-size: 24px;
  }

  .aboutUs-advantages-main-block ol {
    padding: 30px 5px;
  }

  .aboutUs-advantages-main-block h3 {
    font-size: 24px;
  }
}

@media all and (max-width: 1100px) {
  div.centerchapter {
    flex-basis: calc(50% - 30px);
  }

  .aboutUs-bot h3 {
    font-size: 36px;
  }

  .aboutUs-three-banners a span {
    font-size: 15px;
    letter-spacing: 0;
  }
}

@media all and (max-width: 1000px) {
  .header-new_center a {
    font-size: 18px;
    padding: 0 5px;
  }

  .center-block_right {
    padding: 0 10px;
  }

  .center-block_right p {
    font-size: 16px;
    padding: 15px 0;
    margin-top: 15px;
  }

  .home-catselect {
    font-size: 22px;
  }

  .home-catselect select {
    margin-top: 10px;
    padding: 10px;
  }

  .center-block_right img {
    width: 40px;
  }

  .center-block_left {
    padding: 15px 0;
  }
}

@media all and (max-width: 900px) {
  div.pagearticle {
    flex-basis: calc(calc(100% / 2) - 15px);
  }

  .products_center .product_img_hor,
  .products_center .product_info_hor {
    width: 100%;
  }

  .products_center .product_maininfo_hor {
    flex-wrap: wrap;
    gap: 15px;
  }

  .aboutUs-three-banners a span {
    font-size: 13px;
  }
}

@media all and (max-width: 800px) {
  .header-new_center a {
    font-size: 16px;
  }

  .aboutUs-bot {
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }

  .aboutUs-bot h3 {
    text-align: center;
    margin-bottom: 30px;
    position: unset;
    transform: translateY(0);
  }

  .aboutUs-bot-wrap {
    width: 100%;
    overflow: visible;
  }

  .aboutUs-bot-img {
    width: auto;
    display: flex;
    width: 37%;
    margin-left: 0;
    margin-right: auto;
    position: relative;
    z-index: 1;
  }

  .aboutUs-bot-partners {
    display: block;
    transform: translateX(0);
    height: 0;
  }

  .aboutUs-bot-partners>button {
    display: none;
  }

  .aboutUs-bot-partners.active {
    height: 100%;
    padding-top: 35px;
  }

  .aboutUs-bot h3 {
    display: block !important;
    font-size: 24px;
    width: 65%;
    margin-right: 0;
    margin-left: auto;
    padding: 0;
    margin-top: -80px;
    position: relative;
    z-index: 4;
  }

  .aboutUs-bot-img button {
    transform: translate(-50%, -50%) rotate(90deg);
  }

  .partners-slider.owl-carousel.owl-theme {
    height: 0;
    visibility: hidden;
    transition: none;
    opacity: 0;
    display: none;
  }

  .aboutUs-bot-partners.active .partners-slider.owl-carousel.owl-theme {
    height: 100%;
    visibility: visible;
    opacity: 1;
    display: block;
  }

  .aboutUs-bot-partners.active .aboutUs-bot-partners>button {
    display: block;
  }

  .aboutUs-bot-partners.active>button {
    display: block;
  }
}

.pagearticles_title {
  display: none;
}

@media all and (max-width: 750px) {
  .overhead-new {
    display: none;
  }

  .productquest.filterbutton {
    display: none;
  }

  .pagearticles_title {
    display: block;
    text-align: left;
    padding-bottom: 20px;
    width: 100%;
    font-size: 26px;
  }

  .underheader-mob {
    display: flex;
  }

  #toggleInfoMenu {
    display: block;
  }

  .popular-products {
    display: none;
  }

  .centercategorys-momile {
    display: block;
  }

  .header-new {
    padding: 5px 15px;
  }

  .footer-bottom {
    padding: 8px 0;
    justify-content: space-between;
  }

  .footer-bottom p {
    margin-top: 5px;
  }

  .footer-bottom p {
    font-size: 16px;
  }

  .main-banner-mobile {
    display: block;
  }

  .main-banner-slider.owl-carousel {
    /* display: none; */
    max-width: 97%;
  }

  .main-banner-slider .owl-dots .owl-dot span {
    width: 5px;
    height: 5px;
    margin: 5px 4px;
  }

  div.main-banner-slider .owl-dots {
    bottom: 0;
  }

  div.main-banner-slider .owl-item.active img {
    /*       position:relative;
        width:calc(100% + 2px);
        max-width:calc(100% + 2px);
        left:1px; */
  }

  .footer-bottom a {
    flex-grow: 1;
  }

  .three-banners {
    display: none;
  }

  div.leftmain {
    display: none;
  }

  div.product_one_hor {
    border: none;
  }

  .products_hor {}

  .allfilterscolumn {}

  div#centerdivnew.menucategorys {
    display: block;
  }

  button.collapse-filters {
    display: flex;
    margin-bottom: 0;
  }

  .filters-to-collapse {
    display: none;
  }

  div.category_h1 h1 {
    padding: 0 105px 15px 10px;
    font-size: 18px;
  }

  div.centermain {
    flex-basis: 100%;
    width: 100%;
  }

  .item-page-imgs.owl-carousel.owl-theme {
    max-width: 70%;
  }

  div.pagearticles {
    padding: 15px 15px 0 15px;
  }

  .products_hor.products_center,
  .popular-products_title.products_center,
  .centerarticles_main {
    display: none;
  }

  .aboutOrder-row,
  .aboutOrder-row-reverse {
    flex-direction: column;
  }

  .aboutOrder-hiddenImg {
    display: none !important;
  }

  .aboutOrder-row img,
  .aboutOrder-row-reverse img {
    margin: 0 0 15px;
  }

  .aboutOrder-text,
  .aboutOrder-row-reverse .aboutOrder-text {
    text-align: center;
    text-align: justify;
  }

  .aboutOrder-row .aboutOrder-text {
    max-width: 100%;
    text-align: justify;
  }

  .aboutOrder-row:nth-child(3) img {}

  .contacts-form-body {
    flex-direction: column;
  }

  .contacts-form-body>div {
    width: 100%;
  }

  .aboutUs-three-banners {
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
  }

  .aboutUs-three-banners a {
    width: calc(50% - 10px);
  }

  div.product_maininfo_hor {
    gap: 10px;
  }

  .aboutUs-three-banners a span {
    font-size: 17px;
  }

  .catalog-top-list,
  .catalog-main-list {
    display: none;
  }

  div.mobilecats_allblock {
    padding: 0;
  }

  div.allcentermain {
    padding: 0 16px 0;
  }

  .products_category .product_topname_hor a,
  .products_category .product_topname_hor:hover a {
    text-decoration: underline;
    max-width: 100%;
    font-size: 16px;
    min-height: auto;
    color: #666;
  }

  div.category_h1 {
    padding-bottom: 0;
  }

  div.breads::after {
    height: 1px;
  }

  div.pagearticle_name a {
    font-size: 17px;
  }

  div.pagearticle_short {
    font-size: 16px;
    line-height: 1.2;
  }

  div.pagearticle_name {
    min-height: 50px;
  }

  .category-link a {
    font-size: 14px;
  }

  .footer-block h3 {
    font-size: 16px;
  }

  div.cellrelative {
    font-size: 13px;
  }

  div.status {
    font-size: 15px;
  }

  .info-menu-text p {
    font-size: 15px;
  }

  .expert-call {
    padding-bottom: 40px;
  }

  .expert-call-input-wrap p {
    display: none;
  }

  .expert-call_title p {
    display: block;
    position: absolute;
    font-size: 14px;
    text-align: center;
    bottom: 0;
    padding-bottom: 5px;
    max-width: 100%;
    left: 0;
    right: 0;
    padding-left: 5px;
    padding-right: 5px;
  }

  div.paging {
    display: flex;
    overflow-y: auto;
    padding-bottom: 5px;
  }

  .aboutUs-advantages-main-block h3 {
    font-size: 20px;
    padding: 15px 0;
    min-height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .aboutUs-mid-text {
    margin-top: 30px;
    font-size: 18px;
  }

  .aboutUs-advantages {
    padding-top: 0;
    padding-bottom: 0;
  }

  .aboutUs-advantages-top>div * {
    font-size: 20px;
  }

  .aboutUs-advantages-top>div {
    margin-bottom: 20px;
    height: 70px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .aboutUs-advantages-top li {
    font-size: calc(36px / 2.2);
  }

  .aboutUs-advantages-top li+li {
    margin-top: 20px;
  }

  .aboutUs-advantages-main-row {
    padding: 0 10px;
  }

  .aboutUs-advantages-top {
    margin-bottom: 30px;
    max-width: fit-content;
    padding: 30px 0;
  }

  .aboutUs-advantages-main-block li {
    font-size: 18px;
  }

  .aboutUs-advantages-main-text {
    font-size: 20px;
    padding: 15px 2%;
  }

  .aboutUs-advantages-design {
    margin-top: 30px;
  }

  .aboutUs-advantages-design-title h2 {
    font-size: 22px;
    padding: 25px 0;
  }

  .aboutUs-advantages-design-subtitle h3 {
    font-size: calc(36px / 2.2);
  }

  .aboutUs-advantages-design-subtitle {
    margin-bottom: 30px;
  }

  .aboutUs-advantages-design-slider-title {
    font-size: 22px;
    margin-bottom: 30px;
  }

  .aboutUs-advantages-design-slider.owl-carousel .owl-nav {
    top: -50px;
    width: 90px;
  }

  .aboutUs-advantages-design-slider.owl-carousel .owl-nav button img {
    width: 22px;
  }

  .aboutUs-advantages-design-text {
    font-size: 20px;
    padding: 0 2%;
    margin-top: 30px;
  }

  .aboutUs-bot {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .aboutUs-advantages-main-block {
    padding: 10px;
  }

  .aboutUs-advantages-main-block .dot {
    margin-right: 8px;
  }

  .aboutUs-advantages-main-block ol:not(.aboutUs-advantages-list-mobile) {
    display: none;
  }

  .aboutUs-advantages-list-mobile {
    display: block;
  }

  .header-new {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 10000;
    background: #ffffff;
    z-index: 300;
  }

  div.body {
    padding-top: 122px;
  }

  .aboutUs-top-text {
    padding: 20px 7%;
  }

  .underheader-mob {
    position: fixed;
    top: 70px;
    z-index: 101;
    left: 0;
    right: 0;
  }

  .product-tabs.sticky {
    top: var(--hhAndUh) !important;
  }
}

@media all and (max-width: 700px) {
  .footer-bottom a:nth-child(2) {
    display: none;
  }

  .footer-bottom a {
    border-left: none;
    border-right: 1px solid #4d4d4d69;
  }

  .footer-bottom a:last-child {
    border-right: none;
  }
}

@media all and (max-width: 600px) {
  .footer-links {
    flex-wrap: wrap;
    display: none;
  }

  .footer-bottom p {
    font-size: 14px;
  }

  .footer-links_mobile {
    display: flex;
    padding: 15px 10px 15px 15px;
    justify-content: space-between;
  }

  .footer-block {
    width: calc(100% / 3);
    padding: 2px;
  }

  .footer-block:last-child {
    width: calc(calc(100% / 3) - 8px);
  }

  .footer-block a,
  .footer-block p {
    font-size: 12px;
  }

  .popular-products-block {
    width: 100%;
  }

  .expert-call {
    padding: 5px;
    gap: 10px;
    position: relative;
  }

  .expert-call_title p {
    display: none;
  }

  .expert-call_title h3 {
    font-size: 18px;
  }

  .expert-call_block {
    padding: 0;
  }

  .expert-call-input-wrap p {
    display: none;
  }

  .expert-call-input-wrap input {
    min-width: 140px;
    max-width: 140px;
    font-size: 14px;
    padding: 5px;
  }

  .expert-call-input-wrap {
    margin-right: 5px;
  }

  .expert-call_button {
    padding: 5px 0;
  }

  .expert-call_title {
    padding: 0 5px 0 0;
  }

  .footer-separator,
  .footer-under {
    display: none;
  }

  .footer-under_mobile {
    background: url(/themes/new/mobmenu_bg.png);
    background-size: cover;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding: 8px 10px;
    color: #ffffff;
  }

  .footer-under_mobile a {
    color: #ffffff;
  }

  .footer-under_mobile .totop {
    color: #fff;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  div.productleftcolumn {
    margin-bottom: 0;
    height: 298px;
  }

  .product-tabs div {
    font-size: 16px;
    padding: 0 3%;
    flex-grow: 1;
    text-align: center;
  }

  .product-tabs div:first-child {
    padding-left: 0;
  }

  .product-tabs div:last-child {
    padding-right: 0;
  }

  div.breads {
    padding: 10px 15px;
    position: relative;
  }

  div.allproductblock {
    padding: 0 15px;
  }

  div.breads:after {
    content: "";
    display: block;
    position: absolute;
    height: 1px;
    background: #525659;
    width: calc(100% - 30px);
    top: 100%;
  }

  div.table_content,
  div.product_wrap {
    max-width: 90%;
    margin: 0 auto;
    flex-wrap: wrap;
  }

  div.table_content {
    max-width: 90%;
    padding: 10px 0;
  }

  .product_row {
    width: 100%;
    flex-direction: row-reverse;
    margin-bottom: 16px;
  }

  div.productbuy {
    width: 100%;
  }

  .addcomment,
  div#seecomments {
    padding: 0 15px;
  }

  .item-page-imgs.owl-carousel.owl-theme {
    max-width: 90%;
  }

  div.productblock_over {
    margin-right: -5px;
    padding-right: 100px;
  }

  div.status {
    padding-left: 0;
  }

  .aboutUs-three-banners a {
    width: 100%;
    justify-content: center;
  }

  .aboutUs-top-img img {
    min-height: 250px;
    object-fit: cover;
  }

  .partners-slider-item img {
    width: calc(100% / 2 - 10px) !important;
  }

  .aboutUs-three-banners a span {
    font-size: 19px;
    letter-spacing: 1px;
  }

  .expert-call_title p {
    display: none;
    position: absolute;
    font-size: 10px;
    text-align: center;
    bottom: 0;
    padding-bottom: 5px;
    max-width: 100%;
    left: 0;
    right: 0;
    padding-left: 5px;
    padding-right: 5px;
  }

  .aboutUs-advantages-main-block li {
    font-size: 15px;
  }

  .aboutUs-advantages-main-block h3 {
    font-size: 18px;
  }
}

@media all and (max-width: 550px) {
  .owl-carousel .owl-stage {
    /* height: 274px; */
    height: auto;
  }
}

@media all and (max-width: 500px) {
  .main-banner_item>a {
    line-height: 0;
  }

  .underheader-mob {
    top: 48px;
  }

  div.body {
    padding-top: 100px;
  }

  .category-block {
    height: auto;
  }

  .footer-bottom p {
    font-size: 14px;
    white-space: nowrap;
  }

  .footer-bottom {
    height: 59px;
  }

  .main-banner_text {
    font-size: 13px;
    line-height: 1.2;
    padding: 0 15px;
    width: 100%;
    left: 0;
    max-width: 100%;
  }

  .header-new_logo img {
    max-height: 30px;
  }

  .expert-call_title h3 {
    font-size: 16px;
  }

  div.centerchapter {
    flex-basis: 100%;
    margin-bottom: 20px;
  }

  div.pagearticle {
    flex-basis: 100%;
  }

  div.cartpage_blockin2 {
    text-align: center;
  }

  .product_row div.product_price_hor {}

  .productbuybutton button {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% + 30px);
  }

  div.productbuy {
    padding-bottom: 40px;
  }

  .contacts-form-field:nth-child(1),
  .contacts-form-field:nth-child(2) {
    width: 100%;
  }

  .contacts-form-top_block {
    width: 100%;
    padding: 0 10px;
  }

  .contacts-block-text {
    width: 100%;
    max-width: 100%;
    right: 0;
    left: 0;
    padding: 0 10px;
    top: 45px;
    bottom: 45px;
  }

  .aboutUs-bot h3 {
    font-size: 20px;
  }
}

@media all and (max-width: 450px) {
  .expert-call_title h3 {
    font-size: 12px;
  }

  div.centercategory_img1 {
    height: 200px;
  }

  div.centercategory_imgin1 img {
    max-height: 200px;
  }

  .main-banner_text p {
    font-size: 11px;
  }

  .aboutUs-top-text {
    font-size: 18px;
  }

  .aboutUs-advantages-main-block ol {
    padding: 30px 0;
  }

  .aboutUs-advantages-main-block li {
    font-size: 12px;
    line-height: 1.5;
  }

  .aboutUs-advantages-main-block {
    padding: 5px;
  }

  .aboutUs-advantages-main-block .dot {
    margin-right: 3px;
  }

  .aboutUs-advantages-main-row {
    margin-top: -30px;
  }

  .aboutUs-advantages-main-block h3 {
    font-size: 16px;
  }

  .aboutUs-advantages-main-block li+li {
    margin-top: 10px;
  }
}

@media all and (max-width: 400px) {
  .footer-bottom p {
    font-size: 10px;
  }

  .catalog-main-block img {}

  .footer-bottom a {
    padding: 0 1%;
  }

  .expert-call_title h3,
  .expert-call_button {
    font-size: 12px;
    white-space: nowrap;
  }

  .main-banner_text {
    font-size: 12px;
  }

  div.category_h1 h1 {
    font-size: 17px;
  }

  div.cellrelative {}

  .product-tabs div {
    font-size: 14px;
    padding: 0 10px;
  }

  div.productname_over h1 {
    font-size: 16px;
  }

  div.productcode_over {
    padding: 5px 0;
  }

  div.product_imgin_hor {
    height: 100%;
    padding: 0;
  }

  div.product_imgin_hor img {
    height: 100%;
    object-fit: cover;
  }

  div.product_img_hor {
    padding-right: 0;
  }

  div.product_info_hor {
    padding-left: 20px;
  }

  .cartinfo-item_img {
    flex-basis: 25%;
  }

  .cartinfo-item_all {
    flex-basis: calc(75% - 15px);
  }

  .cartinfo-item_all>div,
  .cartinfo-item_all>div a {
    font-size: 13px;
  }

  .cartinfo-item_quantity button {
    padding: 5px;
  }

  .cartinfo_button1 input#closefadediv,
  div.cartinfo_button2 input {
    padding: 5px 10px;
  }

  .aboutUs-three-banners a span {
    font-size: 17px;
  }

  .expert-call-input-wrap p {
    font-size: 11px;
  }

  .aboutUs-advantages-main-block .dot {
    display: none;
  }
}

@media all and (max-width: 375px) {
  .underheader-mob .search {
    margin-right: 15px;
  }

  .category-block>a {
    font-size: 15px;
  }

  .category-link a {}

  .category-links {
    padding-left: 10px;
  }

  .category-showmore_btn,
  .category-showmore_btn:hover,
  .category-showmore_btn:focus {
    margin-left: 10px;
    font-size: 15px;
  }

  .expert-call_block {
    flex-grow: 1;
  }

  .expert-call-input-wrap {
    flex-grow: 1;
  }

  .expert-call-input-wrap input {
    max-width: 100%;
    min-width: unset;
  }

  div.productquest input,
  div.productquest input:hover {
    font-size: 11px;
  }
}

@media all and (max-width: 350px) {

  div.table_content,
  div.product_wrap,
  .item-page-imgs.owl-carousel.owl-theme {
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
  }
}

@media all and (max-width: 340px) {

  .footer-block a,
  .footer-block p {
    font-size: 10px;
  }

  .main-banner_text {
    font-size: 12px;
  }

  .info-menu-block {
    padding: 10px 0;
  }

  button.collapse-filters span {
    font-size: 11px;
  }

  div.category_h1 h1 {
    font-size: 14px;
  }

  .product-tabs div {
    font-size: 11px;
    padding: 0 7px;
  }

  div.table_content,
  div.product_wrap,
  .item-page-imgs.owl-carousel.owl-theme {}

  div.product_info_hor {
    padding-left: 10px;
  }

  .productbuybutton button {
    left: 50%;
    transform: translateX(-50%);
  }

  .aboutUs-three-banners a span {
    font-size: 15px;
  }
}

@media all and (max-height: 600px) {
  .info-menu-block {
    padding: 5px 0;
  }
}

div.centertext h3 {
  font-size: 21px;
}

.item--params--table1 {
  text-align: center;
  width: 100%;
  max-width: 1910px;
  padding: 25px 10px 25px 10px;
  margin: 0 auto;
  font-size: 35px;
}

.item--params--table1 h3 {
  font-size: 30px;
  margin: 0;
  padding: 0;
  color: #000;
  font-weight: bolder;
}

.item--params--table {
  display: flex;
  justify-content: center;
  width: 100%;
  max-width: 1910px;
  padding: 10px;
  margin: 0 auto;
  padding: 0 max(20px, min(222px, calc(50% - 733px)));
  padding-top: 10px;
  gap: 40px;
  width: 100%;
}

@media all and (max-width: 600px) {
  .item--params--table {
    gap: 25px;
  }
}

.item--params--table--cell {}

.item--params--table--row1 {
  padding: 30px;
  font-size: 20px;
  border: 1px solid #222222;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.item--params--table--row2 {
  padding-top: 50px;
}

@media all and (max-width: 600px) {
  .item--params--table--row2 {
    padding-top: 10px;
  }
}

.item--params--table--row2 ul {
  margin-left: 0;
  padding-left: 0;
}

.item--params--table--row2 li::before {
  content: url(/themes/dsto/arrlist.png);
  position: absolute;
  left: 8px;
  top: 4px;
}

.item--params--table--row2 li {
  list-style-type: none;
  color: #525659;
  font-size: 17px;
  margin: 13px 0;
  padding-left: 45px;
  position: relative;
}

div.allproductblock .productdesctext {
  padding: 15px 0;
}

.productdesctext div {
  padding-left: 0;
  padding-right: 0;
}

.productdesctext table {
  margin-top: 10px;
  border-collapse: collapse;
}

.productdesctext table td {
  padding: 5px 10px;
  border: 1px solid #dedede;
}

.productdesctext :is(ul, ol) {
  padding-left: 24px;
}

.productdesctext :is(ul, ol) li::marker {
  color: #1a73e8;
}

.productdesctext a {
  color: #1a73e8;
  text-decoration: underline;
}

.productdesctext a:hover {
  text-decoration: none;
}

.productdstotext {
  background: #f7f7f7;
  padding: 15px;
  border-left: 2px solid #2e69d4;
  position: relative;
}

.productdstotext::before {
  position: absolute;
  content: "";
}

.body.item-page {
  overflow-x: hidden;
}

div[itemprop="description"]:not(.pagecomment_text) {
  flex-basis: 100%;
  max-width: 100%;
  margin: 0;
}

.productdesctext {
  display: flex;
}

.productdesctext>div {
  padding: 0 20px;
}

.productdesctext div.column50 {
  flex-basis: 50%;
  max-width: 50%;
}

.productdesctext>div:nth-child(2) {
  border-left: 1px solid #000;
}

div[itemprop="description"]:not(.pagecomment_text) p br:not(:first-child) {}

.productdesctext,
.productdstotext {
  width: calc(100% + 45px);
}

.productdesctext {
  padding-bottom: 0;
}

.productdesctext *,
.productdstotext * {
  max-width: calc(100% - 5px);
}

@media all and (min-width: 1150px) {

  .productdesctext,
  .productdstotext {
    width: auto;
  }

  .productdesctext *,
  .productdstotext * {
    max-width: 100%;
  }

  .item--params--table--row1 {
    min-height: 124px;
  }
}

@media all and (max-width: 1100px) {
  .item-page div.leftmain {
    display: none;
  }
}

@media all and (max-width: 800px) {
  .productdesctext {
    margin-top: 20px;
  }

  .item--params--table1 h3 {
    font-size: 21px;
    margin: 0;
    padding: 0;
    color: #000;
    font-weight: bolder;
  }

  .item--params--table {
    display: flex;
    flex-direction: column;
  }

  .item--params--table--cell {
    flex-basis: unset !important;
  }

  div[itemprop="description"]:not(.pagecomment_text) {
    padding: 0 15px;
  }
}

.commentspage {
  max-width: 1200px;
  margin: 0 auto;
}

#seecomments {
  margin: 50px 0 10px 0;
}

.faqtextblock {
  margin-top: 80px;
}

.product-photos-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

div.product_oldprice_hor {
  display: block;
  font-size: 36px !important;
  color: #888;
  font-weight: normal;
  text-decoration: line-through;
  line-height: 2.5rem !important;
}

div.product_actprice_hor {
  font-size: 36px !important;
  line-height: 2.5rem !important;
}

.allcentermain.allcentermain_category+.categorys_page_container .centertext h2,
.allcentermain.allcentermain_category+.categorys_page_container .centertext h3 {
  margin-bottom: 15px;
}

div.centertext ul {
  padding-inline-start: 40px;
  display: block;
  list-style-type: disc;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0;
  margin-inline-end: 0;
}

div.centertext ul,
div.centertext ol {
  padding-inline-start: 40px;
  display: block;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0;
  margin-inline-end: 0;
}

@media all and (max-width: 600px) {
  div.product_oldprice_hor {
    display: block;
    font-size: 25px !important;
    color: #888;
    font-weight: normal;
    text-decoration: line-through;
    line-height: 1.5rem !important;
  }

  div.product_actprice_hor {
    font-size: 25px !important;
    line-height: 1.5rem !important;
  }
}

div.breadsinin {
  display: flex !important;
  align-items: center !important;
  flex-wrap: nowrap !important;
  overflow-x: auto !important;
}

div.breadsinin::-webkit-scrollbar {
  height: 0;
  display: none;
}

div.breadsinin::-webkit-scrollbar-thumb {
  background: #9d9d9d;
  border-radius: 3px;
}

div.breadsinin div {
  white-space: nowrap;
}

@media all and (min-width: 750px) {
  div.product_info_hor .table {
    font-size: 19px;
  }
}

@media all and (min-width: 750px) {
  div.products_category .status-text-wrap div {
    font-size: 18px;
  }
}

@media all and (min-width: 750px) {
  div.product_info_hor .product_bottomcode_hor {
    font-size: 15px;
  }
}

@media all and (min-width: 750px) {
  div.product_info_hor .horproductcode a {
    font-size: 15px;
  }
}

@media all and (min-width: 750px) {
  div.product_info_hor .horproductcode {
    font-size: 15px;
  }
}

@media all and (max-width: 750px) {
  div.product_info_hor .product_bottomcode_hor {
    font-size: 12px;
  }
}

@media all and (max-width: 750px) {
  div.product_info_hor .horproductcode a {
    font-size: 12px;
  }
}

@media all and (max-width: 750px) {
  div.product_info_hor .horproductcode {
    font-size: 12px;
  }
}

@media (max-width: 750px) {

  .catalog-top-list,
  .catalog-main-list {
    display: flex;
  }

  .catalog-main-block {
    padding: 6px;
    width: calc(100% / 2);
  }

  .catalog-top-list {
    display: none;
  }

  .catalog-main-block {}

  .catalog-main-block_name {
    text-align: center;
    position: absolute;
    bottom: 0;
    padding: 6px 0;
    background-color: rgba(0, 0, 0, 0.45);
    width: 100%;
    margin: 0 auto;
    left: 0;
    height: 38px;
    padding: 4px;
    box-sizing: border-box;
    line-height: 16px;
    display: inline-block;
    display: flex;
    justify-content: center;
    vertical-align: middle;
    align-items: center;
    z-index: 1;
  }

  .catalog-main-block_name span {
    color: #fff;
    font-size: 15px;
  }

  .catalog-main-block_name:after {
    display: none;
  }

  .catalog-main-block a {
    position: relative;
  }

  .removebottom {
    display: none;
  }
}

.citiesnames {
  display: flex;
  flex-wrap: wrap;
  max-width: 1450px;
  padding: 20px 10px;
  margin: 0 auto 50px;
  width: 100%;
}

.citiesnames1 {
  border: 1px solid #1c69d4;
  margin: 5px;
  padding: 10px;
  border-radius: 5px;
}

.citiesnames2 {
  color: #1c69d4;
}

.productdesctext img {
  height: unset !important;
}

.searchmobicon1 {
  display: none;
}

.searchmobicon2 {
  display: none;
}

@media (max-width: 750px) {
  .productdescription img {
    height: unset !important;
    max-width: 100%;
  }

  .searchmobicon1.active {
    display: block;
  }

  .searchmobicon2.active {
    display: block;
  }

  .searchmobicon1 {
    position: absolute;
    z-index: 100;
    width: 24px;
    height: 24px;
    top: 4px;
  }

  .searchmobicon2 {
    position: absolute;
    z-index: 1;
    right: 31px;
    top: 5px;
  }

  .searchmobicon1 svg {
    width: 32px;
    height: 24px;
  }

  .searchmobicon2 svg {
    width: 32px;
    height: 24px;
  }

  .underheader-mob .search_input input,
  .underheader-mob .search_input input:focus {
    padding: 6px 32px 10px 15px;
  }
}

div.productdescription h3 {
  font-size: 21px;
  color: #000;
  font-weight: bolder;
}

@media (max-width: 750px) {
  div.productdescription {
    font-size: 17px;
    line-height: 1.3em;
    color: #666666;
  }

  div.productdescription h3 {
    font-size: 21px;
    color: #666666;
    font-weight: bolder;
  }

  div.productdescription {
    padding: 0 15px;
  }
}

div.centertext_new {
  padding: 0 15px;
  color: #000000;
  line-height: 1.5em;
  font-size: 21px !important;
  text-align: justify;
  max-width: 1460px;
  margin: 0 auto;
  padding: 10px 10px 20px 10px;
}

div.centertext_new span {
  font-size: 21px !important;
}

.footer-wrap {
  position: relative !important;
}

@media (max-width: 750px) {
  div.productquest.categoryquest {
    position: absolute;
    top: 6px;
    right: 15px;
    z-index: 1;
  }

  .see--all--cats {
    background: #e8e8e8;
    font-size: 0.9em;
    font-weight: bold;
  }

  #cartlist {
    position: absolute;
    left: 14px;
  }

  div.cartmodul_amount {
    width: 16px;
    height: 16px;
    font-size: 9px;
  }

  .productcentercolumn div.table_wrap .table {
    margin-bottom: 0;
    border-bottom: none;
  }

  .productcentercolumn div.table_content {
    padding: 10px 0;
    margin-top: 0;
    display: block;
  }

  .product_row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    flex-direction: row-reverse;
    margin-bottom: 16px;
  }

  div.productcentercolumn {
    margin: 0;
  }

  div.status {
    margin-top: 0;
  }

  .productcentercolumn div.table_wrap {
    flex-direction: row;
    border: 1px solid #b0b0b0;
    padding: 3px;
  }

  .productdesctext div.column50 {
    flex-basis: 100%;
    max-width: 100%;
    padding: 20px;
  }

  .productdesctext {
    flex-wrap: wrap;
    margin: 0;
  }

  div[itemprop="description"]:not(.pagecomment_text) {
    padding: 0;
  }

  .item__description--inner {
    padding: 0;
  }

  .productdesctext>div:nth-child(2) {
    border-left: none;
  }

  div.productcolumns {
    display: block;
  }

  .productcentercolumn div.cellrelative {
    font-size: 13px;
  }

  div.productstatusin {
    justify-content: center;
    margin-bottom: 0;
    padding-right: 0;
    max-width: calc(100% - 127px);
  }

  .item-page-imgs.owl-carousel .owl-stage-outer {
    border: 1px solid #dedede;
  }

  .productdesctext>div {
    padding: 20px;
  }

  .flex-block.item__description {
    padding: 15px 0;
    margin-top: 0;
  }

  .item-page-imgs.owl-carousel img {
    max-height: 275px;
    height: auto;
    width: auto;
  }

  div.centertext {
    padding: 10px 0 20px 0;
  }

  div.centertext_new {
    line-height: 1.3em;
    font-size: 17px !important;
    padding: 0 0 20px 0;
  }

  div.centertext_new span {
    font-size: 17px !important;
  }

  div.centertext img {
    width: unset;
    height: unset;
    max-width: 100%;
  }

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

.notresults {
  padding: 30px 10px;
}

div.chapter_h1 {
  margin: 0 auto;
  max-width: 1440px;
  padding: 20px 5px 0 5px;
}

.centertext div.chapter_h1 {
  margin: 0 auto;
  max-width: 1440px;
  padding: 20px 5px 20px 5px;
  font-size: 26px;
  font-weight: Bolder;
}

.articletext {
  max-width: unset !important;
}

div#home-catselect_select {
  height: 50px;
  max-width: 100%;
  border: 1px solid #000000;
  width: 100%;
  background: #ffffff;
  border-left: 5px solid #1a73e8;
  font-size: 18px;
  color: #000000;
  font-family: "akrobat", arial, tahoma;
  font-weight: normal;
  position: relative;
}

div#home-1catselect_select {
  height: 50px;
  overflow-y: hidden;
  position: absolute;
  width: 100%;
  max-width: 100%;
  border: 1px solid #000000;
  box-shadow: 0 0 2px 1px #c0c0c0;
  background: #ffffff url(/themes/new/arrow_catalog_select.png) no-repeat 98% 19px;
  width: 101%;
  max-width: 101%;
  left: -5px;
  max-height: 600px;
  z-index: 200;
}

div.home-1catselect_select1 {
  height: auto !important;
  overflow-y: auto !important;
}

div.centeroptgroup {
  line-height: 50px;
  width: 100%;
  max-width: 100%;
  font-size: 20px;
  font-weight: bolder;
}

div.centeroptionmain {
  line-height: 48px;
  padding-left: 15px;
  width: 100%;
  max-width: 100%;
  cursor: pointer;
}

div.centeroptionmain:hover {
  background: #1c69d3;
  color: #ffffff;
}

div.centeroption {
  line-height: 25px;
  padding-left: 20px;
  font-size: 18px;
  color: #000000;
  font-family: "akrobat", arial, tahoma;
  font-weight: normal;
  width: 100%;
  max-width: 100%;
  cursor: pointer;
}

div.centeroption:hover {
  background: #1c69d3;
  color: #ffffff;
}

div.centeroption1 {
  line-height: 35px;
  padding-left: 15px;
  font-size: 20px;
  font-weight: bolder;
  color: #000000;
  width: 100%;
  max-width: 100%;
}

.underheader-mob_wrap .js_search-close {
  order: 2;
}

.underheader-mob_wrap .search {
  order: 3;
  position: relative;
  left: 8px;
}

.underheader-mob_wrap #toggleInfoMenu {
  order: 1;
  position: relative;
  left: -1px;
}

@media all and (max-width: 600px) {
  .underheader-mob .search_button img {
    width: 32px;
    height: 33px;
    border-radius: 2px;
    position: relative;
    left: 4px;
    top: 0;
  }
}

.infosearchdiv {
  position: fixed;
  left: 50%;
  top: 50%;
  display: none;
  z-index: 5000;
  background: #ffffff;
  border-radius: 10px;
  text-align: left;
  max-width: 600px;
  padding: 25px;
  font-size: 24px;
  line-height: 1.5;
  color: #000;
  transform: translate(-300px, -100px);
}

.infosearchdiv__buttons {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}

.infosearchdiv__buttons button {
  color: #ffffff;
  text-align: center;
  font-weight: 400;
  font-size: 24px;
  border-radius: 8px;
  border: 1px solid #000000;
  background: #4069d0;
  padding: 12px 10px;
  -webkit-appearance: button;
}

@media all and (max-width: 600px) {
  .footer-bottom p {
    font-size: 11px;
  }

  .item__description--inner:before {
    width: calc(100% + 41px);
  }

  .infosearchdiv {
    position: fixed;
    left: 50%;
    top: 50%;
    display: none;
    z-index: 5000;
    background: #ffffff;
    border-radius: 10px;
    text-align: left;
    max-width: 300px;
    padding: 15px;
    font-size: 14px;
    line-height: 1.5;
    color: #000;
    transform: translate(-150px, -100px);
  }

  .infosearchdiv__buttons {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
  }

  .infosearchdiv__buttons div:nth-child(1) {
    margin-right: 10px;
  }

  .infosearchdiv__buttons div:nth-child(2) {
    margin-left: 10px;
  }

  .infosearchdiv__buttons button {
    color: #ffffff;
    text-align: center;
    font-weight: 400;
    font-size: 12px;
    border-radius: 8px;
    border: 1px solid #000000;
    background: #4069d0;
    padding: 6px 5px;
    white-space: nowrap;
    -webkit-appearance: button;
  }
}

.infosearchdiv__close {
  text-align: right;
  padding: 0 0 10px 0;
  cursor: pointer;
}

@media screen and (max-height: 900px) {
  div.megacatalogposition {
    padding: 0 30px 5px 0;
    min-height: 60px;
  }
}

@media screen and (max-height: 870px) {
  div.megacatalogin {
    padding: 10px 20px;
  }
}

@media screen and (max-height: 850px) {
  .megamenu__overlay a.subcattwo {
    font-size: 17px;
  }
}

@media screen and (max-height: 800px) {

  div.megacategory a.megacategory,
  div.activemegacategory a.activemegacategory {
    font-size: 18px;
  }

  div.megacatalogposition {
    min-height: 50px;
  }

  div.megasubcategoryinfo {
    margin-bottom: 4px;
  }
}

@media screen and (max-height: 700px) {
  .megamenu__overlay a.subcattwo {
    font-size: 16px;
  }

  div.megasubcategoryinfo {
    margin-bottom: 3px;
  }
}

/* Laser Cutting */
.laser-container-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.laser-section-call,
.laser-section {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin: 0 auto 40px auto;
  box-sizing: border-box;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  color: #000;
}

.laser-section {
  max-width: 1600px;
  padding: 0;
}

.laser-section-call {
  padding: 0;
  max-width: 1128px;
}

.laser-section-call *,
.laser-section * {
  box-sizing: border-box;
  font-family: "akrobat", arial, sans-serif;
}

.laser-section.laser-section---hero {
  height: 468px;
  padding: 40px 10px;
}

.hero-video-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

#laser-hero-video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translate(-50%, -50%);
}

.laser-container {
  margin: 0 auto;
  width: 100%;
  max-width: 1128px;
}

.laser-container.laser-container--hero {
  height: 100%;
}

.laser-hero .laser-hero__wrapp {
  position: relative;
  z-index: 1;
  color: #FFF;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  height: 100%;
}

.laser-hero .laser-hero__title {
  font-size: 34px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
}

.laser-hero .laser-hero__subtitle {
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 20px;
}

.laser-section-call .feedback_button.laser-section__call input,
.laser-btn {
  display: inline-flex;
  padding: 12px;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  color: #FFF;
  background-color: #1C69D3;
  transition: 0.3s;
}

.laser-section-call .feedback_button.laser-section__call input {
  border-radius: 0;
  border: none;
}

.laser-section-call .feedback_button.laser-section__call input:hover,
.laser-section-call .feedback_button.laser-section__call input:focus,
.laser-section .laser-btn:hover,
.laser-section .laser-btn:focus {
  background-color: #4D4D4D;
  color: #FFF;
}

.laser-btn.laser-btn--hero {
  background-color: transparent;
  border: 1px solid #FFF;
}

.laser-btn.laser-btn--hero:hover,
.laser-btn.laser-btn--hero:focus {
  border: 1px solid #1A73E8;
  background-color: #1A73E8;
  color: #FFF;
}

.laser-section-call .laser-section__title,
.laser-section .laser-section__title {
  color: #000;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding: 0;
  margin: 0 0 20px 0;
}

.laser-section .laser-section__main-text {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  margin: 0;
  padding: 0;
}

.laser-section .laser-section__product {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
  height: auto;
}

.laser-section-call .laser-section-call__img,
.laser-section .laser-section__product-img {
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.laser-section .laser-section__product-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  gap: 24px;
}

.laser-section .laser-section__product-info-list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
  max-width: 508px;
}

.laser-section .laser-section__product-info-list-item {
  width: 100%;
  display: flex;
  gap: 8px;
  align-items: center;
}

.laser-section .laser-section__product-info-list-item span:first-child {
  flex-shrink: 1;
}

.laser-section .laser-section__list-item-filler {
  flex-grow: 1;
  height: 24px;
  border-bottom: 1px dashed #888;
  min-width: 10px;
}

.laser-section .laser-section__table-advantages {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  margin-bottom: 20px;
}

.laser-section .laser-section__table-advantages th,
.laser-section .laser-section__table-advantages td {
  border: 1px solid #E8E8E8;
  padding: 12px;
  text-align: left;
  vertical-align: top;
}

.laser-section .laser-section__table-advantages th {
  background-color: #F4F4F4;
  font-weight: 700;
  width: 50%;
}

.laser-section .laser-section__table-advantages tr:nth-child(even) {
  background-color: #F4F4F4;
}

.laser-section__secondary-text {
  padding: 0;
  margin: 0;
  color: #525659;
}

.laser-section .laser-section__photo-wrapp,
.laser-section .laser-section__prices-wrapp {
  width: 100%;
  overflow-x: auto;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.laser-section .laser-section__table-prices {
  min-width: 1100px;
  width: 100%;
  border-collapse: collapse;
  background: #fff;
}

.laser-section .laser-section__table-prices th,
.laser-section .laser-section__table-prices td {
  border: 1px solid #E8E8E8;
  padding: 12px;
  text-align: left;
  font-weight: 500;
}

.laser-section .laser-section__table-prices th {
  background-color: #F4F4F4;
}

.laser-section .laser-section__photo-wrapp::-webkit-scrollbar,
.laser-section .laser-section__prices-wrapp::-webkit-scrollbar {
  height: 4px;
}

.laser-section .laser-section__photo-wrapp::-webkit-scrollbar-track,
.laser-section .laser-section__prices-wrapp::-webkit-scrollbar-track {
  background: #F4F4F4;
  border-radius: 12px;
}

.laser-section .laser-section__photo-wrapp::-webkit-scrollbar-thumb,
.laser-section .laser-section__prices-wrapp::-webkit-scrollbar-thumb {
  width: 90px;
  background: #000;
  border-radius: 12px;
}

.laser-section .laser-section__table-prices .laser-text-r {
  text-align: right;
}

.laser-section .laser-section__table-prices .laser-text-center {
  text-align: center;
}

.laser-section .laser-section__table-prices th.laser-text-center {
  width: 80px;
}

.laser-section .laser-section__main-list,
.laser-section .laser-section__prices-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 20px 0;
  padding: 0;
  list-style: none;
}

.laser-section .laser-section__main-list {
  flex-direction: column;
  margin: 0;
}

.laser-section .laser-section__main-list li::marker,
.laser-section .laser-section__prices-list li::marker {
  content: "•";
}

.laser-section .laser-section__main-list-item,
.laser-section .laser-section__prices-list-item {
  margin-left: 20px;
  padding-left: 20px;
}

.laser-section .laser-section__secondary-text--mb24 {
  margin-bottom: 24px;
}

.laser-section .laser-section__photos {
  width: 100%;
  min-width: 1100px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  height: 200px;
  gap: 20px;
}

.laser-section .laser-section__equipment-img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  object-position: center;
}

.laser-section-call {
  display: flex;
  flex-direction: column;
}

.laser-section-call .laser-section-call__item--span-two {
  grid-column: span 2;
}

.laser-section-call .laser-section-call__img {
  margin-bottom: 24px;
}

.laser-section-call .laser-section-call__form-container {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.laser-section-call .laser-section-call__form-title {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  margin: 0;
  padding: 0;
  text-align: left;
}

.laser-section-call .feedback_main_laser-section__call {
  padding: 0;
}

.laser-section-call-hidden {
  display: none;
}

.laser-section-call .feedback_main_laser-section__call .feedbackinfo {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.laser-section-call .feedback_main_laser-section__call .feedback_line {
  margin: 0;
}

.laser-section-call .feedback_main_laser-section__call .feedback_blockname {
  display: none;
}

.laser-section-call .feedback_main_laser-section__call .feedback_button {
  text-align: left;
}

.laser-section-call .feedback_main_laser-section__call .feedback_blockparam input,
.laser-section-call .feedback_main_laser-section__call .feedback_blockparam textarea {
  border: 1px solid #C6C6C6;
}

.laser-section-call .feedback_main_laser-section__call .feedback_blockparam textarea {
  height: 122px;
}

.laser-section-call .feedback_main_laser-section__call .feedback_blockparam input:focus,
.laser-section-call .feedback_main_laser-section__call .feedback_blockparam textarea:focus,
.laser-section-call .feedback_main_laser-section__call .feedback_blockparam input:active,
.laser-section-call .feedback_main_laser-section__call .feedback_blockparam textarea:active {
  border: 1px solid #000;
}

@media (min-width: 750px) {
  .laser-section-call .laser-section-call__form-container {
    padding: 32px;
  }

  .laser-section-call .laser-section-call__form-title {
    font-size: 21px;
  }

  .laser-section-call {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .laser-section-call .laser-section-call__img {
    margin-bottom: 0;
  }

  .laser-section .laser-section__equipment-img,
  .laser-section .laser-section__photos {
    height: 276px;
  }

  .laser-section .laser-section__prices-list {
    gap: 20px;
  }

  .laser-section .laser-section__photo-wrapp,
  .laser-section .laser-section__prices-wrapp {
    padding-bottom: 0;
  }

  .laser-section .laser-section__product {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }

  .laser-section .laser-section__main-text {
    font-size: 21px;
  }

  .laser-section-call .laser-section__title,
  .laser-section .laser-section__title {
    font-size: 44px;
  }

  .laser-section-call .feedback_button.laser-section__call input,
  .laser-btn {
    font-size: 20px;
  }

  .laser-hero .laser-hero__subtitle {
    font-size: 21px;
    margin-bottom: 32px;
  }

  .laser-hero .laser-hero__title {
    font-size: 58px;
  }

  .laser-section.laser-section---hero {
    height: 560px;
    padding: 40px 30px;
  }

  .laser-section {
    margin: 0 auto 68px auto;
    padding: 0 30px;
    font-size: 21px;
  }

  .laser-hero .laser-hero__wrapp {
    justify-content: center;
  }
}

/* End Laser Cutting */
@media (max-width: 768px) {
  .main-banner-slider.owl-carousel .main-slider-img {
    max-height: fit-content;
  }
}

@media (min-width: 992px) {
  .laser-section.laser-section---hero {
    height: calc(100vh - 133px);
    padding: 40px 30px;
    max-width: 100%;
  }
}


/* new about-us */
html {
  scroll-behavior: smooth;
}

#about-us.about-us * {
  box-sizing: border-box;
}

#about-us.about-us {
  color: #000;
  font-family: "akrobat", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}

.about-us .about-us__container-video {
  position: relative;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
}

.about-us .about-us__container {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 10px;
  box-sizing: border-box;
}

.about-us__hero-video {
  width: 100%;
  /* height: calc(100vh - 100px); */
  height: 328px;
  object-fit: cover;
  object-position: center;
  z-index: -1;
}

.about-us .about-us__section {
  margin-bottom: 40px;
}

.about-us .about-us__icon {
  display: inline-flex;
  width: 24px;
  height: 24px;
  align-items: center;
  justify-content: center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.about-us .about-us__icon.about-us__icon--arrow-d {
  background-image: url('/img/about_us/arrow_d_w.svg');
}

.about-us .about-us__video-link {
  display: none;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 32px;
  font-size: 21px;
  color: #fff;
  /* display: flex; */
  align-items: center;
  gap: 4px;
  cursor: pointer;
  text-decoration: none;
}

.about-us .section-main-title {
  font-size: 30px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 20px;
}

.history-section .history-section__wrapp {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
}

.testimonials-section .testimonials-section__wrapp {
  position: relative;
  width: 100%;
  display: flex;
  gap: 20px;
}

.testimonials-section .testimonials-section__wrapp.slick-dotted {
  margin-bottom: 0;
  padding-bottom: 29px;
}

.testimonials-section .testimonials-section__wrapp .slick-dots {
  bottom: 0;
}

.testimonials-section .testimonials-section__wrapp .slick-dots li {
  margin: 0 6px;
  width: 9px;
  height: 9px;
}

.testimonials-section .testimonials-section__wrapp .slick-dots li button {
  width: 9px;
  height: 9px;
  padding: 0;
  border: none;
  border-radius: 50%;
  background-color: #D6D6D6;
}

.testimonials-section .testimonials-section__wrapp .slick-dots li button::before {
  content: none;
}

.testimonials-section .testimonials-section__wrapp .slick-dots li.slick-active button {
  background-color: #869791;
}

.testimonials-section .testimonials-section__wrapp .testimonials-section__testimonial {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}

.testimonials-section .testimonials-section__rating {
  display: flex;
  align-items: center;
  gap: 9px;
}

.testimonials-section .testimonials-section__author {
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
}


.rating-star {
  display: inline-block;
  width: 22px;
  height: 22px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url('/img/about_us/rating-star-fill.svg');
}

.portfolio-section {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.portfolio-section .portfolio-section__left {
  width: 100%;
  flex-grow: 1;
  flex-shrink: 0;
}

.portfolio-section .portfolio-section__text {
  margin-bottom: 20px;
}

.about-us .about-us-button {
  text-decoration: none;
  display: inline-flex;
  padding: 8px 20px;
  justify-content: center;
  align-items: center;
  border: 1px solid #000;
  transition: all 0.3s;
  color: #000;
  font-family: "akrobat", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
}

.about-us .about-us-button:hover,
.about-us .about-us-button:active {
  color: #124FA1;
  border: 1px solid #124FA1;
}

.portfolio-section .portfolio-section__right {
  position: relative;
  width: 100%;
  flex-grow: 1;
  flex-shrink: 0;
  padding-bottom: 58px;
}

.portfolio-section .portfolio-section__slider-item {
  display: flex;
  flex-direction: column;
  gap: 8px;
  text-decoration: none;
  width: 100%;
  cursor: pointer;
}

.portfolio-section .portfolio-section__slide-img {
  width: 100%;
  height: 363px;
  object-fit: cover;
  object-position: center;
  border-radius: 8px;
  overflow: hidden;
}

.portfolio-section .portfolio-section__slide-info {
  display: flex;
  width: 100%;
  flex-direction: column;
}

.portfolio-section .portfolio-section__slide-title {
  width: 100%;
  overflow: hidden;
  color: #000;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-family: "akrobat", sans-serif;
  font-size: 21px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  transition: all 0.3s;
}

.portfolio-section .portfolio-section__slider-item:hover .portfolio-section__slide-title {
  color: #1C69D3;
}

.portfolio-section .portfolio-section__slide-subtitle {
  width: 100%;
  overflow: hidden;
  color: #525659;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-family: "akrobat", sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
}

.portfolio-section .portfolio-section__slider .slick-next.slick-arrow::before,
.portfolio-section .portfolio-section__slider .slick-prev.slick-arrow::before {
  content: '';
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background-color: #1C69D3;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 10px 16px;
  padding: 8px;
  background-image: url('/img/about_us/arrow_l_w.svg');
  opacity: 1;
}

.portfolio-section .portfolio-section__slider .slick-next.slick-arrow:hover:before,
.portfolio-section .portfolio-section__slider .slick-prev.slick-arrow:hover:before {
  background-color: #124FA1;
}

.portfolio-section .portfolio-section__slider .slick-next.slick-arrow,
.portfolio-section .portfolio-section__slider .slick-prev.slick-arrow {
  transform: none;
  left: auto;
  width: 38px;
  height: 38px;
  top: auto;
  bottom: -58px;
}

.portfolio-section .portfolio-section__slider .slick-next.slick-arrow:hover,
.portfolio-section .portfolio-section__slider .slick-prev.slick-arrow:hover {
  border: none;
  padding: 0;
}

.portfolio-section .portfolio-section__slider .slick-next.slick-arrow::before {
  transform: rotate(180deg);
}

.portfolio-section .portfolio-section__slider .slick-next.slick-arrow {
  right: 0;
}

.portfolio-section .portfolio-section__slider .slick-prev.slick-arrow {
  right: 50px;
}

.portfolio-section .portfolio-section__button {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 38px;
  font-size: 16px;
}

.spiner-section {
  display: flex;
  padding: 20px 0px;
  flex-direction: column;
  align-items: center;
  gap: 32px;
}

.spiner-section .spiner-section__left {
  width: 100%;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
}

.spiner-section .spiner-section__right {
  display: flex;
  align-items: center;
  width: 100%;
  flex-shrink: 0;
}

.spiner-section .spiner-section__video {
  width: 228px;
  height: 228px;
  object-fit: contain;
}

.spiner-section .spiner-section__text {
  font-size: 24px;
  font-weight: 500;
  line-height: normal;
}

.plumbing-section {
  display: flex;
  padding: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 32px;
  border-radius: 12px;
  background: #F4F4F4;
}

.plumbing-section .plumbing-section__left {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  width: 100%;
}

.plumbing-section .plumbing-section__badge {
  display: flex;
  padding: 8px 12px;
  justify-content: center;
  align-items: center;
  border-radius: 333px;
  background: #FFF;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  width: max-content;
}

.plumbing-section .plumbing-section__right {
  display: flex;
  justify-content: center;
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
  flex-shrink: 0;
}

.plumbing-section .plumbing-section__img {
  display: inline-block;
  width: 100%;
  height: 316px;
  max-width: 500px;
  max-height: 465px;
  object-fit: cover;
  object-position: center;
}

.services-section {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.services-section .services-section__text {
  margin-bottom: 20px;
}

.services-section .services-section__main {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 20px;
}

.services-section .services-section__main-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.services-section .services-section__imgs {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: auto;
  max-width: 500px;
  max-height: 290px;
  margin-bottom: 12px;
  border-radius: 8px;
}

.services-section .services-section__item-title {
  color: #000;
  font-size: 24px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 8px;
  text-align: left;
  width: 100%;
}

.services-section .services-section__item-text {
  color: #525659;
}

.services-section .services-section__img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.collaboration-section {
  display: flex;
  padding: 20px;
  align-items: center;
  border-left: 8px solid #1C69D4;
  background: #F4F4F4;
}

.spiner-section .spiner-section__text br {
  display: none;
}

.about-us .btn-sound {
  position: absolute;
  top: 20px;
  left: 10px;
  border: none;
  display: inline-flex;
  width: 36px;
  height: 36px;
  padding: 8px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  border-radius: 4px;
  background-color: #F4F4F4;
  color: #000000;
  transition: all 0.3s;
}

.about-us .btn-sound span {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-color: currentColor;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  background-image: none;
  -webkit-mask-size: contain;
  mask-size: 24px;
  -webkit-mask-image: url('/img/about_us/sound.svg');
  mask-image: url('/img/about_us/sound.svg');
  transition: all 0.3s;
}

.about-us .btn-sound.btn-sound--no-sound span {
  -webkit-mask-image: url('/img/about_us/no_sound.svg');
  mask-image: url('/img/about_us/no_sound.svg');
}

.about-us .btn-sound:hover {
  color: #124FA1;
}

@media (min-width: 992px) {
  .about-us .btn-sound {
    top: 42px;
    left: 156px;
  }
  .portfolio-section .portfolio-section__button {
    bottom: 2px;
    height: 44px;
    font-size: 20px;
  }

  .spiner-section .spiner-section__text br {
    display: inline;
  }

  .about-us .about-us__video-link {
    display: flex;
  }

  .collaboration-section {
    padding: 32px;
  }

  .services-section .services-section__item-title {
    font-size: 32px;
  }

  .services-section .services-section__imgs {
    max-width: 100%;
    max-height: 320px;
    margin-bottom: 24px;
    border-radius: 8px;
  }

  .services-section .services-section__main {
    grid-template-columns: repeat(2, 1fr);
  }

  .services-section .services-section__text {
    margin-bottom: 32px;
  }

  .plumbing-section .plumbing-section__img {
    max-width: 100%;
    height: auto;
  }

  .plumbing-section .plumbing-section__right {
    width: 37%;
  }

  .plumbing-section .plumbing-section__left {
    width: 57.7%;
  }

  .plumbing-section .plumbing-section__badge {
    padding: 12px 24px;
    margin-bottom: 32px;
    font-size: 20px;
    font-weight: 600;
    line-height: normal;
  }

  .plumbing-section {
    padding: 32px;
    gap: 56px;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }

  .spiner-section .spiner-section__text {
    font-size: 32px;
  }

  .spiner-section .spiner-section__video {
    width: 100%;
    height: auto;
  }

  .spiner-section .spiner-section__left {
    width: 40%;
  }

  .spiner-section .spiner-section__right {
    height: 100%;
    width: 54%;
  }

  .spiner-section {
    flex-direction: row;
    justify-content: space-between;
    padding: 40px 0px;
    gap: 56px;
  }

  .portfolio-section .portfolio-section__slider .slick-prev.slick-arrow {
    right: 60px;
  }

  .portfolio-section .portfolio-section__slider .slick-next.slick-arrow,
  .portfolio-section .portfolio-section__slider .slick-prev.slick-arrow {
    transform: none;
    width: 48px;
    height: 48px;
    bottom: -90px;
  }

  .portfolio-section .portfolio-section__slider .slick-next.slick-arrow::before,
  .portfolio-section .portfolio-section__slider .slick-prev.slick-arrow::before {
    width: 48px;
    height: 48px;
  }

  .about-us .portfolio-section .section-main-title {
    margin-top: -13px;
  }

  .portfolio-section .portfolio-section__slider-item {
    width: 245px;
    ;
  }

  .portfolio-section .portfolio-section__slide-wrapp {
    margin: 0 10px;
  }

  .portfolio-section .portfolio-section__slider-item {
    margin: 0;
  }

  .portfolio-section .portfolio-section__left {
    width: 37.3%;
  }

  .portfolio-section .portfolio-section__right {
    width: 60%;
    padding-bottom: 90px;
  }

  .portfolio-section {
    flex-direction: row;
    justify-content: space-between;
    gap: 20px;
  }

  .portfolio-section .portfolio-section__text {
    margin-bottom: 32px;
  }

  .testimonials-section .testimonials-section__slide {
    margin: 0 10px;
  }

  .testimonials-section .testimonials-section__wrapp.slick-dotted {
    padding-bottom: 41px;
  }

  .testimonials-section .testimonials-section__wrapp {
    margin: 0 -10px;
    width: calc(100% + 20px);
  }

  .testimonials-section .testimonials-section__author {
    font-size: 21px;
  }

  .history-section .history-section__wrapp {
    gap: 24px;
  }

  .about-us .section-main-title {
    font-size: 44px;
  }

  .about-us .about-us__section {
    margin-bottom: 68px;
  }

  #about-us.about-us {
    font-size: 21px;
  }

  .about-us__hero-video {
    height: calc(100vh - 133px);
  }

  .about-us .about-us__container {
    max-width: 960px;
  }
}


@media (min-width: 1400px) {
  .about-us .about-us__container-video {
    /* max-width: 1550px; */
    max-width: 100%;
  }

  .about-us .about-us__container {
    max-width: 1148px;
  }
}

/* end new about-us */

/* carousel-logos */
.carousel-logos {
  height: 146px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin: auto;
  width: 100%;
}

.carousel-logos .carousel-logos__wrapper {
  display: flex;
  overflow: hidden;
  user-select: none;
  gap: 19px;
  mask-image: linear-gradient(to right,
      hsl(0 0% 0% / 0),
      hsl(0 0% 0% / 1) 20%,
      hsl(0 0% 0% / 1) 80%,
      hsl(0 0% 0% / 0));
  -webkit-mask-image: linear-gradient(to right,
      hsl(0 0% 0% / 0),
      hsl(0 0% 0% / 1) 20%,
      hsl(0 0% 0% / 1) 80%,
      hsl(0 0% 0% / 0));
}

.carousel-logos .carousel-logos__wrapper--reverse .carousel-logos__group {
  animation-direction: reverse;
  animation-delay: -3s;
}

.carousel-logos .carousel-logos__group {
  height: 63px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: 19px;
  min-width: 100%;
  animation: scroll-x 60s linear infinite;
}

.carousel-logos .carousel-logos__group.carousel-logos__group--rev {
  flex-direction: row-reverse;
}

.carousel-logos .carousel-logos__group img {
  display: block;
  height: 100%;
  pointer-events: none;
  object-position: center;
  object-fit: contain;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-logos .carousel-logos__group {
    animation-play-state: paused;
  }
}

@media (min-width: 992px) {
  .carousel-logos {
    height: 226px;
    gap: 24px;
  }

  .carousel-logos .carousel-logos__wrapper {
    gap: 32px;
  }

  .carousel-logos .carousel-logos__group {
    gap: 32px;
    height: 103px;
  }
}

@keyframes scroll-x {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(calc(-100% - 45px));
  }
}