
:root {
--lk_inputBorder: #e2e2e2;
  --bodyBg: #fff;
  --textColor: #1f1f1f;
  --headerBg: #fff;
  --iconSvg: #000;
  --titleColor: #1f1f1f;
  --menuItemColor:#fff ;
  --gamburger: #1f1f1f ;

  --menuItemActive: #fbd10e ;
  --header-menuBg:#2c2c2c;
  --tabMenuColor: #1f1f1f;

  --pageButtonText: #fff;
  --redButton: #d7001a;
  --redButtonHover: #c4021a;
  --redButtonText: #fff;

  
  --lightButtonColor: #1f1f1f;
  --tabMenuActive: #d7001a;

  --formRedBtnHover:#c4021a;
  --formRedBtnHoverText: #fff;


    --prodCardBorder: transparent;
  --prodCardBg: #fff;
  --prouctTitle: #1f1f1f;
  --counterBg: #eeeeee;
  --counterBorder: #bfbfbf;;
  --counterColor: #1f1f1f;
  --buttontext: #1f1f1f;
  --cardButton: #fbd10e ;
  --cardButtonHover:#ffdd9a;
  --prodCardBg: #fff;
  --badgeNew:#0dc440;
  --badgeFavorite:#00b9ee;
  --badgeSale:#d7001a;
  --cardBadgeText: #fff;
    --cardBtnHoverText: #1f1f1f;
  --yellowBtnHover: #cbac1d;

  --gradient1: rgba(255, 255, 255, 0);
  --gradient2: rgba(255, 255, 255, 1);
 --grad1: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgb(255, 255, 255)));
   --grad12: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
   --grad13: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
   
   --grad2: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0)), to(rgb(255, 255, 255)));
 --grad22: -o-linear-gradient(right, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
 --grad23: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
  

  --overlayBg: rgba(255, 255, 255, 0.5);
  --fixHeaderShadow: rgba(0, 0, 0, 0.3);
  --blockBorderShadow: rgba(0, 0, 0, 0.18);
  --box-shadow-25: rgba(0, 0, 0, 0.25);
  --box-shadow-15: rgba(0, 0, 0, 0.15);
  --prodCardHoverShadow: rgba(0, 0, 0, 0.28);

  --aboutTextafter:#ffdd9a;
    
    --footerButton: #fbd10e ;
    --footerButtontext: #1f1f1f;
    --footerBg:#2c2c2c;

  --accent1: #fbd10e ;
  --accent2: #d7001a;
  --secondary: #bfbfbf;
  --secondary1: #eeeeee;
  --secondary11: #f5f5f5;
  --secondary2: #ffdd9a;
  --secondary3: #A3A7B4;

   
  --fakePlaceholder: #a3a7b4 ;
  --formGroupBorder: #BFBFBF;
  --toolTipBg: #FFF6E5;
  --toolTipColor: #A3A7B4;
  --closeBtnSpan: #000;
  --customCheckedBorder: #1f1f1f; 
   --customActiveCheckedBorder: #1f1f1f;
  --closeBtnSpan: #000;

  
  --stepBorder:#BFBFBF;
  --arrowBg: #fff;
  
  --tableRowBorder: transparent;
  --orderTable: 2px dashed #eee;
  
  --orderTextareaBg:#F5F5F5 ;
}
/*:root {
    --orderTextareaBg: #000;
    --lk_inputBorder: #e2e2e2;
  --bodyBg: #000;
  --textColor: #fff;
  --headerBg: #000;
  --iconSvg: #fff;
  --titleColor: #fff;
  --menuItemColor:#fff ;
  --gamburger: #fff ;

  --menuItemActive: #E6350C ;
  --header-menuBg:#2c2c2c;
  --tabMenuColor: #fff;

  --pageButtonText: #fff;
  --redButton: #E6350C;
  --redButtonHover: #fff;
 
  --lightButtonColor: #fff;
  --tabMenuActive: #E6350C;

  --formRedBtnHover:#c4021a;
  --formRedBtnHoverText: #fff;
    
  --prodCardBorder: #2C2C2C;
  --prodCardBg: #000;
  --prouctTitle: #fff;
  
  --counterColor: #fff;
  --counterBg: #000;
  --counterBorder: #000;
  --buttontext: #fff;
  --cardButton: #E6350C;
  --cardButtonHover:#fff;
  --cardBtnHoverText: #E6350C;

  --prodCardBg: #000;
  --badgeNew:#0dc440;
  --badgeFavorite:#00b9ee;
  --badgeSale:#d7001a;
  --cardBadgeText: #fff;
  
  --yellowBtnHover: #E6350C;
    --gradient1: rgba(0,0,0, 0);
    --gradient2: rgba(0,0,0, 1);
    --grad1: -webkit-gradient(linear, right top, left top, color-stop(2.7%, #000000), color-stop(97.7%, rgba(0, 0, 0, 0)));
  --grad12: -o-linear-gradient(right, #000000 2.7%, rgba(0, 0, 0, 0) 97.7%);
  --grad13: linear-gradient(-90deg, #000000 2.7%, rgba(0, 0, 0, 0) 97.7%); 
  
  --grad2: -webkit-gradient(linear, right top, left top, color-stop(2.7%, rgba(0, 0, 0, 0)), color-stop(97.7%, #000000));
  --grad22: -o-linear-gradient(right, rgba(0, 0, 0, 0) 2.7%, #000000 97.7%);
  --grad23: linear-gradient(-90deg, rgba(0, 0, 0, 0) 2.7%, #000000 97.7%); 
    

  --overlayBg: rgba(255, 255, 255, 0.5);
  --fixHeaderShadow: rgba(0, 0, 0, 0.3);
  --blockBorderShadow: rgba(0, 0, 0, 0.18);
  --box-shadow-25: rgba(0, 0, 0, 0.25);
  --box-shadow-15: rgba(0, 0, 0, 0.15);
  --prodCardHoverShadow: rgba(0, 0, 0, 0.28);

  --aboutTextafter:#ffdd9a;
    
    --footerButton: #E6350C;
    --footerButtontext: #fff;
    --footerBg:#000;
    --footerBtnHover:;

  --accent1: #FF0000 ;
  --accent2: #E6350C;
  --secondary: #eeeeee;
  --secondary1: #eeeeee;
  --secondary11: #f5f5f5;
  --secondary2: #F5F5F5;
  --secondary3: #A3A7B4;

   
  --fakePlaceholder: #a3a7b4 ;
  --formGroupBorder: #BFBFBF;
  --toolTipBg: #FFF6E5;
  --toolTipColor: #A3A7B4;
  --closeBtnSpan: #000;
  --customCheckedBorder: #eee;
  --customActiveCheckedBorder: #E6350C;
  
  --closeBtnSpan: #000;
  --stepBorder:#BFBFBF;
  --arrowBg: #fff;
  --tableRowBorder: #2c2c2c;
  --orderTable: 1px solid #2c2c2c;
}
 */
input[type="number"]::-webkit-outer-spin-button,input[type="number"]::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0;}
input[type="number"] {-moz-appearance: textfield;}
input[type="number"]:hover,input[type="number"]:focus {-moz-appearance: number-input;}
input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button {-webkit-appearance: none;  margin: 0;}
/* Remove outline on the forms and links */
:active, :hover, :focus {outline: 0; outline-offset: 0;}

@font-face {
  font-family: "RobotoCondensedRegular";
  font-weight: normal;
  font-style: normal;
  font-display: block;
  src: url("../fonts/RobotoCondensed-Regular.WOFF") format("WOFF"); }
@font-face {
  font-family: "RobotoCondensedBold";
  font-weight: normal;
  font-display: block;
  font-style: normal;
  src: url("../fonts/RobotoCondensed-Bold.WOFF") format("WOFF"); }
.title {
  font-family: 'Cuprum', sans-serif;
  font-weight: 700;
}

@font-face {
  font-family: 'Chekharda-BoldItalic.ttf';
  /* Имя шрифта */
  src: url(../fonts/Chekharda-BoldItalic.ttf);
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.working-hours__info{
   font-family: "RobotoCondensedRegular";
}
html {
  scroll-behavior: smooth;
}

html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  background-color: var(--bodyBg);
  color: var(--textColor);
}

body.noscroll {
  overflow: hidden;
}
svg path(:not .social-icons svg path) {fill: var(--iconSvg); transition: .3s;}

.page-card {
  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;
  border-radius: 8px;
  border: 3px solid #eeeeee;
  height: 150px;
}

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

ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

h1,
h2,
h3,
p,
label {
  padding: 0;
  margin: 0;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

button {
  cursor: pointer;
  padding: 0;
  white-space: nowrap;
  color: inherit;
}

textarea,
button,
input {
  outline: none !important;
  border: none;
}

.noscroll {
  overflow: hidden;
}

#overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  display: none;
  z-index: 2;
  background-color: var(--overlayBg);
}

#overlay.active {
  display: block;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
    padding: 0;
  }
}

.hidden-layout {
  min-height: 140px;
}

@media (max-width: 1199px) {
  .hidden-layout {
    min-height: 100px;
  }
}

@media (max-width: 767px) {
  .hidden-layout {
    min-height: 70px;
  }
}

.content-wrapper footer {
  margin-top: auto;
}

.content-wrapper section {
  padding-top: 80px;
  padding-bottom: 80px;
}

@media (max-width: 1199px) {
  .content-wrapper section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

@media (max-width: 767px) {
  .content-wrapper section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

/*ТИПОГРАФИКА*/
.t-upper {
  text-transform: uppercase;
}

.page-title,
.title-2 {
  font-family: 'Cuprum', sans-serif;
  font-weight: 700;
  font-size: 46px;
  line-height: 1.087;
}

@media (max-width: 1199px) {

  .page-title,
  .title-2 {
    font-size: 38px;
  }
}

@media (max-width: 991px) {

  .page-title,
  .title-2 {
    font-size: 32px;
  }
}

.page-title {
  margin-bottom: 0.8695em;
}

.title-34 {
  font-family: 'Cuprum', sans-serif;
  font-weight: 700;
  font-size: 34px;
  line-height: 1.177;
}

.title-3 {
  font-family: 'Cuprum', sans-serif;
  font-weight: 700;
  color: var(--titleColor);
  font-size: 24px;
  line-height: 29px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.text-24 {
  font-size: 24px;
  line-height: 29px;
}

.title-4 {
  font-family: 'Cuprum', sans-serif;
  font-weight: 700;
  font-size: 25px;
  line-height: 1.2;
}

.title-light {
  font-family: 'Cuprum', sans-serif;
  font-size: 25px;
  line-height: 1.2;
  font-weight: 400;
}

.text-2 {
  font-size: 14px;
  line-height: 22px;
}

.text-12 {
  font-size: 12px;
  line-height: 19px;
}

.text-16 {
  font-size: 16px;
  line-height: 24px;
}

.text-16--bold {
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
}

.text-16--light {
  font-size: 16px;
  line-height: 24px;
  color: #A3A7B4;
}

.btn-text {
  font-size: 20px;
  line-height: 28px;
}

.mb-19 {
  margin-bottom: 20px;
}

/*кнопка вверх*/
#back-top {
  position: fixed;
  z-index: 10;
  bottom: 70px;
  right: 10px;
}

@media (min-width: 768px) {
  #back-top {
    right: 30px;
    bottom: 20px;
  }
}

@media (min-width: 992px) {
  #back-top {
    right: 50px;
  }
}

#back-top span {
  display: none;
  text-align: center;
  width: 47px;
  height: 47px;
  display: block;
  margin-bottom: 7px;
}

#back-top span:hover {
  opacity: 0.8;
}

#back-top span i {
  color: var(--accent1);
  font-size: 46px;
  font-weight: 700;
}

@-webkit-keyframes swingElement {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }

  50% {
    -webkit-transform: translateY(15px);
    transform: translateY(15px);
  }

  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@keyframes swingElement {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }

  50% {
    -webkit-transform: translateY(15px);
    transform: translateY(15px);
  }

  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

.aboutus {
  padding-top: 90px;
  padding-bottom: 70px;
}

.aboutus .title-2 {
  margin-bottom: 45px;
  text-transform: uppercase;
  letter-spacing: -0.8px;
}

@media (max-width: 767px) {
  .aboutus {
    padding-top: 10px;
    padding-bottom: 20px;
  }
}

.aboutus-text {
  font-size: 18px;
  position: relative;
  padding-left: 26px;
}

.aboutus-text p {
  margin-bottom: .9em;
  line-height: 1.4;
}

.aboutus-text:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  width: 5px;
  background-color: var(--aboutTextafter);
}

.aboutus-img {
  max-width: 330px;
  margin-left: auto;
  margin-right: auto;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
}

