@charset "UTF-8";
@font-face {
  font-family: 'Formular';
  src: url("../fonts/Formular-Black.eot");
  src: local("Formular Black"), local("Formular-Black"), url("../fonts/Formular-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/Formular-Black.woff2") format("woff2"), url("../fonts/Formular-Black.woff") format("woff"), url("../fonts/Formular-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: 'Formular';
  src: url("../fonts/Formular-Light.eot");
  src: local("Formular Light"), local("Formular-Light"), url("../fonts/Formular-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Formular-Light.woff2") format("woff2"), url("../fonts/Formular-Light.woff") format("woff"), url("../fonts/Formular-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Formular';
  src: url("../fonts/Formular.eot");
  src: local("Formular"), url("../fonts/Formular.eot?#iefix") format("embedded-opentype"), url("../fonts/Formular.woff2") format("woff2"), url("../fonts/Formular.woff") format("woff"), url("../fonts/Formular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Formular';
  src: url("../fonts/Formular-Medium.eot");
  src: local("Formular Medium"), local("Formular-Medium"), url("../fonts/Formular-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Formular-Medium.woff2") format("woff2"), url("../fonts/Formular-Medium.woff") format("woff"), url("../fonts/Formular-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Formular';
  src: url("../fonts/Formular-Medium.eot");
  src: local("Formular Medium"), local("Formular-Medium"), url("../fonts/Formular-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Formular-Medium.woff2") format("woff2"), url("../fonts/Formular-Medium.woff") format("woff"), url("../fonts/Formular-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Formular';
  src: url("../fonts/Formular-Italic.eot");
  src: local("Formular Italic"), local("Formular-Italic"), url("../fonts/Formular-Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/Formular-Italic.woff2") format("woff2"), url("../fonts/Formular-Italic.woff") format("woff"), url("../fonts/Formular-Italic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
}
/*
@font-face {
  font-family: 'TT Norms';
  src: url("../fonts/TTNorms-Regular.eot");
  src: local("TT Norms Regular"), local("TTNorms-Regular"), url("../fonts/TTNorms-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/TTNorms-Regular.woff") format("woff"), url("../fonts/TTNorms-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'TT Norms';
  src: url("../fonts/TTNorms-Bold.eot");
  src: local("TT Norms Bold"), local("TTNorms-Bold"), url("../fonts/TTNorms-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/TTNorms-Bold.woff") format("woff"), url("../fonts/TTNorms-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'TT Norms';
  src: url("../fonts/TTNorms-Medium.eot");
  src: local("TT Norms Medium"), local("TTNorms-Medium"), url("../fonts/TTNorms-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/TTNorms-Medium.woff") format("woff"), url("../fonts/TTNorms-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
*/
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0;
  /* <-- Apparently some margin are still there even though it's hidden */
}
@keyframes gradient {
    0% {
        background-position: 80% 0%;
    }
    50% {
        background-position: 20% 100%;
    }
    100% {
        background-position: 80% 0%;
    }
}
input[type='number'] {
  -moz-appearance: textfield;
}

/*** Typography ***/
a {
  color: #0756EF;
}

a:hover, a:focus, a:active {
  text-decoration: none;
  color: #0756EF;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-family: "PT Sans", sans-serif;
}

h1, .h1 {
  font-size: 34px;
  margin-bottom: 30px;
  font-weight: 700;
}

h2, .h2 {
  font-size: 28px;
  font-weight: 700;
  line-height: 39px;
  margin-bottom: 26px;
}

h3, .h3 {
  font-size: 24px;
  font-weight: 700;
  line-height: 31px;
  margin-bottom: 26px;
}

.h1--large {
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 32px;
}

.main--page ul {
  list-style-type: none;
  padding: 0;
}

.main--page ul li:before {
  content: '—';
  display: inline-block;
  margin-right: 10px;
}

html, body {
  font-family: Formular;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  color: #0B1E43;
}

body.body--fixed {
  padding-top: 150px;
}

.material-icons {
  font-weight: 700;
  color: #395475;
}
.text--blue {
  color:#ed3133;
}
/* BUTTONS */
.btn {
  font-family: "PT Sans", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  padding: 10px 23px;
  color: #fff;
  -webkit-box-shadow: 0px 8px 16px rgba(7, 28, 70, 0.2);
  box-shadow: 0px 8px 16px rgba(7, 28, 70, 0.2);
  border: none;
  height: 40px;
}

.btn--red {
  background: #ED3133;
}

.btn--medium {
  padding: 5px 34px;
}

.btn--search {
  padding: 5px 52px;
}

.btn--tocart {
  padding: 5px 23px;
  white-space: nowrap;
}

.btn-relatedshow {
  margin:20px auto;
  display: table;
}

.btn--order {
  padding: 5px 23px;
  width: 100%;
  display: block;
  text-align:center;
}

.btn--active {
  background: #ED3133;
  border: 1px solid #ED3133;
}

.btn--unactive {
  color: #ED3133;
  border: 1px solid #ED3133;
  background: transparent;
  -webkit-box-shadow: unset;
  box-shadow: unset;
}

.btn--unactive:hover {
  color: #ED3133 !important;
}
.btn--incart {
  background:#32954d;
}
.btn--white {
  color: #0756EF;
  padding: 5px 30px;
  font-weight: 500;
  text-align: center;
}

.btn--analog {
  color: #fff;
  padding: 5px 30px;
  font-weight: 500;
  text-align: center;
  background: #0d498e;
}
.btn--analog:active, .btn--analog:focus {
  color:#fff;
}

.btn--white:hover {
  color: #fff;
  background: #ED3133;
}

.btn--full {
  width: 100%;
  display: block;
}

.btn--50 {
  width: calc(50% - 15px);
  display: block;
}

.btn--mobsearch {
  padding: 0;
}

.btn:hover {
  color: #fff;
}
.btn--oneclick {
  padding: 5px 23px;
  white-space: nowrap;
  background: #F0F2F4;
  color:#5D6474;
}
.btn--oneclick:hover {
  color:#000;
}

.text--grey {
  color:#C4C4C4;
}

.rub {
  font-family: arial;
  vertical-align: middle;
  border-bottom: 1px solid;
  line-height: 5px;
  display: inline-block;
  width: 0.5em;
  vertical-align: baseline;
}

.overlay {
  display: none;
  position: fixed;
  z-index: 10;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  padding-top: 40vh;
  height: 100%;
}

.overlay.active {
  display: block;
}

.header {
  -webkit-box-shadow: 0px 14px 30px rgba(7, 28, 70, 0.1);
  box-shadow: 0px 14px 30px rgba(7, 28, 70, 0.1);
}

.header--fixed {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #fff;
  z-index: 13;
  height: 125px;
}

.header--fixed .header-top-wrap {
  display: none;
}

.header--fixed .header-menu {
  border-bottom: 1px solid #E9EFF5;
}

.header-menu-in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items:center;
}

.header--fixed .header-f-cart {
  border: 1px solid #DAE1E8;
  border-bottom: unset;
  border-top: unset;
  padding: 5px 20px;
  display: block;
}

.header--fixed .header-f-cart .header-cart__details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header--fixed .header-f-cart .header-cart__totalcount {
  margin-left: 0px;
}

.header--fixed .f-catnav {
  display: block;
}

.header-socials a{
  margin-left:10px;
}

.header-f-cart {
  display: none;
}

.header-top-wrap {
  border-bottom: 1px solid #E9EFF5;
  border-top: 1px solid #E9EFF5;
}

.header-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0px 0 0px;
  position: relative;
  height: 94px;
  align-items:center;
}

.header-top__part {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: first baseline;
}
.header-top__part--end {
  align-items:start;
}
.header-top__logo {
  margin-right: 68px;
}

.header-phones {
  
  
  font-family: "PT Sans", sans-serif;
  position: relative;
  padding-top: 8px;
 
}



.header-phones__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 7px 20px 6px 10px;
}

.header-phones.active .header-phones__switcher:before {
  -webkit-transform: unset;
  -ms-transform: unset;
  transform: unset;
}

.header-phones-hidden {
  display:none;
}
.header-phones.active .header-phones-hidden {
  background: #fff;
  -webkit-box-shadow: 0px 14px 36px rgba(9, 24, 54, 0.1);
  box-shadow: 0px 14px 36px rgba(9, 24, 54, 0.1);
  position: absolute;
  top: 8px;
  z-index: 2;
  padding: 7px 20px 20px 10px;
  width: 187px;
  left:0;
  top:0;
  display: block;
}

.header-phones.active .header-phones__phone--hidden {
  display: block;
}

.header-phones__switcher {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 20px;
  height: 40px;
  background: #F0F2F4;
  margin-left: 11px;
  cursor: pointer;
  z-index:9;
}

.header-phones__switcher:before {
  content: '';
  -ms-flex-item-align: center;
  align-self: center;
  width: 7px;
  height: 5px;
  display: block;
  background: url("/assets/img/icons/carret-up.png");
  background-repeat: no-repeat;
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.header-phones svg {
  margin-right: 5px;
}
.header-phones__phone {
  font-weight: bold;
  color: #000;
  display: block;
}

.header-phones__phone--hidden {
  display: none;
}
.header-phones__callback {
  color:#ED3133;
  border-bottom:1px dashed #ED3133;
}
.header-phones__email {
  display: block;
  border-bottom: 1px solid #0756EF;
}

.header-geo {
  font-family: "PT Sans", sans-serif;
  padding: 0 12px;
  display: flex;
  align-items:center;
}
.header-geo svg {
  margin-right:5px;
}
.header-geo__current {
  color:#000;
  cursor:pointer;
}

.header-geo__change {
  display: table;
  border-bottom: 1px dashed #0756EF;
}
.header-email {
  font-family: "PT Sans", sans-serif;
  padding: 0 12px;
  display: flex;
  align-items:center;  
}
.header-email__email {
  text-decoration: none;
}
.header-email svg {
  margin-right:5px;
}

.header-cart {
  padding: 10px 16px 10px 16px;
  font-family: "PT Sans", sans-serif;
  height: calc(100%);
  border: 1px solid #DAE1E8;
  border-bottom:unset;
}

.header-cart__cartico {
  color: #0756EF;
  height: 30px;
}
.header-cart__cartico--favorites {
  color: #f00;
}
.header-cart__details {
  
}

.header-cart__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items:center;
  justify-content: center;
}

.header-cart__totalprice {
  font-weight: bold;
  display: block;
  color: #000;
  text-align:center;
}

.header-cart__totalcount {
  display: table;
  color:#fff;
  background:#0756EF;
  padding: 1px 8px;
  margin:0 auto;
}
.header--fixed .header-cart__details .header-cart__totalprice{
  display: none !important;
}
.header-favorites {
  padding: 10px 16px 10px 16px;
  font-family: "PT Sans", sans-serif;
  height: calc(100%);
  border: 1px solid #DAE1E8;
  border-bottom:unset;
}
.header-favorites__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items:center; 
  justify-content: center;  
}

.header-favorites__heading {
  font-weight: bold;
  display: block;
  color: #000;
  margin-bottom: 5px;
  margin-top: 5px;
}
.header-favorites__total {
  display: table;
  color:#fff;
  background:#0756EF;
  padding: 1px 8px;
  margin:0 auto;
}

.header-lk {
  padding: 10px 16px 10px 16px;

  color: #fff;
  font-family: "PT Sans", sans-serif;
  height: calc(100%);
  border: 1px solid #DAE1E8;
  border-bottom:unset;
}
.header-lk--active {
  background:#32954d;
}
.header-lk__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items:center;
  justify-content: center;
}

.header-lk__lkico {
  color: #0756EF;
  height: 30px;
}

.header-lk__details {
  
}
.header-lk__details__smalllink {
  font-size: 12px;
  cursor:pointer;
}

.header-lk__enter {
  color: #000;
}

.header-top__part--end > *:not(:last-of-type) {
  border-right: unset;
}

.header-top__part__iconblock {
  height: 20px;
  margin-bottom: 5px;
}
.header-menu {
  font-family: "PT Sans", sans-serif;
}

.header-menu__list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  font-size: 0;
}

.header-menu__item {
  display: inline-block;
  position: relative;
}
.
.header-menu__item:first-child .header-menu__link {
  padding-left: 0;
}

.header-menu__item--dropdown:after {
  content: '';
  position: absolute;
  top: calc(50% - 2px);
  right: 10px;
  width: 7px;
  height: 5px;
  display: block;
  background: url("/assets/img/icons/carret.svg");
  background-repeat: no-repeat;
}

.header-menu__item--dropdown:hover .header-menu__sublist {
  display: block;
}
.header-menu__subicon {
  position: absolute;
  top: calc(50% - 8px);
  left:8px;
}

.header-menu__link {
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  color: #000;
  padding: 20px 30px;
}

.header-menu__sublist {
  display: none;
  position: absolute;
  top: 60px;
  left: 0;
  background: #fff;
  z-index: 13;
  font-size: 14px;
  list-style-type: none;
  margin: 0;
  padding: 20px 0;
  min-width: 320px;
  -webkit-box-shadow: 0px -14px 36px rgba(9, 24, 54, 0.1);
  box-shadow: 0px -14px 36px rgba(9, 24, 54, 0.1);
}

.header-menu__sublink {
  padding: 7px 30px;
  display: block;
  color: inherit;
}


.mobile-top {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 60px;
  padding-top: 5px;
  padding-bottom: 5px;
  background: #FFF;
  z-index: 250;
  -webkit-box-shadow: 0px 5px 21px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 5px 21px 0px rgba(0, 0, 0, 0.15);
}

.mobile-top__logo {
  margin: 0 auto;
  display: table;
  padding: 5px 0;
}

.mobile-top__logo img {
  height: 40px;
}

