@charset "UTF-8";
@keyframes loader {
  0% {
    transform: rotateZ(0);
  }
  100% {
    transform: rotateZ(360deg);
  }
}
@keyframes anim-play-mini {
  0% {
    transform: scale(0.95);
  }
  50% {
    transform: scale(1.03);
  }
  100% {
    transform: scale(0.95);
  }
}
.fl {
  -js-display: flex;
  display: flex;
}
.fl.fl-wr-w {
  flex-wrap: wrap;
}
.fl.fl-di-c {
  flex-direction: column;
}
.fl.fl-al-co-c {
  align-content: center;
}
.fl.fl-al-co-fl-s {
  align-content: flex-start;
}
.fl.fl-al-co-fl-e {
  align-content: flex-end;
}
.fl.fl-al-it-c {
  align-items: center;
}
.fl.fl-al-it-fl-s {
  align-items: flex-start;
}
.fl.fl-al-it-fl-e {
  align-items: flex-end;
}
.fl.fl-ju-co-c {
  justify-content: center;
}
.fl.fl-ju-co-fl-s {
  justify-content: flex-start;
}
.fl.fl-ju-co-fl-e {
  justify-content: flex-end;
}
.fl.fl-ju-co-sp-b {
  justify-content: space-between;
}

body,
div,
a {
  margin: 0;
  padding: 0;
  border: 0;
}

a {
  text-decoration: none;
}
a:hover, a:focus, a:active {
  text-decoration: none;
}

a:focus {
  outline: 0;
}

img {
  border: none;
  outline: 0;
  max-width: 100%;
}

html, body {
  width: 100%;
  height: 100%;
  font-size: 10px;
}

body {
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  background: #fff;
}
@media (min-width: 1000px) {
  body.modal-open {
    padding-right: 17px;
  }
}

.overlay {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(9, 9, 9, 0.65);
  z-index: 99;
}

.wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.wrap1 {
  flex: 1 0 auto;
}

.wrap2 {
  flex: 0 0 auto;
}

@font-face {
  font-family: "pr-reg";
  font-display: swap;
  src: url("../fonts/pr-reg.eot");
  src: url("../fonts/ProximaNova-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/ProximaNova-Regular.woff") format("woff"), url("../fonts/ProximaNova-Regular.woff2") format("woff2"), url("../fonts/ProximaNova-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "pr-bold";
  font-display: swap;
  src: url("../fonts/pr-bold.eot");
  src: url("../fonts/ProximaNova-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/ProximaNova-Bold.woff") format("woff"), url("../fonts/ProximaNova-Bold.woff2") format("woff2"), url("../fonts/ProximaNova-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "pr-black";
  font-display: swap;
  src: url("../fonts/pr-black.eot");
  src: url("../fonts/ProximaNova-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/ProximaNova-Black.woff") format("woff"), url("../fonts/ProximaNova-Black.woff2") format("woff2"), url("../fonts/ProximaNova-Black.ttf") format("truetype");
}
.globalClass_c876 .button_c7ee {
  margin: 0 !important;
}

.wrap_ae8c {
  bottom: 90px !important;
  right: 20px !important;
}

h1 {
  color: #000000;
  font-size: 36px;
  font-family: pr-reg;
  line-height: 44px;
  font-style: normal;
  font-weight: normal;
  margin: 0;
  padding: 0 0 25px;
}

h2, .box-style .box-style__heading {
  color: #000000;
  font-size: 32px;
  font-family: pr-reg;
  font-style: normal;
  line-height: 39px;
  font-weight: normal;
  margin: 0;
  padding: 0 0 25px;
}

.box-style .box-style__header {
  width: 100%;
  padding: 0 0 25px;
}
.box-style .box-style__heading {
  padding: 0 !important;
}
.box-style-img {
  position: relative;
  overflow: hidden;
}
.box-style-img source, .box-style-img img, .box-style-img video {
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

.box-animation {
  transition: all 0.3s linear;
}

.txt-style, .page-content .empty-form {
  color: #212121;
  font-size: 18px;
  font-family: pr-reg;
  font-weight: normal;
  line-height: 24px;
}
.txt-style a, .page-content .empty-form a {
  color: #00A44B;
}

.link-animate-transform, .header-lk .header-lk__link {
  transition: all 0.2s;
}
.link-animate-transform:hover, .header-lk .header-lk__link:hover {
  transform: scaleX(0.95) translateY(1px);
}

.background-blue-gradient {
  background: #0070CE;
  background: -webkit-gradient(left top, right top, color-stop(0%, #0070CE), color-stop(100%, #0082EF));
  background: linear-gradient(to right, #0070CE 0%, #0082EF 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1,StartColorStr="#0070CE", EndColorStr="#0082EF");
}

.background-green-gradient {
  background: #66B500;
  background: -webkit-gradient(left top, right top, color-stop(0%, #66B500), color-stop(100%, #76D100));
  background: linear-gradient(to right, #66B500 0%, #76D100 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1,StartColorStr="#66B500", EndColorStr="#76D100");
}

.back-bord, .spinput, .filter-search .search-input-group input:hover, .filter-search .search-input-group input:focus, .filter-search .search-input-group input:active, .filter-inline-range .filter-inline-range__item, .box-wrapper .box-wrapper__body, .box-wrapper {
  background: #FFFFFF;
  border: 1px solid #D9DDE8;
  border-radius: 5px;
}

.content, .menu-catalogSection-fix {
  width: 1320px;
  margin: 0 auto;
}

.input-disabled {
  opacity: 0.5 !important;
  pointer-events: none !important;
}

@media (max-width: 1600px) {
  h1 {
    font-size: 30px;
    line-height: 37px;
    padding: 0 0 25px;
  }
  h2, .box-style .box-style__heading {
    font-size: 26px;
    line-height: 30px;
    padding: 0 0 25px;
  }
  .txt-style, .page-content .empty-form {
    font-size: 16px;
    line-height: 22px;
  }
  .content, .menu-catalogSection-fix {
    width: 1170px;
  }
}
@media (max-width: 1240px) {
  h1 {
    font-size: 26px;
    line-height: 33px;
    padding: 0 0 25px;
  }
  h2, .box-style .box-style__heading {
    font-size: 24px;
    line-height: 28px;
    padding: 0 0 25px;
  }
  .box-style .box-style__header {
    padding: 0 0 20px;
  }
  .txt-style, .page-content .empty-form {
    font-size: 14px;
    line-height: 20px;
  }
  .content, .menu-catalogSection-fix {
    width: 960px;
  }
}
@media (max-width: 1000px) {
  h1 {
    font-size: 24px;
    line-height: 30px;
    padding: 0 0 25px;
  }
  h2, .box-style .box-style__heading {
    font-size: 22px;
    line-height: 26px;
    padding: 0 0 25px;
  }
  .content, .menu-catalogSection-fix {
    width: 730px;
    width: 100%;
    padding: 0 75px;
  }
}
@media (max-width: 768px) {
  .content, .menu-catalogSection-fix {
    padding: 0 20px;
  }
}
@media (max-width: 640px) {
  h1 {
    font-size: 28px;
    line-height: 32px;
    padding: 0 0 30px;
  }
  h2, .box-style .box-style__heading {
    font-size: 20px;
    line-height: 24px;
    padding: 0 0 20px;
  }
  .box-style .box-style__header {
    width: 100%;
    padding: 0 0 30px;
  }
  .content, .menu-catalogSection-fix {
    width: 100%;
    padding: 0 15px;
  }
}
@media (max-width: 480px) {
  h1 {
    font-size: 22px;
    line-height: 28px;
    padding: 0 0 25px;
  }
}
/* @media (max-width: 480px){
	h1{
		font-size: 24px;
		line-height: 26px;
		padding: 0 0 30px;
	}
	h2{
		font-size: 20px;
		line-height: 24px;
		padding: 0 0 20px;
	}
	.box-style{
		.box-style__header{
			width: 100%;
			padding: 0 0 30px;
		}
		.box-style__but{
			width: 170px;
			padding: 0;
		}
	}
} */
header {
  background: #FFFFFF;
}

.header-top {
  height: 66px;
  color: rgb(33, 33, 33);
  font-size: 16px;
  font-family: pr-reg;
  line-height: 19px;
  font-weight: normal;
  font-style: normal;
  border-bottom: 1px solid rgb(217, 221, 232);
}
.header-top .content, .header-top .menu-catalogSection-fix {
  height: 100%;
}
.header-top .header-top__item {
  width: 550px;
  height: 100%;
}
.header-top .header-top__item.header-menu {
  width: calc(100% - 720px);
}
.header-top .header-top__item.header-menu .header__menu_icon-menu {
  width: 26px;
  height: 100%;
  cursor: pointer;
  -webkit-appearance: listbox;
}
@media (min-width: 1001px) {
  .header-top .header-top__item.header-menu .header__menu_icon-menu {
    display: none;
  }
}
.header-top .header-top__item.header-menu .header__menu_icon-menu .menu-fix-icon {
  width: 100%;
  height: 100%;
  -js-display: flex;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header-top .header-top__item.header-menu .header__menu_icon-menu .menu-fix-icon svg,
.header-top .header-top__item.header-menu .header__menu_icon-menu .menu-fix-icon span {
  pointer-events: none;
}
.header-top .header-top__item.header-menu .header__menu_icon-menu .menu-fix-icon svg {
  width: 100%;
  height: 100%;
}
.header-top .header-top__item.header-menu .header__menu_icon-menu .menu-fix-icon svg path,
.header-top .header-top__item.header-menu .header__menu_icon-menu .menu-fix-icon svg rect {
  fill: #212121;
}
.header-top .header-top__item.header-lk {
  width: 170px;
  height: 35px;
}
.header-top .header-top__item.header-contact {
  width: auto;
}
.header-top .header-top__item.header-location {
  width: 100%;
  max-width: 170px;
}
.header-top .header-top__item.header-location img {
  width: 32px;
  height: 32px;
}
.header-top .header-top__item.header-location a {
  color: #006d25;
}

.header-contact .header-contact__item {
  width: auto;
}
.header-contact .header-contact__item.header-contact__soc {
  width: 165px;
}
.header-contact .header-contact__mode {
  color: rgb(117, 117, 117);
  font-size: 14px;
  line-height: 18px;
}
.header-contact .header-contact__mode span {
  position: relative;
}
.header-contact .header-contact__mode span:after {
  content: "";
  position: absolute;
  bottom: 1px;
  left: 0;
  width: 100%;
  height: 0.5px;
  background: rgba(117, 117, 117, 0.6);
}
.header-contact .header-contact__phone {
  padding: 2px 0 0;
  display: flex;
  flex-direction: column;
}
.header-contact .header-contact__phone a {
  color: rgb(33, 33, 33);
  font-size: 18px;
  line-height: 24px;
  padding: 0 22px 0 0;
  white-space: nowrap;
}
.header-contact .header-contact__phone a:first-child {
  color: rgb(0, 109, 37);
}
.header-contact .header-contact__phone a:hover {
  color: rgb(33, 33, 33);
}
.header-contact .header-contact__phone a:hover:first-child {
  color: rgb(0, 109, 37);
}
.header-contact .header-contact__soc .soc-box {
  width: 150px;
  overflow: hidden;
}
.header-contact .header-contact__soc .soc-box a {
  -js-display: flex;
  display: flex;
  border-radius: 5px;
  padding: 0;
  margin-right: 8px;
  overflow: hidden;
}

.header-lk {
  width: 100%;
  background: rgb(242, 245, 248);
  border-radius: 5px;
  padding: 0 5px;
}
.header-lk .header-lk__link {
  color: rgb(33, 33, 33);
  font-size: 14px;
  line-height: 18px;
  padding: 0 5px;
}
.header-lk .header-lk__link.header-lk__link_login {
  position: relative;
}
.header-lk .header-lk__link.header-lk__link_login svg {
  position: relative;
  top: -2px;
  width: 16px;
  height: 18px;
}
.header-lk .header-lk__link.header-lk__link_login svg path {
  fill: rgb(33, 33, 33);
}
.header-lk .header-lk__link.header-lk__link_login span {
  padding: 0 0 0 7px;
}
.header-lk .header-lk__link.header-lk__link_login.header-lk__link_lgn {
  padding: 0 15px;
}
.header-lk .header-lk__link:hover {
  color: rgb(0, 109, 37);
}
.header-lk .header-lk__link:hover.header-lk__link_login svg path {
  fill: rgb(0, 109, 37);
}

@media (max-width: 1600px) {
  .header-top {
    font-size: 15px;
    line-height: 18px;
  }
  .header-top .header-top__item {
    width: 520px;
    height: 100%;
  }
  .header-top .header-top__item.header-menu {
    width: calc(100% - 690px);
  }
  .header-contact .header-contact__item {
    width: auto;
  }
  .header-contact .header-contact__item.header-contact__soc {
    width: 170px;
  }
  .header-contact .header-contact__phone {
    padding: 2px 0 0;
  }
  .header-contact .header-contact__phone a {
    font-size: 17px;
    line-height: 23px;
    padding: 0 20px 0 0;
  }
}
@media (max-width: 1240px) {
  .header-top {
    font-size: 14px;
    line-height: 18px;
  }
  .header-top .header-top__item {
    width: 350px;
    height: 100%;
  }
  .header-top .header-top__item.header-menu {
    width: calc(100% - 525px);
  }
  .header-top .header-top__item.header-location {
    width: auto;
    max-width: 100%;
    margin-right: 10px;
    flex: 0 0 auto;
  }
  #header-location {
    display: none;
  }
  .header-contact .header-contact__item {
    width: auto;
  }
  .header-contact .header-contact__item.header-contact__soc {
    width: 170px;
  }
  .header-contact .header-contact__mode {
    display: none;
  }
  .header-contact .header-contact__phone {
    padding: 2px 0 0;
  }
  .header-contact .header-contact__phone a {
    font-size: 16px;
    line-height: 22px;
    padding: 0 20px 0 0;
  }
}
@media (max-width: 1000px) {
  .header-top {
    position: absolute;
    top: 0;
    right: 75px;
    width: calc(100% - 250px);
    width: 450px;
    height: 80px;
    border-bottom: none;
  }
  .header-top .header-top__item {
    width: 315px;
  }
  .header-top .header-top__item.header-menu {
    order: 2;
    width: 50px;
  }
  .header-top .header-top__item.header-menu .header__menu_icon-menu {
    margin: 0 0 0 auto;
  }
  .header-top .header-top__item.header-contact {
    order: 1;
  }
  .header-top .header-top__item.header-lk {
    display: none;
  }
  #header-location {
    display: inline-block;
  }
}
@media (max-width: 800px) {
  .header-top {
    width: 450px;
  }
  .header-top .header-top__item {
    width: 305px;
  }
  .header-top .header-top__item.header-menu {
    width: 45px;
  }
}
@media (max-width: 768px) {
  .header-top {
    width: 400px;
    right: 20px;
  }
  .header-top .header-top__item {
    width: 290px;
  }
  #header-location {
    display: none;
  }
  .header-contact .header-contact__item {
    width: auto;
  }
  .header-contact .header-contact__item.header-contact__soc {
    width: 160px;
  }
  .header-contact .header-contact__phone {
    padding: 2px 0 0;
  }
  .header-contact .header-contact__phone a {
    font-size: 15px;
    line-height: 21px;
    padding: 0 20px 0 0;
  }
  .header-contact .header-contact__soc .soc-box {
    width: 142px;
  }
  .header-contact .header-contact__soc .soc-box a {
    margin-right: 6px;
  }
}
@media (max-width: 640px) {
  .header-top {
    position: relative;
    top: auto;
    right: auto;
    width: 100%;
    height: 50px;
    border-bottom: 1px solid rgb(217, 221, 232);
  }
  .header-top .header-top__item.header-menu {
    position: absolute;
    top: 50px;
    height: 80px;
    right: 15px;
  }
  .header-top .header-top__item.header-contact {
    width: 100%;
  }
  .header-contact .header-contact__item {
    width: auto;
    height: 100%;
  }
  .header-contact .header-contact__item.header-contact__soc {
    width: 115px;
    -js-display: flex;
    display: flex;
    align-items: center;
  }
  .header-contact .header-contact__item.header-contact__soc .soc-box {
    padding: 0;
  }
  .header-contact .header-contact__item.header-contact__soc .soc-box a {
    height: 100%;
  }
  .header-contact .header-contact__item.header-contact__soc .soc-box a svg {
    height: 100%;
  }
  .header-contact .header-contact__phone {
    -js-display: flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    padding: 0;
    text-align: right;
    height: 100%;
  }
  .header-contact .header-contact__phone a {
    font-size: 15px;
    line-height: 21px;
    padding: 0 0 0 10px;
  }
  #header-location {
    display: none;
  }
}
@media (max-width: 640px) {
  .header-top .header-top__item.header-menu {
    height: 70px;
  }
}
.header {
  height: 90px;
}
.header .content, .header .menu-catalogSection-fix {
  height: 100%;
}
.header .header__logo {
  width: 264px;
  padding: 0 20px 0 0;
}
.header .header__wrap {
  width: calc(100% - 264px);
}

/* Логотип */
.logo .logo-img {
  display: block;
  width: 75px;
  height: 68px;
  margin: 0 18px 0 0;
  background: url("../images/logo.png") no-repeat;
  -ms-background-size: contain !important;
  background-size: contain !important;
}
.logo .logo-text {
  font-size: 25px;
  line-height: 24px;
  font-family: pr-black;
  font-weight: 900;
  font-style: normal;
  text-transform: uppercase;
  color: rgb(193, 35, 0);
  color: rgb(210, 38, 0);
}
.logo .logo-desc {
  color: #757575;
  font-size: 13.5px;
  font-family: pr-reg;
  line-height: 16px;
  font-weight: normal;
}

.header-wrap {
  height: 50px;
}
.header-wrap .header-wrap__item {
  width: 170px;
  height: 100%;
  margin: 0 15px 0 0;
}
.header-wrap .header-wrap__item.header__search {
  width: calc(100% - 370px);
}
.header-wrap .header-wrap__item.header___cart {
  margin: 0;
}
.header-wrap .header-wrap__item.header__menu-fix {
  width: 26px;
  height: 100%;
  cursor: pointer;
  -webkit-appearance: listbox;
}
@media (min-width: 1001px) {
  .header-wrap .header-wrap__item.header__menu-fix {
    display: none;
  }
}
.header-wrap .header-wrap__item.header__menu-fix .menu-fix-icon {
  width: 100%;
  height: 100%;
  -js-display: flex;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header-wrap .header-wrap__item.header__menu-fix .menu-fix-icon svg {
  width: 100%;
  height: 100%;
}
.header-wrap .header-wrap__item.header__menu-fix .menu-fix-icon svg path {
  fill: #005EAC;
}

/* Кнопка каталога в шапке */
.catalog-menu-icon {
  position: relative;
  width: 100%;
  height: 100%;
  color: #FFFFFF;
  font-size: 18px;
  font-family: pr-bold;
  line-height: 22px;
  font-weight: bold;
  padding: 0 15px;
  cursor: pointer;
  -webkit-appearance: listbox;
  background: #00A44B;
  border-radius: 5px;
  transition: all 0.3s;
}
.catalog-menu-icon span, .catalog-menu-icon svg {
  transition: transform 0.3s ease;
}
.catalog-menu-icon svg path {
  fill: rgb(255, 255, 255);
}
.catalog-menu-icon svg.icon-open {
  width: 10px;
  height: 6px;
}
.catalog-menu-icon svg.icon-catalog {
  width: 17px;
  height: 14px;
}
.catalog-menu-icon svg.filter-close {
  width: 17px;
  height: 14px;
  display: none;
}
.catalog-menu-icon:hover:not(.active) {
  transform: scaleX(0.95) translateY(2px);
}
.catalog-menu-icon.active svg.icon-catalog {
  display: none;
}
.catalog-menu-icon.active svg.filter-close {
  display: block;
}

.header-catalog {
  opacity: 0;
  pointer-events: none;
  position: relative;
  z-index: 14;
  height: auto !important;
}
.header-catalog.active {
  opacity: 1;
  pointer-events: all;
}

.menu-catalog {
  position: absolute;
  z-index: 1;
  top: 15px;
  width: 310px;
  z-index: 100;
  -ms-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
}
.menu-catalog.toggle-active, .menu-catalog .menu-catalog_active {
  display: block;
}
.menu-catalog > ul {
  position: relative;
  z-index: 1;
  margin: 0;
  padding: 0;
  list-style-type: none;
  background: rgb(255, 255, 255);
  border-radius: 5px;
  overflow: hidden;
  overflow-y: auto;
}
.menu-catalog > ul > li {
  background: rgb(255, 255, 255);
}
.menu-catalog > ul > li a {
  -js-display: flex;
  display: flex;
  align-items: center;
  padding: 10px 20px;
  color: rgb(33, 33, 33);
  font-size: 16px;
  font-family: pr-reg;
  font-weight: normal;
  line-height: 22px;
  min-height: 48px;
  padding: 10px 40px 10px 20px;
}
.menu-catalog > ul > li > a {
  border-bottom: 1px solid rgb(217, 221, 232);
}
.menu-catalog > ul > li:first-child {
  border-radius: 5px 5px 0 0;
}
.menu-catalog > ul > li:last-child {
  border-radius: 0 0 5px 5px;
}
.menu-catalog > ul > li:last-child > a {
  border-bottom: none;
}
.menu-catalog > ul > li.has-submenu > a {
  position: relative;
}
.menu-catalog > ul > li.has-submenu > a:before, .menu-catalog > ul > li.has-submenu > a:after {
  content: "";
  position: absolute;
}
.menu-catalog > ul > li.has-submenu > a:before {
  opacity: 0;
  display: block;
  top: 0;
  right: -1px;
  width: 1px;
  height: 100%;
  background: rgb(255, 255, 255);
}
.menu-catalog > ul > li.has-submenu > a:after {
  content: "\f105";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  top: calc(50% - 8px);
  right: 20px;
}
.menu-catalog > ul > li > .menu-catalog-submenu {
  position: absolute;
  z-index: -1;
  top: 0;
  left: calc(100% - 5px);
  display: none;
  width: 100%;
  min-height: 100%;
  color: rgb(0, 0, 0);
  background: rgb(255, 255, 255);
  -ms-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
  border-radius: 0 5px 5px 0;
}
.menu-catalog > ul > li > .menu-catalog-submenu .menu-catalog-submenu__header a {
  color: #212121;
  font-family: pr-bold;
  font-weight: 700;
  padding-left: 40px;
  padding-left: 40px;
  padding-right: 20px;
}
.menu-catalog > ul > li > .menu-catalog-submenu > ul {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.menu-catalog > ul > li > .menu-catalog-submenu > ul > li > a {
  padding-left: 40px;
  padding-right: 20px;
}
.menu-catalog > ul > li > .menu-catalog-submenu > ul > li > ul {
  padding-top: 5px;
  color: rgb(136, 136, 136);
  font-weight: 400;
}
.menu-catalog > ul > li > .menu-catalog-submenu > ul > li:hover > a {
  color: #006D25;
}
.menu-catalog > ul > li > .menu-catalog-submenu:before {
  content: "";
  opacity: 0;
  display: block;
  position: absolute;
  top: 0;
  left: 5px;
  width: 1px;
  height: 100%;
  background: rgb(217, 221, 232);
}
.menu-catalog > ul > li:hover {
  background: rgb(255, 255, 255) !important;
}
.menu-catalog > ul > li:hover > a {
  color: #006D25;
}
.menu-catalog > ul > li:hover > .menu-catalog-submenu {
  display: block;
}
.menu-catalog > ul > li:hover.has-submenu > a:before {
  opacity: 1;
}
.menu-catalog > ul > li:hover.has-submenu > .menu-catalog-submenu:before {
  opacity: 1;
}
.menu-catalog:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 20px;
  top: -8px;
  width: 20px;
  height: 20px;
  background: rgb(255, 255, 255);
  -ms-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.15);
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.15);
  transform: rotate(45deg);
}

/* Поиск в шапке */
.header-search {
  height: 100%;
}
.header-search form {
  display: none;
  width: 100%;
  height: 100%;
}
.header-search .search-xs {
  position: relative;
  height: 100%;
  transition: transform 0.3s ease;
}
.header-search .search-xs svg {
  width: 20px;
  height: 100%;
}
.header-search .search-xs svg path {
  fill: #323232;
}
.header-search .search-xs:hover {
  cursor: pointer;
  transform: translateY(-2px);
}
@media (min-width: 769px) {
  .header-search form {
    display: block;
  }
  .header-search .search-xs {
    display: none;
  }
}

.ya-site-form {
  width: 100%;
  height: 100%;
}
.ya-site-form .ya-site-form__form, .ya-site-form .ya-site-form__input {
  position: relative;
  width: 100%;
  height: 100%;
}
.ya-site-form table {
  width: 100%;
  height: 100%;
}
.ya-site-form table tr {
  width: 100%;
  height: 100%;
}
.ya-site-form table tr td {
  height: 100%;
  padding: 0 !important;
}
.ya-site-form input {
  height: 100% !important;
  padding: 0 15px !important;
}
.ya-site-form input[type=button] {
  border: 1px solid #D9DDE8;
  border-left: none;
  background: #f2f5f8;
  margin: 0 !important;
}

.search-input-group {
  width: 100%;
  height: 100%;
  -js-display: flex;
  display: flex;
  align-items: center;
}
.search-input-group input {
  width: 100%;
  height: 100%;
  color: rgba(69, 69, 69, 0.75);
  font-size: 16px;
  font-family: pr-reg;
  line-height: 19px;
  font-weight: normal;
  border: none;
  border: 2px solid transparent;
  padding: 0 60px 0 20px;
  background: rgb(238, 242, 251);
  border-radius: 5px !important;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.search-input-group input::-webkit-input-placeholder {
  color: rgba(69, 69, 69, 0.75);
}
.search-input-group input::-moz-placeholder {
  color: rgba(69, 69, 69, 0.75);
}
.search-input-group input:-moz-placeholder {
  color: rgba(69, 69, 69, 0.75);
}
.search-input-group input:-ms-input-placeholder {
  color: rgba(69, 69, 69, 0.75);
}
.search-input-group input:hover, .search-input-group input:focus, .search-input-group input:active {
  outline: 0;
  color: #454545;
  border-color: transparent;
  background: rgb(238, 242, 251);
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.search-input-group input:hover::-webkit-input-placeholder, .search-input-group input:focus::-webkit-input-placeholder, .search-input-group input:active::-webkit-input-placeholder {
  color: rgba(69, 69, 69, 0.75);
}
.search-input-group input:hover::-moz-placeholder, .search-input-group input:focus::-moz-placeholder, .search-input-group input:active::-moz-placeholder {
  color: rgba(69, 69, 69, 0.75);
}
.search-input-group input:hover:-moz-placeholder, .search-input-group input:focus:-moz-placeholder, .search-input-group input:active:-moz-placeholder {
  color: rgba(69, 69, 69, 0.75);
}
.search-input-group input:hover:-ms-input-placeholder, .search-input-group input:focus:-ms-input-placeholder, .search-input-group input:active:-ms-input-placeholder {
  color: rgba(69, 69, 69, 0.75);
}
.search-input-group .input-group-btn {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  width: 50px;
  padding: 0;
  height: 100%;
  text-align: center;
}
.search-input-group .input-group-btn button {
  width: 100%;
  height: 100%;
  background: transparent;
  border: none;
  padding: 0;
  background: transparent;
  border-radius: 0 5px 5px 0 !important;
  transition: transform 0.3s ease;
}
.search-input-group .input-group-btn button svg {
  width: 20px;
  height: 100%;
  transition: 0.3s;
}
.search-input-group .input-group-btn button svg path {
  fill: rgb(0, 109, 37);
}
.search-input-group .input-group-btn button:hover, .search-input-group .input-group-btn button:focus, .search-input-group .input-group-btn button:active {
  outline: 0;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.search-input-group .input-group-btn button:hover svg, .search-input-group .input-group-btn button:focus svg, .search-input-group .input-group-btn button:active svg {
  transform: translateY(-1px);
}
.search-input-group .input-group-btn button:hover svg path, .search-input-group .input-group-btn button:focus svg path, .search-input-group .input-group-btn button:active svg path {
  fill: rgb(0, 109, 37);
}

/* Корзина, избранное */
.header-cart {
  position: relative;
  width: 100%;
  height: 100%;
}
.header-cart .header-cart__mini {
  opacity: 0;
  pointer-events: none;
}
.header-cart .cart-mini {
  position: relative;
  top: 15px;
  z-index: 1000;
}
.header-cart:hover .header-cart__mini, .header-cart:focus .header-cart__mini, .header-cart:active .header-cart__mini {
  pointer-events: all;
  opacity: 1;
}

.but-header {
  width: 100%;
  height: 100%;
  padding: 0 15px;
  border: 1px solid #D9DDE8;
  border-radius: 5px;
}
.but-header a {
  height: 100%;
}
.but-header .but-header__icon {
  height: 22px;
  position: relative;
  transition: transform 0.3s ease;
}
.but-header .but-header__icon svg {
  height: 100%;
}
.but-header .but-header__icon svg path {
  stroke: #323232;
}
.but-header .but-header__icon svg.icon-account path {
  stroke: transparent;
  fill: #323232;
}
.but-header .but-header__icon svg.icon-cart path {
  stroke: transparent;
  fill: #CF2034;
}
.but-header .but-header__count {
  position: absolute;
  top: calc(50% - 20px);
  right: -10px;
  min-width: 18px;
  height: 18px;
  color: rgb(50, 50, 50);
  font-size: 11px;
  line-height: 13px;
  text-align: center;
  background: #FFE600;
  padding: 0 0 0 1px;
  padding: 0 4px;
  border-radius: 50px;
}
.but-header .but-header__count.active {
  opacity: 1;
}
.but-header .but-header__text {
  color: rgb(207, 32, 52);
  font-size: 16px;
  font-family: pr-reg;
  line-height: 19px;
  font-weight: normal;
  text-align: center;
  padding: 2px 0 0 18px;
}
.but-header .but-header__text .ruble {
  font-size: 14px;
}
.but-header .but-header__text .ruble svg {
  width: 9px;
  height: 12px;
}
.but-header .but-header__text .ruble svg path {
  fill: rgb(207, 32, 52);
}
.but-header .but-header__text .header-cart__cost-price {
  white-space: nowrap;
}
.but-header .but-header__text .but-cart-link {
  color: rgb(207, 32, 52);
  font-size: 14px;
  line-height: 13px;
  text-decoration: underline;
}
@media (min-width: 1001px) {
  .but-header .but-header__text .mobile-visible {
    display: none;
  }
}
@media (max-width: 1000px) {
  .but-header .but-header__text .mobile-hidden {
    display: none;
  }
}
.but-header:hover {
  cursor: pointer;
}
.but-header:hover .but-header__icon {
  transform: translateX(2px);
}

@media (max-width: 1600px) {
  .header {
    height: 90px;
  }
  .header .header__logo {
    width: 248px;
    padding: 0 20px 0 0;
  }
  .header .header__wrap {
    width: calc(100% - 248px);
  }
  .header-wrap {
    height: 46px;
  }
  .header-wrap .header-wrap__item {
    width: 160px;
    margin: 0 15px 0 0;
  }
  .header-wrap .header-wrap__item.header__search {
    width: calc(100% - 340px);
  }
  /* Кнопка каталога в шапке */
  .catalog-menu-icon {
    font-size: 17px;
    line-height: 21px;
    padding: 0 15px;
  }
}
@media (max-width: 1240px) {
  .header {
    height: 85px;
  }
  .header-wrap {
    height: 42px;
  }
  .header-wrap .header-wrap__item {
    width: 150px;
    margin: 0 15px 0 0;
  }
  .header-wrap .header-wrap__item.header__search {
    width: calc(100% - 330px);
  }
  /* Кнопка каталога в шапке */
  .catalog-menu-icon {
    font-size: 16px;
    line-height: 20px;
    padding: 0 12px;
  }
  .catalog-menu-icon svg.icon-open {
    width: 10px;
    height: 5px;
  }
  .catalog-menu-icon svg.icon-catalog {
    width: 17px;
    height: 13px;
  }
  .catalog-menu-icon svg.filter-close {
    width: 17px;
    height: 13px;
  }
}
@media (max-width: 1000px) {
  .header {
    height: 80px;
  }
  .header .header__logo {
    width: 200px;
    padding: 0 20px 0 0;
  }
  .header .header__wrap {
    display: none;
  }
  .but-header {
    flex-direction: column;
    padding: 0;
    border: none;
    border-radius: 0;
  }
  .but-header .but-header__icon {
    height: 28px;
  }
  .but-header .but-header__count {
    top: calc(50% - 15px);
    right: calc(50% - 22px);
    min-width: 15px;
    height: 15px;
    font-size: 10px;
    line-height: 9px;
    padding: 0;
  }
  .but-header .but-header__text {
    color: #757575;
    font-size: 14px;
    line-height: 1;
    padding: 8px 0 0;
  }
  .but-header .but-header__text .ruble {
    font-size: 13px;
  }
  .but-header .but-header__text .ruble svg {
    width: 9px;
    height: 12px;
  }
  .but-header .but-header__text .ruble svg path {
    fill: #757575;
  }
  .but-header .but-header__text .but-cart-link {
    color: rgb(207, 32, 52);
    font-size: 13px;
    line-height: 13px;
  }
  .but-header:hover .but-header__icon {
    transform: translateX(0);
  }
}
@media (max-width: 480px) {
  .header {
    height: 70px;
  }
  .header .header__logo {
    width: 220px;
  }
}
/* Меню */
.menu {
  width: 100%;
  height: 100%;
}
.menu ul {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.menu ul li {
  position: relative;
  padding: 0 15px 0 0;
  transition: all 0.3s linear;
}
.menu ul li a {
  position: relative;
  color: #212121;
  line-height: 22px;
  transition: all 0.3s linear;
}
.menu ul li a:after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 0;
  height: 1px;
  opacity: 0;
  background: #005EAC;
  transition: all 0.3s linear;
}
.menu ul li.header-hidden {
  display: none;
}
.menu ul li:last-child {
  padding: 0;
}
.menu ul li.active a, .menu ul li:hover a {
  color: #006D25;
}
@media (max-width: 1600px) {
  /* Меню */
  .menu ul li {
    padding: 0px 10px 0 0;
  }
  .menu ul li:last-child {
    padding: 0;
  }
}
@media (max-width: 1240px) {
  /* Меню */
  .menu ul li {
    padding: 0px 10px 0 0;
  }
  .menu ul li a {
    font-size: 14px;
  }
}
@media (max-width: 1000px) {
  .menu {
    display: none;
  }
}
.menu-fix {
  display: none;
}

/* Меню */
html.htmlmenu, body.htmlmenu {
  overflow-y: scroll !important;
}

body.bodymenu {
  overflow: hidden !important;
}

@media (max-width: 1000px) {
  .menu-fix {
    display: block;
  }
  .menu-fix .menu-fix__icon-close {
    z-index: -100;
    right: 10px;
    opacity: 0;
    transition: all 0.3s linear 0.3s;
  }
  .menu-fix .menu-fix__icon-close.active {
    display: block;
    position: fixed;
    top: 12px;
    right: 10px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    opacity: 1;
    z-index: 1051;
  }
  .menu-fix .menu-fix__icon-close.active div {
    position: relative;
    width: 100%;
    height: 2px;
    background: rgba(0, 0, 0, 0.7);
    transition: all 0.4s ease;
    transform: rotate(135deg);
    top: 14px;
  }
  .menu-fix .menu-fix__icon-close.active div:before {
    content: "";
    position: absolute;
    z-index: 1;
    left: 0;
    width: 100%;
    height: 2px;
    background: rgba(0, 0, 0, 0.7);
    transition: all 0.4s ease;
    top: 0;
    transform: rotate(90deg);
  }
  .menu-fix .menu-fix__icon-close.active:hover div {
    background: rgb(0, 0, 0);
    transform: rotate(225deg);
  }
  .menu-fix .menu-fix__icon-close.active:hover div:before {
    background: rgb(0, 0, 0);
  }
  .menu-fix .menu-fix__header {
    position: fixed;
    z-index: 1051;
    top: 10px;
    left: 0;
    color: #212121;
    font-size: 20px;
    font-family: pr-bold;
    line-height: 1.2;
    font-weight: 700;
  }
  .menu-fix .menu-fix__box {
    position: fixed;
    z-index: 1050;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: rgb(255, 255, 255);
    pointer-events: none;
    -js-display: flex;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s linear 0.3s;
  }
  .menu-fix .menu-fix__box.active {
    left: 0;
    pointer-events: all;
    transition: all 0.3s linear;
  }
  .menu-fix .menu-fix__box.active .menu-fix__box2 {
    opacity: 1;
    pointer-events: all;
    z-index: 1051;
    transition: all 0.3s linear 0.3s;
  }
  .menu-fix .menu-fix__box.active .menu-fix__bottom {
    opacity: 1;
    pointer-events: all;
    z-index: 1051;
    transition: all 0.3s linear 0.6s;
  }
  .menu-fix .menu-fix__box .menu-fix__box2 {
    width: 100%;
    margin: auto;
    max-height: calc(100% - 100px);
    padding: 0;
    opacity: 0;
    overflow: hidden;
    overflow-y: auto;
    pointer-events: none;
    transition: all 0.3s linear;
  }
  .menu-fix .menu-fix__box .menu-fix__box2 .menu-fix__box3 {
    max-width: 100%;
    max-height: 100%;
    padding: 0 0 25px;
  }
  .menu-fix .menu-fix__box .menu-fix__box2 .menu-fix__box3 ul {
    list-style: none;
    padding: 0px;
    margin: 0;
    display: block;
    max-height: 100%;
    text-align: center;
  }
  .menu-fix .menu-fix__box .menu-fix__box2 .menu-fix__box3 ul li {
    padding: 10px 0px;
    transition: all 0.3s ease;
  }
  .menu-fix .menu-fix__box .menu-fix__box2 .menu-fix__box3 ul li a {
    position: relative;
    color: #212121;
    font-size: 16px;
    font-family: pr-reg;
    font-weight: 400;
    line-height: 1;
  }
  .menu-fix .menu-fix__box .menu-fix__box2 .menu-fix__box3 ul li.active a, .menu-fix .menu-fix__box .menu-fix__box2 .menu-fix__box3 ul li:hover a {
    color: #006D25;
  }
  .menu-fix .menu-fix__box .menu-fix__box2 .menu-fix__box3 ul li.footer-hidden {
    display: block;
  }
  .menu-fix .menu-fix__box .menu-fix__box2::-webkit-scrollbar-track {
    -webkit-box-shadow: none;
    border-radius: 10px;
    background-color: rgba(0, 0, 0, 0.05);
  }
  .menu-fix .menu-fix__box .menu-fix__box2::-webkit-scrollbar {
    width: 7px;
    background-color: rgba(0, 0, 0, 0.05);
  }
  .menu-fix .menu-fix__box .menu-fix__box2::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: none;
    background-color: rgba(0, 0, 0, 0.1);
  }
  .menu-fix .menu-fix__box .menu-fix__bottom {
    width: 100%;
    padding: 0px 20px 25px;
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s linear;
  }
  .menu-fix .menu-fix__box .menu-fix__bottom .menu-fix-contact {
    width: 100% !important;
    padding: 0 !important;
    align-items: center !important;
    text-align: center;
  }
  .menu-fix .menu-fix__box .menu-fix__bottom .menu-fix-contact .menu-fix-contact__item {
    padding: 0 0 5px;
  }
  .menu-fix .menu-fix__box .menu-fix__bottom .menu-fix-contact a {
    color: #212121;
    font-size: 18px;
    font-family: pr-reg;
  }
  .menu-fix .menu-fix__box .menu-fix__bottom .menu-fix-contact .soc-box a {
    padding: 2px 4px;
  }
  .menu-fix .menu-fix__box::-webkit-scrollbar-track {
    -webkit-box-shadow: none;
    border-radius: 20px;
    background-color: #fff;
  }
  .menu-fix .menu-fix__box::-webkit-scrollbar {
    width: 7px;
    background-color: #fff;
  }
  .menu-fix .menu-fix__box::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: none;
    background-color: #b9b9b9;
  }
  .menu-fix.active:after {
    pointer-events: all;
    z-index: 1040;
    background: rgba(0, 0, 0, 0.6);
  }
  .menu-fix:after {
    content: "";
    display: block;
    position: fixed;
    z-index: 1040;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    background: rgba(0, 0, 0, 0);
    transition: all 0.3s linear 0.3s;
  }
}
@media (min-width: 1001px) {
  .header-mobile {
    display: none !important;
  }
}
@media (max-width: 1000px) {
  .header-mobile {
    position: fixed;
    z-index: 9999;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 75px;
    font-size: 14px;
    background: #FFFFFF;
    border-top: 1px solid #D9DDE8;
    -ms-box-shadow: 0 -3px 15px rgba(0, 0, 0, 0.06);
    -o-box-shadow: 0 -3px 15px rgba(0, 0, 0, 0.06);
    box-shadow: 0 -3px 15px rgba(0, 0, 0, 0.06);
    line-height: 1;
    padding: 5px 0 2px;
  }
  .header-mobile .header-mobile__item {
    position: relative;
    width: 20%;
    height: 100%;
  }
  .header-mobile .header-mobile__item.header-mobile__home, .header-mobile .header-mobile__item.header-mobile__catalog, .header-mobile .header-mobile__item.header-mobile__search, .header-mobile .header-mobile__item.header-mobile__lk, .header-mobile .header-mobile__item.header-mobile__cart {
    height: 100%;
  }
  .header-mobile .header-mobile__item.header-mobile__home a, .header-mobile .header-mobile__item.header-mobile__catalog a, .header-mobile .header-mobile__item.header-mobile__search a, .header-mobile .header-mobile__item.header-mobile__lk a, .header-mobile .header-mobile__item.header-mobile__cart a {
    width: 100%;
    height: 100%;
    transition: transform 0.3s ease;
  }
  .header-mobile .header-mobile__item.header-mobile__home a:hover, .header-mobile .header-mobile__item.header-mobile__catalog a:hover, .header-mobile .header-mobile__item.header-mobile__search a:hover, .header-mobile .header-mobile__item.header-mobile__lk a:hover, .header-mobile .header-mobile__item.header-mobile__cart a:hover {
    cursor: pointer;
    transform: translateY(-2px);
  }
  .header-mobile .header-mobile__item.header-mobile__home span, .header-mobile .header-mobile__item.header-mobile__catalog span, .header-mobile .header-mobile__item.header-mobile__search span, .header-mobile .header-mobile__item.header-mobile__lk span, .header-mobile .header-mobile__item.header-mobile__cart span {
    padding: 8px 0 0 !important;
  }
  .header-mobile .header-mobile__item a {
    color: #757575;
  }
  .header-mobile .header-mobile__item a svg path {
    stroke: transparent;
    fill: #757575 !important;
  }
  .header-mobile .header-mobile__item a.active, .header-mobile .header-mobile__item a:hover {
    color: #006D25;
  }
  .header-mobile .header-mobile__item a.active svg path, .header-mobile .header-mobile__item a:hover svg path {
    stroke: transparent;
    fill: #006D25 !important;
  }
  .header-mobile .header-mobile__icon {
    position: relative;
    width: 100%;
    height: 28px;
  }
  .header-mobile .header-mobile__icon svg {
    width: 100% !important;
    height: 100% !important;
  }
  .header-mobile .header-mobile__count {
    position: absolute;
    top: calc(50% - 15px);
    right: calc(50% - 22px);
    min-width: 15px;
    height: 15px;
    font-size: 10px;
    color: #323232;
    line-height: 9px;
    text-align: center;
    background: #FFE600;
    padding: 0;
    border-radius: 50px;
  }
  .header-mobile .header-mobile__count.active {
    opacity: 1;
  }
}
@media (max-width: 480px) {
  .header-mobile {
    height: 60px;
    font-size: 13px;
    padding: 4px 0;
  }
  .header-mobile .header-mobile__item.header-mobile__home span, .header-mobile .header-mobile__item.header-mobile__catalog span, .header-mobile .header-mobile__item.header-mobile__search span, .header-mobile .header-mobile__item.header-mobile__lk span, .header-mobile .header-mobile__item.header-mobile__cart span {
    padding: 4px 0 0 !important;
  }
  .header-mobile .header-mobile__icon {
    height: 24px;
  }
  .header-mobile .header-mobile__count {
    top: calc(50% - 15px);
    right: calc(50% - 22px);
    min-width: 15px;
    height: 15px;
    font-size: 10px;
    line-height: 9px;
  }
}
@media (max-width: 360px) {
  .header-mobile .header-mobile__icon {
    height: 22px;
  }
}
/* Окно поиска */
#search-form-Modal .modal-body {
  position: relative;
  padding: 0;
}
#search-form-Modal .modal-body .input-group {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  height: 68px;
}
#search-form-Modal .modal-body .input-group input {
  width: 100%;
  height: 100%;
  background: #fff;
  color: #000;
  font-size: 20px;
  font-family: pr-reg;
  letter-spacing: 0;
  border: none;
  padding: 0 68px;
  border-radius: 6px;
}
#search-form-Modal .modal-body .input-group .input-group-btn {
  -js-display: flex;
  display: flex;
  align-items: center;
  position: absolute;
  z-index: 5;
  width: 68px;
  height: 100%;
}
#search-form-Modal .modal-body .input-group .input-group-btn button {
  width: 100%;
  color: #373E44;
  font-size: 20px;
  line-height: 1;
  text-align: center;
  background: transparent;
  border: none;
  padding: 0;
}
#search-form-Modal .modal-body .input-group .input-group-btn button:hover, #search-form-Modal .modal-body .input-group .input-group-btn button:focus, #search-form-Modal .modal-body .input-group .input-group-btn button:active {
  outline: 0;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
#search-form-Modal .search-form-Modal__close {
  position: absolute;
  z-index: 12;
  top: 0;
  right: 0;
  width: 68px;
  height: 100%;
  padding: 0 25px;
}
#search-form-Modal .search-form-Modal__close svg {
  pointer-events: none;
  width: 100%;
  height: 100%;
}
#search-form-Modal .search-form-Modal__close svg path {
  fill: rgba(0, 0, 0, 0.6);
}

@media (max-width: 1000px) {
  /* Окно поиска */
  #search-form-Modal .modal-dialog {
    margin-top: 10px;
  }
  #search-form-Modal .modal-body .input-group {
    height: 58px;
  }
  #search-form-Modal .modal-body .input-group input {
    font-size: 20px;
    padding: 0 58px;
  }
  #search-form-Modal .modal-body .input-group .input-group-btn {
    width: 58px;
  }
  #search-form-Modal .modal-body .input-group .input-group-btn button {
    font-size: 20px;
  }
  #search-form-Modal .search-form-Modal__close {
    width: 58px;
    padding: 0 21px;
  }
}
@media (max-width: 640px) {
  /* Окно поиска */
  #search-form-Modal .modal-dialog {
    margin-top: 10px;
  }
  #search-form-Modal .modal-body .input-group {
    height: 48px;
  }
  #search-form-Modal .modal-body .input-group input {
    font-size: 18px;
    padding: 0 48px;
  }
  #search-form-Modal .modal-body .input-group .input-group-btn {
    width: 48px;
  }
  #search-form-Modal .modal-body .input-group .input-group-btn button {
    font-size: 18px;
  }
  #search-form-Modal .search-form-Modal__close {
    width: 48px;
    padding: 0 17px;
  }
}
@media screen and (min-width: 768px) {
  #search-form-Modal .modal-dialog {
    margin: 10px auto;
  }
}
.catalog-menu-fix .menu-fix__box .menu-fix__box2 {
  max-height: calc(100% - 100px);
}
.catalog-menu-fix .menu-fix__box .menu-fix__box2 .menu-fix__box3 ul {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.catalog-menu-fix .menu-fix__box .menu-fix__box2 .menu-fix__box3 ul li {
  width: calc(33.3333333333% - 14px);
  margin: 0 7px 14px;
  padding: 0;
}
.catalog-menu-fix .menu-fix__box .menu-fix__box2 .menu-fix__box3 ul li a {
  font-size: 14px;
}
.catalog-menu-fix .menu-fix__box .menu-fix__box2 .menu-fix__box3 ul li a picture source, .catalog-menu-fix .menu-fix__box .menu-fix__box2 .menu-fix__box3 ul li a picture img {
  max-height: 70px;
}
.catalog-menu-fix .menu-fix__box .menu-fix__box2 .menu-fix__box3 ul li a span {
  display: block;
  padding: 5px 0;
}
@media screen and (max-width: 480px) {
  .catalog-menu-fix .menu-fix__box .menu-fix__box2 .menu-fix__box3 ul li {
    width: calc(100% - 14px);
    background: #FFFFFF;
    border: none;
    border-bottom: 1px solid #D9DDE8;
    margin: 0 7px 0;
    padding: 10px 12px;
    border-radius: 0;
  }
  .catalog-menu-fix .menu-fix__box .menu-fix__box2 .menu-fix__box3 ul li picture {
    display: none;
  }
  .catalog-menu-fix .menu-fix__box .menu-fix__box2 .menu-fix__box3 ul li span {
    text-align: left;
  }
}

.header-catalog-fix {
  position: fixed;
  z-index: 999;
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 160px) !important;
  font-size: 14px;
  background: #FFFFFF;
  -ms-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
  opacity: 0;
  pointer-events: none;
}
.header-catalog-fix.active {
  opacity: 1;
  pointer-events: all;
}

.menu-catalogSection-fix {
  position: relative;
  z-index: 1;
  height: 100%;
}
.menu-catalogSection-fix .menu-catalogSection-fix__parent {
  position: relative;
  z-index: 1;
  width: 245px;
  height: 100%;
}
.menu-catalogSection-fix .menu-catalogSection-fix__parent ul {
  height: 100%;
}
.menu-catalogSection-fix .menu-catalogSection-fix__child {
  position: relative;
  z-index: 1;
  width: calc(100% - 245px);
  padding: 20px;
  height: 100%;
  background: #FFFFFF;
}
.menu-catalogSection-fix .menu-catalogSection-fix__child-wrapper {
  height: calc(100% - 10px);
}
.menu-catalogSection-fix .menu-catalogSection-fix__child ul {
  height: 100%;
}
.menu-catalogSection-fix .menu-catalogSection-fix__child .filter-inline.filter-inline-input-range {
  width: 425px;
}
@media screen and (max-width: 1240px) {
  .menu-catalogSection-fix .menu-catalogSection-fix__child .filter-inline.filter-inline-input-range {
    width: 100%;
  }
  .menu-catalogSection-fix .menu-catalogSection-fix__child .filter-attributes-search-producer .filter-inline.producer-filter {
    width: 100%;
    justify-content: flex-start;
  }
}
.menu-catalogSection-fix:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 300px;
  top: -8px;
  width: 20px;
  height: 20px;
  background: rgb(255, 255, 255);
  -ms-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.15);
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.15);
  transform: rotate(45deg);
}
.menu-catalogSection-fix .filter-wrapper {
  margin-bottom: 30px;
}

.menu-catalogParent {
  position: relative;
  z-index: 1;
  margin: 0;
  padding: 0;
  list-style-type: none;
  background: rgb(255, 255, 255);
  overflow: hidden;
  overflow-y: auto;
  scrollbar-color: ligthen(rgba(33, 33, 33, 0.1), 5) rgba(33, 33, 33, 0.2);
  scrollbar-width: thin;
}
.menu-catalogParent::-webkit-scrollbar-track {
  -webkit-box-shadow: none;
  border-radius: 20px;
  background-color: rgba(33, 33, 33, 0.05);
}
.menu-catalogParent::-webkit-scrollbar {
  width: 4px;
  background-color: rgba(33, 33, 33, 0.05);
}
.menu-catalogParent::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: none;
  background-color: rgba(33, 33, 33, 0.5);
}
.menu-catalogParent li {
  background: rgb(255, 255, 255);
}
.menu-catalogParent li a {
  -js-display: flex;
  display: flex;
  align-items: center;
  padding: 10px 20px;
  color: rgb(33, 33, 33);
  font-size: 16px;
  font-family: pr-reg;
  font-weight: 500;
  line-height: 22px;
  min-height: 48px;
  padding: 10px 40px 10px 20px;
}
.menu-catalogParent li > a {
  border-bottom: 1px solid rgb(217, 221, 232);
}
.menu-catalogParent li:last-child > a {
  border-bottom: none;
}
.menu-catalogParent li.has-submenu > a {
  position: relative;
}
.menu-catalogParent li.has-submenu > a:before, .menu-catalogParent li.has-submenu > a:after {
  content: "";
  position: absolute;
}
.menu-catalogParent li.has-submenu > a:before {
  opacity: 0;
  display: block;
  top: 0;
  right: -1px;
  width: 1px;
  height: 100%;
  background: rgb(255, 255, 255);
}
.menu-catalogParent li.has-submenu > a:after {
  content: "\f105";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  top: calc(50% - 8px);
  right: 20px;
}
.menu-catalogParent li.active {
  background: rgb(255, 255, 255) !important;
}
.menu-catalogParent li.active > a {
  color: #006D25;
}

.menu-catalogChild {
  height: calc(100% - 205px);
}
@media screen and (max-width: 1600px) {
  .menu-catalogChild {
    height: calc(100% - 246px);
  }
}
@media screen and (max-width: 1240px) {
  .menu-catalogChild {
    height: calc(100% - 298px);
  }
}
.menu-catalogChild .menu-catalogChild__header {
  color: rgb(33, 33, 33);
  font-size: 16px;
  font-family: pr-bold;
  font-weight: bold;
  line-height: 22px;
  padding: 0 0 10px;
}
.menu-catalogChild .menu-catalogChild__header a {
  color: rgb(33, 33, 33);
}
.menu-catalogChild .menu-catalogChild__body {
  height: calc(100% - 22px);
  height: calc(100% - 15px);
}
.menu-catalogChild ul {
  -js-display: flex;
  display: flex;
  flex-flow: column wrap;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style-type: none;
  overflow: hidden;
  overflow-x: auto;
  scrollbar-color: ligthen(rgba(33, 33, 33, 0.1), 5) rgba(33, 33, 33, 0.2);
  scrollbar-width: thin;
  display: block;
  -moz-column-count: 3; /* Для Firefox */ /* Для Safari и Chrome */
  column-count: 3;
}
.menu-catalogChild ul::-webkit-scrollbar-track {
  -webkit-box-shadow: none;
  border-radius: 20px;
  background-color: rgba(33, 33, 33, 0.05);
}
.menu-catalogChild ul::-webkit-scrollbar {
  height: 7px;
  background-color: rgba(33, 33, 33, 0.05);
}
.menu-catalogChild ul::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: none;
  background-color: rgba(33, 33, 33, 0.5);
}
.menu-catalogChild ul li {
  display: inline-block;
  min-width: 265px;
}
.menu-catalogChild ul li a {
  -js-display: flex;
  display: flex;
  align-items: center;
  padding: 5px 20px;
  color: rgb(33, 33, 33);
  font-size: 14px;
  font-family: pr-reg;
  font-weight: normal;
  line-height: 22px;
  padding: 5px 0;
}
.menu-catalogChild ul li:hover > a {
  color: #006D25;
}

.form .form-group {
  margin: 0 0 20px;
}
.form .form-group label {
  display: none;
}
.form .form-group input, .form .form-group textarea {
  width: 100%;
  height: 40px;
  border: 1px solid #e2e2e2;
  background: transparent;
  color: #232323;
  font-size: 16px;
  font-family: pr-reg;
  border-radius: 5px !important;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.form .form-group input::-webkit-input-placeholder, .form .form-group textarea::-webkit-input-placeholder {
  color: rgba(35, 35, 35, 0.7);
}
.form .form-group input::-moz-placeholder, .form .form-group textarea::-moz-placeholder {
  color: rgba(35, 35, 35, 0.7);
}
.form .form-group input:-moz-placeholder, .form .form-group textarea:-moz-placeholder {
  color: rgba(35, 35, 35, 0.7);
}
.form .form-group input:-ms-input-placeholder, .form .form-group textarea:-ms-input-placeholder {
  color: rgba(35, 35, 35, 0.7);
}
.form .form-group input.disabled, .form .form-group input.form-control[disabled], .form .form-group input.form-control[readonly], .form .form-group textarea.disabled, .form .form-group textarea.form-control[disabled], .form .form-group textarea.form-control[readonly] {
  cursor: not-allowed;
  pointer-events: none;
  background-color: #eee;
  opacity: 1;
}
.form .form-group input.error, .form .form-group textarea.error {
  color: #a94442;
  border-color: #a94442;
}
.form .form-group input.error::-webkit-input-placeholder, .form .form-group textarea.error::-webkit-input-placeholder {
  color: #a94442;
}
.form .form-group input.error::-moz-placeholder, .form .form-group textarea.error::-moz-placeholder {
  color: #a94442;
}
.form .form-group input.error:-moz-placeholder, .form .form-group textarea.error:-moz-placeholder {
  color: #a94442;
}
.form .form-group input.error:-ms-input-placeholder, .form .form-group textarea.error:-ms-input-placeholder {
  color: #a94442;
}
.form .form-group textarea {
  border-radius: 0;
  max-width: 100% !important;
  min-width: 100% !important;
  min-height: 65px !important;
  max-height: 65px !important;
}
.form .form-group.form-group-filled {
  position: relative;
  z-index: 1;
}
.form .form-group.form-group-filled input, .form .form-group.form-group-filled textarea {
  background: transparent !important;
}
.form .form-group.form-group-filled input::-webkit-input-placeholder, .form .form-group.form-group-filled textarea::-webkit-input-placeholder {
  color: transparent;
}
.form .form-group.form-group-filled input::-moz-placeholder, .form .form-group.form-group-filled textarea::-moz-placeholder {
  color: transparent;
}
.form .form-group.form-group-filled input:-moz-placeholder, .form .form-group.form-group-filled textarea:-moz-placeholder {
  color: transparent;
}
.form .form-group.form-group-filled input:-ms-input-placeholder, .form .form-group.form-group-filled textarea:-ms-input-placeholder {
  color: transparent;
}
.form .form-group.form-group-filled input:focus + label, .form .form-group.form-group-filled input.filled + label, .form .form-group.form-group-filled textarea:focus + label, .form .form-group.form-group-filled textarea.filled + label {
  z-index: 0;
  color: #A7A7A7;
  left: 10px;
  top: 0 !important;
  font-size: 12px;
  background: #fff;
  padding: 0 2px;
  transform: translateY(-50%) !important;
}
.form .form-group.form-group-filled input + label, .form .form-group.form-group-filled textarea + label {
  position: absolute;
  z-index: -1;
  left: 15px;
  top: 50%;
  display: block;
  color: #2B2D2F;
  font-weight: normal;
  margin: 0;
  transform: translateY(-50%);
  transition: all 0.1s linear;
}
.form .form-group.form-group-filled input.error + label {
  top: 8px;
  transform: translateY(0);
}
.form .form-group.form-group-filled textarea + label {
  top: 0;
  transform: translateY(7px);
}
.form .password-form-group .input-group {
  position: relative;
  display: block;
  width: 100%;
}
.form .password-form-group .input-group .input-group-addon, .form .password-form-group .input-group .input-group-btn, .form .password-form-group .input-group .form-control {
  display: block;
  float: none;
}
.form .password-form-group .input-group-addon {
  position: absolute;
  z-index: 3;
  top: 50%;
  right: 15px;
  width: auto;
  padding: 0;
  color: #737171;
  background-color: transparent;
  border: none;
  border-radius: 0;
  transform: translateY(-50%);
}
.form .password-form-group .input-group-addon:hover, .form .password-form-group .input-group-addon:focus, .form .password-form-group .input-group-addon:active {
  cursor: pointer;
  color: #252525;
}
.form .terms_of_use {
  color: #959595;
  font-size: 12px;
  line-height: 1.2;
  padding: 15px 0px 0px;
}
.form .terms_of_use a {
  color: #959595;
  text-decoration: underline;
}
.form .help-block {
  color: #a94442;
  margin: 0px !important;
  font-size: 12px;
  text-align: center;
}
.form .file-upload {
  position: relative;
}
.form .file-upload input[type=file] {
  display: none;
}
.form .file-upload label {
  display: inline-block;
  cursor: pointer;
}
.form .file-upload span {
  color: #212121;
  font-size: 14px;
  font-family: pr-reg;
  line-height: 1.2;
  font-weight: normal;
  padding: 5px 0 0;
}
.form .file-upload span .fa-paperclip {
  position: relative;
  font-size: 1.3em;
  border: none;
  background: transparent;
  transform: rotate(90deg);
}
.form .file-upload span #count_file {
  display: inline-block;
  border-bottom: 1px solid #b3b3b3;
  margin: 0 0 0 10px;
}
.form .form-button {
  margin: 20px 0 0;
}
.form input[type=submit], .form button {
  width: 100%;
  height: 45px;
  line-height: 45px;
  border: none;
  padding: 0 40px;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.form input[type=submit]:hover, .form input[type=submit]:focus, .form input[type=submit]:active, .form button:hover, .form button:focus, .form button:active {
  outline: 0;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}

.form-captcha .g-recaptcha {
  transform: scale(1);
  transform-origin: 0 0 !important;
}
.form-captcha.form-captcha-95 {
  width: 288px;
  height: 72px;
}
.form-captcha.form-captcha-95 .g-recaptcha {
  transform: scale(0.95);
}
.form-captcha.form-captcha-9 {
  width: 273px;
  height: 68px;
}
.form-captcha.form-captcha-9 .g-recaptcha {
  transform: scale(0.9);
}
.form-captcha.form-captcha-85 {
  width: 258px;
  height: 64px;
}
.form-captcha.form-captcha-85 .g-recaptcha {
  transform: scale(0.85);
}
.form-captcha.form-captcha-8 {
  width: 243px;
  height: 60px;
}
.form-captcha.form-captcha-8 .g-recaptcha {
  transform: scale(0.8);
}
.form-captcha.form-captcha-75 {
  width: 228px;
  height: 56px;
}
.form-captcha.form-captcha-75 .g-recaptcha {
  transform: scale(0.75);
}
.form-captcha.form-captcha-7 {
  width: 212px;
  height: 52px;
}
.form-captcha.form-captcha-7 .g-recaptcha {
  transform: scale(0.7);
}

@media (max-width: 768px) {
  .form input[type=submit], .form button {
    padding: 0 40px;
  }
}
@media (max-width: 400px) {
  .form .form-button {
    margin: 10px 0 0;
  }
  .form input[type=submit], .form button {
    height: 42px;
    line-height: 42px;
    padding: 0 40px;
  }
}
.modal-my .modal-dialog {
  width: 385px;
  margin: auto;
  padding: 30px 0;
}
.modal-my .modal-header {
  border: none;
  padding: 40px 40px 0px;
}
.modal-my .modal-header.box-style .box-style__header {
  width: 100%;
  color: #000;
  font-size: 16px;
  line-height: 1.2;
  padding: 0 0 20px;
}
.modal-my .modal-header.box-style .box-style__heading {
  font-size: 26px;
  line-height: 1;
  padding: 10px 0;
}
.modal-my .modal-header.box-style .box-style__desc {
  width: 100%;
  padding: 5px 0 0;
}
.modal-my .modal-header .modal-close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 20px;
  height: 20px;
  cursor: pointer;
  opacity: 1;
  z-index: 1051;
  -webkit-appearance: listbox;
}
.modal-my .modal-header .modal-close div {
  position: relative;
  width: 100%;
  height: 1px;
  background: rgba(17, 17, 17, 0.7);
  transition: all 0.4s ease;
  transform: rotate(135deg);
  top: 10px;
}
.modal-my .modal-header .modal-close div:before {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  width: 100%;
  height: 1px;
  background: rgba(17, 17, 17, 0.7);
  transition: all 0.4s ease;
  top: 0;
  transform: rotate(90deg);
}
.modal-my .modal-header .modal-close:hover div {
  background: rgb(17, 17, 17);
  transform: rotate(225deg);
}
.modal-my .modal-header .modal-close:hover div:before {
  background: rgb(17, 17, 17);
}
.modal-my .modal-header .close {
  color: #000;
}
.modal-my .modal-header .close:hover, .modal-my .modal-header .close:focus, .modal-my .modal-header .close:active {
  outline: 0;
}
.modal-my .modal-content {
  background: #fff;
}
.modal-my .modal-body {
  padding: 10px 40px 40px;
}
.modal-my .modal-body .but {
  width: 100%;
}
.modal-my .modal-success-message {
  color: #212121;
  font-size: 17px;
  font-weight: 700;
  padding: 20px 0px 30px;
}
.modal-my .message-success {
  color: #207901;
  font-size: 17px;
  font-weight: 700;
  padding: 20px 0px 30px;
}
.modal-my.modal-my-sm .modal-dialog {
  width: 860px;
}
.modal-my.modal-my-sm .modal-body {
  padding: 0 40px 40px;
}
.modal-my.in {
  display: flex !important;
  align-items: center;
  justify-content: center;
}

#addCartModal .modal-body {
  padding: 10px 40px;
}
#addCartModal .addCartModal-button a {
  margin: 0 0 0 20px;
}
#addCartModal .addCartModal-button a:first-child {
  margin: 0;
}

#locationModal .modal-dialog {
  width: 100%;
  max-width: 450px;
}
#locationModal .modal-dialog .modal-body .location-list {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}
#locationModal .modal-dialog .modal-body .location-list .location-item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 18px;
  cursor: pointer;
  border-bottom: 1px solid #fff;
}
#locationModal .modal-dialog .modal-body .location-list .location-item:hover {
  border-bottom: 1px solid #207901;
}
#locationModal .modal-dialog .modal-body .location-list .location-item.active {
  cursor: auto;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
#locationModal .modal-dialog .modal-body .location-list .location-item.active:hover {
  border-bottom: 1px solid #fff;
}
#locationModal .modal-dialog .modal-body .location-list .location-item.active .location-select {
  display: block;
}
#locationModal .modal-dialog .modal-body .location-list .location-item .location-select {
  display: none;
  margin-left: 5px;
  color: #207901;
}

#locationModalQuest .modal-dialog {
  width: 420px;
}
#locationModalQuest .box-style__heading {
  text-align: center;
}
#locationModalQuest .modal-body .location-btns {
  display: flex;
  width: 100%;
  justify-content: space-evenly;
  align-items: center;
}
#locationModalQuest .modal-body .location-btns .location-city-answer {
  font-size: 22px;
  padding: 10px 15px;
  border-radius: 10px;
  color: #fff;
  width: 100%;
  max-width: 140px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#locationModalQuest .modal-body .location-btns #answer-yes {
  background-color: #00a44b;
  margin-right: 5px;
}
#locationModalQuest .modal-body .location-btns #answer-no {
  background-color: #cf3f3f;
}

@media (max-width: 1200px) {
  .modal-my .modal-header .box-style__header .box-style__heading {
    font-size: 24px;
  }
}
@media (max-width: 1000px) {
  .modal-my .modal-header .box-style__header .box-style__heading {
    font-size: 22px;
  }
  .modal-my.modal-my-sm .modal-dialog {
    width: 720px;
  }
  .modal-my.modal-my-sm .modal-body {
    padding: 0 30px 30px;
  }
  #addCartModal .modal-body {
    padding: 10px 30px;
  }
  #addCartModal .addCartModal-button a {
    margin: 0 0 0 20px;
  }
}
@media (max-width: 768px) {
  .modal-my.modal-my-sm .modal-dialog {
    width: auto;
    margin: 10px;
  }
}
@media (max-width: 640px) {
  .modal-my .modal-header .box-style__header {
    text-align: left;
  }
  .modal-my .modal-success-message {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .modal-my .modal-header.box-style .box-style__header {
    font-size: 15px;
    line-height: 1.2;
    padding: 0 0 15px;
  }
  .modal-my .modal-header .modal-close {
    top: 12px;
    right: 12px;
    width: 21px;
    height: 21px;
  }
  #addCartModal .modal-body {
    padding: 10px 20px;
  }
  #addCartModal .addCartModal-button a {
    line-height: 90%;
    padding: 0 10px;
    text-align: center;
    margin: 0 0 0 10px;
  }
  #addCartModal .addCartModal-button a:first-child {
    margin: 0;
  }
}
@media (max-width: 400px) {
  .modal-my .modal-dialog {
    width: 300px;
  }
  .modal-my .modal-header {
    padding: 35px 20px 0px;
  }
  .modal-my .modal-body {
    padding: 10px 20px 30px;
  }
  .modal-my .form .form-captcha {
    width: 258px;
    height: 64px;
    margin: 0 0 20px;
  }
  .modal-my .form .form-captcha .g-recaptcha {
    transform: scale(0.85);
  }
  #addCartModal .addCartModal-button a {
    font-size: 13px;
  }
}
.but {
  -js-display: flex;
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
  height: 45px;
  color: #FFFFFF;
  font-family: pr-bold;
  font-size: 16px;
  line-height: 18px;
  font-style: normal;
  font-weight: bold;
  padding: 0 15px;
  border: none;
  background: #00A44B;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  border-radius: 5px;
  transition: all 0.3s;
}
.but.but-svg {
  -webkit-appearance: listbox;
  transform: perspective(1px) translateZ(0);
  transition-duration: 0.1s;
}
.but.but-svg.but-svg-right {
  padding-right: 20px;
}
.but.but-svg.but-svg-right span {
  padding: 0 15px 0 0;
}
.but.but-svg.but-svg-left span {
  padding: 0 0 0 15px;
}
.but.but-svg svg {
  width: 17px;
  height: 12px;
  transform: translateZ(0);
  transition: transform 0.2s ease-out;
}
.but.but-svg svg path {
  fill: #FFFFFF;
}
.but.but-svg svg.icon-cart {
  width: 24px;
  height: 22px;
}
.but.but-svg svg.icon-question {
  width: 21px;
  height: 21px;
}
.but.but-white {
  color: #212121;
  background: #FFFFFF;
}
.but.but-red {
  color: #FFFFFF;
  background: #CF2034;
}
.but.but-go-cart {
  color: #00A44B;
  background: transparent;
  border: 1px solid #00A44B;
}
.but.but-border {
  color: #006D25;
  font-family: pr-reg;
  font-weight: normal;
  background: transparent;
  border: 1px solid #D9DDE8;
}
.but.but-border.but-svg svg path {
  fill: #006D25;
}
.but.but-border-green {
  color: #00A44B;
  background: transparent;
  border: 2px solid #00A44B;
}
.but.but-animate-transform {
  transition: transform 0.2s ease-out;
}
.but.but-animation {
  overflow: hidden;
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
.but.but-animation:before, .but.but-animation:after {
  content: "";
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  left: -110%;
  top: 0;
  opacity: 0.1;
  background: rgba(0, 0, 0, 0.6);
  transform: skewX(25deg);
  transition: 0.5s ease;
  pointer-events: none;
}
.but:hover, .but:focus, .but:active {
  border: none;
  outline: 0;
  color: #FFFFFF;
  background: #00A44B;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.but:hover.but-svg.but-svg-right svg, .but:focus.but-svg.but-svg-right svg, .but:active.but-svg.but-svg-right svg {
  transform: translateX(-3px);
}
.but:hover.but-svg.but-svg-left svg, .but:focus.but-svg.but-svg-left svg, .but:active.but-svg.but-svg-left svg {
  transform: translateX(3px);
}
.but:hover.but-white, .but:focus.but-white, .but:active.but-white {
  color: #212121;
  background: #FFFFFF;
}
.but:hover.but-red, .but:focus.but-red, .but:active.but-red {
  color: #FFFFFF;
  background: #a31929;
}
.but:hover.but-go-cart, .but:focus.but-go-cart, .but:active.but-go-cart {
  color: #007134;
  background: transparent;
  border: 1px solid #007134;
}
.but:hover.but-border, .but:focus.but-border, .but:active.but-border {
  color: #006D25;
  background: transparent;
  border: 1px solid #006D25;
}
.but:hover.but-border.but-svg svg path, .but:focus.but-border.but-svg svg path, .but:active.but-border.but-svg svg path {
  fill: #006D25;
}
.but:hover.but-border-green, .but:focus.but-border-green, .but:active.but-border-green {
  color: #006D25;
  background: transparent;
  border: 2px solid #006D25;
}
.but:hover.but-animate-3d, .but:focus.but-animate-3d, .but:active.but-animate-3d {
  transform: scaleX(0.95) translateY(2px);
}
.but:hover.but-animate-transform, .but:focus.but-animate-transform, .but:active.but-animate-transform {
  transform: translateY(-2px);
  -ms-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.15);
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.15);
}
.but:hover.but-animation:before, .but:focus.but-animation:before, .but:active.but-animation:before {
  left: -10%;
  transition: 0.3s ease;
}
.but:hover.but-animation:hover:after, .but:focus.but-animation:hover:after, .but:active.but-animation:hover:after {
  left: -20%;
}

.but-link {
  position: relative;
  color: #373E44;
  font-family: pr-reg;
  font-weight: normal;
  font-size: 15px;
  line-height: 1.1;
  padding: 0;
}
.but-link.but-link-green {
  color: #006D25;
}
.but-link.but-link-green span {
  border-bottom: 1px solid rgba(0, 109, 37, 0.5);
}
.but-link.but-link-green:after {
  background: #006D25;
}
.but-link.but-link-green.but-link-svg svg path {
  fill: #006D25;
}
.but-link.but-link-svg {
  -webkit-appearance: listbox;
  transform: perspective(1px) translateZ(0);
  transition-duration: 0.1s;
}
.but-link.but-link-svg.but-link-svg-right span {
  margin: 0 5px 0 0;
}
.but-link.but-link-svg.but-link-svg-left span {
  margin: 0 0 0 5px;
}
.but-link.but-link-svg svg {
  position: relative;
  top: 2px;
  width: 11px;
  height: 11px;
  transform: translateZ(0);
  transition: transform 0.2s ease-out;
}
.but-link.but-link-svg svg path {
  fill: #373E44;
}
.but-link.but-link-svg svg.icon-question {
  width: 21px;
  height: 21px;
}
.but-link.but-link-svg svg.icon-prev-catalog {
  width: 7px;
  height: 100%;
  top: 0;
}
.but-link.but-link-svg:after {
  display: none;
}
.but-link:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 1px;
  background: #373E44;
}
.but-link:hover, .but-link:focus, .but-link:active {
  color: #52AC62;
}
.but-link:hover.but-link-svg.but-link-svg-right svg, .but-link:focus.but-link-svg.but-link-svg-right svg, .but-link:active.but-link-svg.but-link-svg-right svg {
  transform: translateX(-3px);
}
.but-link:hover.but-link-svg.but-link-svg-left svg, .but-link:focus.but-link-svg.but-link-svg-left svg, .but-link:active.but-link-svg.but-link-svg-left svg {
  transform: translateX(3px);
}
.but-link:hover.but-link-green, .but-link:focus.but-link-green, .but-link:active.but-link-green {
  color: #006D25;
}
.but-link:hover.but-link-green span, .but-link:focus.but-link-green span, .but-link:active.but-link-green span {
  border-color: transparent;
}
.but-link:hover.but-link-green:after, .but-link:focus.but-link-green:after, .but-link:active.but-link-green:after {
  background: #006D25;
}
.but-link:hover.but-link-green.but-link-svg svg path, .but-link:focus.but-link-green.but-link-svg svg path, .but-link:active.but-link-green.but-link-svg svg path {
  fill: #006D25;
}
.but-link:hover:after, .but-link:focus:after, .but-link:active:after {
  background: #52AC62;
}

.but-circle {
  position: relative;
  height: 45px;
}
.but-circle svg {
  position: relative;
  z-index: 1;
  width: 45px;
  height: 100%;
  transition: transform 0.3s linear;
}
.but-circle svg circle {
  fill: #ffffff;
}
.but-circle svg path {
  fill: #212121;
}
.but-circle span {
  position: relative;
  z-index: 2;
  opacity: 0;
  color: #212121;
  font-size: 16px;
  font-weight: normal;
  line-height: 19px;
  font-style: normal;
}
.but-circle:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: #ffffff;
  border-radius: 50px;
}
.but-circle:hover span {
  opacity: 1;
}
.but-circle:hover svg {
  transform: translateX(5px);
  transition: transform 0.3s linear;
}
.but-circle:hover svg path {
  fill: #4C8600;
}
.but-circle:hover:after {
  width: calc(100% + 20px);
  opacity: 1;
  -ms-box-shadow: 0px 5px 8px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0px 5px 8px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 5px 8px rgba(0, 0, 0, 0.15);
}

@media (max-width: 1600px) {
  .but.but-svg.but-svg-right {
    padding-right: 15px;
  }
  .but.but-svg.but-svg-right span {
    padding: 0 10px 0 0;
  }
  .but.but-svg.but-svg-left span {
    padding: 0 0 0 10px;
  }
  .but.but-svg svg {
    width: 17px;
    height: 12px;
  }
  .but.but-svg svg.icon-cart {
    width: 20px;
    height: 18px;
  }
  .but.but-svg svg.icon-question {
    width: 21px;
    height: 21px;
  }
}
@media (max-width: 1240px) {
  .but {
    height: 40px;
    font-size: 14px;
    line-height: 16px;
  }
  .but.but-svg.but-svg-right {
    padding-right: 15px;
  }
  .but.but-svg.but-svg-right span {
    padding: 0 10px 0 0;
  }
  .but.but-svg.but-svg-left span {
    padding: 0 0 0 10px;
  }
  .but.but-svg svg {
    width: 16px;
    height: 11px;
  }
  .but.but-svg svg.icon-edit {
    width: 15px;
    height: 15px;
  }
  .but-circle {
    height: 40px;
  }
  .but-circle svg {
    width: 40px;
  }
  .but-circle span {
    font-size: 14px;
    line-height: 16px;
  }
}
@media (max-width: 1000px) {
  .but {
    height: 36px;
    font-size: 14px;
    line-height: 17px;
    padding: 0 20px;
  }
  .but-link {
    font-size: 14px;
  }
}
@media (max-width: 640px) {
  .but {
    padding: 0 16px;
  }
}
.icon {
  display: inline-block;
  vertical-align: top;
  -ms-background-size: contain !important;
  background-size: contain !important;
}
.icon.icon-phone {
  width: 13px;
  height: 13px;
  background: url("../images/icon/icon-phone.png") center no-repeat;
}
.icon.icon-remove {
  width: 18px;
  height: 18px;
  background: url("../images/svg/remove.svg") center no-repeat;
}
.icon:hover.icon-remove {
  background: url("../images/svg/remove-hover.svg") center no-repeat;
}

@media (min-width: 1001px) and (max-width: 1240px) {
  .icon.icon-account {
    width: 14px;
    height: 14px;
  }
}
@media (max-width: 1000px) {
  .icon.icon-account {
    width: 18px;
    height: 18px;
  }
}
footer {
  width: 100%;
  height: auto;
  background: #F2F5F8;
}

.footer {
  color: #757575;
  font-size: 13px;
  font-family: pr-reg;
  line-height: 14px;
  font-weight: normal;
}
.footer .footer__top {
  padding: 60px 0px 35px;
}
.footer .footer__bot {
  border-top: 1px solid #D9DDE8;
  padding: 25px 0px 22px;
}
.footer .footer__bot:after {
  content: "";
  clear: both;
  display: block;
}
.footer .footer__item.footer__item_logo {
  width: 340px;
  padding: 0 55px 0 0;
}
.footer .footer__item.footer__item_menu {
  width: 450px;
  padding: 0 30px 0 0;
}
.footer .footer__item.footer__item_menu ul li {
  width: 50%;
}
.footer .footer__item.footer__item_menu2 {
  width: 335px;
  padding: 0 30px 0 0;
}
.footer .footer__item.footer__item_contact {
  width: 195px;
}
.footer .footer__heading {
  color: #000000;
  font-size: 20px;
  font-family: pr-bold;
  line-height: 24px;
  font-weight: bold;
  padding: 0 0 20px;
}
.footer .footer__copy {
  color: #757575;
  font-size: 13px;
  font-weight: normal;
  line-height: 14px;
  padding: 22px 0 0;
}
.footer .footer__paymentsLogo {
  width: 340px;
  padding: 0 40px 0 0;
}
.footer .footer__info {
  width: calc(100% - 600px);
  padding: 0 40px 0 0;
}
.footer .footer__dc-logo {
  width: 260px;
}
.footer .footer__dc-logo a {
  color: rgb(117, 117, 117);
}
.footer .footer__dc-logo a img {
  width: 120px;
}
.footer .footer__dc-logo a .icon-dcmedia {
  display: inline-block;
  width: 125px;
  height: 45px;
  background: url("../images/DCMedia-logo.svg") no-repeat;
}
.footer .footer__dc-logo a span {
  display: block;
  width: calc(100% - 125px);
  padding: 0 0 0 5px;
}

.footer-logo {
  width: 100%;
  height: auto;
}
.menu-footer {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.menu-footer li {
  width: 100%;
  line-height: 1;
  padding: 0 15px 15px 0;
}
.menu-footer li a {
  position: relative;
  color: #212121;
  font-size: 16px;
  font-weight: normal;
  line-height: 18px;
}
.menu-footer li a:after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 0;
  height: 1px;
  opacity: 0;
  background: #006D25;
  transition: all 0.3s linear;
}
.menu-footer li a:hover {
  color: #006D25;
}
.menu-footer li a:hover:after {
  opacity: 1;
  width: 100%;
}
.menu-footer li.footer-hidden {
  display: none;
}

.footer-contact {
  color: #454545;
  font-size: 16px;
  font-family: pr-reg;
  font-weight: normal;
  line-height: 19px;
}
.footer-contact .footer-contact__mode {
  color: rgb(117, 117, 117);
  font-size: 14px;
  line-height: 18px;
}
.footer-contact .footer-contact__mode span {
  position: relative;
}
.footer-contact .footer-contact__mode span:after {
  content: "";
  position: absolute;
  bottom: 1px;
  left: 0;
  width: 100%;
  height: 0.5px;
  background: rgba(117, 117, 117, 0.6);
}
.footer-contact .footer-contact__phone {
  padding: 5px 0 0;
}
.footer-contact .footer-contact__phone a {
  color: #212121;
  font-size: 18px;
  line-height: 24px;
  white-space: nowrap;
}
.footer-contact .footer-contact__phone a:first-child {
  color: #006D25;
}
.footer-contact .footer-contact__soc .soc-box {
  -js-display: flex;
  display: flex;
}
.footer-contact .footer-contact__soc .soc-box span {
  display: inline;
}
.footer-contact .footer-contact__callback a {
  margin: 10px 0;
}

.soc-box {
  display: inline-flex;
  align-items: center;
  padding: 10px 0 0;
}
.soc-box a {
  padding: 2px 8px 2px 0;
  transition: transform 0.3s ease;
}
.soc-box a svg {
  width: 30px;
  height: 30px;
  border-radius: 5px;
}
.soc-box a:hover {
  transform: translateY(-2px);
}

.paymentsLogo-box {
  height: 38px;
}
.paymentsLogo-box .paymentsLogo-box__item {
  width: 25%;
  padding: 0 15px 0 0;
}
.paymentsLogo-box .paymentsLogo-box__item source, .paymentsLogo-box .paymentsLogo-box__item img {
  max-height: 100%;
}

@media (max-width: 1600px) {
  .footer .footer__top {
    padding: 60px 0px 35px;
  }
  .footer .footer__bot {
    padding: 25px 0px 22px;
  }
  .footer .footer__item.footer__item_logo {
    width: 290px;
    padding: 0 30px 0 0;
  }
  .footer .footer__item.footer__item_menu {
    width: 400px;
    padding: 0 25px 0 0;
  }
  .footer .footer__item.footer__item_menu ul li {
    width: 50%;
  }
  .footer .footer__item.footer__item_menu2 {
    width: 285px;
    padding: 0 25px 0 0;
  }
  .footer .footer__item.footer__item_contact {
    width: 195px;
  }
  .footer .footer__heading {
    font-size: 19px;
    line-height: 23px;
    padding: 0 0 20px;
  }
  .footer .footer__copy {
    padding: 22px 0 0;
  }
  .footer .footer__paymentsLogo {
    width: 280px;
    padding: 0 20px 0 0;
  }
  .footer .footer__info {
    width: calc(100% - 540px);
    padding: 0 30px 0 0;
  }
  .footer .footer__dc-logo {
    width: 260px;
  }
  .menu-footer li {
    padding: 0 15px 15px 0;
  }
  .menu-footer li a {
    font-size: 15px;
    line-height: 21px;
  }
}
@media (max-width: 1240px) {
  .footer .footer__top {
    padding: 60px 0px 35px;
  }
  .footer .footer__bot {
    padding: 25px 0px 22px;
  }
  .footer .footer__item.footer__item_logo {
    width: 240px;
    padding: 0 25px 0 0;
  }
  .footer .footer__item.footer__item_menu {
    width: 330px;
    padding: 0 15px 0 0;
  }
  .footer .footer__item.footer__item_menu ul li {
    width: 50%;
  }
  .footer .footer__item.footer__item_menu2 {
    width: 210px;
    padding: 0 25px 0 0;
  }
  .footer .footer__item.footer__item_contact {
    width: 180px;
  }
  .footer .footer__heading {
    font-size: 18px;
    line-height: 22px;
    padding: 0 0 15px;
  }
  .footer .footer__copy {
    padding: 20px 0 0;
  }
  .footer .footer__paymentsLogo {
    width: 255px;
    padding: 0 20px 0 0;
  }
  .footer .footer__info {
    width: calc(100% - 380px);
    padding: 0 20px 0 0;
  }
  .footer .footer__dc-logo {
    width: 125px;
  }
  .footer .footer__dc-logo a span {
    display: none;
  }
  .menu-footer li {
    padding: 0 15px 10px 0;
  }
  .menu-footer li a {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (max-width: 1000px) {
  footer {
    padding: 0 0 75px;
  }
  .footer .footer__top {
    padding: 50px 0px 35px;
  }
  .footer .footer__bot {
    padding: 25px 0px 22px;
  }
  .footer .footer__item.footer__item_logo {
    width: 100%;
    padding: 0 0 35px;
  }
  .footer .footer__item.footer__item_menu {
    width: 220px;
    padding: 0 15px 0 0;
  }
  .footer .footer__item.footer__item_menu ul li {
    width: 100%;
  }
  .footer .footer__item.footer__item_menu2 {
    width: 218px;
    padding: 0 25px 0 0;
  }
  .footer .footer__item.footer__item_contact {
    width: 180px;
  }
  .footer .footer__heading {
    font-size: 18px;
    line-height: 22px;
    padding: 0 0 15px;
  }
  .footer .footer__copy {
    padding: 20px 0 0;
  }
  .footer .footer__paymentsLogo {
    width: 100%;
    padding: 0 20px 20px 0;
  }
  .footer .footer__paymentsLogo .paymentsLogo-box {
    max-width: 260px;
  }
  .footer .footer__info {
    width: calc(100% - 125px);
    padding: 0 20px 0 0;
  }
  .footer .footer__dc-logo {
    width: 125px;
  }
  .footer .footer__dc-logo a span {
    display: none;
  }
  .menu-footer li {
    padding: 0 15px 10px 0;
  }
  .menu-footer li a {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (max-width: 768px) {
  .footer .footer__top {
    width: 290px;
    margin: 0 auto;
    text-align: center;
    padding: 50px 0px 20px;
  }
  .footer .footer__bot {
    width: 290px;
    margin: 0 auto;
    text-align: center;
    padding: 20px 0px 18px;
  }
  .footer .footer__item {
    width: 100%;
  }
  .footer .footer__item.footer__item_logo {
    width: 100%;
    padding: 0 0 25px;
  }
  .footer .footer__item.footer__item_logo .footer-logo {
    width: 240px;
    margin: 0 auto;
  }
  .footer .footer__item.footer__item_menu {
    width: 100%;
    padding: 0 0 25px;
  }
  .footer .footer__item.footer__item_menu2 {
    width: 100%;
    padding: 0 0 25px;
  }
  .footer .footer__item.footer__item_contact {
    width: 100%;
  }
  .footer .footer__item.footer__item_contact .soc-box {
    justify-content: center;
  }
  .footer .footer__heading {
    font-size: 16px;
    line-height: 20px;
    padding: 0 0 15px;
    margin: 0;
    border-bottom: none;
  }
  .footer .footer__paymentsLogo {
    width: 100%;
    padding: 0 0 20px;
  }
  .footer .footer__paymentsLogo .paymentsLogo-box {
    max-width: 240px;
    margin: 0 auto;
  }
  .footer .footer__info {
    width: 100%;
    padding: 0 0 15px;
  }
  .footer .footer__info br {
    display: none;
  }
  .footer .footer__dc-logo {
    width: 120px;
    margin: 0 auto;
  }
  .footer .footer__dc-logo a img {
    width: 120px;
  }
  .footer .footer__dc-logo a span {
    display: none;
  }
  .menu-footer li {
    padding: 0 0 8px;
  }
  .menu-footer li a {
    line-height: 18px;
  }
  .footer-contact .footer-contact__phone {
    -js-display: flex;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .footer-contact .footer-contact__callback a {
    max-width: 170px;
    margin: 10px auto;
  }
  .paymentsLogo-box {
    height: 36px;
  }
  .paymentsLogo-box .paymentsLogo-box__item {
    width: 25%;
    padding: 0 7px;
  }
}
@media (max-width: 480px) {
  footer {
    padding: 0 0 60px;
  }
}
.slider-home {
  padding: 12px 0 0;
}

.slide-box .slide-box__img {
  width: 100%;
  overflow: hidden;
  border-radius: 15px;
}
.slide-box .slide-box__link {
  width: 100%;
  height: 100%;
}
.slide-box.slide-box-carousel .slick-prev svg circle,
.slide-box.slide-box-carousel .slick-next svg circle {
  fill: rgba(255, 255, 255, 0.7);
  stroke: #D9DDE8;
}
.slide-box.slide-box-carousel .slick-prev:hover svg circle, .slide-box.slide-box-carousel .slick-prev:focus svg circle,
.slide-box.slide-box-carousel .slick-next:hover svg circle,
.slide-box.slide-box-carousel .slick-next:focus svg circle {
  fill: rgb(255, 255, 255);
  stroke: rgb(217, 221, 232);
}
.slide-box.slide-box-carousel .slick-prev {
  left: 30px;
}
.slide-box.slide-box-carousel .slick-next {
  right: 30px;
}
.slide-box.slide-box-carousel .slick-dots {
  bottom: -30px;
}

@media (max-width: 1240px) {
  .slide-box.slide-box-carousel .slick-prev {
    left: 20px;
  }
  .slide-box.slide-box-carousel .slick-next {
    right: 20px;
  }
  .slide-box.slide-box-carousel .slick-dots {
    bottom: -25px;
  }
}
@media (max-width: 1000px) {
  .slider-home {
    padding: 5px 0 0;
  }
  .slide-box.slide-box-carousel .slick-prev {
    left: 15px;
  }
  .slide-box.slide-box-carousel .slick-next {
    right: 15px;
  }
  .slide-box.slide-box-carousel .slick-dots {
    bottom: -25px;
  }
}
.section-home {
  padding: 50px 0 20px;
  border-bottom: 1px solid rgb(217, 221, 232);
}
.section-home .box-style .box-style__header {
  width: 100%;
  width: auto;
  padding: 0 0 20px;
}
.section-home .box-style .box-style__heading {
  padding: 0 50px 0 0 !important;
}
@media (max-width: 640px) {
  .section-home {
    padding: 30px 0 20px;
  }
  .section-home .box-style .box-style__header {
    justify-content: space-between;
  }
  .section-home .box-style .box-style__heading {
    padding: 0 25px 0 0 !important;
  }
  .content-wr {
    overflow: hidden;
  }
}
@media (max-width: 640px) {
  .product-carousel-section {
    position: relative;
  }
  .product-carousel-section .box-style .box-style__but {
    display: none;
  }
}
.stock-home {
  position: relative;
}

.stock-box {
  margin: 0 -15px;
}
.stock-box .stock-box__item {
  position: relative;
  width: calc(33.3333333333% - 30px);
  margin: 5px 15px 30px;
  transition: all 0.3s linear;
}
.stock-box .stock-box__item:after {
  content: "";
  position: absolute;
  z-index: 0;
  opacity: 0;
  bottom: 0;
  left: 5%;
  width: 90%;
  height: 50%;
  -ms-box-shadow: 0px 15px 27px rgba(48, 59, 81, 0.1);
  -o-box-shadow: 0px 15px 27px rgba(48, 59, 81, 0.1);
  box-shadow: 0px 15px 27px rgba(48, 59, 81, 0.1);
  transition: opacity 0.5s ease;
}
.stock-box .stock-box__item:hover, .stock-box .stock-box__item:focus, .stock-box .stock-box__item:active {
  transform: translateY(-2px);
}
.stock-box .stock-box__item:hover:after, .stock-box .stock-box__item:focus:after, .stock-box .stock-box__item:active:after {
  opacity: 1;
}
.stock-box .stock-box__link {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
}
.stock-box .stock-box__img {
  width: 100%;
}
.stock-box .stock-box__img source, .stock-box .stock-box__img img {
  border-radius: 10px;
}
.stock-box.stock-box-carousel {
  width: calc(100% + 30px);
}
.stock-box.stock-box-carousel .slick-track {
  -js-display: flex;
  display: flex;
  margin: 0;
}
.stock-box.stock-box-carousel .slick-item {
  float: none;
  display: block;
  width: 100%;
  height: auto;
  margin: 5px 15px 30px;
}
.stock-box.stock-box-carousel .slick-item .stock-box__item {
  margin: 0;
}
.stock-box.stock-box-carousel .stock-box__item {
  width: 100%;
}
.stock-box.stock-box-carousel .slick-prev,
.stock-box.stock-box-carousel .slick-next {
  opacity: 1;
}
.stock-box.stock-box-carousel .slick-prev svg circle,
.stock-box.stock-box-carousel .slick-next svg circle {
  fill: rgb(255, 255, 255);
}
.stock-box.stock-box-carousel .slick-prev {
  left: -10px;
}
.stock-box.stock-box-carousel .slick-next {
  right: -10px;
}

@media (max-width: 1240px) {
  .stock-box {
    margin: 0 -10px;
  }
  .stock-box .stock-box__item {
    width: calc(33.3333333333% - 20px);
    margin: 5px 10px 30px;
  }
  .stock-box.stock-box-carousel {
    width: calc(100% + 20px);
  }
  .stock-box.stock-box-carousel .slick-item {
    margin: 5px 10px 30px;
  }
}
@media (max-width: 1000px) {
  .stock-box {
    margin: 0 -5px;
  }
  .stock-box .stock-box__item {
    width: calc(50% - 10px);
    margin: 5px 5px 20px;
  }
  .stock-box.stock-box-carousel {
    width: calc(100% + 10px);
  }
  .stock-box.stock-box-carousel .slick-item {
    margin: 5px 5px 20px;
  }
  .stock-box.stock-box-carousel .slick-prev {
    left: -5px;
  }
  .stock-box.stock-box-carousel .slick-next {
    right: -5px;
  }
}
@media (max-width: 640px) {
  .stock-box .stock-box__img {
    text-align: center;
  }
  .stock-box .stock-box__img source, .stock-box .stock-box__img img {
    margin: 0 auto;
  }
  .stock-box.stock-box-carousel .slick-prev {
    left: -5px;
  }
  .stock-box.stock-box-carousel .slick-next {
    right: -5px;
  }
}
@media (max-width: 480px) {
  .stock-box {
    margin: 0 -5px;
  }
  .stock-box .stock-box__item {
    width: calc(100% - 10px);
    margin: 5px 5px 15px;
  }
}
/* @media (max-width: 1000px){
	.stock-home{
		overflow: hidden;
	}
	.stock-box{
		margin: 0 -10px;
		.stock-box__item{
			width: calc(100% / 2 - 20px);
			margin: 0 10px 20px;
		}
		&.stock-box-carousel{
			width: calc(100% + 20px);
			margin-bottom: 40px !important;
			width: 420px;
	 		.slick-list{
				overflow: visible;
			}
			.slick-slide{
				opacity: 0.5;
				@include transition(.3s linear .2s);
				&.slick-active{
					opacity: 1;
					@include transition(.3s linear .1s);
				}
			}
			.slick-item{
				margin: 10px 10px 40px;
			}
			.slick-prev,
		    .slick-next {
		    	top: auto;
		    	bottom: -25px;
		    	@include transform(translate(0, 0));
		    }
		    .slick-prev {
		        left: 18px;
		    }
		    .slick-next {
		        right: auto;
		        left: 68px;
		    }
		}
	}
}

@media (max-width: 540px){
	.stock-box{
		margin: 0;
		.stock-box__item{
			width: calc(100% / 1 - 0px);
			margin: 0 0 20px;
		}
		&.stock-box-carousel{
			width: 360px;
		}
	}
} */
.tips-home {
  position: relative;
  border-bottom: 1px solid transparent;
}

.tips-box {
  margin: 0 -15px;
}
.tips-box .tips-box__item {
  position: relative;
  width: calc(33.3333333333% - 30px);
  margin: 0 15px 35px;
  transition: all 0.3s;
}
.tips-box .tips-box__item:hover .tips-box__but, .tips-box .tips-box__item:focus .tips-box__but, .tips-box .tips-box__item:active .tips-box__but {
  opacity: 1;
}
.tips-box .tips-box__item:hover .tips-box__img img, .tips-box .tips-box__item:focus .tips-box__img img, .tips-box .tips-box__item:active .tips-box__img img {
  transform: scale(1.05);
}
.tips-box .tips-box__img {
  width: 100%;
  height: 330px;
}
.tips-box .tips-box__info {
  position: absolute;
  left: 0;
  bottom: -20px;
  width: calc(100% - 80px);
  padding: 20px;
  background: rgba(255, 255, 255, 0.8);
}
.tips-box .tips-box__name {
  height: 70px;
  overflow: hidden;
}
.tips-box .tips-box__link {
  color: #212121;
  font-size: 18px;
  font-family: pr-reg;
  font-weight: normal;
  line-height: 22px;
  transition: all 0.3s;
}
.tips-box .tips-box__link:hover, .tips-box .tips-box__link:focus, .tips-box .tips-box__link:active {
  border-bottom: 1px solid rgba(33, 33, 33, 0.5);
}
.tips-box .tips-box__but {
  opacity: 0;
  padding: 10px 0 0;
  transition: all 0.3s;
}
.tips-box.tips-box-carousel {
  width: calc(100% + 30px);
}
.tips-box.tips-box-carousel .slick-track {
  -js-display: flex;
  display: flex;
  margin: 0;
}
.tips-box.tips-box-carousel .slick-item {
  float: none;
  display: block;
  width: 100%;
  height: auto;
  margin: 0 15px 30px;
}
.tips-box.tips-box-carousel .slick-item .tips-box__item {
  margin: 0;
}
.tips-box.tips-box-carousel .tips-box__item {
  width: 100%;
}
.tips-box.tips-box-carousel .slick-prev,
.tips-box.tips-box-carousel .slick-next {
  top: -15px;
  left: auto !important;
  transform: translate(0, -100%);
}
.tips-box.tips-box-carousel .slick-prev {
  right: 70px;
}
.tips-box.tips-box-carousel .slick-next {
  right: 10px;
}

@media (max-width: 1600px) {
  .tips-box .tips-box__img {
    height: 310px;
  }
  .tips-box .tips-box__info {
    width: calc(100% - 70px);
  }
  .tips-box .tips-box__name {
    height: 70px;
  }
  .tips-box .tips-box__link {
    font-size: 17px;
    line-height: 21px;
  }
}
@media (max-width: 1240px) {
  .tips-box {
    margin: 0 -10px;
  }
  .tips-box .tips-box__item {
    width: calc(33.3333333333% - 20px);
    margin: 0 10px 35px;
  }
  .tips-box .tips-box__img {
    height: 240px;
  }
  .tips-box .tips-box__info {
    width: calc(100% - 50px);
  }
  .tips-box .tips-box__name {
    height: 70px;
  }
  .tips-box .tips-box__link {
    font-size: 16px;
    line-height: 20px;
  }
  .tips-box.tips-box-carousel {
    width: calc(100% + 20px);
  }
  .tips-box.tips-box-carousel .slick-item {
    margin: 0 10px 30px;
  }
  .tips-box.tips-box-carousel .slick-prev {
    right: 65px;
  }
  .tips-box.tips-box-carousel .slick-next {
    right: 10px;
  }
}
@media (max-width: 1000px) {
  .tips-box {
    margin: 0 -5px;
  }
  .tips-box .tips-box__item {
    width: calc(50% - 10px);
    margin: 0 5px 35px;
  }
  .tips-box .tips-box__info {
    width: 250px;
    padding: 15px;
  }
  .tips-box .tips-box__name {
    height: 56px;
  }
  .tips-box .tips-box__link {
    font-size: 14px;
    line-height: 18px;
  }
  .tips-box.tips-box-carousel {
    width: calc(100% + 10px);
  }
  .tips-box.tips-box-carousel .slick-item {
    margin: 0 5px 20px;
  }
}
@media (max-width: 640px) {
  .tips-box .tips-box__img {
    height: 200px;
  }
  .tips-box .tips-box__info {
    position: relative;
    left: auto;
    bottom: auto;
    width: 100%;
  }
  .tips-box .tips-box__but {
    opacity: 1;
    padding: 6px 0 0;
  }
  .tips-box.tips-box-carousel .slick-prev,
  .tips-box.tips-box-carousel .slick-next {
    top: 50%;
    transform: translate(0, -50%);
    opacity: 1;
  }
  .tips-box.tips-box-carousel .slick-prev svg circle,
  .tips-box.tips-box-carousel .slick-next svg circle {
    fill: rgb(255, 255, 255);
  }
  .tips-box.tips-box-carousel .slick-prev {
    left: -5px !important;
    right: auto !important;
  }
  .tips-box.tips-box-carousel .slick-next {
    right: -5px !important;
  }
}
@media (max-width: 480px) {
  .tips-box {
    margin: 0 -5px;
  }
  .tips-box .tips-box__item {
    width: calc(100% - 10px);
    margin: 0 5px 30px;
  }
  .tips-box .tips-box__img {
    height: auto;
  }
  .tips-box .tips-box__img source, .tips-box .tips-box__img img, .tips-box .tips-box__img video {
    position: relative;
    z-index: 0;
    width: 100%;
    height: auto;
    top: auto;
    left: auto;
    -o-object-fit: unset;
    object-fit: unset;
  }
}
.home-text {
  margin: 10px 0 70px;
  padding: 50px 0 20px;
  border-top: 1px solid rgb(217, 221, 232);
}
@media (min-width: 481px) {
  .home-text h1 br {
    display: none;
  }
}

@media (max-width: 640px) {
  .home-text {
    margin: 0 0 40px;
    padding: 30px 0 20px;
  }
}
.catalog-wrapper {
  width: 100%;
  padding: 0 0 55px;
}
.catalog-wrapper .catalog-wrapper__sidebar {
  width: 245px;
}
.catalog-wrapper .catalog-wrapper__sidebar .category-sidebar-mobile-hidden {
  height: 100%;
}
@media (max-width: 1240px) {
  .catalog-wrapper .catalog-wrapper__sidebar .category-sidebar-mobile-hidden {
    display: none;
  }
}
.catalog-wrapper .catalog-wrapper__sidebar .category-sidebar-mobile-visible ul {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  padding: 0 0 30px;
  margin: 0;
  list-style-type: none;
  text-align: center;
}
.catalog-wrapper .catalog-wrapper__sidebar .category-sidebar-mobile-visible ul li {
  width: calc(33.3333333333% - 14px);
  margin: 0 7px 14px;
  padding: 0;
}
.catalog-wrapper .catalog-wrapper__sidebar .category-sidebar-mobile-visible ul li a {
  color: #212121;
  font-size: 16px;
  font-family: pr-reg;
  font-weight: 400;
}
.catalog-wrapper .catalog-wrapper__sidebar .category-sidebar-mobile-visible ul li a picture source, .catalog-wrapper .catalog-wrapper__sidebar .category-sidebar-mobile-visible ul li a picture img {
  max-height: 100px;
}
.catalog-wrapper .catalog-wrapper__sidebar .category-sidebar-mobile-visible ul li a span {
  display: block;
  padding: 5px 0;
}
.catalog-wrapper .catalog-wrapper__sidebar .category-sidebar-mobile-visible ul li.active a, .catalog-wrapper .catalog-wrapper__sidebar .category-sidebar-mobile-visible ul li:hover a {
  color: #006D25;
}
.catalog-wrapper .catalog-wrapper__sidebar .category-sidebar-mobile-visible ul.child-category-tags {
  text-align: left;
}
.catalog-wrapper .catalog-wrapper__sidebar .category-sidebar-mobile-visible ul.child-category-tags li {
  width: auto;
  background: #FFFFFF;
  border: 1px solid #D9DDE8;
  margin: 0 14px 15px 0;
  padding: 3px 12px;
  border-radius: 5px;
}
@media (min-width: 1241px) {
  .catalog-wrapper .catalog-wrapper__sidebar .category-sidebar-mobile-visible {
    display: none;
  }
}
.catalog-wrapper .catalog-wrapper__sidebar.sticky {
  position: fixed;
  z-index: 101;
}
.catalog-wrapper .catalog-wrapper__sidebar.stop {
  position: relative;
  z-index: 101;
}
.catalog-wrapper .catalog-wrapper__content {
  width: calc(100% - 265px);
  position: relative;
}

/*.sidebar-box{
	ul{
		margin: 0;
		padding: 0;
		list-style-type: none;
		li{
			display: block;
			 a{
				@include flexbox();
				@include align-items(center);
				color: rgba(33, 33, 33, 1);
				font-size: 16px;
				font-family: $familyRegular;
				font-weight: normal;
				line-height: 22px;
			}
		}
	}
	& > ul{
		& > li{
			& > a{
				@include flexbox();
				@include align-items(center);
				min-height: 40px;
				padding: 10px;
			}
			&:first-child{
				border-top: 1px solid #D9DDE8;
			}
			&:last-child{
				border-bottom: 1px solid #D9DDE8;
			}
			& > ul {
				display: none;
				padding: 5px 0;
				margin: 0 0 5px;
				border-bottom: 1px solid #D9DDE8;
				& > li {
				    & > a{
				    	padding: 8px 20px;
				    	color: rgba(117, 117, 117, 1);
					}
					&:hover, &:focus, &:active, &.active{
						& > a {
							color: rgba(0, 109, 37, 1);
						}
					}
				}
			}
			&:hover, &:focus, &:active{
				& > a{
					color: rgba(0, 109, 37, 1);
				}
			}
			&.active{
				border: none !important;
				& > a{
					color: rgba(255, 255, 255, 1);
					background: rgba(0, 164, 75, 1);
					@include border-radius(5px);
				}
				& > ul {
					display: block;
				}
			}
		}
	}
}*/
.sidebar-box {
  position: sticky;
  position: -webkit-sticky;
  top: 0px;
  width: 100%;
}
.sidebar-box ul {
  margin: 0;
  padding: 0 0 0 10px;
  list-style-type: none;
}
.sidebar-box ul li {
  display: block;
}
.sidebar-box ul li a, .sidebar-box ul li span {
  display: inline-block;
  color: rgb(33, 33, 33);
  font-size: 16px;
  font-family: pr-reg;
  font-weight: normal;
  line-height: 22px;
  padding: 5px 0;
}
.sidebar-box ul li span {
  font-family: pr-bold;
  font-weight: 500;
}
.sidebar-box ul li a:hover, .sidebar-box ul li a:focus, .sidebar-box ul li a:active, .sidebar-box ul li a.active {
  color: rgb(0, 109, 37);
  text-decoration: underline;
}
.sidebar-box .sidebar-menuCatalog > li > ul {
  display: none;
}
.sidebar-box .sidebar-menuCatalog .listItemParent > a {
  position: relative;
}
.sidebar-box .sidebar-menuCatalog .listItemParent > a:before {
  content: "\f104";
  position: absolute;
  left: -14px;
  display: inline-block;
  vertical-align: top;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 20px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.sidebar-box .sidebar-menuCatalog .has-submenu > ul {
  display: block;
}
.sidebar-box .sidebar-menuCatalog .has-submenu > ul > li > ul {
  display: none;
}
.sidebar-box .sidebar-menuCatalog.sidebar-menuCatalog-padding {
  padding-left: 14px;
}
.sidebar-box .sidebar-menuCatalog.sidebar-menuCatalog-padding > li:nth-child(2) {
  padding-left: 10px;
}
.sidebar-box .sidebar-menuCatalog.sidebar-menuCatalog-padding > li:nth-child(3) {
  padding-left: 20px;
}
.sidebar-box .sidebar-menuCatalog.sidebar-menuCatalog-padding > li:nth-child(4) {
  padding-left: 30px;
}
.sidebar-box .sidebar-menuCatalog.sidebar-menuCatalog-padding > li:nth-child(5) {
  padding-left: 40px;
}
.sidebar-box .sidebar-menuCatalog.sidebar-menuCatalog-padding > li:nth-child(6) {
  padding-left: 50px;
}
.sidebar-box .sidebar-menuCatalog.sidebar-menuCatalog-padding > li:nth-child(7) {
  padding-left: 60px;
}
.sidebar-box .sidebar-menuCatalog.sidebar-menuCatalog-padding > li:nth-child(8) {
  padding-left: 70px;
}
.sidebar-box .sidebar-menuCatalog.sidebar-menuCatalog-padding > li:nth-child(9) {
  padding-left: 80px;
}
.sidebar-box .sidebar-menuCatalog.sidebar-menuCatalog-padding > li:nth-child(10) {
  padding-left: 90px;
}
.sidebar-box.sidebar-sticky {
  top: 0;
}
.sidebar-box.sidebar-sticky > ul {
  height: 100%;
  max-height: calc(100% - 62px);
  max-height: 100%;
  overflow-y: auto;
}
.sidebar-box.sidebar-sticky > ul::-webkit-scrollbar-track {
  -webkit-box-shadow: none;
  border-radius: 20px;
  background-color: #eaeaea;
}
.sidebar-box.sidebar-sticky > ul::-webkit-scrollbar {
  width: 7px;
  background-color: #eaeaea;
}
.sidebar-box.sidebar-sticky > ul::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: none;
  background-color: #b9b9b9;
}

.filter-wrapper {
  position: relative;
  padding: 20px 30px 26px;
  background-color: #EEF2FB;
  margin: 0;
}

.product-box-listView {
  /*position: relative;*/
  padding: 30px 0 0;
}
.product-box-listView .catalog-controls {
  position: absolute;
  z-index: 10;
  top: 148px;
  right: 30px;
  transform: translateY(-100%);
}
.product-box-listView.product-list-listView .product-nav {
  margin: 50px 0 0;
}

.search-product-page {
  height: 50px;
  margin: 0 0 30px;
}
.search-product-page form {
  width: 100%;
  height: 100%;
  background: #fff;
  border: 1px solid #dcdcdc;
}

@media (max-width: 1600px) {
  .filter-wrapper {
    padding: 15px 25px 21px;
  }
  .product-box-listView .catalog-controls {
    top: 141px;
  }
}
@media (max-width: 1240px) {
  .catalog-wrapper {
    padding: 0 0 35px;
  }
  .catalog-wrapper .catalog-wrapper__sidebar {
    float: none;
    width: 100%;
  }
  .catalog-wrapper .catalog-wrapper__content {
    float: none;
    width: 100%;
  }
  /* .filter-wrapper{
  	position: relative;
  	z-index: 1050;
  	display: block;
  	#store-filter{
  		position: fixed;
  		z-index: 1052;
  		top: 0;
  		left: -280px;
  		width: 280px;
  		height: 100vh;
  		background: #fff;
  		opacity: 0;
  		pointer-events: none;
  		@include transition(all .3s linear .3s);
  		max-height: 100%;
  		overflow: hidden;
  		overflow-y: auto;
  		&.active{
  	    	left: 0;
  	    	opacity: 1;
  			pointer-events: all;	 
      	}
  	}
  	.filter-wrapper__notFind{
  		display: none;
  	}
  	&.active{
      	&:after{
  			pointer-events: all;
  		    z-index: 1040;
  			background: rgba(0, 0, 0, 0.6);
  		}
      }
  	&:after{
      	content: '';
      	display: block;
      	position: fixed;
      	z-index: -1040;
      	top: 0;
      	left: 0;
      	width: 100%;
      	height: 100%;
      	pointer-events: none;
      	background: rgba(0, 0, 0, 0);
      	@include transition(all .3s linear .3s);
      }
  } */
}
@media (max-width: 640px) {
  .catalog-wrapper {
    padding: 0 0 15px;
  }
  .filter-wrapper {
    padding: 15px 21px 21px;
  }
}
@media (max-width: 480px) {
  .catalog-wrapper .catalog-wrapper__sidebar .category-sidebar-mobile-visible {
    margin-bottom: 30px;
  }
  .catalog-wrapper .catalog-wrapper__sidebar .category-sidebar-mobile-visible ul {
    overflow: hidden;
    padding-bottom: 0;
    position: relative;
    top: 0;
    transition: height 0.6s;
  }
  .catalog-wrapper .catalog-wrapper__sidebar .category-sidebar-mobile-visible ul li {
    width: 100%;
    background: #FFFFFF;
    border: none;
    border-bottom: 1px solid #D9DDE8;
    margin: 0;
    padding: 10px 12px;
    border-radius: 0;
  }
  .catalog-wrapper .catalog-wrapper__sidebar .category-sidebar-mobile-visible ul li a {
    font-size: 14px;
  }
  .catalog-wrapper .catalog-wrapper__sidebar .category-sidebar-mobile-visible ul li a picture {
    display: none;
  }
  .catalog-wrapper .catalog-wrapper__sidebar .category-sidebar-mobile-visible ul li a span {
    text-align: left;
    padding: 0;
  }
  .catalog-wrapper .catalog-wrapper__sidebar .category-sidebar-mobile-visible ul.child-category-tags li {
    width: 100%;
    background: #FFFFFF;
    border: none;
    border-bottom: 1px solid #D9DDE8;
    margin: 0;
    padding: 10px 12px;
    border-radius: 0;
  }
  .catalog-wrapper .catalog-wrapper__sidebar .category-sidebar-mobile-visible .show-more {
    display: inline-block;
    margin: 12px 0 0 12px;
    color: #006D25;
    border-bottom: 1px solid #006D25;
  }
}
.hidden-box {
  visibility: hidden;
}

.blog-search {
  height: 35px;
}

.notifications {
  display: none;
  position: fixed;
  z-index: 1050;
}
.notifications.top-right {
  right: 15px;
  bottom: 15px;
}
.notifications > div {
  position: relative;
  z-index: 9999;
  background-color: #52AC62;
  border: 2px solid #52AC62;
  color: #fff;
  padding: 20px 25px;
  border-radius: 4px;
}

.js-notification {
  display: none;
  position: fixed;
  z-index: 1050;
  width: 100%;
  left: 0;
  bottom: 75px;
}
.js-notification > div {
  position: relative;
  width: 100%;
  background: #52AC62;
  color: #fff;
  font-size: 18px;
  padding: 7px 20px;
  cursor: pointer;
  -webkit-appearance: listbox;
  text-align: center;
}
@media (max-width: 480px) {
  .js-notification {
    bottom: 60px;
  }
  .js-notification > div {
    font-size: 16px;
  }
}

.catalog-controls {
  width: 468px;
  height: 40px;
  margin: 0 0 25px;
}
.catalog-controls .catalog-controls__summary {
  width: calc(100% - 270px);
}
.catalog-controls .catalog-controls__res {
  width: 270px;
  height: 100%;
}
.catalog-controls .catalog-controls__res .countItem-box {
  width: calc(100% - 78px);
}
.catalog-controls .catalog-controls__res .template-product {
  width: 78px;
  margin: 0 -5px;
}
.catalog-controls .catalog-controls__res .template-product .template-product__grid, .catalog-controls .catalog-controls__res .template-product .template-product__list {
  height: 21px;
  margin: 0 5px;
}
.catalog-controls .catalog-controls__res .template-product .template-product__grid svg, .catalog-controls .catalog-controls__res .template-product .template-product__list svg {
  height: 100%;
}
.catalog-controls .catalog-controls__res .template-product .template-product__grid svg path, .catalog-controls .catalog-controls__res .template-product .template-product__list svg path {
  fill: #454545;
  transition: all 0.3s ease;
}
.catalog-controls .catalog-controls__res .template-product .template-product__grid.active, .catalog-controls .catalog-controls__res .template-product .template-product__grid:hover, .catalog-controls .catalog-controls__res .template-product .template-product__list.active, .catalog-controls .catalog-controls__res .template-product .template-product__list:hover {
  cursor: pointer;
}
.catalog-controls .catalog-controls__res .template-product .template-product__grid.active svg path, .catalog-controls .catalog-controls__res .template-product .template-product__grid:hover svg path, .catalog-controls .catalog-controls__res .template-product .template-product__list.active svg path, .catalog-controls .catalog-controls__res .template-product .template-product__list:hover svg path {
  fill: #00A44B;
}
.catalog-controls:after {
  content: "";
  clear: both;
  display: block;
}

.summary {
  color: #323232;
  font-size: 16px;
  font-family: pr-reg;
  font-weight: normal;
  line-height: 18px;
}
.summary span {
  display: inline-block;
}

/* 
 * Выпадающий список в фильтрах
*/
.box-wrapper {
  position: relative;
  color: #323232;
  font-size: 16px;
  font-family: pr-reg;
  line-height: 18px;
  font-weight: normal;
  z-index: 10;
  height: 40px;
}
.box-wrapper .box-wrapper__header {
  text-align: right;
  width: 100%;
  cursor: pointer;
  padding: 0px 29px 0 9px;
}
.box-wrapper .box-wrapper__header.view-loading {
  background-position-y: 0px !important;
  background-position-x: 5px !important;
}
.box-wrapper .box-wrapper__header span, .box-wrapper .box-wrapper__header svg {
  pointer-events: none;
}
.box-wrapper .box-wrapper__header:after {
  content: "";
  width: 10px;
  height: 8px;
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -4px;
  background: url("../images/svg/down-arrow.svg") no-repeat;
  -ms-background-size: contain;
  background-size: contain;
}
.box-wrapper .box-wrapper__body {
  position: absolute;
  z-index: -1;
  top: calc(100% + 2px);
  left: -1px;
  opacity: 0;
  width: calc(100% + 2px);
  max-height: 0;
  margin: 0px;
  padding: 0 12px;
  overflow: hidden;
  list-style: none;
  transition: all 0.3s linear;
  -ms-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.15);
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.15);
}
.box-wrapper .box-wrapper__body .box-wrapper__link {
  position: relative;
  color: #323232;
  font-size: 16px;
  font-family: pr-reg;
  font-weight: normal;
  line-height: 19px;
  padding: 0 0 20px;
  cursor: pointer;
}
.box-wrapper .box-wrapper__body .box-wrapper__link:last-child {
  padding: 0;
}
.box-wrapper .box-wrapper__body .box-wrapper__link.active, .box-wrapper .box-wrapper__body .box-wrapper__link:hover {
  color: rgb(0, 109, 37);
}
.box-wrapper .box-wrapper__link {
  display: block;
  cursor: pointer;
  color: rgba(55, 55, 55, 0.7);
}
.box-wrapper .box-wrapper__content {
  overflow: hidden;
  overflow-y: auto;
  scrollbar-color: ligthen(rgba(33, 33, 33, 0.1), 5) rgba(33, 33, 33, 0.2);
  scrollbar-width: thin;
}
.box-wrapper .box-wrapper__content::-webkit-scrollbar-track {
  -webkit-box-shadow: none;
  border-radius: 20px;
  background-color: rgba(33, 33, 33, 0.05);
}
.box-wrapper .box-wrapper__content::-webkit-scrollbar {
  width: 4px;
  background-color: rgba(33, 33, 33, 0.05);
}
.box-wrapper .box-wrapper__content::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: none;
  background-color: rgba(33, 33, 33, 0.5);
}
.box-wrapper.active .box-wrapper__header:after {
  opacity: 1;
  transform: rotate(180deg);
}
.box-wrapper.active .box-wrapper__body {
  z-index: 5;
  opacity: 1;
  padding: 20px 12px 20px;
  max-height: none;
  transition: all 0.3s linear;
}
.box-wrapper.active .box-wrapper__content {
  max-height: 280px;
}
.box-wrapper.countItem-wrapper .box-wrapper__header {
  font-family: pr-bold;
  font-weight: bold;
}
.box-wrapper.countItem-wrapper .countItem-wrapper__link {
  justify-content: center;
}
.box-wrapper.sort-box-wrapper .box-wrapper__header {
  padding-left: 15px;
}
.box-wrapper.sort-box-wrapper .filter-sort {
  position: relative !important;
  top: -1px !important;
  right: auto !important;
  width: 11px !important;
  height: 100% !important;
  margin: 0 10px 0 0;
}
.box-wrapper:hover .box-wrapper__header {
  color: #373737;
}
.box-wrapper:hover .box-wrapper__header:after {
  opacity: 1;
}

/* ***********/
/* 
 * Пагинатор у товаров 
*/
.product-nav {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  height: 50px;
  margin: 90px 0 0;
}
.product-nav .pagination-box {
  width: calc(100% - 450px);
}
.product-nav .catalog-controls {
  position: relative;
  width: 450px;
  z-index: 10;
  top: auto;
  right: auto;
  margin: 0;
  transform: translateY(0);
}
.product-nav .catalog-controls .catalog-controls__summary {
  width: calc(100% - 210px);
}
.product-nav .catalog-controls .catalog-controls__summary .summary span {
  font-family: pr-bold;
  font-weight: bold;
}
.product-nav .catalog-controls .catalog-controls__res {
  width: 210px;
}
.product-nav .catalog-controls .catalog-controls__res .countItem-box {
  width: 100%;
}
.product-nav .catalog-controls .catalog-controls__res .template-product {
  display: none;
}
.product-nav .catalog-controls .catalog-controls__res .box-wrapper .box-wrapper__header:after {
  transform: rotate(180deg);
}
.product-nav .catalog-controls .catalog-controls__res .box-wrapper .box-wrapper__body {
  top: auto;
  bottom: calc(100% + 2px);
  -ms-box-shadow: 0 -3px 15px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0 -3px 15px rgba(0, 0, 0, 0.15);
  box-shadow: 0 -3px 15px rgba(0, 0, 0, 0.15);
}
.product-nav .catalog-controls .catalog-controls__res .box-wrapper.active .box-wrapper__header:after {
  transform: rotate(0deg);
}

/* ***********/
@media (max-width: 1600px) {
  .catalog-controls {
    width: 445px;
    height: 40px;
    margin: 0 0 15px;
  }
  .catalog-controls .catalog-controls__summary {
    width: calc(100% - 260px);
  }
  .catalog-controls .catalog-controls__res {
    width: 260px;
  }
  .catalog-controls .catalog-controls__res .countItem-box {
    width: calc(100% - 78px);
  }
  .catalog-controls .catalog-controls__res .template-product {
    width: 78px;
    margin: 0 -5px;
  }
  .catalog-controls .catalog-controls__res .template-product .template-product__grid, .catalog-controls .catalog-controls__res .template-product .template-product__list {
    height: 21px;
    margin: 0 5px;
  }
  .summary {
    font-size: 15px;
    line-height: 18px;
  }
  /* 
   * Выпадающий список в фильтрах
  */
  .box-wrapper {
    font-size: 14px;
    line-height: 18px;
  }
  .box-wrapper .box-wrapper__header {
    padding: 0px 29px 0 9px;
  }
  .box-wrapper .box-wrapper__body {
    padding: 0 10px;
  }
  .box-wrapper .box-wrapper__body .box-wrapper__link {
    font-size: 14px;
    line-height: 19px;
    padding: 0 0 16px;
  }
  .box-wrapper .box-wrapper__body .box-wrapper__link:last-child {
    padding: 0;
  }
  .box-wrapper.active .box-wrapper__body {
    padding: 15px 10px;
  }
  .box-wrapper.sort-box-wrapper .box-wrapper__header {
    padding-left: 15px;
  }
  .box-wrapper.sort-box-wrapper .filter-sort {
    margin: 0 10px 0 0;
  }
  .product-nav {
    margin: 70px 0 0;
  }
}
@media (max-width: 1000px) {
  .catalog-controls {
    width: 270px;
    height: 40px;
    margin: 0 0 25px;
  }
  .catalog-controls .catalog-controls__summary {
    display: none;
  }
  .catalog-controls .catalog-controls__res {
    width: 100%;
    height: 100%;
  }
  .catalog-controls .catalog-controls__res .countItem-box {
    width: calc(100% - 78px);
  }
  .catalog-controls .catalog-controls__res .template-product {
    width: 78px;
    margin: 0 -5px;
  }
  .catalog-controls .catalog-controls__res .template-product .template-product__grid, .catalog-controls .catalog-controls__res .template-product .template-product__list {
    height: 21px;
    margin: 0 5px;
  }
  .product-nav {
    margin: 20px 0 0;
  }
  .product-nav .pagination-box {
    width: calc(100% - 200px);
  }
  .product-nav .catalog-controls {
    width: 200px;
  }
}
@media (max-width: 768px) {
  .catalog-controls {
    flex-wrap: wrap;
    height: auto;
    margin: 0;
  }
  .catalog-controls .catalog-controls__sort {
    width: 100%;
    height: auto;
    margin: 0 0 30px;
  }
  .catalog-controls .catalog-controls__sort .control-box {
    justify-content: flex-end;
  }
  .catalog-controls .catalog-controls__res {
    display: none;
  }
  .control-box {
    flex-wrap: wrap;
    font-size: 14px;
  }
  .control-box .control-box__header {
    width: 100%;
  }
  .control-box .control-box__body {
    width: 100%;
    height: 30px;
    margin: 10px 0 0;
  }
  .control-box.sort-box .sort-box__body {
    width: 100%;
  }
  .control-box.countItem {
    justify-content: flex-end;
  }
  .product-nav {
    height: auto;
    margin: 20px 0 0;
  }
  .product-nav .pagination-box {
    width: 100%;
  }
  .product-nav .catalog-controls {
    display: none;
  }
}
/* Выбранные фильтры */
.selected-filters {
  width: 100%;
  margin: 0;
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.selected-filters span {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
  font-size: 14px;
  font-weight: normal;
  line-height: 16px;
  text-align: center;
  padding: 9px 30px 7px 15px;
  margin: 6px 20px 6px 0;
  -webkit-appearance: listbox;
  cursor: pointer;
  border-radius: 0;
  transition: all 0.3s linear;
}
.selected-filters span:before, .selected-filters span:after {
  content: "";
  position: absolute;
  top: 11px;
  right: 17px;
  height: 10px;
  width: 1px;
  opacity: 1;
  background-color: #878787;
}
.selected-filters span:before {
  transform: rotate(45deg);
}
.selected-filters span:after {
  transform: rotate(-45deg);
}
.selected-filters span:hover {
  color: #373737;
  cursor: pointer;
}
.selected-filters span:hover:before, .selected-filters span:hover:after {
  opacity: 1;
}
.selected-filters .label {
  background: #EBEBEB;
  color: #6F6F6F;
}
.selected-filters .reset-filter {
  background: #52AC62;
  color: #FFFFFF;
}
.selected-filters .reset-filter:before, .selected-filters .reset-filter:after {
  background-color: #FFFFFF;
}
.selected-filters .reset-filter:hover {
  color: #FFFFFF;
  background: #42894e;
}
.selected-filters strong {
  display: inline-block;
  vertical-align: middle;
  color: #8B8B8B;
  font-size: 16px;
  font-weight: normal;
  line-height: 19px;
  padding: 6px 20px 5px 0px;
}
.selected-filters.active {
  padding: 10px 0 0;
  margin: 0 0 20px;
}

.product-cart .product-cart__img {
  width: 140px;
  height: 120px;
  text-align: center;
}
.product-cart .product-cart__img source, .product-cart .product-cart__img img {
  max-height: 100%;
}
.product-cart .product-cart__info {
  width: calc(100% - 140px);
  padding: 0 0 0 20px;
}
.product-cart .product-cart__name {
  width: calc(100% - 180px);
  padding: 0 20px 0 0;
}
.product-cart .product-cart__name .product-name {
  height: auto;
  font-size: 16px;
}
.product-cart .product-cart__price {
  width: 180px;
  text-align: right;
  padding: 0 0 0 10px;
}
.product-cart .product-cart__price.product-price .product-price__res, .product-cart .product-cart__price.product-price .product-price__old {
  width: 100%;
}

@media (max-width: 640px) {
  .product-cart .product-cart__img {
    width: 100px;
  }
  .product-cart .product-cart__info {
    width: calc(100% - 100px);
    padding: 0 0 0 15px;
  }
  .product-cart .product-cart__name {
    width: calc(100% - 135px);
    padding: 0 5px 0 0;
  }
  .product-cart .product-cart__name .product-name {
    font-size: 14px;
  }
  .product-cart .product-cart__price {
    width: 135px;
    padding: 0 0 0 10px;
  }
}
@media (max-width: 480px) {
  .product-cart .product-cart__img {
    width: 100px;
  }
  .product-cart .product-cart__info {
    flex-wrap: wrap;
    width: calc(100% - 100px);
    padding: 0 0 0 15px;
  }
  .product-cart .product-cart__name {
    width: 100%;
    padding: 0 0 5px;
  }
  .product-cart .product-cart__name .product-name {
    font-size: 14px;
  }
  .product-cart .product-cart__price {
    width: 100%;
    padding: 0;
    text-align: left;
  }
  .product-cart .product-cart__price .product-price__res {
    order: 2;
  }
  .product-cart .product-cart__price .product-price__old {
    order: 1;
    text-align: left;
    padding: 0 0 3px;
  }
}
.brand-page {
  margin: 0 -15px;
}
.brand-page .brand-page__item {
  width: calc(20% - 30px);
  height: 110px;
  margin: 0 15px 30px;
}
.brand-page .brand-page__item:hover .brand-page__img img {
  -moz-filter: none;
  -ms-filter: none;
  -o-filter: none;
  filter: none;
  transform: scale(1.05);
}
.brand-page .brand-page__img {
  position: relative;
  width: 100%;
  height: 100%;
}
.brand-page .brand-page__img img {
  max-height: 100%;
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  transition: all 0.3s linear;
}

@media (max-width: 1600px) {
  .brand-page {
    margin: 0 -10px;
  }
  .brand-page .brand-page__item {
    width: calc(20% - 20px);
    height: 110px;
    margin: 0 10px 20px;
  }
}
@media (max-width: 1240px) {
  .brand-page {
    margin: 0 -10px;
  }
  .brand-page .brand-page__item {
    width: calc(25% - 20px);
    height: 100px;
    margin: 0 10px 20px;
  }
}
@media (max-width: 1000px) {
  .brand-page {
    margin: 0 -10px;
  }
  .brand-page .brand-page__item {
    width: calc(33.3333333333% - 20px);
    height: 90px;
    margin: 0 10px 20px;
  }
}
@media (max-width: 640px) {
  .brand-page {
    margin: 0 -10px;
  }
  .brand-page .brand-page__item {
    width: calc(33.3333333333% - 20px);
    height: 70px;
    margin: 0 10px 20px;
  }
}
@media (max-width: 400px) {
  .brand-page {
    margin: 0 -10px;
  }
  .brand-page .brand-page__item {
    width: calc(50% - 20px);
    height: 70px;
    margin: 0 10px 20px;
  }
}
.ajax-loading {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9999;
  pointer-events: all;
}
.ajax-loading:after {
  content: "";
  display: block;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4) url("../images/ajax-loading.gif") center no-repeat !important;
}

.list-view-loading {
  background-image: url("../images/loading.gif") !important;
  background-repeat: no-repeat;
  background-position-y: 15px !important;
  background-position-x: 5px !important;
}
.list-view-loading .product-box .product-box__item {
  position: relative;
  height: 370px;
  padding: 0;
  border: none !important;
  opacity: 0.8;
  pointer-events: none;
  background: url("../images/product-box-nophoto.jpg") no-repeat;
  -ms-background-size: cover !important;
  background-size: cover !important;
}
.list-view-loading .product-box .product-box__item:after {
  content: "";
  display: none;
}
.list-view-loading .product-box .product-box__img {
  opacity: 0;
}
.list-view-loading .product-box .product-box__info {
  opacity: 0;
}
.list-view-loading .product-box .product-box__bottom {
  opacity: 0 !important;
  pointer-events: none !important;
}
.list-view-loading .product-list .product-list__item {
  position: relative;
  height: 240px;
  padding: 0;
  border: none !important;
  opacity: 0.5;
  pointer-events: none;
  background: url("../images/product-list-nophoto.jpg") no-repeat;
  -ms-background-size: cover !important;
  background-size: cover !important;
}
.list-view-loading .product-list .product-list__item:after {
  content: "";
  display: none;
}
.list-view-loading .product-list .product-list__img {
  opacity: 0;
}
.list-view-loading .product-list .product-list__content {
  opacity: 0;
}
@media (max-width: 480px) {
  .list-view-loading .product-box .product-box__item {
    height: 175px;
    background: url("../images/product-box-xs-nophoto.jpg") no-repeat;
  }
}
@media (max-width: 410px) {
  .list-view-loading .product-box .product-box__item {
    height: 150px;
  }
}
@media (max-width: 360px) {
  .list-view-loading .product-box .product-box__item {
    height: 130px;
    min-height: 130px !important;
  }
}

.but-menu-filter {
  display: none;
  width: 180px;
  margin: 0 0 30px;
}
.but-menu-filter span {
  padding: 0 0 0 10px;
}

.filter-content input[type=reset], .filter-content input[type=submit], .filter-content button {
  width: 100%;
}
.filter-content input[type=reset] span, .filter-content input[type=submit] span, .filter-content button span {
  pointer-events: none;
}

.filter-button button {
  margin: 15px 0 0;
}
.filter-button:hover button[type=reset] svg.filter-close, .filter-button:focus button[type=reset] svg.filter-close, .filter-button:active button[type=reset] svg.filter-close {
  transform: rotate(90deg) !important;
}

/* Блок с фильтром */
.filter-block {
  background: #fff;
  border: 1px solid transparent;
  margin: -1px 0px 0px;
}
.filter-block .filter-block__header {
  position: relative;
  color: #0085FF;
  color: #373E44;
  font-size: 18px;
  font-family: pr-bold;
  font-weight: bold;
  line-height: 17px;
  cursor: pointer;
  padding: 25px 20px;
}
.filter-block .filter-block__header span {
  width: calc(100% - 14px);
  padding: 0 12px 0 0;
}
.filter-block .filter-block__header svg {
  width: 12px;
  height: 12px;
  margin: 3px 0 0 2px;
  transform: rotate(180deg);
}
.filter-block .filter-block__header svg path {
  fill: #373E44;
}
.filter-block .filter-block__header.no-active svg {
  transform: rotate(0deg);
}
.filter-block .filter-block__reset {
  color: #8B8B8B;
  font-weight: normal;
  font-size: 14px;
  font-family: pr-reg;
  font-weight: normal;
  line-height: 20px;
  text-align: right;
}
.filter-block .filter-block__reset a {
  color: #8B8B8B;
  border-bottom: 1px solid #8B8B8B;
}
.filter-block .filter-block__reset a:hover, .filter-block .filter-block__reset a:focus, .filter-block .filter-block__reset a:active {
  color: #373E44;
  border-color: #373E44;
}
.filter-block .filter-block__body {
  padding: 5px 10px 10px 25px;
}
.filter-block .filter-block__body.no-active {
  display: none;
}
.filter-block .filter-block__list {
  position: relative;
}
.filter-block .filter-block__list.active {
  height: 240px;
}
.filter-block .filter-block__more {
  display: inline-block;
  margin: 5px 0 10px;
}
.filter-block .filter-block__footer {
  position: relative;
}
.filter-block .filter-block__footer:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  top: -20px;
  display: block;
  width: 100%;
  height: 20px;
  background: rgba(255, 255, 255, 0);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, rgb(255, 255, 255)));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#ffffff", GradientType=0 );
}
.filter-block.filter-block-category .filter-block__body {
  padding-top: 15px;
}
.filter-block.filter-block-input-range .filter-block__body {
  padding: 5px 25px 25px;
}

/* Список категорий */
.category-list-filter {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.category-list-filter .category-list-filter__item {
  padding: 0 0 20px;
}
.category-list-filter .category-list-filter__item a {
  position: relative;
  color: #6F6F6F;
  font-size: 16px;
  font-family: pr-reg;
  font-weight: normal;
  line-height: 1.1;
  border-bottom: 1px solid transparent;
}
.category-list-filter .category-list-filter__item a:hover {
  color: #0085FF;
}
.category-list-filter .category-list-filter__item a.active {
  color: #0085FF;
  border-color: #0085FF;
}

.input-check {
  width: 13px;
  height: 13px;
}
.input-check:before, .input-check:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  transition: all 0.3s;
}
.input-check:before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #b8b8b8;
}
.input-check:after {
  top: calc(50% - 3.5px);
  left: calc(50% - 3.5px);
  width: 7px;
  height: 7px;
  background: #888888;
  opacity: 0;
}
.input-check.active:after, .input-check:hover:after {
  opacity: 1;
}

/* Чекбоксы */
.filter-checkbox {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0 0 20px;
}
.filter-checkbox label {
  -js-display: flex;
  display: flex;
  align-items: center;
  position: relative;
  color: #323232;
  font-size: 16px;
  font-family: pr-reg;
  font-style: normal;
  font-weight: normal;
  line-height: 1.3;
  margin: 0;
}
.filter-checkbox input[type=checkbox] {
  position: absolute;
  left: -9999px;
}
.filter-checkbox input[type=checkbox] + label {
  padding-left: 30px;
}
.filter-checkbox input[type=checkbox] + label:before {
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  left: 0;
  background: url("../images/icon/checkbox.png") 0 0 no-repeat;
  width: 20px;
  height: 20px;
}
.filter-checkbox input[type=checkbox]:checked + label:before {
  background-position: 0 -21px;
}
.filter-checkbox input[type=radio] {
  vertical-align: top;
  width: 14px;
  height: 14px;
  margin: 0 3px 0 0;
}
.filter-checkbox input[type=radio] + label {
  font-weight: normal;
  cursor: pointer;
}
.filter-checkbox input[type=radio]:not(checked) {
  position: absolute;
  opacity: 0;
}
.filter-checkbox input[type=radio]:not(checked) + label {
  position: relative;
  padding: 0 0 0 30px;
}
.filter-checkbox input[type=radio]:not(checked) + label:before, .filter-checkbox input[type=radio]:not(checked) + label:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  transition: all 0.3s;
}
.filter-checkbox input[type=radio]:not(checked) + label:before {
  top: 0;
  left: 0;
  width: 13px;
  height: 13px;
  border: 1px solid #b8b8b8;
}
.filter-checkbox input[type=radio]:not(checked) + label:after {
  top: calc(50% - 3.5px);
  left: calc(50% - 3.5px);
  width: 7px;
  height: 7px;
  background: #888888;
  opacity: 0;
}
.filter-checkbox input[type=radio]:checked + label:after {
  opacity: 1;
}

.filter-inline {
  margin-top: 12px !important;
}
.filter-inline .filter-inline__header {
  color: #323232;
  font-size: 16px;
  font-family: pr-reg;
  font-style: normal;
  font-weight: normal;
  line-height: 18px;
  padding: 0 8px 0 0;
}
.filter-inline.sort-box-wrapper {
  width: 200px;
  margin: 0 25px 20px 0;
}
.filter-inline.filter-inline-input-range {
  width: 250px;
  margin: 0 50px 0 0;
}
.filter-inline.filter-inline-input-range .filter-inline__header {
  padding-bottom: 25px;
}
.filter-inline.filter-inline-news, .filter-inline.filter-inline-hits, .filter-inline.filter-inline-discounts {
  width: auto;
  padding: 0 30px 0 0;
}
.filter-inline.filter-inline-search {
  width: 477px;
}
.filter-inline.filter-inline-search .filter-inline__body {
  width: 100%;
}
.filter-inline.countItem-box {
  margin-top: 0 !important;
}

.filter-attributes-search-producer {
  width: calc(100% - 90px);
}
.filter-attributes-search-producer .filter-inline.filter-inline-search {
  width: 477px;
}
.filter-attributes-search-producer .filter-inline.producer-filter {
  width: calc(100% - 497px);
}

.producer-filter {
  position: relative;
  z-index: 15;
  /*position: absolute;
  z-index: 15;
  bottom: 26px;
  right: 115px;*/
}
.producer-filter .producer-filter-wrapper__header {
  overflow: hidden;
}
.producer-filter .producer-filter-header {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.producer-filter-wrapper {
  width: 275px;
}
.producer-filter-wrapper .filter-checkbox {
  margin: 2px 0 0;
  padding: 0 0 12px;
}
.producer-filter-wrapper .filter-checkbox label {
  line-height: 1.1;
}

/* Два инпута у range */
.filter-inline-range {
  -js-display: flex;
  display: flex;
  align-items: center;
  height: 40px;
  margin: 0 -5px 5px;
}
.filter-inline-range .filter-inline-range__item {
  width: calc(50% - 10px);
  height: 100%;
  color: #454545;
  font-size: 14px;
  font-family: pr-reg;
  line-height: 17px;
  font-weight: normal;
  margin: 0 5px;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.filter-inline-range .filter-inline-range__item::-webkit-input-placeholder {
  color: #454545;
}
.filter-inline-range .filter-inline-range__item::-moz-placeholder {
  color: #454545;
}
.filter-inline-range .filter-inline-range__item:-moz-placeholder {
  color: #454545;
}
.filter-inline-range .filter-inline-range__item:-ms-input-placeholder {
  color: #454545;
}
.filter-inline-range .filter-inline-range__item:hover, .filter-inline-range .filter-inline-range__item:focus {
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  border-color: #D9DDE8;
}
.filter-inline-range span {
  display: block;
  width: 10px;
  height: 1px;
  mix-blend-mode: normal;
  background: #212121;
}
.filter-inline-range input[type=number] {
  -webkit-appearance: none;
  -moz-appearance: textfield;
}
.filter-inline-range input[type=number]::-webkit-outer-spin-button, .filter-inline-range input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.filter-inline-range input[type=number]:hover, .filter-inline-range input[type=number]:focus {
  -webkit-appearance: none;
  -moz-appearance: number-input;
}

.filter-search {
  width: 100%;
  height: 40px;
  -js-display: flex;
  display: flex;
  align-items: center;
}
.filter-search .search-input-group input {
  width: 100%;
  height: 100%;
  color: rgba(69, 69, 69, 0.75);
  font-size: 16px;
  font-family: pr-reg;
  line-height: 19px;
  font-weight: normal;
  border: none;
  padding: 0 60px 0 20px;
  background: #fff;
  border: 1px solid #D9DDE8;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.filter-search .search-input-group input::-webkit-input-placeholder {
  color: rgba(69, 69, 69, 0.75);
}
.filter-search .search-input-group input::-moz-placeholder {
  color: rgba(69, 69, 69, 0.75);
}
.filter-search .search-input-group input:-moz-placeholder {
  color: rgba(69, 69, 69, 0.75);
}
.filter-search .search-input-group input:-ms-input-placeholder {
  color: rgba(69, 69, 69, 0.75);
}
.filter-search .search-input-group input:hover, .filter-search .search-input-group input:focus, .filter-search .search-input-group input:active {
  outline: 0;
  color: rgb(69, 69, 69);
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.filter-search .search-input-group input:hover::-webkit-input-placeholder, .filter-search .search-input-group input:focus::-webkit-input-placeholder, .filter-search .search-input-group input:active::-webkit-input-placeholder {
  color: rgba(69, 69, 69, 0.75);
}
.filter-search .search-input-group input:hover::-moz-placeholder, .filter-search .search-input-group input:focus::-moz-placeholder, .filter-search .search-input-group input:active::-moz-placeholder {
  color: rgba(69, 69, 69, 0.75);
}
.filter-search .search-input-group input:hover:-moz-placeholder, .filter-search .search-input-group input:focus:-moz-placeholder, .filter-search .search-input-group input:active:-moz-placeholder {
  color: rgba(69, 69, 69, 0.75);
}
.filter-search .search-input-group input:hover:-ms-input-placeholder, .filter-search .search-input-group input:focus:-ms-input-placeholder, .filter-search .search-input-group input:active:-ms-input-placeholder {
  color: rgba(69, 69, 69, 0.75);
}
.filter-search .input-group-btn {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  width: 50px;
  padding: 0;
  height: 100%;
  text-align: center;
}
.filter-search .input-group-btn button {
  width: 100%;
  height: 100%;
  background: transparent;
  border: none;
  padding: 0;
  background: transparent;
  border-radius: 0 5px 5px 0 !important;
  transition: transform 0.3s ease;
}
.filter-search .input-group-btn button svg {
  width: 20px;
  height: 100%;
  transition: 0.3s;
}
.filter-search .input-group-btn button svg path {
  fill: rgb(33, 33, 33);
}
.filter-search .input-group-btn button:hover, .filter-search .input-group-btn button:focus, .filter-search .input-group-btn button:active {
  outline: 0;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.filter-search .input-group-btn button:hover svg, .filter-search .input-group-btn button:focus svg, .filter-search .input-group-btn button:active svg {
  transform: translateY(-1px);
}
.filter-search .input-group-btn button:hover svg path, .filter-search .input-group-btn button:focus svg path, .filter-search .input-group-btn button:active svg path {
  fill: rgb(33, 33, 33);
}

/* Фильтр категорий у поиска */
.search-category {
  margin-top: 20px;
}
.search-category-item {
  display: inline-block;
  padding: 4px 11px;
  color: #00A44B;
  text-decoration: underline;
  border-radius: 10px;
  margin-right: 4px;
  margin-bottom: 4px;
}
.search-category-item:hover, .search-category-item:focus {
  color: #00A44B;
}
.search-category-item.active {
  color: #fff;
  background: #00A44B;
  text-decoration: none;
}

.open-filter-wrapper {
  display: none;
}

@media (max-width: 1600px) {
  /* Чекбоксы */
  .filter-checkbox {
    padding: 0 0 20px;
  }
  .filter-checkbox label {
    font-size: 15px;
    line-height: 1.3;
  }
  .filter-checkbox input[type=checkbox] + label {
    padding-left: 27px;
  }
  .filter-inline .filter-inline__header {
    font-size: 15px;
    line-height: 18px;
    padding: 0 8px 0 0;
  }
  .filter-inline.sort-box-wrapper {
    width: 190px;
    margin: 0 20px 20px 0;
  }
  .filter-inline.filter-inline-input-range {
    width: 225px;
    margin: 0 34px 0 0;
  }
  .filter-inline.filter-inline-input-range .filter-inline__header {
    padding-bottom: 20px;
  }
  .filter-inline.filter-inline-news, .filter-inline.filter-inline-hits, .filter-inline.filter-inline-discounts {
    width: auto;
    padding: 0 22px 0 0;
  }
  .filter-inline.filter-inline-search {
    width: 370px;
  }
  .filter-attributes-search-producer .filter-inline.filter-inline-search {
    width: 370px;
  }
  .filter-attributes-search-producer .filter-inline.producer-filter {
    width: calc(100% - 410px);
  }
  .filter-inline-range .filter-inline-range__item {
    padding: 6px 8px;
  }
  .filter-search .search-input-group input {
    font-size: 15px;
    line-height: 18px;
    padding: 0 42px 0 15px;
  }
  .filter-search .input-group-btn {
    width: 42px;
  }
  .filter-search .input-group-btn button svg {
    width: 18px;
  }
}
@media (max-width: 1240px) {
  .but-menu-filter {
    display: block;
  }
  .filter-button {
    padding: 20px 25px 5px;
  }
  .filter-button button {
    padding: 0 20px;
    margin: 0 0 15px;
  }
  /* Блок с фильтром */
  .filter-block.filter-block-category .filter-block__body {
    padding: 10px 25px 20px;
  }
  .filter-inline.filter-inline-search {
    width: 435px;
  }
  .filter-attributes-search-producer .filter-inline.filter-inline-search {
    width: 435px;
  }
  .filter-attributes-search-producer .filter-inline.producer-filter {
    width: calc(100% - 470px);
  }
  .producer-filter-wrapper {
    width: 260px;
  }
}
@media (max-width: 1000px) {
  .filter-inline .filter-inline__header {
    font-size: 15px;
    line-height: 18px;
    padding: 0 8px 0 0;
  }
  .filter-inline.sort-box-wrapper {
    width: 260px;
    margin: 0 35px 20px 0;
  }
  .filter-inline.filter-inline-input-range {
    width: calc(100% - 295px);
    margin: 0 0 10px;
  }
  .filter-inline.filter-inline-input-range .filter-inline__header {
    padding-bottom: 25px;
  }
  .filter-inline.filter-inline-news, .filter-inline.filter-inline-hits, .filter-inline.filter-inline-discounts {
    width: 33.3333333333%;
    padding: 0 22px 0 0;
  }
  .filter-inline.filter-inline-search {
    width: calc(100% - 80px);
  }
  .filter-attributes-search-producer {
    width: 100%;
  }
  .filter-attributes-search-producer .filter-inline.filter-inline-search {
    order: 2;
    width: calc(100% - 80px);
    padding: 10px 0 0;
  }
  .filter-attributes-search-producer .filter-inline.producer-filter {
    order: 1;
    width: 100%;
  }
  .producer-filter {
    /*width: calc(100% - 52px);
    bottom: 80px;
    right: 28px;*/
  }
  .producer-filter .filter-inline__header {
    width: 100px;
    text-align: left;
  }
  .producer-filter-wrapper {
    width: calc(100% - 100px);
  }
}
@media (max-width: 768px) {
  .filter-inline.filter-inline-search {
    width: 100%;
  }
  .filter-attributes-search-producer .filter-inline.filter-inline-search {
    width: 100%;
  }
}
@media (max-width: 640px) {
  .but-menu-filter {
    width: 150px;
  }
  .filter-inline .filter-inline__header {
    display: block;
    font-size: 15px;
    line-height: 18px;
    padding: 0 8px 0 0;
  }
  .filter-inline.sort-box-wrapper {
    width: 260px;
    margin: 0 35px 20px 0;
  }
  .filter-inline.filter-inline-input-range {
    width: 100%;
    margin: 0 0 15px;
  }
  .filter-inline.filter-inline-input-range .filter-inline__header {
    padding-bottom: 25px;
  }
  .filter-inline.producer-filter, .filter-inline.filter-inline-input-range, .filter-inline.filter-inline-search {
    flex-direction: column;
    align-items: flex-start !important;
    justify-content: center;
  }
  .filter-inline.producer-filter .filter-inline__header, .filter-inline.filter-inline-input-range .filter-inline__header, .filter-inline.filter-inline-search .filter-inline__header {
    padding: 0 0 10px;
  }
  .filter-inline.producer-filter .filter-inline__body, .filter-inline.filter-inline-input-range .filter-inline__body, .filter-inline.filter-inline-search .filter-inline__body {
    width: 100%;
  }
  .filter-inline.filter-inline-search {
    width: 100%;
  }
  .filter-attributes-search-producer .filter-inline.filter-inline-search {
    width: 100%;
  }
  .producer-filter-wrapper {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .filter-inline.sort-box-wrapper {
    width: 100%;
    margin: 0 0 15px;
  }
  .filter-inline.filter-inline-news, .filter-inline.filter-inline-hits, .filter-inline.filter-inline-discounts {
    width: 100%;
    padding: 0;
  }
  .filter-inline-range {
    margin: 0 -5px 10px;
  }
  .open-filter-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 12px;
    height: 38px;
  }
  .open-filter-wrapper form {
    width: calc(100% - 125px);
  }
  .open-filter-wrapper .sort-box-wrapper {
    margin: 0 !important;
  }
  .open-filter {
    display: flex;
    align-items: center;
    background: none;
    border: 0;
    padding: 0;
    font-size: 16px;
    margin-left: auto;
  }
  .open-filter::after {
    content: "";
    width: 20px;
    height: 20px;
    background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='459px' height='459px' viewBox='0 0 459 459' style='enable-background:new 0 0 459 459;' xml:space='preserve'%3E%3Cg id='filter'%3E%3Cpath d='M178.5,382.5h102v-51h-102V382.5z M0,76.5v51h459v-51H0z M76.5,255h306v-51h-306V255z'/%3E%3C/g%3E%3C/svg%3E%0A");
    background-size: contain;
    margin-left: 10px;
  }
  .catalog-wrapper__content .filter-wrapper {
    display: none;
  }
}
/*  */
.pay {
  color: #232323;
}
.pay .pay-details .pay-details__items {
  padding: 8px 0 3px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.pay .pay-details .pay-details__items:after {
  content: "";
  clear: both;
  display: block;
}
.pay .pay-details .pay-details__left {
  float: left;
  width: 190px;
}
.pay .pay-details .pay-details__left label {
  font-weight: normal;
}
.pay .pay-details .pay-details__right {
  float: right;
  width: calc(100% - 190px);
}
.pay .pay-box .pay-box__header {
  font-size: 24px;
  padding: 35px 0px 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.pay .pay-box .pay-box__items {
  display: table;
  width: 100%;
  margin: 10px 0 0;
  padding: 0 0 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.pay .pay-box .pay-box__name {
  display: table-cell;
  vertical-align: middle;
  width: calc(100% - 385px);
}
.pay .pay-box .pay-box__name a {
  color: #52AC62;
}
.pay .pay-box .pay-box__name .media {
  display: table;
  width: 100%;
}
.pay .pay-box .pay-box__name .media .img-thumbnail {
  display: table-cell;
  vertical-align: middle;
  width: 100px;
}
.pay .pay-box .pay-box__name .media .media-body {
  display: table-cell;
  vertical-align: middle;
  padding: 0 0 0 40px;
}
.pay .pay-box .pay-box__price {
  display: table-cell;
  vertical-align: middle;
  width: 245px;
  text-align: center;
}
.pay .pay-box .pay-box__totalPrice {
  display: table-cell;
  vertical-align: middle;
  width: 125px;
  text-align: right;
}
.pay .pay-bottom .pay-bottom__items {
  padding: 15px 0px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.pay .pay-bottom .pay-bottom__items:after {
  content: "";
  clear: both;
  display: block;
}
.pay .pay-bottom .pay-bottom__left {
  float: left;
  width: calc(100% - 200px);
}
.pay .pay-bottom .pay-bottom__right {
  float: right;
  width: 200px;
  text-align: right;
}
.pay .pay-payments .pay-payments__header {
  color: #232323;
  font-size: 24px;
  padding: 35px 0px 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.pay .pay-payments .payment-desc {
  color: #52AC62;
  padding: 0px 0px 30px;
}
.pay .pay-payments .pay-payments__button {
  padding: 15px 0px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.pay .pay-payments .pay-payments__button button {
  border: none;
}

#payment-methods {
  margin: 0;
  padding: 10px 0px;
  list-style: none;
}
#payment-methods .payment-method .description {
  font-family: pr-reg;
  font-weight: normal;
  padding: 10px 0 10px 30px;
}
#payment-methods .payment-method .description p {
  margin: 0;
}
#payment-methods .payment-method .description img {
  width: 300px;
  max-width: 100%;
}
#payment-methods .logo-payment-box .logo-payment-box__item {
  width: 100px;
  height: 50px;
  line-height: 50px;
}

@media (max-width: 768px) {
  .pay .pay-box .pay-box__header {
    font-size: 18px;
  }
  .pay .pay-box .pay-box__name {
    width: calc(100% - 310px);
  }
  .pay .pay-box .pay-box__price {
    width: 200px;
  }
  .pay .pay-box .pay-box__totalPrice {
    width: 100px;
  }
  .pay .pay-payments .pay-payments__header {
    font-size: 18px;
  }
  .pay .pay-payments .payment-desc {
    font-size: 14px;
  }
  .pay .pay-payments .pay-payments__button button {
    font-size: 18px;
  }
}
@media (max-width: 640px) {
  .pay .pay-details .pay-details__left {
    width: 100%;
    float: none;
  }
  .pay .pay-details .pay-details__right {
    width: 100%;
    float: none;
  }
  .pay .pay-box .pay-box__header {
    font-size: 16px;
  }
  .pay .pay-box .pay-box__name {
    width: 100%;
    display: block;
  }
  .pay .pay-box .pay-box__price {
    width: 100%;
    display: block;
    text-align: right;
  }
  .pay .pay-box .pay-box__totalPrice {
    width: 100%;
    display: block;
    text-align: right;
  }
  .pay .pay-bottom .pay-bottom__left {
    width: calc(100% - 130px);
  }
  .pay .pay-bottom .pay-bottom__right {
    width: 130px;
  }
  .pay .pay-payments .pay-payments__header {
    font-size: 16px;
  }
  .pay .pay-payments .pay-payments__button button {
    font-size: 16px;
  }
  #payment-methods .payment-method .checkbox {
    font-size: 14px;
  }
  #payment-methods .payment-method .description {
    font-size: 13px;
  }
}
.product-box .product-box__item {
  position: relative;
  z-index: 1;
  width: 25%;
  padding: 20px;
  background: #ffffff;
  border: 1px solid transparent;
}
.product-box .product-box__item:after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 20px;
  left: 0;
  width: 100%;
  height: calc(100% - 20px);
  opacity: 0;
  background: #ffffff;
  -ms-box-shadow: 0px 15px 27px rgba(48, 59, 81, 0.1);
  -o-box-shadow: 0px 15px 27px rgba(48, 59, 81, 0.1);
  box-shadow: 0px 15px 27px rgba(48, 59, 81, 0.1);
  transition: all 0.2s;
}
.product-box .product-box__item:hover, .product-box .product-box__item:focus, .product-box .product-box__item:active, .product-box .product-box__item.active {
  z-index: 2;
  border-color: #d9dde8;
}
.product-box .product-box__item:hover .product-box__bottom, .product-box .product-box__item:focus .product-box__bottom, .product-box .product-box__item:active .product-box__bottom, .product-box .product-box__item.active .product-box__bottom {
  opacity: 1;
  pointer-events: all;
}
.product-box .product-box__item:hover:after, .product-box .product-box__item:focus:after, .product-box .product-box__item:active:after, .product-box .product-box__item.active:after {
  opacity: 1;
  pointer-events: all;
}
.product-box .product-box__img {
  position: relative;
  width: 100%;
  text-align: center;
}
.product-box .product-box__img a,
.product-box .product-box__img picture {
  width: 100%;
  height: 100%;
}
.product-box .product-box__img source,
.product-box .product-box__img img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  max-height: 202px;
  margin: 0 auto;
}
.product-box .product-box__img .product-badge {
  position: absolute;
  top: 10px;
  left: 10px;
}
.product-box .product-box__info {
  position: relative;
  padding: 8px 0 0;
}
.product-box .product-box__info .product-availability {
  margin: 10px 0 0;
}
.product-box .product-box__info .product-availability .availability-yes {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.product-box .product-box__info .product-availability .availability-no {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.product-box .product-box__info .product-availability img {
  width: 15px;
  height: 15px;
  margin-right: 5px;
}
.product-box .product-box__info .product-availability p {
  margin: 0;
  border-bottom: 1px dotted #333;
}
.product-box .product-box__name {
  overflow: hidden;
  padding: 10px 0 0;
}
.product-box .product-box__bottom {
  position: absolute;
  left: -1px;
  bottom: -60px;
  width: calc(100% + 2px);
  background: #ffffff;
  border: 1px solid #d9dde8;
  border-top: none;
  padding: 0 20px 20px;
  -ms-box-shadow: 0px 15px 27px rgba(48, 59, 81, 0.1);
  -o-box-shadow: 0px 15px 27px rgba(48, 59, 81, 0.1);
  box-shadow: 0px 15px 27px rgba(48, 59, 81, 0.1);
  pointer-events: none;
  opacity: 0;
}
.product-box .product-box__spinput {
  width: 108px;
}
.product-box .product-box__spinput .spinput {
  width: 100%;
  padding: 0 10px;
}
.product-box .product-box__but {
  width: 107px;
}
.product-box.product-box-carousel .slick-track, .product-box.product-big-box-carousel .slick-track {
  -js-display: flex;
  display: flex;
  margin: 0;
  height: auto;
}
.product-box.product-box-carousel .slick-slide, .product-box.product-big-box-carousel .slick-slide {
  height: auto !important;
  opacity: 0;
  margin: 0 0 30px;
  transition: all 0.3s linear 1s;
}
.product-box.product-box-carousel .slick-slide.slick-active, .product-box.product-big-box-carousel .slick-slide.slick-active {
  opacity: 1;
  transition: all 0.3s linear;
}
.product-box.product-box-carousel .slick-slide .product-box__item, .product-box.product-big-box-carousel .slick-slide .product-box__item {
  width: 100% !important;
  height: 100%;
}
.product-box.product-box-carousel .product-box__bottom, .product-box.product-big-box-carousel .product-box__bottom {
  opacity: 0 !important;
  pointer-events: none !important;
}
.product-box.product-box-carousel .slick-prev,
.product-box.product-box-carousel .slick-next, .product-box.product-big-box-carousel .slick-prev,
.product-box.product-big-box-carousel .slick-next {
  top: -15px;
  left: auto !important;
  transform: translate(0, -100%);
}
.product-box.product-box-carousel .slick-prev, .product-box.product-big-box-carousel .slick-prev {
  right: 70px;
}
.product-box.product-box-carousel .slick-next, .product-box.product-big-box-carousel .slick-next {
  right: 10px;
}

.product-badge .product-badge__item {
  display: inline-block;
  color: #179441;
  font-size: 14px;
  font-family: pr-bold;
  font-weight: bold;
  font-style: normal;
  line-height: 25px;
  text-align: center;
  padding: 4px 10px;
  background: #eef0f3;
  border-radius: 5px;
}
.product-badge .product-badge__item.product-badge__news {
  color: #179441;
}
.product-badge .product-badge__item.product-badge__hits {
  color: #0066ff;
}

.product-name {
  width: 100%;
  overflow: hidden;
  color: #212121;
  font-size: 18px;
  font-family: pr-reg;
  line-height: 22px;
  font-style: normal;
  font-weight: normal;
}
.product-name:hover {
  color: #006d25;
  border-bottom: 1px solid rgba(0, 109, 37, 0.5);
}

.icon-ruble {
  display: inline-block;
  width: 12px;
  height: 15px;
  background: url("../images/icon/icon-ruble-black.svg") no-repeat;
  -ms-background-size: contain !important;
  background-size: contain !important;
}

.product-price {
  font-size: 24px;
  font-family: pr-reg;
  font-weight: normal;
  line-height: 20px;
}
.product-price .product-price__benefit {
  width: 100%;
  min-height: 28px;
  color: #cf2034;
  font-size: 13px;
  font-weight: normal;
  line-height: 15px;
  padding: 0 0 10px;
}
.product-price .product-price__res {
  color: #000000;
}
.product-price .product-price__res svg {
  width: 12px;
  height: 15px;
}
.product-price .product-price__res svg path {
  fill: #000000;
}
.product-price .product-price__old {
  color: #757575;
  font-size: 17px;
  line-height: 20px;
  text-align: right;
  padding: 0 0 0 10px;
}
.product-price .product-price__old .price-old {
  text-decoration: line-through;
}
.product-price .product-price__old svg {
  width: 9px;
  height: 10px;
}
.product-price .product-price__old svg path {
  fill: #757575;
}
.product-price .product-price__old .icon-ruble {
  width: 9px;
  height: 10px;
  background: url("../images/icon/icon-ruble-gray.svg") no-repeat;
}
.product-price.product-price-new .product-price__res {
  color: #000000;
}

.product-button {
  width: 100%;
  padding: 0 15px 0 10px;
  transition: opacity 0.3s;
}
.product-button svg {
  width: 24px;
  height: 22px;
}
.product-button svg path {
  fill: rgb(255, 255, 255);
}
.product-button.but-go-cart {
  padding: 0 10px;
}
.product-button.but-go-cart svg {
  display: none;
  width: 0;
}
.product-button.active {
  pointer-events: none;
  background: #00a44b url("../images/ajax-loading-but.gif") center no-repeat;
}
.product-button.active svg {
  opacity: 0;
}
.product-button.active span {
  opacity: 0;
}

.product-attr .product-attr__item {
  color: #757575;
  font-size: 15px;
  font-family: pr-reg;
  font-weight: normal;
  line-height: 20px;
}
.product-attr .product-attr__item span {
  color: #212121;
  padding: 0 0 0 2px;
}

@media (max-width: 1600px) {
  .product-box .product-box__item {
    padding: 15px;
  }
  .product-box .product-box__bottom {
    bottom: -55px;
    padding: 0 15px 18px;
  }
  .product-box .product-box__spinput {
    width: calc(50% - 6px);
  }
  .product-box .product-box__spinput .spinput {
    width: 100%;
    padding: 0 7px;
  }
  .product-box .product-box__but {
    width: calc(50% - 0px);
  }
  .product-name {
    font-size: 16px;
    line-height: 18px;
  }
  .product-badge .product-badge__item {
    font-size: 13px;
    line-height: 20px;
    padding: 2px 9px;
  }
  .product-price {
    font-size: 21px;
    line-height: 18px;
  }
  .product-price .product-price__res {
    padding: 0;
  }
  .product-price .product-price__old {
    font-size: 15px;
    line-height: 18px;
    padding: 0 0 0 10px;
  }
  .product-button {
    height: 40px;
    font-size: 14px;
    font-family: pr-reg;
    line-height: 16px;
    padding: 0 10px 0 7px;
  }
  .product-button svg {
    width: 20px;
    height: 18px;
  }
  .product-button.but-go-cart {
    padding: 0 7px;
  }
}
@media (max-width: 1240px) {
  .product-box .product-box__item {
    padding: 12px 10px;
  }
  .product-box.product-box-carousel .slick-item, .product-box.product-big-box-carousel .slick-item {
    float: none;
    display: block;
    width: 100%;
    height: auto;
    margin: 5px 0;
  }
  .product-box.product-box-carousel .slick-prev,
  .product-box.product-box-carousel .slick-next, .product-box.product-big-box-carousel .slick-prev,
  .product-box.product-big-box-carousel .slick-next {
    top: -12px;
  }
  .product-box.product-box-carousel .slick-prev, .product-box.product-big-box-carousel .slick-prev {
    right: 60px;
  }
  .product-box.product-box-carousel .slick-next, .product-box.product-big-box-carousel .slick-next {
    right: 0px;
  }
  .product-name {
    font-size: 16px;
    line-height: 18px;
  }
  .product-price {
    font-size: 19px;
    line-height: 17px;
  }
  .product-price .product-price__res {
    padding: 0 5px 0 0;
  }
  .product-price .product-price__res svg {
    width: 10px;
    height: 13px;
  }
  .product-price .product-price__res .icon-ruble {
    width: 10px;
    height: 13px;
  }
  .product-price .product-price__old {
    font-size: 15px;
    line-height: 17px;
    padding: 0 0 0 5px;
  }
  .product-price .product-price__old svg {
    width: 9px;
    height: 10px;
  }
  .product-price .product-price__old .icon-ruble {
    width: 9px;
    height: 10px;
  }
}
@media (max-width: 1000px) {
  .product-box .product-box__item {
    width: 33.3333333333%;
    margin: 0 0 15px;
    border-color: transparent !important;
  }
  .product-box .product-box__item:after {
    display: none;
  }
  .product-box .product-box__item:hover:after, .product-box .product-box__item:focus:after, .product-box .product-box__item:active:after, .product-box .product-box__item.active:after {
    display: none;
  }
  .product-box .product-box__img {
    height: 156px;
  }
  .product-box .product-box__img source,
  .product-box .product-box__img img {
    max-height: 100%;
  }
  .product-box .product-box__wr {
    height: calc(100% - 156px);
  }
  .product-box .product-box__info {
    padding: 10px 0 0;
  }
  .product-box .product-box__name {
    padding: 10px 0;
  }
  .product-box .product-box__bottom {
    position: relative;
    left: auto;
    bottom: auto;
    width: 100%;
    background: transparent;
    border: none;
    padding: 0;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    pointer-events: all;
    opacity: 1;
  }
  .product-box.product-box-carousel .product-box__item, .product-box.product-big-box-carousel .product-box__item {
    margin: 0;
  }
  .product-box.product-box-carousel .product-box__bottom, .product-box.product-big-box-carousel .product-box__bottom {
    display: none !important;
  }
  .product-box.product-box-carousel .slick-slide, .product-box.product-big-box-carousel .slick-slide {
    margin: 0;
  }
  .product-box.product-box-carousel .slick-prev, .product-box.product-big-box-carousel .slick-prev {
    right: 52px;
  }
  .product-box.product-box-carousel .slick-next, .product-box.product-big-box-carousel .slick-next {
    right: 0;
  }
  .product-name {
    font-size: 14px;
    line-height: 16px;
  }
  .product-button {
    height: 36px;
  }
}
@media (max-width: 768px) {
  .product-box .product-box__item {
    padding: 15px 10px;
  }
  .product-price {
    font-size: 18px;
    line-height: 16px;
  }
  .product-price .product-price__old {
    font-size: 14px;
    line-height: 16px;
  }
}
@media (max-width: 640px) {
  .product-box .product-box__item {
    width: 50%;
    padding: 8px;
    margin: 0 0 15px;
  }
  .product-box .product-box__img {
    height: 202px;
  }
  .product-box .product-box__img source,
  .product-box .product-box__img img {
    max-height: 100%;
  }
  .product-box .product-box__wr {
    height: calc(100% - 202px);
  }
  .product-box.product-box-carousel, .product-box.product-big-box-carousel {
    margin: 0 -10px;
  }
  .product-box.product-box-carousel .slick-slide, .product-box.product-big-box-carousel .slick-slide {
    opacity: 0.9;
    transition: 0.3s linear 0.2s;
  }
  .product-box.product-box-carousel .slick-slide.slick-active, .product-box.product-big-box-carousel .slick-slide.slick-active {
    opacity: 1;
    transition: 0.3s linear 0.1s;
  }
  .product-box.product-box-carousel .product-box__item, .product-box.product-big-box-carousel .product-box__item {
    margin: 0;
  }
  .product-box.product-box-carousel .slick-prev,
  .product-box.product-box-carousel .slick-next, .product-box.product-big-box-carousel .slick-prev,
  .product-box.product-big-box-carousel .slick-next {
    top: -15px;
  }
  .product-box.product-box-carousel .slick-prev, .product-box.product-big-box-carousel .slick-prev {
    right: 56px;
  }
  .product-box.product-box-carousel .slick-next, .product-box.product-big-box-carousel .slick-next {
    right: 10px;
  }
  .product-price .product-price__benefit {
    min-height: 20px;
    padding: 0 0 4px;
  }
  .product-price .product-price__res svg {
    width: 9px;
    height: 12px;
  }
  .product-price .product-price__res .icon-ruble {
    width: 9px;
    height: 12px;
  }
}
@media (max-width: 480px) {
  .product-box .product-box__img {
    height: 150px;
  }
  .product-box .product-box__wr {
    height: calc(100% - 150px);
  }
  .product-box.product-box-carousel .product-box .product-box__info, .product-box.product-big-box-carousel .product-box .product-box__info {
    padding: 5px 0 0;
  }
  .product-box.product-box-carousel .product-price, .product-box.product-big-box-carousel .product-price {
    align-content: center;
    min-height: 36px;
    /* .product-price__benefit{
    	order: 1;
    }
    .product-price__res{
    	width: 100%;
    	padding: 0;
    	order: 3;
    }
    .product-price__old{
    	width: 100%;
    	padding: 0 0 3px;
    	order: 2;
    	text-align: left;
    } */
  }
  .product-box.product-box-carousel .product-box__name, .product-box.product-big-box-carousel .product-box__name {
    padding: 6px 0 0;
  }
  .product-box-listView .product-box .product-box__item {
    -js-display: flex;
    display: flex;
    width: calc(100% + 20px);
    padding: 15px 10px;
    margin: 0 -10px;
    min-height: 156px;
  }
  .product-box-listView .product-box .product-box__img {
    width: 136px;
    height: 100%;
  }
  .product-box-listView .product-box .product-box__img source,
  .product-box-listView .product-box .product-box__img img {
    max-height: 100%;
  }
  .product-box-listView .product-box .product-box__wr {
    width: calc(100% - 136px);
    height: 100%;
    padding: 0 0 0 12px;
  }
  .product-box-listView .product-box .product-box__info {
    padding: 0;
  }
  .product-box-listView .product-box .product-box__name {
    line-height: 1.1;
    padding: 8px 0 10px;
  }
  .product-box-listView .product-box .product-box__price.product-price {
    justify-content: flex-start;
  }
  .product-box-listView .product-box .product-box__price.product-price .product-price__benefit {
    min-height: 20px;
    padding: 0 0 4px;
  }
  .product-box-listView .product-box .product-box__price.product-price .product-price__res {
    width: 92px;
    padding: 0;
  }
  .product-box-listView .product-box .product-box__bottom {
    width: 172px;
  }
  .product-price .product-price__benefit {
    font-size: 12px;
  }
}
@media (max-width: 360px) {
  .product-box .product-box__item {
    padding: 6px;
  }
  .product-box .product-box__img {
    height: 120px;
  }
  .product-box .product-box__wr {
    height: calc(100% - 120px);
  }
  .product-box-listView .product-box .product-box__item {
    min-height: 175px;
  }
  .product-box-listView .product-box .product-box__img {
    width: 126px;
  }
  .product-box-listView .product-box .product-box__wr {
    width: calc(100% - 126px);
  }
  .product-box-listView .product-box .product-box__bottom {
    width: 100%;
  }
  .product-box-listView .product-box .product-box__spinput {
    display: none;
  }
  .product-box-listView .product-box .product-box__but {
    width: 96px;
  }
}
.product-list .product-list__item {
  position: relative;
  z-index: 1;
  width: 100%;
  margin: 0;
  padding: 20px;
  background: #FFFFFF;
  border: 1px solid transparent;
  border-bottom-color: #D9DDE8;
}
.product-list .product-list__item:after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 20px;
  left: 0;
  width: 100%;
  height: calc(100% - 20px);
  opacity: 0;
  background: #FFFFFF;
  -ms-box-shadow: 0px 15px 27px rgba(48, 59, 81, 0.1);
  -o-box-shadow: 0px 15px 27px rgba(48, 59, 81, 0.1);
  box-shadow: 0px 15px 27px rgba(48, 59, 81, 0.1);
  transition: all 0.2s;
}
.product-list .product-list__item:hover, .product-list .product-list__item:focus, .product-list .product-list__item:active, .product-list .product-list__item.active {
  z-index: 2;
  border-color: #D9DDE8;
}
.product-list .product-list__item:hover:after, .product-list .product-list__item:focus:after, .product-list .product-list__item:active:after, .product-list .product-list__item.active:after {
  opacity: 1;
  pointer-events: all;
}
.product-list .product-list__img {
  position: relative;
  width: 224px;
  height: 202px;
}
.product-list .product-list__img a {
  width: 100%;
  height: 100%;
}
.product-list .product-list__img source, .product-list .product-list__img img {
  max-width: 100%;
  max-height: 100%;
}
.product-list .product-list__img .product-badge {
  position: absolute;
  top: 10px;
  left: 10px;
}
.product-list .product-list__content {
  position: relative;
  width: calc(100% - 224px);
  padding: 10px;
}
.product-list .product-list__name {
  padding: 0 0 10px;
}
.product-list .product-list__attr {
  padding: 0 0 12px;
}
.product-list .product-list__desc {
  position: relative;
  overflow: hidden;
  color: #757575;
  font-size: 14px;
  font-weight: normal;
  line-height: 17px;
  height: 65px;
  margin: 0 0 5px;
}
.product-list .product-list__desc:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: 0px;
  display: block;
  width: 100%;
  height: 20px;
  background: rgba(255, 255, 255, 0);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, rgb(255, 255, 255)));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#ffffff", GradientType=0 );
}
.product-list .product-list__price {
  padding: 0 0 15px;
}
.product-list .product-list__bottom {
  padding: 0 0 10px;
}
.product-list .product-list__question {
  width: 100%;
}
.product-list .product-list__question .but {
  width: 100%;
}

.product-list-content .product-list-content__item.product-list-content__item_0 {
  width: calc(100% - 235px);
  padding: 0 20px;
}
.product-list-content .product-list-content__item.product-list-content__item_1 {
  width: 235px;
}

@media (max-width: 1600px) {
  .product-list-content .product-list-content__item.product-list-content__item_0 {
    width: calc(100% - 202px);
    padding: 0 20px;
  }
  .product-list-content .product-list-content__item.product-list-content__item_1 {
    width: 202px;
  }
}
@media (max-width: 1000px) {
  .product-list .product-list__item {
    padding: 20px 15px;
  }
  .product-list .product-list__img {
    width: 180px;
    height: 164px;
  }
  .product-list .product-list__img .product-badge {
    top: 10px;
    left: 10px;
  }
  .product-list .product-list__content {
    width: calc(100% - 180px);
    padding: 10px;
  }
  .product-list .product-list__name {
    padding: 0 0 10px;
  }
  .product-list .product-list__attr {
    padding: 0 0 12px;
  }
  .product-list .product-list__desc {
    display: none;
    height: 47px;
  }
  .product-list .product-list__price {
    padding: 0 0 15px;
  }
  .product-list .product-list__bottom {
    padding: 0 0 10px;
  }
  .product-list-content .product-list-content__item.product-list-content__item_0 {
    width: calc(100% - 175px);
    padding: 0px 10px 0 5px;
  }
  .product-list-content .product-list-content__item.product-list-content__item_1 {
    width: 175px;
  }
}
/* @media (max-width: 1000px){
	.product-list{
		.product-list__item{
			padding: 16px;
		}
		.product-list__img{
			width: 140px;
			height: 145px;
			line-height: 145px;
		}
		.product-list__content{
			width: calc(100% - 140px);
			padding: 0 0 0 25px;
			.product-box-badge{
				.product-box-badge__item{
					margin: 0 19px 7px 0;
				}
			}
		}
		.product-list__price{
			padding: 0 15px;
			.product-price__old{
				padding: 0 30px 0 0;
			}
		}
	}

	.product-list-content{
		.product-list-content__item{
			&.product-list-content__item_0{
				width: calc(100% - 235px);
			}
			&.product-list-content__item_1{
				width: 235px;
				padding: 32px 0 0;
			}
		}
	}
} */
.product-view {
  padding: 30px 0 0;
}
.product-view .product-view__info {
  order: 2;
  width: calc(100% - 675px);
}
.product-view .product-view__info h1 {
  font-size: 36px;
  line-height: 42px;
  padding: 0 0 20px;
}
.product-view .product-view__img {
  order: 1;
  position: relative;
  width: 605px;
  height: 430px;
}
.product-view .product-view__img .product-type,
.product-view .product-view__img .product-favorite {
  top: 30px;
}
.product-view .product-view__img .product-type {
  left: 30px;
}
.product-view .product-view__img .product-favorite {
  position: absolute;
  right: 30px;
}
.product-view .product-view__img.product-view__img_2 .image-preview {
  width: calc(100% - 85px);
}
.product-view .product-availability {
  margin: 0 0 20px;
}
.product-view .product-availability .availability-yes {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  cursor: pointer;
}
.product-view .product-availability .availability-no {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.product-view .product-availability img {
  width: 15px;
  height: 15px;
  margin-right: 5px;
}
.product-view .product-availability p {
  margin: 0;
  border-bottom: 1px dotted #333;
}
.product-view .product-view__price {
  padding: 0 0 25px;
}
.product-view .product-view__price .product-view__header {
  padding: 0 0 10px;
}
.product-view .product-view__price .product-view__header .product-view-header {
  display: inline-block;
  width: 158px;
  padding: 0 20px 0 0;
}
.product-view .product-view__price .product-price {
  font-size: 35px;
  line-height: 20px;
}
.product-view .product-view__price .product-price .product-price__benefit {
  min-height: 28px;
  color: #cf2034;
  font-size: 15px;
  line-height: 18px;
  padding: 0 0 10px;
  text-align: left;
}
.product-view .product-view__price .product-price .product-price__res {
  color: #000000;
  font-family: pr-bold;
  font-weight: 700;
}
.product-view .product-view__price .product-price .product-price__res svg {
  width: 19px;
  height: 24px;
}
.product-view .product-view__price .product-price .product-price__res svg path {
  fill: #000000;
}
.product-view .product-view__price .product-price .product-price__old {
  position: relative;
  font-size: 25px;
  line-height: 20px;
  padding: 0 0 0 10px;
}
.product-view .product-view__price .product-price .product-price__old .price-old {
  text-decoration-line: none;
}
.product-view .product-view__price .product-price .product-price__old svg {
  width: 13px;
  height: 17px;
}
.product-view .product-view__price .product-price .product-price__old svg path {
  fill: #757575;
}
.product-view .product-view__price .product-price .product-price__old .strikethrough {
  position: relative;
}
.product-view .product-view__price .product-price .product-price__old .strikethrough:before {
  border-bottom: 3px solid #cf2034;
  position: absolute;
  content: "";
  width: 100%;
  height: 50%;
  transform: rotate(-7deg);
}
.product-view .product-view__price .product-price .product-price__old .discount-percent {
  position: absolute;
  width: 300px;
  top: -8px;
  left: 12px;
  padding: 0 0 6px;
  min-height: auto;
  font-family: pr-bold;
  font-weight: 700;
  transform: translateY(-100%);
}
.product-view .product-view__price .product-price.product-price-new .product-price__res {
  color: #cf2034;
}
.product-view .product-view__price .product-price.product-price-new .product-price__res svg path {
  fill: #cf2034;
}
.product-view .product-view__button {
  padding: 0;
}

.chain-availability {
  display: none;
  margin-top: 25px;
}
@media screen and (max-width: 1000px) {
  .chain-availability {
    margin-top: 0;
  }
}
.chain-availability.active {
  display: block;
}
.chain-availability .availability-title {
  font-size: 18px;
}
.chain-availability .chain-availability-list {
  display: flex;
  flex-direction: column;
}
.chain-availability .chain-availability-list .chain-availability-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
}
@media screen and (max-width: 390px) {
  .chain-availability .chain-availability-list .chain-availability-item {
    flex-wrap: wrap;
  }
}
.chain-availability .chain-availability-list .chain-availability-item a {
  flex: 0 0 auto;
}
.chain-availability .chain-availability-list .chain-availability-item .availability-hl {
  width: 100%;
  border-bottom: 1px dotted #333;
  align-self: flex-end;
  margin: 0 5px 5px;
}
.chain-availability .chain-availability-list .chain-availability-item .availability-item-yes {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex: 0 0 auto;
}
.chain-availability .chain-availability-list .chain-availability-item .availability-item-yes img {
  width: 15px;
  height: 15px;
  margin-right: 5px;
}
.chain-availability .chain-availability-list .chain-availability-item .availability-item-yes p {
  margin: 0;
}

.product-view-header {
  color: #212121;
  font-size: 16px;
  font-family: pr-bold;
  line-height: 19px;
  font-weight: bold;
}

.product-button .product-button__item {
  margin: 0 10px 10px 0;
}
.product-button .product-button__item.product-box-but .but {
  padding: 0 25px;
}
.product-button .product-button__item.product-box-but .but.but-svg.but-svg-left span {
  padding: 0 0 0 15px;
}
.product-button .product-button__item.product-but-question {
  margin-left: 20px;
}
.product-button .product-button__item.product-but-question .but-link svg {
  position: relative;
  top: 0px;
}

/* Изображения */
.image-preview {
  order: 2;
  width: 100%;
  height: 100%;
}
.image-preview .slick-track,
.image-preview .slick-list,
.image-preview .slick-slide,
.image-preview .image-preview__img {
  height: 100%;
}
.image-preview .image-preview__img {
  text-align: center;
}
.image-preview .image-preview__img a {
  width: 100%;
  height: 100%;
}
.image-preview .image-preview__img a img {
  margin: 0 auto;
  max-height: 100%;
}
.image-preview .slick-prev,
.image-preview .slick-next {
  width: 25px;
  height: 50px;
}
.image-preview .slick-prev svg,
.image-preview .slick-next svg {
  display: none;
}
.image-preview .slick-prev {
  left: 0;
}
.image-preview .slick-next {
  right: 0;
}

/* Миниатюры изображений */
.image-thumbnail {
  order: 1;
  width: 72px;
  height: 100%;
}
.image-thumbnail .slick-track {
  margin: 0;
}
.image-thumbnail .slick-slide {
  margin: 7px 0;
}
.image-thumbnail .slick-slide.slick-current .image-thumbnail__item {
  border-color: #006d25;
}
.image-thumbnail .image-thumbnail__item {
  width: 100%;
  height: 70px;
  padding: 4px;
  border: 1px solid transparent;
}
.image-thumbnail .image-thumbnail__img {
  width: 100%;
  height: 100%;
  text-align: center;
}
.image-thumbnail .image-thumbnail__img picture {
  width: 100%;
}
.image-thumbnail .image-thumbnail__img img,
.image-thumbnail .image-thumbnail__img source {
  max-width: 100%;
  max-height: 100%;
  margin: 0 auto;
}

.product-view-info {
  padding: 50px 0;
  border-bottom: 1px solid rgb(217, 221, 232);
}
.product-view-info h2, .product-view-info .box-style .box-style__heading, .box-style .product-view-info .box-style__heading {
  color: #000000;
  font-size: 24px;
  font-family: pr-reg;
  font-style: normal;
  font-weight: normal;
  line-height: 29px;
  margin: 0;
  padding: 0 0 10px;
}

.product-view-item {
  color: #757575;
  font-size: 16px;
  font-family: pr-reg;
  font-weight: normal;
  font-style: normal;
  line-height: 20px;
  padding: 0 0 20px;
}
.product-view-item .product-view-item__header {
  color: #757575;
}
.product-view-item .product-view-item__value {
  color: #212121;
}
.product-view-item.product-view-item-sku {
  padding: 0 0 15px;
}

/* Описание товара */
.product-view-description {
  color: #454545;
  font-size: 16px;
  font-family: pr-reg;
  font-style: normal;
  font-weight: normal;
  line-height: 24px;
}

@media (max-width: 1600px) {
  .product-view .product-view__info {
    width: calc(100% - 620px);
  }
  .product-view .product-view__info h1 {
    font-size: 30px;
    line-height: 36px;
  }
  .product-view .product-view__img {
    width: 570px;
  }
}
@media (max-width: 1240px) {
  .product-view .product-view__info {
    width: calc(100% - 520px);
  }
  .product-view .product-view__info h1 {
    font-size: 26px;
    line-height: 32px;
  }
  .product-view .product-view__img {
    flex-wrap: wrap;
    width: 470px;
    height: auto;
  }
  .product-view .product-view__img.product-view__img_2 .image-preview {
    width: 100%;
  }
  .product-view .product-view__price {
    padding: 0 0 25px;
  }
  .product-view .product-view__price .product-view__header {
    padding: 0 0 10px;
  }
  .product-view .product-view__price .product-view__header .product-view-header {
    width: 158px;
    padding: 0 20px 0 0;
  }
  .product-view .product-view__price .product-price {
    font-size: 33px;
    line-height: 20px;
  }
  .product-view .product-view__price .product-price .product-price__benefit {
    min-height: 28px;
    font-size: 14px;
    line-height: 18px;
    padding: 0 0 10px;
  }
  .product-view .product-view__price .product-price .product-price__res svg {
    width: 19px;
    height: 24px;
  }
  .product-view .product-view__price .product-price .product-price__old {
    font-size: 24px;
    line-height: 20px;
    padding: 0 0 0 10px;
  }
  .product-view .product-view__price .product-price .product-price__old svg {
    width: 13px;
    height: 17px;
  }
  .product-view .product-view__price .product-price .product-price__old .discount-percent {
    width: 260px;
    top: -8px;
    left: 12px;
  }
  /* Изображения */
  .image-preview {
    order: 1;
    height: 305px;
  }
  /* Миниатюры изображений */
  .image-thumbnail {
    order: 2;
    width: 100%;
  }
  .image-thumbnail .image-thumbnail__item {
    height: 78px;
  }
  .image-thumbnail .image-thumbnail__img picture {
    height: 100%;
  }
  .product-view-info h2, .product-view-info .box-style .box-style__heading, .box-style .product-view-info .box-style__heading {
    font-size: 20px;
    line-height: 26px;
  }
}
@media (max-width: 1000px) {
  .product-view {
    padding: 0 0 30px;
  }
  .product-view .product-view__info {
    order: 2;
    width: 100%;
    padding: 20px 0 0;
  }
  .product-view .product-view__info h1 {
    font-size: 24px;
    line-height: 30px;
  }
  .product-view .product-view__img {
    order: 1;
    width: 100%;
    padding: 15px 0 0;
  }
  /* Описание товара */
  .product-view-description {
    width: 100%;
    order: 1;
    padding: 0 0 30px;
  }
  .product-view-info {
    padding: 0 0 10px;
  }
}
@media (max-width: 640px) {
  .product-view .product-view__info h1 {
    font-size: 22px;
    line-height: 28px;
  }
  /* Изображения */
  .image-preview .image-preview__img a img {
    max-height: 90%;
  }
  /* Миниатюры изображений */
  .image-thumbnail .image-thumbnail__item {
    height: 60px;
    padding: 3px;
  }
}
@media (max-width: 480px) {
  .product-view .product-view__price .product-price {
    font-size: 30px;
    line-height: 20px;
  }
  .product-view .product-view__price .product-price .product-price__benefit {
    min-height: auto;
    font-size: 14px;
    line-height: 18px;
    padding: 10px 0;
  }
  .product-view .product-view__price .product-price .product-price__res svg {
    width: 18px;
    height: 23px;
  }
  .product-view .product-view__price .product-price .product-price__old {
    font-size: 22px;
    line-height: 20px;
  }
  .product-view .product-view__price .product-price .product-price__old svg {
    width: 12px;
    height: 16px;
  }
  .product-view .product-view__price .product-price .product-price__old .discount-percent {
    position: relative;
    width: 100%;
    top: auto;
    left: auto;
    transform: translateY(0);
  }
  .image-preview {
    height: auto;
    margin: 0 0 20px !important;
  }
  .image-preview .slick-track,
  .image-preview .slick-list,
  .image-preview .slick-slide,
  .image-preview .image-preview__img {
    height: auto;
  }
  .image-preview .image-preview__img {
    height: auto;
  }
  .image-preview .image-preview__img a {
    display: block;
    height: auto;
  }
  .image-preview .image-preview__img a img {
    max-height: none;
  }
  .product-button .product-button__item.product-box-but .but {
    padding: 0 15px;
  }
  .product-button .product-button__item.product-box-but .but.but-svg.but-svg-left span {
    padding: 0 0 0 10px;
  }
  .product-button .product-button__item.product-but-question {
    margin-left: 10px;
  }
}
@media (max-width: 400px) {
  .product-view .product-button {
    height: auto;
  }
  .product-view .product-button .but {
    height: 36px;
  }
}
.cart-mini {
  font-size: 11px;
  position: relative;
  -ms-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.15);
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.15);
  border-radius: 5px;
}
.cart-mini .cart-mini__item {
  width: 280px;
  padding: 10px;
  border-bottom: 1px solid #d9dde8;
}
.cart-mini .cart-mini__item:last-child {
  border-bottom: none;
}
.cart-mini .cart-mini__thumbnail {
  width: 60px;
}
.cart-mini .cart-mini__info {
  width: calc(100% - 80px);
  padding: 5px 10px;
}
.cart-mini .cart-mini__link {
  display: block;
  color: #757575;
  font-size: 1.2rem;
  line-height: 1.3rem;
  font-family: pr-reg;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.cart-mini .cart-mini__base-price {
  font-size: 1.3rem;
  font-family: pr-reg;
  line-height: 1.2;
}
.cart-mini .cart-mini__base-price .product-price {
  font-size: 1.5rem;
  line-height: 1.2;
}
.cart-mini .cart-mini__delete-btn {
  cursor: pointer;
}
.cart-mini .cart-mini__subtotal {
  font-size: 1.4rem;
  font-family: pr-reg;
  line-height: 1.2;
}
.cart-mini .cart-mini__subtotal span {
  font-size: 1.8rem;
  color: #CF2034;
}
.cart-mini .cart-mini__body {
  position: relative;
  z-index: 1;
  width: 100%;
  max-height: 250px;
  overflow: hidden;
  background: rgb(255, 255, 255);
  border-radius: 5px 5px 0 0;
  padding: 10px;
}
.cart-mini .cart-mini__empty {
  position: relative;
  z-index: 1;
  width: 100%;
  color: #212121;
  font-size: 1.6rem;
  font-family: pr-reg;
  line-height: 1.9rem;
  padding: 15px;
  background: rgb(255, 255, 255);
  border-radius: 5px;
}
.cart-mini .cart-mini__empty p {
  margin: 0;
}
.cart-mini .cart-mini__bottom {
  padding: 15px 20px;
  background: #f5f5f5;
  border-radius: 0 0 5px 5px;
}
.cart-mini .cart-mini__bottom .cart-mini__subtotal {
  width: calc(100% - 130px);
  padding: 0 10px 0 0;
}
.cart-mini .cart-mini__bottom .cart-mini__subtotal svg {
  width: 9px;
  height: 12px;
}
.cart-mini .cart-mini__bottom .cart-mini__subtotal svg path {
  fill: #CF2034;
}
.cart-mini .cart-mini__bottom .but {
  width: 130px;
  height: 35px;
  font-size: 1.4rem;
  padding: 0 7px;
}
.cart-mini:before {
  content: "";
  position: absolute;
  z-index: 0;
  right: 20px;
  top: -8px;
  width: 20px;
  height: 20px;
  background: rgb(255, 255, 255);
  -ms-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.15);
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.15);
  transform: rotate(45deg);
}
.cart-mini:after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
  background: rgba(255, 255, 255, 0.7) url("../images/ajax-loading-cs-xs.gif") center no-repeat !important;
}
.cart-mini.cart-ajax-loading:after {
  opacity: 1;
  pointer-events: all;
}

body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  backface-visibility: hidden;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  height: 100%;
  left: 0;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.87;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity 0.25s, visibility 0s linear 0.25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  transition: opacity 0.25s, visibility 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  text-align: center;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translate3d(0, 0, 0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: transform, opacity;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide::before {
  content: "";
  display: inline-block;
  height: 100%;
  margin-right: -0.25em;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block;
}

.fancybox-slide--next {
  z-index: 99995;
}

.fancybox-slide--image {
  overflow: visible;
  padding: 44px 0;
}

.fancybox-slide--image::before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px 6px 0 6px;
}

.fancybox-slide--iframe {
  padding: 44px 44px 0;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0 0 6px 0;
  max-width: 100%;
  overflow: auto;
  padding: 0;
  padding: 24px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  margin: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  transform-origin: top left;
  transition-property: transform, opacity;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in;
}

.fancybox-can-drag .fancybox-content {
  cursor: grab;
}

.fancybox-is-dragging .fancybox-content {
  cursor: grabbing;
}

.fancybox-container [data-selectable=true] {
  cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--html .fancybox-content {
  margin-bottom: 6px;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  margin: 0;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
  height: calc(100% - 44px);
  margin-bottom: 44px;
}

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

.fancybox-iframe {
  vertical-align: top;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  outline: none;
  padding: 10px;
  transition: color 0.2s;
  vertical-align: top;
  width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc;
}

.fancybox-button:focus,
.fancybox-button:hover {
  color: #fff;
}

.fancybox-button.disabled,
.fancybox-button.disabled:hover,
.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
}

.fancybox-button svg {
  display: block;
  overflow: visible;
  position: relative;
  shape-rendering: geometricPrecision;
}

.fancybox-button svg path {
  fill: transparent;
  stroke: currentColor;
  stroke-linejoin: round;
  stroke-width: 3;
}

.fancybox-button--play svg path:nth-child(2) {
  display: none;
}

.fancybox-button--pause svg path:nth-child(1) {
  display: none;
}

.fancybox-button--play svg path,
.fancybox-button--share svg path,
.fancybox-button--thumbs svg path {
  fill: currentColor;
}

.fancybox-button--share svg path {
  stroke-width: 1;
}

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  height: 38px;
  opacity: 0;
  padding: 6px;
  position: absolute;
  top: 50%;
  width: 38px;
}

.fancybox-show-nav .fancybox-navigation .fancybox-button {
  transition: opacity 0.25s, visibility 0s, color 0.25s;
}

.fancybox-navigation .fancybox-button::after {
  content: "";
  left: -25px;
  padding: 50px;
  position: absolute;
  top: -25px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  right: 6px;
}

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #555;
  cursor: pointer;
  height: 44px;
  margin: 0;
  padding: 6px;
  position: absolute;
  right: 0;
  top: 0;
  width: 44px;
  z-index: 10;
}

.fancybox-close-small svg {
  fill: transparent;
  opacity: 0.8;
  stroke: currentColor;
  stroke-width: 1.5;
  transition: stroke 0.1s;
}

.fancybox-close-small:focus {
  outline: none;
}

.fancybox-close-small:hover svg {
  opacity: 1;
}

.fancybox-slide--image .fancybox-close-small,
.fancybox-slide--video .fancybox-close-small,
.fancybox-slide--iframe .fancybox-close-small {
  color: #ccc;
  padding: 5px;
  right: -12px;
  top: -44px;
}

.fancybox-slide--image .fancybox-close-small:hover svg,
.fancybox-slide--video .fancybox-close-small:hover svg,
.fancybox-slide--iframe .fancybox-close-small:hover svg {
  background: transparent;
  color: #fff;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small {
  display: none;
}

/* Caption */
.fancybox-caption {
  bottom: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 25px 44px 25px 44px;
  right: 0;
}

.fancybox-caption::before {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAEtCAQAAABjBcL7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHRJREFUKM+Vk8EOgDAIQ0vj/3+xBw8qIZZueFnIKC90MCAI8DlrkHGeqqGIU6lVigrBtpCWqeRWoHDNqs0F7VNVBVxmHRlvoVqjaYkdnDIaivH2HqZ5+oZj3JUzWB+cOz4G48Bg+tsJ/tqu4dLC/4Xb+0GcF5BwBC0AA53qAAAAAElFTkSuQmCC);
  background-repeat: repeat-x;
  background-size: contain;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: -25px;
  z-index: -1;
}

.fancybox-caption::after {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  content: "";
  display: block;
  left: 44px;
  position: absolute;
  right: 44px;
  top: 0;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

/* Loading indicator */
.fancybox-loading {
  animation: fancybox-rotate 0.8s infinite linear;
  background: transparent;
  border: 6px solid rgba(100, 100, 100, 0.5);
  border-radius: 100%;
  border-top-color: #fff;
  height: 60px;
  left: 50%;
  margin: -30px 0 0 -30px;
  opacity: 0.6;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 60px;
  z-index: 99999;
}
@keyframes fancybox-rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
/* Transition effects */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  transform: rotate(0deg);
}

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  transform: translate3d(0, 0, 0) scale(1);
}

/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

/* Thumbs */
.fancybox-thumbs {
  background: #fff;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs > ul {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x > ul {
  overflow: hidden;
}

.fancybox-thumbs-y > ul::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y > ul::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y > ul::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs > ul > li {
  backface-visibility: hidden;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs-loading {
  background: rgba(0, 0, 0, 0.1);
}

.fancybox-thumbs > ul > li {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.fancybox-thumbs > ul > li:before {
  border: 4px solid #4ea7f9;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs .fancybox-thumbs-active:before {
  opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 800px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs > ul > li {
    max-width: calc(100% - 10px);
  }
}
/*
== malihu jquery custom scrollbar plugin ==
Plugin URI: http://manos.malihu.gr/jquery-custom-content-scroller
*/
/*
CONTENTS: 
	1. BASIC STYLE - Plugin's basic/essential CSS properties (normally, should not be edited). 
	2. VERTICAL SCROLLBAR - Positioning and dimensions of vertical scrollbar. 
	3. HORIZONTAL SCROLLBAR - Positioning and dimensions of horizontal scrollbar.
	4. VERTICAL AND HORIZONTAL SCROLLBARS - Positioning and dimensions of 2-axis scrollbars. 
	5. TRANSITIONS - CSS3 transitions for hover events, auto-expanded and auto-hidden scrollbars. 
	6. SCROLLBAR COLORS, OPACITY AND BACKGROUNDS 
		6.1 THEMES - Scrollbar colors, opacity, dimensions, backgrounds etc. via ready-to-use themes.
*/
/* 
------------------------------------------------------------------------------------------------------------------------
1. BASIC STYLE  
------------------------------------------------------------------------------------------------------------------------
*/
.mCustomScrollbar {
  touch-action: pinch-zoom; /* direct pointer events to js */
}

.mCustomScrollbar.mCS_no_scrollbar, .mCustomScrollbar.mCS_touch_action {
  touch-action: auto;
}

.mCustomScrollBox { /* contains plugin's markup */
  position: relative;
  overflow: hidden;
  height: 100%;
  max-width: 100%;
  outline: none;
  direction: ltr;
}

.mCSB_container { /* contains the original content */
  overflow: hidden;
  width: auto;
  height: auto;
}

/* 
------------------------------------------------------------------------------------------------------------------------
2. VERTICAL SCROLLBAR 
y-axis
------------------------------------------------------------------------------------------------------------------------
*/
.mCSB_inside > .mCSB_container {
  margin-right: 0;
  padding-right: 6px;
}

.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 0;
} /* non-visible scrollbar */
.mCS-dir-rtl > .mCSB_inside > .mCSB_container { /* RTL direction/left-side scrollbar */
  margin-right: 0;
  margin-left: 30px;
}

.mCS-dir-rtl > .mCSB_inside > .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-left: 0;
} /* RTL direction/left-side scrollbar */
.mCSB_scrollTools { /* contains scrollbar markup (draggable element, dragger rail, buttons etc.) */
  position: absolute;
  width: 16px;
  width: 5px;
  height: auto;
  left: auto;
  top: 0;
  right: 0;
  bottom: 0;
}

.mCSB_outside + .mCSB_scrollTools {
  right: -26px;
} /* scrollbar position: outside */
.mCS-dir-rtl > .mCSB_inside > .mCSB_scrollTools,
.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools { /* RTL direction/left-side scrollbar */
  right: auto;
  left: 0;
}

.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
  left: -26px;
} /* RTL direction/left-side scrollbar (scrollbar position: outside) */
.mCSB_scrollTools .mCSB_draggerContainer { /* contains the draggable element and dragger rail markup */
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: auto;
}

.mCSB_scrollTools a + .mCSB_draggerContainer {
  margin: 20px 0;
}

.mCSB_scrollTools .mCSB_draggerRail {
  width: 6px;
  height: 100%;
  margin: 0 auto;
  border-radius: 0px;
}

.mCSB_scrollTools .mCSB_dragger { /* the draggable element */
  cursor: pointer;
  width: 100%;
  height: 30px; /* minimum dragger height */
  z-index: 1;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar { /* the dragger element */
  position: relative;
  width: 6px;
  height: 100%;
  margin: 0 auto;
  border-radius: 5px;
  text-align: center;
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  width: 12px; /* auto-expanded scrollbar */
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 8px; /* auto-expanded scrollbar */
}

.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown {
  display: block;
  position: absolute;
  height: 20px;
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer;
}

.mCSB_scrollTools .mCSB_buttonDown {
  bottom: 0;
}

/* 
------------------------------------------------------------------------------------------------------------------------
3. HORIZONTAL SCROLLBAR 
x-axis
------------------------------------------------------------------------------------------------------------------------
*/
.mCSB_horizontal.mCSB_inside > .mCSB_container {
  margin-right: 0;
  margin-bottom: 30px;
}

.mCSB_horizontal.mCSB_outside > .mCSB_container {
  min-height: 100%;
}

.mCSB_horizontal > .mCSB_container.mCS_no_scrollbar_x.mCS_x_hidden {
  margin-bottom: 0;
} /* non-visible scrollbar */
.mCSB_scrollTools.mCSB_scrollTools_horizontal {
  width: auto;
  height: 16px;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
}

.mCustomScrollBox + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  bottom: -26px;
} /* scrollbar position: outside */
.mCSB_scrollTools.mCSB_scrollTools_horizontal a + .mCSB_draggerContainer {
  margin: 0 20px;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 2px;
  margin: 7px 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 30px; /* minimum dragger width */
  height: 100%;
  left: 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 4px;
  margin: 6px auto;
}

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  height: 12px; /* auto-expanded scrollbar */
  margin: 2px auto;
}

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 8px; /* auto-expanded scrollbar */
  margin: 4px 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft,
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
  display: block;
  position: absolute;
  width: 20px;
  height: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft {
  left: 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
  right: 0;
}

/* 
------------------------------------------------------------------------------------------------------------------------
4. VERTICAL AND HORIZONTAL SCROLLBARS 
yx-axis 
------------------------------------------------------------------------------------------------------------------------
*/
.mCSB_container_wrapper {
  position: absolute;
  height: auto;
  width: auto;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin-right: 30px;
  margin-bottom: 30px;
}

.mCSB_container_wrapper > .mCSB_container {
  padding-right: 30px;
  padding-bottom: 30px;
  box-sizing: border-box;
}

.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_vertical {
  bottom: 20px;
}

.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  right: 20px;
}

/* non-visible horizontal scrollbar */
.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden + .mCSB_scrollTools.mCSB_scrollTools_vertical {
  bottom: 0;
}

/* non-visible vertical scrollbar/RTL direction/left-side scrollbar */
.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  right: 0;
}

/* RTL direction/left-side scrollbar */
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  left: 20px;
}

/* non-visible scrollbar/RTL direction/left-side scrollbar */
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  left: 0;
}

.mCS-dir-rtl > .mCSB_inside > .mCSB_container_wrapper { /* RTL direction/left-side scrollbar */
  margin-right: 0;
  margin-left: 30px;
}

.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden > .mCSB_container {
  padding-right: 0;
}

.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden > .mCSB_container {
  padding-bottom: 0;
}

.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 0; /* non-visible scrollbar */
  margin-left: 0;
}

/* non-visible horizontal scrollbar */
.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden {
  margin-bottom: 0;
}

/* 
------------------------------------------------------------------------------------------------------------------------
5. TRANSITIONS  
------------------------------------------------------------------------------------------------------------------------
*/
.mCSB_scrollTools,
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight {
  transition: opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail {
  transition: width 0.2s ease-out 0.2s, height 0.2s ease-out 0.2s, margin-left 0.2s ease-out 0.2s, margin-right 0.2s ease-out 0.2s, margin-top 0.2s ease-out 0.2s, margin-bottom 0.2s ease-out 0.2s, opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
}

/* 
------------------------------------------------------------------------------------------------------------------------
6. SCROLLBAR COLORS, OPACITY AND BACKGROUNDS  
------------------------------------------------------------------------------------------------------------------------
*/
/* 
----------------------------------------
6.1 THEMES 
----------------------------------------
*/
/* default theme ("light") */
.mCSB_scrollTools {
  opacity: 0.75;
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)";
}

.mCS-autoHide > .mCustomScrollBox > .mCSB_scrollTools,
.mCS-autoHide > .mCustomScrollBox ~ .mCSB_scrollTools {
  opacity: 0;
  filter: "alpha(opacity=0)";
  -ms-filter: "alpha(opacity=0)";
}

.mCustomScrollbar > .mCustomScrollBox > .mCSB_scrollTools.mCSB_scrollTools_onDrag,
.mCustomScrollbar > .mCustomScrollBox ~ .mCSB_scrollTools.mCSB_scrollTools_onDrag,
.mCustomScrollBox:hover > .mCSB_scrollTools,
.mCustomScrollBox:hover ~ .mCSB_scrollTools,
.mCS-autoHide:hover > .mCustomScrollBox > .mCSB_scrollTools,
.mCS-autoHide:hover > .mCustomScrollBox ~ .mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=100)";
  -ms-filter: "alpha(opacity=100)";
}

.mCSB_scrollTools .mCSB_draggerRail {
  /*background-color: #000; background-color: rgba(0,0,0,0.4);*/
  /*background-color: #fff; background-color: rgba(255,255,255,0.4);*/
  background-color: #f0f0f0;
  background-color: #f0f0f0;
  filter: "alpha(opacity=40)";
  -ms-filter: "alpha(opacity=40)";
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  /*background-color: #fff; background-color: rgba(255,255,255,0.75);*/
  /*background-color: #000; background-color: rgba(0,0,0,0.75);*/
  background-color: #d4d4d4;
  background-color: #d4d4d4;
  /*filter: "alpha(opacity=75)"; -ms-filter: "alpha(opacity=75)"; */
}

.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  /*background-color: #fff; background-color: rgba(255,255,255,0.85);*/
  /*background-color: #000; background-color: rgba(0,0,0,0.85);*/
  background-color: #d4d4d4;
  background-color: #d4d4d4;
  /*filter: "alpha(opacity=85)"; -ms-filter: "alpha(opacity=85)"; */
}

.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  /*background-color: #fff; background-color: rgba(255,255,255,0.9);*/
  /*background-color: #000; background-color: rgba(0,0,0,0.9);*/
  background-color: #d4d4d4;
  background-color: #d4d4d4;
  /*filter: "alpha(opacity=90)"; -ms-filter: "alpha(opacity=90)"; */
}

.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight {
  background-image: url(mCSB_buttons.png); /* css sprites */
  background-repeat: no-repeat;
  opacity: 0.4;
  filter: "alpha(opacity=40)";
  -ms-filter: "alpha(opacity=40)";
}

.mCSB_scrollTools .mCSB_buttonUp {
  background-position: 0 0;
  /* 
  sprites locations 
  light: 0 0, -16px 0, -32px 0, -48px 0, 0 -72px, -16px -72px, -32px -72px
  dark: -80px 0, -96px 0, -112px 0, -128px 0, -80px -72px, -96px -72px, -112px -72px
  */
}

.mCSB_scrollTools .mCSB_buttonDown {
  background-position: 0 -20px;
  /* 
  sprites locations
  light: 0 -20px, -16px -20px, -32px -20px, -48px -20px, 0 -92px, -16px -92px, -32px -92px
  dark: -80px -20px, -96px -20px, -112px -20px, -128px -20px, -80px -92px, -96px -92px, -112 -92px
  */
}

.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: 0 -40px;
  /* 
  sprites locations 
  light: 0 -40px, -20px -40px, -40px -40px, -60px -40px, 0 -112px, -20px -112px, -40px -112px
  dark: -80px -40px, -100px -40px, -120px -40px, -140px -40px, -80px -112px, -100px -112px, -120px -112px
  */
}

.mCSB_scrollTools .mCSB_buttonRight {
  background-position: 0 -56px;
  /* 
  sprites locations 
  light: 0 -56px, -20px -56px, -40px -56px, -60px -56px, 0 -128px, -20px -128px, -40px -128px
  dark: -80px -56px, -100px -56px, -120px -56px, -140px -56px, -80px -128px, -100px -128px, -120px -128px
  */
}

.mCSB_scrollTools .mCSB_buttonUp:hover,
.mCSB_scrollTools .mCSB_buttonDown:hover,
.mCSB_scrollTools .mCSB_buttonLeft:hover,
.mCSB_scrollTools .mCSB_buttonRight:hover {
  opacity: 0.75;
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)";
}

.mCSB_scrollTools .mCSB_buttonUp:active,
.mCSB_scrollTools .mCSB_buttonDown:active,
.mCSB_scrollTools .mCSB_buttonLeft:active,
.mCSB_scrollTools .mCSB_buttonRight:active {
  opacity: 0.9;
  filter: "alpha(opacity=90)";
  -ms-filter: "alpha(opacity=90)";
}

/* theme: "dark" */
.mCS-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.15);
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: rgba(0, 0, 0, 0.85);
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: rgba(0, 0, 0, 0.9);
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px 0;
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -20px;
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -40px;
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -56px;
}

/* ---------------------------------------- */
/* theme: "light-2", "dark-2" */
.mCS-light-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 1px;
}

.mCS-light-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 4px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
  border-radius: 1px;
}

.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 4px;
  margin: 6px auto;
}

.mCS-light-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85);
}

.mCS-light-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-light-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px 0;
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -20px;
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -40px;
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -56px;
}

/* theme: "dark-2" */
.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 1px;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  border-radius: 1px;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px 0;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -20px;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -40px;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -56px;
}

/* ---------------------------------------- */
/* theme: "light-thick", "dark-thick" */
.mCS-light-thick.mCSB_scrollTools .mCSB_draggerRail,
.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 2px;
}

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
  border-radius: 2px;
}

.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 4px;
  margin: 6px 0;
}

.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 6px;
  margin: 5px auto;
}

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85);
}

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-light-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -16px 0;
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -16px -20px;
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -20px -40px;
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -20px -56px;
}

/* theme: "dark-thick" */
.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 2px;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  border-radius: 2px;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -96px 0;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -96px -20px;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -100px -40px;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -100px -56px;
}

/* ---------------------------------------- */
/* theme: "light-thin", "dark-thin" */
.mCS-light-thin.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
}

.mCS-light-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 2px;
}

.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
}

.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 2px;
  margin: 7px auto;
}

/* theme "dark-thin" */
.mCS-dark-thin.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.15);
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px 0;
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -20px;
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -40px;
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -56px;
}

/* ---------------------------------------- */
/* theme "rounded", "rounded-dark", "rounded-dots", "rounded-dots-dark" */
.mCS-rounded.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.15);
}

.mCS-rounded.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger {
  height: 14px;
}

.mCS-rounded.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 14px;
  margin: 0 1px;
}

.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 14px;
}

.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 14px;
  margin: 1px 0;
}

.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  width: 16px; /* auto-expanded scrollbar */
  height: 16px;
  margin: -1px 0;
}

.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 4px; /* auto-expanded scrollbar */
}

.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  height: 16px; /* auto-expanded scrollbar */
  width: 16px;
  margin: 0 -1px;
}

.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 4px; /* auto-expanded scrollbar */
  margin: 6px 0;
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonUp {
  background-position: 0 -72px;
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonDown {
  background-position: 0 -92px;
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: 0 -112px;
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonRight {
  background-position: 0 -128px;
}

/* theme "rounded-dark", "rounded-dots-dark" */
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.15);
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px -72px;
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -92px;
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -112px;
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -128px;
}

/* theme "rounded-dots", "rounded-dots-dark" */
.mCS-rounded-dots.mCSB_scrollTools_vertical .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools_vertical .mCSB_draggerRail {
  width: 4px;
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  background-color: transparent;
  background-position: center;
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAANElEQVQYV2NkIAAYiVbw//9/Y6DiM1ANJoyMjGdBbLgJQAX/kU0DKgDLkaQAvxW4HEvQFwCRcxIJK1XznAAAAABJRU5ErkJggg==");
  background-repeat: repeat-y;
  opacity: 0.3;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)";
}

.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  height: 4px;
  margin: 6px 0;
  background-repeat: repeat-x;
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -16px -72px;
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -16px -92px;
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -20px -112px;
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -20px -128px;
}

/* theme "rounded-dots-dark" */
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAALElEQVQYV2NkIAAYSVFgDFR8BqrBBEifBbGRTfiPZhpYjiQFBK3A6l6CvgAAE9kGCd1mvgEAAAAASUVORK5CYII=");
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -96px -72px;
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -96px -92px;
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -100px -112px;
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -100px -128px;
}

/* ---------------------------------------- */
/* theme "3d", "3d-dark", "3d-thick", "3d-thick-dark" */
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-repeat: repeat-y;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
}

.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  background-repeat: repeat-x;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
}

/* theme "3d", "3d-dark" */
.mCS-3d.mCSB_scrollTools_vertical .mCSB_dragger,
.mCS-3d-dark.mCSB_scrollTools_vertical .mCSB_dragger {
  height: 70px;
}

.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 70px;
}

.mCS-3d.mCSB_scrollTools,
.mCS-3d-dark.mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)";
}

.mCS-3d.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  border-radius: 16px;
}

.mCS-3d.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail {
  width: 8px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
  box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.5), inset -1px 0 1px rgba(255, 255, 255, 0.2);
}

.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #555;
}

.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 8px;
}

.mCS-3d.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 8px;
  margin: 4px 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.5), inset 0 -1px 1px rgba(255, 255, 255, 0.2);
}

.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 8px;
  margin: 4px auto;
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px;
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px;
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px;
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px;
}

/* theme "3d-dark" */
.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1);
}

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px;
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px;
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px;
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px;
}

/* ---------------------------------------- */
/* theme: "3d-thick", "3d-thick-dark" */
.mCS-3d-thick.mCSB_scrollTools,
.mCS-3d-thick-dark.mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)";
}

.mCS-3d-thick.mCSB_scrollTools,
.mCS-3d-thick-dark.mCSB_scrollTools,
.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer {
  border-radius: 7px;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  border-radius: 5px;
}

.mCSB_inside + .mCS-3d-thick.mCSB_scrollTools_vertical,
.mCSB_inside + .mCS-3d-thick-dark.mCSB_scrollTools_vertical {
  right: 1px;
}

.mCS-3d-thick.mCSB_scrollTools_vertical,
.mCS-3d-thick-dark.mCSB_scrollTools_vertical {
  box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5);
}

.mCS-3d-thick.mCSB_scrollTools_horizontal,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal {
  bottom: 1px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5);
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4);
  width: 12px;
  margin: 2px;
  position: absolute;
  height: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #555;
}

.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 12px;
  width: auto;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.05);
  box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1);
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px;
}

/* theme: "3d-thick-dark" */
.mCS-3d-thick-dark.mCSB_scrollTools {
  box-shadow: inset 0 0 14px rgba(0, 0, 0, 0.2);
}

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.2);
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4), inset -1px 0 0 rgba(0, 0, 0, 0.2);
}

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), inset 0 -1px 0 rgba(0, 0, 0, 0.2);
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #777;
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer {
  background-color: #fff;
  background-color: rgba(0, 0, 0, 0.05);
  box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1);
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px;
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px;
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px;
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px;
}

/* ---------------------------------------- */
/* theme: "minimal", "minimal-dark" */
.mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical,
.mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical {
  right: 0;
  margin: 12px 0;
}

.mCustomScrollBox.mCS-minimal + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  bottom: 0;
  margin: 0 12px;
}

/* RTL direction/left-side scrollbar */
.mCS-dir-rtl > .mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical,
.mCS-dir-rtl > .mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical {
  left: 0;
  right: auto;
}

.mCS-minimal.mCSB_scrollTools .mCSB_draggerRail,
.mCS-minimal-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
}

.mCS-minimal.mCSB_scrollTools_vertical .mCSB_dragger,
.mCS-minimal-dark.mCSB_scrollTools_vertical .mCSB_dragger {
  height: 50px;
}

.mCS-minimal.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-minimal-dark.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 50px;
}

.mCS-minimal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.2);
  filter: "alpha(opacity=20)";
  -ms-filter: "alpha(opacity=20)";
}

.mCS-minimal.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-minimal.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.5);
  filter: "alpha(opacity=50)";
  -ms-filter: "alpha(opacity=50)";
}

/* theme: "minimal-dark" */
.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
  filter: "alpha(opacity=20)";
  -ms-filter: "alpha(opacity=20)";
}

.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.5);
  filter: "alpha(opacity=50)";
  -ms-filter: "alpha(opacity=50)";
}

/* ---------------------------------------- */
/* theme "light-3", "dark-3" */
.mCS-light-3.mCSB_scrollTools .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail {
  width: 6px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
}

.mCS-light-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
}

.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 6px;
  margin: 5px 0;
}

.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 12px;
}

.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 12px;
  margin: 2px 0;
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px;
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px;
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px;
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px;
}

/* theme "dark-3" */
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}

.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px;
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px;
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px;
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px;
}

/* ---------------------------------------- */
/* theme "inset", "inset-dark", "inset-2", "inset-2-dark", "inset-3", "inset-3-dark" */
.mCS-inset.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
  width: 12px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
}

.mCS-inset.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
  margin: 3px 5px;
  position: absolute;
  height: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.mCS-inset.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 6px;
  margin: 5px 3px;
  position: absolute;
  width: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.mCS-inset.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 12px;
  margin: 2px 0;
}

.mCS-inset.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px;
}

.mCS-inset.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px;
}

.mCS-inset.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px;
}

.mCS-inset.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px;
}

/* theme "inset-dark", "inset-2-dark", "inset-3-dark" */
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px;
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px;
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px;
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px;
}

/* theme "inset-2", "inset-2-dark" */
.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
  border-width: 1px;
  border-style: solid;
  border-color: #fff;
  border-color: rgba(255, 255, 255, 0.2);
  box-sizing: border-box;
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail {
  border-color: #000;
  border-color: rgba(0, 0, 0, 0.2);
}

/* theme "inset-3", "inset-3-dark" */
.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.6);
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.6);
}

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85);
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
}

/* ---------------------------------------- */
.page-content {
  padding: 0 0 40px;
}
.page-content h1 {
  padding-top: 20px;
}
.page-content .empty-form {
  margin: 0 0 30px;
}

.btn_response_vacancy {
  color: white !important;
  font-size: calc(18px + 0.3vw);
}

/* Хлебные крошки */
.breadcrumb {
  background: transparent;
  margin: 0px;
  padding: 20px 0px 0px;
}
.breadcrumb li {
  position: relative;
  display: inline;
  color: #006D25;
  font-size: 16px;
  font-family: pr-reg;
  line-height: 19px;
  font-weight: normal;
}
.breadcrumb li a {
  color: #006D25;
  border-bottom: 1px solid #006D25;
}
.breadcrumb li.active {
  color: #757575;
}
.breadcrumb li.active a {
  color: #757575;
}
.breadcrumb li.active:before {
  color: #757575;
}
.breadcrumb > li + li:before {
  content: "\f105";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #006D25;
  color: #757575;
  padding: 0px 22px;
}

@media (max-width: 1000px) {
  .breadcrumb li {
    font-size: 16px;
  }
  .breadcrumb li a {
    font-size: 16px;
  }
  .breadcrumb > li + li:before {
    padding: 0px 6px 0px 8px;
  }
}
@media (max-width: 640px) {
  .breadcrumb li {
    font-size: 14px;
  }
  .breadcrumb li a {
    font-size: 14px;
  }
  .breadcrumb > li + li:before {
    padding: 0px 4px 0px 6px;
  }
}
/* Постраничная навигация */
/* Pagination */
.pagination {
  display: block;
  text-align: center;
  margin: 0;
}
.pagination .product-button {
  display: inline-block;
}
.pagination .product-link-pager {
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0px;
}
.pagination .product-link-pager svg {
  width: 20px;
  height: 20px;
  transition: all 0.5s linear;
}
.pagination .product-link-pager svg path {
  fill: #fff;
}
.pagination .product-link-pager span {
  padding: 0 10px 0 0;
}
.pagination .product-link-pager:hover svg {
  transform: rotate(90deg);
}

.pagination-box .pagination {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
}
.pagination-box .pagination li {
  margin: 0 -1px;
}
.pagination-box .pagination li a {
  -js-display: flex;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 35px;
  padding: 0;
  background: transparent;
  border-color: #D9DDE8;
  color: #212121;
  font-size: 16px;
  font-family: pr-reg;
  font-weight: normal;
  line-height: 1;
  border-radius: 0 !important;
}
.pagination-box .pagination li a:hover, .pagination-box .pagination li a:focus {
  background: transparent;
  color: #006D25;
}
.pagination-box .pagination li:first-child a {
  border-radius: 5px 0 0 5px;
}
.pagination-box .pagination li:last-child a {
  border-radius: 0 0 5px 5px;
}
.pagination-box .pagination li.active a, .pagination-box .pagination li.active span {
  background: #00A44B;
  border-color: #00A44B;
  color: #FFFFFF;
}
.pagination-box .pagination li.disabled a {
  color: #D9DDE8;
}
@media (max-width: 1600px) {
  .pagination-box .pagination li a {
    width: 46px;
    height: 46px;
    font-size: 16px;
    line-height: 1;
  }
}
@media (max-width: 1200px) {
  .pagination-box .pagination li a {
    width: 40px;
    height: 40px;
    font-size: 14px;
    line-height: 1;
  }
}
@media (max-width: 640px) {
  /* Pagination */
  .pagination-box .pagination li a {
    width: 36px;
    height: 36px;
  }
}
@media (max-width: 480px) {
  /* Pagination */
  .pagination-box .pagination li a {
    width: 32px;
    height: 32px;
  }
}
/* Страница контакты */
.contact-box {
  padding: 15px 0 0;
}
.contact-box .contact-box__info {
  float: left;
  width: 470px;
}
.contact-box .contact-box__info h1 {
  padding: 0 0 40px;
}
.contact-box .contact-box__info p {
  margin: 0 0 25px;
}
.contact-box .contact-box__info p br {
  display: none;
}
.contact-box .contact-box__info a {
  color: #414141;
}
.contact-box .contact-box__map {
  float: right;
  width: calc(100% - 520px);
}
.contact-box .contact-box__map iframe {
  width: 100% !important;
  height: 320px !important;
}
.contact-box:after {
  content: "";
  clear: both;
  display: block;
}

@media (max-width: 1200px) {
  .contact-box .contact-box__info {
    float: none;
    width: 100%;
    padding: 0 0 40px;
  }
  .contact-box .contact-box__map {
    float: none;
    width: 100%;
  }
  .contact-box .contact-box__map iframe {
    height: 400px !important;
  }
}
/* Адреса и магазины */
.regions-nav {
  margin: 0 -15px;
}
.regions-nav .regions-nav__item {
  width: auto;
  height: 50px;
  padding: 5px 50px;
  margin: 0 15px 30px;
  background: #FFFFFF;
  border: 2px solid #00A44B;
  border-radius: 5px;
}
.regions-nav .regions-nav__item.active {
  background: #00A44B;
}
.regions-nav .regions-nav__item.active .regions-nav__link {
  color: #fff;
}
.regions-nav .regions-nav__link {
  color: #00A44B;
  font-size: 18px;
  font-family: pr-bold;
  line-height: 22px;
  font-style: normal;
  font-weight: bold;
}
.regions-nav__extra {
  height: 50px;
  margin: 0 15px 30px;
}

.form-chain-search {
  width: 100%;
}
.form-chain-search .input-group {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  height: 50px;
}
.form-chain-search .input-group input {
  width: 100%;
  height: 100%;
  color: rgb(69, 69, 69);
  font-size: 16px;
  font-family: pr-reg;
  line-height: 19px;
  font-weight: normal;
  border: none;
  border: 2px solid #D9DDE8;
  padding: 0 60px 0 20px;
  background: rgb(238, 242, 251);
  border-radius: 5px !important;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.form-chain-search .input-group input::-webkit-input-placeholder {
  color: rgba(69, 69, 69, 0.5);
}
.form-chain-search .input-group input::-moz-placeholder {
  color: rgba(69, 69, 69, 0.5);
}
.form-chain-search .input-group input:-moz-placeholder {
  color: rgba(69, 69, 69, 0.5);
}
.form-chain-search .input-group input:-ms-input-placeholder {
  color: rgba(69, 69, 69, 0.5);
}
.form-chain-search .input-group input:hover, .form-chain-search .input-group input:focus, .form-chain-search .input-group input:active {
  width: 100%;
  outline: 0;
  color: #454545;
  border-color: #D9DDE8;
  background: rgb(238, 242, 251);
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.form-chain-search .input-group input:hover::-webkit-input-placeholder, .form-chain-search .input-group input:focus::-webkit-input-placeholder, .form-chain-search .input-group input:active::-webkit-input-placeholder {
  color: rgba(69, 69, 69, 0.5);
}
.form-chain-search .input-group input:hover::-moz-placeholder, .form-chain-search .input-group input:focus::-moz-placeholder, .form-chain-search .input-group input:active::-moz-placeholder {
  color: rgba(69, 69, 69, 0.5);
}
.form-chain-search .input-group input:hover:-moz-placeholder, .form-chain-search .input-group input:focus:-moz-placeholder, .form-chain-search .input-group input:active:-moz-placeholder {
  color: rgba(69, 69, 69, 0.5);
}
.form-chain-search .input-group input:hover:-ms-input-placeholder, .form-chain-search .input-group input:focus:-ms-input-placeholder, .form-chain-search .input-group input:active:-ms-input-placeholder {
  color: rgba(69, 69, 69, 0.5);
}
.form-chain-search .input-group input.active {
  border-width: 2px;
  border-color: #00A44B;
}
.form-chain-search .form-chain-search__close {
  position: absolute;
  z-index: 12;
  top: 0;
  right: 0;
  width: 50px;
  height: 100%;
  padding: 0 17px;
  opacity: 0;
  pointer-events: none;
  cursor: pointer;
  -webkit-appearance: listbox;
}
.form-chain-search .form-chain-search__close svg {
  pointer-events: none;
  width: 100%;
  height: 100%;
}
.form-chain-search .form-chain-search__close svg path {
  fill: #00A44B;
}
.form-chain-search .form-chain-search__close.active {
  opacity: 1;
  pointer-events: all;
}

.regions-section {
  position: relative;
  z-index: 9;
  height: 504px;
  margin: 40px 0 0;
}
.regions-section .regions-section__content {
  width: 530px;
  height: 100%;
}
.regions-section .regions-section__map {
  width: calc(100% - 550px);
  height: 100%;
  overflow: hidden;
}
.regions-section .regions-section__map .map-box-ya {
  height: 100%;
}

.regions-content .regions-content__pane {
  height: 100%;
}
.regions-content .regions-content__pane .object-map {
  height: 100%;
  overflow: hidden;
}
@media (max-width: 1000px) {
  .regions-content .regions-content__pane .object-map {
    overflow-y: auto;
  }
}

@media (max-width: 1600px) {
  .regions-nav {
    margin: 0 -10px;
  }
  .regions-nav .regions-nav__item {
    height: 46px;
    padding: 5px 40px;
    margin: 0 10px 20px;
  }
  .regions-nav .regions-nav__link {
    font-size: 16px;
    line-height: 20px;
  }
  .form-chain-search .input-group {
    height: 46px;
  }
  .form-chain-search .input-group input {
    font-size: 15px;
    line-height: 18px;
    font-weight: normal;
    padding: 0 50px 0 20px;
  }
  .form-chain-search .form-chain-search__close {
    width: 46px;
    padding: 0 15px;
  }
  .regions-section {
    height: 450px;
    margin: 35px 0 0;
  }
  .regions-section .regions-section__content {
    width: 510px;
  }
  .regions-section .regions-section__map {
    width: calc(100% - 530px);
  }
}
@media (max-width: 1240px) {
  .regions-nav {
    margin: 0 -5px;
  }
  .regions-nav .regions-nav__item {
    height: 40px;
    padding: 5px 30px;
    margin: 0 5px 20px;
  }
  .regions-nav .regions-nav__link {
    font-size: 14px;
    line-height: 18px;
  }
  .form-chain-search .input-group {
    height: 40px;
  }
  .form-chain-search .input-group input {
    font-size: 14px;
    line-height: 18px;
    font-weight: normal;
    padding: 0 40px 0 15px;
  }
  .form-chain-search .form-chain-search__close {
    width: 40px;
    padding: 0 12px;
  }
  .regions-section {
    height: 450px;
    margin: 30px 0 0;
  }
  .regions-section .regions-section__content {
    width: 380px;
  }
  .regions-section .regions-section__map {
    width: calc(100% - 400px);
  }
}
@media (max-width: 1000px) {
  .regions-section {
    height: auto;
    margin: 30px 0 0;
  }
  .regions-section .regions-section__content {
    width: 100%;
    height: 450px;
    margin: 0 0 20px;
  }
  .regions-section .regions-section__map {
    width: 100%;
    height: 450px;
  }
}
@media (max-width: 640px) {
  .regions-nav .regions-nav__item {
    padding: 4px 20px;
  }
}
@media (max-width: 480px) {
  .regions-nav {
    margin: 0 0 15px;
  }
  .regions-nav .regions-nav__item {
    width: 100%;
    margin: 0 0 10px;
    padding: 0;
  }
  .regions-nav .regions-nav__link {
    -js-display: flex;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 4px 20px;
  }
  .regions-nav__extra {
    width: 100%;
    justify-content: center;
  }
}
/* Список магазинов */
.object-map {
  width: 315px;
  background: #fff;
  padding: 0px 0px 15px 15px;
}
.object-map .object-map__img {
  padding: 18px 0px 5px;
  width: 100%;
}
.object-map .object-map__img img {
  max-width: 100%;
  max-height: 280px;
}
.object-map .object-map__img:hover {
  opacity: 0.9;
}
.object-map .object-map__name, .object-map .object-map__mode, .object-map .object-map__phone {
  text-align: left;
  color: #7A8086;
  font-size: 13px;
  font-family: pr-reg;
  line-height: 18px;
}
.object-map .object-map__phone {
  color: #212121;
}
.object-map .object-map__phone a {
  color: #212121;
}
.object-map .object-map__name {
  margin: 5px 0px;
  padding: 0;
}
.object-map .object-map__link {
  color: #757575;
}
.object-map .object-map__link:hover {
  color: #757575;
}
.object-map .object-map__link.object-map__link_adress {
  color: #212121;
  font-size: 15px;
  line-height: 18px;
  border-bottom: 1px solid rgba(33, 33, 33, 0.6);
}
.object-map .object-map__link.object-map__link_adress:hover {
  color: #006D25;
}
.object-map .object-map__mode {
  margin: 5px 0px;
  padding: 0;
}
.object-map .object-map__phone {
  font-size: 15px;
  line-height: 18px;
}
.object-map .object-map__but {
  padding: 10px 0 0;
}
.object-map .object-map__but .but-link:after {
  display: none;
}
.object-map.object-map-hover {
  width: 290px;
  border: 1px solid #ccc;
  padding: 10px 15px;
}
.object-map.object-map-menu {
  position: relative;
  width: 100%;
  padding: 0;
}
.object-map.object-map-menu .object-map__item {
  padding: 20px 0 25px;
  margin-right: 20px;
  border-top: 1px solid #D9DDE8;
}
.object-map.object-map-menu .object-map__item:first-child {
  border-top: 1px solid #D9DDE8;
}
.object-map.object-map-menu .object-map__item:last-child {
  padding-bottom: 35px;
}
.object-map.object-map-menu .object-map__name, .object-map.object-map-menu .object-map__mode, .object-map.object-map-menu .object-map__phone {
  font-size: 14px;
  line-height: 20px;
}
.object-map.object-map-menu .object-map__name {
  line-height: 26px;
}
.object-map.object-map-menu .object-map__link.object-map__link_adress {
  font-size: 18px;
  line-height: 22px;
}
.object-map.object-map-menu .object-map__mode {
  margin: 7px 0px;
}
.object-map.object-map-menu .object-map__phone {
  font-size: 18px;
  line-height: 22px;
}
.object-map.object-map-menu:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: -2px;
  display: block;
  width: 100%;
  height: 40px;
  background: rgba(255, 255, 255, 0);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, rgb(255, 255, 255)));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#ffffff", GradientType=0 );
}

@media (max-width: 1600px) {
  /* Список магазинов */
  .object-map {
    width: 315px;
  }
  .object-map .object-map__link.object-map__link_adress {
    font-size: 14px;
    line-height: 18px;
  }
  .object-map .object-map__phone {
    font-size: 14px;
    line-height: 18px;
  }
  .object-map.object-map-menu .object-map__item {
    padding: 15px 0 20px;
    margin-right: 20px;
  }
  .object-map.object-map-menu .object-map__item:last-child {
    padding-bottom: 30px;
  }
  .object-map.object-map-menu .object-map__name, .object-map.object-map-menu .object-map__mode, .object-map.object-map-menu .object-map__phone {
    font-size: 13px;
    line-height: 19px;
  }
  .object-map.object-map-menu .object-map__name {
    line-height: 24px;
  }
  .object-map.object-map-menu .object-map__link.object-map__link_adress {
    font-size: 16px;
    line-height: 20px;
  }
  .object-map.object-map-menu .object-map__mode {
    margin: 5px 0px;
  }
  .object-map.object-map-menu .object-map__phone {
    font-size: 16px;
    line-height: 20px;
  }
}
@media (max-width: 1240px) {
  /* Список магазинов */
  .object-map {
    width: 315px;
  }
  .object-map .object-map__link.object-map__link_adress {
    font-size: 14px;
    line-height: 18px;
  }
  .object-map .object-map__phone {
    font-size: 14px;
    line-height: 18px;
  }
  .object-map.object-map-menu .object-map__name {
    line-height: 22px;
  }
  .object-map.object-map-menu .object-map__link.object-map__link_adress {
    font-size: 14px;
    line-height: 18px;
  }
  .object-map.object-map-menu .object-map__phone {
    font-size: 14px;
    line-height: 18px;
  }
}
@media (max-width: 1000px) {
  .object-map {
    width: 270px;
  }
  .object-map .object-map__img img {
    max-height: 218px;
  }
}
@media (max-width: 480px) {
  .object-map {
    width: 255px;
    padding: 0px 0px 10px 10px;
  }
  .object-map .object-map__img {
    padding: 15px 0px 5px;
  }
  .object-map .object-map__img img {
    max-height: 200px;
  }
  .object-map.object-map-hover {
    display: none;
  }
}
@media (max-width: 360px) {
  .object-map {
    width: 188px;
    padding: 0px 0px 10px 15px;
  }
  .object-map .object-map__img {
    padding: 12px 0px 5px;
  }
}
.page-chain-view-content .h1_before {
  color: #212121;
  font-size: 18px;
  font-family: pr-bold;
  line-height: 18px;
  padding: 15px 0 5px;
}
.page-chain-view-content h1 {
  font-size: 24px;
  line-height: 32px;
  padding: 0 0 20px;
}

.chain-view {
  padding: 30px 0 40px;
}
.chain-view .chain-view__info {
  width: 640px;
}
.chain-view .chain-view__map {
  width: calc(100% - 670px);
  min-height: 250px;
}
.chain-view .chain-map {
  width: 100%;
  height: 100%;
}

.chain-view-desc {
  padding-bottom: 30px;
}

.chain-contact {
  padding: 0;
}
.chain-contact .chain-contact__item {
  color: #7A8086;
  font-size: 18px;
  font-family: pr-reg;
  line-height: 22px;
  padding: 0 0 15px;
}
.chain-contact .chain-contact__item span, .chain-contact .chain-contact__item a {
  font-size: 20px;
  display: inline-block;
  vertical-align: top;
  color: #212121;
}
.chain-contact .chain-contact__heading {
  padding: 0 0 5px;
}

.gallery-chain-box {
  margin: 0 -10px;
}
.gallery-chain-box .gallery-chain-box__item {
  width: calc(25% - 20px);
  margin: 0 10px 20px;
}
.gallery-chain-box .gallery-chain-box__item:hover source, .gallery-chain-box .gallery-chain-box__item:hover img, .gallery-chain-box .gallery-chain-box__item:hover video {
  transform: scale(1.1);
}
.gallery-chain-box .gallery-chain-box__img {
  width: 100%;
  height: 205px;
  overflow: hidden;
  border-radius: 5px;
}
.gallery-chain-box .gallery-chain-box__img a {
  display: block;
}
.gallery-chain-box .gallery-chain-box__img a, .gallery-chain-box .gallery-chain-box__img picture {
  width: 100%;
  height: 100%;
}
.gallery-chain-box .gallery-chain-box__img picture, .gallery-chain-box .gallery-chain-box__img source, .gallery-chain-box .gallery-chain-box__img img, .gallery-chain-box .gallery-chain-box__img video {
  pointer-events: none;
}

@media (max-width: 1240px) {
  .page-chain-view-content .h1_before {
    font-size: 16px;
    line-height: 16px;
    padding: 15px 0 5px;
  }
  .page-chain-view-content h1 {
    font-size: 22px;
    line-height: 30px;
    padding: 0 0 18px;
  }
  .chain-view {
    padding: 30px 0 40px;
  }
  .chain-view .chain-view__info {
    width: 540px;
  }
  .chain-view .chain-view__map {
    width: calc(100% - 540px);
    min-height: 250px;
  }
  .chain-contact .chain-contact__item {
    font-size: 16px;
    line-height: 22px;
    padding: 0 0 12px;
  }
  .chain-contact .chain-contact__item span, .chain-contact .chain-contact__item a {
    font-size: 18px;
  }
  .chain-contact .chain-contact__heading {
    padding: 0 0 5px;
  }
  .gallery-chain-box {
    margin: 0 -10px;
  }
  .gallery-chain-box .gallery-chain-box__item {
    width: calc(33.3333333333% - 20px);
    margin: 0 10px 20px;
  }
  .gallery-chain-box .gallery-chain-box__img {
    height: 205px;
  }
}
@media (max-width: 1000px) {
  .page-chain-view-content .h1_before {
    font-size: 14px;
    line-height: 14px;
    padding: 10px 0 5px;
  }
  .page-chain-view-content h1 {
    font-size: 20px;
    line-height: 28px;
    padding: 0 0 18px;
  }
  .chain-view {
    padding: 30px 0 40px;
  }
  .chain-view .chain-view__info {
    width: 100%;
    padding: 0 0 20px;
  }
  .chain-view .chain-view__map {
    width: 100%;
    min-height: 300px;
  }
  .chain-contact .chain-contact__item {
    font-size: 14px;
    line-height: 20px;
    padding: 0 0 10px;
  }
  .chain-contact .chain-contact__item span, .chain-contact .chain-contact__item a {
    font-size: 16px;
  }
  .chain-contact .chain-contact__heading {
    padding: 0 0 5px;
  }
  .gallery-chain-box {
    margin: 0 -5px;
  }
  .gallery-chain-box .gallery-chain-box__item {
    width: calc(33.3333333333% - 10px);
    margin: 0 5px 10px;
  }
}
@media (max-width: 480px) {
  .gallery-chain-box {
    margin: 0 -5px;
  }
  .gallery-chain-box .gallery-chain-box__item {
    width: calc(50% - 10px);
    margin: 0 5px 10px;
  }
}
.chain-office-box {
  width: 100% !important;
  padding: 20px 0 0 !important;
}
.chain-office-box .chain-office-box__img {
  width: 340px;
}
.chain-office-box .chain-office-box__info {
  width: calc(100% - 340px);
  padding: 10px 0 10px 30px;
}
.chain-office-box.object-map .object-map__name, .chain-office-box.object-map .object-map__mode, .chain-office-box.object-map .object-map__phone {
  font-size: 18px;
  line-height: 24px;
  padding: 0 0 10px;
}
.chain-office-box.object-map .object-map__link.object-map__link_adress {
  font-size: 18px;
  line-height: 24px;
}
.chain-office-box.object-map .object-map__but .but-link {
  font-size: 18px;
}

@media screen and (max-width: 768px) {
  .chain-office-box .chain-office-box__img {
    width: 100%;
    max-width: 340px;
  }
  .chain-office-box .chain-office-box__info {
    width: 100%;
    padding-left: 0;
  }
}
/* Видео */
/*  */
.video-page h3 {
  padding: 25px 16px 35px;
}

.video-box {
  margin: 0 -15px;
}
.video-box .video-box__item {
  position: relative;
  width: calc(33.3333333333% - 30px);
  margin: 0px 15px 40px;
  transition: all 0.3s linear;
}
.video-box .video-box__item:hover .video-box-play {
  opacity: 1;
}
.video-box .video-box-play {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 4;
  opacity: 0;
  transition: all 0.3s linear;
}
.video-box .video-box-play .video-box-play__icon {
  position: absolute;
  z-index: 2;
  top: calc(50% - 38px);
  left: calc(50% - 38px);
  width: 76px;
  height: 76px;
  background: url("../images/svg/icon-youtube.svg") 100% 100% no-repeat;
  -ms-background-size: 76px;
  background-size: 76px;
  animation: "anim-play-mini" 2s ease infinite;
  transition: all 0.3s ease;
}
.video-box .video-box__img {
  position: relative;
  width: 100%;
  height: 240px;
  overflow: hidden;
  border-radius: 10px;
}
.video-box .video-box__text {
  width: 100%;
  height: auto;
}
.video-box .video-box__name {
  color: #212121;
  font-size: 18px;
  font-family: pr-reg;
  line-height: 1;
  padding: 10px 0 0;
}

@media (max-width: 1240px) {
  .video-box {
    margin: 0 -10px;
  }
  .video-box .video-box__item {
    position: relative;
    width: calc(33.3333333333% - 20px);
    margin: 0px 10px 30px;
  }
  .video-box .video-box__name {
    font-size: 16px;
    line-height: 1;
    padding: 10px 0 0;
  }
}
@media (max-width: 1000px) {
  .video-box {
    margin: 0 -5px;
  }
  .video-box .video-box__item {
    position: relative;
    width: calc(50% - 10px);
    margin: 0px 5px 30px;
  }
  .video-box .video-box__name {
    font-size: 14px;
    line-height: 1;
    padding: 10px 0 0;
  }
}
@media (max-width: 640px) {
  .video-box .video-box__img {
    height: 205px;
  }
  .video-box .video-box-play .video-box-play__icon {
    top: calc(50% - 28px);
    left: calc(50% - 28px);
    width: 66px;
    height: 66px;
    -ms-background-size: 66px;
    background-size: 66px;
  }
}
@media (max-width: 480px) {
  .video-box .video-box__item {
    margin: 0px 5px 25px;
  }
  .video-box .video-box__img {
    height: 165px;
  }
  .video-box .video-box-play .video-box-play__icon {
    top: calc(50% - 23px);
    left: calc(50% - 23px);
    width: 46px;
    height: 46px;
    -ms-background-size: 46px;
    background-size: 46px;
  }
  .video-box .video-box__name {
    padding: 8px 0 0;
  }
}
@media (max-width: 360px) {
  .video-box .video-box__img {
    height: 120px;
  }
}
/* Страница Благодарности */
.document-section {
  margin: 0 0 20px;
  border-bottom: 1px solid #D9DDE8;
}
.document-section .document-section__header h2, .document-section .document-section__header .box-style .box-style__heading, .box-style .document-section .document-section__header .box-style__heading {
  font-size: 24px;
  line-height: 29px;
  padding: 20px 0 15px;
}
.document-section:last-child {
  border-bottom: none;
}

.document-box {
  margin: 0 -15px;
}
.document-box .document-box__item {
  width: calc(25% - 30px);
  margin: 0 15px 50px;
}
.document-box .document-box__img {
  width: 100%;
  height: 270px;
  padding: 10px;
}
.document-box .document-box__img a, .document-box .document-box__img picture {
  width: 100%;
  height: 100%;
}
.document-box .document-box__img source, .document-box .document-box__img img {
  max-width: 100%;
  max-height: 100%;
}
.document-box .document-box__name {
  color: #212121;
  font-size: 18px;
  font-family: pr-reg;
  line-height: 1.2;
  padding: 10px 10px 0;
  text-align: center;
}

@media (max-width: 1240px) {
  .document-box {
    margin: 0 -10px;
  }
  .document-box .document-box__item {
    width: calc(33.3333333333% - 20px);
    margin: 0 10px 40px;
  }
  .document-box .document-box__name {
    font-size: 16px;
  }
}
@media (max-width: 1000px) {
  .document-section .document-section__header h2, .document-section .document-section__header .box-style .box-style__heading, .box-style .document-section .document-section__header .box-style__heading {
    font-size: 22px;
    line-height: 27px;
    padding: 10px 0 15px;
  }
  .document-box .document-box__img {
    height: 240px;
    padding: 10px;
  }
  .document-box .document-box__name {
    font-size: 15px;
  }
}
@media (max-width: 768px) {
  .document-section .document-section__header h2, .document-section .document-section__header .box-style .box-style__heading, .box-style .document-section .document-section__header .box-style__heading {
    font-size: 20px;
    line-height: 26px;
  }
  .document-box .document-box__item {
    width: calc(50% - 20px);
    margin: 0 10px 30px;
  }
  .document-box .document-box__img {
    height: 200px;
    padding: 0;
  }
  .document-box .document-box__name {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .document-section .document-section__header h2, .document-section .document-section__header .box-style .box-style__heading, .box-style .document-section .document-section__header .box-style__heading {
    font-size: 18px;
    line-height: 24px;
  }
  .document-box {
    margin: 0 -5px;
  }
  .document-box .document-box__item {
    width: calc(50% - 10px);
    margin: 0 5px 30px;
  }
  .document-box .document-box__img {
    height: 170px;
  }
}
/* Галерея */
.image-box {
  padding: 15px 0;
  margin-left: -10px !important;
  margin-right: -10px !important;
}
.image-box .image-box__item {
  position: relative;
  width: calc(33.3333333333% - 20px);
  height: 375px;
  margin: 10px;
  overflow: hidden;
  border-radius: 5px;
}
.image-box .image-box__item a {
  display: block;
  width: 100%;
  height: 100%;
}
.image-box .image-box__item img {
  transition: transform 0.3s cubic-bezier(0.33, 1, 0.68, 1);
}
.image-box .image-box__item.img-col-12 {
  width: 100%;
  height: auto;
}
.image-box .image-box__item.img-col-12 img {
  position: relative;
  width: auto;
  height: auto;
  top: auto;
  left: auto;
  -o-object-fit: unset;
  object-fit: unset;
}
.image-box .image-box__item.img-col-6 {
  width: calc(50% - 20px);
  height: 394px;
}
.image-box .image-box__item:hover img {
  transform: scale(1.05);
}

@media (max-width: 1600px) {
  .image-box {
    margin-left: -10px !important;
    margin-right: -10px !important;
  }
  .image-box .image-box__item {
    width: calc(33.3333333333% - 20px);
    height: 340px;
    margin: 10px;
  }
  .image-box .image-box__item.img-col-6 {
    width: calc(50% - 20px);
    height: 394px;
  }
}
@media (max-width: 1300px) {
  .image-box {
    margin-left: -10px !important;
    margin-right: -10px !important;
  }
  .image-box .image-box__item {
    width: calc(33.3333333333% - 20px);
    height: 236px;
    margin: 10px;
  }
  .image-box .image-box__item.img-col-6 {
    width: calc(50% - 20px);
    height: 360px;
  }
}
@media (max-width: 1000px) {
  .image-box {
    margin-left: -6px !important;
    margin-right: -6px !important;
  }
  .image-box .image-box__item {
    width: calc(50% - 12px);
    height: 240px;
    margin: 6px;
  }
  .image-box .image-box__item.img-col-6 {
    width: calc(50% - 12px);
    height: 240px;
  }
}
@media (max-width: 768px) {
  .image-box .image-box__item {
    height: 220px;
  }
  .image-box .image-box__item.img-col-6 {
    height: 220px;
  }
}
@media (max-width: 640px) {
  .image-box .image-box__item {
    height: 210px;
  }
  .image-box .image-box__item.img-col-6 {
    height: 210px;
  }
}
/* @media (max-width: 480px){
	.image-box{
		margin-left: 0 !important;
		margin-right: 0 !important;
		.image-box__item{
			width: 100%;
			height: auto;
			margin: 0 0 20px;
			&.img-col-6{
				width: 100%;
				height: auto;
			}
			img{
				position: relative;
			    width: auto;
			    height: auto;
			    top: auto;
			    left: auto;
			    -o-object-fit: unset;
			    object-fit: unset;
			}
			&:last-child{
				margin: 0;
			}
		}
	}
} */
/* Новости и Знаете ли ВЫ */
.news-box .news-box__item {
  width: 100%;
  padding: 0 0 30px;
  margin: 0 0 30px;
  border-bottom: 1px solid #D9DDE8;
}
.news-box .news-box__item.news-box__item_nophoto .news-box__img {
  display: none;
}
.news-box .news-box__item.news-box__item_nophoto .news-box__info {
  width: 100%;
}
.news-box .news-box__img {
  width: 165px;
}
.news-box .news-box__info {
  width: calc(100% - 185px);
}
.news-box .news-box__name {
  color: #EF5F5E;
  font-size: 18px;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 700;
  padding: 5px 0 10px;
}
.news-box .news-box__desc {
  color: #757575;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  padding: 0 0 15px;
}

@media (max-width: 1240px) {
  .news-box .news-box__name {
    font-size: 16px;
    line-height: 1.2;
    padding: 5px 0 10px;
  }
  .news-box .news-box__desc {
    font-size: 14px;
    line-height: 1.4;
    padding: 0 0 15px;
  }
}
@media (max-width: 768px) {
  .news-box .news-box__img {
    width: 155px;
  }
  .news-box .news-box__info {
    width: calc(100% - 175px);
  }
  .news-box .news-box__name {
    font-size: 15px;
    line-height: 1.2;
    padding: 0 0 10px;
  }
  .news-box .news-box__desc {
    font-size: 14px;
    line-height: 1.4;
    padding: 0 0 10px;
  }
}
@media (max-width: 480px) {
  .news-box .news-box__img {
    width: 125px;
  }
  .news-box .news-box__info {
    width: calc(100% - 135px);
  }
  .news-box .news-box__name {
    font-size: 14px;
    line-height: 1.2;
    padding: 0 0 7px;
  }
  .news-box .news-box__desc {
    font-size: 14px;
    line-height: 1.4;
    padding: 0 0 7px;
  }
}
/*  */
.question-feedback-section .form {
  padding: 40px 0 0;
}
.question-feedback-section .form .form-bot .form-button {
  margin: 0 0 0 30px;
}
.question-feedback-section .form .form-bot .terms_of_use {
  width: 330px;
  padding: 0 0 0 30px;
}

@media (max-width: 1000px) {
  .question-feedback-section .form {
    padding: 40px 0 0;
  }
  .question-feedback-section .form .form-bot .form-captcha {
    width: 100%;
    margin: 0 0 20px;
  }
  .question-feedback-section .form .form-bot .form-button {
    margin: 0;
  }
  .question-feedback-section .form .form-bot .terms_of_use {
    width: 330px;
    padding: 0 0 0 30px;
  }
}
@media (max-width: 640px) {
  .question-feedback-section .form .form-bot .terms_of_use {
    width: 260px;
  }
}
@media (max-width: 480px) {
  .question-feedback-section .form .form-bot .terms_of_use {
    width: 100%;
    padding: 20px 0 0;
  }
}
.service-style .service-style__name {
  color: #ef5f5e;
  font-size: 18px;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 700;
  padding: 5px 0 10px;
}
.service-style .service-style__desc {
  color: #757575;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
}

.services-box {
  margin: 0 -15px;
}
.services-box .services-box__item {
  width: calc(25% - 30px);
  margin: 0 15px 30px;
}
@media screen and (max-width: 768px) {
  .services-box .services-box__item {
    width: 320px;
  }
}

.services-list .services-list__item {
  width: 100%;
  padding: 0 0 30px;
  margin: 0 0 30px;
  border-bottom: 1px solid #d9dde8;
}
.services-list .services-list__item.services-list__item_nophoto .services-list__img {
  display: none;
}
.services-list .services-list__item.services-list__item_nophoto .services-list__info {
  width: 100%;
}
.services-list .services-list__img {
  width: 165px;
}
.services-list .services-list__info {
  width: calc(100% - 185px);
}
.services-list .services-list__desc {
  padding: 0 0 15px;
}

@media (max-width: 1240px) {
  .services-list .services-list__name {
    font-size: 16px;
    line-height: 1.2;
    padding: 5px 0 10px;
  }
  .services-list .services-list__desc {
    font-size: 14px;
    line-height: 1.4;
    padding: 0 0 15px;
  }
}
@media (max-width: 768px) {
  .services-list .services-list__img {
    width: 155px;
  }
  .services-list .services-list__info {
    width: calc(100% - 175px);
  }
  .services-list .services-list__name {
    font-size: 15px;
    line-height: 1.2;
    padding: 0 0 10px;
  }
  .services-list .services-list__desc {
    font-size: 14px;
    line-height: 1.4;
    padding: 0 0 10px;
  }
}
@media (max-width: 480px) {
  .services-list .services-list__img {
    width: 125px;
  }
  .services-list .services-list__info {
    width: calc(100% - 135px);
  }
  .services-list .services-list__name {
    font-size: 14px;
    line-height: 1.2;
    padding: 0 0 7px;
  }
  .services-list .services-list__desc {
    font-size: 14px;
    line-height: 1.4;
    padding: 0 0 7px;
  }
}
.lk-authorization {
  width: 600px;
  margin: 0 auto;
}
.lk-authorization .lk-authorization__left {
  float: left;
  width: 50%;
  padding: 0 40px 0 0;
  border-right: 1px solid #dfdfdf;
}
.lk-authorization .lk-authorization__right {
  float: right;
  width: 50%;
  padding: 0 0 0 40px;
}
.lk-authorization .lk-authorization__right h2, .lk-authorization .lk-authorization__right .box-style .box-style__heading, .box-style .lk-authorization .lk-authorization__right .box-style__heading {
  padding: 6px 0 30px !important;
}
.lk-authorization.lk-authorization-sm-12 {
  width: 100%;
  margin: 0;
  padding: 40px 0px 0px;
}
.lk-authorization h1, .lk-authorization h2, .lk-authorization .box-style .box-style__heading, .box-style .lk-authorization .box-style__heading {
  text-transform: none;
  text-align: left;
  padding: 0 0 20px !important;
}
.lk-authorization:after {
  content: "";
  clear: both;
  display: block;
}

.lk-authorization-header .lk-authorization-header__desc {
  color: #7A8086;
  font-size: 14px;
  font-family: pr-reg;
  font-weight: normal;
  line-height: 24px;
  padding: 0 0 10px;
}

.lk-authorization-reg .lk-authorization-reg__text {
  color: rgba(0, 0, 0, 0.8);
  font-size: 18px;
  font-family: pr-reg;
  line-height: 1.5;
  padding: 0 0 20px;
}
.lk-authorization-reg .lk-authorization-reg__text ul li {
  padding: 0 0 10px;
}
.lk-authorization-reg .lk-authorization-reg__text p {
  margin: 0 0 15px;
}
.lk-authorization-reg .lk-authorization-reg__text svg {
  width: 240px;
  height: 55px;
}
.lk-authorization-reg .but {
  width: auto;
  height: 45px;
  line-height: 45px;
  padding: 0 40px;
  text-align: center;
}

@media (max-width: 768px) {
  .lk-authorization {
    width: 600px;
    margin: 0 auto;
  }
  .lk-authorization .lk-authorization__left {
    padding: 0 30px 0 0;
  }
  .lk-authorization .lk-authorization__right {
    padding: 0 0 0 30px;
  }
  .lk-authorization.lk-authorization-sm-12 {
    width: 100%;
    padding: 40px 0px 0px;
  }
  .lk-authorization h1, .lk-authorization h2, .lk-authorization .box-style .box-style__heading, .box-style .lk-authorization .box-style__heading {
    font-size: 22px;
    padding: 0 0 25px;
  }
}
@media (max-width: 640px) {
  .lk-authorization {
    width: 100%;
  }
  .lk-authorization .lk-authorization__left {
    width: 100%;
    border-right: none;
    padding: 0 0 40px;
  }
  .lk-authorization .lk-authorization__right {
    width: 100%;
    padding: 0;
  }
  .lk-authorization .lk-authorization__right h2, .lk-authorization .lk-authorization__right .box-style .box-style__heading, .box-style .lk-authorization .lk-authorization__right .box-style__heading {
    padding: 6px 0 20px !important;
  }
  .lk-authorization.lk-authorization-sm-12 {
    width: 100%;
    padding: 30px 0px 0px;
  }
  .lk-authorization .lk-authorization__bottom {
    padding: 10px 0;
  }
  .lk-authorization h1, .lk-authorization h2, .lk-authorization .box-style .box-style__heading, .box-style .lk-authorization .box-style__heading {
    padding: 0 0 20px;
  }
}
@media (max-width: 400px) {
  .lk-authorization-reg .but {
    width: auto;
    height: 42px;
    line-height: 42px;
    padding: 0 40px;
    text-align: center;
  }
}
.lk-registation {
  width: 480px;
  margin: 15px auto 0;
}
.lk-registation .lk-registation__box {
  width: 405px;
  margin: 0 auto;
  padding: 40px 50px;
  background: #fff;
  border: 1px solid #f0f0f0;
  -ms-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}
.lk-registation .lk-registation__bottom {
  color: #000;
  font-size: 14px;
  text-align: center;
  padding: 30px 0;
}
.lk-registation .lk-registation__bottom a {
  font-size: 16px;
  padding: 3px 0 0;
}
.lk-registation h1, .lk-registation h2, .lk-registation .box-style .box-style__heading, .box-style .lk-registation .box-style__heading {
  font-size: 32px;
  text-transform: none;
  line-height: 1.2;
  text-align: center;
  padding: 0 0 30px;
}
.lk-registation .form-group input, .lk-registation .form-group textarea {
  height: 45px;
}
.lk-registation #RegistrationForm_type_user {
  -js-display: flex;
  display: flex;
  padding: 0 0 30px;
}
.lk-registation #RegistrationForm_type_user .radio-type-template {
  width: 50%;
}
.lk-registation .form-button button {
  margin: 20px auto 0;
}
.lk-registation .terms_of_use {
  text-align: center;
}

@media (max-width: 640px) {
  .lk-registation {
    width: 430px;
    margin: 15px auto 0;
  }
  .lk-registation .lk-registation__box {
    width: 405px;
    margin: 0 auto;
    padding: 40px 50px;
  }
  .lk-registation .lk-registation__bottom {
    padding: 30px 0;
  }
  .lk-registation .lk-registation__bottom a {
    font-size: 16px;
    padding: 3px 0 0;
  }
  .lk-registation h1, .lk-registation h2, .lk-registation .box-style .box-style__heading, .box-style .lk-registation .box-style__heading {
    font-size: 28px;
    line-height: 1.2;
    padding: 0 0 30px;
  }
  .lk-registation .form-group input, .lk-registation .form-group textarea {
    height: 45px;
  }
  .lk-registation #RegistrationForm_type_user {
    padding: 0 0 30px;
  }
  .lk-registation #RegistrationForm_type_user .radio-type-template {
    width: 50%;
  }
  .lk-registation .form-button button {
    margin: 20px auto 0;
  }
}
@media (max-width: 480px) {
  .lk-registation {
    width: 100%;
  }
  .lk-registation .lk-registation__box {
    width: 100%;
    margin: 0 auto;
    padding: 35px 20px;
  }
  .lk-registation .lk-registation__bottom {
    padding: 30px 0;
  }
  .lk-registation .lk-registation__bottom a {
    font-size: 15px;
    padding: 3px 0 0;
  }
  .lk-registation h1, .lk-registation h2, .lk-registation .box-style .box-style__heading, .box-style .lk-registation .box-style__heading {
    font-size: 26px;
    line-height: 1.2;
    padding: 0 0 30px;
  }
  .lk-registation .form-group input, .lk-registation .form-group textarea {
    height: 45px;
  }
  .lk-registation #RegistrationForm_type_user {
    padding: 0 0 30px;
  }
  .lk-registation #RegistrationForm_type_user .radio-type-template {
    width: 50%;
  }
  .lk-registation .form-button button {
    margin: 20px auto 0;
  }
}
@media (max-width: 360px) {
  .lk-registation .form-bot .form-captcha {
    position: relative;
    display: block;
    vertical-align: middle;
    height: 74px;
    left: -18px;
    top: 0px;
    display: block;
    margin: 0 auto 10px;
    transform: scale(0.85);
    border-radius: 4px;
  }
  .lk-registation .form-bot .form-captcha .help-block {
    position: absolute;
    display: block;
  }
}
.lk-form {
  width: 420px;
  margin: 0 auto;
}
.lk-form .lk-form__box {
  width: 400px;
  margin: 0 auto;
  padding: 40px 50px;
  background: #fff;
  border: 1px solid #f0f0f0;
  -ms-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}
.lk-form .lk-form__bottom {
  color: #000;
  font-size: 14px;
  text-align: center;
  padding: 30px 0;
}
.lk-form .lk-form__bottom a {
  font-size: 16px;
  padding: 3px 0 0;
}
.lk-form .form-my .terms_of_use {
  text-align: center;
}
.lk-form .form-my input[type=submit], .lk-form .form-my button {
  width: 100%;
}
.lk-form:after {
  content: "";
  clear: both;
  display: block;
}

.lk-form-header {
  padding: 0 0 30px;
}
.lk-form-header h1 {
  margin: 0;
  padding: 0 !important;
  text-align: center;
}
.lk-form-header .lk-form-header__desc {
  color: rgba(0, 0, 0, 0.9);
  text-align: center;
  padding: 10px 0 0;
}

.login-form .login-form__item {
  position: relative;
  padding: 20px 0px 0px;
}
.login-form .login-form__link {
  position: absolute;
  top: 2px;
  right: 10px;
  color: #000;
  font-size: 13px;
  line-height: 1;
  text-decoration: underline;
}
.login-form .form-group {
  margin: 0 0 20px;
}
.login-form .form-button button {
  width: auto;
}

.form-white .file-upload {
  text-align: center;
}
.form-white .file-upload span #count_file {
  margin: 10px 0 0;
}
.form-white .radio-inline {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0 35px 0px 0px;
  left: -2px;
}
.form-white .radio-inline input[type=radio] {
  vertical-align: top;
  width: 14px;
  height: 14px;
  margin: 0;
}
.form-white .radio-inline input[type=radio] + label {
  display: block;
  position: relative;
  width: auto;
  color: rgba(0, 0, 0, 0.8);
  font-size: 18px;
  font-family: pr-reg;
  line-height: 15px;
  font-weight: normal;
  padding: 0 0 0 25px;
  cursor: pointer;
}
.form-white .radio-inline input[type=radio]:not(checked) {
  position: absolute;
  opacity: 0;
}
.form-white .radio-inline input[type=radio]:not(checked) + label:before {
  content: "";
  position: absolute;
  left: 4px;
  top: 5px;
  width: 6px;
  height: 6px;
  background: #006d25;
  opacity: 0;
  border-radius: 50%;
  transition: all 0.3s linear;
}
.form-white .radio-inline input[type=radio]:not(checked) + label:after {
  content: "";
  position: absolute;
  left: 0;
  top: 1px;
  width: 14px;
  height: 14px;
  border: 1px solid #cccccc;
  background: transparent;
  border-radius: 50%;
  transition: all 0.3s linear;
}
.form-white .radio-inline input[type=radio]:checked + label:before {
  opacity: 1;
}

@media (max-width: 480px) {
  .lk-form {
    width: 100%;
  }
  .lk-form .lk-form__box {
    width: 100%;
    padding: 30px 0;
  }
  .lk-form .lk-form__box form {
    width: 305px;
    margin: 0 auto;
  }
  .form-white .file-upload {
    text-align: left;
  }
}
@media (max-width: 400px) {
  .lk-form .lk-form__box form {
    width: 260px;
    margin: 0 auto;
  }
}
.lk-content {
  width: 100%;
  font-size: 16px;
  font-family: pr-reg;
  overflow: hidden;
  padding: 0px 0px 60px;
}
.lk-content h1, .lk-content h2, .lk-content .box-style .box-style__heading, .box-style .lk-content .box-style__heading {
  padding: 5px 0 20px;
  font-size: 24px;
}
.lk-content.lk-content-form {
  padding: 60px 0;
}

.lk-content-head {
  padding: 15px 0 0;
}
.lk-content-head a {
  color: #212121;
  font-size: 18px;
  line-height: 1.2;
  padding: 10px 0 0;
}
.lk-content-head a span {
  padding: 0 5px 0 0;
}
.lk-content-head a svg {
  width: 13px;
  height: 13px;
  transition: transform 0.2s ease-out;
}
.lk-content-head a svg path {
  fill: #212121;
}
.lk-content-head a:hover {
  color: #006d25;
}
.lk-content-head a:hover svg {
  transform: translateX(-3px);
}
.lk-content-head a:hover svg path {
  fill: #006d25;
}

.lk-box {
  margin: 20px 0px 0px;
}
.lk-box .lk-box__menu {
  position: relative;
}
.lk-box .lk-box__content {
  padding: 30px 20px;
}
.lk-box .lk-box__content h3 {
  color: #414141;
  font-size: 18px;
  font-weight: normal;
  line-height: 1.3;
  text-transform: uppercase;
  margin: 0px 0 25px;
  padding: 0;
}
.lk-box .lk-box__content h4 {
  color: #414141;
  font-size: 18px;
  font-weight: normal;
  line-height: 1.3;
  text-transform: uppercase;
  margin: 0;
  padding: 15px 0;
}

.lk-menu {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  height: 50px;
  margin: 0;
  padding: 0;
  list-style-type: none;
  border-bottom: 2px solid #D9D9D9;
}
.lk-menu li {
  position: relative;
  height: 100%;
  border-right: none;
  margin: 0 0 -1px 0;
  padding: 0 30px;
  border-radius: 10px 10px 0 0;
}
.lk-menu li a {
  -js-display: flex;
  display: flex;
  align-items: center;
  height: 100%;
  color: #212121;
  font-size: 16px;
  font-family: pr-reg;
  font-weight: normal;
  line-height: 1.1;
  text-transform: uppercase;
  transition: all 0.3s linear;
}
.lk-menu li:after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 0;
  opacity: 0;
  background: #006d25;
  transition: all 0.3s linear;
}
.lk-menu li:hover a {
  color: #006d25;
}
.lk-menu li.active a {
  color: #006d25;
}
.lk-menu li.active:after {
  height: 3px;
  opacity: 1;
}
.lk-menu:after {
  content: "";
  clear: both;
  display: block;
}

@media (max-width: 1240px) {
  .lk-content {
    padding: 0px 0px 50px;
  }
  .lk-content h1 {
    padding: 5px 0 20px;
    font-size: 30px;
  }
  .lk-box .lk-box__content {
    padding: 40px 30px;
  }
  .lk-box .lk-box__content h3 {
    font-size: 15px;
    margin: -10px 0 30px;
    padding: 0;
  }
  .lk-box .lk-box__content h4 {
    font-size: 15px;
    margin: 0;
    padding: 15px 0;
  }
  .lk-menu li {
    padding: 12px 12px 10px;
  }
  .lk-menu li a {
    font-size: 16px;
  }
}
@media (max-width: 1000px) {
  .lk-content {
    padding: 0px 0px 45px;
  }
  .lk-content h1 {
    padding: 5px 0 20px;
    font-size: 28px;
  }
  .lk-box .lk-box__content {
    padding: 40px 20px;
  }
  .lk-box .lk-box__content h3 {
    font-size: 14px;
    margin: 0px 0 20px;
    padding: 0;
  }
  .lk-box .lk-box__content h4 {
    font-size: 14px;
    margin: 0;
    padding: 15px 0;
  }
  .lk-menu li {
    padding: 8px 10px 8px;
  }
  .lk-menu li a {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .lk-content {
    padding: 0px 0px 40px;
  }
  .lk-content h1 {
    padding: 5px 0 20px;
    font-size: 26px;
  }
  .lk-box .lk-box__content {
    padding: 30px 20px;
  }
  .lk-box .lk-box__content h3 {
    font-size: 13px;
    margin: 0px 0 20px;
    padding: 0;
  }
  .lk-box .lk-box__content h4 {
    font-size: 13px;
    margin: 0;
    padding: 15px 0;
  }
  .lk-user-info .lk-user-info__heading {
    display: inline-block;
    vertical-align: top;
  }
  .lk-user-info .lk-user-info__body {
    display: inline-block;
    vertical-align: top;
  }
  .lk-menu li a {
    font-size: 13px;
  }
}
@media (max-width: 640px) {
  .lk-content {
    padding: 0px 0px 40px;
  }
  .lk-content h1 {
    padding: 5px 0 20px;
    font-size: 24px;
  }
  .lk-content.lk-content-form {
    padding: 30px 0;
  }
  .lk-content-head a {
    font-size: 16px;
    line-height: 1.2;
  }
  .lk-box .lk-box__content {
    padding: 20px 0;
  }
  .lk-menu {
    width: 100%;
  }
  .lk-menu li a {
    justify-content: center;
  }
}
@media (max-width: 480px) {
  .lk-content {
    padding: 0px 0px 30px;
  }
  .lk-content h1 {
    padding: 5px 0 20px;
    font-size: 24px;
  }
  .lk-menu {
    -js-display: flex;
    display: flex;
    width: 100%;
    height: auto;
    margin: 0 0 20px;
  }
  .lk-menu li {
    float: none;
  }
}
@media (max-width: 480px) {
  .lk-content.lk-content-form {
    padding: 10px 0;
  }
}
.lk-order .lk-order__header {
  display: table;
  width: 100%;
  background: rgba(0, 0, 0, 0.1);
  background: #F2F5F8;
}
.lk-order .lk-order__header .lk-order__column {
  color: #000;
  font-size: 16px;
  text-transform: uppercase;
}
.lk-order .lk-order__header:after {
  display: table;
  clear: both;
  content: "";
}
.lk-order .lk-order__item {
  display: table;
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.lk-order .lk-order__item:after {
  display: table;
  clear: both;
  content: "";
}
.lk-order .lk-order__item:last-child {
  margin-bottom: 0;
  border-bottom: none;
}
.lk-order .lk-order__column {
  display: table-cell;
  width: 25%;
  color: rgba(0, 0, 0, 0.8);
  font-size: 16px;
  line-height: 1.2;
  padding: 12px 20px;
}
.lk-order .lk-order__column.lk-order__column-date {
  width: 25%;
}
.lk-order .lk-order__column.lk-order__column-name {
  width: 50%;
}
.lk-order .lk-order__column a {
  color: rgba(0, 0, 0, 0.5);
}
.lk-order .lk-order__column span {
  color: rgba(0, 0, 0, 0.8);
  font-size: 16px;
}
@media (min-width: 640px) {
  .lk-order .lk-order__column span {
    display: none;
  }
}
.lk-order .lk-order__box .empty {
  display: block;
  padding: 20px 0px;
}

@media (max-width: 640px) {
  .lk-order .lk-order__header {
    display: none;
  }
  .lk-order .lk-order__item {
    display: block;
    padding: 10px;
  }
  .lk-order .lk-order__column {
    display: block;
    width: 100%;
    font-size: 14px;
    padding: 7px 0px;
  }
  .lk-order .lk-order__column.lk-order__column-date {
    width: 100%;
  }
  .lk-order .lk-order__column.lk-order__column-name {
    width: 100%;
  }
  .lk-order .lk-order__column span {
    font-size: 16px;
  }
}
.lk-user .lk-user__img {
  width: 200px;
  text-align: center;
  line-height: 200px;
  background: rgba(0, 0, 0, 0.1);
}
.lk-user .lk-user__img img {
  max-width: 100%;
  max-height: 100%;
}
.lk-user .lk-user__img img.nophoto {
  display: inline-block;
  width: 100px;
  height: 86px;
}
.lk-user .lk-user__avatar {
  width: 100%;
  height: 200px;
  text-align: center;
  line-height: 200px;
  background: rgba(0, 0, 0, 0.1);
}
.lk-user .lk-user__avatar img {
  max-width: 100%;
  max-height: 100%;
}
.lk-user .lk-user__avatar img.nophoto {
  display: inline-block;
  width: 100px;
  height: 86px;
}
.lk-user .lk-user__content {
  width: calc(100% - 290px);
}
.lk-user .lk-user__content:after {
  content: "";
  clear: both;
  display: block;
}
.lk-user .lk-user__info {
  width: 320px;
}
.lk-user .lk-user__contact {
  width: 320px;
}
.lk-user .lk-user__name {
  padding: 14px 0 15px;
}
.lk-user .lk-user__item {
  padding: 0 0 10px;
}
.lk-user .lk-user__item a {
  color: #212121;
  text-transform: uppercase;
}
.lk-user .lk-user__item a:hover, .lk-user .lk-user__item a:focus, .lk-user .lk-user__item a:active {
  color: #006d25;
}
.lk-user:after {
  content: "";
  clear: both;
  display: block;
}

.lk-user-info .lk-user-info__item {
  color: #212121;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.3;
}
.lk-user-info .lk-user-info__heading {
  color: #212121;
}
.lk-user-info .lk-user-info__body {
  color: #8B8B8B;
}

@media (max-width: 1240px) {
  .lk-user .lk-user__img {
    width: 180px;
    line-height: 180px;
  }
  .lk-user .lk-user__img img.nophoto {
    width: 90px;
    height: 76px;
  }
  .lk-user .lk-user__avatar {
    height: 180px;
    line-height: 180px;
  }
  .lk-user .lk-user__avatar img.nophoto {
    width: 90px;
    height: 76px;
  }
  .lk-user .lk-user__content {
    width: calc(100% - 230px);
  }
  .lk-user .lk-user__info {
    width: 50%;
  }
  .lk-user .lk-user__contact {
    width: 50%;
  }
  .lk-user .lk-user__name {
    font-size: 16px;
    line-height: 20px;
    padding: 14px 0 15px;
  }
  .lk-user .lk-user__item {
    font-size: 14px;
    line-height: 1.2;
    padding: 0 0 10px;
  }
  .lk-user .lk-user__item span {
    padding: 0 5px 0 0;
  }
}
@media (max-width: 1000px) {
  .lk-user .lk-user__img {
    width: 160px;
    line-height: 160px;
  }
  .lk-user .lk-user__img img.nophoto {
    width: 80px;
    height: 66px;
  }
  .lk-user .lk-user__avatar {
    height: 160px;
    line-height: 160px;
  }
  .lk-user .lk-user__avatar img.nophoto {
    width: 80px;
    height: 66px;
  }
  .lk-user .lk-user__content {
    width: calc(100% - 210px);
  }
  .lk-user .lk-user__info {
    width: 50%;
  }
  .lk-user .lk-user__contact {
    width: 50%;
  }
  .lk-user .lk-user__name {
    font-size: 15px;
    line-height: 18px;
    padding: 14px 0 15px;
  }
  .lk-user .lk-user__item {
    font-size: 14px;
    line-height: 1.2;
    padding: 0 0 10px;
  }
  .lk-user .lk-user__item span {
    padding: 0 5px 0 0;
  }
}
@media (max-width: 768px) {
  .lk-user .lk-user__img {
    width: 200px;
    line-height: 200px;
  }
  .lk-user .lk-user__img img.nophoto {
    width: 80px;
    height: 66px;
  }
  .lk-user .lk-user__avatar {
    height: 200px;
    line-height: 200px;
  }
  .lk-user .lk-user__avatar img.nophoto {
    width: 80px;
    height: 66px;
  }
  .lk-user .lk-user__content {
    width: calc(100% - 240px);
  }
  .lk-user .lk-user__info {
    width: 100%;
  }
  .lk-user .lk-user__contact {
    width: 100%;
  }
  .lk-user .lk-user__name {
    padding: 0px 0 10px;
  }
}
@media (max-width: 480px) {
  .lk-user .lk-user__img {
    display: block;
    width: 200px;
    width: 100%;
    line-height: 200px;
  }
  .lk-user .lk-user__img img.nophoto {
    width: 80px;
    height: 66px;
  }
  .lk-user .lk-user__avatar {
    width: 100%;
    height: 200px;
    line-height: 200px;
  }
  .lk-user .lk-user__avatar img.nophoto {
    width: 80px;
    height: 66px;
  }
  .lk-user .lk-user__content {
    display: block;
    width: 100%;
    padding: 30px 0px 0px;
  }
  .lk-user .lk-user__info {
    width: 100%;
  }
  .lk-user .lk-user__contact {
    width: 100%;
  }
  .lk-user .lk-user__name {
    padding: 0px 0 10px;
  }
}
.lk-setting {
  width: 100%;
}
.lk-setting .lk-setting__img {
  width: 200px;
}
.lk-setting .lk-setting__avatar {
  width: 100%;
  height: 200px;
  text-align: center;
  line-height: 200px;
  background: rgba(0, 0, 0, 0.1);
}
.lk-setting .lk-setting__avatar img {
  max-width: 100%;
  max-height: 100%;
}
.lk-setting .lk-setting__avatar img.nophoto {
  display: inline-block;
  width: 100px;
  height: 86px;
}
.lk-setting .lk-setting__content {
  width: calc(100% - 290px);
}
.lk-setting .lk-setting__bottom {
  margin: 10px 0px 0px;
}
.lk-setting:after {
  content: "";
  clear: both;
  display: block;
}

@media (max-width: 1240px) {
  .lk-setting {
    width: 100%;
  }
  .lk-setting .lk-setting__img {
    width: 180px;
  }
  .lk-setting .lk-setting__avatar {
    height: 180px;
    line-height: 180px;
  }
  .lk-setting .lk-setting__avatar img.nophoto {
    width: 90px;
    height: 76px;
  }
  .lk-setting .lk-setting__content {
    width: calc(100% - 230px);
  }
  .lk-setting .lk-setting__bottom {
    margin: 10px 0px 0px;
  }
}
@media (max-width: 1000px) {
  .lk-setting {
    width: 100%;
  }
  .lk-setting .lk-setting__img {
    width: 160px;
  }
  .lk-setting .lk-setting__avatar {
    height: 160px;
    line-height: 160px;
  }
  .lk-setting .lk-setting__avatar img.nophoto {
    width: 80px;
    height: 66px;
  }
  .lk-setting .lk-setting__content {
    width: calc(100% - 210px);
  }
  .lk-setting .lk-setting__content .row .col-sm-6 {
    padding-left: 0;
    padding-right: 0;
  }
  .lk-setting .lk-setting__bottom {
    margin: 10px 0px 0px;
  }
}
@media (max-width: 480px) {
  .lk-setting {
    width: 100%;
  }
  .lk-setting .lk-setting__img {
    width: 200px;
    width: 100%;
  }
  .lk-setting .lk-setting__avatar {
    height: 200px;
    line-height: 200px;
  }
  .lk-setting .lk-setting__avatar img.nophoto {
    width: 80px;
    height: 66px;
  }
  .lk-setting .lk-setting__content {
    width: 100%;
    padding: 30px 0px 0px;
  }
  .lk-setting .lk-setting__content .row .col-sm-6 {
    padding-left: 0;
    padding-right: 0;
  }
  .lk-setting .lk-setting__bottom {
    margin: 10px 0px 0px;
  }
}
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
  opacity: 0;
  visibility: hidden;
  transition: all 1.2s ease;
}
.slick-slider.slick-initialized {
  opacity: 1;
  visibility: visible;
}
.slick-slider.slick-initialized .slick-slide::before {
  pointer-events: none;
  opacity: 0;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
  backface-visibility: hidden;
}
.slick-slide::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.3;
  z-index: 1;
  backface-visibility: hidden;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-slide:hover, .slick-slide:focus, .slick-slide:active {
  outline: 0;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("../images/ajax-loader.gif") center center no-repeat;
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  z-index: 10;
  display: block;
  cursor: pointer;
  top: 50%;
  padding: 0;
  outline: none;
  width: 45px;
  height: 45px;
  text-align: center;
  border: none;
  background: transparent;
  transform: translate(0, -50%);
}
.slick-prev svg,
.slick-next svg {
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
.slick-prev svg circle,
.slick-next svg circle {
  fill: rgba(255, 255, 255, 0.7);
  stroke: rgb(217, 221, 232);
}
.slick-prev svg path,
.slick-next svg path {
  fill: rgb(55, 62, 68);
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  opacity: 1;
  border-color: transparent;
}
.slick-prev:hover svg circle, .slick-prev:focus svg circle,
.slick-next:hover svg circle,
.slick-next:focus svg circle {
  fill: rgb(217, 221, 232);
  stroke: rgb(217, 221, 232);
  fill: rgba(255, 255, 255, 0.7);
  stroke: rgb(217, 221, 232);
}
.slick-prev:hover svg path, .slick-prev:focus svg path,
.slick-next:hover svg path,
.slick-next:focus svg path {
  fill: rgb(0, 164, 75);
}
.slick-prev.slick-disabled,
.slick-next.slick-disabled {
  opacity: 0.25;
}

.slick-prev {
  left: -65px;
}

.slick-next {
  right: -65px;
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -10px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 10px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  display: block;
  width: 100%;
  height: 100%;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 0;
  cursor: pointer;
  border: 0;
  background: #DEDEDE;
  border-radius: 50%;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li.slick-active button {
  border: 0;
  background: #00A44B;
}

@media (max-width: 1240px) {
  /* Arrows */
  .slick-prev,
  .slick-next {
    width: 40px;
    height: 40px;
  }
  .slick-prev {
    left: -55px;
  }
  .slick-next {
    right: -55px;
  }
}
@media (max-width: 1000px) {
  /* Arrows */
  .slick-prev,
  .slick-next {
    width: 36px;
    height: 36px;
  }
}
@media (max-width: 480px) {
  .slick-dots li {
    width: 8px;
    height: 8px;
    margin: 0 5px;
  }
}
@keyframes loader {
  0% {
    transform: rotateZ(0);
  }
  100% {
    transform: rotateZ(360deg);
  }
}
.fl {
  -js-display: flex;
  display: flex;
}
.fl.fl-wr-w {
  flex-wrap: wrap;
}
.fl.fl-di-c {
  flex-direction: column;
}
.fl.fl-al-co-c {
  align-content: center;
}
.fl.fl-al-co-fl-s {
  align-content: flex-start;
}
.fl.fl-al-co-fl-e {
  align-content: flex-end;
}
.fl.fl-al-it-c {
  align-items: center;
}
.fl.fl-al-it-fl-s {
  align-items: flex-start;
}
.fl.fl-al-it-fl-e {
  align-items: flex-end;
}
.fl.fl-ju-co-c {
  justify-content: center;
}
.fl.fl-ju-co-fl-s {
  justify-content: flex-start;
}
.fl.fl-ju-co-fl-e {
  justify-content: flex-end;
}
.fl.fl-ju-co-sp-b {
  justify-content: space-between;
}

.back-bord, .spinput, .box-wrapper, .box-wrapper .box-wrapper__body, .filter-inline-range .filter-inline-range__item, .filter-search .search-input-group input:hover, .filter-search .search-input-group input:focus, .filter-search .search-input-group input:active {
  background: #FFFFFF;
  border: 1px solid #D9DDE8;
  border-radius: 5px;
}

.bt-cart {
  -js-display: flex;
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
  height: 45px;
  color: #FFFFFF;
  font-family: "Ubuntu", sans-serif;
  font-size: 16px;
  line-height: 18px;
  font-style: normal;
  font-weight: bold;
  padding: 0 15px;
  border: none;
  background: #00A44B;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  border-radius: 5px;
  transition: all 0.3s;
}
.bt-cart.bt-cart-svg {
  -webkit-appearance: listbox;
  transform: perspective(1px) translateZ(0);
  transition-duration: 0.1s;
}
.bt-cart.bt-cart-svg.bt-cart-svg-right {
  padding-right: 20px;
}
.bt-cart.bt-cart-svg.bt-cart-svg-right span {
  padding: 0 15px 0 0;
}
.bt-cart.bt-cart-svg.bt-cart-svg-left span {
  padding: 0 0 0 15px;
}
.bt-cart.bt-cart-svg svg {
  width: 17px;
  height: 12px;
  transform: translateZ(0);
  transition: transform 0.2s ease-out;
}
.bt-cart.bt-cart-svg svg path {
  fill: #FFFFFF;
}
.bt-cart.bt-cart-svg svg.icon-cart {
  width: 24px;
  height: 22px;
}
.bt-cart.bt-cart-svg svg.icon-question {
  width: 21px;
  height: 21px;
}
.bt-cart.bt-cart-white {
  color: #212121;
  background: #FFFFFF;
}
.bt-cart.bt-cart-red {
  color: #FFFFFF;
  background: #CF2034;
}
.bt-cart.bt-cart-go-cart {
  color: #00A44B;
  background: transparent;
  border: 1px solid #00A44B;
}
.bt-cart.bt-cart-border {
  color: #006D25;
  font-family: "Ubuntu", sans-serif;
  font-weight: normal;
  background: transparent;
  border: 1px solid #D9DDE8;
}
.bt-cart.bt-cart-border.bt-cart-svg svg path {
  fill: #006D25;
}
.bt-cart.bt-cart-border-green {
  color: #00A44B;
  background: transparent;
  border: 2px solid #00A44B;
}
.bt-cart.bt-cart-animate-transform {
  transition: transform 0.2s ease-out;
}
.bt-cart.bt-cart-animation {
  overflow: hidden;
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
.bt-cart.bt-cart-animation:before, .bt-cart.bt-cart-animation:after {
  content: "";
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  left: -110%;
  top: 0;
  opacity: 0.1;
  background: rgba(33, 33, 33, 0.6);
  transform: skewX(25deg);
  transition: 0.5s ease;
  pointer-events: none;
}
.bt-cart:hover, .bt-cart:focus, .bt-cart:active {
  border: none;
  outline: 0;
  color: #FFFFFF;
  background: #00A44B;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.bt-cart:hover.bt-cart-svg.bt-cart-svg-right svg, .bt-cart:focus.bt-cart-svg.bt-cart-svg-right svg, .bt-cart:active.bt-cart-svg.bt-cart-svg-right svg {
  transform: translateX(-3px);
}
.bt-cart:hover.bt-cart-svg.bt-cart-svg-left svg, .bt-cart:focus.bt-cart-svg.bt-cart-svg-left svg, .bt-cart:active.bt-cart-svg.bt-cart-svg-left svg {
  transform: translateX(3px);
}
.bt-cart:hover.bt-cart-white, .bt-cart:focus.bt-cart-white, .bt-cart:active.bt-cart-white {
  color: #212121;
  background: #FFFFFF;
}
.bt-cart:hover.bt-cart-red, .bt-cart:focus.bt-cart-red, .bt-cart:active.bt-cart-red {
  color: #FFFFFF;
  background: #a31929;
}
.bt-cart:hover.bt-cart-go-cart, .bt-cart:focus.bt-cart-go-cart, .bt-cart:active.bt-cart-go-cart {
  color: #007134;
  background: transparent;
  border: 1px solid #007134;
}
.bt-cart:hover.bt-cart-border, .bt-cart:focus.bt-cart-border, .bt-cart:active.bt-cart-border {
  color: #006D25;
  background: transparent;
  border: 1px solid #006D25;
}
.bt-cart:hover.bt-cart-border.bt-cart-svg svg path, .bt-cart:focus.bt-cart-border.bt-cart-svg svg path, .bt-cart:active.bt-cart-border.bt-cart-svg svg path {
  fill: #006D25;
}
.bt-cart:hover.bt-cart-border-green, .bt-cart:focus.bt-cart-border-green, .bt-cart:active.bt-cart-border-green {
  color: #006D25;
  background: transparent;
  border: 2px solid #006D25;
}
.bt-cart:hover.bt-cart-animate-3d, .bt-cart:focus.bt-cart-animate-3d, .bt-cart:active.bt-cart-animate-3d {
  transform: scaleX(0.95) translateY(2px);
}
.bt-cart:hover.bt-cart-animate-transform, .bt-cart:focus.bt-cart-animate-transform, .bt-cart:active.bt-cart-animate-transform {
  transform: translateY(-2px);
  -ms-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.15);
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.15);
}
.bt-cart:hover.bt-cart-animation:before, .bt-cart:focus.bt-cart-animation:before, .bt-cart:active.bt-cart-animation:before {
  left: -10%;
  transition: 0.3s ease;
}
.bt-cart:hover.bt-cart-animation:hover:after, .bt-cart:focus.bt-cart-animation:hover:after, .bt-cart:active.bt-cart-animation:hover:after {
  left: -20%;
}

.bt-cart-link {
  position: relative;
  color: #212121;
  font-family: "Ubuntu", sans-serif;
  font-weight: normal;
  font-size: 15px;
  line-height: 1.1;
  padding: 0;
  /* &:after {
  	content: '';
      position: absolute;
      left: 0;
      bottom: 0;
      display: block;
      width: 100%;
      height: 1px;
      background: $color212121;
  } */
}
.bt-cart-link span {
  border-bottom: 1px solid rgba(33, 33, 33, 0.5);
}
.bt-cart-link.bt-cart-link-green {
  color: #006D25;
  /* &:after {
  	background: $color006D25;
  } */
}
.bt-cart-link.bt-cart-link-green span {
  border-bottom: 1px solid rgba(0, 109, 37, 0.5);
}
.bt-cart-link.bt-cart-link-green.bt-cart-link-svg svg path {
  fill: #006D25;
}
.bt-cart-link.bt-cart-link-svg {
  -webkit-appearance: listbox;
  transform: perspective(1px) translateZ(0);
  transition-duration: 0.1s;
}
.bt-cart-link.bt-cart-link-svg.bt-cart-link-svg-right span {
  margin: 0 5px 0 0;
}
.bt-cart-link.bt-cart-link-svg.bt-cart-link-svg-left span {
  margin: 0 0 0 5px;
}
.bt-cart-link.bt-cart-link-svg svg {
  position: relative;
  top: 2px;
  width: 11px;
  height: 11px;
  transform: translateZ(0);
  transition: transform 0.2s ease-out;
}
.bt-cart-link.bt-cart-link-svg svg path {
  fill: #212121;
}
.bt-cart-link.bt-cart-link-svg svg.icon-question {
  width: 21px;
  height: 21px;
}
.bt-cart-link.bt-cart-link-svg svg.icon-prev-catalog {
  width: 7px;
  height: 100%;
  top: 0;
}
.bt-cart-link.bt-cart-link-svg:after {
  display: none;
}
.bt-cart-link:hover, .bt-cart-link:focus, .bt-cart-link:active {
  color: #006D25;
  /* &:after {
  	background: $color006D25;
  } */
}
.bt-cart-link:hover span, .bt-cart-link:focus span, .bt-cart-link:active span {
  border-color: transparent;
}
.bt-cart-link:hover.bt-cart-link-svg.bt-cart-link-svg-right svg, .bt-cart-link:focus.bt-cart-link-svg.bt-cart-link-svg-right svg, .bt-cart-link:active.bt-cart-link-svg.bt-cart-link-svg-right svg {
  transform: translateX(-3px);
}
.bt-cart-link:hover.bt-cart-link-svg.bt-cart-link-svg-left svg, .bt-cart-link:focus.bt-cart-link-svg.bt-cart-link-svg-left svg, .bt-cart-link:active.bt-cart-link-svg.bt-cart-link-svg-left svg {
  transform: translateX(3px);
}
.bt-cart-link:hover.bt-cart-link-green, .bt-cart-link:focus.bt-cart-link-green, .bt-cart-link:active.bt-cart-link-green {
  color: #006D25;
  /* &:after {
  	background: $color006D25;
  } */
}
.bt-cart-link:hover.bt-cart-link-green span, .bt-cart-link:focus.bt-cart-link-green span, .bt-cart-link:active.bt-cart-link-green span {
  border-color: transparent;
}
.bt-cart-link:hover.bt-cart-link-green.bt-cart-link-svg svg path, .bt-cart-link:focus.bt-cart-link-green.bt-cart-link-svg svg path, .bt-cart-link:active.bt-cart-link-green.bt-cart-link-svg svg path {
  fill: #006D25;
}

@media (max-width: 1240px) {
  .bt-cart {
    height: 40px;
    font-size: 14px;
    line-height: 16px;
  }
  .bt-cart.bt-cart-svg.bt-cart-svg-right {
    padding-right: 15px;
  }
  .bt-cart.bt-cart-svg.bt-cart-svg-right span {
    padding: 0 10px 0 0;
  }
  .bt-cart.bt-cart-svg.bt-cart-svg-left span {
    padding: 0 0 0 10px;
  }
  .bt-cart.bt-cart-svg svg {
    width: 16px;
    height: 11px;
  }
  .bt-cart.bt-cart-svg svg.icon-edit {
    width: 15px;
    height: 15px;
  }
}
@media (max-width: 480px) {
  .bt-cart {
    height: 36px;
  }
}
.preloader {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.75);
  opacity: 0;
  pointer-events: none;
  overflow: hidden;
}
.preloader.active {
  opacity: 1;
  pointer-events: all;
}

.lds-spinner {
  color: official;
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
  position: absolute;
  top: calc(50% - 40px);
  left: calc(50% - 40px);
}

.lds-spinner div {
  transform-origin: 40px 40px;
  animation: lds-spinner 1.2s linear infinite;
}

.lds-spinner div:after {
  content: " ";
  display: block;
  position: absolute;
  top: 3px;
  left: 37px;
  width: 6px;
  height: 18px;
  border-radius: 20%;
  background: #006D25;
}

.lds-spinner div:nth-child(1) {
  transform: rotate(0deg);
  animation-delay: -1.1s;
}

.lds-spinner div:nth-child(2) {
  transform: rotate(30deg);
  animation-delay: -1s;
}

.lds-spinner div:nth-child(3) {
  transform: rotate(60deg);
  animation-delay: -0.9s;
}

.lds-spinner div:nth-child(4) {
  transform: rotate(90deg);
  animation-delay: -0.8s;
}

.lds-spinner div:nth-child(5) {
  transform: rotate(120deg);
  animation-delay: -0.7s;
}

.lds-spinner div:nth-child(6) {
  transform: rotate(150deg);
  animation-delay: -0.6s;
}

.lds-spinner div:nth-child(7) {
  transform: rotate(180deg);
  animation-delay: -0.5s;
}

.lds-spinner div:nth-child(8) {
  transform: rotate(210deg);
  animation-delay: -0.4s;
}

.lds-spinner div:nth-child(9) {
  transform: rotate(240deg);
  animation-delay: -0.3s;
}

.lds-spinner div:nth-child(10) {
  transform: rotate(270deg);
  animation-delay: -0.2s;
}

.lds-spinner div:nth-child(11) {
  transform: rotate(300deg);
  animation-delay: -0.1s;
}

.lds-spinner div:nth-child(12) {
  transform: rotate(330deg);
  animation-delay: 0s;
}
@keyframes lds-spinner {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.cart-page-content h1 {
  color: #212121;
  font-size: 36px;
  font-family: "Ubuntu", sans-serif;
  line-height: 44px;
  font-style: normal;
  font-weight: normal;
  margin: 0;
  padding: 0 0 25px;
}
.cart-page-content h2, .cart-page-content .box-style .box-style__heading, .box-style .cart-page-content .box-style__heading {
  color: #212121;
  font-size: 32px;
  font-family: "Ubuntu", sans-serif;
  font-style: normal;
  line-height: 39px;
  font-weight: normal;
  margin: 0;
  padding: 0 0 25px;
}
.cart-page-content h4 {
  color: #212121;
  font-size: 24px;
  font-family: "Ubuntu", sans-serif;
  font-weight: normal;
  line-height: 29px;
  margin: 0;
  padding: 12px 0;
}

.empty-cart {
  opacity: 0;
  display: none;
}
.empty-cart.active {
  display: block;
  opacity: 1;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.2;
  padding: 0 15px 40px;
}

.cart-section .cart-section__content {
  width: calc(100% - 450px);
}
.cart-section .cart-section__result {
  position: sticky;
  top: 15px;
  width: 420px;
  height: 100%;
}
.cart-section .cart-section__result .category-content-prev {
  margin: 7px 0 15px;
}
.cart-section .cart-section__buttons {
  padding: 20px 0 0;
}

.cart-color-757575 {
  color: #757575;
}

.cart-color-212121 {
  color: #212121;
}

.cart-text-13-normal {
  font-size: 13px;
  font-weight: normal;
  line-height: 16px;
}

.cart-text-16-normal {
  font-size: 16px;
  font-weight: normal;
  line-height: 19px;
}

.cart-text-18-normal {
  font-size: 18px;
  font-weight: normal;
  line-height: 22px;
}

.cart-text-bold {
  font-family: "Ubuntu", sans-serif;
  font-weight: bold;
}

.m-b-25 {
  margin-bottom: 25px;
}

@media (max-width: 1600px) {
  .cart-page-content h1 {
    font-size: 34px;
    line-height: 42px;
    padding: 0 0 25px;
  }
  .cart-page-content h2, .cart-page-content .box-style .box-style__heading, .box-style .cart-page-content .box-style__heading {
    font-size: 30px;
    line-height: 37px;
    padding: 0 0 25px;
  }
  .cart-page-content h4 {
    font-size: 22px;
    line-height: 27px;
    padding: 12px 0;
  }
  .cart-section .cart-section__content {
    width: calc(100% - 435px);
  }
  .cart-section .cart-section__result {
    width: 405px;
  }
}
@media (max-width: 1240px) {
  .cart-page-content h1 {
    font-size: 32px;
    line-height: 40px;
    padding: 0 0 25px;
  }
  .cart-page-content h2, .cart-page-content .box-style .box-style__heading, .box-style .cart-page-content .box-style__heading {
    font-size: 28px;
    line-height: 35px;
    padding: 0 0 25px;
  }
  .cart-page-content h4 {
    font-size: 20px;
    line-height: 25px;
    padding: 12px 0;
  }
  .cart-section .cart-section__content {
    width: calc(100% - 340px);
  }
  .cart-section .cart-section__result {
    width: 310px;
  }
  .cart-text-16-normal {
    font-size: 15px;
    line-height: 18px;
  }
  .cart-text-18-normal {
    font-size: 16px;
    line-height: 20px;
  }
}
@media (max-width: 1000px) {
  .cart-section .cart-section__content {
    width: 100%;
    padding: 0 0 10px;
  }
  .cart-section .cart-section__result {
    width: 100%;
    margin: 10px 0 0;
  }
  .cart-section .cart-section__result .category-content-prev {
    display: none;
  }
  .cart-section .cart-section__buttons {
    position: absolute;
    right: 0;
    bottom: 0;
  }
  .cart-section.cart-section-2 {
    position: relative;
    padding: 0 0 80px;
  }
  .cart-section.cart-section-2 .cart-section__result {
    margin: 0;
  }
}
@media (max-width: 640px) {
  .cart-page-content h1 {
    font-size: 30px;
    line-height: 38px;
    padding: 0 0 25px;
  }
  .cart-page-content h2, .cart-page-content .box-style .box-style__heading, .box-style .cart-page-content .box-style__heading {
    font-size: 26px;
    line-height: 33px;
    padding: 0 0 25px;
  }
  .cart-page-content h4 {
    font-size: 18px;
    line-height: 23px;
    padding: 12px 0;
  }
}
/*Нет доставки ТК*/
.not-delivery-tc {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
  cursor: not-allowed;
  opacity: 0.5;
}

.not-delivery-tc_note {
  color: red;
  font-size: 16px;
  margin-top: 10px;
}

/* Купон */
.cart-coupon {
  padding: 0 0 30px;
}
.cart-coupon .cart-coupon__header h4 {
  padding-top: 0;
}
.cart-coupon .cart-coupon__box {
  width: 435px;
}
.cart-coupon .cart-coupon__desc {
  width: calc(100% - 435px);
  color: #212121;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  padding: 0 0 0 15px;
}

.coupon-box {
  height: 50px;
}
.coupon-box .cart-coupon__input-group {
  position: relative;
  width: 245px;
  height: 100%;
}
.coupon-box .cart-coupon__input-group.active {
  pointer-events: none;
}
.coupon-box .cart-coupon__input-group.active .coupon-box__input {
  pointer-events: none;
}
.coupon-box .cart-coupon__input-group.active:after {
  content: "";
  position: absolute;
  top: 0;
  right: 12px;
  width: 14px;
  height: 100%;
  background: url("../images/svg/icon-tick.svg") center no-repeat;
  -ms-background-size: 100%;
  background-size: 100%;
}
.coupon-box .coupon-box__input {
  width: 100%;
  height: 100%;
  color: #212121;
  font-size: 16px;
  font-family: "Ubuntu", sans-serif;
  line-height: 19px;
  font-weight: normal;
  border: none;
  border: 1px solid #D9DDE8;
  padding: 4px 40px 4px 20px;
  background: #F2F5F8;
  border-radius: 5px !important;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.coupon-box .coupon-box__input::-webkit-input-placeholder {
  color: #757575;
}
.coupon-box .coupon-box__input::-moz-placeholder {
  color: #757575;
}
.coupon-box .coupon-box__input:-moz-placeholder {
  color: #757575;
}
.coupon-box .coupon-box__input:-ms-input-placeholder {
  color: #757575;
}
.coupon-box .coupon-box__input:hover, .coupon-box .coupon-box__input:focus, .coupon-box .coupon-box__input:active {
  outline: 0;
  color: #212121;
  border-color: #D9DDE8;
  background: #F2F5F8;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.coupon-box .coupon-box__input:hover::-webkit-input-placeholder, .coupon-box .coupon-box__input:focus::-webkit-input-placeholder, .coupon-box .coupon-box__input:active::-webkit-input-placeholder {
  color: #757575;
}
.coupon-box .coupon-box__input:hover::-moz-placeholder, .coupon-box .coupon-box__input:focus::-moz-placeholder, .coupon-box .coupon-box__input:active::-moz-placeholder {
  color: #757575;
}
.coupon-box .coupon-box__input:hover:-moz-placeholder, .coupon-box .coupon-box__input:focus:-moz-placeholder, .coupon-box .coupon-box__input:active:-moz-placeholder {
  color: #757575;
}
.coupon-box .coupon-box__input:hover:-ms-input-placeholder, .coupon-box .coupon-box__input:focus:-ms-input-placeholder, .coupon-box .coupon-box__input:active:-ms-input-placeholder {
  color: #757575;
}
.coupon-box .coupon-box__input.active {
  border-color: #006D25;
}
.coupon-box .coupon-box__button {
  width: 170px;
  height: 100%;
  margin: 0 0 0 20px;
}

/* Продукт */
.cart-list .cart-list__item {
  min-height: 138px;
  border-bottom: 1px solid #D9DDE8;
}
.cart-list .cart-list__item:first-child {
  border-top: 1px solid #D9DDE8;
}
.cart-list.cart-list-composition {
  margin: 12px 0 0;
}
.cart-list.cart-list-composition .cart-list__item {
  min-height: 100px;
}
.cart-list.cart-list-composition .cart-item {
  padding: 10px 0;
}
.cart-list.cart-list-composition .cart-item-title {
  font-size: 160%;
}
.cart-list.cart-list-composition .cart-item-data {
  font-size: 140%;
}
.cart-list.cart-list-composition .cart-item-amount .cart-item-amount__base, .cart-list.cart-list-composition .cart-item-amount .cart-item-amount__without-discount, .cart-list.cart-list-composition .cart-item-amount .cart-item-amount__explanation {
  font-size: 140%;
  line-height: 160%;
}
.cart-list.cart-list-composition .cart-item-amount .cart-item-amount__base svg, .cart-list.cart-list-composition .cart-item-amount .cart-item-amount__without-discount svg, .cart-list.cart-list-composition .cart-item-amount .cart-item-amount__explanation svg {
  width: 9px;
  height: 12px;
}
.cart-list.cart-list-composition .cart-item-amount .cart-item-amount__final {
  font-size: 200%;
  line-height: 98%;
}
.cart-list.cart-list-composition .cart-item-amount .cart-item-amount__final svg {
  width: 12px;
  height: 15px;
}
.cart-list.cart-list-composition .cart-item-amount .cart-item-amount__benefit {
  font-size: 130%;
  line-height: 150%;
}

.cart-item {
  font-size: 10px;
  padding: 20px 0;
  font-family: "Ubuntu", sans-serif;
}
.cart-item .cart-item__col.cart-item__media {
  width: 92px;
}
.cart-item .cart-item__col.cart-item__content {
  width: calc(100% - 112px);
}

.cart-item-content .cart-item-content__item.cart-item-content__info {
  width: calc(100% - 420px);
  padding: 0 30px 0 0;
}
.cart-item-content .cart-item-content__item.cart-item-content__quantity {
  width: 225px;
  padding: 0 30px 0 40px;
}
.cart-item-content .cart-item-content__item.cart-item-content__amount {
  width: 195px;
}
.cart-item-content .cart-item-content__title {
  padding: 5px 0 10px;
}
.cart-item-content .cart-item-content__link {
  color: #212121;
}
.cart-item-content .cart-item-content__spinput {
  width: 112px;
}
.cart-item-content .cart-item-content__link_delete {
  color: #CF2034;
  font-size: 140%;
  font-family: "Ubuntu", sans-serif;
  font-weight: 700;
  line-height: 150%;
}
.cart-item-content .cart-item-content__link_delete:hover {
  border-bottom: 1px solid rgba(207, 32, 52, 0.6);
}

/* Заголовок */
.cart-item-title {
  color: #212121;
  font-size: 180%;
}
.cart-item-title:hover {
  color: #006D25;
}

/* Данные (артикул, кол-во уп.) */
.cart-item-data {
  color: #757575;
  font-size: 150%;
}
.cart-item-data span {
  color: #212121;
}

/* Цена */
.cart-item-amount {
  color: #212121;
}
.cart-item-amount .cart-item-amount__base, .cart-item-amount .cart-item-amount__without-discount, .cart-item-amount .cart-item-amount__explanation {
  font-size: 160%;
  color: #757575;
  line-height: 180%;
}
.cart-item-amount .cart-item-amount__base svg, .cart-item-amount .cart-item-amount__without-discount svg, .cart-item-amount .cart-item-amount__explanation svg {
  width: 9px;
  height: 12px;
}
.cart-item-amount .cart-item-amount__base svg path, .cart-item-amount .cart-item-amount__without-discount svg path, .cart-item-amount .cart-item-amount__explanation svg path {
  fill: #757575;
}
.cart-item-amount .cart-item-amount__final {
  font-size: 220%;
  line-height: 98%;
}
.cart-item-amount .cart-item-amount__final svg {
  width: 12px;
  height: 15px;
}
.cart-item-amount .cart-item-amount__final svg path {
  fill: #212121;
}
.cart-item-amount .cart-item-amount__old {
  text-decoration-line: line-through;
}
.cart-item-amount .cart-item-amount__benefit {
  color: #CF2034;
  font-size: 130%;
  line-height: 150%;
}

.cart-static .cart-static__link svg {
  transform: rotate(-90deg) !important;
  transition: all 0s;
}
.cart-static .cart-static__link.active svg {
  transform: rotate(90deg) !important;
}

.pickup-item-buttons {
  margin: 0 -10px;
}
.pickup-item-buttons .pickup-item-buttons__item {
  margin: 0 10px 20px;
}
.pickup-item-buttons .pickup-item-buttons__item .bt-cart {
  height: 45px;
}

.cart-section-buttons {
  margin: 0 -10px;
}
.cart-section-buttons .cart-section-buttons__item {
  margin: 0 10px 20px;
}
.cart-section-buttons .cart-section-buttons__item .bt-cart {
  height: 45px;
}

@media (max-width: 1600px) {
  /* Купон */
  .cart-coupon {
    padding: 0 0 30px;
  }
  .cart-coupon .cart-coupon__box {
    width: 335px;
  }
  .cart-coupon .cart-coupon__desc {
    width: calc(100% - 400px);
    font-size: 14px;
    line-height: 18px;
    padding: 0 0 0 15px;
  }
  .coupon-box {
    height: 45px;
  }
  .coupon-box .cart-coupon__input-group {
    width: 190px;
  }
  .coupon-box .coupon-box__input {
    font-size: 14px;
    line-height: 18px;
    padding: 4px 40px 4px 20px;
  }
  .coupon-box .coupon-box__button {
    width: 125px;
    margin: 0 0 0 20px;
    padding: 0 16px;
  }
  /* Продукт */
  .cart-list .cart-list__item {
    min-height: 125px;
  }
  .cart-list.cart-list-composition {
    margin: 12px 0 0;
  }
  .cart-list.cart-list-composition .cart-list__item {
    min-height: 100px;
  }
  .cart-list.cart-list-composition .cart-item {
    padding: 10px 0;
  }
  .cart-list.cart-list-composition .cart-item-title {
    font-size: 140%;
  }
  .cart-list.cart-list-composition .cart-item-data {
    font-size: 120%;
  }
  .cart-list.cart-list-composition .cart-item-amount .cart-item-amount__base, .cart-list.cart-list-composition .cart-item-amount .cart-item-amount__without-discount, .cart-list.cart-list-composition .cart-item-amount .cart-item-amount__explanation {
    font-size: 120%;
    line-height: 150%;
  }
  .cart-list.cart-list-composition .cart-item-amount .cart-item-amount__base svg, .cart-list.cart-list-composition .cart-item-amount .cart-item-amount__without-discount svg, .cart-list.cart-list-composition .cart-item-amount .cart-item-amount__explanation svg {
    width: 7px;
    height: 9px;
  }
  .cart-list.cart-list-composition .cart-item-amount .cart-item-amount__final {
    font-size: 180%;
    line-height: 98%;
  }
  .cart-list.cart-list-composition .cart-item-amount .cart-item-amount__final svg {
    width: 10px;
    height: 13px;
  }
  .cart-list.cart-list-composition .cart-item-amount .cart-item-amount__benefit {
    font-size: 120%;
    line-height: 140%;
  }
  .cart-item .cart-item__col.cart-item__media {
    width: 80px;
  }
  .cart-item .cart-item__col.cart-item__content {
    width: calc(100% - 90px);
  }
  .cart-item-content .cart-item-content__item.cart-item-content__info {
    width: calc(100% - 315px);
    padding: 0 10px 0 0;
  }
  .cart-item-content .cart-item-content__item.cart-item-content__quantity {
    width: 165px;
    padding: 0 10px 0 20px;
  }
  .cart-item-content .cart-item-content__item.cart-item-content__amount {
    width: 150px;
  }
  .cart-item-content .cart-item-content__title {
    padding: 3px 0 8px;
  }
  .cart-item-content .cart-item-content__spinput {
    width: 90px;
    padding: 0 0 5px;
  }
  .cart-item-content .cart-item-content__link_delete {
    font-size: 130%;
    line-height: 140%;
  }
  /* Заголовок */
  .cart-item-title {
    font-size: 140%;
  }
  /* Данные (артикул, кол-во уп.) */
  .cart-item-data {
    font-size: 130%;
  }
  .cart-item-data.cart-item-content__sku {
    padding-right: 15px;
  }
  /* Цена */
  .cart-item-amount .cart-item-amount__base, .cart-item-amount .cart-item-amount__without-discount, .cart-item-amount .cart-item-amount__explanation {
    font-size: 130%;
    line-height: 160%;
  }
  .cart-item-amount .cart-item-amount__base svg, .cart-item-amount .cart-item-amount__without-discount svg, .cart-item-amount .cart-item-amount__explanation svg {
    width: 9px;
    height: 12px;
  }
  .cart-item-amount .cart-item-amount__final {
    font-size: 200%;
    line-height: 98%;
  }
  .cart-item-amount .cart-item-amount__final svg {
    width: 12px;
    height: 15px;
  }
  .cart-item-amount .cart-item-amount__benefit {
    font-size: 120%;
    line-height: 140%;
  }
}
@media (max-width: 1240px) {
  .coupon-box {
    height: 40px;
  }
  .cart-section-buttons .cart-section-buttons__item .bt-cart {
    height: 40px;
  }
}
@media (max-width: 1000px) {
  .coupon-box {
    height: 36px;
  }
  .cart-item-content .cart-item-content__attr {
    justify-content: flex-start !important;
  }
}
@media (max-width: 768px) {
  /* Продукт */
  .cart-list .cart-list__item {
    min-height: 125px;
  }
  .cart-list.cart-list-composition {
    margin: 12px 0 0;
    /* Цена */
  }
  .cart-list.cart-list-composition .cart-list__item {
    min-height: 100px;
  }
  .cart-list.cart-list-composition .cart-item-content {
    padding: 0;
  }
  .cart-list.cart-list-composition .cart-item {
    padding: 20px 0;
  }
  .cart-list.cart-list-composition .cart-item-title {
    font-size: 140%;
  }
  .cart-list.cart-list-composition .cart-item-data {
    font-size: 120%;
  }
  .cart-list.cart-list-composition .cart-item-amount .cart-item-amount__base, .cart-list.cart-list-composition .cart-item-amount .cart-item-amount__without-discount, .cart-list.cart-list-composition .cart-item-amount .cart-item-amount__explanation {
    font-size: 120%;
    line-height: 150%;
  }
  .cart-list.cart-list-composition .cart-item-amount .cart-item-amount__base svg, .cart-list.cart-list-composition .cart-item-amount .cart-item-amount__without-discount svg, .cart-list.cart-list-composition .cart-item-amount .cart-item-amount__explanation svg {
    width: 7px;
    height: 9px;
  }
  .cart-list.cart-list-composition .cart-item-amount .cart-item-amount__final {
    font-size: 180%;
    line-height: 98%;
  }
  .cart-list.cart-list-composition .cart-item-amount .cart-item-amount__final svg {
    width: 10px;
    height: 13px;
  }
  .cart-list.cart-list-composition .cart-item-amount .cart-item-amount__benefit {
    font-size: 120%;
    line-height: 140%;
  }
  .cart-item .cart-item__col.cart-item__media {
    width: 92px;
  }
  .cart-item .cart-item__col.cart-item__content {
    width: calc(100% - 112px);
  }
  .cart-item-content {
    position: relative;
    padding: 0 0 25px;
    flex-wrap: wrap;
  }
  .cart-item-content .cart-item-content__item.cart-item-content__info {
    order: 2;
    width: 100%;
    padding: 0;
  }
  .cart-item-content .cart-item-content__item.cart-item-content__quantity {
    order: 3;
    width: 100%;
    padding: 0;
  }
  .cart-item-content .cart-item-content__item.cart-item-content__amount {
    order: 1;
    width: 100%;
    padding: 0 0 10px;
  }
  .cart-item-content .cart-item-content__title {
    padding: 3px 0 8px;
  }
  .cart-item-content .cart-item-content__spinput {
    width: 90px;
    padding: 0 0 5px;
  }
  .cart-item-content .cart-item-content__link_delete {
    position: absolute;
    bottom: 0;
    font-size: 130%;
    line-height: 140%;
  }
  /* Цена */
  .cart-item-amount {
    -js-display: flex;
    display: flex;
    flex-wrap: wrap;
    color: #212121;
  }
  .cart-item-amount .cart-item-amount__final {
    padding: 0 30px 0 0;
  }
  .cart-item-amount .cart-item-amount__benefit {
    width: 100%;
    padding: 3px 0 0;
  }
}
@media (max-width: 640px) {
  /* Купон */
  .cart-coupon {
    padding: 0 0 30px;
  }
  .cart-coupon .cart-coupon__body {
    flex-wrap: wrap;
  }
  .cart-coupon .cart-coupon__box {
    width: 100%;
  }
  .cart-coupon .cart-coupon__desc {
    width: 100%;
    padding: 15px 0 0;
  }
  .coupon-box .cart-coupon__input-group {
    width: calc(100% - 145px);
  }
  .coupon-box .coupon-box__input {
    font-size: 14px;
    line-height: 18px;
    padding: 4px 40px 4px 15px;
  }
  .coupon-box .coupon-box__button {
    width: 125px;
    margin: 0 0 0 20px;
    padding: 0 16px;
  }
  .cart-section-buttons {
    margin: 0 -7px;
  }
  .cart-section-buttons .cart-section-buttons__item {
    margin: 0 7px 14px;
  }
}
@media (max-width: 480px) {
  .coupon-box .cart-coupon__input-group {
    width: calc(100% - 130px);
  }
  .coupon-box .coupon-box__input {
    font-size: 14px;
    line-height: 18px;
    padding: 4px 35px 4px 15px;
  }
  .coupon-box .coupon-box__button {
    width: 115px;
    margin: 0 0 0 15px;
    padding: 0 12px;
  }
  /* Продукт */
  .cart-item .cart-item__col.cart-item__media {
    width: 80px;
  }
  .cart-item .cart-item__col.cart-item__content {
    width: calc(100% - 95px);
  }
}
@media (max-width: 360px) {
  .coupon-box {
    height: auto;
    flex-wrap: wrap;
  }
  .coupon-box .cart-coupon__input-group {
    width: 100%;
  }
  .coupon-box .coupon-box__input {
    height: 36px;
    font-size: 14px;
    line-height: 18px;
    padding: 4px 35px 4px 15px;
  }
  .coupon-box .coupon-box__button {
    width: 100%;
    height: 36px;
    margin: 15px 0 0;
    padding: 0 12px;
  }
}
/* ОФормление товаров в корзине */
.cart-result {
  color: #212121;
  font-size: 16px;
  font-family: "Ubuntu", sans-serif;
  line-height: 20px;
  background: #FFFFFF;
  border: 1px solid #D9DDE8;
}
.cart-result .cart-result__header, .cart-result .cart-result__body, .cart-result .cart-result__footer {
  padding: 12px 30px;
}
.cart-result .cart-result__header {
  border-bottom: 1px solid #D9DDE8;
}
.cart-result .cart-result__header .cart-result-header {
  padding: 17px 0 10px;
}
.cart-result .cart-result__header .cart-result-desc {
  padding: 0 0 10px;
}
.cart-result .cart-result__footer {
  border-top: 1px solid #D9DDE8;
}
.cart-result .cart-result__but {
  padding: 12px 0 20px;
}

.cart-total {
  padding: 9px 0;
}
.cart-total .cart-total__name {
  width: calc(100% - 145px);
  padding: 0 15px 0 0;
}
.cart-total .cart-total__res {
  width: 145px;
  font-family: "Ubuntu", sans-serif;
  font-weight: bold;
  text-align: right;
}
.cart-total .cart-total__res svg {
  width: 10px;
  height: 11px;
}
.cart-total .cart-total__res svg path {
  fill: #212121;
}
.cart-total .cart-total__res.cart-total__res_red {
  color: #CF2034;
}
.cart-total .cart-total__res.cart-total__res_red svg path {
  fill: #CF2034;
}

.cart-total-left-text {
  text-align: left !important;
}

.cart-total-bt .cart-total__name, .cart-total-bt .cart-total__res {
  width: 100%;
}
.cart-total-bt .cart-total__name {
  display: block;
  padding: 0 0 3px;
}

.cart-total-br {
  padding: 10px 30px;
  border-top: 1px solid #D9DDE8;
}

.cart-result-header {
  color: #212121;
  font-size: 18px;
  font-family: "Ubuntu", sans-serif;
  font-weight: bold;
  line-height: 22px;
}
.cart-result-header svg {
  width: 11px;
  height: 13px;
}
.cart-result-header svg path {
  fill: #212121;
}

@media (max-width: 1240px) {
  .cart-result {
    font-size: 14px;
    line-height: 18px;
  }
  .cart-result .cart-result__header, .cart-result .cart-result__body, .cart-result .cart-result__footer {
    padding: 10px 20px;
  }
  .cart-result .cart-result__header .cart-result-header {
    padding: 10px 0 10px;
  }
  .cart-result .cart-result__header .cart-result-desc {
    padding: 0 0 10px;
  }
  .cart-result .cart-result__but {
    padding: 10px 0 15px;
  }
  .cart-total {
    padding: 7px 0;
  }
  .cart-total .cart-total__name {
    width: calc(100% - 130px);
    padding: 0 10px 0 0;
  }
  .cart-total .cart-total__res {
    width: 130px;
  }
  .cart-total .cart-total__res svg {
    width: 10px;
    height: 11px;
  }
  .cart-total-bt .cart-total__name, .cart-total-bt .cart-total__res {
    width: 100%;
  }
  .cart-total-br {
    padding: 8px 20px;
  }
  .cart-result-header {
    font-size: 16px;
    line-height: 20px;
  }
  .cart-result-header svg {
    width: 11px;
    height: 13px;
  }
}
@media (max-width: 1000px) {
  .cart-result {
    font-size: 16px;
    line-height: 18px;
    border: none;
  }
  .cart-result .cart-result__header, .cart-result .cart-result__body, .cart-result .cart-result__footer {
    padding: 10px 0;
  }
  .cart-result .cart-result__header .cart-result-header {
    font-size: 22px;
    line-height: 26px;
    padding: 0 0 10px;
  }
  .cart-result .cart-result__header .cart-result-desc {
    padding: 0 0 10px;
  }
  .cart-result .cart-result__footer {
    padding: 10px 0 13px;
  }
  .cart-result .cart-result__but {
    -js-display: flex;
    display: flex;
    justify-content: flex-end;
    padding: 15px 0;
  }
  .cart-total {
    padding: 10px 0;
  }
  .cart-total .cart-total__name {
    width: calc(100% - 170px);
    padding: 0 10px 0 0;
  }
  .cart-total .cart-total__res {
    width: 170px;
    font-size: 20px;
  }
  .cart-total .cart-total__res svg {
    width: 13px;
    height: 15px;
  }
  .cart-total-bt .cart-total__name, .cart-total-bt .cart-total__res {
    width: 100%;
  }
  .cart-total-br {
    padding: 8px 0;
  }
  .cart-result-header {
    font-size: 18px;
    line-height: 22px;
  }
  .cart-result-header svg {
    width: 11px;
    height: 13px;
  }
}
@media (max-width: 640px) {
  .cart-result {
    font-size: 14px;
    line-height: 18px;
  }
  .cart-result .cart-result__header, .cart-result .cart-result__body, .cart-result .cart-result__footer {
    padding: 10px 0;
  }
  .cart-result .cart-result__header .cart-result-header {
    font-size: 18px;
    line-height: 24px;
  }
  .cart-total {
    padding: 10px 0;
  }
  .cart-total .cart-total__name {
    width: calc(100% - 170px);
    padding: 0 10px 0 0;
  }
  .cart-total .cart-total__res {
    width: 170px;
    font-size: 18px;
  }
  .cart-total .cart-total__res svg {
    width: 11px;
    height: 13px;
  }
  .cart-total-bt .cart-total__name, .cart-total-bt .cart-total__res {
    width: 100%;
  }
  .cart-result-header {
    font-size: 16px;
    line-height: 20px;
  }
  .cart-result-header svg {
    width: 11px;
    height: 13px;
  }
}
@media (max-width: 480px) {
  .cart-result .cart-result__but .bt-cart {
    width: 100%;
  }
}
/* Боковое окошко с итоговыми ценами */
.spinput {
  position: relative;
  -js-display: flex;
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
  height: 45px;
  color: #757575;
  font-size: 18px;
  line-height: 1;
  padding: 0 15px;
  font-family: "PT Sans", Tahoma, sans-serif;
}
.spinput .spinput__minus, .spinput .spinput__plus {
  position: relative;
  -js-display: flex;
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
  line-height: 1.5;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  cursor: pointer;
}
.spinput .spinput__minus::before, .spinput .spinput__plus::before {
  font-size: 130%;
  content: "−";
}
.spinput .spinput__minus:hover, .spinput .spinput__minus:focus, .spinput .spinput__minus:active, .spinput .spinput__plus:hover, .spinput .spinput__plus:focus, .spinput .spinput__plus:active {
  color: #03A300;
}
.spinput .spinput__plus::before {
  content: "+";
}
.spinput .spinput__value {
  margin: 0;
  width: 50px;
  height: 100%;
  background-color: transparent;
  text-align: center;
  vertical-align: baseline;
  border: none;
  color: #212121;
  font-family: "Ubuntu", sans-serif;
  text-align: center;
  text-align: center;
}
.spinput .spinput__value:hover, .spinput .spinput__value:focus, .spinput .spinput__value:active {
  outline: 0;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}

@media (max-width: 1600px) {
  .spinput {
    height: 40px;
    font-size: 16px;
    line-height: 1;
    padding: 0 10px;
  }
  .spinput .spinput__value {
    width: 40px;
  }
}
@media (max-width: 1240px) {
  .spinput {
    height: 38px;
    font-size: 15px;
    line-height: 1;
    padding: 0 7px;
  }
  .spinput .spinput__value {
    width: 36px;
  }
}
@media (max-width: 1000px) {
  .spinput {
    height: 36px;
    font-size: 14px;
    line-height: 1;
    padding: 0 6px;
  }
  .spinput .spinput__value {
    width: 36px;
  }
}
/* Контект на  фоном */
.cart-form-content {
  padding: 30px;
  background: #EEF2FB;
}
.cart-form-content .cart-form-content__button.cart-form-content__button_indent {
  margin: 22px 0 0;
}

.form.cart-form .row {
  margin: 0 -10px;
}
.form.cart-form .col-xs-1, .form.cart-form .col-sm-1, .form.cart-form .col-md-1, .form.cart-form .col-lg-1, .form.cart-form .col-xs-2, .form.cart-form .col-sm-2, .form.cart-form .col-md-2, .form.cart-form .col-lg-2, .form.cart-form .col-xs-3, .form.cart-form .col-sm-3, .form.cart-form .col-md-3, .form.cart-form .col-lg-3, .form.cart-form .col-xs-4, .form.cart-form .col-sm-4, .form.cart-form .col-md-4, .form.cart-form .col-lg-4, .form.cart-form .col-xs-5, .form.cart-form .col-sm-5, .form.cart-form .col-md-5, .form.cart-form .col-lg-5, .form.cart-form .col-xs-6, .form.cart-form .col-sm-6, .form.cart-form .col-md-6, .form.cart-form .col-lg-6, .form.cart-form .col-xs-7, .form.cart-form .col-sm-7, .form.cart-form .col-md-7, .form.cart-form .col-lg-7, .form.cart-form .col-xs-8, .form.cart-form .col-sm-8, .form.cart-form .col-md-8, .form.cart-form .col-lg-8, .form.cart-form .col-xs-9, .form.cart-form .col-sm-9, .form.cart-form .col-md-9, .form.cart-form .col-lg-9, .form.cart-form .col-xs-10, .form.cart-form .col-sm-10, .form.cart-form .col-md-10, .form.cart-form .col-lg-10, .form.cart-form .col-xs-11, .form.cart-form .col-sm-11, .form.cart-form .col-md-11, .form.cart-form .col-lg-11, .form.cart-form .col-xs-12, .form.cart-form .col-sm-12, .form.cart-form .col-md-12, .form.cart-form .col-lg-12 {
  padding: 0 10px;
}
.form.cart-form .form-group {
  margin: 0 0 20px;
}
.form.cart-form .form-group label {
  display: inline-block;
  color: #212121;
  font-size: 18px;
  line-height: 22px;
  font-weight: normal;
}
.form.cart-form .form-group input, .form.cart-form .form-group textarea {
  width: 100%;
  height: 40px;
  background: #FFFFFF;
  border: 1px solid #D9DDE8;
  color: #212121;
  font-size: 16px;
  border-radius: 5px !important;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.form.cart-form .form-group input::-webkit-input-placeholder, .form.cart-form .form-group textarea::-webkit-input-placeholder {
  color: rgba(33, 33, 33, 0.7);
}
.form.cart-form .form-group input::-moz-placeholder, .form.cart-form .form-group textarea::-moz-placeholder {
  color: rgba(33, 33, 33, 0.7);
}
.form.cart-form .form-group input:-moz-placeholder, .form.cart-form .form-group textarea:-moz-placeholder {
  color: rgba(33, 33, 33, 0.7);
}
.form.cart-form .form-group input:-ms-input-placeholder, .form.cart-form .form-group textarea:-ms-input-placeholder {
  color: rgba(33, 33, 33, 0.7);
}
.form.cart-form .form-group input.disabled, .form.cart-form .form-group input.form-control[disabled], .form.cart-form .form-group input.form-control[readonly], .form.cart-form .form-group textarea.disabled, .form.cart-form .form-group textarea.form-control[disabled], .form.cart-form .form-group textarea.form-control[readonly] {
  cursor: not-allowed;
  pointer-events: none;
  background-color: #eee;
  opacity: 0.7;
}
.form.cart-form .form-group input.error, .form.cart-form .form-group textarea.error {
  color: #CF2034;
  border-color: #CF2034;
}
.form.cart-form .form-group input.error::-webkit-input-placeholder, .form.cart-form .form-group textarea.error::-webkit-input-placeholder {
  color: #CF2034;
}
.form.cart-form .form-group input.error::-moz-placeholder, .form.cart-form .form-group textarea.error::-moz-placeholder {
  color: #CF2034;
}
.form.cart-form .form-group input.error:-moz-placeholder, .form.cart-form .form-group textarea.error:-moz-placeholder {
  color: #CF2034;
}
.form.cart-form .form-group input.error:-ms-input-placeholder, .form.cart-form .form-group textarea.error:-ms-input-placeholder {
  color: #CF2034;
}
.form.cart-form .form-group textarea {
  border-radius: 0;
  max-width: 100% !important;
  min-width: 100% !important;
  min-height: 65px !important;
  max-height: 65px !important;
}
.form.cart-form .password-form-group .input-group {
  position: relative;
  display: block;
  width: 100%;
}
.form.cart-form .password-form-group .input-group .input-group-addon, .form.cart-form .password-form-group .input-group .input-group-btn, .form.cart-form .password-form-group .input-group .form-control {
  display: block;
  float: none;
}
.form.cart-form .password-form-group .input-group-addon {
  position: absolute;
  z-index: 3;
  top: 50%;
  right: 15px;
  width: auto;
  padding: 0;
  color: #757575;
  background-color: transparent;
  border: none;
  border-radius: 0;
  transform: translateY(-50%);
}
.form.cart-form .password-form-group .input-group-addon:hover, .form.cart-form .password-form-group .input-group-addon:focus, .form.cart-form .password-form-group .input-group-addon:active {
  cursor: pointer;
  color: #212121;
}
.form.cart-form .policy-checkbox {
  padding: 10px 0;
}
.form.cart-form .policy-checkbox label {
  position: relative;
  color: #212121;
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  margin: 0;
}
.form.cart-form .policy-checkbox label a {
  margin: 0 3px;
  color: #212121;
  border-bottom: 1px solid #212121;
}
.form.cart-form .policy-checkbox label a:hover {
  color: #00A44B;
  border-color: #00A44B;
}
.form.cart-form .policy-checkbox input[type=checkbox] {
  position: absolute;
  left: -9999px;
}
.form.cart-form .policy-checkbox input[type=checkbox] + label {
  padding-left: 30px;
}
.form.cart-form .policy-checkbox input[type=checkbox] + label:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../images/cart/checkbox3.png") 0 0 no-repeat;
  width: 20px;
  height: 20px;
}
.form.cart-form .policy-checkbox input[type=checkbox]:checked + label:before {
  background-position: 0 -21px;
}
.form.cart-form .policy-checkbox .help-block {
  padding: 5px 0 0 30px;
}
.form.cart-form .help-block {
  color: #a94442;
  margin: 0px !important;
  font-size: 12px;
  text-align: left !important;
}
.form.cart-form input[type=submit], .form.cart-form button {
  width: 100%;
  height: 40px;
  line-height: 40px;
  border: none;
  padding: 0 30px;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.form.cart-form input[type=submit]:hover, .form.cart-form input[type=submit]:focus, .form.cart-form input[type=submit]:active, .form.cart-form button:hover, .form.cart-form button:focus, .form.cart-form button:active {
  outline: 0;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}

.input-disabled {
  background: #D9DDE8 !important;
  opacity: 0.5 !important;
  pointer-events: none !important;
}

.select2-container {
  height: 40px !important;
}
.select2-container .select2-arrow {
  border-color: transparent !important;
}
.select2-container .select2-arrow b {
  background-position: 0 6px !important;
}
.select2-container .select2-choice, .select2-container .select2-chosen {
  display: flex !important;
  align-items: center;
  height: 100% !important;
}
.select2-container.select2-dropdown-open .select2-arrow b {
  background-position: -18px 6px !important;
}
.select2-container.select2-container-active .select2-choice {
  border-color: #D9DDE8 !important;
  outline: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}

.select2-drop {
  border-color: #D9DDE8 !important;
}
.select2-drop .select2-results {
  padding: 0 4px !important;
  margin: 6px 4px !important;
  overflow: hidden;
  overflow-y: auto;
  scrollbar-color: ligthen(rgba(33, 33, 33, 0.1), 5) rgba(33, 33, 33, 0.2);
  scrollbar-width: thin;
}
.select2-drop .select2-results .select2-result.select2-highlighted {
  color: #006D25 !important;
  background: rgba(0, 109, 37, 0.1) !important;
}
.select2-drop .select2-results .select2-no-results, .select2-drop .select2-results .select2-searching {
  background-color: #fcf8e3 !important;
  color: #c09853 !important;
  color: #006D25 !important;
  background: rgba(0, 109, 37, 0.1) !important;
  padding: 6px;
}
.select2-drop .select2-results::-webkit-scrollbar-track {
  -webkit-box-shadow: none;
  border-radius: 0;
  opacity: 0.1;
  background: rgba(33, 33, 33, 0.1);
}
.select2-drop .select2-results::-webkit-scrollbar {
  width: 6px;
  background-color: transparent;
}
.select2-drop .select2-results::-webkit-scrollbar-thumb {
  border-radius: 0;
  -webkit-box-shadow: none;
  background-color: rgba(33, 33, 33, 0.2);
}

@media (max-width: 1600px) {
  .cart-form-content {
    padding: 22px;
  }
  .cart-form-content .cart-form-content__button.cart-form-content__button_indent {
    margin: 18px 0 0;
  }
  .form.cart-form .form-group label {
    font-size: 15px;
    line-height: 19px;
  }
  .form.cart-form .form-group input, .form.cart-form .form-group textarea {
    font-size: 15px;
  }
  .form.cart-form .policy-checkbox {
    padding: 10px 0;
  }
  .form.cart-form .policy-checkbox label {
    font-size: 15px;
    line-height: 1.2;
  }
  .form.cart-form .policy-checkbox .help-block {
    padding: 5px 0 0 30px;
  }
  .form.cart-form input[type=submit], .form.cart-form button {
    padding: 0 20px;
  }
}
@media (max-width: 1240px) and (min-width: 1001px) {
  .form.cart-form .row {
    margin: 0;
  }
  .form.cart-form .col-xs-1, .form.cart-form .col-sm-1, .form.cart-form .col-md-1, .form.cart-form .col-lg-1, .form.cart-form .col-xs-2, .form.cart-form .col-sm-2, .form.cart-form .col-md-2, .form.cart-form .col-lg-2, .form.cart-form .col-xs-3, .form.cart-form .col-sm-3, .form.cart-form .col-md-3, .form.cart-form .col-lg-3, .form.cart-form .col-xs-4, .form.cart-form .col-sm-4, .form.cart-form .col-md-4, .form.cart-form .col-lg-4, .form.cart-form .col-xs-5, .form.cart-form .col-sm-5, .form.cart-form .col-md-5, .form.cart-form .col-lg-5, .form.cart-form .col-xs-6, .form.cart-form .col-sm-6, .form.cart-form .col-md-6, .form.cart-form .col-lg-6, .form.cart-form .col-xs-7, .form.cart-form .col-sm-7, .form.cart-form .col-md-7, .form.cart-form .col-lg-7, .form.cart-form .col-xs-8, .form.cart-form .col-sm-8, .form.cart-form .col-md-8, .form.cart-form .col-lg-8, .form.cart-form .col-xs-9, .form.cart-form .col-sm-9, .form.cart-form .col-md-9, .form.cart-form .col-lg-9, .form.cart-form .col-xs-10, .form.cart-form .col-sm-10, .form.cart-form .col-md-10, .form.cart-form .col-lg-10, .form.cart-form .col-xs-11, .form.cart-form .col-sm-11, .form.cart-form .col-md-11, .form.cart-form .col-lg-11, .form.cart-form .col-xs-12, .form.cart-form .col-sm-12, .form.cart-form .col-md-12, .form.cart-form .col-lg-12 {
    width: 100%;
    padding: 0;
  }
}
@media (max-width: 480px) {
  .cart-form-content {
    padding: 18px;
  }
  .form.cart-form .form-group {
    margin: 0 0 20px;
  }
  .form.cart-form .form-group label {
    font-size: 15px;
    line-height: 19px;
  }
  .form.cart-form .form-group input, .form.cart-form .form-group textarea {
    font-size: 14px;
  }
  .form.cart-form .policy-checkbox {
    padding: 10px 0;
  }
  .form.cart-form .policy-checkbox label {
    font-size: 13px;
    line-height: 1.2;
  }
  .form.cart-form .policy-checkbox .help-block {
    padding: 5px 0 0 30px;
  }
  .form.cart-form input[type=submit], .form.cart-form button {
    padding: 0 16px;
  }
}
/* Радио Переключатели (Я новый покупатель/Я уже зарегистрирован) */
.choice-authorization {
  padding: 0 0 25px;
}

.radio-type-template {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  padding: 0;
}
.radio-type-template input {
  position: absolute;
  opacity: 0;
}
.radio-type-template input + label {
  -js-display: flex;
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
  height: 45px;
  color: #212121;
  font-size: 16px;
  font-weight: normal;
  line-height: 19px;
  text-align: center;
  line-height: 1;
  padding: 0 22px;
  margin: 0;
  border: 1px solid #D9DDE8;
  cursor: pointer;
}
.radio-type-template input:checked + label {
  color: #FFFFFF;
  background: #6D7280;
  border-color: #6D7280;
}
.radio-type-template:first-child input + label {
  border-radius: 5px 0 0 5px;
}
.radio-type-template:last-child input + label {
  border-radius: 0 5px 5px 0;
}

/* Список способов доставки */
.delivery-list {
  margin: 0 -15px;
}
.delivery-list .delivery-list__item {
  position: relative;
  width: calc(33.3333333333% - 30px);
  margin: 0 15px 0;
  padding: 20px;
  background: #FFFFFF;
  border: 1px solid #D9DDE8;
  border-radius: 5px;
}
.delivery-list .delivery-list__item.active {
  border-color: #00A44B;
}
.delivery-list .delivery-list__item.active:after {
  content: "";
  position: absolute;
  z-index: -1;
  top: -2px;
  left: -2px;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  background: #00A44B;
  border-radius: 5px;
}
.delivery-list .delivery-list__desc {
  color: #757575;
  font-size: 14px;
  font-weight: normal;
  line-height: 16px;
  padding: 0 0 44px;
}
.delivery-list .delivery-list__price {
  position: absolute;
  left: 0;
  bottom: 20px;
  color: #00A44B;
  font-size: 16px;
  font-weight: normal;
  line-height: 18px;
  padding: 0 20px;
}
.delivery-list .delivery-list__price svg {
  width: 10px;
  height: 14px;
}
.delivery-list .delivery-list__price svg path {
  fill: #00A44B;
}
.delivery-list input[type=radio] {
  vertical-align: top;
  width: 0;
  height: 0;
  margin: 0;
}
.delivery-list input[type=radio] + label {
  color: #212121;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.1;
  cursor: pointer;
  min-height: auto;
  margin: 0 0 7px;
}
.delivery-list input[type=radio] + label img {
  display: block;
  width: 93px;
}
.delivery-list input[type=radio]:not(checked) {
  position: absolute;
  opacity: 0;
}
.delivery-list input[type=radio]:not(checked) + label {
  position: relative;
  padding: 0 30px 0 0;
}
.delivery-list input[type=radio]:not(checked) + label:before, .delivery-list input[type=radio]:not(checked) + label:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 50%;
  transition: all 0.3s;
}
.delivery-list input[type=radio]:not(checked) + label:before {
  top: 0;
  width: 17px;
  height: 17px;
  border: 1px solid #757575;
}
.delivery-list input[type=radio]:not(checked) + label:after {
  top: 4px;
  right: 4px;
  width: 9px;
  height: 9px;
  background: #cf2034;
  opacity: 0;
}
.delivery-list input[type=radio]:checked {
  opacity: 0;
}
.delivery-list input[type=radio]:checked + label:after {
  opacity: 1;
}

@media (max-width: 1600px) {
  .delivery-list {
    margin: 0 -10px;
  }
  .delivery-list .delivery-list__item {
    position: relative;
    width: calc(33.3333333333% - 20px);
    margin: 0 10px 20px;
  }
}
@media (max-width: 1240px) {
  .delivery-list {
    margin: 0 -7px;
  }
  .delivery-list .delivery-list__item {
    width: calc(33.3333333333% - 14px);
    margin: 0 7px 14px;
    padding: 20px 12px 15px;
  }
  .delivery-list .delivery-list__desc {
    font-size: 13px;
    line-height: 16px;
    padding: 0 0 36px;
  }
  .delivery-list .delivery-list__price {
    bottom: 16px;
    font-size: 15px;
    line-height: 18px;
    padding: 0 15px;
  }
  .delivery-list .delivery-list__price svg {
    width: 9px;
    height: 11px;
  }
  .delivery-list input[type=radio] + label {
    font-size: 14px;
    line-height: 1.1;
    margin: 0 0 7px;
  }
  .delivery-list input[type=radio] + label img {
    width: 80px;
  }
  .delivery-list input[type=radio]:not(checked) + label {
    padding: 0 22px 0 0;
  }
  .delivery-list input[type=radio]:not(checked) + label:before {
    width: 15px;
    height: 15px;
  }
  .delivery-list input[type=radio]:not(checked) + label:after {
    top: 3px;
    right: 3px;
    width: 9px;
    height: 9px;
  }
}
@media (max-width: 640px) {
  .delivery-list {
    margin: 0;
  }
  .delivery-list .delivery-list__item {
    width: 100%;
    margin: 0 0 15px;
    padding: 20px 12px 15px;
  }
}
/* Поиск и Вид отображения список или карта */
.delivery-nav {
  height: 40px;
  margin: 0 0 20px;
}
.delivery-nav .delivery-nav__item {
  height: 100%;
}
.delivery-nav .delivery-nav__item.delivery-search-input {
  width: calc(100% - 225px);
}
.delivery-nav .delivery-nav__item.delivery-nav__template {
  width: 79px;
}
.delivery-nav.delivery-nav-noTemplate .delivery-nav__item.delivery-search-input {
  width: 100%;
}
.delivery-nav.delivery-nav-noTemplate .delivery-nav__item.delivery-nav__template {
  display: none;
}

/* Поиск пунтка выдачи */
.delivery-search-input {
  width: 100%;
  height: 100%;
  -js-display: flex;
  display: flex;
  align-items: center;
}
.delivery-search-input input {
  width: 100%;
  height: 100%;
  color: #757575;
  font-size: 16px;
  line-height: 18px;
  font-weight: normal;
  border: none;
  border-bottom: 2px solid #00A44B;
  padding: 0 30px;
  background: #FFFFFF;
  border-radius: 0 !important;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.delivery-search-input input::-webkit-input-placeholder {
  color: #757575;
}
.delivery-search-input input::-moz-placeholder {
  color: #757575;
}
.delivery-search-input input:-moz-placeholder {
  color: #757575;
}
.delivery-search-input input:-ms-input-placeholder {
  color: #757575;
}
.delivery-search-input input:hover, .delivery-search-input input:focus, .delivery-search-input input:active {
  outline: 0;
  color: #454545;
  border-color: #00A44B;
  background: #FFFFFF;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.delivery-search-input .input-group-btn {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 30px;
  padding: 0;
  height: 100%;
}
.delivery-search-input .input-group-btn button {
  height: 100%;
  background: transparent;
  border: none;
  padding: 0;
  background: transparent;
  border-radius: 0 !important;
  transition: transform 0.3s ease;
}
.delivery-search-input .input-group-btn button svg {
  width: 17px;
  height: 40px;
  transition: 0.3s;
}
.delivery-search-input .input-group-btn button svg path {
  fill: #757575;
}
.delivery-search-input .input-group-btn button:hover, .delivery-search-input .input-group-btn button:focus, .delivery-search-input .input-group-btn button:active {
  outline: 0;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.delivery-search-input .input-group-btn button:hover svg, .delivery-search-input .input-group-btn button:focus svg, .delivery-search-input .input-group-btn button:active svg {
  transform: translateY(-1px);
}
.delivery-search-input .input-group-btn button:hover svg path, .delivery-search-input .input-group-btn button:focus svg path, .delivery-search-input .input-group-btn button:active svg path {
  fill: #00A44B;
}

.delivery-nav-template {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.delivery-nav-template .delivery-nav-template__item {
  width: 40px;
  height: 100%;
  background: #FFFFFF;
  border: 2px solid #00A44B;
}
.delivery-nav-template .delivery-nav-template__item a {
  width: 100%;
  height: 100%;
}
.delivery-nav-template .delivery-nav-template__item svg {
  width: 22px;
}
.delivery-nav-template .delivery-nav-template__item svg path {
  fill: #00A44B;
}
.delivery-nav-template .delivery-nav-template__item svg line {
  stroke: #00A44B;
}
.delivery-nav-template .delivery-nav-template__item:last-child {
  margin: 0 0 0 -1px;
}
.delivery-nav-template .delivery-nav-template__item:hover svg, .delivery-nav-template .delivery-nav-template__item:focus svg, .delivery-nav-template .delivery-nav-template__item:active svg {
  width: 20px;
}
.delivery-nav-template .delivery-nav-template__item:hover svg path, .delivery-nav-template .delivery-nav-template__item:focus svg path, .delivery-nav-template .delivery-nav-template__item:active svg path {
  fill: #007134;
}
.delivery-nav-template .delivery-nav-template__item:hover svg line, .delivery-nav-template .delivery-nav-template__item:focus svg line, .delivery-nav-template .delivery-nav-template__item:active svg line {
  stroke: #007134;
}
.delivery-nav-template .delivery-nav-template__item.active {
  background: #00A44B;
}
.delivery-nav-template .delivery-nav-template__item.active svg path {
  fill: #FFFFFF;
}
.delivery-nav-template .delivery-nav-template__item.active svg line {
  stroke: #FFFFFF;
}

.js-search-jconpagefilter {
  position: relative;
  width: 100%;
  height: 100%;
  -js-display: flex;
  display: flex;
  align-items: center;
}
.js-search-jconpagefilter .js-search-jconpagefilter__close {
  position: absolute;
  z-index: 12;
  top: 0;
  right: 0;
  width: 30px;
  height: 100%;
  padding: 0px 5px 0 10px;
  opacity: 0;
  pointer-events: none;
  cursor: pointer;
  -webkit-appearance: listbox;
}
.js-search-jconpagefilter .js-search-jconpagefilter__close svg {
  pointer-events: none;
  width: 100%;
  height: 40px;
}
.js-search-jconpagefilter .js-search-jconpagefilter__close svg path {
  fill: #03A300;
}
.js-search-jconpagefilter .js-search-jconpagefilter__close.active {
  opacity: 1;
  pointer-events: all;
}

@media (max-width: 1240px) {
  .delivery-nav {
    height: 40px;
    margin: 0 0 18px;
  }
  .delivery-nav .delivery-nav__item.delivery-search-input {
    width: calc(100% - 140px);
  }
  .delivery-nav.delivery-nav-noTemplate .delivery-nav__item.delivery-search-input {
    width: 100%;
  }
  /* Поиск пунтка выдачи */
  .delivery-search-input input {
    font-size: 15px;
    line-height: 17px;
    padding: 0 30px;
  }
  .delivery-search-input .input-group-btn {
    width: 30px;
  }
  .delivery-search-input .input-group-btn button svg {
    width: 15px;
    height: 40px;
  }
}
@media (max-width: 640px) {
  .delivery-nav .delivery-nav__item.delivery-search-input {
    width: calc(100% - 100px);
  }
  .delivery-nav.delivery-nav-noTemplate .delivery-nav__item.delivery-search-input {
    width: 100%;
  }
}
.pickup-tab-content {
  position: relative;
  padding: 15px 30px;
  max-height: 313px;
  border: 1px solid #D9DDE8;
  overflow: hidden;
  overflow-y: auto;
  scrollbar-color: ligthen(rgba(33, 33, 33, 0.1), 5) rgba(33, 33, 33, 0.2);
  scrollbar-width: thin;
}
.pickup-tab-content::-webkit-scrollbar-track {
  -webkit-box-shadow: none;
  border-radius: 0;
  opacity: 0.1;
  background: rgba(33, 33, 33, 0.1);
}
.pickup-tab-content::-webkit-scrollbar {
  width: 10px;
  background-color: transparent;
}
.pickup-tab-content::-webkit-scrollbar-thumb {
  border-radius: 0;
  -webkit-box-shadow: none;
  background-color: rgba(33, 33, 33, 0.2);
}

.pickup-item {
  color: #212121;
  font-size: 18px;
  font-weight: normal;
  line-height: 21px;
  padding: 15px 0;
  border-bottom: 1px solid #D9DDE8;
}
.pickup-item .pickup-item__content {
  width: calc(100% - 345px);
}
.pickup-item .pickup-item__buttons {
  width: 345px;
}
.pickup-item .pickup-item__buttons .bt-cart {
  margin: 15px 0 15px 30px;
}
.pickup-item .pickup-item__buttons .pickup-checkbox {
  cursor: pointer;
}
.pickup-item .pickup-item__buttons .pickup-checkbox > input {
  position: absolute;
  opacity: 0;
}
.pickup-item .pickup-item__name a {
  color: #212121;
}
.pickup-item .pickup-item__name span {
  border-bottom: 1px solid rgba(33, 33, 33, 0.7);
}
.pickup-item .pickup-item__name:hover {
  color: #00A44B;
  cursor: pointer;
}
.pickup-item .pickup-item__name:hover a {
  color: #00A44B;
}
.pickup-item .pickup-item__name:hover span {
  border-color: transparent;
}
.pickup-item .pickup-item__mode {
  color: #7A8086;
  font-size: 14px;
  line-height: 16px;
}
.pickup-item .pickup-item__name, .pickup-item .pickup-item__mode, .pickup-item .pickup-item__phone {
  padding: 0 0 5px;
}
.pickup-item .pickup-item__map {
  margin: 10px 0 0;
}
.pickup-item:last-child {
  border-color: transparent;
}

.pickup-modal .modal-dialog {
  width: 500px;
}
.pickup-modal .modal-header {
  padding: 23px 30px;
}
.pickup-modal .modal-header .modal-header__heading {
  color: #212121;
  font-size: 24px;
  font-family: "Ubuntu", sans-serif;
  font-weight: normal;
  line-height: 28px;
}
.pickup-modal .modal-body {
  color: #212121;
  font-size: 18px;
  font-family: "Ubuntu", sans-serif;
  font-weight: normal;
  line-height: 21px;
  padding: 0;
}
.pickup-modal .modal-body strong {
  font-family: "Ubuntu", sans-serif;
  font-weight: bold;
}
.pickup-modal .pickup-modal__info {
  padding: 25px 30px 20px;
}
.pickup-modal .pickup-modal__item {
  margin: 0 0 22px;
}
.pickup-modal .pickup-modal__item.pickup-modal__item_but {
  margin: 30px 0 10px;
}
.pickup-modal .pickup-modal__map {
  width: 100%;
}
.pickup-modal .pickup-modal__mark, .pickup-modal .pickup-modal__mode {
  font-size: 14px;
  line-height: 16px;
}
.pickup-modal .pickup-modal__mode {
  color: #7A8086;
}

@media (max-width: 1240px) {
  .pickup-tab-content {
    padding: 10px 20px;
    max-height: 300px;
  }
  .pickup-item {
    font-size: 15px;
    line-height: 20px;
    padding: 10px 0;
  }
  .pickup-item .pickup-item__content {
    width: calc(100% - 300px);
  }
  .pickup-item .pickup-item__buttons {
    width: 300px;
  }
  .pickup-item .pickup-item__buttons .bt-cart {
    margin: 10px 0 10px 20px;
  }
  .pickup-item .pickup-item__mode {
    font-size: 14px;
    line-height: 16px;
  }
  .pickup-item .pickup-item__name, .pickup-item .pickup-item__mode, .pickup-item .pickup-item__phone {
    padding: 0 0 5px;
  }
  .pickup-modal .modal-dialog {
    width: 440px;
  }
  .pickup-modal .modal-header {
    padding: 20px 20px 15px;
  }
  .pickup-modal .modal-header .modal-header__heading {
    font-size: 22px;
    line-height: 26px;
  }
  .pickup-modal .modal-body {
    font-size: 16px;
    line-height: 20px;
    padding: 0;
  }
  .pickup-modal .pickup-modal__info {
    padding: 20px 20px 15px;
  }
  .pickup-modal .pickup-modal__item {
    margin: 0 0 22px;
  }
  .pickup-modal .pickup-modal__item.pickup-modal__item_but {
    margin: 25px 0 10px;
  }
  .pickup-modal .pickup-modal__mark, .pickup-modal .pickup-modal__mode {
    font-size: 14px;
    line-height: 16px;
  }
}
@media (max-width: 1000px) {
  .pickup-item .pickup-item__content {
    width: calc(100% - 300px);
  }
  .pickup-item .pickup-item__buttons {
    width: 300px;
  }
}
@media (max-width: 768px) {
  .pickup-item .pickup-item__content {
    width: calc(100% - 290px);
  }
  .pickup-item .pickup-item__buttons {
    width: 290px;
  }
  .pickup-item .pickup-item__buttons .bt-cart {
    font-size: 13px;
    margin: 10px 0 10px 20px;
  }
}
@media (max-width: 640px) {
  .pickup-tab-content {
    padding: 6px 15px;
    max-height: 320px;
  }
  .pickup-item .pickup-item__content {
    width: calc(100% - 160px);
  }
  .pickup-item .pickup-item__buttons {
    width: 160px;
    flex-direction: column;
  }
  .pickup-item .pickup-item__buttons .bt-cart {
    font-size: 13px;
    margin: 5px 0;
  }
  .pickup-modal .modal-dialog {
    width: 370px;
  }
  .pickup-modal .modal-header .modal-header__heading {
    font-size: 20px;
    line-height: 24px;
  }
  .pickup-modal .modal-body {
    font-size: 14px;
    line-height: 18px;
    padding: 0;
  }
}
@media (max-width: 540px) {
  .pickup-tab-content {
    max-height: 360px;
  }
  .pickup-item .pickup-item__content {
    width: 100%;
  }
  .pickup-item .pickup-item__buttons {
    width: calc(100% + 10px);
    flex-direction: inherit;
    margin: 0;
  }
  .pickup-item .pickup-item__buttons .bt-cart {
    width: calc(50% - 10px);
    font-size: 13px;
    margin: 5px;
    padding: 0 10px;
  }
}
@media (max-width: 400px) {
  .pickup-modal .modal-dialog {
    width: 300px;
  }
}
@media (max-width: 360px) {
  .pickup-tab-content {
    max-height: 395px;
  }
  .pickup-item .pickup-item__buttons {
    width: 100%;
    flex-direction: inherit;
    margin: 0;
  }
  .pickup-item .pickup-item__buttons .bt-cart {
    width: 100%;
    font-size: 13px;
    margin: 5px 0;
    padding: 0 10px;
  }
}
.delivery-map-item {
  width: 315px;
  background: #FFFFFF;
  padding: 0px 0px 15px 15px;
}
.delivery-map-item .delivery-map-item__name, .delivery-map-item .delivery-map-item__mode, .delivery-map-item .delivery-map-item__phone {
  text-align: left;
  color: #7A8086;
  font-size: 13px;
  font-family: "Ubuntu", sans-serif;
  line-height: 18px;
}
.delivery-map-item .delivery-map-item__name {
  margin: 5px 0px;
  padding: 0;
}
.delivery-map-item .delivery-map-item__link {
  color: #757575;
}
.delivery-map-item .delivery-map-item__link:hover {
  color: #757575;
}
.delivery-map-item .delivery-map-item__link.delivery-map-item__link_adress {
  color: #212121;
  font-size: 15px;
  line-height: 18px;
  border-bottom: 1px solid rgba(33, 33, 33, 0.6);
}
.delivery-map-item .delivery-map-item__link.delivery-map-item__link_adress:hover {
  color: #006D25;
}
.delivery-map-item .delivery-map-item__mode {
  margin: 5px 0px;
  padding: 0;
}
.delivery-map-item .delivery-map-item__phone {
  color: #212121;
  font-size: 15px;
  line-height: 18px;
}
.delivery-map-item .delivery-map-item__phone a {
  color: #212121;
}
.delivery-map-item.delivery-map-item-hover {
  width: 300px;
  border: 1px solid #757575;
  padding: 10px 15px;
}

/* Блок доставки в корзине */
.payments-section h4 {
  margin: 15px 0 20px;
}

.payment-methods {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.payment-methods .payment-method__item {
  padding: 0 0 15px;
}
.payment-methods .logo-payment-box {
  margin: 0 -10px;
}
.payment-methods .logo-payment-box .logo-payment-box__item {
  width: 120px;
  margin: 10px;
}

.payment-rich-radio {
  display: block;
  margin-right: 20px;
  position: relative;
  left: 0px;
}
.payment-rich-radio input[type=radio] {
  vertical-align: top;
  width: 14px;
  height: 14px;
  margin: 0 3px 0 0;
}
.payment-rich-radio input[type=radio] + label {
  font-weight: normal;
  cursor: pointer;
  margin: 0;
  color: #212121;
  font-family: "Ubuntu", sans-serif;
  font-size: 18px;
  font-weight: normal;
  line-height: 1.1;
}
.payment-rich-radio input[type=radio]:not(checked) {
  position: absolute;
  opacity: 0;
}
.payment-rich-radio input[type=radio]:not(checked) + label {
  position: relative;
  padding: 0 0 0 30px;
}
.payment-rich-radio input[type=radio]:not(checked) + label:before, .payment-rich-radio input[type=radio]:not(checked) + label:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  transition: all 0.3s;
}
.payment-rich-radio input[type=radio]:not(checked) + label:before {
  top: 0;
  width: 17px;
  height: 17px;
  border: 1px solid #757575;
}
.payment-rich-radio input[type=radio]:not(checked) + label:after {
  top: 4px;
  left: 4px;
  width: 9px;
  height: 9px;
  background: #cf2034;
  opacity: 0;
}
.payment-rich-radio input[type=radio]:checked {
  opacity: 0;
}
.payment-rich-radio input[type=radio]:checked + label:after {
  opacity: 1;
}
.payment-rich-radio .rich-radio-body__text {
  color: #757575;
  font-size: 16px;
  font-family: "Ubuntu", sans-serif;
  font-weight: normal;
  line-height: 1.2;
  margin: 10px 0;
}
.payment-rich-radio .rich-radio-body__text p {
  margin: 0 0 10px;
}
.payment-rich-radio .rich-radio-body__text h3 {
  margin: 0 0 10px;
}

#delivery-address {
  display: none;
  margin-top: 20px;
}
#delivery-address.active {
  display: block;
}

@media (max-width: 1240px) {
  .payments-section h4 {
    margin: 30px 0 10px;
  }
  .payment-methods .payment-method__item {
    padding: 0 0 15px;
  }
  .payment-methods .logo-payment-box {
    margin: 0 -8px;
  }
  .payment-methods .logo-payment-box .logo-payment-box__item {
    width: 100px;
    margin: 8px;
  }
  .payment-rich-radio {
    margin-right: 20px;
  }
  .payment-rich-radio input[type=radio] + label {
    font-size: 15px;
    line-height: 1.1;
  }
  .payment-rich-radio input[type=radio]:not(checked) + label {
    padding: 0 0 0 25px;
  }
  .payment-rich-radio input[type=radio]:not(checked) + label:before {
    top: 0;
    width: 15px;
    height: 15px;
  }
  .payment-rich-radio input[type=radio]:not(checked) + label:after {
    top: 3px;
    left: 3px;
    width: 9px;
    height: 9px;
  }
  .payment-rich-radio .rich-radio-body__text {
    font-size: 14px;
    line-height: 1.2;
  }
}
/* Блок Оплаты в корзине */
.modal .modal-dialog {
  margin: auto;
  padding: 30px 0;
}
.modal .modal-header {
  border: none;
}
.modal .modal-header .modal-close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 20px;
  height: 20px;
  cursor: pointer;
  opacity: 1;
  z-index: 1051;
  -webkit-appearance: listbox;
}
.modal .modal-header .modal-close div {
  position: relative;
  width: 100%;
  height: 2px;
  background: rgba(33, 33, 33, 0.8);
  transition: all 0.4s ease;
  transform: rotate(135deg);
  top: 10px;
}
.modal .modal-header .modal-close div:before {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  width: 100%;
  height: 2px;
  background: rgba(33, 33, 33, 0.8);
  transition: all 0.4s ease;
  top: 0;
  transform: rotate(90deg);
}
.modal .modal-header .modal-close:hover div {
  background: #212121;
  transform: rotate(225deg);
}
.modal .modal-header .modal-close:hover div:before {
  background: #212121;
}
.modal.in {
  display: flex !important;
  align-content: center;
  justify-content: center;
}

.crtAuthorization-modal .modal-dialog {
  width: 450px;
}
.crtAuthorization-modal .modal-header {
  padding: 0 40px;
}
.crtAuthorization-modal .modal-header .crtAuthorization-logo {
  max-width: 100%;
  max-height: 80px;
}
.crtAuthorization-modal .modal-content {
  background: #FFFFFF;
  padding: 30px 0;
}
.crtAuthorization-modal .modal-body {
  padding: 0 40px;
}
.crtAuthorization-modal .modal-footer {
  margin: 0;
  padding: 25px 40px 0;
  border-top: 1px solid #D9DDE8;
}
.crtAuthorization-modal .message-success {
  color: #006D25;
  font-size: 16px;
  font-family: "Ubuntu", sans-serif;
  font-weight: 700;
  padding: 10px 5px 0;
}

@media (max-width: 1000px) {
  .modal .modal-dialog {
    padding: 30px 0 70px;
  }
}
@media (max-width: 480px) {
  .crtAuthorization-modal .modal-dialog {
    width: 300px;
  }
  .crtAuthorization-modal .modal-header {
    padding: 0 20px;
  }
  .crtAuthorization-modal .modal-header .crtAuthorization-logo {
    max-height: 50px;
  }
  .crtAuthorization-modal .modal-content {
    background: #FFFFFF;
    padding: 20px 0;
  }
  .crtAuthorization-modal .modal-body {
    padding: 0 20px;
  }
  .crtAuthorization-modal .modal-footer {
    padding: 25px 20px 0;
  }
  .crtAuthorization-modal .message-success {
    font-size: 14px;
    padding: 10px 5px 0;
  }
}
.crtAuthorization-navs {
  width: 100%;
  height: 40px;
  margin: 10px 0 20px;
  padding: 0;
  list-style-type: none;
  border-bottom: 2px solid #D9DDE8;
}
.crtAuthorization-navs li {
  position: relative;
  width: 50%;
  height: 100%;
  border-right: none;
  margin: 0 0 -1px 0;
  padding: 0 30px;
  border-radius: 0;
}
.crtAuthorization-navs li a {
  -js-display: flex;
  display: flex;
  align-items: center;
  height: 100%;
  color: #212121;
  font-size: 22px;
  font-weight: normal;
  line-height: 25px;
  text-align: center;
  transition: all 0.3s linear;
}
.crtAuthorization-navs li:after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 0;
  opacity: 0;
  background: #CF2034;
  transition: all 0.3s linear;
}
.crtAuthorization-navs li:hover a {
  color: #CF2034;
}
.crtAuthorization-navs li.active a {
  color: #CF2034;
}
.crtAuthorization-navs li.active:after {
  height: 3px;
  opacity: 1;
}
.crtAuthorization-navs:after {
  content: "";
  clear: both;
  display: block;
}

@media (max-width: 768px) {
  .crtAuthorization-navs li a {
    font-size: 20px;
    line-height: 23px;
  }
}
@media (max-width: 480px) {
  .crtAuthorization-navs {
    height: 40px;
    margin: 10px 0 20px;
    border-bottom: 2px solid #D9DDE8;
  }
  .crtAuthorization-navs li {
    padding: 0 30px;
  }
  .crtAuthorization-navs li a {
    font-size: 17px;
    line-height: 20px;
  }
  .crtAuthorization-navs li:after {
    bottom: -2px;
  }
  .crtAuthorization-navs li.active:after {
    height: 3px;
  }
}
.crtAuthorization-form {
  padding: 0 0 25px;
}
.crtAuthorization-form .cart-form .form-group {
  margin: 0 0 10px;
}
.crtAuthorization-form .cart-form .form-group label {
  display: none;
}
.crtAuthorization-form .cart-form .form-group input, .crtAuthorization-form .cart-form .form-group textarea {
  height: 50px;
}
.crtAuthorization-form .cart-form input[type=submit], .crtAuthorization-form .cart-form button {
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
}

.cart-form-login .cart-form-login__but {
  padding: 10px 0;
}
.cart-form-reg .cart-form-reg__but {
  padding: 10px 0;
}

@media (max-width: 768px) {
  .crtAuthorization-form .cart-form .form-group input, .crtAuthorization-form .cart-form .form-group textarea {
    height: 45px;
  }
  .crtAuthorization-form .cart-form input[type=submit], .crtAuthorization-form .cart-form button {
    height: 45px;
    line-height: 45px;
  }
}
@media (max-width: 480px) {
  .crtAuthorization-form {
    padding: 0 0 20px;
  }
  .crtAuthorization-form .cart-form .form-group {
    margin: 0 0 10px;
  }
  .crtAuthorization-form .cart-form .form-group input, .crtAuthorization-form .cart-form .form-group textarea {
    height: 40px;
  }
  .crtAuthorization-form .cart-form input[type=submit], .crtAuthorization-form .cart-form button {
    height: 40px;
    line-height: 40px;
    padding: 0 16px;
  }
}
.order-message-section .cart-text-18-normal {
  line-height: 26px;
}

.pay-details {
  font-size: 16px;
  padding: 0 0 20px;
}
.pay-details .pay-details__items {
  padding: 5px 0;
}
.pay-details .pay-details__left {
  width: 95px;
}
.pay-details .pay-details__right {
  width: calc(100% - 95px);
  padding: 0 0 0 20px;
}

.suggestions-suggestions strong {
  font-weight: normal;
  color: #00A44B !important;
}

.suggestions-addon {
  display: none !important;
}

.suggestions-suggestions {
  width: 100% !important;
  left: 0 !important;
  padding: 6px 12px;
  border-color: #D9DDE8 !important;
  border-radius: 5px;
}

/**
* Контейнер для одной подсказки
*/
.suggestions-wrapper {
  margin: 5px 0 0;
}
.suggestions-wrapper a {
  display: none !important;
}

.suggestions-suggestion {
  padding: 6px 12px;
  overflow: hidden;
}

@media (max-width: 1000px) {
  .suggestions-subtext_label {
    margin: 0 0 0 10px;
  }
}