@font-face {
  font-family: 'Inter';
  src: url("/local/templates/kapitan/fonts/Inter-ExtraLight.eot");
  src: url("/local/templates/kapitan/fonts/Inter-ExtraLight.eot?#iefix") format("embedded-opentype"), url("/local/templates/kapitan/fonts/Inter-ExtraLight.woff2") format("woff2"), url("/local/templates/kapitan/fonts/Inter-ExtraLight.woff") format("woff"), url("/local/templates/kapitan/fonts/Inter-ExtraLight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Inter';
  src: url("/local/templates/kapitan/fonts/Inter-Light.eot");
  src: url("/local/templates/kapitan/fonts/Inter-Light.eot?#iefix") format("embedded-opentype"), url("/local/templates/kapitan/fonts/Inter-Light.woff2") format("woff2"), url("/local/templates/kapitan/fonts/Inter-Light.woff") format("woff"), url("/local/templates/kapitan/fonts/Inter-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Inter';
  src: url("/local/templates/kapitan/fonts/Inter-Bold.eot");
  src: url("/local/templates/kapitan/fonts/Inter-Bold.eot?#iefix") format("embedded-opentype"), url("/local/templates/kapitan/fonts/Inter-Bold.woff2") format("woff2"), url("/local/templates/kapitan/fonts/Inter-Bold.woff") format("woff"), url("/local/templates/kapitan/fonts/Inter-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Inter';
  src: url("/local/templates/kapitan/fonts/Inter-Black.eot");
  src: url("/local/templates/kapitan/fonts/Inter-Black.eot?#iefix") format("embedded-opentype"), url("/local/templates/kapitan/fonts/Inter-Black.woff2") format("woff2"), url("/local/templates/kapitan/fonts/Inter-Black.woff") format("woff"), url("/local/templates/kapitan/fonts/Inter-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Inter';
  src: url("/local/templates/kapitan/fonts/Inter-ExtraBold.eot");
  src: url("/local/templates/kapitan/fonts/Inter-ExtraBold.eot?#iefix") format("embedded-opentype"), url("/local/templates/kapitan/fonts/Inter-ExtraBold.woff2") format("woff2"), url("/local/templates/kapitan/fonts/Inter-ExtraBold.woff") format("woff"), url("/local/templates/kapitan/fonts/Inter-ExtraBold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Inter';
  src: url("/local/templates/kapitan/fonts/Inter-Medium.eot");
  src: url("/local/templates/kapitan/fonts/Inter-Medium.eot?#iefix") format("embedded-opentype"), url("/local/templates/kapitan/fonts/Inter-Medium.woff2") format("woff2"), url("/local/templates/kapitan/fonts/Inter-Medium.woff") format("woff"), url("/local/templates/kapitan/fonts/Inter-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Inter';
  src: url("/local/templates/kapitan/fonts/Inter-SemiBold.eot");
  src: url("/local/templates/kapitan/fonts/Inter-SemiBold.eot?#iefix") format("embedded-opentype"), url("/local/templates/kapitan/fonts/Inter-SemiBold.woff2") format("woff2"), url("/local/templates/kapitan/fonts/Inter-SemiBold.woff") format("woff"), url("/local/templates/kapitan/fonts/Inter-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Inter';
  src: url("/local/templates/kapitan/fonts/Inter-Thin.eot");
  src: url("/local/templates/kapitan/fonts/Inter-Thin.eot?#iefix") format("embedded-opentype"), url("/local/templates/kapitan/fonts/Inter-Thin.woff2") format("woff2"), url("/local/templates/kapitan/fonts/Inter-Thin.woff") format("woff"), url("/local/templates/kapitan/fonts/Inter-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Inter';
  src: url("/local/templates/kapitan/fonts/Inter-Regular.eot");
  src: url("/local/templates/kapitan/fonts/Inter-Regular.eot?#iefix") format("embedded-opentype"), url("/local/templates/kapitan/fonts/Inter-Regular.woff2") format("woff2"), url("/local/templates/kapitan/fonts/Inter-Regular.woff") format("woff"), url("/local/templates/kapitan/fonts/Inter-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0;
  /* <-- Apparently some margin are still there even though it's hidden */
}

input::-moz-placeholder {
  color: #949494;
  opacity: 1;
}

input:-ms-input-placeholder {
  color: #949494;
}

input::-webkit-input-placeholder {
  color: #949494;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0;
  /* <-- Apparently some margin are still there even though it's hidden */
}

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

input[type="password"] {
  font-size: 7px;
  color: #949494;
}

button:disabled,
button[disabled] {
  border: none;
  background-color: #D0D2D5;
  color: #949494;
}

a {
  color: #3964C8;
}

a:focus, a:hover {
  color: #3964C8;
}

a.dotted {
  border-bottom: 1px dotted #3964C8;
}

h1, h2, h3, h4, h5,
.h1, .h2, .h3, .h4, .h5 {
  line-height: 24px;
  font-family: 'Inter';
}

h1, .h1 {
  font-weight: 700;
  font-size: 36px;
  margin-bottom: 40px;
  margin-top: 0;
  line-height: 43px;
}

h2, .h2 {
  font-weight: 600;
  font-size: 30px;
}

h3, .h3 {
  font-weight: 600;
  font-size: 20px;
}

h4, .h4 {
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 20px;
}

p {
  margin: 0 0 20px 0;
}

ul {
  padding-left: 20px;
  margin-bottom: 20px;
}

.h-margin {
  margin-bottom: 20px;
  display: table;
}

.icon {
  width: 20px;
  height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.icon--discounts {
  background: #CDF5D3;
  border-radius: 2px;
}

.btn {
  border: unset;
  padding-top: 16px;
  padding-bottom: 16px;
  height: 56px;
  border-radius: 10px;
  color: #3964C8;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.btn span {
  margin-left: 10px;
}

.btn svg {
  vertical-align: sub;
}

.btn--large-padding {
  padding-left: 39px;
  padding-right: 39px;
  display: table;
}

.btn--small-padding {
  padding-left: 14px;
  padding-right: 14px;
}

.btn--white {
  background: #fff;
  border: 2px solid #F0F3F7;
}

.btn--white:hover {
  text-decoration: none;
}

.btn--blue {
  background: #3964C8;
  color: #fff;
}

.btn--blue:hover {
  color: #fff;
  text-decoration: none;
}

.btn--blue:active{
  background: #3964C8;
  color: #fff;
}

.btn--yellow {
  background: -webkit-gradient(linear, left top, left bottom, from(#FFDE31), color-stop(68.77%, #FFAE35), to(#FFEB39));
  background: -webkit-linear-gradient(top, #FFDE31 0%, #FFAE35 68.77%, #FFEB39 100%);
  background: -o-linear-gradient(top, #FFDE31 0%, #FFAE35 68.77%, #FFEB39 100%);
  background: linear-gradient(180deg, #FFDE31 0%, #FFAE35 68.77%, #FFEB39 100%);
  border-radius: 8px;
  color: #485055;
}

.btn--yellow:hover {
  text-decoration: none;
}

.btn--pale {
  background: #F0F3F7;
  color: #949494;
}

.btn--seablue {
  background: #89A3FF;
  color: #fff;
}

.btn--seablue:hover {
  background: #3964C8;
  color: #fff;
}

.btn--search {
  border: none;
  width: 90px;
  padding: 0;
  text-align: center;
}

.btn--noborder {
  border: unset;
}

.btn--fullwidth {
  width: 100%;
  text-align: center;
  display: inline-block;
}

.btn--withicon svg {
  margin: 0 auto;
}

.btn--disabled {
  border: none;
  background: #D0D2D5;
  color: #949494;
  cursor: initial;
}

.btn:hover{
  cursor: pointer;
}

.btn-no-hover:hover{
  cursor: default;
}

body {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  color: #485055;
  background: #F0F3F7;
}

.overlay {
  display: none;
  position: fixed;
  z-index: 10;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  padding-top: 40vh;
  height: 100%;
}

.overlay.active {
  display: block;
}

.mobline {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #3964c8;
  display: none;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 10px 15px;
  z-index: 1010;
}

.mobline-part {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.mobline-part .btn {
  margin-right: 5px;
  padding: 5px;
  height: 35px;
  width: 35px;
  border-radius: 50%;
}

.mobline-part .btn:last-child {
  margin-right: 0;
}

.mobline-part .btn svg {
  width: 15px;
}

.mobline-burger {
  width: 35px;
  margin-right: 15px;
  cursor: pointer;
}

.mobline-burger svg {
  width: 100%;
}

.mobline__logo img {
  width: 100px;
}

.mobline__close {
  display: none;
}

.mobline--active .mobline__close {
  display: block;
}

.mobline--active .mobline-burger__burger {
  display: none;
}

.mobsearch {
  display: none;
  position: fixed;
  top: 55px;
  z-index: 9;
  width: 100%;
  left: 0;
  border-bottom: 1px solid #CBCBCB;
}

.mobsearch .form-field__input {
  border-radius: 0;
}

.mobsearch .form-field__input:focus-visible {
  outline: none;
  border: none;
}

.mobsearch .form--search .btn--search {
  right: 15px;
}

.mobmenu {
  position: fixed;
  top: 55px;
  bottom: 0;
  left: -300px;
  width: 300px;
  z-index: 1700;
  background: #FFF;
  -webkit-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
  transition: all linear 0.3s;
  overflow-y: scroll;
}

.mobmenu-nav {
  border-bottom: 2px solid #F0F3F6;
  padding: 15px 0;
}

.mobmenu-nav__link {
  padding: 15px 15px;
  color: #485055;
  display: block;
  font-size: 16px;
}

.mobmenu-details {
  margin-top: 15px;
  padding-top: 15px;
  padding: 15px 15px 0;
}

.mobmenu-details__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
}

.mobmenu-details__item svg {
  margin-right: 15px;
}

.mobmenu-socials {
  padding: 15px;
}

.mobmenu-socials .socials__item {
  background: #3964c8;
}

.mobmenu--active {
  left: 0;
}

/* TOPLINE */
.topline {
  background: #fff;
  z-index: 1050;
  position: relative;
}

.topline-in {
  padding: 19px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.topline-geo__citychanger {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.topline-geo__citychanger a {
  border-bottom: 1px dotted #3964C8;
}

/*.topline-geo__citychanger:after {
  margin-left: 15px;
  display: inline-block;
  content: '';
  border-top: 3px solid #3964C8;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
}*/



.topline-nav {
  margin: 0 -8px;
}

.topline-nav__link {
  color: #485055;
  margin: 0 8px;
}

.topline__discounts {
  color: #3DAD5C;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.topline__discounts span {
  margin-right: 14px;
}

/* HEADER */
.header {
  background: #3964C8;
  border-radius: 0px 0px 20px 20px;
  position: relative;
  z-index: 1050;
}

.header-in {
  padding: 27px 0;
  margin: 0 -10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-in__block {
  margin: 0 10px;
}

.header-uto {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding-left: 10px;
  border-left: 2px solid rgba(0, 0, 0, 0.1);
}

.header-uto__item {
  display: block;
  color: #fff;
  font-size: 11px;
  line-height: 16px;
}

.header-uto__item--yellow {
  color: #FFCB05;
}

.header-phones a {
  color: #fff;
}

.header-phones__phone {
  font-weight: 700;
  font-size: 16px;
  display: block;
}

.header-phones__callback {
  border-bottom: 1px dotted #fff;
  display: table;
}

.socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.socials__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 100px;
  margin: 0 5px;
}

/* INTERFACE */
.interface {
  padding-top: 20px;
  margin-bottom: 20px;
}

.interface--mainpage {
  padding-top: 60px;
}

.interface-in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -10px;
}

.interface-in__block {
  width: calc(25% - 20px);
  margin: 0 10px;
}

.interface-in__block--grow {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.interface__tocatalog {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.interface-cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -10px;
}

.interface-cart__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 10px;
}

.interface-cart__link--grow {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.interface-cart__link:hover {
  text-decoration: none;
}

.interface-cart__amount {
  background: -webkit-gradient(linear, left top, left bottom, from(#FFDE31), color-stop(68.77%, #FFAE35), to(#FFEB39));
  background: -webkit-linear-gradient(top, #FFDE31 0%, #FFAE35 68.77%, #FFEB39 100%);
  background: -o-linear-gradient(top, #FFDE31 0%, #FFAE35 68.77%, #FFEB39 100%);
  background: linear-gradient(180deg, #FFDE31 0%, #FFAE35 68.77%, #FFEB39 100%);
  border-radius: 10px;
  padding: 3px 6px;
  margin-left: 6px;
}

/* promotions */
.promotions {
  margin-bottom: 60px;
}

.promotions-in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.aside {
  width: calc(25% - 15px);
  margin-right: 20px;
}

.catmenu {
  background: #fff;
  border-radius: 10px;
}

.catmenu-head {
  padding: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.catmenu-head__btn {
  font-weight: 600;
  font-size: 14px;
  border-radius: 6px;
  width: 50%;
  text-align: center;
  padding: 13px 0;
}

.catmenu-head__btn--active {
  color: #fff;
  background: #3964C8;
}

.catmenu-list {
  padding: 24px 16px;
}

.catmenu-list__link {
  display: block;
  margin-bottom: 17px;
  color: #485055;
  position: relative;
}

.catmenu-list__link:last-child {
  margin-bottom: 0;
}

.catmenu-list__link--active {
  color: #3964C8;
  padding-left: 22px;
}

.catmenu-list__link--active:before {
  content: '';
  display: block;
  height: 100%;
  width: 2px;
  background: #3964C8;
  position: absolute;
  left: 0;
  top: 0;
}

.catmenu-list__link--all {
  color: #3964C8;
  padding-left: 32px;
}

.catmenu-list__link--all:before {
  content: '';
  display: block;
  height: 4px;
  width: 16px;
  background: url("/local/templates/kapitan/img/three-dots.svg");
  position: absolute;
  left: 0;
  top: calc(50% - 1px);
}

.mainbanner {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: calc(75% - 15px);
}

.mainbanner-slider {
  border-radius: 10px;
  position: relative;
  margin-bottom: 20px;
}

.mainbanner-slider__item {
  height: 400px;
  padding: 60px 30px 30px 60px;
  background-repeat: no-repeat;
}

.mainbanner-text__heading {
  color: #fff;
  font-weight: 600;
  font-size: 36px;
  display: block;
  margin-bottom: 20px;
}

.mainbanner-text__subtext {
  font-weight: 500;
  font-size: 16px;
  color: #fff;
}

.mainbanner-text__btn {
  display: table;
  margin-top: 40px;
  background: rgba(240, 243, 247, 0.3);
  border-radius: 8px;
  color: #fff;
  padding: 10px 20px;
  font-weight: 600;
}

.mainbanner-text__btn:hover {
  text-decoration: none;
  color: #fff;
}

.mainbanner-dots {
  position: absolute;
  bottom: 30px;
  left: 60px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  padding: 0;
}

.mainbanner-dots li {
  list-style-type: none;
}

.mainbanner-dots li button {
  margin-right: 6px;
  border: none;
  width: 40px;
  height: 4px;
  font-size: 0;
  background: rgba(240, 243, 247, 0.3);
  border-radius: 100px;
}

.mainbanner-dots li.slick-active button {
  background: #fff;
}

.mainbanner-arrows {
  position: absolute;
  right: 30px;
  bottom: 30px;
  margin: 0 -5px;
}

.mainbanner-arrows__arrow {
  margin: 0 5px;
  width: 40px;
  height: 48px;
  background: rgba(255, 255, 255, 0.3);
  border: 2px solid rgba(240, 243, 247, 0.3);
  border-radius: 8px;
}

.mainbanner-arrows__arrow svg {
  vertical-align: sub;
}

.mainbanner-smallbanners {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -10px;
}

.mainbanner-smallbanners__item {
  width: calc(33.33% - 20px);
  margin: 0 10px;
  padding: 20px 100px 20px 20px;
  height: 144px;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}

.mainbanner-smallbanners__item svg {
  position: absolute;
  right: 0;
  top: 0;
}

.mainbanner-smallbanners__item:hover {
  text-decoration: none;
}

.mainbanner-smallbanners__icon {
  position: absolute;
  right: 0;
  top: calc(50% - 45px);
}

.mainbanner-smallbanners__heading {
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  display: block;
  margin-bottom: 20px;
}

.mainbanner-smallbanners__heading--black {
  color: #485055;
}

.mainbanner-smallbanners__text {
  color: #fff;
  font-size: 14px;
  display: block;
}

.mainbanner-smallbanners__text--aslink {
  color: #3964C8;
}

/* FOOTER */
.footer {
  padding: 60px 0;
  background: #395166;
  border-radius: 20px 20px 0 0;
  position: relative;
  z-index: 1050;
}

.footer-subscribe {
  background: #90AAC0;
  padding: 16px 0;
  margin-bottom: 40px;
  border-radius: 10px;
}

.footer-subscribe__formwrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -10px;
}

.footer-subscribe__text {
  color: #fff;
  font-weight: 600;
  padding-left: 16px;
}

.footer-part {
  width: calc(25% - 20px);
  margin: 0 10px 30px 10px;
}

.footer-part--grow {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.footer-part--btn {
  padding-right: 16px;
}

.footer-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -10px 40px;
}

.footer-nav:after {
  content: '';
  height: 1px;
  width: calc(100% - 20px);
  margin: 0 auto;
  background: #90AAC0;
}

.footer-nav__mainsub {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  display: block;
}

.footer-nav__mainsub:hover {
  color: #fff;
}

.footer-nav-subtree {
  margin-bottom: 40px;
}

.footer-nav-list__link {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #90AAC0;
  margin: 20px 0;
  display: block;
}

.footer-nav-list__link:hover {
  color: #fff;
}

.footer-payment {
  margin-bottom: 20px;
}

.footer-payment__item {
  margin-right: 6px;
}

.footer-contacts > * {
  margin-bottom: 20px;
}

.footer-contacts__email {
  display: block;
  color: #5380E8;
  font-size: 16px;
  font-weight: 700;
}

.footer-contacts__phone {
  display: block;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}

.footer-contacts__callback {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.footer-socials {
  margin: 0 -5px;
}

.footer-socials .socials__item {
  background: #90AAC0;
}

.footer-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  color: #90AAC0;
}

.footer-info__logo {
  margin-bottom: 20px;
  display: block;
}

.footer-info__copyright {
  margin-bottom: 20px;
}

.footer-info__copyright_text {
  font-size: 12px;
}

.footer-support {
  font-size: 12px;
}

.footer-support__btn {
  background: #90AAC0;
  color: #fff;
  display: table;
  margin-top: 20px;
  padding: 10px 20px;
  border-radius: 8px;
  font-weight: 600;
}

.footer-support__btn:hover {
  color: #fff;
  text-decoration: none;
}

.breadcrumbs {
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.breadcrumbs__link {
  color: #949494;
  font-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.breadcrumbs__link--active {
  color: #3964C8;
}

.breadcrumbs__link:not(:last-child):after {
  content: '';
  background: url("/local/templates/kapitan/img/bread_arrow.svg");
  display: inline-block;
  width: 4.5px;
  height: 7px;
  margin: 0 10px;
}

.main {
  background: #fff;
  padding: 40px 0 60px;
  margin-bottom: 60px;
}

.contacts {
  overflow: hidden;
}

.contacts-list {
  margin: 0 -10px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-bottom: 40px;
  border-bottom: 1px solid #F0F3F7;
}

.contacts-list__item {
  background: #FAFBFF;
  border: 2px solid #F0F3F7;
  border-radius: 10px;
  padding: 20px;
  width: calc(33.33% - 20px);
  margin: 0 10px 20px;
}

.contacts-list__heading {
  font-weight: 600;
  font-size: 20px;
  display: block;
  margin-bottom: 20px;
}

.contacts-list__subtext {
  font-weight: 400;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.contacts-list__subtext a {
  border-bottom: 1px dotted #3964C8;
}

.contacts-list__subtext a:not(:last-child) {
  margin-right: 20px;
}

.contacts-list-socials {
  margin: 0 -5px;
}

.contacts-list-socials .socials__item {
  width: 24px;
  height: 24px;
  background: #3C64B1;
}

.contacts-list-socials .socials__item svg {
  width: 12px;
  height: 12px;
}

.contacts-points__item {
  margin: 0 0px 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #F0F3F7;
}

.contacts-points__heading {
  margin-top: 0;
  margin-bottom: 40px;
}

.contacts-points-parts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -10px;
}

.contacts-points-parts__part {
  width: calc(25% - 20px);
  margin: 0 10px;
}

.contacts-points-parts__part--grow {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.contacts-points-contacts__item {
  padding-left: 44px;
  padding-right: 20px;
  position: relative;
}

.contacts-points-contacts__item:not(:last-child) {
  margin-bottom: 17px;
}

.contacts-points-contacts__icon {
  position: absolute;
  left: 0;
  top: 4px;
}

.contacts-points-contacts__value {
  display: block;
  margin-bottom: 6px;
}

.contacts-points-contacts__name {
  display: block;
  color: #949494;
}

.contacts-map {
  height: 430px;
  width: 100%;
}

.contacts-map > ymaps {
  border-radius: 10px;
}

.contacts-map__copy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 20px;
  font-weight: 600;
}

.contacts-map__copy svg {
  margin-right: 10px;
}

.contacts-map__copy:hover{
  cursor: pointer;
}

.about--main {
  padding: 60px 0;
  border-radius: 20px;
}

.about--main .about-parts__part--textblock {
  padding-right: 60px;
}

.about-parts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 60px;
}

.about-parts__part {
  width: 50%;
}

.about-parts__part--textblock {
  padding-right: 128px;
}

.about__boldtext {
  font-size: 16px;
  font-weight: 600;
}

.advantages {
  padding-bottom: 40px;
  border-bottom: 1px solid #F0F3F7;
  margin-bottom: 40px;
}

.advantages--main {
  border--bottom-left-radius: 20px;
  border--bottom-right-radius: 20px;
  background: #fff;
  padding: 60px 0;
}

.advantages-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.advantages-list__item {
  width: 25%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
}

.advantages-part__textblock {
  margin-left: 15px;
}

.advantages-part__heading {
  font-size: 36px;
  display: block;
  line-height: 35px;
  margin-bottom: 10px;
}

.news--main {
  background: #fff;
  padding: 60px 0;
  border-radius: 20px;
}

.news--page {
  background: #fff;
  padding: 60px 0;
  margin: 60px 0;
  border-radius: 20px;
}

.news-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 40px;
}

.news-head__heading {
  font-weight: 600;
  font-size: 36px;
}

.news-head-cats__cat {
  color: #3964C8;
  border-bottom: 1px dotted #3964C8;
  font-weight: 600;
  font-size: 36px;
}

.news-head-cats__cat--active {
  color: #485055;
  border: none;
}

.news-head-cats__cat:not(:last-child) {
  margin-right: 20px;
}

.news-head-controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.news-head-controls__more {
  font-weight: 600;
  margin-right: 20px;
}

.news-head-arrows {
  margin: 0 -5px;
}

.news-head-arrows__arrow {
  margin: 0 5px;
  width: 40px;
  height: 48px;
  background: rgba(255, 255, 255, 0.3);
  border: 2px solid #F0F3F7;
  border-radius: 8px;
}

.news-head-arrows__arrow svg {
  vertical-align: sub;
  fill: #3964C8;
}

.news-list {
  margin: 0 -10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.news-list__item {
  width: calc(25% - 20px);
  margin: 0 10px 20px;
}

.news-list__item > * {
  padding: 10px 0;
  display: block;
}

.news-list__img {
  border-radius: 10px;
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
}

.news-list-textwrap {
  height: 250px;
}

.news-list-textwrap > * {
  padding: 10px 0;
  display: block;
}

.news-list__date {
  color: #949494;
  font-size: 12px;
}

.news-list__name {
  font-weight: 600;
  font-size: 16px;
}

.news-list__text {
  color: #949494;
}

.news-in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid #F0F3F7;
}

.news-in__part {
  width: 50%;
}

.news-in__part--leftpart {
  padding-right: 128px;
}

.news-in__date {
  color: #949494;
  margin-bottom: 40px;
  display: block;
}

.news-in__text {
  margin-bottom: 40px;
}

.payndelivery {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #F0F3F7;
}

.payndelivery-cities {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -10px 20px;
}

.payndelivery-cities__item {
  width: calc(33.33% - 20px);
  margin: 0 10px;
  background: #FAFBFF;
  border: 2px solid #F0F3F7;
  border-radius: 10px;
  padding: 20px;
}

.payndelivery-cities__name {
  margin-bottom: 20px;
  font-weight: 600;
  font-size: 20px;
}

.payndelivery-cities__info:not(:last-child) {
  margin-bottom: 20px;
}

.payndelivery-cities__boldtext {
  font-size: 16px;
  font-weight: 600;
  display: block;
  margin: 0 0 10px 0;
}

.payvariants:not(:last-child) {
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid #F0F3F7;
}

.payvariants__heading {
  margin-bottom: 40px;
}

.payvariants-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin: 0 -10px 20px;
}

.payvariants-list__item {
  width: calc(33.33% - 20px);
  margin: 0 10px;
  background: #FAFBFF;
  border: 2px solid #F0F3F7;
  border-radius: 10px;
  padding: 20px 20px 0px 20px;
}

.payvariants-list__name {
  margin-bottom: 20px;
  font-weight: 600;
  font-size: 20px;
  display: block;
}

.payvariants-list__boldtext {
  font-size: 16px;
  font-weight: 600;
  display: block;
  margin: 0 0 10px 0;
}

.catalog-cats {
  margin: 0 -10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.catalog-cats__item {
  margin: 0 10px 20px;
  width: calc(25% - 20px);
  background: #F0F3F7;
  border-radius: 20px;
  padding: 20px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.catalog-cats__item--customblock .catalog-cats__name {
  color: #fff;
}

.catalog-cats__item:hover {
  text-decoration: none;
}

.catalog-cats-imgblock {
  height: 160px;
  margin-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.catalog-cats-imgblock__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.catalog-cats-imgblock__icon {
  position: absolute;
  top: 0px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.catalog-cats-imgblock svg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}

.catalog-cats__name {
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  color: #485055;
}

.catalog-parts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.catalog .aside .catmenu {
  border: 2px solid #F0F3F7;
  border-radius: 10px;
  margin-bottom: 13px;
}

.catalog .catmenu-head {
  background: #F0F3F7;
}

.catalog .catmenu-list {
  overflow-y: scroll;
  height: 370px;
  scrollbar-width: thin;
  scrollbar-color: #F0F3F7 transparent;
  border-right: 6px solid #fff;
}

.catalog .catmenu-list::-webkit-scrollbar {
  width: 6px;
}

.catalog .catmenu-list::-webkit-scrollbar-track {
  background-color: #fff;
}

.catalog .catmenu-list::-webkit-scrollbar-thumb {
  background-color: #F0F3F7;
  border-top: 2px white solid;
  border-bottom: 2px white solid;
  background-clip: padding-box;
  border-radius: 100px;
}

.catalog-content {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: calc(75% - 15px);
}

.products-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -10px;
  overflow: hidden;
}

.products-list__item {
  margin: 0 10px 20px;
  width: calc(33.33% - 20px);
  position: relative;
}

.products-list__item:not(:nth-last-child(n+2)) {
  padding: 20px 0 0px 0;
}

.products-list__item:not(:nth-last-child(n+2)):before {
  content: '';
  display: block;
  height: 1px;
  width: calc(100% + 20px);
  background: #F0F3F6;
  position: absolute;
  top: 0px;
}

.products-list__item > * {
  padding: 10px 0;
}

.products-list__item > *:first-child {
  padding-top: 0;
}

.products-list__item > *:last-child {
  padding-bottom: 0;
}

.products-list--four .products-list__item {
  width: calc(25% - 20px);
  padding: 0;
}

.products-list--four .products-list__item:before {
  display: none;
}

.products .products-center {
  padding-right: 20px;
  width: 33.33%;
}

.products .products-center > * {
  padding: 10px 0;
}

.products .products-center > *:first-child {
  padding-top: 0;
}

.products .products-center > *:last-child {
  padding-bottom: 0;
}

.products .products-right {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  border-left: 1px solid #F0F3F7;
  padding-left: 20px;
}

.products .products-right > * {
  padding: 10px 0;
}

.products .products-right > *:first-child {
  padding-top: 0;
}

.products .products-right > *:last-child {
  padding-bottom: 0;
}

.products .products-right .products-priceblock {
  display: block;
}

.products .products-right .products-priceblock .products__addtocart {
  width: 148px;
  margin-top: 20px;
}

.products-image {
  padding: 10px 0;
  position: relative;
}

.products-image img {
  width: 200px;
  height: 200px;
  -o-object-fit: contain;
  object-fit: contain;
  margin: 0 auto;
  display: table;
}

.products-image__icon {
  position: absolute;
  right: 0;
  top: 0;
  width: 32px;
  height: 32px;
  background: #F0F3F7;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.products-image__icon--favorite {
  top: 0;
}

.products-image__icon--compare {
  top: 40px;
}

.products-image__icon--active {
  background: #3964C8;
  color: #fff;
}

.products-image__icon--active svg {
  fill: #fff !important;
}

.products-image__icon--active svg path {
  stroke: #fff;
  fill: #fff !important;
}

.products-image__icon--active:focus,
.products-image__icon--active:active,
.products-image__icon--active:hover{
  color: #fff
}

.products-techchars__more {
  font-size: 12px;
}

.products-vendor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.products-rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
}

.products-vendor .products-rating{
  margin-left: auto;
}

.products-vendor .products-vendor__link{
  padding-right: 15px;
}

.products-rating-list__star .star-filled {
  display: none;
}

.products-rating-list__star--filled .star-filled {
  display: inline;
}

.products-rating-list__star--filled .star-unfilled {
  display: none;
}

.products-rating__ratingnum {
  color: #949494;
  margin-left: 6px;
}

.products__name {
  color: inherit;
  display: block;
  font-size: 16px;
  font-weight: 600;
}

.products__article {
  color: #949494;
  display: block;
  min-height: 40px;
}

.products-prices {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.products__oldprice {
  font-size: 14px;
  font-weight: 600;
  color: #3964C8;
  margin-left: 20px;
  position: relative;
}

.products__oldprice:after {
  content: '';
  width: 100%;
  height: 1px;
  background: #3964C8;
  top: 50%;
  left: 0;
  position: absolute;
}

.products__price {
  font-weight: 600;
  font-size: 20px;
}

.products-priceblock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.products-fastbuy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.products-fastbuy a:first-child:not(:only-child) {
  display: inline;
}

.products-fastbuy a:first-child:not(:only-child):after {
  content: '';
  display: inline-block;
  margin: 0 10px;
  width: 1px;
  height: 10px;
  background: #D0D2D4;
}

.products-fastbuy span:first-child:only-of-type {
  display: inline;
}

.products-fastbuy span:first-child:only-of-type:after {
  content: '';
  display: inline-block;
  margin: 0 10px;
  width: 1px;
  height: 10px;
  background: #D0D2D4;
}

.products__expectation {
  font-weight: 300;
}

.products-list--cols .products-list__item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  border: unset;
  padding: 20px 0;
}

.products-list--cols .products-list__item > * {
  padding-top: 0;
}

.products-list--cols .products-image {
  width: calc(33.33% - 20px);
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 20px;
}

.products-list--table .products-list__item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 20px 0;
}

.products-list--table .products-list__item:first-child:before {
  display: none;
}

.products-list--table .products-list__item > * {
  padding-top: 0;
}

.products-list--table .products-image {
  width: 196px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 20px;
}

.products-list--table .products-image img {
  width: 128px;
  height: 128px;
}

.products-list--table .products-center {
  width: 335px;
}

.products-list--table .products__name {
  font-size: 14px;
}

.products-list--table .products-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  width: 400px;
  -webkit-box-flex: unset;
  -ms-flex-positive: unset;
  flex-grow: unset;
}

.products-list--table .products-right > * {
  padding-top: 0;
}

.products-list--table .products-prices {
  display: block;
  width: 50%;
}

.products-list--table .products-prices span {
  display: table;
  margin: 0 0 10px 0;
}

.products-list--table .products-right .products-priceblock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  width: 50%;
}

.products-list--table .products-right .products-priceblock .products__addtocart {
  margin-top: 0;
  width: 56px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.products-tablehead {
  background: #F0F3F7;
  border: 2px solid #F0F3F7;
  border-radius: 10px 10px 0px 0px;
  padding: 20px 0;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.products-tablehead__left {
  width: 215px;
  text-align: center;
  position: relative;
}

.products-tablehead__left:after {
  content: '';
  display: block;
  margin: 0 10px;
  width: 1px;
  height: 12px;
  background: #D0D2D4;
  position: absolute;
  top: 5px;
  right: 0;
}

.products-tablehead__center {
  width: 335px;
  position: relative;
}

.products-tablehead__center:after {
  content: '';
  display: block;
  margin: 0 10px;
  width: 1px;
  height: 12px;
  background: #D0D2D4;
  position: absolute;
  top: 5px;
  right: 0;
}

.good {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -10px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.good-gallery {
  width: 88px;
  margin: 0 10px;
}

.good-gallery__arrow {
  background: #fff;
  border: unset;
  border: 2px solid #F0F3F7;
  width: 100%;
  height: 48px;
}

.good-gallery__arrow--prev {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.good-gallery__arrow--next {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

.good-gallery-list {
  background: #F0F3F7;
  padding: 3px;
  height: 280px;
  position: relative;
  overflow: hidden;
}

.good-gallery-list:before, .good-gallery-list:after {
  content: '';
  display: block;
  width: 100%;
  height: 35px;
  position: absolute;
  left: 0;
}

.good-gallery-list:before {
  top: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#F0F3F7), to(rgba(240, 243, 247, 0)));
  background: -webkit-linear-gradient(top, #F0F3F7 0%, rgba(240, 243, 247, 0) 100%);
  background: -o-linear-gradient(top, #F0F3F7 0%, rgba(240, 243, 247, 0) 100%);
  background: linear-gradient(180deg, #F0F3F7 0%, rgba(240, 243, 247, 0) 100%);
}

.good-gallery-list:after {
  bottom: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#F0F3F7), to(rgba(240, 243, 247, 0)));
  background: -webkit-linear-gradient(top, #F0F3F7 0%, rgba(240, 243, 247, 0) 100%);
  background: -o-linear-gradient(top, #F0F3F7 0%, rgba(240, 243, 247, 0) 100%);
  background: linear-gradient(180deg, #F0F3F7 0%, rgba(240, 243, 247, 0) 100%);
  -webkit-transform: matrix(1, 0, 0, -1, 0, 0);
  -ms-transform: matrix(1, 0, 0, -1, 0, 0);
  transform: matrix(1, 0, 0, -1, 0, 0);
}

.good-gallery-list__item {
  width: 82px;
  height: 82px;
}

.good-gallery-list__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  max-height: 80px;
}

.good-gallery-list__item img:hover{
  cursor: pointer;
}

.good-center {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.good-center-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.good-center-body {
  margin: 40px 10px 0;
}

.good-image {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin: 0 10px;
  height: 376px;
  border: 2px solid #F0F3F7;
  border-radius: 10px;
  max-width: 521px
}

.good-gallery-big--slider .slick-list,
.good-gallery-big--slider .slick-track{
  height: 100%
}

.good-gallery-big-item{
  width: 100%;
  height: 100%;
  display: flex!important;
  justify-content: center;
  align-items: center;
  position: relative;
}

.good-gallery-big-item-hover::before,
.good-gallery-big-item-hover::after{
  position: absolute;
  content: '';
  transition: 0.3s;
}

.good-gallery-big-item-hover::after{
  opacity: 0
}

.good-gallery-big-item-hover:hover::before{
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(200,200,200,0.1);
  transition: 0.3s
}

.good-gallery-big-item-hover:hover::after{
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  background: url('/local/templates/kapitan/img/magnifier-icon-yellow.svg')no-repeat 50%;
  background-size: 100px 100px;
  width: 100px;
  height: 100px;
  transition: opacity 0.3s;
  opacity: 1
}

.good-image img {
  margin: 0 auto;
  display: table;
  max-width: 342px;
  max-height: 342px;
}

.good-details {
  width: 305px;
  margin: 0 10px;
}

.good-details > * {
  padding: 10px 0;
}

.good-details > *:first-child {
  padding-top: 0;
}

.good-details > *:last-child {
  padding-bottom: 0;
}

.good-vendor__link {
  display: block;
}

.good__article {
  color: #949494;
  display: block;
}

.good-techchars {
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px solid #F0F3F7;
}

.good-techchars table {
  margin-bottom: 10px;
}

.good-commerce {
  width: 305px;
  margin: 0 10px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.good-commerce--mob {
  display: none;
}

.good-commerce > * {
  margin-bottom: 20px;
}

.good-commerce > *:last-child {
  margin-bottom: 0;
}

.good-commerce-col {
  padding: 24px 16px 24px;
  border-radius: 10px;
  border: 2px solid #F0F3F7;
}

.good-commerce-col__heading {
  font-weight: bold;
  display: block;
  margin-bottom: 20px;
}

.good-commerce__block {
  padding: 20px 0;
  border-bottom: 1px solid #F0F3F7;
}

.good-commerce__block:first-child {
  padding-top: 0;
}

.good-commerce__block:last-child {
  border: unset;
  padding-bottom: 0;
}

.good-commerce__block > * {
  padding: 10px 0;
}

.good-commerce__block > *:first-child {
  padding-top: 0;
}

.good-textblock {
  margin-bottom: 40px;
}

.good__reviewsamount {
  background: -webkit-gradient(linear, left top, left bottom, from(#FFDE31), color-stop(68.77%, #FFAE35), to(#FFEB39));
  background: -webkit-linear-gradient(top, #FFDE31 0%, #FFAE35 68.77%, #FFEB39 100%);
  background: -o-linear-gradient(top, #FFDE31 0%, #FFAE35 68.77%, #FFEB39 100%);
  background: linear-gradient(180deg, #FFDE31 0%, #FFAE35 68.77%, #FFEB39 100%);
  border-radius: 10px;
  padding: 3px 6px;
  margin-left: 6px;
}

.good-priceblock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.good__btncheap {
  font-size: 12px;
  height: 43px;
}

.good__btncheap img {
  margin-left: 6px;
}

.good-stocks {
  padding-bottom: 0;
}

.good-stocks table {
  margin-bottom: 0;
}

.good-stocks table tr th {
  padding-top: 0;
}

.good-stocks table tr td, .good-stocks table tr th {
  font-size: 12px;
  vertical-align: top;
  padding-bottom: 10px;
}

.good-rating {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.reviews-list__item {
  padding: 20px;
  border: 2px solid #F0F3F7;
  border-radius: 10px;
  margin-bottom: 20px;
}

.reviews-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}

.reviews-top__name {
  font-size: 20px;
  font-weight: 600;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.reviews-top__date {
  font-size: 12px;
  color: #949494;
  margin-left: 15px;
}

.reviews-body-block {
  margin-bottom: 20px;
}

.reviews-body-block:last-child {
  margin-bottom: 0;
}

.reviews-body-block__heading {
  font-weight: 600;
  font-size: 16px;
  display: block;
  margin-bottom: 10px;
}

.reviews-body-block__more {
  display: block;
  margin-top: 15px;
}

.reviews-body-block__text-hidden{
  display: none;
}

.reviews-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.reviews-btns .btn {
  margin-right: 20px;
}

.reviews-btns .btn:last-child {
  margin-right: 0;
}

.form-field__row-reviews{
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
}

.form-field__row-reviews .products-rating-list__star{
  margin-right: 5px;
}

.form-field__row-reviews .products-rating-list__star:hover .star-filled{
  display: inline;
}

.form-field__row-reviews .products-rating-list__star:hover .star-unfilled{
  display: none;
}

.form-field__row-reviews .products-rating-list__star:hover ~ .products-rating-list__star .star-filled{
  display: inline;
}

.form-field__row-reviews .products-rating-list__star:hover ~ .products-rating-list__star .star-unfilled{
  display: none;
}

.form-field__row-reviews .products-rating-list__star:hover{
  cursor: pointer;
}

.form-field-other{
  margin-top: 40px;
}

.labels__item {
  font-weight: 600;
  font-size: 10px;
  line-height: 12px;
  padding: 4px 6px;
  background: #F0F3F7;
  border-radius: 2px;
}

.labels__item--green {
  background: #CDF5D3;
  color: #3DAD5C;
}

.labels__item--red {
  background: #F8CDD0;
  color: #DD4C55;
}

.labels__item--grey {
  background: #F0F3F7;
  color: #949494;
}

.addons-products {
  background: #fff;
  border-radius: 20px;
}

.addons-products--main {
  margin: 60px 0;
}

.addons-products-in {
  padding: 60px 0 60px;
}

.addons-products-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.addons-products-controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 40px;
}

.addons-products-controls__more {
  font-weight: 600;
  margin-right: 20px;
}

.addons-products-arrows {
  margin: 0 -5px;
}

.addons-products-arrows__arrow {
  margin: 0 5px;
  width: 40px;
  height: 48px;
  background: rgba(255, 255, 255, 0.3);
  border: 2px solid #F0F3F7;
  border-radius: 8px;
}

.addons-products-arrows__arrow svg {
  vertical-align: sub;
  fill: #3964C8;
}

.catalog-description-in {
  padding: 60px 0 40px;
}

.counter {
  position: relative;
  width: 148px;
  height: 56px;
  padding: 0 40px;
  background: #F0F3F7;
  border-radius: 10px;
  margin-right: 10px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.counter__minus, .counter__plus {
  position: absolute;
  top: 0;
  width: 40px;
  height: 50px;
  color: #075DC2;
  font-size: 28px;
  line-height: 46px;
  text-align: center;
  cursor: pointer;
  background: #FFFFFF;
  border-radius: 8px;
}

.counter__minus:hover, .counter__plus:hover {
  text-decoration: unset;
}

.counter__minus:focus, .counter__plus:focus {
  text-decoration: unset;
}

.counter__minus {
  left: 3px;
  top: 3px;
  color: #D0D2D5;
}

.counter__plus {
  right: 3px;
  top: 3px;
}

.counter__value {
  border: none;
  display: block;
  width: 68px;
  height: 56px;
  font-size: 15px;
  background: none;
  text-align: center;
  padding: 0 10px;
}

.counter__value:active, .counter__value:focus, .counter__value:focus-visible {
  border: unset;
  outline: none;
}

.counter__remove {
  display: inline-block;
  width: 20px;
  height: 20px;
  border-bottom: none;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  position: relative;
  margin-left: 10px;
}

.counter__remove:before, .counter__remove:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 30px;
  height: 2px;
  background: #ED3133;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.counter__remove:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.filter-block {
  border: 2px solid #F0F3F7;
  border-radius: 10px;
  padding: 24px 16px;
  position: relative;
}

.filter-block:not(:last-child) {
  margin-bottom: 13px;
}

.filter-block__heading {
  font-weight: 600;
  display: block;
  margin-bottom: 20px;
}

.filter-block__showmore {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  cursor: pointer;
}

.filter-block__showmore svg {
  margin-right: 20px;
}

.filter-block .form-field:last-child {
  margin-bottom: 0;
}

.filter-block .bx-filter-container-modef{
  position: absolute;
  background: #3964C8;
  z-index: 10;
  border-radius: 10px;
  color: #fff;
  right: -5px;
  transform: translateX(100%);
}

.filter-block .bx-filter-container-modef .bx-filter-popup-result{
  display: flex!important;
  align-items: center;
  padding: 5px 10px;
}

.filter-block .bx-filter-container-modef .bx-filter-popup-result a{
  margin-left: 5px;
  color: #fff;
  font-weight: 600;
}

.filter__btn {
  margin: 10px 0;
}

.order-info {
  margin-bottom: 40px;
}

.order-info__item:not(:last-child) {
  border-bottom: 1px solid #F0F3F7;
  margin-bottom: 40px;
}

.order-info__item--half {
  width: calc(50% - 10px);
}

.order-info__item--bottompadding {
  padding-bottom: 30px;
}

.order-info__heading {
  margin-bottom: 40px;
}

.order-info__date {
  font-weight: 600;
  margin: 20px 0;
  display: block;
}

.order-info__note {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  color: #949494;
}

.order-info__note .switcher__icon {
  margin: 0 10px 0 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.order-map {
  display: none;
  margin: 40px -10px 0;
}

.order-map__map {
  width: calc(25% - 20px);
  margin: 0 10px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-transition: all 0.3 ease;
  -o-transition: all 0.3 ease;
  transition: all 0.3 ease;
  -webkit-animation-name: fadedown;
  animation-name: fadedown;
  -webkit-animation-timing-function: cubic-bezier(0.55, 0.09, 0.68, 0.53);
  animation-timing-function: cubic-bezier(0.55, 0.09, 0.68, 0.53);
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
}

.order-map--active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.order-points {
  width: calc(25% - 20px);
  margin: 0 10px;
  padding: 20px 16px;
  border: 2px solid #F0F3F7;
  border-radius: 10px;
  -webkit-transition: all 0.3 ease;
  -o-transition: all 0.3 ease;
  transition: all 0.3 ease;
  -webkit-animation-name: fadedown;
  animation-name: fadedown;
  -webkit-animation-timing-function: cubic-bezier(0.55, 0.09, 0.68, 0.53);
  animation-timing-function: cubic-bezier(0.55, 0.09, 0.68, 0.53);
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
}

.order-points__heading {
  font-weight: 600;
  margin-bottom: 20px;
  display: block;
}

/*** MODAL ***/
.modal-content {
  padding: 50px 48px;
  -webkit-box-shadow: 0px 14px 36px rgba(9, 24, 54, 0.1);
  box-shadow: 0px 14px 36px rgba(9, 24, 54, 0.1);
  border: none;
  border-radius: unset;
}

.modal-dialog--large {
  width: 992px;
}

@media (max-width: 992px) {
  .modal-dialog--large {
    width: 83%;
  }
}

.modal-header {
  padding: 0;
  border: unset;
}

.modal-header-in {
  font-family: PT Sans, sans-serif;
  font-weight: 700;
  font-size: 28px;
  display: block;
  margin-bottom: 30px;
  line-height: 1.4;
}

.modal-close {
  position: absolute;
  right: -55px;
  top: -3px;
  display: inline-block;
  width: 30px;
  height: 30px;
  border-bottom: none;
}

.modal-close:before,
.modal-close:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 30px;
  height: 2px;
  background: #FFF;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.modal-close:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.modal-close:hover {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.modal-backdrop.in {
  background: rgba(11, 30, 67, 0.8);
  opacity: unset;
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.paginator-pages__item {
  display: inline-block;
  margin-right: 10px;
}

.paginator-pages__item a {
  font-size: 14px;
  font-weight: 600;
  background: #F0F3F7;
  color: #949494;
  width: 50px;
  height: 55px;
  border: 2px solid #F0F3F7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 8px;
}

.paginator-pages__item--active a {
  color: #3964C8;
  border: 2px solid #3964C8;
  background: #fff;
}

.pagination__arrow {
  width: 40px;
  height: 55px;
  display: inline-block;
  text-align: center;
  padding: 4px 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.3);
  border: 2px solid #F0F3F7;
  border-radius: 8px;
}

.pagination__arrow svg {
  fill: #D0D2D5;
}

.pagination__arrow--active svg {
  fill: #3964C8;
}

.pagination__arrow--back {
  margin-right: 10px;
}

.table {
  margin-bottom: 20px;
}

.table tbody th {
  color: #949494;
  font-weight: 400;
  font-size: 14px;
  padding: 10px 20px 10px 0;
}

.table tbody td {
  color: #485055;
}

.table--techchars tbody tr th {
  padding-top: 0px;
  padding-bottom: 10px;
  font-size: 12px;
  width: 50%;
  vertical-align: top;
}

.table--techchars tbody td {
  font-size: 12px;
  padding-bottom: 10px;
}

.table--quarter th {
  width: 25%;
}

.table--half th {
  width: 60%;
}

.table--small {
  width: auto;
}

.table--small tbody tr th {
  width: auto;
  padding-right: 50px;
}

/* FORMS */
.form--white-text .form-field__label {
  color: #fff;
}

.form--grey .form-field__input, .form--grey .form-field__textarea {
  border: 2px solid #F0F3F7;
}

.form-field {
  position: relative;
}

.form-field--topmargin {
  margin-top: 60px;
}

.form-field--hidden {
  display: none;
}

.form-field:not(:only-of-type) {
  margin-bottom: 20px;
}

.form-field--nomargin {
  margin-bottom: 0 !important;
}

.form-field__row {
  position: relative;
}

.form-field__row--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.form-field__row--flex > * {
  -webkit-box-flex: 8;
  -ms-flex: 8 0 0px;
  flex: 8 0 0;
}

.form-field__row-social{
  margin: 40px -10px 0 -10px;
}

.form-field__row-hide{
  position: relative;
}

.form-field__row-hide::after{
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  z-index: 10;
}

.form-field__btn {
  -webkit-box-flex: 3;
  -ms-flex-positive: 3;
  flex-grow: 3;
  margin-left: 8px;
  vertical-align: middle;
  display: table-cell;
}

.form-field__btn-reg{
  margin-left: 0;
}

.form-field__icon {
  position: absolute;
  left: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  top: 20px;
}

.form-field__icon + .form-field__input {
  padding-left: 40px;
}

.form-field__eye {
  background: url("/local/templates/kapitan/img/eye-outline.svg");
  position: absolute;
  right: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  top: calc(50% - 12px);
  width: 24px;
  height: 24px;
  cursor: pointer;
}

.form-field__eye--open {
  background: url("/local/templates/kapitan/img/eye-off-outline.svg");
}

.form-field__input-wrapper {
  position: relative;
}

.form-field__inputtext {
  position: absolute;
  right: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  top: calc(50% - 12px);
  width: 24px;
  height: 24px;
  cursor: pointer;
  color: #949494;
  width: 60px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
}

.form-field__inputtext > a {
  border-bottom: 1px dotted #3964C8;
}

.form-field__inputtext > a:hover {
  text-decoration: none;
}

.form-field__input {
  border: unset;
  height: 56px;
  background: #FFFFFF;
  border-radius: 10px;
  width: 100%;
  padding-left: 16px;
}

.form-field__input.error{
  border-color: #f00
}

.form-field__input.error-border{
  border: 1px solid #f00
}

.form-field__textarea {
  border: unset;
  min-height: 180px;
  background: #FFFFFF;
  border-radius: 10px;
  width: 100%;
  padding-left: 16px;
  padding-top: 16px;
}

.form-field__label {
  color: #485055;
  font-weight: 400;
  margin-bottom: 20px;
}

.form-field__label span{
  color: #f00;
  font-weight: 700
}

.form-field--greybg .form-field__input, .form-field--greybg .form-field__textarea {
  background: #F0F3F7;
}

.form-field--range .form-field__row {
  position: relative;
}

.form-field--range .form-field__row:after {
  content: '';
  position: absolute;
  width: 24px;
  height: 24px;
  background: url("/local/templates/kapitan/img/rangeicon.svg");
  background-repeat: no-repeat;
  top: calc(50% - 12px);
  left: 0;
  right: 0;
  margin: 0 auto;
  background-color: #fff;
  background-position: center center;
  border-radius: 8px;
}

.form-field--range .form-field__row .form-field__input {
  text-align: center;
  padding: 0;
}

.form-field--range .form-field__row .form-field__input:nth-child(1) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  margin-right: 1px;
}

.form-field--range .form-field__row .form-field__input:nth-child(2) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  margin-left: 1px;
}

.form-field__range {
  height: 6px;
  background: #F0F3F7;
  border-radius: 8px;
  margin-top: 24px;
  position: relative;
}

.form-field__range .ui-slider-range {
  display: block;
  position: absolute;
  z-index: 1;
  height: 6px;
  background: #3964C8;
  border-radius: 8px;
}

.form-field__range .ui-slider-handle {
  display: block;
  width: 20px;
  height: 14px;
  border-radius: 50%;
  background: #FFFFFF;
  border: 2px solid #F0F3F7;
  position: absolute;
  z-index: 1000;
  top: -4px;
  margin-left: -.6em;
}

.form--search {
  position: relative;
}

.form--search .btn--search {
  position: absolute;
  top: 3px;
  right: 3px;
  height: calc(100% - 6px);
}

.form--subscribe .form-field__input {
  height: 50px;
}

.form__customlink {
  border-bottom: 1px dotted #fff;
  color: #fff;
  display: table;
  margin-bottom: 20px;
}

.form-socenter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 60px -10px 0;
}

.form-socenter__item {
  border-radius: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 0 10px;
}

.form-socenter__item:hover {
  text-decoration: none;
}

.form-socenter__item:hover .form-socenter__icon--vk + .form-socenter__text {
  background: #305CF9;
}

.form-socenter__item:hover .form-socenter__icon--odno + .form-socenter__text {
  background: #FF7D05;
}

.form-socenter__icon {
  width: 58px;
  height: 58px;
  border-radius: 6px 0px 0px 6px;
}

.form-socenter__icon--vk {
  background: url("/local/templates/kapitan/img/vk-soc.svg"), #305CF9;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.form-socenter__icon--odno {
  background: url("/local/templates/kapitan/img/odno-soc.svg"), #FF7D05;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.form-socenter__text {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 11px;
  color: #fff;
  padding: 12px 20px;
  width: 100%;
  background: rgba(0, 0, 0, 0.1);
}

.form__customlink {
  margin: 20px 0;
}

.form__customlink-auth:hover{
  color: #fff
}

.form-agree {
  margin-top: 60px;
  font-size: 12px;
  line-height: 150%;
  text-align: center;
  color: #949494;
}
.form-agree-auth{
  color: #89A3FF;
}

.form-agree-auth a{
  color: #fff
}

.form-agree-auth a:hover{
  color: #fff
}

.form-agree--left {
  text-align: left;
  margin-top: 20px;
}

.form-agree-reg{
  margin-bottom: 30px;
}

.form-checkout__text {
  font-size: 12px;
  margin-top: 20px;
}

.form hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  margin: 1em 0;
  padding: 0;
}

.form-footer__customlink {
  border-bottom: 1px dotted #3964C8;
}

.form__submit {
  margin-top: 60px;
}

.form__submit:disabled{
  opacity: 0.7
}

/* CHECKBOX */
.switcher {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  cursor: pointer;
  margin-right: 20px;
}

.switcher__content {
  position: relative;
  width: 24px;
  height: 24px;
  background: #F0F3F7;
  border-radius: 8px;
  -webkit-transition: background linear 0.2s;
  -o-transition: background linear 0.2s;
  transition: background linear 0.2s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 20px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.switcher input {
  z-index: -1000;
  visibility: hidden;
  overflow: hidden;
  width: 0;
  height: 0;
}

.switcher__on {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  position: relative;
}

.switcher__off {
  position: absolute;
  right: -2px;
  top: -2px;
  bottom: -2px;
  width: 49%;
  line-height: 45px;
  color: #E12229;
}

.switcher input:checked ~ .switcher__content .switcher__on {
  background: #3964C8;
}

.switcher input:checked ~ .switcher__content .switcher__on:after {
  content: '';
  display: block;
  background: url("/local/templates/kapitan/img/check-white.svg");
  position: absolute;
  left: calc(50% - 7px);
  top: calc(50% - 5px);
  width: 14px;
  height: 10px;
}

.switcher--plusminus input:checked ~ .switcher__content .switcher__on {
  background: #3964C8;
}

.switcher--plusminus input:checked ~ .switcher__content .switcher__on:after {
  background: url("/local/templates/kapitan/img/minus.svg");
  position: absolute;
  left: calc(50% - 7px);
  top: calc(50% - 1px);
  width: 14px;
  height: 2px;
}

.switcher--plusminus input:not(:checked) ~ .switcher__content:after {
  content: '';
  background: url("/local/templates/kapitan/img/plus.svg");
  position: absolute;
  left: calc(50% - 7px);
  top: calc(50% - 7px);
  width: 14px;
  height: 14px;
}

.switcher__name {
  font-size: 14px;
  font-weight: 400;
}

.switcher__name--bold {
  font-weight: 600;
}

.switcher-info__name {
  font-size: 14px;
  font-weight: 400;
}

.switcher-info__name--bold {
  font-weight: 600;
}

.switcher-info__name--small {
  font-size: 12px;
}

.switcher-info__under {
  display: block;
  font-weight: 400;
  margin-top: 10px;
}

.switcher .payments {
  margin: 20px 0 0;
}

.switcher-right {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: right;
}

.switcher-right__top {
  font-weight: 600;
  display: block;
}

.switcher-right__bottom {
  font-weight: 400;
  display: block;
  margin-top: 10px;
}

.switcher__icon {
  background: url("/local/templates/kapitan/img/i.svg");
  width: 14px;
  height: 14px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: sub;
  margin-left: 10px;
}

.sort {
  margin-bottom: 40px;
}

.sort-in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.sort-part {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.sort .form-field {
  margin: 0 10px 0 0;
}

.sort__viewtype {
  width: 56px;
  height: 35px;
  background: #F0F3F7;
  border: 2px solid #F0F3F7;
  border-radius: 10px;
  margin-right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.sort__viewtype svg {
  fill: #D0D2D5;
}

.sort__viewtype--active {
  background: #fff;
}

.sort__viewtype--active svg {
  fill: #3964C8;
}

.sort__viewtype:last-child {
  margin-right: 0;
}

.sort .switcher {
  margin-bottom: 0;
}

/* SELECT */
.js-select .select2-container {
  width: 100% !important;
}

.js-select .select2-container--default .select2-selection--single {
  border-radius: 8px;
}

.js-select .select2-container--default .select2-selection--single {
  border: none;
}

.js-select .select2-container .select2-selection--single {
  height: 35px;
}

.js-select .select2-container--default .select2-selection--single .select2-selection__rendered {
  font-size: 14px;
  color: #3964C8;
  line-height: 35px;
}

.js-select .select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 2px;
  padding-right: 35px;
}

.js-select .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 14px;
  width: 14px;
  top: 9px;
  right: 11px;
  text-align: center;
}

.js-select .select2-container--default .select2-selection--single .select2-selection__arrow:after {
  content: "arrow_drop_down";
  font-family: 'Material Icons';
  color: #3964C8;
  line-height: 16px;
}

.js-select .select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none;
}

.order-breadcrumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -10px 40px;
}

.order-breadcrumbs__link {
  margin: 0 10px;
  width: calc(25% - 20px);
  border: 2px solid #F0F3F7;
  border-radius: 10px;
  font-weight: 600;
  text-align: center;
  padding: 16px 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.order-breadcrumbs__link--done:after {
  content: '';
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 14px;
  height: 10px;
  background: url("/local/templates/kapitan/img/check-green.svg");
  margin-left: 10px;
}

.order-breadcrumbs__link:hover {
  background: #3964c8;
  color: #fff;
  text-decoration: none;
}

.order-breadcrumbs__link-disabled{
  color: #949494;
}

.order-breadcrumbs__link-disabled:hover{
  cursor: default;
  background: inherit;
   color: #949494;
}

.order-breadcrumbs__cartamount {
  background: -webkit-gradient(linear, left top, left bottom, from(#FFDE31), color-stop(68.77%, #FFAE35), to(#FFEB39));
  background: -webkit-linear-gradient(top, #FFDE31 0%, #FFAE35 68.77%, #FFEB39 100%);
  background: -o-linear-gradient(top, #FFDE31 0%, #FFAE35 68.77%, #FFEB39 100%);
  background: linear-gradient(180deg, #FFDE31 0%, #FFAE35 68.77%, #FFEB39 100%);
  border-radius: 10px;
  padding: 3px 6px;
  margin-left: 6px;
}

.boxes {
  margin: 0 -10px 40px;
}

.boxes__item {
  padding: 20px;
  border: 2px solid #F0F3F7;
  border-radius: 10px;
  width: calc(25% - 20px);
  margin: 0 10px 20px;
  background: #FAFBFF;
}

.boxes__item--half {
  width: calc(50% - 20px);
}

.boxes__item--full {
  width: calc(100% - 20px);
}

.boxes__item--whitebg {
  background: #fff;
}

.boxes__item .table:last-child {
  margin-bottom: 0px;
}

.boxes__heading {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 20px;
  display: block;
}

.boxes__icon {
  background: url("/local/templates/kapitan/img/i.svg");
  width: 14px;
  height: 14px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: sub;
  margin-left: 10px;
}

.tabs-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: rgba(0, 0, 0, 0.1);
  padding: 3px;
  border-radius: 10px;
  margin-bottom: 20px;
}

.tabs-head--third {
  width: calc(75% - 10px);
}

.tabs-head__item {
  color: #fff;
  font-weight: 600;
  text-align: center;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  padding: 12px 0;
  border-radius: 8px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -ms-flex-item-align: center;
  align-self: center;
}

.tabs-head__item--active {
  background: #fff;
  color: #3964C8;
}

.tabs-head__item:hover {
  text-decoration: none;
  color: #fff;
  background: #3964c8;
}

.tabs-body__item {
  display: none;
}

.tabs-body__item--active {
  display: block;
}

.tabs-body__heading {
  margin: 40px 0;
}

.tabs--blacktext .tabs-head__item:not(.tabs-head__item--active) {
  color: #949494;
}

.tabs--blacktext .tabs-head__item:not(.tabs-head__item--active):hover {
  color: #fff;
}

.tabs--blue .tabs-head {
  background: #F0F3F7;
}

.tabs--blue .tabs-head__item {
  color: #3964C8;
}

.tabs--blue .tabs-head__item:hover:not(.tabs-head__item--active) {
  background: #fff;
}

.tabs--blue .tabs-head__item--active {
  background: #3964C8;
  color: #fff;
}

.tabs--blue .tabs-head__item--active:hover {
  color: #fff;
}

.tabs--good .tabs-head {
  margin-bottom: 40px;
}

.tabs--menu .tabs-head {
  background: #fff;
  margin-bottom: 0;
}

.tabs--menu .tabs-head__item {
  background: #fff;
  color: #3964C8;
}

.tabs--menu .tabs-head__item:hover, .tabs--menu .tabs-head__item:active, .tabs--menu .tabs-head__item:focus {
  text-decoration: none;
}

.tabs--menu .tabs-head__item--active {
  background: #3964C8;
  color: #fff;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 100px;
  z-index: 1100;
  background: #3964C8;
  overflow-y: auto;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
}

.modal--grey {
  background: #bdcbd8;
}

.modal--grey .modal-head__heading {
  color: #485055;
}

.modal--grey .modal__close::before, .modal--grey .modal__close::after {
  background: #485055;
}

.modal.open {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.modal.open + body {
  display: none;
}

.modal-main {
  width: 630px;
  position: relative;
}

.modal-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.modal-head__heading {
  font-weight: 600;
  font-size: 36px;
  color: #fff;
  padding-right: 10px;
}

.modal-body {
  padding: 60px 0;
}

.modal-body__text {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
}

.modal-footer {
  padding: 0;
  border: none;
  text-align: inherit;
}

.modal__customlink {
  color: #fff;
  border-bottom: 1px dotted #fff;
  display: table;
  margin-top: 20px;
}

.modal__customlink:hover{
  color: #fff
}

.modal__close {
  position: relative;
  width: 23px;
  min-width: 23px;
  height: 15px;
  cursor: pointer;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.modal__close::before, .modal__close::after {
  content: '';
  position: absolute;
  top: 5px;
  left: 0;
  width: 23px;
  height: 3px;
  background: #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.modal__close::after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.modal__close:hover {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  opacity: .8;
}

.payments {
  margin-bottom: 20px;
}

.payments__item {
  margin-right: 6px;
}

@-webkit-keyframes fadedown {
  from {
    opacity: 0;
    -webkit-transform: perspective(3000px) translate3d(0px, -166px, 198px) rotateX(-90deg) scale3d(0.86, 0.75, 1) translateY(50px);
    transform: perspective(3000px) translate3d(0px, -166px, 198px) rotateX(-90deg) scale3d(0.86, 0.75, 1) translateY(50px);
  }
  to {
    opacity: 1;
    -webkit-transform: perspective(0) translate3d(0) rotateX(0) scale3d(0) translateY(0px);
    transform: perspective(0) translate3d(0) rotateX(0) scale3d(0) translateY(0px);
  }
}

@keyframes fadedown {
  from {
    opacity: 0;
    -webkit-transform: perspective(3000px) translate3d(0px, -166px, 198px) rotateX(-90deg) scale3d(0.86, 0.75, 1) translateY(50px);
    transform: perspective(3000px) translate3d(0px, -166px, 198px) rotateX(-90deg) scale3d(0.86, 0.75, 1) translateY(50px);
  }
  to {
    opacity: 1;
    -webkit-transform: perspective(0) translate3d(0) rotateX(0) scale3d(0) translateY(0px);
    transform: perspective(0) translate3d(0) rotateX(0) scale3d(0) translateY(0px);
  }
}

.form__error-mess{
  color: #FFCB05;
  font-size: 16px;
  display: none;
}
.form__error-mess.open{
  display: block;
}

.form__error-mess-reg{
  color: red;
}

.form-field-slider-track{
  margin: 24px 0 0 0;
}

.form-field-slider-track .bx-ui-slider-track {
    position: relative;
    height: 7px;
    background: #e7e7e7;
}

.form-field-slider-track .bx-ui-slider-pricebar-vd, .form-field-slider-track .bx-ui-slider-pricebar-vn, .form-field-slider-track .bx-ui-slider-pricebar-v {
    position: absolute;
    top: 0;
    bottom: 0;
    height: 6px;
}

.form-field-slider-track .bx-ui-slider-pricebar-vd {
    border-radius: 2px;
    background: #3964C8;
    z-index: 60;
}

.form-field-slider-track .bx-ui-slider-pricebar-vn {
    z-index: 70;
    background: #F0F3F7;
    border-radius: 8px;
}

.form-field-slider-track .bx-ui-slider-pricebar-v {
    border-radius: 10px;
    background: #3964C8;
    z-index: 80;
}

.form-field-slider-track .bx-ui-slider-range {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 100;
}

.form-field-slider-track .bx-ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 20px;
    height: 14px;
    top: -4px;
    border-radius: 8px;
    border: 2px solid #F0F3F7;
    background: #FFF;
    cursor: default;
    outline: none;
    opacity: 1 !important;
}

.form-field-slider-track .bx-ui-slider-handle:hover{
  cursor: pointer;
}

.form-field-slider-track .bx-ui-slider-handle.right {
    right: 0;
}

.modal__info{
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #fff;
  border-radius: 10px;
  padding: 30px;
}

.modal__info-img{
  width: 200px;
  height: 200px;
  object-fit: contain;
}

.modal__info-name{
  color: #485055;
  font-size: 22px;
  margin-top: 15px;
  font-weight: 600;
}

.modal__info-price{
  color: #595858;
  font-size: 20px;
  margin-top: 10px;
  font-weight: 600;
}

.modal__footer-btn{
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.modal__footer-btn .form__submit{
  margin-top: 30px;
  width: 45%
}

.modal__footer-btn .form__submit:hover{
  cursor: pointer;
}

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1500;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    background: rgba(0,0,0,0.6);
    display: flex;
    justify-content: center;
    align-items: center;
}

.preloader__icon{
  background: url(/local/templates/kapitan/img/logo.png);
  background-repeat: no-repeat;
  background-position: center;
  width: 250px;
  height: 46px;
  animation-duration: 1.5s;
  animation-name: spin;
  animation-iteration-count: infinite;
}

.preloader.active {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

@keyframes spin {
  0% {
    transform: scale(1.0);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1.0);
  }
}

.section-izbrannoe .sort,
.section-izbrannoe .products{
  width: 100%
}

.section-izbrannoe .sort-in{
  justify-content: flex-end;
}

.order-points-list .switcher{
  flex-wrap: inherit;
}
.h3-order-info-geo{
  display: inline-block;
}
.order-info-geo{
  display: inline-block;
}
.order-info-geo.js-select .select2-container--default .select2-selection--single .select2-selection__rendered{
  font-size: 20px;
}

.form-field-info{
  display: flex;
  justify-content: space-between;
}

.form-field-info-pic{

}

.form-field-info-pic-img{
  width: 250px;
  height: auto;
}

.form-field-info-inform{
  width: 100%;
  padding-left: 50px;
}

.form-field-info-name{
  color: #fff;
  font-size: 20px;
  line-height: 140%;
}

.form-field-info-counter{
  margin-top: 20px;
}

.contacts-partnercart{
  margin-top: 40px;
}

.contacts-partnercart-first{
  margin-top: 0;
}

.header__search{
  position: relative;
}
.form-result{
  display: none;
  background: #fff;
  max-height: 60vh;
  overflow-y: auto;
  position: absolute;
  z-index: 2;
  width: 100%;
}

.form-result.show{
  display: flex;
}

.form-result__section,
.form-result__tovar,
.form-result__no-res{
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding: 15px;
}

.form-result__section-item,
.form-result__tovar-item{
  display: flex;
  gap: 15px;
  text-decoration: none;
  color: #485055;
}
.form-result__section-item img{
  width: 60px;
  min-width: 60px;
  height: 60px;
  object-fit: contain;
}
.form-result__section-info,
.form-result__tovar-info{
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
}
.form-result__section-title,
.form-result__tovar-title{
    margin: 0;
    color: #000;
    font-size: 16px;
    line-height: 130%;
    transition: 0.3s;
}
.form-result__section-sub{
    margin: 0;
    font-size: 14px;
    line-height: 130%;
}
.form-result__section-item:hover,
.form-result__tovar-item:hover{
  text-decoration: none;
  color: inherit;
}
.form-result__section-item:hover .form-result__section-title,
.form-result__tovar-item:hover .form-result__tovar-title{
  text-decoration: underline;
  color: #3964C8;
}
.form-result__tovar{
  border-top: 1px solid #F0F3F7;
}
.form-result__tovar-item img{
  width: 80px;
  min-width: 80px;
  height: 80px;
  object-fit: contain;
}
.form-result__no-res{
  font-size: 16px;
}
.form-result__tovar-price{
  display: flex;
  align-items: center;
  gap: 10px 20px;
}
.form-result__tovar-price-val{
  font-weight: 600;
  font-size: 16px;
  margin: 0;
}
.form-result__tovar-price-old{
  font-size: 14px;
  font-weight: 600;
  color: #3964C8;
  position: relative;
  margin: 0;
}
.form-result__tovar-price-old:after {
  content: '';
  width: 100%;
  height: 1px;
  background: #3964C8;
  top: 50%;
  left: 0;
  position: absolute;
}

/* MEDIA */
@media (max-width: 1299px) {
  .container {
    width: auto;
    margin: 0 auto;
    padding: 0 15px;
  }
  .interface-cart {
    margin: 0;
  }
  .interface-in__block--grow {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .interface-cart__link--grow {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .interface-in__block:last-child {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .interface-cart__link {
    margin: 0;
  }
  .mainbanner {
    border-radius: 10px;
  }
  .about-parts__part--textblock {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .about-parts__part img {
    width: 100%;
    padding-right: 20px;
  }
  .news-in__part {
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    padding: 0;
  }
  .news-in__part:last-child {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    margin-bottom: 40px;
  }
  .news-in__part img {
    width: 100%;
  }
  .catalog-cats__item--customblock {
    overflow: hidden;
  }
  .products-list:not(.products-list--slider) .products-list__item {
    width: calc(50% - 20px);
  }
  .products-list__item:not(:nth-last-child(n+3))::before {
    display: none;
  }
  .products-list__item:not(:nth-last-child(n+3)) {
    padding: 0;
  }
  .products-list.products-list--cols .products-list__item {
    width: 100%;
    padding: 20px 0;
  }
  .products-list.products-list--cols .products-list__item:not(:nth-last-child(n+3))::before {
    display: block;
  }
  .products-list.products-list--table .products-list__item {
    width: 100%;
    padding: 20px 0;
  }
  .products-list.products-list--table .products-list__item:not(:nth-last-child(n+3))::before {
    display: block;
  }
  .products-list--table .products-prices {
    width: 100%;
  }
}

@media (max-width: 1200px) {
  .header-profile span {
    display: none;
  }
  .header-socials {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .good-priceblock {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .good-details {
    width: 50%;
  }
  .good-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .good-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
  }
  .good-image {
    width: 50%;
  }
  .counter {
    margin-bottom: 20px;
  }
  .header, .topline {
    display: none;
  }
  .interface {
    display: none;
  }
  body {
    padding-top: 120px;
  }
  .mobline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .mobsearch {
    display: block;
  }
}

@media (max-width: 1100px) {
  .mainbanner-smallbanners__item {
    padding: 20px 50px 20px 20px;
  }
  .mainbanner-smallbanners__item svg {
    display: none;
  }
  .news-list-textwrap {
    height: auto;
  }
  .catalog-cats__item {
    width: calc(33.33% - 20px);
  }
  .footer-subscribe__formwrap {
    margin: 0;
  }
  .footer-subscribe__text {
    padding: 0;
    font-size: 20px;
  }
  .footer-subscribe .footer-part {
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
  }
  .footer-part--btn {
    padding: 0;
  }
  .order .form .boxes {
    margin: 0 0 0 0px;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .order .form .boxes__item {
    width: 100%;
    margin: 0 0 20px;
  }
  .order .form .order-info {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order .form .order-info__item--half {
    width: 100%;
  }
  .order-map {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 40px 0 0;
  }
  .order-map .order-points {
    width: 100%;
    margin: 0 0 20px;
  }
  .order-map .order-map__map {
    width: 100%;
    margin: 0;
  }
  .order-points-list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .order-points-list .form-field {
    width: 50%;
  }
}

@media (max-width: 992px) {
  .promotions-in {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .aside {
    width: 100%;
    margin-right: 0;
    margin-bottom: 40px;
  }
  .mainbanner-slider__item {
    background-size: cover !important;
    height: auto;
  }
  .about-parts__part {
    width: 100%;
    padding: 0;
  }
  .about-parts__part img {
    margin-bottom: 20px;
  }
  .about-parts__part img {
    padding: 0;
  }
  .sort-in {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .sort-part {
    width: 100%;
    margin-bottom: 20px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .products-list:not(.products-list--slider) .products-list__item {
    width: calc(33.33% - 20px);
  }
  .products-list.products-list--cols .products-list__item {
    width: 100%;
    padding: 20px 0;
  }
  .products-list.products-list--table .products-list__item {
    width: 100%;
    padding: 20px 0;
  }
  .products-tablehead {
    display: none;
  }
  .news-list__item {
    width: calc(33.33% - 20px);
  }
  .advantages-list__item {
    width: 50%;
    margin-bottom: 40px;
  }
  .payndelivery-cities {
    margin: 0 0 20px;
  }
  .payndelivery-cities__item {
    width: 100%;
    margin: 0 0 20px;
  }
  .payvariants-list {
    margin: 0 0px;
  }
  .payvariants-list__item {
    width: 100%;
    margin: 0 0 20px;
  }
  .contacts-list__item {
    width: calc(50% - 20px);
  }
  .contacts-points-parts {
    margin: 0;
  }
  .contacts-points-parts__part {
    width: 100%;
    margin: 0 0 20px;
  }
  .footer-nav .footer-part {
    width: calc(50% - 20px);
  }
  .footer-info .footer-part {
    width: 100%;
  }
  .order-breadcrumbs {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 0 40px;
  }
  .order-breadcrumbs__link {
    width: 100%;
    margin: 0 0 10px;
  }
  .tabs-head--third {
    width: 100%;
  }
  .good {
    margin: 0;
  }
  .good-gallery {
    margin: 0;
  }
  .good-center-head {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .good-image {
    margin-bottom: 40px;
  }
  .good-details {
    width: 100%;
  }
  .good-commerce {
    width: auto;
    margin: 0;
  }
  .good-commerce .btn img {
    display: none;
  }
}

@media (max-width: 768px) {
  h1, .h1 {
    font-size: 26px;
    line-height: 1.4;
  }
  .interface-in__block:nth-child(1) {
    width: 100%;
    margin-bottom: 20px;
  }
  .mainbanner-smallbanners {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .mainbanner-smallbanners__item {
    width: 100%;
    margin-bottom: 20px;
  }
  .mainbanner-smallbanners__item svg {
    display: block;
  }
  .news-list__item {
    width: calc(50% - 20px);
  }
  .catalog-cats__item {
    width: calc(50% - 20px);
  }
  .products-list:not(.products-list--slider) .products-list__item {
    width: calc(50% - 20px);
  }
  .products-list.products-list--cols {
    margin: 0;
  }
  .products-list.products-list--cols .products-list__item {
    width: 100%;
    padding: 20px 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .products-list--cols .products-image {
    width: 100%;
    margin-right: 0;
  }
  .products-list--cols .products-center {
    width: 50%;
  }
  .products-list--cols .products-right {
    width: 50%;
  }
  .products-list.products-list--table {
    margin: 0;
  }
  .products-list.products-list--table .products-list__item {
    width: 100%;
    padding: 20px 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 0 20px;
  }
  .products-list.products-list--table .products-image {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    width: calc(50% - 40px);
  }
  .products-list.products-list--table .products-right {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 50%;
    padding-left: 0;
    border: unset;
    margin-bottom: 40px;
  }
  .products-list.products-list--table .products-center {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 100%;
  }
  .footer-socials {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .footer-socials .socials__item {
    margin-bottom: 10px;
  }
  .news-head {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .news-head-cats {
    margin-bottom: 30px;
    width: 100%;
    text-align: center;
  }
  .news-list-textwrap {
    height: auto;
  }
  .advantages-list__item {
    width: 100%;
  }
  .addons-products-head {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .addons-products-head__part {
    width: 100%;
    text-align: center;
  }
  .addons-products-controls {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .paginator-pages__item {
    margin-bottom: 10px;
  }
  .modal-main {
    padding-left: 20px;
    padding-right: 20px;
  }
  .modal-head__heading {
    font-size: 24px;
  }
  .modal-body__text {
    font-size: 16px;
  }
  .tabs-head {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .tabs-head__item {
    font-size: 13px;
    padding: 10px 0;
    width: 100%;
  }
  .form-socenter {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .form-socenter__item {
    width: 100%;
    margin-bottom: 20px;
  }
  .order .form {
    display: block;
  }
  .order .form .boxes {
    margin: 0 0 20px 0;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .order .form .order-info {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .good {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .good-gallery {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    display: none;
  }
  .good-center {
    width: calc(100% - 88px);
  }
  .good-image {
    margin: 0 0 20px 0px;
  }
  .good-details {
    margin: 0;
  }
  .good-center-body {
    margin: 40px 0 0;
  }
  .good-commerce {
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    display: none;
  }
  .good-commerce--mob {
    display: block;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    margin-bottom: 40px;
  }
  .footer-subscribe {
    padding: 15px;
  }
  .footer-nav .footer-part {
    width: 100%;
  }
  .footer-nav::after {
    margin-top: 20px;
    width: 100%;
  }
  .footer-nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 0 40px;
  }
  .footer-part {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .footer-nav-subtree {
    margin-bottom: 0px;
  }
  .footer-nav__mainsub {
    margin-bottom: 20px;
  }
  .footer-nav-list {
    display: none;
  }
}

@media (max-width: 600px) {
  .interface-in__block {
    width: 100%;
    margin-bottom: 20px;
  }
  .mainbanner-slider__item {
    background-size: cover !important;
    height: auto;
    padding: 20px;
  }
  .mainbanner-arrows {
    display: none;
  }
  .mainbanner-dots {
    display: none !important;
  }
  .mainbanner-text__heading {
    font-size: 16px;
  }
  .mainbanner-text__subtext {
    font-size: 12px;
  }
  .mainbanner-text__btn {
    margin-top: 10px;
  }
  .catalog-cats {
    margin: 0;
  }
  .catalog-cats__item--customblock {
    min-height: 300px;
  }
  .catalog-cats__name {
    z-index: 1000;
  }
  .catalog-cats__item {
    width: 100%;
    margin: 0 0 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .catalog-cats-imgblock {
    height: auto;
    width: 100%;
  }
  .catalog-cats-imgblock svg {
    display: none;
  }
  .sort-part {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .sort-part .form-field {
    width: calc(50% - 20px);
    margin-bottom: 20px;
  }
  .products-list:not(.products-list--slider) {
    margin: 0;
  }
  .products-list:not(.products-list--slider) .products-list__item {
    width: 100%;
    margin: 0 0 20px;
  }
  .products-list.products-list--table .products-image {
    width: 100%;
  }
  .products-list.products-list--table .products-right {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 100%;
  }
  .products-list.products-list--table .products-center {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 100%;
  }
  .news-list {
    margin: 0;
  }
  .news-list__item {
    width: 100%;
    margin: 0 0 20px;
  }
  .contacts-list {
    margin: 0 0 40px;
  }
  .contacts-list__item {
    width: 100%;
    margin: 0 0 20px;
  }
  .products-list--cols .products-center {
    width: 100%;
  }
  .products-list--cols .products-right {
    width: 100%;
    padding-left: 0;
    border-left: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .form-field__input-wrapper {
    width: 100%;
  }
  .form-field__inputtext {
    top: calc(50% - 22px);
  }
  .form-field__row--flex {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .form-field__row--flex > * {
    -webkit-box-flex: unset;
    -ms-flex: unset;
    flex: unset;
  }
  .form-field__row--flex .form-field__input {
    width: 100%;
    margin-bottom: 20px;
  }
  .form-field__row--flex .form-field__btn {
    width: 100%;
    display: block;
    -webkit-box-flex: unset;
    -ms-flex-positive: unset;
    flex-grow: unset;
    margin-left: 0;
  }
  .form-field .switcher {
    margin: 0;
  }
  .form-field .switcher__content {
    margin-bottom: 10px;
  }
  .form-field .switcher__name {
    width: calc(100% - 45px);
  }
  .form-field .switcher-info {
    width: calc(100% - 45px);
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .form-field .switcher-right {
    margin-top: 10px;
    width: 100%;
    -webkit-box-flex: unset;
    -ms-flex-positive: unset;
    flex-grow: unset;
    text-align: unset;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .form-field .switcher-right__bottom {
    margin-top: 0;
  }
  .form-field .switcher-info__name {
    font-size: 12px;
  }
  .form-field .switcher-info__under {
    font-size: 12px;
  }
  .order-points-list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .order-points-list .form-field {
    width: 100%;
  }
  .form-result{
    max-height: inherit;
    height: calc(100vh - 168px);
    border-top: 1px solid #F0F3F7;
  }
  .form-result__section, .form-result__tovar, .form-result__no-res{
    padding: 10px;
    gap: 10px;
  }
  .form-result__section-title, .form-result__tovar-title, .form-result__tovar-price-val{
    font-size: 14px;
  }
  .form-result__tovar-item img {
    width: 60px;
    min-width: 60px;
    height: 60px;
    object-fit: contain;
  }
}

@media (max-width: 400px) {
  .sort-part .form-field {
    width: 100%;
  }
  .catalog-description-in .h1 {
    font-size: 20px;
  }
}

.sertifikaty-img{
      display: flex;
      flex-wrap: wrap;
    justify-content: space-between;
    margin: 40px 0;
}

.sertifikaty-img div{

    margin-bottom: 20px;
}

@media (max-width: 895px) {
  .sertificaty-header{
    text-align: center;
  }
  .sertifikaty-img {
    justify-content: space-evenly;
  }
  .sertifikaty-img img{

    width: 300px;
}
  
}