@font-face {
  font-display: swap;
  font-family: "Proxima Nova";
  src: url("../fonts/ProximaNova-Reg/ProximaNova-Reg.eot");
  src: url("../fonts/ProximaNova-Reg/ProximaNova-Reg.eot?#iefix") format("embedded-opentype"), url("../fonts/ProximaNova-Reg/ProximaNova-Reg.woff") format("woff"), url("../fonts/ProximaNova-Reg/ProximaNova-Reg.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-display: swap;
  font-family: "Proxima Nova";
  src: url("../fonts/ProximaNova-Semibold/ProximaNova-Semibold.eot");
  src: url("../fonts/ProximaNova-Semibold/ProximaNova-Semibold.eot?#iefix") format("embedded-opentype"), url("../fonts/ProximaNova-Semibold/ProximaNova-Semibold.woff") format("woff"), url("../fonts/ProximaNova-Semibold/ProximaNova-Semibold.ttf") format("truetype");
  font-style: normal;
  font-weight: 500;
}

@font-face {
  font-display: swap;
  font-family: "Proxima Nova";
  src: url("../fonts/ProximaNova-Bold/ProximaNova-Bold.eot");
  src: url("../fonts/ProximaNova-Bold/ProximaNova-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/ProximaNova-Bold/ProximaNova-Bold.woff") format("woff"), url("../fonts/ProximaNova-Bold/ProximaNova-Bold.ttf") format("truetype");
  font-style: normal;
  font-weight: 600;
}

@font-face {
  font-display: swap;
  font-family: "Proxima Nova";
  src: url("../fonts/ProximaNova-Light/ProximaNova-Light.eot");
  src: url("../fonts/ProximaNova-Light/ProximaNova-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/ProximaNova-Light/ProximaNova-Light.woff") format("woff"), url("../fonts/ProximaNova-Light/ProximaNova-Light.ttf") format("truetype");
  font-style: normal;
  font-weight: 300;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes notification {
  from {
    opacity: 0;
    transform: translateY(20px) translateX(-50%) translateZ(0);
  }
  10% {
    opacity: 1;
    transform: translateY(0) translateX(-50%) translateZ(0);
  }
  90% {
    opacity: 1;
    transform: translateY(0) translateX(-50%) translateZ(0);
  }
  to {
    opacity: 0;
    transform: translateY(-20px) translateX(-50%) translateZ(0);
  }
}
:root {
  --orange: #fb4509;
}
.fadeIn {
  animation: fadeIn 0.35s;
  animation-fill-mode: both;
}

.fadeOut {
  animation: fadeOut 0.35s;
  animation-fill-mode: both;
}

.notification {
  animation: notification 2s;
  animation-fill-mode: both;
}

article, .wysiwyg, .item-page, .block_text {
  font-size: 0.9375rem;
  color: #555;
}

@media screen and (max-width: 959px) {
  article, .wysiwyg, .item-page, .block_text {
    font-size: 0.875rem;
  }
}

article img, .wysiwyg img, .item-page img, .block_text img {
  max-width: 100%;
}

@media screen and (max-width: 991px) {
  article img, .wysiwyg img, .item-page img, .block_text img {
    width: auto !important;
    height: auto !important;
  }
}

article ul, .wysiwyg ul, .item-page ul, .block_text ul {
  padding-left: 20px;
}

article ul li, .wysiwyg ul li, .item-page ul li, .block_text ul li {
  list-style: disc;
}

article ol, .wysiwyg ol, .item-page ol, .block_text ol {
  padding-left: 20px;
}

article table, .wysiwyg table, .item-page table, .block_text table {
  max-width: 100%;
  margin-bottom: 20px;
}

article table th, article table td, .wysiwyg table th, .wysiwyg table td, .item-page table th, .item-page table td, .block_text table th, .block_text table td {
  padding: 10px;
}

button, .btn, input[type="button"] {
  border: none;
  background: none;
  cursor: pointer;
  display: inline-block;
  background-color: var(--orange);
  padding: 0.6em 1.2em;
  line-height: 1em;
  transition: background 100ms;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

button.focus, button:focus, button:hover, button:active, .btn.focus, .btn:focus, .btn:hover, .btn:active, input[type="button"].focus, input[type="button"]:focus, input[type="button"]:hover, input[type="button"]:active {
  text-decoration: none;
  background-color: #fb4709;
}

button:active, button:focus, .btn:active, .btn:focus, input[type="button"]:active, input[type="button"]:focus {
  outline: none;
}

.form-group {
  position: relative;
}

.form-group.error .error-label {
  opacity: 1;
  transition: opacity .3s;
}

.form-group.error .input-line {
  background: #f41f52;
  width: 100%;
}

.form-group .input-holder:after {
  background: #f41f52;
}

.form-group .error-label {
  color: #ff5656;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.9rem;
  opacity: 0;
  position: absolute;
  right: 0;
  bottom: -2.1rem;
  transition: opacity .3s;
}

.checkbox {
  position: relative;
  -webkit-appearance: checkbox;
  margin-left: 0px;
}

.courier {
  font-weight: bolder;
}

.checkbox input[type="checkbox"] {
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.checkbox input[type="checkbox"]:checked + label:after {
  opacity: 1;
  transition: all 0.35s;
}

.checkbox input[type="checkbox"] + label {
  padding-left: 25px;
  position: relative;
  line-height: 16px;
  cursor: pointer;
}

.checkbox input[type="checkbox"] + label:before {
  width: 16px;
  height: 16px;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  border: 2px solid var(--orange);
  box-sizing: border-box;
  margin-top: -8px;
}

.checkbox input[type="checkbox"] + label:after {
  width: 6px;
  height: 6px;
  content: "";
  position: absolute;
  top: 50%;
  left: 5px;
  background: var(--orange);
  margin-top: -3px;
  transition: all 0.35s;
  opacity: 0;
}

.on_off input[type="checkbox"] {
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.on_off input[type="checkbox"]:checked + label:after {
  background: var(--orange);
  left: 32px;
  transition: all 0.35s;
}

.on_off input[type="checkbox"] + label {
  padding-left: 60px;
  position: relative;
  line-height: 20px;
  cursor: pointer;
}

.on_off input[type="checkbox"] + label:before {
  width: 50px;
  height: 20px;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  border: 2px solid var(--orange);
  box-sizing: border-box;
  border-radius: 20px;
  margin-top: -10px;
}

.on_off input[type="checkbox"] + label:after {
  width: 16px;
  height: 16px;
  content: "";
  position: absolute;
  top: 50%;
  left: 2px;
  border: 1px solid var(--orange);
  background: #fff;
  margin-top: -9px;
  transition: all 0.35s;
  border-radius: 20px;
}

.radio {
  position: relative;
}

.radio input[type="radio"] {
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.radio input[type="radio"]:checked + label:after {
  opacity: 1;
  transition: all 0.35s;
}

.radio input[type="radio"] + label {
  padding-left: 40px;
  position: relative;
  line-height: 20px;
  cursor: pointer;
  font-weight: 500;
}

.radio input[type="radio"] + label:before {
  width: 20px;
  height: 20px;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  border: 1px solid #ccc;
  box-sizing: border-box;
  border-radius: 20px;
  margin-top: -10px;
}

.radio input[type="radio"] + label:after {
  width: 10px;
  height: 10px;
  content: "";
  position: absolute;
  top: 50%;
  left: 5px;
  background: var(--orange);
  border-radius: 10px;
  margin-top: -5px;
  transition: all 0.35s;
  opacity: 0;
}

.input-file {
  cursor: pointer;
  position: relative;
}

.input-file label {
  cursor: pointer;
  display: block;
  transition: all .4s;
}

.input-file input {
  cursor: pointer;
  display: inline-block;
  left: 0;
  opacity: 0.01;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
}

a {
  color: var(--orange);
  transition: all 0.35s;
  text-decoration: none;
}

p {
  margin-top: 0;
}

* {
  box-sizing: border-box;
}

html {
  font: 16px/1.4em Proxima Nova, "Arial", sans-serif;
  color: #333;
}

body {
  margin: 0;
  font-smoothing: antialiased;
  tap-highlight-color: transparent;
}

body.fixed {
  overflow: hidden;
}

body.fixed.client-ios {
  position: fixed;
  height: 100%;
  width: 100%;
}

a {
  border: none;
  outline: none;
}

p {
  margin-bottom: 20px;
}

p:last-child {
  margin-bottom: 0;
}

img {
  border: none;
  outline: none;
  max-width: 100%;
  vertical-align: middle;
}

ul {
  padding: 0;
}

ul li {
  list-style: none;
}

ul.list-inline > li {
  display: inline-block;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 30px;
}

h1 {
  font-size: 2.5714285714285716rem;
}

@media screen and (max-width: 768px) {
  h1 {
    font-size: 2rem;
  }
}

h2 {
  font-size: 2rem;
}

@media screen and (max-width: 768px) {
  h2 {
    font-size: 1.7142857142857142rem;
  }
}

h3 {
  font-size: 1.7142857142857142rem;
}

@media screen and (max-width: 768px) {
  h3 {
    font-size: 1.4285714285714286rem;
  }
}

h4 {
  font-size: 1.4285714285714286rem;
}

@media screen and (max-width: 768px) {
  h4 {
    font-size: 1.2857142857142858rem;
  }
}

h5 {
  font-size: 1.2857142857142858rem;
}

@media screen and (max-width: 768px) {
  h5 {
    font-size: 1.1428571428571428rem;
  }
}

h6 {
  font-size: 1.1428571428571428rem;
}

hr {
  border: 0;
  display: block;
  border-top: 1px solid #353434;
  height: 1px;
  margin-top: 1rem;
  margin-bottom: 1rem;
  clear: both;
}

label {
  border-radius: 0;
}

button, input, select, textarea, a {
  font: 16px/1.4em Proxima Nova, "Arial", sans-serif;
  font-size: 1rem;
}

button:focus, button:active, input:focus, input:active, select:focus, select:active, textarea:focus, textarea:active, a:focus, a:active {
  outline: none;
}

button {
  color: #fff;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #353434;
  outline: none;
  background: none;
  border-radius: 0;
}

select:-moz-focusring {
  color: transparent;
  text-shadow: none;
}

input,
textarea {
  outline: none;
  font: 16px/1.4em Proxima Nova, "Arial", sans-serif;
  color: #353434;
  font-size: 1rem;
  border-radius: 0;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus {
  background: inherit;
  transition: background-color 5000s ease-in-out 0s;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  font: 16px/1.4em Proxima Nova, "Arial", sans-serif;
  font-size: 1rem;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  font: 16px/1.4em Proxima Nova, "Arial", sans-serif;
  font-size: 1rem;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  font: 16px/1.4em Proxima Nova, "Arial", sans-serif;
  font-size: 1rem;
}

input::placeholder,
textarea::placeholder {
  font: 16px/1.4em Proxima Nova, "Arial", sans-serif;
  font-size: 1rem;
}

textarea {
  resize: none;
}

input {
  appearance: none;
}

input[type='number'] {
  -moz-appearance: textfield;
}

input[type='number']::-webkit-outer-spin-button, input[type='number']::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

.container {
  margin: 0 auto;
  width: 1440px;
  background: #fff;
}



@media screen and (max-width: 1600px) {
  .container {
    width: 1360px;
  }
}

@media screen and (max-width: 1500px) {
  .container {
    width: 1280px;
  }
}

@media screen and (max-width: 1440px) {
  .container {
    width: 1230px;
  }
}

@media screen and (max-width: 1380px) {
  .container {
    width: calc(100% - 100px);
  }
}

@media screen and (max-width: 1199px) {
  .container {
    width: 100%;
  }
}
.page-layout-checkout header.page-header {
  padding: 25px 0 40px;
}

.columns,
.container .wrap,
.page-with-filter.page-products .columns,
.checkout-cart-index .columns,
.checkout-index-index #checkout.am-checkout,
.cms-page-view.page-layout-1column .column.main{
  max-width: 1170px;
  width: 100%;
  margin: 0 auto;
}

.container .wrap .wrap,
.page-with-filter.page-products .columns .wrap {
  width: 100%;
  padding: 0;
}

.column.main + .category-view {
  margin-top: 50px;
}
@media screen and (min-width: 1381px) {
  .block-procedure-steps .wrap {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 1380px) {
  header .wrap,
  footer .wrap,
  .block_title .wrap,
  .block_breadcrum .wrap,
  .block_subscription .wrap,
  .block-procedure-steps .wrap,
  .columns {
    padding-left: 30px;
    padding-right: 30px;
  }
  .container .wrap .wrap {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 959px) {
  header .wrap,
  footer .wrap,
  .block_title .wrap,
  .block_breadcrum .wrap,
  .block_subscription .wrap,
  .block-procedure-steps .wrap,
  .columns {
    padding-left: 15px;
    padding-right: 15px;
  }
}


.block_link_product.products-grid .wrap,
.toolbar-top .wrap, .toolbar-bottom .wrap{
  width: 100%;
}
.block_link_product.products-grid .wrap {
  padding-left: 1px;
}

.hidden {
  display: none !important;
}

.image-holder {
  position: relative;
  text-align: center;
  vertical-align: middle;
}

.image-holder img {
  object-fit: cover;
  vertical-align: middle;
  height: 100%;
  width: 100%;
  max-width: 100%;
  max-height: 100%;
}

.image-holder .fake-img {
  opacity: 0;
  position: relative;
  height: 100%;
  width: 100%;
  z-index: 1;
}

.image-holder .img {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}

.table-holder {
  max-width: 100%;
  overflow: auto;
}

.flex-vertical {
  display: flex;
  height: 100%;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
}

.align-center,
.text-center {
  text-align: center;
}

.align-right,
.text-right {
  text-align: right;
}

.align-left,
.text-left {
  text-align: left;
}

.pull-left {
  float: left;
}

.pull-right {
  float: right;
}

.nowrap {
  white-space: nowrap;
}

.clearfix:before, .clearfix:after {
  content: '';
  height: 0;
  display: table;
  clear: both;
}

.hide {
  display: none !important;
}

.inline-layout {
  font-size: 0;
  letter-spacing: 0;
}

.inline-layout > * {
  display: inline-block;
  vertical-align: top;
  font: 16px/1.4em Proxima Nova, "Arial", sans-serif;
}

.inline-layout.col-1 > * {
  width: 100%;
}

.inline-layout.col-2 > * {
  width: 50%;
}

.inline-layout.col-3 > * {
  width: 33.33333%;
}

.inline-layout.col-3 > * > .double {
  width: 66.66667%;
}

.inline-layout.col-4 > * {
  width: 25%;
}

.inline-layout.col-4 > * > .double {
  width: 50%;
}

.inline-layout.col-5 > * {
  width: 20%;
}

.inline-layout.col-5 > * > .double {
  width: 40%;
}

.inline-layout.col-6 > * {
  width: 16.66667%;
}

.inline-layout.col-6 > * > .double {
  width: 33.33333%;
}

.inline-layout.col-7 > * {
  width: 14.28571%;
}

.inline-layout.col-7 > * > .double {
  width: 28.57143%;
}

.inline-layout.col-8 > * {
  width: 12.5%;
}

.inline-layout.col-8 > * > .double {
  width: 266.66667%;
}

.inline-layout.col-9 > * {
  width: 11.11111%;
}

.inline-layout.col-9 > * > .double {
  width: 22.22222%;
}

.inline-layout.col-10 > * {
  width: 10%;
}

.inline-layout.col-10 > * > .double {
  width: 20%;
}

footer {
  padding: 60px 0;
}

@media screen and (max-width: 959px) {
  footer {
    padding: 30px 0;
  }
}

footer.container {
  background: #f4f4f4;
}

footer .bottom_footer .copyright {
  vertical-align: middle;
  color: #777;
  font-size: 0.8125rem;
  width: 65%;
}

footer .bottom_footer {
  width: 100%;
  font-size: 0;
  letter-spacing: 0;
  display: block;
}

@media screen and (max-width: 1023px) {
  footer .bottom_footer .copyright {
    width: 60%;
  }
}

@media screen and (max-width: 880px) {
  footer .bottom_footer {
    margin-top: 30px;
  }
}
@media screen and (max-width: 720px) {
  footer .bottom_footer{
    text-align: center;
    margin-top: 25px;
  }
  footer .bottom_footer .copyright {
    width: 100%;
    margin-bottom: 20px;
  }
}

footer .bottom_footer .block_icon {
  vertical-align: middle;
  width: 35%;
}

@media screen and (max-width: 1023px) {
  footer .bottom_footer .block_icon {
    width: 40%;
  }
}

@media screen and (max-width: 720px) {
  footer .bottom_footer .block_icon {
    width: 100%;
  }
}


footer .bottom_footer .block_icon .icon_payment {
  display: inline-block;
  vertical-align: middle;
  margin-right: 35px;
  padding-right: 35px;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  background: url("../img/icons/payment.png") no-repeat center;
  width: 145px;
  height: 19px;
}

footer .bottom_footer .block_icon .block_social {
  vertical-align: middle;
  display: inline-block;
}

footer .bottom_footer .block_icon .block_social a {
  margin-right: 12px;
  width: 28px;
  height: 28px;
  line-height: 30px;
  text-align: center;
  border-radius: 25px;
  color: #fff;
  text-decoration: none;
  display: inline-block;
}

footer .bottom_footer .block_icon .block_social a.facebook {
  background: #4267b2;
}

footer .bottom_footer .block_icon .block_social a.vk {
  background: #4a76a8;
}

footer .bottom_footer .block_icon .block_social a.instagram {
  background-color: #f09433;
  background-image: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
}

footer .bottom_footer .block_icon .block_social a.instagram i{
  margin-top: -1px;
  margin-left: 1px;
}

footer .bottom_footer .block_icon .block_social a:last-child {
  margin-right: 0;
}
footer .top_footer .block_footer_menu {
  width: 35%;
  float: right;
  font-size: 0;
  letter-spacing: 0;
}
@media screen and (max-width: 1023px) {
  footer .top_footer .block_footer_menu {
    width: 40%;
  }
}
@media screen and (max-width: 880px) {
  footer .top_footer .block_footer_menu {
    width: 100%;
    float: none;
  }
  footer .top_footer .block_footer_menu .block_worktime {
    display: none;
  }
}
footer .top_footer .block_footer_menu nav {
  width: 50%;
  display: inline-block;
  vertical-align: top;
  padding-right: 20px;
  box-sizing: border-box;
}
@media screen and (max-width: 1023px) {
  footer .top_footer .block_footer_menu nav {
    width: 40%;
  }
}
@media screen and (max-width: 880px) {
  footer .top_footer .block_footer_menu nav {
    width: 60%;
  }
}
@media screen and (max-width: 479px) {
  footer .top_footer .block_footer_menu nav {
    width: 100%;
    padding-right: 0;
  }
}
footer .top_footer .block_footer_menu nav li {
  margin-bottom: 15px;
}
@media screen and (max-width: 479px) {
  footer .top_footer .block_footer_menu nav li {
    margin-bottom: 10px;
    text-align: center;
  }
}
footer .top_footer .block_footer_menu nav li.active a {
  color: var(--orange);
}
footer .top_footer .block_footer_menu nav li a {
  line-height: 1.2em;
  color: #000;
  font-size: 0.875rem;
  transition: all 0.35s;
}
footer .top_footer .block_footer_menu nav li a:hover {
  transition: all 0.35s;
  color: var(--orange);
}
footer .top_footer .block_footer_menu nav li:last-child {
  margin-bottom: 0;
}
footer .top_footer .block_footer_menu .block_contact {
  width: 50%;
  display: inline-block;
  vertical-align: top;
}
@media screen and (max-width: 1023px) {
  footer .top_footer .block_footer_menu .block_contact {
    width: 60%;
  }
}
@media screen and (max-width: 880px) {
  footer .top_footer .block_footer_menu .block_contact {
    width: 40%;
  }
}
@media screen and (max-width: 479px) {
  footer .top_footer .block_footer_menu .block_contact {
    width: 100%;
    margin-top: 30px;
  }
}
footer .top_footer .block_footer_menu .block_contact .block_phone {
  margin-bottom: 35px;
  padding-bottom: 35px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 479px) {
  footer .top_footer .block_footer_menu .block_contact .block_phone {
    padding-bottom: 25px;
    margin-bottom: 0;
    text-align: center;
  }
}

footer .top_footer .block_footer_menu .block_contact .block_phone a {
  display: inline-block;
  vertical-align: middle;
  color: #3a3a3a;
  font-size: 1.3125rem;
  line-height: 1em;
  font-weight: 500;
  transition: all 0.35s;
  margin-bottom: 7px;
}

@media screen and (max-width: 1100px) {
  footer .top_footer .block_footer_menu .block_contact .block_phone a {
    font-size: 1.25rem;
  }
}

footer .top_footer .block_footer_menu .block_contact .block_phone a:hover {
  transition: all 0.35s;
  color: var(--orange);
}

footer .top_footer .block_footer_menu .block_contact .block_phone .block_info {
  display: inline-block;
  vertical-align: top;
  position: relative;
  margin-left: 15px;
  margin-bottom: 7px;
}

footer .top_footer .block_footer_menu .block_contact .block_phone .block_info:hover .block_text {
  transition: all 0.35s;
  display: block;
}

footer .top_footer .block_footer_menu .block_contact .block_phone .block_info .info {
  width: 18px;
  height: 18px;
  display: inline-block;
  background: url("../img/icons/info.svg") no-repeat center;
  background-size: 100%;
  cursor: pointer;
}
footer .top_footer .block_footer_menu .block_contact .block_phone .block_info .block_text {
  display: none;
  position: absolute;
  left: 50%;
  margin-left: -80px;
  top: 100%;
  transition: all 0.35s;
  width: 160px;
  padding-top: 10px;
}
@media screen and (max-width: 1380px) {
  footer .top_footer .block_footer_menu .block_contact .block_phone .block_info .block_text {
    margin-left: -100px;
  }
}
@media screen and (max-width: 1199px) {
  footer .top_footer .block_footer_menu .block_contact .block_phone .block_info .block_text {
    margin-left: -130px;
  }
}
@media screen and (max-width: 374px) {
  footer .top_footer .block_footer_menu .block_contact .block_phone .block_info .block_text {
    margin-left: -140px;
  }
}
footer .top_footer .block_footer_menu .block_contact .block_phone .block_info .block_text:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-bottom: 8px solid #fff;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  left: 50%;
  margin-left: -7px;
  top: 2px;
}
@media screen and (max-width: 1380px) {
  footer .top_footer .block_footer_menu .block_contact .block_phone .block_info .block_text:before {
    left: calc(50% + 20px);
  }
}
@media screen and (max-width: 1199px) {
  footer .top_footer .block_footer_menu .block_contact .block_phone .block_info .block_text:before {
    left: calc(50% + 50px);
  }
}
@media screen and (max-width: 374px) {
  footer .top_footer .block_footer_menu .block_contact .block_phone .block_info .block_text:before {
    left: calc(50% + 60px);
  }
}
footer .top_footer .block_footer_menu .block_contact .block_phone .block_info .block_text > div {
  box-shadow: rgba(0, 0, 0, 0.2) 0 2px 12px;
  padding: 10px;
  border-radius: 4px;
  background: #fff;
}
footer .top_footer .block_footer_menu .block_contact .block_worktime {
  display: none;
}
footer .top_footer .block_footer_menu .block_contact p {
  color: #777;
  font-size: 0.8125rem;
  line-height: 1.3em;
  margin-bottom: 7px;
}
footer .top_footer .block_footer_menu .block_contact p:last-child {
  margin-bottom: 0;
}
footer .top_footer .list_menu {
  width: 65%;
  font-size: 0;
  letter-spacing: 0;
}
@media screen and (max-width: 1023px) {
  footer .top_footer .list_menu {
    width: 60%;
  }
}
@media screen and (max-width: 880px) {
  footer .top_footer .list_menu {
    display: none;
  }
}
footer .top_footer .list_menu .item {
  display: inline-block;
  vertical-align: top;
  width: 25%;
  padding-right: 20px;
  box-sizing: border-box;
}
@media screen and (max-width: 959px) {
  footer .top_footer .list_menu .item {
    width: 50%;
  }
}
footer .top_footer .list_menu .item h3 {
  margin-bottom: 20px;
  max-width: 130px;
}
footer .top_footer .list_menu .item h3.active a {
  color: var(--orange);
}
footer .top_footer .list_menu .item h3 a {
  line-height: 1.2em;
  color: #000;
  font-size: 1.125rem;
  transition: all 0.35s;
  font-weight: 500;
}
footer .top_footer .list_menu .item h3 a:hover {
  transition: all 0.35s;
  color: var(--orange);
}
footer .top_footer .list_menu .item ul {
  max-width: 130px;
  margin-bottom: 35px;
}
footer .top_footer .list_menu .item ul li {
  margin-bottom: 15px;
}
footer .top_footer .list_menu .item ul li.active a {
  color: var(--orange);
}
footer .top_footer .list_menu .item ul li a {
  line-height: 1.2em;
  color: #777;
  font-size: 0.875rem;
  transition: all 0.35s;
}
footer .top_footer .list_menu .item ul li a:hover {
  transition: all 0.35s;
  color: var(--orange);
}

header .bottom_header {
  padding: 20px 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  header .bottom_header {
    padding: 15px 0;
  }
}
header .bottom_header .wrap {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
header .bottom_header .logo {
  margin-right: 15px;
}
@media screen and (max-width: 767px) {
  header .bottom_header .logo {
    height: 24px;
  }
}
@media screen and (max-width: 600px) {
  header .bottom_header .logo {
    height: 18px;
  }
}
header .bottom_header .logo img {
  max-height: 100%;
  width: auto!important;
}
header .bottom_header .lang {
  padding-right: 40px;
  padding-left: 30px;
  background: url("../img/icons/lang.svg") no-repeat left center;
  background-size: 16px;
}
@media screen and (max-width: 959px) {
  header .bottom_header .lang {
    display: none;
  }
}
header .bottom_header .lang a {
  color: #777;
  font-size: 0.8125rem;
  line-height: 1em;
  transition: all 0.35s;
}
header .bottom_header .lang a:hover {
  transition: all 0.35s;
  color: var(--orange);
}
header .bottom_header .block_search {
  max-width: 550px;
  flex-grow: 2;
  padding-right: 40px;
  position: relative;
}
@media screen and (max-width: 767px) {
  header .bottom_header .block_search {
    padding-right: 30px;
  }
}
@media screen and (max-width: 600px) {
  header .bottom_header .block_search {
    padding-right: 0;
  }
}
header .bottom_header .block_search .search-autocomplete {
  z-index: 9;
}

header .bottom_header .block_search .search-autocomplete ul {
  margin: 0;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-top: 0;
  background: #fff;
}

header .bottom_header .block_search .search-autocomplete ul li {
  padding: 10px;
  transition: all 0.35s;
  cursor: pointer;
}

header .bottom_header .block_search .search-autocomplete ul li:hover {
  transition: all 0.35s;
  color: var(--orange);
}

header .bottom_header .block_search .search-autocomplete ul li .qs-option-name {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  height: 22px;
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 30px);
}

header .bottom_header .block_search .search-autocomplete ul li .amount {
  color: var(--orange);
  display: inline-block;
  vertical-align: middle;
  text-align: right;
  width: 30px;
}

header .bottom_header .block_search .form-holder.error input {
  border-color: red;
}

header .bottom_header .block_search .form-holder input {
  width: 100%;
  border: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding: 12px 30px 12px 0;
  line-height: 1em;
  color: #000;
  font-size: 0.9375rem;
}

@media screen and (max-width: 767px) {
  header .bottom_header .block_search .form-holder input {
    font-size: 0.8125rem;
    padding: 7px 28px 7px 0;
  }
}

@media screen and (max-width: 600px) {
  header .bottom_header .block_search .form-holder input {
    padding: 4px 28px 4px 0;
  }
}

header .bottom_header .block_search .form-holder input::-webkit-input-placeholder {
  color: #aaa;
  font-size: 0.9375rem;
}

header .bottom_header .block_search .form-holder input::-moz-placeholder {
  color: #aaa;
  font-size: 0.9375rem;
}

header .bottom_header .block_search .form-holder input:-ms-input-placeholder {
  color: #aaa;
  font-size: 0.9375rem;
}

header .bottom_header .block_search .form-holder input::placeholder {
  color: #aaa;
  font-size: 0.9375rem;
}

@media screen and (max-width: 767px) {
  header .bottom_header .block_search .form-holder input::-webkit-input-placeholder {
    font-size: 0.8125rem;
  }
  header .bottom_header .block_search .form-holder input::-moz-placeholder {
    font-size: 0.8125rem;
  }
  header .bottom_header .block_search .form-holder input:-ms-input-placeholder {
    font-size: 0.8125rem;
  }
  header .bottom_header .block_search .form-holder input::placeholder {
    font-size: 0.8125rem;
  }
}

header .bottom_header .block_search input[type="submit"] {
  cursor: pointer;
  position: absolute;
  top: 50%;
  margin-top: -15px;
  right: 40px;
  width: 29px;
  height: 29px;
  border: 0;
  background: #fff url("../img/icons/search.svg") no-repeat center;
  background-size: 100%;
  padding: 0;
}

@media screen and (max-width: 767px) {
  header .bottom_header .block_search input[type="submit"] {
    width: 26px;
    height: 26px;
    margin-top: -13px;
    right: 30px;
  }
}

@media screen and (max-width: 600px) {
  header .bottom_header .block_search input[type="submit"] {
    margin-top: 0;
    top: -2px;
    right: 0;
  }
}

header .bottom_header .block_contact {
  display: inline-block;
  vertical-align: top;
}

@media screen and (max-width: 600px) {
  header .bottom_header .block_contact {
    display: none;
  }
}

header .bottom_header .block_contact .block_phone p {
  color: #777;
  font-size: 0.8125rem;
  line-height: 1.3em;
  margin-bottom: 7px;
}

header .bottom_header .block_contact .block_phone p:last-child {
  margin-bottom: 0;
}

header .bottom_header .block_contact .block_phone a {
  display: inline-block;
  vertical-align: middle;
  color: #3a3a3a;
  font-size: 1.5625rem;
  line-height: 1em;
  font-weight: 500;
  transition: all 0.35s;
  margin-bottom: 7px;
}

header .bottom_header .block_contact .block_phone a:hover {
  transition: all 0.35s;
  color: var(--orange);
}

header .bottom_header .block_contact .block_phone .block_info {
  display: inline-block;
  vertical-align: top;
  position: relative;
  margin-left: 15px;
  margin-bottom: 7px;
}

header .bottom_header .block_contact .block_phone .block_info:hover .block_text {
  transition: all 0.35s;
  display: block;
}

header .bottom_header .block_contact .block_phone .block_info .info {
  width: 18px;
  height: 18px;
  display: inline-block;
  background: url("../img/icons/info.svg") no-repeat center;
  background-size: 100%;
  cursor: pointer;
}

header .bottom_header .block_contact .block_phone .block_info .block_text {
  display: none;
  position: absolute;
  left: 50%;
  margin-left: -80px;
  top: 100%;
  transition: all 0.35s;
  width: 160px;
  padding-top: 10px;
  z-index: 10;
}

@media screen and (max-width: 1380px) {
  header .bottom_header .block_contact .block_phone .block_info .block_text {
    margin-left: -100px;
  }
}

@media screen and (max-width: 1199px) {
  header .bottom_header .block_contact .block_phone .block_info .block_text {
    margin-left: -130px;
  }
}

@media screen and (max-width: 959px) {
  header .bottom_header .block_contact .block_phone .block_info .block_text {
    margin-left: -140px;
  }
}

header .bottom_header .block_contact .block_phone .block_info .block_text:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-bottom: 8px solid #fff;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  left: 50%;
  margin-left: -7px;
  top: 2px;
}

@media screen and (max-width: 1380px) {
  header .bottom_header .block_contact .block_phone .block_info .block_text:before {
    left: calc(50% + 20px);
  }
}

@media screen and (max-width: 1199px) {
  header .bottom_header .block_contact .block_phone .block_info .block_text:before {
    left: calc(50% + 50px);
  }
}

@media screen and (max-width: 959px) {
  header .bottom_header .block_contact .block_phone .block_info .block_text:before {
    left: calc(50% + 60px);
  }
}

header .bottom_header .block_contact .block_phone .block_info .block_text > div {
  box-shadow: rgba(0, 0, 0, 0.2) 0 2px 26px;
  padding: 10px;
  border-radius: 4px;
  background: #fff;
}

header .top_header {
  background-color: #060606;
}

header .top_header .wrap {
  position: relative;
  display: flex;
  margin-right: 0;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  max-width: 100%;
}

header .top_header .service-order {
  margin-right: auto;
}
@media screen and (max-width: 1023px) {
  header .top_header .service-order {
    margin: 0 auto 30px;
    display: inline-block;
  }
}
@media screen and (max-width: 768px) {
  header .top_header .service-order {
    margin: 0 auto 10px;
    /* display: inline-block; */
  }
}
header .top_header .service-order .order {
  padding: 15px 14px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1em;
  border: 2px solid transparent;
  min-height: 47px;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  header .top_header .service-order .order {
    font-size: 16px;
    padding: 15px 30px;
    min-width: 220px;
  }
}
header .top_header .service-order .order:hover {
  color: #000;
  background-color: #fff;
}

header .top_header .block_user:hover .name_user {
  transition: all 0.35s;
  background-color: #fff;
  color: #000;
  background-image: url("../img/icons/user_active.svg");
}

header .top_header .block_user:hover .menu_user, header .top_header .block_user:hover .block_login {
  z-index: 10;
  transition: all 0.35s;
  opacity: 1;
}

header .top_header .block_user .name_user {
  max-width: 170px;
  color: #fff;
  white-space: nowrap;
  transition: all 0.35s;
  font-size: 0.8125rem;
  line-height: 1em;
  padding: 19px 15px 18px 45px;
  background: url("../img/icons/user.svg") no-repeat 10px center;
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media screen and (max-width: 1023px) {
  header .top_header .block_user .name_user {
    padding: 19px 10px 18px 40px;
    max-width: 160px;
  }
}

@media screen and (max-width: 959px) {
  header .top_header .block_user .name_user {
    text-indent: -99999999px;
    padding: 18px 10px 17px 30px;
    background-position: 7px center;
  }
}

@media screen and (max-width: 480px) {
  header .top_header .block_user .name_user {
    border-top: 1px solid transparent;
    border-left: 1px solid transparent;
    padding: 18px 10px 17px 30px;
  }
}

header .top_header .block_user .name_user:hover {
  transition: all 0.35s;
  background-color: #fff;
  color: #000;
  background-image: url("../img/icons/user_active.svg");
}

@media screen and (max-width: 480px) {
  header .top_header .block_user .name_user:hover {
    border-color: var(--orange);
  }
}

header .top_header .block_user .block_login {
  position: absolute;
  left: -1px;
  top: 100%;
  width: 400px;
  background: #fff;
  border-left: 1px solid var(--orange);
  border-right: 1px solid var(--orange);
  border-bottom: 1px solid var(--orange);
  z-index: 0;
  opacity: 0;
  transition: all 0.35s;
  padding: 30px;
}

@media screen and (max-width: 1380px) {
  header .top_header .block_user .block_login {
    left: 29px;
  }
}

@media screen and (max-width: 959px) {
  header .top_header .block_user .block_login {
    left: 14px;
  }
}

@media screen and (max-width: 480px) {
  header .top_header .block_user .block_login {
    left: 0;
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  header .top_header .block_user .block_login {
    padding: 20px;
  }
}

header .top_header .block_user .block_login .block_title {
  margin-bottom: 15px;
}

header .top_header .block_user .block_login .block_title h3 {
  color: #000;
  font-weight: 500;
  font-size: 1.875rem;
  vertical-align: middle;
  margin-bottom: 0;
}

@media screen and (max-width: 479px) {
  header .top_header .block_user .block_login .block_title h3 {
    font-size: 1.25rem;
  }
}

header .top_header .block_user .block_login .block_title .link_regist {
  vertical-align: middle;
  padding-left: 30px;
  color: #000;
  font-weight: 400;
  background: url("../img/icons/plus.svg") no-repeat left center;
  transition: all 0.35s;
}

@media screen and (max-width: 479px) {
  header .top_header .block_user .block_login .block_title .link_regist {
    font-size: 0.8125rem;
  }
}

header .top_header .block_user .block_login .block_title .link_regist:hover {
  transition: all 0.35s;
  color: var(--orange);
}

header .top_header .block_user .block_login .block_button input[type="submit"] {
  color: #fff;
  background: var(--orange) url("../img/icons/array_w.svg") no-repeat calc(100% - 20px) center;
  padding: 11px 45px 11px 30px;
  line-height: 1em;
  font-weight: 500;
  cursor: pointer;
  text-align: left;
  border-radius: 20px;
  vertical-align: middle;
  transition: all 0.35s;
  border: 2px solid var(--orange);
}

@media screen and (max-width: 374px) {
  header .top_header .block_user .block_login .block_button input[type="submit"] {
    padding: 11px 45px 11px 20px;
  }
}

header .top_header .block_user .block_login .block_button input[type="submit"]:hover {
  transition: all 0.35s;
  background: #fff url("../img/icons/array_orange.svg") no-repeat calc(100% - 20px) center;
  color: var(--orange);
}

header .top_header .block_user .block_login .block_button .text-right {
  vertical-align: middle;
}

header .top_header .block_user .block_login .block_button .lost_pass {
  vertical-align: middle;
  color: var(--orange);
  font-size: 0.875rem;
  transition: all 0.35s;
}

header .top_header .block_user .block_login .block_button .lost_pass:hover {
  transition: all 0.35s;
  text-decoration: underline;
}

header .top_header .block_user .block_login .form-holder {
  margin-bottom: 30px;
  position: relative;
}

header .top_header .block_user .block_login .form-holder.error input {
  border-color: red;
}

header .top_header .block_user .block_login .form-holder label {
  color: #aaa;
  font-size: 0.9375rem;
  line-height: 1em;
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
  transition: all 0.35s;
}

header .top_header .block_user .block_login .form-holder input {
  width: 100%;
  padding: 10px 0;
  border: 0;
  border-bottom: 1px solid #ccc;
  color: #000;
  line-height: 1em;
  font-size: 0.9375rem;
}

header .top_header .block_user .block_login .form-holder input:focus + label,
header .top_header .block_user .block_login .form-holder input:valid + label {
  font-size: 0.8125rem;
  top: -3px;
  transition: all 0.35s;
}

header .top_header .block_user .menu_user {
  position: absolute;
  left: -1px;
  top: 100%;
  width: 270px;
  background: #fff;
  border-left: 1px solid var(--orange);
  border-right: 1px solid var(--orange);
  border-bottom: 1px solid var(--orange);
  z-index: 0;
  opacity: 0;
  transition: all 0.35s;
  padding: 20px 10px;
}

@media screen and (max-width: 1380px) {
  header .top_header .block_user .menu_user {
    left: 29px;
  }
}

@media screen and (max-width: 959px) {
  header .top_header .block_user .menu_user {
    left: 14px;
  }
}

@media screen and (max-width: 480px) {
  header .top_header .block_user .menu_user {
    left: 0;
    width: 100%;
  }
}

header .top_header .block_user .menu_user .logout {
  margin-left: 12px;
  color: #777;
  transition: all 0.35s;
  font-size: 0.8125rem;
}

header .top_header .block_user .menu_user .logout:hover {
  transition: all 0.35s;
  color: var(--orange);
}

header .top_header .block_user .menu_user ul {
  margin: 0;
}

header .top_header .block_user .menu_user ul li {
  margin-bottom: 2px;
}

header .top_header .block_user .menu_user ul li.active a {
  color: #fff;
  background: var(--orange);
  background-image: url("../img/icons/left_w.svg");
  background-repeat: no-repeat;
  background-position: calc(100% - 8px) center;
}

header .top_header .block_user .menu_user ul li a {
  display: block;
  line-height: 1.1em;
  font-size: 1rem;
  color: #000;
  transition: all 0.35s;
  padding: 8px 20px 7px 12px;
  border-radius: 16px;
  font-weight: 500;
  background-image: url("../img/icons/left_g.svg");
  background-repeat: no-repeat;
  background-position: calc(100% - 8px) center;
}

header .top_header .block_user .menu_user ul li a:hover {
  transition: all 0.35s;
  color: #fff;
  background: var(--orange);
  background-image: url("../img/icons/left_w.svg");
  background-repeat: no-repeat;
  background-position: calc(100% - 8px) center;
}

@media screen and (max-width: 767px) {
  header .top_header .block_menu:hover nav {
    height: auto;
    transition: height 0.35s;
  }
}

header .top_header .block_menu > label {
  display: none;
  font-size: 1rem;
  color: #fff;
  font-weight: 500;
  cursor: pointer;
  padding: 14px 30px;
}

@media screen and (max-width: 767px) {
  header .top_header .block_menu > label {
    display: block;
  }
}



header .top_header .block_menu nav > ul {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

/* @media screen and (max-width: 1100px) {
  header .top_header .block_menu nav > ul {
    display: flex;
    align-items: center;
  }
} */
@media screen and (max-width: 1023px) {
  header .top_header .block_menu nav > ul {
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  header .top_header .block_menu nav > ul > li {
    display: block;
  }
  header .top_header .block_menu nav > ul > li:last-child {
    border-bottom: 0;
  }
}

header .top_header .block_menu nav > ul > li.parent:hover .drop-menu {
  opacity: 1;
  transition: all 0.35s;
  z-index: 10;
}

@media screen and (max-width: 767px) {
  header .top_header .block_menu nav > ul > li:hover,
  header .top_header .block_menu nav > ul > li.active {
    border-color: var(--orange);
  }
}
header .top_header .block_menu nav > ul > li:hover > a,
header .top_header .block_menu nav > ul > li.active > a {
  color: #000;
  background-color: #fff;
  transition: all 0.35s;
}
@media screen and (max-width: 767px) {
  header .top_header .block_menu nav > ul > li:hover > a,
  header .top_header .block_menu nav > ul > li.active > a {
    border-color: var(--orange);
  }
}
header .top_header .block_menu nav > ul > li.service {
  background-image: linear-gradient(-45deg,#18bfd2 20%,#1196b6);
}
@media screen and (max-width: 1023px) {
  header .top_header .block_menu nav > ul > li.service {
    min-width: 220px;
    text-align: center;
  }
}

header .top_header .block_menu nav > ul > li:last-child {
  border-right: 0;
}
header .top_header .block_menu nav > ul > li:last-child a {
  background-color: var(--orange);
  background-image: url("../img/icons/array_w.svg");
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: calc(100% - 14px) center;
  padding-left: 30px;
  padding-right: 50px;
  border: 2px solid var(--orange);
  transition: 0.5s;
}
@media screen and (max-width: 1023px) {
  header .top_header .block_menu nav > ul > li:last-child a {
    min-width: 220px;
    text-align: center;
  }
}

header .top_header .block_menu nav > ul > li:last-child a:hover {
  background-image: url("../img/icons/array_orange.svg");
  background-color: #fff;
  color: var(--orange);
  transition: 0.5s;
}

header .top_header .block_menu nav > ul > li:nth-last-child(2):hover > a {
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  header .top_header .block_menu nav > ul > li:nth-last-child(2):hover > a {
    background-image: none!important;
  }

  header .top_header .block_menu nav > ul > li:last-child > a {
    color: #fff;
  }

  header .top_header .block_menu nav > ul > li:last-child:hover > a {
    background-color: #fff!important;
    color: #000!important;
  }
}

header .top_header .block_menu nav > ul > li:nth-last-child(2) > a {
  padding-right: 30px;
}

@media screen and (max-width: 1023px) {
  header .top_header .block_menu nav > ul > li:nth-last-child(2) > a {
    padding-right: 30px;
    background: none;
  }
}




header .top_header .block_menu nav > ul > li > a {
  color: #fff;
  font-weight: 500;
  font-size: 13px;
  line-height: 1em;
  padding: 15px 14px;
  display: block;
  transition: all 0.35s;
  border: 2px solid transparent;
}

@media screen and (max-width: 1340px) {
  header .top_header .block_menu nav > ul > li > a {
    font-size: 0.875rem;
    padding: 15px 10px;
  }
}

@media screen and (max-width: 1100px) {
  header .top_header .block_menu nav > ul > li > a {
    padding: 15px 7px;
    font-size: 0.7rem;
  }
}

header .top_header .block_menu nav > ul > li > ul.drop-menu > li {
  position: static;
}
header .top_header .block_menu nav > ul > li > ul.drop-menu > li > ul.drop-menu {
  display: none;
  width: calc(100% + 2px);
  margin-left: -1px;
  margin-right: -1px;
  border-top: 1px solid var(--orange);
  top: 50%;
}
@media screen and (max-width: 1023px) {
  header .top_header .block_menu nav > ul > li > ul.drop-menu > li > ul.drop-menu {
    display: none
  }
}
header .top_header .block_menu nav > ul > li > ul.drop-menu > li:hover > ul.drop-menu {
  display: flex;
}
header .top_header .block_menu nav > ul > li > ul.drop-menu > li > ul.drop-menu > a {
  display: none;
}
header .top_header .block_menu nav > ul > li > ul.drop-menu > li > ul.drop-menu > li:hover {
  z-index: 2;
}
header .top_header .block_menu nav > ul > li > ul.drop-menu > li > ul.drop-menu > li:nth-of-type(-n+8):hover {
  border-top-color: transparent;
}
header .top_header .block_menu nav > ul > li > ul.drop-menu > li:nth-of-type(8n):hover,
header .top_header .block_menu nav > ul > li > ul.drop-menu > li > ul.drop-menu > li:nth-of-type(8n):hover {
  border-right-color: transparent;
}
header .top_header .block_menu nav > ul > li > ul.drop-menu > li:nth-of-type(8n+1):hover,
header .top_header .block_menu nav > ul > li > ul.drop-menu > li > ul.drop-menu > li:nth-of-type(8n+1):hover {
  border-left-color: transparent;
}



header .top_header .block_menu nav .drop-menu {
  opacity: 0;
  transition: all 0.35s;
  z-index: 0;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  background: #fff;
  border-left: 1px solid var(--orange);
  border-right: 1px solid var(--orange);
  border-bottom: 1px solid var(--orange);
  display: flex;
  flex-wrap: wrap;
  padding-top: 1px;
  padding-left: 1px;
}

@media screen and (max-width: 1380px) {
  header .top_header .wrap {
    padding-left: 0;
    padding-right: 0;
  }
  header .top_header .block_menu nav .drop-menu {
    width: 100%;
    left: 0;
  }
  header .top_header .block_menu nav > ul > li > a {
    font-size: 12px;
  }
}

@media screen and (max-width: 767px) {
  header .top_header .block_menu nav .drop-menu {
    display: none;
  }
}

header .top_header .block_menu nav .drop-menu .link_catalog {
  position: absolute;
  bottom: 30px;
  right: 30px;
  border: 2px solid var(--orange);
  color: #000;
  font-size: 0.9375rem;
  font-weight: 500;
  padding: 12px 60px 12px 30px;
  line-height: 1em;
  transition: all 0.35s;
  background: url("../img/icons/array_orange.svg") no-repeat calc(100% - 20px) center;
  border-radius: 20px;
}

header .top_header .block_menu nav .drop-menu .link_catalog:hover {
  transition: all 0.35s;
  background: var(--orange) url("../img/icons/array_w.svg") no-repeat calc(100% - 20px) center;
  color: #fff;
}

header .top_header .block_menu nav .drop-menu li {
  margin-top: -1px;
  margin-left: -1px;
  width: calc(100%/8 + 1px);
  border: 1px solid #e5e5e5;
  z-index: 1;
  position: relative;
  display: flex;
  align-items: stretch;
  justify-content: center;
}

header .top_header .block_menu nav .drop-menu li:hover {
  z-index: 3;
  border-color: var(--orange);
}

header .top_header .block_menu nav .drop-menu li:hover a {
  transition: all 0.35s;
  z-index: 3;
}

header .top_header .block_menu nav .drop-menu li:hover > a .name {
  text-decoration: underline;
  transition: all 0.35s;
}

header .top_header .block_menu nav .drop-menu li:hover a .name .number {
  text-decoration: none;
}
header nav ul li.parent ul.drop-menu li:first-of-type:nth-last-of-type(-n+1):hover ul,
header nav ul li.parent ul.drop-menu li:first-of-type:nth-last-of-type(-n+2):hover ul,
header nav ul li.parent ul.drop-menu li:first-of-type:nth-last-of-type(-n+3):hover ul,
header nav ul li.parent ul.drop-menu li:first-of-type:nth-last-of-type(-n+4):hover ul,
header nav ul li.parent ul.drop-menu li:first-of-type:nth-last-of-type(-n+5):hover ul,
header nav ul li.parent ul.drop-menu li:first-of-type:nth-last-of-type(-n+6):hover ul,
header nav ul li.parent ul.drop-menu li:first-of-type:nth-last-of-type(-n+7):hover ul,
header nav ul li.parent ul.drop-menu li:first-of-type:nth-last-of-type(-n+8):hover ul,
header nav ul li.parent ul.drop-menu li:first-of-type:nth-last-of-type(-n+1) ~ li:hover ul,
header nav ul li.parent ul.drop-menu li:first-of-type:nth-last-of-type(-n+2) ~ li:hover ul,
header nav ul li.parent ul.drop-menu li:first-of-type:nth-last-of-type(-n+3) ~ li:hover ul,
header nav ul li.parent ul.drop-menu li:first-of-type:nth-last-of-type(-n+4) ~ li:hover ul,
header nav ul li.parent ul.drop-menu li:first-of-type:nth-last-of-type(-n+5) ~ li:hover ul,
header nav ul li.parent ul.drop-menu li:first-of-type:nth-last-of-type(-n+6) ~ li:hover ul,
header nav ul li.parent ul.drop-menu li:first-of-type:nth-last-of-type(-n+7) ~ li:hover ul,
header nav ul li.parent ul.drop-menu li:first-of-type:nth-last-of-type(-n+8) ~ li:hover ul,
header .top_header .block_menu nav > ul > li > ul.drop-menu > li:nth-of-type(n+9) > ul.drop-menu {
  top: 100%;
}
/* header .top_header .block_menu nav > ul > li > ul.drop-menu > li:nth-of-type(-n+8):hover {
  border-bottom-color: transparent;
} */

header .top_header .block_menu nav .drop-menu li.active {
  border-color: var(--orange);
  z-index: 3;
}

header .top_header .block_menu nav .drop-menu li.active a {
  transition: all 0.35s;
  border-color: var(--orange);
}

header .top_header .block_menu nav .drop-menu li.active a .name {
  text-decoration: underline;
  transition: all 0.35s;
}

header .top_header .block_menu nav .drop-menu li.active a .name .number {
  text-decoration: none;
}

header .top_header .block_menu nav .drop-menu li a {
  padding: 30px 0;
  height: 180px;
  border: 1px solid transparent;
  transition: all 0.35s;
  display: block;
  box-sizing: border-box;
}

@media screen and (max-width: 1380px) {
  header .top_header .block_menu nav .drop-menu li a {
    height: 160px;
    padding: 20px 0;
  }
}

@media screen and (max-width: 1340px) {
  header .top_header .block_menu nav .drop-menu li a {
    font-size: 0.875rem;
    height: 140px;
    padding: 12px 0;
  }
}

@media screen and (max-width: 1024px) {
  header .top_header .block_menu nav .drop-menu li a {
    height: 160px;
    padding: 20px 0;
  }
}
header .top_header .block_menu nav .drop-menu li .drop-menu a {
  height: auto;
  min-height: 70px;
  padding: 10px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  word-break: break-word;
}
@media screen and (max-width: 1340px) {
  header .top_header .block_menu nav .drop-menu li .drop-menu a {
    min-height: 50px;
  }
}
header .top_header .block_menu nav .drop-menu li a .image-holder {
  width: 80px;
  height: 80px;
  margin: 0 auto 20px;
}
header .top_header .block_menu nav .drop-menu li .drop-menu a .image-holder {
  display: none;
}

@media screen and (max-width: 1340px) {
  header .top_header .block_menu nav .drop-menu li a .image-holder {
    margin-bottom: 7px;
  }
}

header .top_header .block_menu nav .drop-menu li a .name {
  font-weight: 500;
  color: #000;
  font-size: 1rem;
  text-align: center;
  line-height: 1.1em;
  min-height: 34px;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 0.35s;
  padding: 0 5px;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 1340px) {
  header .top_header .block_menu nav .drop-menu li a .name {
    font-size: 0.875rem;
    min-height: 30px;
  }
}

header .top_header .block_menu nav .drop-menu li a .name .number {
  color: var(--orange);
  font-weight: 400;
  font-size: 0.9375rem;
  vertical-align: top;
  display: inline-block;
  margin-left: 7px;
}

@media screen and (max-width: 1340px) {
  header .top_header .block_menu nav .drop-menu li a .name .number {
    font-size: 0.875rem;
  }
}










/* cart */
header .top_header .block_cart {
  width: 130px;
}

@media screen and (max-width: 1023px) {
  header .top_header .block_cart {
    width: 56px;
  }
}

header .top_header .block_cart:hover .name_cart {
  background: #fff;
  transition: all 0.35s;
}

header .top_header .block_cart:hover .name_cart .number {
  transition: all 0.35s;
  color: #000;
  background-image: url("../img/icons/cart_active.svg");
}

header .top_header .block_cart:hover .name_cart .name {
  transition: all 0.35s;
  color: #000;
}

header .top_header .block_cart:hover .cart_list_product {
  transition: all 0.35s;
  opacity: 1;
  z-index: 10;
}

header .top_header .block_cart .name_cart {
  padding: 10px 15px;
  transition: all 0.35s;
  cursor: pointer;
  text-decoration: none;
  display: block;
  font-size: 0;
  letter-spacing: 0;
}

@media screen and (max-width: 1023px) {
  header .top_header .block_cart .name_cart {
    padding: 9px;
  }
}

@media screen and (max-width: 480px) {
  header .top_header .block_cart .name_cart {
    border-top: 1px solid transparent;
    border-right: 1px solid transparent;
    padding: 9px 9px 10px 10px;
  }
}

header .top_header .block_cart .name_cart:hover {
  background: #fff;
  transition: all 0.35s;
}

@media screen and (max-width: 480px) {
  header .top_header .block_cart .name_cart:hover {
    border-color: var(--orange);
  }
}

header .top_header .block_cart .name_cart:hover .number {
  transition: all 0.35s;
  background-image: url("../img/icons/cart_active.svg");
}

header .top_header .block_cart .name_cart:hover .number .counter-number {
  color: #000;
  transition: all 0.35s;
}

header .top_header .block_cart .name_cart:hover .name {
  transition: all 0.35s;
  color: #000;
}

header .top_header .block_cart .name_cart .number {
  font-size: 0.9375rem;
  font-weight: 600;
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
  background: url("../img/icons/cart.svg") no-repeat center;
  background-size: auto 30px;
  width: 36px;
  height: 30px;
  text-align: center;
  font-family: Helvetica, Arial, sans-serif;
  padding-left: 3px;
  box-sizing: border-box;
  transition: all 0.35s;
  line-height: 1.3em;
}

header .top_header .block_cart .name_cart .number .counter-number {
  color: #fff;
  transition: all 0.35s;
}

@media screen and (max-width: 1023px) {
  header .top_header .block_cart .name_cart .number {
    margin-right: 0;
  }
}

header .top_header .block_cart .name_cart .name {
  width: calc(100% - 46px);
  color: #fff;
  font-size: 0.8125rem;
  display: inline-block;
  vertical-align: middle;
  transition: all 0.35s;
}

@media screen and (max-width: 1023px) {
  header .top_header .block_cart .name_cart .name {
    display: none;
  }
}

header .top_header .block_cart .cart_list_product {
  opacity: 0;
  transition: all 0.35s;
  position: absolute;
  top: 100%;
  right: -1px;
  z-index: 0;
  background: #fff;
  border-left: 1px solid var(--orange);
  border-right: 1px solid var(--orange);
  border-bottom: 1px solid var(--orange);
  width: 440px;
}

header .top_header .block_cart .cart_list_product .actions{
  display: inline-block;
  margin-left: 5px;
}

@media screen and (max-width: 1380px) {
  header .top_header .block_cart .cart_list_product {
    right: 29px;
  }
}

@media screen and (max-width: 959px) {
  header .top_header .block_cart .cart_list_product {
    right: 14px;
  }
}

@media screen and (max-width: 480px) {
  header .top_header .block_cart .cart_list_product {
    right: inherit;
    left: 0;
    width: 100%;
  }
}

header .top_header .block_cart .cart_list_product .block-title {
  padding: 30px 30px 15px 30px;
}
header .top_header .block_cart .cart_list_product .subtitle.empty{
  padding: 0 30px 15px 30px;
  display: block;
  font-weight: normal;
  font-size: 0.875rem;
}

@media screen and (max-width: 479px) {
  header .top_header .block_cart .cart_list_product .block-title {
    padding: 20px 20px 15px 20px;
  }
  header .top_header .block_cart .cart_list_product .subtitle.empty{
    padding: 0 20px 15px 20px;
  }
}

header .top_header .block_cart .cart_list_product .block-title h3 {
  margin-bottom: 10px;
  font-weight: 500;
  color: #000;
  font-size: 1.875rem;
  line-height: 1em;
}

@media screen and (max-width: 479px) {
  header .top_header .block_cart .cart_list_product .block-title h3 {
    font-size: 1.25rem;
  }
}

header .top_header .block_cart .cart_list_product .block-title a {
  font-size: 0.8125rem;
}

header .top_header .block_cart .cart_list_product .list_cart {
  max-height: calc(100vh - 50px - 178px);
  overflow: auto;
  height: 100%;
}

header .top_header .block_cart .cart_list_product .list_cart .details-qty{
  display: none!important;
}

@media screen and (max-width: 374px) {
  header .top_header .block_cart .cart_list_product .list_cart {
    max-height: calc(100vh - 50px - 169px);
  }
}

header .top_header .block_cart .cart_list_product .list_cart::-webkit-scrollbar {
  width: 10px;
}

header .top_header .block_cart .cart_list_product .list_cart::-webkit-scrollbar-track {
  background: #f8f7f7;
  border: 1px solid #efeeee;
}

header .top_header .block_cart .cart_list_product .list_cart::-webkit-scrollbar-thumb {
  background-color: var(--orange);
  border: 2px solid #efeeee;
}

header .top_header .block_cart .cart_list_product .list_cart .item {
  border-bottom: 1px solid #e5e5e5;
  padding: 15px 40px;
  position: relative;
}

@media screen and (max-width: 479px) {
  header .top_header .block_cart .cart_list_product .list_cart .item {
    padding: 15px 20px;
  }
}

header .top_header .block_cart .cart_list_product .list_cart .item .delete {
  position: absolute;
  top: 15px;
  right: 20px;
  width: 21px;
  height: 20px;
  background: #ffece6 url("../img/icons/delete.svg") no-repeat center;
  transition: all 0.35s;
  border-radius: 20px;
  text-decoration: none;
}

@media screen and (max-width: 479px) {
  header .top_header .block_cart .cart_list_product .list_cart .item .delete {
    right: 10px;
  }
}

header .top_header .block_cart .cart_list_product .list_cart .item .delete:hover {
  transition: all 0.35s;
  background: var(--orange) url("../img/icons/delete_hover.svg") no-repeat center;
}

header .top_header .block_cart .cart_list_product .list_cart .item .image-holder {
  text-decoration: none;
  width: 60px;
  height: 60px;
  vertical-align: middle;
}

header .top_header .block_cart .cart_list_product .list_cart .item .block_info {
  padding-left: 30px;
  width: calc(100% - 60px);
  vertical-align: middle;
}

@media screen and (max-width: 479px) {
  header .top_header .block_cart .cart_list_product .list_cart .item .block_info {
    padding-left: 20px;
    padding-right: 10px;
  }
}

header .top_header .block_cart .cart_list_product .list_cart .item .block_info price {
  color: var(--orange);
  font-size: 1rem;
  line-height: 1em;
  font-weight: 500;
  display: block;
}

header .top_header .block_cart .cart_list_product .list_cart .item .block_info price .currency {
  font-size: 0.75rem;
  vertical-align: top;
}

header .top_header .block_cart .cart_list_product .list_cart .item .block_info .name {
  text-decoration: none;
  transition: all 0.35s;
  color: #000;
  font-size: 1rem;
  line-height: 1.2em;
  margin-bottom: 10px;
  display: inline-block;
  font-weight: 500;
}

header .top_header .block_cart .cart_list_product .list_cart .item .block_info .name:hover {
  transition: all 0.35s;
  color: var(--orange);
}

header .top_header .block_cart .cart_list_product .block_total {
  padding: 30px 20px 30px 30px;
}

@media screen and (max-width: 479px) {
  header .top_header .block_cart .cart_list_product .block_total {
    padding: 20px;
  }
}

header .top_header .block_cart .cart_list_product .block_total .total {
  vertical-align: middle;
  width: 50%;
  padding-right: 15px;
}

@media screen and (max-width: 374px) {
  header .top_header .block_cart .cart_list_product .block_total .total {
    width: 100%;
    padding-right: 0;
    margin-bottom: 10px;
  }
}

header .top_header .block_cart .cart_list_product .block_total .total .name_total {
  vertical-align: middle;
  font-size: 0.875rem;
  line-height: 1em;
  padding-right: 55px;
  background: url("../img/icons/array_g.svg") no-repeat calc(100% - 17px) center;
}

@media screen and (max-width: 479px) {
  header .top_header .block_cart .cart_list_product .block_total .total .name_total {
    padding-right: 30px;
    background-position: calc(100% - 3px) center;
  }
}

header .top_header .block_cart .cart_list_product .block_total .total price {
  color: var(--orange);
  font-size: 1rem;
  line-height: 1em;
  font-weight: 500;
  vertical-align: middle;
}

header .top_header .block_cart .cart_list_product .block_total .total price .currency {
  font-size: 0.75rem;
  vertical-align: top;
}

header .top_header .block_cart .cart_list_product .block_total button {
  background-color: var(--orange);
  background-image: url("../img/icons/array_w.svg");
  background-repeat: no-repeat;
  background-position: calc(100% - 15px) center;
  color: #fff;
  font-weight: 500;
  font-size: 0.9375rem;
  line-height: 1em;
  padding: 11px 40px 12px 15px;
  border-radius: 20px;
  vertical-align: middle;
  width: 50%;
  border: 2px solid var(--orange);
}

@media screen and (max-width: 479px) {
  header .top_header .block_cart .cart_list_product .block_total button {
    font-size: 0.875rem;
    padding: 11px 35px 12px 10px;
    background-position: calc(100% - 10px) center;
  }
}

@media screen and (max-width: 374px) {
  header .top_header .block_cart .cart_list_product .block_total button {
    width: 100%;
  }
}

header .top_header .block_cart .cart_list_product .block_total button:hover {
  transition: all 0.35s;
  color: var(--orange);
  background-color: #fff;
  background-image: url("../img/icons/array_orange.svg");
}

.chromeperfectpixel-initial-block iframe,
#chromeperfectpixel-supported-by {
  display: none !important;
}

#__bs_notify__ {
  display: none !important;
  opacity: 0 !important;
}

body {
  -webkit-text-size-adjust: none;
  background: #e6e6e6;
  position: relative;
}

body._has-modal {
  height: 100%;
  overflow: hidden;
  width: 100%;
}

body.no-scroll {
  overflow: hidden;
}

@media screen and (max-width: 1024px) {
  body.no-scroll {
    width: 100%;
    height: 100vh;
    position: fixed;
  }
}

body main {
  position: relative;
}

.modal-popup {
  bottom: 0;
  left: 0;
  min-width: 0;
  position: fixed;
  right: 0;
  top: 0;
  visibility: hidden;
  z-index: 900;
  overflow-y: auto;
}

.modal-popup._show {
  visibility: visible;
}

.modal-popup._show .modal-inner-wrap {
  transform: translate(0, 0);
}

.modal-popup._inner-scroll {
  overflow-y: visible;
}

.modal-popup._inner-scroll .modal-inner-wrap {
  max-height: 90%;
}

.modal-popup._inner-scroll .modal-content {
  overflow-y: auto;
}

.modal-popup .action-close {
  position: absolute;
  right: 1rem;
  top: 1rem;
}

.modal-popup .modal-inner-wrap {
  background-color: #fff;
  box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.35);
  opacity: 1;
  pointer-events: auto;
  margin: 5rem auto;
  width: 75%;
  display: flex;
  flex-direction: column;box-sizing: border-box;
  height: auto;
  left: 0;
  position: absolute;
  right: 0;
  transform: translateY(-200%);
  transition-duration: .2s;
  transition-property: transform, visibility;
  transition-timing-function: ease;
}

.modal-popup .modal-header, .modal-popup .modal-content, .modal-popup .modal-footer {
  padding-left: 2rem;
  padding-right: 2rem;
}

.modal-popup .modal-header, .modal-popup .modal-footer {
  flex-grow: 0;
  flex-shrink: 0;
}

.modal-popup .modal-header {
  padding-bottom: 2rem;
  padding-top: 2rem;
}

.modal-popup .modal-footer {
  margin-top: auto;
  padding-bottom: 2rem;
  padding-top: 2rem;
}

.modals-overlay {
  background-color: rgba(51, 51, 51, 0.55);
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 899;
}

.block_tabs {
  padding: 45px 0 30px;
}

@media screen and (max-width: 959px) {
  .block_tabs {
    padding: 20px 0;
  }
}

.block_tabs .wrap .product.items {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

@media screen and (max-width: 959px) {
  .block_tabs .wrap .product.items {
    display: block;
  }
}

.block_tabs .wrap .product.items:before {
  content: "";
  position: absolute;
  top: 40px;
  width: 100%;
  height: 1px;
  left: 0;
  background: #e5e5e5;
}

@media screen and (max-width: 959px) {
  .block_tabs .wrap .product.items:before {
    display: none;
  }
}

.block_tabs .item.title {
  order: -1;
  padding-bottom: 20px;
  border-bottom: 3px solid transparent;
  margin-right: 30px;
  font-weight: 500;
  line-height: 1em;
  height: 40px;
  cursor: pointer;
  transition: all 0.35s;
  outline: none;
}

@media screen and (max-width: 1024px) {
  .block_tabs .item.title {
    margin-right: 20px;
  }
}

@media screen and (max-width: 959px) {
  .block_tabs .item.title {
    margin-right: 0;
    width: 100%;
    font-size: 0.875rem;
    margin-bottom: 0;
    padding: 15px 0;
    border-bottom: 1px solid #e5e5e5;
    display: block;
  }
}

.block_tabs .item.title a {
  display: block;
  outline: none;
  color: #333;
  font-weight: 500;
}

@media screen and (max-width: 959px) {
  .block_tabs .item.title a {
    font-size: 0.875rem;
  }
}

.block_tabs .item.title a span {
  color: var(--orange);
}

.block_tabs .item.title.active {
  border-color: var(--orange);
  transition: all 0.35s;
}

@media screen and (max-width: 959px) {
  .block_tabs .item.title.active {
    border-color: transparent;
  }
}

.block_tabs .item.content {
  width: 100%;
  padding: 30px 0;
}

@media screen and (max-width: 959px) {
  .block_tabs .item.content {
    padding: 0 0 15px;
  }
}

.block_tabs .item.content#reviews {
  font-size: 0;
  letter-spacing: 0;
}

.block_tabs .item.content#reviews #product-review-container, .block_tabs .item.content#reviews .review-add {
  display: inline-block;
  vertical-align: top;
  font: 16px/1.4em Proxima Nova, "Arial", sans-serif;
  width: calc((100% - 80px)/2);
}

@media screen and (max-width: 1024px) {
  .block_tabs .item.content#reviews #product-review-container, .block_tabs .item.content#reviews .review-add {
    width: calc((100% - 40px)/2);
  }
}

@media screen and (max-width: 1024px) and (max-width: 768px) {
  .block_tabs .item.content#reviews #product-review-container, .block_tabs .item.content#reviews .review-add {
    width: 100%;
  }
}

.block_tabs .item.content#reviews #product-review-container:first-child, .block_tabs .item.content#reviews .review-add:first-child {
  margin-right: 80px;
}

@media screen and (max-width: 1024px) {
  .block_tabs .item.content#reviews #product-review-container:first-child, .block_tabs .item.content#reviews .review-add:first-child {
    margin-right: 40px;
  }
}

@media screen and (max-width: 768px) {
  .block_tabs .item.content#reviews #product-review-container:first-child, .block_tabs .item.content#reviews .review-add:first-child {
    margin-right: 0;
    margin-bottom: 20px;
  }
}

.block_tabs .item.content .description {
  margin-bottom: 20px;
}

.block_tabs .item.content .additional-attributes-wrapper {
  margin-bottom: 13px;
}

.block_tabs .item.content .additional-attributes {
  font-size: 0.9375rem;
  color: #000;

  border-spacing: 0;
}


.block_tabs .item.content .additional-attributes h3 {
  color: #333;
  padding-top: 20px;
  font-size: 1.2625rem;
  margin-bottom: 0;
  font-weight: 500;
  line-height: 1em;
}

.block_tabs .item.content .additional-attributes tr:first-child h3{
  padding-top: 0;
}

.block_tabs .item.content .additional-attributes tr [colspan="2"] {
  padding-left: 0;
}

.block_tabs .item.content .additional-attributes tr:first-child th, .block_tabs .item.content .additional-attributes tr:first-child td {
  padding-top: 0;
}

.block_tabs .item.content .additional-attributes th, .block_tabs .item.content .additional-attributes td {
  padding: 7px;
  font-size: 0.9375rem;
  vertical-align: top;
}

.block_tabs .item.content .additional-attributes th {
  position: relative;
  padding-left: 0;
  text-align: left;
  font-weight: normal;
  color: #000;
  width: 210px;
}

.block_tabs .item.content .additional-attributes#product-attribute-specs-table th{
  width: 40%;
}

@media screen and (max-width: 479px){
  .block_tabs .item.content .additional-attributes th{
    width: 50%;
  }
}

.block_tabs .item.content .additional-attributes th >span > span{
  background: #fff;
  position: relative;
  z-index: 1;
  display: inline-block;
}
.block_tabs .item.content .additional-attributes th >span{
  display: block;
  position: relative;
}
.block_tabs .item.content .additional-attributes th > span:after {
  background: url("../img/icons/bg_dotted.png") repeat-x;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: calc(100% - 5px);
  height: 1px;
}

.block_tabs .item.content .additional-attributes td {
  color: #555;
  line-height: 1.3em;
}

.block_tabs .item.content .tab_item {
  width: calc((100% - 80px)/2);
}

.block_tabs .item.content .tab_item h3 {
  color: #333;
  font-size: 1.5625rem;
}

.block_tabs .item.content .tab_item .attributes-summary h3 {
  margin-bottom: 12px;
  font-weight: 500;
  font-size: 1.2625rem;
  line-height: 1em;
}

@media screen and (max-width: 1024px) {
  .block_tabs .item.content .tab_item {
    width: calc((100% - 40px)/2);
  }
}

@media screen and (max-width: 1024px) and (max-width: 768px) {
  .block_tabs .item.content .tab_item {
    width: 100%;
  }
}

.block_tabs .item.content .tab_item:first-child {
  margin-right: 80px;
}

@media screen and (max-width: 1024px) {
  .block_tabs .item.content .tab_item:first-child {
    margin-right: 40px;
  }
}

@media screen and (max-width: 768px) {
  .block_tabs .item.content .tab_item:first-child {
    margin-right: 0;
    margin-bottom: 20px;
  }
}

.block_tabs .item.content .tab_item .additional-attributes {
  width: 100%;
  border-spacing: 0;
}

.block_tabs .item.content .tab_item .block_text {
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .block_tabs .item.content .tab_item .block_text {
    margin-bottom: 20px;
  }
}

.block_tabs .item.content .tab_item .label_tab {
  transition: all 0.35s;
  font-size: 0.875rem;
  color: var(--orange);
}

.block_tabs .item.content .tab_item.block_feedback .label_tab {
  color: #000;
}

.block_tabs .item.content .tab_item.block_feedback .label_tab span {
  color: var(--orange);
}

.block_tabs .item.content .list_feedback, .block_tabs .item.content .review-items {
  position: relative;
  padding: 30px;
  background: #f7f7f7;
  margin-bottom: 30px;
  list-style: none;
}

@media screen and (max-width: 959px) {
  .block_tabs .item.content .list_feedback, .block_tabs .item.content .review-items {
    padding: 20px;
    margin-bottom: 20px;
  }
}

.block_tabs .item.content .list_feedback:after, .block_tabs .item.content .review-items:after {
  width: 0;
  height: 0;
  position: absolute;
  content: "";
  top: 100%;
  left: 20px;
  border-top: 15px solid #f7f7f7;
  border-right: 15px solid transparent;
  line-height: 1em;
}

@media screen and (max-width: 959px) {
  .block_tabs .item.content .list_feedback:after, .block_tabs .item.content .review-items:after {
    display: none;
  }
}

.block_tabs .item.content .list_feedback li, .block_tabs .item.content .review-items li {
  border-bottom: 1px solid #dedede;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.block_tabs .item.content .list_feedback li:last-child, .block_tabs .item.content .review-items li:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.block_tabs .item.content .list_feedback li h4, .block_tabs .item.content .list_feedback li .review-title, .block_tabs .item.content .review-items li h4, .block_tabs .item.content .review-items li .review-title {
  font-weight: 500;
  font-size: 1rem;
  margin-bottom: 15px;
}

.block_tabs .item.content .list_feedback li p, .block_tabs .item.content .list_feedback li .review-content, .block_tabs .item.content .review-items li p, .block_tabs .item.content .review-items li .review-content {
  font-size: 1rem;
  margin-bottom: 15px;
  color: #555;
}

.block_tabs .item.content .list_feedback li p:last-child, .block_tabs .item.content .list_feedback li .review-content:last-child, .block_tabs .item.content .review-items li p:last-child, .block_tabs .item.content .review-items li .review-content:last-child {
  margin-bottom: 0;
}

.block_tabs .item.content .list_feedback li .review-details p, .block_tabs .item.content .review-items li .review-details p {
  margin-bottom: 0;
}

.block_tabs .item.content .list_feedback li .review-details .review-author, .block_tabs .item.content .review-items li .review-details .review-author {
  display: inline-block;
  vertical-align: middle;
}

.block_tabs .item.content .list_feedback li .review-details .review-author .review-details-label, .block_tabs .item.content .review-items li .review-details .review-author .review-details-label {
  display: none;
}

.block_tabs .item.content .list_feedback li .review-details .review-author .review-details-value, .block_tabs .item.content .review-items li .review-details .review-author .review-details-value {
  color: var(--orange);
  margin-right: 10px;
  font-size: 0.875rem;
  line-height: 1em;
  font-weight: normal;
}

.block_tabs .item.content .list_feedback li .review-details .review-date, .block_tabs .item.content .review-items li .review-details .review-date {
  display: inline-block;
  vertical-align: middle;
}

.block_tabs .item.content .list_feedback li .review-details .review-date .review-details-label, .block_tabs .item.content .review-items li .review-details .review-date .review-details-label {
  display: none;
}

.block_tabs .item.content .list_feedback li .review-details .review-date .review-details-value, .block_tabs .item.content .review-items li .review-details .review-date .review-details-value {
  font-size: 0.875rem;
  line-height: 1em;
  color: #555;
}

.block_tabs .item.content .list_feedback li .name, .block_tabs .item.content .review-items li .name {
  color: var(--orange);
  margin-right: 10px;
  font-size: 0.875rem;
  line-height: 1em;
}

.block_tabs .item.content .list_feedback li .data, .block_tabs .item.content .review-items li .data {
  font-size: 0.875rem;
  line-height: 1em;
  color: #555;
}

.block_tabs .item.content .review-add fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

.block_tabs .item.content .review-add fieldset legend {
  padding: 0;
  display: block;
}

.block_tabs .item.content .review-add fieldset legend span {
  margin-right: 7px;
}

.block_tabs .item.content .review-add fieldset .field {
  margin-bottom: 20px;
  position: relative;
}

.block_tabs .item.content .review-add fieldset .field.review-field-text {
  padding-top: 10px;
}

.block_tabs .item.content .review-add fieldset label {
  color: #aaa;
  font-size: 0.9375rem;
  line-height: 1em;
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
  transition: all 0.35s;
}

.block_tabs .item.content .review-add fieldset div.mage-error {
  color: red;
  font-size: 0.9375rem;
  line-height: 1em;
  margin-top: 7px;
}

.block_tabs .item.content .review-add fieldset input[type="text"], .block_tabs .item.content .review-add fieldset textarea {
  width: 100%;
  padding: 10px 0;
  border: 0;
  border-bottom: 1px solid #ccc;
  color: #000;
  line-height: 1em;
  font-size: 0.9375rem;
  font-weight: 500;
}

.block_tabs .item.content .review-add fieldset input[type="text"].mage-error, .block_tabs .item.content .review-add fieldset textarea.mage-error {
  border-color: red;
}

.block_tabs .item.content .review-add fieldset input[type="text"]::-webkit-input-placeholder, .block_tabs .item.content .review-add fieldset textarea::-webkit-input-placeholder {
  color: #aaa;
  font-size: 0.9375rem;
  line-height: 1em;
}

.block_tabs .item.content .review-add fieldset input[type="text"]::-moz-placeholder, .block_tabs .item.content .review-add fieldset textarea::-moz-placeholder {
  color: #aaa;
  font-size: 0.9375rem;
  line-height: 1em;
}

.block_tabs .item.content .review-add fieldset input[type="text"]:-ms-input-placeholder, .block_tabs .item.content .review-add fieldset textarea:-ms-input-placeholder {
  color: #aaa;
  font-size: 0.9375rem;
  line-height: 1em;
}

.block_tabs .item.content .review-add fieldset input[type="text"]::placeholder, .block_tabs .item.content .review-add fieldset textarea::placeholder {
  color: #aaa;
  font-size: 0.9375rem;
  line-height: 1em;
}

.block_tabs .item.content .review-add fieldset input[type="text"]:focus, .block_tabs .item.content .review-add fieldset textarea:focus {
  border-color: var(--orange);
}

.block_tabs .item.content .review-add fieldset input[type="text"]:focus + label, .block_tabs .item.content .review-add fieldset input[type="text"]:focus + div + label, .block_tabs .item.content .review-add fieldset input[type="text"]:valid + label, .block_tabs .item.content .review-add fieldset input[type="text"]:valid + div + label, .block_tabs .item.content .review-add fieldset textarea:focus + label, .block_tabs .item.content .review-add fieldset textarea:focus + div + label, .block_tabs .item.content .review-add fieldset textarea:valid + label, .block_tabs .item.content .review-add fieldset textarea:valid + div + label {
  color: var(--orange);
  font-size: 0.8125rem;
  top: -3px;
  transition: all 0.35s;
}

.block_tabs .item.content .review-add fieldset textarea {
  padding-top: 0;
}

.block_tabs .item.content .review-add button {
  clear: both;
  background-color: var(--orange);
  background-image: url("../img/icons/array_w.svg");
  background-repeat: no-repeat;
  background-position: calc(100% - 15px) center;
  color: #fff;
  font-weight: 500;
  font-size: 0.9375rem;
  line-height: 1em;
  padding: 10px 60px 11px 20px;
  border-radius: 20px;
  vertical-align: middle;
  border: 2px solid var(--orange);
}

.block_tabs .item.content .review-add button:hover {
  transition: all 0.35s;
  color: var(--orange);
  background-color: #fff;
  background-image: url("../img/icons/array_orange.svg");
}

.block_tabs .tab-content {
  display: none;
  width: 100%;
  padding: 30px 0;
}

@media screen and (max-width: 959px) {
  .block_tabs .tab-content {
    padding: 0 0 15px;
  }
}

.block_tabs .tab-content h3 {
  color: #000;
  margin-bottom: 25px;
  font-size: 1.5625rem;
  line-height: 1.1em;
  font-weight: 500;
}

@media screen and (max-width: 959px) {
  .block_tabs .tab-content h3 {
    font-size: 1rem;
    margin-bottom: 20px;
  }
}

.block_tabs .tab-content .label_tab {
  color: #000;
  transition: all 0.35s;
  font-size: 0.875rem;
  cursor: pointer;
}

.block_tabs .tab-content .label_tab span {
  color: var(--orange);
}

.block_tabs .tab-content .tab_item {
  width: calc((100% - 80px)/2);
}

@media screen and (max-width: 1024px) {
  .block_tabs .tab-content .tab_item {
    width: calc((100% - 40px)/2);
  }
}

@media screen and (max-width: 1024px) and (max-width: 768px) {
  .block_tabs .tab-content .tab_item {
    width: 100%;
  }
}

.block_tabs .tab-content .tab_item:first-child {
  margin-right: 80px;
}

@media screen and (max-width: 1024px) {
  .block_tabs .tab-content .tab_item:first-child {
    margin-right: 40px;
  }
}

@media screen and (max-width: 768px) {
  .block_tabs .tab-content .tab_item:first-child {
    margin-right: 0;
    margin-bottom: 20px;
  }
}

.block_tabs .tab-content .tab_item .block_text {
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .block_tabs .tab-content .tab_item .block_text {
    margin-bottom: 20px;
  }
}

.block_tabs .tab-content .list_feedback, .block_tabs .tab-content .review-items {
  position: relative;
  padding: 30px;
  background: #f7f7f7;
  margin-bottom: 30px;
}

@media screen and (max-width: 959px) {
  .block_tabs .tab-content .list_feedback, .block_tabs .tab-content .review-items {
    padding: 20px;
    margin-bottom: 20px;
  }
}

.block_tabs .tab-content .list_feedback:after, .block_tabs .tab-content .review-items:after {
  width: 0;
  height: 0;
  position: relative;
  content: "";
  bottom: -65px;
  left: 0;
  border-top: 15px solid #f7f7f7;
  border-right: 15px solid transparent;
  line-height: 1em;
}

@media screen and (max-width: 959px) {
  .block_tabs .tab-content .list_feedback:after, .block_tabs .tab-content .review-items:after {
    display: none;
  }
}

.block_tabs .tab-content .list_feedback li, .block_tabs .tab-content .review-items li {
  border-bottom: 1px solid #dedede;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.block_tabs .tab-content .list_feedback li:last-child, .block_tabs .tab-content .review-items li:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.block_tabs .tab-content .list_feedback li h4, .block_tabs .tab-content .list_feedback li .review-title, .block_tabs .tab-content .review-items li h4, .block_tabs .tab-content .review-items li .review-title {
  font-weight: 500;
  font-size: 1rem;
  margin-bottom: 15px;
}

.block_tabs .tab-content .list_feedback li p, .block_tabs .tab-content .list_feedback li .review-content, .block_tabs .tab-content .review-items li p, .block_tabs .tab-content .review-items li .review-content {
  font-size: 1rem;
  margin-bottom: 15px;
  color: #555;
}

.block_tabs .tab-content .list_feedback li .review-details .review-author, .block_tabs .tab-content .review-items li .review-details .review-author {
  display: inline-block;
  vertical-align: middle;
}

.block_tabs .tab-content .list_feedback li .review-details .review-author .review-details-label, .block_tabs .tab-content .review-items li .review-details .review-author .review-details-label {
  display: none;
}

.block_tabs .tab-content .list_feedback li .review-details .review-author .review-details-value, .block_tabs .tab-content .review-items li .review-details .review-author .review-details-value {
  color: var(--orange);
  margin-right: 10px;
  font-size: 0.875rem;
  line-height: 1em;
  font-weight: normal;
}

.block_tabs .tab-content .list_feedback li .review-details .review-date, .block_tabs .tab-content .review-items li .review-details .review-date {
  display: inline-block;
  vertical-align: middle;
}

.block_tabs .tab-content .list_feedback li .review-details .review-date .review-details-label, .block_tabs .tab-content .review-items li .review-details .review-date .review-details-label {
  display: none;
}

.block_tabs .tab-content .list_feedback li .review-details .review-date .review-details-value, .block_tabs .tab-content .review-items li .review-details .review-date .review-details-value {
  font-size: 0.875rem;
  line-height: 1em;
  color: #555;
}

.block_tabs .tab-content .list_feedback li .name, .block_tabs .tab-content .review-items li .name {
  color: var(--orange);
  margin-right: 10px;
  font-size: 0.875rem;
  line-height: 1em;
}

.block_tabs .tab-content .list_feedback li .data, .block_tabs .tab-content .review-items li .data {
  font-size: 0.875rem;
  line-height: 1em;
  color: #555;
}

.block_tabs .tab-content .list_product_catalog {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 1024px) {
  .block_tabs .tab-content .list_product_catalog {
    border: 0;
  }
}

.block_tabs .tab-content .list_options li {
  font-size: 0.9375rem;
  margin-bottom: 15px;
  color: #000;
  line-height: 1em;
}

.block_tabs .tab-content .list_options li .name {
  position: relative;
}

.block_tabs .tab-content .list_options li .name span {
  background: #fff;
  position: relative;
  z-index: 1;
}

.block_tabs .tab-content .list_options li .name:after {
  background: url("../img/icons/bg_dotted.png") repeat-x;
  content: "";
  position: absolute;
  bottom: 5px;
  left: 0;
  width: calc(100% - 5px);
  height: 1px;
}

.block_tabs .tab-content .list_options li .value {
  color: #555;
}

.block_tabs .tab-content .block_info_warranty2 h4 {
  margin-bottom: 15px;
  color: #000;
  font-weight: 500;
  font-size: 0.9375rem;
}

.block_tabs .tab-content .block_info_warranty2 h4 img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
}

.block_tabs .tab-content .block_info_warranty2 h4 span {
  display: inline-block;
  vertical-align: middle;
}

.block_tabs .tab-content .block_info_warranty2 .item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.block_tabs .tab-content .block_info_warranty2 .item p {
  margin-bottom: 10px;
}

.block_tabs .tab-content .block_info_warranty2 .item p:last-child {
  margin-bottom: 0;
}

.block_tabs .tab-content .block_info_warranty2 .item:last-child {
  border: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.block_tabs input[type="radio"] {
  width: 0;
  height: 0;
  border: 0;
  box-shadow: none;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.block_tabs input[type="radio"]:checked + label {
  border-color: var(--orange);
  transition: all 0.35s;
}

@media screen and (max-width: 959px) {
  .block_tabs input[type="radio"]:checked + label {
    border-color: transparent;
  }
}

.block_tabs input[type="radio"]:checked + label + .tab-content {
  display: block;
}

.block_tabs .item-tab {
  order: -1;
  padding-bottom: 20px;
  border-bottom: 3px solid transparent;
  margin-right: 30px;
  font-weight: 500;
  line-height: 1em;
  height: 40px;
  cursor: pointer;
  transition: all 0.35s;
}

@media screen and (max-width: 1024px) {
  .block_tabs .item-tab {
    margin-right: 20px;
  }
}

@media screen and (max-width: 959px) {
  .block_tabs .item-tab {
    margin-right: 0;
    width: 100%;
    font-size: 0.875rem;
    margin-bottom: 0;
    padding: 15px 0;
    border-bottom: 1px solid #e5e5e5;
    display: block;
  }
}

.block_tabs .item-tab span {
  color: var(--orange);
}

.block_tabs .item-tab.mr0 {
  margin-right: 0;
}

.block_tabs .item-tab.none {
  display: none;
}

@media screen and (max-width: 1024px) {
  .block_tabs .item-tab.none {
    display: inline-block;
  }
}


/*banner slider*/
  .js_main_slider {
    width: calc(100% + 270px);
    margin: 0 -135px;
  }
  @media screen and (max-width: 1600px) {
    .js_main_slider {
      width: calc(100% + 190px);
      margin: 0 -95px;
    }
  }
  
  @media screen and (max-width: 1500px) {
    .js_main_slider {
      width: calc(100% + 110px);
      margin: 0 -55px;
    }
  }
  
  @media screen and (max-width: 1440px) {
    .js_main_slider {
      width: calc(100% + 60px);
      margin: 0 -30px;
    }
  }
  
  @media screen and (max-width: 1380px) {
    .js_main_slider {
      width: calc(100% + (100vw - 100% - 100px));
      margin: 0 calc((-100vw + 100% + 100px) / 2);
    }
  }
  
  @media screen and (max-width: 1199px) {
    .js_main_slider {
      width: calc(100% + (100vw - 100%));
      margin: 0 calc((-100vw + 100%) / 2);
    }
  }

  @media screen and (max-width: 768px) {
    .js_main_slider {
      background-color: #fff;
    }
    .js_main_slider.owl-carousel .owl-stage {
      display: flex;
      align-items: stretch;
    }
    .js_main_slider.owl-carousel .owl-item {
      display: flex;
      align-items: stretch;
      flex-shrink: 0;
    }
  }
  .js_main_slider .item {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #fff;
    flex-shrink: 0;
    width: 100%;
  }
  @media screen and (max-width: 768px) {
    .js_main_slider .item,
    .js_main_slider .item .wrap {
      display: flex;
    }
  }
  .js_main_slider .item .block_info {
    display: flex;
    justify-content: space-between;
    height: 490px;
    width: 100%;
  }
  @media screen and (max-width: 768px) {
    .js_main_slider .item .block_info {
      flex-direction: column;
      height: initial;
      justify-content: center;
    }
  }
  .js_main_slider .item .text {
    max-width: 60%;
    width: 100%;
    padding: 48px 0;
    color: #000;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  @media screen and (max-width: 768px) {
    .js_main_slider .item .text {
      max-width: 100%;
      padding: 48px 0 0;
    }
  }

  .js_main_slider .item.text-white .text {
    color: #fff;
  }
  @media screen and (max-width: 768px) {
    .js_main_slider .item.bottom-image .text {
      flex-grow: 1;
    }
  }
  .js_main_slider .item .text:only-child {
    max-width: 100%;
    padding: 48px 0;
  }
  @media screen and (max-width: 768px) {
    .js_main_slider .item .text:only-child {
      max-width: 100vw;
      padding: 48px 20px;
    }
  }
  .js_main_slider .item h3 {
    font-size: 48px;
    line-height: 58px;
    letter-spacing: -0.02em;
    font-weight: 700;
    text-align: center;
    margin-bottom: 0;
  }
  @media screen and (max-width: 1024px) {
    .js_main_slider .item h3 {
      font-size: 36px;
      line-height: 1.2;
    }
  }
  .js_main_slider .item .descr,
  .js_main_slider .item .price {
    font-size: 24px;
    line-height: 1;
    margin-top: 15px;
    text-align: center;
  }
  @media screen and (max-width: 768px) {
    .js_main_slider .item .descr,
    .js_main_slider .item .price {
      font-size: 18px;
      margin-top: 11px;
    }
    .js_main_slider .item .lelik {
      text-align: center;
    }
  }
  .js_main_slider .item .descr:empty {
    display: none;
  }
  .js_main_slider .item .link {
    text-decoration: none;
    border-radius: 40px;
    color: #fff;
    line-height: 1em;
    display: inline-block;
    padding: 10px 65px 10px 25px;
    background: var(--orange) url("../img/icons/array_w.svg") no-repeat calc(100% - 20px) center;
    border: 2px solid var(--orange);
    margin-top: 30px;
  }
  .js_main_slider .item .link:hover {
    transition: all 0.35s;
    background: #fff url("../img/icons/array_orange.svg") no-repeat calc(100% - 20px) center;
    color: var(--orange);
  }
  @media screen and (max-width: 768px) {
    .js_main_slider .item a.link {
      margin-top: 15px;
    }
  }
  .js_main_slider .item a.link:after {
    display: block;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 7px;
    border-color: transparent transparent transparent var(--red);
    position: absolute;
    right: -20px;
    top: calc(50% - 3.5px);
  }
  .js_main_slider .item .image {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 40%;
  }
  @media screen and (max-width: 768px) {
    .js_main_slider .item .image {
      margin: 30px auto 0;
      width: 50%;
      max-width: 480px;
      min-width: 240px;
      padding: 0 0 48px;
    }
  }
  @media screen and (max-width: 480px) {
    .js_main_slider .item .image {
      width: 70%;
      max-width: 70%;
    }
  }
  .js_main_slider .item.bottom-image .image {
    align-items: flex-end;
  }
  @media screen and (max-width: 768px) {
    .js_main_slider .item.bottom-image .image {
      padding: 0;
      margin-top: auto;
    }
  }
  .js_main_slider .item .image img {
    width: initial;
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
  }

  /*slider controls*/
    .js_main_slider.nav_white .owl-dots .owl-dot {
      background: #fff;
      opacity: 0.5;
    }
    .js_main_slider.nav_white .owl-dots .owl-dot:hover,
    .js_main_slider.nav_white .owl-dots .owl-dot.active {
      opacity: 1;
      background: #fff;
    }

    .js_main_slider.nav_white .owl-nav .owl-prev:after,
    .js_main_slider.nav_white .owl-nav .owl-next:after {
      background-image: url("../img/icons/array_w2.svg");
    }

    .js_main_slider.nav_white .owl-nav .owl-prev.disabled:after,
    .js_main_slider.nav_white .owl-nav .owl-next.disabled:after {
      background-image: url("../img/icons/array_w2.svg");
      opacity: 0.5;
    }

    .js_main_slider .owl-nav {
      position: absolute;
      top: 40px;
      right: 135px;
    }

    @media screen and (max-width: 1600px) {
      .js_main_slider .owl-nav {
        right: 95px;
      }
    }

    @media screen and (max-width: 1500px) {
      .js_main_slider .owl-nav {
        right: 55px;
      }
    }

    @media screen and (max-width: 1440px) {
      .js_main_slider .owl-nav {
        right: 30px;
      }
    }

    @media screen and (max-width: 700px) {
      .js_main_slider .owl-nav {
        top: 15px;
        right: 15px;
      }
    }

    .js_main_slider .owl-nav .owl-prev,
    .js_main_slider .owl-nav .owl-next {
      width: 30px;
      height: 28px;
      display: inline-block;
      vertical-align: top;
      position: relative;
      padding: 0;
      background-color: inherit;
    }

    @media screen and (max-width: 700px) {
      .js_main_slider .owl-nav .owl-prev,
      .js_main_slider .owl-nav .owl-next {
        width: 20px;
        height: 20px;
      }
    }

    .js_main_slider .owl-nav .owl-prev:after,
    .js_main_slider .owl-nav .owl-next:after {
      content: "";
      background: url("../img/icons/array_active.svg") no-repeat center;
      background-size: 100%;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      position: absolute;
      opacity: 1;
    }

    .js_main_slider .owl-nav .owl-prev.disabled:after,
    .js_main_slider .owl-nav .owl-next.disabled:after {
      background-image: url("../img/icons/array.svg");
    }

    .js_main_slider .owl-nav .owl-prev:after {
      transform: rotate(180deg);
    }

    .js_main_slider .owl-nav .owl-next {
      margin-left: 20px;
    }

    @media screen and (max-width: 700px) {
      .js_main_slider .owl-nav .owl-next {
        margin-left: 10px;
      }
    }

    .js_main_slider .owl-dots {
      position: absolute;
      text-align: right;
      right: 135px;
      bottom: 30px;
    }

    @media screen and (max-width: 1600px) {
      .js_main_slider .owl-dots {
        right: 95px;
      }
    }

    @media screen and (max-width: 1500px) {
      .js_main_slider .owl-dots {
        right: 55px;
      }
    }

    @media screen and (max-width: 1440px) {
      .js_main_slider .owl-dots {
        right: 30px;
      }
    }

    @media screen and (max-width: 700px) {
      .js_main_slider .owl-dots {
        right: 15px;
        bottom: 15px;
      }
    }

    .js_main_slider .owl-dots .owl-dot {
      padding: 0;
      width: 8px;
      height: 8px;
      border-radius: 8px;
      background: #c2c2c2;
      display: inline-block;
      margin: 0 7px;
    }

    .js_main_slider .owl-dots .owl-dot:last-child {
      margin-right: 0;
    }

    .js_main_slider .owl-dots .owl-dot.active {
      background: var(--orange);
    }
  /*slider controls*/
/*banner slider*/


.block_link_catalog {
  background: #f7f7f7;
}

.block_link_catalog .item {
  height: 420px;
  color: #000;
  font-size: 0;
  letter-spacing: 0;
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 1380px) {
  .block_link_catalog .item {
    height: 360px;
  }
}

@media screen and (max-width: 1199px) {
  .block_link_catalog .item {
    height: 290px;
  }
}

@media screen and (max-width: 720px) {
  .block_link_catalog .item {
    width: 100% !important;
  }
}

.block_link_catalog .item.width5 {
  width: 5%;
}

.block_link_catalog .item.width10 {
  width: 10%;
}

.block_link_catalog .item.width15 {
  width: 15%;
}

.block_link_catalog .item.width20 {
  width: 20%;
}

.block_link_catalog .item.width25 {
  width: 25%;
}

.block_link_catalog .item.width30 {
  width: 30%;
}

.block_link_catalog .item.width35 {
  width: 35%;
}

.block_link_catalog .item.width40 {
  width: 40%;
}

.block_link_catalog .item.width45 {
  width: 45%;
}

.block_link_catalog .item.width50 {
  width: 50%;
}

.block_link_catalog .item.width55 {
  width: 55%;
}

.block_link_catalog .item.width60 {
  width: 60%;
}

.block_link_catalog .item.width65 {
  width: 65%;
}

.block_link_catalog .item.width70 {
  width: 70%;
}

.block_link_catalog .item.width75 {
  width: 75%;
}

.block_link_catalog .item.width80 {
  width: 80%;
}

.block_link_catalog .item.width85 {
  width: 85%;
}

.block_link_catalog .item.width90 {
  width: 90%;
}

.block_link_catalog .item.width95 {
  width: 95%;
}

.block_link_catalog .item.width100 {
  width: 100%;
}

.block_link_catalog .item:after {
  content: "";
  opacity: 0;
  background: rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.35s;
}

.block_link_catalog .item > div {
  background-repeat: no-repeat;
  background-position: right center;
  height: 100%;
}

.block_link_catalog .item.bg_purple {
  background-color: #6c3dc1;
  background-image: linear-gradient(-35deg, #a25be0 0%, #6c3dc1 100%);
  color: #fff;
}

.block_link_catalog .item.bg_purple:hover:after {
  transition: all 0.35s;
  opacity: 1;
}

.block_link_catalog .item.bg_purple .block_info .link {
  border-color: #fff;
  background-color: inherit;
}

.block_link_catalog .item.bg_purple .block_info .link:hover {
  background-color: #fff;
  background-image: url("../img/icons/array_d.svg");
  color: #000;
}

.block_link_catalog .item.bg_purple2 {
  background-color: #5e09fb;
  background-image: linear-gradient(-35deg, #bb12ff 0%, #5e09fb 100%);
  color: #fff;
}

.block_link_catalog .item.bg_purple2:hover:after {
  transition: all 0.35s;
  opacity: 1;
}

.block_link_catalog .item.bg_purple2 .block_info .link {
  border-color: #fff;
  background-color: inherit;
}

.block_link_catalog .item.bg_purple2 .block_info .link:hover {
  background-color: #fff;
  background-image: url("../img/icons/array_d.svg");
  color: #000;
}

.block_link_catalog .item.bg_blue {
  background-color: #28a4bf;
  background-image: linear-gradient(-35deg, #45e6ee 0%, #28a4bf 100%);
  color: #fff;
}

.block_link_catalog .item.bg_blue:hover:after {
  transition: all 0.35s;
  opacity: 1;
}

.block_link_catalog .item.bg_blue .block_info .link {
  border-color: #fff;
  background-color: inherit;
}

.block_link_catalog .item.bg_blue .block_info .link:hover {
  background-color: #fff;
  background-image: url("../img/icons/array_d.svg");
  color: #000;
}

.block_link_catalog .item.bg_blue2 {
  background-color: #095efb;
  background-image: linear-gradient(-35deg, #12bbff 0%, #095ffb 100%);
  color: #fff;
}

.block_link_catalog .item.bg_blue2:hover:after {
  transition: all 0.35s;
  opacity: 1;
}

.block_link_catalog .item.bg_blue2 .block_info .link {
  border-color: #fff;
  background-color: inherit;
}

.block_link_catalog .item.bg_blue2 .block_info .link:hover {
  background-color: #fff;
  background-image: url("../img/icons/array_d.svg");
  color: #000;
}

.block_link_catalog .item.bg_dark {
  background-color: #242424;
  background-image: linear-gradient(-35deg, #484848 0%, #242424 100%);
  color: #fff;
}

.block_link_catalog .item.bg_dark:hover:after {
  transition: all 0.35s;
  opacity: 1;
}

.block_link_catalog .item.bg_dark .block_info .link {
  border-color: #fff;
  background-color: inherit;
}

.block_link_catalog .item.bg_dark .block_info .link:hover {
  background-color: #fff;
  background-image: url("../img/icons/array_d.svg");
  color: #000;
}

.block_link_catalog .item.bg_dark .block_info price {
  color: var(--orange);
}

.block_link_catalog .item.bg_orange {
  background-color: var(--orange);
  background-image: linear-gradient(-35deg, #ff8a12 0%, var(--orange) 100%);
  color: #fff;
}

.block_link_catalog .item.bg_orange:hover:after {
  transition: all 0.35s;
  opacity: 1;
}

.block_link_catalog .item.bg_orange .block_info .link {
  border-color: #fff;
}

.block_link_catalog .item.width25 {
  width: 25%;
}

@media screen and (max-width: 720px) {
  .block_link_catalog .item.width25 {
    width: 50%;
  }
  .block_link_catalog .item.width25 .image-holder {
    height: 100%;
  }
}

@media screen and (max-width: 374px) {
  .block_link_catalog .item.width25 {
    width: 100%;
  }
  .block_link_catalog .item.width25 .image-holder {
    height: 80%;
  }
}

.block_link_catalog .item .block_info {
  padding: 35px 35px 75px 35px;
  height: 100%;
  position: relative;
  vertical-align: middle;
  z-index: 1;
}

@media screen and (max-width: 1340px) {
  .block_link_catalog .item .block_info {
    padding: 20px 20px 50px 20px;
  }
}

@media screen and (max-width: 880px) {
  .block_link_catalog .item .block_info {
    padding: 20px 15px 50px 15px;
  }
}

.block_link_catalog .item .block_info .link {
  position: absolute;
  left: 35px;
  bottom: 35px;
  text-decoration: none;
  border-radius: 40px;
  color: #fff;
  line-height: 1em;
  display: inline-block;
  padding: 10px 65px 10px 25px;
  background-image: url("../img/icons/array_w.svg");
  background-repeat: no-repeat;
  background-position: calc(100% - 20px) center;
  white-space: nowrap;
  transition: all 0.35s;
  background-color: var(--orange);
  border: 2px solid var(--orange);
}

@media screen and (max-width: 1340px) {
  .block_link_catalog .item .block_info .link {
    bottom: 20px;
    left: 20px;
    padding: 10px 65px 10px 20px;
  }
}

@media screen and (max-width: 1100px) {
  .block_link_catalog .item .block_info .link {
    padding: 10px 45px 10px 20px;
    background-position: calc(100% - 10px) center;
  }
}

@media screen and (max-width: 1023px) {
  .block_link_catalog .item .block_info .link {
    font-size: 0.875rem;
  }
}

@media screen and (max-width: 880px) {
  .block_link_catalog .item .block_info .link {
    font-size: 0.8125rem;
    left: 15px;
    padding: 10px 35px 10px 10px;
    background-position: calc(100% - 7px) center;
  }
}

.block_link_catalog .item .block_info .link:hover {
  transition: all 0.35s;
  background-color: inherit;
  background-image: url("../img/icons/array_orange.svg");
  color: var(--orange);
}

.block_link_catalog .item .block_info h3 {
  font-size: 2.1875rem;
  font-weight: 500;
  line-height: 1.2em;
}

@media screen and (max-width: 1199px) {
  .block_link_catalog .item .block_info h3 {
    font-size: 1.75rem;
  }
}

@media screen and (max-width: 880px) {
  .block_link_catalog .item .block_info h3 {
    font-size: 1.25rem;
  }
}

.block_link_catalog .item .block_info price {
  color: #fff;
  font-size: 3.125rem;
  font-weight: 500;
  line-height: 1em;
}

@media screen and (max-width: 1199px) {
  .block_link_catalog .item .block_info price {
    font-size: 1.75rem;
  }
}

@media screen and (max-width: 880px) {
  .block_link_catalog .item .block_info price {
    font-size: 1.25rem;
  }
}

.block_link_catalog .item .block_info price .currency {
  font-size: 1.5625rem;
  vertical-align: top;
  display: inline-block;
  line-height: 1em;
}

@media screen and (max-width: 1199px) {
  .block_link_catalog .item .block_info price .currency {
    font-size: 0.875rem;
  }
}

@media screen and (max-width: 880px) {
  .block_link_catalog .item .block_info price .currency {
    font-size: 0.75rem;
  }
}

.block_link_catalog .item .block_info p {
  font-size: 1rem;
  line-height: 1.3em;
}

@media screen and (max-width: 1023px) {
  .block_link_catalog .item .block_info p {
    font-size: 0.875rem;
  }
}

.block_link_catalog .item .image-holder {
  max-width: 100%;
  vertical-align: middle;
  position: relative;
  z-index: 1;
  max-height: 100%;
  text-align: right;
}

.block_link_catalog .item .image-holder img {
  -o-object-fit: contain;
     object-fit: contain;
  display: inline-block;
  width: auto;
}

@media screen and (max-width: 720px) {
  .block_link_catalog .item .image-holder {
    height: 80%;
  }
}

.block_subscription {
  padding: 100px 0;
  text-align: center;
  clear: both;
}

@media screen and (max-width: 1640px) {
  .block_subscription {
    padding: 60px 0;
  }
}

@media screen and (max-width: 880px) {
  .block_subscription {
    padding: 30px 0;
  }
}

.block_subscription form h3 {
  font-weight: 300;
  font-size: 1.875rem;
  line-height: 1.1em;
  max-width: 270px;
  vertical-align: middle;
  margin-right: 30px;
  margin-bottom: 0;
}

@media screen and (max-width: 1640px) {
  .block_subscription form h3 {
    margin-right: 20px;
  }
}

@media screen and (max-width: 880px) {
  .block_subscription form h3 {
    margin-bottom: 15px;
    max-width: 255px;
  }
}

@media screen and (max-width: 375px) {
  .block_subscription form h3 {
    max-width: 220px;
    font-size: 1.625rem;
  }
}

.block_subscription form .percent {
  vertical-align: middle;
  font-size: 5rem;
  color: var(--orange);
  margin-right: 30px;
  font-weight: 600;
  line-height: 50px;
}

@media screen and (max-width: 1640px) {
  .block_subscription form .percent {
    margin-right: 20px;
  }
}

@media screen and (max-width: 880px) {
  .block_subscription form .percent {
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 480px) {
  .block_subscription form .percent {
    margin-right: 0;
  }
}

@media screen and (max-width: 375px) {
  .block_subscription form .percent {
    font-size: 4.0625rem;
  }
}

.block_subscription form .form-holder {
  vertical-align: middle;
  margin-right: 30px;
  width: 470px;
}

@media screen and (max-width: 1640px) {
  .block_subscription form .form-holder {
    margin-right: 20px;
    width: calc(100% - 625px);
  }
}

@media screen and (max-width: 880px) {
  .block_subscription form .form-holder {
    width: calc(100% - 255px);
  }
}

@media screen and (max-width: 480px) {
  .block_subscription form .form-holder {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}

.block_subscription form .form-holder.error input {
  border-color: red;
}

.block_subscription form .form-holder input {
  width: 100%;
  border: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  padding: 17px 0 15px;
  font-size: 16px;
  line-height: 1.1em;
  color: #000;
}

.block_subscription form .form-holder input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.2);
}

.block_subscription form .form-holder input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.2);
}

.block_subscription form .form-holder input:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.2);
}

.block_subscription form .form-holder input::placeholder {
  color: rgba(0, 0, 0, 0.2);
}

.block_subscription form input[type="submit"] {
  vertical-align: middle;
  border-radius: 50px;
  background: var(--orange);
  color: #fff;
  font-size: 1.125rem;
  line-height: 1em;
  padding: 15px 80px 13px;
  display: inline-block;
  cursor: pointer;
  font-weight: 500;
  border: 2px solid var(--orange);
}

@media screen and (max-width: 1640px) {
  .block_subscription form input[type="submit"] {
    padding: 15px 60px 13px;
  }
}

@media screen and (max-width: 480px) {
  .block_subscription form input[type="submit"] {
    width: 100%;
    padding: 10px 60px 8px;
  }
}

.block_subscription form input[type="submit"]:hover {
  transition: all 0.35s;
  background: #fff;
  color: var(--orange);
}

.block_link_product {
  margin-top: 1px;
  position: relative;
}


.block_link_product.list_view_product {
  margin-top: 0;
}

.block_link_product.list_view_product.pb0 {
  padding-bottom: 0;
}

.block_link_product.list_view_product h3 {
  font-size: 2.1875rem;
  font-weight: 500;
  margin-bottom: 20px;
}

@media screen and (max-width: 1199px) {
  .block_link_product.list_view_product h3 {
    font-size: 2rem;
  }
}

@media screen and (max-width: 1024px) {
  .block_link_product.list_view_product h3 {
    font-size: 1.75rem;
  }
}

@media screen and (max-width: 959px) {
  .block_link_product.list_view_product h3 {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 700px) {
  .block_link_product.list_view_product h3 {
    margin-bottom: 10px;
    font-size: 1.25rem;
  }
}

@media screen and (max-width: 479px) {
  .block_link_product.list_view_product h3 {
    margin-left: 15px;
  }
}

.block_link_product.list_view_product .link_all {
  color: var(--orange);
  font-size: 0.875rem;
}

@media screen and (max-width: 479px) {
  .block_link_product.list_view_product .link_all {
    margin-left: 15px;
  }
}

.block_link_product.list_product_catalog .item {
  display: inline-block;
}

@media screen and (max-width: 479px) {
  .block_link_product .wrap {
    padding-left: 0;
    padding-right: 0;
  }
}

.block_link_product .wrap + .list_pagination ul {
  margin-left: -1px;
  width: calc(100% + 1px);
}

@media screen and (max-width: 1023px) {
  .block_link_product .wrap + .list_pagination ul {
    margin-top: -1px;
  }
}

.block_link_product .block_title_orange {
  width: calc(25% + 1px);
  margin-left: -1px;
  background-color: var(--orange);
  background-image: linear-gradient(325deg, #ff8a12 0%, #ff8a12 35%, var(--orange) 65%, var(--orange) 100%);
  height: 450px;
  margin-top: -30px;
  color: #fff;
  position: relative;
  z-index: 10;
  padding: 35px 35px 75px 35px;
}

@media screen and (max-width: 1340px) {
  .block_link_product .block_title_orange {
    padding: 20px 20px 50px 20px;
  }
}

@media screen and (max-width: 1100px) {
  .block_link_product .block_title_orange {
    height: 400px;
    margin-top: -20px;
  }
}

@media screen and (max-width: 1023px) {
  .block_link_product .block_title_orange {
    height: 380px;
  }
}

@media screen and (max-width: 1024px) {
  .block_link_product .block_title_orange {
    display: none;
  }
}

.block_link_product .block_title_orange.bg_blue {
  background-color: #0e7599;
  background-image: linear-gradient(-35deg, #14a8c6 0%, #0e7599 100%);
}

.block_link_product .block_title_orange.bg_blue .link {
  border-color: #fff;
}

.block_link_product .block_title_orange.bg_blue.block_title_sale:after {
  color: #0e7599;
}

.block_link_product .block_title_orange.bg_purple {
  background-color: #5e09fb;
  background-image: linear-gradient(-35deg, #14a8c6 0%, #5e09fb 100%);
}

.block_link_product .block_title_orange.bg_purple .link {
  border-color: #fff;
}

.block_link_product .block_title_orange.bg_purple.block_title_sale:after {
  color: #5e09fb;
}

.block_link_product .block_title_orange.bg_dark {
  background-color: #242424;
  background-image: linear-gradient(-35deg, #484848 0%, #242424 100%);
}

.block_link_product .block_title_orange.bg_dark .link {
  border-color: #fff;
}

.block_link_product .block_title_orange.bg_dark.block_title_sale:after {
  color: #242424;
}

.block_link_product .block_title_orange.state_height {
  margin-top: 0;
  z-index: 1;
  height: 420px;
}

@media screen and (max-width: 1100px) {
  .block_link_product .block_title_orange.state_height {
    height: 380px;
  }
}

.block_link_product .block_title_orange:hover:before {
  transition: all 0.35s;
  opacity: 1;
}

.block_link_product .block_title_orange:before {
  content: "";
  opacity: 0;
  background: rgba(210, 63, 14, 0.2);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.35s;
}

.block_link_product .block_title_orange.block_title_sale {
  overflow: hidden;
}

.block_link_product .block_title_orange.block_title_sale:after {
  content: "%";
  color: #db4500;
  font-size: 12.5rem;
  position: absolute;
  bottom: 100px;
  left: -25px;
  font-weight: 600;
  line-height: 1em;
  z-index: 1;
}

@media screen and (max-width: 1100px) {
  .block_link_product .block_title_orange.block_title_sale:after {
    bottom: 80px;
  }
}

@media screen and (max-width: 1023px) {
  .block_link_product .block_title_orange.block_title_sale:after {
    bottom: 60px;
  }
}

.block_link_product .block_title_orange h3 {
  font-weight: 500;
  font-size: 2.1875rem;
  line-height: 1.1em;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 1199px) {
  .block_link_product .block_title_orange h3 {
    font-size: 1.75rem;
  }
}

@media screen and (max-width: 880px) {
  .block_link_product .block_title_orange h3 {
    margin-bottom: 20px;
  }
}

.block_link_product .block_title_orange .link {
  position: absolute;
  left: 35px;
  bottom: 35px;
  text-decoration: none;
  border-radius: 40px;
  border: 2px solid #feab62;
  color: #fff;
  line-height: 1em;
  display: inline-block;
  padding: 10px 65px 10px 25px;
  background-image: url("../img/icons/array_w.svg");
  background-repeat: no-repeat;
  background-position: calc(100% - 20px) center;
  white-space: nowrap;
  transition: all 0.35s;
  cursor: pointer;
  z-index: 1;
}

@media screen and (max-width: 1340px) {
  .block_link_product .block_title_orange .link {
    bottom: 20px;
    left: 20px;
    padding: 10px 65px 10px 20px;
  }
}

@media screen and (max-width: 1100px) {
  .block_link_product .block_title_orange .link {
    padding: 10px 45px 10px 20px;
    background-position: calc(100% - 10px) center;
  }
}

@media screen and (max-width: 1023px) {
  .block_link_product .block_title_orange .link {
    padding: 10px 40px 10px 15px;
    font-size: 0.875rem;
  }
}

.block_link_product .block_title_orange .link:hover {
  transition: all 0.35s;
  background-color: #fff;
  background-image: url("../img/icons/array_d.svg");
  color: #000;
  border-color: #fff;
}

.block_link_product .block_title_orange .nav {
  position: relative;
  z-index: 1;
}

.block_link_product .block_title_orange .nav li {
  margin-bottom: 15px;
  padding-right: 5px;
  line-height: 1rem;
}

.block_link_product .block_title_orange .nav li a {
  color: #fff;
  transition: all 0.35s;
  line-height: 1.1em;
}

.block_link_product .block_title_orange .nav li a:hover {
  transition: all 0.35s;
  text-decoration: underline;
}

.block_link_product .item {
  width: calc(25% + 1px); 
	height: 450px;
  position: relative;
  z-index: 1;
  margin-top: -1px;
  margin-left: -1px;
  transition: all 0.35s;
  overflow: hidden;
}

.block_link_product .item.filter-item {
  z-index: 0 !important;
  display: none !important;
}

@media screen and (max-width: 959px) {
  .block_link_product .item.filter-item {
    display: none !important;
  }
}

.block_link_product .item > div {
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  min-height: 100%;
  z-index: 1;
  transition: all 0.35s;
	padding-top: 30px;
}


.block_link_product .item .product-item-name {
	display: block;
	margin-top: 20px;
  font-size: 16px;
  line-height: 18px;
  min-height: 66px;
  padding-bottom: 12px;
  text-align: center;
}

.block_link_product .item .service-item-descr {
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid #979797;
  border-bottom: 1px solid #979797;
}

.block_link_product .item .service-item-descr .repair-time,
.block_link_product .item .service-item-descr .price-block {
	display: flex;
  justify-content: space-between;
  font-size: 15px;
  line-height: 18px;
}

.block_link_product .item .service-item-descr .repair-time {
	margin-bottom: 15px;
}


.block_link_product .item:hover .block_info_product .block_button {
  opacity: 1;
  transition: all 0.25s;
}

.block_link_product .item .block_info_product .block_button > form {
  width: 100%;
}

.block_link_product .item .image-holder {
	display: flex;
  height: 112px;
  align-items: center;
  justify-content: center;
}

.block_link_product .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: calc(25% + 1px);
  padding: 30px 15px;
  border: 1px solid #d8d8d8;
  z-index: 1;
}
.block_link_product .item.block_title_orange {
  border: 0;
  position: relative;
  top: -30px;
  left: 0px;
  z-index: 2;
  padding-left: 35px;
  padding-bottom: 35px;
}
@media screen and (max-width: 1024px) {
  .block_link_product .item.block_title_orange {
    display: none;
  }
}
@media screen and (max-width: 880px) {
  .block_link_product .item {
    width: calc(100% / 3);
  } 
}
@media screen and (max-width: 680px) {
  .block_link_product .item {
    width: 50%;
  }
}
@media screen and (max-width: 480px) {
  .block_link_product .product-items {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .block_link_product .item {
  	width: 100%;
  	max-width: 280px;
  	padding: 15px 15px 20px;
  } 
}
.block_link_product .item label {
  position: relative;
  font-size: 0.875rem;
  line-height: 1em;
  padding: 3px 5px;
  font-weight: 600;
  color: #fff;
  z-index: 2;
  float: left;

}

.block_link_product .item label.sale {
  background: var(--orange);
}

.block_link_product .item label.new {
  background: #5aae01;
}

.block_link_product .item label.popular {
  background: #ffae12;
}

.block_link_product .item .block_info_product {
	padding: 10px 15px;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  flex-grow: 1;
  align-items: baseline;
}

@media screen and (max-width: 1100px) {
  .block_link_product .item .block_info_product {
    padding: 20px;
  }
}

@media screen and (max-width: 1023px) {
  .block_link_product .item .block_info_product {
    padding: 15px;
  }
}

@media screen and (max-width: 480px) {
  .block_link_product .item .block_info_product {
    padding: 10px 15px;
  }
}
.block_link_product .item .block_info_product .product-item-name {
  width: 100%;
}
.block_link_product .item .block_info_product .name {
	color: #333;
  font-size: 16px;
  line-height: 18px;
  padding-bottom: 12px;
  text-align: center;
}

.featured-service-groups .block_link_product .item {
	height: 370px;
}

.featured-service-groups .block_link_product .item:first-child {
	height: 400px;
  top: 0;
  margin-top: -30px;
}
.featured-service-groups .block_link_product .item .image-holder {
  padding: 10px 45px 0;
  display: block;
  margin: auto;
	height: auto;
}
.featured-service-groups .block_link_product .item .block_info_product {
  padding-top: 20px;
  justify-content: center;
}
.featured-service-groups .item:not(:first-child):hover {
  border-color: var(--orange);
	background-color: rgba(251, 69, 9, 0.03);
	transition: background-color 0.5s;
  z-index: 2;
}
.featured-service-groups .item:not(:first-child):hover .name {
  transition: all 0.35s;
  text-decoration: underline;
}

@media screen and (max-width: 1023px) {
  .block_link_product .item .block_info_product .name {
    max-height: 57px;
    font-size: 0.875rem;
  }
}

@media screen and (max-width: 480px) {
  .block_link_product .item .block_info_product .name {
    margin-bottom: 10px;
  }
}

.block_link_product .item .block_info_product .name:hover {
  transition: all 0.35s;
  text-decoration: underline;
}
.block_link_product .item .block_info_product .price-box {
  margin-top: auto;
  margin-bottom: 0;    
}

.block_link_product .item .block_info_product .price-box .old_price {
  color: #555;
  font-size: 1rem;
  margin-right: 10px;
  vertical-align: top;
  line-height: 1em;
  text-decoration: line-through;
}
.block_link_product .item .block_info_product .price-box price:before {
	content: ' от ';
}

.block_link_product .item .block_info_product .price-box price .currency {
	display: none;
}

@media screen and (max-width: 479px){
  .block_link_product .item .block_info_product .price-box price .special-price,
  .block_link_product .item .block_info_product .price-box price .old-price{
    display: block;
  }
}
.block_link_product .item .block_info_product .price-box .minimal-price-link {
  font-size: 12px;
  color: #333;
}
.block_link_product .item .block_info_product .product-reviews-summary {
  width: 100%;
}
.block_link_product .item .block_info_product .product-reviews-summary .reviews-actions .action {
  display: block;
  margin-top: 0;
}
.block_link_product .item .block_info_product .product-item-inner {
  width: 100%;
}
.block_link_product .item .block_info_product .block_button {
	margin-top: 25px;
}

.phoneSubmit_wrapper {
  position: relative;
  margin-top: 10px;
	width: 49%;
  float: left;
}

.phoneSubmit_wrapper:first-child {
	margin-right: 2%;
}

.comment_wrapper {
	position: relative;
	margin-top: 20px;
	float: left;
	width: 100%;
}

@media screen and (max-width: 600px) {
	.phoneSubmit_wrapper {
		width: 100%;
		float: none;
	}
	.phoneSubmit_wrapper:first-child {
		margin-right: 0;
	}
}

.phoneSubmit {
  display: block;
  clear: both;
  background-color: var(--orange);
  background-image: url("../img/icons/array_w.svg");
  background-repeat: no-repeat;
  background-position: calc(100% - 15px) center;
  color: #fff;
  font-weight: 500;
  font-size: 0.9375rem;
  line-height: 1em;
  padding: 10px 60px 11px 20px;
  border-radius: 20px;
  border: 2px solid var(--orange);
  transition: all 0.35s;
}

.phoneSubmit:disabled {
  pointer-events: none;
  color: var(--orange);
  background-color: #fff;
  background-image: url("../img/icons/array_orange.svg");
  opacity: .5;
}

.phoneSubmit_label {
  color: #aaa;
  font-size: 0.9375rem;
  line-height: 1em;
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
  transition: all 0.35s;
}

.phoneSubmit_input {
  width: 100%;
  padding: 10px 0;
  border: 0;
  border-bottom: 1px solid #ccc;
  color: #000;
  line-height: 1em;
  font-size: 0.9375rem;
  font-weight: 500;
}

.phoneSubmit_input:focus {
  border-color: var(--orange);
}
.phoneSubmit_input:focus + label,
.phoneSubmit_input:required:valid + label,
.phoneSubmit_input:not(:required):not(:placeholder-shown) + label {
  color: var(--orange);
  font-size: 0.8125rem;
  top: -10px;
}

.phoneSubmit:hover {
    color: var(--orange);
    background-color: #fff;
    background-image: url("../img/icons/array_orange.svg");
}

.wrapperSubmit {
	clear: both;
  padding-top: 2rem;
}

.modal-popup .modal-footer {
  padding-bottom: 0rem;
}

.modal-popup .action-close {
  width: 21px;
  height: 20px;
  background: url("../img/icons/delete.svg") no-repeat center;
  background-size: 70%;
  padding: 0;
  border-radius: 20px;
  transition: background .5s;
}

.modal-popup .action-close:hover {
  background: var(--orange) url("../img/icons/delete_hover.svg") no-repeat center;
  background-size: 70%;
}

.modal-popup .action-close span {
  display: none;
}

.modal-popup._show .modal-inner-wrap {
  width: 45%;
}

@media screen and (max-width: 1024px) {
  .modal-popup._show .modal-inner-wrap {
    width: 90%;
  }
}

.block_link_product .item .product-item-info .actions-secondary a span {
  display: none;
}

.actions-secondary {
	display: none;
  position: relative;
  height: 30px;
  padding-top: 6px;
}

.product-reviews-summary {
	display: none;
}

.block_link_product .item .block_info_product .block_button .buy_fast {
  background: var(--orange);
  border-radius: 14px;
  color: #fff;
  text-decoration: none;
  line-height: 1em;
  font-weight: 500;
  font-size: 0.75rem;
  padding: 6px 11px;
  margin-right: 0;
  border: 2px solid var(--orange);
  display: inline-block;
}
.block_link_product .item .block_info_product .block_button .one-click-button {
	font-size: 20px;
  line-height: 20px;
  border-radius: 30px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 25px;
  padding-right: 56px;
  height: 34px;
  text-overflow: initial;
  font-size: 15px;
  line-height: 20px;
}

.block_link_product .item .block_info_product .block_button .one-click-button span {
	position: relative;
}

.block_link_product .item .block_info_product .block_button .one-click-button span:after {
	display: block;
  content: '';
  width: 16px;
  height: 10px;
  background: transparent url(../img/icons/button-arrow-white.svg) center no-repeat;
  background-size: cover;
  position: absolute;
  left: calc(100% + 15px);
  top: 3px;
}

.block_button .one-click-button {
  display: -webkit-inline-box;
  border-radius: 14px;
  color: #fff;
  text-decoration: none;
  line-height: 1em;
  font-size: 10px;
  padding: 6px 12px 6px;
  margin-right: -1px;
}

@media screen and (max-width: 1340px) {
  .block_link_product .item .block_info_product .block_button .buy_fast {
    font-size: 0.75rem;
    padding: 6px 11px;
    margin-right: 5px;
  }
}

@media screen and (max-width: 1040px) {
  .block_link_product .item .block_info_product .block_button .buy_fast {
    margin-right: 3px;
  }
}

@media screen and (max-width: 430px) {
  .block_link_product .item .block_info_product .block_button .buy_fast {
    padding: 4px;
  }
}

.block_link_product .item .block_info_product .block_button .buy_fast span {
  transition: all 0.35s;
  color: #fff;
}

.block_link_product .item .block_info_product .block_button .buy_fast:hover {
  transition: all 0.35s;
  background: #fff;
  color: var(--orange);
}

.block_link_product .item .block_info_product .block_button .buy_fast:hover span {
  transition: all 0.35s;
  color: var(--orange);
}

.block_link_product .item .block_info_product .block_button .cart {
  width: 30px;
  height: 30px;
  background: var(--orange) url("../img/icons/cart_mini.png") no-repeat center;
  margin-right: 7px;
  text-decoration: none;
  border-radius: 30px;
  border: 2px solid var(--orange);
}

@media screen and (max-width: 1340px) {
  .block_link_product .item .block_info_product .block_button .cart {
    margin-right: 5px;
  }
}

@media screen and (max-width: 1040px) {
  .block_link_product .item .block_info_product .block_button .cart {
    margin-right: 3px;
  }
}

@media screen and (max-width: 430px) {
  .block_link_product .item .block_info_product .block_button .cart {
    width: 24px;
    height: 24px;
  }
}

.block_link_product .item .block_info_product .block_button .cart:hover {
  transition: all 0.35s;
  background: #fff url("../img/icons/cart_mini_o.png") no-repeat center;
  color: var(--orange);
}

.read-more {
	margin-top: 10px;
}

.read-more .more-link {
  font-size: 12px;
  line-height: 15px;
  text-decoration: underline;
  color: #000;
}

.categories-banners {
	display: flex; 
}
.categories-banners.white {
    padding-top: 60px; 
}
.categories-banners.white .wrap {
	display: flex;
  flex-wrap: wrap;
}
.categories-banners.white .banner {
	color: #000;
	border: 1px solid var(--orange);
}
.categories-banners.white .banner + .banner {
  border-left: 0;
}
.categories-banners.white .banner:nth-child(1),
.categories-banners.white .banner:nth-child(4) {
  border-left: 1px solid var(--orange);
}
.categories-banners.white .banner:nth-child(n+4) {
  border-top: 0;
	border-right: 1px solid var(--orange);
  border-bottom: 1px solid var(--orange);
}
@media screen and (max-width: 880px) {
  .categories-banners {
    flex-wrap: wrap; 
  } 
	.categories-banners.white .banner {
		width: calc(100% / 3);
	} 
  .categories-banners.white .banner.wide {
    width: calc((100% / 3) * 2);
  }
  .categories-banners.white .banner:nth-child(n+4) {
    border-top: 1px solid var(--orange);
  }  
  .categories-banners.white .banner:nth-child(n+3) {
    border-top: 0;
  }
  .categories-banners.white .banner:nth-child(4) {
    border-left: 0;
  }
  .categories-banners.white .banner:nth-child(3),
  .categories-banners.white .banner:nth-child(3n) {
    border-left: 1px solid var(--orange);
  }
}
@media screen and (max-width: 680px) {
	.categories-banners.white .banner {
		width: calc(100% / 2);
		height: 300px;
		padding: 20px 15px;
  }
	.categories-banners.white .banner.wide {
		width: 100%; 
	}
	.categories-banners.white .banner:not(:first-child) {
		width: calc(100% / 3);
	}
  .categories-banners.white .banner:nth-child(n+4) {
    border-top: initial;
  }
  .categories-banners.white .banner:nth-child(n+3) {
    border-top: initial;
  }
  .categories-banners.white .banner:nth-child(4) {
    border-left: initial;
  }
  .categories-banners.white .banner:nth-child(3),
  .categories-banners.white .banner:nth-child(3n) {
    border-left: initial;
  }
  .categories-banners.white .banner:not(:first-child) {
    border-top: 0;
  }
  .categories-banners.white .banner:not(:first-child):nth-child(3n-1) {
    border-left: 1px solid var(--orange);
  }
}
@media screen and (max-width: 480px) {
	.categories-banners.white .banner:not(:first-child) {
		width: 50%;
	}
  .categories-banners.white .banner:not(:first-child):nth-child(3n-1) {
    border-left: initial;
  }
  .categories-banners.white .banner:not(:first-child):nth-child(2n) {
    border-left: 1px solid var(--orange);
  }
}
.categories-banners.white .to-all {
	border-color: var(--orange);
	color: var(--orange);
	transition: color 0.5s, background-color 0.5s; 
}
.categories-banners.white .to-all:hover {
	color: #fff;
	background-color: var(--orange);
	transition: color 0.5s, background-color 0.5s; 
}
.categories-banners.white .to-all:hover span:after {
	background-image: url(../img/icons/button-arrow-white.svg); 
}
.categories-banners.white .to-all span:after {
	background-image: url(../img/icons/button-arrow-orange.svg); 
}
.categories-banners .banner {
    width: 25%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 33px 35px 53px;
    position: relative;
    justify-content: space-between;
    color: #fff;
    flex-shrink: 0;
    height: 420px;
    transition: box-shadow 0.5s;
    z-index: 1; 
}
@media screen and (max-width: 1380px) {
	.categories-banners .banner {
		padding: 25px 25px 25px; 
	} 
}
@media screen and (max-width: 880px) {
	.categories-banners .banner {
		width: 50%; 
	} 
}
@media screen and (max-width: 680px) {
	.categories-banners .banner {
		height: 300px; 
	} 
}
.categories-banners .banner:hover {
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
	transition: box-shadow 0.5s;
	z-index: 2; 
}
.categories-banners .banner.wide {
	width: 50%;
}
@media screen and (max-width: 880px) {
	.categories-banners .banner.wide {
		width: 100%; 
	} 
}
@media screen and (max-width: 680px) {
	.categories-banners .banner.wide .image-background img {
		max-height: 65%; 
	} 
}
.categories-banners .banner.black {
  background-color: #242424;
  background-image: linear-gradient(135deg, #242424 0%, #565656 80%, #5b5b5b 100%);
}
.categories-banners .banner.purple {
  background-color: #52489c;
  background-image: linear-gradient(135deg, #52489c 0%, #8a7ecb 100%);
}
.categories-banners .banner.blue {
  background-color: #0e7599;
  background-image: linear-gradient(135deg, #0e7599 0%, #1fa9c6 75%, #20adc9 100%);
}
.categories-banners .image-background {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  z-index: 1; 
}
.categories-banners .image-background img {
	width: auto;
	max-width: 75%; 
}
@media screen and (max-width: 680px) {
	.categories-banners .image-background img {
		max-height: 40%; 
	} 
}
.categories-banners .banner-title {
  font-size: 35px;
  line-height: 1;
  position: relative;
  z-index: 2; 
}
@media screen and (max-width: 1380px) {
	.categories-banners .banner-title {
		font-size: 32px; 
	} 
}
@media screen and (max-width: 1023px) {
	.categories-banners .banner-title {
		font-size: 28px; 
	} 
}
@media screen and (max-width: 680px) {
	.categories-banners .banner-title {
		font-size: 24px; 
	} 
}
@media screen and (max-width: 480px) {
	.categories-banners .banner-title {
		font-size: 20px; 
	} 
}
.categories-banners .to-all {
    border: 1px solid #fff;
    display: flex;
    align-items: center;
    padding: 8px 64px 8px 25px;
    background-color: transparent;
    border-radius: 20px;
    font-size: 15px;
    color: #fff;
    position: relative;
    z-index: 2;
    min-height: 40px;
    transition: border-color 0.5s, color 0.5s; 
}
@media screen and (max-width: 1380px) {
	.categories-banners .to-all {
        padding: 8px 45px 8px 25px; 
	} 
}
@media screen and (max-width: 1023px) {
	.categories-banners .to-all {
		padding: 8px 25px;
		font-size: 12px;
		text-align: center; 
	} 
}
@media screen and (max-width: 680px) {
	.categories-banners .to-all {
		padding: 8px 15px; 
	} 
}
.categories-banners .to-all:hover {
	border-color: var(--orange);
	color: var(--orange);
	transition: border-color 0.5s, color 0.5s; 
}
.categories-banners .to-all span {
	position: relative; 
}
.categories-banners .to-all span:after {
	display: block;
	content: '';
	width: 16px;
	height: 10px;
	background-color: transparent;
	background-image: url(../img/icons/button-arrow-white.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	left: calc(100% + 23px);
	top: 5px; 
}
@media screen and (max-width: 1380px) {
	.categories-banners .to-all span:after {
		left: calc(100% + 10px); 
	} 
}
@media screen and (max-width: 1023px) {
	.categories-banners .to-all span:after {
		content: none; 
	} 
}


.category-products {
    padding-top: 55px;
}

.category-products .category-title {
    font-size: 35px;
    line-height: 36px;
    text-align: left;
}

@media screen and (max-width: 1380px) {
    .category-products .category-title {
        font-size: 32px;
        line-height: 1;
    }
}

@media screen and (max-width: 1023px) {
    .category-products .category-title {
        font-size: 28px;
    }
}

@media screen and (max-width: 680px) {
    .category-products .category-title {
        font-size: 24px;
    }
}

.category-products .products-list {
    margin-top: 55px;
    display: flex;
    flex-wrap: wrap;
}

@media screen and (max-width: 880px) {
    .category-products .products-list {
        margin-top: 30px;
    }
}

.category-products .product-item {
    width: 25%;
    height: 320px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding-top: 38px;
    border-right: 1px solid #d8d8d8;
    border-bottom: 1px solid #d8d8d8;
    transition: background-color 0.5s;
    position: relative;
}

@media screen and (max-width: 1023px) {
    .category-products .product-item {
        height: 250px;
        padding-top: 35px;
    }
}

@media screen and (max-width: 880px) {
    .category-products .product-item {
        width: calc(100% / 3);
    }
}

@media screen and (max-width: 680px) {
    .category-products .product-item {
        width: 50%;
    }
}

@media screen and (max-width: 480px) {
    .category-products .product-item {
        padding-top: 30px;
        padding-bottom: 30px;
        height: initial;
    }
}

.category-products .product-item:before {
    display: block;
    position: absolute;
    left: -1px;
    top: -1px;
    right: -1px;
    bottom: -1px;
    border: 1px solid transparent;
    content: '';
    transition: border-color 0.5s;
}

.category-products .product-item:nth-child(-n+4) {
    border-top: 1px solid #d8d8d8;
}

@media screen and (max-width: 880px) {
    .category-products .product-item:nth-child(-n+4) {
        border-top: initial;
    }
}

@media screen and (max-width: 880px) {
    .category-products .product-item:nth-child(-n+3) {
        border-top: 1px solid #d8d8d8;
    }
}

@media screen and (max-width: 680px) {
    .category-products .product-item:nth-child(-n+3) {
        border-top: initial;
    }
}

@media screen and (max-width: 680px) {
    .category-products .product-item:nth-child(-n+2) {
        border-top: 1px solid #d8d8d8;
    }
}

.category-products .product-item:nth-child(4n+1) {
    border-left: 1px solid #d8d8d8;
}

@media screen and (max-width: 880px) {
    .category-products .product-item:nth-child(4n+1) {
        border-left: initial;
    }
}

@media screen and (max-width: 880px) {
    .category-products .product-item:nth-child(3n+1) {
        border-left: 1px solid #d8d8d8;
    }
}

@media screen and (max-width: 680px) {
    .category-products .product-item:nth-child(3n+1) {
        border-left: initial;
    }
}

@media screen and (max-width: 680px) {
    .category-products .product-item:nth-child(2n+1) {
        border-left: 1px solid #d8d8d8;
    }
}

@media screen and (max-width: 680px) {
    .category-products .product-item:nth-child(2n+1):last-child {
        display: none;
    }
}

.category-products .product-item:hover {
    background-color: rgba(251, 69, 9, 0.03);
    transition: background-color 0.5s;
}

.category-products .product-item:hover:before {
    border-color: var(--orange);
    transition: border-color 0.5s;
}

.category-products .product-item-image {
    height: 180px;
}

@media screen and (max-width: 1023px) {
    .category-products .product-item-image {
        height: 150px;
    }
}

@media screen and (max-width: 480px) {
    .category-products .product-item-image {
        height: 120px;
    }
}

.category-products .product-item-image img {
    width: auto;
    height: 180px;
}

@media screen and (max-width: 1023px) {
    .category-products .product-item-image img {
        height: 150px;
    }
}

@media screen and (max-width: 480px) {
    .category-products .product-item-image img {
        height: 120px;
    }
}

.category-products .product-item-title {
    font-size: 16px;
    line-height: 18px;
    margin-top: 25px;
    color: #000;
}

@media screen and (max-width: 1023px) {
    .category-products .product-item-title {
        margin-top: 15px;
    }
}
@media screen and (max-width: 639px) {
    .category-products .product-item-title {
        padding-left: 5px;
        padding-right: 5px;
        font-size: 14px;
    }
}



.item .graph {
  width: 28px;
  height: 28px;
  display: initial;
  background: url("../img/icons/graph_g.svg") no-repeat center;
  margin-right: 7px;
  text-decoration: none;
  transition: all 0.35s;
}

.icon-wrapper {
  position: absolute;
  z-index: 1000;
  top: 10px;
  right: 5px;
}

@media screen and (max-width: 1340px) {
  .item .graph {
    margin-right: 5px;
  }
}

@media screen and (max-width: 1040px) {
  .item .graph {
    margin-right: 3px;
  }
}

@media screen and (max-width: 430px) {
  .item .graph {
    width: 24px;
    height: 24px;
  }
}


.graph:hover {
  transition: all 0.35s;
  background-image: url("../img/icons/graph.svg");
}

.item .like {
  width: 28px;
  height: 28px;
  display: initial;
  margin-right: 34px;
  background: url("../img/icons/like_g.svg") no-repeat center;
  text-decoration: none;
  transition: all 0.35s;
}

@media screen and (max-width: 430px) {
  .item .like {
    width: 24px;
    height: 24px;
  }
}

.item:hover .like, .item:hover .graph {
  display: block;
  position: absolute;
  right: 0;
}

.like:hover {
  transition: all 0.35s;
  background-image: url("../img/icons/like.svg");
}

.block_link_product .list_slider {
  border: 1px solid var(--orange);
  margin-bottom: 20px;
  overflow: hidden;
}

@media screen and (max-width: 700px) {
  .block_link_product .list_slider {
    margin-bottom: 10px;
  }
}

.block_link_product .list_slider .owl-nav {
  position: absolute;
  top: -50px;
  right: 0;
}

@media screen and (max-width: 700px) {
  .block_link_product .list_slider .owl-nav {
    top: -30px;
  }
}

@media screen and (max-width: 479px) {
  .block_link_product .list_slider .owl-nav {
    right: 15px;
  }
}

.block_link_product .list_slider .owl-nav .owl-prev,
.block_link_product .list_slider .owl-nav .owl-next {
  width: 30px;
  height: 28px;
  padding: 0;
  display: inline-block;
  vertical-align: top;
  position: relative;
  background: none;
}

@media screen and (max-width: 700px) {
  .block_link_product .list_slider .owl-nav .owl-prev,
  .block_link_product .list_slider .owl-nav .owl-next {
    width: 20px;
    height: 20px;
  }
}

.block_link_product .list_slider .owl-nav .owl-prev:after,
.block_link_product .list_slider .owl-nav .owl-next:after {
  content: "";
  background: url("../img/icons/array_active.svg") no-repeat center;
  background-size: 100%;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
}

.block_link_product .list_slider .owl-nav .owl-prev.disabled:after,
.block_link_product .list_slider .owl-nav .owl-next.disabled:after {
  background-image: url("../img/icons/array.svg");
}

.block_link_product .list_slider .owl-nav .owl-prev:after {
  transform: rotate(180deg);
}

.block_link_product .list_slider .owl-nav .owl-next {
  margin-left: 20px;
}

@media screen and (max-width: 700px) {
  .block_link_product .list_slider .owl-nav .owl-next {
    margin-left: 10px;
  }
}

.block_link_product .list_slider .owl-dots {
  position: absolute;
  text-align: right;
  right: 0;
  bottom: -36px;
  line-height: 8px;
}

@media screen and (max-width: 700px) {
  .block_link_product .list_slider .owl-dots {
    bottom: -26px;
  }
}

@media screen and (max-width: 479px) {
  .block_link_product .list_slider .owl-dots {
    right: 15px;
  }
}

.block_link_product .list_slider .owl-dots .owl-dot {
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background: #c2c2c2;
  display: inline-block;
  margin: 0 7px;
  padding: 0;
}

.block_link_product .list_slider .owl-dots .owl-dot:last-child {
  margin-right: 0;
}

.block_link_product .list_slider .owl-dots .owl-dot.active {
  background: var(--orange);
}

.block_link_product .list_slider .item {
  width: 100%;
  margin-top: 0;
  margin-left: 0;
}

.block_link_product .list_slider .item:hover > div {
  box-shadow: none;
}

.block_link_product .list_slider .item > div {
  height: 100%;
  border: 0;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}

.block_link_product .list_slider .item .image-holder {
  padding-top: 30px;
}

.block_link_product .list_slider .item .block_info_product .name {
  max-height: 66px;
  margin-bottom: 15px;
}

@media screen and (max-width: 1023px) {
  .block_link_product .list_slider .item .block_info_product .name {
    max-height: 76px;
  }
}

.block_link_product .list_slider .item .block_info_product .block_price {
  margin-bottom: 15px;
}

.full-product .block.related,
.full-product .block.upsell{
  width: 1170px;
	margin: 40px auto 0;
}


.block.crosssell{
  clear: both;
  padding-top: 40px;
}


@media screen and (max-width: 1380px) {
  .full-product .block.related,
  .full-product .block.upsell{
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media screen and (max-width: 959px) {
  .full-product .block.related,
  .full-product .block.upsell{
    padding-left: 15px;
    padding-right: 15px;
  }
}

.full-product .block.related .block-title.title,
.full-product .block.upsell .block-title.title,
.block.crosssell .block-title.title{
  font-size: 2.1875rem;
  font-weight: 500;
  margin-bottom: 20px;
}

@media screen and (max-width: 1199px) {
  .full-product .block.related .block-title.title,
  .full-product .block.upsell .block-title.title,
  .block.crosssell .block-title.title{
    font-size: 2rem;
  }
}

@media screen and (max-width: 1024px) {
  .full-product .block.related .block-title.title,
  .full-product .block.upsell .block-title.title,
  .block.crosssell .block-title.title{
    font-size: 1.75rem;
  }
}

@media screen and (max-width: 959px) {
  .full-product .block.related .block-title.title,
  .full-product .block.upsell .block-title.title,
  .block.crosssell .block-title.title{
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 700px) {
  .full-product .block.related .block-title.title,
  .full-product .block.upsell .block-title.title,
  .block.crosssell .block-title.title{
    margin-bottom: 10px;
    font-size: 1.25rem;
  }
}

@media screen and (max-width: 479px) {
  .full-product .block.related .block-title.title,
  .full-product .block.upsell .block-title.title,
  .block.crosssell .block-title.title{
    margin-left: 15px;
  }
}

.full-product .block.related .product-items {
  border: 1px solid var(--orange);
  margin-bottom: 20px;
  list-style: none;
  padding: 0;
}

@media screen and (max-width: 700px) {
  .full-product .block.related .product-items {
    margin-bottom: 10px;
  }
}

.full-product .block.related .product-items .owl-nav {
  position: absolute;
  top: -50px;
  right: 0;
}

@media screen and (max-width: 700px) {
  .full-product .block.related .product-items .owl-nav {
    top: -30px;
  }
}

@media screen and (max-width: 479px) {
  .full-product .block.related .product-items .owl-nav {
    right: 15px;
  }
}

.full-product .block.related .product-items .owl-nav .owl-prev, .full-product .block.related .product-items .owl-nav .owl-next {
  width: 30px;
  height: 28px;
  display: inline-block;
  vertical-align: top;
  position: relative;
}

@media screen and (max-width: 700px) {
  .full-product .block.related .product-items .owl-nav .owl-prev, .full-product .block.related .product-items .owl-nav .owl-next {
    width: 20px;
    height: 20px;
  }
}

.full-product .block.related .product-items .owl-nav .owl-prev:after, .full-product .block.related .product-items .owl-nav .owl-next:after {
  content: "";
  background: url("../img/icons/array_active.svg") no-repeat center;
  background-size: 100%;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
}

.full-product .block.related .product-items .owl-nav .owl-prev.disabled:after, .full-product .block.related .product-items .owl-nav .owl-next.disabled:after {
  background-image: url("../img/icons/array.svg");
}

.full-product .block.related .product-items .owl-nav .owl-prev:after {
  transform: rotate(180deg);
}

.full-product .block.related .product-items .owl-nav .owl-next {
  margin-left: 20px;
}

@media screen and (max-width: 700px) {
  .full-product .block.related .product-items .owl-nav .owl-next {
    margin-left: 10px;
  }
}

.full-product .block.related .product-items .owl-dots {
  position: absolute;
  text-align: right;
  right: 0;
  bottom: -36px;
  line-height: 8px;
}

@media screen and (max-width: 700px) {
  .full-product .block.related .product-items .owl-dots {
    bottom: -26px;
  }
}

@media screen and (max-width: 479px) {
  .full-product .block.related .product-items .owl-dots {
    right: 15px;
  }
}

.full-product .block.related .product-items .owl-dots .owl-dot {
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background: #c2c2c2;
  display: inline-block;
  margin: 0 7px;
}

.full-product .block.related .product-items .owl-dots .owl-dot:last-child {
  margin-right: 0;
}

.full-product .block.related .product-items .owl-dots .owl-dot.active {
  background: var(--orange);
}

.full-product .block.related .product-items .item {
  width: 100%;
  margin-top: 0;
  margin-left: 0;
}

.full-product .block.related .product-items .item:hover > div {
  box-shadow: none;
}

.full-product .block.related .product-items .item > div {
  height: 100%;
  border: 0;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}

.full-product .block.related .product-items .item .image-holder {
  padding-top: 30px;
}

.full-product .block.related .product-items .item .block_info_product .name {
  max-height: 66px;
  margin-bottom: 15px;
}

@media screen and (max-width: 1023px) {
  .full-product .block.related .product-items .item .block_info_product .name {
    max-height: 76px;
  }
}

.full-product .block.related .product-items .item .block_info_product .block_price {
  margin-bottom: 15px;
}

.choice.related {
	display: none;
}

.products-related .product-item-actions {
	display: none;
}

.block_fix {
  position: fixed;
  right: 20px;
  top: 50%;
  margin-top: -50px;
  /* margin-top: -95px; */
  z-index: 11;
}

@media screen and (max-width: 959px) {
  .block_fix {
    display: none;
  }
}

.block_fix a {
  display: block;
  text-decoration: none;
  width: 40px;
  height: 45px;
  background-repeat: no-repeat;
  background-position: center;
  transition: all 0.35s;
  position: relative;
}

.block_fix .bg_grey {
  box-shadow: 0 7px 15px rgba(42, 42, 42, 0.1);
  border-radius: 20px;
  background-color: #fff;
  margin-bottom: 10px;
}

.block_fix .bg_grey .graph {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  background-image: url("../img/icons/graph_g.svg");
}

.block_fix .bg_grey .graph .number {
  position: absolute;
  background: var(--orange);
  top: 50%;
  right: 0;
  margin-top: -7px;
  color: #fff;
  font-size: 0.625rem;
  line-height: 1em;
  padding: 2px;
  border-radius: 12px 0 0 12px;
}

.block_fix .bg_grey .graph:hover, .block_fix .bg_grey .graph.active {
  background-image: url("../img/icons/graph.svg");
}

.block_fix .bg_grey .like {
  background-image: url("../img/icons/like_g.svg");
}

.block_fix .bg_grey .like .number {
  position: absolute;
  background: var(--orange);
  top: 50%;
  right: 0;
  margin-top: -7px;
  color: #fff;
  font-size: 0.625rem;
  line-height: 1em;
  padding: 2px;
  border-radius: 12px 0 0 12px;
}

.block_fix .bg_grey .like:hover, .block_fix .bg_grey .like.active {
  background-image: url("../img/icons/like.svg");
}

.block_fix .bg_orange {
  box-shadow: 0 7px 15px rgba(132, 53, 27, 0.2);
  border-radius: 20px;
  overflow: hidden;
}

.block_fix .bg_orange .phone {
  background-color: var(--orange);
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  background-image: url("../img/icons/phone.svg");
}

.block_fix .bg_orange .phone:hover, .block_fix .bg_orange .phone.active {
  background-image: url("../img/icons/phone_o.svg");
  background-color: #fff;
}

.block_fix .bg_orange .lightning {
  background-color: var(--orange);
  background-image: url("../img/icons/lightning.svg");
}

.block_fix .bg_orange .lightning:hover, .block_fix .bg_orange .lightning.active {
  background-image: url("../img/icons/lightning_o.svg");
  background-color: #fff;
}

.block_fix .bg_orange .feedback {
  background-color: var(--orange);
  background-image: url("../img/icons/feedback.svg");
}

.block_fix .bg_orange .feedback:hover, .block_fix .bg_orange .feedback.active {
  background-image: url("../img/icons/feedback_o.svg");
  background-color: #fff;
}


.list_pagination {
  margin-left: -1px;
  margin-right: -1px;
  width: calc(100% + 2px);
}

.list_pagination .label{
  display: none;
}
.list_pagination ul {
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 5px 25px;
}

@media screen and (max-width: 1024px) {
  .list_pagination ul {
    padding: 5px 0;
  }
}

.list_pagination ul li {
  margin: 0 4px;
}
.list_pagination ul li span.label{
  display: none;
}
.list_pagination ul li.prev.disabled a:hover span, .list_pagination ul li.next.disabled a:hover span {
  color: #aaa;
}


.list_pagination ul li.prev a, .list_pagination ul li.next a ,
.list_pagination ul li.prev >span, .list_pagination ul li.next >span{
  position: relative;
  border-radius: 0;
  height: 30px;
  display: inline-block;
}
.list_pagination ul li.prev >span, .list_pagination ul li.next >span{
  line-height: 30px;
}
.list_pagination ul li.prev a:after, .list_pagination ul li.next a:after,
.list_pagination ul li.prev > span:after, .list_pagination ul li.next > span:after{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 40px;
  background-image: url("../img/icons/array_orange.svg");
  background-repeat: no-repeat;
  background-position: right center;
}
.list_pagination ul li.prev.disabled a:after, .list_pagination ul li.next.disabled a:after,
.list_pagination ul li.prev > span:after, .list_pagination ul li.next > span:after{
  background-image: url("../img/icons/array_g.svg");
}
.list_pagination ul li.prev a:hover, .list_pagination ul li.next a:hover {
  background: none;
}

.list_pagination ul li.prev a:hover span, .list_pagination ul li.next a:hover span {
  color: var(--orange);
}

.list_pagination ul li.prev span, .list_pagination ul li.next span {
  font-size: 0.875rem;
  color: #333;
}
.list_pagination ul li.prev.disabled a span, .list_pagination ul li.next.disabled a span,
.list_pagination ul li.prev >span, .list_pagination ul li.next > span{
  color: #aaa;
}
@media screen and (max-width: 959px) {
  .list_pagination ul li.prev span, .list_pagination ul li.next span {
    display: none;
  }
}

.list_pagination ul li.prev {
  float: left;
}

.list_pagination ul li.prev a,  .list_pagination ul li.prev > span{
  padding-left: 40px;
}

.list_pagination ul li.prev a:after , .list_pagination ul li.prev > span:after{
  transform: rotate(180deg);
}

.list_pagination ul li.next {
  float: right;
}

.list_pagination ul li.next a {
  padding-right: 40px;
}

.list_pagination ul li.next a:after {
  right: 0;
  left: inherit;
}

.list_pagination ul li.active a, .list_pagination ul li.current> strong {
  color: #fff;
  background: var(--orange);
}

.list_pagination ul li a, .list_pagination ul li strong {
  font-weight: normal;
  display: block;
  color: #000;
  transition: all 0.35s;
  line-height: 1em;
  padding: 5px 0;
  border-radius: 30px;
  min-width: 30px;
  font-size: 1.25rem;
}

@media screen and (max-width: 1024px) {
  .list_pagination ul li a {
    font-size: 1rem;
    padding: 7px 0;
  }
}

.list_pagination ul li a:hover {
  color: #fff;
  background: var(--orange);
}

.block_breadcrum {
  display: block;
  width: 100%;
  padding: 10px 0;
  margin-bottom: 0;
}

@media screen and (max-width: 959px) {
  .block_breadcrum {
    margin-bottom: 20px;
  }
}

.block_breadcrum li {
  list-style: none;
  vertical-align: middle;
}

.block_breadcrum li:before {
  display: none;
}

.block_breadcrum li a, .block_breadcrum li > span {
  font-size: 0.8125rem;
  line-height: 1em;
  display: block;
}

.block_breadcrum li a {
  color: #000;
  padding-right: 30px;
  background: url("../img/icons/left_g.svg") no-repeat calc(100% - 12px) top;
  text-decoration: none;
}

.block_breadcrum li a:hover {
  color: var(--orange);
  transition: all 0.35s;
}

.block_breadcrum li > span {
  color: var(--orange);
}

.full-product .block_title {
  margin-bottom: 0;
}

.full-product .block_title h1 {
  line-height: 1.1em;
  font-weight: 500;
  font-size: 3.125rem;
  padding-left: calc((100% - 80px)/2 + 80px);
  margin-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.page-with-filter.page-products .columns > .block_title {
	text-align: center;
  width: 100%;
  order: -1;
}

.page-with-filter.page-products .columns > .block_title h1 {
	margin-top: 30px;
}

.page-with-filter.page-products .columns > .block_title h1 span {
	font-size: 50px;
  line-height: 1;
  font-weight: 400;
}

@media screen and (max-width: 1199px) {
  .full-product .block_title h1 {
    font-size: 2.625rem;
    height: 92px;
  }
}

@media screen and (max-width: 1024px) {
  .full-product .block_title h1 {
    font-size: 2.25rem;
    height: 78px;
    padding-left: calc((100% - 40px)/2 + 40px);
  }
}

@media screen and (max-width: 959px) {
  .full-product .block_title h1 {
    font-size: 1.875rem;
    height: 66px;
  }
  .page-with-filter.page-products .columns > .block_title {
		max-width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .full-product .block_title h1 {
    padding-left: 0;
    height: auto;
  }
}

.block_title {
  margin-bottom: 20px;
}

.block_title h1 {
	font-size: 35px;
	font-weight: normal;
  line-height: 36px;
	margin-bottom: 50px;
  padding-top: 10px;
}

@media screen and (max-width: 1320px) {
  .block_title h1 {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 1199px) {
  .block_title h1 {
    font-size: 2.625rem;
  }
}

@media screen and (max-width: 1024px) {
  .block_title h1 {
    font-size: 2.25rem;
  }
}

@media screen and (max-width: 959px) {
  .block_title h1 {
    font-size: 1.875rem;
  }
}

.toolbar-top {
	position: absolute;
	top: 0;
	right: 0;
	width: 60%;
}

.toolbar-top .list_pagination {
	display: none !important;
}

.toolbar-bottom .toolbar-products > .item {
	display: none;
}

.toolbar-products {
  vertical-align: middle;
  font-size: 0;
  letter-spacing: 0;
  margin-bottom: 20px;
  text-align: right;
}

@media screen and (max-width: 959px) {
	.toolbar-top {
		position: relative;
		width: 100%;
	}
  .toolbar-products {
    text-align: left;
  }
}

.toolbar-products .item {
  margin-right: 15px;
  font-size: 0.8125rem;
  display: inline-block;
  vertical-align: middle;
  padding: 8px 0;
  line-height: 1em;
}

.toolbar-products .pages {
	display: table;
	width: 100%;
}

.toolbar-products .pages > ul {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.toolbar-products ul.pages-list-previous {
	text-align: left;
}

.toolbar-products ul.pages-list-next {
	text-align: right;
}

.toolbar-products .item.inline-layout > * {
  vertical-align: middle;
}

.toolbar-products .item:last-child {
  margin-right: 0;
}
@media screen and (max-width: 479px) {
  .toolbar-products .item:first-child {
    padding-right: 0;
    border: 0;
  }
}

.toolbar-products .item label, .toolbar-products .item a {
  margin-right: 7px;
  color: #777;
  font-size: 0.8125rem;
  line-height: 1em;
}

.toolbar-products .item a {
  margin-right: 0;
  margin-left: 7px;
}

.toolbar-products .item a span {
  color: #777;
  font-size: 0.8125rem;
}

.toolbar-products .item span {
  color: #000;
}

.toolbar-products .item span.label {
	display: none;
}

.toolbar-products .item select {
  border-radius: 166px;
  background: #ffece6 url("../img/icons/select.svg") no-repeat calc(100% - 7px) 10px;
  color: var(--orange);
  border: 0;
  font-size: 0.8125rem;
  line-height: 1em;
  padding: 8px 25px 8px 12px;
}

.toolbar-products .item .sorter-action {
  width: 9px;
  height: 20px;
  background: url("../img/icons/array_sort.svg") no-repeat;
  display: inline-block;
  vertical-align: middle;
}

.toolbar-products .item .sorter-action span {
  display: none;
}

.toolbar-products .item .sorter-action.sort-desc {
  transform: rotate(180deg);
}

.review-toolbar .limiter-label, .review-toolbar .limiter-text {
  margin-right: 7px;
  color: #777;
  font-size: 0.8125rem;
  line-height: 1em;
  font-weight: normal;
}

.review-toolbar .limiter-text {
  margin-left: 7px;
  margin-right: 0;
}

.review-toolbar select {
  border-radius: 166px;
  background: #ffece6 url("../img/icons/select.svg") no-repeat calc(100% - 7px) 10px;
  color: var(--orange);
  border: 0;
  font-size: 0.8125rem;
  line-height: 1em;
  padding: 8px 25px 8px 12px;
}

.block_info_warranty {
  background: #faf6ef;

}


@media screen and (max-width: 1024px) {
  .block_info_warranty {
    display: none;
  }
}

.block_info_warranty .item {
  padding: 30px 20px;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  width: calc(100%/6);
  min-height: 155px;
}

@media screen and (max-width: 1024px) {
  .block_info_warranty .item {
    width: 100% !important;
    padding: 20px !important;
    border-right: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    min-height: inherit;
  }
}

.block_info_warranty .item.width2 {
  width: calc((100%/6)*2);
}

.block_info_warranty .item.width3 {
  width: calc((100%/6)*3);
}

.block_info_warranty .item:first-child {
  padding-left: 0;
}

.block_info_warranty .item:last-child {
  padding-right: 0;
  border: 0;
}

.block_info_warranty .item.warranty1 h4 {
  background-image: url("../img/icons/icon1.svg");
}

.block_info_warranty .item.warranty2 h4 {
  background-image: url("../img/icons/icon2.svg");
}

.block_info_warranty .item.warranty3 h4 {
  background-image: url("../img/icons/icon3.svg");
}

.block_info_warranty .item h4 {
  margin-bottom: 10px;
  color: #000;
  font-weight: 500;
  font-size: 0.9375rem;
  padding-left: 45px;
  background-position: top left;
  background-repeat: no-repeat;
  line-height: 31px;
}

.block_info_warranty .item h4 img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
}

.block_info_warranty .item h4 span {
  display: inline-block;
  vertical-align: middle;
}

.block_info_warranty .item .col-2 > * {
  width: calc((100% - 20px)/2);
}

.block_info_warranty .item .col-3 > * {
  width: calc((100% - 40px)/3);
}

.block_info_warranty .item p {
  color: #777;
  font-size: 0.8125rem;
  margin-bottom: 0;
  margin-right: 20px;
}

@media screen and (max-width: 600px) {
  .block_info_warranty .item p {
    width: 100% !important;
    margin-bottom: 10px;
    margin-right: 0;
  }
}

.block_info_warranty .item p:last-child {
  margin-right: 0;
  margin-bottom: 0;
}

.block_fullproduct .product-media .action-skip-wrapper {
  display: none;
}

.block_fullproduct .block_img,
.block_fullproduct .product-media {
  order: -1;
}

@media screen and (max-width: 1024px) {
  .block_fullproduct .block_img,
  .block_fullproduct .product-media {
    width: calc((100% - 40px)/2);
    min-width: calc((100% - 40px)/2);
    max-width: calc((100% - 40px)/2);
    margin-right: 40px;
  }
}

@media screen and (max-width: 768px) {
  .block_fullproduct .block_img,
  .block_fullproduct .product-media {
    max-width: 100%;
    padding-right: 0;
    margin-bottom: 15px;
    margin-right: 0;
  }
}

.block_fullproduct .block_img .img_full,
.block_fullproduct .product-media .img_full {
  max-width: 500px;
  width: calc(100% - 100px);
  float: right;
  position: relative;
}

@media screen and (max-width: 768px) {
  .block_fullproduct .block_img .img_full,
  .block_fullproduct .product-media .img_full {
    float: none;
    width: 200px;
    margin: auto;
    padding-bottom: 20px;
  }
}

.block_fullproduct .block_img .img_full .owl-dots,
.block_fullproduct .product-media .img_full .owl-dots {
  position: absolute;
  text-align: center;
  width: 100%;
  left: 0;
  bottom: 0;
  display: none;
  line-height: 8px;
}

@media screen and (max-width: 768px) {
  .block_fullproduct .block_img .img_full .owl-dots,
  .block_fullproduct .product-media .img_full .owl-dots {
    display: block;
  }
}

.block_fullproduct .block_img .img_full .owl-dots .owl-dot,
.block_fullproduct .product-media .img_full .owl-dots .owl-dot {
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background: #c2c2c2;
  display: inline-block;
  margin: 0 7px;
}

.block_fullproduct .block_img .img_full .owl-dots .owl-dot:last-child,
.block_fullproduct .product-media .img_full .owl-dots .owl-dot:last-child {
  margin-right: 0;
}

.block_fullproduct .block_img .img_full .owl-dots .owl-dot.active,
.block_fullproduct .product-media .img_full .owl-dots .owl-dot.active {
  background: var(--orange);
}

.block_fullproduct .block_img .img_thumbs,
.block_fullproduct .product-media .img_thumbs {
  float: left;
  width: 80px;
  max-height: 480px;
  overflow: auto;
  height: 100%;
}

@media screen and (max-width: 768px) {
  .block_fullproduct .block_img .img_thumbs,
  .block_fullproduct .product-media .img_thumbs {
    display: none;
  }
}

.block_fullproduct .block_img .img_thumbs::-webkit-scrollbar,
.block_fullproduct .product-media .img_thumbs::-webkit-scrollbar {
  width: 10px;
}

.block_fullproduct .block_img .img_thumbs::-webkit-scrollbar-track,
.block_fullproduct .product-media .img_thumbs::-webkit-scrollbar-track {
  background: #f8f7f7;
  border: 1px solid #efeeee;
}

.block_fullproduct .block_img .img_thumbs::-webkit-scrollbar-thumb,
.block_fullproduct .product-media .img_thumbs::-webkit-scrollbar-thumb {
  background-color: var(--orange);
  border: 2px solid #efeeee;
}

.block_fullproduct .block_img .img_thumbs .owl-thumb-item,
.block_fullproduct .product-media .img_thumbs .owl-thumb-item {
  cursor: pointer;
  width: 100%;
  border: 1px solid #e5e5e5;
}

.block_fullproduct .block_img .img_thumbs .owl-thumb-item.active,
.block_fullproduct .product-media .img_thumbs .owl-thumb-item.active {
  border-color: var(--orange);
}



.block_fullproduct .form_fullproduct .attribute strong,
.block_fullproduct .product-info-main .attribute strong {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

.block_fullproduct .form_fullproduct > label,
.block_fullproduct .product-info-main > label {
  margin-right: 20px;
  font-size: 0.875rem;
  line-height: 1em;
  padding: 3px 5px;
  font-weight: 600;
  color: #fff;
  z-index: 3;
}

.block_fullproduct .form_fullproduct > label.sale,
.block_fullproduct .product-info-main > label.sale {
  background: var(--orange);
}

.block_fullproduct .form_fullproduct > label.new,
.block_fullproduct .product-info-main > label.new {
  background: #5aae01;
}

.block_fullproduct .form_fullproduct > label.popular,
.block_fullproduct .product-info-main > label.popular {
  background: #ffae12;
}


.block_fullproduct .form_fullproduct .block_price .old_price,
.block_fullproduct .product-info-main .block_price .old_price {
  text-decoration: line-through;
}

.block_fullproduct .form_fullproduct .block_price price .currency,
.block_fullproduct .product-info-main .block_price price .currency {
	display: none;
}


.block_fullproduct .form_fullproduct .block_text,
.block_fullproduct .product-info-main .block_text {
  margin-bottom: 30px;
}

.block_fullproduct .form_fullproduct .list_radio,
.block_fullproduct .product-info-main .list_radio {
  margin-bottom: 5px;
}

.block_fullproduct .form_fullproduct .list_radio > label,
.block_fullproduct .product-info-main .list_radio > label {
  display: inline-block;
  vertical-align: middle;
  font-size: 0.9375rem;
  margin-right: 10px;
  line-height: 1em;
}

@media screen and (max-width: 959px) {
  .block_fullproduct .form_fullproduct .list_radio > label,
  .block_fullproduct .product-info-main .list_radio > label {
    font-size: 0.8125rem;
  }
}

.block_fullproduct .form_fullproduct .list_radio .item,
.block_fullproduct .product-info-main .list_radio .item {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  margin-right: 5px;
  padding: 5px 0;
}

.block_fullproduct .form_fullproduct .list_radio .item input,
.block_fullproduct .product-info-main .list_radio .item input {
  width: 0;
  height: 0;
  border: 0;
  box-shadow: none;
  position: absolute;
  top: 0;
  left: 0;
}

.block_fullproduct .form_fullproduct .list_radio .item input:checked + label,
.block_fullproduct .product-info-main .list_radio .item input:checked + label {
  background: #ffece6;
  color: var(--orange);
  transition: all 0.35s;
}

.block_fullproduct .form_fullproduct .list_radio .item label,
.block_fullproduct .product-info-main .list_radio .item label {
  font-size: 0.9375rem;
  line-height: 1em;
  background: #efefef;
  color: #555;
  transition: all 0.35s;
  padding: 4px 10px;
  border-radius: 12px;
  cursor: pointer;
}

@media screen and (max-width: 959px) {
  .block_fullproduct .form_fullproduct .list_radio .item label,
  .block_fullproduct .product-info-main .list_radio .item label {
    font-size: 0.8125rem;
  }
}

.block_fullproduct .form_fullproduct .product-options-wrapper + .product-options-bottom,
.block_fullproduct .product-info-main .product-options-wrapper + .product-options-bottom {
  margin-top: 30px;
}

.block_fullproduct .form_fullproduct .box-tocart .field.qty,
.block_fullproduct .product-info-main .box-tocart .field.qty {
  display: none;
}

.block_fullproduct .form_fullproduct .box-tocart button span,
.block_fullproduct .product-info-main .box-tocart button span {
  transition: all 0.35s;
  color: #000;
}

@media screen and (max-width: 959px) {
  .block_fullproduct .form_fullproduct .box-tocart button,
  .block_fullproduct .product-info-main .box-tocart button {
    padding: 13px 20px 14px 40px;
    font-size: 0.8125rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .block_fullproduct .form_fullproduct .box-tocart button span,
  .block_fullproduct .product-info-main .box-tocart button span {
    padding-right: 30px;
  }
  .block_fullproduct .form_fullproduct .box-tocart button span:after,
  .block_fullproduct .product-info-main .box-tocart button span:after {
    left: initial;
    right: 0;
    top: 5px;
  }
}

@media screen and (max-width: 600px) {
  .block_fullproduct .form_fullproduct .box-tocart button,
  .block_fullproduct .product-info-main .box-tocart button {
    width: calc((100% - 10px)/2);
    text-align: center;
  }
  .block_fullproduct .form_fullproduct .box-tocart button:nth-child(2n),
  .block_fullproduct .product-info-main .box-tocart button:nth-child(2n) {
    margin-right: 0;
  }
}

.block_fullproduct .form_fullproduct .box-tocart button:last-child,
.block_fullproduct .product-info-main .box-tocart button:last-child {
  margin-right: 0;
}

.block_fullproduct .form_fullproduct .box-tocart button:hover span,
.block_fullproduct .product-info-main .box-tocart button:hover span {
  transition: all 0.35s;
  color: #fff;
}

.block_fullproduct .form_fullproduct .box-tocart .tocart,
.block_fullproduct .product-info-main .box-tocart .tocart {
  color: #fff;
  padding: 10px 20px 11px 40px;
  background-color: var(--orange);
  background-image: url("../img/icons/cart_mini.png");
  border: 2px solid var(--orange);
  font-weight: 500;
  font-size: .9375rem;
}

@media screen and (max-width: 414px) {
  .block_fullproduct .product-info-main .box-tocart .one-click-button {
    width: 45%;
  }
}

.block_fullproduct .product-info-main .box-tocart .buy_one_click span {
  color: #fff;
}

.one-click-order {
  display: none;  
}

.success-window {
  display: none;
}

.block_fullproduct .form_fullproduct .box-tocart .tocart span,
.block_fullproduct .product-info-main .box-tocart .tocart span {
  color: #fff;
}

@media screen and (max-width: 959px) {
  .block_fullproduct .form_fullproduct .box-tocart .tocart,
  .block_fullproduct .product-info-main .box-tocart .tocart {
    font-weight: 400;
    padding: 11px 20px 12px 40px;
    font-size: 0.8125rem;
  }
}

.block_fullproduct .form_fullproduct .box-tocart .tocart:hover,
.block_fullproduct .product-info-main .box-tocart .tocart:hover {
  background-color: #fff;
  background-image: url("../img/icons/cart_mini_o.png");
  color: var(--orange);
}

.block_fullproduct .form_fullproduct .box-tocart .tocart:hover span,
.block_fullproduct .product-info-main .box-tocart .tocart:hover span {
  color: var(--orange);
}
.block_fullproduct .form_fullproduct .block_button,
.block_fullproduct .product-info-main .block_button {
  margin-bottom: 25px;
}

@media screen and (max-width: 959px) {
  .block_fullproduct .form_fullproduct .block_button,
  .block_fullproduct .product-info-main .block_button {
    margin-bottom: 15px;
  }
}

.block_fullproduct .form_fullproduct .block_button:last-child,
.block_fullproduct .product-info-main .block_button:last-child {
  margin-bottom: 0;
}

.block_fullproduct .form_fullproduct .block_button .buy_fast,
.block_fullproduct .product-info-main .block_button .buy_fast {
  background: var(--orange);
  border-radius: 20px;
  color: #fff;
  text-decoration: none;
  line-height: 1em;
  font-weight: 500;
  font-size: 0.9375rem;
  padding: 10px 16px 11px;
  margin-right: 10px;
  border: 2px solid var(--orange);
  margin-bottom: 10px;
}

@media screen and (max-width: 959px) {
  .block_fullproduct .form_fullproduct .block_button .buy_fast,
  .block_fullproduct .product-info-main .block_button .buy_fast {
    font-weight: 400;
    padding: 11px 16px 12px;
    font-size: 0.8125rem;
  }
}

@media screen and (max-width: 600px) {
  .block_fullproduct .form_fullproduct .block_button .buy_fast,
  .block_fullproduct .product-info-main .block_button .buy_fast {
    width: calc((100% - 10px)/2);
    text-align: center;
  }
}

.block_fullproduct .form_fullproduct .block_button .buy_fast:hover,
.block_fullproduct .product-info-main .block_button .buy_fast:hover {
  transition: all 0.35s;
  background: #fff;
  color: var(--orange);
}

.block_fullproduct .form_fullproduct .block_button button,
.block_fullproduct .product-info-main .block_button button {
  font-size: 0.9375rem;
  margin-right: 10px;
  text-decoration: none;
  border-radius: 20px;
  transition: all 0.35s;
  line-height: 1em;
  padding: 12px 20px 13px 40px;
  background-color: #efefef;
  background-repeat: no-repeat;
  background-position: 15px center;
  margin-bottom: 10px;
  color: #000;
}

@media screen and (max-width: 959px) {
  .block_fullproduct .form_fullproduct .block_button button,
  .block_fullproduct .product-info-main .block_button button {
    padding: 13px 20px 14px 40px;
    font-size: 0.8125rem;
  }
}

@media screen and (max-width: 600px) {
  .block_fullproduct .form_fullproduct .block_button button,
  .block_fullproduct .product-info-main .block_button button {
    width: calc((100% - 10px)/2);
    text-align: center;
  }
  .block_fullproduct .form_fullproduct .block_button button:nth-child(2n),
  .block_fullproduct .product-info-main .block_button button:nth-child(2n) {
    margin-right: 0;
  }
}

.block_fullproduct .form_fullproduct .block_button button:last-child,
.block_fullproduct .product-info-main .block_button button:last-child {
  margin-right: 0;
}

.block_fullproduct .form_fullproduct .block_button button:hover,
.block_fullproduct .product-info-main .block_button button:hover {
  transition: all 0.35s;
  background-color: var(--orange);
  color: #fff;
}

.block_fullproduct .form_fullproduct .block_button .cart,
.block_fullproduct .product-info-main .block_button .cart {
  color: #fff;
  padding: 10px 20px 11px 40px;
  background-color: var(--orange);
  background-image: url("../img/icons/cart_mini.png");
  border: 2px solid var(--orange);
  font-weight: 500;
}

@media screen and (max-width: 959px) {
  .block_fullproduct .form_fullproduct .block_button .cart,
  .block_fullproduct .product-info-main .block_button .cart {
    font-weight: 400;
    padding: 11px 20px 12px 40px;
    font-size: 0.8125rem;
  }
}

.block_fullproduct .form_fullproduct .block_button .cart:hover,
.block_fullproduct .product-info-main .block_button .cart:hover {
  background-color: #fff;
  background-image: url("../img/icons/cart_mini_o.png");
  color: var(--orange);
}

.block_fullproduct .form_fullproduct .block_button .in_installments,
.block_fullproduct .product-info-main .block_button .in_installments {
  background-image: url("../img/icons/percent.svg");
}

.block_fullproduct .form_fullproduct .block_button .in_installments:hover,
.block_fullproduct .product-info-main .block_button .in_installments:hover {
  background-image: url("../img/icons/percent_w.svg");
}

.block_fullproduct .form_fullproduct .block_button .fix,
.block_fullproduct .product-info-main .block_button .fix {
  background-image: url("../img/icons/fix.svg");
}

.block_fullproduct .form_fullproduct .block_button .fix:hover,
.block_fullproduct .product-info-main .block_button .fix:hover {
  background-image: url("../img/icons/fix_w.svg");
}

.block_fullproduct .form_fullproduct .product-social-links,
.block_fullproduct .product-info-main .product-social-links {
  margin-top: 15px;
  margin-bottom: 20px;
}

.block_fullproduct .form_fullproduct .product-social-links .friend,
.block_fullproduct .product-info-main .product-social-links .friend {
  display: none;
}

.block_fullproduct .form_fullproduct .product-social-links .product-addto-links a,
.block_fullproduct .product-info-main .product-social-links .product-addto-links a {
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  transition: all 0.35s;
  background-repeat: no-repeat;
  background-position: 0 center;
  padding-left: 30px;
  margin-right: 30px;
  font-size: 0.875rem;
  color: #333;
}

.block_fullproduct .form_fullproduct .product-social-links .product-addto-links a span,
.block_fullproduct .product-info-main .product-social-links .product-addto-links a span {
  color: #333;
  transition: all 0.35s;
}

@media screen and (max-width: 959px) {
  .block_fullproduct .form_fullproduct .product-social-links .product-addto-links a,
  .block_fullproduct .product-info-main .product-social-links .product-addto-links a {
    font-size: 0.8125rem;
  }
}

.block_fullproduct .form_fullproduct .product-social-links .product-addto-links a:last-child,
.block_fullproduct .product-info-main .product-social-links .product-addto-links a:last-child {
  margin-right: 0;
}

.block_fullproduct .form_fullproduct .product-social-links .product-addto-links a:hover,
.block_fullproduct .product-info-main .product-social-links .product-addto-links a:hover {
  transition: all 0.35s;
  color: var(--orange);
}

.block_fullproduct .form_fullproduct .product-social-links .product-addto-links a:hover span,
.block_fullproduct .product-info-main .product-social-links .product-addto-links a:hover span {
  color: var(--orange);
  transition: all 0.35s;
}

.block_fullproduct .form_fullproduct .product-social-links .product-addto-links .tocompare,
.block_fullproduct .product-info-main .product-social-links .product-addto-links .tocompare {
  background-image: url("../img/icons/graph_g.svg");
}

.block_fullproduct .form_fullproduct .product-social-links .product-addto-links .tocompare:hover,
.block_fullproduct .product-info-main .product-social-links .product-addto-links .tocompare:hover {
  background-image: url("../img/icons/graph.svg");
}

.block_fullproduct .form_fullproduct .product-social-links .product-addto-links .like,
.block_fullproduct .product-info-main .product-social-links .product-addto-links .like {
  background-image: url("../img/icons/like_g.svg");
}

.block_fullproduct .form_fullproduct .product-social-links .product-addto-links .like:hover,
.block_fullproduct .product-info-main .product-social-links .product-addto-links .like:hover {
  background-image: url("../img/icons/like.svg");
}

.block_fullproduct .form_fullproduct .block_button2 a,
.block_fullproduct .product-info-main .block_button2 a {
  text-decoration: none;
  transition: all 0.35s;
  background-repeat: no-repeat;
  background-position: 0 center;
  padding-left: 30px;
  margin-right: 30px;
  font-size: 0.875rem;
  color: #333;
}

@media screen and (max-width: 959px) {
  .block_fullproduct .form_fullproduct .block_button2 a,
  .block_fullproduct .product-info-main .block_button2 a {
    font-size: 0.8125rem;
  }
}

.block_fullproduct .form_fullproduct .block_button2 a:last-child,
.block_fullproduct .product-info-main .block_button2 a:last-child {
  margin-right: 0;
}

.block_fullproduct .form_fullproduct .block_button2 a:hover,
.block_fullproduct .product-info-main .block_button2 a:hover {
  transition: all 0.35s;
  color: var(--orange);
}

.block_fullproduct .form_fullproduct .block_button2 .graph,
.block_fullproduct .product-info-main .block_button2 .graph {
  background-image: url("../img/icons/graph_g.svg");
}

.block_fullproduct .form_fullproduct .block_button2 .graph:hover,
.block_fullproduct .product-info-main .block_button2 .graph:hover {
  background-image: url("../img/icons/graph.svg");
}

.block_fullproduct .form_fullproduct .block_button2 .like,
.block_fullproduct .product-info-main .block_button2 .like {
  background-image: url("../img/icons/like_g.svg");
}

.block_fullproduct .form_fullproduct .block_button2 .like:hover,
.block_fullproduct .product-info-main .block_button2 .like:hover {
  background-image: url("../img/icons/like.svg");
}

.block_fullproduct .form_fullproduct .block_button2 .share,
.block_fullproduct .product-info-main .block_button2 .share {
  background-image: url("../img/icons/share_g.svg");
}

.block_fullproduct .form_fullproduct .block_button2 .share:hover,
.block_fullproduct .product-info-main .block_button2 .share:hover {
  background-image: url("../img/icons/share.svg");
}



.block_fullproduct {
  padding-top: 36px;
  padding-bottom: 22px;
}

@media screen and (max-width: 680px) {
  .block_fullproduct {
    padding-top: 3px;
  }
}

.block_fullproduct {
  display: flex;
  align-items: flex-start;
}

.block_fullproduct .product-media {
  width: calc((100% / 3) - 30px);
  align-items: flex-start;
  justify-content: center;
  flex-shrink: 0;
  margin-right: 30px;
}

@media screen and (max-width: 880px) {
  .block_fullproduct .product-media {
    width: 30%;
  }
}

@media screen and (max-width: 680px) {
  .block_fullproduct .product-media {
    width: 20%;
  }
}

@media screen and (max-width: 480px) {
  .block_fullproduct .product-media {
    width: 0;
    display: none;
  }
}
.fotorama__stage__frame .fotorama__img {
	position: relative;
}

.block_fullproduct .product-media img {
	width: auto;
  height: 100%;
}

.block_fullproduct .product-info-main {
  width: calc((100% / 3) * 2);
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}

@media screen and (max-width: 880px) {
  .block_fullproduct .product-info-main {
    width: 70%;
  }
}

@media screen and (max-width: 680px) {
  .block_fullproduct .product-info-main {
    width: 80%;
  }
}

@media screen and (max-width: 480px) {
  .block_fullproduct .product-info-main {
    width: 100%;
  }
}

.block_fullproduct .product-info-main .product-title {
  font-size: 50px;
  line-height: 1;
  width: 100%;
}

@media screen and (max-width: 1380px) {
  .block_fullproduct .product-info-main .product-title {
    font-size: 48px;
  }
}

@media screen and (max-width: 1023px) {
  .block_fullproduct .product-info-main .product-title {
    font-size: 46px;
  }
}

@media screen and (max-width: 880px) {
  .block_fullproduct .product-info-main .product-title {
    font-size: 44px;
  }
}

@media screen and (max-width: 680px) {
  .block_fullproduct .product-info-main .product-title {
    font-size: 42px;
  }
}

@media screen and (max-width: 480px) {
  .block_fullproduct .product-info-main .product-title {
    font-size: 40px;
    text-align: center;
  }
}

.block_fullproduct .product-info-main .service-parameters {
  margin-top: 40px;
  flex-shrink: 0;
  width: 60%;
  padding-right: 15px;
}

@media screen and (max-width: 880px) {
  .block_fullproduct .product-info-main .service-parameters {
    margin-top: 30px;
    width: 100%;
    padding-right: 0;
  }
}

.block_fullproduct .product-info-main .page-title-wrapper h1 {
  font-size: 25px;
  line-height: 30px;
  font-weight: 600;
}

@media screen and (max-width: 680px) {
  .block_fullproduct .product-info-main .page-title-wrapper h1 {
    font-size: 24px;
  }
}

@media screen and (max-width: 480px) {
  .block_fullproduct .product-info-main .page-title-wrapper h1{
    font-size: 22px;
  }
}

.block_fullproduct .product-info-main .parameters {
  margin-top: 15px;
}

.block_fullproduct .product-info-main .parameters-group {
  width: 100%;
  display: flex;
  align-items: flex-start;
  font-size: 15px;
  color: #000;
}

@media screen and (max-width: 680px) {
  .block_fullproduct .product-info-main .parameters-group {
    font-size: 14px;
  }
}

@media screen and (max-width: 480px) {
  .block_fullproduct .product-info-main .parameters-group {
    font-size: 12px;
  }
}

.block_fullproduct .product-info-main .parameters-group:not(:last-child) {
  margin-bottom: 10px;
}

.block_fullproduct .product-info-main .parameters-group .title {
  width: 70%;
  border-bottom: 1px dotted #000;
  flex-grow: 0;
  position: relative;
  top: -5px;
  margin-right: 3px;
}

.block_fullproduct .product-info-main .parameters-group .title span {
  background-color: #fff;
  position: relative;
  bottom: -5px;
  padding-right: 3px;
}

.block_fullproduct .product-info-main .parameters-group .value {
  width: 30%;
  flex-shrink: 0;
}

.block_fullproduct .product-info-main .parameters-group .value,
.block_fullproduct .product-info-main .parameters-group price {
  color: #555;
  font-weight: 600;
}

.block_fullproduct .product-info-main .one-click-button {
  margin-top: 30px;
  font-size: 20px;
  line-height: 20px;
  border-radius: 30px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 25px;
  padding-right: 56px;
  height: 34px;
  text-overflow: initial;
  font-size: 15px;
  line-height: 20px;
}

@media screen and (max-width: 680px) {
  .block_fullproduct .product-info-main .one-click-button {
    margin-top: 20px;
  }
}

.block_fullproduct .product-info-main .one-click-button span {
    position: relative;
}

.block_fullproduct .product-info-main .one-click-button span:after {
  display: block;
  content: '';
  width: 16px;
  height: 10px;
  background: transparent url(../img/icons/button-arrow-white.svg) center no-repeat;
  background-size: cover;
  position: absolute;
  left: calc(100% + 15px);
  top: 3px;
}

.block_fullproduct .product-info-main .discount-annotation {
  margin-top: 40px;
  width: 40%;
  flex-shrink: 0;
  padding: 20px 30px;
  border: 1px solid var(--orange);
  background-color: #faf6ef;
}

@media screen and (max-width: 880px) {
  .block_fullproduct .product-info-main .discount-annotation {
    margin-top: 30px;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 15px 20px;
  }
}

.block_fullproduct .product-info-main .discount-annotation h3 {
  font-size: 32px;
  line-height: 39px;
  margin: 0;
  font-weight: 700;
  color: var(--orange);
}

@media screen and (max-width: 880px) {
  .block_fullproduct .product-info-main .discount-annotation h3 {
    margin-right: 15px;
  }
}

.block_fullproduct .product-info-main .discount-annotation p {
  font-size: 15px;
  line-height: 20px;
  margin-top: 5px;
}

@media screen and (max-width: 880px) {
  .block_fullproduct .product-info-main .discount-annotation br {
    display: none;
  }
}

.block_fullproduct .product-info-main .product.attribute.overview {
  width: 100%;
  margin-top: 57px;
}

.block_fullproduct .product-info-main .product.attribute.overview .value {
  background-color: #faf6ef;
  padding: 25px 30px;
  font-size: 15px;
  line-height: 20px;
  color: #555;
}

@media screen and (max-width: 1023px) {
  .block_fullproduct .product-info-main .product.attribute.overview {
    margin-top: 50px;
  }
}

@media screen and (max-width: 880px) {
  .block_fullproduct .product-info-main .product.attribute.overview {
    margin-top: 40px;
    padding: 15px 20px;
  }
}

@media screen and (max-width: 680px) {
  .block_fullproduct .product-info-main .product.attribute.overview {
    margin-top: 30px;
  }
}

.block_fullproduct .product-info-main .product.attribute.overview h3 {
  font-size: 20px;
  line-height: 1;
  margin: 0;
  font-weight: 600;
}

.block_fullproduct .product-info-main .product.attribute.overview p {
  margin-bottom: 0;
  margin-top: 0;
}
.block_fullproduct .product-info-main .product.attribute.overview p:not(:last-child) {
  margin-bottom: 15px;
}

@media screen and (max-width: 480px) {
  .block_fullproduct .product-info-main .product.attribute.overview p {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 480px) {
  .block_fullproduct .product-info-main .product.attribute.overview .item br {
    display: none;
  }
}


.related-services {
  margin-top: 40px;
}

@media screen and (max-width: 680px) {
  .related-services {
    margin-top: 30px;
  }
}

.related-services-title {
  font-size: 35px;
  line-height: 1;
  font-weight: 600;
}

@media screen and (max-width: 880px) {
  .related-services-title {
    font-size: 32px;
  }
}

@media screen and (max-width: 680px) {
  .related-services-title {
    font-size: 28px;
  }
}

@media screen and (max-width: 480px) {
  .related-services-title {
    font-size: 24px;
  }
}

.related-services-wrapper {
  margin-top: 30px;
}

@media screen and (max-width: 680px) {
  .related-services-wrapper {
    overflow-y: scroll;
  }
}

.related-services-list {
  width: 100%;
  background-color: #faf6ef;
  padding-top: 23px;
  padding-bottom: 23px;
}

@media screen and (max-width: 680px) {
  .related-services-list {
    width: 800px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

.related-services-list thead {
  text-align: left;
  padding-left: 20px;
  padding-right: 20px;
  vertical-align: top;
  position: relative;
}

.related-services-list thead tr {
  border-bottom: 1px solid #979797;
}

.related-services-list thead th {
  padding-bottom: 13px;
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  vertical-align: top;
}

.related-services-list thead th:first-child {
  padding-left: 30px;
}

@media screen and (max-width: 480px) {
  .related-services-list thead th:first-child {
    padding-left: 20px;
  }
}

.related-services-list thead th .title {
  vertical-align: top;
}

.related-services-list thead th .descr {
  font-size: 13px;
  line-height: 16px;
  color: #f33c00;
  font-weight: 400;
  margin-top: 5px;
  display: block;
}

.related-services-list thead:after {
  display: block;
  content: '';
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 0;
  height: 1px;
  background-color: #979797;
}

.related-services-list tbody:before {
  content: '';
  display: block;
  height: 17px;
}

.related-services-list a {
	color: #333;
	display: block;
}

.related-services-list tbody tr:hover {
  color: var(--orange);
  background-color: #eee;
  cursor: pointer;
}

.related-services-list tbody tr:hover a {
	color: var(--orange);
}

.related-services-list tbody td {
  padding: 8px 0;
  font-size: 15px;
  line-height: 18px;
}

.related-services-list tbody td:first-child {
  padding-left: 30px;
}

@media screen and (max-width: 480px) {
  .related-services-list tbody td:first-child {
    width: 250px;
    padding-left: 20px;
    padding-right: 15px;
  }
}


.block_tabs {
  padding: 45px 0 30px;
}

@media screen and (max-width: 959px) {
  .block_tabs {
    padding: 20px 0;
  }
}

.block_tabs .wrap .product.items {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

@media screen and (max-width: 959px) {
  .block_tabs .wrap .product.items {
    display: block;
  }
}

.block_tabs .wrap .product.items:before {
  content: "";
  position: absolute;
  top: 40px;
  width: 100%;
  height: 1px;
  left: 0;
  background: #e5e5e5;
}

@media screen and (max-width: 959px) {
  .block_tabs .wrap .product.items:before {
    display: none;
  }
}

.block_tabs .item.title {
  order: -1;
  padding-bottom: 20px;
  border-bottom: 3px solid transparent;
  margin-right: 30px;
  font-weight: 500;
  line-height: 1em;
  height: 40px;
  cursor: pointer;
  transition: all 0.35s;
  outline: none;
}

@media screen and (max-width: 1024px) {
  .block_tabs .item.title {
    margin-right: 20px;
  }
}

@media screen and (max-width: 959px) {
  .block_tabs .item.title {
    margin-right: 0;
    width: 100%;
    font-size: 0.875rem;
    margin-bottom: 0;
    padding: 15px 0;
    border-bottom: 1px solid #e5e5e5;
    display: block;
  }
}

.block_tabs .item.title a {
  display: block;
  outline: none;
  color: #333;
  font-weight: 500;
}

@media screen and (max-width: 959px) {
  .block_tabs .item.title a {
    font-size: 0.875rem;
  }
}

.block_tabs .item.title a span {
  color: var(--orange);
}

.block_tabs .item.title.active {
  border-color: var(--orange);
  transition: all 0.35s;
}

@media screen and (max-width: 959px) {
  .block_tabs .item.title.active {
    border-color: transparent;
  }
}

.block_tabs .item.content {
  width: 100%;
  padding: 30px 0;
}

@media screen and (max-width: 959px) {
  .block_tabs .item.content {
    padding: 0 0 15px;
  }
}

.block_tabs .item.content#reviews {
  font-size: 0;
  letter-spacing: 0;
}

.block_tabs .item.content#reviews #product-review-container, .block_tabs .item.content#reviews .review-add {
  display: inline-block;
  vertical-align: top;
  font: 16px/1.4em Proxima Nova, "Arial", sans-serif;
  width: calc((100% - 80px)/2);
}

@media screen and (max-width: 1024px) {
  .block_tabs .item.content#reviews #product-review-container, .block_tabs .item.content#reviews .review-add {
    width: calc((100% - 40px)/2);
  }
}

@media screen and (max-width: 1024px) and (max-width: 768px) {
  .block_tabs .item.content#reviews #product-review-container, .block_tabs .item.content#reviews .review-add {
    width: 100%;
  }
}

.block_tabs .item.content#reviews #product-review-container:first-child, .block_tabs .item.content#reviews .review-add:first-child {
  margin-right: 80px;
}

@media screen and (max-width: 1024px) {
  .block_tabs .item.content#reviews #product-review-container:first-child, .block_tabs .item.content#reviews .review-add:first-child {
    margin-right: 40px;
  }
}

@media screen and (max-width: 768px) {
  .block_tabs .item.content#reviews #product-review-container:first-child, .block_tabs .item.content#reviews .review-add:first-child {
    margin-right: 0;
    margin-bottom: 20px;
  }
}

.block_tabs .item.content .description {
  margin-bottom: 20px;
}

.block_tabs .item.content .additional-attributes-wrapper {
  margin-bottom: 13px;
}

.block_tabs .item.content .additional-attributes {
  font-size: 0.9375rem;
  color: #000;
  line-height: 1em;
}

.block_tabs .item.content .additional-attributes h3 {
  color: #333;
  padding-top: 20px;
  font-size: 1.2625rem;
  margin-bottom: 0;
  font-weight: 500;
  line-height: 1em;
  margin-bottom: 5px;
}

.block_tabs .item.content .additional-attributes tr [colspan="2"] {
  padding-left: 0;
}

.block_tabs .item.content .additional-attributes tr:first-child th, .block_tabs .item.content .additional-attributes tr:first-child td {
  padding-top: 0;
}

.block_tabs .item.content .additional-attributes th, .block_tabs .item.content .additional-attributes td {
  padding: 7px;
  font-size: 0.9375rem;
}

.block_tabs .item.content .additional-attributes th {
  position: relative;
  padding-left: 0;
  text-align: left;
  font-weight: normal;
  color: #000;
  vertical-align: top;
}

.block_tabs .item.content .additional-attributes th >span>span {
  background: #fff;
  position: relative;
  z-index: 1;
  display: inline-block;
}
.block_tabs .item.content .additional-attributes th >span {
  display: block;
  position: relative;
}
.block_tabs .item.content .additional-attributes th > span:after {
  background: url("../img/icons/bg_dotted.png") repeat-x;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: calc(100% - 5px);
  height: 1px;
}

.block_tabs .item.content .additional-attributes td {
  color: #555;
}

.block_tabs .item.content .tab_item {
  width: calc((100% - 80px)/2);
}

.block_tabs .item.content .tab_item h3 {
  color: #333;
  font-size: 1.5625rem;
}

.block_tabs .item.content .tab_item .attributes-summary h3 {
  margin-bottom: 19px;
  font-weight: 500;
  font-size: 1.2625rem;
}

@media screen and (max-width: 1024px) {
  .block_tabs .item.content .tab_item {
    width: calc((100% - 40px)/2);
  }
}

@media screen and (max-width: 1024px) and (max-width: 768px) {
  .block_tabs .item.content .tab_item {
    width: 100%;
  }
}

.block_tabs .item.content .tab_item:first-child {
  margin-right: 80px;
}

@media screen and (max-width: 1024px) {
  .block_tabs .item.content .tab_item:first-child {
    margin-right: 40px;
  }
}

@media screen and (max-width: 768px) {
  .block_tabs .item.content .tab_item:first-child {
    margin-right: 0;
    margin-bottom: 20px;
  }
}

.block_tabs .item.content .tab_item .additional-attributes {
  width: 100%;
  border-spacing: 0;
}

.block_tabs .item.content .tab_item .block_text {
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .block_tabs .item.content .tab_item .block_text {
    margin-bottom: 20px;
  }
}

.block_tabs .item.content .tab_item .label_tab {
  transition: all 0.35s;
  font-size: 0.875rem;
  color: var(--orange);
}

.block_tabs .item.content .tab_item.block_feedback .label_tab {
  color: #000;
}

.block_tabs .item.content .tab_item.block_feedback .label_tab span {
  color: var(--orange);
}

.block_tabs .item.content .list_feedback, .block_tabs .item.content .review-items {
  position: relative;
  padding: 30px;
  background: #f7f7f7;
  margin-bottom: 30px;
  list-style: none;
}

@media screen and (max-width: 959px) {
  .block_tabs .item.content .list_feedback, .block_tabs .item.content .review-items {
    padding: 20px;
    margin-bottom: 20px;
  }
}

.block_tabs .item.content .list_feedback:after, .block_tabs .item.content .review-items:after {
  width: 0;
  height: 0;
  position: absolute;
  content: "";
  top: 100%;
  left: 20px;
  border-top: 15px solid #f7f7f7;
  border-right: 15px solid transparent;
  line-height: 1em;
}

@media screen and (max-width: 959px) {
  .block_tabs .item.content .list_feedback:after, .block_tabs .item.content .review-items:after {
    display: none;
  }
}

.block_tabs .item.content .list_feedback li, .block_tabs .item.content .review-items li {
  border-bottom: 1px solid #dedede;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.block_tabs .item.content .list_feedback li:last-child, .block_tabs .item.content .review-items li:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.block_tabs .item.content .list_feedback li h4, .block_tabs .item.content .list_feedback li .review-title, .block_tabs .item.content .review-items li h4, .block_tabs .item.content .review-items li .review-title {
  font-weight: 500;
  font-size: 1rem;
  margin-bottom: 15px;
}

.block_tabs .item.content .list_feedback li p, .block_tabs .item.content .list_feedback li .review-content, .block_tabs .item.content .review-items li p, .block_tabs .item.content .review-items li .review-content {
  font-size: 1rem;
  margin-bottom: 15px;
  color: #555;
}

.block_tabs .item.content .list_feedback li p:last-child, .block_tabs .item.content .list_feedback li .review-content:last-child, .block_tabs .item.content .review-items li p:last-child, .block_tabs .item.content .review-items li .review-content:last-child {
  margin-bottom: 0;
}

.block_tabs .item.content .list_feedback li .review-details p, .block_tabs .item.content .review-items li .review-details p {
  margin-bottom: 0;
}

.block_tabs .item.content .list_feedback li .review-details .review-author, .block_tabs .item.content .review-items li .review-details .review-author {
  display: inline-block;
  vertical-align: middle;
}

.block_tabs .item.content .list_feedback li .review-details .review-author .review-details-label, .block_tabs .item.content .review-items li .review-details .review-author .review-details-label {
  display: none;
}

.block_tabs .item.content .list_feedback li .review-details .review-author .review-details-value, .block_tabs .item.content .review-items li .review-details .review-author .review-details-value {
  color: var(--orange);
  margin-right: 10px;
  font-size: 0.875rem;
  line-height: 1em;
  font-weight: normal;
}

.block_tabs .item.content .list_feedback li .review-details .review-date, .block_tabs .item.content .review-items li .review-details .review-date {
  display: inline-block;
  vertical-align: middle;
}

.block_tabs .item.content .list_feedback li .review-details .review-date .review-details-label, .block_tabs .item.content .review-items li .review-details .review-date .review-details-label {
  display: none;
}

.block_tabs .item.content .list_feedback li .review-details .review-date .review-details-value, .block_tabs .item.content .review-items li .review-details .review-date .review-details-value {
  font-size: 0.875rem;
  line-height: 1em;
  color: #555;
}

.block_tabs .item.content .list_feedback li .name, .block_tabs .item.content .review-items li .name {
  color: var(--orange);
  margin-right: 10px;
  font-size: 0.875rem;
  line-height: 1em;
}

.block_tabs .item.content .list_feedback li .data, .block_tabs .item.content .review-items li .data {
  font-size: 0.875rem;
  line-height: 1em;
  color: #555;
}

.block_tabs .item.content .review-add fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

.block_tabs .item.content .review-add fieldset legend {
  padding: 0;
  display: block;
}

.block_tabs .item.content .review-add fieldset legend span {
  margin-right: 7px;
}

.block_tabs .item.content .review-add fieldset .field {
  margin-bottom: 20px;
  position: relative;
}

.block_tabs .item.content .review-add fieldset .field.review-field-text {
  padding-top: 10px;
}

.block_tabs .item.content .review-add fieldset label {
  color: #aaa;
  font-size: 0.9375rem;
  line-height: 1em;
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
  transition: all 0.35s;
}

.block_tabs .item.content .review-add fieldset div.mage-error {
  color: red;
  font-size: 0.9375rem;
  line-height: 1em;
  margin-top: 7px;
}

.block_tabs .item.content .review-add fieldset input[type="text"], .block_tabs .item.content .review-add fieldset textarea {
  width: 100%;
  padding: 10px 0;
  border: 0;
  border-bottom: 1px solid #ccc;
  color: #000;
  line-height: 1em;
  font-size: 0.9375rem;
  font-weight: 500;
}

.block_tabs .item.content .review-add fieldset input[type="text"].mage-error, .block_tabs .item.content .review-add fieldset textarea.mage-error {
  border-color: red;
}

.block_tabs .item.content .review-add fieldset input[type="text"]::-webkit-input-placeholder, .block_tabs .item.content .review-add fieldset textarea::-webkit-input-placeholder {
  color: #aaa;
  font-size: 0.9375rem;
  line-height: 1em;
}

.block_tabs .item.content .review-add fieldset input[type="text"]::-moz-placeholder, .block_tabs .item.content .review-add fieldset textarea::-moz-placeholder {
  color: #aaa;
  font-size: 0.9375rem;
  line-height: 1em;
}

.block_tabs .item.content .review-add fieldset input[type="text"]:-ms-input-placeholder, .block_tabs .item.content .review-add fieldset textarea:-ms-input-placeholder {
  color: #aaa;
  font-size: 0.9375rem;
  line-height: 1em;
}

.block_tabs .item.content .review-add fieldset input[type="text"]::placeholder, .block_tabs .item.content .review-add fieldset textarea::placeholder {
  color: #aaa;
  font-size: 0.9375rem;
  line-height: 1em;
}

.block_tabs .item.content .review-add fieldset input[type="text"]:focus, .block_tabs .item.content .review-add fieldset textarea:focus {
  border-color: var(--orange);
}

.block_tabs .item.content .review-add fieldset input[type="text"]:focus + label, .block_tabs .item.content .review-add fieldset input[type="text"]:focus + div + label, .block_tabs .item.content .review-add fieldset input[type="text"]:valid + label, .block_tabs .item.content .review-add fieldset input[type="text"]:valid + div + label, .block_tabs .item.content .review-add fieldset textarea:focus + label, .block_tabs .item.content .review-add fieldset textarea:focus + div + label, .block_tabs .item.content .review-add fieldset textarea:valid + label, .block_tabs .item.content .review-add fieldset textarea:valid + div + label {
  color: var(--orange);
  font-size: 0.8125rem;
  top: -3px;
  transition: all 0.35s;
}

.block_tabs .item.content .review-add fieldset textarea {
  padding-top: 0;
}

.block_tabs .item.content .review-add button {
  clear: both;
  background-color: var(--orange);
  background-image: url("../img/icons/array_w.svg");
  background-repeat: no-repeat;
  background-position: calc(100% - 15px) center;
  color: #fff;
  font-weight: 500;
  font-size: 0.9375rem;
  line-height: 1em;
  padding: 10px 60px 11px 20px;
  border-radius: 20px;
  vertical-align: middle;
  border: 2px solid var(--orange);
}

.block_tabs .item.content .review-add button:hover {
  transition: all 0.35s;
  color: var(--orange);
  background-color: #fff;
  background-image: url("../img/icons/array_orange.svg");
}

.block_tabs .tab-content {
  display: none;
  width: 100%;
  padding: 30px 0;
}

@media screen and (max-width: 959px) {
  .block_tabs .tab-content {
    padding: 0 0 15px;
  }
}

.block_tabs .tab-content h3 {
  color: #000;
  margin-bottom: 25px;
  font-size: 1.5625rem;
  line-height: 1.1em;
  font-weight: 500;
}

@media screen and (max-width: 959px) {
  .block_tabs .tab-content h3 {
    font-size: 1rem;
    margin-bottom: 20px;
  }
}

.block_tabs .tab-content .label_tab {
  color: #000;
  transition: all 0.35s;
  font-size: 0.875rem;
  cursor: pointer;
}

.block_tabs .tab-content .label_tab span {
  color: var(--orange);
}

.block_tabs .tab-content .tab_item {
  width: calc((100% - 80px)/2);
}

@media screen and (max-width: 1024px) {
  .block_tabs .tab-content .tab_item {
    width: calc((100% - 40px)/2);
  }
}

@media screen and (max-width: 1024px) and (max-width: 768px) {
  .block_tabs .tab-content .tab_item {
    width: 100%;
  }
}

.block_tabs .tab-content .tab_item:first-child {
  margin-right: 80px;
}

@media screen and (max-width: 1024px) {
  .block_tabs .tab-content .tab_item:first-child {
    margin-right: 40px;
  }
}

@media screen and (max-width: 768px) {
  .block_tabs .tab-content .tab_item:first-child {
    margin-right: 0;
    margin-bottom: 20px;
  }
}

.block_tabs .tab-content .tab_item .block_text {
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .block_tabs .tab-content .tab_item .block_text {
    margin-bottom: 20px;
  }
}

.block_tabs .tab-content .list_feedback, .block_tabs .tab-content .review-items {
  position: relative;
  padding: 30px;
  background: #f7f7f7;
  margin-bottom: 30px;
}

@media screen and (max-width: 959px) {
  .block_tabs .tab-content .list_feedback, .block_tabs .tab-content .review-items {
    padding: 20px;
    margin-bottom: 20px;
  }
}

.block_tabs .tab-content .list_feedback:after, .block_tabs .tab-content .review-items:after {
  width: 0;
  height: 0;
  position: relative;
  content: "";
  bottom: -65px;
  left: 0;
  border-top: 15px solid #f7f7f7;
  border-right: 15px solid transparent;
  line-height: 1em;
}

@media screen and (max-width: 959px) {
  .block_tabs .tab-content .list_feedback:after, .block_tabs .tab-content .review-items:after {
    display: none;
  }
}

.block_tabs .tab-content .list_feedback li, .block_tabs .tab-content .review-items li {
  border-bottom: 1px solid #dedede;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.block_tabs .tab-content .list_feedback li:last-child, .block_tabs .tab-content .review-items li:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.block_tabs .tab-content .list_feedback li h4, .block_tabs .tab-content .list_feedback li .review-title, .block_tabs .tab-content .review-items li h4, .block_tabs .tab-content .review-items li .review-title {
  font-weight: 500;
  font-size: 1rem;
  margin-bottom: 15px;
}

.block_tabs .tab-content .list_feedback li p, .block_tabs .tab-content .list_feedback li .review-content, .block_tabs .tab-content .review-items li p, .block_tabs .tab-content .review-items li .review-content {
  font-size: 1rem;
  margin-bottom: 15px;
  color: #555;
}

.block_tabs .tab-content .list_feedback li .review-details .review-author, .block_tabs .tab-content .review-items li .review-details .review-author {
  display: inline-block;
  vertical-align: middle;
}

.block_tabs .tab-content .list_feedback li .review-details .review-author .review-details-label, .block_tabs .tab-content .review-items li .review-details .review-author .review-details-label {
  display: none;
}

.block_tabs .tab-content .list_feedback li .review-details .review-author .review-details-value, .block_tabs .tab-content .review-items li .review-details .review-author .review-details-value {
  color: var(--orange);
  margin-right: 10px;
  font-size: 0.875rem;
  line-height: 1em;
  font-weight: normal;
}

.block_tabs .tab-content .list_feedback li .review-details .review-date, .block_tabs .tab-content .review-items li .review-details .review-date {
  display: inline-block;
  vertical-align: middle;
}

.block_tabs .tab-content .list_feedback li .review-details .review-date .review-details-label, .block_tabs .tab-content .review-items li .review-details .review-date .review-details-label {
  display: none;
}

.block_tabs .tab-content .list_feedback li .review-details .review-date .review-details-value, .block_tabs .tab-content .review-items li .review-details .review-date .review-details-value {
  font-size: 0.875rem;
  line-height: 1em;
  color: #555;
}

.block_tabs .tab-content .list_feedback li .name, .block_tabs .tab-content .review-items li .name {
  color: var(--orange);
  margin-right: 10px;
  font-size: 0.875rem;
  line-height: 1em;
}

.block_tabs .tab-content .list_feedback li .data, .block_tabs .tab-content .review-items li .data {
  font-size: 0.875rem;
  line-height: 1em;
  color: #555;
}

.block_tabs .tab-content .list_product_catalog {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 1024px) {
  .block_tabs .tab-content .list_product_catalog {
    border: 0;
  }
}

.block_tabs .tab-content .list_options li {
  font-size: 0.9375rem;
  margin-bottom: 15px;
  color: #000;
  line-height: 1em;
}

.block_tabs .tab-content .list_options li .name {
  position: relative;
}

.block_tabs .tab-content .list_options li .name span {
  background: #fff;
  position: relative;
  z-index: 1;
}

.block_tabs .tab-content .list_options li .name:after {
  background: url("../img/icons/bg_dotted.png") repeat-x;
  content: "";
  position: absolute;
  bottom: 5px;
  left: 0;
  width: calc(100% - 5px);
  height: 1px;
}

.block_tabs .tab-content .list_options li .value {
  color: #555;
}

.block_tabs .tab-content .block_info_warranty2 h4 {
  margin-bottom: 15px;
  color: #000;
  font-weight: 500;
  font-size: 0.9375rem;
}

.block_tabs .tab-content .block_info_warranty2 h4 img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
}

.block_tabs .tab-content .block_info_warranty2 h4 span {
  display: inline-block;
  vertical-align: middle;
}

.block_tabs .tab-content .block_info_warranty2 .item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.block_tabs .tab-content .block_info_warranty2 .item p {
  margin-bottom: 10px;
}

.block_tabs .tab-content .block_info_warranty2 .item p:last-child {
  margin-bottom: 0;
}

.block_tabs .tab-content .block_info_warranty2 .item:last-child {
  border: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.block_tabs input[type="radio"] {
  width: 0;
  height: 0;
  border: 0;
  box-shadow: none;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.block_tabs input[type="radio"]:checked + label {
  border-color: var(--orange);
  transition: all 0.35s;
}

@media screen and (max-width: 959px) {
  .block_tabs input[type="radio"]:checked + label {
    border-color: transparent;
  }
}

.block_tabs input[type="radio"]:checked + label + .tab-content {
  display: block;
}

.block_tabs .item-tab {
  order: -1;
  padding-bottom: 20px;
  border-bottom: 3px solid transparent;
  margin-right: 30px;
  font-weight: 500;
  line-height: 1em;
  height: 40px;
  cursor: pointer;
  transition: all 0.35s;
}

@media screen and (max-width: 1024px) {
  .block_tabs .item-tab {
    margin-right: 20px;
  }
}

@media screen and (max-width: 959px) {
  .block_tabs .item-tab {
    margin-right: 0;
    width: 100%;
    font-size: 0.875rem;
    margin-bottom: 0;
    padding: 15px 0;
    border-bottom: 1px solid #e5e5e5;
    display: block;
  }
}

.block_tabs .item-tab span {
  color: var(--orange);
}

.block_tabs .item-tab.mr0 {
  margin-right: 0;
}

.block_tabs .item-tab.none {
  display: none;
}

@media screen and (max-width: 1024px) {
  .block_tabs .item-tab.none {
    display: inline-block;
  }
}

.block_catalog h1 {
  margin-bottom: 20px;
  font-size: 3.125rem;
  line-height: 1.1em;
  font-weight: 500;
}

.block_catalog h1.page-title {
	font-size: 50px;
	font-weight: normal;
	line-height: 1;
	text-align: center;
	text-align: center;
}

@media screen and (max-width: 1199px) {
  .block_catalog h1 {
    font-size: 2.625rem;
  }
}

@media screen and (max-width: 1024px) {
  .block_catalog h1 {
    font-size: 2.25rem;
  }
}

@media screen and (max-width: 959px) {
  .block_catalog h1 {
    font-size: 1.875rem;
  }
}

.block_catalog .list_catalog {
  padding-left: 1px;
  padding-top: 1px;
}

.block_catalog .list_catalog li {
  border: 1px solid #e4e4e4;
  margin-top: -1px;
  margin-left: -1px;
  transition: all 0.35s;
  position: relative;
  z-index: 1;
  height: 320px;
}

@media screen and (max-width: 1024px) {
  .block_catalog .list_catalog li {
    width: calc(100%/3);
  }
}

@media screen and (max-width: 768px) {
  .block_catalog .list_catalog li {
    width: calc(100%/2);
  }
}

@media screen and (max-width: 600px) {
  .block_catalog .list_catalog li {
    height: 300px;
  }
}

@media screen and (max-width: 480px) {
  .block_catalog .list_catalog li {
    height: 190px;
  }
}

.block_catalog .list_catalog li:hover {
  border-color: var(--orange);
	background-color: rgba(251, 69, 9, 0.03);
	transition: background-color 0.5s;
  z-index: 2;
}

.block_catalog .list_catalog li:hover .name {
  transition: all 0.35s;
}

.block_catalog .list_catalog li:hover .name .number {
  text-decoration: none;
}

.block_catalog .list_catalog li .image-holder {
  width: 200px;
  height: 200px;
	margin: 30px auto 20px;
}

@media screen and (max-width: 600px) {
  .block_catalog .list_catalog li .image-holder {
    margin: 20px auto;
  }
}

@media screen and (max-width: 480px) {
  .block_catalog .list_catalog li .image-holder {
    width: 100px;
    height: 100px;
    margin: 10px auto;
  }
}

.block_catalog .list_catalog li .image-holder img {
  object-fit: contain;
}

.block_catalog .list_catalog li .name {
  color: #000;
  text-align: center;
  padding: 0 10px;
  font-size: 18px;
  line-height: 1;
}
@media screen and (max-width: 480px) {
  .block_catalog .list_catalog li .name {
    font-size: 15px;
  }
}

.block_catalog .list_catalog li .name .number {
	display: none;
  color: var(--orange);
  font-weight: 400;
  font-size: 0.9375rem;
  vertical-align: top;
  margin-left: 7px;
}

@media screen and (max-width: 1340px) {
  .block_catalog .list_catalog li .name .number {
    font-size: 0.875rem;
  }
}

.page-layout-checkout {
  background: none;
  border-top: 16px solid var(--orange);
}

#checkout .checkout-shipping-address {
  margin-bottom: 20px;
}

#checkout .opc-wrapper {
  width: 66.66666667%;
  float: left;
  padding-right: 30px;
  margin: 0 0 20px;
}

#checkout .opc-wrapper .opc {
  margin: 0;
  padding: 0;
  list-style: none;
}

#checkout .opc-wrapper .form-login, #checkout .opc-wrapper .form-shipping-address {
  max-width: 470px;
}

#checkout .opc-sidebar {
  margin: 0 0 20px;
  width: 33.33333333%;
  float: right;
}

#checkout fieldset {
  border: 0;
  padding: 0;
  margin: 0!important;
  min-width: inherit;
}

#checkout fieldset legend {
  display: none;
}

#checkout fieldset legend + br {
  display: none;
}

/*#checkout .payment-group .step-title {
  padding-bottom: 10px;
}*/

#checkout .payment-method .payment-method-title {
  margin-bottom: 10px;
}

#checkout .payment-method .payment-method-title label {
  font-size: 1rem;
  color: #000;
  font-weight: 600;
    margin-bottom: 0;
}

#checkout .payment-method .checkout-billing-address {
  margin-bottom: 30px;
}

#checkout .payment-method .checkout-billing-address .billing-address-details {
  padding-left: 40px;
}

#checkout .payment-method .checkout-billing-address .billing-address-same-as-shipping-block {
  position: relative;
}

#checkout .payment-method .checkout-billing-address .billing-address-same-as-shipping-block input[type="checkbox"] {
  opacity: 0;
  display: none;
}

#checkout .payment-method .checkout-billing-address .billing-address-same-as-shipping-block input[type="checkbox"]:checked + label:after {
  opacity: 1;
  transition: all 0.35s;
}

#checkout .payment-method .checkout-billing-address .billing-address-same-as-shipping-block label {
  padding-left: 40px;
  position: relative;
  line-height: 20px;
  display: block;
  color: #000;
  font-size: 0.875rem;
  cursor: pointer;
}

#checkout .payment-method .checkout-billing-address .billing-address-same-as-shipping-block label:before, #checkout .payment-method .checkout-billing-address .billing-address-same-as-shipping-block label:after {
  content: "";
  position: absolute;
}

#checkout .payment-method .checkout-billing-address .billing-address-same-as-shipping-block label:before {
  width: 20px;
  height: 20px;
  border: 1px solid #ccc;
  border-radius: 20px;
  top: 0;
  left: 0;
  box-sizing: border-box;
}

#checkout .payment-method .checkout-billing-address .billing-address-same-as-shipping-block label:after {
  width: 10px;
  height: 10px;
  background-color: var(--orange);
  border-radius: 10px;
  opacity: 0;
  transition: all 0.35s;
  top: 5px;
  left: 5px;
}

#checkout .discount-code._active .payment-option-title:after {
  transition: all 0.35s;
  transform: rotate(180deg);
}

#checkout .discount-code .payment-option-title {
  outline: none;
  position: relative;
  cursor: pointer;
  margin-bottom: 15px;
  font-size: 1.25rem;
  color: #000;
  font-weight: 600;
}

#checkout .discount-code .payment-option-title .action-toggle {
  display: block;
}

#checkout .discount-code .payment-option-title:after {
  transition: all 0.35s;
  background-image: url("../img/icons/select_hover.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  content: "";
  width: 12px;
  height: 22px;
  position: absolute;
  top: 0;
  right: 0;
}

#checkout .step-title {
  margin-bottom: 24px;
  color: #000;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1em;
}

#checkout .field {
  margin-bottom: 24px;
  position: relative;
}

#checkout .field .control {
  position: relative;
}

#checkout .field .control._with-tooltip .field-error, #checkout .field .control._with-tooltip div.mage-error {
  top: inherit;
  bottom: -20px;
  line-height: 1em;
}

#checkout .field.required > .label:after, #checkout .field._required > .label:after {
  content: '*';
  color: #e02b27;
  font-size: 0.8125rem;
}

#checkout .field.street .label {
  display: none;
}

#checkout .field.street legend.label {
  display: inline-block;
}
#checkout .label {
  line-height: 1em;
  display: inline-block;
  font-size: 0.8125rem;
  color: #aaa;
  margin-bottom: 8px;
}


#checkout input[type="text"], #checkout input[type="password"],
#checkout input[type="url"], #checkout input[type="tel"],
#checkout input[type="search"], #checkout input[type="number"],
#checkout input[type="datetime"], #checkout input[type="email"] {
  border: 1px solid #d6d6d6;
  border-radius: 1px;
  font-weight: 600;
  font-size: 1rem;
  height: 40px;
  padding: 10px 14px;
  width: 100%;
  box-sizing: border-box;
  color: #000;
}

#checkout input[type="text"]:focus, #checkout input[type="password"]:focus,
#checkout input[type="url"]:focus, #checkout input[type="tel"]:focus,
#checkout input[type="search"]:focus, #checkout input[type="number"]:focus,
#checkout input[type="datetime"]:focus, #checkout input[type="email"]:focus {
  box-shadow: 0 0 3px 1px rgba(55, 114, 255, 0.2);
}

#checkout input[type="radio"] {
  appearance: radio;
}

#checkout select {
  border: 1px solid #d6d6d6;
  border-radius: 1px;
  font-weight: 600;
  font-size: 1rem;
  height: 40px;
  padding: 10px 33px 10px 14px;
  width: 100%;
  box-sizing: border-box;
  background: #fff url("../img/icons/select.svg") no-repeat calc(100% - 20px) center;
  color: #000;

}

#freeshipping-block-wrapper{
  margin-bottom: 24px;
}

#checkout .field-error, #checkout div.mage-error {
  color: #ff0000;
  font-size: 0.75rem;
  line-height: 1.3em;
  margin-top: 5px;
}

#checkout button {
  border-radius: 40px;
  transition: all 0.35s;
  line-height: 1em;
  border: 2px solid var(--orange);
}

#checkout button.action-select-shipping-item {
  margin-top: 20px;
}

#checkout button:hover {
  transition: all 0.35s;
  color: var(--orange);
  background: none;
}

#checkout #shipping-method-buttons-container {
  text-align: right;
}

#checkout #shipping-method-buttons-container button {
  background-color: var(--orange);
  background-image: url("../img/icons/array_w.svg");
  background-repeat: no-repeat;
  background-position: calc(100% - 20px) center;
  padding: 10px 60px 10px 40px;
  line-height: 1em;
  border-radius: 19px;
  font-size: 0.9375rem;
  display: inline-block;
  transition: all 0.35s;
  border: 2px solid var(--orange);
}

#checkout #shipping-method-buttons-container button:hover {
  transition: all 0.35s;
  background-color: #fff;
  background-image: url("../img/icons/array_orange.svg");
  color: var(--orange);
}

#checkout .field-tooltip.toggle {
  cursor: pointer;
  position: absolute;
  right: -30px;
  top: 0;
  line-height: 1em;
  height: 40px;
}

#checkout .field-tooltip.toggle._active {
  z-index: 100;
}

#checkout .field-tooltip.toggle._active .field-tooltip-content {
  display: block;
}

#checkout .field-tooltip.toggle .field-tooltip-action {
  background-image: url("../img/icons/info_g2.png");
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  display: inline-block;
  outline: none;
  margin-top: 10px;
}

#checkout .field-tooltip.toggle .field-tooltip-content {
  background: #fff;
  border: 1px solid #808080;
  border-radius: 1px;
  font-size: 14px;
  padding: 12px;
  width: 165px;
  display: none;
  left: 38px;
  position: absolute;
  text-transform: none;
  top: 50%;
  z-index: 2;
  transform: translateY(-50%);
}

#checkout .field-tooltip.toggle .field-tooltip-content:before, #checkout .field-tooltip.toggle .field-tooltip-content:after {
  border: 10px solid transparent;
  height: 0;
  width: 0;
  border-right-color: #808080;
  left: -21px;
  top: 50%;
  content: '';
  display: block;
  position: absolute;
  z-index: 3;
  transform: translateY(-50%);
}

#checkout .field-tooltip.toggle .field-tooltip-content:before {
  border-right-color: #808080;
}

#checkout .field-tooltip.toggle .field-tooltip-content:after {
  border-right-color: #fff;
  width: 1px;
  z-index: 4;
}

#checkout .opc-summary-wrapper {
  background: #f5f5f5;
  padding: 30px 0;
  margin: 0 0 20px;
  outline: none;
}

#checkout .opc-summary-wrapper .modal-header .action-close {
  display: none;
}

#checkout .opc-summary-wrapper .opc-block-shipping-information {
  padding: 30px;
}

#checkout .opc-summary-wrapper .opc-block-shipping-information .ship-to .shipping-information-content {
  margin-bottom: 30px;
}

#checkout .opc-summary-wrapper .opc-block-shipping-information .shipping-information-title {
  margin-bottom: 20px;
}

#checkout .opc-summary-wrapper .opc-block-shipping-information .shipping-information-title > span {
  font-size: 1.25rem;
  font-weight: 600;
  margin-right: 20px;
}

#checkout .opc-summary-wrapper .opc-block-shipping-information .shipping-information-title button {
  background: none;
  color: var(--orange);
  padding: 0;
  border-radius: 0;
  border: 0;
  font-size: 1rem;
  font-weight: 400;
}

#checkout .opc-summary-wrapper .opc-block-summary .table-totals {
  width: 100%;
  padding: 0 30px;
  margin-bottom: 35px;
  text-align: left;
}

#checkout .opc-summary-wrapper .opc-block-summary .table-totals caption {
  display: none;
}

#checkout .opc-summary-wrapper .opc-block-summary .table-totals th {
  font-size: 1.25rem;
  color: #000;
  padding-bottom: 20px;
  vertical-align: top;
}

#checkout .opc-summary-wrapper .opc-block-summary .table-totals th .label {
  display: block;
  margin-bottom: 10px;
  font-size: 1.25rem;
  color: #000;
}

#checkout .opc-summary-wrapper .opc-block-summary .table-totals th .value {
  display: block;
  font-size: 1rem;
  font-weight: 400;
}

#checkout .opc-summary-wrapper .opc-block-summary .table-totals td {
  padding-bottom: 20px;
  padding-left: 15px;
  font-size: 1.875rem;
  color: var(--orange);
  text-align: right;
  vertical-align: top;
}

#checkout .opc-summary-wrapper .opc-block-summary > .title {
  margin-bottom: 40px;
  display: block;
  font-size: 1.875rem;
  font-weight: 600;
  padding: 0 30px;
}

#checkout .opc-summary-wrapper .opc-block-summary .items-in-cart.active .title:after {
  transform: rotate(180deg);
  transition: all 0.35s;
}

#checkout .opc-summary-wrapper .opc-block-summary .items-in-cart .title {
  padding: 0 30px 13px;
  outline: none;
  position: relative;
  cursor: pointer;
}

#checkout .opc-summary-wrapper .opc-block-summary .items-in-cart .title:after {
  transition: all 0.35s;
  background-image: url("../img/icons/select_hover.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  content: "";
  width: 12px;
  height: 22px;
  position: absolute;
  top: 0;
  right: 18px;
}

#checkout .opc-summary-wrapper .opc-block-summary .items-in-cart .content.minicart-items {
  border-top: 1px solid #ddd;
}

#checkout .opc-summary-wrapper .opc-block-summary .items-in-cart .content.minicart-items .minicart-items {
  list-style: none;
  padding: 0;
  margin: 0;
}

#checkout .opc-summary-wrapper .opc-block-summary .items-in-cart .content.minicart-items .minicart-items .product-item {
  border-bottom: 1px solid #ddd;
  padding: 15px 30px;
}

#checkout .opc-summary-wrapper .opc-block-summary .items-in-cart .content.minicart-items .minicart-items .product-item .product-image-container {
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
}

#checkout .opc-summary-wrapper .opc-block-summary .items-in-cart .content.minicart-items .minicart-items .product-item .product-item-details {
  width: calc(100% - 105px);
  display: inline-block;
  vertical-align: middle;
}

#checkout .opc-summary-wrapper .opc-block-summary .items-in-cart .content.minicart-items .minicart-items .product-item .product-item-details .price {
  color: var(--orange);
  font-weight: 600;
}

#checkout .authentication-wrapper {
	display: none;
  position: absolute;
  width: 33.33333333%;
  text-align: right;
  top: -76px;
  right: 0;
}

@media screen and (max-width: 1199px){
  #checkout .authentication-wrapper{
    right: 30px;
  }
}
@media screen and (max-width: 959px){
  #checkout .authentication-wrapper{
    right: 15px;
  }
}

#checkout .authentication-wrapper .action-auth-toggle {
  line-height: 26px;
  color: var(--orange);
  padding: 0;
  padding-left: 35px;
  background: url("../img/icons/user_active.svg") no-repeat left center;
  border: 0;
  border-radius: 0;
}

#checkout .authentication-wrapper .authentication-dropdown {
  background: #fff;
  border: 1px solid var(--orange);
  transform: scale(1, 0);
  transform-origin: 0 0;
  position: absolute;
  text-align: left;
  top: 100%;
  transition: transform linear .1s, visibility 0s linear .1s;
  visibility: hidden;
  width: 100%;
  padding: 30px;
  min-width: 290px;
  right: 0;
}

#checkout .authentication-wrapper .authentication-dropdown .action-close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 16px;
  height: 16px;
  background: url("../img/icons/close.svg") no-repeat center;
  padding: 0;
  border: 0;
  border-radius: 0;
}


#checkout .authentication-wrapper .authentication-dropdown .action-close span{
    display: none;
}

#checkout .authentication-wrapper .authentication-dropdown._show {
  transform: scale(1, 1);
  transition: transform linear .1s, visibility 0s linear 0s;
  visibility: visible;
  z-index: 100 !important;
}

#checkout .authentication-wrapper .authentication-dropdown .actions-toolbar {
  font-size: 0;
  letter-spacing: 0;
}

#checkout .authentication-wrapper .authentication-dropdown .primary, #checkout .authentication-wrapper .authentication-dropdown .secondary {
  width: 50%;
  display: inline-block;
  vertical-align: middle;
}

#checkout .authentication-wrapper .authentication-dropdown .secondary {
  text-align: right;
  line-height: 1em;
}

#checkout .authentication-wrapper .authentication-dropdown .action-login {
  width: 100%;
  color: #fff;
  background: var(--orange) url(../img/icons/array_w.svg) no-repeat calc(100% - 20px) center;
  padding: 11px 45px 11px 30px;
  line-height: 1em;
  font-weight: 500;
  cursor: pointer;
  text-align: left;
  border-radius: 20px;
  vertical-align: middle;
  transition: all 0.35s;
  border: 2px solid var(--orange);
}

#checkout .authentication-wrapper .authentication-dropdown .action-login:hover {
  transition: all 0.35s;
  background: #fff url(../img/icons/array_orange.svg) no-repeat calc(100% - 20px) center;
  color: var(--orange);
}

#checkout .opc-progress-bar {
  letter-spacing: 0;
  font-size: 0;
  counter-reset: i;
  left: 30%;
  top: -95px;
  position: absolute;
}

@media screen and (max-width: 1100px){
  #checkout .opc-progress-bar{
    left: 25%;
  }
}

#checkout .opc-progress-bar .opc-progress-bar-item {
  padding-left: 160px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

#checkout .opc-progress-bar .opc-progress-bar-item:before {
  content: "";
  width: 80px;
  left: 0;
  background-color: #d6d6d6;
  box-shadow: inset 0 0 3px 1px rgba(168, 168, 168, 0.56);
  position: absolute;
  height: 8px;
  top: 50%;
  margin-top: -4px;
  z-index: 2;
}

#checkout .opc-progress-bar .opc-progress-bar-item:first-child {
  padding-left: 0;
  padding-right: 80px;
}

#checkout .opc-progress-bar .opc-progress-bar-item:first-child:before {
  display: none;
}

#checkout .opc-progress-bar .opc-progress-bar-item:first-child span:before {
  left: inherit;
  right: 0;
}

#checkout .opc-progress-bar .opc-progress-bar-item:first-child span:after {
  left: inherit;
  right: 15px;
}

#checkout .opc-progress-bar .opc-progress-bar-item span {
  font-size: 1.375rem;
  color: var(--orange);
  line-height: 65px;
}

#checkout .opc-progress-bar .opc-progress-bar-item span:before {
  content: "";
  width: 66px;
  height: 66px;
  background-color: #d6d6d6;
  box-shadow: inset 0 0 3px 1px rgba(168, 168, 168, 0.56);
  position: absolute;
  left: 80px;
  border-radius: 66px;
}

#checkout .opc-progress-bar .opc-progress-bar-item span:after {
  content: counter(i);
  counter-increment: i;
  width: 36px;
  height: 36px;
  border-radius: 36px;
  position: absolute;
  top: 15px;
  left: 95px;
  background: #fff;
  text-align: center;
  line-height: 38px;
  box-shadow: 0 1px 3px 1px #696969;
  color: #616161;
  font-size: 1.375rem;
  font-weight: 700;
}

#checkout .opc-progress-bar .opc-progress-bar-item._active:before, #checkout .opc-progress-bar .opc-progress-bar-item._complete:before {
  background-color: rgba(255, 130, 87, 0.41);
  box-shadow: inset 0 0 3px 1px rgba(201, 119, 87, 0.38);
}

#checkout .opc-progress-bar .opc-progress-bar-item._active span:before, #checkout .opc-progress-bar .opc-progress-bar-item._complete span:before {
  box-shadow: inset 0 0 3px 1px rgba(201, 119, 87, 0.38);
  background-color: rgba(255, 130, 87, 0.41);
}

#checkout .opc-progress-bar .opc-progress-bar-item._active span:after, #checkout .opc-progress-bar .opc-progress-bar-item._complete span:after {
  box-shadow: 0 1px 3px 1px #6b2811;
  color: var(--orange);
}

@media screen and (min-width: 768px), print {
  #checkout .opc-estimated-wrapper {
    display: none;
  }
}

#checkout .table-checkout-shipping-method {
  border-spacing: 0;
}

#checkout .table-checkout-shipping-method thead th {
  padding: 12px;
  border-bottom: 1px solid #d6d6d6;
}

#checkout .table-checkout-shipping-method tbody td {
  padding: 0  0 24px;
}

#checkout .table-checkout-shipping-method tbody td:first-child {
  width: 20px;
}

#checkout .table-checkout-shipping-method tbody .col-price {
  font-weight: 600;
}

#checkout #customer-email-fieldset .actions-toolbar{
  margin-bottom: 20px;
}
#checkout #customer-email-fieldset .actions-toolbar .secondary{
  display: inline-block;
  vertical-align: middle;
  text-align: right;
  width: calc(100% - 110px);
  margin-left: 20px;
}
#checkout #customer-email-fieldset .actions-toolbar .primary{
  display: inline-block;
  vertical-align: middle;
}
.page-layout-2columns-left.page-with-filter .columns {
  position: relative;
}

@media screen and (max-width: 959px) {
  .page-layout-2columns-left.page-with-filter .columns {
    display: flex;
    flex-wrap: wrap;
  }
  .page-layout-2columns-left.page-with-filter .columns .column.main {
    width: 100%;
  }

  #checkout .opc-wrapper{
    width: 100%;
    margin-bottom: 0;
    padding-right: 0;
    float: none;

  }

  #checkout .field-tooltip.toggle .field-tooltip-content{
    right: -10px;
    top: 74px;
    left: auto;
  }

  #checkout #shipping-method-buttons-container{
    text-align: center;
  }

  #checkout .opc-wrapper .form-login, #checkout .opc-wrapper .form-shipping-address{
    max-width: inherit;
  }

  .field .control._with-tooltip input {
    margin-right: 10px;
    width: calc(100% - 36px)!important;
  }

  #checkout .field-tooltip.toggle{
    right: 0;
  }
  #checkout .field-tooltip.toggle .field-tooltip-content:before, #checkout .field-tooltip.toggle .field-tooltip-content:after{
    border: 10px solid transparent;
    height: 0;
    width: 0;
    margin-top: -11px;
    right: 10px;
    left: auto;
    top: 0;
  }

  #checkout .field-tooltip.toggle .field-tooltip-content:before{
    border-bottom-color: #808080;
  }
  #checkout .field-tooltip.toggle .field-tooltip-content:after{
    border-bottom-color: #fff;
    top: 1px;
  }

  #checkout .table-checkout-shipping-method{
      width: 100%;
  }

  #checkout .opc-sidebar{
    float: none;
    width: auto;
    bottom: 0;
    min-width: 0;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden;
    left: 30px;
    z-index: 900;
    padding: 0;
    margin: 0;
  }

  #checkout .opc-sidebar.custom-slide._show{
    overflow-x: hidden;
    overflow-y: auto;
    visibility: visible;
  }

  #checkout .table-checkout-shipping-method thead th {
    display: none;
  }

  #checkout .opc-estimated-wrapper{
    display: none;
    padding: 20px 0;
    border-top: 1px solid var(--orange);
  }

  #checkout .opc-progress-bar{
    display: none;
  }

  #checkout .authentication-wrapper .authentication-dropdown{
    padding: 20px;
  }

  #checkout .opc-estimated-wrapper .estimated-block {
    font-size: 18px;
    float: left;
    font-weight: 700;

  }

  #checkout .opc-estimated-wrapper .estimated-block .estimated-label {
    display: block;
    margin: 0 0 5px;
  }
  #checkout .minicart-wrapper {
    display: inline-block;
    position: relative;
    margin-top: 10px;
  }


  #checkout .minicart-wrapper button{
    border-radius: 0;
    border: 0;
    background: none;
    padding: 0px;
    position: relative;
    padding-left: 46px;
  }

  #checkout .minicart-wrapper button:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 36px;
    height: 36px;
    background: url(../img/icons/cart_active.svg) no-repeat center;
  }

    #checkout .minicart-wrapper .action.showcart .counter.qty {
      background: var(--orange);
      color: #fff;
      height: 24px;
      line-height: 24px;
      border-radius: 2px;
      display: inline-block;
      margin: 3px 0 0;
      min-width: 18px;
      overflow: hidden;
      padding: 0 3px;
      text-align: center;
      white-space: normal;
  }


  #checkout .opc-summary-wrapper.custom-slide._show .modal-inner-wrap {
    transform: translate(0, 0);
  }
  #checkout .opc-summary-wrapper.custom-slide .modal-inner-wrap {
    background-color: #fff;
    box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.35);
    opacity: 1;
    pointer-events: auto;
  }
  #checkout .opc-summary-wrapper.custom-slide._show .modal-inner-wrap {
    transform: translateX(0);
  }
  #checkout .opc-summary-wrapper.custom-slide .modal-inner-wrap {
    height: 100%;
    overflow-y: auto;
    position: static;
    transform: translateX(100%);
    transition-duration: .3s;
    transition-property: transform, visibility;
    transition-timing-function: ease-in-out;
    width: auto;
    padding: 30px 0;
  }
  #checkout .opc-summary-wrapper.custom-slide._show {
    -webkit-overflow-scrolling: touch;
    overflow-x: hidden;
    overflow-y: auto;
  }
  #checkout .opc-summary-wrapper.custom-slide .modal-inner-wrap {
    background-color: #f4f4f4;
    box-sizing: border-box;
    height: auto;
    min-height: 100%;
  }
  body._has-modal-custom {
    height: 100vh;
    overflow: hidden;
    width: 100vw;
  }



  body._has-modal-custom .modal-custom-overlay{
    height: 100vh;
    left: 0;
    position: fixed;
    top: 0;
    width: 100vw;
    z-index: 899;
    background-color: rgba(51, 51, 51, 0.55);
  }

  #checkout .opc-summary-wrapper{
    background: none;
  }

  #checkout .opc-summary-wrapper .opc-block-summary > .title{
    font-size: 20px;
    margin-bottom: 30px;
  }


  #checkout .opc-summary-wrapper.custom-slide  .action-close{
    position: absolute;
    top: 10px;
    right: 10px;
    width: 16px;
    height: 16px;
    background: url(../img/icons/close.svg) no-repeat center;
    padding: 0;
    border: 0;
    border-radius: 0;
    display: block;
  }


  #checkout .opc-summary-wrapper.custom-slide  .action-close span{
    display: none;
  }


  #checkout .opc-summary-wrapper .opc-block-summary .table-totals td{
    font-size: 18px;
  }

  #checkout .opc-summary-wrapper .opc-block-summary .table-totals{
    margin-bottom: 20px;
  }

}


@media screen and (max-width: 479px){
  #checkout .discount-code .payment-option-content,
  #checkout .discount-code .payment-option-title{
    width: 100%;
  }


}
.page-layout-2columns-left.page-with-filter .columns {
  position: relative;
}

@media screen and (max-width: 959px) {
  .page-layout-2columns-left.page-with-filter .columns {
    display: flex;
    flex-wrap: wrap;
  }
  .page-layout-2columns-left.page-with-filter .columns .column.main {
    width: 100%;
  }
}

.page-layout-2columns-left.page-with-filter .columns .sidebar-main {
  width: 25%;
  float: right;
  height: 100%;
  position: relative;
  top: 0;
  z-index: 1;
}

@media screen and (max-width: 959px) {
  .page-layout-2columns-left.page-with-filter .columns .sidebar-main {
    height: auto;
    width: 100%;
    position: relative;
    top: inherit;
    left: inherit;
    margin-top: 0;
    margin-left: 0;
    order: -1;
  }
}

.page-layout-2columns-left.page-with-filter .sidebar-main {
  background: #f8f8f8;
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #e4e4e4;
}

@media screen and (max-width: 959px) {
  .page-layout-2columns-left.page-with-filter .sidebar-main {
    width: 100%;
    padding: 0 0 15px;
    background: none;
    border: 0;
  }
}

@media screen and (max-width: 959px) {
  .page-layout-2columns-left.page-with-filter .sidebar-main .filter {
    border: 1px solid #e4e4e4;
    background: #f8f8f8;
  }
}

.page-layout-2columns-left.page-with-filter .sidebar-main .filter .block-title {
  display: none;
  padding: 10px 15px;
  color: var(--orange);
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1em;
  position: relative;
  cursor: pointer;
}

@media screen and (max-width: 959px) {
  .page-layout-2columns-left.page-with-filter .sidebar-main .filter .block-title {
    display: block;
  }
}

@media screen and (max-width: 959px) {
  .page-layout-2columns-left.page-with-filter .sidebar-main .filter .filter-content {
    display: none;
  }
}

@media screen and (min-width: 768px) {
	.page-layout-2columns-left.page-with-filter .sidebar-main .filter .filter-content {
		display: block !important;
	}
}

.page-layout-2columns-left.page-with-filter .sidebar-main .filter .block-subtitle {
  display: none;
}

.page-layout-2columns-left.page-with-filter .sidebar-main .filter .filter-options {
  margin: 0;
}

.page-layout-2columns-left.page-with-filter .sidebar-main .filter .filter-options-title {
  padding: 15px 20px;
  color: #000;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1em;
  position: relative;
  cursor: pointer;
  transition: all 0.35s;
  border: 1px solid #e4e4e4;
  margin-top: -1px;
  margin-left: -1px;
  margin-right: -1px;
  z-index: 1;
}

@media screen and (max-width: 959px) {
  .page-layout-2columns-left.page-with-filter .sidebar-main .filter .filter-options-title {
    padding: 10px 15px;
    font-size: 0.875rem;
  }
}

.page-layout-2columns-left.page-with-filter .sidebar-main .filter .filter-options-title span {
  border-bottom: 1px solid transparent;
  transition: all 0.35s;
  display: inline-block;
}

.page-layout-2columns-left.page-with-filter .sidebar-main .filter .filter-options-title:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 12px;
  height: 8px;
  margin-top: -4px;
  transition: all 0.35s;
  background: url("../img/icons/select.svg") no-repeat center;
}

.page-layout-2columns-left.page-with-filter .sidebar-main .filter .filter-options-title.open {
  border-color: transparent;
}

.page-layout-2columns-left.page-with-filter .sidebar-main .filter .filter-options-title.open:hover {
  border-color: #e4e4e4;
  border-bottom-color: transparent;
  box-shadow: none;
}

.page-layout-2columns-left.page-with-filter .sidebar-main .filter .filter-options-title.open:after {
  transform: rotate(180deg);
  transition: all 0.35s;
}

.page-layout-2columns-left.page-with-filter .sidebar-main .filter .filter-options-title:hover {
  transition: all 0.35s;
  border-color: var(--orange);
  z-index: 2;
  box-shadow: 0 10px 20px rgba(63, 46, 40, 0.1);
}

.page-layout-2columns-left.page-with-filter .sidebar-main .filter .filter-options-title:hover span {
  border-color: #bcb6b5;
  transition: all 0.35s;
}

.page-layout-2columns-left.page-with-filter .sidebar-main .filter .filter-options-title:hover:after {
  background-image: url("../img/icons/select_hover.svg");
  transition: all 0.35s;
}

.page-layout-2columns-left.page-with-filter .sidebar-main .filter .filter-options-content {
  padding: 0 10px;
  margin: auto;
  display: none;
}

@media screen and (max-width: 959px) {
  .page-layout-2columns-left.page-with-filter .sidebar-main .filter .filter-options-content {
    padding: 0 5px;
  }
}

.page-layout-2columns-left.page-with-filter .sidebar-main .filter .filter-options-content:last-child {
  border-bottom: 0;
}

.page-layout-2columns-left.page-with-filter .sidebar-main .filter .filter-options-content .items {
  padding: 0;
  list-style: none;
  margin: 0;
}

.page-layout-2columns-left.page-with-filter .sidebar-main .filter .filter-options-content .items .item {
  margin-bottom: 10px;
}

@media screen and (max-width: 959px) {
  .page-layout-2columns-left.page-with-filter .sidebar-main .filter .filter-options-content .items .item {
    margin-bottom: 5px;
  }
}

.page-layout-2columns-left.page-with-filter .sidebar-main .filter .filter-options-content .items .item a {
  color: #555;
  font-size: 0.9375rem;
  transition: all 0.35s;
  padding: 8px 30px 8px 10px;
  border-radius: 15px;
  display: block;
  line-height: 1em;
  position: relative;
}

@media screen and (max-width: 959px) {
  .page-layout-2columns-left.page-with-filter .sidebar-main .filter .filter-options-content .items .item a {
    font-size: 0.875rem;
  }
}

.page-layout-2columns-left.page-with-filter .sidebar-main .filter .filter-options-content .items .item a span {
  color: #555;
  transition: all 0.35s;
}

.page-layout-2columns-left.page-with-filter .sidebar-main .filter .filter-options-content .items .item a .count {
  color: var(--orange);
  transition: all 0.35s;
  position: absolute;
  right: 0;
  width: 30px;
  text-align: left;
}

.page-layout-2columns-left.page-with-filter .sidebar-main .filter .filter-options-content .items .item a:hover {
  transition: all 0.35s;
  background: var(--orange);
  color: #fff;
}

.page-layout-2columns-left.page-with-filter .sidebar-main .filter .filter-options-content .items .item a:hover .count {
  transition: all 0.35s;
  color: #fff;
}

.page-layout-2columns-left.page-with-filter .sidebar-main .filter .filter-options-content .items .item a:hover span {
  color: #fff;
  transition: all 0.35s;
}

.page-layout-2columns-left.page-with-filter .sidebar-main .filter .block-actions {
  border-bottom: 1px solid #e4e4e4;
  padding: 20px;
}

@media screen and (max-width: 959px) {
  .page-layout-2columns-left.page-with-filter .sidebar-main .filter .block-actions {
    padding: 0 15px 15px;
  }
}

.page-layout-2columns-left.page-with-filter .sidebar-main .filter .block-actions a {
  font-size: 0.875rem;
}

.page-layout-2columns-left.page-with-filter .sidebar-main .filter .filter-current .block-subtitle {
  padding: 20px;
  color: #000;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1em;
  display: block;
}

@media screen and (max-width: 959px) {
  .page-layout-2columns-left.page-with-filter .sidebar-main .filter .filter-current .block-subtitle {
    padding: 10px 15px;
  }
}

.page-layout-2columns-left.page-with-filter .sidebar-main .filter .filter-current .items {
  padding: 0;
  list-style: none;
  margin: 0;
}

.page-layout-2columns-left.page-with-filter .sidebar-main .filter .filter-current .items .item {
  padding: 0 10px 10px 20px;
}

@media screen and (max-width: 959px) {
  .page-layout-2columns-left.page-with-filter .sidebar-main .filter .filter-current .items .item {
    padding: 0 10px 10px 15px;
  }
}

.page-layout-2columns-left.page-with-filter .sidebar-main .filter .filter-current .items .item:last-child {
  padding-bottom: 0;
}

.page-layout-2columns-left.page-with-filter .sidebar-main .filter .filter-current .items .item .filter-label {
  color: #555;
  font-size: 0.9375rem;
  line-height: 1em;
  vertical-align: middle;
  display: inline-block;
  margin-right: 5px;
}

@media screen and (max-width: 959px) {
  .page-layout-2columns-left.page-with-filter .sidebar-main .filter .filter-current .items .item .filter-label {
    font-size: 0.6875rem;
  }
}

.page-layout-2columns-left.page-with-filter .sidebar-main .filter .filter-current .items .item .filter-value {
  background: rgba(251, 69, 9, 0.1);
  color: var(--orange);
  line-height: 1em;
  padding: 6px 16px 6px 8px;
  font-size: 0.9375rem;
  display: inline-block;
  vertical-align: middle;
  border-radius: 11px;
  position: relative;
}

@media screen and (max-width: 959px) {
  .page-layout-2columns-left.page-with-filter .sidebar-main .filter .filter-current .items .item .filter-value {
    font-size: 0.6875rem;
  }
}

.page-layout-2columns-left.page-with-filter .sidebar-main .filter .filter-current .items .item .filter-value .action span {
  display: none;
}

.page-layout-2columns-left.page-with-filter .sidebar-main .filter .filter-current .items .item .filter-value .action.remove {
  width: 11px;
  height: 12px;
  background: url("../img/icons/delete.svg") no-repeat center;
  background-size: 100%;
  position: absolute;
  top: 50%;
  right: 4px;
  margin-top: -6px;
}

.message {
  position: relative;
  margin: 0 0 10px;
  padding: 10px 20px 10px 50px;
  display: block;
  font-size: 1rem;
}

.message:before {
  content: "";
  position: absolute;
  top: 50%;
  width: 18px;
  height: 18px;
  left: 20px;
  background-repeat: no-repeat;
  background-position: center;
  margin-top: -9px;
}

.message.info {
  background: #fdf0d5;
  color: #6f4400;
}

.message.info a {
  color: #1979c3;
}

.message.info a:hover, .message.info a:active {
  color: #006bb4;
}

.message.error {
  background: #fae5e5;
  color: #e02b27;
}

.message.error a {
  color: #1979c3;
}

.message.error a:hover, .message.error a:active {
  color: #006bb4;
}

.message.warning {
  background: #fdf0d5;
  color: #6f4400;
}

.message.warning a {
  color: #1979c3;
}

.message.warning a:hover, .message.warning a:active {
  color: #006bb4;
}

.message.notice {
  background: #fdf0d5;
  color: #6f4400;
}

.message.notice a {
  color: #1979c3;
}

.message.notice a:hover, .message.notice a:active {
  color: #006bb4;
}

.message.success {
  background: #cfe0bd;
  color: #008148;
}

.message.success:before {
  background-image: url("../img/icons/success.png");
}

.message.success a {
  color: #1979c3;
}

.message.success a:hover, .message.success a:active {
  color: #006bb4;
}

form.form-create-account, form.password.forget, form.contact {
  width: 40%;
  min-width: 470px;
}

@media screen and (max-width: 600px) {
  form.form-create-account, form.password.forget, form.contact {
    width: 100%;
    min-width: inherit;
  }
}

form.form-create-account fieldset, form.password.forget fieldset , form.contact fieldset{
  border: 0;
  padding: 0;
  margin: 0;
}

form.form-create-account fieldset legend, form.password.forget fieldset legend, form.contact fieldset legend{
  color: #000;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1em;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--orange);
  margin-bottom: 30px;
  display: block;
  width: 100%;
}

form.form-create-account fieldset br, form.password.forget fieldset br, form.contact fieldset br {
  display: none;
}

form.form-create-account .field, form.password.forget .field, form.contact fieldset .field{
  margin-bottom: 24px;
  position: relative;
}

form.form-create-account .field.captcha, form.password.forget .field.captcha, form.contact .field.captcha {
  margin-top: 20px;
}

form.form-create-account .field.choice, form.password.forget .field.choice, form.contact  .field.choice{
  position: relative;
}

form.form-create-account .field.choice input[type="checkbox"], form.password.forget .field.choice input[type="checkbox"] {
  position: absolute;
  top: 0;
  margin: 0;
  width: 0;
  height: 0;
}

form.form-create-account .field.choice input[type="checkbox"]:checked + label:after, form.password.forget .field.choice input[type="checkbox"]:checked + label:after {
  opacity: 1;
  transition: all 0.35s;
}

form.form-create-account .field.choice label, form.password.forget .field.choice label {
  padding-left: 40px;
  position: relative;
  line-height: 20px;
  display: block;
  color: #000;
  font-size: 0.875rem;
  cursor: pointer;
}

form.form-create-account .field.choice label:before, form.form-create-account .field.choice label:after, form.password.forget .field.choice label:before, form.password.forget .field.choice label:after {
  content: "";
  position: absolute;
}

form.form-create-account .field.choice label:before, form.password.forget .field.choice label:before {
  width: 20px;
  height: 20px;
  border: 1px solid #ccc;
  border-radius: 20px;
  top: 0;
  left: 0;
  box-sizing: border-box;
}

form.form-create-account .field.choice label:after, form.password.forget .field.choice label:after {
  width: 10px;
  height: 10px;
  background-color: var(--orange);
  border-radius: 10px;
  opacity: 0;
  transition: all 0.35s;
  top: 5px;
  left: 5px;
}

form.form-create-account .field.required > .label:after, form.form-create-account .field._required > .label:after, form.password.forget .field.required > .label:after, form.password.forget .field._required > .label:after {
  content: '*';
  color: #e02b27;
  font-size: 0.8125rem;
}

form.form-create-account .label, form.password.forget .label , form.contact .label{
  line-height: 1em;
  display: inline-block;
  font-size: 0.8125rem;
  color: #aaa;
  margin-bottom: 8px;
}

form.form-create-account input[type="text"], form.form-create-account input[type="password"],
form.form-create-account input[type="url"], form.form-create-account input[type="tel"],
form.form-create-account input[type="search"], form.form-create-account input[type="number"],
form.form-create-account input[type="datetime"], form.form-create-account input[type="email"], form.password.forget input[type="text"], form.password.forget input[type="password"],
form.password.forget input[type="url"], form.password.forget input[type="tel"],
form.password.forget input[type="search"], form.password.forget input[type="number"],
form.password.forget input[type="datetime"], form.password.forget input[type="email"] ,
form.contact input[type="text"], form.contact input[type="email"], form.contact textarea{
  border: 1px solid #d6d6d6;
  border-radius: 1px;
  font-weight: 600;
  font-size: 1rem;
  height: 40px;
  padding: 10px 14px;
  width: 100%;
  box-sizing: border-box;
  color: #000;
}

form.contact textarea{
  height: 100px;
}

form.form-create-account input[type="text"]:focus, form.form-create-account input[type="password"]:focus,
form.form-create-account input[type="url"]:focus, form.form-create-account input[type="tel"]:focus,
form.form-create-account input[type="search"]:focus, form.form-create-account input[type="number"]:focus,
form.form-create-account input[type="datetime"]:focus, form.form-create-account input[type="email"]:focus, form.password.forget input[type="text"]:focus, form.password.forget input[type="password"]:focus,
form.password.forget input[type="url"]:focus, form.password.forget input[type="tel"]:focus,
form.password.forget input[type="search"]:focus, form.password.forget input[type="number"]:focus,
form.password.forget input[type="datetime"]:focus, form.password.forget input[type="email"]:focus,
form.contact input[type="text"]:focus, form.contact input[type="email"]:focus, form.contact textarea:focus{
  box-shadow: 0 0 3px 1px rgba(55, 114, 255, 0.2);
}

form.form-create-account input[type="text"].mage-error, form.form-create-account input[type="password"].mage-error,
form.form-create-account input[type="url"].mage-error, form.form-create-account input[type="tel"].mage-error,
form.form-create-account input[type="search"].mage-error, form.form-create-account input[type="number"].mage-error,
form.form-create-account input[type="datetime"].mage-error, form.form-create-account input[type="email"].mage-error, form.password.forget input[type="text"].mage-error, form.password.forget input[type="password"].mage-error,
form.password.forget input[type="url"].mage-error, form.password.forget input[type="tel"].mage-error,
form.password.forget input[type="search"].mage-error, form.password.forget input[type="number"].mage-error,
form.password.forget input[type="datetime"].mage-error, form.password.forget input[type="email"].mage-error ,
form.contact input[type="text"].mage-error, form.contact input[type="email"].mage-error, form.contact textarea.mage-error{
  border-color: #fccccc;
}

form.form-create-account .field-error, form.form-create-account div.mage-error, form.password.forget .field-error, form.password.forget div.mage-error, form.contact .field-error, form.contact div.mage-error {
  color: #ff0000;
  font-size: 0.75rem;
}

form.form-create-account .password-strength-meter, form.password.forget .password-strength-meter {
  background-color: #f8f8f8;
  font-size: 0.75rem;
  padding: 8px 12px;
  color: #000;
  line-height: 1em;
}

form.form-create-account button, form.password.forget button, form.contact button {
  font-size: 0.9375rem;
  line-height: 1em;
  font-weight: 600;
  padding: 12px 30px;
  border-radius: 40px;
  border: 2px solid var(--orange);
  transition: all 0.35s;
}

form.form-create-account button:hover, form.password.forget button:hover, form.contact button:hover {
  transition: all 0.35s;
  background: #fff;
  color: var(--orange);
}

form.form-create-account .actions-toolbar .secondary, form.password.forget .actions-toolbar .secondary {
  display: none;
}

.login-container .block-title {
  color: #000;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1em;
  padding-bottom: 15px;
  border-bottom: 1px solid var(--orange);
  margin-bottom: 15px;
  display: block;
  width: 100%;
}

.login-container fieldset {
  border: 0;
  padding: 0;
  margin: 0;
}

.login-container fieldset br {
  display: none;
}

.login-container p {
  margin-bottom: 30px;
  font-size: 1rem;
  color: #000;
}

.login-container .field.note {
  margin-bottom: 30px;
  font-size: 1rem;
  color: #000;
}

.login-container .field {
  margin-bottom: 24px;
  position: relative;
}

.login-container .field.required > .label:after, .login-container .field._required > .label:after {
  content: '*';
  color: #e02b27;
  font-size: 0.8125rem;
}

.login-container .field .label {
  line-height: 1em;
  display: inline-block;
  font-size: 0.8125rem;
  color: #aaa;
  margin-bottom: 8px;
}

.login-container .field input[type="text"], .login-container .field input[type="password"],
.login-container .field input[type="url"], .login-container .field input[type="tel"],
.login-container .field input[type="search"], .login-container .field input[type="number"],
.login-container .field input[type="datetime"], .login-container .field input[type="email"] {
  border: 1px solid #d6d6d6;
  border-radius: 1px;
  font-weight: 600;
  font-size: 1rem;
  height: 40px;
  padding: 10px 14px;
  width: 100%;
  box-sizing: border-box;
  color: #000;
}

.login-container .field input[type="text"]:focus, .login-container .field input[type="password"]:focus,
.login-container .field input[type="url"]:focus, .login-container .field input[type="tel"]:focus,
.login-container .field input[type="search"]:focus, .login-container .field input[type="number"]:focus,
.login-container .field input[type="datetime"]:focus, .login-container .field input[type="email"]:focus {
  box-shadow: 0 0 3px 1px rgba(55, 114, 255, 0.2);
}

.login-container .field input[type="text"].mage-error, .login-container .field input[type="password"].mage-error,
.login-container .field input[type="url"].mage-error, .login-container .field input[type="tel"].mage-error,
.login-container .field input[type="search"].mage-error, .login-container .field input[type="number"].mage-error,
.login-container .field input[type="datetime"].mage-error, .login-container .field input[type="email"].mage-error {
  border-color: #fccccc;
}

.login-container .field .field-error, .login-container .field div.mage-error {
  color: #ff0000;
  font-size: 0.75rem;
}

.login-container button {
  background-color: var(--orange);
  background-image: url("../img/icons/array_w.svg");
  background-repeat: no-repeat;
  background-position: calc(100% - 20px) center;
  padding: 10px 100px 10px 30px;
  line-height: 1em;
  border-radius: 19px;
  font-size: 0.9375rem;
  display: inline-block;
  font-weight: 600;
  transition: all 0.35s;
  border: 2px solid var(--orange);
}

.login-container button:hover {
  transition: all 0.35s;
  background-color: #fff;
  background-image: url("../img/icons/array_orange.svg");
  color: var(--orange);
}

.login-container .actions-toolbar .primary, .login-container .actions-toolbar .secondary {
  display: inline-block;
  vertical-align: middle;
  width: 49%;
}

.login-container .actions-toolbar .secondary a {
  font-size: 0.875rem;
  font-weight: 600;
}

.login-container .block-customer-login {
  float: left;
}

@media screen and (max-width: 768px) {
  .login-container .block-customer-login {
    margin-bottom: 40px;
  }
}

.login-container .block-new-customer {
  float: right;
}

.login-container .block-new-customer .actions-toolbar .primary {
  width: auto;
}

.login-container .block-new-customer .actions-toolbar .primary a {
  text-decoration: none;
  background: var(--orange);
  display: inline-block;
  padding: 10px 30px;
  border: 2px solid var(--orange);
  border-radius: 40px;
  color: #fff;
  font-weight: 600;
  transition: all 0.35s;
  line-height: 1em;
}

.login-container .block-new-customer .actions-toolbar .primary a:hover {
  transition: all 0.35s;
  color: var(--orange);
  background: #fff;
}

.login-container .block-customer-login, .login-container .block-new-customer {
  width: 470px;
}

@media screen and (max-width: 1199px) {
  .login-container .block-customer-login, .login-container .block-new-customer {
    width: 45%;
  }
}

@media screen and (max-width: 768px) {
  .login-container .block-customer-login, .login-container .block-new-customer {
    float: none;
    width: 100%;
  }
}

.account.page-layout-2columns-left .columns {
  width: 1170px;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media screen and (max-width: 1380px) {
  .account.page-layout-2columns-left .columns {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media screen and (max-width: 959px) {
  .account.page-layout-2columns-left .columns {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (max-width: 768px) {
  .account.page-layout-2columns-left .columns {
    display: block;
  }
}

.account.page-layout-2columns-left .columns .column {
  width: calc(100% - 300px);
}

@media screen and (max-width: 959px) {
  .account.page-layout-2columns-left .columns .column {
    width: calc(100% - 260px);
  }
}

@media screen and (max-width: 768px) {
  .account.page-layout-2columns-left .columns .column {
    width: 100%;
    margin-bottom: 40px;
  }
}

.account.page-layout-2columns-left .columns .column .form-address-edit .fieldset:nth-child(1) {
  float: left;
}

@media screen and (max-width: 768px) {
  .account.page-layout-2columns-left .columns .column .form-address-edit .fieldset:nth-child(1) {
    float: none;
  }
}

.account.page-layout-2columns-left .columns .column .form-address-edit .fieldset:nth-child(2) {
  float: right;
}

@media screen and (max-width: 768px) {
  .account.page-layout-2columns-left .columns .column .form-address-edit .fieldset:nth-child(2) {
    float: none;
  }
}

.account.page-layout-2columns-left .columns .column fieldset {
  border: 0;
  padding: 0;
  margin: 0;
  width: 48%;
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .account.page-layout-2columns-left .columns .column fieldset {
    width: 100%;
  }
}

.account.page-layout-2columns-left .columns .column fieldset legend {
  color: #000;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1em;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--orange);
  margin-bottom: 30px;
  display: block;
  width: 100%;
}

.account.page-layout-2columns-left .columns .column fieldset br {
  display: none;
}

.account.page-layout-2columns-left .columns .column .field {
  margin-bottom: 24px;
  position: relative;
}

.account.page-layout-2columns-left .columns .column .field.captcha {
  margin-top: 20px;
}

.account.page-layout-2columns-left .columns .column .field.choice {
  position: relative;
}

.account.page-layout-2columns-left .columns .column .field.choice input[type="checkbox"] {
  position: absolute;
  top: 0;
  margin: 0;
  width: 0;
  height: 0;
}

.account.page-layout-2columns-left .columns .column .field.choice input[type="checkbox"]:checked + label:after {
  opacity: 1;
  transition: all 0.35s;
}

.account.page-layout-2columns-left .columns .column .field.choice label {
  padding-left: 40px;
  position: relative;
  line-height: 20px;
  display: block;
  color: #000;
  font-size: 0.875rem;
  cursor: pointer;
}

.account.page-layout-2columns-left .columns .column .field.choice label:before, .account.page-layout-2columns-left .columns .column .field.choice label:after {
  content: "";
  position: absolute;
}

.account.page-layout-2columns-left .columns .column .field.choice label:before {
  width: 20px;
  height: 20px;
  border: 1px solid #ccc;
  border-radius: 20px;
  top: 0;
  left: 0;
  box-sizing: border-box;
}

.account.page-layout-2columns-left .columns .column .field.choice label:after {
  width: 10px;
  height: 10px;
  background-color: var(--orange);
  border-radius: 10px;
  opacity: 0;
  transition: all 0.35s;
  top: 5px;
  left: 5px;
}

.account.page-layout-2columns-left .columns .column .field.required > .label:after, .account.page-layout-2columns-left .columns .column .field._required > .label:after {
  content: '*';
  color: #e02b27;
  font-size: 0.8125rem;
}

.account.page-layout-2columns-left .columns .column .label {
  line-height: 1em;
  display: inline-block;
  font-size: 0.8125rem;
  color: #aaa;
  margin-bottom: 8px;
}

.account.page-layout-2columns-left .columns .column input[type="text"], .account.page-layout-2columns-left .columns .column input[type="password"],
.account.page-layout-2columns-left .columns .column input[type="url"], .account.page-layout-2columns-left .columns .column input[type="tel"],
.account.page-layout-2columns-left .columns .column input[type="search"], .account.page-layout-2columns-left .columns .column input[type="number"],
.account.page-layout-2columns-left .columns .column input[type="datetime"], .account.page-layout-2columns-left .columns .column input[type="email"] {
  border: 1px solid #d6d6d6;
  border-radius: 1px;
  font-weight: 600;
  font-size: 1rem;
  height: 40px;
  padding: 10px 14px;
  width: 100%;
  box-sizing: border-box;
  color: #000;
}

.account.page-layout-2columns-left .columns .column input[type="text"]:focus, .account.page-layout-2columns-left .columns .column input[type="password"]:focus,
.account.page-layout-2columns-left .columns .column input[type="url"]:focus, .account.page-layout-2columns-left .columns .column input[type="tel"]:focus,
.account.page-layout-2columns-left .columns .column input[type="search"]:focus, .account.page-layout-2columns-left .columns .column input[type="number"]:focus,
.account.page-layout-2columns-left .columns .column input[type="datetime"]:focus, .account.page-layout-2columns-left .columns .column input[type="email"]:focus {
  box-shadow: 0 0 3px 1px rgba(55, 114, 255, 0.2);
}

.account.page-layout-2columns-left .columns .column input[type="text"].mage-error, .account.page-layout-2columns-left .columns .column input[type="password"].mage-error,
.account.page-layout-2columns-left .columns .column input[type="url"].mage-error, .account.page-layout-2columns-left .columns .column input[type="tel"].mage-error,
.account.page-layout-2columns-left .columns .column input[type="search"].mage-error, .account.page-layout-2columns-left .columns .column input[type="number"].mage-error,
.account.page-layout-2columns-left .columns .column input[type="datetime"].mage-error, .account.page-layout-2columns-left .columns .column input[type="email"].mage-error {
  border-color: #fccccc;
}

.account.page-layout-2columns-left .columns .column select {
  border: 1px solid #d6d6d6;
  border-radius: 1px;
  font-weight: 600;
  font-size: 1rem;
  height: 40px;
  padding: 10px 33px 10px 14px;
  width: 100%;
  box-sizing: border-box;
  background: #fff url("../img/icons/select.svg") no-repeat calc(100% - 20px) center;
  color: #000;
}

.account.page-layout-2columns-left .columns .column .field-error, .account.page-layout-2columns-left .columns .column div.mage-error, .required .mage-error{
  color: #ff0000;
  font-size: 0.75rem;
}

.one-click-valid {
  display: none;
  color: #ff0000;
  font: 12px/1.4em Proxima Nova, "Arial", sans-serif;
}

.account.page-layout-2columns-left .columns .column .password-strength-meter {
  background-color: #f8f8f8;
  font-size: 0.75rem;
  padding: 8px 12px;
  color: #000;
  line-height: 1em;
}

.account.page-layout-2columns-left .columns .column button {
  font-size: 0.9375rem;
  line-height: 1em;
  font-weight: 600;
  padding: 12px 30px;
  border-radius: 40px;
  border: 2px solid var(--orange);
  transition: all 0.35s;
}

.account.page-layout-2columns-left .columns .column button:hover {
  transition: all 0.35s;
  background: #fff;
  color: var(--orange);
}

.account.page-layout-2columns-left .columns .column .actions-toolbar .secondary {
  display: none;
}

.account.page-layout-2columns-left .columns .column .block-addresses-default .block-title {
  margin-bottom: 30px;
  color: #171717;
  font-size: 2.1875rem;
}

.account.page-layout-2columns-left .columns .column .block-addresses-default .block-title strong {
  font-weight: 400;
}

.account.page-layout-2columns-left .columns .column .block-addresses-default .box-title {
  font-size: 1.25rem;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--orange);
  margin-bottom: 20px;
  display: block;
}

.account.page-layout-2columns-left .columns .column .block-addresses-default address {
  font-style: normal;
  color: #000;
}

.account.page-layout-2columns-left .columns .column .block-addresses-default .box-actions a {
  font-size: 0.875rem;
  line-height: 1em;
}

.account.page-layout-2columns-left .columns .column .block-addresses-default .box-address-billing, .account.page-layout-2columns-left .columns .column .block-addresses-default .box-address-shipping {
  margin-bottom: 40px;
}

.account.page-layout-2columns-left .columns .column .block-addresses-list .block-title {
  font-size: 1.25rem;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--orange);
  margin-bottom: 20px;
  display: block;
}

.account.page-layout-2columns-left .columns .column .block-addresses-list p {
  margin-bottom: 30px;
}

.account.page-layout-2columns-left .columns .column .table-wrapper {
  overflow: auto;
}

.account.page-layout-2columns-left .columns .column .table-wrapper table {
  width: 100%;
  border-spacing: 0;
}

.account.page-layout-2columns-left .columns .column .table-wrapper table caption {
  line-height: 1em;
  color: #171717;
  padding-bottom: 30px;
  font-weight: 400;
  font-size: 2.1875rem;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .account.page-layout-2columns-left .columns .column .table-wrapper table caption {
    font-size: 1.5rem;
  }
}

.account.page-layout-2columns-left .columns .column .table-wrapper table tfoot th {
  text-align: right;
  border-bottom: 0;
}

.account.page-layout-2columns-left .columns .column .table-wrapper table th {
  border-bottom: 1px solid var(--orange);
  color: #171717;
  font-size: 1.25rem;
  padding: 10px;
  text-align: left;
  line-height: 1em;
}

@media screen and (max-width: 768px) {
  .account.page-layout-2columns-left .columns .column .table-wrapper table th {
    font-size: 1.125rem;
  }
}

.account.page-layout-2columns-left .columns .column .table-wrapper table th:first-child {
  padding-left: 0;
}

.account.page-layout-2columns-left .columns .column .table-wrapper table td {
  line-height: 1em;
  padding: 10px;
  color: #000;
}

.account.page-layout-2columns-left .columns .column .table-wrapper table td:first-child {
  padding-left: 0;
}

.account.page-layout-2columns-left .columns .column .block-order-details-view .block-title {
  font-size: 1.25rem;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--orange);
  margin-bottom: 20px;
  display: block;
}

.account.page-layout-2columns-left .columns .column .block-order-details-view .box-title {
  font-size: 1rem;
  margin-bottom: 20px;
}

.account.page-layout-2columns-left .columns .column .block-order-details-view .block-content .box {
  margin-bottom: 30px;
  display: inline-block;
  vertical-align: top;
  width: 49%;
}

.account.page-layout-2columns-left .columns .column .block-order-details-view .block-content .box address {
  font-style: normal;
}

.account.page-layout-2columns-left.sales-order-view .block_title h1 {
  line-height: 1em;
  color: #171717;
  margin-bottom: 20px;
  font-weight: 400;
  font-size: 2.1875rem;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .account.page-layout-2columns-left.sales-order-view .block_title h1 {
    font-size: 1.5rem;
  }
}

.account.page-layout-2columns-left.sales-order-view .block_title .actions-toolbar .actions a {
  display: inline-block;
  vertical-align: middle;
  background-position: center;
  background-repeat: no-repeat;
  width: 26px;
  height: 24px;
  margin: 0 15px;
  position: relative;
}

.account.page-layout-2columns-left.sales-order-view .block_title .actions-toolbar .actions a:after {
  content: "";
  position: absolute;
  height: 100%;
  top: 0;
  right: -15px;
  background: #000;
  opacity: 0.2;
  width: 1px;
}

.account.page-layout-2columns-left.sales-order-view .block_title .actions-toolbar .actions a:first-child {
  margin-left: 0;
}

.account.page-layout-2columns-left.sales-order-view .block_title .actions-toolbar .actions a:last-child {
  margin-right: 0;
}

.account.page-layout-2columns-left.sales-order-view .block_title .actions-toolbar .actions a:last-child:after {
  display: none;
}

.account.page-layout-2columns-left.sales-order-view .block_title .actions-toolbar .actions a.print {
  background-image: url("../img/icons/icon-print.png");
}

.account.page-layout-2columns-left.sales-order-view .block_title .actions-toolbar .actions a.order {
  background-image: url("../img/icons/icon-cart.png");
}

.account.page-layout-2columns-left.sales-order-view .block_title .actions-toolbar .actions a span {
  display: none;
}

.account.page-layout-2columns-left.sales-order-view .column.main .order-links {
  display: none;
}

.account.page-layout-2columns-left .block-dashboard-orders .block-title {
  font-size: 1.25rem;
  padding-bottom: 15px;
  margin-bottom: 20px;
  border-bottom: 1px solid var(--orange);
}

.account.page-layout-2columns-left .block-dashboard-orders .block-title a {
  font-size: 0.875rem;
}

.account.page-layout-2columns-left .block-dashboard-orders table caption {
  display: none;
}

.account.page-layout-2columns-left .block-dashboard-orders table td.actions {
  min-width: 110px;
}

.account.page-layout-2columns-left .block-dashboard-orders table td.actions a {
  display: inline-block;
  vertical-align: middle;
  background-position: center;
  background-repeat: no-repeat;
  width: 26px;
  height: 23px;
  margin: 0 15px;
  position: relative;
}

.account.page-layout-2columns-left .block-dashboard-orders table td.actions a:after {
  content: "";
  position: absolute;
  height: 100%;
  top: 0;
  right: -15px;
  background: #000;
  opacity: 0.2;
  width: 1px;
}

.account.page-layout-2columns-left .block-dashboard-orders table td.actions a:first-child {
  margin-left: 0;
}

.account.page-layout-2columns-left .block-dashboard-orders table td.actions a:last-child {
  margin-right: 0;
}

.account.page-layout-2columns-left .block-dashboard-orders table td.actions a:last-child:after {
  display: none;
}

.account.page-layout-2columns-left .block-dashboard-orders table td.actions a.view {
  background-image: url("../img/icons/icon-view.png");
}

.account.page-layout-2columns-left .block-dashboard-orders table td.actions a.order {
  background-image: url("../img/icons/icon-cart.png");
}

.account.page-layout-2columns-left .block-dashboard-orders table td.actions a span {
  display: none;
}

.account.page-layout-2columns-left.sales-order-history .toolbar .pager, .account.page-layout-2columns-left.review-customer-index .toolbar .pager {
  margin-bottom: -40px;
}

@media screen and (max-width: 768px) {
  .account.page-layout-2columns-left.sales-order-history .toolbar .pager, .account.page-layout-2columns-left.review-customer-index .toolbar .pager {
    margin-bottom: 20px;
  }
}

.account.page-layout-2columns-left.sales-order-history .toolbar .toolbar-amount, .account.page-layout-2columns-left.review-customer-index .toolbar .toolbar-amount {
  display: none;
}

.account.page-layout-2columns-left.sales-order-history .toolbar .limiter, .account.page-layout-2columns-left.review-customer-index .toolbar .limiter {
  text-align: right;
}

@media screen and (max-width: 768px) {
  .account.page-layout-2columns-left.sales-order-history .toolbar .limiter, .account.page-layout-2columns-left.review-customer-index .toolbar .limiter {
    text-align: left;
  }
}

.account.page-layout-2columns-left.sales-order-history .toolbar .limiter select, .account.page-layout-2columns-left.review-customer-index .toolbar .limiter select {
  width: auto;
  margin: 0 15px;
}

.account.page-layout-2columns-left.sales-order-history .table-wrapper, .account.page-layout-2columns-left.review-customer-index .table-wrapper {
  overflow: auto;
}

.account.page-layout-2columns-left.sales-order-history .orders-history table, .account.page-layout-2columns-left.sales-order-history .table-wrapper table, .account.page-layout-2columns-left.review-customer-index .orders-history table, .account.page-layout-2columns-left.review-customer-index .table-wrapper table {
  width: 100%;
  border-spacing: 0;
}

.account.page-layout-2columns-left.sales-order-history .orders-history table caption, .account.page-layout-2columns-left.sales-order-history .table-wrapper table caption, .account.page-layout-2columns-left.review-customer-index .orders-history table caption, .account.page-layout-2columns-left.review-customer-index .table-wrapper table caption {
  line-height: 1em;
  color: #171717;
  padding-bottom: 30px;
  font-weight: 400;
  font-size: 2.1875rem;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .account.page-layout-2columns-left.sales-order-history .orders-history table caption, .account.page-layout-2columns-left.sales-order-history .table-wrapper table caption, .account.page-layout-2columns-left.review-customer-index .orders-history table caption, .account.page-layout-2columns-left.review-customer-index .table-wrapper table caption {
    font-size: 1.5rem;
  }
}

.account.page-layout-2columns-left.sales-order-history .orders-history table th, .account.page-layout-2columns-left.sales-order-history .table-wrapper table th, .account.page-layout-2columns-left.review-customer-index .orders-history table th, .account.page-layout-2columns-left.review-customer-index .table-wrapper table th {
  border-bottom: 1px solid var(--orange);
  color: #171717;
  font-size: 1.25rem;
  padding: 10px;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .account.page-layout-2columns-left.sales-order-history .orders-history table th, .account.page-layout-2columns-left.sales-order-history .table-wrapper table th, .account.page-layout-2columns-left.review-customer-index .orders-history table th, .account.page-layout-2columns-left.review-customer-index .table-wrapper table th {
    font-size: 1.125rem;
  }
}

.account.page-layout-2columns-left.sales-order-history .orders-history table th:first-child, .account.page-layout-2columns-left.sales-order-history .table-wrapper table th:first-child, .account.page-layout-2columns-left.review-customer-index .orders-history table th:first-child, .account.page-layout-2columns-left.review-customer-index .table-wrapper table th:first-child {
  padding-left: 0;
}

.account.page-layout-2columns-left.sales-order-history .orders-history table td, .account.page-layout-2columns-left.sales-order-history .table-wrapper table td, .account.page-layout-2columns-left.review-customer-index .orders-history table td, .account.page-layout-2columns-left.review-customer-index .table-wrapper table td {
  padding: 10px;
  color: #000;
}

.account.page-layout-2columns-left.sales-order-history .orders-history table td:first-child, .account.page-layout-2columns-left.sales-order-history .table-wrapper table td:first-child, .account.page-layout-2columns-left.review-customer-index .orders-history table td:first-child, .account.page-layout-2columns-left.review-customer-index .table-wrapper table td:first-child {
  padding-left: 0;
}

.account.page-layout-2columns-left.sales-order-history .orders-history table td.actions, .account.page-layout-2columns-left.sales-order-history .table-wrapper table td.actions, .account.page-layout-2columns-left.review-customer-index .orders-history table td.actions, .account.page-layout-2columns-left.review-customer-index .table-wrapper table td.actions {
  min-width: 110px;
}

.account.page-layout-2columns-left.sales-order-history .orders-history table td.actions a, .account.page-layout-2columns-left.sales-order-history .table-wrapper table td.actions a, .account.page-layout-2columns-left.review-customer-index .orders-history table td.actions a, .account.page-layout-2columns-left.review-customer-index .table-wrapper table td.actions a {
  display: inline-block;
  vertical-align: middle;
  background-position: center;
  background-repeat: no-repeat;
  width: 26px;
  height: 23px;
  margin: 0 15px;
  position: relative;
}

.account.page-layout-2columns-left.sales-order-history .orders-history table td.actions a:after, .account.page-layout-2columns-left.sales-order-history .table-wrapper table td.actions a:after, .account.page-layout-2columns-left.review-customer-index .orders-history table td.actions a:after, .account.page-layout-2columns-left.review-customer-index .table-wrapper table td.actions a:after {
  content: "";
  position: absolute;
  height: 100%;
  top: 0;
  right: -15px;
  background: #000;
  opacity: 0.2;
  width: 1px;
}

.account.page-layout-2columns-left.sales-order-history .orders-history table td.actions a:first-child, .account.page-layout-2columns-left.sales-order-history .table-wrapper table td.actions a:first-child, .account.page-layout-2columns-left.review-customer-index .orders-history table td.actions a:first-child, .account.page-layout-2columns-left.review-customer-index .table-wrapper table td.actions a:first-child {
  margin-left: 0;
}

.account.page-layout-2columns-left.sales-order-history .orders-history table td.actions a:last-child, .account.page-layout-2columns-left.sales-order-history .table-wrapper table td.actions a:last-child, .account.page-layout-2columns-left.review-customer-index .orders-history table td.actions a:last-child, .account.page-layout-2columns-left.review-customer-index .table-wrapper table td.actions a:last-child {
  margin-right: 0;
}

.account.page-layout-2columns-left.sales-order-history .orders-history table td.actions a:last-child:after, .account.page-layout-2columns-left.sales-order-history .table-wrapper table td.actions a:last-child:after, .account.page-layout-2columns-left.review-customer-index .orders-history table td.actions a:last-child:after, .account.page-layout-2columns-left.review-customer-index .table-wrapper table td.actions a:last-child:after {
  display: none;
}

.account.page-layout-2columns-left.sales-order-history .orders-history table td.actions a.view, .account.page-layout-2columns-left.sales-order-history .orders-history table td.actions a.more, .account.page-layout-2columns-left.sales-order-history .table-wrapper table td.actions a.view, .account.page-layout-2columns-left.sales-order-history .table-wrapper table td.actions a.more, .account.page-layout-2columns-left.review-customer-index .orders-history table td.actions a.view, .account.page-layout-2columns-left.review-customer-index .orders-history table td.actions a.more, .account.page-layout-2columns-left.review-customer-index .table-wrapper table td.actions a.view, .account.page-layout-2columns-left.review-customer-index .table-wrapper table td.actions a.more {
  background-image: url("../img/icons/icon-view.png");
}

.account.page-layout-2columns-left.sales-order-history .orders-history table td.actions a.order, .account.page-layout-2columns-left.sales-order-history .table-wrapper table td.actions a.order, .account.page-layout-2columns-left.review-customer-index .orders-history table td.actions a.order, .account.page-layout-2columns-left.review-customer-index .table-wrapper table td.actions a.order {
  background-image: url("../img/icons/icon-cart.png");
}

.account.page-layout-2columns-left.sales-order-history .orders-history table td.actions a span, .account.page-layout-2columns-left.sales-order-history .table-wrapper table td.actions a span, .account.page-layout-2columns-left.review-customer-index .orders-history table td.actions a span, .account.page-layout-2columns-left.review-customer-index .table-wrapper table td.actions a span {
  display: none;
}

.account.page-layout-2columns-left .sidebar-additional {
  width: 100%;
}

.account.page-layout-2columns-left .sidebar-main {
  width: 270px;
  background-color: #f5f5f5;
  border: 0;
  order: -1;
}

@media screen and (max-width: 959px) {
  .account.page-layout-2columns-left .sidebar-main {
    width: 240px;
  }
}

@media screen and (max-width: 768px) {
  .account.page-layout-2columns-left .sidebar-main {
    width: 100%;
  }
}

.account.page-layout-2columns-left .sidebar-main ul {
  margin: 0;
  padding: 20px 0;
}

.account.page-layout-2columns-left .sidebar-main ul li {
  margin-bottom: 10px;
  border-left: 4px solid transparent;
  line-height: 1em;
  font-size: 0.875rem;
  padding: 4px 10px 4px 20px;
}

.account.page-layout-2columns-left .sidebar-main ul li:last-child {
  margin-bottom: 0;
}

.account.page-layout-2columns-left .sidebar-main ul li.current {
  border-color: var(--orange);
}

.account.page-layout-2columns-left .sidebar-main ul li.current strong {
  color: var(--orange);
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 1em;
}

.account.page-layout-2columns-left .sidebar-main ul li a {
  color: #6b6b6b;
  transition: all 0.35s;
  font-size: 0.875rem;
  line-height: 1em;
}

.account.page-layout-2columns-left .sidebar-main ul li a:hover {
  transition: all 0.35s;
  color: var(--orange);
}

.account.page-layout-2columns-left .customer-review .product-media {
  float: left;
  margin-right: 30px;
}

.account.page-layout-2columns-left .customer-review .product-media img {
  width: 60px !important;
  height: 60px !important;
}

.account.page-layout-2columns-left .customer-review .product-info {
  overflow: hidden;
}

.account.page-layout-2columns-left .customer-review .product-info h2 {
  margin-bottom: 10px;
  font-size: 1rem;
}

.account.page-layout-2columns-left .customer-review .review-details {
  overflow: hidden;
}

.account.page-layout-2columns-left .customer-review .review-details .review-title {
  margin-bottom: 10px;
  font-size: 1rem;
  font-weight: 500;
}

.account.page-layout-2columns-left .customer-review .review-details .review-content {
  color: #000;
  font-size: 0.875rem;
  margin-bottom: 10px;
}

.account.page-layout-2columns-left .customer-review .review-details .review-date {
  color: #000;
  font-size: 0.875rem;
}

.account.page-layout-2columns-left .form-wishlist-items .actions-toolbar .update {
  width: 40px;
  height: 40px;
  background-color: var(--orange);
  background-image: url("../img/icons/icon-update.png");
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 15px;
  padding: 0;
  border: 0;
}

.account.page-layout-2columns-left .form-wishlist-items .actions-toolbar .update:hover {
  background-color: var(--orange);
  background-image: url("../img/icons/icon-update.png");
  background-repeat: no-repeat;
  background-position: center;
}

.account.page-layout-2columns-left .form-wishlist-items .actions-toolbar .update span {
  display: none;
}

.account.page-layout-2columns-left .form-wishlist-items .actions-toolbar .share {
  width: 40px;
  height: 40px;
  background-color: var(--orange);
  background-image: url("../img/icons/icon-share.png");
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 15px;
  padding: 0;
  border: 0;
}

.account.page-layout-2columns-left .form-wishlist-items .actions-toolbar .share:hover {
  background-color: var(--orange);
  background-image: url("../img/icons/icon-share.png");
  background-repeat: no-repeat;
  background-position: center;
}

.account.page-layout-2columns-left .form-wishlist-items .actions-toolbar .share span {
  display: none;
}

.account.page-layout-2columns-left .form-wishlist-items .actions-toolbar .tocart {
  float: right;
  padding: 10px 30px 9px;
}

.account.page-layout-2columns-left .form-wishlist-items .product-items {
  padding: 0;
  counter-reset: i;
}

.account.page-layout-2columns-left .form-wishlist-items .product-items .product-item {
  padding-left: 50px;
  position: relative;
  list-style: none;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e6e6e6;
}

@media screen and (max-width: 600px) {
  .account.page-layout-2columns-left .form-wishlist-items .product-items .product-item {
    padding-left: 30px;
  }
}

.account.page-layout-2columns-left .form-wishlist-items .product-items .product-item:before {
  content: counter(i);
  counter-increment: i;
  position: absolute;
  top: 0;
  left: 0;
  font-weight: 500;
}

.account.page-layout-2columns-left .form-wishlist-items .product-items .product-item .product-item-photo {
  float: left;
  margin-right: 30px;
}

.account.page-layout-2columns-left .form-wishlist-items .product-items .product-item .product-item-photo img {
  width: 60px !important;
  height: 60px !important;
}

.account.page-layout-2columns-left .form-wishlist-items .product-items .product-item .product-item-name {
  width: calc(100% - 120px);
  display: inline-block;
}

.account.page-layout-2columns-left .form-wishlist-items .product-items .product-item .product-item-name a {
  font-weight: 600;
  color: #000;
  transition: all 0.35s;
}

.account.page-layout-2columns-left .form-wishlist-items .product-items .product-item .product-item-name a:hover {
  transition: all 0.35s;
  color: var(--orange);
}

.account.page-layout-2columns-left .form-wishlist-items .product-items .product-item price {
  color: var(--orange);
  font-weight: 500;
}

.account.page-layout-2columns-left .form-wishlist-items .product-items .product-item .product-item-inner {
  clear: both;
  width: 48%;
}

@media screen and (max-width: 600px) {
  .account.page-layout-2columns-left .form-wishlist-items .product-items .product-item .product-item-inner {
    width: 100%;
  }
}

.account.page-layout-2columns-left .form-wishlist-items .product-items .product-item .product-item-inner textarea {
  padding: 15px;
  border: 1px solid rgba(51, 51, 51, 0.2);
  width: 100%;
}

.account.page-layout-2columns-left .form-wishlist-items .product-items .product-item .product-item-inner textarea::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
}

.account.page-layout-2columns-left .form-wishlist-items .product-items .product-item .product-item-inner textarea::-moz-placeholder {
  color: rgba(0, 0, 0, 0.3);
}

.account.page-layout-2columns-left .form-wishlist-items .product-items .product-item .product-item-inner textarea:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
}

.account.page-layout-2columns-left .form-wishlist-items .product-items .product-item .product-item-inner textarea::placeholder {
  color: rgba(0, 0, 0, 0.3);
}

.account.page-layout-2columns-left .form-wishlist-items .product-items .product-item .product-item-inner .field {
  margin-bottom: 10px;
}

.account.page-layout-2columns-left .form-wishlist-items .product-items .product-item .product-item-inner .box-tocart fieldset {
  width: 100%;
  margin-bottom: 0;
}

.account.page-layout-2columns-left .form-wishlist-items .product-items .product-item .product-item-inner .product-item-actions .action {
  display: inline-block;
  vertical-align: middle;
  width: 17px;
  height: 17px;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 15px;
}

.account.page-layout-2columns-left .form-wishlist-items .product-items .product-item .product-item-inner .product-item-actions .action:last-child {
  margin-right: 0;
}

.account.page-layout-2columns-left .form-wishlist-items .product-items .product-item .product-item-inner .product-item-actions .action span {
  display: none;
}

.account.page-layout-2columns-left .form-wishlist-items .product-items .product-item .product-item-inner .product-item-actions .edit {
  background-image: url("../img/icons/icon-edit.png");
}

.account.page-layout-2columns-left .form-wishlist-items .product-items .product-item .product-item-inner .product-item-actions .delete {
  background-image: url("../img/icons/icon-delete.png");
}

.account.page-layout-2columns-left .form-wishlist-items .product-items .product-item .product-item-inner .product-item-actions .tocart {
  width: 26px;
  height: 26px;
  position: absolute;
  top: 0;
  right: 0;
  background: url("../img/icons/icon-cart.png") no-repeat center;
  padding: 0;
  border: 0;
  border-radius: 0;
}

.account.page-layout-2columns-left .form-wishlist-items .product-items .product-item .product-item-inner .product-item-actions .tocart span {
  display: none;
}

.block-dashboard-info, .block-dashboard-addresses {
  margin-bottom: 50px;
}

.block-dashboard-info .block-title, .block-dashboard-addresses .block-title {
  font-size: 1.25rem;
  padding-bottom: 15px;
  margin-bottom: 20px;
  border-bottom: 1px solid var(--orange);
}

.block-dashboard-info .block-title a, .block-dashboard-addresses .block-title a {
  font-size: 0.875rem;
}

.block-dashboard-info .block-content .box, .block-dashboard-addresses .block-content .box {
  width: 49%;
  display: inline-block;
  vertical-align: middle;
}

@media screen and (max-width: 600px) {
  .block-dashboard-info .block-content .box, .block-dashboard-addresses .block-content .box {
    width: 100%;
    margin-bottom: 30px;
  }
  .block-dashboard-info .block-content .box:last-child, .block-dashboard-addresses .block-content .box:last-child {
    margin-bottom: 0;
  }
}

.block-dashboard-info .block-content .box .box-title, .block-dashboard-addresses .block-content .box .box-title {
  margin-bottom: 20px;
  font-size: 1rem;
  display: block;
}

.block-dashboard-info .block-content .box .box-content, .block-dashboard-addresses .block-content .box .box-content {
  margin-bottom: 10px;
}

.block-dashboard-info .block-content .box .box-content address, .block-dashboard-info .block-content .box .box-content p, .block-dashboard-addresses .block-content .box .box-content address, .block-dashboard-addresses .block-content .box .box-content p {
  font-style: normal;
}

.block-dashboard-info .block-content .box .box-actions a, .block-dashboard-addresses .block-content .box .box-actions a {
  font-size: 0.875rem;
  margin: 0 10px;
  position: relative;
}

.block-dashboard-info .block-content .box .box-actions a:first-child, .block-dashboard-addresses .block-content .box .box-actions a:first-child {
  margin-left: 0;
}

.block-dashboard-info .block-content .box .box-actions a:last-child:after, .block-dashboard-addresses .block-content .box .box-actions a:last-child:after {
  display: none;
}

.block-dashboard-info .block-content .box .box-actions a:after, .block-dashboard-addresses .block-content .box .box-actions a:after {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  top: 0;
  right: -10px;
  background: #000;
  opacity: 0.2;
}

.cms-no-route .columns .column.main {
  width: 1170px;
  margin: 0 auto;
}

@media screen and (max-width: 1380px) {
  .cms-no-route .columns .column.main {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media screen and (max-width: 959px) {
  .cms-no-route .columns .column.main {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.cms-no-route .columns .column.main .error404 {
  width: 550px;
  margin: auto;
  padding: 100px 0;
  padding-left: 290px;
  background-image: url("../img/content/error404.png");
  background-size: 240px auto;
  background-position: left center;
  background-repeat: no-repeat;
}

@media screen and (max-width: 959px) {
  .cms-no-route .columns .column.main .error404 {
    padding: 40px 0 40px 290px;
  }
}

@media screen and (max-width: 600px) {
  .cms-no-route .columns .column.main .error404 {
    width: 100%;
    padding-left: 200px;
    background-size: 180px auto;
  }
}

@media screen and (max-width: 450px) {
  .cms-no-route .columns .column.main .error404 {
    width: 100%;
    text-align: center;
    padding-left: 0;
    background: none;
  }
}

.cms-no-route .columns .column.main .error404 h1 {
  color: #1b1a1a;
  margin-bottom: 20px;
  font-size: 10rem;
  line-height: 0.8em;
}

@media screen and (max-width: 600px) {
  .cms-no-route .columns .column.main .error404 h1 {
    font-size: 7.5rem;
  }
}

.cms-no-route .columns .column.main .error404 h3 {
  margin-bottom: 40px;
  font-size: 1.5rem;
  color: #1b1a1a;
}

@media screen and (max-width: 600px) {
  .cms-no-route .columns .column.main .error404 h3 {
    margin-bottom: 20px;
  }
}

.cms-no-route .columns .column.main .error404 p {
  font-size: 1.25rem;
  color: #1b1a1a;
}

.cms-no-route .columns .column.main .error404 p a {
  color: var(--orange);
  font-size: 1.25rem;
}


.cart-container .cart-summary{
  background: #f5f5f5;
  padding: 20px;
  margin: 0 0 20px;
  width: 30%;
  float: right;

}

.cart-container .cart-summary .summary.title{
  margin-bottom: 20px;
  display: block;
  font-size: 24px;
  font-weight: 600;
  padding-bottom: 20px;
  border-bottom: 1px solid #ccc;
  padding-right: 0;
  cursor: default;
}

.cart-container .cart-summary .summary.title:after{
  display: none;
}



.cart-container .form-cart,#gift-options-cart {
  width: 70%;
  float: left;
  order: 1;
  padding-right: 4%;
  position: relative;
}

.cart.table-wrapper{
  margin-bottom: 20px;
}


.cart-totals tbody .mark,
.cart-totals tfoot .mark {
  text-align: left;
}
.cart.table-wrapper .cart thead tr th.col {
  border-bottom: 1px solid #ccc;
  padding-bottom: 15px;
  padding-top: 24px;
  white-space: nowrap;
}
.cart.table-wrapper .cart tbody td {
  border: 0;
}
.cart.table-wrapper .cart > .item {
  border-bottom: 1px solid #ccc;
  position: relative;
}
.cart.table-wrapper .col {
  padding-top: 15px;
}
.cart.table-wrapper .col.price,
.cart.table-wrapper .col.subtotal,
.cart.table-wrapper .col.msrp {
  padding: 20px 11px 10px;
  text-align: center;
}
.cart.table-wrapper .col.qty {
  padding: 20px 11px 10px;
  text-align: center;
}
.cart.table-wrapper .col.qty .input-text {
  height: 36px;
  margin-top: -7px;
  text-align: center;
  width: 45px;
  border: 1px solid #c2c2c2;
}
.cart.table-wrapper .col > .price {
  color: #7d7d7d;
  font-size: 1.8rem;
  font-weight: 700;
}
.cart.table-wrapper .item-actions td {
  padding-bottom: 0;
  padding-left: 15px;
  padding-right: 15px;
  white-space: normal;
  border-bottom: 1px solid #ccc!important;
}
.cart.table-wrapper .item .col.item {
  display: block;
  position: relative;
}
.cart.table-wrapper .actions-toolbar {
  min-height: 35px;
  padding-bottom: 15px;
  position: relative;
}
.cart.table-wrapper .actions-toolbar > .action-edit,
.cart.table-wrapper .actions-toolbar > .action-delete {
  position: absolute;
  right: 16px;
  top: 0;
  display: inline-block;
  text-decoration: none;
}
.cart.table-wrapper .actions-toolbar > .action-edit > span,
.cart.table-wrapper .actions-toolbar > .action-delete > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.cart.table-wrapper .actions-toolbar > .action-edit:before,
.cart.table-wrapper .actions-toolbar > .action-delete:before {
  -webkit-font-smoothing: antialiased;
  font-size: 18px;
  line-height: 20px;
  color: #8f8f8f;
  content: '\f040';
  font-family: 'FontAwesome';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  text-align: center;
}
.cart.table-wrapper .actions-toolbar > .action-edit:hover:before,
.cart.table-wrapper .actions-toolbar > .action-delete:hover:before {
  color: #333;
}
.cart.table-wrapper .actions-toolbar > .action-edit:active:before,
.cart.table-wrapper .actions-toolbar > .action-delete:active:before {
  color: #8f8f8f;
}
.cart.table-wrapper .actions-toolbar > .action-delete {
  right: 0;
}
.cart.table-wrapper .actions-toolbar > .action-delete:before {
  content: '\f1f8';
}
.cart.table-wrapper .action {
  margin-right: 25px;
}
.cart.table-wrapper .action:last-child {
  margin-right: 0;
}
.cart.table-wrapper .action.help.map {
  font-weight: 400;
}
.cart.table-wrapper .product-item-photo {
  display: inline-block;
  left: 15px;
  max-width: 65px;
  padding: 0;
  max-height: 95px;
  margin-right: 20px;
  vertical-align: middle;
}

.cart.table-wrapper .product-item-details{
  display: inline-block;
  width: calc(100% - 90px);
  vertical-align: middle;
}


.cart.table-wrapper .product-item-photo img{
  max-width: 65px;
  max-height: 95px;
}
.cart.table-wrapper .product-item-name {
  font-size: 1.8rem;
  display: block;
  margin: -3px 0 5px;
}
.cart.table-wrapper .gift-registry-name-label:after {
  content: ':';
}
.cart.table-wrapper .item-options {
  margin-bottom: 0;
}
.cart.table-wrapper .product-item-name + .item-options {
  margin-top: 20px;
}
.cart.table-wrapper .action.configure {
  display: inline-block;
  margin: 10px 0 0;
}
.cart.table-wrapper .item .message {
  margin-top: 20px;
}
.cart-discount {
  border-bottom: 1px solid #ccc;
  clear: left;
}
/*.cart-empty {
  padding-left: 15px;
  padding-right: 15px;
}*/
.cart-tax-info + .cart-tax-total,
.cart .cart-tax-info + .cart-tax-total {
  display: block;
}


.cart.table-wrapper .items{
  width: 100%;
  border-spacing: 0;
}

.cart.items .qty .label{
  display: none;
}
.cart-container .cart.actions a{
  margin-right: 10px;
}


.cart-container .cart.actions a{
  display: inline-block;
}

.cart-container .cart.actions button, .cart-container .cart.actions a{
  margin-bottom: 10px;
}



.cart-container .cart.actions button, .cart-summary button{
  border: 2px solid var(--orange);
  border-radius: 40px;
  transition: all 0.35s;
  line-height: 1em;
  margin-right: 10px;
}

.cart-container .cart.actions button:last-child,
.cart-summary button:last-child{
  margin-right: 0;
  margin-bottom: 0;
}

.cart-container .cart.actions button:hover,
.cart-summary button:hover{
  transition: all 0.35s;
  color: var(--orange);
  background: none;
}

.cart-summary .block .fieldset.estimate > .legend{
  display: none;
}
.cart-summary .block form:not(:last-of-type) .fieldset {
  margin: 0 0 20px;
  border: 0;
  padding: 0;
  min-width: inherit;

}

.cart-summary input[type="text"]{
  background: #fff;
  background-clip: padding-box;
  border: 1px solid #c2c2c2;
  font-size: 14px;
  height: 32px;
  line-height: 1.42857143;
  padding: 0 9px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
}
.cart-summary select{
  appearance: none;
  background: #fff url(../img/icons/select.svg) no-repeat calc(100% - 10px) center;
  border: 1px solid #ccc;
  height: 32px;
  font-size: 14px;
  padding: 5px 25px 4px 10px;
  width: 100%;
  box-sizing: border-box;
}
.cart-summary .field {
  margin-bottom: 20px;
}
.cart-summary br{
  display: none;
}
.cart-summary .title {
  padding-right: 40px;
  position: relative;
  outline: none;
  cursor: pointer;
  margin-bottom: 20px;
}
.cart-summary .title:after{
  content: "";
  position: absolute;
  background: url(../img/icons/select.svg) no-repeat center;
  top: 50%;
  right: 10px;
  width: 12px;
  height: 8px;
  margin-top: -4px;

}
.cart-summary  #block-shipping.active .title:after,
.cart-summary  #block-discount.active .title:after{
  transform: rotate(180deg);
}
.cart-summary fieldset{
  border: 0;
  margin: 0;
  padding: 0;


}

.cart-summary .block .item-options .field .radio {
  float: left;
  margin: 2px 5px 0 0;
  -webkit-appearance: radio;
}
.cart-summary .block .fieldset .field {
  margin: 0 0 10px;
}
.cart-summary dt {
  font-weight: 700;
  margin-bottom: 5px;
  margin-top: 0;
}
.cart-summary dd{
  margin: 0;
}
.cart-summary dl{
  margin-top: 0;
}
.cart-totals caption, .cart.table-wrapper caption{
  display: none;
}
.cart-totals {
  border-top: 1px solid #ccc;
  margin-bottom: 20px;
}
.cart-totals tbody .amount{
  border: 0;
  font-weight: 400;
  padding: 6px 0 6px 14px;
  text-align: right;
  white-space: nowrap;
}
.cart-totals .grand .mark, .opc-block-summary .table-totals .grand .mark {
  font-size: 18px;
  border-top: 1px solid #ccc;
  padding-right: 10px;
  padding-top: 10px;
}
.cart-totals .grand .amount, .opc-block-summary .table-totals .grand .amount {
  font-size: 18px;
  border-top: 1px solid #ccc;
  padding-top: 10px;
}
.multicheckout{
  margin-top: 10px;
  text-align: center;
  display: inline-block;
}
#discount-coupon-form button{
  margin-bottom: 20px;
}
.cart-summary .label{
  margin-bottom: 5px;
  display: block;
}
#cart-totals table{
  width: 100%;
  border-spacing: 0;
}
.checkout, .cart.main.actions{
  text-align: center;
}
.minicart-items-wrapper.overflowed{
  height: auto!important;
}
@media screen and (max-width: 959px){
  .cart-container .form-cart,#gift-options-cart, .cart-container .cart-summary{
    width: 100%;
    float: none;
  }
  .cart-container .cart-summary{
    padding: 0;
    margin-bottom: 30px;
    background: none;
  }
}
@media screen and (max-width: 767px){
  .cart.table-wrapper .item .col.item {
    display: block;
    padding: 15px;
    position: relative;
  }
  .cart.table-wrapper .col.qty, .cart.table-wrapper .col.price, .cart.table-wrapper .col.subtotal, .cart.table-wrapper .col.msrp {
    box-sizing: border-box;
    display: block;
    float: left;
    white-space: nowrap;
    width: 33%;
  }
  .cart.table-wrapper .col.qty:before, .cart.table-wrapper .col.price:before,
  .cart.table-wrapper .col.subtotal:before, .cart.table-wrapper .col.msrp:before {
    content: attr(data-th);
    display: block;
    font-weight: 600;
    padding-bottom: 10px;
  }
  .cart.table-wrapper thead .col.item{
    display: none;
  }
}
.gallery-placeholder .loader img{
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -32px;
  margin-left: -32px;
	height: auto;
}

.gallery-placeholder .loading-mask{
  position: relative!important;
}
.checkout-index-index .columns {
	position: relative;
}
.checkout-index-index .columns .column.main {
	width: 100%;
}

.checkout-index-index #checkout.am-checkout {
  background: none !important;
  margin: 0 auto!important;
  min-height: 400px;
  padding: 0 !important;
  padding-bottom: 80px!important;
}

.checkout-index-index #checkout-loader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  z-index: 1;
}
.checkout-index-index #checkout-loader .loader{
  position: absolute;
  top: 50%;
  left: 50%;
  width: 64px;
  height: 64px;
  margin-left: -32px;
  margin-top: -32px;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper {
  float: none !important;
  margin-bottom: 0 !important;
  padding-right: 0 !important;
  width: 100% !important;
}

.checkout-index-index .checkout-block {
  background: none !important;
  box-shadow: none !important;
  transition: none !important;
  padding: 0!important;
  margin: 0!important;
}
#checkout .opc-wrapper .opc{
  padding-right: 50px!important;
}
#checkout .opc-wrapper .opc:last-child{
  padding-right: 0!important;
}

@media screen and (max-width: 899px){
  #checkout .opc-wrapper .opc{
    padding-right: 0!important;
    margin-bottom: 40px;
  }
}
.checkout-payment-method .payment-methods .actions-toolbar .primary {
	font-size: inherit !important;
	padding: 0.6em 1.2em !important;
}

/* Загрузчик страницы */
body > .loading-mask {
  left: 50%;
  margin-left: -109px;
  position: absolute;
  top: 400px;
	z-index: 9999;
}
.loading-mask .loader p {
	display: none;
}
.table-totals.loading {
	position: relative;
}
.table-totals.loading,
.table-totals.loading .label {
	color: #ddd !important;
}
.table-totals.loading:before {
	content:"\f110";
	font-size: 50px !important;
	display:inline-block;
	font:normal normal normal 14px/1 FontAwesome;
	font-size:inherit;
	text-rendering:auto;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
	color: #666;
	position: absolute;
  left: 50%;
  top: 50%;
	margin-left: -25px;
	margin-top: -25px;
	animation:fa-spin 2s infinite linear;
}

.checkout-index-index #checkout .checkout-header{
  padding: 0;
}
.checkout-index-index .checkout-container .checkout-header .title{
  margin-bottom: 36px;
  line-height: 1.1em;
}
.fieldset.address > .field{
  padding: 0!important;
}
.fieldset.address{
  margin: 0!important;
}
#checkout .discount-code .payment-option-title .action-toggle .sign{
  color: var(--orange);
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .payment-option-content{
  padding: 0!important;
  margin-bottom: 30px;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .payment-option-content label{
  display: block!important;
  margin-bottom: 0!important;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .payment-option-content label span{
  display: inline-block;
  margin-bottom: 8px;
}
#checkout .checkout-submit button{
  background: var(--orange) url(../img/icons/array_w.svg) no-repeat calc(100% - 20px) center;
  padding: 10px 65px 10px 25px;
}

#checkout .checkout-submit button:hover {
  background: #fff url(../img/icons/array_orange.svg) no-repeat calc(100% - 20px) center;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .payment-method-content, .checkout-index-index .opc-wrapper.am-opc-wrapper .payment-option-content{
  padding: 0!important;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .payment-method-content p{
  margin-bottom: 0;
}
#checkout .choice{
  position: relative;
}

#checkout .choice input[type="radio"],
#checkout .table-checkout-shipping-method tbody td input[type="radio"]{
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  opacity: 0;
}
#checkout .choice input[type="radio"]+ label,
#checkout .table-checkout-shipping-method tbody td input[type="radio"] + .shipping-title{
  padding-left: 40px;
  position: relative;
  line-height: 20px;
}

#checkout .choice input[type="radio"]+ label:before,
#checkout .table-checkout-shipping-method tbody td input[type="radio"] + .shipping-title:before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  border-radius: 20px;
  border: 1px solid #ccc;
  box-sizing: border-box;
}

#checkout .choice input[type="radio"]+ label:after,
#checkout .table-checkout-shipping-method tbody td input[type="radio"] + .shipping-title:after{
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  width: 10px;
  height: 10px;
  background-color: var(--orange);
  border-radius: 10px;
  opacity: 0;
  transition: all 0.35s;
}


#checkout .choice input[type="radio"]:checked+ label:after,
#checkout .table-checkout-shipping-method tbody td input[type="radio"]:checked + .shipping-title:after{
  opacity: 1;
  transition: all 0.35s;
}
#checkout .table-checkout-shipping-method tbody td{
  position: relative;
}
#checkout .table-checkout-shipping-method tbody td .shipping-title{
  font-size: 1rem;
  color: #000;
  font-weight: 600;
}

#checkout .table-checkout-shipping-method tbody td  .shipping-description,
#checkout .table-checkout-shipping-method tbody td div.price{
  padding-left: 40px;
  color: #777;
  font-size: 13px;
}

#checkout .table-checkout-shipping-method tbody td div.price{
  color: var(--orange);
}


#checkout .shipment-label {
  line-height: 1em;
  display: inline-block;
  font-size: 0.8125rem;
  color: #aaa;
  margin-bottom: 8px;
}

#checkout textarea{
  border: 1px solid #d6d6d6;
  border-radius: 1px;
  font-weight: 600;
  font-size: 1rem;
  height: 80px;
  padding: 10px 14px;
  width: 100%;
  box-sizing: border-box;
  color: #000;
}
.checkout-index-index .amcheckout-delivery-date .field{
  padding-top: 0!important;
}
.checkout-index-index .amcheckout-delivery-date .field .label{
  margin: 0 auto 8px!important;
}
#carrier-office-list-wrapper {
	position: relative;
  margin-bottom: 24px;
}

#checkout #carrier_department{
  border: 1px solid #d6d6d6;
  border-radius: 1px;
  font-weight: 600;
  font-size: 1rem;
  height: 40px;
  padding: 10px 14px;
  width: 100%;
  box-sizing: border-box;
  color: #000;
}
.checkout-index-index .opc-block-summary{
  padding: 30px 0!important;
  margin: 0!important;
  border: 1px solid #f24509;
}

.checkout-index-index .opc-block-summary .title{
  font-size: 30px;
  color: #000;
  font-weight: 600;
  padding-left: 30px;
}
#checkout .items-in-cart .title{
  position: relative;
  cursor: pointer;
  margin-bottom: 15px;
  font-size: 1.25rem;
  outline: none;
  margin-left: 30px;
  margin-right: 30px;
  padding-left: 0;

}
#checkout .items-in-cart .title:after {
  transition: all 0.35s;
  background-image: url(../img/icons/select_hover.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  content: "";
  width: 12px;
  height: 22px;
  position: absolute;
  top: 0;
  right: 0;
}
#checkout .items-in-cart.active .title:after {
  transition: all 0.35s;
  transform: rotate(180deg);
}

#checkout .minicart-items{
  list-style: none;
  padding-left: 0;
  margin: 0;
}


#checkout .minicart-items .product-item{
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #e6e6e6;
  position: relative;
  padding-left: 30px;
  padding-right: 40px;
}

#checkout .minicart-items .product-item .delete{
  width: 20px;
  height: 20px;
  border-radius: 20px;
  background-color: rgba(251, 69, 9, 0.1);
  border: 0!important;
  position: absolute;
  top: 15px;
  right: 20px;
  float: none;
  padding: 0!important;
}

.checkout-index-index .opc-block-summary .minicart-items .product-image-container{
  margin-left: 0!important;
  display: inline-block;
  vertical-align: top;
  margin-right: 20px;
}

.checkout-index-index .opc-block-summary .minicart-items .product-item-details{
  padding-left: 0!important;
  width: calc(100% - 105px);
  display: inline-block;
  vertical-align: top;
}

.checkout-index-index .opc-block-summary .minicart-items .product-item-details price{
  font-size: 16px;
  font-weight: 600;
  color: var(--orange);
}

.checkout-index-index .opc-block-summary .minicart-items .product-item-details .details-qty{
  margin-bottom: 10px;
}

.checkout-index-index .opc-block-summary .table-totals{
  width: 100%;
  border-spacing: 0;
}

.checkout-index-index .opc-block-summary .table-totals caption{
  display: none;
}

.cart-totals .grand .mark, .opc-block-summary .table-totals .totals th,
.cart-totals .grand .mark, .opc-block-summary .table-totals .totals td {
  padding-top: 10px;
  padding-bottom: 10px;
}

.cart-totals .grand .mark, .opc-block-summary .table-totals .totals th .price,
.cart-totals .grand .mark, .opc-block-summary .table-totals .totals td .price {
  color: var(--orange);
}

.cart-totals .grand .mark, .opc-block-summary .table-totals .totals.sub th,
.cart-totals .grand .mark, .opc-block-summary .table-totals .totals.sub td {
  padding-top: 10px;
  padding-bottom: 10px;
}

.cart-totals .grand .mark, .opc-block-summary .table-totals .totals.sub th .price,
.cart-totals .grand .mark, .opc-block-summary .table-totals .totals.sub td .price {
  color: var(--orange);
}

.cart-totals .grand .mark, .opc-block-summary .table-totals .totals price{
  font-size: 16px;
  font-weight: 600;
  color: var(--orange);
}

.opc-block-summary .table-totals .totals price .currency,
.checkout-index-index .opc-block-summary .minicart-items .product-item-details price .currency{
  font-size: 12px;
  display: inline-block;
  vertical-align: top;
}
.opc-block-summary .table-totals .totals th{
    text-align: left;
    padding-left: 30px;
}
.cart-totals .grand .mark, .opc-block-summary .table-totals .totals td{
    text-align: left;
    padding-right: 30px;
}
#checkout .cart-totals .grand .mark, #checkout .opc-block-summary .table-totals .totals .label{
    font-size: 16px;
    font-weight: 600;
    color: #000;
}

.cart-totals .grand .mark strong, .opc-block-summary .table-totals .grand th strong {
    display: inline-block;
    font-size: 14px;
    line-height: 1em;
    padding-right: 55px;
    background: url(../img/icons/array_g.svg) no-repeat calc(100% - 17px) center;
}

.cart-totals .grand .mark, .opc-block-summary .table-totals .grand price{
    font-size: 30px;
}

.cart-totals .grand .mark, .opc-block-summary .table-totals .grand price .currency{
    font-size: 14px;
    line-height: 1em;
}

.checkout-block .note{
  display: none!important;
}

.checkout-index-index .opc-wrapper.am-opc-wrapper .amcheckout-delivery-date .field.datepicker .control,
.checkout-index-index .opc-wrapper.am-opc-wrapper .amcheckout-delivery-date .field.timepicker .control,
.checkout-index-index .opc-wrapper.am-opc-wrapper .amcheckout-delivery-date .field.comment{
  width: 100%;
}

.checkout-index-index .opc-wrapper.am-opc-wrapper .amcheckout-delivery-date .field {
  display: block;
}

@media screen and (max-width: 500px){
  .checkout-index-index .modal-popup:not(.agreements-modal):not(.popup-authentication) .modal-inner-wrap{
    width: 400px!important;
  }
}

@media screen and (max-width: 420px){
  .checkout-index-index .modal-popup:not(.agreements-modal):not(.popup-authentication) .modal-inner-wrap{
    width: 300px!important;
  }
}

@media screen and (max-width: 479px){
  h1 {
    font-size: 1.75rem;
  }
}

@media screen and (max-width: 600px){
  .checkout-index-index .opc-block-summary{
    padding: 20px 0!important;
  }
  .checkout-index-index .opc-block-summary .title{
    padding-left: 20px;
  }
  #checkout .minicart-items .product-item{
    padding-left: 20px;
  }
  .cart-totals .grand .mark, .opc-block-summary .table-totals .totals th{
    padding-left: 20px;
  }
  .cart-totals .grand .mark, .opc-block-summary .table-totals .totals td{
    padding-right: 20px;
  }

  #checkout .items-in-cart .title{
    margin-left: 20px;
    margin-right: 20px;
  }
}


.ui-autocomplete.ui-widget-content {
  max-height: 200px;
  overflow-y: scroll;
  background: #fff;
}
.ui-autocomplete.ui-widget-content li{
  padding: 10px;
  border-bottom: 1px solid #ccc;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
  border: 0!important;
  background: none!important;
  color: var(--orange)!important;
}

.checkout-success .account{
  display: none;
}

.checkout-onepage-success .checkout-success .success-messages{
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  color: #000;
  margin-bottom: 80px;
}

.checkout-success .success-messages span{
  color: #fff;
  background-color: var(--orange);
  padding: 5px;
  display: inline-block;
  line-height: 1em;
  vertical-align: middle;
}

.checkout-onepage-success .block_title{
  text-align: center;
  padding-top: 100px;
}

.checkout-onepage-success #registration{
  margin: 0;
  padding: 0;
  width: 100%;
  border-left: 0;
  text-align: center;
}
.checkout-onepage-success #registration form{
  position: relative;
  top: inherit;
  right: inherit;
  transform: none;
}
.checkout-onepage-success #registration input[type="submit"],
.checkout-success a{
  border-radius: 40px;
  transition: all 0.35s;
  line-height: 1em;
  border: 2px solid var(--orange);
  background: var(--orange) url(../img/icons/array_w.svg) no-repeat calc(100% - 20px) center;
  padding: 10px 65px 10px 25px;
  color: #fff;
  display: inline-block;
}

.checkout-index-index.ajax-loading #checkout.am-checkout {
  opacity: .6;
  pointer-events: none;
  z-index: -1;
}

.checkout-onepage-success #registration input[type="submit"]:hover,
.checkout-success a:hover{
  background: #fff url(../img/icons/array_orange.svg) no-repeat calc(100% - 20px) center;
  transition: all 0.35s;
  color: var(--orange);
}

.checkout-onepage-success .checkout-success{
  text-align: center;
  margin-bottom: 30px;
}

.checkout-onepage-success #registration p{
  font-size: 15px;
  font-weight: 400;
  color: #555;
}

@media screen and (max-width: 768px){
  .checkout-onepage-success .checkout-success .success-messages {
    font-size: 16px;
    margin-bottom: 40px;
  }
  .checkout-onepage-success .block_title{
    padding-top: 30px;
  }
}
.product_compare table{
  border-collapse: collapse;
  border-spacing: 0;
  max-width: 100%;
  width: 100%;
}

.product_compare table caption{
  display: none;
}


.table-comparison .cell.label,
.table-comparison td:last-child {
  border-right: 1px solid #ccc;
}

.table-comparison .cell {
  padding: 10px 15px;
  width: 180px;
  text-align: left;
}

.table-comparison .cell.remove {
  padding-bottom: 0;
  padding-top: 0;
  text-align: right;
}

.table-comparison .cell.product.info, .table-comparison .cell.product.label {
  border-bottom: 1px solid #ccc;
}

.table-comparison .cell.remove.label span{
  display: none;
}

.table-comparison .cell.remove a.delete{
  width: 21px;
  height: 20px;
  border-radius: 20px;
  background: #ffece6 url(../img/icons/delete.svg) no-repeat center;
  cursor: pointer;
  display: inline-block;
}
.table-comparison .cell.remove a.delete:hover{
  transition: all 0.35s;
  background: var(--orange) url(../img/icons/delete_hover.svg) no-repeat center;
}

.table-comparison .cell.remove a.delete span{
  display: none;
}

.table-comparison .product-item-photo {
  display: block;
  margin: 0 auto 15px;
}

.table-comparison .product-item-name {
  display: block;
  margin: 15px 0;
}
.table-comparison  .price-final_price > price{
  color: var(--orange);
  font-weight: 500;
  font-size: 1.875rem;
  line-height: 0.8em;
  margin: 15px 0;
}
.table-comparison  .price-final_price > price .currency{
  display: inline-block;
  vertical-align: top;
  line-height: 0.7em;
  font-size: 0.9375rem;
}
.table-comparison  .tocart {
  background: var(--orange);
  border-radius: 14px;
  color: #fff;
  text-decoration: none;
  line-height: 1em;
  font-weight: 500;
  font-size: 0.875rem;
  padding: 6px 12px 6px;
  margin-right: 7px;
  border: 2px solid var(--orange);
}

.table-comparison  .tocart:hover{
  transition: all 0.35s;
  background: #fff;
  color: var(--orange);
}

.table-comparison .like{
  display: inline-block;
  vertical-align: middle;
  width: 28px;
  height: 28px;
  background: url(../img/icons/like_g.svg) no-repeat center;
  text-decoration: none;
  transition: all 0.35s;
  margin-right: 10px;
}


.table-comparison .like:hover{
  transition: all 0.35s;
  background-image: url(../img/icons/like.svg);
}
.table-comparison .product-item-actions{
  margin-bottom: 15px;
}
.table-comparison .product-item-actions .actions-primary,
.table-comparison .product-item-actions .secondary-addto-links{
  display: inline-block;
  vertical-align: middle;
}

.actions-primary {
  width: 100%;
}

.table-wrapper.comparison{
  max-width: 100%;
  overflow: auto;
}

price, .price{
    white-space: nowrap
}


@media screen and (max-width: 767px){
  .cart.table-wrapper .cart thead{
    display: none;
  }
}

.fotorama__nav-wrap.fotorama__nav-wrap--horizontal{
  margin: 50px 0;
}

.fotorama--fullscreen .fotorama__nav-wrap.fotorama__nav-wrap--horizontal{
	margin: 0;
}

#mini-cart .product-image-container{
  padding-bottom: 0!important;
}


.full-product .block_title .product{
  position: relative;
}
.labels_wrap label {
  font-size: 0.875rem;
  line-height: 1em;
  padding: 3px 5px;
  font-weight: 600;
  color: #fff;
  z-index: 3;
}

.labels_wrap label.sale {
  background: var(--orange);
}

.labels_wrap label.new {
  background: #5aae01;
}
.labels_wrap label.popular {
  background: #ffae12;
}

.labels_wrap{
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 15px;
}
.block_link_product .item .block_info_product .block_price price .price-label,
.block_fullproduct .product-info-main .block_price price .price-label{
  display: none;
}

.block_link_product .item .block_info_product .block_price price .special-price,
.block_fullproduct .product-info-main .block_price price  .special-price{
  padding-right: 15px;
}

.block_link_product .item .block_info_product .block_price price .old-price price,
.block_fullproduct .product-info-main .block_price price  .old-price price{
  color: #777;
  font-size: 1rem;
  text-decoration: line-through;
}

.block_fullproduct .product-info-main .block_price price  .old-price price .currency{
  font-size: 0.875rem;
}

.block_fullproduct{
  position: relative;
}

.block_fullproduct .product-info-price{
  clear: both;
}


/*pay late*/
.creditWindow{width:600px;position:fixed;border:1px solid gray;background:#fff;color:#000;padding:30px;top:50%;left:50%;margin-top:-300px;margin-left:-325px;z-index:2147483646}.form-column{float:left;width:100%}.form-column-title{font-size:16px;font-weight:700;margin-bottom:18px}#creditTitle{text-align:center;font-size:28px;color:#4e6bb2;font-weight:900}.creditInfo,.creditTypeTitle{font-weight:700;font-size:20px;text-align:center}.creditInfo{padding:14px 14px 0}.popup-credit-content table tr td{width:33.3333%}.creditTypeTitle{padding:0 14px 14px}h3.credit-tariff-i-title{background:#4e6bb2;font-size:16px;padding:5px;color:#fff}.form-field-group input,.form-field-row input{padding:6px;background-color:transparent;outline:0}.creditInfoBottom{float:left;width:100%;margin-top:20px;text-align:center}.form-field-row input{width:65%;border:1px solid #e4e4e4;border-radius:5px}.form-field-group{margin-bottom:10px}.form-field-group input{border:1px solid #e4e4e4;border-radius:5px}.buttons-group-half-left{width:35%;float:left;margin-left:15%}.buttons-group-half-right{width:38%;float:left}#pl_type_info .pl_type_info{display:none}#pl_type_info .pl_type_info.active,.form-label{display:block}.credit-tariff-i-uah{background:#e4e4e4;font-size:21px}.form-label{font-weight:400;margin-bottom:5px;color:#444;font-size:12px;width:30%;float:left}.buttons,.buttons-send{color:#fff;cursor:pointer}.form-field-day,.form-field-month{width:48px;margin-right:5px}.form-field-year{width:48px}.credit-info{width:65%;float:left}.form-field-row{margin-bottom:10px}.credit-info .form-label{width:150px;float:left;margin-right:15px;margin-bottom:0;padding-top:5px}.label-term{padding:5px 0}.buttonss-term{text-align:left}.buttons{border:0;padding:5px 10px;font:20px Arial,sans-serif;background-color:#364551;font-weight:900;border-radius:5px}.buttons-back,.buttons-send{height:40px;border-radius:25px}.state-active{background-color:#7373d3}.buttonss-term .buttons{float:left}.monthly-payment-block{width:35%;text-align:center;float:right}.monthly-payment-title{font-size:18px;margin-bottom:10px}.monthly-payment-amount{font-size:32px;font-weight:700;margin-bottom:10px}.monthly-payment-per-month{font-size:16px}.calculation{margin-bottom:15px;padding:0 15px;display:table;width:100%}input[type=buttons]:focus{outline:0}.buttons-send{font:20px Arial,sans-serif;background-color:#fd9427;font-weight:900;width:100%}.personal-info{width:530px;display:table}.form-buttons-group{text-align:center;margin-top:10px;margin-bottom:5px}.form-bottom-group{margin-top:10px;margin-bottom:5px;font-size:10px}.black_overlay_credit{position:absolute;top:0;left:0;width:100%;height:1000%;background-color:#000;z-index:1001;-moz-opacity:.5;opacity:.5;filter:alpha(opacity=80)}.popup-css-green{border-color:#329a1c}.popup-css{background:#fff;border-radius:10px;border:3px solid #fff;padding:1.25em 1em 1em;position:relative;text-align:left;box-shadow:0 0 0 12px rgba(0,0,0,.2)}.popup-close{position:absolute;top:5px;right:5px;z-index:1}.credit-tariff-i{padding:1px;text-align:center}.catalog_item_credit{padding-top:20px}.credit-input{width:180px}.buttons-send:hover{background-color:#e32623}.buttons:hover{background-color:rgba(253,148,39,.85)}.creditLoader{font-size:10px;position:fixed;background:#999;color:#000;padding:10px;top:50%;left:50%;margin-top:-30px;margin-left:-25px;text-indent:-9999em;border-top:1.1em solid rgba(255,255,255,.2);border-right:1.1em solid rgba(255,255,255,.2);border-bottom:1.1em solid rgba(255,255,255,.2);border-left:1.1em solid #fff;transform:translateZ(0);animation:load8 1.1s infinite linear}
.creditLoader,.creditLoader:after{border-radius:50%;width:3em;height:3em}@keyframes load8{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}#close_credit{display:none}@media screen and (max-width:768px){#creditWindowId,#preCreditWindow{overflow-y:scroll;max-height:100%}.black_overlay_credit{width:100%}#preCreditWindow{width:95%!important}.creditWindow{border-radius:5px;position:fixed;border:1px solid gray;background:#fff;color:#000;padding:0;top:7px;left:7px;margin-top:0;margin-left:1%;z-index:2147483646}#creditTitle{margin-top:12px;color:#000!important}.buttons-send{font-size:12px}.creditTypeTitle{font-size:20px;padding:0}h3.credit-tariff-i-title{font-size:17px;padding:8px 10px;color:#fff;background-color:#414141!important;font-weight:700}.buttons-send,.form-label{display:block;font-weight:400}#close_credit{display:block;font-size:24px;float:right;margin-top:-6px;margin-right:2px;margin-left:-15px}.personal-info{width:100%}#creditWindowId{width:95%!important}#creditWindowId .form-column-title{font-size:16px;text-align:center;padding:0 20px}.form-field-group input{width:17%!important}.form-field-group input:last-of-type{width:18%!important}.buttons-back{font-size:12px}.popup-credit-content table tr td{width:100%;display:block;margin:0 0 20px}.buttons-send{height:40px;cursor:pointer;line-height:1;border:none;text-transform:uppercase;background:#f89c2d;background:linear-gradient(to top,#f89c2d,#ffac00);text-shadow:0 -1px 0 rgba(216,122,15,.61),0 0 0 rgba(247,139,0,.86);border-bottom:2px solid #e49224;border-radius:3px;width:185px;clear:both;text-align:center;padding:12px 12px 10px;color:#fff;box-shadow:none;margin:0 auto}.credit-tariff-i-uah{background:#fff;font-size:24px}.credit-tariff-i-payments{font-size:14px;padding:10px 0 0}.catalog_item_credit{padding-top:5px}.popup-credit-content>p{font-size:10px;padding:0 15px 30px;text-align:center}.form-label{margin-bottom:5px;color:#444;font-size:12px;width:100%;float:none}.form-field-row{margin-bottom:10px;padding:0 5%}.form-field-row>.form-field-row{padding:0}.form-field-row input{width:88%!important;padding:6px 5%;background-color:transparent;border:1px solid #e4e4e4;outline:0;border-radius:5px}.buttons-group-half-right .buttons-send{width:auto;padding:12px 27px 10px}.form-field-row #bdd,.form-field-row #bdm,.form-field-row #bdy{width:18%!important}}

.box-tocart .actions{
  position: relative;
}
.buy-in-credit{
  background-color: #fff!important;
  background-image: none!important;
  color: var(--orange)!important;
  border-width: 1px!important;
  padding-left: 20px!important;
  margin-right: 0!important;
}

.product-info-main .product.alert.stock {
  margin-bottom: 40px;
}

.product-info-main .action.alert{
  font-size: 0.9375rem;
  margin-right: 10px;
  text-decoration: none;
  border-radius: 20px;
  transition: all 0.35s;
  line-height: 1em;
  padding: 12px 20px 13px 20px;
  background-color: #efefef;
  margin-bottom: 10px;
  color: #000;
}

.block_info_product .stock.unavailable span{
  font-size: 14px;
  color: #888888;
  margin-right: 20px;
}

.cms-page-view.page-layout-1column .columns .column.main ol {
  counter-reset: item;
  margin-bottom: 15px;
  margin-top: 15px;
}

.cms-page-view.page-layout-1column .columns .column.main ol>li{
  display: block;
  margin-bottom: 15px;
}

.cms-page-view.page-layout-1column .columns .column.main ol>li:last-child{
  margin-bottom: 5px;
}

.cms-page-view.page-layout-1column .columns .column.main ol>li:before {
    content: counters(item, ".") "."  " ";
    counter-increment: item;
}

.cms-page-view.page-layout-1column .columns .column.main ul {
  margin-bottom: 15px;
  margin-top: 15px;
}

.cms-page-view.page-layout-1column .columns .column.main ul>li{
  display: block;
  position: relative;
  margin-bottom: 15px;
  padding-left: 50px;
}

.cms-page-view.page-layout-1column .columns .column.main ul>li:last-child{
  margin-bottom: 5px;
}

.cms-page-view.page-layout-1column .columns .column.main ul>li:before {
  content: "— ";
  position: absolute;
  top:0;
  left:25px;
}

.not-in-stock .price-wrapper price{
  color: #888888!important;
}

.page-contact .map{
  height: 550px;
  width: 60%;
  display: inline-block;
  vertical-align: top;
}
.page-contact .list_services{
  padding-top: 50px;
  width: 29%;
  display: inline-block;
  vertical-align: top;
  padding-left: 40px;
}
.page-contact .list_services .item{
  margin-bottom: 40px;
}
.page-contact .list_services .item a{
  display: block;
  margin-bottom: 20px;
  font-size: 20px;
  color: #333;
  font-weight: 500;
}
.page-contact .list_services .item a:hover{
  color: var(--orange);
}
.page-contact .list_services .item p, .page-contact .list_services .item address{
  font-size: 16px;
  color: #333;
  font-style: normal;
  margin-bottom: 5px;
}
.page-contact .search_services p{
  font-size: 14px;
  color: #777;
}
.page-contact .search_services{
  position: relative;
}
.page-contact .search_services input{
  width: 100%;
  border: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  font-size: 16px;
  line-height: 1.1em;
  padding: 12px 20px 12px 0;
}
.page-contact .search_services  button{
  cursor: pointer;
  position: absolute;
  top: 6px;
  right: 0;
  width: 20px;
  height: 29px;
  border: 0;
  background: #fff url("../img/icons/search.svg") no-repeat center;
  background-size: 100%;
  padding: 0;
}

@media screen and (max-width: 768px){
  .page-contact .map{
      height: 300px;
      width: 100%;
      display: block;
  }
  .page-contact .list_services{
      width: 50%;
      display: block;
      padding: 30px 15px;
  }
}

@media screen and (max-width: 500px){
  .page-contact .list_services{
      width: 100%;
  }
}

.full_img{
  width: 100%;
  height: 400px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.block_text_colum2{
  padding-top: 50px;
  padding-bottom: 50px;
}

.block_text_colum2 h3{
  color: #000;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 20px;
}

.block_text_colum2 p{
  font-size: 16px;
  color: #333;
  width: 49%;
  display: inline-block;
  vertical-align: top;
  padding-right: 5%;
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .block_text_colum2 p{
    margin-bottom: 20px;
    padding-right: 0;
    width: 100%;
  }
}

.product_compare .price-label {
  display: none;
}

.product_compare .old-price price{
  color: #777;
  font-size: 1rem;
  text-decoration: line-through;
}

.product_compare .old-price price .currency{
  font-size: 0.875rem;
}

.jivo-btn {
  box-sizing: border-box;
  margin: 0;
  text-transform: none;
  cursor: pointer;
  background-image: none;
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.428571429;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border: 0px;
  border-radius: 4px;
  white-space: nowrap;
  user-select: none;
  position: fixed !important;
  z-index: 200001 !important;
  right: 2%;
  bottom: 9%;
  font-family: Proxima Nova, Arial;
  font-size: 17px;
  background-color: var(--orange);
  border-radius: 19px;
  height: 41px;
  line-height: 41px;
  padding: 0 20px 0 20px;
  font-weight: normal;
  font-style: normal;
  
}
.jivo-btn:hover {
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.3), 0 1px 2px rgba(0,0,0,0.2), inset 0 0 20px 10px rgba(255,255,255,0.3);
}
.jivo-btn.jivo-btn-light:hover{
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.3), 0 1px 2px rgba(0,0,0,0.3), inset 0 0 20px 10px rgba(255,255,255,0.1);
}
.jivo-btn.jivo-btn-light{
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.3), 0 1px 1px rgba(0,0,0,0.3);
}
.jivo-btn:active,
.jivo-btn.jivo-btn-light:active{
  cursor: pointer;
}
.jivo-btn:active {
  outline: 0;
  background-image: none;
  box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
}
.jivo-btn-gradient {
  background-image: url(//static.jivosite.com/button/white_grad_light.png);
  background-repeat: repeat-x;
}
.jivo-btn-light.jivo-btn-gradient {
  background-image: url(//static.jivosite.com/button/white_grad.png);
}
.jivo-btn-icon {
  width:17px;
  height: 20px;
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  margin-left: -5px;
}
.jivo-btn-light {
  color: #fff;
}
.jivo-btn-dark {
  color: #222;
}

.check.payable .title,
.checkmemo .content strong {
	display: none;
}

.check.payable .content,
.checkmemo .content address {
	margin-left: 0;
}

.info-notice {
  background-color: #247aad;
  color: #FFF;
  padding: 5px 42px;
  font-size: 14px;
  text-align: center;
}
.info-notice p {
  margin-bottom: 0;
}
#onepage-checkout-shipping-method-additional-load {
  margin-left: 40px;
  margin-bottom: 40px;
}
#switcher-language-trigger,
.switcher-language .switcher-label {
	display: none;
}

#switcher-language {
	overflow: hidden;
	padding-left: 10px;
}
	
.switcher-language .switcher-option a {
	color: #777;
  font-size: 90%;
	white-space: nowrap;
}

.switcher-language .switcher-option a:before {
	background: url(../img/icons/lang.svg) no-repeat center;
	content: "";
  display: inline-block;
	height: 15px;
	line-height: 19px;
	margin-right: 20px;
  width: 15px;
}



header .bottom_header .burger {
  display: none;
  border: 0;
  padding: 0;
  background-color: transparent;
  outline: none;
  margin-left: 25px;
  position: relative;
  z-index: 9999;
  order: 100;
}
header .bottom_header .burger div {
  width: 30px;
  height: 3px;
  background-color: var(--orange);
  display: block;
}
header .bottom_header .burger div:not(:last-child) {
  margin-bottom: 4px;
}
body.mobile-menu-open {
  height: 100vh;
  overflow: hidden;
}
@media screen and (max-width: 1023px) {
  header .top_header .wrap {
    height: 100%;
    flex-direction: column;
    align-content: center;
    align-items: center;
    justify-content: center;
    text-align: center;
    overflow-y: auto;
    padding: 60px 0;
  }
  @media screen and (max-height: 480px) {
    header .top_header .wrap {
      padding: 200px 0 60px;
    }
  }
  header .bottom_header .burger {
    display: block;
  }
  header .top_header {
    position: absolute;
    height: 100vh;
    top: -120vh;
    left: 0;
    right: 0;
    pointer-events: none;
    opacity: 0;
    transition: 0.5s;    
    z-index: 999;
  }
  header .top_header.active {
    position: fixed;
    opacity: 1;
    pointer-events: auto;
    top: 0;
    transition: 0.5s;
  }
  header .top_header .block_menu nav > ul {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  header .top_header .block_menu nav > ul > li {
    border-right: 0;
  }
  header .top_header .block_menu nav > ul > li:not(:last-child) {
    margin-bottom: 10px;
  }
  header .top_header .block_menu nav > ul > li > a {
    padding: 15px 30px;
    font-size: 16px;
  }
  header .top_header .block_menu nav > ul > li:last-child a {
    padding-right: 70px;
    background-position: calc(100% - 22px) center;
  }
}

header .bottom_header .block_search {
	margin-left: 10px;
}

@media screen and (max-width: 767px) {
	#switcher-language {
		padding-right: 5px;
	}
	.switcher-language .switcher-option a:before {
		margin-right: 0;
	}
}

@media screen and (max-width: 600px) {
	#switcher-language {
		max-width: 54px;
	}
	.switcher-language .switcher-option a:before {
		margin-right: 0;
	}
}

.interkassapayment-checkout-index #ik_button {
  display: none;
}

.interkassapayment-checkout-index .block_title,
.interkassapayment-request-response .block_title {
  text-align: center;
  padding-top: 100px;
}

.interkassapayment-request-response .block_title h1 {
  color: #f00;
}

.interkassapayment-request-response .message {
  margin-bottom: 80px;
}

.interkassapayment-checkout-index .message p,
.interkassapayment-request-response .message p {
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
}

.interkassapayment-request-response .message span {
  color: #fff;
  background-color: var(--orange);
  padding: 5px;
  display: inline-block;
  line-height: 1em;
  vertical-align: middle;
}

.interkassapayment-request-response .actions-toolbar {
  text-align: center;
}

.rating-label {
	display: none;
}

.review-field-ratings + div {
	margin-top: 20px;
}

#product-review-table label {
	display: none;
	position: relative;
  margin-bottom: 30px;
  float: left;
  line-height: 0;
}

.rating-stars {
  position: relative;
  vertical-align: middle;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
}

.rating-stars .empty-stars {
  color: #aaa;
}

.rating-stars .filled-stars {
  position: absolute;
  left: 0;
  top: 0;
  margin: auto;
  color: #f75b6d;
  white-space: nowrap;
  overflow: hidden;
}

.rating-stars .review-control-vote {
  position: absolute;
  left: 0;
  top: 0;
  margin: auto;
  white-space: nowrap;
  overflow: hidden;
}

.rating-stars .star,
.review-control-vote .star {
  display: inline-block;
  margin: 0 1px;
  width: 15px;
  text-align: center;
}

.review-control-vote input[type="radio"] {
	cursor: pointer;
  height: auto;
  margin: 0 1px;
  position: relative;
  width: auto;
  appearance: radio;
}

.review-control-vote input[type="radio"]:before {
	display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;
	content:"\f006";
}

.rating-summary .label,
.rating-summary .rating-result {
	display: none;
}

.product-reviews-summary .reviews-actions .action {
	display: block;
    margin-top: 5px;
}

.block-procedure-steps {
  padding: 35px 0 90px;
  color: #fff;
  background-color: rgb(36,36,36);
  background-image: linear-gradient(to right,  rgba(36,36,36,1) 0%,rgba(62,62,62,1) 100%);
}
.block-procedure-steps .procedure-steps {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 40px;
}
.block-procedure-steps .procedure-step {
  width: 25%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 80px;
  position: relative;
  counter-increment: step-counter;
}
.block-procedure-steps .procedure-step:before {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #fff;
  content: counter(step-counter);
  font-size: 21px;
  font-weight: 400;
  color: #010101;
  position: absolute;
  left: calc(50% - 20px);
  top: 0;
}
.block-procedure-steps .procedure-step .icon {
  height: 65px;
  display: block;
  width: 120px;
  background-position: center;
  background-size: auto 65px;
  background-repeat: no-repeat;
  background-color: transparent;
}
.block-procedure-steps .procedure-step:nth-child(1) .icon {
  background-image: url("../img/procedure-icon-1.png");
}
.block-procedure-steps .procedure-step:nth-child(2) .icon {
  background-image: url("../img/procedure-icon-2.png");
}
.block-procedure-steps .procedure-step:nth-child(3) .icon {
  background-image: url("../img/procedure-icon-3.png");
}
.block-procedure-steps .procedure-step:nth-child(4) .icon {
  background-image: url("../img/procedure-icon-4.png");
}
.block-procedure-steps .procedure-step .title {
  max-width: 190px;
  font-size: 15px;
  font-weight: 600;
  margin-top: 25px;
  text-align: center;
}
@media screen and (max-width: 880px) {
  .block-procedure-steps .procedure-steps {
    margin-left: auto;
    margin-right: auto;
    max-width: 600px;
  }
  .block-procedure-steps .procedure-step {
    width: 50%;
  }
  .block-procedure-steps .procedure-step:nth-child(-n+2) {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 480px) {
  .block-procedure-steps .procedure-step {
    padding-top: 60px;
  }
  .block-procedure-steps .procedure-step .title {
    font-size: 12px;
    font-weight: 500;
  }
}
@media screen and (max-width: 360px) {
  .block-procedure-steps h3 {
    text-align: center;
  }
  .block-procedure-steps .procedure-steps {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .block-procedure-steps .procedure-step:nth-child(-n+2) {
    margin-bottom: initial;
  }
  .block-procedure-steps .procedure-step:not(:last-child) {
    margin-bottom: 50px;
  }
  .block-procedure-steps .procedure-step .title {
    font-size: 14px;
    margin-top: 15px;
  }
}

.block-product-services {
  padding-top: 75px;
  padding-bottom: 17px;
}
.block-product-services .product-services-head {
  display: flex;
  align-items: center;
}
.block-product-services .product-photo {
  width: 270px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-grow: 0;
  flex-shrink: 0;
}
.block-product-services .product-photo img {
  width: auto;
  height: auto;
  max-width: 270px;
  max-height: 240px;
}
.block-product-services .product-title {
  font-size: 50px;
  font-weight: normal;
  line-height: 1;
  text-align: center;
  padding-right: 270px;
  text-align: center;
  flex-grow: 1;
}
.block-product-services .product-services-list {
  margin-top: 100px;
}
.block-product-services .services-list-head {
  width: 100%;
  display: flex;
  padding-bottom: 16px;
  border-bottom: solid 1px rgba(151, 151, 151, 0.1);
}
.block-product-services .head-title {
  font-size: 20px;
  font-weight: 700;
  color: #333;
  line-height: 1.5;
}
.block-product-services .services-list-column {
  flex-shrink: 0;
  flex-grow: 0;
}
.block-product-services .column:first-child {
  width: 60%;
}
.block-product-services .column:nth-child(2) {
  width: 17%;
}
.block-product-services .services-list-body {
  padding-top: 15px;
}
.block-product-services .service-item {
  position: relative;
  display: flex;
  flex-direction: row;
  padding: 10px 0;
  border: 0;
  width: 100%;
  margin-right: initial;
}
.block-product-services .service-item:before {
  transition: 0.5s;
  display: block;
  position: absolute;
  left: -135px;
  right: -135px;
  top: 0;
  bottom: 0;
  background-color: #faf6ef;
  transition: 0.5s;
  z-index: 2;
}
.block-product-services .service-item:hover {
  cursor: pointer;
}
.block-product-services .service-item:hover:before {
  content: '';
}
.block-product-services .service-item:not(:nth-child(4n)) {
  margin-right: initial;
}
.block-product-services .service-item .title {
  font-size: 16px;
  font-weight: 600;
  color: #333;
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-right: 15px;
}
.block-product-services .service-item .price {
  font-size: 15px;
  font-weight: 400;
  color: #555;
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.block-product-services .service-item .order {
  flex-shrink: 0;
  position: relative;
  padding: 0;
  z-index: 2;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: #f33c00;
  border: 1px solid #f33c00;
  transition: 0.5s;
  background-position: 7px 10px;
  background-repeat: no-repeat;
  background-size: 15px 12px;
  background-image: url('../img/cart_mini.png');
}
.block-product-services .service-item:hover .title,
.block-product-services .service-item:hover .price {
  color: #f33c00;
}

.block-product-services .service-item:hover .order {
  background-image: url('../img/cart_mini_o.png');
  background-color: #fff;
}
@media screen and (max-width: 1500px) {
  .block-product-services .service-item:before {
    right: -55px;
    left: -55px;
  }
}
@media screen and (max-width: 1380px) {
  .block-product-services .service-item:before {
    right: -30px;
    left: -30px;
  }
  .block-product-services .product-title {
    font-size: 44px;
  }
}
@media screen and (max-width: 1199px) {
  .block-product-services {
    padding-top: 50px;
  }
  .block-product-services .product-services-list {
    margin-top: 75px;
  }
  .block-product-services .service-item {
    align-items: center;
  }
  .block-product-services .product-title {
    font-size: 40px;
  }
}
@media screen and (max-width: 959px) {
  .block-product-services {
    padding-top: 0;
  }
  .block-product-services .product-photo {
    width: 230px;
  }
  .block-product-services .product-photo img {
    max-width: 200px;
    max-height: 230px;
  }
  .block-product-services .product-title {
    padding-right: 0;
    font-size: 36px;
    padding-left: 30px;
    text-align: left;
  }
  .block-product-services .service-item:before {
    right: -15px;
    left: -15px;
  }
}
@media screen and (max-width: 880px) {
  .block-product-services .product-title {
    font-size: 32px;
    padding-left: 20px;
  }
  .block-product-services .product-photo {
    width: 200px;
  }
  .block-product-services .product-photo img {
    max-width: 180px;
    max-height: 200px;
  }
}
@media screen and (max-width: 768px) {
  .block-product-services .product-title {
    font-size: 30px;
    padding-left: 15px;
  }
  .block-product-services .product-services-list {
    margin-top: 50px;
  }
}
@media screen and (max-width: 640px) {
  .block-product-services .product-title {
    font-size: 28px;
    padding-left: 10px;
  }
  .block-product-services .column:first-child,
  .block-product-services .service-item .title {
    width: calc(100% - 150px);
  }
  .block-product-services .column:nth-child(2),
  .block-product-services .service-item .price {
    width: 100px;
  }
  .block-product-services .product-photo {
    width: 150px;
  }
  .block-product-services .product-photo img {
    max-width: 130px;
    max-height: 150px;
  }
}
@media screen and (max-width: 480px) {
  .block-product-services .product-services-list {
    margin-top: 30px;
  }
  .block-product-services .product-photo {
    width: 100px;
  }
  .block-product-services .product-photo img {
    max-width: 80px;
    max-height: 100px;
  }
  .block-product-services .product-title {
    font-size: 26px;
  }
  .block-product-services .services-list-head {
    padding-bottom: 5px;
  }
  .block-product-services .head-title {
    font-size: 18px;
  }
  .block-product-services .services-list-body {
    padding-top: 0;
  }
  .block-product-services .column:first-child,
  .block-product-services .service-item .title {
    width: calc(100% - 112px);
    padding-right: 15px;
  }
  .block-product-services .service-item .title {
    font-size: 14px;
    font-weight: 500;
  }
  .block-product-services .service-item .price {
    font-size: 12px;
    width: 80px;
    font-weight: 300;
  }
}
@media screen and (max-width: 360px) {
  .block-product-services .product-photo {
    width: 80px;
  }
  .block-product-services .product-photo img {
    max-width: 70px;
    max-height: 80px;
  }
  .block-product-services .product-title {
    font-size: 24px;
  }
}

