/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
@media screen and (max-width: 1200px) {
  .selection-spare-parts > p {
    font-size: 22px;
    line-height: 24px;
  }
  .selection-spare-parts .row-wrap {
    margin-bottom: 56px;
  }
}
.trustbudget-block {
  order: -1;
}
.benefits {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 6px 0 0;
}
.benefits__card {
  display: flex;
  gap: 12px;
}
.benefits__image {
  color: #2BBA7D;
  width: 24px;
  height: 24px;
}
.benefits__image-wrapper {
  background: #F9F8F3;
  border-radius: 8px;
  display: grid;
  place-items: center;
  min-width: 34px;
  height: 34px;
  overflow: hidden;
}
.benefits__text {
  color: #545454;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  margin: auto 0;
}
.benefits__text b {
  color: #000000;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.form-discount .g-recaptcha {
  margin-top: 50px !important;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.login-container .g-recaptcha,
.form-login .g-recaptcha,
.form-edit-account .g-recaptcha {
  margin-bottom: 10px !important;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.required-captcha.checkbox {
  position: absolute;
  display: block;
  visibility: visible;
  overflow: hidden;
  opacity: 0;
  width: 1px;
  height: 1px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.block.newsletter .field-recaptcha .field .control:before {
  content: none;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.review-form .field-recaptcha {
  margin-bottom: 10px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.form.send.friend .g-recaptcha {
  margin-top: 40px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.form.wishlist.share .g-recaptcha {
  margin-bottom: 40px;
}
@keyframes loading {
  0% {
    transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    transform: translate(-50%, -50%) rotate(359.9deg);
  }
}
/* stylelint-disable-line */
._amblog-toggle:before {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMTEiIHZpZXdCb3g9IjAgMCAyMCAxMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTkuODc2NTYgMC40NTQxMDNMMC45MDkwNTggOC44MDA1NkwyLjM0ODc5IDEwLjI1NzNMOS44NzY1NiAzLjI0OTM4TDE3LjY1MTEgMTAuNDU0MUwxOS4wOTA5IDkuMDM2NzhMMTAuNDExMyAwLjkyNjU0NEw5Ljg3NjU2IDAuNDU0MTAzWiIgZmlsbD0iI0M3QzdDNyIvPgo8L3N2Zz4K);
  content: '';
  cursor: pointer;
  display: block;
  height: 12px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%) rotate(-180deg);
  width: 20px;
}
._amblog-toggle.-active:before {
  transform: translateY(-50%) rotate(0);
}
._amblog-form.amblog-item {
  padding: 0 25px 25px;
}
._amblog-form .amblog-form-container {
  position: relative;
}
._amblog-form .amblog-input {
  border: 1px solid #e5e5e5;
  color: #525252;
  border-radius: 3px;
  font-size: 1.4rem;
  height: 100%;
  padding: 11px 60px 11px 14px;
  width: 100%;
}
._amblog-form .amblog-input:hover {
  border-color: #b3b3b3;
}
._amblog-form .amblog-input::-webkit-input-placeholder,
._amblog-form .amblog-input:-ms-input-placeholder,
._amblog-form .amblog-input::-moz-placeholder {
  color: #999999;
}
._amblog-form .amblog-input:focus {
  border: 1px solid #499bf8;
  box-shadow: none;
}
._amblog-form .amblog-input:focus::-webkit-input-placeholder,
._amblog-form .amblog-input:focus::-moz-placeholder,
._amblog-form .amblog-input:focus:-ms-input-placeholder {
  color: transparent;
}
._amblog-column-form .input-box {
  flex-direction: column;
}
._amblog-column-form .amblog-input {
  margin-bottom: 20px;
  margin-right: 0;
}
._amblog-column-form .amblog-btn,
._amblog-column-form .amblog-input {
  max-width: 100%;
  width: 100%;
}
._amblog-column-form .mage-error[generated='true'] {
  margin-bottom: 10px;
  margin-top: -10px;
  order: 0;
  width: 100%;
  word-break: break-all;
}
._amblog-button {
  background: #2bba7d;
  border-color: transparent;
  border-radius: 3px;
  box-sizing: border-box;
  color: #ffffff;
  display: block;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.8rem;
  padding: 12px 30px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
._amblog-button:hover {
  background: #219161;
  color: #ffffff;
  text-decoration: none;
}
._amblog-button:active {
  background: #186745;
  color: #ffffff;
  text-decoration: none;
}
.amblog-word-break {
  word-break: break-word;
  word-wrap: break-word;
}
.ie11 .amblog-word-break {
  word-break: break-all;
}
@media only screen and (max-width: 1024px) {
  .amblog-related-wrapper.-related-products .amblog-item-product {
    max-width: 33.33%;
  }
}
@media only screen and (max-width: 892px) {
  .amblog-related-wrapper.-related-products .amblog-item-product {
    max-width: 50%;
  }
}
@media only screen and (max-width: 768px) {
  .amblog-related-wrapper.-related-products .amblog-item-product {
    max-width: 33.33%;
  }
}
@media only screen and (max-width: 640px) {
  .amblog-related-wrapper.-related-products .amblog-item-product {
    max-width: 50%;
  }
}
@media only screen and (max-width: 480px) {
  .amblog-related-wrapper.-related-products .amblog-item-product {
    max-width: 100%;
  }
}
.am-word-break {
  word-break: break-word;
  word-wrap: break-word;
}
.ie11 .am-word-break {
  word-break: break-all;
}
@-webkit-keyframes amsearch-animation__fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes amsearch-animation__fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-ms-keyframes amsearch-animation__fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes amsearch-animation__fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes amsearch-animation__fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media only screen and (max-width: 767px) {
  .mst-nav__horizontal-bar {
    padding-bottom: 2rem;
  }
  .mst-nav__horizontal-bar strong[role=heading] {
    display: none;
  }
  .mst-nav__horizontal-bar .filter-options {
    display: block !important;
    border-bottom: 1px solid #cccccc;
  }
  .mst-nav__horizontal-bar .filter-options .filter-options-item {
    border-bottom: 0;
    float: left;
  }
}
@media only screen and (max-width: 768px) {
  .mst-nav__apply-button-wrapper {
    display: none;
  }
  .filter-active .mst-nav__apply-button-wrapper {
    display: block;
    z-index: 1000;
    left: unset !important;
    right: 10px;
  }
}
.mst-nav__sizeLimiter {
  cursor: pointer;
  color: #757575;
}
@media only screen and (max-width: 768px) {
  .mst-nav__slider .mst-nav__slider-from-to input {
    font-size: 16px;
  }
}
/* Make clicks pass-through */
#nprogress {
  pointer-events: none;
}
.mst-nav__progress-bar {
  background: #ff5501;
  position: fixed;
  z-index: 103100;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
}
.mst-nav__progress-bar .mst-nav__progress-bar-peg {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  box-shadow: 0 0 10px #ff5501, 0 0 5px #ff5501;
  opacity: 1.0;
  -webkit-transform: rotate(3deg) translate(0px, -4px);
  -ms-transform: rotate(3deg) translate(0px, -4px);
  transform: rotate(3deg) translate(0px, -4px);
}
@-webkit-keyframes nprogress-spinner {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes nprogress-spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes reveal {
  from {
    transform: scale(0.001);
  }
  to {
    transform: scale(1);
  }
}
@keyframes slide {
  to {
    transform: translateX(1.5em);
  }
}
.mst-scroll__loader {
  font-size: 20px;
  position: relative;
  width: 4em;
  height: 1em;
  margin: 10px auto;
}
.mst-scroll__loader .loader-dot {
  display: block;
  width: 1em;
  height: 1em;
  border-radius: 0.5em;
  background: #555;
  position: absolute;
  animation-duration: 0.5s;
  animation-timing-function: ease;
  animation-iteration-count: infinite;
}
.mst-scroll__loader .loader-dot:nth-child(1),
.mst-scroll__loader .loader-dot:nth-child(2) {
  left: 0;
}
.mst-scroll__loader .loader-dot:nth-child(3) {
  left: 1.5em;
}
.mst-scroll__loader .loader-dot:nth-child(4) {
  left: 3em;
}
.mst-scroll__loader .loader-dot:nth-child(1) {
  animation-name: reveal;
}
.mst-scroll__loader .loader-dot:nth-child(2),
.mst-scroll__loader .loader-dot:nth-child(3) {
  animation-name: slide;
}
.mst-scroll__loader .loader-dot:nth-child(4) {
  animation-name: reveal;
  animation-direction: reverse;
}
.mst-scroll__progress {
  text-align: center;
  width: 40%;
  min-width: 300px;
  margin: 0 auto 1.4rem;
}
.mst-scroll__progress .mst-scroll__progress-label {
  font-size: 1.4rem;
}
.mst-scroll__progress .mst-scroll__progress-bar {
  width: 100%;
  height: 2px;
  background-color: #9a9a9a;
  margin: 1rem 0;
}
.mst-scroll__progress .mst-scroll__progress-bar div {
  background-color: #ff5501;
  height: 100%;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
*/
@media only screen and (min-device-width: 320px) and (max-device-width: 780px) and (orientation: landscape) {
  .product-video {
    height: 100%;
    width: 81%;
  }
}
@media only screen and (max-width: 1025px) {
  .field-tooltip .field-tooltip-content {
    left: auto;
    right: -10px;
    top: 40px;
  }
  .field-tooltip .field-tooltip-content::before,
  .field-tooltip .field-tooltip-content::after {
    border: 10px solid transparent;
    height: 0;
    left: auto;
    margin-top: -21px;
    right: 10px;
    top: 0;
    width: 0;
  }
  .field-tooltip .field-tooltip-content::before {
    border-bottom-color: #999999;
  }
  .field-tooltip .field-tooltip-content::after {
    border-bottom-color: #f4f4f4;
    top: 1px;
  }
}
@media only screen and (max-width: 1025px) {
  .opc-block-summary .product-item .product-item-inner {
    display: block;
  }
  .opc-block-summary .product-item .product-item-name-block {
    display: block;
    text-align: left;
  }
  .opc-block-summary .product-item .subtotal {
    display: block;
    text-align: left;
  }
}
#registrant-options .item .control table .col.qty .input-qty {
  display: none;
}
@media (max-width: 1135px) {
  .column.main .products-grid li.product-item {
    width: 50%;
    padding: 16px 16px 20px 16px;
    margin: 0;
  }
  .column.main .products-grid li.product-item .product-item-photo > img {
    width: 130px;
  }
}
@media (max-width: 1024px) {
  .account #maincontent .columns .sidebar-main {
    order: 0;
  }
  .account .block-collapsible-nav {
    position: relative;
    top: 0;
    padding-bottom: 0;
  }
}
@media all and (min-width: 768px), print {
  .abs-blocks-2columns-s {
    width: 48%;
  }
  .abs-blocks-2columns-s:nth-child(1) {
    clear: left;
    float: left;
  }
  .abs-blocks-2columns-s:nth-child(2) {
    float: right;
  }
  .abs-blocks-2columns-s:nth-child(2) + * {
    clear: both;
  }
  .abs-reset-left-margin-desktop-s,
  .column:not(.sidebar-main) .multicheckout .actions-toolbar,
  .multicheckout .block-shipping .box-shipping-method .fieldset .legend {
    margin-left: 0;
  }
  .abs-visually-hidden-desktop-s {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-add-clearfix-desktop-s:before,
  .abs-add-clearfix-desktop-s:after,
  .multicheckout .block-billing:before,
  .multicheckout .block-billing:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-desktop-s:after,
  .multicheckout .block-billing:after {
    clear: both;
  }
  .abs-add-box-sizing-desktop-s,
  .multicheckout .block-shipping .box,
  .multicheckout .block-billing .box-billing-address,
  .multicheckout .block-billing .box-billing-method {
    box-sizing: border-box;
  }
  .abs-form-field-column-2-s .fieldset .field {
    padding: 0 12px 0 0;
    box-sizing: border-box;
    display: inline-block;
    width: 50%;
    vertical-align: top;
  }
  .abs-form-field-column-2-s .fieldset .field + .fieldset {
    clear: both;
  }
  .abs-form-field-column-2-s .fieldset .field:nth-last-child(1),
  .abs-form-field-column-2-s .fieldset .field:nth-last-child(2) {
    margin-bottom: 0;
  }
  .abs-form-field-column-2-s .fieldset .field .field {
    padding: 0;
    width: 100%;
  }
  .abs-form-field-revert-column-1-s {
    width: 100%;
  }
  .abs-action-print-s {
    display: inline-block;
    text-decoration: none;
  }
  .abs-action-print-s:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: 16px;
    color: inherit;
    content: '\e624';
    font-family: 'luma-icons';
    margin: 0 4px 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .abs-action-print-s:hover {
    text-decoration: underline;
  }
  .table > tbody > tr > th,
  .table > tbody > tr > td {
    border-top: 1px solid #cccccc;
  }
  .table > tbody + tbody {
    border-top: 1px solid #cccccc;
  }
  .ui-dialog.popup {
    width: 420px;
  }
  .modal-popup._inner-scroll .modal-inner-wrap .modal-content #popup-modal .tab-wraper > div.act ul li .services-content > div {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
  }
  .modal-popup._inner-scroll .modal-inner-wrap .modal-content #popup-modal .tab-wraper > div.act ul li .services-content .services-content-tel {
    width: 50%;
    order: 1;
  }
  .modal-popup._inner-scroll .modal-inner-wrap .modal-content #popup-modal .tab-wraper > div.act ul li .services-content .services-content-work-schedule {
    width: 50%;
    order: 3;
    align-content: baseline;
  }
  .modal-popup._inner-scroll .modal-inner-wrap .modal-content #popup-modal .tab-wraper > div.act ul li .services-content div.services-content-bot {
    width: 50%;
    order: 2;
  }
  .modal-popup._inner-scroll .modal-inner-wrap .modal-content #popup-modal .tab-wraper > div.act ul li .services-content div.services-content-bot > p {
    padding-top: 16px;
    margin-top: 0;
  }
  .modal-popup._inner-scroll .modal-inner-wrap .modal-content #popup-modal .tab-wraper > div.act ul li .services-content .services-content-map {
    width: 100%;
    order: 4;
  }
  .modal-popup._inner-scroll .modal-inner-wrap .modal-content #popup-modal .tab-wraper > div.act ul li .services-content .services-content-video {
    order: 5;
  }
  .section-wrapper {
    margin-bottom: 54px;
  }
  .amsearch-wrapper-block .amsearch-input {
    padding: 10px 64px 10px 20px;
  }
  .amsearch-wrapper-block .amsearch-button.-close {
    display: none;
  }
  .amsearch-wrapper-block .amsearch-result-section {
    width: 500px;
  }
  html.nav-open .amsearch-wrapper-block .amsearch-input {
    padding: 10px 64px 10px 42px;
  }
  html.nav-open .amsearch-wrapper-block .amsearch-button.-close {
    display: block;
  }
  .blockone .services__subtitle > h1 {
    font-size: 36px;
    line-height: 40px;
    margin-bottom: 12px;
  }
  .blockone .services__subtitle > p {
    margin-bottom: 24px;
  }
  .blockone .services__guarantee {
    width: fit-content;
  }
  .blockone .services .services-wrapper .services__card {
    max-width: 329px;
  }
  .blockone .services .services-wrapper .services__card .services__list {
    gap: 8px;
  }
  .blockone .services .services-wrapper .services__card .services__item > b:nth-child(1) {
    font-size: 16px;
    line-height: 24px;
  }
  .blockone .services .services-wrapper .services__card .services__item > b:nth-child(2) {
    font-size: 20px;
    line-height: 28px;
  }
  .blockone .services__gearbox-item > p {
    font-size: 14px;
    line-height: 20px;
  }
  .blockone .services__gearbox-item > p a {
    color: #232323;
  }
  .blockone .services__gearbox-item > p a:hover {
    color: #232323;
  }
  .blockone .services__item {
    margin-right: 30px;
  }
  .blockone .services__item:last-child {
    margin-right: 0;
  }
  .blockone .services__item > b:nth-child(2) {
    font-size: 24px;
  }
  .blockone .services .form-record-consultation {
    width: 450px;
    padding: 40px 16px 48px 16px;
    margin: 0 auto;
    background-size: 40%;
  }
  .blockone .services .form-record-consultation > p {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 16px;
  }
  .blockone .services .form-record-consultation form {
    width: 320px;
  }
  .blockone.outerform .services {
    margin-top: 0;
  }
  .blockone.outerform .services .form-record-consultation {
    max-width: 450px;
    margin: 0 auto;
    box-sizing: border-box;
  }
  .blockone.outerform .services .form-record-consultation > p {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 16px;
  }
  .blockone .add-diagnostics {
    margin-top: 25px;
  }
  .blockone ~ .tire-filling .price-title {
    font-size: 40px;
    line-height: 44px;
  }
  .blockone ~ .tire-filling thead th:nth-child(2) {
    width: 26%;
  }
  .blockone ~ .tire-filling thead th:nth-child(3) {
    width: 54%;
  }
  .sto-cta-wrap {
    display: none;
  }
  aside.blocktwo .statistics-header,
  div.blocktwo .statistics-header {
    font-size: 24px;
    line-height: 36px;
  }
  aside.blocktwo .statistics-today,
  div.blocktwo .statistics-today {
    margin-bottom: 32px;
  }
  aside.blocktwo .statistics-today__list,
  div.blocktwo .statistics-today__list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  aside.blocktwo .statistics-today__item,
  div.blocktwo .statistics-today__item {
    flex-direction: column;
  }
  aside.blocktwo .statistics-today__item:first-child,
  div.blocktwo .statistics-today__item:first-child {
    margin-right: 30px;
  }
  aside.blocktwo .statistics-today__item:nth-child(3),
  div.blocktwo .statistics-today__item:nth-child(3) {
    width: 100%;
  }
  aside.blocktwo .statistics-today__item:nth-child(-n+2),
  div.blocktwo .statistics-today__item:nth-child(-n+2) {
    flex: 1;
    margin-bottom: 12px;
  }
  aside.blocktwo .statistics-today__item > b:nth-child(2),
  div.blocktwo .statistics-today__item > b:nth-child(2) {
    font-size: 24px;
  }
  aside.blocktwo .statistics-today__item > b:nth-child(2) img,
  div.blocktwo .statistics-today__item > b:nth-child(2) img {
    margin-left: 8px;
  }
  aside.blocktwo > div:nth-child(2) .statistics__list,
  div.blocktwo > div:nth-child(2) .statistics__list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  aside.blocktwo > div:nth-child(2) .statistics__list .statistics__item,
  div.blocktwo > div:nth-child(2) .statistics__list .statistics__item {
    align-items: center;
    width: 48%;
    margin-bottom: 12px;
  }
  aside.blocktwo > div:nth-child(2) .statistics__list .statistics__item > img,
  div.blocktwo > div:nth-child(2) .statistics__list .statistics__item > img {
    display: block;
    margin-right: 28px;
    min-width: 45px;
    object-fit: none;
  }
  aside.blocktwo > div:nth-child(2) .statistics__list .statistics__item div > b:nth-child(2),
  div.blocktwo > div:nth-child(2) .statistics__list .statistics__item div > b:nth-child(2) {
    font-size: 24px;
    line-height: 28px;
  }
  .blocksix ul li {
    width: 14%;
  }
  .blocksix .show-all-brands {
    display: none;
  }
  .blockeight h2 {
    font-size: 22px;
    line-height: 24px;
  }
  .blockeight > ul {
    margin: 0 0 80px 0;
  }
  .blockeight div {
    margin-bottom: 32px;
  }
  .blockeight div ul {
    display: flex;
    flex-wrap: wrap;
  }
  .blockeight div ul li {
    margin-bottom: 12px;
    width: 50%;
  }
  .blockeight .eight-content ul li {
    width: calc(33.33% - 8px);
  }
  .service-list,
  .blockten {
    align-items: flex-start;
  }
  .blockten_p,
  .service-list__title {
    margin-bottom: 24px;
  }
  .service-list__items {
    display: grid;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 20px;
    grid-template-columns: 1fr 1fr 1fr;
  }
  .service-list__item {
    display: flex;
    align-items: center;
    margin-bottom: 0;
    margin-right: 0;
    width: 100%;
  }
  .blockten_ul {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  .blockten_ul_li {
    display: flex;
    align-items: center;
    margin-bottom: 0;
    margin-right: 0;
    width: 25%;
  }
  .blockten_ul_li:last-child {
    margin-right: 0;
  }
  .blockten_ul_li_img {
    width: 48px;
    margin-right: 8px;
  }
  .service-list__name,
  .blockten_ul_li_p {
    font-size: 16px;
    line-height: 24px;
  }
  .car-services,
  .car-services--many {
    align-items: flex-start;
  }
  .car-services__title {
    margin-bottom: 24px;
  }
  .car-services__list {
    display: grid;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 20px;
    grid-template-columns: 1fr 1fr 1fr;
  }
  .car-services__item {
    display: flex;
    align-items: center;
    margin-bottom: 0;
    margin-right: 0;
    width: 100%;
  }
  .service-list__items {
    margin: 0 0 22px;
  }
  .service-list .action-primary {
    font-size: 14px;
    line-height: 25.2px;
    letter-spacing: 0.56px;
    text-transform: uppercase;
    border: 1px solid #2BBA7D;
    border-radius: 3px;
    padding: 19px 45px;
  }
  .blockeleven {
    padding: 80px 39px;
    margin-left: -39px;
    margin-right: -39px;
  }
  .blockeleven .question {
    font-size: 18px;
    line-height: 26px;
  }
  .blockeleven .additional-container > h2 {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 40px;
  }
  .sto-services {
    min-width: 450px;
    width: 50%;
  }
  .sto-services > h2 {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 24px;
  }
  .sto-services__item {
    padding: 10px 0;
  }
  .sto-services__item .sto-service-heading {
    margin-right: 16px;
    width: calc(100% - 164px);
  }
  .sto-services__item .sto-service-heading .sto-service-title {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 8px;
  }
  .sto-services__item .sto-service-heading .desc-container .sto-service-desc {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0;
  }
  .sto-services__item .sto-service-link {
    width: 164px;
    font-size: 14px;
    line-height: 20px;
  }
  .cms-page-view .articles__item .article-item-title {
    font-size: 22px;
    line-height: 24px;
  }
  .cms-page-view .articles__item > p {
    margin-bottom: 16px;
  }
  .cms-page-view .articles__item img {
    margin-bottom: 16px;
  }
  .cms-page-view .articles__item .article-item__inner-list {
    margin: 0 0 16px 0;
  }
  .catalog-video__title {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 22px;
  }
  .catalog-video__content {
    margin-bottom: 96px;
  }
  .blog-slider {
    margin-left: -39px;
    margin-right: -39px;
    margin-bottom: 54px;
    padding: 56px 39px 50px 39px;
  }
  .blog-slider .additional-container > h2 {
    font-size: 30px;
    line-height: 36px;
    margin: 0 0 24px 0;
  }
  .blog-slider ul {
    margin: 0 auto;
    width: 100%;
    margin-bottom: 32px;
    margin-left: -8px;
  }
  .blog-slider ul .slick-list {
    margin-left: -8px;
    margin-right: -8px;
  }
  .blog-slider__item {
    width: calc(100% - 30px) !important;
  }
  .blog-slider__item img {
    margin-bottom: 12px;
  }
  .blog-slider__item .blog-header__title {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 12px;
  }
  .blog-slider__item .blog-header__date {
    margin-bottom: 12px;
  }
  .blog-slider__read-more::after {
    content: unset;
  }
  .blog-slider__text {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 12px;
  }
  .blog-slider .all-articles-btn {
    font-size: 14px;
    line-height: 20px;
    max-width: 200px;
    padding: 14px 24px;
  }
  .blog-slider .slick-slider {
    padding: 20px;
  }
  .cms-index-index .blog-slider .slick-slider {
    padding: 0;
  }
  .brand h2 {
    font-size: 24px;
    line-height: 150%;
    margin-top: 0;
    margin-bottom: 40px;
  }
  .brand ul li {
    height: 72px;
  }
  .brand ul li img {
    max-height: 72px;
  }
  #popup-modal .tab-wraper > div.act ul li .services-content > div {
    display: flex;
    flex-wrap: wrap;
  }
  #popup-modal .tab-wraper > div.act ul li .services-content .services-content-tel {
    width: 50%;
    order: 1;
  }
  #popup-modal .tab-wraper > div.act ul li .services-content .services-content-work-schedule {
    width: 50%;
    order: 3;
    align-content: baseline;
  }
  #popup-modal .tab-wraper > div.act ul li .services-content div.services-content-bot {
    width: 50%;
    order: 2;
  }
  #popup-modal .tab-wraper > div.act ul li .services-content div.services-content-bot > p {
    padding-top: 16px;
    margin-top: 0;
  }
  #popup-modal .tab-wraper > div.act ul li .services-content .services-content-map {
    order: 4;
  }
  #popup-modal .tab-wraper > div.act ul li .services-content .services-content-video {
    order: 5;
  }
  .brandsbattery h2 {
    font-size: 30px;
    line-height: 40px;
    margin-top: 0;
    margin-bottom: 40px;
  }
  .brandsbattery ul li {
    height: 72px;
  }
  .brandsbattery ul li img {
    max-height: 72px;
  }
  .products-tabs__heading {
    font-size: 36px;
    line-height: 48px;
  }
  .products-tabs__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .products-tabs__list:has(.tab-widget-content) {
    display: flex;
  }
  .column .block-addbysku .action.remove {
    background-image: none;
    -moz-box-sizing: content-box;
    box-shadow: none;
    line-height: inherit;
    text-shadow: none;
    font-weight: 400;
    line-height: 1.42857143;
    margin: 0;
    padding: 0;
    color: #006bb4;
    text-decoration: none;
    background: none;
    border: 0;
    display: inline;
    margin-top: -4px;
  }
  .column .block-addbysku .action.remove:focus,
  .column .block-addbysku .action.remove:active {
    background: none;
    border: none;
  }
  .column .block-addbysku .action.remove:hover {
    background: none;
    border: none;
  }
  .column .block-addbysku .action.remove.disabled,
  .column .block-addbysku .action.remove[disabled],
  fieldset[disabled] .column .block-addbysku .action.remove {
    pointer-events: none;
    opacity: 0.5;
  }
  .column .block-addbysku .action.remove:visited {
    color: #006bb4;
    text-decoration: none;
  }
  .column .block-addbysku .action.remove:hover {
    color: #006bb4;
    text-decoration: underline;
  }
  .column .block-addbysku .action.remove:active {
    color: #ddf9ea;
    text-decoration: underline;
  }
  .column .block-addbysku .action.remove:hover,
  .column .block-addbysku .action.remove:active,
  .column .block-addbysku .action.remove:focus {
    background: none;
    border: 0;
  }
  .column .block-addbysku .action.remove.disabled,
  .column .block-addbysku .action.remove[disabled],
  fieldset[disabled] .column .block-addbysku .action.remove {
    color: #006bb4;
    opacity: 0.5;
    cursor: default;
    pointer-events: none;
    text-decoration: underline;
  }
  .catalogsearch-advanced-result .message.error {
    margin-top: 0;
  }
  .cart-container .block.crosssell .products-grid .product-item-actions {
    margin: 0 0 10px;
  }
  .multicheckout .actions-toolbar .secondary {
    float: none;
    margin-top: 11px;
    text-align: right;
  }
  .multicheckout .actions-toolbar .secondary .action {
    margin-left: 0;
  }
  .multicheckout .actions-toolbar .secondary .action.back {
    display: block;
    float: left;
  }
  .multicheckout .item-options {
    margin: 20px 0 0;
  }
  .multicheckout .block-content .box {
    margin-bottom: 0;
  }
  .multicheckout .block-shipping .box {
    float: left;
    width: 25%;
  }
  .multicheckout .block-shipping .box-shipping-method {
    padding-left: 25px;
    padding-right: 25px;
    width: 50%;
  }
  .multicheckout .block-shipping .box-shipping-method .fieldset .field:before {
    display: none;
  }
  .multicheckout .block-billing .box-billing-address {
    float: left;
    width: 25%;
  }
  .multicheckout .block-billing .box-billing-method {
    float: left;
    padding-left: 25px;
    width: 50%;
  }
  .multicheckout.form.address .table-wrapper .applicable {
    margin: 7px 0 0;
  }
  .multicheckout.order-review .box-items {
    clear: left;
    float: none;
    padding-top: 40px;
    width: auto;
  }
  .multicheckout.order-review .col.item {
    width: 75%;
  }
  .multicheckout .methods-payment .item-content > .fieldset {
    width: auto;
  }
  .multicheckout .methods-payment .item-content > .fieldset .field.cvv {
    display: inline-block;
    width: auto;
  }
  .multicheckout .methods-payment .fieldset > .field:not(.choice) > .label {
    float: none;
    margin-bottom: 8px;
    text-align: left;
    width: auto;
  }
  .multicheckout .methods-payment .fieldset > .field:not(.choice):not(.cvv) .control {
    width: 100%;
  }
  .order-details-items .order-title .action {
    margin: 12px 0 0 30px;
  }
  .order-details-items .order-title .action.track {
    float: right;
  }
  .wishlist-index-index .products-grid .product-item-actions {
    margin: 0;
  }
  .products-grid .product-item-info:hover,
  .products-grid .product-item-info.active {
    background: #fff;
    box-shadow: none;
    border: 0;
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 9;
  }
  .products-grid .product-item-actions .actions-primary + .actions-secondary {
    display: none;
  }
  .products-grid .products-grid .product-item-actions {
    margin: 0;
  }
  .products-grid .product-item-info .product-item-inner {
    background: #fff;
    box-shadow: none;
    border: 0;
    border-top: none;
    left: 0;
    margin: 0;
    padding: 0;
    position: relative;
    right: -1px;
    z-index: 2;
  }
  .products-grid .product-item-inner {
    background: #ffffff;
    box-shadow: 3px 4px 4px 0 rgba(0, 0, 0, 0.3);
    border: 1px solid #bbbbbb;
    border-top: none;
    left: 0;
    margin: 10px 0 0 -1px;
    padding: 0 9px 9px;
    position: absolute;
    right: -1px;
    z-index: 2;
  }
  .product-item-actions {
    display: block;
  }
  .product-item-actions .actions-primary + .actions-secondary {
    display: inline-block;
    vertical-align: middle;
  }
  .product-item-actions .actions-primary + .actions-secondary > .action {
    line-height: 35px;
    text-align: center;
    width: 35px;
  }
  .product-item-actions .actions-primary + .actions-secondary > .action:last-child {
    margin-right: 0;
  }
  .product-item-actions .actions-primary {
    display: inline-block;
  }
  .page-products .products-grid .product-item-inner:before {
    background: #ffffff;
    content: '';
    height: 3px;
    left: 0;
    position: absolute;
    top: -2px;
    width: 100%;
    z-index: -1;
  }
  .page-products .product-item-actions {
    z-index: 1;
  }
  .column.main .products-grid {
    overflow: hidden;
  }
  .column.main .products-grid .product-items {
    margin-left: -16px;
    margin-right: 0;
    margin-top: -16px;
    margin-bottom: -1px;
    width: calc((100% + 32px));
  }
  .column.main .products-grid li.product-item {
    width: 33.33%;
    margin: 0;
  }
  .column.main .products-grid li.product-item .product-item-details {
    flex-flow: column wrap;
    justify-content: space-between;
    align-items: baseline;
    align-content: space-between;
  }
  .column.main .products-grid li.product-item .product-item-details .product-item-name {
    justify-content: flex-start;
    margin-bottom: 0;
  }
  .sidebar .product-items .action.delete {
    line-height: unset;
    position: absolute;
    right: 0;
    top: -1px;
    width: auto;
  }
  .sidebar .block-compare .action.delete {
    left: 0;
    right: initial;
  }
  .product.info.detailed .alone-tab#description > p {
    display: none;
  }
  .product.info.detailed .alone-tab > p {
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 24px;
    font-weight: 700;
  }
  .product.info.detailed .alone-tab .review-add {
    margin-bottom: 32px;
  }
  .catalog-product-view .blog-slider,
  .catalog-category-view .blog-slider {
    margin-left: 0;
    margin-right: 0;
    padding-left: 39px;
    padding-right: 39px;
  }
  body.filter-active .page-header {
    display: none;
  }
  body.filter-active .columns {
    z-index: 999;
  }
  body.filter-active .sidebar.sidebar-main {
    background: rgba(0, 0, 0, 0.5);
    bottom: 0;
    display: block;
    border-right: 10px solid white;
    border-left: 10px solid white;
    left: 0;
    overflow: scroll;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 10;
  }
  .filter-title strong {
    width: 160px;
    margin-left: auto;
    margin-bottom: 20px;
  }
  .filter .filter-subtitle {
    font-size: 20px;
    font-weight: 300;
    display: none;
  }
  .filter-options-content {
    padding: 0 10px;
  }
  .filter-options-content ul {
    padding: 0;
    list-style: none;
  }
  .filter .filter-current .items {
    display: none;
  }
  .filter .filter-current-subtitle {
    position: relative;
    text-transform: uppercase;
    z-index: 1;
    display: block;
    text-decoration: none;
  }
  .filter .filter-current-subtitle:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 13px;
    line-height: inherit;
    color: inherit;
    content: '\e622';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .filter .filter-current-subtitle:before {
    position: absolute;
    right: 10px;
    top: 10px;
  }
  .filter .filter-current-subtitle:after {
    color: #4a4a4a;
    content: ' (' attr(data-count) ')';
    font-size: .9em;
  }
  .filter .filter-current.active .block-subtitle:before {
    content: '\e621';
  }
  .filter .filter-current.active .items {
    display: block;
  }
  .filter .filter-current.active + .block-actions {
    display: block;
  }
  .filter-no-options .filter-title:before {
    background: rgba(255, 255, 255, 0.5);
    content: '';
    display: block;
    height: 40px;
    left: 0;
    margin-top: -60px;
    position: relative;
    width: 75px;
    z-index: 99;
  }
  .filter-no-options .filter-content {
    margin-bottom: 20px;
  }
  .page-with-filter .columns .sidebar-main {
    -ms-flex-order: 0;
    -webkit-order: 0;
    order: 0;
    margin-top: 60px;
  }
  .review-form {
    max-width: 500px;
  }
  .review-ratings {
    margin-bottom: 0;
  }
  .review-ratings ~ .review-content-container {
    overflow: hidden;
  }
  .review-toolbar {
    max-width: 570px;
    margin: 0 0 30px;
  }
  .review-toolbar .pages {
    padding: 0 0 30px;
  }
  .fieldset .review-legend.legend {
    margin-bottom: 30px;
  }
  .review-item {
    padding: 30px 0;
  }
  .review-title {
    margin: 0 0 30px;
  }
  html,
  body {
    height: 100%;
  }
  .page-main {
    max-width: 100%;
  }
  .cms-no-route .cmsnoroute a {
    width: auto;
  }
  .cms-no-route .cmsnoroute p {
    font-size: 24px;
    line-height: 36px;
  }
  .prooiler .section-wrapper,
  .vacancies .section-wrapper,
  .schoolofmanagers .section-wrapper,
  body.cms-page-view .page-title-wrapper,
  body.page-layout-contenttitlefull .schedule,
  body.page-layout-contenttitlefull .contact-content,
  body.page-layout-contenttitlefull .blocksix,
  body.page-layout-content .schedule,
  body.page-layout-content .contact-content,
  body.page-layout-content .blocksix,
  body.page-layout-stomenu .schedule,
  body.page-layout-sto .schedule,
  body.page-layout-services .schedule,
  body.page-layout-stomenu .blocksix,
  body.page-layout-sto .blocksix,
  body.page-layout-services .blocksix,
  body.page-layout-contenttitlefull .blocktwo,
  body.page-layout-content .blocktwo,
  body.page-layout-stomenu .blocktwo,
  body.page-layout-sto .blocktwo,
  body.page-layout-services .blocktwo,
  body.page-layout-contenttitlefull .blockfour,
  body.page-layout-content .blockfour,
  body.page-layout-stomenu .blockfour,
  body.page-layout-sto .blockfour,
  body.page-layout-services .blockfour,
  .additional-container {
    max-width: 1204px;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
  }
  .navigation ul {
    padding: 0 8px;
  }
  .page-header {
    border: 0;
  }
  .page-header .header.panel {
    padding-bottom: 10px;
    padding-top: 10px;
  }
  .page-header .switcher {
    float: right;
    margin-left: 15px;
    margin-right: -6px;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-main {
    padding-left: 39px;
    padding-right: 39px;
  }
  .page-main > .page-title-wrapper {
    max-width: 1204px;
    width: 100%;
    margin: 0 auto;
  }
  .page-main > .page-title-wrapper .page-title {
    display: inline-block;
  }
  .page-main > .page-title-wrapper .page-title + .action {
    float: right;
    margin-top: 20px;
  }
  .customer-welcome {
    display: inline-block;
    position: relative;
  }
  .customer-welcome:before,
  .customer-welcome:after {
    content: '';
    display: table;
  }
  .customer-welcome:after {
    clear: both;
  }
  .customer-welcome .action.switch {
    padding: 0;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
  }
  .customer-welcome .action.switch:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 10px;
    line-height: 22px;
    color: inherit;
    content: '\e622';
    font-family: 'luma-icons';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .customer-welcome .action.switch:hover:after {
    color: inherit;
  }
  .customer-welcome .action.switch:active:after {
    color: inherit;
  }
  .customer-welcome .action.switch.active {
    display: inline-block;
    text-decoration: none;
  }
  .customer-welcome .action.switch.active:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 10px;
    line-height: 22px;
    color: inherit;
    content: '\e621';
    font-family: 'luma-icons';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .customer-welcome .action.switch.active:hover:after {
    color: inherit;
  }
  .customer-welcome .action.switch.active:active:after {
    color: inherit;
  }
  .customer-welcome ul {
    margin: 0;
    padding: 0;
    list-style: none none;
    background: #ffffff;
    border: 1px solid #bbbbbb;
    margin-top: 4px;
    min-width: 100%;
    z-index: 101;
    box-sizing: border-box;
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
  }
  .customer-welcome ul li {
    margin: 0;
    padding: 0;
  }
  .customer-welcome ul li:hover {
    background: #e8e8e8;
    cursor: pointer;
  }
  .customer-welcome ul:before,
  .customer-welcome ul:after {
    border-bottom-style: solid;
    content: '';
    display: block;
    height: 0;
    position: absolute;
    width: 0;
  }
  .customer-welcome ul:before {
    border: 6px solid;
    border-color: transparent transparent #ffffff transparent;
    z-index: 99;
  }
  .customer-welcome ul:after {
    border: 7px solid;
    border-color: transparent transparent #bbbbbb transparent;
    z-index: 98;
  }
  .customer-welcome ul:before {
    right: 10px;
    top: -12px;
  }
  .customer-welcome ul:after {
    right: 9px;
    top: -14px;
  }
  .customer-welcome.active {
    overflow: visible;
  }
  .customer-welcome.active ul {
    display: block;
  }
  .customer-welcome li a {
    color: #333333;
    text-decoration: none;
    display: block;
    line-height: 1.4;
    padding: 8px;
  }
  .customer-welcome li a:visited {
    color: #333333;
    text-decoration: none;
  }
  .customer-welcome li a:hover {
    color: #333333;
    text-decoration: none;
  }
  .customer-welcome li a:active {
    color: #333333;
    text-decoration: none;
  }
  .customer-welcome .customer-name {
    cursor: pointer;
    display: none;
  }
  .customer-welcome .customer-menu {
    display: none;
  }
  .customer-welcome .action.switch {
    background-image: none;
    background: none;
    -moz-box-sizing: content-box;
    border: 0;
    box-shadow: none;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-shadow: none;
    font-weight: 400;
    color: #ffffff;
  }
  .customer-welcome .action.switch:focus,
  .customer-welcome .action.switch:active {
    background: none;
    border: none;
  }
  .customer-welcome .action.switch:hover {
    background: none;
    border: none;
  }
  .customer-welcome .action.switch.disabled,
  .customer-welcome .action.switch[disabled],
  fieldset[disabled] .customer-welcome .action.switch {
    pointer-events: none;
    opacity: 0.5;
  }
  .customer-welcome .header.links {
    min-width: 175px;
    z-index: 1000;
  }
  .customer-welcome.active .action.switch:after {
    content: '\e621';
  }
  .customer-welcome.active .customer-menu {
    display: block;
  }
  .customer-welcome .greet {
    display: none;
  }
  .header.panel > .header.links {
    margin: 0;
    padding: 0;
    list-style: none none;
    float: right;
    margin-left: auto;
  }
  .header.panel > .header.links > li {
    display: inline-block;
    vertical-align: top;
  }
  .header.panel > .header.links > li {
    margin: 0 0 0 15px;
  }
  .header.panel > .header.links > li.welcome,
  .header.panel > .header.links > li > a {
    display: inline-block;
    line-height: 1.4;
  }
  .header.panel > .header.links > li.welcome a {
    color: #ffffff;
    padding-left: 5px;
  }
  .header.panel > .header.links > .authorization-link:after {
    content: attr(data-label);
    display: inline-block;
    margin: 0 -5px 0 5px;
  }
  .header.panel > .header.links > .authorization-link:last-child:after {
    display: none;
  }
  .header.panel > .header.links > .customer-welcome + .authorization-link {
    display: none;
  }
  .header.content {
    padding: 30px 39px 0;
  }
  .logo {
    margin: -8px auto 25px 0;
  }
  .logo img {
    max-height: inherit;
  }
  .page-wrapper {
    margin: 0;
    position: relative;
    transition: margin 0.3s ease-out 0s;
  }
  .page-wrapper > .breadcrumbs,
  .page-wrapper > .top-container,
  .page-wrapper > .widget {
    box-sizing: border-box;
    width: 100%;
  }
  .page-footer {
    margin-top: auto;
    padding-bottom: 0;
  }
  .page-footer .switcher .options ul.dropdown {
    bottom: -10px;
    left: 100%;
    margin: 0 0 0 20px;
    top: auto;
  }
  .page-footer .switcher .options ul.dropdown:before,
  .page-footer .switcher .options ul.dropdown:after {
    bottom: 13px;
    left: auto;
    right: 100%;
    top: auto;
  }
  .page-footer .switcher .options ul.dropdown:before {
    border-color: transparent #ffffff transparent transparent;
  }
  .page-footer .switcher .options ul.dropdown:after {
    border-color: transparent #bbbbbb transparent transparent;
    margin: 0 0 -1px -1px;
  }
  .footer.content {
    border-top: none;
  }
  .footer.content .block {
    float: right;
  }
  .footer.content ul {
    padding-right: 50px;
  }
  .footer.content .switcher.store {
    display: block;
    margin: 0;
  }
  .footer.content .links {
    display: inline-block;
    padding-right: 50px;
    vertical-align: top;
  }
  .footer.content .links li {
    background: transparent;
    border: none;
    font-size: 14px;
    margin: 0 0 8px;
    padding: 0;
  }
  .footer.content .links a,
  .footer.content .links strong {
    display: inline;
  }
}
@media all and (min-width: 768px) and (max-width: 1300px), print and (max-width: 1300px) {
  .cms-index-index .blog-slider .slick-slider {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media all and (min-width: 768px) and (max-width: 1200px), print and (max-width: 1200px) {
  .cms-index-index .blog-slider .slick-slider {
    margin-left: 0;
    margin-right: 0;
  }
}
@media all and (min-width: 1025px), print {
  .abs-product-options-list-desktop dt,
  .block-giftregistry-shared .item-options dt {
    clear: left;
    float: left;
    margin: 0 10px 5px 0;
  }
  .abs-product-options-list-desktop dt:after,
  .block-giftregistry-shared .item-options dt:after {
    content: ': ';
  }
  .abs-product-options-list-desktop dd,
  .block-giftregistry-shared .item-options dd {
    display: inline-block;
    float: left;
    margin: 0 0 5px;
    word-break: break-all;
  }
  .abs-button-desktop {
    width: auto;
  }
  .abs-blocks-2columns,
  .abs-discount-block-desktop .block,
  .column .block-addbysku .block-content .box,
  .storecredit .block,
  .login-container .block,
  .account .column.main .block:not(.widget) .block-content .box,
  .form-address-edit > .fieldset,
  .form-edit-account .fieldset,
  .paypal-review-discount .block,
  .cart-discount .block {
    width: 48%;
  }
  .abs-blocks-2columns:nth-child(1),
  .abs-discount-block-desktop .block:nth-child(1),
  .column .block-addbysku .block-content .box:nth-child(1),
  .storecredit .block:nth-child(1),
  .login-container .block:nth-child(1),
  .account .column.main .block:not(.widget) .block-content .box:nth-child(1),
  .form-address-edit > .fieldset:nth-child(1),
  .form-edit-account .fieldset:nth-child(1),
  .paypal-review-discount .block:nth-child(1),
  .cart-discount .block:nth-child(1) {
    clear: left;
    float: left;
  }
  .abs-blocks-2columns:nth-child(2),
  .abs-discount-block-desktop .block:nth-child(2),
  .column .block-addbysku .block-content .box:nth-child(2),
  .storecredit .block:nth-child(2),
  .login-container .block:nth-child(2),
  .account .column.main .block:not(.widget) .block-content .box:nth-child(2),
  .form-address-edit > .fieldset:nth-child(2),
  .form-edit-account .fieldset:nth-child(2),
  .paypal-review-discount .block:nth-child(2),
  .cart-discount .block:nth-child(2) {
    float: right;
  }
  .abs-blocks-2columns:nth-child(2) + *,
  .abs-discount-block-desktop .block:nth-child(2) + *,
  .column .block-addbysku .block-content .box:nth-child(2) + *,
  .storecredit .block:nth-child(2) + *,
  .login-container .block:nth-child(2) + *,
  .account .column.main .block:not(.widget) .block-content .box:nth-child(2) + *,
  .form-address-edit > .fieldset:nth-child(2) + *,
  .form-edit-account .fieldset:nth-child(2) + *,
  .paypal-review-discount .block:nth-child(2) + *,
  .cart-discount .block:nth-child(2) + * {
    clear: both;
  }
  .abs-margin-for-blocks-and-widgets-desktop,
  .page-main .block,
  .customer-review .product-details {
    margin-bottom: 50px;
  }
  .abs-reset-left-margin-desktop,
  .column.main .paypal-review .actions-toolbar,
  .column.main .block-giftregistry-shared-items .actions-toolbar {
    margin-left: 0;
  }
  .abs-action-remove-desktop,
  .abs-add-fields-desktop .fieldset .additional .action.remove,
  .form-giftregistry-share .fieldset .additional .action.remove,
  .form-giftregistry-edit .fieldset .additional .action.remove,
  .form-create-return .fieldset .additional .action.remove,
  .form.send.friend .fieldset .additional .action.remove {
    margin-left: 90%;
  }
  .abs-add-fields-desktop .fieldset .field .control,
  .form-giftregistry-share .fieldset .field .control,
  .form-giftregistry-edit .fieldset .field .control,
  .form-create-return .fieldset .field .control,
  .form.send.friend .fieldset .field .control {
    width: auto;
  }
  .abs-margin-for-forms-desktop {
    margin-left: 25.8%;
  }
  .abs-visually-hidden-desktop,
  .modes-label,
  .block-search .label,
  .block-collapsible-nav .title {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-add-clearfix-desktop:before,
  .abs-add-clearfix-desktop:after,
  .paypal-review .block-content:before,
  .paypal-review .block-content:after,
  .paypal-review-discount:before,
  .paypal-review-discount:after,
  .order-review-form:before,
  .order-review-form:after,
  .block-cart-failed .block-content:before,
  .block-cart-failed .block-content:after,
  .column .block-addbysku .block-content:before,
  .column .block-addbysku .block-content:after,
  .cart-container:before,
  .cart-container:after,
  .block-giftregistry-shared .item-options:before,
  .block-giftregistry-shared .item-options:after,
  .data.table .gift-wrapping .nested:before,
  .data.table .gift-wrapping .nested:after,
  .data.table .gift-wrapping .content:before,
  .data.table .gift-wrapping .content:after,
  .block-wishlist-management:before,
  .block-wishlist-management:after,
  .magento-rma-guest-returns .column.main .block.block-order-details-view:before,
  .magento-rma-guest-returns .column.main .block.block-order-details-view:after,
  .order-links:before,
  .order-links:after,
  .account .column.main .block.block-order-details-view:before,
  .account .column.main .block.block-order-details-view:after,
  [class^='sales-guest-'] .column.main .block.block-order-details-view:before,
  [class^='sales-guest-'] .column.main .block.block-order-details-view:after,
  .sales-guest-view .column.main .block.block-order-details-view:before,
  .sales-guest-view .column.main .block.block-order-details-view:after,
  .login-container:before,
  .login-container:after,
  .account .page-title-wrapper:before,
  .account .page-title-wrapper:after,
  .account .column.main .block:not(.widget) .block-content:before,
  .account .column.main .block:not(.widget) .block-content:after,
  .block-addresses-list .items.addresses:before,
  .block-addresses-list .items.addresses:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-desktop:after,
  .paypal-review .block-content:after,
  .paypal-review-discount:after,
  .order-review-form:after,
  .block-cart-failed .block-content:after,
  .column .block-addbysku .block-content:after,
  .cart-container:after,
  .block-giftregistry-shared .item-options:after,
  .data.table .gift-wrapping .nested:after,
  .data.table .gift-wrapping .content:after,
  .block-wishlist-management:after,
  .magento-rma-guest-returns .column.main .block.block-order-details-view:after,
  .order-links:after,
  .account .column.main .block.block-order-details-view:after,
  [class^='sales-guest-'] .column.main .block.block-order-details-view:after,
  .sales-guest-view .column.main .block.block-order-details-view:after,
  .login-container:after,
  .account .page-title-wrapper:after,
  .account .column.main .block:not(.widget) .block-content:after,
  .block-addresses-list .items.addresses:after {
    clear: both;
  }
  .abs-add-box-sizing-desktop,
  .abs-shopping-cart-items-desktop,
  .column.main,
  .sidebar-main,
  .sidebar-additional,
  .bundle-options-container .block-bundle-summary,
  .block.crosssell,
  .magento-rma-guest-returns .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  .account .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  [class^='sales-guest-'] .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  .sales-guest-view .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  .block-cart-failed,
  .cart-container .form-cart,
  .cart-container .cart-gift-item {
    box-sizing: border-box;
  }
  .abs-add-box-sizing-desktop-m,
  .opc-wrapper {
    box-sizing: border-box;
  }
  .abs-revert-field-type-desktop .fieldset > .field,
  .abs-revert-field-type-desktop .fieldset .fields > .field {
    margin: 0 0 20px;
  }
  .abs-revert-field-type-desktop .fieldset > .field:not(.choice) > .label,
  .abs-revert-field-type-desktop .fieldset .fields > .field:not(.choice) > .label {
    box-sizing: content-box;
    float: none;
    width: auto;
    text-align: left;
    padding: 0;
  }
  .abs-revert-field-type-desktop .fieldset > .field:not(.choice) > .control,
  .abs-revert-field-type-desktop .fieldset .fields > .field:not(.choice) > .control {
    float: none;
    width: auto;
  }
  .abs-revert-field-type-desktop .fieldset > .field > .label,
  .abs-revert-field-type-desktop .fieldset .fields > .field > .label {
    margin: 0 0 8px;
    display: inline-block;
  }
  .abs-revert-field-type-desktop .fieldset > .field.choice:before,
  .abs-revert-field-type-desktop .fieldset .fields > .field.choice:before,
  .abs-revert-field-type-desktop .fieldset > .field.no-label:before,
  .abs-revert-field-type-desktop .fieldset .fields > .field.no-label:before {
    display: none;
  }
  .abs-revert-field-type-desktop .fieldset > .field:not(:first-child):last-of-type,
  .abs-revert-field-type-desktop .fieldset .fields > .field:not(:first-child):last-of-type {
    margin-bottom: 0;
  }
  .abs-form-field-column-2 .fieldset .field,
  .form-giftregistry-share .fieldset .field,
  .form-giftregistry-edit .fieldset .field,
  .form-create-return .fieldset .field,
  .form.send.friend .fieldset .field {
    padding: 0 12px 0 0;
    box-sizing: border-box;
    display: inline-block;
    width: 50%;
    vertical-align: top;
  }
  .abs-form-field-column-2 .fieldset .field + .fieldset,
  .form-giftregistry-share .fieldset .field + .fieldset,
  .form-giftregistry-edit .fieldset .field + .fieldset,
  .form-create-return .fieldset .field + .fieldset,
  .form.send.friend .fieldset .field + .fieldset {
    clear: both;
  }
  .abs-form-field-column-2 .fieldset .field:nth-last-child(1),
  .abs-form-field-column-2 .fieldset .field:nth-last-child(2),
  .form-giftregistry-share .fieldset .field:nth-last-child(1),
  .form-giftregistry-share .fieldset .field:nth-last-child(2),
  .form-giftregistry-edit .fieldset .field:nth-last-child(1),
  .form-giftregistry-edit .fieldset .field:nth-last-child(2),
  .form-create-return .fieldset .field:nth-last-child(1),
  .form-create-return .fieldset .field:nth-last-child(2),
  .form.send.friend .fieldset .field:nth-last-child(1),
  .form.send.friend .fieldset .field:nth-last-child(2) {
    margin-bottom: 0;
  }
  .abs-form-field-column-2 .fieldset .field .field,
  .form-giftregistry-share .fieldset .field .field,
  .form-giftregistry-edit .fieldset .field .field,
  .form-create-return .fieldset .field .field,
  .form.send.friend .fieldset .field .field {
    padding: 0;
    width: 100%;
  }
  .abs-form-field-revert-column-1 {
    width: 100%;
  }
  .abs-forms-general-desktop,
  .form-giftcard-redeem,
  .form-giftregistry-create {
    max-width: 500px;
  }
  .abs-forms-general-desktop .legend,
  .form-giftcard-redeem .legend,
  .form-giftregistry-create .legend {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-forms-general-desktop .legend + br,
  .form-giftcard-redeem .legend + br,
  .form-giftregistry-create .legend + br {
    display: none;
  }
  .abs-revert-side-paddings,
  .checkout-cart-index .page-title-wrapper,
  .cart-summary .block .content,
  .cart-empty {
    padding-left: 0;
    padding-right: 0;
  }
  .abs-account-block-font-size,
  .block-balance-giftcard .block-content,
  .block-addresses-list address,
  .box-billing-address .box-content,
  .box-shipping-address .box-content,
  .box-address-billing .box-content,
  .box-address-shipping .box-content,
  .box-information .box-content,
  .block-reviews-dashboard .product-name {
    font-size: 1.6rem;
  }
  .abs-account-table-margin-desktop,
  .table-wrapper.balance-history,
  .table-wrapper.reward-history,
  .table-wrapper.orders-recent {
    margin-top: -25px;
  }
  .abs-action-print,
  .order-actions-toolbar .action.print {
    display: inline-block;
    text-decoration: none;
  }
  .abs-action-print:before,
  .order-actions-toolbar .action.print:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: 16px;
    color: inherit;
    content: '\e624';
    font-family: 'luma-icons';
    margin: 0 4px 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .abs-action-print:hover,
  .order-actions-toolbar .action.print:hover {
    text-decoration: underline;
  }
  .abs-no-display-desktop,
  .opc-estimated-wrapper,
  .sidebar .block.widget .pager .item:not(.pages-item-next):not(.pages-item-previous) {
    display: none;
  }
  .abs-status-desktop,
  .return-status,
  .order-status {
    margin-top: 6px;
    padding: 5px 10px;
  }
  .abs-title-orders-desktop .page-main .page-title-wrapper .order-date,
  .magento-rma-returns-returns .page-main .page-title-wrapper .order-date,
  .magento-rma-returns-view .page-main .page-title-wrapper .order-date,
  .account .page-main .page-title-wrapper .order-date,
  [class^='sales-guest-'] .page-main .page-title-wrapper .order-date,
  .sales-guest-view .page-main .page-title-wrapper .order-date {
    margin: -14px 0 18px;
  }
  .abs-table-bordered-desktop {
    border: none;
  }
  .abs-table-bordered-desktop > thead > tr > th,
  .abs-table-bordered-desktop > tbody > tr > th,
  .abs-table-bordered-desktop > tfoot > tr > th,
  .abs-table-bordered-desktop > thead > tr > td,
  .abs-table-bordered-desktop > tbody > tr > td,
  .abs-table-bordered-desktop > tfoot > tr > td {
    border: none;
  }
  .abs-table-bordered-desktop > thead > tr > th,
  .abs-table-bordered-desktop > thead > tr > td {
    border-bottom: 1px solid #cccccc;
  }
  .abs-pager-toolbar,
  .toolbar-giftregistry-results,
  .toolbar-wishlist-results,
  .account .toolbar {
    position: relative;
  }
  .abs-pager-toolbar .toolbar-amount,
  .abs-pager-toolbar .limiter,
  .toolbar-giftregistry-results .toolbar-amount,
  .toolbar-giftregistry-results .limiter,
  .toolbar-wishlist-results .toolbar-amount,
  .toolbar-wishlist-results .limiter,
  .account .toolbar .toolbar-amount,
  .account .toolbar .limiter {
    position: relative;
    z-index: 1;
  }
  .abs-pager-toolbar .limiter,
  .toolbar-giftregistry-results .limiter,
  .toolbar-wishlist-results .limiter,
  .account .toolbar .limiter {
    display: inline-block;
    float: right;
  }
  .abs-pager-toolbar .toolbar-amount,
  .toolbar-giftregistry-results .toolbar-amount,
  .toolbar-wishlist-results .toolbar-amount,
  .account .toolbar .toolbar-amount {
    line-height: 30px;
    padding: 0;
  }
  .abs-pager-toolbar .pages,
  .toolbar-giftregistry-results .pages,
  .toolbar-wishlist-results .pages,
  .account .toolbar .pages {
    position: absolute;
    width: 100%;
    z-index: 0;
  }
  .abs-shopping-cart-items-desktop,
  .block-cart-failed,
  .cart-container .form-cart,
  .cart-container .cart-gift-item {
    width: 75%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    padding-right: 4%;
    position: relative;
  }
  .abs-discount-block-desktop .block > .title,
  .paypal-review-discount .block > .title,
  .cart-discount .block > .title {
    border: 0;
    padding: 0 0 10px;
  }
  .abs-discount-block-desktop .block > .title strong,
  .paypal-review-discount .block > .title strong,
  .cart-discount .block > .title strong {
    font-size: 1.6rem;
  }
  .abs-discount-block-desktop .block .content,
  .paypal-review-discount .block .content,
  .cart-discount .block .content {
    padding: 0 0 20px;
  }
  .abs-discount-block-desktop .actions-toolbar .secondary,
  .paypal-review-discount .actions-toolbar .secondary,
  .cart-discount .actions-toolbar .secondary {
    bottom: -30px;
    left: 0;
    position: absolute;
  }
  h1 {
    font-size: 40px;
    margin-bottom: 40px;
  }
  .page-main,
  .page-wrapper > .page-bottom {
    width: 100%;
  }
  .columns {
    display: block;
  }
  .column.main {
    min-height: 300px;
  }
  .page-layout-1column .column.main {
    width: 100%;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-3columns .column.main {
    width: 58.33333333%;
    display: inline-block;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-left .column.main {
    width: 79.16666667%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-right .column.main {
    width: 79.16666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .sidebar-main {
    padding-right: 2%;
  }
  .page-layout-3columns .sidebar-main {
    width: 20.83333333%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-left .sidebar-main {
    width: 20.83333333%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-right .sidebar-main {
    width: 20.83333333%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-right .sidebar-main {
    padding-left: 2%;
    padding-right: 0;
  }
  .sidebar-additional {
    clear: right;
    padding-left: 2%;
  }
  .page-layout-3columns .sidebar-additional {
    width: 20.83333333%;
    float: right;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
  }
  .page-layout-2columns-left .sidebar-additional {
    width: 20.83333333%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-right .sidebar-additional {
    width: 20.83333333%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-left .main {
    padding-left: 2%;
  }
  .page-layout-2columns-left .sidebar-additional {
    clear: left;
    float: left;
    padding-left: 0;
  }
  .panel.header {
    padding: 10px 20px;
  }
  .legend {
    border-bottom: 1px solid #c5c5c5;
  }
  .actions-toolbar {
    text-align: left;
  }
  .actions-toolbar:before,
  .actions-toolbar:after {
    content: '';
    display: table;
  }
  .actions-toolbar:after {
    clear: both;
  }
  .actions-toolbar .primary {
    float: left;
  }
  .actions-toolbar .primary,
  .actions-toolbar .secondary {
    display: inline-block;
  }
  .actions-toolbar .primary a.action,
  .actions-toolbar .secondary a.action {
    display: inline-block;
  }
  .actions-toolbar .primary .action {
    margin: 0 15px 0 0;
  }
  .actions-toolbar .secondary a.action {
    margin-top: 6px;
  }
  .actions-toolbar > .primary,
  .actions-toolbar > .secondary {
    margin-bottom: 0;
  }
  .actions-toolbar > .primary .action,
  .actions-toolbar > .secondary .action {
    margin-bottom: 0;
    width: auto;
  }
  .popup-content .fieldset .actions-toolbar .secondary {
    display: inline-block;
    float: none;
  }
  .popup-content .fieldset .actions-toolbar .action.cancel {
    margin-top: 6px;
  }
  .work_schedule {
    grid-column-start: 1;
    grid-column-end: 1;
    grid-row-start: 2;
    grid-row-end: 6;
    padding-right: 10px;
  }
  .addresses {
    grid-column-start: 2;
    grid-column-end: 2;
    grid-row-start: 1;
    grid-row-end: 3;
    margin-top: 0;
    padding-left: 10px;
  }
  .footer_networks {
    grid-column-start: 2;
    grid-column-end: 2;
    padding-left: 10px;
  }
  .footer_payment {
    grid-column-start: 2;
    grid-column-end: 2;
    padding-left: 10px;
  }
  .footer_menu {
    grid-column-start: 1;
    grid-column-end: 3;
  }
  .footer_menu_ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .footer_menu_ul_li {
    margin-left: 20px;
    margin-right: 20px;
  }
  .page-footer:before {
    content: '';
    position: absolute;
    right: 20px;
    bottom: -5px;
    width: 141px;
    height: 152px;
    background-image: url(../images/vf3.svg);
    background-position: left bottom 0;
    background-repeat: no-repeat;
    z-index: 0;
  }
  .page-footer:after {
    content: '';
    position: absolute;
    left: 20px;
    bottom: 0;
    width: 59%;
    height: 118px;
    background-image: url(../images/vf4.svg);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 0;
  }
  .footer-new {
    display: grid;
    grid-template-columns: 50% 50%;
    background-image: url(../images/vf2.svg);
    background-position: right 20px top;
    background-repeat: no-repeat;
  }
  .work_schedule {
    grid-column-start: 2;
    grid-column-end: 2;
    grid-row-start: 1;
    grid-row-end: 4;
    margin-top: 0;
  }
  .addresses {
    grid-column-start: 3;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 4;
    margin-top: 0;
  }
  .footer_work_schedule_div_div_ul_li {
    font-size: 16px;
    line-height: 24px;
  }
  .footer_networks {
    grid-column-start: 1;
    grid-column-end: 1;
    grid-row-start: 2;
    grid-row-end: 2;
    padding-left: 0;
    margin-top: 40px;
  }
  .footer_networks_p {
    margin-top: 0;
  }
  .footer_payment {
    grid-column-start: 1;
    grid-column-end: 1;
    grid-row-start: 3;
    grid-row-end: 3;
    padding-left: 0;
  }
  .footer_menu {
    grid-column-start: 1;
    grid-column-end: 4;
    justify-content: center;
    display: flex;
    margin-top: 40px;
  }
  .footer_menu_ul_li {
    margin-left: 16px;
    margin-right: 16px;
  }
  .footer_menu_ul_li_a {
    font-size: 18px;
    line-height: 26px;
  }
  .page-footer .consultation-lead.footer_form_form {
    width: 304px;
  }
  .footer-new {
    display: grid;
    grid-template-columns: 33.33% 33.33% 33.33%;
    max-width: 1280px;
    margin: 0 auto;
    box-sizing: border-box;
  }
  .form-record-consultation {
    grid-column-start: 1;
    grid-column-end: 1;
    padding-right: 10px;
  }
  .form-record-consultation form {
    width: 260px;
  }
  .form-record-consultation {
    grid-column-start: 1;
    grid-column-end: 1;
    grid-row-start: 1;
    grid-row-end: 1;
  }
  .section-wrapper {
    padding-left: 0;
    padding-right: 0;
    box-sizing: border-box;
  }
  .page-title-wrapper .page-title {
    font-size: 40px;
    line-height: 44px;
    margin-top: 6px;
  }
  .benefits {
    margin-bottom: 16px;
  }
  .modal-popup.modal-slide .modal-footer {
    border-top: 1px solid #c1c1c1;
    text-align: right;
  }
  .pagebuilder-mobile-only {
    display: none !important;
  }
  .desktop.three-columns {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .desktop.three-columns section.content {
    padding: 0 30px;
    width: 52%;
  }
  .desktop.three-columns aside.left,
  .desktop.three-columns aside.right {
    width: 24%;
  }
  .desktop.two-columns-right,
  .desktop.two-columns-left {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .desktop.two-columns-right section.content {
    padding-right: 40px;
    width: 76%;
  }
  .desktop.two-columns-left section.content {
    padding-left: 40px;
    width: 76%;
  }
  .desktop.two-columns-right aside.left,
  .desktop.two-columns-left aside.left,
  .desktop.two-columns-right aside.right,
  .desktop.two-columns-left aside.right {
    width: 24%;
  }
  .amblog-container-list {
    padding-top: 0;
  }
  .amblog-main-content {
    padding-top: 0;
  }
  .amblog-pager-container {
    margin: 40px auto 50px;
    width: 290px;
  }
  .amblog-comments-wrapper,
  .amblog-related-wrapper {
    margin-bottom: 0;
  }
  .amblog-form-comment .amblog-svg.comment {
    top: 10px;
  }
  .amblog-form-comment .amblog-customer {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .amblog-form-comment .amblog-wrapper {
    width: 49%;
  }
  .amblog-form-comment .amblog-wrapper:first-child {
    margin-right: 20px;
  }
  .amblog-form-comment .amblog-input.-email + .mage-error,
  .amblog-form-comment .amblog-input.-name + .mage-error {
    margin-bottom: 0;
  }
  .amblog-form-comment .amblog-btn {
    padding: 14px 0;
    width: 230px;
  }
  .amblog-form-comment .amblog-btn:hover {
    background: #2BBA7D;
  }
  .desktop.three-columns aside.left,
  .desktop.three-columns aside.right {
    max-width: 271px;
    width: 24%;
  }
  .desktop.three-columns section.content {
    width: 52%;
  }
  .desktop.two-columns-right aside.right,
  .desktop.two-columns-left aside.right {
    max-width: 271px;
    width: 30%;
  }
  .amblog-helpful-wrap {
    margin: 0;
    right: 0;
    top: 0;
  }
  .sidebar.sidebar-main [data-set="sidebar-recentpost"] .amblog-list {
    margin-left: 0;
    margin-right: 0;
  }
  .sidebar.sidebar-main [data-set="sidebar-recentpost"] .amblog-list .post-item-info {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
  .sidebar.sidebar-additional [data-set="sidebar-search"] .amblog-title,
  .sidebar.sidebar-main [data-set="sidebar-search"] .amblog-title,
  .sidebar.sidebar-additional [data-set="sidebar-category"] .amblog-title,
  .sidebar.sidebar-main [data-set="sidebar-category"] .amblog-title,
  .sidebar.sidebar-additional [data-set="sidebar-tags"] .amblog-title,
  .sidebar.sidebar-main [data-set="sidebar-tags"] .amblog-title,
  .sidebar.sidebar-additional [data-set="sidebar-recentpost"] .amblog-title,
  .sidebar.sidebar-main [data-set="sidebar-recentpost"] .amblog-title,
  .sidebar.sidebar-additional [data-set="sidebar-subscribe"] .amblog-title,
  .sidebar.sidebar-main [data-set="sidebar-subscribe"] .amblog-title,
  .sidebar.sidebar-additional [data-set="sidebar-recentcomments"] .amblog-title,
  .sidebar.sidebar-main [data-set="sidebar-recentcomments"] .amblog-title {
    margin-bottom: 16px;
  }
  .sidebar.sidebar-additional [data-set="sidebar-search"] .amblog-title:after,
  .sidebar.sidebar-main [data-set="sidebar-search"] .amblog-title:after,
  .sidebar.sidebar-additional [data-set="sidebar-category"] .amblog-title:after,
  .sidebar.sidebar-main [data-set="sidebar-category"] .amblog-title:after,
  .sidebar.sidebar-additional [data-set="sidebar-tags"] .amblog-title:after,
  .sidebar.sidebar-main [data-set="sidebar-tags"] .amblog-title:after,
  .sidebar.sidebar-additional [data-set="sidebar-recentpost"] .amblog-title:after,
  .sidebar.sidebar-main [data-set="sidebar-recentpost"] .amblog-title:after,
  .sidebar.sidebar-additional [data-set="sidebar-subscribe"] .amblog-title:after,
  .sidebar.sidebar-main [data-set="sidebar-subscribe"] .amblog-title:after,
  .sidebar.sidebar-additional [data-set="sidebar-recentcomments"] .amblog-title:after,
  .sidebar.sidebar-main [data-set="sidebar-recentcomments"] .amblog-title:after {
    display: none;
  }
  .sidebar.sidebar-additional [data-set="sidebar-search"] .amblog-title.-active,
  .sidebar.sidebar-main [data-set="sidebar-search"] .amblog-title.-active,
  .sidebar.sidebar-additional [data-set="sidebar-category"] .amblog-title.-active,
  .sidebar.sidebar-main [data-set="sidebar-category"] .amblog-title.-active,
  .sidebar.sidebar-additional [data-set="sidebar-tags"] .amblog-title.-active,
  .sidebar.sidebar-main [data-set="sidebar-tags"] .amblog-title.-active,
  .sidebar.sidebar-additional [data-set="sidebar-recentpost"] .amblog-title.-active,
  .sidebar.sidebar-main [data-set="sidebar-recentpost"] .amblog-title.-active,
  .sidebar.sidebar-additional [data-set="sidebar-subscribe"] .amblog-title.-active,
  .sidebar.sidebar-main [data-set="sidebar-subscribe"] .amblog-title.-active,
  .sidebar.sidebar-additional [data-set="sidebar-recentcomments"] .amblog-title.-active,
  .sidebar.sidebar-main [data-set="sidebar-recentcomments"] .amblog-title.-active {
    margin-bottom: 16px;
  }
  .sidebar.sidebar-additional [data-set="sidebar-search"] .amblog-title.-active:after,
  .sidebar.sidebar-main [data-set="sidebar-search"] .amblog-title.-active:after,
  .sidebar.sidebar-additional [data-set="sidebar-category"] .amblog-title.-active:after,
  .sidebar.sidebar-main [data-set="sidebar-category"] .amblog-title.-active:after,
  .sidebar.sidebar-additional [data-set="sidebar-tags"] .amblog-title.-active:after,
  .sidebar.sidebar-main [data-set="sidebar-tags"] .amblog-title.-active:after,
  .sidebar.sidebar-additional [data-set="sidebar-recentpost"] .amblog-title.-active:after,
  .sidebar.sidebar-main [data-set="sidebar-recentpost"] .amblog-title.-active:after,
  .sidebar.sidebar-additional [data-set="sidebar-subscribe"] .amblog-title.-active:after,
  .sidebar.sidebar-main [data-set="sidebar-subscribe"] .amblog-title.-active:after,
  .sidebar.sidebar-additional [data-set="sidebar-recentcomments"] .amblog-title.-active:after,
  .sidebar.sidebar-main [data-set="sidebar-recentcomments"] .amblog-title.-active:after {
    display: none;
  }
  body[class*='amblog-index-'] .page-title-wrapper {
    margin-bottom: 20px;
  }
  body[class*='amblog-index-'] .page-title {
    font-size: 40px;
    line-height: 44px;
  }
  body[class*='amblog-index-'] .sidebar .block-reorder .block-content:not(.no-display) {
    margin-bottom: 50px;
  }
  body[class*='amblog-index-'] h2.amblog-post-title {
    font-size: 18px;
    line-height: 28px;
  }
  body[class*='amblog-index-'] h3.amblog-title.-accordion {
    font-size: 1.6rem;
    padding-right: 40px;
  }
  body[class*='amblog-index-'] h3.amblog-title.-accordion:before {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMTEiIHZpZXdCb3g9IjAgMCAyMCAxMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTkuODc2NTYgMC40NTQxMDNMMC45MDkwNTggOC44MDA1NkwyLjM0ODc5IDEwLjI1NzNMOS44NzY1NiAzLjI0OTM4TDE3LjY1MTEgMTAuNDU0MUwxOS4wOTA5IDkuMDM2NzhMMTAuNDExMyAwLjkyNjU0NEw5Ljg3NjU2IDAuNDU0MTAzWiIgZmlsbD0iI0M3QzdDNyIvPgo8L3N2Zz4K);
    content: '';
    cursor: pointer;
    display: block;
    height: 12px;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%) rotate(-180deg);
    width: 20px;
  }
  body[class*='amblog-index-'] h3.amblog-title.-accordion.-active:before {
    transform: translateY(-50%) rotate(0);
  }
  body[class*='amblog-index-'] .amblog-content [data-content-type="row"] [data-content-type="text"] {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 16px;
  }
  body[class*='amblog-index-'] .amblog-content [data-content-type="row"] h2[data-content-type="heading"] {
    font-size: 24px;
    line-height: 150%;
  }
  body[class*='amblog-index-'] .amblog-content [data-content-type="row"] [data-content-type="image"] {
    margin-bottom: 24px;
  }
  body[class*='amblog-index-'] .amblog-footer .tags {
    margin-bottom: 43px;
  }
  body[class*='amblog-index-'] .amblog-footer .tags strong {
    font-size: 24px;
    line-height: 150%;
    margin-bottom: 15px;
  }
  body[class*='amblog-index-'] .amblog-footer .amblog-helpful-wrap {
    margin-top: 0;
    margin-bottom: 29px;
  }
  body[class*='amblog-index-'] .amblog-footer .amblog-helpful-wrap .amblog-helpful {
    font-size: 16px;
    line-height: 24px;
  }
  .amblog-search-block .amblog-list {
    padding: 0;
  }
  .amblog-search-block .amblog-content {
    justify-content: space-between;
    padding-bottom: 25px;
  }
  .amblog-search-block .amblog-content > *:first-child {
    margin-left: 0;
  }
  .amblog-search-block .amblog-content > *:not(:last-child) {
    margin-right: 0;
  }
  .amblog-search-block .amblog-content > *:not(:last-child, :first-child) {
    padding: 0 25px;
  }
  .amblog-search-block .amblog-author-name {
    align-items: center;
    display: flex;
    flex-direction: column;
  }
  .amblog-search-block .amblog-description {
    flex: 1 0 22%;
  }
  .amblog-search-block .amblog-social-container {
    flex-grow: 1;
    justify-content: flex-end;
  }
  .amblog-search-block .amblog-description + .amblog-social-container {
    flex-grow: initial;
  }
  .amblog-replies-block.-level-top > .amblog-comment,
  .amblog-replies-block.-level-top > .amblog-comment-reply,
  .amblog-comments-action .amblog-replies,
  .amblog-comments-container .amblog-replies {
    box-sizing: border-box;
    margin: 30px 0 0;
    max-width: 1025px;
    padding-left: 20px;
  }
  .amblog-tabs-block.-block .amblog-list.-active {
    justify-content: flex-start;
  }
  .amblog-content-tab {
    margin-bottom: 10px;
  }
  .amblog-post-container .amblog-widget-container.-post .amblog-item {
    width: 48%;
  }
  .amblog-grid-list {
    -webkit-box-pack: initial;
    -ms-flex-pack: initial;
    justify-content: initial;
  }
  .amblog-grid-list > .amblog-item {
    width: calc(33.33% - 30px);
    margin-right: 15px;
    margin-left: 15px;
  }
  .amblog-grid-list .slick-slide .amblog-item {
    margin-right: 3%;
    width: 31%;
  }
  .amblog-grid-list .slick-slide .amblog-item {
    min-width: 150px;
  }
  .amblog-grid-list .slick-slide .amblog-item:nth-child(3n+0) {
    margin-right: 0;
  }
  .amblog-container-list {
    margin-left: 0;
    margin-right: 0;
  }
  .amblog-container-list .amblog-post-container {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 16px;
  }
  #html-body .discount-form--post .discount-form__title {
    margin-left: 20%;
    position: relative;
    z-index: 1;
  }
  #html-body .discount-form--post img.discount-form__image {
    right: 20%;
  }
  #html-body .discount-form--post .discount-form__gear:nth-of-type(1) {
    left: 23% !important;
  }
  #html-body .discount-form .form {
    width: 60%;
  }
  .page-layout-3columns .amblog-grid-list {
    justify-content: space-between;
  }
  .page-layout-3columns .amblog-grid-list > .amblog-item,
  .page-layout-3columns .amblog-grid-list .slick-slide .amblog-item {
    margin-right: 20px;
    width: calc(51% - 20px);
  }
  .page-layout-3columns .amblog-grid-list > .amblog-item:nth-child(2n+0),
  .page-layout-3columns .amblog-grid-list .slick-slide .amblog-item:nth-child(2n+0) {
    margin-right: 0;
  }
  .column .amblog-newsletter .input-box.-newsletter {
    flex-wrap: wrap;
  }
  .column .amblog-newsletter .mage-error[generated='true'],
  .column .amblog-newsletter .amblog-input {
    max-width: calc(65% - 10px);
  }
  .column .amblog-newsletter .amblog-btn {
    max-width: 35%;
  }
  .column .amblog-newsletter .mage-error[generated='true'] {
    order: 3;
    width: 100%;
  }
  .amblog-search-titles {
    border-bottom: 1px solid #e5e5e5;
  }
  .amblog-search-title {
    position: relative;
    width: auto;
  }
  .amblog-search-title:after {
    background: transparent;
    content: '';
    height: 1px;
    left: 0;
    position: absolute;
    top: 100%;
    width: 100%;
  }
  .amblog-search-title.open:after {
    background: #ffda58;
  }
  .amblog-search-content {
    margin-top: 40px;
    width: 100%;
  }
  .desktop.three-columns .amblog-related-wrapper.-related-products .amblog-item-product {
    max-width: 129px;
  }
  .amblog-related-wrapper.-related-products .amblog-slick-slider:not(.slick-initialized) {
    justify-content: initial;
  }
  .amblog-related-wrapper.-related-products .amblog-slick-slider:not(.slick-initialized) .amblog-item-product {
    max-width: 25%;
  }
  .amblog-related-wrapper.-related-products .product-reviews-summary {
    margin-bottom: 5px;
  }
  .action.compare {
    padding: 0 10px;
  }
  .amsearch-wrapper-block {
    order: initial;
    width: auto;
    margin-top: 0;
    padding: 8px 0;
    margin-left: auto;
    margin-right: 0;
  }
  .page-header .amsearch-wrapper-block {
    float: right;
    margin: 0;
    padding: 0;
    width: auto;
  }
  .page-header .amsearch-wrapper-block:before {
    content: none;
  }
  .amsearch-loader-block {
    right: 30px;
  }
  .amsearch-emptysearch-cms {
    padding: 40px;
  }
  .amsearch-emptysearch-cms .amsearch-content > .amsearch-title {
    font-size: 54px;
  }
  .amsearch-emptysearch-cms .amsearch-text {
    font-size: 22px;
  }
  .amsearch-wrapper-block .amsearch-result-section {
    width: 900px;
  }
  .amsearch-emptysearch-cms {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 40px 70px;
  }
  .amsearch-emptysearch-cms > .amsearch-item {
    max-width: 50%;
  }
  .amsearch-emptysearch-cms > .amsearch-content {
    padding-right: 10px;
  }
  .amsearch-emptysearch-cms .amsearch-content > .amsearch-title {
    font-size: 72px;
    margin: 0 0 20px;
  }
  .amsearch-emptysearch-cms .amsearch-text {
    font-size: 28px;
    line-height: 33px;
  }
  .amsearch-emptysearch-cms .amsearch-contacts-block {
    font-size: 22px;
    margin-top: 45px;
  }
  .amsearch-emptysearch-cms .amsearch-image-block {
    margin-top: 0;
  }
  .amsearch-emptysearch-cms .amsearch-contacts-block > .amsearch-title {
    margin-bottom: 10px;
  }
  .amsearch-search-page #tabs-amsearch-blog-tab .amsearch-item-wrap .amsearch-item {
    width: calc(33.33% - 30px);
  }
  .amsearch-search-page #maincontent .columns {
    position: relative;
    padding-top: 60px;
  }
  .amsearch-search-page #maincontent .columns .toolbar-sorter.sorter {
    display: flex;
  }
  .amsearch-search-page #maincontent .columns .amsearch-result-tabs {
    position: static;
  }
  .amsearch-search-page #maincontent .columns .amsearch-result-tabs > [role="tablist"]:not(:first-child) {
    border: 0;
    padding: 0;
  }
  .amsearch-search-page #maincontent .columns .amsearch-result-tabs > [role="tablist"]:not(:first-child) .data.item.title {
    display: none;
  }
  .amsearch-search-page #maincontent .columns .amsearch-result-tabs > [role="tablist"]:not(:first-child) .data.item.title + div {
    display: block;
    margin-top: 0;
  }
  .amsearch-search-page #maincontent .columns .sidebar.sidebar-main {
    display: block;
  }
  .amsearch-search-page #maincontent .columns .sidebar.sidebar-main .block.filter {
    margin-top: 4px;
    padding-right: 30px;
  }
  .amsearch-search-page #maincontent .columns .desktop-tab {
    display: flex;
    width: 100%;
    border-bottom: 1px solid #CCCED2;
    position: absolute;
    top: 0;
    left: 0;
  }
  .amsearch-search-page #maincontent .columns .desktop-tab > div[role="tablist"]:not(:first-child) {
    display: block !important;
  }
  .amsearch-search-page #maincontent .columns .desktop-tab .data.item.title {
    margin-right: 0;
    margin-bottom: -1px;
    display: flex;
  }
  .amsearch-search-page #maincontent .columns .desktop-tab .data.item.title a {
    padding: 7px 20px;
    box-sizing: border-box;
    margin-right: 0;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #545454;
  }
  .amsearch-search-page #maincontent .columns .desktop-tab .data.item.title:hover:before {
    background-color: #2BBA7D;
    bottom: 0;
    height: 1px;
  }
  .amsearch-search-page #maincontent .columns .desktop-tab .data.item.title.active {
    background-color: transparent;
  }
  .amsearch-search-page #maincontent .columns .desktop-tab .data.item.title.active:before {
    background-color: #2BBA7D;
    bottom: 0;
    height: 1px;
  }
  .amsearch-search-page #maincontent .columns .desktop-tab .data.item.title.active a {
    color: #000000;
  }
  .amsearch-search-page #maincontent .columns .desktop-tab ~ div .data.item.title {
    display: none;
  }
  .amsearch-button.-close:hover,
  .amsearch-button.-close:hover {
    filter: brightness(0%);
  }
  .amsearch-slider-section {
    max-width: 575px;
  }
  .amsearch-slider-section.slick-slider {
    padding: 0 40px;
  }
  .amsearch-products-section {
    border-top: none;
    display: flex;
    flex-wrap: wrap;
  }
  .amsearch-products-section:not(:first-child) {
    border-left: 1px solid #cccccc;
  }
  .amsearch-products-section .amsearch-description {
    width: auto;
  }
  .amsearch-products-section.-list .amsearch-image {
    max-width: 125px;
  }
  .amsearch-products-section.-list .product-item-actions {
    align-content: flex-start;
    display: flex;
  }
  .amsearch-products-section.-list .amsearch-description {
    padding-left: 20px;
  }
  .amsearch-products-section.-grid:not(.-slider) .amsearch-item {
    max-width: calc(33.33333333%);
  }
  .amsearch-result-block:not(.-preload) .amsearch-products-section {
    width: calc(100% - 283px);
  }
  .amsearch-products-section.-grid:not(.-slider) .amsearch-item {
    max-width: calc(25%);
  }
  .amsearch-result-tabs .title:hover:before,
  .amsearch-result-tabs .title.active:before {
    background: #ffffff;
    bottom: -1px;
    content: '';
    height: 2px;
    left: 1px;
    position: absolute;
    width: calc(100% - 2px);
  }
  .amsearch-result-tabs.product.data.items .item.title.active .switch {
    padding-bottom: 1px;
  }
  .amsearch-result-section {
    min-width: 100%;
    width: inherit;
  }
  .amsearch-result-section:not(.-small) {
    flex-wrap: nowrap;
  }
  .amsearch-result-block.-preload {
    flex-wrap: nowrap;
  }
  .amsearch-result-block.-preload .amsearch-products-list:not(:first-child) {
    border-left: 1px solid #cccccc;
    width: calc(100% - 283px);
  }
  .page-header:not(.amsearch-full-width) .amsearch-input-wrapper.-dynamic-width {
    width: 100%;
  }
  .page-header .amsearch-input-wrapper {
    min-width: 283px;
    width: auto;
  }
  .amsearch-item-container {
    padding: 0 0 25px;
  }
  .amsearch-items-section {
    padding: 25px 0;
  }
  .amsearch-items-section:not(:first-child:last-child) {
    max-width: 283px;
    width: 100%;
  }
  .amsearch-full_width-title {
    display: none;
  }
  .page-header.amsearch-full-width.-opened .ammenu-logo,
  .page-header.amsearch-full-width.-opened .logo {
    margin: 0 auto 0 4vw;
    z-index: 11;
  }
  .page-header.amsearch-full-width.-opened .amsearch-wrapper-block {
    z-index: 10;
  }
  .page-header.amsearch-full-width.-opened .amsearch-button.-full-close {
    right: 4vw;
  }
  .page-header.amsearch-full-width .amsearch-input-wrapper {
    flex-grow: initial;
  }
  .page-header.amsearch-full-width .amsearch-button.-search {
    flex-grow: initial;
  }
  .page-header.amsearch-full-width .amsearch-wrapper-block {
    background: #fff;
    display: inline-block;
  }
  .page-header.amsearch-full-width:not(.-opened) .amsearch-wrapper-block {
    position: static;
    width: auto;
  }
  .page-header.amsearch-full-width .amsearch-form-block {
    height: 100%;
    justify-content: center;
    padding: 0;
  }
  .page-header.amsearch-full-width .amsearch-result-section {
    padding: 0 calc(4vw - 15px);
  }
  .page-header.amsearch-full-width .amsearch-products-section.-grid:not(.-slider) .amsearch-item {
    max-width: calc(25%);
  }
  .page-header.amsearch-full-width .amsearch-products-section.-list .amsearch-item {
    width: 50%;
  }
  .page-header.amsearch-full-width .amsearch-button.-full-close {
    margin: auto;
  }
  .page-header .amsearch-button.-loupe-trigger {
    display: none;
  }
  .page-header.amsearch-full-width .amsearch-products-section.-grid:not(.-slider) .amsearch-item {
    max-width: calc(20%);
  }
  .amsearch-search-page.page-products .columns {
    z-index: 0;
  }
  .pages .pages-items {
    float: none;
  }
  .catalog-product-view #maincontent .column.main .seo-text-block {
    width: calc(100% - 400px);
    margin: 0;
  }
  .seo-text-block h2 {
    font-size: 40px;
  }
  #car-form-popup #choose-auto-form-popup {
    flex-direction: column;
  }
  .category-tree-left #vin-auto-form,
  .category-tree-left #choose-auto-form {
    flex-direction: row;
  }
  .category-tree-left .blockone.section-wrapper.additional-container .form-record-consultation {
    display: block;
  }
  .category-tree-left .page-main .blockone.outerform.section-wrapper {
    display: none;
  }
  .category-tree-left div.columns {
    padding-top: 50px !important;
  }
  .category-tree-left div.columns .column.main {
    width: calc(100% - 250px);
  }
  .category-tree-left div.columns .sidebar.sidebar-main {
    width: 250px;
  }
  .category-tree-left div.columns .sidebar.sidebar-main .block.filter {
    position: relative;
    top: 0;
    margin-bottom: 30px;
  }
  .category-tree-left div.columns .sidebar.sidebar-main .count-text {
    position: absolute;
    top: 0;
    margin-bottom: 0;
  }
  .category-tree-left .auto-parts-top {
    position: relative;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .category-tree-left .auto-parts-top .our-car-services {
    position: absolute;
    right: 0;
    margin: 0;
    max-width: calc(50% - 44px);
  }
  body:not(.page-layout-sto):not(.page-layout-stomenu) .blockone .our-car-services {
    display: block;
  }
  body:not(.page-layout-sto):not(.page-layout-stomenu) .blockone .services:last-child {
    display: flex;
    width: 100%;
    justify-content: flex-start;
  }
  body.page-layout-stomenu .blockone:not(.outerform),
  body.page-layout-sto .blockone:not(.outerform) {
    position: relative;
  }
  body.page-layout-stomenu .blockone:not(.outerform) .services__subtitle,
  body.page-layout-sto .blockone:not(.outerform) .services__subtitle {
    margin-bottom: 22px;
  }
  body.page-layout-stomenu .blockone:not(.outerform) .services__subtitle > p,
  body.page-layout-sto .blockone:not(.outerform) .services__subtitle > p {
    min-width: 75%;
  }
  body.page-layout-stomenu .blockone:not(.outerform) .services:last-child,
  body.page-layout-sto .blockone:not(.outerform) .services:last-child {
    display: flex;
    flex-direction: column;
  }
  body.page-layout-stomenu .blockone:not(.outerform) .services .services-wrapper,
  body.page-layout-sto .blockone:not(.outerform) .services .services-wrapper {
    min-width: 75%;
  }
  body.page-layout-stomenu .blockone:not(.outerform) .services .form-record-consultation,
  body.page-layout-sto .blockone:not(.outerform) .services .form-record-consultation {
    position: absolute;
    width: 50%;
    right: 0;
  }
  body[class*="categorypath-zapchasti"] .blockone.section-wrapper.additional-container .services:last-child {
    flex-wrap: wrap;
  }
  /* dlja zapchastej cat*/
  body[class*="categorypath-zapchasti"] .catalog-category-view .blockone.section-wrapper.additional-container .our-car-services {
    display: block;
  }
  body[class*="categorypath-zapchasti"] .catalog-category-view .blockone.section-wrapper.additional-container .services .form-record-consultation {
    display: none;
  }
  body[class*="categorypath-zapchasti"] .catalog-category-view .blockone.section-wrapper.additional-container .services:last-child {
    display: flex;
    width: 100%;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  body.page-layout-stomenu.categorypath-avtotovary-masla .blockone.listone.section-wrapper.additional-container:not(.outerform) .services .form-record-consultation,
  body.page-layout-sto.categorypath-avtotovary-masla .blockone.listone.section-wrapper.additional-container:not(.outerform) .services .form-record-consultation {
    display: none;
  }
  /* stranicy uslug */
  body.page-layout-stomenu:not([class*="categorypath-avtotovary"]) .blockone:not(.outerform),
  body.page-layout-sto:not([class*="categorypath-avtotovary"]) .blockone:not(.outerform) {
    position: relative;
    min-height: 250px;
  }
  body.page-layout-stomenu:not([class*="categorypath-avtotovary"]) .blockone:not(.outerform) .services:last-child,
  body.page-layout-sto:not([class*="categorypath-avtotovary"]) .blockone:not(.outerform) .services:last-child {
    display: flex;
  }
  body.page-layout-stomenu:not([class*="categorypath-avtotovary"]) .blockone:not(.outerform) .services,
  body.page-layout-sto:not([class*="categorypath-avtotovary"]) .blockone:not(.outerform) .services {
    display: flex;
  }
  body.page-layout-stomenu:not([class*="categorypath-avtotovary"]) .blockone:not(.outerform) .services__subtitle > p,
  body.page-layout-sto:not([class*="categorypath-avtotovary"]) .blockone:not(.outerform) .services__subtitle > p {
    min-width: 75%;
  }
  body.page-layout-stomenu:not([class*="categorypath-avtotovary"]) .blockone:not(.outerform) .services:last-child,
  body.page-layout-sto:not([class*="categorypath-avtotovary"]) .blockone:not(.outerform) .services:last-child {
    display: flex;
    flex-direction: column;
  }
  body.page-layout-stomenu:not([class*="categorypath-avtotovary"]) .blockone:not(.outerform) .services .services-wrapper,
  body.page-layout-sto:not([class*="categorypath-avtotovary"]) .blockone:not(.outerform) .services .services-wrapper {
    min-width: 75%;
  }
  body.page-layout-stomenu:not([class*="categorypath-avtotovary"]) .blockone:not(.outerform) .services .form-record-consultation,
  body.page-layout-sto:not([class*="categorypath-avtotovary"]) .blockone:not(.outerform) .services .form-record-consultation {
    position: absolute;
    width: 50%;
    right: 0;
  }
  /*  HONE PAGE */
  body.cms-home .blockone.section-wrapper.additional-container .services.service-costs {
    justify-content: space-between;
  }
  body.cms-home .blockone.section-wrapper.additional-container .services.service-costs .our-car-services {
    margin-left: 0;
  }
  body.cms-home .blockone.section-wrapper.additional-container .services.service-costs .form-record-consultation {
    width: 50%;
  }
  .blockone {
    display: flex;
    justify-content: space-between;
  }
  .blockone .add-diagnostics {
    margin-top: 17px;
  }
  .blockone .services-wrapper {
    width: 70%;
  }
  .blockone.guarantee-wraper {
    flex-wrap: wrap;
    flex-direction: row;
  }
  .blockone.guarantee-wraper .guarantee {
    width: 50%;
    order: 2;
    padding-left: 45px;
    box-sizing: border-box;
  }
  .blockone.guarantee-wraper .tire-filling {
    width: 50%;
    order: 1;
  }
  .blockone.guarantee-wraper .blockone.guarantee-wraper .guarantee-content {
    order: 3;
    margin-top: 20px;
  }
  .blockone .services {
    width: 50%;
    margin-right: 30px;
    margin-top: 0;
  }
  .blockone .services__subtitle {
    gap: 12px;
    margin-bottom: 26px;
  }
  .blockone .services__subtitle > h1 {
    font-size: 40px;
    line-height: 48px;
    margin-bottom: 16px;
  }
  .blockone .services__subtitle > p {
    width: 45%;
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 16px;
  }
  .blockone .services:last-child {
    margin-right: 0;
  }
  .blockone .services__title {
    font-size: 18px;
    line-height: 26px;
  }
  .blockone .services__list {
    margin-bottom: 24px;
  }
  .blockone .services .form-record-consultation {
    padding: 56px 42px 72px 56px;
    margin: 0;
    width: 100%;
    height: 248px;
    max-width: inherit;
    box-sizing: border-box;
  }
  .blockone .services .form-record-consultation > p {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 30px;
  }
  .blockone .services .form-record-consultation form {
    width: 304px;
  }
  .blockone .services .form-record-consultation form .field .control input {
    padding: 16px;
  }
  .blockone .services .form-record-consultation form .actions {
    width: 55px;
    height: 56px;
  }
  .blockone .services .form-record-consultation form .actions button {
    width: 55px;
    height: 56px;
  }
  .blockone .services .services-wrapper {
    margin: 0 0 22px;
  }
  .blockone .services .services-wrapper .services__list {
    gap: 30px;
    flex-flow: row nowrap;
    justify-content: space-between;
    background: transparent;
    padding: 0;
    margin: 0;
  }
  .blockone .services .services-wrapper .services__item {
    display: flex;
    flex-direction: column;
    width: 49%;
    background: #F9F8F3;
    border-radius: 4px;
    padding: 16px;
    margin: 0;
    gap: 4px;
  }
  .blockone .services .services-wrapper .services__item b:nth-child(1) {
    font-size: 12px;
    line-height: 18px;
    font-weight: 700;
    text-align: left;
    letter-spacing: .04em;
    text-transform: uppercase;
  }
  .blockone .services .services-wrapper .services__item b:nth-child(2) {
    font-size: 24px;
  }
  .blockone .widget-description ul {
    display: flex;
    flex-flow: column;
    gap: 8px;
  }
  .blockone .widget-description ul li {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 16px;
    font-weight: 700;
  }
  .blockone .services-map {
    display: block;
    width: 50%;
  }
  .blockone .services-map > div {
    border-radius: 8px;
    overflow: hidden;
  }
  .blockone .services-map > div img {
    float: left;
  }
  .blockone ~ .tire-filling {
    margin-top: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .blockone ~ .tire-filling .section-left {
    width: 55%;
  }
  .blockone ~ .tire-filling .section-left table {
    width: 100%;
  }
  .blockone ~ .tire-filling .section-full {
    width: 100%;
    margin-right: 30px;
  }
  .blockone ~ .tire-filling .section-full table {
    width: 100%;
  }
  .blockone ~ .tire-filling .section-right {
    width: 45%;
    margin-top: 0;
  }
  .blockone ~ .tire-filling .price-title {
    width: 100%;
  }
  .blockone ~ .tire-filling .tire-filling__text {
    width: auto;
  }
  .blockone ~ .tire-filling .tire-filling__text br {
    display: block;
  }
  .blockone ~ .tire-filling table {
    font-size: 14px;
    line-height: 18px;
    width: 47%;
  }
  .blockone ~ .tire-filling__text {
    width: 35%;
  }
  .blockone ~ .tire-filling thead th:nth-child(1) {
    width: 17%;
  }
  .blockone ~ .tire-filling thead th:nth-child(2) {
    width: 22%;
  }
  .blockone ~ .tire-filling thead th:nth-child(3) {
    width: 61%;
  }
  .blockone.listone .services {
    display: grid;
    grid-template-columns: 55% 45%;
    grid-template-rows: auto 1fr;
    width: 100%;
  }
  .blockone.listone .services .blockthirteen {
    padding-right: 138px;
    box-sizing: border-box;
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 1;
    grid-row-end: 2;
  }
  .blockone.listone .services .services-map {
    grid-column-start: 2;
    grid-column-end: 2;
    grid-row-start: 1;
    grid-row-end: 3;
    width: 100%;
  }
  .blockone.listone .services .services-map .form-record-consultation {
    margin-top: 40px;
  }
  .categorypath-sto-drugie-uslugi.category-drugie-uslugi .blockone.listone .services {
    display: grid !important;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    align-items: start;
    grid-template-rows: auto 1fr;
  }
  .categorypath-sto-drugie-uslugi.category-drugie-uslugi .blockone.listone .services .our-car-services {
    grid-column: 2;
    grid-row: 1;
  }
  .categorypath-sto-drugie-uslugi.category-drugie-uslugi .blockone.listone .services .blockthirteen {
    grid-column: 1;
    grid-row: 1 / span 2;
  }
  .categorypath-sto-drugie-uslugi.category-drugie-uslugi .blockone.listone .services .right .form-record-consultation {
    position: relative;
    width: 100%;
  }
  .all-services-and-prices {
    order: -1;
    margin-bottom: 32px;
  }
  .services-wrapper {
    order: -2;
  }
  .services__subtitle {
    order: -1;
  }
  aside.blocktwo,
  div.blocktwo {
    display: flex;
    justify-content: space-between;
    margin-top: 56px;
  }
  aside.blocktwo .statistics-header,
  div.blocktwo .statistics-header {
    font-size: 24px;
    line-height: 150%;
    width: 370px;
  }
  aside.blocktwo .statistics-today,
  div.blocktwo .statistics-today {
    margin-bottom: 32px;
    margin-right: 30px;
    width: 33.33%;
  }
  aside.blocktwo .statistics-today__list,
  div.blocktwo .statistics-today__list {
    display: flex;
    flex-direction: column;
  }
  aside.blocktwo .statistics-today__item,
  div.blocktwo .statistics-today__item {
    flex-direction: column;
  }
  aside.blocktwo .statistics-today__item > b:nth-child(2),
  div.blocktwo .statistics-today__item > b:nth-child(2) {
    font-size: 36px;
    line-height: 54px;
  }
  aside.blocktwo .statistics-today__item > b:nth-child(2) img,
  div.blocktwo .statistics-today__item > b:nth-child(2) img {
    width: 30px;
    height: 30px;
    margin-left: 10px;
  }
  aside.blocktwo > div:nth-child(2),
  div.blocktwo > div:nth-child(2) {
    width: 66.66%;
  }
  aside.blocktwo > div:nth-child(2) .statistics__list .statistics__item div > b:nth-child(2),
  div.blocktwo > div:nth-child(2) .statistics__list .statistics__item div > b:nth-child(2) {
    font-size: 36px;
    line-height: 54px;
  }
  .blockthree h2 {
    font-size: 40px;
    line-height: 44px;
  }
  .blockthree ul li b {
    font-size: 24px;
    line-height: 150%;
    font-weight: 500;
  }
  .blockthree ul li p {
    font-size: 16px;
    line-height: 150%;
  }
  .blockthree .pagebuilder-slider-custom img {
    display: flex;
    float: left;
    max-height: 500px !important;
  }
  .blockfour h2 {
    font-size: 40px;
    line-height: 44px;
    margin-bottom: 68px;
    width: 50%;
  }
  .blockfour h3 {
    font-size: 24px;
    line-height: 150%;
    margin-bottom: 32px;
    width: 100%;
  }
  .blockfour ul li {
    width: calc(25% - 30px);
  }
  .blockfour ul li img {
    margin: 0 auto 24px;
  }
  .blockfour ul li p {
    font-size: 18px;
    line-height: 150%;
    width: 100%;
  }
  .blockfive {
    background-color: #F9F8F3;
    margin-left: -39px;
    margin-right: -39px;
    margin-bottom: 96px;
    padding: 56px 0;
  }
  .blockfive h2 {
    font-size: 40px;
    line-height: 44px;
    margin: 0 0 52px 0;
  }
  .blockfive ul .feedback {
    margin: 0 8px 32px 8px;
    background: #fff;
    border: 1px solid #e9e9e9;
    width: calc(100% - 16px) !important;
  }
  .blockfive ul .feedback-text {
    margin-bottom: 16px;
  }
  .blockfive ul .slick-list {
    overflow: visible;
  }
  .blockfive ul.slick-initialized .slick-slide {
    float: none !important;
    display: inline-block !important;
    height: auto;
  }
  .blockfive .all-feedbacks-btn {
    font-size: 12px;
    line-height: 16px;
    text-transform: uppercase;
    max-width: 156px;
    padding: 12px 16px;
  }
  .blocksix {
    padding-top: 96px;
  }
  .blocksix h2 {
    font-size: 40px;
    line-height: 44px;
    margin-bottom: 32px;
  }
  .blocksix ul li {
    width: 10%;
  }
  .blockseven {
    padding: 96px 0;
  }
  .blockseven .additional-container h2 {
    font-size: 36px;
    line-height: 36px;
    margin-bottom: 32px;
  }
  .blockseven .section-wrapperб .additional-container {
    padding-left: 39px;
    padding-right: 39px;
  }
  .blockseven ul {
    padding: 0;
    display: flex;
    justify-content: space-between;
  }
  .blockseven ul li {
    margin-bottom: 0;
    margin-right: 30px;
  }
  .blockseven ul li:last-child {
    margin-right: 0;
  }
  .blockseven ul li a {
    font-size: 18px;
    line-height: 26px;
  }
  .blockeight h2 {
    font-size: 40px;
    line-height: 44px;
    margin-bottom: 16px;
  }
  .blockeight > ul {
    margin: 0 0 96px 0;
  }
  .blockeight ul li {
    margin-bottom: 32px;
  }
  .blockeight ul li p {
    font-size: 16px;
    line-height: 150%;
  }
  .blockeight div {
    margin-bottom: 40px;
  }
  .blockeight div > p:first-child {
    font-size: 24px;
    line-height: 150%;
  }
  .blockeight div ul li {
    width: 33.33%;
  }
  .blockeight .eight-content ul li {
    width: calc(25% - 9px);
  }
  .service-list__title,
  .car-services__title {
    font-size: 40px;
    line-height: 44px;
    margin-bottom: 60px;
  }
  .service-list__list,
  .car-services__list,
  .service-list__items,
  .car-services__items {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  .service-list__item,
  .car-services__item {
    width: 100%;
  }
  .blockeleven {
    padding: 96px 39px;
  }
  .blockeleven h3 {
    font-size: 40px;
    line-height: 44px;
  }
  .blockeleven .act {
    font-weight: 500;
  }
  .blockeleven .answer {
    padding: 8px 0 16px 0;
    font-size: 16px;
    line-height: 150%;
  }
  .blockeleven .additional-container > h2 {
    font-size: 36px;
    line-height: 36px;
    margin-bottom: 58px;
  }
  .blockthirteen.mini .additional-container > p {
    margin-bottom: 60px;
    font-size: 40px;
    line-height: 44px;
  }
  .blockthirteen.mini .additional-container > ul {
    columns: 4;
    -webkit-columns: 4;
    -moz-columns: 4;
  }
  .blockthirteen.mini .additional-container > ul > li {
    padding-right: 75px;
  }
  .blockthirteen.two-columns > div {
    padding-right: 60px;
  }
  .blockthirteen.two-columns > div > p {
    font-size: 40px;
    line-height: 44px;
  }
  .blockthirteen.to-form {
    display: flex;
  }
  .blockthirteen.to-form > div:first-child {
    width: 55%;
    padding-right: 130px;
    box-sizing: border-box;
    margin-bottom: 0;
  }
  .blockthirteen.to-form > div:first-child > p {
    font-size: 40px;
    line-height: 44px;
  }
  .blockthirteen.to-form > div:first-child .diagnostics-header {
    font-weight: 400;
    font-size: 24px;
    line-height: 150%;
  }
  .blockthirteen.to-form > div:first-child .diagnostics-header.act {
    font-weight: 500;
  }
  .blockthirteen.to-form .outerform {
    width: 45%;
  }
  .blockthirteen.to-form .outerform > .form-record-consultation {
    max-width: 100%;
    width: 100%;
  }
  .blockthirteen.to-form .outerform .services {
    width: 100%;
  }
  .blockthirteen.to-form .outerform .services .form-record-consultation {
    max-width: 100%;
    width: 100%;
  }
  .blockthirteen > div > p {
    font-size: 36px;
    line-height: 38px;
    margin-bottom: 8px;
  }
  .blockthirteen .diagnostics-header {
    font-size: 20px;
    line-height: 28px;
    padding: 22px 0;
  }
  .blockthirteen .diagnostics-items {
    font-size: 16px;
    line-height: 24px;
    padding: 22px 0;
  }
  .outerform {
    display: flex;
    justify-content: center;
  }
  .sto-region__contact .sto-address {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 24px;
  }
  .sto-region__contact-tel {
    margin-bottom: 40px;
  }
  .sto-region div.sto-location__links {
    display: flex;
    justify-content: space-between;
  }
  .sto-region div.sto-location__links a {
    font-size: 14px;
    line-height: 20px;
    padding: 14px 26px;
  }
  .sto-region__contact .inner-hide {
    display: block;
  }
  .blockone .form-record-consultation {
    box-sizing: border-box;
    width: 100%;
    padding: 56px 42px 72px 56px;
    margin: 0;
    margin-top: 32px;
  }
  .blockone .form-record-consultation h2 {
    font-size: 30px;
    line-height: 40px;
  }
  .blockone .form-record-consultation .form {
    width: 304px;
  }
  .blockone .services .outer-hide {
    display: none;
  }
  .sto-content-video__title {
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 32px;
  }
  .sto-content-video__item {
    width: 100%;
  }
  .sto-content-video__item iframe {
    width: 100%;
    min-height: 276px;
  }
  .sto-content-video__item p {
    margin-top: 12px;
  }
  .sto-content-video .slick-slider .slick-arrow {
    height: 276px;
  }
  .sto-content-video__list {
    width: calc(100% + 30px);
    margin-right: -15px;
    margin-left: -15px;
  }
  .sto-content-video__list .slick-list {
    overflow: hidden;
  }
  .sto-content-video__list .slick-slide {
    margin-right: 15px;
    margin-left: 15px;
  }
  .sto-services {
    width: 100%;
  }
  .sto-services > h2 {
    font-weight: bold;
    font-size: 40px;
    line-height: 44px;
    margin-right: auto;
    margin-bottom: 32px;
  }
  .sto-services__list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    box-sizing: border-box;
    font-size: 0;
  }
  .sto-services__item {
    flex-direction: column;
    border-right: 1px solid #E9E9E9;
    width: 21.9%;
    padding: 12px 14px;
  }
  .sto-services__item:nth-last-child(-n+3) {
    border-bottom: none;
  }
  .sto-services__item:nth-child(4) {
    border-right: none;
  }
  .sto-services__item:nth-child(-n+4) {
    padding-top: 0;
  }
  .sto-services__item:nth-child(-n+4) .sto-service-title {
    background-color: white;
  }
  .sto-services__item .sto-service-heading {
    display: flex;
    flex-direction: column;
    text-align: center;
    flex: 1;
    width: 100%;
    margin: 0 0 16px;
  }
  .sto-services__item .sto-service-heading .sto-service-title {
    font-size: 18px;
    line-height: 26px;
    margin: 0 -16px;
    width: calc(100% + 30px);
  }
  .sto-services__item .sto-service-heading .desc-container {
    margin-top: 8px;
  }
  .sto-services__item .sto-service-heading .desc-container .sto-service-desc {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 0;
  }
  .sto-services__item .sto-service-link {
    width: 147px;
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 16px;
  }
  .sto-services__item .sto-service-img {
    display: block;
    object-fit: cover;
    height: 100%;
  }
  #services-list {
    min-height: 400px;
  }
  body[class*="categorypath-sto-sto-"].page-layout-stomenu:not([class*=categorypath-avtotovary]) .blockone:not(.outerform) {
    min-height: 0 !important;
  }
  .serviceprice {
    display: flex;
    justify-content: space-between;
    align-items: start;
    flex-direction: row;
  }
  .serviceprice .accordion > h2 {
    font-size: 36px;
    line-height: 36px;
  }
  .serviceprice .accordion {
    width: 55%;
    padding-right: 130px;
    box-sizing: border-box;
  }
  .serviceprice .accordion .tab-description {
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #504A4B;
  }
  .serviceprice .accordion .tab-description p {
    margin-bottom: 0;
  }
  .serviceprice .form-record-consultation {
    width: 45%;
    border-radius: 8px;
    padding: 56px;
    box-sizing: border-box;
    margin: 0;
    max-width: inherit;
  }
  .serviceprice .form-record-consultation > p {
    font-size: 36px;
    line-height: 150%;
  }
  .serviceprice .form-record-consultation form {
    width: 320px;
  }
  .serviceprice .accordion > h2 {
    font-size: 36px;
    line-height: 36px;
    margin-bottom: 16px;
  }
  .changecar > img {
    margin-left: 0;
  }
  .changecar h3 {
    text-align: left;
    width: 60%;
  }
  .changecar .changecar-items {
    align-items: baseline;
  }
  .changecar .actions {
    margin-top: 40px;
    flex-direction: row;
    justify-content: space-between;
  }
  .changecar .btn-resset,
  .changecar .btn-changecar {
    width: 49%;
  }
  .selectionofautoparts .selectionofautoparts-content {
    width: 100%;
    max-width: 100%;
  }
  .selectionofautoparts .selectionofautoparts-content > p {
    font-size: 36px;
    line-height: 150%;
    text-align: left;
  }
  .selectionofautoparts .tab-title {
    width: auto;
  }
  .selectionofautoparts .tab-title div {
    width: auto;
    padding: 7px 40px;
  }
  .selectionofautoparts .tab-wraper .tab-content form {
    display: flex;
  }
  .selectionofautoparts .tab-wraper .tab-content form .field {
    margin-right: 24px;
  }
  .selectionofautoparts .tab-wraper .tab-content form .actions {
    margin-top: 0;
  }
  .selectionofautoparts .tab-wraper .tab-content form .actions .filter {
    width: auto;
    padding: 17px 40px;
    box-sizing: border-box;
  }
  .groupsofspareparts > p {
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    margin-bottom: 8px;
  }
  .groupsofspareparts ul > li:before,
  .groupsofspareparts ul > li:after {
    display: block;
  }
  .groupsofspareparts ul > li > a {
    padding-left: 20px;
  }
  .groupsofspareparts ul > li.parent > a {
    padding-right: 0;
    padding-left: 20px;
  }
  .groupsofspareparts ul > li.parent > a + span {
    top: 7px;
    margin-top: 0;
    left: 0;
    width: 14px;
    height: 14px;
    line-height: 12.5px;
    font-size: 14px;
  }
  .groupsofspareparts ul > li ul {
    padding-left: 17px;
  }
  .selectionofautosparepartscategory {
    flex-direction: row;
  }
  .selectionofautosparepartscategory .left {
    width: 300px;
    order: 1;
    margin-top: 40px;
    padding-right: 100px;
  }
  .selectionofautosparepartscategory .right {
    order: 2;
    margin-top: 40px;
    width: 100%;
  }
  .selectionofautosparepartscategory .right .category-items .category-item {
    width: calc(25% - 30px);
  }
  .selectionofautosparepartscategory .right h2 {
    font-size: 40px;
    line-height: 44px;
    margin-bottom: 70px;
  }
  .chooseamodel > p {
    font-size: 24px;
    line-height: 150%;
  }
  .chooseamodel .chooseamodel-content .chooseamodel-items .chooseamodel-item {
    width: calc(50%);
  }
  .popularcarmodels > p {
    font-size: 40px;
    line-height: 44px;
    margin-bottom: 40px;
  }
  .popularcarmodels .popularcarmodels-content > p {
    font-size: 24px;
    line-height: 150%;
    margin-bottom: 10px;
  }
  .popularcarmodels .popularcarmodels-content ul li {
    width: 16.66%;
  }
  .cms-page-view .articles__item {
    margin-bottom: 32px;
  }
  .cms-page-view .articles__item .article-item-title {
    font-size: 26px;
    line-height: 32px;
  }
  .cms-page-view .articles__item > p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 18px;
  }
  .cms-page-view .articles__item img {
    margin-bottom: 18px;
  }
  .cms-page-view .articles__item .article-item__inner-list {
    margin: 0 0 18px 0;
  }
  .catalog-video {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .catalog-video__title {
    font-size: 40px;
    line-height: 44px;
    margin-bottom: 32px;
    width: 100%;
  }
  .catalog-video__content {
    width: 50%;
    margin-bottom: 0;
  }
  .catalog-video .blockone .services {
    width: 47%;
    margin-top: 0;
  }
  .catalog-video .blockone .services .form-record-consultation h2 {
    font-size: 30px;
    line-height: 40px;
  }
  .blog-slider {
    padding-bottom: 80px;
  }
  .blog-slider .additional-container > h2 {
    font-size: 36px;
    line-height: 38px;
    margin: 0 0 32px 0;
  }
  .blog-slider__items {
    margin-bottom: 40px;
  }
  .blog-slider__item .blog-header__title {
    font-size: 18px;
    line-height: 26px;
  }
  .cms-index-index,
  .cms-avtoservis-oiler .blog-wrap {
    overflow: inherit;
  }
  .cms-index-index .blog-slider__items,
  .cms-avtoservis-oiler .blog-wrap .blog-slider__items {
    padding: 0;
    max-width: 1234px;
    margin-right: auto;
    margin-left: auto;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
  }
  .cms-index-index .blog-slider__items .blog-slider__item,
  .cms-avtoservis-oiler .blog-wrap .blog-slider__items .blog-slider__item {
    width: 100% !important;
    padding-left: 15px;
    padding-right: 15px;
  }
  .cms-index-index .blog-slider__items > .blog-slider__item,
  .cms-avtoservis-oiler .blog-wrap .blog-slider__items > .blog-slider__item {
    width: 33.33% !important;
    display: none;
  }
  .cms-index-index .blog-slider__items > .blog-slider__item:nth-child(3),
  .cms-avtoservis-oiler .blog-wrap .blog-slider__items > .blog-slider__item:nth-child(3),
  .cms-index-index .blog-slider__items > .blog-slider__item:nth-child(2),
  .cms-avtoservis-oiler .blog-wrap .blog-slider__items > .blog-slider__item:nth-child(2),
  .cms-index-index .blog-slider__items > .blog-slider__item:nth-child(1),
  .cms-avtoservis-oiler .blog-wrap .blog-slider__items > .blog-slider__item:nth-child(1) {
    display: block;
  }
  .brand h2 {
    font-size: 24px;
    line-height: 150%;
    margin-top: 0;
    margin-bottom: 32px;
  }
  .brand ul {
    margin: 0 -16px 0;
  }
  .brand ul li {
    height: 88px;
    margin: 8px 15px;
  }
  .contact-content .tab-wraper > div.act ul {
    position: relative;
    padding-left: 0;
    padding-right: 0;
  }
  .contact-content .tab-wraper > div.act ul li {
    width: 40%;
  }
  .contact-content .tab-wraper > div.act ul li .services-content .services-content-bot > p {
    margin-top: 8px;
  }
  .contact-content .tab-title {
    width: 40%;
  }
  .contact-content .tab-wraper > div.act ul li .services-content {
    position: absolute;
    width: calc(60% - 30px);
    right: 0;
    top: 0;
  }
  .contact-content .tab-wraper > div.act ul li .services-content .services-content-work-schedule {
    display: none;
  }
  .schoolofmanagers .list ul li {
    width: calc(25% - 30px);
  }
  .modal-popup.modal-content-questionnaire._inner-scroll .modal-inner-wrap .modal-header {
    padding: 16px 200px;
  }
  .modal-popup.modal-content-questionnaire._inner-scroll .modal-inner-wrap .modal-header h1 {
    font-size: 40px;
    line-height: 44px;
  }
  .modal-popup.modal-content-questionnaire._inner-scroll .modal-inner-wrap .modal-content {
    padding: 0 200px 16px 200px;
  }
  .deliveryandpayment .item {
    width: calc(33.33% - 15px);
    padding: 56px 16px;
    box-sizing: border-box;
  }
  .prooiler .list ul li {
    width: calc(33.33% - 30px);
    margin-bottom: 0;
    font-size: 16px;
    line-height: 24px;
  }
  .prooiler .list ul li b {
    margin-top: 16px;
    margin-bottom: 16px;
  }
  .brandsbattery h2 {
    font-size: 40px;
    line-height: 44px;
    margin-top: 0;
    margin-bottom: 32px;
  }
  .brandsbattery ul {
    margin: 0 -16px 0;
  }
  .brandsbattery ul li {
    width: calc(16.66% - 30px);
    height: 88px;
    margin: 8px 15px;
  }
  .modal-popup.modal-content-questionnaire._inner-scroll .modal-inner-wrap .modal-header {
    padding: 16px 0;
  }
  .modal-popup.modal-content-questionnaire._inner-scroll .modal-inner-wrap .modal-content {
    padding: 0 0 16px 0;
  }
  .blockone.outerform.section-wrapper {
    width: 45%;
  }
  .serviceprice {
    flex-direction: column;
    margin-bottom: 56px;
  }
  .serviceprice .tab-description {
    display: none;
  }
  .serviceprice .accordion {
    width: 100%;
    padding-right: 0;
  }
  .serviceprice .accordion .accordion-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .serviceprice .accordion .accordion-container > div {
    width: 33%;
  }
  .serviceprice .blockone.outerform {
    margin: 0 auto;
  }
  .products-tabs__heading {
    font-size: 40px;
    line-height: 44px;
  }
  .products-tabs__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
  .diagnostic.blockthirteen > .blockone {
    display: none;
  }
  .ourteam > h2 {
    text-align: left;
    font-size: 40px;
    line-height: 44px;
    margin-bottom: 16px;
  }
  .ourteam-content .tab-title {
    justify-content: start;
    margin-top: 20px;
    margin-bottom: 40px;
  }
  .ourteam-content .tab-wraper > div.act {
    display: flex;
    width: 100%;
  }
  .ourteam-content .tab-wraper > div.act .left-ourteam-title {
    min-width: 270px;
  }
  .ourteam-content .tab-wraper > div.act .list-ourteam-title {
    padding-left: 30px;
    width: 100%;
  }
  .ourteam-content .tab-wraper > div.act .list-ourteam-title li .ourteam-title {
    display: none;
  }
  .ourteam-content .tab-wraper > div.act .list-ourteam-title li .team-content .items .item {
    width: 25%;
  }
  .ourteam-content .tab-wraper > div.act ul {
    position: relative;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 90px;
  }
  .ourteam-content .tab-wraper > div.act ul.left-ourteam-title {
    display: block;
  }
  .ourteam-content .tab-wraper > div.act .tab-title {
    width: 370px;
  }
  .ourteam-content .tab-wraper > div.act .tab-title > div {
    border: none;
    padding: 15px;
  }
  .ourteam-content .tab-wraper > div.act .tab-title > div.act {
    border: 1px solid #E0E0E0;
  }
  .reviewteam {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .reviewteam .reviewteam-header > h2 {
    font-size: 40px;
    line-height: 44px;
  }
  .reviewteam .reviewteam-header .rates {
    margin-left: 80px;
  }
  .reviewteam .reviewteam-header .rates .star::before {
    font-size: 40px;
  }
  .reviewteam .reviewteam-content {
    max-width: 648px;
    margin: 0 auto;
  }
  .reviewteam .more-feedbacks-btn,
  .reviewteam .add-feedbacks-btn {
    margin-left: 0;
  }
  .oilerreviews .oilerreviews-content .left {
    width: 50%;
  }
  .oilerreviews .oilerreviews-content .left > p {
    font-size: 36px;
    line-height: 150%;
    margin-bottom: 16px;
  }
  .oilerreviews .oilerreviews-content .left .score {
    margin-left: 68px;
  }
  .oilerreviews .oilerreviews-content .right {
    display: block;
    width: 50%;
  }
  .oilerreviews .oilerreviews-content .right .feedback .rating-summary .rating-result > span:before,
  .oilerreviews .oilerreviews-content .right .feedback .rating-summary .rating-result:before {
    font-size: 12px;
    height: 12px;
    letter-spacing: 6px;
    line-height: 12px;
  }
  .oilerreviews .oilerreviews-content .right > p {
    font-size: 36px;
    line-height: 150%;
    margin-bottom: 16px;
  }
  .feedbackaboutemployees .feedbackaboutemployees-content .left {
    margin-right: 130px;
  }
  .feedbackaboutemployees .feedbackaboutemployees-content .right {
    width: calc(100% - 450px);
  }
  .feedbackaboutemployees .feedbackaboutemployees-content .right .rates-title {
    flex-direction: row;
    position: relative;
    margin-bottom: 32px;
    flex-wrap: wrap;
  }
  .feedbackaboutemployees .feedbackaboutemployees-content .right .rates-title .rates-wrap {
    margin-top: 11px;
    margin-left: 20px;
  }
  .feedbackaboutemployees .feedbackaboutemployees-content .right .rates-title .score > p {
    text-align: center;
  }
  .feedbackaboutemployees .feedbackaboutemployees-content .right .rates-title .rates {
    order: 1;
  }
  .feedbackaboutemployees .feedbackaboutemployees-content .right .rates-title .rates .star::before {
    font-size: 36px;
  }
  .feedbackaboutemployees .feedbackaboutemployees-content .right .rates-title .position {
    position: relative;
    left: 0;
    bottom: 0;
    width: 100%;
    margin-top: -10px;
  }
  .feedbackaboutemployees .feedbackaboutemployees-content .right .rates-title > p {
    font-size: 36px;
    line-height: 42px;
    padding-bottom: 15px;
  }
  .blocknine h3 {
    font-size: 40px;
    line-height: 44px;
    margin-bottom: 16px;
  }
  .blocknine ul {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 12px;
  }
  .blocknine ul li {
    width: 100%;
    margin-bottom: 0;
  }
  .vacancies .list ul li {
    width: calc(16.66% - 30px);
  }
  .block-category-event.block:last-child {
    margin-bottom: 30px;
    padding: 10px 0 30px;
  }
  .block-category-event .block-title {
    margin: 0;
  }
  .block-category-event .block-title strong {
    font-size: 2.4rem;
  }
  .block-category-event .ticker li {
    display: none;
    margin: 0 50px;
  }
  .block-category-event .ticker .value {
    font-size: 6rem;
  }
  .block-category-event .ticker .label {
    font-size: 1.4rem;
    text-transform: none;
  }
  .block-category-event .dates .date {
    font-size: 5rem;
  }
  .block-category-event .dates .start {
    padding-right: 50px;
  }
  .block-category-event .dates .start:after {
    font-size: 5rem;
    right: 10px;
  }
  .contact-index-index .column:not(.sidebar-additional) .form.contact {
    min-width: 600px;
  }
  .paypal-review .paypal-review-title {
    border-bottom: 1px solid #cccccc;
  }
  .paypal-review .block-content .box-order-shipping-address,
  .paypal-review .block-content .box-order-shipping-method,
  .paypal-review .block-content .box-order-shipping-method + .box-order-billing-address {
    box-sizing: border-box;
    float: left;
    width: 33%;
  }
  .paypal-review .block-content .box-order-shipping-address {
    padding: 0 5%;
    width: 34%;
  }
  .paypal-review .table-paypal-review-items .col.price,
  .paypal-review .table-paypal-review-items .col.qty {
    text-align: center;
  }
  .paypal-review .table-paypal-review-items .col.item {
    width: 60%;
  }
  .paypal-review .col.subtotal,
  .paypal-review .mark,
  .paypal-review .amount {
    text-align: right;
  }
  .paypal-review-discount {
    border-top: 1px solid #cccccc;
  }
  .paypal-review-discount .block {
    margin-bottom: 15px;
  }
  .paypal-review-discount .block.giftcard.active {
    padding-bottom: 40px;
  }
  .paypal-review-discount .block .title:after {
    display: inline;
    margin-left: 10px;
    position: static;
  }
  .paypal-review-discount .block .content {
    padding-bottom: 0;
  }
  .order-review-form .actions-toolbar > .primary {
    float: right;
  }
  .order-review-form .action.primary {
    margin-right: 0;
  }
  .block-cart-failed .secondary .action {
    margin: 0;
  }
  .block-cart-failed .actions.primary {
    float: right;
  }
  .bundle-actions .action.primary.customize {
    width: auto;
  }
  .bundle-options-container .legend.title {
    font-size: 40px;
  }
  .bundle-options-container .bundle-options-wrapper,
  .bundle-options-container .product-options-wrapper {
    float: left;
    width: 57%;
  }
  .bundle-options-container .block-bundle-summary {
    float: right;
    margin-top: 66px;
    padding: 10px 20px;
    position: relative;
    width: 40%;
  }
  .bundle-options-container .block-bundle-summary .price-box .price-wrapper,
  .bundle-options-container .block-bundle-summary .price-box .price-wrapper > .price {
    color: #575757;
    font-size: 36px;
    font-weight: 600;
    line-height: 36px;
  }
  .bundle-options-container .block-bundle-summary .price-container .weee {
    color: #575757;
  }
  .bundle-options-container .block-bundle-summary .price-container .weee .price {
    font-size: 1.2rem;
    font-weight: 700;
  }
  .bundle-options-container .block-bundle-summary .price-including-tax + .price-excluding-tax .price {
    font-size: 1.4rem;
    line-height: 16px;
  }
  .bundle-options-container .block-bundle-summary .box-tocart .action.primary {
    margin-right: 1%;
    width: auto;
  }
  .bundle-options-container .block-bundle-summary .product-addto-links {
    text-align: left;
  }
  .page-layout-2columns-left .bundle-options-container .bundle-options-wrapper,
  .page-layout-2columns-left .bundle-options-container .block-bundle-summary,
  .page-layout-2columns-right .bundle-options-container .bundle-options-wrapper,
  .page-layout-2columns-right .bundle-options-container .block-bundle-summary,
  .page-layout-3columns .bundle-options-container .bundle-options-wrapper,
  .page-layout-3columns .bundle-options-container .block-bundle-summary {
    width: 48%;
  }
  .checkout-cart-index .page-main {
    padding-left: 17px;
    padding-right: 17px;
  }
  .cart-container .form-cart .actions.main {
    text-align: right;
  }
  .cart-container .widget {
    float: left;
  }
  .cart-container .widget.block {
    margin-bottom: 20px;
  }
  .cart-summary {
    width: 270px;
    padding: 16px;
    margin-bottom: 0;
    position: relative;
    float: right;
  }
  .cart-summary > .title {
    display: block;
  }
  .cart-summary .fieldset .actions-toolbar {
    margin-left: 0;
  }
  .cart-summary .fieldset .actions-toolbar > .secondary {
    float: none;
  }
  .cart-summary .block > .title {
    padding-left: 0;
  }
  .cart-summary .block > .title:after {
    right: 3px;
  }
  .cart-summary .block .fieldset .field {
    margin: 0 0 20px;
    margin: 0 0 10px;
  }
  .cart-summary .block .fieldset .field:not(.choice) > .label {
    box-sizing: content-box;
    float: none;
    width: auto;
    text-align: left;
    padding: 0;
  }
  .cart-summary .block .fieldset .field:not(.choice) > .control {
    float: none;
    width: auto;
  }
  .cart-summary .block .fieldset .field > .label {
    margin: 0 0 8px;
    display: inline-block;
  }
  .cart-summary .block .fieldset .field.choice:before,
  .cart-summary .block .fieldset .field.no-label:before {
    display: none;
  }
  .cart-summary .checkout-methods-items {
    padding: 0;
  }
  .cart.table-wrapper .items {
    min-width: 100%;
    width: auto;
  }
  .cart.table-wrapper tbody td {
    padding-top: 20px;
  }
  .cart.table-wrapper .item .col.item {
    padding: 0 20px 0 0;
  }
  .cart.table-wrapper .item-actions td {
    padding: 0;
  }
  .cart.table-wrapper .product-item-photo {
    display: block;
    max-width: 100%;
    padding-right: 20px;
    position: static;
    vertical-align: top;
    width: 100%;
  }
  .cart.table-wrapper .product-item-details {
    display: table-cell;
    padding-bottom: 35px;
    vertical-align: top;
    white-space: normal;
    width: 99%;
  }
  .cart-products-toolbar {
    margin: 2px 0 0;
  }
  .cart-products-toolbar .toolbar-amount {
    line-height: 30px;
    margin: 0;
  }
  .cart-products-toolbar .pages {
    float: right;
  }
  .cart-products-toolbar .pages .item:last-child {
    margin-right: 0;
  }
  .cart.table-wrapper .cart-products-toolbar + .cart thead tr th.col {
    padding-bottom: 10px;
    padding-top: 10px;
  }
  .cart.table-wrapper .cart + .cart-products-toolbar {
    margin-top: 25px;
  }
  .cart-discount {
    width: 75%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    border: 0;
    box-sizing: border-box;
    padding-right: 4%;
  }
  .cart-discount .block .title:after {
    display: inline;
    margin-left: 10px;
    position: static;
  }
  .cart-discount .block.discount {
    width: auto;
  }
  .cart-discount .block .actions-toolbar {
    width: auto;
  }
  .block.crosssell {
    width: 75%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    padding: 0 4% 0 0;
  }
  .block.crosssell .products-grid .product-item {
    width: 25%;
  }
  .minicart-wrapper {
    margin-left: 13px;
  }
  .minicart-wrapper .block-minicart {
    width: 390px;
  }
  .minilist .action.delete:before,
  .minicart-wrapper .action.edit:before {
    font-size: 16px;
    line-height: inherit;
  }
  .minicart-items {
    min-height: 150px;
  }
  .opc-wrapper {
    width: 66.66666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    padding-right: 30px;
  }
  .checkout-onepage-success .print {
    display: block;
    float: right;
    margin: 23px 0 0;
  }
  .opc-progress-bar {
    margin: 0 0 20px;
    counter-reset: i;
    display: block;
    font-size: 0;
  }
  .opc-progress-bar-item {
    margin: 0 0 10px;
    width: 185px;
    display: inline-block;
    position: relative;
    text-align: center;
    vertical-align: top;
  }
  .opc-progress-bar-item:before {
    background: #e4e4e4;
    border: 1px solid #cccccc;
    top: 19px;
    transition: background 0.3s;
    content: '';
    height: 7px;
    left: 0;
    position: absolute;
    width: 100%;
  }
  .opc-progress-bar-item:first-child:before {
    border-radius: 6px 0 0 6px;
  }
  .opc-progress-bar-item:last-child:before {
    border-radius: 0 6px 6px 0;
  }
  .opc-progress-bar-item > span {
    display: inline-block;
    padding-top: 45px;
    width: 100%;
    word-wrap: break-word;
    color: #666666;
    font-weight: 300;
    font-size: 1.8rem;
  }
  .opc-progress-bar-item > span:before,
  .opc-progress-bar-item > span:after {
    background: #e4e4e4;
    border: 1px solid #cccccc;
    height: 38px;
    margin-left: -19px;
    transition: background 0.3s;
    width: 38px;
    border-radius: 50%;
    content: '';
    left: 50%;
    position: absolute;
    top: 0;
  }
  .opc-progress-bar-item > span:after {
    background: #ffffff;
    height: 26px;
    margin-left: -13px;
    top: 6px;
    width: 26px;
    content: counter(i);
    counter-increment: i;
    color: #000000;
    font-weight: 600;
    font-size: 1.8rem;
  }
  .opc-progress-bar-item._complete {
    cursor: pointer;
  }
  .opc-progress-bar-item._complete:hover:before {
    background: #d7d7d7;
  }
  .opc-progress-bar-item._complete:hover > span:before {
    background: #d7d7d7;
  }
  .opc-progress-bar-item._complete > span {
    color: #006bb4;
  }
  .opc-progress-bar-item._complete > span:after {
    font-family: 'luma-icons';
    content: '\e610';
  }
  .opc-progress-bar-item._active:before {
    background: #ddf9ea;
    border-color: #ddf9ea;
  }
  .opc-progress-bar-item._active > span {
    color: #000000;
    font-weight: 600;
  }
  .opc-progress-bar-item._active > span:before {
    background: #ddf9ea;
    border-color: #ddf9ea;
  }
  .opc-progress-bar-item._active > span:after {
    border-color: #ddf9ea;
    content: '\e610';
    font-family: 'luma-icons';
  }
  .checkout-index-index .modal-popup .form-shipping-address {
    max-width: 600px;
  }
  .checkout-index-index .modal-popup .modal-footer .action-save-address {
    float: right;
    margin: 0 0 0 20px;
  }
  .checkout-index-index .modal-popup .modal-inner-wrap {
    margin-left: -400px;
    width: 800px;
    left: 50%;
  }
  .checkout-shipping-method .actions-toolbar > .primary {
    float: right;
  }
  .checkout-shipping-method .actions-toolbar .action.primary {
    margin: 0;
  }
  .opc-wrapper .form-login,
  .opc-wrapper .form-shipping-address {
    max-width: 600px;
  }
  .table-checkout-shipping-method {
    width: auto;
  }
  .opc-wrapper .shipping-address-item {
    width: 100%;
  }
  .opc-wrapper .shipping-address-item:before {
    background: #cccccc;
    height: calc(100% - 20px);
    content: '';
    left: 0;
    position: absolute;
    top: 0;
    width: 1px;
  }
  .opc-wrapper .shipping-address-item:nth-child(3n + 1):before {
    display: none;
  }
  .opc-wrapper .shipping-address-item.selected-item:before {
    display: none;
  }
  .opc-wrapper .shipping-address-item.selected-item + .shipping-address-item:before {
    display: none;
  }
  .table-checkout-shipping-method {
    min-width: 500px;
  }
  .opc-sidebar {
    margin: 46px 0 20px;
    width: 33.33333333%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .opc-summary-wrapper .modal-header .action-close {
    display: none;
  }
  .authentication-dropdown {
    background-color: #ffffff;
    border: 1px solid #aeaeae;
    -webkit-transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
    -webkit-transition: -webkit-transform linear 0.1s, visibility 0s linear 0.1s;
    position: absolute;
    text-align: left;
    top: 100%;
    transform: scale(1, 0);
    transform-origin: 0 0;
    transition: transform linear .1s, visibility 0s linear .1s;
    visibility: hidden;
    width: 100%;
  }
  .authentication-dropdown._show {
    z-index: 100;
    -webkit-transform: scale(1, 1);
    -webkit-transition: -webkit-transform linear 0.1s, visibility 0s linear 0s;
    transform: scale(1, 1);
    transition: transform linear .1s, visibility 0s linear 0s;
    visibility: visible;
  }
  .authentication-wrapper {
    width: 33.33333333%;
    text-align: right;
  }
  .block-authentication .block-title {
    font-size: 3.6rem;
    border-bottom: 0;
    margin-bottom: 25px;
  }
  .block-authentication .actions-toolbar > .primary {
    display: inline;
    float: right;
    margin-right: 0;
  }
  .block-authentication .actions-toolbar > .primary .action {
    margin-right: 0;
  }
  .block-authentication .actions-toolbar > .secondary {
    float: left;
    margin-right: 2rem;
    padding-top: 1rem;
  }
  .popup-authentication .modal-inner-wrap {
    min-width: 1025px;
    width: 60%;
  }
  .popup-authentication .block-authentication {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    border-top: 1px solid #c1c1c1;
  }
  .popup-authentication .block[class],
  .popup-authentication .form-login,
  .popup-authentication .fieldset,
  .popup-authentication .block-content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-grow: 1;
    flex-grow: 1;
  }
  .popup-authentication .block[class] {
    box-sizing: border-box;
    float: left;
    padding: 10px 30px 0 0;
    width: 50%;
  }
  .popup-authentication .block[class] + .block {
    border-left: 1px solid #c1c1c1;
    border-top: 0;
    margin: 0;
    padding: 10px 0 0 40px;
  }
  .popup-authentication .block[class] + .block:before {
    left: 0;
    top: 50%;
  }
  .popup-authentication .actions-toolbar {
    margin-bottom: 0;
    margin-top: auto;
  }
  .checkout-payment-method .actions-toolbar .primary {
    float: right;
    margin: 0;
  }
  .checkout-payment-method .fieldset > .field-select-billing > .control {
    float: none;
    width: 100%;
  }
  .checkout-billing-address .action-update {
    float: right;
  }
  .checkout-billing-address .actions-toolbar .action-cancel {
    margin: 6px 20px 0 0;
  }
  .checkout-payment-method .payment-option-title {
    padding-left: 22px;
  }
  .checkout-payment-method .payment-option-content .payment-option-inner + .actions-toolbar {
    margin-left: 0;
  }
  .storecredit .block-balance-history {
    width: 100%;
  }
  .table-balance-history .col {
    width: 25%;
  }
  .page-product-downloadable .product-options-wrapper {
    float: left;
    width: 55%;
  }
  .page-product-downloadable .product-options-bottom {
    float: right;
    width: 40%;
  }
  .page-product-giftcard .product-info-main .price-box .price-container.price-final {
    font-size: 21px;
  }
  .page-product-giftcard .product-info-main .price-box .price-container.price-final .price {
    font-size: 36px;
    line-height: 36px;
  }
  .page-product-giftcard .product-info-main .product-info-stock-sku {
    padding-bottom: 0;
  }
  .page-product-giftcard .product-info-main .product-reviews-summary {
    float: none;
  }
  .page-product-giftcard .product-add-form {
    margin-top: -20px;
  }
  .page-product-giftcard .product-add-form .field:not(.text) {
    margin: 0 0 20px;
    padding: 0 12px 0 0;
    box-sizing: border-box;
    display: inline-block;
    width: 50%;
    vertical-align: top;
  }
  .page-product-giftcard .product-add-form .field:not(.text) > .label {
    margin: 0 0 8px;
    display: inline-block;
  }
  .page-product-giftcard .product-add-form .field:not(.text):last-child {
    margin-bottom: 0;
  }
  .page-product-giftcard .product-add-form .field:not(.text) + .fieldset {
    clear: both;
  }
  .page-product-giftcard .product-add-form .field:not(.text) > .label {
    font-weight: 600;
  }
  .page-product-giftcard .product-add-form .field:not(.text) > .label + br {
    display: none;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .choice input {
    vertical-align: top;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group:before,
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group:after {
    content: '';
    display: table;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group:after {
    clear: both;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group .field {
    box-sizing: border-box;
    float: left;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group.group-2 .field {
    width: 50% !important;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group.group-3 .field {
    width: 33.3% !important;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group.group-4 .field {
    width: 25% !important;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group.group-5 .field {
    width: 20% !important;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon {
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding: 0;
    width: 100%;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon textarea,
  .page-product-giftcard .product-add-form .field:not(.text) .addon select,
  .page-product-giftcard .product-add-form .field:not(.text) .addon input {
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    display: inline-block;
    margin: 0;
    width: auto;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore,
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addafter {
    background: #ffffff;
    background-clip: padding-box;
    border: 1px solid #c2c2c2;
    border-radius: 1px;
    font-family: Roboto;
    font-size: 14px;
    height: 32px;
    line-height: 1.42857143;
    padding: 0 9px;
    vertical-align: baseline;
    width: 100%;
    box-sizing: border-box;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
    width: auto;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore:disabled,
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addafter:disabled {
    opacity: 0.5;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore::-moz-placeholder,
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addafter::-moz-placeholder {
    color: #575757;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore::-webkit-input-placeholder,
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addafter::-webkit-input-placeholder {
    color: #575757;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore:-ms-input-placeholder,
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addafter:-ms-input-placeholder {
    color: #575757;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore {
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .additional {
    margin-top: 10px;
  }
  .page-product-giftcard .product-add-form .field:not(.text).required > .label:after,
  .page-product-giftcard .product-add-form .field:not(.text)._required > .label:after {
    content: '*';
    color: #e02b27;
    font-size: 1.2rem;
    margin: 0 0 0 5px;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .note {
    font-size: 1.2rem;
    margin: 3px 0 0;
    padding: 0;
    display: inline-block;
    text-decoration: none;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .note:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 24px;
    line-height: 12px;
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .page-product-giftcard .product-add-form .field:not(.text):nth-child(odd) {
    padding-right: 25px;
  }
  .page-product-giftcard .product-add-form .field:not(.text):nth-child(even) {
    padding-right: 0;
  }
  .page-product-giftcard .product-add-form .product-options-wrapper .field:not(.date) > .control {
    width: auto;
  }
  .gift-options {
    position: relative;
    z-index: 1;
  }
  .gift-options .actions-toolbar {
    clear: both;
    padding: 0;
    position: static;
  }
  .gift-options .actions-toolbar .secondary {
    float: right;
  }
  .gift-options .actions-toolbar .secondary .action {
    float: right;
    margin-left: 20px;
    margin-right: 0;
  }
  .gift-options .actions-toolbar .secondary .action-cancel {
    display: block;
    float: left;
    margin-top: 6px;
  }
  .gift-options .actions-toolbar:nth-child(3):before {
    border-left: 1px solid #c1c1c1;
    bottom: 5rem;
    content: '';
    display: block;
    left: 50%;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 0;
  }
  .gift-options-title {
    font-weight: 300;
    font-size: 1.8rem;
  }
  .gift-item-block .title {
    font-size: 1.6rem;
    padding: 20px 0;
  }
  .item-gift td {
    padding-left: 0;
    padding-right: 0;
  }
  .cart.table-wrapper .gift-options .actions-toolbar {
    clear: both;
    padding: 0;
    position: static;
  }
  .cart .action-gift {
    float: left;
  }
  .cart-container .cart-gift-item {
    margin-bottom: 20px;
  }
  .cart-container .cart-gift-item .gift-options,
  .cart-container .cart-gift-item .gift-summary {
    padding-bottom: 20px;
  }
  .form-giftregistry-share .fieldset .field,
  .form-giftregistry-edit .fieldset .field {
    width: 45%;
  }
  .form-giftregistry-edit .fieldset.shipping_address .fieldset {
    margin-top: 20px;
  }
  .table-giftregistry .col.create {
    white-space: nowrap;
  }
  .table-giftregistry .col.message {
    width: 40%;
  }
  .table-giftregistry .col.actions {
    width: 30%;
  }
  .table-giftregistry-items .col.note {
    width: 30%;
  }
  .account .data.table.table-giftregistry-items > thead > tr > th,
  .account .data.table.table-giftregistry-items > tbody > tr > th,
  .account .data.table.table-giftregistry-items > tfoot > tr > th,
  .account .data.table.table-giftregistry-items > thead > tr > td,
  .account .data.table.table-giftregistry-items > tbody > tr > td,
  .account .data.table.table-giftregistry-items > tfoot > tr > td {
    border-top: 1px solid #cccccc;
  }
  .account .data.table.table-giftregistry-items > caption + thead > tr:first-child > th,
  .account .data.table.table-giftregistry-items > colgroup + thead > tr:first-child > th,
  .account .data.table.table-giftregistry-items > thead:first-child > tr:first-child > th,
  .account .data.table.table-giftregistry-items > caption + thead > tr:first-child > td,
  .account .data.table.table-giftregistry-items > colgroup + thead > tr:first-child > td,
  .account .data.table.table-giftregistry-items > thead:first-child > tr:first-child > td {
    border-top: 0;
  }
  .account .data.table.table-giftregistry-items > tbody + tbody {
    border-top: 1px solid #cccccc;
  }
  .account .data.table.table-giftregistry-items th {
    border-bottom: 0;
  }
  .account .data.table.table-giftregistry-items > tbody > tr:nth-child(even) > td,
  .account .data.table.table-giftregistry-items > tbody > tr:nth-child(even) > th {
    background: none;
  }
  .form-giftregistry-search .fieldset {
    margin-bottom: 29px;
  }
  .form-giftregistry-search .fieldset .field.name,
  .form-giftregistry-search .fieldset .field.lastname {
    padding: 0 12px 0 0;
    box-sizing: border-box;
    display: inline-block;
    width: 50%;
    vertical-align: top;
    margin-bottom: auto;
  }
  .form-giftregistry-search .fieldset .field.name + .fieldset,
  .form-giftregistry-search .fieldset .field.lastname + .fieldset {
    clear: both;
  }
  .form-giftregistry-search .fieldset .field.lastname {
    padding: 0;
  }
  .block-giftregistry-shared-items .item {
    border-bottom: 1px solid #cccccc;
    border-top: 0;
  }
  .block-giftregistry-shared-items .product-item-photo {
    display: table-cell;
    max-width: 100%;
    padding: 0 20px 0 0;
    vertical-align: top;
    width: 1%;
  }
  .block-giftregistry-shared-items .product-item-details {
    display: table-cell;
    vertical-align: top;
    width: 99%;
    word-break: normal;
  }
  .block-giftregistry-shared-items .col.product {
    width: 48%;
  }
  .block-giftregistry-shared-items .col:not(.product) {
    text-align: center;
  }
  .block-giftregistry-shared-items .col.price {
    padding-top: 17px;
  }
  .block-giftregistry-shared-items .input-text.qty {
    margin-top: -4px;
  }
  .gift-options-cart-item .gift-wrapping,
  .cart-gift-item .gift-wrapping {
    box-sizing: border-box;
    float: left;
    padding-right: 20px;
    width: 50%;
  }
  .gift-options-cart-item .gift-wrapping + .gift-message,
  .cart-gift-item .gift-wrapping + .gift-message {
    border-left: 1px solid #c1c1c1;
    box-sizing: border-box;
    float: left;
    padding-left: 4.5rem;
    width: 50%;
  }
  .gift-options-cart-item .gift-summary .regular-price,
  .cart-gift-item .gift-summary .regular-price {
    white-space: nowrap;
  }
  .gift-options-cart-item .gift-wrapping-name,
  .cart-gift-item .gift-wrapping-name {
    padding-right: 20px;
  }
  .order-options .gift-wrapping,
  .table-order-review .gift-wrapping {
    max-width: 50%;
  }
  .page-product-grouped .product-info-price {
    float: none;
  }
  .page-product-grouped .minimal-price {
    margin-top: -8px;
  }
  .box-tocart .action.instant-purchase {
    margin-bottom: 0;
    margin-right: 1%;
    width: 49%;
  }
  .table-invitations .col {
    width: 50%;
  }
  .wishlist.window.popup {
    bottom: auto;
    top: 20%;
    left: 50%;
    margin-left: -212px;
    width: 380px;
    right: auto;
  }
  .block-wishlist-management {
    margin-bottom: 20px;
  }
  .block-wishlist-management .wishlist-select {
    border-bottom: 1px solid #e8e8e8;
    display: table;
    margin-bottom: 15px;
    width: 100%;
  }
  .block-wishlist-management .wishlist-select .wishlist-name {
    display: table-cell;
    margin-right: 10px;
    padding: 5px 10px 10px;
    vertical-align: top;
    white-space: nowrap;
    width: 5%;
  }
  .block-wishlist-management .wishlist-select-items {
    display: table-cell;
    padding-right: 160px;
    vertical-align: top;
  }
  .block-wishlist-management .wishlist-select-items .item {
    display: inline-block;
    margin-right: 10px;
    padding: 5px 10px 10px;
  }
  .block-wishlist-management .wishlist-select-items .item:last-child {
    margin-right: 0;
  }
  .block-wishlist-management .wishlist-select-items .current {
    border-bottom: 3px solid #ddf9ea;
    font-weight: 600;
  }
  .block-wishlist-management .wishlist-select .wishlist-name-current {
    display: none;
  }
  .block-wishlist-management .wishlist-add.item {
    position: absolute;
    right: 0;
    top: 0;
  }
  .block-wishlist-management .wishlist-title strong {
    font-size: 4rem;
  }
  .block-wishlist-management .wishlist-info {
    float: left;
  }
  .block-wishlist-management .wishlist-toolbar {
    float: right;
  }
  .block-wishlist-info-items .product-item-photo {
    margin-left: 0;
  }
  .products-grid.wishlist .product-item-checkbox {
    float: left;
  }
  .products-grid.wishlist .product-item-checkbox + .product-item-name {
    margin-left: 25px;
  }
  .block.newsletter {
    max-width: 44%;
    width: max-content;
  }
  .block.newsletter .field.newsletter {
    max-width: 220px;
  }
  .block.newsletter .form.subscribe > .field,
  .block.newsletter .form.subscribe > .actions {
    float: left;
  }
  .form-create-return .fieldset .field {
    width: 45%;
  }
  .magento-rma-guest-returns .column.main .block.block-order-details-view .block-content:not(.widget) .box {
    clear: none;
    float: left;
    width: 25%;
  }
  .block-returns-tracking .block-title .action {
    margin: 0 0 0 30px;
  }
  .block-returns-tracking .block-title .actions-track {
    float: right;
    margin-top: 12px;
  }
  .order-links .item {
    float: left;
    margin: 0 -1px 0 0;
  }
  .order-links .item a {
    padding: 1px 20px;
  }
  .order-links .item strong {
    border-bottom: 0;
    margin-bottom: -1px;
    padding: 1px 20px 2px 20px;
  }
  .order-actions-toolbar .action.print {
    display: block;
    float: right;
  }
  .account .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  [class^='sales-guest-'] .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  .sales-guest-view .column.main .block.block-order-details-view .block-content:not(.widget) .box {
    clear: none;
    float: left;
    width: 25%;
  }
  .block-order-details-comments {
    margin: 0 0 60px;
  }
  .block-order-details-comments .comment-date {
    clear: left;
    float: left;
    margin-right: 50px;
    max-width: 90px;
  }
  .block-order-details-comments .comment-content {
    overflow: hidden;
  }
  .order-details-items {
    margin-top: -1px;
    padding: 25px;
  }
  .order-details-items .col.price {
    text-align: center;
  }
  .order-details-items .col.subtotal {
    text-align: right;
  }
  .order-details-items tbody td {
    padding-bottom: 20px;
    padding-top: 20px;
  }
  .order-details-items tfoot .amount,
  .order-details-items tfoot .mark {
    text-align: right;
  }
  .order-details-items.ordered .order-title {
    display: none;
  }
  .order-pager-wrapper .order-pager-wrapper-top {
    padding-left: 0;
    padding-right: 0;
  }
  .order-pager-wrapper .toolbar-amount {
    position: relative;
  }
  .order-pager-wrapper .pages {
    float: right;
  }
  .table-order-items tbody .col.label,
  .table-order-items tbody .col.value {
    padding-left: 0;
  }
  .table-order-items.invoice .col.qty,
  .table-order-items.shipment .col.qty {
    text-align: center;
  }
  .table-order-items.creditmemo .col.qty,
  .table-order-items.creditmemo .col.discount,
  .table-order-items.creditmemo .col.subtotal {
    text-align: center;
  }
  .table-order-items.creditmemo .col.total {
    text-align: right;
  }
  .order-links .item {
    margin: 0 -1px 0 0;
  }
  .order-links .item a {
    padding: 1px 35px;
  }
  .order-links .item strong {
    padding: 1px 35px 2px 35px;
  }
  .form.send.friend {
    width: 60%;
  }
  .form.send.friend .fieldset .field {
    width: 45%;
  }
  .form.send.friend .fieldset .field.text {
    width: 90%;
  }
  .my-credit-cards .card-type img {
    display: block;
  }
  .products-grid.wishlist .product-item-info:hover .product-item-inner {
    display: block;
  }
  .products-grid.wishlist .product-item-tooltip {
    display: inline-block;
  }
  .products-grid.wishlist .product-item-actions {
    margin: 10px 0 0;
  }
  .products-grid.wishlist .product-item-actions > * {
    display: inline-block;
    margin-bottom: 7px;
    margin-top: 7px;
  }
  .products-grid.wishlist .product-item .fieldset {
    display: table;
  }
  .products-grid.wishlist .product-item .fieldset .field.qty,
  .products-grid.wishlist .product-item .fieldset .product-item-actions {
    display: table-cell;
    vertical-align: bottom;
  }
  .products-grid.wishlist .product-item .fieldset .field.qty {
    padding-right: 10px;
  }
  .products-grid.wishlist .product-item .box-tocart .actions-primary {
    margin: 0;
  }
  .products-grid.wishlist .product-item .box-tocart .stock {
    margin: 20px 0 0;
  }
  .products-grid.wishlist .product-item .tocart {
    width: auto;
  }
  .wishlist-index-index .product-item-info {
    width: auto;
  }
  .wishlist-index-index .product-item-inner {
    background: #ffffff;
    border: 1px solid #bbbbbb;
    box-shadow: 3px 4px 4px 0 rgba(0, 0, 0, 0.3);
    border-top: none;
    left: 0;
    margin: 9px 0 0 -1px;
    padding: 0 9px 9px;
    position: absolute;
    right: -1px;
    z-index: 2;
  }
  .wishlist-index-index .product-item-inner .comment-box {
    margin-top: -18px;
  }
  .wishlist-index-index .products-grid .product-items {
    margin: 0;
  }
  .wishlist-index-index .products-grid .product-item {
    margin-bottom: 20px;
    margin-left: calc((100% - 4 * 24.439%) / 3);
    padding: 0;
    width: 24.439%;
  }
  .wishlist-index-index .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
  .products-grid .product-item.oiler_recommend img.oiler-recommend-product-view-img {
    width: 68px;
    height: 16px;
    left: 24px;
  }
  .column.main .products-grid li.product-item {
    padding: 16px 16px 20px 16px;
  }
  .product-item .tocart.disabled {
    background: #DDF9EA;
  }
  .abs-product-link,
  .product-item-name {
    font-size: 14px;
    line-height: 20px;
  }
  .page-with-filter .column.main {
    width: calc((100% - 170px));
  }
  .page-with-filter .columns .sidebar-main {
    width: 170px;
    padding-right: 0;
  }
  .catalog-category-view.page-layout-stomenu .column.main,
  .catalog-category-view.page-layout-services .column.main,
  .catalog-category-view.page-layout-sto .column.main {
    min-height: inherit;
    width: 100%;
  }
  .page-products .columns {
    padding-top: 0;
    position: relative;
    z-index: 1;
  }
  .toolbar-amount {
    display: block;
    float: left;
    position: static;
  }
  .products.wrapper ~ .toolbar .pages {
    float: left;
    margin-bottom: 0;
  }
  .modes {
    display: inline-block;
    float: left;
    margin-right: 20px;
  }
  .products.wrapper ~ .toolbar .modes {
    display: none;
  }
  .modes-mode {
    background-color: #f0f0f0;
    box-shadow: inset 0 1px 0 0 #ffffff, inset 0 -1px 0 0 rgba(204, 204, 204, 0.3);
    color: #5e5e5e;
    border: 1px solid #cccccc;
    border-right: 0;
    float: left;
    font-weight: 400;
    line-height: 1;
    padding: 7px 10px;
    text-align: center;
    display: inline-block;
    text-decoration: none;
  }
  .modes-label + .modes-mode {
    border-radius: 3px 0 0 3px;
  }
  .modes-mode:hover {
    color: #5e5e5e;
    background: #ebebeb;
  }
  .modes-mode:last-child {
    border-radius: 0 3px 3px 0;
    border-right: 1px solid #cccccc;
  }
  .modes-mode.active {
    box-shadow: inset 0 1px 0 0 rgba(204, 204, 204, 0.8), inset 0 -1px 0 0 rgba(204, 204, 204, 0.3);
    background: #dedede;
    color: #9e9e9e;
  }
  .modes-mode:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: inherit;
    color: #4a4a4a;
    content: '\e60d';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .modes-mode:hover:before {
    color: #4a4a4a;
  }
  .sorter {
    width: calc(33.33% - 20px);
  }
  .sorter .sorter-options {
    width: 100%;
  }
  .page-products .sorter {
    position: static;
  }
  .mode-list:before {
    content: '\e60b';
  }
  .products.wrapper ~ .toolbar .limiter {
    display: none;
  }
  .product-info-main .page-title-wrapper h1 {
    margin-bottom: 15px;
  }
  .product-social-links {
    text-align: left;
  }
  .product-options-bottom .price-box .price-container,
  .product-info-price .price-box .price-container {
    font-size: 21px;
  }
  .product-options-bottom .price-box .price-container .price,
  .product-info-price .price-box .price-container .price {
    font-family: Roboto;
    font-weight: bold;
    font-size: 36px;
    line-height: 40px;
  }
  .product-options-bottom .price-box .price-including-tax + .price-excluding-tax .price,
  .product-info-price .price-box .price-including-tax + .price-excluding-tax .price {
    font-size: 1.4rem;
    line-height: 16px;
  }
  .product-tabs-wrapper {
    width: 100%;
    max-width: 370px;
  }
  .product.info.detailed {
    max-width: calc(100% - 400px);
    width: 100%;
  }
  .product.info.detailed .tab-content-description {
    font-size: 16px;
    line-height: 24px;
  }
  .product.info.detailed .tab-content-description div[data-element="main"] > h3 {
    font-size: 26px;
    line-height: 32px;
  }
  .product.info.detailed .tab-content-description h3 {
    font-size: 24px;
    line-height: 32px;
  }
  .product.info.detailed .additional-attributes .label {
    font-size: 18px;
    line-height: 28px;
  }
  .product.info.detailed .additional-attributes .title {
    font-size: 18px;
    line-height: 28px;
  }
  .product.info.detailed > p {
    font-size: 26px;
    line-height: 32px;
  }
  .grid-product-area > .product.info.detailed {
    max-width: calc(100% - 400px);
  }
  .product.media {
    margin-bottom: 25px;
  }
  .page-layout-1column .product-info-main {
    width: 240px;
    padding-right: 10px;
  }
  .page-layout-1column .product.media {
    width: 270px;
  }
  .page-layout-2columns-left .column.main .product-item .product-item-photo {
    max-width: 80px;
    min-height: 180px;
  }
  .page-layout-2columns-left .column.main .products-grid li.product-item .product-item-details {
    width: calc(100% - 80px);
  }
  .page-layout-2columns-left .product-info-main,
  .page-layout-2columns-right .product-info-main,
  .page-layout-3columns .product-info-main {
    width: 48%;
  }
  .page-layout-2columns-left .product.media,
  .page-layout-2columns-right .product.media,
  .page-layout-3columns .product.media {
    width: 50%;
  }
  .product-add-form .product-options-wrapper .fieldset:last-child {
    margin-bottom: 13px;
  }
  .product-add-form .product-options-wrapper .swatch-opt {
    margin: 0 0 13px;
  }
  .product-add-form .product-options-wrapper .field .control {
    width: 80%;
  }
  .sidebar .product-items .product-item-info .product-item-photo {
    float: left;
    left: auto;
    margin: 0 10px 10px 0;
    position: relative;
    top: auto;
  }
  .sidebar .product-items .product-item-details {
    margin: 0;
  }
  .sidebar .product-items .product-item-actions {
    clear: left;
  }
  .catalog-category-view.page-layout-1column .column.main {
    min-height: inherit;
  }
  .compare.wrapper {
    float: right;
    margin: 0;
    padding: 0;
    list-style: none none;
  }
  .compare.wrapper .action.compare {
    line-height: 32px;
    color: #000000;
    text-decoration: none;
  }
  .compare.wrapper .action.compare:visited {
    color: #000000;
    text-decoration: none;
  }
  .compare.wrapper .action.compare:hover {
    color: #000000;
    text-decoration: underline;
  }
  .compare.wrapper .action.compare:active {
    color: #000000;
    text-decoration: underline;
  }
  .compare.wrapper .counter.qty {
    color: #4a4a4a;
  }
  .compare.wrapper .counter.qty:before {
    content: '(';
  }
  .compare.wrapper .counter.qty:after {
    content: ')';
  }
  .catalog-category-view #maincontent + .blog-wrap .blockten,
  .catalog-category-view #maincontent > .page-main {
    display: none;
  }
  .grid-product-area {
    position: relative;
  }
  .grid-product-area .product.info.detailed {
    max-width: calc(100% - 400px) !important;
  }
  .box-tocart .paypal:first-of-type {
    margin-top: 13px;
  }
  .block-search {
    float: right;
    padding-left: 15px;
    position: relative;
    width: 250px;
    z-index: 4;
  }
  .block-search .control {
    border-top: 0;
    margin: 0;
    padding: 0 0 25px;
  }
  .block-search .nested {
    display: block;
    padding-top: 5px;
    position: absolute;
  }
  .block-search input {
    margin: 0;
    padding-right: 35px;
    position: static;
  }
  .block-search input::-webkit-input-placeholder {
    color: #575757;
  }
  .block-search input:-moz-placeholder {
    color: #575757;
  }
  .block-search input::-moz-placeholder {
    color: #575757;
  }
  .block-search input:-ms-input-placeholder {
    color: #575757;
  }
  .block-search .action.search {
    display: inline-block;
    background-image: none;
    background: none;
    -moz-box-sizing: content-box;
    border: 0;
    box-shadow: none;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-shadow: none;
    font-weight: 400;
    padding: 5px 0;
    position: absolute;
    right: 18px;
    top: 1px;
    z-index: 1;
  }
  .block-search .action.search:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 22px;
    line-height: inherit;
    color: #757575;
    content: '\e615';
    font-family: 'luma-icons';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .block-search .action.search:hover:before {
    color: inherit;
  }
  .block-search .action.search:active:before {
    color: inherit;
  }
  .block-search .action.search:focus,
  .block-search .action.search:active {
    background: none;
    border: none;
  }
  .block-search .action.search:hover {
    background: none;
    border: none;
  }
  .block-search .action.search.disabled,
  .block-search .action.search[disabled],
  fieldset[disabled] .block-search .action.search {
    pointer-events: none;
    opacity: 0.5;
  }
  .block-search .action.search:focus:before {
    color: #333333;
  }
  .search-autocomplete {
    margin-top: 0;
  }
  .login-container .block.login .actions-toolbar > .primary {
    margin-bottom: 0;
    margin-right: 30px;
  }
  .login-container .block.login .actions-toolbar > .secondary {
    float: left;
  }
  .login-container .fieldset > .field > .control {
    width: 80%;
  }
  .form-create-account .fieldset-fullname .fields {
    display: table;
    width: 100%;
  }
  .form-create-account .fieldset-fullname .fields .field {
    display: table-cell;
  }
  .form-create-account .fieldset-fullname .fields .field + .field {
    padding-left: 10px;
  }
  .form-create-account .fieldset-fullname .field-name-prefix,
  .form-create-account .fieldset-fullname .field-name-suffix {
    width: 50px;
  }
  .form.password.reset,
  .form.send.confirmation,
  .form.password.forget,
  .form.create.account,
  .form.search.advanced,
  .form.form-orders-search {
    min-width: 600px;
    width: 50%;
  }
  .account.page-layout-2columns-left .sidebar-main,
  .account.page-layout-2columns-left .sidebar-additional {
    width: 22.3%;
  }
  .account.page-layout-2columns-left .column.main {
    width: 77.7%;
  }
  .account.page-layout-2columns-left .sidebar-main .block {
    margin-bottom: 0;
  }
  .account .data.table {
    margin-bottom: 0;
  }
  .account .data.table .col.actions {
    white-space: nowrap;
  }
  .block-addresses-list .items.addresses {
    font-size: 0;
  }
  .block-addresses-list .items.addresses > .item {
    display: inline-block;
    font-size: 14px;
    margin-bottom: 20px;
    vertical-align: top;
    width: 48%;
  }
  .block-addresses-list .items.addresses > .item:nth-last-child(1),
  .block-addresses-list .items.addresses > .item:nth-last-child(2) {
    margin-bottom: 0;
  }
  .block-addresses-list .items.addresses > .item:nth-child(even) {
    margin-left: 4%;
  }
  .form-edit-account .fieldset .fieldset {
    margin-bottom: 20px;
    width: 100%;
  }
  .control.captcha-image .captcha-img {
    margin: 0 10px 10px 0;
  }
  .filter-title {
    display: none;
  }
  .filter-actions {
    margin-bottom: 30px;
  }
  .filter.active .filter-options,
  .filter-options {
    background: transparent;
    clear: both;
    display: block;
    overflow: initial;
    position: static;
  }
  .filter-subtitle {
    display: block;
    position: static;
  }
  .page-layout-1column .toolbar-products {
    position: absolute;
    top: 0;
    width: 100%;
  }
  .page-layout-1column .products ~ .toolbar-products {
    position: static;
  }
  .page-layout-1column.page-with-filter .column.main {
    padding-top: 45px;
    position: relative;
    z-index: 1;
  }
  .page-layout-1column .filter.block {
    border-top: 1px solid #cccccc;
  }
  .page-layout-1column .filter-content {
    margin-top: 10px;
  }
  .page-layout-1column .filter-subtitle {
    display: none;
  }
  .page-layout-1column .filter-options-item {
    border: 0;
    display: inline-block;
    margin-right: 25px;
    position: relative;
  }
  .page-layout-1column .filter-options-item.active {
    z-index: 2;
  }
  .page-layout-1column .filter-options-item.active .active > .filter-options-title:after {
    content: '-';
    right: 2px;
    top: 3px;
    z-index: 3;
  }
  .page-layout-1column .filter-options-item.active .filter-options-content {
    visibility: visible;
  }
  .page-layout-1column .filter-options-item.active:hover {
    z-index: 3;
  }
  .page-layout-1column .filter-options-item.active:after,
  .page-layout-1column .filter-options-item.active:before {
    border: 8px solid transparent;
    height: 0;
    width: 0;
    border-bottom-color: #000000;
    bottom: -1px;
    content: '';
    display: block;
    left: 5px;
    position: absolute;
    z-index: 3;
  }
  .page-layout-1column .filter-options-item.active:after {
    border-bottom-color: #ffffff;
    margin-top: 2px;
    z-index: 4;
  }
  .page-layout-1column .filter-options-title {
    padding: 0 20px 0 0;
    font-weight: bold;
    font-size: 14px;
    line-height: 20px;
    display: inline-block;
    text-decoration: none;
  }
  .page-layout-1column .filter-options-title:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
    content: '\e616';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .page-layout-1column .filter-options-title:after {
    content: '+';
    right: 2px;
    top: 3px;
    z-index: 3;
  }
  .page-layout-1column .filter-options-content {
    background: #ffffff;
    -webkit-box-shadow: 0 3px 5px 0 rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0 3px 5px 0 rgba(50, 50, 50, 0.75);
    -ms-box-shadow: 0 3px 5px 0 rgba(50, 50, 50, 0.75);
    box-shadow: 0 3px 5px 0 rgba(50, 50, 50, 0.75);
    border: 1px solid #cccccc;
    padding: 5px 0;
    position: absolute;
    top: 100%;
    visibility: hidden;
    width: 180px;
    z-index: 2;
  }
  .page-layout-1column .filter-options-content .item {
    margin: 0;
    padding: 5px;
  }
  .page-layout-1column .filter-options-content .item a {
    margin-left: 0;
  }
  .page-layout-1column .filter-options-content .item:hover {
    background-color: #e8e8e8;
  }
  .page-layout-1column .filter-current {
    display: inline;
    line-height: 35px;
  }
  .page-layout-1column .filter-current-subtitle {
    color: #4a4a4a;
    display: inline;
    font-size: 14px;
    font-weight: normal;
    padding: 0;
  }
  .page-layout-1column .filter-current-subtitle:after {
    content: ':';
  }
  .page-layout-1column .filter-current .item,
  .page-layout-1column .filter-current .items {
    display: inline;
  }
  .page-layout-1column .filter-current .item {
    margin-right: 25px;
    white-space: nowrap;
  }
  .page-layout-1column .filter-current .action.remove {
    line-height: normal;
  }
  .page-layout-1column .filter-actions {
    display: inline;
    white-space: nowrap;
  }
  .page-layout-1column .filter-actions ~ .filter-options {
    margin-top: 25px;
  }
  body.filter-active .sidebar.sidebar-main {
    background-color: white;
    position: static;
  }
  .toolbar-products {
    margin-bottom: 21px;
  }
  .filter.active .filter-options {
    width: 100%;
  }
  .filter-options-item {
    border-bottom: none;
    margin-bottom: 16px;
  }
  .filter-options-content .item {
    margin-bottom: 0;
    padding: 2px 0 2px 6px;
  }
  .filter-options-content .item .recommended li .item {
    margin-right: 28px;
  }
  .filter-options-content .item .recommended:after {
    font-weight: 900;
    font-size: 16px;
    line-height: 24px;
    top: -28px;
  }
  .filter-options .filter-options-content {
    padding: 0 10px 0 0;
  }
  .filter-content {
    display: flex;
    flex-direction: column;
    background-color: #FFFFFF;
  }
  .filter-actions {
    order: 99;
  }
  .filter-actions > a {
    font-size: 16px;
    line-height: 24px;
    color: #545454;
  }
  .filter-options .filter-options-title[aria-expanded="false"]:after {
    content: '+';
    font-size: 16px;
    font-weight: 500;
    padding-bottom: 4px;
    transform: rotate(360deg);
  }
  .filter-options .filter-options-title {
    font-weight: bold;
    font-size: 14px;
    line-height: 20px;
  }
  .filter .block-subtitle {
    display: none;
  }
  .filter-options-content .item:after {
    content: '!';
    right: 132px;
  }
  .page-products .sorter {
    display: block;
    margin-left: auto;
  }
  .sorter-options {
    font-size: 14px;
    line-height: 20px;
  }
  .toolbar .select {
    background-color: #F9F8F3;
    border: 1px solid #CCCED2;
    border-radius: 4px;
  }
  ._keyfocus *:focus,
  input:not([disabled]):focus,
  textarea:not([disabled]):focus,
  select:not([disabled]):focus {
    box-shadow: none;
  }
  .product-reviews-summary {
    margin-bottom: 15px;
  }
  .products.wrapper.list .product-reviews-summary {
    margin: 0;
  }
  .product-reviews-summary .reviews-actions {
    font-size: 14px;
    margin-top: 3px;
  }
  .page-header {
    margin-bottom: 0;
  }
  .cms-no-route .cmsnoroute {
    margin-bottom: 120px;
  }
  .cms-no-route .cmsnoroute p {
    font-size: 36px;
    line-height: 36px;
    margin-bottom: 32px;
    margin-top: 40px;
  }
  .cms-no-route .cmsnoroute a {
    width: auto;
  }
  body.page-layout-contenttitlefull .page-title-wrapper,
  body.page-layout-content .page-title-wrapper {
    font-weight: bold;
    font-size: 40px;
    line-height: 48px;
    color: #000000;
  }
  body.page-layout-stomenu .services-page-title,
  body.page-layout-sto .services-page-title,
  body.page-layout-services .services-page-title {
    font-weight: bold;
    font-size: 40px;
    line-height: 48px;
    color: #000000;
  }
  .oilercheckout-thankyou-page .page-title,
  .checkout-onepage-success .page-title {
    font-size: 36px;
    line-height: 36px;
  }
  .oilercheckout-thankyou-page .checkout-success,
  .checkout-onepage-success .checkout-success {
    max-width: 449px;
    width: 100%;
  }
  .oilercheckout-thankyou-page .checkout-success .order-information .order-items .order-item .item-info .product-name,
  .checkout-onepage-success .checkout-success .order-information .order-items .order-item .item-info .product-name {
    margin-bottom: 24px;
    font-size: 16px;
    line-height: 24px;
  }
  .oilercheckout-thankyou-page .checkout-success .order-information .order-items .order-item .item-info .product-price,
  .checkout-onepage-success .checkout-success .order-information .order-items .order-item .item-info .product-price {
    margin-bottom: 16px;
  }
  .oilercheckout-thankyou-page .checkout-success .didnt-call-you-complaint-sent p,
  .checkout-onepage-success .checkout-success .didnt-call-you-complaint-sent p {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 16px;
  }
  .oilercheckout-thankyou-page .checkout-success .didnt-call-you-complaint-sent p:first-child,
  .checkout-onepage-success .checkout-success .didnt-call-you-complaint-sent p:first-child {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 16px;
  }
  .oilercheckout-thankyou-page .checkout-success .didnt-call-you-complaint-sent .actions-toolbar .primary,
  .checkout-onepage-success .checkout-success .didnt-call-you-complaint-sent .actions-toolbar .primary {
    display: flex;
    flex-direction: column;
  }
  .oilercheckout-thankyou-page .checkout-success .didnt-call-you-send-complaint p,
  .checkout-onepage-success .checkout-success .didnt-call-you-send-complaint p {
    font-size: 18px;
    line-height: 24px;
  }
  .oilercheckout-thankyou-page .checkout-success .didnt-call-you-send-complaint p:first-child,
  .checkout-onepage-success .checkout-success .didnt-call-you-send-complaint p:first-child {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 16px;
  }
  .oilercheckout-thankyou-page .checkout-success .didnt-call-you-send-complaint .actions-toolbar .primary,
  .checkout-onepage-success .checkout-success .didnt-call-you-send-complaint .actions-toolbar .primary {
    display: flex;
    flex-direction: column;
  }
  .oilercheckout-thankyou-page .checkout-success .didnt-call-you p,
  .checkout-onepage-success .checkout-success .didnt-call-you p {
    font-size: 18px;
    line-height: 24px;
  }
  .oilercheckout-thankyou-page .checkout-success .didnt-call-you p:first-child,
  .checkout-onepage-success .checkout-success .didnt-call-you p:first-child {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 16px;
  }
  .oilercheckout-thankyou-page .checkout-success .didnt-call-you .actions-toolbar .primary,
  .checkout-onepage-success .checkout-success .didnt-call-you .actions-toolbar .primary {
    display: flex;
    flex-direction: column;
  }
  .oilercheckout-thankyou-page .checkout-success .enter-your-number p,
  .checkout-onepage-success .checkout-success .enter-your-number p {
    font-size: 24px;
    line-height: 28px;
  }
  .checkout-index-index #checkoutSteps #payment .payment-group .payment-method .payment-method-content .actions-toolbar {
    left: 0;
  }
  .checkout-index-index .sections.nav-sections {
    display: flex;
  }
  .checkout-index-index .nav-toggle {
    display: none;
  }
  .checkout-index-index .opc-wrapper {
    max-width: 328px;
  }
  .checkout-index-index .checkout-container {
    max-width: 328px;
    width: 100%;
  }
  .checkout-index-index #checkoutSteps .step-title {
    font-size: 36px;
    line-height: 36px;
    width: 500px;
  }
  .sidebar .block.widget .products-grid .product-item {
    margin-left: 0;
    width: 100%;
  }
  .sidebar .block.widget .products-grid .product-item .actions-secondary {
    display: block;
    padding: 10px 0;
  }
  .sidebar .block.widget .pager .pages-item-next {
    padding: 0;
  }
  .sidebar .block.widget .pager .pages-item-next .action {
    margin: 0;
  }
  .block.widget .products-grid li.product-item {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: calc((33.33% - 30px));
  }
  .block.upsell .block-title strong,
  .block.related .block-title strong {
    font-size: 24px;
    line-height: 150%;
  }
  .block.upsell .products-grid li.product-item,
  .block.related .products-grid li.product-item {
    width: calc((25% - 30px));
  }
}
@media all and (min-width: 1025px) and (min-width: 1135px), print and (min-width: 1135px) {
  .page-layout-contenttitlefull .seo-text-block-wrapper,
  .page-layout-content .seo-text-block-wrapper,
  .page-layout-stomenu .seo-text-block-wrapper,
  .page-layout-sto .seo-text-block-wrapper,
  .page-layout-services .seo-text-block-wrapper,
  .catalog-category-view .seo-text-block-wrapper {
    box-sizing: border-box;
    padding-bottom: 54px;
  }
  .seo-text-block,
  .seo-toggle-button-wrapper {
    margin: 0 auto;
    max-width: 1204px;
  }
}
@media all and (min-width: 1025px) and (min-width: 1135px), print and (min-width: 1135px) {
  .minicart-wrapper .action.showcart:before {
    background-image: url(../images/shopping-cart.svg);
    background-size: 24px;
  }
}
@media all and (min-width: 1025px) and (min-width: 1135px), print and (min-width: 1135px) {
  .page-main {
    padding-left: 39px;
    padding-right: 39px;
    max-width: 1280px;
  }
  body.page-layout-contenttitlefull .page-main,
  body.page-layout-content .page-main,
  body.page-layout-stomenu .page-main,
  body.page-layout-sto .page-main,
  body.page-layout-services .page-main {
    max-width: 100%;
  }
}
@media all and (min-width: 1025px) and (min-width: 1135px), print and (min-width: 1135px) {
  .customer-account-link {
    display: none;
    min-width: 180px;
  }
  .customer-account-link ul {
    display: flex;
    flex-direction: column;
    border: 1px solid #bbbbbb;
    list-style: none;
    padding: 10px;
  }
  .customer-account-link li:last-child {
    margin-bottom: 0;
  }
  .link.authorization-link:hover .customer-account-link {
    display: block;
    position: absolute;
    background-color: #fff;
    margin-right: 0;
    border-top: 0;
    padding: 0;
    margin-left: -10px;
    z-index: 111;
  }
  .wishlist + .authorization-link > a {
    display: none;
  }
  .wishlist + .authorization-link .customer-account-link {
    display: block !important;
    float: left;
    width: 100%;
    border: 0;
    padding: 0;
    margin-left: 0 !important;
    position: relative !important;
  }
  .wishlist + .authorization-link .customer-account-link ul {
    display: block !important;
    margin-top: 0 !important;
    left: -1px;
    right: -1px;
    padding: 0;
    position: static;
    box-shadow: none;
    border: 0;
  }
  .wishlist + .authorization-link .customer-account-link ul:after,
  .wishlist + .authorization-link .customer-account-link ul:before {
    display: none !important;
  }
}
@media all and (min-width: 1025px), print {
  .abs-product-options-list-desktop dt,
  .block-giftregistry-shared .item-options dt {
    clear: left;
    float: left;
    margin: 0 10px 5px 0;
  }
  .abs-product-options-list-desktop dt:after,
  .block-giftregistry-shared .item-options dt:after {
    content: ': ';
  }
  .abs-product-options-list-desktop dd,
  .block-giftregistry-shared .item-options dd {
    display: inline-block;
    float: left;
    margin: 0 0 5px;
    word-break: break-all;
  }
  .abs-button-desktop {
    width: auto;
  }
  .abs-blocks-2columns,
  .abs-discount-block-desktop .block,
  .column .block-addbysku .block-content .box,
  .storecredit .block,
  .login-container .block,
  .account .column.main .block:not(.widget) .block-content .box,
  .form-address-edit > .fieldset,
  .form-edit-account .fieldset,
  .paypal-review-discount .block,
  .cart-discount .block {
    width: 48%;
  }
  .abs-blocks-2columns:nth-child(1),
  .abs-discount-block-desktop .block:nth-child(1),
  .column .block-addbysku .block-content .box:nth-child(1),
  .storecredit .block:nth-child(1),
  .login-container .block:nth-child(1),
  .account .column.main .block:not(.widget) .block-content .box:nth-child(1),
  .form-address-edit > .fieldset:nth-child(1),
  .form-edit-account .fieldset:nth-child(1),
  .paypal-review-discount .block:nth-child(1),
  .cart-discount .block:nth-child(1) {
    clear: left;
    float: left;
  }
  .abs-blocks-2columns:nth-child(2),
  .abs-discount-block-desktop .block:nth-child(2),
  .column .block-addbysku .block-content .box:nth-child(2),
  .storecredit .block:nth-child(2),
  .login-container .block:nth-child(2),
  .account .column.main .block:not(.widget) .block-content .box:nth-child(2),
  .form-address-edit > .fieldset:nth-child(2),
  .form-edit-account .fieldset:nth-child(2),
  .paypal-review-discount .block:nth-child(2),
  .cart-discount .block:nth-child(2) {
    float: right;
  }
  .abs-blocks-2columns:nth-child(2) + *,
  .abs-discount-block-desktop .block:nth-child(2) + *,
  .column .block-addbysku .block-content .box:nth-child(2) + *,
  .storecredit .block:nth-child(2) + *,
  .login-container .block:nth-child(2) + *,
  .account .column.main .block:not(.widget) .block-content .box:nth-child(2) + *,
  .form-address-edit > .fieldset:nth-child(2) + *,
  .form-edit-account .fieldset:nth-child(2) + *,
  .paypal-review-discount .block:nth-child(2) + *,
  .cart-discount .block:nth-child(2) + * {
    clear: both;
  }
  .abs-margin-for-blocks-and-widgets-desktop,
  .page-main .block,
  .customer-review .product-details {
    margin-bottom: 50px;
  }
  .abs-reset-left-margin-desktop,
  .column.main .paypal-review .actions-toolbar,
  .column.main .block-giftregistry-shared-items .actions-toolbar {
    margin-left: 0;
  }
  .abs-action-remove-desktop,
  .abs-add-fields-desktop .fieldset .additional .action.remove,
  .form-giftregistry-share .fieldset .additional .action.remove,
  .form-giftregistry-edit .fieldset .additional .action.remove,
  .form-create-return .fieldset .additional .action.remove,
  .form.send.friend .fieldset .additional .action.remove {
    margin-left: 90%;
  }
  .abs-add-fields-desktop .fieldset .field .control,
  .form-giftregistry-share .fieldset .field .control,
  .form-giftregistry-edit .fieldset .field .control,
  .form-create-return .fieldset .field .control,
  .form.send.friend .fieldset .field .control {
    width: auto;
  }
  .abs-margin-for-forms-desktop {
    margin-left: 25.8%;
  }
  .abs-visually-hidden-desktop,
  .modes-label,
  .block-search .label,
  .block-collapsible-nav .title {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-add-clearfix-desktop:before,
  .abs-add-clearfix-desktop:after,
  .paypal-review .block-content:before,
  .paypal-review .block-content:after,
  .paypal-review-discount:before,
  .paypal-review-discount:after,
  .order-review-form:before,
  .order-review-form:after,
  .block-cart-failed .block-content:before,
  .block-cart-failed .block-content:after,
  .column .block-addbysku .block-content:before,
  .column .block-addbysku .block-content:after,
  .cart-container:before,
  .cart-container:after,
  .block-giftregistry-shared .item-options:before,
  .block-giftregistry-shared .item-options:after,
  .data.table .gift-wrapping .nested:before,
  .data.table .gift-wrapping .nested:after,
  .data.table .gift-wrapping .content:before,
  .data.table .gift-wrapping .content:after,
  .block-wishlist-management:before,
  .block-wishlist-management:after,
  .magento-rma-guest-returns .column.main .block.block-order-details-view:before,
  .magento-rma-guest-returns .column.main .block.block-order-details-view:after,
  .order-links:before,
  .order-links:after,
  .account .column.main .block.block-order-details-view:before,
  .account .column.main .block.block-order-details-view:after,
  [class^='sales-guest-'] .column.main .block.block-order-details-view:before,
  [class^='sales-guest-'] .column.main .block.block-order-details-view:after,
  .sales-guest-view .column.main .block.block-order-details-view:before,
  .sales-guest-view .column.main .block.block-order-details-view:after,
  .login-container:before,
  .login-container:after,
  .account .page-title-wrapper:before,
  .account .page-title-wrapper:after,
  .account .column.main .block:not(.widget) .block-content:before,
  .account .column.main .block:not(.widget) .block-content:after,
  .block-addresses-list .items.addresses:before,
  .block-addresses-list .items.addresses:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-desktop:after,
  .paypal-review .block-content:after,
  .paypal-review-discount:after,
  .order-review-form:after,
  .block-cart-failed .block-content:after,
  .column .block-addbysku .block-content:after,
  .cart-container:after,
  .block-giftregistry-shared .item-options:after,
  .data.table .gift-wrapping .nested:after,
  .data.table .gift-wrapping .content:after,
  .block-wishlist-management:after,
  .magento-rma-guest-returns .column.main .block.block-order-details-view:after,
  .order-links:after,
  .account .column.main .block.block-order-details-view:after,
  [class^='sales-guest-'] .column.main .block.block-order-details-view:after,
  .sales-guest-view .column.main .block.block-order-details-view:after,
  .login-container:after,
  .account .page-title-wrapper:after,
  .account .column.main .block:not(.widget) .block-content:after,
  .block-addresses-list .items.addresses:after {
    clear: both;
  }
  .abs-add-box-sizing-desktop,
  .abs-shopping-cart-items-desktop,
  .column.main,
  .sidebar-main,
  .sidebar-additional,
  .bundle-options-container .block-bundle-summary,
  .block.crosssell,
  .magento-rma-guest-returns .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  .account .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  [class^='sales-guest-'] .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  .sales-guest-view .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  .block-cart-failed,
  .cart-container .form-cart,
  .cart-container .cart-gift-item {
    box-sizing: border-box;
  }
  .abs-add-box-sizing-desktop-m,
  .opc-wrapper {
    box-sizing: border-box;
  }
  .abs-revert-field-type-desktop .fieldset > .field,
  .abs-revert-field-type-desktop .fieldset .fields > .field {
    margin: 0 0 20px;
  }
  .abs-revert-field-type-desktop .fieldset > .field:not(.choice) > .label,
  .abs-revert-field-type-desktop .fieldset .fields > .field:not(.choice) > .label {
    box-sizing: content-box;
    float: none;
    width: auto;
    text-align: left;
    padding: 0;
  }
  .abs-revert-field-type-desktop .fieldset > .field:not(.choice) > .control,
  .abs-revert-field-type-desktop .fieldset .fields > .field:not(.choice) > .control {
    float: none;
    width: auto;
  }
  .abs-revert-field-type-desktop .fieldset > .field > .label,
  .abs-revert-field-type-desktop .fieldset .fields > .field > .label {
    margin: 0 0 8px;
    display: inline-block;
  }
  .abs-revert-field-type-desktop .fieldset > .field.choice:before,
  .abs-revert-field-type-desktop .fieldset .fields > .field.choice:before,
  .abs-revert-field-type-desktop .fieldset > .field.no-label:before,
  .abs-revert-field-type-desktop .fieldset .fields > .field.no-label:before {
    display: none;
  }
  .abs-revert-field-type-desktop .fieldset > .field:not(:first-child):last-of-type,
  .abs-revert-field-type-desktop .fieldset .fields > .field:not(:first-child):last-of-type {
    margin-bottom: 0;
  }
  .abs-form-field-column-2 .fieldset .field,
  .form-giftregistry-share .fieldset .field,
  .form-giftregistry-edit .fieldset .field,
  .form-create-return .fieldset .field,
  .form.send.friend .fieldset .field {
    padding: 0 12px 0 0;
    box-sizing: border-box;
    display: inline-block;
    width: 50%;
    vertical-align: top;
  }
  .abs-form-field-column-2 .fieldset .field + .fieldset,
  .form-giftregistry-share .fieldset .field + .fieldset,
  .form-giftregistry-edit .fieldset .field + .fieldset,
  .form-create-return .fieldset .field + .fieldset,
  .form.send.friend .fieldset .field + .fieldset {
    clear: both;
  }
  .abs-form-field-column-2 .fieldset .field:nth-last-child(1),
  .abs-form-field-column-2 .fieldset .field:nth-last-child(2),
  .form-giftregistry-share .fieldset .field:nth-last-child(1),
  .form-giftregistry-share .fieldset .field:nth-last-child(2),
  .form-giftregistry-edit .fieldset .field:nth-last-child(1),
  .form-giftregistry-edit .fieldset .field:nth-last-child(2),
  .form-create-return .fieldset .field:nth-last-child(1),
  .form-create-return .fieldset .field:nth-last-child(2),
  .form.send.friend .fieldset .field:nth-last-child(1),
  .form.send.friend .fieldset .field:nth-last-child(2) {
    margin-bottom: 0;
  }
  .abs-form-field-column-2 .fieldset .field .field,
  .form-giftregistry-share .fieldset .field .field,
  .form-giftregistry-edit .fieldset .field .field,
  .form-create-return .fieldset .field .field,
  .form.send.friend .fieldset .field .field {
    padding: 0;
    width: 100%;
  }
  .abs-form-field-revert-column-1 {
    width: 100%;
  }
  .abs-forms-general-desktop,
  .form-giftcard-redeem,
  .form-giftregistry-create {
    max-width: 500px;
  }
  .abs-forms-general-desktop .legend,
  .form-giftcard-redeem .legend,
  .form-giftregistry-create .legend {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-forms-general-desktop .legend + br,
  .form-giftcard-redeem .legend + br,
  .form-giftregistry-create .legend + br {
    display: none;
  }
  .abs-revert-side-paddings,
  .checkout-cart-index .page-title-wrapper,
  .cart-summary .block .content,
  .cart-empty {
    padding-left: 0;
    padding-right: 0;
  }
  .abs-account-block-font-size,
  .block-balance-giftcard .block-content,
  .block-addresses-list address,
  .box-billing-address .box-content,
  .box-shipping-address .box-content,
  .box-address-billing .box-content,
  .box-address-shipping .box-content,
  .box-information .box-content,
  .block-reviews-dashboard .product-name {
    font-size: 1.6rem;
  }
  .abs-account-table-margin-desktop,
  .table-wrapper.balance-history,
  .table-wrapper.reward-history,
  .table-wrapper.orders-recent {
    margin-top: -25px;
  }
  .abs-action-print,
  .order-actions-toolbar .action.print {
    display: inline-block;
    text-decoration: none;
  }
  .abs-action-print:before,
  .order-actions-toolbar .action.print:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: 16px;
    color: inherit;
    content: '\e624';
    font-family: 'luma-icons';
    margin: 0 4px 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .abs-action-print:hover,
  .order-actions-toolbar .action.print:hover {
    text-decoration: underline;
  }
  .abs-no-display-desktop,
  .opc-estimated-wrapper,
  .sidebar .block.widget .pager .item:not(.pages-item-next):not(.pages-item-previous) {
    display: none;
  }
  .abs-status-desktop,
  .return-status,
  .order-status {
    margin-top: 6px;
    padding: 5px 10px;
  }
  .abs-title-orders-desktop .page-main .page-title-wrapper .order-date,
  .magento-rma-returns-returns .page-main .page-title-wrapper .order-date,
  .magento-rma-returns-view .page-main .page-title-wrapper .order-date,
  .account .page-main .page-title-wrapper .order-date,
  [class^='sales-guest-'] .page-main .page-title-wrapper .order-date,
  .sales-guest-view .page-main .page-title-wrapper .order-date {
    margin: -14px 0 18px;
  }
  .abs-table-bordered-desktop {
    border: none;
  }
  .abs-table-bordered-desktop > thead > tr > th,
  .abs-table-bordered-desktop > tbody > tr > th,
  .abs-table-bordered-desktop > tfoot > tr > th,
  .abs-table-bordered-desktop > thead > tr > td,
  .abs-table-bordered-desktop > tbody > tr > td,
  .abs-table-bordered-desktop > tfoot > tr > td {
    border: none;
  }
  .abs-table-bordered-desktop > thead > tr > th,
  .abs-table-bordered-desktop > thead > tr > td {
    border-bottom: 1px solid #cccccc;
  }
  .abs-pager-toolbar,
  .toolbar-giftregistry-results,
  .toolbar-wishlist-results,
  .account .toolbar {
    position: relative;
  }
  .abs-pager-toolbar .toolbar-amount,
  .abs-pager-toolbar .limiter,
  .toolbar-giftregistry-results .toolbar-amount,
  .toolbar-giftregistry-results .limiter,
  .toolbar-wishlist-results .toolbar-amount,
  .toolbar-wishlist-results .limiter,
  .account .toolbar .toolbar-amount,
  .account .toolbar .limiter {
    position: relative;
    z-index: 1;
  }
  .abs-pager-toolbar .limiter,
  .toolbar-giftregistry-results .limiter,
  .toolbar-wishlist-results .limiter,
  .account .toolbar .limiter {
    display: inline-block;
    float: right;
  }
  .abs-pager-toolbar .toolbar-amount,
  .toolbar-giftregistry-results .toolbar-amount,
  .toolbar-wishlist-results .toolbar-amount,
  .account .toolbar .toolbar-amount {
    line-height: 30px;
    padding: 0;
  }
  .abs-pager-toolbar .pages,
  .toolbar-giftregistry-results .pages,
  .toolbar-wishlist-results .pages,
  .account .toolbar .pages {
    position: absolute;
    width: 100%;
    z-index: 0;
  }
  .abs-shopping-cart-items-desktop,
  .block-cart-failed,
  .cart-container .form-cart,
  .cart-container .cart-gift-item {
    width: 75%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    padding-right: 4%;
    position: relative;
  }
  .abs-discount-block-desktop .block > .title,
  .paypal-review-discount .block > .title,
  .cart-discount .block > .title {
    border: 0;
    padding: 0 0 10px;
  }
  .abs-discount-block-desktop .block > .title strong,
  .paypal-review-discount .block > .title strong,
  .cart-discount .block > .title strong {
    font-size: 1.6rem;
  }
  .abs-discount-block-desktop .block .content,
  .paypal-review-discount .block .content,
  .cart-discount .block .content {
    padding: 0 0 20px;
  }
  .abs-discount-block-desktop .actions-toolbar .secondary,
  .paypal-review-discount .actions-toolbar .secondary,
  .cart-discount .actions-toolbar .secondary {
    bottom: -30px;
    left: 0;
    position: absolute;
  }
  h1 {
    font-size: 40px;
    margin-bottom: 40px;
  }
  .page-main,
  .page-wrapper > .page-bottom {
    width: 100%;
  }
  .columns {
    display: block;
  }
  .column.main {
    min-height: 300px;
  }
  .page-layout-1column .column.main {
    width: 100%;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-3columns .column.main {
    width: 58.33333333%;
    display: inline-block;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-left .column.main {
    width: 79.16666667%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-right .column.main {
    width: 79.16666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .sidebar-main {
    padding-right: 2%;
  }
  .page-layout-3columns .sidebar-main {
    width: 20.83333333%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-left .sidebar-main {
    width: 20.83333333%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-right .sidebar-main {
    width: 20.83333333%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-right .sidebar-main {
    padding-left: 2%;
    padding-right: 0;
  }
  .sidebar-additional {
    clear: right;
    padding-left: 2%;
  }
  .page-layout-3columns .sidebar-additional {
    width: 20.83333333%;
    float: right;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
  }
  .page-layout-2columns-left .sidebar-additional {
    width: 20.83333333%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-right .sidebar-additional {
    width: 20.83333333%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-left .main {
    padding-left: 2%;
  }
  .page-layout-2columns-left .sidebar-additional {
    clear: left;
    float: left;
    padding-left: 0;
  }
  .panel.header {
    padding: 10px 20px;
  }
  .legend {
    border-bottom: 1px solid #c5c5c5;
  }
  .actions-toolbar {
    text-align: left;
  }
  .actions-toolbar:before,
  .actions-toolbar:after {
    content: '';
    display: table;
  }
  .actions-toolbar:after {
    clear: both;
  }
  .actions-toolbar .primary {
    float: left;
  }
  .actions-toolbar .primary,
  .actions-toolbar .secondary {
    display: inline-block;
  }
  .actions-toolbar .primary a.action,
  .actions-toolbar .secondary a.action {
    display: inline-block;
  }
  .actions-toolbar .primary .action {
    margin: 0 15px 0 0;
  }
  .actions-toolbar .secondary a.action {
    margin-top: 6px;
  }
  .actions-toolbar > .primary,
  .actions-toolbar > .secondary {
    margin-bottom: 0;
  }
  .actions-toolbar > .primary .action,
  .actions-toolbar > .secondary .action {
    margin-bottom: 0;
    width: auto;
  }
  .popup-content .fieldset .actions-toolbar .secondary {
    display: inline-block;
    float: none;
  }
  .popup-content .fieldset .actions-toolbar .action.cancel {
    margin-top: 6px;
  }
  .work_schedule {
    grid-column-start: 1;
    grid-column-end: 1;
    grid-row-start: 2;
    grid-row-end: 6;
    padding-right: 10px;
  }
  .addresses {
    grid-column-start: 2;
    grid-column-end: 2;
    grid-row-start: 1;
    grid-row-end: 3;
    margin-top: 0;
    padding-left: 10px;
  }
  .footer_networks {
    grid-column-start: 2;
    grid-column-end: 2;
    padding-left: 10px;
  }
  .footer_payment {
    grid-column-start: 2;
    grid-column-end: 2;
    padding-left: 10px;
  }
  .footer_menu {
    grid-column-start: 1;
    grid-column-end: 3;
  }
  .footer_menu_ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .footer_menu_ul_li {
    margin-left: 20px;
    margin-right: 20px;
  }
  .page-footer:before {
    content: '';
    position: absolute;
    right: 20px;
    bottom: -5px;
    width: 141px;
    height: 152px;
    background-image: url(../images/vf3.svg);
    background-position: left bottom 0;
    background-repeat: no-repeat;
    z-index: 0;
  }
  .page-footer:after {
    content: '';
    position: absolute;
    left: 20px;
    bottom: 0;
    width: 59%;
    height: 118px;
    background-image: url(../images/vf4.svg);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 0;
  }
  .footer-new {
    display: grid;
    grid-template-columns: 50% 50%;
    background-image: url(../images/vf2.svg);
    background-position: right 20px top;
    background-repeat: no-repeat;
  }
  .work_schedule {
    grid-column-start: 2;
    grid-column-end: 2;
    grid-row-start: 1;
    grid-row-end: 4;
    margin-top: 0;
  }
  .addresses {
    grid-column-start: 3;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 4;
    margin-top: 0;
  }
  .footer_work_schedule_div_div_ul_li {
    font-size: 16px;
    line-height: 24px;
  }
  .footer_networks {
    grid-column-start: 1;
    grid-column-end: 1;
    grid-row-start: 2;
    grid-row-end: 2;
    padding-left: 0;
    margin-top: 40px;
  }
  .footer_networks_p {
    margin-top: 0;
  }
  .footer_payment {
    grid-column-start: 1;
    grid-column-end: 1;
    grid-row-start: 3;
    grid-row-end: 3;
    padding-left: 0;
  }
  .footer_menu {
    grid-column-start: 1;
    grid-column-end: 4;
    justify-content: center;
    display: flex;
    margin-top: 40px;
  }
  .footer_menu_ul_li {
    margin-left: 16px;
    margin-right: 16px;
  }
  .footer_menu_ul_li_a {
    font-size: 18px;
    line-height: 26px;
  }
  .page-footer .consultation-lead.footer_form_form {
    width: 304px;
  }
  .footer-new {
    display: grid;
    grid-template-columns: 33.33% 33.33% 33.33%;
    max-width: 1280px;
    margin: 0 auto;
    box-sizing: border-box;
  }
  .form-record-consultation {
    grid-column-start: 1;
    grid-column-end: 1;
    padding-right: 10px;
  }
  .form-record-consultation form {
    width: 260px;
  }
  .form-record-consultation {
    grid-column-start: 1;
    grid-column-end: 1;
    grid-row-start: 1;
    grid-row-end: 1;
  }
  .section-wrapper {
    padding-left: 0;
    padding-right: 0;
    box-sizing: border-box;
  }
  .page-title-wrapper .page-title {
    font-size: 40px;
    line-height: 44px;
    margin-top: 6px;
  }
  .benefits {
    margin-bottom: 16px;
  }
  .modal-popup.modal-slide .modal-footer {
    border-top: 1px solid #c1c1c1;
    text-align: right;
  }
  .pagebuilder-mobile-only {
    display: none !important;
  }
  .desktop.three-columns {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .desktop.three-columns section.content {
    padding: 0 30px;
    width: 52%;
  }
  .desktop.three-columns aside.left,
  .desktop.three-columns aside.right {
    width: 24%;
  }
  .desktop.two-columns-right,
  .desktop.two-columns-left {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .desktop.two-columns-right section.content {
    padding-right: 40px;
    width: 76%;
  }
  .desktop.two-columns-left section.content {
    padding-left: 40px;
    width: 76%;
  }
  .desktop.two-columns-right aside.left,
  .desktop.two-columns-left aside.left,
  .desktop.two-columns-right aside.right,
  .desktop.two-columns-left aside.right {
    width: 24%;
  }
  .amblog-container-list {
    padding-top: 0;
  }
  .amblog-main-content {
    padding-top: 0;
  }
  .amblog-pager-container {
    margin: 40px auto 50px;
    width: 290px;
  }
  .amblog-comments-wrapper,
  .amblog-related-wrapper {
    margin-bottom: 0;
  }
  .amblog-form-comment .amblog-svg.comment {
    top: 10px;
  }
  .amblog-form-comment .amblog-customer {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .amblog-form-comment .amblog-wrapper {
    width: 49%;
  }
  .amblog-form-comment .amblog-wrapper:first-child {
    margin-right: 20px;
  }
  .amblog-form-comment .amblog-input.-email + .mage-error,
  .amblog-form-comment .amblog-input.-name + .mage-error {
    margin-bottom: 0;
  }
  .amblog-form-comment .amblog-btn {
    padding: 14px 0;
    width: 230px;
  }
  .amblog-form-comment .amblog-btn:hover {
    background: #2BBA7D;
  }
  .desktop.three-columns aside.left,
  .desktop.three-columns aside.right {
    max-width: 271px;
    width: 24%;
  }
  .desktop.three-columns section.content {
    width: 52%;
  }
  .desktop.two-columns-right aside.right,
  .desktop.two-columns-left aside.right {
    max-width: 271px;
    width: 30%;
  }
  .amblog-helpful-wrap {
    margin: 0;
    right: 0;
    top: 0;
  }
  .sidebar.sidebar-main [data-set="sidebar-recentpost"] .amblog-list {
    margin-left: 0;
    margin-right: 0;
  }
  .sidebar.sidebar-main [data-set="sidebar-recentpost"] .amblog-list .post-item-info {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
  .sidebar.sidebar-additional [data-set="sidebar-search"] .amblog-title,
  .sidebar.sidebar-main [data-set="sidebar-search"] .amblog-title,
  .sidebar.sidebar-additional [data-set="sidebar-category"] .amblog-title,
  .sidebar.sidebar-main [data-set="sidebar-category"] .amblog-title,
  .sidebar.sidebar-additional [data-set="sidebar-tags"] .amblog-title,
  .sidebar.sidebar-main [data-set="sidebar-tags"] .amblog-title,
  .sidebar.sidebar-additional [data-set="sidebar-recentpost"] .amblog-title,
  .sidebar.sidebar-main [data-set="sidebar-recentpost"] .amblog-title,
  .sidebar.sidebar-additional [data-set="sidebar-subscribe"] .amblog-title,
  .sidebar.sidebar-main [data-set="sidebar-subscribe"] .amblog-title,
  .sidebar.sidebar-additional [data-set="sidebar-recentcomments"] .amblog-title,
  .sidebar.sidebar-main [data-set="sidebar-recentcomments"] .amblog-title {
    margin-bottom: 16px;
  }
  .sidebar.sidebar-additional [data-set="sidebar-search"] .amblog-title:after,
  .sidebar.sidebar-main [data-set="sidebar-search"] .amblog-title:after,
  .sidebar.sidebar-additional [data-set="sidebar-category"] .amblog-title:after,
  .sidebar.sidebar-main [data-set="sidebar-category"] .amblog-title:after,
  .sidebar.sidebar-additional [data-set="sidebar-tags"] .amblog-title:after,
  .sidebar.sidebar-main [data-set="sidebar-tags"] .amblog-title:after,
  .sidebar.sidebar-additional [data-set="sidebar-recentpost"] .amblog-title:after,
  .sidebar.sidebar-main [data-set="sidebar-recentpost"] .amblog-title:after,
  .sidebar.sidebar-additional [data-set="sidebar-subscribe"] .amblog-title:after,
  .sidebar.sidebar-main [data-set="sidebar-subscribe"] .amblog-title:after,
  .sidebar.sidebar-additional [data-set="sidebar-recentcomments"] .amblog-title:after,
  .sidebar.sidebar-main [data-set="sidebar-recentcomments"] .amblog-title:after {
    display: none;
  }
  .sidebar.sidebar-additional [data-set="sidebar-search"] .amblog-title.-active,
  .sidebar.sidebar-main [data-set="sidebar-search"] .amblog-title.-active,
  .sidebar.sidebar-additional [data-set="sidebar-category"] .amblog-title.-active,
  .sidebar.sidebar-main [data-set="sidebar-category"] .amblog-title.-active,
  .sidebar.sidebar-additional [data-set="sidebar-tags"] .amblog-title.-active,
  .sidebar.sidebar-main [data-set="sidebar-tags"] .amblog-title.-active,
  .sidebar.sidebar-additional [data-set="sidebar-recentpost"] .amblog-title.-active,
  .sidebar.sidebar-main [data-set="sidebar-recentpost"] .amblog-title.-active,
  .sidebar.sidebar-additional [data-set="sidebar-subscribe"] .amblog-title.-active,
  .sidebar.sidebar-main [data-set="sidebar-subscribe"] .amblog-title.-active,
  .sidebar.sidebar-additional [data-set="sidebar-recentcomments"] .amblog-title.-active,
  .sidebar.sidebar-main [data-set="sidebar-recentcomments"] .amblog-title.-active {
    margin-bottom: 16px;
  }
  .sidebar.sidebar-additional [data-set="sidebar-search"] .amblog-title.-active:after,
  .sidebar.sidebar-main [data-set="sidebar-search"] .amblog-title.-active:after,
  .sidebar.sidebar-additional [data-set="sidebar-category"] .amblog-title.-active:after,
  .sidebar.sidebar-main [data-set="sidebar-category"] .amblog-title.-active:after,
  .sidebar.sidebar-additional [data-set="sidebar-tags"] .amblog-title.-active:after,
  .sidebar.sidebar-main [data-set="sidebar-tags"] .amblog-title.-active:after,
  .sidebar.sidebar-additional [data-set="sidebar-recentpost"] .amblog-title.-active:after,
  .sidebar.sidebar-main [data-set="sidebar-recentpost"] .amblog-title.-active:after,
  .sidebar.sidebar-additional [data-set="sidebar-subscribe"] .amblog-title.-active:after,
  .sidebar.sidebar-main [data-set="sidebar-subscribe"] .amblog-title.-active:after,
  .sidebar.sidebar-additional [data-set="sidebar-recentcomments"] .amblog-title.-active:after,
  .sidebar.sidebar-main [data-set="sidebar-recentcomments"] .amblog-title.-active:after {
    display: none;
  }
  body[class*='amblog-index-'] .page-title-wrapper {
    margin-bottom: 20px;
  }
  body[class*='amblog-index-'] .page-title {
    font-size: 40px;
    line-height: 44px;
  }
  body[class*='amblog-index-'] .sidebar .block-reorder .block-content:not(.no-display) {
    margin-bottom: 50px;
  }
  body[class*='amblog-index-'] h2.amblog-post-title {
    font-size: 18px;
    line-height: 28px;
  }
  body[class*='amblog-index-'] h3.amblog-title.-accordion {
    font-size: 1.6rem;
    padding-right: 40px;
  }
  body[class*='amblog-index-'] h3.amblog-title.-accordion:before {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMTEiIHZpZXdCb3g9IjAgMCAyMCAxMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTkuODc2NTYgMC40NTQxMDNMMC45MDkwNTggOC44MDA1NkwyLjM0ODc5IDEwLjI1NzNMOS44NzY1NiAzLjI0OTM4TDE3LjY1MTEgMTAuNDU0MUwxOS4wOTA5IDkuMDM2NzhMMTAuNDExMyAwLjkyNjU0NEw5Ljg3NjU2IDAuNDU0MTAzWiIgZmlsbD0iI0M3QzdDNyIvPgo8L3N2Zz4K);
    content: '';
    cursor: pointer;
    display: block;
    height: 12px;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%) rotate(-180deg);
    width: 20px;
  }
  body[class*='amblog-index-'] h3.amblog-title.-accordion.-active:before {
    transform: translateY(-50%) rotate(0);
  }
  body[class*='amblog-index-'] .amblog-content [data-content-type="row"] [data-content-type="text"] {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 16px;
  }
  body[class*='amblog-index-'] .amblog-content [data-content-type="row"] h2[data-content-type="heading"] {
    font-size: 24px;
    line-height: 150%;
  }
  body[class*='amblog-index-'] .amblog-content [data-content-type="row"] [data-content-type="image"] {
    margin-bottom: 24px;
  }
  body[class*='amblog-index-'] .amblog-footer .tags {
    margin-bottom: 43px;
  }
  body[class*='amblog-index-'] .amblog-footer .tags strong {
    font-size: 24px;
    line-height: 150%;
    margin-bottom: 15px;
  }
  body[class*='amblog-index-'] .amblog-footer .amblog-helpful-wrap {
    margin-top: 0;
    margin-bottom: 29px;
  }
  body[class*='amblog-index-'] .amblog-footer .amblog-helpful-wrap .amblog-helpful {
    font-size: 16px;
    line-height: 24px;
  }
  .amblog-search-block .amblog-list {
    padding: 0;
  }
  .amblog-search-block .amblog-content {
    justify-content: space-between;
    padding-bottom: 25px;
  }
  .amblog-search-block .amblog-content > *:first-child {
    margin-left: 0;
  }
  .amblog-search-block .amblog-content > *:not(:last-child) {
    margin-right: 0;
  }
  .amblog-search-block .amblog-content > *:not(:last-child, :first-child) {
    padding: 0 25px;
  }
  .amblog-search-block .amblog-author-name {
    align-items: center;
    display: flex;
    flex-direction: column;
  }
  .amblog-search-block .amblog-description {
    flex: 1 0 22%;
  }
  .amblog-search-block .amblog-social-container {
    flex-grow: 1;
    justify-content: flex-end;
  }
  .amblog-search-block .amblog-description + .amblog-social-container {
    flex-grow: initial;
  }
  .amblog-replies-block.-level-top > .amblog-comment,
  .amblog-replies-block.-level-top > .amblog-comment-reply,
  .amblog-comments-action .amblog-replies,
  .amblog-comments-container .amblog-replies {
    box-sizing: border-box;
    margin: 30px 0 0;
    max-width: 1025px;
    padding-left: 20px;
  }
  .amblog-tabs-block.-block .amblog-list.-active {
    justify-content: flex-start;
  }
  .amblog-content-tab {
    margin-bottom: 10px;
  }
  .amblog-post-container .amblog-widget-container.-post .amblog-item {
    width: 48%;
  }
  .amblog-grid-list {
    -webkit-box-pack: initial;
    -ms-flex-pack: initial;
    justify-content: initial;
  }
  .amblog-grid-list > .amblog-item {
    width: calc(33.33% - 30px);
    margin-right: 15px;
    margin-left: 15px;
  }
  .amblog-grid-list .slick-slide .amblog-item {
    margin-right: 3%;
    width: 31%;
  }
  .amblog-grid-list .slick-slide .amblog-item {
    min-width: 150px;
  }
  .amblog-grid-list .slick-slide .amblog-item:nth-child(3n+0) {
    margin-right: 0;
  }
  .amblog-container-list {
    margin-left: 0;
    margin-right: 0;
  }
  .amblog-container-list .amblog-post-container {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 16px;
  }
  #html-body .discount-form--post .discount-form__title {
    margin-left: 20%;
    position: relative;
    z-index: 1;
  }
  #html-body .discount-form--post img.discount-form__image {
    right: 20%;
  }
  #html-body .discount-form--post .discount-form__gear:nth-of-type(1) {
    left: 23% !important;
  }
  #html-body .discount-form .form {
    width: 60%;
  }
  .page-layout-3columns .amblog-grid-list {
    justify-content: space-between;
  }
  .page-layout-3columns .amblog-grid-list > .amblog-item,
  .page-layout-3columns .amblog-grid-list .slick-slide .amblog-item {
    margin-right: 20px;
    width: calc(51% - 20px);
  }
  .page-layout-3columns .amblog-grid-list > .amblog-item:nth-child(2n+0),
  .page-layout-3columns .amblog-grid-list .slick-slide .amblog-item:nth-child(2n+0) {
    margin-right: 0;
  }
  .column .amblog-newsletter .input-box.-newsletter {
    flex-wrap: wrap;
  }
  .column .amblog-newsletter .mage-error[generated='true'],
  .column .amblog-newsletter .amblog-input {
    max-width: calc(65% - 10px);
  }
  .column .amblog-newsletter .amblog-btn {
    max-width: 35%;
  }
  .column .amblog-newsletter .mage-error[generated='true'] {
    order: 3;
    width: 100%;
  }
  .amblog-search-titles {
    border-bottom: 1px solid #e5e5e5;
  }
  .amblog-search-title {
    position: relative;
    width: auto;
  }
  .amblog-search-title:after {
    background: transparent;
    content: '';
    height: 1px;
    left: 0;
    position: absolute;
    top: 100%;
    width: 100%;
  }
  .amblog-search-title.open:after {
    background: #ffda58;
  }
  .amblog-search-content {
    margin-top: 40px;
    width: 100%;
  }
  .desktop.three-columns .amblog-related-wrapper.-related-products .amblog-item-product {
    max-width: 129px;
  }
  .amblog-related-wrapper.-related-products .amblog-slick-slider:not(.slick-initialized) {
    justify-content: initial;
  }
  .amblog-related-wrapper.-related-products .amblog-slick-slider:not(.slick-initialized) .amblog-item-product {
    max-width: 25%;
  }
  .amblog-related-wrapper.-related-products .product-reviews-summary {
    margin-bottom: 5px;
  }
  .action.compare {
    padding: 0 10px;
  }
  .amsearch-wrapper-block {
    order: initial;
    width: auto;
    margin-top: 0;
    padding: 8px 0;
    margin-left: auto;
    margin-right: 0;
  }
  .page-header .amsearch-wrapper-block {
    float: right;
    margin: 0;
    padding: 0;
    width: auto;
  }
  .page-header .amsearch-wrapper-block:before {
    content: none;
  }
  .amsearch-loader-block {
    right: 30px;
  }
  .amsearch-emptysearch-cms {
    padding: 40px;
  }
  .amsearch-emptysearch-cms .amsearch-content > .amsearch-title {
    font-size: 54px;
  }
  .amsearch-emptysearch-cms .amsearch-text {
    font-size: 22px;
  }
  .amsearch-wrapper-block .amsearch-result-section {
    width: 900px;
  }
  .amsearch-emptysearch-cms {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 40px 70px;
  }
  .amsearch-emptysearch-cms > .amsearch-item {
    max-width: 50%;
  }
  .amsearch-emptysearch-cms > .amsearch-content {
    padding-right: 10px;
  }
  .amsearch-emptysearch-cms .amsearch-content > .amsearch-title {
    font-size: 72px;
    margin: 0 0 20px;
  }
  .amsearch-emptysearch-cms .amsearch-text {
    font-size: 28px;
    line-height: 33px;
  }
  .amsearch-emptysearch-cms .amsearch-contacts-block {
    font-size: 22px;
    margin-top: 45px;
  }
  .amsearch-emptysearch-cms .amsearch-image-block {
    margin-top: 0;
  }
  .amsearch-emptysearch-cms .amsearch-contacts-block > .amsearch-title {
    margin-bottom: 10px;
  }
  .amsearch-search-page #tabs-amsearch-blog-tab .amsearch-item-wrap .amsearch-item {
    width: calc(33.33% - 30px);
  }
  .amsearch-search-page #maincontent .columns {
    position: relative;
    padding-top: 60px;
  }
  .amsearch-search-page #maincontent .columns .toolbar-sorter.sorter {
    display: flex;
  }
  .amsearch-search-page #maincontent .columns .amsearch-result-tabs {
    position: static;
  }
  .amsearch-search-page #maincontent .columns .amsearch-result-tabs > [role="tablist"]:not(:first-child) {
    border: 0;
    padding: 0;
  }
  .amsearch-search-page #maincontent .columns .amsearch-result-tabs > [role="tablist"]:not(:first-child) .data.item.title {
    display: none;
  }
  .amsearch-search-page #maincontent .columns .amsearch-result-tabs > [role="tablist"]:not(:first-child) .data.item.title + div {
    display: block;
    margin-top: 0;
  }
  .amsearch-search-page #maincontent .columns .sidebar.sidebar-main {
    display: block;
  }
  .amsearch-search-page #maincontent .columns .sidebar.sidebar-main .block.filter {
    margin-top: 4px;
    padding-right: 30px;
  }
  .amsearch-search-page #maincontent .columns .desktop-tab {
    display: flex;
    width: 100%;
    border-bottom: 1px solid #CCCED2;
    position: absolute;
    top: 0;
    left: 0;
  }
  .amsearch-search-page #maincontent .columns .desktop-tab > div[role="tablist"]:not(:first-child) {
    display: block !important;
  }
  .amsearch-search-page #maincontent .columns .desktop-tab .data.item.title {
    margin-right: 0;
    margin-bottom: -1px;
    display: flex;
  }
  .amsearch-search-page #maincontent .columns .desktop-tab .data.item.title a {
    padding: 7px 20px;
    box-sizing: border-box;
    margin-right: 0;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #545454;
  }
  .amsearch-search-page #maincontent .columns .desktop-tab .data.item.title:hover:before {
    background-color: #2BBA7D;
    bottom: 0;
    height: 1px;
  }
  .amsearch-search-page #maincontent .columns .desktop-tab .data.item.title.active {
    background-color: transparent;
  }
  .amsearch-search-page #maincontent .columns .desktop-tab .data.item.title.active:before {
    background-color: #2BBA7D;
    bottom: 0;
    height: 1px;
  }
  .amsearch-search-page #maincontent .columns .desktop-tab .data.item.title.active a {
    color: #000000;
  }
  .amsearch-search-page #maincontent .columns .desktop-tab ~ div .data.item.title {
    display: none;
  }
  .amsearch-button.-close:hover,
  .amsearch-button.-close:hover {
    filter: brightness(0%);
  }
  .amsearch-slider-section {
    max-width: 575px;
  }
  .amsearch-slider-section.slick-slider {
    padding: 0 40px;
  }
  .amsearch-products-section {
    border-top: none;
    display: flex;
    flex-wrap: wrap;
  }
  .amsearch-products-section:not(:first-child) {
    border-left: 1px solid #cccccc;
  }
  .amsearch-products-section .amsearch-description {
    width: auto;
  }
  .amsearch-products-section.-list .amsearch-image {
    max-width: 125px;
  }
  .amsearch-products-section.-list .product-item-actions {
    align-content: flex-start;
    display: flex;
  }
  .amsearch-products-section.-list .amsearch-description {
    padding-left: 20px;
  }
  .amsearch-products-section.-grid:not(.-slider) .amsearch-item {
    max-width: calc(33.33333333%);
  }
  .amsearch-result-block:not(.-preload) .amsearch-products-section {
    width: calc(100% - 283px);
  }
  .amsearch-products-section.-grid:not(.-slider) .amsearch-item {
    max-width: calc(25%);
  }
  .amsearch-result-tabs .title:hover:before,
  .amsearch-result-tabs .title.active:before {
    background: #ffffff;
    bottom: -1px;
    content: '';
    height: 2px;
    left: 1px;
    position: absolute;
    width: calc(100% - 2px);
  }
  .amsearch-result-tabs.product.data.items .item.title.active .switch {
    padding-bottom: 1px;
  }
  .amsearch-result-section {
    min-width: 100%;
    width: inherit;
  }
  .amsearch-result-section:not(.-small) {
    flex-wrap: nowrap;
  }
  .amsearch-result-block.-preload {
    flex-wrap: nowrap;
  }
  .amsearch-result-block.-preload .amsearch-products-list:not(:first-child) {
    border-left: 1px solid #cccccc;
    width: calc(100% - 283px);
  }
  .page-header:not(.amsearch-full-width) .amsearch-input-wrapper.-dynamic-width {
    width: 100%;
  }
  .page-header .amsearch-input-wrapper {
    min-width: 283px;
    width: auto;
  }
  .amsearch-item-container {
    padding: 0 0 25px;
  }
  .amsearch-items-section {
    padding: 25px 0;
  }
  .amsearch-items-section:not(:first-child:last-child) {
    max-width: 283px;
    width: 100%;
  }
  .amsearch-full_width-title {
    display: none;
  }
  .page-header.amsearch-full-width.-opened .ammenu-logo,
  .page-header.amsearch-full-width.-opened .logo {
    margin: 0 auto 0 4vw;
    z-index: 11;
  }
  .page-header.amsearch-full-width.-opened .amsearch-wrapper-block {
    z-index: 10;
  }
  .page-header.amsearch-full-width.-opened .amsearch-button.-full-close {
    right: 4vw;
  }
  .page-header.amsearch-full-width .amsearch-input-wrapper {
    flex-grow: initial;
  }
  .page-header.amsearch-full-width .amsearch-button.-search {
    flex-grow: initial;
  }
  .page-header.amsearch-full-width .amsearch-wrapper-block {
    background: #fff;
    display: inline-block;
  }
  .page-header.amsearch-full-width:not(.-opened) .amsearch-wrapper-block {
    position: static;
    width: auto;
  }
  .page-header.amsearch-full-width .amsearch-form-block {
    height: 100%;
    justify-content: center;
    padding: 0;
  }
  .page-header.amsearch-full-width .amsearch-result-section {
    padding: 0 calc(4vw - 15px);
  }
  .page-header.amsearch-full-width .amsearch-products-section.-grid:not(.-slider) .amsearch-item {
    max-width: calc(25%);
  }
  .page-header.amsearch-full-width .amsearch-products-section.-list .amsearch-item {
    width: 50%;
  }
  .page-header.amsearch-full-width .amsearch-button.-full-close {
    margin: auto;
  }
  .page-header .amsearch-button.-loupe-trigger {
    display: none;
  }
  .page-header.amsearch-full-width .amsearch-products-section.-grid:not(.-slider) .amsearch-item {
    max-width: calc(20%);
  }
  .amsearch-search-page.page-products .columns {
    z-index: 0;
  }
  .pages .pages-items {
    float: none;
  }
  .catalog-product-view #maincontent .column.main .seo-text-block {
    width: calc(100% - 400px);
    margin: 0;
  }
  .seo-text-block h2 {
    font-size: 40px;
  }
  #car-form-popup #choose-auto-form-popup {
    flex-direction: column;
  }
  .category-tree-left #vin-auto-form,
  .category-tree-left #choose-auto-form {
    flex-direction: row;
  }
  .category-tree-left .blockone.section-wrapper.additional-container .form-record-consultation {
    display: block;
  }
  .category-tree-left .page-main .blockone.outerform.section-wrapper {
    display: none;
  }
  .category-tree-left div.columns {
    padding-top: 50px !important;
  }
  .category-tree-left div.columns .column.main {
    width: calc(100% - 250px);
  }
  .category-tree-left div.columns .sidebar.sidebar-main {
    width: 250px;
  }
  .category-tree-left div.columns .sidebar.sidebar-main .block.filter {
    position: relative;
    top: 0;
    margin-bottom: 30px;
  }
  .category-tree-left div.columns .sidebar.sidebar-main .count-text {
    position: absolute;
    top: 0;
    margin-bottom: 0;
  }
  .category-tree-left .auto-parts-top {
    position: relative;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .category-tree-left .auto-parts-top .our-car-services {
    position: absolute;
    right: 0;
    margin: 0;
    max-width: calc(50% - 44px);
  }
  body:not(.page-layout-sto):not(.page-layout-stomenu) .blockone .our-car-services {
    display: block;
  }
  body:not(.page-layout-sto):not(.page-layout-stomenu) .blockone .services:last-child {
    display: flex;
    width: 100%;
    justify-content: flex-start;
  }
  body.page-layout-stomenu .blockone:not(.outerform),
  body.page-layout-sto .blockone:not(.outerform) {
    position: relative;
  }
  body.page-layout-stomenu .blockone:not(.outerform) .services__subtitle,
  body.page-layout-sto .blockone:not(.outerform) .services__subtitle {
    margin-bottom: 22px;
  }
  body.page-layout-stomenu .blockone:not(.outerform) .services__subtitle > p,
  body.page-layout-sto .blockone:not(.outerform) .services__subtitle > p {
    min-width: 75%;
  }
  body.page-layout-stomenu .blockone:not(.outerform) .services:last-child,
  body.page-layout-sto .blockone:not(.outerform) .services:last-child {
    display: flex;
    flex-direction: column;
  }
  body.page-layout-stomenu .blockone:not(.outerform) .services .services-wrapper,
  body.page-layout-sto .blockone:not(.outerform) .services .services-wrapper {
    min-width: 75%;
  }
  body.page-layout-stomenu .blockone:not(.outerform) .services .form-record-consultation,
  body.page-layout-sto .blockone:not(.outerform) .services .form-record-consultation {
    position: absolute;
    width: 50%;
    right: 0;
  }
  body[class*="categorypath-zapchasti"] .blockone.section-wrapper.additional-container .services:last-child {
    flex-wrap: wrap;
  }
  /* dlja zapchastej cat*/
  body[class*="categorypath-zapchasti"] .catalog-category-view .blockone.section-wrapper.additional-container .our-car-services {
    display: block;
  }
  body[class*="categorypath-zapchasti"] .catalog-category-view .blockone.section-wrapper.additional-container .services .form-record-consultation {
    display: none;
  }
  body[class*="categorypath-zapchasti"] .catalog-category-view .blockone.section-wrapper.additional-container .services:last-child {
    display: flex;
    width: 100%;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  body.page-layout-stomenu.categorypath-avtotovary-masla .blockone.listone.section-wrapper.additional-container:not(.outerform) .services .form-record-consultation,
  body.page-layout-sto.categorypath-avtotovary-masla .blockone.listone.section-wrapper.additional-container:not(.outerform) .services .form-record-consultation {
    display: none;
  }
  /* stranicy uslug */
  body.page-layout-stomenu:not([class*="categorypath-avtotovary"]) .blockone:not(.outerform),
  body.page-layout-sto:not([class*="categorypath-avtotovary"]) .blockone:not(.outerform) {
    position: relative;
    min-height: 250px;
  }
  body.page-layout-stomenu:not([class*="categorypath-avtotovary"]) .blockone:not(.outerform) .services:last-child,
  body.page-layout-sto:not([class*="categorypath-avtotovary"]) .blockone:not(.outerform) .services:last-child {
    display: flex;
  }
  body.page-layout-stomenu:not([class*="categorypath-avtotovary"]) .blockone:not(.outerform) .services,
  body.page-layout-sto:not([class*="categorypath-avtotovary"]) .blockone:not(.outerform) .services {
    display: flex;
  }
  body.page-layout-stomenu:not([class*="categorypath-avtotovary"]) .blockone:not(.outerform) .services__subtitle > p,
  body.page-layout-sto:not([class*="categorypath-avtotovary"]) .blockone:not(.outerform) .services__subtitle > p {
    min-width: 75%;
  }
  body.page-layout-stomenu:not([class*="categorypath-avtotovary"]) .blockone:not(.outerform) .services:last-child,
  body.page-layout-sto:not([class*="categorypath-avtotovary"]) .blockone:not(.outerform) .services:last-child {
    display: flex;
    flex-direction: column;
  }
  body.page-layout-stomenu:not([class*="categorypath-avtotovary"]) .blockone:not(.outerform) .services .services-wrapper,
  body.page-layout-sto:not([class*="categorypath-avtotovary"]) .blockone:not(.outerform) .services .services-wrapper {
    min-width: 75%;
  }
  body.page-layout-stomenu:not([class*="categorypath-avtotovary"]) .blockone:not(.outerform) .services .form-record-consultation,
  body.page-layout-sto:not([class*="categorypath-avtotovary"]) .blockone:not(.outerform) .services .form-record-consultation {
    position: absolute;
    width: 50%;
    right: 0;
  }
  /*  HONE PAGE */
  body.cms-home .blockone.section-wrapper.additional-container .services.service-costs {
    justify-content: space-between;
  }
  body.cms-home .blockone.section-wrapper.additional-container .services.service-costs .our-car-services {
    margin-left: 0;
  }
  body.cms-home .blockone.section-wrapper.additional-container .services.service-costs .form-record-consultation {
    width: 50%;
  }
  .blockone {
    display: flex;
    justify-content: space-between;
  }
  .blockone .add-diagnostics {
    margin-top: 17px;
  }
  .blockone .services-wrapper {
    width: 70%;
  }
  .blockone.guarantee-wraper {
    flex-wrap: wrap;
    flex-direction: row;
  }
  .blockone.guarantee-wraper .guarantee {
    width: 50%;
    order: 2;
    padding-left: 45px;
    box-sizing: border-box;
  }
  .blockone.guarantee-wraper .tire-filling {
    width: 50%;
    order: 1;
  }
  .blockone.guarantee-wraper .blockone.guarantee-wraper .guarantee-content {
    order: 3;
    margin-top: 20px;
  }
  .blockone .services {
    width: 50%;
    margin-right: 30px;
    margin-top: 0;
  }
  .blockone .services__subtitle {
    gap: 12px;
    margin-bottom: 26px;
  }
  .blockone .services__subtitle > h1 {
    font-size: 40px;
    line-height: 48px;
    margin-bottom: 16px;
  }
  .blockone .services__subtitle > p {
    width: 45%;
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 16px;
  }
  .blockone .services:last-child {
    margin-right: 0;
  }
  .blockone .services__title {
    font-size: 18px;
    line-height: 26px;
  }
  .blockone .services__list {
    margin-bottom: 24px;
  }
  .blockone .services .form-record-consultation {
    padding: 56px 42px 72px 56px;
    margin: 0;
    width: 100%;
    height: 248px;
    max-width: inherit;
    box-sizing: border-box;
  }
  .blockone .services .form-record-consultation > p {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 30px;
  }
  .blockone .services .form-record-consultation form {
    width: 304px;
  }
  .blockone .services .form-record-consultation form .field .control input {
    padding: 16px;
  }
  .blockone .services .form-record-consultation form .actions {
    width: 55px;
    height: 56px;
  }
  .blockone .services .form-record-consultation form .actions button {
    width: 55px;
    height: 56px;
  }
  .blockone .services .services-wrapper {
    margin: 0 0 22px;
  }
  .blockone .services .services-wrapper .services__list {
    gap: 30px;
    flex-flow: row nowrap;
    justify-content: space-between;
    background: transparent;
    padding: 0;
    margin: 0;
  }
  .blockone .services .services-wrapper .services__item {
    display: flex;
    flex-direction: column;
    width: 49%;
    background: #F9F8F3;
    border-radius: 4px;
    padding: 16px;
    margin: 0;
    gap: 4px;
  }
  .blockone .services .services-wrapper .services__item b:nth-child(1) {
    font-size: 12px;
    line-height: 18px;
    font-weight: 700;
    text-align: left;
    letter-spacing: .04em;
    text-transform: uppercase;
  }
  .blockone .services .services-wrapper .services__item b:nth-child(2) {
    font-size: 24px;
  }
  .blockone .widget-description ul {
    display: flex;
    flex-flow: column;
    gap: 8px;
  }
  .blockone .widget-description ul li {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 16px;
    font-weight: 700;
  }
  .blockone .services-map {
    display: block;
    width: 50%;
  }
  .blockone .services-map > div {
    border-radius: 8px;
    overflow: hidden;
  }
  .blockone .services-map > div img {
    float: left;
  }
  .blockone ~ .tire-filling {
    margin-top: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .blockone ~ .tire-filling .section-left {
    width: 55%;
  }
  .blockone ~ .tire-filling .section-left table {
    width: 100%;
  }
  .blockone ~ .tire-filling .section-full {
    width: 100%;
    margin-right: 30px;
  }
  .blockone ~ .tire-filling .section-full table {
    width: 100%;
  }
  .blockone ~ .tire-filling .section-right {
    width: 45%;
    margin-top: 0;
  }
  .blockone ~ .tire-filling .price-title {
    width: 100%;
  }
  .blockone ~ .tire-filling .tire-filling__text {
    width: auto;
  }
  .blockone ~ .tire-filling .tire-filling__text br {
    display: block;
  }
  .blockone ~ .tire-filling table {
    font-size: 14px;
    line-height: 18px;
    width: 47%;
  }
  .blockone ~ .tire-filling__text {
    width: 35%;
  }
  .blockone ~ .tire-filling thead th:nth-child(1) {
    width: 17%;
  }
  .blockone ~ .tire-filling thead th:nth-child(2) {
    width: 22%;
  }
  .blockone ~ .tire-filling thead th:nth-child(3) {
    width: 61%;
  }
  .blockone.listone .services {
    display: grid;
    grid-template-columns: 55% 45%;
    grid-template-rows: auto 1fr;
    width: 100%;
  }
  .blockone.listone .services .blockthirteen {
    padding-right: 138px;
    box-sizing: border-box;
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 1;
    grid-row-end: 2;
  }
  .blockone.listone .services .services-map {
    grid-column-start: 2;
    grid-column-end: 2;
    grid-row-start: 1;
    grid-row-end: 3;
    width: 100%;
  }
  .blockone.listone .services .services-map .form-record-consultation {
    margin-top: 40px;
  }
  .categorypath-sto-drugie-uslugi.category-drugie-uslugi .blockone.listone .services {
    display: grid !important;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    align-items: start;
    grid-template-rows: auto 1fr;
  }
  .categorypath-sto-drugie-uslugi.category-drugie-uslugi .blockone.listone .services .our-car-services {
    grid-column: 2;
    grid-row: 1;
  }
  .categorypath-sto-drugie-uslugi.category-drugie-uslugi .blockone.listone .services .blockthirteen {
    grid-column: 1;
    grid-row: 1 / span 2;
  }
  .categorypath-sto-drugie-uslugi.category-drugie-uslugi .blockone.listone .services .right .form-record-consultation {
    position: relative;
    width: 100%;
  }
  .all-services-and-prices {
    order: -1;
    margin-bottom: 32px;
  }
  .services-wrapper {
    order: -2;
  }
  .services__subtitle {
    order: -1;
  }
  aside.blocktwo,
  div.blocktwo {
    display: flex;
    justify-content: space-between;
    margin-top: 56px;
  }
  aside.blocktwo .statistics-header,
  div.blocktwo .statistics-header {
    font-size: 24px;
    line-height: 150%;
    width: 370px;
  }
  aside.blocktwo .statistics-today,
  div.blocktwo .statistics-today {
    margin-bottom: 32px;
    margin-right: 30px;
    width: 33.33%;
  }
  aside.blocktwo .statistics-today__list,
  div.blocktwo .statistics-today__list {
    display: flex;
    flex-direction: column;
  }
  aside.blocktwo .statistics-today__item,
  div.blocktwo .statistics-today__item {
    flex-direction: column;
  }
  aside.blocktwo .statistics-today__item > b:nth-child(2),
  div.blocktwo .statistics-today__item > b:nth-child(2) {
    font-size: 36px;
    line-height: 54px;
  }
  aside.blocktwo .statistics-today__item > b:nth-child(2) img,
  div.blocktwo .statistics-today__item > b:nth-child(2) img {
    width: 30px;
    height: 30px;
    margin-left: 10px;
  }
  aside.blocktwo > div:nth-child(2),
  div.blocktwo > div:nth-child(2) {
    width: 66.66%;
  }
  aside.blocktwo > div:nth-child(2) .statistics__list .statistics__item div > b:nth-child(2),
  div.blocktwo > div:nth-child(2) .statistics__list .statistics__item div > b:nth-child(2) {
    font-size: 36px;
    line-height: 54px;
  }
  .blockthree h2 {
    font-size: 40px;
    line-height: 44px;
  }
  .blockthree ul li b {
    font-size: 24px;
    line-height: 150%;
    font-weight: 500;
  }
  .blockthree ul li p {
    font-size: 16px;
    line-height: 150%;
  }
  .blockthree .pagebuilder-slider-custom img {
    display: flex;
    float: left;
    max-height: 500px !important;
  }
  .blockfour h2 {
    font-size: 40px;
    line-height: 44px;
    margin-bottom: 68px;
    width: 50%;
  }
  .blockfour h3 {
    font-size: 24px;
    line-height: 150%;
    margin-bottom: 32px;
    width: 100%;
  }
  .blockfour ul li {
    width: calc(25% - 30px);
  }
  .blockfour ul li img {
    margin: 0 auto 24px;
  }
  .blockfour ul li p {
    font-size: 18px;
    line-height: 150%;
    width: 100%;
  }
  .blockfive {
    background-color: #F9F8F3;
    margin-left: -39px;
    margin-right: -39px;
    margin-bottom: 96px;
    padding: 56px 0;
  }
  .blockfive h2 {
    font-size: 40px;
    line-height: 44px;
    margin: 0 0 52px 0;
  }
  .blockfive ul .feedback {
    margin: 0 8px 32px 8px;
    background: #fff;
    border: 1px solid #e9e9e9;
    width: calc(100% - 16px) !important;
  }
  .blockfive ul .feedback-text {
    margin-bottom: 16px;
  }
  .blockfive ul .slick-list {
    overflow: visible;
  }
  .blockfive ul.slick-initialized .slick-slide {
    float: none !important;
    display: inline-block !important;
    height: auto;
  }
  .blockfive .all-feedbacks-btn {
    font-size: 12px;
    line-height: 16px;
    text-transform: uppercase;
    max-width: 156px;
    padding: 12px 16px;
  }
  .blocksix {
    padding-top: 96px;
  }
  .blocksix h2 {
    font-size: 40px;
    line-height: 44px;
    margin-bottom: 32px;
  }
  .blocksix ul li {
    width: 10%;
  }
  .blockseven {
    padding: 96px 0;
  }
  .blockseven .additional-container h2 {
    font-size: 36px;
    line-height: 36px;
    margin-bottom: 32px;
  }
  .blockseven .section-wrapperб .additional-container {
    padding-left: 39px;
    padding-right: 39px;
  }
  .blockseven ul {
    padding: 0;
    display: flex;
    justify-content: space-between;
  }
  .blockseven ul li {
    margin-bottom: 0;
    margin-right: 30px;
  }
  .blockseven ul li:last-child {
    margin-right: 0;
  }
  .blockseven ul li a {
    font-size: 18px;
    line-height: 26px;
  }
  .blockeight h2 {
    font-size: 40px;
    line-height: 44px;
    margin-bottom: 16px;
  }
  .blockeight > ul {
    margin: 0 0 96px 0;
  }
  .blockeight ul li {
    margin-bottom: 32px;
  }
  .blockeight ul li p {
    font-size: 16px;
    line-height: 150%;
  }
  .blockeight div {
    margin-bottom: 40px;
  }
  .blockeight div > p:first-child {
    font-size: 24px;
    line-height: 150%;
  }
  .blockeight div ul li {
    width: 33.33%;
  }
  .blockeight .eight-content ul li {
    width: calc(25% - 9px);
  }
  .service-list__title,
  .car-services__title {
    font-size: 40px;
    line-height: 44px;
    margin-bottom: 60px;
  }
  .service-list__list,
  .car-services__list,
  .service-list__items,
  .car-services__items {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  .service-list__item,
  .car-services__item {
    width: 100%;
  }
  .blockeleven {
    padding: 96px 39px;
  }
  .blockeleven h3 {
    font-size: 40px;
    line-height: 44px;
  }
  .blockeleven .act {
    font-weight: 500;
  }
  .blockeleven .answer {
    padding: 8px 0 16px 0;
    font-size: 16px;
    line-height: 150%;
  }
  .blockeleven .additional-container > h2 {
    font-size: 36px;
    line-height: 36px;
    margin-bottom: 58px;
  }
  .blockthirteen.mini .additional-container > p {
    margin-bottom: 60px;
    font-size: 40px;
    line-height: 44px;
  }
  .blockthirteen.mini .additional-container > ul {
    columns: 4;
    -webkit-columns: 4;
    -moz-columns: 4;
  }
  .blockthirteen.mini .additional-container > ul > li {
    padding-right: 75px;
  }
  .blockthirteen.two-columns > div {
    padding-right: 60px;
  }
  .blockthirteen.two-columns > div > p {
    font-size: 40px;
    line-height: 44px;
  }
  .blockthirteen.to-form {
    display: flex;
  }
  .blockthirteen.to-form > div:first-child {
    width: 55%;
    padding-right: 130px;
    box-sizing: border-box;
    margin-bottom: 0;
  }
  .blockthirteen.to-form > div:first-child > p {
    font-size: 40px;
    line-height: 44px;
  }
  .blockthirteen.to-form > div:first-child .diagnostics-header {
    font-weight: 400;
    font-size: 24px;
    line-height: 150%;
  }
  .blockthirteen.to-form > div:first-child .diagnostics-header.act {
    font-weight: 500;
  }
  .blockthirteen.to-form .outerform {
    width: 45%;
  }
  .blockthirteen.to-form .outerform > .form-record-consultation {
    max-width: 100%;
    width: 100%;
  }
  .blockthirteen.to-form .outerform .services {
    width: 100%;
  }
  .blockthirteen.to-form .outerform .services .form-record-consultation {
    max-width: 100%;
    width: 100%;
  }
  .blockthirteen > div > p {
    font-size: 36px;
    line-height: 38px;
    margin-bottom: 8px;
  }
  .blockthirteen .diagnostics-header {
    font-size: 20px;
    line-height: 28px;
    padding: 22px 0;
  }
  .blockthirteen .diagnostics-items {
    font-size: 16px;
    line-height: 24px;
    padding: 22px 0;
  }
  .outerform {
    display: flex;
    justify-content: center;
  }
  .sto-region__contact .sto-address {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 24px;
  }
  .sto-region__contact-tel {
    margin-bottom: 40px;
  }
  .sto-region div.sto-location__links {
    display: flex;
    justify-content: space-between;
  }
  .sto-region div.sto-location__links a {
    font-size: 14px;
    line-height: 20px;
    padding: 14px 26px;
  }
  .sto-region__contact .inner-hide {
    display: block;
  }
  .blockone .form-record-consultation {
    box-sizing: border-box;
    width: 100%;
    padding: 56px 42px 72px 56px;
    margin: 0;
    margin-top: 32px;
  }
  .blockone .form-record-consultation h2 {
    font-size: 30px;
    line-height: 40px;
  }
  .blockone .form-record-consultation .form {
    width: 304px;
  }
  .blockone .services .outer-hide {
    display: none;
  }
  .sto-content-video__title {
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 32px;
  }
  .sto-content-video__item {
    width: 100%;
  }
  .sto-content-video__item iframe {
    width: 100%;
    min-height: 276px;
  }
  .sto-content-video__item p {
    margin-top: 12px;
  }
  .sto-content-video .slick-slider .slick-arrow {
    height: 276px;
  }
  .sto-content-video__list {
    width: calc(100% + 30px);
    margin-right: -15px;
    margin-left: -15px;
  }
  .sto-content-video__list .slick-list {
    overflow: hidden;
  }
  .sto-content-video__list .slick-slide {
    margin-right: 15px;
    margin-left: 15px;
  }
  .sto-services {
    width: 100%;
  }
  .sto-services > h2 {
    font-weight: bold;
    font-size: 40px;
    line-height: 44px;
    margin-right: auto;
    margin-bottom: 32px;
  }
  .sto-services__list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    box-sizing: border-box;
    font-size: 0;
  }
  .sto-services__item {
    flex-direction: column;
    border-right: 1px solid #E9E9E9;
    width: 21.9%;
    padding: 12px 14px;
  }
  .sto-services__item:nth-last-child(-n+3) {
    border-bottom: none;
  }
  .sto-services__item:nth-child(4) {
    border-right: none;
  }
  .sto-services__item:nth-child(-n+4) {
    padding-top: 0;
  }
  .sto-services__item:nth-child(-n+4) .sto-service-title {
    background-color: white;
  }
  .sto-services__item .sto-service-heading {
    display: flex;
    flex-direction: column;
    text-align: center;
    flex: 1;
    width: 100%;
    margin: 0 0 16px;
  }
  .sto-services__item .sto-service-heading .sto-service-title {
    font-size: 18px;
    line-height: 26px;
    margin: 0 -16px;
    width: calc(100% + 30px);
  }
  .sto-services__item .sto-service-heading .desc-container {
    margin-top: 8px;
  }
  .sto-services__item .sto-service-heading .desc-container .sto-service-desc {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 0;
  }
  .sto-services__item .sto-service-link {
    width: 147px;
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 16px;
  }
  .sto-services__item .sto-service-img {
    display: block;
    object-fit: cover;
    height: 100%;
  }
  #services-list {
    min-height: 400px;
  }
  body[class*="categorypath-sto-sto-"].page-layout-stomenu:not([class*=categorypath-avtotovary]) .blockone:not(.outerform) {
    min-height: 0 !important;
  }
  .serviceprice {
    display: flex;
    justify-content: space-between;
    align-items: start;
    flex-direction: row;
  }
  .serviceprice .accordion > h2 {
    font-size: 36px;
    line-height: 36px;
  }
  .serviceprice .accordion {
    width: 55%;
    padding-right: 130px;
    box-sizing: border-box;
  }
  .serviceprice .accordion .tab-description {
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #504A4B;
  }
  .serviceprice .accordion .tab-description p {
    margin-bottom: 0;
  }
  .serviceprice .form-record-consultation {
    width: 45%;
    border-radius: 8px;
    padding: 56px;
    box-sizing: border-box;
    margin: 0;
    max-width: inherit;
  }
  .serviceprice .form-record-consultation > p {
    font-size: 36px;
    line-height: 150%;
  }
  .serviceprice .form-record-consultation form {
    width: 320px;
  }
  .serviceprice .accordion > h2 {
    font-size: 36px;
    line-height: 36px;
    margin-bottom: 16px;
  }
  .changecar > img {
    margin-left: 0;
  }
  .changecar h3 {
    text-align: left;
    width: 60%;
  }
  .changecar .changecar-items {
    align-items: baseline;
  }
  .changecar .actions {
    margin-top: 40px;
    flex-direction: row;
    justify-content: space-between;
  }
  .changecar .btn-resset,
  .changecar .btn-changecar {
    width: 49%;
  }
  .selectionofautoparts .selectionofautoparts-content {
    width: 100%;
    max-width: 100%;
  }
  .selectionofautoparts .selectionofautoparts-content > p {
    font-size: 36px;
    line-height: 150%;
    text-align: left;
  }
  .selectionofautoparts .tab-title {
    width: auto;
  }
  .selectionofautoparts .tab-title div {
    width: auto;
    padding: 7px 40px;
  }
  .selectionofautoparts .tab-wraper .tab-content form {
    display: flex;
  }
  .selectionofautoparts .tab-wraper .tab-content form .field {
    margin-right: 24px;
  }
  .selectionofautoparts .tab-wraper .tab-content form .actions {
    margin-top: 0;
  }
  .selectionofautoparts .tab-wraper .tab-content form .actions .filter {
    width: auto;
    padding: 17px 40px;
    box-sizing: border-box;
  }
  .groupsofspareparts > p {
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    margin-bottom: 8px;
  }
  .groupsofspareparts ul > li:before,
  .groupsofspareparts ul > li:after {
    display: block;
  }
  .groupsofspareparts ul > li > a {
    padding-left: 20px;
  }
  .groupsofspareparts ul > li.parent > a {
    padding-right: 0;
    padding-left: 20px;
  }
  .groupsofspareparts ul > li.parent > a + span {
    top: 7px;
    margin-top: 0;
    left: 0;
    width: 14px;
    height: 14px;
    line-height: 12.5px;
    font-size: 14px;
  }
  .groupsofspareparts ul > li ul {
    padding-left: 17px;
  }
  .selectionofautosparepartscategory {
    flex-direction: row;
  }
  .selectionofautosparepartscategory .left {
    width: 300px;
    order: 1;
    margin-top: 40px;
    padding-right: 100px;
  }
  .selectionofautosparepartscategory .right {
    order: 2;
    margin-top: 40px;
    width: 100%;
  }
  .selectionofautosparepartscategory .right .category-items .category-item {
    width: calc(25% - 30px);
  }
  .selectionofautosparepartscategory .right h2 {
    font-size: 40px;
    line-height: 44px;
    margin-bottom: 70px;
  }
  .chooseamodel > p {
    font-size: 24px;
    line-height: 150%;
  }
  .chooseamodel .chooseamodel-content .chooseamodel-items .chooseamodel-item {
    width: calc(50%);
  }
  .popularcarmodels > p {
    font-size: 40px;
    line-height: 44px;
    margin-bottom: 40px;
  }
  .popularcarmodels .popularcarmodels-content > p {
    font-size: 24px;
    line-height: 150%;
    margin-bottom: 10px;
  }
  .popularcarmodels .popularcarmodels-content ul li {
    width: 16.66%;
  }
  .cms-page-view .articles__item {
    margin-bottom: 32px;
  }
  .cms-page-view .articles__item .article-item-title {
    font-size: 26px;
    line-height: 32px;
  }
  .cms-page-view .articles__item > p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 18px;
  }
  .cms-page-view .articles__item img {
    margin-bottom: 18px;
  }
  .cms-page-view .articles__item .article-item__inner-list {
    margin: 0 0 18px 0;
  }
  .catalog-video {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .catalog-video__title {
    font-size: 40px;
    line-height: 44px;
    margin-bottom: 32px;
    width: 100%;
  }
  .catalog-video__content {
    width: 50%;
    margin-bottom: 0;
  }
  .catalog-video .blockone .services {
    width: 47%;
    margin-top: 0;
  }
  .catalog-video .blockone .services .form-record-consultation h2 {
    font-size: 30px;
    line-height: 40px;
  }
  .blog-slider {
    padding-bottom: 80px;
  }
  .blog-slider .additional-container > h2 {
    font-size: 36px;
    line-height: 38px;
    margin: 0 0 32px 0;
  }
  .blog-slider__items {
    margin-bottom: 40px;
  }
  .blog-slider__item .blog-header__title {
    font-size: 18px;
    line-height: 26px;
  }
  .cms-index-index,
  .cms-avtoservis-oiler .blog-wrap {
    overflow: inherit;
  }
  .cms-index-index .blog-slider__items,
  .cms-avtoservis-oiler .blog-wrap .blog-slider__items {
    padding: 0;
    max-width: 1234px;
    margin-right: auto;
    margin-left: auto;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
  }
  .cms-index-index .blog-slider__items .blog-slider__item,
  .cms-avtoservis-oiler .blog-wrap .blog-slider__items .blog-slider__item {
    width: 100% !important;
    padding-left: 15px;
    padding-right: 15px;
  }
  .cms-index-index .blog-slider__items > .blog-slider__item,
  .cms-avtoservis-oiler .blog-wrap .blog-slider__items > .blog-slider__item {
    width: 33.33% !important;
    display: none;
  }
  .cms-index-index .blog-slider__items > .blog-slider__item:nth-child(3),
  .cms-avtoservis-oiler .blog-wrap .blog-slider__items > .blog-slider__item:nth-child(3),
  .cms-index-index .blog-slider__items > .blog-slider__item:nth-child(2),
  .cms-avtoservis-oiler .blog-wrap .blog-slider__items > .blog-slider__item:nth-child(2),
  .cms-index-index .blog-slider__items > .blog-slider__item:nth-child(1),
  .cms-avtoservis-oiler .blog-wrap .blog-slider__items > .blog-slider__item:nth-child(1) {
    display: block;
  }
  .brand h2 {
    font-size: 24px;
    line-height: 150%;
    margin-top: 0;
    margin-bottom: 32px;
  }
  .brand ul {
    margin: 0 -16px 0;
  }
  .brand ul li {
    height: 88px;
    margin: 8px 15px;
  }
  .contact-content .tab-wraper > div.act ul {
    position: relative;
    padding-left: 0;
    padding-right: 0;
  }
  .contact-content .tab-wraper > div.act ul li {
    width: 40%;
  }
  .contact-content .tab-wraper > div.act ul li .services-content .services-content-bot > p {
    margin-top: 8px;
  }
  .contact-content .tab-title {
    width: 40%;
  }
  .contact-content .tab-wraper > div.act ul li .services-content {
    position: absolute;
    width: calc(60% - 30px);
    right: 0;
    top: 0;
  }
  .contact-content .tab-wraper > div.act ul li .services-content .services-content-work-schedule {
    display: none;
  }
  .schoolofmanagers .list ul li {
    width: calc(25% - 30px);
  }
  .modal-popup.modal-content-questionnaire._inner-scroll .modal-inner-wrap .modal-header {
    padding: 16px 200px;
  }
  .modal-popup.modal-content-questionnaire._inner-scroll .modal-inner-wrap .modal-header h1 {
    font-size: 40px;
    line-height: 44px;
  }
  .modal-popup.modal-content-questionnaire._inner-scroll .modal-inner-wrap .modal-content {
    padding: 0 200px 16px 200px;
  }
  .deliveryandpayment .item {
    width: calc(33.33% - 15px);
    padding: 56px 16px;
    box-sizing: border-box;
  }
  .prooiler .list ul li {
    width: calc(33.33% - 30px);
    margin-bottom: 0;
    font-size: 16px;
    line-height: 24px;
  }
  .prooiler .list ul li b {
    margin-top: 16px;
    margin-bottom: 16px;
  }
  .brandsbattery h2 {
    font-size: 40px;
    line-height: 44px;
    margin-top: 0;
    margin-bottom: 32px;
  }
  .brandsbattery ul {
    margin: 0 -16px 0;
  }
  .brandsbattery ul li {
    width: calc(16.66% - 30px);
    height: 88px;
    margin: 8px 15px;
  }
  .modal-popup.modal-content-questionnaire._inner-scroll .modal-inner-wrap .modal-header {
    padding: 16px 0;
  }
  .modal-popup.modal-content-questionnaire._inner-scroll .modal-inner-wrap .modal-content {
    padding: 0 0 16px 0;
  }
  .blockone.outerform.section-wrapper {
    width: 45%;
  }
  .serviceprice {
    flex-direction: column;
    margin-bottom: 56px;
  }
  .serviceprice .tab-description {
    display: none;
  }
  .serviceprice .accordion {
    width: 100%;
    padding-right: 0;
  }
  .serviceprice .accordion .accordion-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .serviceprice .accordion .accordion-container > div {
    width: 33%;
  }
  .serviceprice .blockone.outerform {
    margin: 0 auto;
  }
  .products-tabs__heading {
    font-size: 40px;
    line-height: 44px;
  }
  .products-tabs__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
  .diagnostic.blockthirteen > .blockone {
    display: none;
  }
  .ourteam > h2 {
    text-align: left;
    font-size: 40px;
    line-height: 44px;
    margin-bottom: 16px;
  }
  .ourteam-content .tab-title {
    justify-content: start;
    margin-top: 20px;
    margin-bottom: 40px;
  }
  .ourteam-content .tab-wraper > div.act {
    display: flex;
    width: 100%;
  }
  .ourteam-content .tab-wraper > div.act .left-ourteam-title {
    min-width: 270px;
  }
  .ourteam-content .tab-wraper > div.act .list-ourteam-title {
    padding-left: 30px;
    width: 100%;
  }
  .ourteam-content .tab-wraper > div.act .list-ourteam-title li .ourteam-title {
    display: none;
  }
  .ourteam-content .tab-wraper > div.act .list-ourteam-title li .team-content .items .item {
    width: 25%;
  }
  .ourteam-content .tab-wraper > div.act ul {
    position: relative;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 90px;
  }
  .ourteam-content .tab-wraper > div.act ul.left-ourteam-title {
    display: block;
  }
  .ourteam-content .tab-wraper > div.act .tab-title {
    width: 370px;
  }
  .ourteam-content .tab-wraper > div.act .tab-title > div {
    border: none;
    padding: 15px;
  }
  .ourteam-content .tab-wraper > div.act .tab-title > div.act {
    border: 1px solid #E0E0E0;
  }
  .reviewteam {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .reviewteam .reviewteam-header > h2 {
    font-size: 40px;
    line-height: 44px;
  }
  .reviewteam .reviewteam-header .rates {
    margin-left: 80px;
  }
  .reviewteam .reviewteam-header .rates .star::before {
    font-size: 40px;
  }
  .reviewteam .reviewteam-content {
    max-width: 648px;
    margin: 0 auto;
  }
  .reviewteam .more-feedbacks-btn,
  .reviewteam .add-feedbacks-btn {
    margin-left: 0;
  }
  .oilerreviews .oilerreviews-content .left {
    width: 50%;
  }
  .oilerreviews .oilerreviews-content .left > p {
    font-size: 36px;
    line-height: 150%;
    margin-bottom: 16px;
  }
  .oilerreviews .oilerreviews-content .left .score {
    margin-left: 68px;
  }
  .oilerreviews .oilerreviews-content .right {
    display: block;
    width: 50%;
  }
  .oilerreviews .oilerreviews-content .right .feedback .rating-summary .rating-result > span:before,
  .oilerreviews .oilerreviews-content .right .feedback .rating-summary .rating-result:before {
    font-size: 12px;
    height: 12px;
    letter-spacing: 6px;
    line-height: 12px;
  }
  .oilerreviews .oilerreviews-content .right > p {
    font-size: 36px;
    line-height: 150%;
    margin-bottom: 16px;
  }
  .feedbackaboutemployees .feedbackaboutemployees-content .left {
    margin-right: 130px;
  }
  .feedbackaboutemployees .feedbackaboutemployees-content .right {
    width: calc(100% - 450px);
  }
  .feedbackaboutemployees .feedbackaboutemployees-content .right .rates-title {
    flex-direction: row;
    position: relative;
    margin-bottom: 32px;
    flex-wrap: wrap;
  }
  .feedbackaboutemployees .feedbackaboutemployees-content .right .rates-title .rates-wrap {
    margin-top: 11px;
    margin-left: 20px;
  }
  .feedbackaboutemployees .feedbackaboutemployees-content .right .rates-title .score > p {
    text-align: center;
  }
  .feedbackaboutemployees .feedbackaboutemployees-content .right .rates-title .rates {
    order: 1;
  }
  .feedbackaboutemployees .feedbackaboutemployees-content .right .rates-title .rates .star::before {
    font-size: 36px;
  }
  .feedbackaboutemployees .feedbackaboutemployees-content .right .rates-title .position {
    position: relative;
    left: 0;
    bottom: 0;
    width: 100%;
    margin-top: -10px;
  }
  .feedbackaboutemployees .feedbackaboutemployees-content .right .rates-title > p {
    font-size: 36px;
    line-height: 42px;
    padding-bottom: 15px;
  }
  .blocknine h3 {
    font-size: 40px;
    line-height: 44px;
    margin-bottom: 16px;
  }
  .blocknine ul {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 12px;
  }
  .blocknine ul li {
    width: 100%;
    margin-bottom: 0;
  }
  .vacancies .list ul li {
    width: calc(16.66% - 30px);
  }
  .block-category-event.block:last-child {
    margin-bottom: 30px;
    padding: 10px 0 30px;
  }
  .block-category-event .block-title {
    margin: 0;
  }
  .block-category-event .block-title strong {
    font-size: 2.4rem;
  }
  .block-category-event .ticker li {
    display: none;
    margin: 0 50px;
  }
  .block-category-event .ticker .value {
    font-size: 6rem;
  }
  .block-category-event .ticker .label {
    font-size: 1.4rem;
    text-transform: none;
  }
  .block-category-event .dates .date {
    font-size: 5rem;
  }
  .block-category-event .dates .start {
    padding-right: 50px;
  }
  .block-category-event .dates .start:after {
    font-size: 5rem;
    right: 10px;
  }
  .contact-index-index .column:not(.sidebar-additional) .form.contact {
    min-width: 600px;
  }
  .paypal-review .paypal-review-title {
    border-bottom: 1px solid #cccccc;
  }
  .paypal-review .block-content .box-order-shipping-address,
  .paypal-review .block-content .box-order-shipping-method,
  .paypal-review .block-content .box-order-shipping-method + .box-order-billing-address {
    box-sizing: border-box;
    float: left;
    width: 33%;
  }
  .paypal-review .block-content .box-order-shipping-address {
    padding: 0 5%;
    width: 34%;
  }
  .paypal-review .table-paypal-review-items .col.price,
  .paypal-review .table-paypal-review-items .col.qty {
    text-align: center;
  }
  .paypal-review .table-paypal-review-items .col.item {
    width: 60%;
  }
  .paypal-review .col.subtotal,
  .paypal-review .mark,
  .paypal-review .amount {
    text-align: right;
  }
  .paypal-review-discount {
    border-top: 1px solid #cccccc;
  }
  .paypal-review-discount .block {
    margin-bottom: 15px;
  }
  .paypal-review-discount .block.giftcard.active {
    padding-bottom: 40px;
  }
  .paypal-review-discount .block .title:after {
    display: inline;
    margin-left: 10px;
    position: static;
  }
  .paypal-review-discount .block .content {
    padding-bottom: 0;
  }
  .order-review-form .actions-toolbar > .primary {
    float: right;
  }
  .order-review-form .action.primary {
    margin-right: 0;
  }
  .block-cart-failed .secondary .action {
    margin: 0;
  }
  .block-cart-failed .actions.primary {
    float: right;
  }
  .bundle-actions .action.primary.customize {
    width: auto;
  }
  .bundle-options-container .legend.title {
    font-size: 40px;
  }
  .bundle-options-container .bundle-options-wrapper,
  .bundle-options-container .product-options-wrapper {
    float: left;
    width: 57%;
  }
  .bundle-options-container .block-bundle-summary {
    float: right;
    margin-top: 66px;
    padding: 10px 20px;
    position: relative;
    width: 40%;
  }
  .bundle-options-container .block-bundle-summary .price-box .price-wrapper,
  .bundle-options-container .block-bundle-summary .price-box .price-wrapper > .price {
    color: #575757;
    font-size: 36px;
    font-weight: 600;
    line-height: 36px;
  }
  .bundle-options-container .block-bundle-summary .price-container .weee {
    color: #575757;
  }
  .bundle-options-container .block-bundle-summary .price-container .weee .price {
    font-size: 1.2rem;
    font-weight: 700;
  }
  .bundle-options-container .block-bundle-summary .price-including-tax + .price-excluding-tax .price {
    font-size: 1.4rem;
    line-height: 16px;
  }
  .bundle-options-container .block-bundle-summary .box-tocart .action.primary {
    margin-right: 1%;
    width: auto;
  }
  .bundle-options-container .block-bundle-summary .product-addto-links {
    text-align: left;
  }
  .page-layout-2columns-left .bundle-options-container .bundle-options-wrapper,
  .page-layout-2columns-left .bundle-options-container .block-bundle-summary,
  .page-layout-2columns-right .bundle-options-container .bundle-options-wrapper,
  .page-layout-2columns-right .bundle-options-container .block-bundle-summary,
  .page-layout-3columns .bundle-options-container .bundle-options-wrapper,
  .page-layout-3columns .bundle-options-container .block-bundle-summary {
    width: 48%;
  }
  .checkout-cart-index .page-main {
    padding-left: 17px;
    padding-right: 17px;
  }
  .cart-container .form-cart .actions.main {
    text-align: right;
  }
  .cart-container .widget {
    float: left;
  }
  .cart-container .widget.block {
    margin-bottom: 20px;
  }
  .cart-summary {
    width: 270px;
    padding: 16px;
    margin-bottom: 0;
    position: relative;
    float: right;
  }
  .cart-summary > .title {
    display: block;
  }
  .cart-summary .fieldset .actions-toolbar {
    margin-left: 0;
  }
  .cart-summary .fieldset .actions-toolbar > .secondary {
    float: none;
  }
  .cart-summary .block > .title {
    padding-left: 0;
  }
  .cart-summary .block > .title:after {
    right: 3px;
  }
  .cart-summary .block .fieldset .field {
    margin: 0 0 20px;
    margin: 0 0 10px;
  }
  .cart-summary .block .fieldset .field:not(.choice) > .label {
    box-sizing: content-box;
    float: none;
    width: auto;
    text-align: left;
    padding: 0;
  }
  .cart-summary .block .fieldset .field:not(.choice) > .control {
    float: none;
    width: auto;
  }
  .cart-summary .block .fieldset .field > .label {
    margin: 0 0 8px;
    display: inline-block;
  }
  .cart-summary .block .fieldset .field.choice:before,
  .cart-summary .block .fieldset .field.no-label:before {
    display: none;
  }
  .cart-summary .checkout-methods-items {
    padding: 0;
  }
  .cart.table-wrapper .items {
    min-width: 100%;
    width: auto;
  }
  .cart.table-wrapper tbody td {
    padding-top: 20px;
  }
  .cart.table-wrapper .item .col.item {
    padding: 0 20px 0 0;
  }
  .cart.table-wrapper .item-actions td {
    padding: 0;
  }
  .cart.table-wrapper .product-item-photo {
    display: block;
    max-width: 100%;
    padding-right: 20px;
    position: static;
    vertical-align: top;
    width: 100%;
  }
  .cart.table-wrapper .product-item-details {
    display: table-cell;
    padding-bottom: 35px;
    vertical-align: top;
    white-space: normal;
    width: 99%;
  }
  .cart-products-toolbar {
    margin: 2px 0 0;
  }
  .cart-products-toolbar .toolbar-amount {
    line-height: 30px;
    margin: 0;
  }
  .cart-products-toolbar .pages {
    float: right;
  }
  .cart-products-toolbar .pages .item:last-child {
    margin-right: 0;
  }
  .cart.table-wrapper .cart-products-toolbar + .cart thead tr th.col {
    padding-bottom: 10px;
    padding-top: 10px;
  }
  .cart.table-wrapper .cart + .cart-products-toolbar {
    margin-top: 25px;
  }
  .cart-discount {
    width: 75%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    border: 0;
    box-sizing: border-box;
    padding-right: 4%;
  }
  .cart-discount .block .title:after {
    display: inline;
    margin-left: 10px;
    position: static;
  }
  .cart-discount .block.discount {
    width: auto;
  }
  .cart-discount .block .actions-toolbar {
    width: auto;
  }
  .block.crosssell {
    width: 75%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    padding: 0 4% 0 0;
  }
  .block.crosssell .products-grid .product-item {
    width: 25%;
  }
  .minicart-wrapper {
    margin-left: 13px;
  }
  .minicart-wrapper .block-minicart {
    width: 390px;
  }
  .minilist .action.delete:before,
  .minicart-wrapper .action.edit:before {
    font-size: 16px;
    line-height: inherit;
  }
  .minicart-items {
    min-height: 150px;
  }
  .opc-wrapper {
    width: 66.66666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    padding-right: 30px;
  }
  .checkout-onepage-success .print {
    display: block;
    float: right;
    margin: 23px 0 0;
  }
  .opc-progress-bar {
    margin: 0 0 20px;
    counter-reset: i;
    display: block;
    font-size: 0;
  }
  .opc-progress-bar-item {
    margin: 0 0 10px;
    width: 185px;
    display: inline-block;
    position: relative;
    text-align: center;
    vertical-align: top;
  }
  .opc-progress-bar-item:before {
    background: #e4e4e4;
    border: 1px solid #cccccc;
    top: 19px;
    transition: background 0.3s;
    content: '';
    height: 7px;
    left: 0;
    position: absolute;
    width: 100%;
  }
  .opc-progress-bar-item:first-child:before {
    border-radius: 6px 0 0 6px;
  }
  .opc-progress-bar-item:last-child:before {
    border-radius: 0 6px 6px 0;
  }
  .opc-progress-bar-item > span {
    display: inline-block;
    padding-top: 45px;
    width: 100%;
    word-wrap: break-word;
    color: #666666;
    font-weight: 300;
    font-size: 1.8rem;
  }
  .opc-progress-bar-item > span:before,
  .opc-progress-bar-item > span:after {
    background: #e4e4e4;
    border: 1px solid #cccccc;
    height: 38px;
    margin-left: -19px;
    transition: background 0.3s;
    width: 38px;
    border-radius: 50%;
    content: '';
    left: 50%;
    position: absolute;
    top: 0;
  }
  .opc-progress-bar-item > span:after {
    background: #ffffff;
    height: 26px;
    margin-left: -13px;
    top: 6px;
    width: 26px;
    content: counter(i);
    counter-increment: i;
    color: #000000;
    font-weight: 600;
    font-size: 1.8rem;
  }
  .opc-progress-bar-item._complete {
    cursor: pointer;
  }
  .opc-progress-bar-item._complete:hover:before {
    background: #d7d7d7;
  }
  .opc-progress-bar-item._complete:hover > span:before {
    background: #d7d7d7;
  }
  .opc-progress-bar-item._complete > span {
    color: #006bb4;
  }
  .opc-progress-bar-item._complete > span:after {
    font-family: 'luma-icons';
    content: '\e610';
  }
  .opc-progress-bar-item._active:before {
    background: #ddf9ea;
    border-color: #ddf9ea;
  }
  .opc-progress-bar-item._active > span {
    color: #000000;
    font-weight: 600;
  }
  .opc-progress-bar-item._active > span:before {
    background: #ddf9ea;
    border-color: #ddf9ea;
  }
  .opc-progress-bar-item._active > span:after {
    border-color: #ddf9ea;
    content: '\e610';
    font-family: 'luma-icons';
  }
  .checkout-index-index .modal-popup .form-shipping-address {
    max-width: 600px;
  }
  .checkout-index-index .modal-popup .modal-footer .action-save-address {
    float: right;
    margin: 0 0 0 20px;
  }
  .checkout-index-index .modal-popup .modal-inner-wrap {
    margin-left: -400px;
    width: 800px;
    left: 50%;
  }
  .checkout-shipping-method .actions-toolbar > .primary {
    float: right;
  }
  .checkout-shipping-method .actions-toolbar .action.primary {
    margin: 0;
  }
  .opc-wrapper .form-login,
  .opc-wrapper .form-shipping-address {
    max-width: 600px;
  }
  .table-checkout-shipping-method {
    width: auto;
  }
  .opc-wrapper .shipping-address-item {
    width: 100%;
  }
  .opc-wrapper .shipping-address-item:before {
    background: #cccccc;
    height: calc(100% - 20px);
    content: '';
    left: 0;
    position: absolute;
    top: 0;
    width: 1px;
  }
  .opc-wrapper .shipping-address-item:nth-child(3n + 1):before {
    display: none;
  }
  .opc-wrapper .shipping-address-item.selected-item:before {
    display: none;
  }
  .opc-wrapper .shipping-address-item.selected-item + .shipping-address-item:before {
    display: none;
  }
  .table-checkout-shipping-method {
    min-width: 500px;
  }
  .opc-sidebar {
    margin: 46px 0 20px;
    width: 33.33333333%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .opc-summary-wrapper .modal-header .action-close {
    display: none;
  }
  .authentication-dropdown {
    background-color: #ffffff;
    border: 1px solid #aeaeae;
    -webkit-transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
    -webkit-transition: -webkit-transform linear 0.1s, visibility 0s linear 0.1s;
    position: absolute;
    text-align: left;
    top: 100%;
    transform: scale(1, 0);
    transform-origin: 0 0;
    transition: transform linear .1s, visibility 0s linear .1s;
    visibility: hidden;
    width: 100%;
  }
  .authentication-dropdown._show {
    z-index: 100;
    -webkit-transform: scale(1, 1);
    -webkit-transition: -webkit-transform linear 0.1s, visibility 0s linear 0s;
    transform: scale(1, 1);
    transition: transform linear .1s, visibility 0s linear 0s;
    visibility: visible;
  }
  .authentication-wrapper {
    width: 33.33333333%;
    text-align: right;
  }
  .block-authentication .block-title {
    font-size: 3.6rem;
    border-bottom: 0;
    margin-bottom: 25px;
  }
  .block-authentication .actions-toolbar > .primary {
    display: inline;
    float: right;
    margin-right: 0;
  }
  .block-authentication .actions-toolbar > .primary .action {
    margin-right: 0;
  }
  .block-authentication .actions-toolbar > .secondary {
    float: left;
    margin-right: 2rem;
    padding-top: 1rem;
  }
  .popup-authentication .modal-inner-wrap {
    min-width: 1025px;
    width: 60%;
  }
  .popup-authentication .block-authentication {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    border-top: 1px solid #c1c1c1;
  }
  .popup-authentication .block[class],
  .popup-authentication .form-login,
  .popup-authentication .fieldset,
  .popup-authentication .block-content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-grow: 1;
    flex-grow: 1;
  }
  .popup-authentication .block[class] {
    box-sizing: border-box;
    float: left;
    padding: 10px 30px 0 0;
    width: 50%;
  }
  .popup-authentication .block[class] + .block {
    border-left: 1px solid #c1c1c1;
    border-top: 0;
    margin: 0;
    padding: 10px 0 0 40px;
  }
  .popup-authentication .block[class] + .block:before {
    left: 0;
    top: 50%;
  }
  .popup-authentication .actions-toolbar {
    margin-bottom: 0;
    margin-top: auto;
  }
  .checkout-payment-method .actions-toolbar .primary {
    float: right;
    margin: 0;
  }
  .checkout-payment-method .fieldset > .field-select-billing > .control {
    float: none;
    width: 100%;
  }
  .checkout-billing-address .action-update {
    float: right;
  }
  .checkout-billing-address .actions-toolbar .action-cancel {
    margin: 6px 20px 0 0;
  }
  .checkout-payment-method .payment-option-title {
    padding-left: 22px;
  }
  .checkout-payment-method .payment-option-content .payment-option-inner + .actions-toolbar {
    margin-left: 0;
  }
  .storecredit .block-balance-history {
    width: 100%;
  }
  .table-balance-history .col {
    width: 25%;
  }
  .page-product-downloadable .product-options-wrapper {
    float: left;
    width: 55%;
  }
  .page-product-downloadable .product-options-bottom {
    float: right;
    width: 40%;
  }
  .page-product-giftcard .product-info-main .price-box .price-container.price-final {
    font-size: 21px;
  }
  .page-product-giftcard .product-info-main .price-box .price-container.price-final .price {
    font-size: 36px;
    line-height: 36px;
  }
  .page-product-giftcard .product-info-main .product-info-stock-sku {
    padding-bottom: 0;
  }
  .page-product-giftcard .product-info-main .product-reviews-summary {
    float: none;
  }
  .page-product-giftcard .product-add-form {
    margin-top: -20px;
  }
  .page-product-giftcard .product-add-form .field:not(.text) {
    margin: 0 0 20px;
    padding: 0 12px 0 0;
    box-sizing: border-box;
    display: inline-block;
    width: 50%;
    vertical-align: top;
  }
  .page-product-giftcard .product-add-form .field:not(.text) > .label {
    margin: 0 0 8px;
    display: inline-block;
  }
  .page-product-giftcard .product-add-form .field:not(.text):last-child {
    margin-bottom: 0;
  }
  .page-product-giftcard .product-add-form .field:not(.text) + .fieldset {
    clear: both;
  }
  .page-product-giftcard .product-add-form .field:not(.text) > .label {
    font-weight: 600;
  }
  .page-product-giftcard .product-add-form .field:not(.text) > .label + br {
    display: none;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .choice input {
    vertical-align: top;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group:before,
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group:after {
    content: '';
    display: table;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group:after {
    clear: both;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group .field {
    box-sizing: border-box;
    float: left;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group.group-2 .field {
    width: 50% !important;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group.group-3 .field {
    width: 33.3% !important;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group.group-4 .field {
    width: 25% !important;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group.group-5 .field {
    width: 20% !important;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon {
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding: 0;
    width: 100%;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon textarea,
  .page-product-giftcard .product-add-form .field:not(.text) .addon select,
  .page-product-giftcard .product-add-form .field:not(.text) .addon input {
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    display: inline-block;
    margin: 0;
    width: auto;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore,
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addafter {
    background: #ffffff;
    background-clip: padding-box;
    border: 1px solid #c2c2c2;
    border-radius: 1px;
    font-family: Roboto;
    font-size: 14px;
    height: 32px;
    line-height: 1.42857143;
    padding: 0 9px;
    vertical-align: baseline;
    width: 100%;
    box-sizing: border-box;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
    width: auto;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore:disabled,
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addafter:disabled {
    opacity: 0.5;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore::-moz-placeholder,
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addafter::-moz-placeholder {
    color: #575757;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore::-webkit-input-placeholder,
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addafter::-webkit-input-placeholder {
    color: #575757;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore:-ms-input-placeholder,
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addafter:-ms-input-placeholder {
    color: #575757;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore {
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .additional {
    margin-top: 10px;
  }
  .page-product-giftcard .product-add-form .field:not(.text).required > .label:after,
  .page-product-giftcard .product-add-form .field:not(.text)._required > .label:after {
    content: '*';
    color: #e02b27;
    font-size: 1.2rem;
    margin: 0 0 0 5px;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .note {
    font-size: 1.2rem;
    margin: 3px 0 0;
    padding: 0;
    display: inline-block;
    text-decoration: none;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .note:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 24px;
    line-height: 12px;
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .page-product-giftcard .product-add-form .field:not(.text):nth-child(odd) {
    padding-right: 25px;
  }
  .page-product-giftcard .product-add-form .field:not(.text):nth-child(even) {
    padding-right: 0;
  }
  .page-product-giftcard .product-add-form .product-options-wrapper .field:not(.date) > .control {
    width: auto;
  }
  .gift-options {
    position: relative;
    z-index: 1;
  }
  .gift-options .actions-toolbar {
    clear: both;
    padding: 0;
    position: static;
  }
  .gift-options .actions-toolbar .secondary {
    float: right;
  }
  .gift-options .actions-toolbar .secondary .action {
    float: right;
    margin-left: 20px;
    margin-right: 0;
  }
  .gift-options .actions-toolbar .secondary .action-cancel {
    display: block;
    float: left;
    margin-top: 6px;
  }
  .gift-options .actions-toolbar:nth-child(3):before {
    border-left: 1px solid #c1c1c1;
    bottom: 5rem;
    content: '';
    display: block;
    left: 50%;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 0;
  }
  .gift-options-title {
    font-weight: 300;
    font-size: 1.8rem;
  }
  .gift-item-block .title {
    font-size: 1.6rem;
    padding: 20px 0;
  }
  .item-gift td {
    padding-left: 0;
    padding-right: 0;
  }
  .cart.table-wrapper .gift-options .actions-toolbar {
    clear: both;
    padding: 0;
    position: static;
  }
  .cart .action-gift {
    float: left;
  }
  .cart-container .cart-gift-item {
    margin-bottom: 20px;
  }
  .cart-container .cart-gift-item .gift-options,
  .cart-container .cart-gift-item .gift-summary {
    padding-bottom: 20px;
  }
  .form-giftregistry-share .fieldset .field,
  .form-giftregistry-edit .fieldset .field {
    width: 45%;
  }
  .form-giftregistry-edit .fieldset.shipping_address .fieldset {
    margin-top: 20px;
  }
  .table-giftregistry .col.create {
    white-space: nowrap;
  }
  .table-giftregistry .col.message {
    width: 40%;
  }
  .table-giftregistry .col.actions {
    width: 30%;
  }
  .table-giftregistry-items .col.note {
    width: 30%;
  }
  .account .data.table.table-giftregistry-items > thead > tr > th,
  .account .data.table.table-giftregistry-items > tbody > tr > th,
  .account .data.table.table-giftregistry-items > tfoot > tr > th,
  .account .data.table.table-giftregistry-items > thead > tr > td,
  .account .data.table.table-giftregistry-items > tbody > tr > td,
  .account .data.table.table-giftregistry-items > tfoot > tr > td {
    border-top: 1px solid #cccccc;
  }
  .account .data.table.table-giftregistry-items > caption + thead > tr:first-child > th,
  .account .data.table.table-giftregistry-items > colgroup + thead > tr:first-child > th,
  .account .data.table.table-giftregistry-items > thead:first-child > tr:first-child > th,
  .account .data.table.table-giftregistry-items > caption + thead > tr:first-child > td,
  .account .data.table.table-giftregistry-items > colgroup + thead > tr:first-child > td,
  .account .data.table.table-giftregistry-items > thead:first-child > tr:first-child > td {
    border-top: 0;
  }
  .account .data.table.table-giftregistry-items > tbody + tbody {
    border-top: 1px solid #cccccc;
  }
  .account .data.table.table-giftregistry-items th {
    border-bottom: 0;
  }
  .account .data.table.table-giftregistry-items > tbody > tr:nth-child(even) > td,
  .account .data.table.table-giftregistry-items > tbody > tr:nth-child(even) > th {
    background: none;
  }
  .form-giftregistry-search .fieldset {
    margin-bottom: 29px;
  }
  .form-giftregistry-search .fieldset .field.name,
  .form-giftregistry-search .fieldset .field.lastname {
    padding: 0 12px 0 0;
    box-sizing: border-box;
    display: inline-block;
    width: 50%;
    vertical-align: top;
    margin-bottom: auto;
  }
  .form-giftregistry-search .fieldset .field.name + .fieldset,
  .form-giftregistry-search .fieldset .field.lastname + .fieldset {
    clear: both;
  }
  .form-giftregistry-search .fieldset .field.lastname {
    padding: 0;
  }
  .block-giftregistry-shared-items .item {
    border-bottom: 1px solid #cccccc;
    border-top: 0;
  }
  .block-giftregistry-shared-items .product-item-photo {
    display: table-cell;
    max-width: 100%;
    padding: 0 20px 0 0;
    vertical-align: top;
    width: 1%;
  }
  .block-giftregistry-shared-items .product-item-details {
    display: table-cell;
    vertical-align: top;
    width: 99%;
    word-break: normal;
  }
  .block-giftregistry-shared-items .col.product {
    width: 48%;
  }
  .block-giftregistry-shared-items .col:not(.product) {
    text-align: center;
  }
  .block-giftregistry-shared-items .col.price {
    padding-top: 17px;
  }
  .block-giftregistry-shared-items .input-text.qty {
    margin-top: -4px;
  }
  .gift-options-cart-item .gift-wrapping,
  .cart-gift-item .gift-wrapping {
    box-sizing: border-box;
    float: left;
    padding-right: 20px;
    width: 50%;
  }
  .gift-options-cart-item .gift-wrapping + .gift-message,
  .cart-gift-item .gift-wrapping + .gift-message {
    border-left: 1px solid #c1c1c1;
    box-sizing: border-box;
    float: left;
    padding-left: 4.5rem;
    width: 50%;
  }
  .gift-options-cart-item .gift-summary .regular-price,
  .cart-gift-item .gift-summary .regular-price {
    white-space: nowrap;
  }
  .gift-options-cart-item .gift-wrapping-name,
  .cart-gift-item .gift-wrapping-name {
    padding-right: 20px;
  }
  .order-options .gift-wrapping,
  .table-order-review .gift-wrapping {
    max-width: 50%;
  }
  .page-product-grouped .product-info-price {
    float: none;
  }
  .page-product-grouped .minimal-price {
    margin-top: -8px;
  }
  .box-tocart .action.instant-purchase {
    margin-bottom: 0;
    margin-right: 1%;
    width: 49%;
  }
  .table-invitations .col {
    width: 50%;
  }
  .wishlist.window.popup {
    bottom: auto;
    top: 20%;
    left: 50%;
    margin-left: -212px;
    width: 380px;
    right: auto;
  }
  .block-wishlist-management {
    margin-bottom: 20px;
  }
  .block-wishlist-management .wishlist-select {
    border-bottom: 1px solid #e8e8e8;
    display: table;
    margin-bottom: 15px;
    width: 100%;
  }
  .block-wishlist-management .wishlist-select .wishlist-name {
    display: table-cell;
    margin-right: 10px;
    padding: 5px 10px 10px;
    vertical-align: top;
    white-space: nowrap;
    width: 5%;
  }
  .block-wishlist-management .wishlist-select-items {
    display: table-cell;
    padding-right: 160px;
    vertical-align: top;
  }
  .block-wishlist-management .wishlist-select-items .item {
    display: inline-block;
    margin-right: 10px;
    padding: 5px 10px 10px;
  }
  .block-wishlist-management .wishlist-select-items .item:last-child {
    margin-right: 0;
  }
  .block-wishlist-management .wishlist-select-items .current {
    border-bottom: 3px solid #ddf9ea;
    font-weight: 600;
  }
  .block-wishlist-management .wishlist-select .wishlist-name-current {
    display: none;
  }
  .block-wishlist-management .wishlist-add.item {
    position: absolute;
    right: 0;
    top: 0;
  }
  .block-wishlist-management .wishlist-title strong {
    font-size: 4rem;
  }
  .block-wishlist-management .wishlist-info {
    float: left;
  }
  .block-wishlist-management .wishlist-toolbar {
    float: right;
  }
  .block-wishlist-info-items .product-item-photo {
    margin-left: 0;
  }
  .products-grid.wishlist .product-item-checkbox {
    float: left;
  }
  .products-grid.wishlist .product-item-checkbox + .product-item-name {
    margin-left: 25px;
  }
  .block.newsletter {
    max-width: 44%;
    width: max-content;
  }
  .block.newsletter .field.newsletter {
    max-width: 220px;
  }
  .block.newsletter .form.subscribe > .field,
  .block.newsletter .form.subscribe > .actions {
    float: left;
  }
  .form-create-return .fieldset .field {
    width: 45%;
  }
  .magento-rma-guest-returns .column.main .block.block-order-details-view .block-content:not(.widget) .box {
    clear: none;
    float: left;
    width: 25%;
  }
  .block-returns-tracking .block-title .action {
    margin: 0 0 0 30px;
  }
  .block-returns-tracking .block-title .actions-track {
    float: right;
    margin-top: 12px;
  }
  .order-links .item {
    float: left;
    margin: 0 -1px 0 0;
  }
  .order-links .item a {
    padding: 1px 20px;
  }
  .order-links .item strong {
    border-bottom: 0;
    margin-bottom: -1px;
    padding: 1px 20px 2px 20px;
  }
  .order-actions-toolbar .action.print {
    display: block;
    float: right;
  }
  .account .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  [class^='sales-guest-'] .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  .sales-guest-view .column.main .block.block-order-details-view .block-content:not(.widget) .box {
    clear: none;
    float: left;
    width: 25%;
  }
  .block-order-details-comments {
    margin: 0 0 60px;
  }
  .block-order-details-comments .comment-date {
    clear: left;
    float: left;
    margin-right: 50px;
    max-width: 90px;
  }
  .block-order-details-comments .comment-content {
    overflow: hidden;
  }
  .order-details-items {
    margin-top: -1px;
    padding: 25px;
  }
  .order-details-items .col.price {
    text-align: center;
  }
  .order-details-items .col.subtotal {
    text-align: right;
  }
  .order-details-items tbody td {
    padding-bottom: 20px;
    padding-top: 20px;
  }
  .order-details-items tfoot .amount,
  .order-details-items tfoot .mark {
    text-align: right;
  }
  .order-details-items.ordered .order-title {
    display: none;
  }
  .order-pager-wrapper .order-pager-wrapper-top {
    padding-left: 0;
    padding-right: 0;
  }
  .order-pager-wrapper .toolbar-amount {
    position: relative;
  }
  .order-pager-wrapper .pages {
    float: right;
  }
  .table-order-items tbody .col.label,
  .table-order-items tbody .col.value {
    padding-left: 0;
  }
  .table-order-items.invoice .col.qty,
  .table-order-items.shipment .col.qty {
    text-align: center;
  }
  .table-order-items.creditmemo .col.qty,
  .table-order-items.creditmemo .col.discount,
  .table-order-items.creditmemo .col.subtotal {
    text-align: center;
  }
  .table-order-items.creditmemo .col.total {
    text-align: right;
  }
  .order-links .item {
    margin: 0 -1px 0 0;
  }
  .order-links .item a {
    padding: 1px 35px;
  }
  .order-links .item strong {
    padding: 1px 35px 2px 35px;
  }
  .form.send.friend {
    width: 60%;
  }
  .form.send.friend .fieldset .field {
    width: 45%;
  }
  .form.send.friend .fieldset .field.text {
    width: 90%;
  }
  .my-credit-cards .card-type img {
    display: block;
  }
  .products-grid.wishlist .product-item-info:hover .product-item-inner {
    display: block;
  }
  .products-grid.wishlist .product-item-tooltip {
    display: inline-block;
  }
  .products-grid.wishlist .product-item-actions {
    margin: 10px 0 0;
  }
  .products-grid.wishlist .product-item-actions > * {
    display: inline-block;
    margin-bottom: 7px;
    margin-top: 7px;
  }
  .products-grid.wishlist .product-item .fieldset {
    display: table;
  }
  .products-grid.wishlist .product-item .fieldset .field.qty,
  .products-grid.wishlist .product-item .fieldset .product-item-actions {
    display: table-cell;
    vertical-align: bottom;
  }
  .products-grid.wishlist .product-item .fieldset .field.qty {
    padding-right: 10px;
  }
  .products-grid.wishlist .product-item .box-tocart .actions-primary {
    margin: 0;
  }
  .products-grid.wishlist .product-item .box-tocart .stock {
    margin: 20px 0 0;
  }
  .products-grid.wishlist .product-item .tocart {
    width: auto;
  }
  .wishlist-index-index .product-item-info {
    width: auto;
  }
  .wishlist-index-index .product-item-inner {
    background: #ffffff;
    border: 1px solid #bbbbbb;
    box-shadow: 3px 4px 4px 0 rgba(0, 0, 0, 0.3);
    border-top: none;
    left: 0;
    margin: 9px 0 0 -1px;
    padding: 0 9px 9px;
    position: absolute;
    right: -1px;
    z-index: 2;
  }
  .wishlist-index-index .product-item-inner .comment-box {
    margin-top: -18px;
  }
  .wishlist-index-index .products-grid .product-items {
    margin: 0;
  }
  .wishlist-index-index .products-grid .product-item {
    margin-bottom: 20px;
    margin-left: calc((100% - 4 * 24.439%) / 3);
    padding: 0;
    width: 24.439%;
  }
  .wishlist-index-index .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
  .products-grid .product-item.oiler_recommend img.oiler-recommend-product-view-img {
    width: 68px;
    height: 16px;
    left: 24px;
  }
  .column.main .products-grid li.product-item {
    padding: 16px 16px 20px 16px;
  }
  .product-item .tocart.disabled {
    background: #DDF9EA;
  }
  .abs-product-link,
  .product-item-name {
    font-size: 14px;
    line-height: 20px;
  }
  .page-with-filter .column.main {
    width: calc((100% - 170px));
  }
  .page-with-filter .columns .sidebar-main {
    width: 170px;
    padding-right: 0;
  }
  .catalog-category-view.page-layout-stomenu .column.main,
  .catalog-category-view.page-layout-services .column.main,
  .catalog-category-view.page-layout-sto .column.main {
    min-height: inherit;
    width: 100%;
  }
  .page-products .columns {
    padding-top: 0;
    position: relative;
    z-index: 1;
  }
  .toolbar-amount {
    display: block;
    float: left;
    position: static;
  }
  .products.wrapper ~ .toolbar .pages {
    float: left;
    margin-bottom: 0;
  }
  .modes {
    display: inline-block;
    float: left;
    margin-right: 20px;
  }
  .products.wrapper ~ .toolbar .modes {
    display: none;
  }
  .modes-mode {
    background-color: #f0f0f0;
    box-shadow: inset 0 1px 0 0 #ffffff, inset 0 -1px 0 0 rgba(204, 204, 204, 0.3);
    color: #5e5e5e;
    border: 1px solid #cccccc;
    border-right: 0;
    float: left;
    font-weight: 400;
    line-height: 1;
    padding: 7px 10px;
    text-align: center;
    display: inline-block;
    text-decoration: none;
  }
  .modes-label + .modes-mode {
    border-radius: 3px 0 0 3px;
  }
  .modes-mode:hover {
    color: #5e5e5e;
    background: #ebebeb;
  }
  .modes-mode:last-child {
    border-radius: 0 3px 3px 0;
    border-right: 1px solid #cccccc;
  }
  .modes-mode.active {
    box-shadow: inset 0 1px 0 0 rgba(204, 204, 204, 0.8), inset 0 -1px 0 0 rgba(204, 204, 204, 0.3);
    background: #dedede;
    color: #9e9e9e;
  }
  .modes-mode:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: inherit;
    color: #4a4a4a;
    content: '\e60d';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .modes-mode:hover:before {
    color: #4a4a4a;
  }
  .sorter {
    width: calc(33.33% - 20px);
  }
  .sorter .sorter-options {
    width: 100%;
  }
  .page-products .sorter {
    position: static;
  }
  .mode-list:before {
    content: '\e60b';
  }
  .products.wrapper ~ .toolbar .limiter {
    display: none;
  }
  .product-info-main .page-title-wrapper h1 {
    margin-bottom: 15px;
  }
  .product-social-links {
    text-align: left;
  }
  .product-options-bottom .price-box .price-container,
  .product-info-price .price-box .price-container {
    font-size: 21px;
  }
  .product-options-bottom .price-box .price-container .price,
  .product-info-price .price-box .price-container .price {
    font-family: Roboto;
    font-weight: bold;
    font-size: 36px;
    line-height: 40px;
  }
  .product-options-bottom .price-box .price-including-tax + .price-excluding-tax .price,
  .product-info-price .price-box .price-including-tax + .price-excluding-tax .price {
    font-size: 1.4rem;
    line-height: 16px;
  }
  .product-tabs-wrapper {
    width: 100%;
    max-width: 370px;
  }
  .product.info.detailed {
    max-width: calc(100% - 400px);
    width: 100%;
  }
  .product.info.detailed .tab-content-description {
    font-size: 16px;
    line-height: 24px;
  }
  .product.info.detailed .tab-content-description div[data-element="main"] > h3 {
    font-size: 26px;
    line-height: 32px;
  }
  .product.info.detailed .tab-content-description h3 {
    font-size: 24px;
    line-height: 32px;
  }
  .product.info.detailed .additional-attributes .label {
    font-size: 18px;
    line-height: 28px;
  }
  .product.info.detailed .additional-attributes .title {
    font-size: 18px;
    line-height: 28px;
  }
  .product.info.detailed > p {
    font-size: 26px;
    line-height: 32px;
  }
  .grid-product-area > .product.info.detailed {
    max-width: calc(100% - 400px);
  }
  .product.media {
    margin-bottom: 25px;
  }
  .page-layout-1column .product-info-main {
    width: 240px;
    padding-right: 10px;
  }
  .page-layout-1column .product.media {
    width: 270px;
  }
  .page-layout-2columns-left .column.main .product-item .product-item-photo {
    max-width: 80px;
    min-height: 180px;
  }
  .page-layout-2columns-left .column.main .products-grid li.product-item .product-item-details {
    width: calc(100% - 80px);
  }
  .page-layout-2columns-left .product-info-main,
  .page-layout-2columns-right .product-info-main,
  .page-layout-3columns .product-info-main {
    width: 48%;
  }
  .page-layout-2columns-left .product.media,
  .page-layout-2columns-right .product.media,
  .page-layout-3columns .product.media {
    width: 50%;
  }
  .product-add-form .product-options-wrapper .fieldset:last-child {
    margin-bottom: 13px;
  }
  .product-add-form .product-options-wrapper .swatch-opt {
    margin: 0 0 13px;
  }
  .product-add-form .product-options-wrapper .field .control {
    width: 80%;
  }
  .sidebar .product-items .product-item-info .product-item-photo {
    float: left;
    left: auto;
    margin: 0 10px 10px 0;
    position: relative;
    top: auto;
  }
  .sidebar .product-items .product-item-details {
    margin: 0;
  }
  .sidebar .product-items .product-item-actions {
    clear: left;
  }
  .catalog-category-view.page-layout-1column .column.main {
    min-height: inherit;
  }
  .compare.wrapper {
    float: right;
    margin: 0;
    padding: 0;
    list-style: none none;
  }
  .compare.wrapper .action.compare {
    line-height: 32px;
    color: #000000;
    text-decoration: none;
  }
  .compare.wrapper .action.compare:visited {
    color: #000000;
    text-decoration: none;
  }
  .compare.wrapper .action.compare:hover {
    color: #000000;
    text-decoration: underline;
  }
  .compare.wrapper .action.compare:active {
    color: #000000;
    text-decoration: underline;
  }
  .compare.wrapper .counter.qty {
    color: #4a4a4a;
  }
  .compare.wrapper .counter.qty:before {
    content: '(';
  }
  .compare.wrapper .counter.qty:after {
    content: ')';
  }
  .catalog-category-view #maincontent + .blog-wrap .blockten,
  .catalog-category-view #maincontent > .page-main {
    display: none;
  }
  .grid-product-area {
    position: relative;
  }
  .grid-product-area .product.info.detailed {
    max-width: calc(100% - 400px) !important;
  }
  .box-tocart .paypal:first-of-type {
    margin-top: 13px;
  }
  .block-search {
    float: right;
    padding-left: 15px;
    position: relative;
    width: 250px;
    z-index: 4;
  }
  .block-search .control {
    border-top: 0;
    margin: 0;
    padding: 0 0 25px;
  }
  .block-search .nested {
    display: block;
    padding-top: 5px;
    position: absolute;
  }
  .block-search input {
    margin: 0;
    padding-right: 35px;
    position: static;
  }
  .block-search input::-webkit-input-placeholder {
    color: #575757;
  }
  .block-search input:-moz-placeholder {
    color: #575757;
  }
  .block-search input::-moz-placeholder {
    color: #575757;
  }
  .block-search input:-ms-input-placeholder {
    color: #575757;
  }
  .block-search .action.search {
    display: inline-block;
    background-image: none;
    background: none;
    -moz-box-sizing: content-box;
    border: 0;
    box-shadow: none;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-shadow: none;
    font-weight: 400;
    padding: 5px 0;
    position: absolute;
    right: 18px;
    top: 1px;
    z-index: 1;
  }
  .block-search .action.search:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 22px;
    line-height: inherit;
    color: #757575;
    content: '\e615';
    font-family: 'luma-icons';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .block-search .action.search:hover:before {
    color: inherit;
  }
  .block-search .action.search:active:before {
    color: inherit;
  }
  .block-search .action.search:focus,
  .block-search .action.search:active {
    background: none;
    border: none;
  }
  .block-search .action.search:hover {
    background: none;
    border: none;
  }
  .block-search .action.search.disabled,
  .block-search .action.search[disabled],
  fieldset[disabled] .block-search .action.search {
    pointer-events: none;
    opacity: 0.5;
  }
  .block-search .action.search:focus:before {
    color: #333333;
  }
  .search-autocomplete {
    margin-top: 0;
  }
  .login-container .block.login .actions-toolbar > .primary {
    margin-bottom: 0;
    margin-right: 30px;
  }
  .login-container .block.login .actions-toolbar > .secondary {
    float: left;
  }
  .login-container .fieldset > .field > .control {
    width: 80%;
  }
  .form-create-account .fieldset-fullname .fields {
    display: table;
    width: 100%;
  }
  .form-create-account .fieldset-fullname .fields .field {
    display: table-cell;
  }
  .form-create-account .fieldset-fullname .fields .field + .field {
    padding-left: 10px;
  }
  .form-create-account .fieldset-fullname .field-name-prefix,
  .form-create-account .fieldset-fullname .field-name-suffix {
    width: 50px;
  }
  .form.password.reset,
  .form.send.confirmation,
  .form.password.forget,
  .form.create.account,
  .form.search.advanced,
  .form.form-orders-search {
    min-width: 600px;
    width: 50%;
  }
  .account.page-layout-2columns-left .sidebar-main,
  .account.page-layout-2columns-left .sidebar-additional {
    width: 22.3%;
  }
  .account.page-layout-2columns-left .column.main {
    width: 77.7%;
  }
  .account.page-layout-2columns-left .sidebar-main .block {
    margin-bottom: 0;
  }
  .account .data.table {
    margin-bottom: 0;
  }
  .account .data.table .col.actions {
    white-space: nowrap;
  }
  .block-addresses-list .items.addresses {
    font-size: 0;
  }
  .block-addresses-list .items.addresses > .item {
    display: inline-block;
    font-size: 14px;
    margin-bottom: 20px;
    vertical-align: top;
    width: 48%;
  }
  .block-addresses-list .items.addresses > .item:nth-last-child(1),
  .block-addresses-list .items.addresses > .item:nth-last-child(2) {
    margin-bottom: 0;
  }
  .block-addresses-list .items.addresses > .item:nth-child(even) {
    margin-left: 4%;
  }
  .form-edit-account .fieldset .fieldset {
    margin-bottom: 20px;
    width: 100%;
  }
  .control.captcha-image .captcha-img {
    margin: 0 10px 10px 0;
  }
  .filter-title {
    display: none;
  }
  .filter-actions {
    margin-bottom: 30px;
  }
  .filter.active .filter-options,
  .filter-options {
    background: transparent;
    clear: both;
    display: block;
    overflow: initial;
    position: static;
  }
  .filter-subtitle {
    display: block;
    position: static;
  }
  .page-layout-1column .toolbar-products {
    position: absolute;
    top: 0;
    width: 100%;
  }
  .page-layout-1column .products ~ .toolbar-products {
    position: static;
  }
  .page-layout-1column.page-with-filter .column.main {
    padding-top: 45px;
    position: relative;
    z-index: 1;
  }
  .page-layout-1column .filter.block {
    border-top: 1px solid #cccccc;
  }
  .page-layout-1column .filter-content {
    margin-top: 10px;
  }
  .page-layout-1column .filter-subtitle {
    display: none;
  }
  .page-layout-1column .filter-options-item {
    border: 0;
    display: inline-block;
    margin-right: 25px;
    position: relative;
  }
  .page-layout-1column .filter-options-item.active {
    z-index: 2;
  }
  .page-layout-1column .filter-options-item.active .active > .filter-options-title:after {
    content: '-';
    right: 2px;
    top: 3px;
    z-index: 3;
  }
  .page-layout-1column .filter-options-item.active .filter-options-content {
    visibility: visible;
  }
  .page-layout-1column .filter-options-item.active:hover {
    z-index: 3;
  }
  .page-layout-1column .filter-options-item.active:after,
  .page-layout-1column .filter-options-item.active:before {
    border: 8px solid transparent;
    height: 0;
    width: 0;
    border-bottom-color: #000000;
    bottom: -1px;
    content: '';
    display: block;
    left: 5px;
    position: absolute;
    z-index: 3;
  }
  .page-layout-1column .filter-options-item.active:after {
    border-bottom-color: #ffffff;
    margin-top: 2px;
    z-index: 4;
  }
  .page-layout-1column .filter-options-title {
    padding: 0 20px 0 0;
    font-weight: bold;
    font-size: 14px;
    line-height: 20px;
    display: inline-block;
    text-decoration: none;
  }
  .page-layout-1column .filter-options-title:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
    content: '\e616';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .page-layout-1column .filter-options-title:after {
    content: '+';
    right: 2px;
    top: 3px;
    z-index: 3;
  }
  .page-layout-1column .filter-options-content {
    background: #ffffff;
    -webkit-box-shadow: 0 3px 5px 0 rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0 3px 5px 0 rgba(50, 50, 50, 0.75);
    -ms-box-shadow: 0 3px 5px 0 rgba(50, 50, 50, 0.75);
    box-shadow: 0 3px 5px 0 rgba(50, 50, 50, 0.75);
    border: 1px solid #cccccc;
    padding: 5px 0;
    position: absolute;
    top: 100%;
    visibility: hidden;
    width: 180px;
    z-index: 2;
  }
  .page-layout-1column .filter-options-content .item {
    margin: 0;
    padding: 5px;
  }
  .page-layout-1column .filter-options-content .item a {
    margin-left: 0;
  }
  .page-layout-1column .filter-options-content .item:hover {
    background-color: #e8e8e8;
  }
  .page-layout-1column .filter-current {
    display: inline;
    line-height: 35px;
  }
  .page-layout-1column .filter-current-subtitle {
    color: #4a4a4a;
    display: inline;
    font-size: 14px;
    font-weight: normal;
    padding: 0;
  }
  .page-layout-1column .filter-current-subtitle:after {
    content: ':';
  }
  .page-layout-1column .filter-current .item,
  .page-layout-1column .filter-current .items {
    display: inline;
  }
  .page-layout-1column .filter-current .item {
    margin-right: 25px;
    white-space: nowrap;
  }
  .page-layout-1column .filter-current .action.remove {
    line-height: normal;
  }
  .page-layout-1column .filter-actions {
    display: inline;
    white-space: nowrap;
  }
  .page-layout-1column .filter-actions ~ .filter-options {
    margin-top: 25px;
  }
  body.filter-active .sidebar.sidebar-main {
    background-color: white;
    position: static;
  }
  .toolbar-products {
    margin-bottom: 21px;
  }
  .filter.active .filter-options {
    width: 100%;
  }
  .filter-options-item {
    border-bottom: none;
    margin-bottom: 16px;
  }
  .filter-options-content .item {
    margin-bottom: 0;
    padding: 2px 0 2px 6px;
  }
  .filter-options-content .item .recommended li .item {
    margin-right: 28px;
  }
  .filter-options-content .item .recommended:after {
    font-weight: 900;
    font-size: 16px;
    line-height: 24px;
    top: -28px;
  }
  .filter-options .filter-options-content {
    padding: 0 10px 0 0;
  }
  .filter-content {
    display: flex;
    flex-direction: column;
    background-color: #FFFFFF;
  }
  .filter-actions {
    order: 99;
  }
  .filter-actions > a {
    font-size: 16px;
    line-height: 24px;
    color: #545454;
  }
  .filter-options .filter-options-title[aria-expanded="false"]:after {
    content: '+';
    font-size: 16px;
    font-weight: 500;
    padding-bottom: 4px;
    transform: rotate(360deg);
  }
  .filter-options .filter-options-title {
    font-weight: bold;
    font-size: 14px;
    line-height: 20px;
  }
  .filter .block-subtitle {
    display: none;
  }
  .filter-options-content .item:after {
    content: '!';
    right: 132px;
  }
  .page-products .sorter {
    display: block;
    margin-left: auto;
  }
  .sorter-options {
    font-size: 14px;
    line-height: 20px;
  }
  .toolbar .select {
    background-color: #F9F8F3;
    border: 1px solid #CCCED2;
    border-radius: 4px;
  }
  ._keyfocus *:focus,
  input:not([disabled]):focus,
  textarea:not([disabled]):focus,
  select:not([disabled]):focus {
    box-shadow: none;
  }
  .product-reviews-summary {
    margin-bottom: 15px;
  }
  .products.wrapper.list .product-reviews-summary {
    margin: 0;
  }
  .product-reviews-summary .reviews-actions {
    font-size: 14px;
    margin-top: 3px;
  }
  .page-header {
    margin-bottom: 0;
  }
  .cms-no-route .cmsnoroute {
    margin-bottom: 120px;
  }
  .cms-no-route .cmsnoroute p {
    font-size: 36px;
    line-height: 36px;
    margin-bottom: 32px;
    margin-top: 40px;
  }
  .cms-no-route .cmsnoroute a {
    width: auto;
  }
  body.page-layout-contenttitlefull .page-title-wrapper,
  body.page-layout-content .page-title-wrapper {
    font-weight: bold;
    font-size: 40px;
    line-height: 48px;
    color: #000000;
  }
  body.page-layout-stomenu .services-page-title,
  body.page-layout-sto .services-page-title,
  body.page-layout-services .services-page-title {
    font-weight: bold;
    font-size: 40px;
    line-height: 48px;
    color: #000000;
  }
  .oilercheckout-thankyou-page .page-title,
  .checkout-onepage-success .page-title {
    font-size: 36px;
    line-height: 36px;
  }
  .oilercheckout-thankyou-page .checkout-success,
  .checkout-onepage-success .checkout-success {
    max-width: 449px;
    width: 100%;
  }
  .oilercheckout-thankyou-page .checkout-success .order-information .order-items .order-item .item-info .product-name,
  .checkout-onepage-success .checkout-success .order-information .order-items .order-item .item-info .product-name {
    margin-bottom: 24px;
    font-size: 16px;
    line-height: 24px;
  }
  .oilercheckout-thankyou-page .checkout-success .order-information .order-items .order-item .item-info .product-price,
  .checkout-onepage-success .checkout-success .order-information .order-items .order-item .item-info .product-price {
    margin-bottom: 16px;
  }
  .oilercheckout-thankyou-page .checkout-success .didnt-call-you-complaint-sent p,
  .checkout-onepage-success .checkout-success .didnt-call-you-complaint-sent p {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 16px;
  }
  .oilercheckout-thankyou-page .checkout-success .didnt-call-you-complaint-sent p:first-child,
  .checkout-onepage-success .checkout-success .didnt-call-you-complaint-sent p:first-child {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 16px;
  }
  .oilercheckout-thankyou-page .checkout-success .didnt-call-you-complaint-sent .actions-toolbar .primary,
  .checkout-onepage-success .checkout-success .didnt-call-you-complaint-sent .actions-toolbar .primary {
    display: flex;
    flex-direction: column;
  }
  .oilercheckout-thankyou-page .checkout-success .didnt-call-you-send-complaint p,
  .checkout-onepage-success .checkout-success .didnt-call-you-send-complaint p {
    font-size: 18px;
    line-height: 24px;
  }
  .oilercheckout-thankyou-page .checkout-success .didnt-call-you-send-complaint p:first-child,
  .checkout-onepage-success .checkout-success .didnt-call-you-send-complaint p:first-child {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 16px;
  }
  .oilercheckout-thankyou-page .checkout-success .didnt-call-you-send-complaint .actions-toolbar .primary,
  .checkout-onepage-success .checkout-success .didnt-call-you-send-complaint .actions-toolbar .primary {
    display: flex;
    flex-direction: column;
  }
  .oilercheckout-thankyou-page .checkout-success .didnt-call-you p,
  .checkout-onepage-success .checkout-success .didnt-call-you p {
    font-size: 18px;
    line-height: 24px;
  }
  .oilercheckout-thankyou-page .checkout-success .didnt-call-you p:first-child,
  .checkout-onepage-success .checkout-success .didnt-call-you p:first-child {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 16px;
  }
  .oilercheckout-thankyou-page .checkout-success .didnt-call-you .actions-toolbar .primary,
  .checkout-onepage-success .checkout-success .didnt-call-you .actions-toolbar .primary {
    display: flex;
    flex-direction: column;
  }
  .oilercheckout-thankyou-page .checkout-success .enter-your-number p,
  .checkout-onepage-success .checkout-success .enter-your-number p {
    font-size: 24px;
    line-height: 28px;
  }
  .checkout-index-index #checkoutSteps #payment .payment-group .payment-method .payment-method-content .actions-toolbar {
    left: 0;
  }
  .checkout-index-index .sections.nav-sections {
    display: flex;
  }
  .checkout-index-index .nav-toggle {
    display: none;
  }
  .checkout-index-index .opc-wrapper {
    max-width: 328px;
  }
  .checkout-index-index .checkout-container {
    max-width: 328px;
    width: 100%;
  }
  .checkout-index-index #checkoutSteps .step-title {
    font-size: 36px;
    line-height: 36px;
    width: 500px;
  }
  .sidebar .block.widget .products-grid .product-item {
    margin-left: 0;
    width: 100%;
  }
  .sidebar .block.widget .products-grid .product-item .actions-secondary {
    display: block;
    padding: 10px 0;
  }
  .sidebar .block.widget .pager .pages-item-next {
    padding: 0;
  }
  .sidebar .block.widget .pager .pages-item-next .action {
    margin: 0;
  }
  .block.widget .products-grid li.product-item {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: calc((33.33% - 30px));
  }
  .block.upsell .block-title strong,
  .block.related .block-title strong {
    font-size: 24px;
    line-height: 150%;
  }
  .block.upsell .products-grid li.product-item,
  .block.related .products-grid li.product-item {
    width: calc((25% - 30px));
  }
}
@media all and (min-width: 1025px) and (min-width: 1135px), print and (min-width: 1135px) {
  .page-layout-contenttitlefull .seo-text-block-wrapper,
  .page-layout-content .seo-text-block-wrapper,
  .page-layout-stomenu .seo-text-block-wrapper,
  .page-layout-sto .seo-text-block-wrapper,
  .page-layout-services .seo-text-block-wrapper,
  .catalog-category-view .seo-text-block-wrapper {
    box-sizing: border-box;
    padding-bottom: 54px;
  }
  .seo-text-block,
  .seo-toggle-button-wrapper {
    margin: 0 auto;
    max-width: 1204px;
  }
}
@media all and (min-width: 1025px) and (min-width: 1135px), print and (min-width: 1135px) {
  .minicart-wrapper .action.showcart:before {
    background-image: url(../images/shopping-cart.svg);
    background-size: 24px;
  }
}
@media all and (min-width: 1025px) and (min-width: 1135px), print and (min-width: 1135px) {
  .page-main {
    padding-left: 39px;
    padding-right: 39px;
    max-width: 1280px;
  }
  body.page-layout-contenttitlefull .page-main,
  body.page-layout-content .page-main,
  body.page-layout-stomenu .page-main,
  body.page-layout-sto .page-main,
  body.page-layout-services .page-main {
    max-width: 100%;
  }
}
@media all and (min-width: 1025px) and (min-width: 1135px), print and (min-width: 1135px) {
  .customer-account-link {
    display: none;
    min-width: 180px;
  }
  .customer-account-link ul {
    display: flex;
    flex-direction: column;
    border: 1px solid #bbbbbb;
    list-style: none;
    padding: 10px;
  }
  .customer-account-link li:last-child {
    margin-bottom: 0;
  }
  .link.authorization-link:hover .customer-account-link {
    display: block;
    position: absolute;
    background-color: #fff;
    margin-right: 0;
    border-top: 0;
    padding: 0;
    margin-left: -10px;
    z-index: 111;
  }
  .wishlist + .authorization-link > a {
    display: none;
  }
  .wishlist + .authorization-link .customer-account-link {
    display: block !important;
    float: left;
    width: 100%;
    border: 0;
    padding: 0;
    margin-left: 0 !important;
    position: relative !important;
  }
  .wishlist + .authorization-link .customer-account-link ul {
    display: block !important;
    margin-top: 0 !important;
    left: -1px;
    right: -1px;
    padding: 0;
    position: static;
    box-shadow: none;
    border: 0;
  }
  .wishlist + .authorization-link .customer-account-link ul:after,
  .wishlist + .authorization-link .customer-account-link ul:before {
    display: none !important;
  }
}
@media all and (min-width: 1200px), print {
  .footer_menu_ul_li {
    margin-right: 32px;
  }
  .page-footer:before {
    right: auto;
    left: 65%;
  }
  .page-footer:after {
    left: 200px;
    width: 59%;
    height: 192px;
  }
  div.form-record-consultation > h2 {
    margin-bottom: 16px;
  }
  div.form-record-consultation.buy-in-one-click > .h2 {
    margin-bottom: 16px;
  }
  .product-item .price-box .price {
    font-size: 20px;
    line-height: 28px;
  }
  .sidebar .product-items .product-item-info .product-item-photo {
    float: none;
    left: 0;
    margin: 0;
    position: absolute;
    top: 0;
  }
  .sidebar .product-items .product-item-details {
    margin-left: 85px;
  }
}