@media (max-width: 991px) {
  .aboutus-img {
    height: auto;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

@media (max-width: 767px) {
  .aboutus-img {
    display: none;
  }
}

/*****КНОПКИ****/
.page-button {
  cursor: pointer;
  outline: none;
  display: inline-block;
  height: 40px;
  line-height: 38px;
  text-align: center;
  padding-left: 65px;
  padding-right: 65px;
  color: var(--pageButton);
  border-radius: 10px;
  max-width: 240px;
  font-size: 16px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.page-button--red {
  background-color: var(--redButton);
  min-width: 156px;
  color: var(--redButtonText);
}

.page-button--red:hover {
  background-color: #c4021a;
  color: #fff;
}

.page-button--yellow {
  background-color: var(--cardButton);
  color: var(--buttontext);
  border: 2px solid var(--cardButton);
}

.page-button--yellow:hover {
  background-color: var(--cardButtonHover);
  color: var(--buttontext);
  border: 2px solid var(--cardButtonHover);
}

.page-button--light {
  background-color: transparent;
  border: 1px solid var(--lightButtonColor);
  color: var(--lightButtonColor);
}

.page-button--light:hover {
  opacity: .6;
  color: var(--lightButtonColor);
}

.page-button--light .product-card .page-button--yellow,
.product-card .page-button--light {
  height: 36px;
  line-height: 30px;
  width: 130px;
  padding-left: 5px;
  padding-right: 5px;
}

.page-btn3 {
  background-color: transparent;
  border-radius: 10px;
  border: 1px solid transparent;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  padding: 5px 10px;
 height: 40px;
}

.page-btn3:hover {
  border: 1px solid var(--accent2);
  color: var(--accent2);
}

.page-btn4 {
  background-color: #fff;
  background-color: transparent;
  border: 1px solid var(--accent2);
  color: var(--accent2);
  padding-left: 56px;
  padding-right: 56px;
  font-size: 12px;
}

.page-btn4:hover {
  border: 1px solid var(--accent2);
  color: white;
  background-color: var(--accent2);
}

.form-group input.page-btn2,
.page-btn2 {
  height: 48px;
  display: inline-block;
  padding-left: 25px;
  padding-right: 25px;
  line-height: 48px;
  font-size: 16px;
  border: 0px;
  color: var(--buttontext);
  border-radius: 10px;
  background-color: var(--accent1);
  cursor: pointer;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.form-group input.page-btn2 i,
.page-btn2 i {
  margin-left: 10px;
  font-size: 18px;
  position: relative;
  top: 2px;
}

.form-group input.page-btn2:hover,
.page-btn2:hover {
  background-color: var(--yellowBtnHover);
}

.checkout-form input.setTime {
  margin-left: 22px;
  width: 185px;
}

.checkout-form .form-group--btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
-webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
@media(min-width: 768px){
  .checkout-form .form-group--btn .button{
    margin-left: 30px;
}
}

.checkout-form .form-group--btn .page-button:hover {
  background-color: var(--formRedBtnHover);
  color: var(--formRedBtnHoverText);
}

.checkout-form .form-group--btn a {
  white-space: nowrap;
  position: relative;
  display: block;
  color: var(--textColor);
  height: 40px;
  line-height: 38px;
  border-radius: 10px;
  border: 1px solid transparent;
  padding-left: 30px;
  padding-right: 30px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.checkout-form .form-group--btn a:hover {
  border: 1px solid var(--accent2);
  color: var(--accent2);
}

.checkout-form .form-group--btn a i {
  margin-right: 12px;
}

.checkout-form .fake-placeholder {
  color: var(--fakePlaceholder);
}

.form-group--check {
  font-size: 12px;
}

.form-group--check label {
  display: inline-block;
}

.form-group--check .custom-checkbox {
  margin-right: 4px;
  border-color: transparent;
  display: inline-block;
  position: relative;
  top: 2px;
}

.form-group.form-group--bb {
  border-bottom: 1px solid var(--formGroupBorder);
}

.form-group.form-group--bb span:first-child {
  margin-bottom: 17px;
  display: block;
}

.form-column {
  position: relative;
}

.form-column .title-3 {
  margin-bottom: 10px;
}

.title-3.mb-20 {
  margin-bottom: 20px;
}

.form-column .form-block {
  margin-bottom: 30px;
}

.form-column .total-amount {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.form-column .total-amount .title-3 {
  margin-bottom: 0;
}

.form-column .total-amount .hide-mob {
  display: inline;
}

@media (max-width: 574px) {
  .form-column .total-amount .hide-mob {
    display: none;
    padding-left: 4px;
  }
}

.tooltip-div {
  position: relative;
  padding: 17px;
  width: 335px;
  padding-right: 55px;
  background: var(--toolTipBg);
  border-radius: 5px;
  color: var(--toolTipColor);
  font-size: 12px;
  line-height: 19px;
}

@media (max-width: 1700px) {
  .tooltip-div {
    width: 275px;
    padding-right: 25px;
  }
}

.close-toooltip {
  position: absolute;
  right: 10px;
  top: 10px;
  background-color: transparent;
  z-index: 3;
}

.tooltip-div:before {
  content: '';
  position: absolute;
  left: -9px;
  bottom: -1px;
  width: 0;
  height: 0;
  border: 17px solid var(--toolTipBg);
  border-bottom: 0px;
  border-left-color: transparent;
  border-right-color: transparent;
  -webkit-transform: rotate(-57deg);
  -ms-transform: rotate(-57deg);
  transform: rotate(-57deg);
  z-index: 3;
}

@media (max-width: 1700px) {
  .tooltip-div:before {
    left: 75%;
    bottom: -8px;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    border: 8px solid #FFF6E5;
    border-bottom: 0px;
    border-left-color: transparent;
    border-right-color: transparent;
  }
}

@media (max-width: 991px) {
  .tooltip-div:before {
    left: 48%;
  }
}

.set-promo {
  padding-left: 16px;
  position: relative;
  max-width: 200px;
}

.tooltip-group {
  position: relative;
  width: 16px;
  height: 16px;
  position: absolute;
  right: 33px;
  top: -35px;
}

.tooltip-group span.tooltip-icon {
  cursor: pointer;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1px solid var(--accent1);
  color: var(--accent1) !important;
  text-align: center;
  line-height: 14px;
  display: block;
  z-index: 5;
  font-size: 12px;
}

.tooltip-group .tooltip-div {
  opacity: 0;
  position: absolute;
  z-index: -1;
  top: 0;
  right: -10px;
  -webkit-transform: translate(100%, -103%);
  -ms-transform: translate(100%, -103%);
  transform: translate(100%, -103%);
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

@media (max-width: 1700px) {
  .tooltip-group .tooltip-div {
    -webkit-transform: translate(15%, -112%);
    -ms-transform: translate(15%, -112%);
    transform: translate(15%, -112%);
  }
}

@media (max-width: 991px) {
  .tooltip-group .tooltip-div {
    -webkit-transform: translate(43%, -112%);
    -ms-transform: translate(43%, -112%);
    transform: translate(43%, -112%);
  }
}

.tooltip-group .active.tooltip-div {
  opacity: 1;
  -webkit-animation: shake 500ms ease-in-out forwards;
  animation: shake 500ms ease-in-out forwards;
  z-index: 5;
}

@-webkit-keyframes shake {
  0% {
    -webkit-transform: rotate(2deg) translate(100%, -103%);
    transform: rotate(2deg) translate(100%, -103%);
  }

  50% {
    -webkit-transform: rotate(-3deg) translate(100%, -103%);
    transform: rotate(-3deg) translate(100%, -103%);
  }

  70% {
    -webkit-transform: rotate(3deg) translate(100%, -103%);
    transform: rotate(3deg) translate(100%, -103%);
  }

  100% {
    -webkit-transform: rotate(0deg) translate(100%, -112%);
    transform: rotate(0deg) translate(100%, -112%);
  }
}

@keyframes shake {
  0% {
    -webkit-transform: rotate(2deg) translate(100%, -103%);
    transform: rotate(2deg) translate(100%, -103%);
  }

  50% {
    -webkit-transform: rotate(-3deg) translate(100%, -103%);
    transform: rotate(-3deg) translate(100%, -103%);
  }

  70% {
    -webkit-transform: rotate(3deg) translate(100%, -103%);
    transform: rotate(3deg) translate(100%, -103%);
  }

  100% {
    -webkit-transform: rotate(0deg) translate(100%, -112%);
    transform: rotate(0deg) translate(100%, -112%);
  }
}

@media (max-width: 1700px) {
  @-webkit-keyframes shake {
    0% {
      -webkit-transform: rotate(2deg) translate(15%, -112%);
      transform: rotate(2deg) translate(15%, -112%);
    }

    50% {
      -webkit-transform: rotate(-3deg) translate(15%, -112%);
      transform: rotate(-3deg) translate(15%, -112%);
    }

    70% {
      -webkit-transform: rotate(3deg) translate(15%, -112%);
      transform: rotate(3deg) translate(15%, -112%);
    }

    100% {
      -webkit-transform: rotate(0deg) translate(15%, -112%);
      transform: rotate(0deg) translate(15%, -112%);
    }
  }

  @keyframes shake {
    0% {
      -webkit-transform: rotate(2deg) translate(15%, -112%);
      transform: rotate(2deg) translate(15%, -112%);
    }

    50% {
      -webkit-transform: rotate(-3deg) translate(15%, -112%);
      transform: rotate(-3deg) translate(15%, -112%);
    }

    70% {
      -webkit-transform: rotate(3deg) translate(15%, -112%);
      transform: rotate(3deg) translate(15%, -112%);
    }

    100% {
      -webkit-transform: rotate(0deg) translate(15%, -112%);
      transform: rotate(0deg) translate(15%, -112%);
    }
  }
}

@media (max-width: 991px) {
  @-webkit-keyframes shake {
    0% {
      -webkit-transform: rotate(2deg) translate(43%, -112%);
      transform: rotate(2deg) translate(43%, -112%);
    }

    50% {
      -webkit-transform: rotate(-3deg) translate(43%, -112%);
      transform: rotate(-3deg) translate(43%, -112%);
    }

    70% {
      -webkit-transform: rotate(3deg) translate(43%, -112%);
      transform: rotate(3deg) translate(43%, -112%);
    }

    100% {
      -webkit-transform: rotate(0deg) translate(43%, -112%);
      transform: rotate(0deg) translate(43%, -112%);
    }
  }

  @keyframes shake {
    0% {
      -webkit-transform: rotate(2deg) translate(43%, -112%);
      transform: rotate(2deg) translate(43%, -112%);
    }

    50% {
      -webkit-transform: rotate(-3deg) translate(43%, -112%);
      transform: rotate(-3deg) translate(43%, -112%);
    }

    70% {
      -webkit-transform: rotate(3deg) translate(43%, -112%);
      transform: rotate(3deg) translate(43%, -112%);
    }

    100% {
      -webkit-transform: rotate(0deg) translate(43%, -112%);
      transform: rotate(0deg) translate(43%, -112%);
    }
  }
}
/*****НАВИГАЦИЯ В ШАПКЕ****/
.header-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}


  .header-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 82%;
    max-width: 350px;
    background-color: var(--header-menuBg);
    z-index: 10;
    height: 100vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    padding-top: 30px;
    padding-left: 20px;
  }


@media (max-width: 1199px) and (max-width: 767px) {
  .header-menu {
    padding-top: 20px;
  }
}

.header-menu .menu-social {
  display: none;
}
.working-hours.d-xl-flex{display: none!important;}
@media (max-width: 1199px) {
  .header-menu .menu-social {
    display: block;
    margin-top: 20px;
  }
}



  .header-menu .menu-logo {
    display: block;
    margin-bottom: 50px;
    max-width: 200px;
  }


@media (max-width: 767px) {
  .header-menu .menu-logo {
    width: 150px;
  }
}

.header-menu.active {
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
  overflow: auto;
}
.header-menu.active{
    overflow: auto;
}
.header-menu.active::-webkit-scrollbar {
  width: 0px;
 display: none;
}

.header-menu li {
  display: block;
  position: relative;


  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.header-menu li a {
  color: inherit;
}


  .header-menu li {
    color: var( --menuItemColor);
    padding-top: 2px;
    padding-bottom: 2px;
    margin-bottom: 20px;
  }


.header-menu li.active {
  color: var( --menuItemActive);
  font-weight: 700;
}

.header-menu li.active:after,
.header-menu li.active:before {
  width: 50%;
  background-color: var(--menuItemActive);
}

.header-menu li.active:hover {
  color: var(--menuItemActive);
}

.header-menu li:after,
.header-menu li:before {
  content: '';
  position: absolute;
  bottom: -1px;
  width: 0;
  height: 2px;
  background-color: var(--secondary2);
  -webkit-transition: .2s;
  -o-transition: .3s;
  transition: .2s;
}

.header-menu li:after {
  left: 50%;
}

.header-menu li:before {
  right: 50%;
}

.header-menu li:hover {
  color: var(--accent1);
}

.header-menu li:hover:after {
  width: 50%;
  left: 0;
}

@media (max-width: 1199px) {
  .header-menu li:hover:after {
    width: 0;
  }
}

.header-menu li:hover:before {
  width: 50%;
  right: 0;
}

@media (max-width: 1199px) {
  .header-menu li:hover:before {
    width: 0;
  }
}

.menu-toggle {
 /*  display: none; */
  position: relative;
  cursor:pointer;
}


  .menu-toggle {
    display: block;
    z-index: 20;
    margin-left: 40px;
    width: 40px;
    height: 40px;
    position: relative;
  }


@media (max-width: 767px) {
  .menu-toggle {
    margin-left: 25px;
    margin-top: -1px;
  }
  .user-avatar{

  }
}
.menu-toggle span {
  position: relative;
  display: block;
  width: 35px;
  height: 2px;
  background-color: var(--gamburger);
  top: 20px;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
}

.menu-toggle span:after,
.menu-toggle span:before {
  content: '';
  position: absolute;
  left: 0;
  height: 2px;
  background-color: var(--gamburger);
  right: 0;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.menu-toggle span:after {
  top: -10px;
}

.menu-toggle span:before {
  bottom: -10px;
}

.menu-toggle.active span {
  background-color: transparent;
}

.menu-toggle.active span:after {
  top: 0px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  background-color: var(--accent2);
}

.menu-toggle.active span:before {
  bottom: 0px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background-color: var(--accent2);
}

/*****ШАПКА****/
.header {
  position: relative;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  /* padding-top: 15px; */
  background-color: var(--headerBg);
  height: 140px;
  max-height: 140px;
  z-index: 5;

}

@media (max-width: 1199px) {
  .header {
    height: 100px;
  }
}

@media (max-width: 767px) {
  .header {
    height: auto;
    padding-bottom: 10px;
    padding-top: 0;
    height: 70px;
  }
}

@-webkit-keyframes showFade {
  0% {
    -webkit-transform: translateY(-80%);
    transform: translateY(-80%);
  }

  100% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}

@keyframes showFade {
  0% {
    -webkit-transform: translateY(-80%);
    transform: translateY(-80%);
  }

  100% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}

.header-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 140px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 1199px) {
  .header-content {
    height: 100px;
  }
}
@media (max-width: 767px) {
  .header-content {
    height: 70px;
  }
}


.header-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height:92.5px;
}
@media (max-width: 1199px) {.header-column{height:auto;} }
@media (max-width: 767px) {
  .header-column {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    margin-top: 5px;
  }
}

.logo {
  margin-right: 68px;
  width: 230px;
  position: relative;
  top:-6px;
  left:-3px;
}

@media (max-width: 1199px) {
  .logo {
    width: 180px;
    margin-right: 20px;
    top:0px;
  left:0px;
  }
}

@media (max-width: 767px) {
  .logo {
    width: 150px;
    margin-right: 0;
  }
}

@media (max-width: 359px) {
  .logo {
    margin-right: 20px;
  }
}

.header-nav__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
 

}

@media (max-width: 1199px) {
  .header-nav__row {
    padding-top: 0;
    margin-bottom: 0;
  }
}

.working-hours {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 60px;
  position: relative;
  top:2px;
}
@media (min-width: 1200px) {
 .working-hours {
    min-width: 519px;
    white-space: nowrap;
  }
}
.working-hours__title {
  text-transform: uppercase;
  font-family: "RobotoCondensedBold";
  font-weight: 700;
  margin-right: 6px;
}

.user-avatar {
  width: 25px;
  height: 25px;
  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;
  position: relative;
  position: absolute;
  right: 65px;
  top: 2px;
}


  .user-avatar {
    position: relative;
    right: 0px;
    top: 0;
  }


.user-avatar span {
  position: absolute;
  background-color: #d7001a;
width: 8px;
    height: 8px;
    border-radius: 50%;
    border: 2px solid #fff;
    z-index: 2;
    top: 1px;
    left: 0px;
    display: block;
}

.user-avatar a {
  display: block;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  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;
  border: 1.5px solid var(--accent1);
  overflow: hidden;
  padding: 1.5px;
  z-index: 1;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.user-avatar a img {
  border-radius: 50%;
}

.header-column--left .user-basket {
  position: relative;
  top:0px;
  left:-3px;
  cursor:pointer;
  margin-left: 35px;
}


.basket-value {
  position: absolute;
  top: -9px;
  right: -11px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  line-height: 20px;
  font-size: 12px;
  text-align: center;
  background-color: var(--accent1);
  display: block;
  color: var(--textColor);
}

.header-column--left {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-left: auto;
}
.header-nav__row .social-icons{
      position: relative;
    /* top:-6px; */
    left:1px;
}
.header-column--left .contact-phone{
    position: relative;
    top:2px;
     left:-2px;


  height:25px;
}

  .header-column--left {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
@media (max-width: 1199px) {
  .header-nav__row .social-icons,
.header-column--left .contact-phone{
    position: relative;
    top:0px;
}
.header-column--left .contact-phone{margin-bottom: 0px;}
}

@media (max-width: 991px) {
  .header-column--left {
    margin-left: 0;
  }
}

@media (max-width: 767px) {
  .header-column--left {
    width: 310px;
    margin-left: auto;
    margin-right: 0;
    margin-top: 0;
  }
  .header-column--left .user-basket {margin-left: 25px; top: 0;
      left: 0;
  }
}

@media (max-width: 575px) {
  .header-column--left {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .fix-wrapper {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    padding-left: 15px;
    padding-right: 15px;
    height: 65px;
    z-index: 5;
    margin-top: 0;
    display: flex;
        -webkit-box-align: center;
         -ms-flex-align: center;
             align-items: center;

    border-bottom: 1px solid #a3a7b4;
    background-color: var(--bodyBg);
    -webkit-box-shadow: 0 -2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0 -2px 2px rgba(0, 0, 0, 0.3);
  }
  .fix-wrapper .header-column{
          -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .fix-wrapper .header-column .logo{margin-right: auto;}
}


  .contact-phone {
    margin-right: 40px;
    margin-bottom: 0;
    padding-top: 0;

  }


@media (max-width: 767px) {
  .contact-phone {
    margin-right: 25px;
  }
}

@media (max-width: 359px) {
  .contact-phone {
    margin-right: 15px;
  }
}

.contact-phone a {
  font-size: 18px;
  font-weight: 700;
  color: var(--textColor);
  line-height: 25px;
  white-space: nowrap;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
 
}

.contact-phone a:hover {
  opacity: .7;
}

@media (max-width: 359px) {
  .contact-phone a {
    font-size: 16px;
  }
}

.user-controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;

  font-size: 0;
  line-height: 1;
  position: relative;

}
@media(max-width:1199px){
   .user-controls{padding-right:0px; top: 0px;}
}
.user-controls a {
  display: block;

}

.user-controls a svg {

  height: 25px;
  -webkit-transition: .3;
  -o-transition: .3;
  transition: .3;
}

@media (max-width: 359px) {
  .user-controls a svg {
    height: 24px;
    width: 24px;
  }
}

.user-controls a:hover svg path {
  fill: var(--accent1);
}

.user-log-in {

  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  top: 0px;

}

.user-log-in svg{
    width:25px;
    height:25px;
}
.user-log-in svg path{
  fill: var(--iconSvg);
}
@media (max-width: 991px) {
  .user-log-in {

    top: 0;
  }
}

.stocks {
  padding-top: 130px;
  padding-bottom: 160px;
  background-color: var(--bodyBg);
  background-size: cover;
  background-position: center;
}

@media (max-width: 1500px) {
  .stocks {
    padding-top: 85px;
    padding-bottom: 100px;
  }
}

@media (max-width: 767px) {
  .stocks {
    padding-top: 45px;
    padding-bottom: 50px;
    background-position: 33% 50%;
  }
}

.checkout-content__footer {
  -webkit-transform: translateY(-35%);
  -ms-transform: translateY(-35%);
  transform: translateY(-35%);
}
.checkout-content__footer .agree-text{
    padding-top: 15px;
}
.checkout-content__footer  button + a{margin-right: 30px;}
@media (max-width: 991px) {
  .checkout-content__footer {
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
  }
}

.checkout-content__footer .form-group--btn {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

@media (max-width: 991px) {
  .checkout-content__footer {
    margin-top: 20px;
  }
}

@media (max-width: 574px) {
  .checkout-content__footer .form-group--btn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .checkout-content__footer .form-group--btn .page-button {
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .checkout-content__footer .agree-text {
    font-size: 12px;
  }
  .checkout-content__footer  button + a{margin-right: 0px;}
}

@media (max-width: 767px) {
  .form-column {
    overflow: hidden;
  }
}

.tool-block {
  color: var(--textColor);
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.tool-block p:first-child {
  margin-right: 10px;
}

.form-group--checkbox p {
  color: var(--textColor);
}

.sale-text {
  margin-top: 5px;
  color: var(--secondary3);
}

.form-column--2 .form-block {
  margin-bottom: 20px;
}

.contacts-content .feedback-form {
  max-width: 100%;
}

.contacts-content .title-2 {
  margin-bottom: 30px;
}

.contacts-content .form-block {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.contacts-content .form-block .form-group {
  width: 48%;
}

.contacts-content .form-group textarea {
  height: 80px;
}

.contacts-content .form-group .page-btn2 {
  width: 100%;
  margin-top: 50px;
}

@media (max-width: 767px) {
  .contacts-content .form-group .page-btn2 {
    margin-top: 10px;
  }
}

@media (max-width: 991px) {
  .contacts-content .address-block__item {
    margin-bottom: 10px;
  }
}

@media (max-width: 767px) {
  .contacts-content .address-block__item {
    margin-bottom: 15px;
  }
}

.contacts-content .address-block__item span:first-child {
  color: var(--accent1);
  margin-bottom: 4px;
}

.contacts-content .address-block__item a {
  color: var(--textColor);
}

.contacts-content .address-block__item a:hover {
  color: var(--accent1);
}

/*ДОСТАВКА  И ОПЛАТА*/
.delivery .border-block {
  margin-bottom: 40px;
}

.delivery .border-block p,
.delivery .border-block h3 {
  color: var(--accent2);
}

.border-block h3,
.text-block h3 {
  margin-bottom: 20px;
}

.text-block {
  margin-bottom: 15px;
}

.text-block p {
  padding-bottom: 10px;
}

.text-block p:last-child {
  padding-bottom: 0;
}

.border-block {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.18);
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.18);
  border-radius: 20px;
  padding: 30px;
  margin-bottom: 30px;
}

@media (max-width: 991px) {
  .border-block {
    padding: 25px;
  }
}

@media (max-width: 767px) {
  .border-block {
    padding: 20px;
  }
}

.delivery-info {
  padding-left: 34px;
  border-left: 4px solid var(--secondary2);
  height: 100%;
}

@media (max-width: 1199px) {
  .delivery-info {
    padding-left: 24px;
  }
}

@media (max-width: 767px) {
  .delivery-info {
    padding-left: 18px;
    padding-top: 30px;
  }
}

.delivery-info .title-3 {
  margin-bottom: 30px;
}

.address-block__item {
  margin-bottom: 20px;
}

.address-block__item span {
  display: block;
  margin-bottom: 10px;
}

.address-block__item span:first-child {
  font-weight: 700;
}

/*----FOOTER-----*/
.footer {
  background-color: var(--footerBg);
  padding-top: 35px;
 padding-bottom: 35px;
  color: #fff;
  font-size: 13px;
  position: relative;
  overflow: hidden;
}

@media (max-width: 767px) {
  .footer {
    padding-top: 0px;
    padding-bottom: 70px;
  }
}

.footer:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 39%;
  background-color: var(--footerBg);
  z-index: 1;
}

@media (max-width: 1199px) {
  .footer:after {
    width: 43%;
  }
  .footer .map{
      width: 57%;
  }
}

@media (max-width: 767px) {
  .footer:after {
    display: none;
    padding-top: 0;
  }
}

.footer .page-btn2 {
  margin-top: 35px;
  margin-bottom: 25px;
}

.footer .map {
  position: absolute;
  top: 0;
  bottom: 0;
  /* left: 0; */
  width:61%;
  right: 0;
  height: 100%;
  -webkit-filter: hue-rotate(160deg);
  filter: hue-rotate(160deg);
}
.footer-logo{width:200px;}
.map iframe{height:100%;}
@media (max-width: 1199px) {

  .footer .map{
      width: 57%;
  }
}

@media (max-width: 767px) {
  .footer .map {
    position: relative;
    margin-bottom: 25px;
    height: 250px;
    width:100%;
  }
}

.footer-content {
  position: relative;
  z-index: 2;
}

.footer-logo {
  margin-bottom: 30px;
  display: inline-block;
}

.footer-address {
  margin-bottom: 10px;
}

.footer-address a {
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  color: var(--accent1);
}

.footer-address a:hover {
  color: #fff;
}

.footer-working-hours {
  margin-bottom: 10px;
  max-width: 280px;
}

.footer-contacts {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

@media (max-width: 991px) {
  .footer-contacts {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.footer-contacts a {
  color: #fff;
  font-size: 20px;
  margin-right: 2em;
  white-space: nowrap;
}

@media (max-width: 991px) {
  .footer-contacts a {
    margin-bottom: 10px;
  }
}

.footer-contacts a:hover {
  opacity: .5;
}

.copyright-text span {
  display: inline-block;
}

@media (max-width: 991px) {
  .copyright-text span {
    display: block;
  }
}

/*****ФОРМА****/
.form-group {
  position: relative;
  width: 100%;
  margin: 0;
  margin-bottom: 25px;
}

.form-group input {
  width: 100%;
  display: block;
  outline: none;
  height: 48px;
  font-size: 14px;
  line-height: 22px;
  color: var(--textColor);
  background-color: white;
  border-bottom: 1px solid #bfbfbf;
  font-weight: 400;
}

.form-group input::-webkit-input-placeholder {
  font-size: 14px;
  line-height: 22px;
  color: #a3a7b4;
  font-weight: 400;
}

.form-group input::-moz-placeholder {
  font-size: 14px;
  line-height: 22px;
  color: #a3a7b4;
  font-weight: 400;
}

.form-group input::-ms-input-placeholder {
  font-size: 14px;
  line-height: 22px;
  color: #a3a7b4;
  font-weight: 400;
}

.form-group input::placeholder {
  font-size: 14px;
  line-height: 22px;
  color: #a3a7b4;
  font-weight: 400;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset;
  box-shadow: 0 0 0px 1000px white inset;
}

.form-group textarea {
  width: 100%;
  resize: none;
  border-bottom: 1px solid #bfbfbf;
  padding-top: 15px;
  outline: none;
  height: 130px;
  color: var(--textColor);
  background-color: var(--bodyBg);
}

.form-group textarea::-webkit-input-placeholder {
  font-size: 14px;
  line-height: 22px;
  color: #a3a7b4;
  font-weight: 400;
}

.form-group textarea::-moz-placeholder {
  font-size: 14px;
  line-height: 22px;
  color: #a3a7b4;
  font-weight: 400;
}

.form-group textarea::-ms-input-placeholder {
  font-size: 14px;
  line-height: 22px;
  color: #a3a7b4;
  font-weight: 400;
}

.form-group textarea::placeholder {
  font-size: 14px;
  line-height: 22px;
  color: #a3a7b4;
  font-weight: 400;
}

.form-group.error input {
  border-color: #d7001a;
}

.form-group .error-text {
  position: absolute;
  left: 0;
  bottom: -20px;
  display: none;
}

.form-group.error .error-text, .form-group span.error {
  display: block;
  color: var(--accent1);
  font-size: 12px;
  line-height: 19px;
  padding-top: 3px;
}

.form-group .error-notify {
  position: absolute;
  right: 17px;
  top: 14px;
  width: 20px;
  height: 20px;
  background: url(../img/main/warning.svg);
  background-position: center;
  background-repeat: no-repeat;
  display: none;
}
.form-group input.error + span.error-notify, .form-group textarea.error + span.error-notify,
.form-group input.error + span + span.error-notify,
.form-group.error .error-notify {display: block;}

.form-group input[type='checkbox'] {
  width: 0.01px;
  height: 0.1px;
  border: 0px;
  padding: 0;
  -moz-appearance: none;
  -webkit-appearance: none;
}

.form-group .fake-placeholder {
  position: absolute;
  left: 0;
  top: 15px;
  font-size: 14px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  pointer-events: none;
}

.fake-placeholder.pl-20 {
  padding-left: 22px;
}

.form-group .fake-placeholder.active {
  top: -6px;
  color: var(--accent1);
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.form-checkbox {
  width: 0.01px;
  -moz-appearance: none;
  -webkit-appearance: none;
}

.custom-checkbox {
  display: inline-block;
  width: 15px;
  height: 15px;
  background: #EEEEEE;
  -webkit-box-shadow: 0px 0px 1px rgba(31, 31, 31, 0.35);
  box-shadow: 0px 0px 1px rgba(31, 31, 31, 0.35);
  border-radius: 4px;
  border: 1px solid #939393;
  background-image: url(../img/main/check.png);
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center -15px;
  -webkit-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  margin-right: 10px;
}

.form-checkbox:checked+.custom-checkbox {
  background-position: center;
}

.feedback-form .custom-checkbox {
  position: relative;
  top: 1px;
}

.feedback-form {
  max-width: 490px;
  margin-left: auto;
  margin-right: auto;
}

.feedback-form h3 {
  text-align: center;
  font-size: 24px;
  line-height: 29px;
  margin-bottom: 30px;
  font-weight: 700;
  max-width: 420px;
  margin-left: auto;
  margin-right: auto;
}

form .agree-text {
  font-size: 16px;
  line-height: 24px;
  color: var(--textColor);
}

form .agree-text a {
  color: var(--accent1);
  border-bottom: 1px solid var(--accent1);
}

form .agree-text a:hover {
  opacity: .5;
}

.modal-content {
  border-radius: 20px;
  background-color: var(--bodyBg);
  border: 1px solid #fff;
}

@media (max-width: 767px) {
  .modal-content {
    border-radius: 10px;
  }
}

@media (min-width: 768px) {
  .modal-dialog {
    max-width: 570px;
  }

  .modal-body {
    padding-top: 60px;
    padding-bottom: 35px;
  }
}

.modal-form-title button.close {
  outline: none;
  position: absolute;
  display: block;
  top: 20px;
  right: 20px;
  color: #d7001a;
  z-index: 5;
  line-height: 1;
  opacity: .9;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  text-shadow: none;
}

.modal-form-title button.close:hover {
  opacity: .7;
}

.modal-form-title button.close span {
  line-height: 1;
  font-size: 22px;
}

@media (max-width: 767px) {
  .modal-form-title button.close {
    top: 2px;
    right: 5px;
  }
}

.contact-form__success h2 {
  font-size: 2em;
  text-align: center;
  color: #d7001a;
  font-family: 'Cuprum', sans-serif;
  font-weight: 700;
}

@media (max-width: 767px) {
  .contact-form__success h2 {
    font-size: 24px;
  }
}

.form-group input.page-button--red {
  color: #fff;
  background-color: #d7001a;
  border: 0px;
}

.form-group span span {
  color: #d7001a;
}

/*КАСТОМНЫЕ РАДИОКНОПКИ*/
.checkout-content [type="checkbox"]:checked,
.checkout-content [type="checkbox"]:not(:checked),
[type="radio"]:checked,
[type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}

.checkout-content [type="checkbox"]:checked+label,
.checkout-content [type="checkbox"]:not(:checked)+label,
[type="radio"]:checked+label,
[type="radio"]:not(:checked)+label {
  position: relative;
  padding-left: 22px;
  cursor: pointer;
  display: inline-block;
}

.checkout-content [type="checkbox"]:checked+label:before,
.checkout-content [type="checkbox"]:not(:checked)+label:before,
[type="radio"]:checked+label:before,
[type="radio"]:not(:checked)+label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 16px;
  height: 16px;
  border: 1px solid var(--customActiveCheckedBorder);
  border-radius: 100%;
  background: var(--bodyBg);
}

.checkout-content [type="checkbox"]:not(:checked)+label:before,
[type="radio"]:not(:checked)+label:before {
  border: 1px solid var(--customCheckedBorder);
}

.checkout-content [type="checkbox"]:checked+label:after,
.checkout-content [type="checkbox"]:not(:checked)+label:after,
[type="radio"]:checked+label:after,
[type="radio"]:not(:checked)+label:after {
  content: '';
  width: 8px;
  height: 8px;
 background: var(--customActiveCheckedBorder);
  position: absolute;
  top: 4px;
  left: 4px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.checkout-content [type="checkbox"]:not(:checked)+label:after,
[type="radio"]:not(:checked)+label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}

.checkout-content [type="checkbox"]:checked+label:after,
[type="radio"]:checked+label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.form-block label {
  font-size: 12px;
  line-height: 19px;
  color: #1f1f1f;
  color: #a3a7b4;
  margin-top: 4px;
}

.form-block label span {
  display: block;
}

.form-block label span:first-child {
  color: var(--colorText);
  margin-top: 0px;
}

.subscribes-block p {
  font-size: 12px;
  color: #a3a7b4;
  padding-left: 20px;
  margin-top: 5px;
}

@media (max-width: 1199px) {
  .subscribes-block p {
    max-width: 400px;
  }
}

@media (max-width: 767px) {
  .subscribes-block p {
    max-width: auto;
  }
}

@media (max-width: 374px) {
  .subscribes-block p {
    padding-left: 0;
  }
}

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

.subscribes-block__top p {
  margin-right: 20px;
  font-size: 12px;
  position: relative;
  padding-left: 20px;
  white-space: nowrap;
  color: #1f1f1f;
}

.subscribes-block__top p:before {
  content: '';
  width: 16px;
  height: 16px;
  background: url(../img/main/admin.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 0;
}

@media (max-width: 374px) {
  .subscribes-block__top p {
    padding-left: 0;
  }

  .subscribes-block__top p:before {
    display: none;
  }
}

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

.subscribes-block__inputs label {
  margin-right: 15px;
  font-size: 12px;
  white-space: nowrap;
  color: #1f1f1f;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.subscribes-block__inputs label:last-child {
  margin-right: 0;
}

.subscribes-block__inputs label .custom-checkbox {
  margin-left: 10px;
  border-color: #eeeeee;
  position: relative;
  top: 2px;
  margin-right: 0;
}

/*USER-PROFILE FORM*/
form.personal-data {
  position: relative;
}

.add-avatar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  right: -27px;
  top: -117px;
  position: absolute;
}

@media (max-width: 767px) {
  .add-avatar {
    top: -85px;
  }
}

.add-avatar label {
  cursor: pointer;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.add-avatar .user-avatar {
  left: 10px;
  top:-9px;
}

.inputfile {
  width: 0.1px;
  height: 0.1px;
  overflow: hidden;
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.inputfile+label {
  display: inline-block;
  background-color: transparent;
  color: #a3a7b4;
  font-size: 12px;
  border-radius: 4px;
  padding: 12px;
}

.inputfile:focus+label,
.inputfile+label:hover {
  background-color: transparent;
  color: var(--accent1);}

.agree-text .custom-checkbox {
  position: relative;
}

@media (max-width: 767px) {
  .agree-text .custom-checkbox {
    top: 2px;
  }
}

/*--FORM STYLE*/


.stocks-content {
  max-width: 290px;
  position: relative;
}

.stocks-content .sale-slogan {
  font-family: 'Cuprum', sans-serif;
  font-weight: 700;
  font-size: 85px;
  position: absolute;
  top: -11%;
  -webkit-transform: translateX(96%);
  -ms-transform: translateX(96%);
  transform: translateX(96%);
  padding: 15px 12px;
}

.stocks-content .sale-slogan p {
  padding: 3px 40px;
  line-height: .9;
  background-color: var(--accent1);
  position: relative;
  z-index: 2;
}

@media (max-width: 767px) {
  .stocks-content .sale-slogan p {
    padding: 3px 20px;
  }
}

.stocks-content .sale-slogan .sale-slogan__border {
  position: absolute;
  top: 8px;
  left: -10px;
  z-index: 1;
}

@media (max-width: 1199px) {
  .stocks-content .sale-slogan .sale-slogan__border {
    top: 0px;
  }
}

@media (max-width: 767px) {
  .stocks-content .sale-slogan .sale-slogan__border {
    top: 3px;
  }
}

@media (max-width: 1199px) {
  .stocks-content .sale-slogan {
    -webkit-transform: translateX(96%);
    -ms-transform: translateX(96%);
    transform: translateX(96%);
    font-size: 70px;
    padding: 5px;
  }
}

@media (max-width: 767px) {
  .stocks-content .sale-slogan {
    font-size: 44px;
    padding: 5px;
  }
}

@media (max-width: 374px) {
  .stocks-content .sale-slogan {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
    right: 0;
  }
}

.stocks-content h2 {
  margin-bottom: 20px;
  font-family: 'Cuprum', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}

.stocks-content .page-button {
  margin-top: 30px;
}

@media (max-width: 767px) {
  .stocks-content .page-button {
    margin-top: 15px;
  }
}

.stock-product h4 {
  font-size: 30px;
  font-family: 'Cuprum', sans-serif;
  font-weight: 700;
}

.stock-product .stock-product-desk {
  font-size: 15px;
  line-height: 1.3;
}

.stock-product .stock-product-price {
  font-size: 32px;
  font-family: 'Cuprum', sans-serif;
  font-weight: 700;
}

.stock-product .stock-product-price span {
  font-size: 22px;
  font-family: 'Cuprum', sans-serif;
  font-weight: 700;
}

/*****ГЛАВНАЯ - ПРЕИМУЩЕСТВА****/
.main-benefits {
  padding-top: 90px;
  background-color: var(--bodyBg);
  padding-bottom: 70px;
}

@media (max-width: 767px) {
  .main-benefits {
    padding-bottom: 0px;
    padding-top: 40px;
  }
}

.main-benefits h2 {
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 1em;
}

.main-benefits .main-benefits-icon {
  margin-bottom: 25px;
  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;
  height: 70px;
}

.main-benefits-item {
  max-width: 190px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-bottom: 25px;
}

.main-benefits-item p {
  font-size: 18px;
}

/*****ГЛАВНАЯ - ПАРАЛЛАКС-БЛОК****/
.main-cta {
  position: relative;
  background-color: #1f1f1f;
  height: 468px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 0 0;
  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;
}

@media (max-width: 1199px) {
  .main-cta {
    height: 350px;
  }
}

@media (max-width: 991px) {
  .main-cta {
    height: 300px;
  }
}

@media (max-width: 767px) {
  .main-cta {
    height: 250px;
  }
}


.main-cta h2,
.main-cta p {
  color: #fff;
}

.main-cta .title-group {
  position: relative;
  z-index: 2;
}

.main-cta .title-group h2 {
  text-transform: uppercase;
  margin-bottom: 25px;
}

.main-cta .title-group p {
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}

/*****ГЛАВНАЯ - СЕКЦИЯ КАРТОЧКИ МЕНЮ****/
.main-menu {

  padding-top: 100px;

  padding-bottom: 90px;
  color: var(--textColor);
  position: relative;
  z-index: 1;
}

.main-menu .title-group {
  margin-bottom: 35px;
}

@media (max-width: 767px) {
  .main-menu .title-group {
    margin-bottom: 25px;
  }
}

@media (max-width: 1199px) {
  .main-menu {
    padding-top: 70px;

    padding-bottom: 60px;
  }
}

@media (max-width: 767px) {
  .main-menu {
    padding-top: 30px;
    padding-bottom: 40px;

  }
}

.main-menu .title-2 {
  text-transform: uppercase;
  margin-bottom: 0.54em;
}

.menu-products__controls {
  margin-bottom: 20px;
  text-align: center;
}

@media (max-width: 1199px) {
  .menu-products__controls {
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .menu-products__controls {
    margin-bottom: 0;
  }
}

.menu-products__controls button, .menu-products__controls a {
  position: relative;
  text-transform: uppercase;
  border: none;
  background-color: transparent;
  cursor: pointer;
  margin-right: 1em;
  padding-left: 2px;
  padding-right: 2px;
  color: var(--textColor);
}

.menu-products__controls button:last-child, .menu-products__controls a:last-child {
  margin-right: 0;
}

@media (max-width: 991px) {
  .menu-products__controls button {
    margin-bottom: 10px;
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .menu-products__controls button {
    margin-bottom: 10px;
    font-size: 18px;
  }
}

.menu-products__controls button:after, .menu-products__controls a:after {
  content: '';
  position: absolute;
  right: 50%;
  width: 0;
  bottom: -1px;
  height: 2px;
  background-color: var(--textColor);
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.menu-products__controls button:before, .menu-products__controls a:before {
  content: '';
  position: absolute;
  left: 50%;
  width: 0;
  bottom: -1px;
  height: 2px;
  background-color: var(--textColor);
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.menu-products__controls button:hover:before,
.menu-products__controls button:hover:after,
.menu-products__controls a:hover:before,
.menu-products__controls a:hover:after{
  width: 50%;
  background-color: var(--textColor);
}

.menu-products .control-active {
  color: var(--accent2);
}
.menu-products .control-active:before, .menu-products .control-active:after {
  background-color: var(--accent1);
}

.menu-products .control-active:before,
.menu-products .control-active:after {
  width: 50%;
}

.menu-products .control-active:hover:before,
.menu-products .control-active:hover:after {
  background-color: var(--acent2);
}

.menu-products__content {
  padding-top: 20px;
}

.title-light.control-active {
  font-weight: 700;
}

/*****ГЛАВНАЯ - СЛАЙДЕР В ШАПКЕ****/
.banner-item {
  height: 570px;
  background-position: right bottom;
  background-size: cover;
  position: relative;
}

@media (max-width: 1199px) {
  .banner-item {
    height: 500px;
  }
}

@media (max-width: 991px) {
  .banner-item {
    height: 450px;
  }
}

@media (max-width: 767px) {
  .banner-item {
    height: calc(100vh - 130px);
    height: 400px;
  }
}



.slide-content {
  color: #fff;
  font-family: 'Cuprum', sans-serif;

  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: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 98%;
  font-size: 35px;
  position: relative;
}

   .slide-content {
       height: 500px;
       max-width: 1140px;
       margin-left: auto;
       margin-right: auto;
   }

.slide-content .sale-amimate {
  position: absolute;
  right: -130px;
  top: 29%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  max-width: 400px;
  width: 50%;
  -webkit-animation-name: swingElement;
  animation-name: swingElement;
  -webkit-animation-duration: 8s;
  animation-duration: 8s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  z-index: 1;
}

@media (max-width: 1919px) {
  .slide-content .sale-amimate {
    right: -100px;
    width: 30%;
  }
}

@media (max-width: 1360px) {
  .slide-content .sale-amimate {
    right: -50px;
    top: 30%;
    width: 25%;
  }
}

@media (max-width: 991px) {
  .slide-content .sale-amimate {
    right: 0;
    top: 10%;
    width: 35%;
  }
}

@media (max-width: 767px) {
  .slide-content .sale-amimate {
    width: 40%;
    top: 58%;
  }
}

.slide-content .page-button {
  margin-top: 40px;
  padding-left: 30px;
  padding-right: 30px;
  max-width: 170px;
}

@media (max-width: 767px) {
  .slide-content .page-button {
    margin-top: 30px;
  }
}

@media (max-width: 1199px) {
  .slide-content {
    margin-top: 0;
    max-width: 95%;
    height: 500px;
    font-size: 24px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 991px) {
  .slide-content {
    height: 320px;
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .slide-content {
    max-width: 100%;
    font-size: 18px;
    height: 300px;
  }
}

@media (max-width: 424px) {
  .slide-content {
    font-size: 15px;
  }
}

.slide-suptitle {
  font-size: 50px;
  font-size: 1.4285em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-bottom: 4px solid #fff;
  line-height: 1.2;
  margin-bottom: 10px;
}

@media (max-width: 1199px) {
  .slide-suptitle {
    border-bottom: 2px solid #fff;
  }
}

.slide-title {
  font-size: 2.4em;
  font-family: 'Chekharda-BoldItalic.ttf';
  line-height: 1.1;
  position: relative;
  z-index: 2;
}

@media (max-width: 767px) {
  .slide-title {
    font-size: 2em;
  }
}

.product-descrip {
  font-size: 1em;
  margin-top: 10px;
  line-height: 1;
}

.banner-slider .owl-nav {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 5%;
  right: 5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #fff;
  font-size: 30px;
  z-index: 2;
  display: none;
}

@media (max-width: 1439px) {
  .banner-slider .owl-nav {
    left: 2%;
    right: 2%;
  }
}

@media (max-width: 1199px) {
  .banner-slider .owl-nav {
    display: none;
  }
}

.banner-slider .owl-nav button {
  outline: none;
}

.banner-slider .owl-nav button i {
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.banner-slider .owl-nav button:hover i {
  color: #d7001a;
}

.banner-slider .owl-nav span {
  display: block;
  width: 40px;
  height: 40px;
  background-color: rgba(238, 238, 238, 0.2);
}

.banner-slider .owl-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  z-index: 2;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (max-width: 767px) {}

.banner-slider .owl-dots .owl-dot {
  width: 12px;
  height: 12px;
  background-color: #fff;
  margin-right: 10px;
  border-radius: 50%;
  outline: none;
}

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

.banner-slider .owl-dots .owl-dot.active {
  background-color: var(--accent1);
}

.banner-slider .owl-dots .owl-dot:hover {
  background-color: var(--accent1);
}

.section-info .text-block__img {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  min-height: 200px;
  border-radius: 20px;
}

.content-inner {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.18);
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.18);
  border-radius: 20px;
  padding: 0px 30px;
}

@media (max-width: 1199px) {
  .content-inner {
    padding: 0 15px;
  }
}

@media (max-width: 767px) {
  .content-inner {
    padding: 0 15px;
  }
}

@media (max-width: 374px) {
  .content-inner {
    padding: 0 5px;
  }
}

.content-inner .panel {
  border-bottom: 2px solid #eeeeee;
}

.content-inner .panel-heading {
  position: relative;
  padding-right: 30px;
  display: block;
}

.content-inner .panel-heading i {
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  height: 20px;
}

.content-inner .panel-heading i svg path {
  fill: #d7001a;
}

.content-inner .panel-heading i.up {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.content-inner .accordion-item__title {
  position: relative;
  padding-top: 40px;
  padding-bottom: 40px;
  font-size: 16px;
  color: #1f1f1f;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 1199px) {
  .content-inner .accordion-item__title {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

@media (max-width: 991px) {
  .content-inner .accordion-item__title {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}

@media (max-width: 767px) {
  .content-inner .accordion-item__title {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.content-inner .accordion-item__icon {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #d7001a;
}

.content-inner .accordion-item__icon span {
  min-width: 80px;
  margin-right: 6px;
}

@media (max-width: 767px) {
  .content-inner .accordion-item__icon span {
    display: none;
  }
}

.content-inner .text-phrase {
  font-size: 16px;
  line-height: 24px;
  margin-right: 50px;
}

.content-inner .text-phrase span:first-child {
  font-weight: 700;
  margin-right: 20px;
  white-space: nowrap;
}

@media (max-width: 767px) {
  .content-inner .text-phrase {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: 30px;
  }
}

@media (max-width: 424px) {
  .content-inner .text-phrase {
    margin-right: 15px;
  }
}

.content-inner .basket-result {
  padding-bottom: 40px;
}

.content-inner .basket-result .page-button {
  width: auto;
  padding-left: 65px;
  padding-right: 65px;
  border: 2px solid #d7001a;
  background-color: #fff;
  color: #d7001a;
}

@media (max-width: 1199px) {
  .content-inner .basket-result .page-button {
    padding-left: 45px;
    padding-right: 45px;
  }
}

@media (max-width: 991px) {
  .content-inner .basket-result .page-button {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (max-width: 767px) {
  .content-inner .basket-result .page-button {
    width: 240px;
    padding-left: 30px;
    padding-right: 30px;
  }
}

.content-inner .basket-result .page-button:hover {
  color: #fff;
  background-color: #d7001a;
}

@media (max-width: 767px) {
  .user-profile__tabs .nav-tabs {
    margin-bottom: 20px;
  }
}

.user-profile__tabs .nav-item {
  text-transform: uppercase;
  font-size: 25px;
  line-height: 1.2;
  color: #1f1f1f;
}

@media (max-width: 1199px) {
  .user-profile__tabs .nav-item {
    font-size: 22px;
  }
}

@media (max-width: 767px) {
  .user-profile__tabs .nav-item {
    font-size: 20px;
  }
}

@media (max-width: 375px) {
  .user-profile__tabs .nav-item {
    font-size: 16px;
  }
}

.user-profile__tabs .nav-tabs,
.user-profile__tabs .nav-tabs .nav-link {
  border: none;
}

.user-profile__tabs .nav-tabs .nav-link {
  padding-bottom: 0;
  padding-top: 2px;
  border-bottom: 3px solid transparent;
  margin-right: 1.1em;
  font-family: 'Cuprum', sans-serif;
  padding-left: 0;
  padding-right: 0;
}

.user-profile__tabs .nav-tabs .nav-link.active {
  border-bottom: 2px solid var(--accent1);
  padding-left: 0;
  padding-right: 0;
  color: var(--accent2);
  font-weight: 700;
}

.user-profile__tabs .tab-content {
  padding-top: 32px;
}

@media (max-width: 1199px) {
  .user-profile__tabs .tab-content {
    padding-top: 25px;
  }
}

/*ЛИЧНЫЕ ДАННЫЕ*/
@media (max-width: 1199px) {
  .personal-data {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.personal-data .user-avatar {
  position: relative;
}

.content-inner--pt {
  padding-top: 40px;
  padding-bottom: 40px;
}

.content-inner--pt .form-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .content-inner--pt .form-body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.content-inner--pt .form-col {
  width: 48%;
}

@media (max-width: 767px) {
  .content-inner--pt .form-col {
    width: 100%;
  }
}

.content-inner--pt .form-group {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.content-inner--pt .form-group label {
  min-width: 90px;
  font-weight: 700;
}

.content-inner--pt #toggle-passw {
  position: absolute;
  cursor: pointer;
  right: 0;
  top: 10px;
}

.content-inner--pt #toggle-passw svg {
  pointer-events: none;
}

.content-inner--pt #toggle-passw svg path {
  fill: #1f1f1f;
}

.content-inner--pt #toggle-passw:after {
  content: '';
  position: absolute;
  top: 10px;
  left: -2px;
  height: 1px;
  background-color: #1f1f1f;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 24px;
  display: none;
  -webkit-box-shadow: 0 -1px #fff;
  box-shadow: 0 -1px #fff;
}

.content-inner--pt #toggle-passw.active:after {
  display: block;
}

.content-inner--pt .politic-agree p {
  position: relative;
  padding-left: 30px;
}

.content-inner--pt .politic-agree p a {
  color: var(--accent1);;
  border-bottom: 1px solid var(--accent1);;
}

.content-inner--pt .politic-agree p:before {
  content: '';
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 1px;
  background-image: url(../img/main/warning.svg);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
}

.form-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 5px;
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  .form-footer {
    display: block;
  }
}

@media (max-width: 767px) {
  .form-footer .flex-wrapper {
    text-align: center;
    margin-top: 20px;
  }
}

.section-info article {
  padding-right: 20px;
  margin-bottom: 30px;
}

@media (max-width: 1199px) {
  .section-info article {
    padding-left: 0;
  }
}

.section-info article.flex-height {
  margin-bottom: 0px;
}

@media (min-width: 1200px) {
  .section-info article.flex-height {
    margin-bottom: 30px;
  }
}

@media (min-width: 1200px) {
  .section-info article.flex-height p {
    padding-left: 520px;
  }
}

.section-info article.flex-height .text-block {
  margin-bottom: 0;
}

.section-info article .text-block {
  position: relative;
}

.section-info article .text-block p {
  margin-bottom: 25px;
}

.section-info article .text-block h3 {
  margin-bottom: 15px;
}

.section-info article .text-block:after {
  content: '';
  display: table;
  clear: both;
}

.section-info article .text-block__img {
  margin-right: 30px;
  margin-bottom: 10px;
  float: left;
  max-width: 500px;
  border-radius: 20px;
  overflow: hidden;
}

@media (max-width: 1439px) {
  .section-info article .text-block__img {
    max-width: 520px;
  }
}

@media (max-width: 1199px) {
  .section-info article .text-block__img {
    max-width: 400px;
  }
}

@media (max-width: 991px) {
  .section-info article .text-block__img {
    max-width: 280px;
  }
}

@media (max-width: 575px) {
  .section-info article .text-block__img {
    max-width: 350px;
    width: 100%;
    float: unset;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
  }
}

.section-info article .border-block_inner {
  background-color: #ffdd9a;
  border-radius: 15px;
  padding: 40px;
}

@media (max-width: 767px) {
  .section-info article .border-block_inner {
    padding: 25px;
  }
}

.section-info .text-block {
  margin-bottom: 30px;
}

.section-info .border-block {
  border: 1px dashed #1F1F1F;
  padding: 10px;
}

.section-info .page-button {
  margin-top: 40px;
  width: 240px;
  padding-left: 20px;
  padding-right: 20px;
}

@media (max-width: 991px) {
  .section-info .page-button {
    margin-top: 25px;
  }
}

@media (max-width: 767px) {
  .section-info .page-button {
    margin-bottom: 30px;
  }
}

.section-info .block-img {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  overflow: hidden;
}

.basket-table .fake-radiobutton {
  background-color: #ffdd9a;
}

@media (max-width: 767px) {}

.basket-item {
  padding-top: 30px;
  padding-bottom: 30px;
  border-bottom: 2px dashed #EEEEEE;
  position: relative;
}

.basket-item:first-child {
  border-top: 2px dashed #EEEEEE;
}

@media (max-width: 1199px) {
  .basket-item {
    padding-bottom: 20px;
  }
}

.basket-item .fake-radiobutton {
  padding-left: 8px;
  padding-right: 8px;
  min-width: 65px;
}

.basket-item .filter-name {
  font-size: 12px;
  min-width: 36px;
}

.basket-item .product-card__filters {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.product-counter.product-counter--big {
  width: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.product-counter.product-counter--big .product-counter--num {
  width: 40px;
  height: 30px;
  font-size: 16px;
  line-height: 30px;
}

.basket-item__head {
  padding-left: 10px;
}

.basket-item__head .title-34 {
  color: var(--textColor);
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.basket-item__head .title-34:hover {
  color: var(--accent1);;
}

.basket-item__img {
  border: 1px dashed var(--secondary3);
  border-radius: 20px;
  width: 100%;
  max-width: 170px;
  min-height: 160px;
  overflow: hidden;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 5px;
}

@media (max-width: 1199px) {
  .basket-item__img {
    min-width: 130px;
    min-height: 130px;
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .basket-item__img {
    min-width: 110px;
  }
}

@media (max-width: 424px) {
  .basket-item__img {
    min-width: 90px;
    min-height: 80px;
  }
}

@media (max-width: 575px) {
  .basket-item__img {
    margin-left: auto;
    margin-right: auto;
  }
}

.border-col {
  border-left: 1px solid #eeeeee;
  border-right: 1px solid #eeeeee;
}

@media (max-width: 991px) {
  .border-col {
    border-right: 0;
  }
}

@media (max-width: 767px) {
  .border-col {
    border: 0;
  }
}

@media (max-width: 1199px) {
  .basket-item__descrip {
    border-right: 0px;
    padding-left: 10px;
    min-height: 160px;
  }
}

@media (max-width: 767px) {
  .basket-item__descrip {
    margin-top: 15px;
    padding-top: 10px;
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
    min-height: auto;
  }
}

.basket-item__descrip .basic-descrip {
  color: var(textColor);
  margin-bottom: 42px;
  padding-right: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 1199px) {
  .basket-item__descrip .basic-descrip {
    margin-bottom: 20px;
    padding-right: 0;
  }
}

.basket-item__descrip .addition-set {
  color: #a3a7b4;
  position: relative;
  padding-right: 50px;
}

@media (max-width: 1199px) {
  .basket-item__descrip .addition-set {
    margin-bottom: 15px;
    padding-right: 20px;
  }
}

.remove-item {
  position: absolute;
  top: 1px;
  right: 1px;
  
  color: #d7001a;
  background-color: transparent;
  z-index: 2;
   
   width: 25px;
   height: 25px;
   display: inline-block;
}
.remove-item:after, .remove-item:before{
    content: '';
    width: 100%;
    height: 2px;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
       -webkit-transform: rotate(45deg);
       -ms-transform: rotate(45deg);
           transform: rotate(45deg);
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.remove-item:before{
    -webkit-transform: rotate(-45deg);
       -ms-transform: rotate(-45deg);
           transform: rotate(-45deg);
    
}
.remove-item svg {
  pointer-events: none;
}

.remove-item:hover:before{
   -webkit-transform: rotate(45deg);
       -ms-transform: rotate(45deg);
           transform: rotate(45deg);
           background-color: red;
}
.remove-item:hover:after{
   -webkit-transform: rotate(-45deg);
       -ms-transform: rotate(-45deg);
           transform: rotate(-45deg);
           background-color: red;
}
.basket-item__cost {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 767px) {
  .basket-item__cost {
    margin-left: 30px;
  }
}

.basket-item__calc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100%;
  position: relative;
}

@media (max-width: 1199px) {
  .basket-item__calc {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-right: 40px;
    padding-top: 15px;
  }
}

@media (max-width: 991px) {
  .basket-item__calc {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    border-top: 1px solid #eeeeee;
  }
}

@media (max-width: 767px) {
  .basket-item__calc {
    padding-right: 0px;
    border-top: 0;
    padding-bottom: 0px;
    padding-top: 20px;
  }
}

.basket-item__summ {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 5px;
}

@media (max-width: 991px) {
  .basket-item__summ {
    width: 43%;
    padding-bottom: 0;
  }
}

@media (max-width: 767px) {
  .basket-item__summ {
    width: auto;
  }
}
.remove-item svg{
    -webkit-transition: .3s;
 -o-transition: .3s;
 transition: .3s;
}
.remove-basket-item {
  position: absolute;
  right: 0px;
  top: 30px;
  font-size: 26px;
  color: #d7001a;
}
.remove-item:hover svg{

-webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
        transform: scale(1.2);
}
@media (max-width: 991px) {
  .remove-basket-item {
    right: -15px;
    top: auto;
    bottom: 55px;
  }
}

@media (max-width: 767px) {
  .remove-basket-item {
    right: -5px;
    top: 20px;
    bottom: auto;
  }
}

.basket-item__addInfo {
  color: #a3a7b4;
  padding-top: 5px;
}

.basket-item__cost-val {
  padding-right: 2px;
}

.basket-result {
  padding-bottom: 40px;
  padding-top: 40px;
}

@media (max-width: 767px) {
  .basket-result {
    padding-bottom: 20px;
    padding-top: 20px;
  }
}

.basket-result .page-button {
  padding-left: 20px;
  padding-right: 20px;
  width: 240px;
  margin-right: 30px;
}

@media (max-width: 767px) {
  .basket-result .page-button {
    width: 190px;
    margin-right: 20px;
  }
}

.basket-result .basket-clean:hover svg path {
  fill: #d7001a;
}

.basket-result .basket-clean span:last-child {
  margin-left: 0px;
  position: relative;
  top: 3px;
}

@media (max-width: 767px) {
  .basket-result .basket-clean span:last-child {
    margin-left: 6px;
  }
}

.total-amount {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  white-space: nowrap;
}

.total-amount span.mr {
  margin-right: 20px;
}
.mr10 {margin-right:10px;}
@media (max-width: 991px) {
  .total-amount .basket-item__cost {
    margin-left: auto;
  }
}

@media (min-width: 1200px) {
  .total-amount {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}

.title-34 span {
  display: block;
}

.basket-item__cost-val.title-34 {
  font-size: 34px;
  white-space: nowrap;
  margin-left: 20px;
}

@media (max-width: 1199px) {
  .basket-item__cost-val.title-34 {
    font-size: 26px;
  }
}

@media (max-width: 767px) {
  .basket-item__cost-val.title-34 {
    font-size: 28px;
  }
}

.basket-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 1199px) {
  .basket-btn .page-button {
    padding-left: 2px;
    padding-right: 2px;
    min-width: 170px;
    margin-right: 10px;
  }
}

@media (max-width: 767px) {
  .basket-btn {
    margin-top: 20px;
  }

  .basket-btn .page-button {
    min-width: 240px;
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (max-width: 500px) {
  .basket-btn {
    -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;
  }

  .basket-btn .page-button {
    margin-bottom: 15px;
    margin-right: 0;
  }
}

.basket-state {
  color: #a3a7b4;
}

.basket-clean {
  min-width: 200px;
  cursor: pointer;
}

@media (max-width: 991px) {
  .basket-clean {
    min-width: 170px;
  }
}

@media (max-width: 767px) {
  .basket-clean {
    min-width: 200px;
  }
}

.sale-card {
  max-width: 570px;
  width: 100%;
  min-height: 473px;
  max-height: 473px;
  background-color: #fff;
  color: var(--textColor);
  position: relative;
  cursor: pointer;
  border-radius: 20px;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  overflow: hidden;
}

.sale-card .title-3 {
  margin-bottom: 20px;
}

.sale-card:hover {
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.25);
  color: #1f1f1f;
}

.sale-card:hover .title-3 {
  color: var(--accent1);
}

.sale-card .card__badge {
  position: absolute;
  top: 30px;
  left: 30px;
  z-index: 2;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  height: 28px;
  background-color: var(--accent1);
  line-height: 28px;
  display: inline-block;
  border-radius: 15px;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 14px;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
}

.sale-card__img {
  height: 278px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
}

.sale-card__desckrip {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 40px 30px;
  position: relative;
  padding-right: 150px;
}

@media (max-width: 1199px) {
  .sale-card__desckrip {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 15px;
  }
}

@media (max-width: 991px) {
  .sale-card__desckrip {
    padding: 20px 15px;
    padding-right: 15px;
  }
}

.sale-card__text a {
  color: var(--accent1);
  border-bottom: 1px solid var(--accent1);
}

.sale-card__text p {
  font-size: 14px;
  line-height: 22px;
}

.sale-card__period {
  position: absolute;
  right: 30px;
  top: 40px;
  width: 100px;
  height: 97px;
  border: 1px solid var(--accent1);
  border-radius: 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;
  background-color: var(--bodyBg);
  text-align: center;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  color: var(--accent1);
}
.sale-card__period p{
    padding-left: 5px;
    padding-right: 5px;
}
@media (max-width: 991px) {
  .sale-card__period {
    right: 0;
    top: 10px;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-animation: none;
    animation: none;
  }
}

.pagination-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

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

@media (max-width: 767px) {
  .pagination-block {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.pagination-block a {
  width: 25px;
  height: 25px;
  background: var(--bodyBg);
  border: 1px solid #EEEEEE;
  color: #BFBFBF;
  text-align: center;
  display: block;
  font-size: 12px;
  line-height: 24px;
  cursor: pointer;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.pagination-block a:first-child {
  border-radius: 12px 0 0 12px;
}

.pagination-block a:last-child {
  border-radius: 0 12px 12px 0;
}

.pagination-block a span path {
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.pagination-block a.active {
  font-weight: 700;
  color: var(--accent1);
}

.pagination-block a.active span path {
  stroke: var(--accent1);
  stroke-width: 2px;
}

.pagination-block a:hover {
  color: #1f1f1f;
}

.pagination-block a:hover span path {
  stroke: var(--textColor);
}

/*****КАРТОЧКА ПРОДУКТА НА ГЛАВНОЙ****/
.product-card {
  border-radius: 20px;
  background-color: var(--prodCardBg);
  border: 1px solid var(--prodCardBorder);
  -webkit-box-shadow: 0px 0px 6px 0px var(--blockBorderShadow);
  box-shadow: 0px 0px 6px 0px var(--blockBorderShadow);
  width: 100%;
  max-width: 370px;
  margin-left: auto;
  margin-right: auto;
  min-height: 550px;
  /* max-height: 550px; */
  font-size: 15px;
  padding: 2.7em 1.6em 2em;
  color: var(--prouctTitle);
  font-family: 'Roboto Condensed', sans-serif;
  position: relative;
  overflow: hidden;
  margin-bottom: 28px;
  cursor: pointer;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.product-card .form-btn .page-button {
  padding-left: 40px;
  padding-right: 40px;
}

.product-card:hover {
  -webkit-box-shadow: 0px 0px 16px 0px var(--prodCardHoverShadow);
  box-shadow: 0px 0px 16px 0px var(--prodCardHoverShadow);
}

.product-card:hover .product-title {
  color: var(--accent1);
}

@media (max-width: 374px) {
  .product-card {
    padding: 2.7em 10px 2em;
  }
}

.product-card__img {
  height: 180px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.product-card__img img {
  width: auto;
}

.product-card__title {
  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: 5px;
}

.product-title {
  font-size: 2em;
  font-family: 'Cuprum', sans-serif;
  color: var(--prouctTitle);
  width: 86%;
  white-space: nowrap;
  overflow: hidden;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  padding-right: 5px;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

@media (max-width: 424px) {
  .product-title {
    font-size: 1.8em;
  }
}

.product-card__deskrip {
  /* height: 165px; */
  line-height: 1.2;
  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: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.product-card__filters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.filter-name {
  color: var(--textColor);
  margin-right: 10px;
  font-size: 15px;
}

.filters-type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.filters-type input {
  width: 0.1px;
  -moz-appearance: none;
  -webkit-appearance: none;
}

.filters-type input:checked+.fake-radiobutton, .fake-radiobutton.active {
  background-color: var(--secondary2);
}

.filters-type__item {
  position: relative;
  margin-right: 10px;
  margin-bottom: 5px;
}

.filters-type__item:last-child {
  margin-right: 0;
}

.fake-radiobutton {
  display: inline-block;
  padding-left: 15px;
  padding-right: 15px;
  height: 25px;
  border-radius: 15px;
  border: 1px solid red;
  text-align: center;
  line-height: 25px;
  font-size: 12px;
  border: 1px solid var(--secondary2);
  cursor: pointer;
}

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

.product-card__prises {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.new-price {
  margin-right: 25px;
  font-size: 35px;
  font-family: 'Cuprum', sans-serif;
  font-weight: 700;
  color: var(--colorText);
  white-space: nowrap;
}

@media (max-width: 424px) {
  .new-price {
    font-size: 32px;
  }
}

.old-price {
  font-size: 25px;
  color: #d7001a;
  font-family: 'Cuprum', sans-serif;
  font-weight: 700;
  position: relative;
  white-space: nowrap;
}

.old-price:before {
  content: '';
  position: absolute;
  top: 48%;
  left: 0px;
  right: 0px;
  height: 1px;
  background-color: #d7001a;
}
@media (max-width: 767px) {
 .old-price {
    font-size: 20px;
} 
.new-price {font-size: 25px;}
.product-card__prises {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align:center;
  -ms-flex-align: center;
  align-items: center;
}
}

span.dim {
  font-family: 'Cuprum', sans-serif;
  font-size: .7em;
  font-weight: 700;
  margin-left: 5px;
}

.product-counter {
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 78px;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 14px;
}

.product-counter span {
  display: inline-block;
}

.product-counter--num {
  border-width: 1px;
  border-color: var(--counterBorder);
  border-style: solid;
  border-radius: 5px;
  background-color: var(--counterBg);
  height: 23px;
  width: 33px;
  text-align: center;
  line-height: 21px;
  color: var(--textColor);
  font-weight: 700;
}

.product-counter span:last-child {
  margin-right: 0;
}

.product-counter .product-counter--plus,
.product-counter .product-counter--minus {
  position: relative;
  cursor: pointer;
  background-color: var(--bodyBg);
  border: 0px;
  color: var(--textColor);
  font-size: 21px;
  width: 20px;
  height: 20px;
  margin-right: 0;
  display: block;
  padding: 0;
  line-height: 20px;
}

.product-counter .product-counter--plus {
  margin-right: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  top: -1px;
  font-size: 19px;
}

.product-counter .product-counter--minus {
  font-size: 26px;
  position: relative;
  top: -1px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.product-counter .product-counter--plus:hover,
.product-counter .product-counter--minus:hover {
  opacity: .7;
}

.product-card__footer {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding-bottom: 30px;
  padding-left: 20px;
  padding-right: 20px;
}

.product-card__buttons {
  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-top: 10px;
}
.product-card__buttons  .form-btn{
    margin-left: auto;
}
.page-button.show-back {
  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;
}
.page-button.show-back svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  pointer-events: none;
}
.page-button.show-back span {
  display: block;
  background-color: #fff;
  position: relative;
  z-index: 1;
  opacity: 1;
  pointer-events: none;
}
.page-button.show-back.active span {
  opacity: 0;
}
.product-card__addition {
  position: absolute;
  top: 0;
  bottom: 117px;
  left: 0;
  right: 0;
  z-index: 2;
  padding: 30px 24px;
  background-color: var(--bodyBg);
  padding-bottom: 40px;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}

.product-card__addition.active {
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}

.products-group__wrapper {
    max-height: 100%;
    overflow-y: auto;
}

.products-group__title {
  font-size: 16px;
  font-weight: 700;
  color: #1f1f1f;
  margin-bottom: 12px;
}

.products-group__List li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: var(--secondary3);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.product-card__addition li > span {
    padding-right: 5px;
    padding-left: 20px;
    white-space: nowrap;
}
.products-group__List li label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.products-group__List li.check-item {
  color: var(--textColor);
}

.products-group__List .custom-checkbox {
  border: 1px solid var(--secondary3);
}

.product-card__addition .page-button {
  position: absolute;
  bottom: 20px;
  left: 20px;
  padding-top: 2px;
}

svg.left-arr {
  fill: var(--textColor);
  opacity: .6;
  pointer-events: none;
}

.card-badges {
  position: absolute;
  top: 10px;
  left: 10px;
}

.card-badge {
  display: inline-block;
  height: 20px;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 5px;
  color: var(--cardBadgeText);
  font-size: 13px;
  margin-right: 10px;
}

.card-badge--new {
  right: 20px;
  background-color: var(--badgeNew);
}

.card-badge--favorite {
  right: 20px;
  background-color: transparent;
}

.card-badge--sale {
  right: 20px;
  background-color: var(--badgeSale);
}

.product-page__content {
  background: var(--bodyBg);
  -webkit-box-shadow: 0px 0px 6px var(--blockBorderShadow);
  box-shadow: 0px 0px 6px var(--blockBorderShadow);
  border-radius: 20px;
}

.product-image {
  padding: 6px;
}

@media (max-width: 1199px) {
  .product-image {
    margin-left: auto;
    margin-right: auto;
    max-width: 400px;
  }
}

.product-set {
  padding: 15px 20px 30px;
  border-left: 1px solid var(--secondary1);
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.customize-variation-wrapper{
    height: 250px;
    overflow: auto;
}
.customize-variation-wrapper::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.customize-variation-wrapper::-webkit-scrollbar-track {
  background-color: #dedede;
}
.customize-variation-wrapper::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background-color: var(--accent1);
}
@media (max-width: 374px) {
  .product-set {
    padding: 20px 10px 30px;
  }
}

.product-set__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 15px;
  padding-bottom: 15px;
}

.product-set__row:first-child {
  border-bottom: 1px solid var(--secondary1);
}

.product-set__row .ingredients {
  width: 70%;
}

.product-set__row .filter-name {
  margin-right: 15px;
}

@media (max-width: 1199px) {
  .product-set__row .filter-name {
    margin-right: 5px;
  }
}

@media (max-width: 991px) {
  .product-set__row .filter-name {
    margin-right: 10px;
  }
}

.product-set__row .filters-type__item {
  margin-right: 5px;
}

.product-set__row .products-group__List li {
  margin-bottom: 15px;
  font-size: 14px;
  line-height: 22px;
}

.product-set__types,
.product-set__row-wrap {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

@media (max-width: 767px) {

  .product-set__types,
  .product-set__row-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.product-set__column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.product-set__types .products-group__List {
  margin-right: 40px;
}

.product-set__footer {
  padding-top: 30px;
  border-top: 1px solid var(--secondary1);
  margin-top: auto;
}

.product-set__footer .d-flex {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 767px) {
  .product-set__footer .d-flex {
    margin-bottom: 15px;
  }
}

.product-set__footer .product-counter {
  width: 101px;
  height: 30px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.product-set__footer .product-counter--num {
  margin-right: 0;
  width: 48px;
}

.product-set__footer .total-amount {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .product-set__footer .total-amount {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.product-set__footer .basket-item__cost {
  margin-left: 20px;
}

.product-set__footer .page-button {
  width: 170px;
  padding-left: 10px;
  padding-right: 10px;
}

/*****СОЦ ИКОНКИ****/
.social-icons {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  line-height: 1;
  display: flex;
}

.social-icons a {
  margin-right: 10px;
  display: block;
  /* -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s; */
  line-height: 1;
  font-size: 0;
}

.social-icons a{
  min-width: 24px;

   max-width: 24px;

}

.social-icons a:last-child {
  margin-right: 0;
}

 .social-icons a:hover {
  opacity: .7;
}

#user-history {display: block; width: 100%}
#user-history:not(.active) {height:0;}

#politicText{
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    padding-right: 0;
}

#politicText .modal-body{    padding: 5px;
    max-height:550px;
    overflow: auto;
}
@media(max-width: 575px){
    #politicText .modal-body{max-height:350px;}
}
@media(max-width: 359px){
    #politicText .modal-body{max-height:270px;}
}
#politicText .modal-body::-webkit-scrollbar, .products-group__wrapper::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
#politicText .modal-body::-webkit-scrollbar-track, .products-group__wrapper::-webkit-scrollbar-track {
  background-color: #dedede;
}
#politicText .modal-body::-webkit-scrollbar-thumb, .products-group__wrapper::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background-color: var(--accent1);
}
#politicText.modal .modal-dialog{
    max-width: 900px;
}
#politicText.modal .modal-content{
        padding: 25px 15px;
}
     #politicText.modal button.close{ position: absolute;
         top:6px;
         right:6px;
     }
.modal .close-btn {
  position: absolute;
  top: 5px;
  right: 3px;
  z-index: 1000;
}
.politicText-title {padding-bottom:10px;}
.modal .close-btn span {
   background: var(--closeBtnSpan);
}
.close-btn {
  border: 0;
  background-color: transparent;
  padding: 0;
  width: 30px;
  height: 30px;
  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;
  cursor: pointer;
  outline: none;
}

.close-btn:focus {
  outline: none;
}

.close-btn span {
  position: absolute;
  width: 2px;
  height: 15px;
  display: block;
  background-color: var(--bodyBg);
  opacity: 0.6;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.close-btn.close-dark span {
  background-color: var(--closeBtnSpan);
}
.close-btn.close-danger span {
  background-color: red;
}

.close-btn span:nth-child(2) {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

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

.close-btn:hover span:nth-child(2) {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.close-btn.dark span {
  background-color: var(--closeBtnSpan);
}
.set-promo .mspc2-form {border:0;margin: 0;}
.set-promo .mspc2-form button.mspc2-form__button_submit {
/*    display: none;*/
/*background: transparent;color: darkred; font-size: 2em;font-weight: 900;*/
    background: #e6350c;color: #fff;height: 30px; margin-top: 19px;}
.set-promo .mspc2-form button.remove-item {background: transparent;}
.form-group.hidden {display:none}
.autorization-page {padding-bottom: 80px;}
@media(max-width:1199px) {.autorization-page {padding-bottom: 30px;}}
.form-group input { background-color: transparent;}
.form-group p { font-size: 12px;line-height: 19px;  margin-top: 10px;}

.forms-wrapper__col {
  padding-top: 30px;
padding-bottom: 30px;}

  .title-light {
    margin-bottom: 30px;
  }

  .forms_col--reg {
    padding-left: 20px;
    padding-right: 20px;

    background: #F5F5F5;
    border: 1px solid var(--secondary1);
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.05);
    border-radius: 4px;
  }
.form-group input.page-button--yellow,
.page-button--yellow {
  background-color: var(--accent1);
  color: var(--textColor);
  border: 2px solid var(--accent1);
}
.form-group input.page-button--yellow:hover,
.page-button--yellow:hover {
  background-color: var(--secondary2);
  color: var(--cardBtnHoverText);
  border: 2px solid var(--secondary2);
}
/**** заказ получен */
.order-receiver {
  padding-bottom: 50px;
}
.order-receiver .title-light {
  text-transform: uppercase;
  margin-bottom: 25px;
}
.order-table {
  margin-right: 25px;
  border-top: var(--orederTable);
  border-bottom:  var(--orederTable);;
  padding-top: 0px;
}
@media (max-width: 767px) {
  .order-table {
    padding-top: 25px;
  }
}
.table-row {
  min-height: 96px;
  margin-bottom: 20px;
  border-bottom: 1px solid var(--tableRowBorder);
}
.table-row .table-cell {
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.table-row.table-row--head {
  min-height: 54px;
  max-height: 54px;
  
}
@media (max-width: 767px) {
  .table-row.table-row--head {
    display: none;
  }
}
.table-row.table-row--head .table-cell {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 54px;
}
.table-row .table-cell h5 {
  font-size: 16px;
  font-weight: 700;
}
.table-row .table-cell__img {
  max-width: 170px;
  margin-left: auto;
  margin-right: auto;
  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;
}
.table-row .table-cell__deskrip p {
  font-size: 12px;
  line-height: 19px;
}
.table-row .table-cell__deskrip .title-light {
  font-weight: 700;
  color: var(--textColor);
  margin-bottom: 5px;
  display: inline-block;
}
.table-row .table-cell__amount span:first-child {
  font-size: 25px;
  line-height: 30px;
  font-weight: 700;
  font-family: 'Cuprum', sans-serif;
  padding-right: 6px;
}
@media (max-width: 767px) {
  .table-row .table-cell__img {
    margin-bottom: 10px;
  }
  .table-row .table-cell__deskrip {
    margin-bottom: 10px;
  }
  .table-row .table-cell__count,
  .table-row .table-cell__amount {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}
.table-row.table-row__result {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 54px;
  max-height: 54px;
  margin-bottom: 0;
}
.table-row.table-row__result p {
  font-size: 24px;
  line-height: 29px;
  font-weight: 700;
  padding-right: 20px;
  font-family: 'Cuprum', sans-serif;
}
@media (max-width: 767px) {
  .table-row.table-row__result p {
    font-size: 16px;
    line-height: 1.5;
  }
}
.table-row.table-row__result .total-amount span:first-child {
  margin-right: 10px;
}
@media (max-width: 767px) {
  .table-row.table-row__result .total-amount span:first-child {
    font-size: 28px;
  }
}
.table-row.table-row__result .total-amount span:last-child {
  margin-right: 0;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}
.order-receiver .contacts-wrapper {
  padding-top: 30px;
}
.order-receiver .contacts-column {
  margin-bottom: 30px;
}
.order-receiver .contacts-column h4 {
  font-family: 'Cuprum', sans-serif;
  font-size: 25px;
  line-height: 1.2;
  font-weight: 400;
  margin-bottom: 20px;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .order-receiver .contacts-column h4 {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .order-receiver .contacts-column h4 {
    font-size: 24px;
  }
}
.order-receiver .contacts-column li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 5px;
}
@media (max-width: 991px) {
  .order-receiver .contacts-column li {
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .order-receiver .contacts-column li {
    font-size: 16px;
  }
}
.order-receiver .contacts-column li p {
  padding-left: 10px;
  font-weight: 700;
}
#ext-gen24{
background-color: var(--secondary2);
}
#ext-gen24 td:hover{
background-color: var(--bodyBg);

}
#ext-gen24 td.sort-asc,
 #ext-gen24 td.sort-desc{
  background-color: var(--bodyBg);

  }
  .x-grid3-hd-btn,
#ext-gen24 td:hover a.x-grid3-hd-btn{
  background-color: #d7001a!important;
}
#ext-gen24 thead td{
  color:#1f1f1f;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 22px;

  }

#ext-gen24 tbody td{
  color:#2c2c2c;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 14px;
  line-height: 22px;
  }
  .x-menu-list li.x-menu-item-active{background-color: #A3A7B4!important;}
#ext-gen24 tbody tr:nth-child(2n){background-color: #F5F5F5;}
#ext-comp-1008 table tr{
font-family: 'Roboto Condensed', sans-serif;
  font-size: 12px;
  line-height: 19px;
}
 .x-grid3-row td,  .x-grid3-summary-row td{
   color:#2c2c2c!important;
  font-family: 'Roboto Condensed', sans-serif!important;
  font-size: 14px!important;
  line-height: 22px!important;
}
.x-toolbar td, .x-toolbar span,
 .x-toolbar input, .x-toolbar div,
 .x-toolbar select, .x-toolbar label{
  font-family: 'Roboto Condensed', sans-serif!important;
  font-size: 12px!important;
  line-height: 19px!important;
}

.user-profile__tabs .form-footer .flex-wrapper .page-button--red{
  padding-left: 52px;
  padding-right: 52px;
  line-height: 25px;
}
@media(max-width: 991px){
  .user-profile__tabs .form-footer .flex-wrapper .page-button--red{
    padding-left: 10px;
    padding-right: 10px;
    width: 115px;
  }
  .user-profile__tabs .form-footer .flex-wrapper .page-btn4{
    padding-left: 10px;
    padding-right: 10px;
    width: 115px;
  }
}
@media(max-width: 1199px){
  .add-avatar{
  top: -107px;
  right: -15px;

}  #profile-user-photo{
  max-width: 26px;
}
}
  .user-profile__tabs .form-footer .flex-wrapper {
   display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
     -webkit-align-items: center;
           align-items: center;
  }
  .user-profile__tabs .form-footer .flex-wrapper .page-button--red{margin-left: 25px;}
@media(max-width: 1199px){.user-profile__tabs .form-footer .flex-wrapper .page-button--red{min-width: unset;}}
.user-profile__tabs .form-footer .flex-wrapper .page-btn4{
   font-size: 16px;
  }
  @media(max-width: 991px){
    .user-profile__tabs .form-footer .flex-wrapper .page-button--red{
      margin-left: 10px;}
    }
@media(max-width: 767px){
  .user-profile__tabs .form-footer .flex-wrapper .page-button--red{
    padding-left: 10px;
    padding-right: 10px;
    width: 120px;


  }
  .user-profile__tabs .form-footer .flex-wrapper .page-btn4{
    padding-left: 10px;
    padding-right: 10px;
    width: 120px;
  }
.add-avatar{
  top: -90px;
  right: -9px;

}

}
.form-group input.page-btn2[type="submit"]{
    width: auto;
    padding-left: 30px;
    padding-right: 30px;
}

.user-controls .not_empty a {width: auto}
/*.copyright-text {margin-bottom: 10px;}*/
.checkout-form input.error + label { color: red; }
#social {
  left: 35px;
  bottom: 35px;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  z-index: 99;
}
#icons a {
  height: 0;
  opacity: 0;
  color: white;
  display: flex;
  align-items: center;
  margin: 0 0 10px 5px;
  pointer-events: none;
  text-decoration: none;
  transition: all 0.2s linear 0s;
}
#icons.active a {
  opacity: 1;
  height: 60px;
  pointer-events: auto;
}
#tl, #wa, #vb, #fb, #vk, #ml, #ms {
  width: 60px;
  height: 60px;
  display: flex;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
}
#tl, #tl + .title {background: #44B4F4;}
#wa, #wa + .title {background: #00D1B5;}
#vb, #vb + .title {background: #AB74D4;}
#fb, #fb + .title {background: linear-gradient(203.03deg, #FC5C73 6.71%, #963AFD 53.43%, #178AFF 89.56%);}
#vk, #vk + .title {background: #2787F5;}
#ml, #ml + .title {background: #4075FF;}
#ms {
  width: 70px;
  height: 70px;
  margin-top: 20px;
  overflow: hidden;
  position: relative;
  background: #07BB07;
  align-items: flex-start;
  justify-content: flex-start;
  transition: all 0.2s linear 0s;
  background-position: center !important;
  background-repeat: no-repeat !important;
}
#ms.active {
  transform: rotate(180deg);
  background-color: #FFFFFF !important;
  box-shadow: 0px 0px 12px rgba(7, 187, 7, 0.5);
  background-image: url(../img/icons/cl.svg) !important;
}
#ms #wrap {
  left: 0;
  display: flex;
  position: absolute;
  transition: all 0.15s linear 0s;
}
#ms.active #wrap {
  opacity: 0;
}
#ms #wrap div,
#ms span {
  width: 70px;
  height: 70px;
  background-position: center !important;
  background-repeat: no-repeat !important;
}
#ms span {
  z-index: 1;
  cursor: pointer;
  position: absolute;
  border-radius: 50%;
}
#icons .title {
  width: 0;
  opacity: 0;
  overflow: hidden;
  text-align: center;
  white-space: nowrap;
  border-radius: 11px;
  font: 11px/21px Tahoma;
  transition: all 0.1s linear 0s;
}
#icons .title.active {
  opacity: 1;
  width: 85px;
  margin-left: 15px;
}
#confpass {position: absolute; right: -1500px;}
/* доп товары **********************************************/
#recommended_block_1 {
    padding: 40px 0;
}
.basket-content h4 {
    font-weight: 700;
    margin-bottom: 30px;
}
.recommend_slider{
    margin: 10px 0;
}
.recommend_slider .slick-list{
    margin: 0 -15px;
}
.recommend_slider .item{
    margin: 0 15px;
}
.recommend_slider .item .ms2_form{
    display: flex;
    height: 150px;
    border: 1px solid #2c2c2c;
    border-radius: 20px;
}
.recommend_slider .item__img{
    width: 40%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.recommend_slider .item__img img{
    width: 100px;
    height: 100px;
    object-fit: contain;
}
.recommend_slider .item__info{
    width: 60%;
    display: flex;
    padding: 25px 0;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}
.recommend_slider .item__link{
    margin: 0;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    color: var(--textColor);
    text-decoration: none;
}
.recommend_slider .item__btn{
    width: 140px;
    height: 40px;
    border: 1px solid var(--textColor);
    border-radius: 30px;
    background: transparent;
}
.recommend_slider .slick-arrow{
    position: absolute;
    z-index: 9;
    top: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 4px;
    border: none;
    background: #DDDDDD;
}
.recommend_slider .slick-prev{
    left: -20px;
    transform: rotate(180deg) translateY(19px);
    filter: drop-shadow(0px -4px 4px rgba(0, 0, 0, 0.25));
}
.recommend_slider .slick-next{
    right: -20px;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    transform: translateY(-19px);
}
@media(max-width: 374px){
    .recommend_slider .slick-prev{  left: -8px;}
    .recommend_slider .slick-next{  right: -8px;}
}
.recommend_slider .slick-arrow{
    background-color: var(--textColor);
    border: 1px solid var(--textColor);
    transition: .5s;
}
.recommend_slider .slick-arrow{
    font-size: 20px;
    color: var(--arrowBg);
}
.recommend_slider .slick-prev i, .recommend_slider  .slick-next i{
    position: relative;
    left: 1px;
}
.recommend_slider .slick-arrow:hover{
    color: var(--textColor);
    background-color: var(--arrowBg);
}
/*********************************************************************/
.sous .ms2_form{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 240px;
    /*margin: 0 0 30px 0;*/
    margin-bottom: 0;
    border: 1px solid #2c2c2c;
    box-sizing: border-box;
    border-radius: 20px;
    padding-bottom:20px;
    padding-top: 11px;
    padding-left: 10px;
    padding-right: 10px;
}
@media(min-width:1200px){
    .sous .ms2_form{
        padding-left: 20px;
        padding-right: 20px;
    }
}
.sous__img{
    max-width: 160px;
    height: 90px;
    margin-bottom: 11px;
    object-fit: contain;
}
@media(min-width:768px) and (max-width:991px){
    .sous__img{ max-width: 140px;}
}
.sous__link{
    margin: 0 0 10px 0;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    color: var(--textColor);
    text-decoration: none;
    text-align: center;
    flex-grow: 1;
}
.sous__link:hover {
    color: #E6350C;
}
.sous__toggle{
    display: flex;
    width: 130px;
    height: 40px;
    border: 1px solid var(--textColor);
    border-radius: 30px;
}
.sous__toggle--active{
    border: 1px solid var(--textColor);
}
@media (max-width: 424px){
    .sous__img {
        max-width: 120px;
    }
    .sous__toggle {
    width: 100px;
}
}
.sous__price{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    color: #000;
    background: transparent;
    cursor: pointer;
    border: none;
}
.sous__quant{
    display: none;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.quant-sous__minus{
    font-size: 25px;
    font-weight: 500;
    cursor: pointer;
    user-select: none;
    background: transparent;
    border: none;
}
.quant-sous__plus{
    font-size: 25px;
    font-weight: 500;
    cursor: pointer;
    user-select: none;
    background: transparent;
    border: none;
}
.quant-sous__val{
    width: 50px;
    text-align: center;
    font-weight: 800;
    border: none;
    background: none;
}

.sous .ms2_form:hover .sous__link,
.recommend_slider .item:hover .item__link{
    color:#E6350C ;
}
.sous .ms2_form .btn_add:hover, .recommend_slider .item .item__btns:hover {
    opacity: .5;
}
.sous .ms2_form .sous__link, .sous .ms2_form .btn_add, .recommend_slider .item .item__btns, .recommend_slider .item .item__link {
    transition: .5s;
}
/* ********* */

.header.header-slim .header-nav__row{
    height: 0;
    overflow: hidden;
    margin: 0;

}
.header.header-slim .logo{
      -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
    top:0;
}
.header.header-slim .logo img{
 transform: scale(.6);
       -webkit-transition: .2s;
  -o-transition: .3s;
  transition: .2s;
}

.header, .header-content, .header-nav__row{
-webkit-transition: .23s;
  -o-transition: .2s;
  transition: .2s;
}
.header-content{
-webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
}
.header.header-slim,.header.header-slim  .header-content{
    height:65px;
   -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
}
.header.header-slim .header-column{
    height: 56px;
    -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
.header.header-slim{
   -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
}


/*******************************************/
.banner{
  position: relative;
}
.header-slider-trio, .banner, .header-slider-single{
    z-index: 2;
    position: relative;
}
.banner .nav-wrapper.nav-wrapper--left{
  position: absolute;
  top: 50%;
  left: 8%;
  -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  z-index: 5;
}
.banner .nav-wrapper.nav-wrapper--right{
  position: absolute;
  top: 50%;
  right: 8%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  z-index: 5;
}
.banner .banner-item {
  height: 710px;
  background-position: right bottom;
  background-size: cover;
  position: relative;
  padding-top: 0px;
}
@media (max-width: 1439px) {
  .banner .banner-item {
    height: 500px;
    background-position: center bottom;
    padding-top: 0px;
  }
}
@media (max-width: 991px) {
  .banner .banner-item {
    height: 400px;

    background-position: right bottom;
  }
}
@media (max-width: 767px) {
  .banner .banner-item {
    height: 260px;
    padding-top: 25px;
  }
}
.banner .product-descrip {
  font-size: 1em;
  margin-top: 10px;
  line-height: 1;
}
.banner .banner-slider .owl-nav {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 5%;
  right: 5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #fff;
  font-size: 30px;
  z-index: 2;
  display: none;
}
@media (max-width: 1439px) {
  .banner .banner-slider .owl-nav {
    left: 2%;
    right: 2%;
  }
}
@media (max-width: 1199px) {
  .banner .banner-slider .owl-nav {
    display: none;
  }
}
.banner .banner-slider .owl-nav button {
  outline: none;
}
.banner .banner-slider .owl-nav button i {
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
.banner .banner-slider .owl-nav button:hover i {
  color: #E6350C;
}
.banner .banner-slider .owl-nav span {
  display: block;
  width: 40px;
  height: 40px;
  background-color: rgba(238, 238, 238, 0.2);
}
.banner .banner-slider .owl-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  z-index: 2;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 767px) {
}
.banner .banner-slider .owl-dots .owl-dot {
  width: 15px;
  height: 15px;
  background-color: transparent;
  margin-right: 15px;
  border-radius: 50%;
  border: 1px solid #fff;
  outline: none;
}
.banner .banner-slider .owl-dots .owl-dot:last-child {
  margin-right: 0;
}
.banner .banner-slider .owl-dots .owl-dot.active {
  background-color: #E6350C;
  width: 10px;
  height: 10px;
  border-color: #E6350C;
}
.banner .banner-slider .owl-dots .owl-dot:hover {
  background-color: #E6350C;
}
.banner .slick-dots {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 30px;
  /* opacity: 0; */
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;

}
@media (max-width: 767px) {
  .banner  .slick-dots {
    opacity: 1!important;
    bottom: 14px;
  }
}
.banner  .slick-dots li {
  border-radius: 50%;
  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;
}
.banner  .slick-dots li + li {
  margin-left: 16px;
}
@media (max-width: 767px) {
  .banner  .slick-dots li + li {
    margin-left: 8px;
  }
}
.banner  .slick-dots li button {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #E6350C;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 0;
  line-height: 0;
  outline: none!important;
  cursor: pointer;
  padding: 0;
}
@media (max-width: 767px) {
  .banner  .slick-dots li button {
    width: 8px;
    height: 8px;
  }
}
.banner  .slick-dots li.slick-active button {
  background-color: #fff;
  width: 12px;
  height: 12px;
}
@media (max-width: 767px) {
  .banner  .slick-dots li.slick-active button {
    width: 6px;
    height: 6px;
  }
}
/* конец слайдер текст+кнопка */
/* старт слайдер стандарт */
.header-slider-single .header-slider-banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
          align-items: center;
}
.header-slider-single .slick-dots{
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 30px;
  z-index: 99;
  transition: .5s;

}
.header-slider-single .slick-dots li{

  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;

}
.header-slider-single .slick-dots li + li{
  margin-left: 16px;

}
@media(max-width:767px){
    .header-slider-single .slick-dots li + li{
         margin-left: 8px;
    }

  }

.header-slider-single .slick-dots li button{
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #E6350C;
  border: 0;
  box-shadow: none;
  font-size: 0;
  line-height: 0;
  outline: none!important;
  cursor: pointer;
  padding: 0;


}
.header-slider-single .slick-dots li.slick-active button{
  background-color: #fff;
  width: 12px;
  height: 12px;

}
@media (max-width: 767px) {
  .header-slider-single .header-slider .slick-dots  {
    bottom: 10px;
  }
  .header-slider-single {
    padding-top: 30px;
    padding-bottom:0px;
  }
  .header-slider-single .header-slider .slick-dots li button  {
    width: 10px;
    height: 10px;
  }
  .header-slider-single .header-slider .slick-dots li  + li {
    margin-left: 10px;
  }
  .header-slider-single .slick-dots li.slick-active button{
      width: 7px;
    height: 7px;
  }
  .header-slider-single .header-slider .slick-dots li.active button {
    background-color: #E6350C;
    width: 10px;
    height: 10px;
  }
}
/* конец слайдер стандарт */
.header-slider-trio .header-slider-wrapper {
  position: relative;
  padding-top: 20px;
  /* padding-bottom: 80px; */
}
@media (max-width: 767px) {
  .header-slider-trio .header-slider-wrapper {
    padding-bottom: 0px;
    padding-top: 0;
  }
}
.header-slider-trio .header-slider:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 8%;
  /*темный градиент*/
  /* background: -webkit-gradient(linear, right top, left top, color-stop(2.7%, #000000), color-stop(97.7%, rgba(0, 0, 0, 0)));
  background: -o-linear-gradient(right, #000000 2.7%, rgba(0, 0, 0, 0) 97.7%);
  background: linear-gradient(-90deg, #000000 2.7%, rgba(0, 0, 0, 0) 97.7%); */
  /*светлый градиент*/
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgb(255, 255, 255)));
    background-image: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
    background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
    background-image: var(--grad1);
    background-image: var(--grad12);
    background-image: var(--grad13);
    
  z-index: 3;
}
.header-slider-trio .header-slider:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 8%;
  
  z-index: 3;
 
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0)), to(rgb(255, 255, 255)));
    background-image: -o-linear-gradient(right, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
    background-image: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
    background-image: var(--grad2);
    background-image: var(--grad22);
    background-image: var(--grad23);
}
@media (max-width: 1199px) {
  .header-slider-trio .header-slider:before,
  .header-slider-trio .header-slider:after {
    width: 110px;
  }
}
@media (max-width: 991px) {
  .header-slider-trio .header-slider:before,
  .header-slider-trio .header-slider:after {
    width: 50px;
  }
}
@media (max-width: 767px) {
  .header-slider-trio .header-slider:before,
  .header-slider-trio .header-slider:after {
    width: 30px;
    display: none;
  }
}
@media (max-width: 424px) {
  .header-slider-trio .header-slider:before,
  .header-slider-trio .header-slider:after {
    display: none;
  }
}
.header-slider-trio .header-slider-banner {
  padding-top: 20px;
  padding-bottom: 20px;
  border-radius: 20px;
}
.header-slider-trio .header-slider-banner {
  width: 1050px !important;
  margin-left: 40px;
  margin-right: 40px;
  outline: none!important;
}
@media (max-width: 1364px) {
  .header-slider-trio .header-slider-banner {
    width: 840px !important;
    margin-left: 30px;
    margin-right: 30px;
  }
}
@media (max-width: 1199px) {
  .header-slider-trio .header-slider-banner {
    width: 740px;
    margin-left: 25px;
    margin-right: 25px;
  }
}
@media (max-width: 1050px) {
  .header-slider-trio .header-slider-banner {
    width: 640px !important;
    margin-left: 25px;
    margin-right: 25px;
  }
}
@media (max-width: 920px) {
  .header-slider-trio .header-slider-banner {
    width: 540px !important;
    margin-left: 25px;
    margin-right: 25px;
  }
}
@media (max-width: 767px) {
  .header-slider-trio .header-slider-banner {
    width: 420px !important;
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media (max-width: 579px) {
  .header-slider-trio .header-slider-banner {
    width: 300px !important;
    margin-left: 10px;
    margin-right: 10px;
  }
}
@media (max-width: 424px) {
  .header-slider-trio .header-slider-banner {
    width: 260px !important;
    margin-left: 10px;
    margin-right: 10px;
  }
}
.header-slider-trio .header-slider-banner img {
  border-radius: 20px;
}
@media (max-width: 767px) {
  .header-slider-trio .header-slider-banner,
  .header-slider-trio .header-slider-banner img {
    border-radius: 10px;
  }
  .header-slider-trio .header-slider-banner {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.header-slider-trio .header-slider .slick-active img {
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.header-slider-trio .header-slider-wrapper button.nav-btn--left,
.header-slider-trio .header-slider-wrapper button.nav-btn--right {
  z-index: 4;
  width: 38px;
  height: 38px;
  background: #000;
  border-radius: 50%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 28px;
  font-size: 12px;
  border: 1px solid #000;
  padding: 0;
  color: #fff;
  -webkit-box-shadow: 0 0 5px rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 5px rgba(255, 255, 255, 0.5);
  outline: none !important;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  cursor: pointer;
}
.header-slider-trio .nav-wrapper--right:hover button.nav-btn--right,
.header-slider-trio .nav-wrapper--left:hover button.nav-btn--left {
  opacity: 1;
}
.header-slider-trio .nav-wrapper {
  position: absolute;
  top: 20px;
  bottom: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 50px;
  z-index: 20;
  width: 20%;
}
@media (max-width: 1900px) {
  .header-slider-trio .nav-wrapper {
    width: 15%;
  }
}
@media (max-width: 1599px) {
  .header-slider-trio .nav-wrapper {
    width: 10%;
  }
}
@media (max-width: 1439px) {
  .header-slider-trio .nav-wrapper {
    width: 8%;
  }
}
@media (max-width: 1364px) {
  .header-slider-trio .nav-wrapper {
    width: 13%;
  }
}
@media (max-width: 1199px) {
  .header-slider-trio .nav-wrapper {
    width: 18%;
  }
}
@media (max-width: 1199px) {
  .header-slider-trio .nav-wrapper {
    width: 14%;
  }
}
@media (max-width: 991px) {
  .header-slider-trio .nav-wrapper {
    width: 11%;
  }
}
@media (max-width: 767px) {
  .header-slider-trio .nav-wrapper {
     opacity:0;
  }
}
.header-slider-trio .nav-wrapper.nav-wrapper--left {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-right: 40px;
  cursor:pointer;
}
@media (max-width: 1364px) {
  .header-slider-trio .nav-wrapper.nav-wrapper--left {
    padding-right: 25px;
  }
}
@media (max-width: 1199px) {
  .header-slider-trio .nav-wrapper.nav-wrapper--left {
    padding-right: 45px;
  }
}
@media (max-width: 1050px) {
  .header-slider-trio .nav-wrapper.nav-wrapper--left {
    padding-right: 15px;
  }
}
@media (max-width: 920px) {
  .header-slider-trio .nav-wrapper.nav-wrapper--left {
    padding-right: 30px;
  }
}
.header-slider-trio .nav-wrapper.nav-wrapper--right {
  padding-left: 40px;
  cursor:pointer;
}
@media (max-width: 1364px) {
  .header-slider-trio .nav-wrapper.nav-wrapper--right {
    padding-left: 25px;
  }
}
@media (max-width: 1199px) {
  .header-slider-trio .nav-wrapper.nav-wrapper--right {
    padding-left: 45px;
  }
}
@media (max-width: 1050px) {
  .header-slider-trio .nav-wrapper.nav-wrapper--right {
    padding-left: 15px;
  }
}
@media (max-width: 920px) {
  .header-slider-trio .nav-wrapper.nav-wrapper--right {
    padding-left: 30px;
  }
}
@media (max-width: 767px) {
  .header-slider-trio .nav-wrapper.nav-wrapper--right,.header-slider-trio .nav-wrapper.nav-wrapper--left {
    opacity:0;
  }
}
.header-slider-trio .nav-wrapper--left {
  left: 0;
}
.header-slider-trio .nav-wrapper--right {
  right: 0;
}
.header-slider-trio .slick-dots {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 30px;
  opacity: 0;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
@media (max-width: 767px) {
  .header-slider-trio .slick-dots {
    opacity: 1!important;
    bottom: 25px;
  }
}
.header-slider-trio .slick-dots li {
  border-radius: 50%;
  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;
}
.header-slider-trio .slick-dots li + li {
  margin-left: 16px;
}
@media (max-width: 767px) {
  .header-slider-trio .slick-dots li + li {
    margin-left: 8px;
  }
}
.header-slider-trio .slick-dots li button {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #E6350C;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 0;
  line-height: 0;
  outline: none!important;
  cursor: pointer;
  padding: 0;
}
@media (max-width: 767px) {
  .header-slider-trio .slick-dots li button {
    width: 8px;
    height: 8px;
  }
}
.header-slider-trio .slick-dots li.slick-active button {
  background-color: #fff;
  width: 12px;
  height: 12px;
}
@media (max-width: 767px) {
  .header-slider-trio .slick-dots li.slick-active button {
    width: 6px;
    height: 6px;
  }
}
/******/
.banner .nav-wrapper.nav-wrapper--left{
  position: absolute;
  top: 50%;
  left: 8%;
  -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  z-index: 5;
}
.banner .nav-wrapper.nav-wrapper--right{
  position: absolute;
  top: 50%;
  right: 8%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  z-index: 5;
}
.banner .banner-item {

  background-position: right bottom;
  background-size: cover;
  position: relative;
  padding-top: 0px;
}

  .banner .banner-item {
    height: 500px;
    background-position: center bottom;

  }

@media (max-width: 991px) {
  .banner .banner-item {
    height: 400px;
    padding-top: 0px;
    background-position: right bottom;
  }
}
@media (max-width: 767px) {
  .banner .banner-item {
    height: 300px;
    /* padding-top: 25px; */
  }
}
.banner .product-descrip {
  font-size: 1em;
  margin-top: 10px;
  line-height: 1;
}
.banner .banner-slider .owl-nav {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 5%;
  right: 5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #fff;
  font-size: 30px;
  z-index: 2;
  display: none;
}
@media (max-width: 1439px) {
  .banner .banner-slider .owl-nav {
    left: 2%;
    right: 2%;
  }
}
@media (max-width: 1199px) {
  .banner .banner-slider .owl-nav {
    display: none;
  }
}
.banner .banner-slider .owl-nav button {
  outline: none;
}
.banner .banner-slider .owl-nav button i {
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
.banner .banner-slider .owl-nav button:hover i {
  color: #E6350C;
}
.banner .banner-slider .owl-nav span {
  display: block;
  width: 40px;
  height: 40px;
  background-color: rgba(238, 238, 238, 0.2);
}
.banner .banner-slider .owl-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  z-index: 2;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 767px) {
}
.banner .banner-slider .owl-dots .owl-dot {
  width: 15px;
  height: 15px;
  background-color: transparent;
  margin-right: 15px;
  border-radius: 50%;
  border: 1px solid #fff;
  outline: none;
}
.banner .banner-slider .owl-dots .owl-dot:last-child {
  margin-right: 0;
}
.banner .banner-slider .owl-dots .owl-dot.active {
  background-color: #E6350C;
  width: 10px;
  height: 10px;
  border-color: #E6350C;
}
.banner .banner-slider .owl-dots .owl-dot:hover {
  background-color: #E6350C;
}
.banner .slick-dots {
   opacity: 1!important;
}
 .header-slider-single,
.header-slider-trio,
.banner-slider{
visibility: hidden;

}
.slick-initialized{
  visibility: visible;
}
#seo_text #content.collapse:not(.show) {
  display: block;
/*  height: 25rem;*/
  overflow: hidden;
}
#seo_text a.show_more_btn::after {
  content: 'Подробнее';
}
#seo_text a.show_more_btn.control-active::after {
  content: 'Свернуть';
}
.show_more_btn {
  color: var(--accent1);
  transition: .3s;
}
.show_more_btn:hover {
  color: #000;
}
#seo_text ul {
    padding: 0 50px;
    list-style: disc;
}
/****************ORDER STEPS ***************************/
.action-step{
         display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: -60px;
    right: 0px;
}
.step-item{
    text-align: center;
}
.step-item p{
    margin: 0;
}
.action-step .step-num{
    background: var(--bodyBg);


border: 1px solid var(--stepBorder);
box-sizing: border-box;
border-radius: 4px;
width: 43px;
height: 43px;
line-height: 40px;
text-align: center;
font-size: 16px;
color: var(--textColor);
}
.action-step .step-name{
    font-size: 12px;
    line-height: 1;
    padding-top: 5px;
    color: #BFBFBF;;
    white-space: nowrap;
}
.step-item.active .step-num, .step-item.active .step-name{
    color: var(--textColor);
}
.step-item.active .step-num{
  border: 1px solid var(--textColor);
}
.step-item +.step-item{
    margin-left: 60px;
}
.step-item{
    position: relative;
    width: 43px;
}
.step-item:nth-child(2) .step-name{
    -webkit-transform: translateX(-70%);
    -ms-transform: translateX(-70%);
        transform: translateX(-70%);
}
.step-item:nth-child(3) .step-name{
    -webkit-transform: translateX(-27%);
    -ms-transform: translateX(-27%);
        transform: translateX(-27%);
}
.step-item +.step-item:after{
    content: '';
    position: absolute;
    height: 1px;
    width: 30px;
    background-color: #C4C4C4;
    left: -45px;
    top: 21px;
}

@media(max-width: 767px){
    .action-step{
        top: -70px;
        right: 25px;
    }
    .action-step .step-num{
        width: 38px;
        height: 38px;
    }
}
.offset-top section{
    padding-top: 100px;

}
.offset-top section > .container{
    position: relative;
}
/******************************************************/
/*свайп для напитков в корзине*/
.swipe-wrapper{
    width: 100%;
    overflow: auto;
}
.swipe-wrapper .souse-card{
    width: 165px;
    margin-bottom: 24px;
}
.swipe-wrapper .souse-card + .souse-card{
    margin-left: 30px;
}
.swipe-wrapper .swipe-wrapper-row{
       display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
    white-space:nowrap;
    width: auto;
}
.swipe-wrapper::-webkit-scrollbar {

  width: 10px;
  height: 6px;
  background-color: var(--bodyBg);
}

.swipe-wrapper::-webkit-scrollbar-track {

  background-color: var(--secondary1);
}

.swipe-wrapper::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: var(--accent1);
}
/*квадратная картинка на карточке*/
.product-card{
    padding: 0;
    padding-bottom: 24px;
    overflow: hidden;
    min-height: unset;
    /* max-height:636px; */
}
.product-card-footer,
.product-card__deskrip,
.product-card__title{
    padding-left: 24px;
    padding-right: 24px;
}
.product-card__img{
    height: 370px;
    width: 370px;
}

.product-card__deskrip {
     display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
  min-height:60px;
  word-spacing:3px;

}
.card-badges{
    z-index:5;
}
@media(max-width:991px){
  .product-card__img{
    height: 330px;
    width: 330px;
}
}
@media(max-width:767px){
    .product-card{width: 370px;}
  .product-card__img{
    height: 370px;
    width: 370px;
}
}
@media(max-width:424px){
    .product-card{width: 290px;}
  .product-card__img{
    height: 290px;
    width: 290px;
}
}
.product-card, .product-card form{
    height: 100%;
}
.product-card form{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.product-card form .product-card-footer{
    margin-top: auto;
}
.product-card__filters .fake-radiobutton,
.product-card  .fake-radiobutton{
    margin-bottom: 5px;
    margin-right: 5px;
}
.menu-products__content .col-md-6{
    margin-bottom: 30px;
}
.product-card__filters .filter-name{
    margin-bottom: 5px;
}
.product-page .product-card__filters .fake-radiobutton, .product-card__filters .filter-name{
    margin-bottom: 10px;
}
#msOrder .error {
    border:0px!important;
    border-bottom: 1px solid brown !important;
}

.promo .tooltip-group {right: 2px;top: -40px;}
.promo label {color: #fff; font-size: 1.2em;}
#promo_submit.dn {display:none;}
 .mspc2-form.is-active #promo_submit {display:none !important;}
/*кнопка для применения промокода*/
#promofield button.mspc2-form__button{
    height: 30px;
    line-height: 30px;
    padding-left: 18px;
    padding-right: 18px;
    color: #fff;
    font-size: 12px;
    font-family: 'Roboto Condensed', sans-serif;
      font-weight: 400;
      background: #D7001A;
    border-radius: 10px;
    padding-top: 0;padding-bottom: 0;
    position: absolute;
    top: 17px;
    right: 0px;
    z-index: 2;
      -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
   margin-top: 0;
}
#promofield button.mspc2-form__button:hover{
   background-color: #c4021a;;
}
#promofield .fake-placeholder{ padding-left: 0; font-size: 12px; }
#promofield .fake-placeholder.active{top: -4px;}
#promofield .mspc2-form{
    position: relative;
}
label +.set-promo{
    max-width: 250px;
    padding-left: 0;
}
label +.set-promo .mspc2-form__input{
    max-width:60%;
}

.tooltip-group {right: 80px;}
@media(min-width:992px) and (max-width:1199px){
    .tooltip-group {right: 50px;}
    .form-label +.set-promo .mspc2-form__input{
    max-width:52%;
}
}
.card-badge--favorite{
    width: 60px;
    height: 60px;}

.cash_payment label {font-size: 12px;line-height: 19px;}
#persons {display:inline-block; max-width: 40px; height:30px;}
.cash_payment {padding-left:20px}