/*Colors*/
/*Styles*/
/*Common styles*/
@font-face {
  font-family: 'HelveticaNeueCyr';
  src: url("../fonts/HelveticaNeueCyr-Roman.eot");
  src: url("../fonts/HelveticaNeueCyr-Roman.eot?#iefix") format("embedded-opentype"), url("../fonts/HelveticaNeueCyr-Roman.woff") format("woff"), url("../fonts/HelveticaNeueCyr-Roman.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

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

@font-face {
  font-family: 'HelveticaNeueCyr';
  src: url("../fonts/HelveticaNeueCyr-Bold.eot");
  src: url("../fonts/HelveticaNeueCyr-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/HelveticaNeueCyr-Bold.woff") format("woff"), url("../fonts/HelveticaNeueCyr-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}

* {
  margin: 0;
  padding: 0;
}

body {
  min-width: 360px;
  height: 100%;
  /* font-family: "HelveticaNeueCyr", sans-serif; */
  /* font-family: Arial, Helvetica, sans-serif; */
  font-family: 'Roboto', sans-serif;
  /* font-family: 'Open Sans', sans-serif; */
}

body .cl {
  display: none;
  position: fixed;
  right: 16px;
  top: 27px;
  z-index: 10;
}
body .cl img {
  width: 24px;
  height: 24px;
}

body.opn {
  position: fixed;
  width: 100%;
  overflow: hidden;
}

/* body.opn:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  background: rgba(21, 19, 46, 0.85);
} */

@media screen and (max-width: 991px) {
  body.opn .cl {
    display: block;
  }
}

a{
  color: #A41D79;
}
a:hover {
  text-decoration: none;
  color: #F02C55;
}

div,
span,
a,
span,
button {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.container {
  max-width: 1215px;
}

@media screen and (max-width: 1245px) {
  .container {
    max-width: 100%;
  }
}

input:focus,
textarea:focus {
  outline: none;
  border-color: #F02C55;
}

button[type='submit'] {
  background: transparent;
  font-size: 0;
  border: none;
  cursor: pointer;
}

button[type='submit']:focus {
  outline: none;
}

.button,
button[type='submit'].button {
  display: inline-block;
  cursor: pointer;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  letter-spacing: 0.05em;
}

.button-primary,
button[type='submit'].button-primary {
  padding: 14px 18px;
  font-size: 15px;
  line-height: 15px;
  color: #fff !important;
  font-weight: 500;
  text-transform: none;
  border-radius: 8px;
  background: #a41d79;
  background: -moz-linear-gradient(top, #a41d79 0%, #cb2567 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #a41d79), color-stop(100%, #cb2567));
  background: -webkit-linear-gradient(top, #a41d79 0%, #cb2567 100%);
  background: -o-linear-gradient(top, #a41d79 0%, #cb2567 100%);
  background: -ms-linear-gradient(top, #a41d79 0%, #cb2567 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#a41d79), to(#cb2567));
  background: linear-gradient(to bottom, #a41d79 0%, #cb2567 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a41d79', endColorstr='#cb2567', GradientType=0);
  text-transform: none;
}

.button-primary:hover,
button[type='submit'].button-primary:hover {
  background: #cb2567;
  background: -moz-linear-gradient(top, #cb2567 0%, #a41d79 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #cb2567), color-stop(100%, #a41d79));
  background: -webkit-linear-gradient(top, #cb2567 0%, #a41d79 100%);
  background: -o-linear-gradient(top, #cb2567 0%, #a41d79 100%);
  background: -ms-linear-gradient(top, #cb2567 0%, #a41d79 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#cb2567), to(#a41d79));
  background: linear-gradient(to bottom, #cb2567 0%, #a41d79 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cb2567', endColorstr='#a41d79', GradientType=0);
}

.button-primary-cart svg,
button[type='submit'].button-primary-cart svg {
  width: 13px;
  height: 12px;
  margin-right: 5px;
}

.button-primary-cart svg use,
button[type='submit'].button-primary-cart svg use {
  color: #fff;
}

.button-secondary,
button[type='submit'].button-secondary {
  padding: 14px 18px;
  font-size: 15px;
  line-height: 15px;
  color: #fff !important;
  font-weight: 500;
  text-transform: none;
  border-radius: 8px;
  background: #cd2565;
  background: -moz-linear-gradient(top, #cd2565 0%, #ec2b58 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #cd2565), color-stop(100%, #ec2b58));
  background: -webkit-linear-gradient(top, #cd2565 0%, #ec2b58 100%);
  background: -o-linear-gradient(top, #cd2565 0%, #ec2b58 100%);
  background: -ms-linear-gradient(top, #cd2565 0%, #ec2b58 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#cd2565), to(#ec2b58));
  background: linear-gradient(to bottom, #cd2565 0%, #ec2b58 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cd2565', endColorstr='#ec2b58', GradientType=0);
  text-transform: none;
}

.button-secondary:hover,
button[type='submit'].button-secondary:hover {
  background: #ec2b58;
  background: -moz-linear-gradient(top, #ec2b58 0%, #cd2565 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #ec2b58), color-stop(100%, #cd2565));
  background: -webkit-linear-gradient(top, #ec2b58 0%, #cd2565 100%);
  background: -o-linear-gradient(top, #ec2b58 0%, #cd2565 100%);
  background: -ms-linear-gradient(top, #ec2b58 0%, #cd2565 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#ec2b58), to(#cd2565));
  background: linear-gradient(to bottom, #ec2b58 0%, #cd2565 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ec2b58', endColorstr='#cd2565', GradientType=0);
}

.button-link,
button[type='submit'].button-link {
  text-decoration: underline;
  color: #F02C55;
  font-size: 12px;
  line-height: 18px;
}

.button-link:hover,
button[type='submit'].button-link:hover {
  color: #9F1D7C;
  text-decoration: underline;
}

.button-link2,
button[type='submit'].button-link2 {
  padding: 0 20px;
  text-decoration: none;
  color: #A41D79;
  font-size: 15px;
  line-height: 18px;
}

.button-link2:hover,
button[type='submit'].button-link2:hover {
  color: #9F1D7C;
  text-decoration: underline;
}

.button-black,
button[type='submit'].button-black {
  padding: 12px 37px;
  background: #15132E;
  font-size: 10px;
  line-height: 12px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  border-radius: 3px;
}

.button-black:hover,
button[type='submit'].button-black:hover {
  color: #fff;
}

.button-refresh,
button[type='submit'].button-refresh {
  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;
  font-size: 12px;
  line-height: 18px;
  color: #898989;
}

.button-refresh svg,
button[type='submit'].button-refresh svg {
  width: 20px;
  height: 20px;
  margin-right: 5px;
}

.button-refresh svg use,
button[type='submit'].button-refresh svg use {
  color: #898989;
}

.button-refresh:hover,
button[type='submit'].button-refresh:hover {
  color: #A41D79;
}

.button-refresh:hover svg use,
button[type='submit'].button-refresh:hover svg use {
  color: #A41D79;
}

.button-bord,
button[type='submit'].button-bord {
  padding: 10px 25px;
  border-radius: 3px;
  border: 1px solid #A41D79;
  text-transform: uppercase;
  color: #A41D79;
  font-size: 10px;
  line-height: 12px;
  font-weight: 600;
}

.button-bord:hover,
button[type='submit'].button-bord:hover {
  border-color: #F02C55;
  background: #F02C55;
  color: #fff;
}

.button-gray,
button[type='submit'].button-gray {
  padding: 11px 15px;
  border-radius: 3px;
  color: #A41D79;
  font-size: 10px;
  line-height: 12px;
  font-weight: 600;
  text-transform: uppercase;
}

.bottom__btn {
  display: none;
  width: 100%;
  padding: 10px 15px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 8;
  background: rgba(255, 255, 255, 0.9);
}

@media screen and (max-width: 991px) {
  .bottom__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.bottom__btn .button {
  width: 100%;
  margin: 0 2px;
  padding: 12px 18px;
  font-weight: 500;
  text-align: center;
}

/*header*/
.header+.card-product {
  margin-top: 40px;
}

.header__mob {
  display: none;
}

@media screen and (max-width: 991px) {
  .header__mob {
    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: 5px 0;
  }
}

.header__mob-right {
  padding-right: 55px;
}

/* .header__top {
  border-bottom: 1px solid #ddd;
} */

@media screen and (max-width: 991px) {
  .header__top {
    border: none;
  }
}

.header__top-inner {
  height: 61px;
  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;
  position: relative;
  /* background-color: #100b2b; */
}

@media screen and (max-width: 991px) {
  .header__top-inner {
    height: auto;
    /* height: 44px; */
    position: inherit;
  }
}

@media screen and (max-width: 991px) {
  .header__top-left {
    width: 100%;
  }
}

.header__bottom {
  border-bottom: 1px solid #eaeaea;
  order: 1px solid #DDDDDD;
  border-top: 1px solid #eaeaea;
}

@media screen and (max-width: 991px) {
  .header_top-menu {
    padding-top: 45px;
  }
  .header__bottom {
    padding: 0 0 45px 0;
    /* padding: 45px 0; */
    border: none;
  }
}

.header__bottom-inner {
  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: 10px 0; */
}

@media screen and (max-width: 991px) {
  .header__bottom-inner {
    display: block;
  }
}

.header__bottom-info {
  width: 100%;
  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;
}

.header__tel {
  margin-right: 20px;
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  color: #F02C55;
}

@media screen and (max-width: 991px) {
  .header__tel {
    bottom: 20px !important;
  }
}

@media screen and (max-width: 768px) {
  .header__tel {
    display: block;
    margin-right: 0;
  }
}

.header__tel:hover {
  color: #9F1D7C;
}

.header__mail {
  margin-right: 30px;
  display: inline-block;
  font-size: 13px;
  color: #15132e;
}

@media screen and (max-width: 768px) {
  .header__mail {
    display: block;
    margin-right: 0;
  }
}

.header__mail:hover {
  color: #9F1D7C;
}

.header__tel img,
.header__mail img {
  display: none;
}

@media screen and (max-width: 991px) {

  .header__tel,
  .header__mail {
    margin-right: 0;
    width: 100%;
    position: absolute;
    bottom: 0;
    font-size: 12px;
    line-height: 12px;
    color: #F02C55;
    font-weight: 400;
    text-align: center;
  }

  .header__tel img,
  .header__mail img {
    display: inline-block;
    margin-right: 5px;
  }
}

.header__search {
  display: inline-block;
  position: relative;
  margin: 10px;
  width: 100%;
}

@media screen and (max-width: 991px) {
  .header__search {
    width: 100%;
  }
}

.header__search-input {
  width: 100%;
  max-width: 370px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  /* margin: 10px; */
  /* background-color: #000; */
}

@media screen and (max-width: 991px) {
  .header__search-input {
    width: 100%;
  }
}

.header__search-input input {
  width: 100%;
  display: inline-block;
  padding: 0 35px 0 15px;
  height: 41px;
  border: 1px solid #c3c3c3;
  font-size: 14px;
  color: #15132e;
  font-weight: 400;
  background-color: #f3f3f3;
}

.header__search-input button {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 16px;
  margin: auto;
  z-index: 5;
}

.header__search-input button svg {
  width: 14px;
  height: 14px;
}

.header__search-input button svg use {
  color: #898989;
}

.header__search-input button svg:hover use {
  color: #F02C55;
}

.header__search-results {
  width: 370px;
  /* width: 495px; */
  display: none;
  position: absolute;
  top: 40px;
  left: 0;
  z-index: 5;
  border: 1px solid #F1F1F1;
  background: #fff;
}

.header__search-results-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 568px) {
  .header__search-results-inner {
    display: block;
  }
}

.header__search-list {
  width: 52%;
  padding: 10px 15px;
  border-right: 1px solid #F1F1F1;
}

@media screen and (max-width: 568px) {
  .header__search-list {
    width: 100%;
    border: none;
  }
}

.header__search-list .title {
  display: block;
  margin-bottom: 14px;
  color: #15132E;
  font-size: 12px;
  font-weight: 700;
}

.header__search-list ul {
  padding: 0;
  margin: 0;
}

.header__search-list ul li {
  padding: 0;
  margin-bottom: 6px;
  list-style: none;
}

.header__search-list ul li a {
  display: block;
  color: #898989;
  font-size: 12px;
}

.header__search-list ul li a:hover {
  color: #A41D79;
}

.header__search-catalog {
  width: 48%;
  padding: 10px 20px;
}

@media screen and (max-width: 568px) {
  .header__search-catalog {
    width: 100%;
    border-right: 0;
    padding: 10px 15px;
  }
}

.header__search-catalog .title {
  display: block;
  margin-bottom: 12px;
  color: #DDDDDD;
  font-size: 12px;
  font-weight: 700;
}

.header__search-catalog ul {
  padding: 0;
  margin: 0;
}

.header__search-catalog ul li {
  padding: 6px 0;
  list-style: none;
  position: relative;
  border-bottom: 1px solid #F1F1F1;
}

.header__search-catalog ul li:last-of-type {
  border-right: none;
}

.header__search-catalog ul li a {
  display: block;
  padding-left: 40px;
}

.header__search-catalog ul li a img {
  max-width: 30px;
  width: 100%;
  position: absolute;
  top: 8px;
  left: 0;
}

.header__search-catalog ul li a .tit {
  display: block;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 12px;
  color: #898989;
  font-weight: 600;
}

.header__search-catalog ul li a .price {
  display: block;
  font-size: 12px;
  color: #15132E;
  font-weight: 600;
}

.header__search-catalog ul li a:hover .tit {
  color: #F02C55;
}

.header__cart {
  display: inline-block;
}

@media screen and (max-width: 991px) {
  .header__cart {
    display: none;
  }

  .header__mob .header__cart {
    display: inline-block;
  }
}

.header__cart-empty {
  display: inline-block;
}

.header__cart-empty svg {
  width: 18px;
  height: 18px;
  margin-right: 7px;
}

.header__cart-empty svg use {
  color: #a2a2a2;
}

.header__cart-empty span {
  display: inline-block;
  color: #a2a2a2;
  font-size: 14px;
  line-height: 12px;
  width: auto;
}

.header__cart-complete {
  display: inline-block;
  position: relative;
}

.header__cart-complete svg {
  width: 30px;
  height: 30px;
}

.header__cart-complete svg use {
  color: #9F1D7C;
}

.header__cart-complete span {
  display: inline-block;
  color: #A41D79;
  font-size: 15px;
  line-height: 24px;
  font-weight: 500;
}

.header__cart-complete .numb {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  line-height: 16px;
  margin-right: 5px;
  font-weight: 700;
  color: #fff;
  font-size: 11px;
  border-radius: 100px;
  background: #A41D79;
  vertical-align: middle;
}

.header__mob .header__cart-complete .numb {
  width: 18px;
  height: 18px;
  position: absolute;
  top: -2px;
  right: -6px;
  background: #F02C55;
}

.header__form {
  display: inline-block;
  margin-left: 17px;
}

@media screen and (max-width: 991px) {
  .header__form {
    display: none;
  }

  .header__mob .header__form {
    display: inline-block;
  }
}

.header__form-link {
  display: inline-block;
}

.header__mob .header__form-link img {
  width: 25px;
}

.header__form-link span {
  display: inline-block;
  padding: 0 6px;
  font-size: 14px;
  line-height: 12px;
  cursor: pointer;
  color: #15132e;
  border-right: 1px solid #F1F1F1;
}

@media screen and (max-width: 768px) {
  .header__form-link span {
    display: none;
  }
}

.header__form-link:hover span {
  color: #A41D79;
}

.header__form-link:last-of-type span {
  border: none;
}

.header__form-block {
  display: none;
  width: 297px;
  padding: 22px 18px 0;
  position: absolute;
  top: 55px;
  z-index: 15;
  background: #fff;
  border: 1px solid #A41D79;
  border-radius: 10px;
}

.header__form-block.open {
  display: block;
}

.header__form-block:before {
  content: '';
  width: 26px;
  height: 10px;
  position: absolute;
  left: 41px;
  top: -10px;
  z-index: 10;
  background-image: url("../images/arrow.png");
  background-size: 31px 17px;
  background-repeat: no-repeat;
}

.header__form-block .form__cell {
  margin-bottom: 5px;
}

/* .header__form-block .button {
  margin-bottom: 10px !important;
} */

.header__form-block .button:last-of-type {
  margin-bottom: 0;
}

.header__form-block .title {
  display: block;
  margin-bottom: 13px;
  font-size: 20px;
  font-weight: 600;
  color: #A41D79;
  text-transform: uppercase;
}

.header__form-block .title-min {
  text-transform: inherit;
}

.header__form-block p {
  color: #898989;
  font-size: 12px;
  line-height: 18px;
}

.header__lang {
  display: inline-block;
  padding: 0;
  margin: 0 -6px 0 63px;
}

@media screen and (max-width: 991px) {
  .header__lang {
    width: 100%;
    margin: 0;
    position: absolute;
    bottom: 62px;
    left: 0;
    text-align: center;
  }

  .header__lang:before {
    content: '';
    width: 140px;
    height: 1px;
    display: block;
    margin: auto;
    position: relative;
    top: -20px;
    background: #F02C55;
  }
}

@media screen and (max-width: 768px) {
  .header__lang {
    margin: 0 -3px 0 10px;
  }
}

.header__lang li {
  display: inline-block;
  padding: 0 6px;
  list-style: none;
}

@media screen and (max-width: 991px) {
  .header__lang li {
    padding: 0 10px;
  }
}

.header__lang li a {
  display: block;
  font-size: 14px;
  line-height: 12px;
  color: #DDDDDD;
}

@media screen and (max-width: 991px) {
  .header__lang li a {
    color: #898989;
    font-size: 16px;
    line-height: 20px;
  }
}

.header__lang li a:hover {
  color: #9F1D7C;
}

.header__lang li.active a {
  color: #4D4D4D;
}

@media screen and (max-width: 991px) {
  .header__lang li.active a {
    color: #F02C55;
  }
}

/*navbar*/
.navbar {
  padding: 0;
  display: block;
  position: inherit;
}

.navbar-toggler {
  position: absolute;
  right: 0;
  top: 24px;
}

@media screen and (max-width: 991px) {
  .navbar-toggler {
    display: block !important;
  }
}

.navbar-toggler:focus {
  outline: none;
}

@media screen and (max-width: 991px) {
  .navbar-brand {
    position: absolute;
    top: 0;
    left: 0;
  }

  .header__mob .navbar-brand {
    position: relative;
  }

  .navbar-brand img {
    width: 120px;
  }
}

.header__mob .navbar-brand {
  width: 120px;
}

.navbar-collapse {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (min-width: 992px) {
  .navbar-collapse {
    display: block !important;
  }

  .navbar-expand-lg .navbar-collapse {
    display: block !important;
  }
}

.mob-overflow {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
  background: rgba(21, 19, 46, 0.85);
}

@media screen and (max-width: 991px) {
  .navbar-collapse {
    display: block !important;
    padding: 5px 15px 100px;
    width: 285px;
    height: 100vh !important;
    overflow: auto;
    position: fixed;
    top: 0;
    left: -285px;
    z-index: 10;
    background: #fff;
    -webkit-transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    -o-transform: translate3d(100%, 0, 0);
    transform: translate3d(0%, 0, 0);
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s;
  }

  body.opn .mob-overflow {
    display: block;
  }
  body.opn .navbar-toggler {
    display: none;
  }

  .navbar-collapse.is-visible {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(100%, 0, 0);
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
  }

  .navbar-collapse-inner {
    padding-bottom: 145px;
    padding-top: 98px;
    position: relative;
  }
}

.navbar-btn {
  margin: 0 -3px;
}

@media screen and (max-width: 991px) {
  .navbar-btn {
    margin: 12px;
    display: none;
  }
}

.navbar-btn a {
  margin: 0 3px;
}

@media screen and (max-width: 991px) {
  .navbar-btn a {
    margin: 5px 3px;
  }
}

.navbar-nav {
  height: 80px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 991px) {
  .navbar-nav {
    width: 100%;
    height: auto;
    display: block;
  }
}

.navbar-nav>li {
  padding: 0 15px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

.navbar-nav>li svg {
  display: none;
}

@media screen and (max-width: 1200px) {
  .navbar-nav>li {
    padding: 0 10px;
  }
}

@media screen and (max-width: 991px) {
  .navbar-nav>li {
    display: block;
    padding: 0;
    margin-bottom: 17px;
    letter-spacing: 0.1em;
  }

  .navbar-nav>li.drop {
    position: relative;
  }

  .navbar-nav>li.drop a svg {
    display: inline-block;
    width: 17px;
    height: 17px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    position: relative;
    top: -3px;
  }

  .navbar-nav>li.drop a svg use {
    color: #898989;
  }

  .navbar-nav>li.drop.open a {
    color: #F02C55;
  }

  .navbar-nav>li.drop.open a svg use {
    color: #F02C55;
  }
}

.navbar-nav>li.active>a,
.navbar-nav>li.active>span {
  position: relative;
}

.navbar-nav>li.active>a:after,
.navbar-nav>li.active>span:after {
  content: '';
  height: 2px;
  width: 100%;
  position: absolute;
  bottom: -10px;
  left: 0;
  background: #F02C55;
}

.navbar-nav>li>a,
.navbar-nav>li>span {
  font-size: 16px;
  line-height: 12px;
  font-weight: 500;
  color: #15132e;
  text-transform: none;
}

@media screen and (max-width: 991px) {
  .navbar-nav>li>a,
  .navbar-nav>li>span {
    font-size: 18px;
    line-height: 18px;
    font-weight: 500;
  }
}

.navbar-nav>li>a:after,
.navbar-nav>li>span:after {
  content: '';
  width: 100%;
  height: 2px;
}

.navbar-nav>li.active>a,
.navbar-nav>li.active>span {
  color: #F02C55;
}

@media screen and (min-width: 991px) {
  .navbar-nav>li:hover>a,
  .navbar-nav>li:hover>span {
    color: #F02C55;
  }

  .navbar-nav>li:hover>.submenu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
/* @media screen and (max-width: 991px) {
  .navbar-nav>li:hover>.submenu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
  }
} */

.submenu {
  display: none;
  /* width: 100%; */
  position: absolute;
  left: 0;
  top: 142px;
  z-index: 10;
  background: #F1F1F1;
  -webkit-box-shadow: inset 0px 10px 24px -9px rgba(0,0,0,0.15);
  box-shadow: inset 0px 60px 134px -89px rgba(0,0,0,0.03);
}

@media screen and (max-width: 991px) {
  /* .open .submenu {
    display: block;
    width: 100%;
    padding: 23px 13px 5px;
    position: relative;
    top: 0;
    background: transparent;
  } */
}

@media screen and (max-width: 768px) {
  .submenu {
    position: relative;
    top: 0;
  }
}

.submenu>.container {
  padding: 0;
  position: relative;
}

.submenu__list {
  /* width: 100%; */
  min-height: 203px;
  padding: 0px 15px;
  display: flex;
  /* flex-wrap: wrap; */
  /* align-items: center; */

  flex-direction: column;
  align-items: start;
}

@media screen and (max-width: 991px) {
  .open .submenu__list {
    width: 100%;
    min-height: inherit;
    padding: 0;
  }
}

@media screen and (max-width: 768px) {
  .submenu__list {
    width: 100%;
    min-height: initial;
  }
}

.submenu__list>li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* padding: 0px 26px; */
  list-style: none;
  width: 25%;
  align-items: center;
  /* min-height: 100px; */
  /* border: solid 1px #e4e4e4; */
  border-width: 0 1px 1px 0;
  border-radius: 8px;
  transition: .4s ease-in-out;

  width: 100%;
}


.submenu__list li img{
  margin-right: 20px;
  /* max-height: 36px;
  max-width: 36px; */
  max-height: 30px;
  max-width: 30px;
}

@media screen and (max-width: 991px) {
  .submenu__list>li {
    padding: 0 15px;
    margin-bottom: 20px;
    position: relative;
  }

  .submenu__list>li:last-of-type {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 768px) {
  .submenu__list>li {
    display: block;
  }
}

.submenu__list>li>a {
  display: flex;
  font-size: 15px;
  line-height: 18px;
  font-weight: 500;
  color: #15132e;
  text-transform: none;
  /* height: 100px; */
  width: 100%;
  justify-items: center;
  align-items: center;
  padding: 8px 20px;
  transition: .4s ease-in-out;
}

@media screen and (max-width: 991px) {
  .submenu__list>li>a {
    padding: 0 15px;
    letter-spacing: 0.1em;
    position: relative;
    font-weight: 500;
    font-size: 16px;
    line-height: 12px;
    color: #898989 !important;
    text-transform: inherit;
  }
}

@media screen and (max-width: 991px) {
  .submenu__list>li.active {
    color: #F02C55 !important;
  }

  .submenu__list>li.active a {
    color: #F02C55 !important;
  }

  .submenu__list>li.active a:after {
    content: '';
    width: 10px;
    height: 1px;
    display: inline-block;
    position: absolute;
    left: -7px;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #F02C55;
  }
}

.submenu__list>li:hover {
  background: #f9f9f9;
}

.submenu__list>li:hover>a {
  color: #F02C55;
}

.submenu__list>li:hover>.submenu__tw {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 768px) {
  .submenu__list>li:hover>.submenu__tw {
    display: block;
  }
}

.submenu__tw {
  display: none !important;
  width: 80%;
  padding: 25px 40px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: absolute;
  left: 20%;
  top: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

@media screen and (max-width: 768px) {
  .submenu__tw {
    width: 100%;
    position: relative;
    left: 0;
  }
}

.submenu__tw .title {
  display: block;
  margin-bottom: 17px;
  font-size: 40px;
  line-height: 50px;
  font-weight: 700;
  color: #15132E;
}

@media screen and (max-width: 768px) {
  .submenu__tw .title {
    font-size: 25px;
    line-height: 30px;
  }
}

.submenu__tw-list {
  width: 70%;
}

@media screen and (max-width: 768px) {
  .submenu__tw-list {
    width: 100%;
  }
}

.submenu__tw-list ul {
  padding: 0;
  margin: 0;
  -webkit-column-count: 2;
  column-count: 2;
}

@media screen and (max-width: 768px) {
  .submenu__tw-list ul {
    -webkit-column-count: 1;
    column-count: 1;
  }
}

.submenu__tw-list ul>li {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
}

.submenu__tw-list ul>li>a {
  color: #898989;
  font-size: 11px;
  line-height: 30px;
  font-weight: 600;
}

.submenu__tw-list ul>li>a:hover {
  color: #9F1D7C;
}

.submenu__tw-advertising {
  width: 270px;
  padding: 45px 30px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

@media screen and (max-width: 768px) {
  .submenu__tw-advertising {
    width: 100%;
  }
}

.submenu__tw-advertising .tit {
  display: block !important;
  margin-bottom: 5px;
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  color: #fff;
}

.submenu__tw-advertising p {
  font-size: 11px;
  font-weight: 600;
  line-height: 16px;
  color: #fff;
}

.custom-control {
  padding-left: 0 !important;
  padding-right: 40px;
}

/*form*/
.form__row {
  margin: 0 -5px;
}

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

@media screen and (max-width: 991px) {
  .form__row_flex {
    display: block;
  }
}

.form__row_one textarea {
  height: 140px;
}

.form__cell {
  width: 100%;
  padding: 0 5px 15px;
  position: relative;
}

@media screen and (max-width: 991px) {
  .form__cell.w-50 {
    width: 100% !important;
  }
}

.form__group {
  margin-bottom: 12px;
}

.form__tabs {
  display: block;
  margin: 0;
}

.form__tabs_line .custom-check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-right: 100px;
  margin-bottom: 30px;
  position: relative;
}

.form__tabs_line .prices {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  font-size: 14px;
  font-weight: 600;
  color: #15132E;
}

.form__tabs_line .form__tabs_content {
  margin: 45px 0;
}

.form__tabs_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 22px;
}

@media screen and (max-width: 768px) {
  .form__tabs_item {
    display: block;
  }
}

.form__tabs_item .btn-group {
  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;
}

.form__tabs_line .form__tabs_item {
  display: block;
}

.form__tabs_item .custom-check {
  margin-right: 50px;
}

.form__tabs_line .form__tabs_item .custom-check {
  margin-right: 0;
}

.form__tabs_content {
  display: block;
}

.form__tabs_content .btn-group {
  width: 100%;
  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;
}

.form__validation .status {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  left: -85px;
  top: 0;
  bottom: 0;
  margin: auto;
  font-size: 14px;
  font-weight: 300;
  color: #15132E;
}

@media screen and (max-width: 1600px) {
  .form__validation .status {
    left: 0;
    top: initial;
    bottom: -30px;
    right: 0;
    display: block;
    text-align: center;
  }
}

.form__validation .status span {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-left: 10px;
  border-radius: 100px;
}

.form__validation_success:after {
  content: '';
  width: 14px;
  height: 14px;
  display: inline-block;
  position: absolute;
  left: -18px;
  top: 11px;
  z-index: 5;
  background: #98EF32;
  border-radius: 100px;
}

@media screen and (max-width: 991px) {
  .form__validation_success:after {
    width: 10px;
    height: 10px;
    left: -8px;
    top: 13px;
  }
}

.form__validation_success input {
  border-color: #98EF32;
}

.form__validation_false .status span {
  background: #79BE1B;
}

.form__validation_false input {
  border-color: #79BE1B;
}

.form__enter {
  position: absolute;
  right: 0;
  top: -58px;
  font-size: 14px;
  line-height: 24px;
  color: #15132E;
  text-align: right;
}

@media screen and (max-width: 991px) {
  .form__enter {
    top: -110px;
  }
}

.form__enter a {
  color: #A41D79;
}

.form__enter a:hover {
  text-decoration: underline;
}

.form__bank {
  display: block;
  margin-left: 0px;
}

.form__bank .form__cell {
  width: 170px;
  display: inline-block;
  vertical-align: top;
  margin: 0 5px 30px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .form__bank .form__cell {
    width: 152px;
  }
}

.form__bank .custom-check {
  padding: 0;
  margin: 0;
}

.form__bank .custom-check .img {
  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;
  height: 30px;
}

.form__bank .custom-check label {
  height: 165px;
  width: 100%;
  padding: 30px 15px 20px;
  border: 1px solid #F1F1F1;
  border-radius: 0;
  text-align: center;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.form__bank .custom-check label:hover {
  border-color: #15132E !important;
}

.form__bank .custom-check label:before {
  width: 18px !important;
  height: 18px !important;
  top: 15px !important;
  right: 0;
  left: 0;
  margin: auto;
  background-size: 13px 8px !important;
  border-color: #F02C55 !important;
}

.form__bank .custom-check label:after {
  width: 13px !important;
  height: 12px !important;
  top: 18px !important;
  right: 0;
  left: 0 !important;
  margin: auto;
  background-size: 10px 7px !important;
  background-position: 2px 3px !important;
}

.form__bank .custom-check label img,
.form__bank .custom-check label span {
  display: block;
}

.form__bank .custom-check label span {
  margin: 17px 0;
  font-size: 10px;
  line-height: 16px;
  color: #15132E;
}

.form__bank .custom-check input:checked~label {
  border-color: #F02C55;
}

.form__info {
  display: block;
  position: relative;
  top: -8px;
  left: 0;
  font-size: 12px;
  line-height: 14px;
  font-weight: 300;
  color: #15132E;
}

@media screen and (max-width: 768px) {
  .form__info {
    display: block;
    margin-bottom: 10px;
    position: relative;
    left: 0;
    top: 0;
  }
}

.check-label {
  font-size: 12px;
  line-height: 18px;
  color: #898989;
  cursor: pointer;
}

.check-label a {
  color: #F02C55;
}

.check-label a:hover {
  color: #A41D79;
}

.check-label:before {
  content: "";
  display: inline-block;
  margin: -3px 11px 0 0;
  height: 26px;
  width: 26px;
  border: 1px solid #F1F1F1;
  border-radius: 100px;
  color: transparent;
  font-size: 20px;
  line-height: 22px;
  text-align: center;
  vertical-align: middle;
  -webkit-transition: color ease .3s;
  -o-transition: color ease .3s;
  transition: color ease .3s;
}

.check-label.active:before {
  background-image: url("../svg/check.svg");
  background-repeat: no-repeat;
  background-size: 16px 12px;
  background-position: center;
}

textarea,
input {
  -webkit-box-shadow: none;
  box-shadow: none;
}

textarea {
  width: 100%;
  height: 90px;
  padding: 16px 16px;
  border: 1px solid #dddddd;
  font-size: 15px;
  line-height: 12px;
  color: #898989;
  font-weight: 400;
  border-radius: 8px;
  resize: none;
}

input {
  width: 100%;
  padding: 8px 16px;
  border: 1px solid #dddddd;
  /* font-size: 10px; */
  font-size: 15px;
  line-height: 15px;
  color: #212529;
  /* font-weight: 600; */
  font-weight: 400;
  border-radius: 8px;
  min-height: 42px;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=checkbox]+label,
input[type=radio]+label {
  font-size: 12px;
  line-height: 18px;
  color: #898989;
  cursor: pointer;
}

input[type=checkbox]+label a,
input[type=radio]+label a {
  color: #F02C55;
}

input[type=checkbox]+label a:hover,
input[type=radio]+label a:hover {
  color: #A41D79;
}

input[type=checkbox]+label:before,
input[type=radio]+label:before {
  content: "";
  display: inline-block;
  margin: -3px 11px 0 0;
  height: 26px;
  width: 26px;
  border: 1px solid #F1F1F1;
  border-radius: 100px;
  color: transparent;
  font-size: 20px;
  line-height: 22px;
  text-align: center;
  vertical-align: middle;
  -webkit-transition: color ease .3s;
  -o-transition: color ease .3s;
  transition: color ease .3s;
}

input[type=checkbox]:checked+label:before,
input[type=radio]:checked+label:before {
  background-image: url("../svg/check.svg");
  background-repeat: no-repeat;
  background-size: 16px 12px;
  background-position: center;
}

.select {
  position: relative;
}

.select:after {
  content: '';
  width: 7px;
  height: 4px;
  position: absolute;
  top: 2px;
  bottom: 0;
  right: 15px;
  margin: auto;
  background-image: url("../svg/select.svg");
  background-repeat: no-repeat;
  background-size: 7px 4px;
  background-position: center right;
}

.select.card-product__options {
  width: 120px;
}

.select select {
  width: 100%;
  padding: 10px 35px 10px 15px;
  border: 1px solid #F1F1F1;
  border-radius: 3px;
  font-size: 10px;
  font-weight: 600;
  color: #898989;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.select select:focus {
  outline: none;
}

/*slider-main*/
.slider-main {
  margin: 15px 0 20px;
  overflow: hidden;
}

.slider-main .owl-dots {
  position: relative;
  bottom: 25px;
}

.slider-main__slider {
  margin-bottom: 0 !important;
}

.slider-main__item {
  padding: 36px 55px 70px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 380px;
  border-radius: 8px;
}

.slider-main__item .button {
  padding: 12px 38px;
}

.slider-main__text {
  width: 50%;
}

@media screen and (max-width: 991px) {
  .slider-main__text {
    width: 90%;
  }
}

.slider-main__category {
  display: block;
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 600;
  color: #15132E;
}

.slider-main__title {
  display: block;
  margin-bottom: 40px;
  font-size: 40px;
  line-height: 50px;
  font-weight: 700;
  color: #15132E;
}

@media screen and (max-width: 991px) {
  .slider-main__title {
    /* font-size: 30px; */
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 20px;
  }
}

/*slick*/
.slick-slide:focus {
  outline: none;
}

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

.slick-arrow.slick-disabled {
  opacity: 0.5;
}

.slick-prev,
.owl-prev {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  left: -35px;
}

@media screen and (max-width: 1270px) {
  .slick-prev,
  .owl-prev {
    left: 10px;
  }

  .catalog__slider .slick-prev,
  .catalog__slider .owl-prev {
    left: -5px;
  }

  .reviews__slider .slick-prev,
  .reviews__slider .owl-prev {
    left: -10px;
  }
}

.slick-next,
.owl-next {
  right: -35px;
}

@media screen and (max-width: 1270px) {
  .slick-next,
  .owl-next {
    right: 10px;
  }

  .catalog__slider .slick-next,
  .catalog__slider .owl-next {
    right: -5px;
  }

  .reviews__slider .slick-next,
  .reviews__slider .owl-next {
    right: -10px;
  }
}

.slick-next,
.slick-prev,
.owl-prev,
.owl-next {
  width: 10px;
  height: 17px;
  z-index: 5;
}

.owl-prev,
.owl-next {
  position: absolute;
  top: 50%;
}

.reviews__slider .slick-next,
.reviews__slider .slick-prev {
  width: 8px;
  height: 15px;
}

.owl-stage {
  display: flex;
}
.owl-stage-outer {
  position: relative;
}
.slider-item,
.slider-item .catalog__item {
  height: 100%;
}
.slider-item .catalog__item {
  display: flex;
  flex-direction: column;
}
.slider-item .catalog__item span + object {
  display: block;
  margin-top: auto;
}
.owl-nav {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  width: 100%;
}

.slick-next svg,
.slick-prev svg,
.owl-prev svg,
.owl-next svg {
  width: 10px;
  height: 17px;
  position: absolute;
  top: 0;
  left: 0;
}
/* .owl-next svg {
  position: absolute;
  top: 0;
  left: auto;
  right: 0;
} */

.reviews__slider .slick-next svg,
.reviews__slider .slick-prev svg {
  width: 8px;
  height: 15px;
}

.slick-next svg use,
.slick-prev svg use,
.owl-prev svg use,
.owl-next svg use {
  color: #A41D79;
}

.reviews__slider .slick-next svg use,
.reviews__slider .slick-prev svg use {
  color: #4D4D4D;
}

.slick-dots {
  bottom: 15px;
}

.catalog__slider .slick-dots {
  bottom: 0;
}

.reviews__slider .slick-dots {
  bottom: -55px;
}

.owl-dots{
  display: flex;
  justify-content: center;
  align-items: center;
}

.slick-dots li,
.owl-dot {
  width: 6px;
  height: 6px;
  margin: 0 2px;
  border-radius: 100px;
  border: 1px solid #A41D79 !important;
  background: transparent;
}

.reviews__slider .slick-dots li {
  width: 4px;
  height: 4px;
  background: #565468;
  border: none;
  vertical-align: middle;
}

.slick-dots li:hover {
  background: #A41D79;
}

.slick-dots li.slick-active,
.owl-dot.active {
  width: 8px;
  height: 8px;
  background: #A41D79 !important;
}

.reviews__slider .slick-dots li.slick-active {
  background: #A41D79;
  border-color: #A41D79;
}

.slick-dots li button {
  display: none;
}

/*banner*/
.banner__item {
  display: block;
  padding: 50px 60px 30px;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 25px;
  position: relative;
  background-position: right bottom;
  background-repeat: no-repeat;
}

.banner__item_bg1:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background: #a41d79;
  background: -moz-linear-gradient(top, #a41d79 0%, #cb2567 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #a41d79), color-stop(100%, #cb2567));
  background: -webkit-linear-gradient(top, #a41d79 0%, #cb2567 100%);
  background: -o-linear-gradient(top, #a41d79 0%, #cb2567 100%);
  background: -ms-linear-gradient(top, #a41d79 0%, #cb2567 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#a41d79), to(#cb2567));
  background: linear-gradient(to bottom, #a41d79 0%, #cb2567 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a41d79', endColorstr='#cb2567', GradientType=0);
}

.banner__item_bg1:hover:after {
  background: #cb2567;
  background: -moz-linear-gradient(top, #cb2567 0%, #a41d79 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #cb2567), color-stop(100%, #a41d79));
  background: -webkit-linear-gradient(top, #cb2567 0%, #a41d79 100%);
  background: -o-linear-gradient(top, #cb2567 0%, #a41d79 100%);
  background: -ms-linear-gradient(top, #cb2567 0%, #a41d79 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#cb2567), to(#a41d79));
  background: linear-gradient(to bottom, #cb2567 0%, #a41d79 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cb2567', endColorstr='#a41d79', GradientType=0);
}

.banner__item_bg1:hover .banner__link {
  color: #15132E;
}

.banner__item_bg2:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background: #cd2565;
  background: -moz-linear-gradient(top, #cd2565 0%, #ec2b58 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #cd2565), color-stop(100%, #ec2b58));
  background: -webkit-linear-gradient(top, #cd2565 0%, #ec2b58 100%);
  background: -o-linear-gradient(top, #cd2565 0%, #ec2b58 100%);
  background: -ms-linear-gradient(top, #cd2565 0%, #ec2b58 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#cd2565), to(#ec2b58));
  background: linear-gradient(to bottom, #cd2565 0%, #ec2b58 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cd2565', endColorstr='#ec2b58', GradientType=0);
}

.banner__item_bg2:hover:after {
  background: #ec2b58;
  background: -moz-linear-gradient(top, #ec2b58 0%, #cd2565 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #ec2b58), color-stop(100%, #cd2565));
  background: -webkit-linear-gradient(top, #ec2b58 0%, #cd2565 100%);
  background: -o-linear-gradient(top, #ec2b58 0%, #cd2565 100%);
  background: -ms-linear-gradient(top, #ec2b58 0%, #cd2565 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#ec2b58), to(#cd2565));
  background: linear-gradient(to bottom, #ec2b58 0%, #cd2565 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ec2b58', endColorstr='#cd2565', GradientType=0);
}

.banner__item_bg2:hover .banner__link {
  color: #15132E;
}

@media screen and (max-width: 768px) {
  .banner__item {
    padding: 50px 30px 30px;
    background-position: left center;
  }
}

.banner__item p {
  width: 60%;
  margin-bottom: 33px;
  color: #fff;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  .banner__item p {
    width: 100%;
  }
}

.banner__title {
  display: block;
  margin-bottom: 25px;
  font-weight: 700;
  color: #fff;
  font-size: 36px;
  line-height: 50px;
}

.banner__link {
  display: inline-block;
  letter-spacing: 0.05em;
  color: #fff;
  font-size: 11px;
  line-height: 18px;
  font-weight: 600;
  text-transform: uppercase;
}

.banner__link:hover {
  color: #000;
}

/*info*/
.info {
  margin-bottom: 25px;
}

.info-min {
  padding: 15px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
  background: #cd2565;
  background: -moz-linear-gradient(top, #cd2565 0%, #ec2b58 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #cd2565), color-stop(100%, #ec2b58));
  background: -webkit-linear-gradient(top, #cd2565 0%, #ec2b58 100%);
  background: -o-linear-gradient(top, #cd2565 0%, #ec2b58 100%);
  background: -ms-linear-gradient(top, #cd2565 0%, #ec2b58 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#cd2565), to(#ec2b58));
  background: linear-gradient(to bottom, #cd2565 0%, #ec2b58 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cd2565', endColorstr='#ec2b58', GradientType=0);
  border-radius: 8px;
}

.info-min__logo {
  padding: 5px 15px;
  width: 50%;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.info-min__logo img {
  width: 97px;
  height: 50px;
}

.info-min__contacts {
  padding: 15px;
  width: 50%;
  position: relative;
}

.info-min__contacts:after {
  content: '';
  width: 105px;
  height: 85px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 3;
  background-image: url("../svg/bg.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.info-min__contacts .tel {
  font-weight: 700;
}

.info-min__contacts .tel,
.info-min__contacts .mail {
  display: block;
  position: relative;
  z-index: 5;
  font-size: 14px;
  line-height: 19px;
  color: #fff;
}

.info-min__contacts .tel:hover,
.info-min__contacts .mail:hover {
  color: #A41D79;
}

.info-bl {
  border-bottom: 1px solid #F1F1F1;
}

.info-bl .row .col-sm-12 {
  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;
}

@media screen and (max-width: 991px) {
  .info-bl .row-left .col-sm-12:first-of-type {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .info-bl .row-left .col-sm-12:last-of-type {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}

@media screen and (max-width: 991px) {
  .info-bl__img img {
    width: 100%;
  }
}

.info-bl__text {
  padding: 30px 40px 30px 58px;
}

@media screen and (max-width: 991px) {
  .info-bl__text {
    padding: 30px 0;
  }
}

.info-bl__text-title {
  display: block;
  margin-bottom: 30px;
  font-size: 36px;
  line-height: 36px;
  font-weight: 700;
  color: #15132E;
}

.info-bl__text p {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 22px;
  color: #898989;
}

.info__inner {
  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;
  padding: 38px 0 44px;
  border: 1px solid #DDDDDD;
  border-radius: 8px;
}

@media screen and (max-width: 768px) {
  .info__inner {
    display: block;
  }
}

.info__item {
  width: 20%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 25px;
}

@media screen and (max-width: 768px) {
  .info__item {
    width: 100%;
    padding: 0 30px 20px 30px;
    box-sizing: border-box;
    margin: 0;
    /* margin: 0 0 20px; */
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    /* justify-content: center; */
    /* text-align: center; */
  }

  .info__item:last-of-type {
    margin-bottom: 0;
  }

  .info__img {
    min-width: 50px;
    max-width: 50px;
  }
}

.info__item span {
  display: block;
  font-size: 14px;
  line-height: 16px;
  color: #2d2d33;
  text-transform: none;
  font-weight: 500;
}

.info__img {
  width: 50px;
  margin-right: 15px;
  text-align: center;
}

/*rent*/
.rent {
  margin-bottom: 25px;
}

.rent_tw .rent__inner {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.rent_bg .rent__inner {
  background-image: url("../images/bg2.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.rent__inner {
  padding: 8px 52px;
  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;
  background-color: #C5C1FF;
  border-radius: 8px;
}

.rent__inner:hover {
  background-color: #b5b1ea;
}

@media screen and (max-width: 991px) {
  .rent__inner {
    padding: 20px 30px;
    display: block;
    text-align: center;
  }

  .rent__inner img {
    display: block;
    margin: 0 auto 20px;
  }
}

.rent__inner p {
  width: 30%;
  margin-bottom: 0;
  padding: 0 15px;
  font-size: 14px;
  line-height: 18px;
  color: #15132E;
  font-weight: 600;
}

@media screen and (max-width: 991px) {
  .rent__inner p {
    width: 100%;
    padding: 20px 15px;
  }
}

.rent__title {
  display: block;
  font-size: 26px;
  line-height: 50px;
  font-weight: 600;
  color: #15132E;
}

/*catalog*/
.catalog+.rent {
  margin-top: 60px;
}

.catalog_page_line {
  margin-top: 70px;
  margin-bottom: 30px;
}

.catalog-list {
  margin-bottom: 38px;
}

.catalog-list__item {
  display: block;
  margin-bottom: 25px;
  padding: 83px 55px 12px;
  background-repeat: no-repeat;
  background-position: center right;
  background-color: #F5F6F7;
  border-radius: 8px;
  background-position: 90%;
}
@media(min-width: 768px) {
  .catalog-list__item {
    background-size: 200px;
    /* background-size: 35%; */
  }
}
@media(max-width: 768px) {
  .catalog-list__item {
    background-size: auto 100px;
  }
}

.catalog-list__item:hover {
  background-color: #e7e9eb;
}

.catalog-list__item:hover .catalog-list__link {
  color: #A41D79;
}

@media screen and (max-width: 991px) {
  .catalog-list__item {
    padding: 53px 35px 12px;
  }
}

.catalog-list__item p {
  width: 60%;
  margin-bottom: 25px;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  color: #898989;
}

.catalog-list__title {
  display: block;
  margin-bottom: 25px;
  font-size: 32px;
  line-height: 36px;
  /* font-size: 24px;
  line-height: 30px; */
  color: #15132E;
  font-weight: 700;
}

@media screen and (max-width: 991px) {
  .catalog-list__title {
    font-size: 30px;
    line-height: 35px;
  }
}

.catalog-list__link {
  display: inline-block;
  margin-bottom: 25px;
  font-weight: 600;
  color: #F02C55;
  font-size: 11px;
  line-height: 18px;
  letter-spacing: 0.05em;
}

.catalog-list__link:hover {
  color: #A41D79;
}

.catalog__slider {
  padding-bottom: 52px;
}
.catalog__slider .owl-dots {
  margin-top: 15px;
}
.catalog__slider .owl-dots.disabled {
  display: flex;
}
@media(min-width:991px) {
  .catalog__slider.show-nav-991 .owl-nav.disabled {
    display: block;
  }
}
@media(min-width:768px) {
  .catalog__slider.show-nav-768 .owl-nav.disabled {
    display: block;
  }
}
@media(min-width:568px) {
  .catalog__slider.show-nav-568 .owl-nav.disabled {
    display: block;
  }
}

.catalog__close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 8px;
  right: 8px;
  border-radius: 100px;
  background: #A41D79;
  cursor: pointer;
}

.catalog__close img {
  width: 7px;
  height: 7px;
  margin: 0 !important;
}

.catalog__comparison {
  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;
  margin-bottom: 15px;
}

.catalog__comparison-link {
  display: inline-block;
  margin-right: 20px;
}

.catalog__comparison .link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 10px;
  line-height: 12px;
  font-weight: 600;
  color: #A41D79;
}

.catalog__comparison .link span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 7px;
  width: 16px;
  height: 16px;
  background: #A41D79;
  border-radius: 100px;
  font-size: 10px;
  line-height: 12px;
  font-weight: 600;
  color: #fff;
}

.catalog__comparison-list {
  display: inline-block;
  margin: 0 3px;
}

.catalog__comparison-list-item {
  width: 37px;
  height: 37px;
  padding: 5px;
  position: relative;
  border: 1px solid #F1F1F1;
}

.catalog__comparison-list-item:after {
  content: '';
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  background: rgba(255, 255, 255, 0.5);
}

.catalog__comparison-list-item span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 15px;
  height: 15px;
  opacity: 0;
  position: absolute;
  top: 10px;
  bottom: 0;
  left: 10px;
  right: 0;
  z-index: 5;
  background: #A41D79;
  border-radius: 100px;
  cursor: pointer;
}

.catalog__comparison-list-item span img {
  width: 6px;
  height: 6px;
}

.catalog__comparison-list-item:hover:after {
  opacity: 1;
}

.catalog__comparison-list-item:hover span {
  opacity: 1;
}

.catalog__item {
  display: block;
  padding: 30px 20px 50px;
  /* padding: 30px 20px 25px; */
  margin-bottom: 20px;
  position: relative;
  text-align: center;
  border-radius: 8px;
  border: 1px solid #F1F1F1;
}

.catalog__item:hover {
  border-color: #898989;
}

.catalog__item_tile .custom-control {
  padding-right: 0;
  margin-top: 15px;
}

.catalog__item_line {
  padding: 20px 25px;
  margin-bottom: 15px;
  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;
}

@media screen and (max-width: 768px) {
  .catalog__item_line {
    display: block;
    text-align: center;
  }
}

.catalog__item_line img {
  max-width: 80px;
  margin: 0 !important;
}

.catalog__slider .catalog__item {
  margin: 0 13px;
  min-height: 430px;
}

.catalog__item img {
  margin: 0 auto 30px;
  object-fit: contain;
}

.catalog__item p {
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 15px;
  line-height: 18px;
  color: #15132E;
  min-height: 54px;
}

.catalog__item .button {
  padding: 12px 30px;
  min-width: 178px;
  white-space: nowrap;
}

.catalog__action {
  padding: 3px 17px;
  display: inline-block;
  position: absolute;
  top: 10px;
  right: 20px;
  z-index: 3;
  font-size: 11px;
  line-height: 13px;
  font-weight: 600;
  color: #fff;
  background: #F02C55;
  border-radius: 3px;
}

.catalog__price {
  display: block;
  margin-bottom: 20px;
  font-weight: 600;
  font-size: 20px;
  color: #15132E;
}

.catalog__price_old {
  display: block;
  font-size: 14px;
  font-weight: 500;
  line-height: 13px;
  color: #898989;
  text-decoration: line-through;
}

.catalog__price+.catalog__price_old {
  /* margin-top: -20px; */
  margin-bottom: 12px;
}

.catalog__item_line .catalog__price {
  padding: 0 20px;
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .catalog__item_line .catalog__price {
    display: block;
    margin-bottom: 15px;
  }
}

.catalog__price span {
  display: inline-block;
  margin-left: 5px;
  font-size: 14px;
  line-height: 18px;
  color: #898989;
}

.catalog__item_line .catalog__text {
  padding: 0 30px;
  text-align: left;
  margin-right: auto;
}

@media screen and (max-width: 768px) {
  .catalog__item_line .catalog__text {
    text-align: center;
    padding: 15px 0;
  }
}

.catalog__item_line .catalog__text p {
  margin-bottom: 0;
  word-break: break-word;
}

.catalog__item_line .catalog__text .card-product__stock {
  margin-left: 0;
}

.title-main {
  margin-bottom: 36px;
  text-align: center;
}

.title-main__title {
  display: block;
  font-size: 24px;
  line-height: 50px;
  font-weight: 700;
  color: #15132E;
}

.title-main__link {
  display: inline-block;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-size: 11px;
  line-height: 18px;
  font-weight: 600;
  color: #F02C55;
}

.title-main__link:hover {
  color: #A41D79;
}

.title-main p {
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
  color: #898989;
}

/*footer*/
.footer {
  padding: 65px 0 50px;
  background-image: url("../images/footer_bg.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}

@media screen and (max-width: 991px) {
  .footer {
    padding-bottom: 80px;
  }
}

.footer .navbar-btn {
  margin-bottom: 65px;
  text-align: center;
}

.footer__menu {
  margin-bottom: 35px;
  text-align: center;
}

.footer__menu ul {
  padding: 0;
  margin: 0;
}

.footer__menu ul li {
  display: inline-block;
  padding: 0 0 10px;
  margin: 0 15px;
  list-style: none;
}

.footer__menu ul li a {
  font-size: 16px;
  line-height: 15px;
  font-weight: 500;
  color: #fff;
  text-transform: none;
}

.footer__menu ul li a:hover {
  color: #A41D79;
}

.footer__contacts {
  margin-bottom: 36px;
  text-align: center;
}

.footer__contacts-item {
  display: inline-block;
  padding: 0 40px;
  margin-bottom: 20px;
  position: relative;
  text-align: center;
}

.footer__contacts-item:after {
  content: '';
  width: 22px;
  height: 1px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -15px;
  margin: auto;
  background: rgba(255, 255, 255, 0.2);
}

@media screen and (max-width: 991px) {
  .footer__contacts-item:after {
    display: none;
  }
}

.footer__contacts-item:last-of-type:after {
  display: none;
}

.footer__contacts-item ul {
  padding: 0;
  margin: 0;
}

.footer__contacts-item ul li {
  padding: 0;
  list-style: none;
  color: #9F9CB2;
  font-size: 14px;
  line-height: 20px;
}

.footer__contacts-item ul li a {
  color: #9F9CB2;
  font-size: 14px;
  line-height: 20px;
}

.footer__contacts-item ul li a:hover {
  color: #A41D79;
}

.footer__contacts-item ul li.mail a {
  color: #F02C55;
}

.footer__contacts-item ul li.mail a:hover {
  color: #A41D79;
}

.footer__contacts-title {
  display: block;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
}

.footer__copyright {
  text-align: center;
}

.footer__copyright span {
  display: block;
  font-size: 12px;
  line-height: 18px;
  color: #565468;
}

.footer__copyright span a {
  color: #F02C55;
}

/*search*/
.search {
  margin: 50px 0;
}

@media screen and (max-width: 991px) {
  .search {
    margin: 25px 0;
  }
}

.search__inner {
  position: relative;
}

.search__inner input {
  padding: 10px 25px 10px 55px;
  width: 100%;
  height: 47px;
  font-weight: 400;
  font-size: 18px;
  color: #898989;
  border: 1px solid rgba(137, 137, 137, 0.2);
}

.search__inner button {
  position: absolute;
  left: 28px;
  top: 15px;
  z-index: 4;
}

.search__inner button svg {
  width: 16px;
  height: 16px;
}

.search__inner button svg use {
  color: #898989;
}

.breadcrumb {
  padding: 17px 0;
  margin: 0;
  background: transparent;
}

.breadcrumb-item {
  position: relative;
  font-size: 12px;
  line-height: 18px;
}

.breadcrumb-item.active {
  color: #F02C55;
}

.breadcrumb-item+.breadcrumb-item {
  padding-left: 31px;
}

.breadcrumb-item+.breadcrumb-item::before {
  content: '';
  width: 4px;
  height: 7px;
  position: absolute;
  left: 14px;
  top: 6px;
  background-image: url("../svg/breadcrumb-arrow.svg");
  background-size: 4px 7px;
  background-position: center;
  background-repeat: no-repeat;
}

.breadcrumb-item a {
  font-size: 12px;
  line-height: 18px;
  color: #898989;
}

.breadcrumb-item a:hover {
  color: #A41D79;
}

.card-product {
  margin-bottom: 50px;
}

@media screen and (max-width: 991px) {
  .card-product__slider {
    margin-bottom: 50px;
  }
}

.card-product__for {
  width: 100%;
  margin-bottom: 18px;
}

@media (max-width: 768px) {
  .card-product__for {
    position: relative;
  }
  .card-product__for:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
  }
}

.card-product__for-item {
  padding: 90px 30px;
  position: relative;
  border: 1px solid #F1F1F1;
  border-radius: 8px;
  width: 100%;
}

.card-product__for-item:before {
  content: '';
  width: 47px;
  height: 60px;
  position: absolute;
  bottom: 15px;
  left: 15px;
  z-index: 3;
  background-image: url("../svg/b.svg");
  background-repeat: no-repeat;
  background-size: 47px 60px;
}

.card-product__for-item:after {
  content: '';
  width: 16px;
  height: 16px;
  position: absolute;
  bottom: 15px;
  right: 15px;
  z-index: 3;
  background-image: url("../svg/search.svg");
  background-repeat: no-repeat;
  background-size: 16px 16px;
}

.card-product__for-item img {
  margin: auto;
}

.card-product__nav-item {
  width: 83px;
  height: 83px;
  padding: 15px;
  margin: 0 7px;
  border: 1px solid #F1F1F1;
}

.card-product__nav-item.slick-current {
  border-color: #F02C55;
}

.card-product__description p {
  margin-bottom: 35px;
  font-size: 14px;
  line-height: 22px;
  color: #898989;
}

.card-product__title {
  /* display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; */
  margin-bottom: 30px;
}
.card-product__title span.sku_wrapper {
  display: block;
}

@media screen and (max-width: 768px) {
  .card-product__title {
    display: block;
  }
}

.card-product__title .title {
  display: block;
}

.card-product__title .title .big {
  display: block;
  font-size: 36px;
  line-height: 45px;
  font-weight: 700;
  color: #15132E;
  word-break: break-all;
}

.card-product__title .title .min {
  display: block;
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
  color: #15132E;
}

.card-product__title .tag {
  display: block;
  font-size: 14px;
  line-height: 22px;
  color: #898989;
  display: block;
  width: 180px;
  /* text-align: right; */
}

.card-product__title .tag_color {
  color: #A41D79;
}

.card-product__characteristics {
  margin-bottom: 28px;
}

.card-product__characteristics-item {
  margin-bottom: 12px;
}

.card-product__characteristics-item span {
  display: inline-block;
  margin-right: 30px;
}

.card-product__characteristics-item span:first-of-type {
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  color: #15132E;
}

.card-product__characteristics-item span:last-of-type {
  font-size: 14px;
  line-height: 18px;
  color: #898989;
}

.card-product__price {
  margin-bottom: 20px;
}

.card-product__price .price {
  display: block;
  font-size: 24px;
  font-weight: 600;
  color: #15132E;
}

.card-product__price .price span {
  display: inline-block;
  margin-left: 10px;
  font-size: 16px;
  font-weight: 600;
  color: #898989;
}

.card-product__price .price-pvn {
  display: block;
  font-size: 14px;
  line-height: 22px;
  color: #4D4D4D;
}

.card-product__price .price-pvn span {
  font-size: 16px;
  font-weight: 600;
  color: #15132E;
}

.card-product__in-stock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 32px;
  margin-top: 22px;
}

.card-product__stock {
  margin-left: 20px;
  position: relative;
}

.card-product__stock span {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  line-height: 22px;
  color: #898989;
}

.card-product__stock-success:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 13px;
  height: 13px;
  margin-right: 6px;
  border-radius: 100px;
  background: #79BE1B;
}

.card-product__rates {
  margin-bottom: 35px;
}

.card-product__rates-item {
  margin-bottom: 10px;
  padding: 15px;
  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;
  border: 1px solid #F1F1F1;
}

.card-product__rates-item .catalog__price {
  margin-bottom: 0;
}

.card-product__rates-info {
  width: 60%;
}

.card-product__rates-title {
  display: block;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  color: #15132E;
}

.card-product__rates-list {
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .card-product__rates-list {
    display: block;
  }
}

.card-product__rates-list li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
  list-style: none;
  font-size: 12px;
  line-height: 14px;
  color: #A41D79;
}

@media screen and (max-width: 768px) {
  .card-product__rates-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 5px;
  }
}

.card-product__rates-list li svg {
  width: 12px;
  height: 12px;
  margin-right: 8px;
}

.card-product__rates-list li svg use {
  color: #A41D79;
}

.card-product__rates-list li.disabled {
  color: #DDDDDD;
}

.card-product__rates-list li.disabled svg use {
  color: #DDDDDD;
}

/*specifications*/
.specifications {
  margin-bottom: 70px;
}

.specifications__text {
  padding: 18px 0;
}

.specifications__text .title {
  display: block;
  font-size: 18px;
  line-height: 50px;
  font-weight: 700;
  color: #15132E;
}

.specifications__text p {
  margin-bottom: 28px;
  font-size: 15px;
  line-height: 22px;
  color: #15132e;
  margin-top: 24px;
}

.specifications__text ul {
  padding: 0;
  margin: 0;
}

.specifications__text ul li {
  padding: 0 0 0 18px;
  position: relative;
  list-style: none;
  font-size: 14px;
  line-height: 32px;
  color: #898989;
}

.specifications__text ul li:before {
  content: '';
  width: 6px;
  height: 6px;
  position: absolute;
  left: 0;
  top: 13px;
  z-index: 6;
  border-radius: 100px;
  background: #4D4D4D;
}

.nav-tabs {
  border-bottom: 1px solid #F1F1F1 !important;
}

.nav-tabs .nav-item {
  margin-bottom: 0;
}

.nav-tabs .nav-item .nav-link {
  border: none;
  font-size: 18px;
  font-weight: 600;
  color: #4D4D4D;
}

.nav-tabs .nav-item .nav-link.active {
  color: #F02C55;
}

.zoom {
  display: inline-block;
  position: relative;
}

.zoom img {
  display: block;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.fancybox-is-open .fancybox-bg {
  background-image: url("../images/footer_bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}

/*request*/
.request {
  /* height: 100vh; */
  min-height: 850px;
}

@media screen and (max-width: 991px) {
  .request {
    height: auto;
    min-height: inherit;
    padding-bottom: 40px;
  }
}

.request .container {
  height: 100%;
}

.request__inner {
  width: 80%;
  margin: auto;
  height: 100%;
  padding-bottom: 75px;
  position: relative;
}

@media screen and (max-width: 991px) {
  .request__inner {
    width: 100%;
    padding-bottom: 30px;
  }
}

.request__logo {
  display: block;
  width: 100%;
  padding: 45px 0;
  text-align: center;
  border-bottom: 1px solid #F1F1F1;
}

.request__logo img {
  width: 115px;
  height: 60px;
}

.request__btn {
  padding: 20px 0;
  text-align: center;
}

.request__line {
  padding: 30px 0;
}

.request__user {
  padding: 60px 0;
  text-align: center;
}
@media (max-width: 991px) {
  .request__user {
    padding: 0;
  }
}

.request__user p {
  font-size: 14px;
  line-height: 18px;
  color: #4D4D4D;
  font-style: italic;
}

.request__user-avator {
  width: 150px;
  height: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto 5px;
  overflow: hidden;
  border-radius: 1000px;
}

.request__user-name {
  display: block;
  font-size: 20px;
  font-weight: 600;
  color: #15132E;
}

.request__user-position {
  display: block;
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
  color: #898989;
}

.request__user-quotes {
  width: 32px;
  height: 20px;
  margin: 23px auto;
}

.request__description p {
  margin-bottom: 60px;
  font-size: 14px;
  line-height: 24px;
  color: #898989;
}

.request__description-title {
  display: block;
  margin-bottom: 5px;
  font-size: 24px;
  line-height: 50px;
  font-weight: 700;
  color: #15132E;
}

.request__pagination {
  position: absolute;
  bottom: 25px;
  left: 0;
}

@media screen and (max-width: 991px) {
  .request__pagination {
    position: relative;
    bottom: 0;
  }
}

.request__pagination-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  line-height: 12px;
  font-weight: 500;
  color: #A41D79;
}

.request__pagination-link svg {
  width: 6px;
  height: 12px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  margin-right: 10px;
}

.request__pagination-link svg use {
  color: #A41D79;
}

.request__pagination-link:hover {
  color: #F02C55;
}

.request__pagination-link:hover svg use {
  color: #F02C55;
}

/*files*/
.files {
  padding: 23px 0;
}

.files__inner {
  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;
  margin: 0 -5px;
}

.files__item {
  display: inline-block;
  margin: 0 5px;
}

.files__item img {
  width: 16px;
}

.files__item:hover img {
  opacity: 0.7;
}

/*comparison*/
.comparison__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 45px;
}

@media screen and (max-width: 991px) {
  .comparison__inner {
    width: 991px;
  }
}

@media screen and (max-width: 991px) {
  .comparison__scrl {
    overflow-x: auto;
  }
}

.comparison__quantity {
  width: 280px;
  display: block;
  padding: 55px 22px;
  font-size: 10px;
  line-height: 12px;
  font-weight: 600;
  color: #A41D79;
}

.comparison__quantity span {
  margin-right: 10px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  font-size: 10px;
  line-height: 12px;
  font-weight: 600;
  color: #fff;
  background: #A41D79;
  border-radius: 100px;
}

.comparison__characteristics {
  margin-bottom: 60px;
}

.comparison__characteristics .card {
  border: none;
  margin-bottom: 15px;
}

.comparison__characteristics .card-body {
  padding: 0;
}

.comparison__characteristics .card-body table {
  width: 100%;
}

.comparison__characteristics .card-body table tr td {
  padding: 12px;
  font-size: 14px;
  line-height: 22px;
  color: #15132E;
  border: 1px solid #F1F1F1;
}

.comparison__characteristics .card-body table tr td:first-of-type {
  font-size: 12px;
  line-height: 22px;
  color: #15132E;
  font-weight: 700;
}

@media screen and (max-width: 768px) {

  .comparison__characteristics .card-body table,
  .comparison__characteristics .card-body tbody,
  .comparison__characteristics .card-body tr,
  .comparison__characteristics .card-body td {
    display: block;
  }

  .comparison__characteristics .card-body table td:first-of-type {
    background: #F5F6F7;
  }
}

.comparison__characteristics .card-header {
  padding: 0;
  position: relative;
  border: none;
}

.comparison__characteristics .card-header .btn-link {
  width: 100%;
  padding: 13px 20px;
  font-size: 14px;
  line-height: 22px;
  font-weight: 700;
  color: #fff;
  text-align: left;
  background: #A41D79;
  border: none;
  border-radius: 0;
}

.comparison__characteristics .card-header .btn-link span {
  width: 28px;
  height: 28px;
  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;
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #fff;
  border-radius: 100px;
}

.comparison__characteristics .card-header .btn-link span svg {
  width: 13px;
  height: 10px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.comparison__characteristics .card-header .btn-link span svg use {
  color: #A41D79;
}

.comparison__characteristics .card-header .btn-link[aria-expanded="true"] {
  background: #F1F1F1;
  color: #15132E;
}

.comparison__characteristics .card-header .btn-link[aria-expanded="true"] svg {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

/*fill*/
.fill {
  padding: 82px 0 5px;
  /* padding: 82px 0 75px; */
}

@media screen and (max-width: 991px) {
  .fill {
    padding: 50px 0;
  }
}

.fill .row {
  width: 80%;
  margin: auto;
}

@media screen and (max-width: 991px) {
  .fill .row {
    width: 100%;
  }
}

@media screen and (max-width: 991px) {
  .fill__text {
    margin-bottom: 50px;
  }
}

.fill__text p {
  margin-bottom: 22px;
  font-size: 14px;
  line-height: 22px;
  color: #898989;
}

.fill__title {
  display: block;
  margin-bottom: 30px;
  font-size: 24px;
  line-height: 26px;
  color: #15132E;
  font-weight: 700;
}

.fill__img {
  text-align: right;
}

.fill-process {
  padding: 75px 0;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.fill-process:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: rgba(21, 19, 46, 0.8);
}

.fill-process__title {
  display: block;
  margin-bottom: 63px;
  position: relative;
  z-index: 5;
  text-align: center;
  font-size: 24px;
  line-height: 26px;
  font-weight: 700;
  color: #fff;
}

.fill-process__inner {
  position: relative;
  z-index: 5;
}

.fill-process__inner:after {
  content: '';
  width: 1px;
  height: 84%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  background: #F1F1F1;
}

@media screen and (max-width: 768px) {
  .fill-process__inner:after {
    display: none;
  }
}

.fill-process__item {
  width: 100%;
  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;
  position: relative;
}

@media screen and (max-width: 1200px) {
  .fill-process__item {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .fill-process__item {
    display: block;
  }
}

.fill-process__item .number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 53px;
  height: 53px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 3;
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
  color: #fff;
  border-radius: 100px;
  background: #a41d79;
  background: -moz-linear-gradient(top, #a41d79 0%, #cb2567 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #a41d79), color-stop(100%, #cb2567));
  background: -webkit-linear-gradient(top, #a41d79 0%, #cb2567 100%);
  background: -o-linear-gradient(top, #a41d79 0%, #cb2567 100%);
  background: -ms-linear-gradient(top, #a41d79 0%, #cb2567 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#a41d79), to(#cb2567));
  background: linear-gradient(to bottom, #a41d79 0%, #cb2567 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a41d79', endColorstr='#cb2567', GradientType=0);
}

@media screen and (max-width: 768px) {
  .fill-process__item .number {
    position: relative;
  }
}

.fill-process__item_left {
  padding-left: 10%;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: right;
}

@media screen and (max-width: 1200px) {
  .fill-process__item_left {
    padding-left: 0;
  }
}

.fill-process__item_left .fill-process__info:after {
  content: '';
  width: 0;
  height: 0;
  border-top: 9px solid transparent;
  border-left: 9px solid #fff;
  border-bottom: 9px solid transparent;
  position: absolute;
  right: -8px;
  top: 20px;
}

@media screen and (max-width: 768px) {
  .fill-process__item_left .fill-process__info:after {
    display: none;
  }
}

.fill-process__item_right {
  padding-right: 10%;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: left;
}

@media screen and (max-width: 1200px) {
  .fill-process__item_right {
    padding-right: 0;
  }
}

.fill-process__item_right .fill-process__info:before {
  content: '';
  width: 0;
  height: 0;
  border-top: 9px solid transparent;
  border-right: 9px solid #fff;
  border-bottom: 9px solid transparent;
  position: absolute;
  left: -8px;
  top: 20px;
}

@media screen and (max-width: 768px) {
  .fill-process__item_right .fill-process__info:before {
    display: none;
  }
}

.fill-process__info {
  width: 430px;
  padding: 15px 23px;
  position: relative;
  background: #fff;
  border-radius: 4px;
}

@media screen and (max-width: 1200px) {
  .fill-process__info {
    width: 45%;
  }
}

@media screen and (max-width: 768px) {
  .fill-process__info {
    width: 100%;
    margin: 20px 0;
    text-align: left !important;
  }
}

.fill-process__info .title {
  display: block;
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 22px;
  color: #15132E;
  font-weight: 700;
}

.fill-process__info p {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 22px;
  color: #15132E;
}

.fill-factors {
  padding: 80px 0 60px;
  text-align: center;
  border-bottom: 1px solid #F1F1F1;
}

.fill-factors p {
  margin-bottom: 80px;
  font-size: 14px;
  line-height: 22px;
  color: #898989;
}

.fill-factors__text {
  display: block;
  margin-bottom: 130px;
  font-size: 14px;
  line-height: 22px;
  color: #898989;
}

@media screen and (max-width: 991px) {
  .fill-factors__text {
    margin-bottom: 60px;
  }
}

.fill-factors__item {
  margin-bottom: 30px;
}

.fill-factors__item img {
  height: 64px;
  margin-bottom: 35px;
}

.fill-factors__item p {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
  color: #15132E;
}

/*apply*/
.apply {
  padding: 60px 0;
}

.apply__inner {
  width: 80%;
  margin: auto;
  text-align: center;
}

@media screen and (max-width: 991px) {
  .apply__inner {
    width: 100%;
  }
}

.apply__inner p {
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 22px;
  color: #898989;
}

.apply__title {
  display: block;
  margin-bottom: 30px;
  font-size: 24px;
  line-height: 26px;
  font-weight: 700;
  color: #15132E;
}

/*service*/
.service {
  padding: 125px 0 0;
}

.service-about {
  padding: 95px 0 85px;
  background: #A41D79;
}

@media screen and (max-width: 991px) {
  .service-about {
    padding: 45px 0 35px;
  }
}

.service-about .row {
  width: 80%;
  margin: auto;
}

@media screen and (max-width: 991px) {
  .service-about .row {
    width: 100%;
  }
}

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

@media screen and (max-width: 991px) {
  .service-about__item {
    margin-bottom: 20px;
  }
}

.service-about__item img {
  width: 45px;
  margin-right: 28px;
}

.service-about__item p {
  margin-bottom: 0;
  font-size: 12px;
  line-height: 16px;
  color: #fff;
}

.service-about__title {
  display: block;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 22px;
  font-weight: 700;
  color: #fff;
}

.service .row {
  width: 80%;
  margin: auto;
}

.service .row .col-sm-12 {
  margin-bottom: 110px;
}

@media screen and (max-width: 991px) {
  .service .row {
    width: 100%;
  }
}

.service p {
  font-size: 14px;
  line-height: 22px;
  color: #898989;
  text-align: center;
}

.service__item {
  height: 100%;
  display: block;
  padding: 0 30px 32px 30px;
  position: relative;
  text-align: center;
  border: 1px solid #e2e2e2;
  border-radius: 8px;
}

.service__item_tw {
  padding: 0 30px 60px 30px;
}

.service__item_th {
  padding: 0 30px 60px 30px;
  border-color: #DDDDDD;
}

.service__item_th .button {
  background: #F1F1F1;
  color: #898989 !important;
  cursor: auto;
  font-size: 10px;
  font-weight: 600;
}

.service__item_th:hover {
  border-color: #DDDDDD !important;
}

.service__item_th:hover span {
  color: #15132E !important;
}

.service__item_th:hover .points {
  color: #4D4D4D !important;
}

.service__item_th:hover .button {
  color: #898989 !important;
}

.service__item span {
  display: block;
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
  color: #15132E;
}

.service__item .points {
  font-size: 14px;
  line-height: 20px;
  color: #4D4D4D;
}

.service__item .button {
  width: 100%;
  height: 45px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 3;
}

.service__item:hover {
  border-color: #F02C55;
}

.service__item:hover span {
  color: #F02C55;
}

.service__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 150px;
  margin-top: -45px;
  margin-bottom: 50px;
}

.service__item_tw .service__img,
.service__item_th .service__img {
  margin-bottom: 23px;
}

.menu-tw {
  margin-bottom: 65px;
}

.menu-tw__item-main {
  display: block;
  font-size: 11px;
  line-height: 32px;
  color: #898989;
  text-transform: uppercase;
  font-weight: 600;
  cursor: pointer;
}

.menu-tw__item-main:hover {
  color: #F02C55;
}

.menu-tw__item-main.open {
  color: #F02C55;
}

.menu-tw__item-main.open~ul {
  display: block;
}

.menu-tw__item ul {
  display: none;
  margin: 7px 0 15px;
  padding: 12px 20px;
  /* border-top: 1px solid #F1F1F1;
  border-bottom: 1px solid #F1F1F1; */
}

.menu-tw__item ul li {
  padding: 0;
  margin-bottom: 16px;
  position: relative;
  font-size: 0;
  line-height: 0;
  list-style: none;
}
.menu-tw__item ul li.current-cat ul,
.menu-tw__item ul li.current-cat-parent ul {
  display: block;
}

.menu-tw__item ul li:last-of-type {
  margin-bottom: 0;
}

.menu-tw__item ul li:after {
  content: '';
  display: none;
  width: 10px;
  height: 2px;
  position: absolute;
  left: -21px;
  top: 8px;
  background: #F02C55;
}

.menu-tw__item ul li a {
  font-size: 11px;
  line-height: 16px;
  color: #898989;
  font-weight: 600;
}

.menu-tw__item ul li a:hover {
  color: #F02C55;
}

.menu-tw__item ul li.active:after {
  display: block;
}

.menu-tw__item ul li.active a {
  color: #F02C55;
}

.left-side {
  margin-bottom: 30px;
}

/*philosophy*/
.philosophy {
  padding: 70px 0 100px;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.philosophy:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  background: rgba(21, 19, 46, 0.8);
}

.philosophy__inner {
  width: 80%;
  margin: auto;
  position: relative;
  z-index: 5;
  text-align: center;
}

@media screen and (max-width: 991px) {
  .philosophy__inner {
    width: 100%;
  }
}

.philosophy__inner p {
  font-size: 14px;
  line-height: 22px;
  color: #fff;
}

.philosophy__title {
  display: block;
  margin: 50px 0;
  font-size: 36px;
  line-height: 40px;
  font-weight: 700;
  color: #fff;
}

/*partners*/
.partners {
  padding: 40px 0 70px;
}

.partners__inner {
  text-align: center;
}

.partners__inner img {
  margin: 10px;
}

/*reviews*/
.reviews {
  padding: 70px 0;
  border-top: 1px solid #F1F1F1;
}

.reviews__inner {
  width: 80%;
  margin: auto;
}

@media screen and (max-width: 991px) {
  .reviews__inner {
    width: 100%;
  }
}

.reviews__slider-item {
  margin: 0 20px;
}

@media screen and (max-width: 991px) {
  .reviews__slider-item {
    margin: 0 7px;
  }
}

.reviews__slider-name {
  display: block;
  font-size: 20px;
  font-weight: 600;
  color: #15132E;
}

.reviews__slider-position {
  display: block;
  font-size: 14px;
  line-height: 18px;
  color: #898989;
}

.reviews__slider-user {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px;
}

.reviews__slider-text p {
  font-size: 14px;
  line-height: 18px;
  font-style: italic;
}

.reviews__slider-img {
  width: 75px;
  margin-right: 20px;
  position: relative;
}

.reviews__slider-img:after {
  content: '';
  width: 30px;
  height: 20px;
  position: absolute;
  bottom: -12px;
  left: 0;
  right: 0;
  margin: auto;
  background-image: url("../svg/text-quotes.svg");
  background-size: 30px 20px;
  background-position: center;
  background-repeat: no-repeat;
}

.reviews__slider-img-inner {
  width: 75px;
  height: 75px;
  border-radius: 100px;
  overflow: hidden;
}

.reviews__slider-img-inner img {
  max-width: 75px;
}

/*contacts*/
.contacts {
  margin: 0 0 30px;
}

.contacts .row {
  padding: 17px 0;
}

.contacts .row-bg {
  background: #F1F1F1;
}

.contacts-info__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 85px 0 65px;
}

@media screen and (max-width: 991px) {
  .contacts-info__inner {
    padding: 55px 0 45px;
    display: block;
  }
}

.contacts-info__inner img {
  width: 83px;
  height: 105px;
  margin-right: 65px;
}

.contacts-info__info {
  margin-top: 15px;
}

.contacts-info__info p {
  font-size: 14px;
  line-height: 22px;
  color: #4D4D4D;
}

.contacts__map {
  height: 335px;
  position: relative;
}

.contacts__map #map,
.contacts__map #map2,
.contacts__map #map3 {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
}

.contacts__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 65px 50px;
}

@media screen and (max-width: 1200px) {
  .contacts__text {
    padding: 65px 20px;
  }
}

@media screen and (max-width: 768px) {
  .contacts__text {
    display: block;
  }
}

.contacts__text-cell+.contacts__text-cell {
  padding-top: 25px;
}

.contacts__text-cell:first-of-type {
  padding-right: 50px;
}

.contacts__text-cell .title-big {
  display: block;
  margin-bottom: 25px;
  font-size: 36px;
  line-height: 40px;
  font-weight: 700;
  color: #15132E;
}

@media screen and (max-width: 991px) {
  .contacts__text-cell .title-big {
    font-size: 30px;
    line-height: 36px;
  }
}

.contacts__text-cell .title {
  display: block;
  margin-bottom: 15px;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  color: #4D4D4D;
}

.contacts__text-cell p {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 22px;
  color: #4D4D4D;
}

/*basket*/
.basket-page {
  padding: 35px 0;
}

.basket-page__title {
  display: block;
  margin-bottom: 60px;
  font-size: 36px;
  font-weight: 700;
  color: #15132E;
}

.basket-page__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 30px;
  position: relative;
  /* align-content: center; */
  align-items: center;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .basket-page__btn {
    display: block;
    text-align: center;
  }
}

.basket-page__btn .request__pagination-link {
  /* position: absolute; */
  left: 0;
  /* margin-bottom: 20px; */
}

@media screen and (max-width: 768px) {
  .basket-page__btn .request__pagination-link {
    position: relative;
    display: block;
  }
}

.basket-page__table table {
  width: 100%;
  margin-bottom: 32px;
}

@media screen and (max-width: 991px) {
  .basket-page__table table tbody {
    display: block;
  }
}

@media screen and (max-width: 991px) {
  .basket-page__table table tr {
    display: block;
    padding-bottom: 130px;
    position: relative;
    border-bottom: 1px solid #F1F1F1;
  }

  .basket-page__table table tr:last-of-type {
    border: none;
    padding-bottom: 0;
    text-align: center;
  }

  .basket-page__table table tr:last-of-type td {
    width: 100% !important;
  }

  .basket-page__table table tr:last-of-type td:first-of-type {
    display: block;
    width: 100%;
    padding: 0;
    padding-top: 30px;
  }

  .basket-page__table table tr:last-of-type td:last-of-type {
    padding: 0;
    padding-top: 30px;
    width: 100%;
    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;
    position: relative;
  }
}

@media screen and (max-width: 991px) {
  .basket-page__table table tr:first-of-type {
    display: none;
  }
}

.basket-page__table table tr th,
.basket-page__table table tr td {
  padding: 13px 25px;
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  color: #15132E;
  border-top: 1px solid #DDDDDD;
}

.basket-page__table table tr th {
  padding: 16px 18px;
  border: none;
}

@media screen and (max-width: 991px) {
  .basket-page__table table tr th {
    display: none;
  }
}

.basket-page__table table tr td {
  padding: 16px 18px;
}

.basket-page__table table tr td a {
  color: #15132E;
}

.basket-page__table table tr td a:hover {
  color: #A41D79;
}

@media screen and (max-width: 991px) {
  .basket-page__table table tr td {
    display: inline-block;
    padding: 23px 0px;
    border: none;
  }

  .basket-page__table table tr td:nth-of-type(2) {
    width: 50%;
  }

  .basket-page__table table tr td:nth-of-type(3) {
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: 25px;
  }

  .basket-page__table table tr td:nth-of-type(4) {
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
    text-align: right;
  }

  .basket-page__table table tr td:nth-of-type(5) {
    display: inline-block;
    position: absolute;
    right: 0;
    bottom: 25px;
    text-align: right;
  }

  .basket-page__table table tr td:nth-of-type(6) {
    display: none;
  }

  .basket-page__table table tr td:last-of-type {
    padding: 0;
    position: absolute;
    right: 0;
    bottom: 11px;
  }
}

.basket-page__table table tr:last-of-type td {
  padding: 24px 16px;
}

.basket-page__table table tr .mob {
  display: none;
}

@media screen and (max-width: 991px) {
  .basket-page__table table tr .mob {
    display: block;
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 22px;
    color: #15132E;
    font-weight: 400;
  }
}

.basket-page__table table tr img {
  /* max-width: 60px; */
  height: 72px !important;
  width: auto;
}

@media screen and (max-width: 991px) {
  .basket-page__table table tr img {
    max-width: 30px;
    margin-right: 15px;
  }
}

.basket-page__table table tr .price {
  width: 100px;
  display: block;
  color: #15132E;
  font-size: 20px;
  font-weight: 600;
}

@media screen and (max-width: 991px) {
  .basket-page__table table tr .price {
    font-size: 24px;
  }
}

.basket-page__table table tr .all {
  padding-right: 0;
  margin-bottom: 26px;
  text-align: right;
}

@media screen and (max-width: 991px) {
  .basket-page__table table tr .all {
    text-align: center;
    margin-bottom: 15px;
  }
}

.basket-page__table table tr .all:last-of-type {
  margin-bottom: 0;
}

.basket-page__table table tr .all .price {
  width: auto;
  min-width: 160px;
}

@media screen and (max-width: 991px) {
  .basket-page__table table tr .all .price {
    width: auto;
  }
}

.basket-page__table table tr .all span {
  display: inline-block !important;
  vertical-align: middle;
  font-size: 16px;
}

.basket-page__table table tr .all span:first-of-type {
  padding-right: 20px;
  font-size: 15px;
}

.basket-page__table table tr .all span.big {
  font-size: 20px !important;
}

.basket-page__table table tr .icon-delete {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.basket-page__table table tr .icon-delete svg {
  width: 16px;
  height: 20px;
}

.basket-page__table table tr .icon-delete svg use {
  color: #898989;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.basket-page__table table tr .icon-delete .mob {
  margin-left: 10px;
  margin-bottom: 0;
  color: #15132E;
}

.basket-page__table table tr .icon-delete:hover svg use {
  color: #F02C55;
}

.basket-page__table table tr .kupon .button {
  padding: 12px 20px;
  font-size: 14px;
  height: 42px;
}

.basket-page__table table tr .kupon input {
  width: 35%;
  height: 42px;
  margin-right: 8px;
  font-size: 14px;
  font-weight: 500;
  color: #898989;
  border-color: #DDDDDD;
}

@media screen and (max-width: 768px) {
  .basket-page__table table tr .kupon input {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }

  .basket-page__table table tr .kupon input .btn {
    margin: auto;
    display: block;
  }
}

.basket-page__form {
  width: 40%;
  padding: 20px 0 55px;
  margin: auto;
}

@media screen and (max-width: 991px) {
  .basket-page__form {
    width: 100%;
  }
}

.basket-page__form textarea {
  width: 100%;
  height: 137px;
  font-weight: 400;
  margin: 11px 0;
  font-size: 14px;
}

.amount {
  /* width: 105px; */
  position: relative;
}

.amount input {
  width: 100%;
  height: 42px;
  font-size: 14px;
  color: #15132E;
  border: 1px solid #DDDDDD;
  text-align: center;
}

.amount input:focus {
  outline: none;
}

.amount .up,
.amount .down {
  display: inline-block;
  height: 23px;
  padding: 0 5px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 5;
  color: #DDDDDD;
  font-size: 16px;
  cursor: pointer;
}

.amount .up {
  right: 10px;
}

.amount .down {
  left: 10px;
}

/*page-form*/
.page-form {
  position: relative;
}

.page-form .header {
  margin-bottom: 35px;
}

.page-form .form__cell {
  padding: 0 5px 20px;
}

.page-form:after {
  content: '';
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  height: 100%;
  width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  background: #F7F7F7;
}

@media screen and (max-width: 991px) {
  .page-form:after {
    display: none;
  }
}

.page-form__inner {
  height: 100%;
  padding: 20px 50px 20px 0;
  position: relative;
  z-index: 5;
  background: #fff;
}

@media screen and (max-width: 991px) {
  .page-form__inner {
    padding-right: 0;
  }
}

.page-form__header {
  margin-bottom: 25px;
}

.page-form__header img {
  width: 72px;
  height: 84px;
}

@media screen and (max-width: 991px) {
  .page-form__header {
    display: none;
  }
}

.page-form__tabs {
  margin-bottom: 65px;
  width: 100%;
  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;
  border-bottom: 2px solid #F1F1F1;
}

@media screen and (max-width: 768px) {
  .page-form__tabs {
    display: block;
    margin-bottom: 20px;
    border: none !important;
  }
}

.page-form__tabs .nav-link {
  padding: 23px 15px;
  position: relative;
  top: 1px;
  font-size: 14px;
  font-weight: 700;
  color: #15132E;
  border: none !important;
  border-bottom: 2px solid transparent !important;
}

.page-form__tabs .nav-link.active {
  border-bottom: 2px solid #A41D79 !important;
  color: #A41D79;
}

@media screen and (max-width: 768px) {
  .page-form__tabs .nav-link.active {
    border: none !important;
  }
}

.page-form__tabs .nav-link:hover {
  color: #A41D79;
}

@media screen and (max-width: 768px) {
  .page-form__tabs .nav-link {
    padding: 7px 0;
    border: none !important;
    text-align: center;
  }
}

.page-form__content_inner {
  margin-bottom: 50px;
}

.page-form__content_table {
  margin-bottom: 65px;
}

.page-form__content_table table {
  width: 100%;
  border: 1px solid #F1F1F1;
}

@media screen and (max-width: 768px) {
  .page-form__content_table table tr {
    display: block;
    padding: 17px 20px;
    position: relative;
    border-bottom: 1px solid #F1F1F1;
  }
}

.page-form__content_table table tr td {
  padding: 17px 20px;
  font-size: 14px;
  line-height: 24px;
  color: #15132E;
  border-bottom: 1px solid #F1F1F1;
}

@media screen and (max-width: 768px) {
  .page-form__content_table table tr td {
    display: block;
    padding: 0;
    border: none;
  }
}

.page-form__content_table table tr td a {
  color: #A41D79;
}

.page-form__content_table table tr td a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  .page-form__content_table table tr td a {
    position: absolute;
    top: 17px;
    right: 20px;
  }
}

.page-form__content_table table tr td:nth-of-type(1) {
  color: #15132E;
}

.page-form__content_table table tr td:last-of-type {
  text-align: right;
}

.page-form__title {
  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;
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  .page-form__title {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.page-form__title h3 {
  font-size: 14px;
  line-height: 50px;
  font-weight: 700;
}

.page-form__title span {
  font-size: 14px;
  line-height: 24px;
  color: #15132E;
}

.page-form__title span a {
  color: #F02C55;
}

.page-form__title span a:hover {
  text-decoration: underline;
}

.page-form__basket {
  padding: 130px 50px;
  background: #F7F7F7;
}

@media screen and (max-width: 1200px) {
  .page-form__basket {
    padding: 130px 15px;
  }
}

@media screen and (max-width: 991px) {
  .page-form__basket {
    display: none;
  }
}

.page-form__basket_title {
  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;
  width: 100%;
  padding-right: 60px;
  margin-bottom: 35px;
  position: relative;
}

.page-form__basket_title h2 {
  display: inline-block;
  font-size: 25px;
  color: #15132E;
  font-weight: 700;
}

.page-form__basket_title span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  background: #A41D79;
  font-size: 14px;
  color: #fff;
  font-weight: 700;
  border-radius: 100px;
}

.page-form__basket_kupon {
  margin-bottom: 45px;
}

.page-form__basket_kupon .kupon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.page-form__basket_kupon input {
  width: 65%;
  margin-right: -3px;
  background: #fff;
  color: #898989;
  border-color: #DDDDDD;
}

.page-form__basket_kupon input::-webkit-input-placeholder {
  color: #898989;
}

.page-form__basket_kupon input::-moz-placeholder {
  color: #898989;
}

.page-form__basket_kupon input:-ms-input-placeholder {
  color: #898989;
}

.page-form__basket_kupon input:-moz-placeholder {
  color: #898989;
}

.page-form__basket_kupon .btn {
  padding: 7px 30px;
}

.page-form__basket_tags {
  margin-bottom: 40px;
}

.page-form__basket_tags_item {
  display: inline-block;
  padding: 0 10px;
  background: #F02C55;
  border-radius: 40px;
}

.page-form__basket_tags_item img {
  width: 14px;
  height: 12px;
  margin-right: 6px;
}

.page-form__basket_tags_item span {
  display: inline-block;
  margin-right: 20px;
  font-weight: 300;
  font-size: 14px;
  line-height: 24px;
}

.page-form__basket_tags_item svg {
  width: 9px;
  height: 9px;
}

.page-form__basket_tags_item svg use {
  color: #15132E;
}

.page-form__basket_table tr:first-of-type td {
  border-top: 1px solid #DDDDDD;
}

.page-form__basket_table tr:last-of-type td {
  padding: 24px 8px;
  border-bottom: none;
}

.page-form__basket_table tr td {
  padding: 23px 8px;
  border-bottom: 1px solid #DDDDDD;
}

.page-form__basket_table tr td:nth-of-type(2) {
  width: 44%;
}

.page-form__basket_table tr td .block-price {
  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;
  margin-bottom: 12px;
}

.page-form__basket_table tr td .block-price:last-of-type {
  margin-bottom: 0;
}

.page-form__basket_table tr td .block-price span {
  color: #15132E;
}

.page-form__basket_table tr td .block-price span:first-of-type {
  font-size: 14px;
  line-height: 24px;
}

.page-form__basket_table tr td .block-price span:last-of-type {
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
  text-align: right;
}

.page-form__basket_table tr td .block-price span.price-total {
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  color: #15132E;
}

.page-form__basket_table tr td img {
  max-width: 45px;
}

.page-form__basket_table tr td span {
  display: block;
  /* font-size: 16px !important; */
}

.page-form__basket_table tr td .title {
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
  color: #15132E;
}

.page-form__basket_table tr td .kol {
  width: 30px;
  font-size: 14px;
  line-height: 16px;
  color: #15132E;
}

.page-form__basket_table tr td .price {
  min-width: 85px;
  font-size: 20px;
  line-height: 22px;
  font-weight: 600;
  color: #15132E;
  text-align: right;
}

.tb-block {
  position: relative;
}

.tb-block .map {
  height: 336px;
  width: 100%;
  position: relative;
}

.tb-block .map #map,
.tb-block .map #map2,
.tb-block .map #map3 {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
}

.tb-block .custom-control {
  display: inline-block;
  padding-right: 0;
  margin-bottom: 0;
}

.tb-block .custom-control input+label {
  padding: 10px 10px 20px 10px;
  margin-bottom: 0;
  color: #15132E;
  font-weight: 700;
  font-size: 14px;
  border-bottom: 2px solid transparent;
}

.tb-block .custom-control input+label:before {
  border: none;
  margin: -3px 2px 0 0;
}

.tb-block .custom-control input:checked+label {
  color: #A41D79;
  border-color: #A41D79;
}

.custom-control+.form__tabs_content {
  margin: 20px 0;
}

/*send*/
.send {
  width: 100%;
  height: 100vh;
  min-height: 750px;
  padding: 100px 0;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

@media screen and (max-width: 768px) {
  .send {
    height: auto;
    min-height: inherit;
  }
}

.send:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: rgba(21, 19, 46, 0.8);
}

.send .container {
  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;
  height: 100%;
}

.send__inner {
  position: relative;
  z-index: 5;
  text-align: center;
}

.send__inner img {
  width: 236px;
  height: 122px;
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .send__inner img {
    width: 200px;
    height: 100px;
  }
}

.send__title {
  display: block;
  margin-bottom: 40px;
  font-size: 24px;
  line-height: 50px;
  color: #fff;
  font-weight: 700;
}

.send__title-h404 {
  display: block;
  font-size: 97px;
  line-height: 100px;
  font-weight: 700;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .send__title-h404 {
    font-size: 60px;
    line-height: 70px;
  }
}

/*profile*/
.profile {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.profile-content {
  margin-bottom: 120px;
}

@media screen and (max-width: 991px) {
  .profile-content {
    margin-bottom: 50px;
  }
}

.profile-content .basket-page__form {
  width: 60%;
}

.profile-content .basket-page__table table tr th {
  text-transform: uppercase;
  color: #A41D79;
}

.profile-content .basket-page__table table tr td .kupon input {
  width: 70%;
}

.profile-title {
  padding: 15px 0;
}

.profile__title span {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  font-size: 40px;
  line-height: 50px;
  color: #A41D79;
  font-weight: 700;
}

.profile__title a {
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  line-height: 18px;
  color: #4D4D4D;
  text-decoration: underline;
}

.profile__title a:hover {
  color: #A41D79;
}

.profile__contacts a {
  display: table;
  font-size: 14px;
  line-height: 22px;
  color: #4D4D4D;
}

.profile__contacts a:hover {
  color: #A41D79;
}

.profile__points {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #A41D79;
}

.profile__cart {
  height: 100%;
  padding: 10px 0 10px 36px;
  border-left: 1px solid #DDDDDD;
}

@media screen and (max-width: 991px) {
  .profile__cart {
    border-left: 0;
    border-top: 1px solid #DDDDDD;
    padding: 20px 0;
    margin-top: 20px;
    display: none;
  }

  .header__mob .profile__cart {
    display: inline-block;
  }
}

.profile__cart .title {
  display: block;
  font-size: 18px;
  line-height: 24px;
  color: #15132E;
}

.profile__add-products {
  margin-bottom: 12px;
}

.profile__add-products span {
  display: inline-block;
  margin-right: 20px;
  font-size: 14px;
  font-weight: 600;
  color: #898989;
}

.profile__text {
  padding: 75px 0;
}

.profile__text-title {
  display: block;
  margin-bottom: 10px;
  font-size: 28px;
  line-height: 32px;
  font-weight: 600;
  color: #A41D79;
}

.profile__text p {
  font-size: 14px;
  line-height: 22px;
  color: #898989;
}

.profile__form {
  padding: 75px 0;
}

.profile__form-title {
  display: block;
  margin-bottom: 20px;
  font-size: 28px;
  line-height: 32px;
  font-weight: 600;
  color: #A41D79;
}

.profile-bntk {
  padding: 75px 0 20px;
}

.profile__bonus {
  padding: 75px 0 20px;
}

@media screen and (max-width: 991px) {
  .profile__bonus .col-sm-12 {
    margin-bottom: 70px;
  }

  .profile__bonus .col-sm-12:last-of-type {
    margin-bottom: 0;
  }
}

.profile__bonus-title {
  display: block;
  margin-bottom: 20px;
  font-size: 28px;
  line-height: 32px;
  font-weight: 600;
  color: #A41D79;
}

.profile__bonus-catalog {
  margin-top: 70px;
  padding-bottom: 50px;
  margin-bottom: 47px;
  border-bottom: 1px solid rgba(77, 77, 77, 0.2);
}

.profile__bonus-catalog:last-of-type {
  border: none;
}

.profile__bonus-catalog .title-m {
  display: block;
  margin-bottom: 78px;
  font-size: 20px;
  font-weight: 600;
  color: #A41D79;
}

/*sidebar*/
.sidebar {
  width: 100%;
  padding: 30px 0;
}

.sidebar__item {
  width: 100%;
  margin-bottom: 13px;
}

.sidebar__item ul {
  display: none;
  padding: 0;
  margin: 8px 0 20px;
}

.sidebar__item ul li {
  padding: 0;
  margin-bottom: 8px;
  list-style: none;
}

.sidebar__item ul li a {
  font-size: 11px;
  line-height: 16px;
  text-transform: uppercase;
  font-weight: 600;
  color: #898989;
}

.sidebar__item ul li a:hover {
  color: #A41D79;
}

.sidebar__item ul li.active a {
  color: #A41D79;
}

.sidebar__title {
  display: block;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-bottom: 15px;
  position: relative;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  color: #898989;
  text-transform: uppercase;
  cursor: pointer;
  border-bottom: 1px solid #F1F1F1;
}

.sidebar__title svg {
  width: 23px;
  height: 16px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  position: absolute;
  right: 10px;
  top: 4px;
}

.sidebar__title svg use {
  color: #A41D79;
}

.sidebar__title.open {
  color: #A41D79;
}

.sidebar__title.open svg {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.tables {
  padding: 35px 0;
}

.tables table {
  width: 100%;
}

.tables table tr th,
.tables table tr td {
  padding: 10px 15px;
  position: relative;
  z-index: 6;
  border: 1px solid rgba(77, 77, 77, 0.2);
}

.tables table tr th a,
.tables table tr td a {
  color: #15132E;
}

.tables table tr th a:hover,
.tables table tr td a:not(a.button):hover {
  color: #A41D79;
}

.tables table tr th {
  font-size: 14px;
  font-weight: 600;
  color: #A41D79;
  text-transform: uppercase;
}

.tables__comparison_on .tables table tr th:first-of-type {
  background: #fff !important;
  color: #15132E !important;
}

.tables table tr th span {
  display: block;
  font-size: 14px;
  line-height: 16px;
  font-weight: 700;
  color: #15132E;
}

.tables table tr td .status {
  width: 26px;
  height: 26px;
  display: block;
  border-radius: 100px;
  margin: 0 auto;
}

.tables table tr td .status_one {
  background: #F02C55;
}

.tables table tr td .status_tw {
  background: #79BE1B;
}

.tables table tr td .status_th {
  background: #FFEB00;
}

.tables table tr td .price {
  display: block;
  font-size: 20px;
  font-weight: 600;
  color: #15132E;
  text-align: center;
  white-space: nowrap;
}

.tables table tr td .button {
  display: block;
  text-align: center;
}

.tables table tr td .product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.tables table tr td .product img {
  display: inline-block;
  max-width: 60px;
  /* margin-right: 10px; */
}

.tables table tr td .product span,
.tables table tr td .product a {
  display: inline-block;
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
  color: #15132E;
}

.tables table tr td ul {
  padding: 0;
  margin: 0;
}

.tables table tr td ul li {
  padding: 0;
  list-style: none;
  font-size: 14px;
  line-height: 16px;
  color: #15132E;
}

.tables table tr td ul li:before {
  content: '';
  width: 4px;
  height: 4px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  background: #A41D79;
  border-radius: 10px;
}

.tables__comparison {
  margin-bottom: 45px;
}

@media screen and (max-width: 900px) {
  .tables__comparison {
    overflow-x: auto;
  }
}

.tables__comparison_on table tr:first-of-type th {
  background: #fff !important;
  color: #A41D79 !important;
  text-align: center;
}

.tables__comparison_on table tr:first-of-type th:first-of-type {
  text-align: left;
  color: #A41D79 !important;
}

.tables__comparison_on table tr th:nth-of-type(2n),
.tables__comparison_on table tr td:nth-of-type(2n) {
  background: #F02C55;
  color: #fff;
}

.tables__comparison_on table tr th:nth-of-type(2n) span,
.tables__comparison_on table tr td:nth-of-type(2n) span {
  color: #fff !important;
}

.tables__comparison_on table tr td:nth-of-type(2n+1) {
  background: #F02C55;
  color: #fff;
}

.tables__comparison_on table tr td:nth-of-type(2n+1) span {
  color: #fff !important;
}

.tables__comparison_on table tr td:nth-of-type(2n) {
  background: #fff !important;
  color: #15132E !important;
}

.tables__comparison_on table tr td:nth-of-type(2n) span {
  color: #15132E !important;
}

.tables__comparison_on table tr td:first-of-type {
  background: #fff !important;
  color: #15132E !important;
}

.tables__comparison_on table tr td:first-of-type span {
  color: #15132E !important;
}

.tables__comparison_tw table tr th,
.tables__comparison_tw table tr td {
  text-align: left !important;
  border: none !important;
  border-bottom: 1px solid rgba(77, 77, 77, 0.2) !important;
}

.tables__comparison_tw table tr th .price,
.tables__comparison_tw table tr td .price {
  text-align: left !important;
}

.tables__comparison_tw table tr th:last-of-type,
.tables__comparison_tw table tr td:last-of-type {
  background: #F02C55 !important;
  color: #fff !important;
}

.tables__comparison_tw table tr th:last-of-type span,
.tables__comparison_tw table tr td:last-of-type span {
  color: #fff !important;
}

.tables__comparison_tw table tr td .price {
  text-align: left !important;
}

.tables__comparison_th table tr th,
.tables__comparison_th table tr td {
  border: none !important;
  border-bottom: 1px solid rgba(77, 77, 77, 0.2) !important;
}

.tables__comparison_th table tr th:last-of-type,
.tables__comparison_th table tr td:last-of-type {
  width: 200px;
}

.tables__comparison_th table tr td {
  font-size: 14px;
  color: #15132E;
}

.tables__container {
  position: relative;
}

@media screen and (max-width: 900px) {
  .tables__container {
    width: 900px;
  }
}

.tables__container:after {
  content: '';
  width: 100%;
  height: 100%;
  border: 1px solid #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
}

.tables__info {
  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;
  margin-bottom: 35px;
}

.tables__info .header__search-input {
  margin-left: 35px;
}

@media screen and (max-width: 768px) {
  .tables__info {
    display: block;
  }

  .tables__info .header__search-input {
    margin-left: 0;
    margin-top: 15px;
  }
}

.tables__product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .tables__product {
    display: block;
    padding-top: 50px;
  }
}

.tables__product-title {
  display: block;
  margin-bottom: 20px;
  font-size: 19px;
  line-height: 23px;
  font-weight: 700;
  color: #15132E;
}

.tables__product-img {
  width: 277px;
}

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

@media screen and (max-width: 768px) {
  .tables__product-in {
    display: block;
  }
}

.tables__product-btn a {
  display: block;
  margin-bottom: 10px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .tables__product-btn {
    margin: 15px 0;
  }
}

.tables__product-text {
  padding: 20px;
  margin-top: 10px;
  background: #F1F1F1;
}

.tables__product-text p {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 22px;
  color: #15132E;
}

.tables__product-info {
  width: calc(100% - 277px);
  padding-left: 20px;
}

@media screen and (max-width: 768px) {
  .tables__product-info {
    width: 100%;
    padding: 20px 0;
  }
}

.tables__product-info table {
  width: auto;
  margin-bottom: 20px;
}

.tables__product-info table tr td {
  padding: 10px 10px;
  font-size: 14px;
  line-height: 16px;
  color: #15132E;
  border: none;
  vertical-align: top;
}

.tables__product-info table tr td:first-of-type {
  font-weight: 700;
  color: #A41D79;
}

.tables__product-info table tr td .status {
  color: #F02C55;
}

.toggle-bl {
  display: inline-block;
}

.toggle-bl label {
  margin-right: 13px;
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
  color: #898989;
}

.toggle-bl .toggle {
  display: inline-block;
  padding: 0;
  width: 46px !important;
  height: 26px !important;
  min-width: inherit !important;
  min-height: inherit !important;
  border-radius: 1000px;
  border: none !important;
}

.toggle-bl .toggle.off .toggle-group {
  left: -46px !important;
}

.toggle-bl .toggle.off .toggle-handle {
  right: -24px;
}

.toggle-bl .toggle-group {
  width: 46px;
  height: 26px;
  border-radius: 1000px;
}

.toggle-bl .toggle-on,
.toggle-bl .toggle-off {
  width: 46px;
  color: transparent !important;
}

.toggle-bl .toggle-on {
  right: 0;
  background: #a41d79;
  background: -moz-linear-gradient(top, #a41d79 0%, #cb2567 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #a41d79), color-stop(100%, #cb2567));
  background: -webkit-linear-gradient(top, #a41d79 0%, #cb2567 100%);
  background: -o-linear-gradient(top, #a41d79 0%, #cb2567 100%);
  background: -ms-linear-gradient(top, #a41d79 0%, #cb2567 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#a41d79), to(#cb2567));
  background: linear-gradient(to bottom, #a41d79 0%, #cb2567 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a41d79', endColorstr='#cb2567', GradientType=0);
}

.toggle-bl .toggle-off {
  left: 46px;
  background: #898989;
}

.toggle-bl .toggle-handle {
  width: 22px;
  height: 22px;
  padding: 0;
  position: absolute;
  right: 2px;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #fff;
  border-radius: 100px;
}

.status-bl {
  margin-top: 60px;
}

.status-bl-item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 20px;
  font-size: 14px;
  color: #15132E;
}

.status-bl-item span {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  width: 17px;
  height: 17px;
  border-radius: 100px;
}

.status-bl-item_col1 span {
  background: #F02C55;
}

.status-bl-item_col2 span {
  background: #FFEB00;
}

.status-bl-item_col3 span {
  background: #79BE1B;
}

.policy__inner {
  width: 80%;
  margin: auto;
  padding: 65px 0 90px;
}

@media screen and (max-width: 991px) {
  .policy__inner {
    width: 100%;
  }
}

.policy__inner p {
  font-size: 14px;
  line-height: 24px;
  color: #15132E;
}

.policy__inner p span {
  display: block;
}

.policy__title {
  display: block;
  margin-bottom: 30px;
  text-align: center;
  font-size: 28px;
  font-weight: 600;
  line-height: 42px;
  color: #A41D79;
}

/*filter*/
.filter {
  width: 100%;
  margin: 28px 0 40px;
}

.filter__title {
  display: block;
  padding-bottom: 13px;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 20px;
  color: #A41D79;
  font-weight: 700;
  border-bottom: 1px solid #F1F1F1;
}

.filter__item {
  margin-bottom: 10px;
}

.filter__item-main {
  width: 100%;
  display: block;
  position: relative;
  font-size: 11px;
  line-height: 16px;
  font-weight: 600;
  color: #898989;
  text-transform: uppercase;
}

.filter__item-main svg {
  width: 23px;
  height: 16px;
  position: absolute;
  right: 10px;
  top: 2px;
}

.filter__item-main svg use {
  color: #A41D79;
}

.filter__item-main.open {
  color: #A41D79;
}

.filter__item-main.open svg {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.filter__btn {
  text-align: center;
  margin-top: 30px;
}

.filter__btn .button {
  padding: 15px 45px;
}

.filter__content {
  padding: 30px 0;
  display: none;
}

.filter__content ul {
  padding: 0 0 0 20px;
  margin: 0;
}

.filter__content ul li {
  padding: 0;
  list-style: none;
}

.filter__content ul li a {
  font-size: 11px;
  line-height: 16px;
  font-weight: 600;
  color: #898989;
}

.filter__content ul li a:hover {
  color: #A41D79;
}

.filter__content .custom-control {
  margin-bottom: 7px;
}

.filter__content .header__search,
.filter__content .header__search-input {
  width: 100%;
}

.filter__content .header__search-input {
  margin-bottom: 30px;
}

.filter__content .form-range-input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 -3px 41px;
}

.filter__content .form-range-input input {
  text-align: center;
}

.filter__content .form-range-input input,
.filter__content .form-range-input .button {
  width: 33.333%;
  margin: 0 3px;
}

.filter__content .range {
  width: 100%;
  height: 12px;
  position: relative;
  border-radius: 20px;
  background: #a41d79;
  background: -moz-linear-gradient(top, #a41d79 0%, #cb2567 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #a41d79), color-stop(100%, #cb2567));
  background: -webkit-linear-gradient(top, #a41d79 0%, #cb2567 100%);
  background: -o-linear-gradient(top, #a41d79 0%, #cb2567 100%);
  background: -ms-linear-gradient(top, #a41d79 0%, #cb2567 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#a41d79), to(#cb2567));
  background: linear-gradient(to bottom, #a41d79 0%, #cb2567 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a41d79', endColorstr='#cb2567', GradientType=0);
}

.filter__content .range_it {
  display: block;
  width: 26px;
  height: 26px;
  position: absolute;
  top: -7px;
  background: #fff;
  border: 1px solid #F1F1F1;
  border-radius: 100px;
  cursor: pointer;
}

.modal-backdrop {
  opacity: 0.95;
  background-color: #fff;
}

.modal-backdrop.show {
  opacity: 0.95;
}

.modal-dialog {
  width: 100%;
}

@media screen and (max-width: 375px) {
  .modal-dialog {
    max-width: 375px;
  }
}

.modal-content {
  background: transparent;
  border: none;
}

.modal-body {
  padding: 85px 50px;
}

.modal-body .close {
  position: absolute;
  top: 20px;
  right: 25px;
  opacity: 1;
}

.modal-body .logo {
  display: block;
  margin-bottom: 50px;
  text-align: center;
}

.modal-body .title {
  display: block;
  margin-bottom: 22px;
  text-align: center;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 23px;
  font-weight: 500;
  color: #A41D79;
}

.modal-body .pass {
  display: block;
  text-align: center;
  color: #898989;
  font-size: 14px;
  line-height: 18px;
}

.modal-body .pass a {
  color: #15132E;
}

.modal-body .form .button {
  padding: 11px 18px;
  margin-bottom: 10px;
}

.polzunok-container-5 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
}

.polzunok-container-5 .ui-slider {
  position: relative;
  height: 10px;
  border-radius: 10px;
  background: #a41d79;
  background: -moz-linear-gradient(top, #a41d79 0%, #cb2567 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #a41d79), color-stop(100%, #cb2567));
  background: -webkit-linear-gradient(top, #a41d79 0%, #cb2567 100%);
  background: -o-linear-gradient(top, #a41d79 0%, #cb2567 100%);
  background: -ms-linear-gradient(top, #a41d79 0%, #cb2567 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#a41d79), to(#cb2567));
  background: linear-gradient(to bottom, #a41d79 0%, #cb2567 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a41d79', endColorstr='#cb2567', GradientType=0);
}

.polzunok-container-5 .ui-slider .ui-slider-handle {
  position: absolute;
  margin-left: -16px;
  width: 26px;
  height: 26px;
  cursor: pointer;
  border-radius: 50%;
  top: -8px;
  background: #fff;
  z-index: 2;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2), 0 4px 6px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2), 0 4px 6px rgba(0, 0, 0, 0.2);
  -webkit-transition: border 0.4s, -webkit-transform 0.2s;
  transition: border 0.4s, -webkit-transform 0.2s;
  -o-transition: transform 0.2s, border 0.4s;
  transition: transform 0.2s, border 0.4s;
  transition: transform 0.2s, border 0.4s, -webkit-transform 0.2s;
}

/*.polzunok-container-5 .ui-slider .ui-slider-handle:hover,
.polzunok-container-5 .ui-slider .ui-slider-handle:focus {
  transform: scale(1.2);
  border: 4px solid #337AB7;
}*/
.polzunok-input-5-left,
.polzunok-input-5-right {
  height: 36px;
  background: #FFF;
  border-radius: 3px;
  text-align: center;
}

.polzunok-container-5 .ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  height: 10px;
  border: 0;
  background: #337AB7;
  border-radius: 10px;
  -webkit-box-shadow: inset 2px 2px 5px rgba(0, 0, 0, 0.3), 1px 1px 5px white;
  box-shadow: inset 2px 2px 5px rgba(0, 0, 0, 0.3), 1px 1px 5px white;
  display: none;
}

.filter__polzuno {
  position: relative;
}

.polzunok__inp {
  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;
  margin: 0 -3px;
  margin-bottom: 42px;
}

.polzunok__inp input,
.polzunok__inp .button {
  width: 33.333%;
  margin: 0 3px;
}

.submenu__list li p {
  margin-bottom: 0;
}

.subcate_itm {
  display: block;
  padding: 30px 20px 25px;
  margin-bottom: 20px;
  position: relative;
  text-align: center;
  border-radius: 8px;
  border: 1px solid #F1F1F1;
  min-height: 300px;
  transition: .4s ease-in-out;
  min-height: 320px;
}
.subcate_itm:hover{
  border-color: #a61d78;
}
.subcate_itm img{
  height: 180px;
  margin-bottom: 30px;

  width: 100%;
  max-width: 100%;
  object-fit: contain;
}
.subcate_itm h3{
  display: block;
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
  color: #15132E;
  transition: .4s ease-in-out;
}
.subcate_itm:hover h3{
  color: #a61d78;
}
.foot_soc{
  display: flex;
  justify-content: center;
  margin-bottom: 36px;
}
.soc{
  display: inline-block;
  width: 36px;
  height: 36px;
  background-size: 32px !important;
  margin: 0 8px;
}
.fb{
  background: url("../svg/fb.svg") no-repeat center;
}
.in{
  background: url("../svg/in.svg") no-repeat center;
}
.iso{
  position: absolute;
  width: 190px;
  height: 100px;
  bottom: 30px;
  right: 0;
  background: url("../images/testmark.png") no-repeat center;
  background-size: contain;
}
.orderby {
  display: inline-block;
  padding: 0 35px 0 15px !important;
  height: 41px;
  border: 1px solid #eaeaea;
  font-size: 14px;
  color: #15132e;
  font-weight: 400;
  border-radius: 4px;
  appearance: none;
  -moz-appearance: none; 
	-webkit-appearance: none;
  background: url(../svg/d_arrow.svg) no-repeat 90% center;
  background-size: 11px;
  cursor: pointer;
}

.naviget{
  z-index: 10;
  position: absolute;
  right: 10px;
  top: 10px;
  padding: 12px 16px;
  font-size: 15px;
  line-height: 14px;
  color: #fff !important;
  font-weight: 500;
  text-transform: none;
  border-radius: 8px;
  background: #a41d79;
  background: -moz-linear-gradient(top, #a41d79 0%, #cb2567 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #a41d79), color-stop(100%, #cb2567));
  background: -webkit-linear-gradient(top, #a41d79 0%, #cb2567 100%);
  background: -o-linear-gradient(top, #a41d79 0%, #cb2567 100%);
  background: -ms-linear-gradient(top, #a41d79 0%, #cb2567 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#a41d79), to(#cb2567));
  background: linear-gradient(to bottom, #a41d79 0%, #cb2567 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a41d79', endColorstr='#cb2567', GradientType=0);
  cursor: pointer;
}
.bte_order{
  background: url("../images/pald_bg.jpg") no-repeat center;
  background-size: cover;
  padding: 40px 0;
  min-height: 100vh;
  height: auto;
}
.bte_order .woocommerce-order{
  width: 1140px;
  margin: 0 auto;
  z-index: 1;
  position: relative;
  color: #fff;
}
.bte_order:after{
  content: '';
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(21,19,46,0.8);
  top: 0;
  left: 0;
}
.pald_lgo {
  width: 140px;
  margin: 0 auto;
  margin-bottom: 30px;
  display: block;
}
.bte_order .order_details{
  background-color: #161323e0;
  padding: 20px 40px;
  border-radius: 8px;
  margin-bottom: 32px;
}
.woocommerce-thankyou-order-received{
  text-align: center;
  margin-bottom: 32px;
  font-size: 24px;
}
.wc-bacs-bank-details-heading,
.woocommerce-order-details__title{
  font-size: 18px;
  margin-bottom: 18px;
}
.wc-bacs-bank-details-account-name{
  font-size: 16px;
    font-weight: 500;
    margin-bottom: 20px;
}
.btn{
  padding: 12px 16px;
  font-size: 15px;
  line-height: 14px;
  color: #fff !important;
  font-weight: 500;
  text-transform: none;
  border-radius: 8px;
  background: #a41d79;
  background: -moz-linear-gradient(top, #a41d79 0%, #cb2567 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #a41d79), color-stop(100%, #cb2567));
  background: -webkit-linear-gradient(top, #a41d79 0%, #cb2567 100%);
  background: -o-linear-gradient(top, #a41d79 0%, #cb2567 100%);
  background: -ms-linear-gradient(top, #a41d79 0%, #cb2567 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#a41d79), to(#cb2567));
  background: linear-gradient(to bottom, #a41d79 0%, #cb2567 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a41d79', endColorstr='#cb2567', GradientType=0);
  cursor: pointer;
  z-index: 1;
  display: block;
  position: relative;
  margin: 0 auto;
  width: 180px;
}
.bte_order .shop_table td,
.bte_order .shop_table tfoot th {
  border: 1px solid rgb(47 45 60) !important;
}
.woocommerce .bte_order .order_details {
  border: 1px solid rgb(47 45 60);
  border-collapse: collapse;
  border-radius: 8px;
}
.bte_order ul{
  list-style: none;
  font-size: 15px;
  font-weight: 300;
  color: #bdbdbd;
} 
.request-checkbox, input[type=checkbox] + label, input[type=radio] + label, input[type=checkbox] + span, input[type=radio] + span {
  font-size: 15px !important;
}
.woocommerce form .form-row .required {
  color: #f02c55;
}
.woocommerce-shipping-methods .woocommerce-Price-amount {
  font-weight: 500 !important;
  font-size: 15px !important;
  color: #15132e !important;
  margin-left: 16px;
}
.form__tabs_content {
  display: block;
  margin-top: 32px;
}
.big h1{
  font-size: 33px;
  margin-top: 32px;
}
.specifications__text h2{
  font-size: 24px;
} 
.application-select-info {
  font-size: 14px;
  color: #898989;
}
textarea {
  line-height: 22px;
}
.block {
  display: block;
}
.product-page-open .menu-tw__item:not(.current-cat-parent) {
  display: none;
}
.product-page-open .current-cat-parent .menu-tw__item-main { 
  color: #F02C55;
}
.product-page-open .current-cat-parent .menu-tw__item-main~ul {
  display: block !important;
}
.filter__item-main {
  cursor: pointer;
}
input[type=checkbox] {
  cursor: pointer;
}
/* .submenu__list li a p {
  text-transform: lowercase;
}
.submenu__list li a p::first-letter  {
  text-transform: uppercase;
} */

/* @media(min-width: 991px) {} */
.category-page-open .left-side .menu-tw {
  display: flex;
  flex-direction: column;
}
.category-page-open .left-side .menu-tw .current-cat.open {
  order: -1;
}
.category-page-open .left-side .menu-tw .menu-tw__item:not(.menu-tw__item.open) {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
.category-page-open.show-all-categories .left-side .menu-tw .menu-tw__item:not(.menu-tw__item.open) {
  opacity: 1;
  max-height: 3000px;
}
.sidebar-show-categories {
  display: none;
}
.category-page-open .sidebar-show-categories {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  background-color: transparent;
  border: none;
  outline: none;

  font-weight: 600;
  color: #898989;
  padding-right: 10px;
  cursor: pointer;
  transform: translate(0, -10px);
}
.category-page-open .sidebar-show-categories svg {
  width: 23px;
  height: 16px;
  color: #A41D79;
  transition: all 0.3s ease-in-out;
}
.category-page-open.show-all-categories .sidebar-show-categories svg {
  transform: rotate(-90deg);
}
input[type=checkbox] + span:before {
  border-color: #898989 !important;
}