.mobile-top__menu {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 60px;
  color: #292C98;
  text-align: center;
  border-bottom: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.mobile-top__menu i:last-child {
  display: none;
}

.mobile-top__menu.active .mobile-top__burger:first-child {
  display: none;
}

.mobile-top__menu.active i:last-child {
  display: inline-block;
}

.mobile-top__lk, .mobile-top__cart {
  position: absolute;
  top: 20px;
}
.mobile-top__lk--active i{
  color:#32954d;
}

.mobile-top__lk i, .mobile-top__cart i {
  font-size: 20px;
  color: #0756EF;
}

.mobile-top__lk {
  right: 20px;
}
.mobile-top__phone {
  position: absolute;
  top: 20px;  
  right: 120px;
}
.mobile-top__phone i {
  font-size: 20px;
  color:#0756EF;
}
.mobile-top__cart {
  right: 70px;
}

.mob-menu {
  position: fixed;
  top: 60px;
  bottom: 0;
  left: -320px;
  width: 300px;
  z-index: 1700;
  background: #FFF;
  -webkit-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
  transition: all linear 0.3s;
  overflow-y: scroll;
}

.mob-menu.active {
  left: 0;
}

.mob-menu__nav-link {
  display: inline-block;
  width: 100%;
  padding: 12px 15px;
  color: #FFF;
  border-bottom: 1px solid #fff;
  background: #0756EF;
  font-family: "PT Sans", sans-serif;
  font-style: normal;
  font-weight: bold;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.mob-menu__nav-sublink {
  position: relative;
  display: inline-block;
  width: 100%;
  font-size: 12px;
  padding: 8px 15px 8px 30px;
  color: #000;
  border-bottom: 1px solid #fff;
  background: #fff;
  font-style: normal;
  font-weight: bold;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.mob-menu__nav-sublink:before {
  content: '-';
  display: block;
  position: absolute;
  left: 15px;
  top: 29%;
}

.mob-menu__nav-link:hover, .mob-menu__nav-sublink:hover {
  background: #fff;
  color: inherit;
}

.mob-menu__info {
  padding: 15px;
  margin-top: 30px;
}

.mob-menu__phone-text {
  color: #5E5E5E;
  font-size: 12px;
}

.mob-menu__phone-number {
  color: #000;
  font-size: 28px;
  font-weight: bold;
  border-bottom: none;
  padding: 20px 0;
  display: block;
}

.mob-menu__text {
  color: #8a8d91;
  font-style: italic;
}

.mobile-search {
  padding: 0 20px;
  background: #fff;
  
}

.f-catnav {
  background: #fff;
  display: none;
}

.f-catnav--open {
  z-index: 12;
}

.f-catnav--open .f-catnav-menu {
  display: block;
}

.f-catnav--page {
  display: block;
  background: #F0F2F4;
}

.f-catnav-in {
  font-family: "PT Sans", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.f-catnav-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: -webkit-linear-gradient(bottom, #075DC2, #075DC2), -webkit-linear-gradient(350.34deg, #3E7DF7 0%, #0756EF 100%);
  background: -o-linear-gradient(bottom, #075DC2, #075DC2), -o-linear-gradient(350.34deg, #3E7DF7 0%, #0756EF 100%);
  background: linear-gradient(0deg, #075DC2, #075DC2), linear-gradient(99.66deg, #3E7DF7 0%, #0756EF 100%);
  padding: 10px 20px;
  position: relative;
}

.f-catnav-nav__burger {
  margin-right: 27px;
  cursor: pointer;
}

.f-catnav-nav__maincat {
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  color: #fff;
  cursor: pointer;
  white-space: nowrap;
  padding: 11px 36px 11px 0;
}

.f-catnav-marks {
  background: #0D498E;
  padding: 10px 20px;
  position: relative;
}

.f-catnav-marks--open {
  z-index: 11;
}

.f-catnav-marks--open .f-catnav-marks-menu {
  display: block;
}

.f-catnav-marks--open .f-catnav-marks__carret {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.f-catnav-marks__link {
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  color: #fff;
  cursor: pointer;
  padding: 11px 57px 11px 19px;
  display: block;
  position: relative;
}

.f-catnav-marks__link:hover, .f-catnav-marks__link:active, .f-catnav-marks__link:focus {
  color: #fff;
}

.f-catnav-marks__carret {
  position: absolute;
  top: calc(50% - 2px);
  right: 0px;
  width: 7px;
  height: 5px;
  display: block;
  fill: #fff;
}

.f-catnav-marks-menu {
  display: none;
  padding: 21px 30px;
  position: absolute;
  left: 0;
  top: 62px;
  background: #fff;
  width: 100%;
  -webkit-box-shadow: 0px 14px 30px rgba(7, 28, 70, 0.1);
  box-shadow: 0px 14px 30px rgba(7, 28, 70, 0.1);
  z-index: 11;
  width: 100%;
  -webkit-column-count: 6;
  column-count: 6;
}

.f-catnav-marks-menu__link {
  font-family: "PT Sans", sans-serif;
  font-size: 12px;
  color: inherit;
  display: block;
  page-break-inside: avoid;
  padding: 5px 0;
}

.f-catnav-marks-menu__link--active {
  font-weight: 700;
}

.f-catnav-search {
  padding: 0px 0px 0 24px;
  width: calc(66% - 8px);
  position:relative;
}

.f-catnav-search .form--search {
  margin: 0;
  border: 1px solid rgba(237, 49, 51, 0.3);
  border-radius: 4px;
}

.f-catnav-search .form--search .form-field {
  margin: 0;
}

.f-catnav-search .form--search .form__input {
  border: none;
  padding-left: 30px;
}

.f-catnav-menu {
  display: none;
  list-style-type: none;
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 62px;
  background: #fff;
  padding: 20px 0;
  width: 100%;
  -webkit-box-shadow: 0px 14px 30px rgba(7, 28, 70, 0.1);
  box-shadow: 0px 14px 30px rgba(7, 28, 70, 0.1);
  z-index: 11;
}

.f-catnav-menu__link {
  font-weight: bold;
  color: inherit;
  padding: 7px 30px;
  display: block;
  color: inherit;
  position: relative;
}

.f-catnav-menu__link--drop:after {
  content: '';
  width: 7px;
  height: 5px;
  display: block;
  position: absolute;
  top: calc(50% - 2px);
  right: 20px;
  background: url("/assets/img/icons/carret.svg");
  background-repeat: no-repeat;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  fill: #B4BEC7;
}

.f-catnav-menu__link--drop.active + .f-catnav-submenu {
  display: block;
}

.f-catnav-submenu {
  display: none;
  list-style-type: none;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 100%;
  background: #E4EBF1;
  height: 100%;
  width: 100%;
  padding: 20px 0;
  overflow-y: auto;
}

.f-catnav-submenu__link {
  color: inherit;
  padding: 7px 30px;
  display: block;
  color: inherit;
}

.catnav {
  background:#DAE1E8;
  padding-bottom: 16px;
}

.catnav-in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.catnav--open .catnav-menu {
  display: block;
}

.catnav-nav {
  width: 25%;
  font-family: "PT Sans", sans-serif;
  background: -webkit-linear-gradient(bottom, #075DC2, #075DC2), -webkit-linear-gradient(350.34deg, #3E7DF7 0%, #0756EF 100%);
  background: -o-linear-gradient(bottom, #075DC2, #075DC2), -o-linear-gradient(350.34deg, #3E7DF7 0%, #0756EF 100%);
  background: linear-gradient(0deg, #075DC2, #075DC2), linear-gradient(99.66deg, #3E7DF7 0%, #0756EF 100%);
  /*
  -webkit-box-shadow: 0px 8px 16px rgba(9, 24, 54, 0.2);
  box-shadow: 0px 8px 16px rgba(9, 24, 54, 0.2);
  */
  padding: 0px 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 12;
  
}

.catnav-nav__burger {
  margin-right: 27px;
  cursor: pointer;
}

.catnav-nav__maincat {
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  color: #fff;
  cursor: pointer;
  padding: 39px 36px 39px 0;
}

.catnav-menu {
  display: none;
  list-style-type: none;
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 105px;
  background: #fff;
  padding: 20px 0;
  width: 100%;
  -webkit-box-shadow: 0px 14px 30px rgba(7, 28, 70, 0.1);
  box-shadow: 0px 14px 30px rgba(7, 28, 70, 0.1);
  z-index: 11;
}

.catnav-menu__link {
  font-weight: bold;
  color: inherit;
  padding: 7px 30px;
  display: block;
  color: inherit;
  position: relative;
}

.catnav-menu__link--drop:after {
  content: '';
  width: 7px;
  height: 5px;
  display: block;
  position: absolute;
  top: calc(50% - 2px);
  right: 20px;
  background: url("/assets/img/icons/carret.svg");
  background-repeat: no-repeat;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  fill: #B4BEC7;
}

.catnav-menu__link--drop.active + .catnav-submenu {
  display: block;
}

.catnav-submenu {
  display: none;
  list-style-type: none;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 100%;
  background: #E4EBF1;
  height: 100%;
  width: 100%;
  padding: 20px 0;
  overflow-y: auto;
}

.catnav-submenu__link {
  color: inherit;
  padding: 7px 30px;
  display: block;
  color: inherit;
}

.catnav-search {
  width: 75%;
  background: #fff;
  padding: 15px 25px 15px 30px;
  font-family: "PT Sans", sans-serif;
}

.catnav-search__tabs {
  margin: 0 -9px;
}

.catnav-search__tabs-item {
  margin: 0 9px;
  font-weight: 500;
  text-transform: uppercase;
  border-bottom: 1px dashed #0756EF;
}

.catnav-search__tabs-item--active {
  color: inherit;
  border: none;
}

.catnav-search-searchblock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.livesearch {
  position: absolute;

  background:#fff;
  border: 1px solid #DAE1E8;
  -webkit-box-shadow: 0px 14px 36px rgba(9, 24, 54, 0.1);
  box-shadow: 0px 14px 36px rgba(9, 24, 54, 0.1);
  width:600px;
  z-index:100;
  display: none;
}
.livesearch--mob {
  top:110px;
}
.livesearch__link {
  display: block;
  padding:6px 14px;

}
.livesearch__link--history {
  color:#9e9e9e;
}

/*** main ***/
.main {
  margin-bottom: 70px;
}

.main--page {
  line-height: 30px;
}
.heading {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.main--page h1 {
  margin-top: 0;
  display: block;
}


.main-bg {
  background: -webkit-gradient(linear, left top, left bottom, from(#DAE1E8), to(#F0F6FC));
  background: -webkit-linear-gradient(top, #DAE1E8 0%, #F0F6FC 100%);
  background: -o-linear-gradient(top, #DAE1E8 0%, #F0F6FC 100%);
  background: linear-gradient(180deg, #DAE1E8 0%, #F0F6FC 100%);
  padding-top: 16px;
}

.offers {
  margin-top: 60px;
  margin-bottom: 30px;
}
.offers-list {
  display: flex;
  flex-wrap: wrap;
  margin:0 -15px;
}
.offers__item {
   background:#fff;
   box-shadow: 0px 4px 22px 2px rgba(0, 0, 0, 0.25);
}
.offers__item--left {
  width: calc(65% - 30px);
  margin:0 15px;
}
.offers__item--right {
  width: calc(35% - 30px);
  margin:0 15px;
}
.offers-leftslider, .offers-rightslider {
  height: 316px;
  overflow: hidden;
  position: relative;
}
.offers-rightslider {
  
}
.offers-leftslider__item, .offers-rightslider__item {
  padding:35px 50px;
}
.offers-leftslider:before {
  content: '';
  position: absolute;
  top: 0;
  width: 170px;
  height: 100%;
  background: #075DC2;
  -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%, 40% 0);
  clip-path: polygon(100% 0, 41% 100%, 0px 100%, 0% 0);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  left: -170px;  
  z-index:10;
}
.offers-leftslider:hover::before {
  left:0;
}

.offers-leftslider__item {
  display: flex !important;
  flex-wrap: wrap;
  align-items: stretch;
  position: relative;
}
.offers-leftslider__item:before {

}

.offers-leftslider__part:first-child {
  margin-left: 100px;
  margin-right: 30px;
  width: 322px;
  height: calc(316px - 35px * 2);
  
}
.offers-leftslider__part:first-child img {
  width: 100%;
  height: auto;
  object-fit: cover;  
}
.offers-leftslider__part:last-child {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: calc(100% - 322px - 30px - 100px);
  align-items: end;
}
.offers-rightslider__item {
  display: flex !important;
  flex-direction: column;
  align-items:stretch;
  justify-content: space-between;
  height: 316px;
}
.offers-rightslider-parts {
  display: flex;
  
}
.offers-rightslider-parts__part {
  width: 50%;
}
@media(max-width: 500px){
  .offers-rightslider-parts__part {
    width: 100%;
  }
}

.offers-rightslider__item .offers-list__tocard {
  margin-top: 43px;
  background: #E92C3A;
  color: #FFF;
  text-align: center;
  font-family: PT Sans;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 166.023%;
  text-transform: uppercase;
  display: table;
  padding: 8px 17px;
  max-width: fit-content;
  
}
.offers-rightslider-parts__part:first-child {
  display: flex;
  flex-direction: column;
  justify-content: end;
  margin-right: 30px;
}
.offers-slider__left, .offers-slider__right {
  position: absolute;
  top: calc(50% - 14px);
  z-index:10;
  cursor: pointer;
}
.offers-slider__left {
  left: 20px;
}
.offers-slider__right {
  right: 20px;
}
.offers-leftslider .offers-slider__left svg path {
  fill:#707070;
}
.offers-leftslider:hover .offers-slider__left svg path {
  fill:#fff;
}
.offers-rightslider .offers-slider__left svg path{
  fill:#707070;
}

.offers-list__name {
  font-size: 22px;
  color:#000;
  line-height:1.4;
  font-weight: 700;
}
.offers-list__article {
  color: #475876;
  text-align: right;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
}

.offers-list__price {
  background: #E92C3A;
  color: #FFF;
  text-align: right;
  font-family: PT Sans;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 166.023%; /* 33.205px */
  text-transform: uppercase; 
  display: table;
  padding:8px 17px;  
}
.offers-list__price:hover {
  color:#fff;
}
.offers-list__tocard {
  background: #075DC2;
  color: #FFF;
  text-align: right;
  font-family: PT Sans;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 166.023%; /* 33.205px */
  text-transform: uppercase; 
  display: table;
  padding:8px 17px;  
}
.offers-list__tocard:hover {
  color:#fff;
}
.offers-list__price:hover {
  color:#fff;
}

.offers-rightslider-parts__part .offers-list__article {
  text-align:left;
}
.offers-rightslider-parts__part img{
  width: 100%;
  height: auto;
  object-fit: cover;
  max-height: 150px;
}
@media(max-width: 1200px) {
  .offers-list {
    margin:0;
  }
  .offers__item--left {
    margin-bottom: 30px;
  }
  .offers__item--left, .offers__item--right{
    width: 100%;
    margin-left:0;
    margin-right:0;
  }
  .offers-rightslider__item {
    height: auto;
  }
  .offers-rightslider-parts__part img {
    height: auto;
    width: auto;
  }
}
@media(max-width: 800px) {
  .offers-leftslider, .offers-rightslider {
    height: auto;
  }
  .offers-leftslider__part:first-child {
    margin:0;
    width: unset;
  }
  .offers-leftslider__part:last-child {
    width: 100%;
    display: block;
  }
  .offers-leftslider__part:last-child  > a {
    display: table;
    text-align:left;
    margin-bottom: 20px;
  }
  .offers-leftslider:hover::before {
    display: none;
  }
}
.m-cats {
  padding: 30px 0 50px;
}

.m-cats-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.m-cats-list__item {
  font-family: "PT Sans", sans-serif;
  padding: 34px 30px 20px 40px;
  margin: 0 15px 30px;
  width: calc(50% - 30px);
  background: #fff;
  position: relative;
  height: 240px;
  overflow: hidden;
}

.m-cats-list__item--small {
  width: calc(25% - 30px);
}

.m-cats-list__item--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.m-cats-list__item--skew:before {
  content: '';
  position: absolute;
  top: 0;
  right: -140px;
  width: 140px;
  height: 100%;
  background: #075DC2;
  -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%, 40% 0);
  clip-path: polygon(100% 0, 100% 100%, 0 100%, 40% 0);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.m-cats-list__item--skew:hover:before {
  right: 0;
}

.m-cats-list__label {
  font-family: "Formular", sans-serif;
  position: absolute;
  left: -16px;
  top: 45px;
  padding: 0 8px;
  font-size: 12px;
  color: #fff;
  background: #32954D;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.m-cats-list__nameblock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.m-cats-list__name {
  font-weight: 500;
  font-size: 18px;
  line-height: 25px;
  color:#0B1E43;
}

.m-cats-list__imageblock {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 0 30px 20px 0;
}
.m-cats-list__price{
  display: block;
  margin-top: 15px;
}
.m-cats-list__bgblock {
  -ms-flex-item-align: center;
  align-self: center;
  z-index: 1;
}

.m-cats-list__more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.m-cats-list__more:hover div {
  display: table;
}

.m-cats-list__more div {
  display: none;
  background: #F0F2F4;
  font-family: "PT Sans", sans-serif;
  padding: 10px 17px 10px 15px;
  color: #075DC2;
  text-transform: uppercase;
  font-size: 12px;
}

.m-cats-list__more span {
  background-color: #F0F2F4;
  width: 40px;
  height: 40px;
  display: table-cell;
  background-image: url("/assets/img/icons/arrowl.svg");
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  fill: #f00;
}

.m-about {
  padding: 70px 70px 140px 70px ;
}

.m-about-in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -15px;
}

.m-about__part {
  margin: 0 15px;
  width: calc(35% - 30px);
}
.m-about__part:last-child {
  flex-grow:1;
}

.m-about h1 {
  margin-top: 0;
  line-height: 56px;
}

.m-about__image {
  border: 1px solid #DAE1E8;
  width: 100%;
}

.m-about-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 60px -15px 0;
}

.m-about-bottom__part {
  margin: 0 15px;
  width: calc(50% - 30px);
}

.adventages {
  margin-bottom: 70px;
}

.adventages-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "PT Sans", sans-serif;
  margin: 0 -19px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.adventages-list__item {
  width: calc(16.66% - 38px);
  margin: 0 19px;
  padding-right: 5px;
  margin-bottom: 50px;
}

.adventages-list__ico {
  margin-bottom: 25px;
}

.adventages-list__text {
  font-size: 16px;
  line-height: 32px;
}

.consult {
  margin-bottom: 80px;
}

.consult-in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 50px 90px;
  -webkit-box-shadow: 0px 14px 36px rgba(9, 24, 54, 0.1);
  box-shadow: 0px 14px 36px rgba(9, 24, 54, 0.1);
  position: relative;
  background: #fff;
}

.consult-in:before {
  content: '';
  display: block;
  background: #075DC2;
  width: 190px;
  height: calc(100% + 36px);
  position: absolute;
  top: -18px;
  right: 90px;
  z-index: -1;
  -webkit-transform: skewX(-20deg);
  -ms-transform: skewX(-20deg);
  transform: skewX(-20deg);
}

.consult-part {
  line-height: 22px;
  margin: 0 15px;
}

.consult-part:nth-child(1) {
  width: 29%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.consult-part:nth-child(2) {
  width: 36%;
}

.consult-part:nth-child(3) {
  width: 28%;
}

.consult__heading {
  display: block;
  margin-top: 0;
}

.consult__bg {
  position: absolute;
  bottom: 0;
  right: 110px;
}

.m-reviews {
  line-height: 30px;
}

.m-reviews-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.m-reviews-in {
  margin: 0 -15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.m-reviews__item {
  width: calc(50% - 30px);
  margin: 0 15px;
  border: 2px solid #DAE1E8;
  padding: 30px 40px;
  height: 300px;
}

.m-reviews__blockname {
  font-family: "PT Sans", sans-serif;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 30px;
}

.m-reviews__heading {
  margin-bottom: 5px;
  display: block;
  font-family: "PT Sans", sans-serif;
  font-weight: 500;
  font-size: 18px;
}

.m-reviews__org {
  padding: 0px 8px;
  margin-bottom: 15px;
  background: #D0DEF6;
  display: table;
}

.m-reviews__text {
  font-style: italic;
}

/*** Footer ***/
.footer {
  background: -webkit-gradient(linear, left top, left bottom, from(#F0F5FB), to(#DAE1E8));
  background: -webkit-linear-gradient(top, #F0F5FB 0%, #DAE1E8 100%);
  background: -o-linear-gradient(top, #F0F5FB 0%, #DAE1E8 100%);
  background: linear-gradient(180deg, #F0F5FB 0%, #DAE1E8 100%);
  padding: 50px 0 0;
}

.footer-cells {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -15px;
  justify-content:space-between;
}

.footer-cells__cell {
  margin: 0 15px;
  width: calc(16.66% - 30px);
}

.footer-cells__cell--twin {
  width: calc(33.33% - 30px);
}
.footer-cells__cell--unset {
  width: unset;
}
.footer-cells__cell--large {
  width: calc(66.66% - 30px);
}

.footer-cells--mid {
  margin-top: 30px;
  padding-bottom: 50px;
  justify-content: start;
  
}
.footer-socials {
  text-align:right;
}
.footer-menu {
  column-count: 2;
}
.footer-menu__link {
  font-family: "PT Sans", sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  color: #0B1E43;
  margin-bottom: 15px;
  display: block;
  color:#3B5474;
}

.footer-menu-sub__link {
  line-height: 20px;
  margin-bottom: 20px;
  display: block;
}

.footer__heading {
  font-family: "PT Sans", sans-serif;
  color:#49668B;
  font-size: 24px;
  font-weight: bold;
  display: block;
  margin-bottom: 35px;
}
.footer-contacts {
  font-family: "PT Sans", sans-serif;
  
}
.footer-contacts-data {
  margin-left: 15px;
}
.footer-contacts__icon {
  margin-right: 24px;
  margin-top: 5px;
  position: absolute;
  left: 0;
  top: 0;
  color: #395475;
}

.footer-contacts__line {
  margin-bottom: 30px;
  text-align: left;
  position: relative;
  padding-left: 20px;
}

.footer-contacts__phone {
  display: block;
  color: inherit;
  font-size: 16px;
  font-weight: bold;
  line-height: 35px;
  color:#3B5474;
}

.footer-contacts__email {
  font-size: 16px;
  line-height: 24px;
  font-weight: normal;
  display: block;
  margin: 10px 0 35px;
}

.footer-contacts__callback {
  display: table;
  width: calc(100% + 35px);
  text-align: left;
  float: right;
  text-align: center;  
}

.footer-details__heading {
  font-size: 16px;
  line-height: 32px;
  color: #475876;
  margin-bottom: 15px;
  display: block;
}

.footer-details__list {
  margin: 0 -15px;
  display: block;
}

.footer-details__image {
  margin: 0 15px;
}

.footer-address__icon {
  margin-right: 24px;
  margin-top: 5px;
  position: absolute;
  left: 0;
  top: 0;
  color: #395475;
}

.footer-address__line {

  margin-bottom: 30px;
  text-align: left;
  position: relative;
  padding-left: 20px;
}
.footer__logo {
  margin-bottom: 15px;
  display: block;
}
.footer-address__address {
  line-height: 32px;
  font-size: 16px;
  margin-left: 15px;
  color:#395475;
}

.footer-bottom {
  background: #D2DBE6;
  padding: 21px 0 27px;
  border-top:2px solid #B8BEC5;
}

.footer-copyright__copyright {
  color: rgba(11, 30, 67, 0.7);
  font-style: italic;
}

.footer-dev {
  margin-left: 20%;
}

.footer-dev__text {
  margin-left: 22px;
}

.help {
  margin: 100px 0 70px;
}

.help-in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -15px;
}

.help-row {
  margin: 0 15px;
  width: calc(50% - 30px);
}

.help-form {
  padding: 50px 127px  50px 90px;
  -webkit-box-shadow: 0px 14px 36px rgba(9, 24, 54, 0.1);
  box-shadow: 0px 14px 36px rgba(9, 24, 54, 0.1);
}

.help-form .h2 {
  margin-top: 0;
  margin-bottom: 30px;
  display: block;
}

.managers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -15px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.managers--bottom {
  margin: 0 15px;
}

.managers--bottom .managers__item {
  width: auto;
  margin: 0;
  height: 100%;
}

.managers--bottom .managers__post {
  padding-left: 50px;
}

.managers__item {
  padding: 50px 48px  50px 60px;
  border: 2px solid #DAE1E8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(50% - 30px);
  margin: 0 15px 30px;
}

.managers__part {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.managers__part:first-child {
  width: 60%;
}

.managers__part:last-child {
  width: 40%;
}

.managers-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
}
.managers-alllist {
  display: none;
  position: absolute;
  background: #fff;
  -webkit-box-shadow: 0px 14px 36px rgba(9, 24, 54, 0.1);
  padding:20px;
  top:40px;
  left:0;
  z-index:1;
  font-size:0;
  border:1px solid #075dc2;
}
.managers-alllist--opened {
  display: block;
}
.managers-alllist__item {
  display: block;
  margin-bottom: 10px;
  font-size: 16px;
}

.managers-nameblock {
  width: calc(100% - 50px);
}

.managers__post {
  padding-left: 0;
}

.managers__switcher {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 20px;
  height: 40px;
  background: #F0F2F4;
  margin-right: 30px;
  cursor:pointer;
}

.managers__switcher:before {
  content: '';
  -ms-flex-item-align: center;
  align-self: center;
  width: 7px;
  height: 5px;
  display: block;
  background: url("/assets/img/icons/carret-up.png");
  background-repeat: repeat;
  background-repeat: no-repeat;
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.managers__name {
  margin: 0;
}

.managers-photo {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
}

.managers-photo__wrap {
  position: relative;
  
}
.managers-photo__wrap img {
  clip-path: polygon(0px 100%, 71% 100%, 100% 0px, 30% 0px);
}

.managers-photo__wrap:before {
  width: calc(100% - 70px);
  height: 100%;
  background: #0756EF;
  content: '';
  display: block;
  position: absolute;
  z-index: -1;
  top: 12px;
  right: 22px;
  -webkit-transform: skewX(-23deg);
  -ms-transform: skewX(-23deg);
  transform: skewX(-23deg);
}

.managers-qr {
  display: flex;
  gap: 10px;
  margin:15px 0;
  flex-wrap: wrap;
}
.managers-qr__desc {
  font-size: 12px;
  display: block;
  flex-grow:1;
  margin-bottom: -12px;
}

.managers-qr a {
  width:120px;
  display: block;
}
.managers-qr a img {
  width: 100%;
}

.managers-contacts {
  -ms-flex-item-align: end;
  align-self: end;
}

.managers-contacts__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "PT Sans", sans-serif;
  margin-bottom: 5px;
}

.managers-contacts__ico {
  margin-right: 30px;
}

.managers-contacts__phone {
  font-size: 20px;
  font-weight: 700;
}

.managers-contacts__mail {
  font-size: 20px;
}

.managers-contacts__icq {
  font-size: 20px;
}

.managers-contacts__desc {
  padding-left: 50px;
}

.cart-total {
  padding: 35px 50px 40px 65px;
  background: #F0F2F4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.cart-total h2 {
  margin-top: 0;
}

.cart-total-info {
  width: 27%;
  position: relative;
}

.cart-total-table {
  width: 100%;
  color: #0B1E43;
  border-bottom: 1px solid #DAE1E8;

}

.cart-total-tablelist__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 10px;
  color: #808C97;
}
.cart-help {
  margin-top: 20px;
  display: flex;
  padding: 20px;
  flex-direction: column;
  align-items: flex-start;
  background: #FFF;

/* KamaCenter */
box-shadow: 0px 0px 25px 2px rgba(0, 0, 0, 0.15);  
}
.cart-help h3 {
  margin-top: 0;
}
.cart-help__phone {
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px; /* 125% */  
  color:#000;
  margin-bottom: 20px;
}
.cart-help .btn {
  text-align:center;
  height: 40px;
  padding: 5px 23px;
}
.cart-help .header-socials {
  margin-top: 20px;
}
.cart-help .header-socials a:first-child {
  margin-left:0;
}

.cart-total-tablelist__item .cart-total-table__text:first-child {
  color: #5F6675;
  padding-left: 0;
}

.cart-total-tablelist__item .cart-total-table__text:last-child {
  text-align: right;
}

.cart-total-tablelist__item .cart-total-table__text:last-child .cart-total-table__text {
  padding-right: 0;
}
/*
.cart-total-tablelist__item:after {
  content: '';
  left: 0;
  bottom: 10px;
  position: absolute;
  height: 1px;
  width: 100%;
  border-bottom: 1px dotted black;
}
*/
.cart-total-table__text {
  position: relative;
  background: #F0F2F4;
  z-index: 1;
  padding: 0 10px;
}

.cart-total-table__discount {
  color: #ED3133;
}

.cart-total__total {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 35px;
}

.cart-total__totalsum {
  font-family: #tt;
  font-size: 26px;
  font-weight: 700;
}

.goods-table {
  width: 100%;
  margin-bottom: 30px;
}

.goods-table thead {
  background: #DAE1E8;
}

.goods-table thead tr {
  border: 2px solid #DAE1E8;
}

.goods-table thead tr th {
  padding: 10px 15px 10px 0;
  font-weight: normal;
}

.goods-table thead tr th:nth-child(2) {
  text-align: center;
}

.goods-table tbody tr {
  border: 2px solid #DAE1E8;
}

.goods-table tbody tr td {
  padding: 12px 0;
}

.goods-table tbody tr td:nth-child(1) {
  padding: 0;
}

.goods-table tbody tr td:nth-child(2) {
  text-align: center;
  padding: 10px 10px;
}

.goods-table tbody tr td:nth-child(3) {
  width: 30%;
  line-height: 20px;
  padding-right: 20px;
}

.goods-table tbody tr td:last-child {
  padding-right: 25px;
}

.goods-table-label {
  display: table-cell;
  position: relative;
  width: 18px;
}

.goods-table-label__label {
  -webkit-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: tb-rl;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 0;
  padding: 0 0 0 2px;
}

.goods-table-label__label span {
  text-transform: lowercase;
  display: block;
  color: #fff;
  font-size: 12px;
}

.goods-table-label__label--warehouse {
  background: #0D488E !important;
}
.goods-table-label__label--warehouse-2 {
  background:#00cb00 !important;
}
.goods-table-label__label--warehouse-3 {
  background:#e10000 !important;
}
.goods-table-label__label--warehouse-4 {
  background:#e100b3 !important;
}
.goods-table-label__label--warehouse-5 {
  background:#e1e100 !important;
}
.goods-table-label__label--warehouse-6 {
  background:#00e1b2 !important;
}
.goods-table-label__label--warehouse-7 {
  background:#ff8600 !important;
}
.goods-table-label__label--warehouse-8 {
  background:#7300e1 !important;
}


.goods-table-label__label--partner {
  background: #0B1E43;
}

.goods-table__link {
  font-family: "PT Sans", sans-serif;
  font-weight: 500;
  font-size: 16px;
}
.goods-table__link--delivery {
  color:#0B1E43;
}
.goods-table-counter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.checkout-in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  position: relative;
}

.checkout-in .btn {
  margin-bottom: 12px;
}

.checkout-data {
  width: 923px;
  
}
.checkout-data h2{
  margin-top: 0;
}
.checkout-contacts {
  padding: 20px 60px 40px;
  background: #F0F2F4;
}

.checkout-methods {
  margin: 0 -15px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.checkout-methods__item {
  margin: 0 15px;
  width: calc(50% - 30px);
  padding: 20px 50px 40px;
  background: #F0F2F4;
  position: relative;
}

.checkout-methods__deliverytext {
  display: none;
  margin-top: 20px;
  padding: 20px 30px;
  background: #fff;
}

.checkout-methods__deliverytext--opened {
  display: block;
}

.checkout-total {
  width: 326px;
  
  position: relative;
}

.checkout-total-in {
  padding: 20px;
  -webkit-box-shadow: 0px 14px 36px rgba(9, 24, 54, 0.14);
  box-shadow: 0px 14px 36px rgba(9, 24, 54, 0.14);
}
.checkout-total-in--fixed {
  position:absolute;
  width:100%;
}
.checkout-right--sticky {
  position:sticky;
  right:0;
  top:130px;
}
.checkout-total-tableblock {
  position: relative;

}
/*
.checkout-total-tableblock:after {
  content: '';
  display: block;
  height: 1px;
  width: calc(100% + 100px);
  background: #DAE1E8;
  position: absolute;
  bottom: 0;
  left: -50px;
}
*/
.checkout-table {

  border-bottom: none;
}

.checkout-table .cart-total-table__text {
  background: #fff;
}

.checkout-table__text {
  position: relative;
  background: #F0F2F4;
  z-index: 1;
  padding: 0 10px;
}

.checkout-table__discount {
  color: #ED3133;
}

.checkout .cart-total__total {
  margin: 20px 0;
}


/* checkout new */
.n-checkout-options {
  display: flex;
  flex-wrap: wrap;
  margin:0 -15px;
  align-items: flex-start;
  margin-bottom: 30px;
}
.n-checkout-options__item {
  width:calc(25% - 30px);
  margin:0 15px;
  background:#F8F8F8;
  padding: 16px;
  font-family: "PT Sans", sans-serif;
  position: relative;
  min-height: 120px;
}
.n-checkout-options__item--active {
  background:#fff;
  -webkit-box-shadow: 0px 14px 36px rgba(9, 24, 54, 0.14);
  box-shadow: 0px 14px 36px rgba(9, 24, 54, 0.14);  
}
.n-checkout-options__item--large {
  width:calc(35% - 30px);
}
.n-checkout-options__item--active .city-calc  {
  display: block; 
}

.n-checkout-options__item .city-calc  {
  padding:0;
  font-weight: normal;
}
.n-checkout-options__item .city-calc #delivery-result span{
  font-weight: normal;
  font-size: 10px !important;
  line-height: 1.4;
  color:#838383;
}
.n-checkout-options__item .city-calc #delivery-result span:first-child {
  font-weight: bold;
  font-size: 14px  !important;
  color:#000;
}

.n-checkout-options__item .city-calc .form-field {
  margin-bottom: 0px;
}
.n-checkout-options__item .city-calc label {
  font-weight: normal;
}
.n-checkout-options__item #city_to {
  border: 1px solid #858585;
  height: 38px;
  padding:10px;
}


.n-checkout-options__head {
  display: flex;
  justify-content: space-between;

}
.n-checkout-options__name {
  display: block;
  line-height: 1.4;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 10px;
}
.n-checkout-options__desc {
  color:#858585;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.4;
}
.n-checkout-options__radio{
  display: none;
}
.n-checkout-options__radio:checked ~ .n-checkout-options__dot {
  background: #1D5DC0;
}
.n-checkout-options__dot {
  width:10px;
  height: 10px;
  flex-shrink:0;
  border-radius: 50%;
  background:#E6E6E6;
}

.n-checkout-contacts {
  box-shadow: 0px 14px 36px rgba(9, 24, 54, 0.14);
  padding: 24px;
}
.n-checkout__headingblock {
  display: flex;
  justify-content: space-between;
  
}



.profile {
  margin: 50px -15px 0;
}

.profile-block {
  margin: 0 15px 20px;
  width: calc(70% - 30px);
  padding: 40px 50px 40px;
  background: #F0F2F4;
  position: relative;
  margin-bottom: 30px;
}

.profile-block h2 {
  margin-top: 0;
}

.profile-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 20px;
}

.profile-table {
  width: 100%;
  font-family: "PT Sans", sans-serif;
  font-weight: 500;
  margin-bottom: 50px;
}

.profile-table__item {
  border-bottom: 1px solid #DAE1E8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

.profile-table__label {
  color: #5F6675;
  width: 30%;
  display: block;
}

.orders {
  margin-top: 40px;
}

.orders-list__item {
  border-bottom: 1px solid #DAE1E8;
  margin-bottom: 30px;
}

.orders-list__item--opened .orders-list__ordernum:after {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.orders-list__item--opened .orders-list-goods {
  -webkit-transition: all 0.3 ease;
  -o-transition: all 0.3 ease;
  transition: all 0.3 ease;
  display: block;
  -webkit-animation-name: fadedown-order;
  animation-name: fadedown-order;
  -webkit-animation-timing-function: cubic-bezier(0.55, 0.09, 0.68, 0.53);
  animation-timing-function: cubic-bezier(0.55, 0.09, 0.68, 0.53);
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
}

.orders-list__item--opened .orders-list__ordernum:after {
  -webkit-animation-name: rotate;
  animation-name: rotate;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
}

.orders-list-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 30px;
}

.orders-list-part {
  font-family: "PT Sans", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.orders-list__ordernum {
  font-weight: bold;
  font-size: 24px;
  color: #0756EF;
  border-bottom: 1px dashed #0756EF;
  margin-right: 50px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.orders-list__ordernum:after {
  content: '';
  margin-left: 10px;
  -ms-flex-item-align: center;
  align-self: center;
  width: 7px;
  height: 5px;
  display: block;
  background: url("/assets/img/icons/carret-up.png");
  background-repeat: no-repeat;
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.orders-list__orderdate {
  font-weight: bold;
  font-size: 24px;
  color: #5F6675;
}

.orders-list__statustext {
  color: #5F6675;
  margin-right: 35px;
}

.orders-list__status {
  color: #fff;
  padding: 1px 25px;
  font-size: 15px;
}

.orders-list__status--delivered {
  background: #0B1E43;
}

.orders-list__status--inprogress {
  background: #32954D;
}

.orders-list-goods {
  display: none;
}

@-webkit-keyframes fadedown-order {
  from {
    -webkit-transform: perspective(3000px) translate3d(0px, -166px, 198px) rotateX(-90deg) scale3d(0.86, 0.75, 1) translateY(50px);
    transform: perspective(3000px) translate3d(0px, -166px, 198px) rotateX(-90deg) scale3d(0.86, 0.75, 1) translateY(50px);
  }
  to {
    -webkit-transform: perspective(0) translate3d(0) rotateX(0) scale3d(0) translateY(0px);
    transform: perspective(0) translate3d(0) rotateX(0) scale3d(0) translateY(0px);
  }
}

@keyframes fadedown-order {
  from {
    -webkit-transform: perspective(3000px) translate3d(0px, -166px, 198px) rotateX(-90deg) scale3d(0.86, 0.75, 1) translateY(50px);
    transform: perspective(3000px) translate3d(0px, -166px, 198px) rotateX(-90deg) scale3d(0.86, 0.75, 1) translateY(50px);
  }
  to {
    -webkit-transform: perspective(0) translate3d(0) rotateX(0) scale3d(0) translateY(0px);
    transform: perspective(0) translate3d(0) rotateX(0) scale3d(0) translateY(0px);
  }
}

.rent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -30px;
}

.rent-part {
  margin: 0 30px;
  width: calc(50% - 60px);
}

.rent-contact {
  margin-top: 30px;
}

.delivery-calcs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 30px -15px 0;
}

.delivery-calcs__item {
  margin: 5px;
  width: calc(50% - 50px);
}

.delivery-calcs__item iframe html {
  margin: 0 auto;
}

.contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -15px 40px;
}

.contacts-details {
  width: calc(40% - 30px);
  margin: 0 15px;
}

.contacts-map {
  width: calc(60% - 30px);
  margin: 0 15px;
}

.contacts-table {
  width: 100%;
}

.contacts-table tr td:first-child {
  font-family: "PT Sans", sans-serif;
  vertical-align: top;
  padding-top: 5px;
  color: #5F6675;
  line-height: 22px;
  padding-right: 95px;
}

.contacts-table tr td:last-child {
  padding-bottom: 45px;
}

.contacts-table__phones {
  font-family: "PT Sans", sans-serif;
  font-weight: 700;
  font-size: 22px;
  color: inherit;
  display: block;
  line-height: 35px;
}

.contacts-table__email {
  font-family: "PT Sans", sans-serif;
  font-size: 20px;
  display: block;
}

.partner .h1 {
  display: block;
}

.partner-table {
  background: #F0F2F4;
  width: 100%;
}

.partner-table th, .partner-table td {
  padding: 11px 27px;
  border: 1px solid #C9D2DA;
}

.partner-table th {
  font-weight: 400;
}

.assortment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px 0px;
}

.assortment__col {
  width: calc(25% - 30px);
  margin: 0 15px;
}

.assortment__row {
  margin-bottom: 50px;
}

.assortment__letter {
  font-family: "PT Sans", sans-serif;
  font-size: 28px;
  font-weight: 700;
  display: block;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.assortment__link {
  font-size: 15px;
  text-decoration: underline;
  display: block;
}

.brands {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 40px -15px 0;
}

.brands__item {
  width: calc(25% - 30px);
  margin: 0 15px 30px;
  border: 1px solid #DAE1E8;
  padding: 30px 32px;
  text-align: center;
}

.brands__imgblock {
  height: 100px;
  margin-bottom: 25px;
}

.brands__imgblock img {
  height: inherit;
  width: 100%;
  height: 80px;
  -o-object-fit: contain;
  object-fit: contain;
}

.brands__name {
  font-family: "PT Sans", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  color: inherit;
}
.model {
  margin-top: 40px;
}
.model-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px 50px;
  height: 350px;
}

.model-header-imgblock, .model-header-details {
  margin: 0 15px;
}

.model-header-imgblock {
  width: calc(307px + 13px);
  border: 1px solid #DAE1E8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.model-header-details {
  background: #F0F2F4;
  width: calc(100% - 380px);
  padding: 34px 39px;
}

.model-header__name {
  font-family: "PT Sans", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  display: block;
  margin-bottom: 20px;
}

.model-header-desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -15px;
}

.model-header-desc__part {
  width: calc(50% - 30px);
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 15px;
}

.model-header-desc__table {
  width: 100%;
}

.model-header-desc__table td:first-child {
  color: #5F6675;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.model-header-desc__table td:first-child:after {
  content: '';
  width: 100%;
  margin: 0 5px;
  border-bottom: 1px dashed rgba(95, 102, 117, 0.5);
}

.model-parts {
  border: 1px solid #DAE1E8;
}

.model-parts__item {
  background: #F0F2F4;
  border-bottom: 1px solid #DAE1E8;
  cursor: pointer;
}

.model-parts__item:last-child {
  border-bottom: unset;
}

.model-parts__item--opened {
  background: #075DC2;
  color: #fff;
  -webkit-animation-name: painted;
  animation-name: painted;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
}

.model-parts__item--opened .model-parts__carret {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  fill: #fff;
}

.model-parts__item--opened .model-parts-sub {
  display: block;
  -webkit-animation-name: fadedown;
  animation-name: fadedown;
  -webkit-animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
  animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
  -webkit-animation-duration: 0.7s;
  animation-duration: 0.7s;
}

.model-parts__item--opened .model-parts__carret {
  -webkit-animation-name: rotate;
  animation-name: rotate;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
}

.model-parts-nameblock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 15px 30px 15px 30px;
}

.model-parts__carret {
  fill: #0756EF;
}

.model-parts__name {
  font-family: "PT Sans", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
}

.model-parts-sub {
  display: none;
  width: 100%;
  background: #fff;
  padding: 20px;
  overflow: hidden;
}

.model-parts-sub__item--opened .model-parts-sub__name:before {
  background: url("/assets/img/icons/minus.svg");
}

.model-parts-sub__item--opened .model-parts-sub__goodlist {
  display: block;
  -webkit-animation-name: fadedown-list;
  animation-name: fadedown-list;
  -webkit-animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
  animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
}

.model-parts-sub__name {
  color: #0B1E43;
  font-family: "PT Sans", sans-serif;
  font-weight: 500;
  font-size: 18px;
  display: block;
  padding: 5px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.model-parts-sub__name:before {
  content: '';
  display: inline-block;
  margin-right: 20px;
  width: 24px;
  height: 24px;
  background: url("/assets/img/icons/plus.svg");
}

.model-parts-sub__goodlist {
  display: none;
  color: #0756EF;
  margin-left: 65px;
}

.model-parts-sub__link {
  text-decoration: underline;
}

@-webkit-keyframes fadedown {
  from {
    height: 0px;
    padding: 0 20px;
    opacity: 0;
  }
  to {
    height: 100%;
    padding: 20px;
    opacity: 1;
  }
}

@keyframes fadedown {
  from {
    height: 0px;
    padding: 0 20px;
    opacity: 0;
  }
  to {
    height: 100%;
    padding: 20px;
    opacity: 1;
  }
}

@-webkit-keyframes fadedown-list {
  from {
    height: 0px;
    opacity: 0;
    width: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  to {
    height: 100%;
    opacity: 1;
    width: 100%;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadedown-list {
  from {
    height: 0px;
    opacity: 0;
    width: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  to {
    height: 100%;
    opacity: 1;
    width: 100%;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@-webkit-keyframes painted {
  from {
    background: #F0F2F4;
  }
  to {
    background: #075DC2;
    color: #fff;
  }
}

@keyframes painted {
  from {
    background: #F0F2F4;
  }
  to {
    background: #075DC2;
    color: #fff;
  }
}

@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
    fill: #0756EF;
  }
  to {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    fill: #fff;
  }
}

@keyframes rotate {
  from {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
    fill: #0756EF;
  }
  to {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    fill: #fff;
  }
}

.scheme {
  position: relative;
}

.scheme__image {
  text-align: center !important;
}

.scheme-in {
  position: relative;
  width: calc(100% - 2px);
  height: 502px;
  border: 1px solid #dadada;
  overflow: auto;
  margin-bottom: 40px;
}

.scheme-picture {
  display: table;
  position: absolute;
  left: 0;
  top: 0;
  cursor: move;
  right: 0;
  margin: 0 auto;
}

.scheme__btns {
  position: absolute;
  bottom: 20px;
  right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.scheme__btn {
  display: block;
  width: 34px;
  height: 30px;
  padding: 3px 5px;
  border: 0;
  margin-bottom: 4px;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: 0 0;
  text-align: center;
  cursor: pointer;
}

.scheme__btn .material-icons {
  color: #2866df;
  font-size: 24px;
}

.scheme-search {
  background: #F0F2F4;
  padding: 16px 24px;
  margin-bottom: 30px;
}

.scheme-search .form--search {
  margin: 0;
}

.scheme-search .form--search .form__input {
  padding: 4px 16px;
}

/*** PRODUCTS ***/
.products-group {
  margin-bottom: 60px;
}
.products-group:nth-child(even) {
  background:#f7f7f7;
}
.products-groupdetail {
  margin-bottom: 20px;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;  
}
.products__partposition {
  font-size: 20px;
  background:#075dc2;
  color:#fff;
  padding:3px 6px;
  margin-right:15px;
}
.products-groupdetail-part h3 {
  font-size: 16px;
}
.products-groupdetail-part {
  padding-bottom: 10px;
}
.products__grouparticle {
  display: block;
  font-size: 14px;

}
.products-list {
  transition: all 0.3s ease;
}
.products-list--analogs {
  display: none;
  background:#f0f2f4;
  border:2px solid #0d498e;
  margin-bottom: 30px;
}
.products-list--active {
  display:block;
  animation-name:oapcity;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  
}
@keyframes opacity {
  from {
    opacity:0;
  }
  to {
   opacity:1;
  }
}
.products-list__item {
  padding: 20px 30px 30px 30px;
  border: 1px solid #DAE1E8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.products-list__item:not(:first-child) {
  border-top: 1px solid transparent;
}
.product--incart .btn--tocart {
  background:#32954d;
}
.product--incart .btn--tocart:focus, .product--incart .btn--tocart:active {
  color:#fff;
}
.products-list__item:hover {
  border: 1px solid #0756EF;
}

.products-image {
  width: 137px;
  height: 100px;
  <!--border: 1px solid #DAE1E8;-->
  margin-right: 32px;
}

.products-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.products-name {
  width: 35%;
  position: relative;
  margin-top: 15px;
}

.products-name__name {
  font-family: "PT Sans", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
}
.products__analogbtn {
  position: absolute;
  bottom:0;
  left:0;
}
.products-labels {
  font-size: 0;
}

.products-labels__label {
  padding: 2px 7px 4px 7px;
  color: #fff;
  font-size: 12px;
  text-transform: lowercase;
}
.products-labels__label--discount {
  background: #ED3133;
  color:#fff;
  font-weight: bold;
}
.products-labels__label--warehouse {
  /*background: #0B1E43;*/
}

.products-labels__label--promo {
  background: #32954D;
}
.products-labels__label--analog {
  background: #0d498e;
}
.products-table {
  width: 27%;
}

.products-table td:first-child {
  color: #5F6675;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  white-space:nowrap;
}

.products-table td:first-child:after {
  content: '';
  width: 100%;
  margin: 0 5px;
  border-bottom: 1px dashed rgba(95, 102, 117, 0.5);
}

.products-table td:nth-child(2) {
  vertical-align:baseline;
}
.products-buy {
  width: calc(18% + 25px);
}

.products-priceinfo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.products-priceinfo .addfavorites-list {
  background: unset;
  border:unset;
  padding:unset;
  padding:0 10px;
  box-shadow: unset;
}
.products-priceinfo .addfavorites-list.addfavorites--active svg{
  fill:#f00;
  stroke:#f00;
}
.products-priceinfo .addfavorites-list svg{
  fill:#fff;
  stroke-width:2px;
  stroke:#000;
}
.products__deliverytime {
  display: block;
}
.products__getmore {
  text-align:center;
  display: flex;
  justify-content: center;
  cursor: pointer;
  
}
.products-priceinfo__price {
  font-family: "PT Sans", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  display: block;
}

.products-priceinfo__price .rub {
  font-size: 18px;
  vertical-align: baseline;
  margin-left: 5px;
}

.products-priceinfo__oldprice {
  font-family: "PT Sans", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 24px;
  position: relative;
  margin-right: 10px;
}

.products-priceinfo__oldprice:after {
  content: '';
  display: block;
  position: absolute;
  top: calc(50%);
  left: 0;
  width: 100%;
  height: 2px;
  background: #ED3133;
}

.products-priceinfo__oldprice .rub {
  font-size: 12px;
  vertical-align: baseline;
  margin-left: 5px;
}

.products-counterblock {
  font-size: 0;
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.products-counter {
  width: 100%;
}

.products__showmore {
  display: block;
  margin-top: 20px;
  text-decoration: underline;
}

.products-desc {
  margin-top: 60px;
}
.product__error {
  display: block;
  background: rgba(237, 49, 51, 0.50);
  color: #fff;
  padding: 5px 15px;
  line-height: 1.4;
  margin-top: 20px;  
}
.counter {
  position: relative;
  width: 144px;
  height: 40px;
  padding: 0 40px;
  background: #fff;
  margin-right: 10px;
}

.counter__minus, .counter__plus {
  border: 1px solid #DAE1E8;
  position: absolute;
  top: 0;
  width: 40px;
  height: 40px;
  color: #075DC2;
  font-size: 28px;
  line-height: 34px;
  text-align: center;
  cursor: pointer;
}

.counter__minus {
  left: 0;
  border-right: 0;
}

.counter__plus {
  right: 0;
  border-left: 0;
}

.counter__value {
  border: 1px solid #DAE1E8;
  display: block;
  width: 64px;
  height: 40px;
  font-size: 15px;
  background: none;
  text-align: center;
}

.counter__remove {
  display: inline-block;
  width: 20px;
  height: 20px;
  border-bottom: none;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  position: relative;
  margin-left: 10px;
}

.counter__remove:before, .counter__remove:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 30px;
  height: 2px;
  background: #ED3133;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.counter__remove:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.products-list--rows {
  display: flex;
  flex-wrap: wrap;
}
.products-list--rows .products-list__item {
  display: flex;
  flex-direction: column;
  width: calc(25% - 30px);
  margin:0 15px 30px;
  border: 1px solid #DAE1E8;
}
.products-list--rows .products-image {
  margin:0 0 0px 0;
  width:100%;
  height: 160px;
}
.products-list--rows .products-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.products-list--rows .products-name {
  width:100%;
  line-height: 1.4;
  display: block;
  margin-bottom: 20px;
}
.products-list--rows .products-table {
  width: 100%;
}
.products-list--rows .products-buy {
  width:100%;
  margin-top: 20px;
  position: relative;
  
}
.products-list--rows .products-buy {
  
}
.products-list--thin {
  margin:0 -15px;
}
.products-list--thin .products-list__item{
  padding: 15px;
  width: calc(20% - 30px);
  position: relative;
}
.products-list--thin .products-table {
  display: none;
}
.products-list--thin .counter__value {
  width: 44px;
}
.products-list--thin .btn--tocart {
  padding:5px 11px;
}
.products-list--thin .addfavorites--good {
  position: absolute;
  top:10px;
  right:10px;
  display: table;
  padding:0;
  left: unset;
  background: unset;
  border:unset;
}
.products-list--thin .addfavorites--good:not(.addfavorites--active) path{
  fill:#fff;
  stroke: #000;
  stroke-width: 2px;
}


.good-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -15px 40px;
}

.good-img {
  width: calc(43% - 30px);
  margin: 0 15px;
  padding-right: 6px;
  position: relative;
}

.good-info {
  width: calc(32% - 30px);
  margin: 0 15px;
  position: relative;
}

.good-paydelivery {
  margin: 0 15px;
  width: calc(25% - 30px);
 
}
.good-paydelivery__blockitem {
  margin:0 0 24px;
   background:#f0f2f4;
   padding: 20px;
  box-shadow: 0px 5px 14px 7px #E5E5E5;
}
.good-paydelivery__heading {
  font-size: 18px;
  font-weight: bold;
  display: block;
  margin-bottom: 20px;
}
.good-paydelivery__item {
  display: flex;
  align-items:center;
  margin-bottom: 15px;
}
.good-paydelivery__icoblock {
  width: 40px;
}
.good__video {
  border: unset;
  background: #fff;
  width: 100%;
  height: 100%;
  padding:0;
  position: relative;

}
.good__videoback {
   background-size: cover  !important;
  background-repeat: no-repeat !important; 
}
.good__playbtn {
  position: absolute;
  top:0;
  left:0;
}
.good-paydelivery__ico {
  width: 35px;
  height: 35px;
  margin-right: 15px;
}
.good-paydelivery__text {
  font-size: 14px;
  line-height: 1.4;
  margin-left: 10px;
}

.good-pdf {
  display: flex;
  margin:0 -10px 25px;
}
.good-pdf__item {
  display: flex;
  align-items: center;
  color:#0756EF;
  margin:0 10px;
  padding:10px 10px;
  font-size: 12px;
  flex-grow:1;
  border: 1px solid #D9E0E7;
  box-shadow: 0px 14px 36px rgba(0, 0, 0, 0.1); 
  transition: all 0.3s ease;  
  cursor: pointer;
}
.good-pdf__item svg{
  margin-right: 10px;
  fill:#0756EF;
  transition: all 0.3s ease;
}
.good-pdf__item:hover {
  background: #ED3133;
  color:#fff;
}
.good-pdf__item:hover svg{
  fill:#fff;
}

.good-man {
  width: calc(23% - 30px);
  margin: 0 15px;
  padding-left: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.good-man-logo {
  border: 1px solid #DAE1E8;
  padding: 35px;
  text-align: center;
  margin-bottom: 10px;
}

.good-man__link {
  font-family: "PT Sans", sans-serif;
  font-size: 18px;
  display: block;
  padding:0px 0 40px;
}

.good__mainimage {
  <!--border: 1px solid #DAE1E8;-->
  height: 470px;
  overflow: hidden;
}

.good__mainimage img {
  width: 100%;
  height: 470px;
  -o-object-fit: contain;
  object-fit: contain;
}

.good-labels {
  display: table;
}

.good-labels-in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: tb-rl;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  position: absolute;
  right: 6px;
  top: 84px;
}

.good-labels .products-labels__label {
  line-height: 22px;
  padding: 15px 0px;
  font-size: 15px;
}

.good-labels .products-labels__label--warehouse {
  background: #0D488E;
}

.good-gallery {
  padding: 10px 60px;
  background: #F0F2F4;
  position: relative;
}

.good-gallery-in {
  padding: 0 15px;
}

.good-gallery__item {
  margin: 0 9px;
  overflow: hidden;
  cursor: pointer;
  border: 1px solid #DAE1E8;
  height: 80px;
}

.good-gallery__item img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.good-gallery__item.slick-current.slick-active {
  border: 1px solid #ED3133;
}

.good-gallery .slick-slider__arrow {
  background-color: #fff;
  position: absolute;
  top: calc(50% - 20px);
}

.good-gallery .slick-slider__left {
  left: 20px;
}

.good-gallery .slick-slider__right {
  right: 20px;
}

.good-priceinfo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;

  justify-content: space-between;
  align-items: start;
  margin-bottom: 30px;
}

.good-priceinfo-left {
  
}

.good-priceinfo__price {
  font-family: "PT Sans", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 32px;
  line-height: 24px;
  display: block;
}

.good-priceinfo__price .rub {
  font-size: 30px;
  vertical-align: baseline;
  margin-left: 5px;
}

.good-getmore {
  display: flex;
  align-items: center;
  margin-top: 15px;
}
.good-getmore img {
  margin-right: 10px;
}

.good-priceinfo__opt {
  text-decoration: underline;
  display: block;
}
.good-priceparts {
  display: flex;
  margin-bottom: 10px;
}
.good-priceinfo__oldprice{
  margin:0 25px;
}

.good-priceinfo-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;

  padding-left: 30px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}

.good-priceinfo-stocks {
  display: none;
  position: absolute;
  background: #fff;
  width: calc(100% + 45px);
  height: 120px;
  z-index: -1;
  top: -15px;
  left: -15px;
  padding: 62px 20px 10px 40px;
  -webkit-box-shadow: 0px 14px 36px rgba(9, 24, 54, 0.14);
  box-shadow: 0px 14px 36px rgba(9, 24, 54, 0.14);
}


.good-priceinfo-stocks-in {
  border-top: 1px solid #F0F2F4;
  padding-top: 10px;
  line-height: 17px;
}

.good-priceinfo-switcherblock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}

.good-priceinfo__switcher {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 20px;
  height: 40px;
  background: #F0F2F4;
  margin-right: 11px;
  cursor: pointer;
}

.good-priceinfo__switcher:before {
  content: '';
  -ms-flex-item-align: center;
  align-self: center;
  width: 7px;
  height: 5px;
  display: block;
  background: url("/assets/img/icons/carret-up.png");
  background-repeat: repeat;
  background-repeat: no-repeat;
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.good-priceinfo__stock {
  line-height: 20px;
}

.good-priceinfo__oldprice {
  font-family: "PT Sans", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  position: relative;
  margin-right: 10px;
}

.good-priceinfo__oldprice:after {
  content: '';
  display: block;
  position: absolute;
  top: calc(50%);
  left: 0;
  width: 100%;
  height: 2px;
  background: #ED3133;
}

.priceinfo__pricedifference {
  
}
.good-data {
  display: flex;
}
.good-stocks {
  width:80%;
  margin-left:30px;
  margin-bottom: 6px;
}
.good-stocks__item {
  display: flex;
  justify-content: space-between;
  position:relative;
  z-index: inherit;
}

.good-priceinfo__oldprice .rub {
  font-size: 12px;
  vertical-align: baseline;
  margin-left: 5px;
}

.good-counterblock {
  font-size: 0;
}

.good-counterblock .btn--tocart {
  width: 100%;
  text-align: center;
  display: block;
}
.good-counterblock .btn--oneclick {
  width: 100%;
  text-align: center;
  display: block;  
  margin-top: 6px;
}

.good-counter {
  width: 188px;
  margin-right: 0;
  margin-bottom: 6px;
}

.good-counter .counter__value {
  width: 108px;
}

.good__notify {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 20px;
  text-decoration: underline;
}

.good__notify:before {
  content: '';
  background: url("/assets/img/bell.png");
  width: 15px;
  height: 17px;
  margin-right: 15px;
}

.good__analogs_link {
  display: flex;
  align-items: center;
}
.good__analogs_link img {
  width: 20px;
  margin-right: 10px;
  flex-shrink: 0;
  height: 25px;
}
.good__analogs_link span {
  text-decoration: underline;
  color:#f00;
}

.good-table {
  margin-top: 50px;
  width: 100%;
}

.good__submiterror {
  display: block;
  margin-top: 30px;
  bottom: 0;
  border: 1px solid #DAE1E8; 
}
.good__authorize {
  display: block;
  margin-top: 30px;
  bottom: 0;
  border: 1px solid #DAE1E8;  
}

.good-man-cert {
  -ms-flex-item-align: end;
  align-self: end;
  width: 100%;
}

.good-man-cert-in {
  background: #DAE1E8;
  margin-bottom: 28px;
}

.good-man-cert__item {
  padding: 50px 0;
}

.good-man-cert__item img {
  width: 100%;
}

.good-man-cert .slick-slider__controls {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.good-video iframe{
  width:100%;
  height: 600px;
}

.good-tabs {
  margin-top: 60px;
}

.good-tabs-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #DAE1E8;
  margin-bottom: 40px;
}

.good-tabs-header__item {
  padding: 0 25px 25px 25px;
}

.good-tabs-header__item:first-child {
  padding-left: 0;
}

.good-tabs-header__item a {
  font-family: "PT Sans", sans-serif;
  font-weight: 700;
  font-size: 28px;
  color: #0B1E43;
}

.good-tabs-header__item--active {
  position: relative;
}

.good-tabs-header__item--active:before {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: -1px;
  left: 0;
  background: #0756EF;
}

.good-tabs-header__item--active a {
  color: #0756EF;
}

.good-tabs-body__item {
  display: none;
}

.good-tabs-body__item--active {
  display: block;
}

.applicability {
  list-style-type: none;
}

.applicability ul li:before {
  display: none;
}

.applicability__more {
  text-decoration: underline;
}

/*** CATEGORIES ***/
.cat-categories {

}

.cat-categories .h1 {
  display: block;
}

.cat-categories-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.cat-categories-list__item {
  width: calc(33.33% - 30px);
  margin: 0 15px 30px;
  background: #fff;
  padding: 30px 20px 20px 40px;
  position: relative;
  height: 200px;
  border: 1px solid #DAE1E8;
  -webkit-box-shadow: 0px 14px 36px rgba(9, 24, 54, 0.1);
  box-shadow: 0px 14px 36px rgba(9, 24, 54, 0.1);  
}

.cat-categories-list__image {
  position: absolute;
  right: 20px;
  bottom: 20px;
  width: 160px;
  height: 110px;
  background-size: contain !important;
}

.cat-categories-list__name {
  font-family: "PT Sans", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  color: inherit;
  display: block;
  height: 60px;
}

.cat-categories-list__link {
  font-size: 15px;
  display: block;
  line-height: 35px;
}

.cart__warn {
  padding: 10px;
  background: #ffde9d;
  margin-bottom: 30px;
  font-weight: bold;
  display: flex;
  width: 326px;
  line-height: 1.4;
  font-size: 11px;
}
.cart__warn img {
  width: 25px;

  margin-right: 20px;
  flex-shrink:0;
  height: 30px;
}

/*** FORMS ***/
.form--search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
}

.form--search .form-field {
  width: 100%;
  margin: 0;
}

.form--search .form__input {
  height: 100%;
  width: inherit;
  font-family: "Formular";
  padding: 9px 16px;
  border-radius: 4px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border: 1px solid rgba(237, 49, 51, 0.3);
  background: #fff;
}

.form--mobsearch {
  position: absolute;
  left: 0;
  top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 20px 10px 20px;
  width: 100%;
  background: #fff;
}

.form--mobsearch .form-field {
  width: 100%;
  margin: 0;
}

.form--mobsearch .form__input {
  height: 100%;
  width: inherit;
  font-weight: normal;
  font-family: "Formular";
  padding: 6px 16px 6px 30px;
  border-radius: 4px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border: 1px solid rgba(237, 49, 51, 0.3);
  background: #fff;
}

.form--mobsearch .select2-container--default .select2-selection--single .select2-selection__rendered {
  display: none;
}

.form--mobsearch .btn--mobsearch img {
  padding: 0 10px;
}
.form--auth .form-sendblock{
  align-items:center;
}
.form--auth .form-sendblock a {
  margin-left:40px;
}
@media(max-width:500px){
  .form--auth .form-sendblock {
    display: flex;
    flex-direction: column;
    
  }
  .form--auth .form-sendblock a {
    margin-left:0;
    margin-top: 20px;
  }
}
.form--profile .form-field {
  margin: 0;
  width: 70%;
}

.form--profile .form__input {
  border: none;
  padding-bottom: 14px;
}

.form--profile .form__input:focus, .form--profile .form__input:active {
  border: none;
}

.form-field {
  width: 100%;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
.form-field--error .form__input{
  border-bottom: 2px solid #f00;
}
.form-field--error label {
  color:#f00;
}

.form-field__label {
  position: absolute;
  top: 0;
  left: 0;
  font-family: "PT Sans", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  z-index: -1;
  color: #5F6675;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.form-field__label[for="file"] {
  position: relative;
  border-bottom: 2px solid #DAE1E8;
  padding: 0px 0 14px;
  color:#0756EF;
  text-decoration: underline;
  display: block;
  cursor: pointer;
}
.form input[type="file"]{
  display: none;
}
.form__clearval {
  display: none;
  background:url('/assets/img/close_small.png') no-repeat;
  width:12px;
  height: 12px;
  display: block;
  position: absolute;
  top:0;
  left:200px;
  cursor:pointer;
  padding:5px;
}
.form__clearval--active {
  display: block;
}
.form__input {
  font-family: "PT Sans", sans-serif;
  font-weight: 500;
  color: #0B1E43;
  width: inherit;
  border: none;
  border-bottom: 2px solid #DAE1E8;
  padding: 0px 0 14px;
  background: transparent;
}

.form__input:focus, .form__input:active {
  border: none;
  border-bottom: 2px solid #DAE1E8;
  outline-style: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.form__input:focus + .form-field__label, .form__input:active + .form-field__label {
  font-size: 10px;
  top: -25px;
}

.form__input--active + label {
  font-size: 10px;
  top: -25px;
}

.form__input::-webkit-input-placeholder {
  color: #5F6675;
  opacity: 1;
}

.form__input::-moz-placeholder {
  color: #5F6675;
  opacity: 1;
}

.form__input:-moz-placeholder {
  color: #5F6675;
  opacity: 1;
}

.form-sendblock {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.form__agree {
  margin-left: 33px;
  line-height: normal;
  font-size: 14px;
}

.form-select {
  position: absolute;
  left: 0;
  top: 0;
}
.form__warn-form {
  color:#f00;
  display: block;
  font-size: 18px;
}
.form__warn-form.active {
  margin-bottom: 40px;
}
.form__pass-change {
  margin-bottom: 30px;
  display: block;
}
.form-col {
  display: flex;
  justify-content: space-between;
}
.form-col .form-field {
  margin:0 10px 24px;
}
.form-col .form-field:first-child {
  margin-left:0;
}
.form-col .form-field:last-child {
  margin-right:0;
}
.form2 .form-field__label {
  position: initial;
  color:#000;
}
.form2 .form__input {
  border: 1px solid #858585;
  padding: 10px 16px;
  height: 38px;
}
.form2 textarea {
  min-height: 80px;
}
.form2 .form__input::-webkit-input-placeholder {
  color: #5F6675;
  opacity: 1;
}

.form2 .form__input::-moz-placeholder {
  color: #5F6675;
  opacity: 1;
}

.form2 .form__input:-moz-placeholder {
  color: #5F6675;
  opacity: 1;
}
.form2 .form-field--error input{
  border:1px solid #f00;
}
.redstar {
  color:#f00;
}

/*** Select2 ***/
.select2-container--default .select2-selection--single {
  font-family: Formular, sans-serif;
  color: #0B1E43;
  margin: 3px;
  height: 34px;
  background: #F0F2F4;
  border-radius: 4px;
  padding: 0 30px 0 16px;
  border: none;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 7px;
  right: 15px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-width: 4px 3px 0 3px;
  border-color: #184ACB transparent transparent transparent;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 30px;
}

.form-select__select--full ~ .select2-container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #DAE1E8;
  padding-bottom: 10px;
}

.form-select__select--full ~ .select2-container--default .select2-selection--single {
  padding: 0;
}

.form-select__select--full ~ .select2-container--default .select2-selection--single .select2-selection__rendered {
  padding: 0;
  color: #0756EF;
  border-bottom: 1px dashed #0756EF;
}

.form-select__select--full ~ .select2-container--default .select2-selection--single .select2-selection__arrow {
  right: 0;
}

/*** BREADCRUMBS ***/
.breadcrumbs {
  margin: 25px 0 35px;
  font-family: "PT Sans", sans-serif;
  font-size: 0;
}

.breadcrumbs__link {
  display: inline-block;
  color: #5F6675;
  font-weight: 500;
  font-size: 13px;
}

.breadcrumbs__link:not(:last-child):after {
  content: '|';
  display: inline-block;
  margin: 0 6px;
}

/*** SUBLINKS ***/
.sublinks {
  background: #F0F2F4;
  font-size: 0;
  margin-bottom: 20px;
  padding: 0 25px;
}

.sublinks__link {
  font-family: PT Sans;
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
  color: #0B1E43;
  display: inline-block;
  padding: 22px 27px;
  position: relative;
}

.sublinks__link--active {
  font-weight: bold;
}

.sublinks__link--active:after {
  content: '';
  display: block;
  background: #0756EF;
  height: 1px;
  width: calc(100% - 54px);
  position: absolute;
  bottom: 0;
}

.tabs {
  margin: 0 -5px 60px;
}

.tabs .btn {
  margin: 0 5px;
}

.tabs .btn:active, .tabs .btn:focus {
  color: #fff;
}

/*** PAGINATION ***/

.pagination {
  display: flex;
  font-size: 0;
  align-items: center;
}
.pagination__active {
  display: flex;
  
}
.paginator-pages__item {
  display: inline-block;
  margin-right: 6px;
  
}
.paginator-pages__item a {
  font-family: PT Sans;
  font-size: 18px;
  font-weight: 500;
  color:#5F6675;
  width: 40px;
  height: 40px;
  border: 1px solid #DAE1E8;
  display: block;
  text-align:center;
  padding: 4px 0;
}
.paginator-pages__item--active a {
  color:#0756EF;
  border: 1px solid #0756EF;
}
.pagination__active-back, .pagination__active-next {
  font-family: PT Sans;
  font-size: 18px;
  font-weight: 500;
  color:#5F6675;
  width: 40px;
  height: 40px;
  border: 1px solid #DAE1E8;
  display: inline-block;
  text-align:center;
  padding: 4px 0;  
  position: relative;
  display: flex;
  justify-content: center;
  align-items:center;
}
.pagination__active-back:after, .pagination__active-next:after {
  content:'';
  display: block;
  width:24px;
  height: 24px;
  background:url('/assets/img/pagi_arrow.png') no-repeat;
}

.pagination__active-back {
  margin-right: 6px;
}
.pagination__active-next {
  transform: rotate(180deg);
}

.pagination__page {
  font-family: PT Sans;
  font-size: 18px;
  font-weight: 500;
  color:#5F6675;
  margin-left: 15px;
  height: 40px;
}

/*** SLICK ***/
.about-slider-in {
  height: 400px;
}

.certificates-slider-in {
  margin: 0 -15px;
}

.certificates-slider-in .slick-slider__item {
  margin: 0 15px;
  height: 370px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #DAE1E8;
}
.slick-slider__item img {
  width:100%;
}

.slick-slider-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 20px 0 40px;
}

.slick-slider-detail__desc {
  font-style: italic;
}

.slick-slider__controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.slick-slider__arrow {
  width: 40px;
  height: 40px;
  border: 1px solid #DAE1E8;
  background-image: url("/assets/img/icons/arrowl.svg");
  background-repeat: no-repeat;
  background-position: center center;
}

.slick-slider__arrow:hover {
  background-color: #DAE1E8;
}

.slick-slider__right {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.slick-slider__counter {
  font-family: "PT Sans", sans-serif;
  margin: 0 25px;
  font-size: 18px;
}

/*** MODAL ***/
.modal {
  
}
.modal-content {
  padding:50px 48px;
  box-shadow: 0px 14px 36px rgba(9, 24, 54, 0.1);
  border:none;
  border-radius: unset;
}
.modal-dialog--large {
  width: 992px;
}
@media(max-width:992px) {
  .modal-dialog--large {
    width: 83%;
  }
}
.modal-header {
  padding:0;
  border:unset;
}
.modal-header-in {
  font-family: PT Sans, sans-serif;
  font-weight: 700;
  font-size: 28px;
  display: block;
  margin-bottom: 30px;
  line-height: 1.4;
}
.modal-close {
	position: absolute;
	right: -55px;
	top: -3px;
	display: inline-block;
	width: 30px;
	height: 30px;
	border-bottom: none;
}
.modal-close:before, 
.modal-close:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 30px;
	height: 2px;
	background: #FFF;
	transform: rotate(45deg);
}
.modal-close:after {
	transform: rotate(-45deg);
}
.modal-close:hover {
	transform:rotate(-90deg)
}
.modal-backdrop.in {
  background: rgba(11, 30, 67, 0.8);
  opacity: unset;
}
@media(max-width: 768px) {
 .modal-close {
  top: 20px;
  right: 40px;  
   
 } 
 .modal-close:before, .modal-close:after {
   background:#000;
 }
}

.addfavorites {
 
  padding: 4px 34px 4px 10px;
  display: flex;
  height: 51px;
  background: #fff;
  color:#00f;
  border: 1px solid #D9E0E7;
  box-shadow: 0px 14px 36px rgba(0, 0, 0, 0.1);
  align-items:center;
  margin-bottom: 10px;
  
}
.addfavorites-list  {
  position: unset;
}
.addfavorites--good {
  padding: 5px 20px 5px 0;
}
.addfavorites svg {
  fill:#fff;
  stroke:rgb(7, 86, 239);
  stroke-width: 2px;
}
.addfavorites__text {
  font-size: 12px;
  margin-left: 10px;
  color:rgb(7, 86, 239);
}
.addfavorites--active svg {
  fill:#ED3133;
  stroke:#ED3133;
}

.city-calc {
  display: none;
  margin-top: 20px;
  padding: 20px 30px;
  background: #fff;
  color:inherit;
  position: relative;
}
.city-calc .ui-widget.ui-menu{
  margin-top:135px;
}
.city-calc .ui-widget {
  width:100%;
}
.city-calc .ui-autocomplete li::before{
  display: none;
}
#city_to {
  width:100%;
}

.cities {
 display:flex;
 justify-content:flex-start;
 align-items:flex-start;
 flex-wrap:wrap;
 margin-top: 40px;
}
.cities__col {
 max-width:50%;
 min-width:50%;
 padding-right:25px
}
.cities .cities__col::nth-child(4n) {
 padding-right:0
}
.cities__list {
 position:relative;
 padding:0 0 0 20px;
 margin:0 0 20px;
 list-style:none
}
.cities__list-let {
 position:absolute;
 top:2px;
 left:0;
 padding:0;
 margin:0;
 color:#666;
 font-size:13px;
 font-weight:bold
}
.cities__item {
 margin-bottom:5px
}
.cities__item-link {
 font-size:16px
}
@media (max-width:992px) {
 .cities__col {
  max-width:100%;
  min-width:100%
 }
}



/* LOADER */
.loader-overlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(11, 30, 67, 0.8);
	padding-top:40vh;
	height:100%;
	
}
.preloader-2{display: flex; justify-content: center; flex-wrap: wrap;}
.preloader-2 div{width:100%;color:#fff;margin:5px 0;text-transform:uppercase;text-align:center;font-family:'Arial',sans-serif;font-size:27px;letter-spacing:2px}
.preloader-2 .line{width:7px;height:16px;background:#fff;margin:0 5px;display:inline-block;animation:opacity-2 1000ms infinite ease-in-out}.line-1,
.preloader-2 .line-1{animation-delay:800ms}.preloader-1 .line-2,
.preloader-2 .line-2{animation-delay:600ms}.line-3,
.preloader-2 .line-3{animation-delay:400ms}.line-4,
.preloader-2 .line-4{animation-delay:200ms}.line-6,
.preloader-2 .line-6{animation-delay:200ms}.line-7,
.preloader-2 .line-7{animation-delay:400ms}.line-8,
.preloader-2 .line-8{animation-delay:600ms}.line-9,
.preloader-2 .line-9{animation-delay:800ms}
@keyframes opacity-1{0%{opacity:1}50%{opacity:0}100%{opacity:1}}@keyframes opacity-2{0%{opacity:1;height:15px}50%{opacity:0;height:12px}100%{opacity:1;height:15px}}

@media (max-width: 1400px) {
  .header-top__part--end {

  }
  .header-lk__details__smalllink {
    font-size: 11px;
  }
  .btn {
    white-space: nowrap;
  }
  .help-form {
    padding: 50px 40px 50px 40px;
  }
  .header-top__logo img {
    width: 220px;
  }
  .header-top__part--center {
    flex-wrap: wrap;
    
  }
  .managers--bottom .managers__item {
    display: block;
  }
  .managers--bottom .managers-detail {
    margin-bottom: 30px;
  }
  .managers--bottom .managers-photo {
    -webkit-box-pack: unset;
    -ms-flex-pack: unset;
    justify-content: unset;
    margin-top: 30px;
  }
  .managers--bottom .managers__part:first-child {
    width: 100%;
  }
  .managers__item {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: auto;
  }
  .managers-detail {
    margin-bottom: 30px;
  }
  .managers__part:first-child, .managers__part:last-child {
    width: unset;
  }
  .managers-photo {
    margin-top: 30px;
  }
  .products-list__item {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .products-name {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: calc(50% - 30px);
  }
  .products-image {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    width: calc(50% - 30px);
    height: 200px;
    margin: 0;
  }
  .products-table {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 50%;
  }
  .products-buy {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
    width: 50%;
    margin-top: 30px;
  }
  .products-priceinfo {
    -webkit-box-pack: unset;
    -ms-flex-pack: unset;
    justify-content: unset;
  }
  .products-priceinfo-right {
    margin-left: 40px;
  }

  .good-header {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .good-img {
    width: calc(40% - 30px);
  }
  .good-man {
    width: calc(33% - 30px);
  }
  .cart-container {
    overflow-x: scroll;
    margin-bottom: 30px;
  }
  .orders-list-goods {
    overflow-x: scroll;
  }
  .goods-table tbody tr td {
    white-space: nowrap;
    padding: 12px 12px;
  }
  .products-list--rows .products-list__item {
    width: calc(33.33% - 30px);
  }
  .products-list--rows .products-image {
    order:1;
  }
  .products-list--thin .products-list__item{
    padding: 15px;
    width: calc(25% - 30px);
    position: relative;
  }  
  .products-list--thin .counter__value {
    width: 49px;
  }  
}

@media (max-width: 1200px) {
  .header-top__logo {
    margin-right: 30px;
  }
  .header-top__logo img {
    width: 220px;
  }
  .header-menu__subicon {
    left:0px;
  }
  .header-menu__link {
    padding: 20px 18px;
  }
  .f-catnav-search .btn--search {
    padding: 5px 20px;
  }
  .m-cats-list__imageblock img {
    width: 70%;
  }
  .m-cats-list__more {
    position: absolute;
    bottom: 20px;
    left: 40px;
  }
  .m-about-in {
    flex-wrap: wrap;
  }
  .m-about__part {
    width:100%;
  }
  .m-about-bottom {
    flex-wrap: wrap;
  }
  .m-about-bottom__part {
    width: 100%;
  }
  .adventages-list {
    margin: 0;
  }
  .consult__bg {
    right: 40px;
  }
  .good-man {
    display: none;
  }
  .good-img {
    width: calc(50% - 30px);
  }
  .good-info {
    width: calc(50% - 30px);
  }
  .checkout-in {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .checkout-data {
    width: 100%;
  }
  .checkout-total {
    width: 50%;
    margin-top: 50px;
  }
  .good-paydelivery {
    width: 100%;
    margin-top: 40px;
  }  
  .products-list--thin .products-list__item{
    padding: 15px;
    width: calc(25% - 30px);
    position: relative;
  }  
  .products-list--thin .counter__value {
    width: 54px;
  }    
}

@media (max-width: 1100px) {
  .header-lk {
    height: 98px;
  }
  .header-lk__details__smalllink {
    display: none;
  }
  .contacts {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .contacts-details {
    width: calc(100% - 30px);
  }
  .contacts-map {
    width: calc(100% - 30px);
    height: 400px;
  }
  .good-header {
    flex-wrap: wrap;
  }
  .good-img {
    width: calc(50% - 30px);
  }
  .good-info {
    width: calc(50% - 30px);
    margin: 0 15px;
    position: relative;
  } 

}

@media (max-width: 992px) {
  .body--main {
    padding-top: 60px;
  }
  .body--page {
    padding-top: 100px;
  }
  .header {
    display: none;
  }
  .breadcrumbs {
    margin: 125px 0 35px;
  }
  .sublinks {
    padding: 0;
  }
  .sublinks__link {
    padding: 12px 27px;
  }
  .mobile-top {
    display: block;
  }
  .catnav {
    display: none;
  }
  .m-cats-list__more div {
    display: block;
    background: #075DC2;
    color: #fff;
  }
  .m-cats-list__more {
    position: unset;
    margin-top: 20px;
  }
  .m-cats-list__bgblock {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 0;
  }
  .m-cats-list__item {
    width: calc(50% - 30px);
    display: block;
  }
  .m-cats-list__item--small {
    height: 200px;
  }
  .m-cats-list__item:nth-child(3), .m-cats-list__item:nth-child(4), .m-cats-list__item:nth-child(5) {
    width: 100%;
    height: 200px;
  }
  .m-cats-list__nameblock {
    margin-bottom: 30px;
  }
  .m-about {
    padding: 20px;
  }
  .m-about__part {
    width: 100%;
    margin: 0;
  }
  .m-about-in {
    display: block;
  }
  .adventages-list__item {
    width: calc(25% - 38px);
  }
  .products-list--rows .products-list__item {
    width: calc(50% - 30px);
  } 
  .products-list--rows .products-image {
    height: 230px;
  }
  .good-priceinfo {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
  }
  .good-priceinfo-left {
    width: 100%;
  }
  .good-priceinfo-right {
    width: 100%;
    padding: 0;
    margin-top: 30px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
  }
  .good-priceinfo-graphic {
    margin-left: 30px;
  }
  .good-counterblock {
    display: block;
  }
  .good-counterblock .btn--tocart {
    width: 188px;
    display: block;
    margin-top: 20px;
  }
  .consult-in {
    padding: 50px 40px;
  }
  .consult-part:nth-child(1), .consult-part:nth-child(2) {
    width: 50%;
  }
  .consult-part:nth-child(3) {
    display: none;
  }
  .help {
    margin: 40px 0 40px;
  }
  .help-in {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .help-row {
    width: calc(100% - 30px);
    margin-bottom: 30px;
  }
  .managers--bottom .managers__item {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 50px 40px 50px 40px;
  }
  .managers__item {
    width: 100%;
  }
  .managers__part:first-child {
    width: 60%;
  }
  .managers__part:last-child {
    width: 40%;
  }
  .model-header {
    height: auto;
  }
  .model-header-desc {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .model-header-desc__part {
    width: 100%;
    margin-bottom: 20px;
  }
  .form-sendblock {
    display: block;
  }
  .form-sendblock .form__agree {
    display: block;
    margin: 20px 0 0 0;
  }
  .rent {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .rent-part {
    width: calc(100% - 60px);
  }
  .delivery-calcs {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .brands__item {
    width: calc(33.33% - 30px);
  }
  .assortment__col {
    width: calc(33.33% - 30px);
  }
  .cat-categories-list__item {
    width: calc(50% - 30px);
  }
  .profile-block {
    width: calc(100% - 30px);
  }
  .footer-cells {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .footer-cells__cell {
    width: calc(25% - 30px);
    margin-bottom: 30px;
  }
  .footer-cells__cell--twin {
    width: 100%;
  }
  .footer-contacts__line {
    margin: 0;
    padding: 0;
  }
  .footer-contacts__icon, .footer-address__icon {
    display: none;
  }
  .footer__logo {
    text-align:center;
  }
  .footer-contacts__line > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .footer-address__line {
    margin-left: 0;
    text-align: center;
    padding: 0;
  }
  .footer-contacts__callback {
    width: auto;
  }
  .footer-cells--mid {
    margin-top: 30px;
  }
  
  .footer-cells--mid .footer-cells__cell:nth-child(3) {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .footer-cells--mid .footer-cells__cell:nth-child(2) {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-bottom: 20px;
  }
  .footer-cells--mid .footer-cells__cell:nth-child(1) {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .footer-details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .footer-details__list {
    margin: 0 20px;
  }
  .footer-details__heading {
    margin-bottom: 20px;
  }
  .footer-bottom {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .footer-bottom .footer-cells__cell {
    width: calc(50% - 30px);
  }
  .products-list--thin .products-list__item{
    padding: 15px;
    width: calc(33.33% - 30px);
    position: relative;
  }  
  .products-list--thin .counter__value {
    width: 36px;
  }   
  .products-list--thin .counter {
    width: 133px;
  }  
  .managers-qr {
    display: none;
  }
}

@media (max-width: 768px) {
  .good-img {
    width: calc(100% - 30px);
    margin-bottom: 30px;
    padding: 0;
  }
  .good-info {
    width: 100%;
  }
  .good-buy {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
  }
  .good-priceinfo {
    width: calc(33.33% - 30px);
  }
  .good-counterblock {
    width: calc(33.33% - 30px);
  }
  .products-table {
    width: 100%;
  }
  .good__submiterror {
    position: unset;
    margin-top: 30px;
  }
  .good-labels-in {
    right: 0;
  }
  .cart-total-info {
    width: 70%;
  }
  .checkout-methods__item {
    padding: 20px;
  }
  .profile-block {
    padding: 20px;
  }
  .orders-list-header {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .orders-list-part {
    width: 100%;
  }
  .orders-list-part:first-child {
    margin-bottom: 30px;
  }
  .products-list--rows .products-counterblock {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .products-list--rows .btn--tocart {
    width:100%;
    height: 40px;
    margin-top: 20px;
    display: block;
    text-align:center;
    font-size: 18px;
  }
  .products-list--rows .products-priceinfo__price {
    font-size: 22px;
  }
  .products-list--thin .products-list__item{
    padding: 15px;
    width: calc(50% - 30px);
    position: relative;
  }  
  .products-list--thin .counter__value {
    width: 55px;
  }   
  .products-list--thin .counter {
    width: 133px;
  }   
}

@media (max-width: 700px) {
  .sublinks__link {
    font-size: 12px;
    padding: 12px 16px;
  }
  .sublinks__link--active:after {
    width: calc(100% - 32px);
  }
  .brands__item {
    width: calc(50% - 30px);
  }
  .cat-categories-list__item {
    width: calc(100% - 30px);
  }
  .model-header-imgblock {
    width: calc(100% - 30px);
  }
  .model-header-details {
    width: 100%;
  }
  .model-header-desc {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .good-priceinfo {
    width: calc(50% - 30px);
  }
  .good-counterblock {
    width: calc(50% - 30px);
  }
  .products-table {
    width: 100%;
  }
  .good__submiterror {
    position: unset;
    margin-top: 30px;
  }
  .good-tabs-header__item a {
    font-size: 20px;
  }
  .profile-table__label {
    width: 50%;
    padding-right: 20px;
  }
  .form--profile .form-field {
    width: 50%;
  }
  .form--profile .form__input {
    width: 100%;
  }
  .footer-menu .footer-cells__cell {
    width: calc(50% - 30px);
    margin-bottom: 30px;
  }
  .footer-menu .footer-cells__cell--twin {
    width: 100%;
  }
  .footer-cells--mid .footer-details {
    display: block;
  }
  .footer-cells--mid .footer-details__list {
    margin: 0;
  }
  .footer-cells--mid .footer-details__image {
    margin-bottom: 20px;
  }
  .checkout-total {
    width: 100%;
  }
  .checkout-methods {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .checkout-methods__item {
    width: 100%;
    margin-bottom: 30px;
  }
  .checkout-in .btn {
    display: block;
    width: 100%;
  }
  .tabs .btn {
    display: block;
    text-align: center;
    margin-bottom: 20px;
    padding: 5px 23px;
  }
}

@media (max-width: 600px) {
  .sublinks {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .m-about h1 {
    font-size: 30px;
    line-height: 35px;
    margin-top: 20px;
    text-align: center;
  }
  .adventages-list__item {
    width: calc(33.33% - 38px);
  }
  .consult-in {
    display: block;
    padding: 30px 10px;
  }
  .cart-total {
    display: block;
    padding: 35px 40px;
  }
  .cart-total-info {
    width: 100%;
  }
  .good-priceinfo-left {
    width: calc(50% - 30px);
  }
  .good-priceinfo-right {
    width: calc(50% - 30px);
    margin-top: 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .good-priceinfo {
    width: 100%;
  }
  .good-counterblock {
    width: 100%;
  }
  .consult-part:nth-child(1), .consult-part:nth-child(2) {
    width: calc(100% - 30px);
    margin-bottom: 20px;
  }
  .consult-part:nth-child(1) {
    margin-bottom: 40px;
  }
  .m-cats-list__bgblock {
    right: -30%;
  }
  .m-reviews-top {
    display: block;
  }
  .m-reviews-top .slick-slider__controls {
    margin-bottom: 20px;
  }
  .good-tabs-header__item {
    padding: 0 15px 25px 15px;
    font-size: 18px;
  }
  .managers--bottom .managers__item {
    display: block;
  }
  .managers__item {
    padding: 30px;
  }
  .managers__part:first-child, .managers__part:last-child {
    width: unset;
  }
  .delivery-calcs__item {
    width: 100%;
    text-align: center;
  }
  .model-parts-sub__name {
    padding: 5px 0;
  }
  .model-parts-sub__goodlist {
    margin-left: 20px;
  }
  .brands__item {
    width: calc(100% - 30px);
  }
  .contacts-table tr {
    margin-bottom: 30px;
  }
  .contacts-table tr td {
    display: block;
  }
  .partner-table th, .partner-table td {
    display: block;
  }
  .partner-table th {
    font-weight: bold;
  }
  .partner-table td {
    background: #fff;
  }
  .products-table {
    width: 100%;
  }
  .products-buy {
    width: 100%;
  }
  .products-list--rows .products-list__item {
    width: 100%;
  }  
  .products-image {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 100%;
  }
  .products-name {
    width: 100%;
  }
  .footer-copyright {
    display: block;
  }
  .footer-copyright .footer-cells__cell {
    width: calc(100% - 30px);
    margin-bottom: 20px;
  }
  .footer-dev {
    margin: 0;
  }
  .products-list__item {
    padding:10px;
  }
}

@media (max-width: 500px) {
  .good-priceinfo-left {
    width: 100%;
  }
  .good-priceinfo-right {
    width: 100%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
  }
  .good-tabs-header__item {
    padding: 0 15px 25px 15px;
  }
  .good-tabs-header__item a {
    font-size: 16px;
  }
  .applicability ul li {
    font-size: 12px;
    border-bottom: 1px solid #000;
  }
  .applicability ul li:nth-child(even) {
    background: #F0F2F4;
  }
  .checkout-contacts {
    padding: 20px;
  }
  .form-field__label {
    font-size: 12px;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
  }
  .products-priceinfo-left > a {
    display: block;
  }
  .products-counterblock {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .products-counterblock .btn--tocart {
    width: 100%;
    text-align: center;
    margin-top: 20px;
  }
}

@media (max-width: 450px) {
  .adventages {
    display:none;
  }
  .mobile-top {
    padding-left: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .mobile-top__logo {
    display: block;
    margin: 0;
  }
  .mobile-top__logo img {
    height: 27px;
  }
  .m-cats-list__item {
    width: 100%;
  }
  .m-cats-list__bgblock {
    right: -50%;
    opacity: 0.4;
  }
  .good-tabs-header__item {
    padding: 0 10px 15px 10px;
  }
  .good-tabs-header__item a {
    font-size: 14px;
  }
  .assortment__col {
    width: calc(50% - 30px);
  }
  .adventages-list__item {
    width: calc(100%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 15px;
  }
  .adventages-list__item .adventages-list__text {
    line-height: 25px;
    margin-left: 20px;
  }
  .consult-in::before {
    display: none;
  }
  .managers-contacts__phone, .managers-contacts__mail, .managers-contacts__icq {
    font-size: 16px;
  }
  .footer-details {
    text-align: center;
  }
  .footer-details__image {
    display: block;
    margin: 0 auto;
  }
  .livesearch {
    left:0;
    width: 100%;
    font-size: 12px;
  }
}

.modal-dialog--ozon-widget {
    width: 900px;
    max-width: 100%;
    min-height: 450px;
}

.modal-dialog--ozon-widget .modal-content {
    padding: 0;
}


/* PRINT */
@media print {
    a[href]:after {
        content: none !important;
    }
h1 {
  break-before: avoid;
  break-after: avoid;
}    
div {
  display: block;
}
  .mobile-top { display: none; }
  .mob-menu { display: none; }
  .header {
    display: block;
  }
  .header-menu { display: none; }
  .f-catnav { display: none; }
  .header-top { display: flex; justify-content: center;}
  .header-top__part:nth-child(1) { display: flex; justify-content: center;}
  .header-top__part:nth-child(2) { display: none; }
  .header-geo { display: none; }
  .breadcrumbs { display: none; }
  .relateds { display: none; }
  .good-tabs { display: none; }
  .f-catnav-search { display: none; }
  .addfavorites { display: none; }
  .good-paydelivery{ display: none; }
  .good-header {
    display: block;
  }
  .good-info {
    width: 100%;
  }
  .good-buy {
    margin-top: 40px;
    width: 100%;
  }
  .good-stocks,.good-stocks__item {
    width: 100%;
    display: block;
    margin-bottom: 30px;
  }
  .good-priceinfo-stocks-in {
    border: none;
    padding: 0;
  }
  .good-priceinfo__switcher  {
    display: none;
  }
  .good-data {
    display: block;
    width: 100%;
  }
  .good-priceinfo {
    display: block;
  }
  .good-priceinfo-switcherblock {
    display: block;
  }
  .products { display: none; }
  .help { display: none; }
  .footer { display: none; }
  jdiv { display: none; }
  #jivo-iframe-container, .hoverl_e151, .text_cb6e { display: none; }
  .good-counterblock{ display: none; }
  .good-getmore{ display: none; }
  .good-gallery{ display: none; }

  .good__mainimage {
    height: 300px;

  }
  .btn{ display: none; }
  .good-priceinfo__opt, .good-priceinfo-graphic{ display: none; }
  .good-priceinfo-stocks { display: block !important; position: inherit; padding:0; height: auto; width: auto; top:0; left:0;}
  .good-stocks {
    margin-left:0;
  }
}

.spoiler summary {
  display: block;
  margin:20px 0 40px;
  font-size: 20px;
  text-decoration: underline;
  color:#00f;
  cursor: pointer;
}




.video-modal {
 z-index:3000;
 overflow:hidden;
 position:fixed;
 opacity:0;
 left:0;
 right:0;
 top:0;
 padding:80px 0;
 -webkit-transform:translate(500%,0);
 transform:translate(500%,0);
 -webkit-transition:-webkit-transform 0s linear 0s;
 transition:transform 0s linear 0s;
 display:-webkit-box;
 display:-webkit-flex;
 display:flex;
 -webkit-box-align:center;
 -moz-box-align:center;
 -ms-flex-align:center;
 -webkit-align-items:center;
 align-items:center;
 -webkit-transform-style:preserve-3d;
 -moz-transform-style:preserve-3d;
 transform-style:preserve-3d
}
.video-modal .video-overlay {
 z-index:0;
 background-color:rgba(33,36,46,.9);
 opacity:0;
 -webkit-transition:opacity 0.2s ease;
 transition:opacity 0.2s ease
}
.video-modal-content {
 position:relative;
 top:auto;
 right:auto;
 bottom:auto;
 left:auto;
 width:90vw;
 height:calc(100vh - 120px);
 padding-top:calc((100% - 35em) * .5625);
 margin:0 auto;
 overflow-y:visible;
 background-color:#000;
 z-index:1;
 margin:0 auto;
}
@media (max-width:960px) {
 .video-modal-content {
  width:calc(100% - 1em);
  padding-top:calc((100% - 1em) * .5625)
 }
}
.close-video-modal {
 display:block;
 position:absolute;
 right:10px;
 top:-55px;
 width:45px;
 height:45px;
 border-radius:50px;
 background-color:red
}
iframe#youtube {
 position:absolute;
 top:0;
 right:0;
 bottom:0;
 left:0;
 z-index:1;
 background-color:#111;
 box-shadow:0 2px 16px rgba(0,0,0,.5)
}
.show-video-modal .video-modal {
 opacity:1;
 -webkit-transform:translate(0,0);
 transform:translate(0,0)
}
.show-video-modal .video-modal .video-overlay {
  opacity: 1;
  display: block;
  width: 100%;
  height: 100%;
  position: fixed;
}
.show-video-modal .video-modal-content {
 -webkit-transform:translate(0,0);
 transform:translate(0,0)
}

.close-video-modal:before,
.close-video-modal:after {
 content:"";
 position:absolute;
 top:0;
 right:0;
 bottom:0;
 left:0;
 margin:auto;
 width:23px;
 height:3px;
 background:#FFF
}
a.close-video-modal:after {
 transform:rotate(-45deg)
}
a.close-video-modal:before {
 transform:rotate(45deg)
}
.playbutton {
 background:url('/assets/img/button-hd-png.png') no-repeat;
 background-position:center;
 height:180px;
 width:315px
}
.red {
  color: #ED3133;
}
.smsg {
    font-size: 16px;
    text-align: center;
    color: #d11340;
}

.afbf_ok_icon {
    margin: 0 auto 20px auto;
    width: 48px;
    height: 48px;
    background: url(/assets/img/continue+success+icon-1320196067402761853.png);
    background-size: cover;
}


@media(max-width: 768px){
  .n-checkout-options__item {
    width: 100%;
    margin-bottom: 10px;
  }
  .form-col {
    display: initial;
  }
  .n-checkout-contacts, .checkout-total-in,.cart-help {
    padding:0;
    box-shadow: unset;
  }
  .form-col .form-field {
    margin-left:0;
    margin-right:0;
    margin-bottom: 10px;
  }
  .n-checkout__headingblock {
    flex-direction: column;
  }
  .n-checkout__authorize {
    margin-bottom: 20px;
    display: block;
    line-height: 1.4;
  }
  .form2 h2 {
    font-size: 16px;
    line-height: 1.4;
  }
  .form2 .form-field__label {
    margin-bottom:0;
    line-height: 1;
  }
  .tabs .btn {
    margin-left:0;
    margin-right:0;
  }

}






/* P-brandsВ */
.p-brands {
  margin-bottom: 80px;
}
.p-brands__alphabet {
  display: flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  background: #FFF;
  box-shadow: 0px 14px 30px rgba(7, 28, 70, 0.1);
  padding: 15px 30px;
  margin-bottom: 10px;
}
.p-brands__alphabet-title {
  font-weight: bold;
  font-size: 13px;
  line-height: 20px;
  color: #265cc1;
  text-transform: uppercase;
  margin-bottom: 30px;
  padding-top: 5px;
}
.p-brands__alphabet-right:not(.active) {
    display: none;
}
.p-brands__alphabet-right {
  max-width: 82%;
  min-width: 82%;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.p-brands__alphabet-right.active {
  display: flex;
}
.p-brands__alphabet-item {
  max-width: 40px;
  min-width: 40px;
  height: 40px;
  border-radius: 4px;
  border: 1px solid #F3F0EA;
  background: #FFF;
  font-size: 16px;
  line-height: 40px;
  text-align: center;
  text-transform: uppercase;
  margin-right: 10px;
  margin-bottom: 10px;
  cursor: pointer;
  color: #265cc1;
    text-decoration: none;
    transition: all linear 0.2s;
}
.p-brands__alphabet-item > input {
    opacity: 0;
    width: 0;
    height: 0;
    overflow: hidden;
}
.p-brands__alphabet-item--active {
  background-color: #F3F0EA;
}
.p-brands__alphabet-lang a {
  margin-right: 10px;
  padding: 3px;
}
.p-brands__alphabet-lang a.active {
    background-color: #265cc1;
    color: #fff;
}
.checkbox-brands {
  display: inline-block;
    position: relative;
    padding: 10px 10px 10px 46px;
    cursor: pointer;
    color: #265cc1;
    font-size: 13px;
    line-height: 20px;
    font-weight: normal;
    background: #FFF;
    -webkit-box-shadow: 0px 14px 30px rgba(7, 28, 70, 0.1);
  box-shadow: 0px 14px 30px rgba(7, 28, 70, 0.1);
    border-radius: 4px;
    margin-right: 10px;
    margin-bottom: 10px;
}
.checkbox-brands input {
    display: none;
}
.checkbox-brands:before {
  content: "+";
    position: absolute;
    top: 9px;
    left: 10px;
    display: inline-block;
    width: 20px;
    height: 20px;
    background: #FFF;
    border: 1px solid #F3F0EA;
    color: #B7A18C;
    border-radius: 4px;
    text-align: center;
    line-height: 20px;
    font-weight: bold;
}
.checkbox-brands__text:after {
  content: "-";
  position: absolute;
  top: 9px;
  left: 10px;
  width: 20px;
  height: 20px;
  padding-left: 1px;
  background: #e3272d;
  border: 1px solid #F3F0EA;
  border-radius: 4px;
  text-align: center;
    line-height: 20px;
    font-weight: bold;
    color: #FFF;
  opacity: 0;
  transition: opacity linear 0.1s;
}
.checkbox-brands input:checked ~ .checkbox-brands__text:after {
  opacity: 1;
}
.p-brands__cats {
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 40px;
}
.p-brands__letter {
  font-weight: 500;
  font-size: 30px;
  color: #000;
  text-transform: uppercase;
  margin-bottom: 40px;
}
.p-brands__line-in {
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.p-brands__item {
  max-width: 32%;
  min-width: 32%;
  margin-right: 2%;
  margin-bottom: 40px;
    padding: 0 30px 0 0;
}
.p-brands__item:nth-child(3n) {
  margin-right: 0;
}
.p-brands__item-img {
  position: relative;
  height: 90px;
  margin-bottom: 35px;
}
.p-brands__item-img img {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  max-height: 100%;
}
.p-brands__item-name {
  font-weight: bold;
  font-size: 20px;
  text-transform: uppercase;
  color: #000;
  margin-bottom: 30px;
}
.p-brands__item-link {
  position: relative;
  display: flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  padding-left: 20px;
  margin-bottom: 5px;
}
.p-brands__item-link:after {
  content: "";
  position: absolute;
  top: 14px;
  left: 0;
  width: 10px;
  height: 1px;
  background: #265cc1;
}
@media(max-width: 992px) {
  .p-brands__line-in {
    -webkit-justify-content: space-between;
            justify-content: space-between;
  }
  .p-brands__item {
    max-width: 48%;
    min-width: 48%;
    margin-right: 0;
  }
}
@media(max-width: 750px) {
  .p-brands__alphabet {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
      padding: 15px;
  }
  .p-brands__alphabet-left {
    max-width: 100%;
    min-width: 100%;
    display: flex;
    -webkit-align-items: center;
            align-items: center;
    margin-bottom: 20px;
  }
  .p-brands__alphabet-title {
    margin-bottom: 0;
    margin-right: 30px;
  }
  .p-brands__alphabet-right {
    max-width: 100%;
    min-width: 100%;
  }
  .p-brands__alphabet-item {
    max-width: 30px;
    min-width: 30px;
    height: 30px;
    line-height: 30px;
  }
  .p-brands__item {
    max-width: 100%;
    min-width: 100%;
  }
  .checkbox-brands {
    padding: 5px;
    font-size: 12px;
    margin-right: 2px;
  }
  .checkbox-brands:before {
    content: none;
  }
  .checkbox-brands input:checked ~ .checkbox-brands__text:after {
    content: none;
  }
  .checkbox-brands input:checked ~ .checkbox-brands__text {
    color: #e3272d;
  }
  .p-brands__letter {
    margin-bottom: 20px;
  }
}