@charset "UTF-8";
@font-face {
  font-family: 'RG-StandardMedium';
  src: url("../fonts/RG-StandardMedium.otf"), url("../fonts/RG-StandardMedium.woff") format("woff"), url("../fonts/RG-StandardMedium.woff2") format("woff2"), url("../fonts/RG-StandardMedium.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'RG-StandardSemibold';
  src: url("../fonts/RG-StandardSemibold.otf"), url("../fonts/RG-StandardSemibold.woff") format("woff"), url("../fonts/RG-StandardSemibold.woff2") format("woff2"), url("../fonts/RG-StandardSemibold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'RG-StandardBold';
  src: url("../fonts/RG-StandardBold.otf"), url("../fonts/RG-StandardBold.woff") format("woff"), url("../fonts/RG-StandardBold.woff2") format("woff2"), url("../fonts/RG-StandardBold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

.d-flex {
  display: flex; }

*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility; }

html {
  height: 100%;
  width: 100%; }

body {
  margin: 0;
  padding: 0;
  font-family: 'Open Sans', Arial, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  color: #121212;
  background-color: #EDF0FF;
  min-width: 320px; }
  body.locked {
    overflow: hidden !important; }

input,
textarea,
button,
select,
a {
  -webkit-tap-highlight-color: transparent; }

a, button {
  cursor: pointer; }

picture {
  display: block;
  width: 100%;
  height: 100%; }

table {
  border-collapse: collapse; }

p {
  margin: 0 0 15px; }

@media (min-width: 1700px) {
  body {
    font-size: 16px; } }

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

.container {
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  margin-right: auto;
  margin-left: auto; }

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px; }

@media (min-width: 576px) {
  .container {
    max-width: 540px; } }

@media (min-width: 768px) {
  .container {
    max-width: 720px; } }

@media (min-width: 992px) {
  .container {
    max-width: 960px;
    padding-right: 10px;
    padding-left: 10px; } }

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

@media (min-width: 1400px) {
  .container {
    max-width: 1320px; } }

@media (min-width: 1700px) {
  .container {
    max-width: 1440px; } }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 10px;
  padding-left: 10px; }

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%; }

.col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%; }

.col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%; }

.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%; }

.col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%; }

.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%; }

.col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%; }

.col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%; }

.col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%; }

.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%; }

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; } }

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; } }

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; } }

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; } }

.btn-primary {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 42px;
  border-radius: 42px;
  color: #fff;
  text-decoration: none;
  border: 0;
  background: linear-gradient(89.81deg, #BF93CF 0.17%, #B8B3D9 94.11%);
  background-size: 100% 100%;
  transition: all .25s ease-in-out;
  padding: 0 10px; }
  .btn-primary:hover {
    background-size: 300% 100%; }
  .btn-primary:focus {
    box-shadow: 0 0 0 3px rgba(191, 147, 207, 0.3); }

.btn-light {
  border: none;
  background: linear-gradient(89.81deg, #BE8FCF 0.17%, #B8B3D9 94.11%);
  color: #fff;
  border-width: 1px;
  border-style: solid;
  height: 42px;
  text-decoration: none;
  position: relative;
  transition: 0.2s;
  text-align: center;
  padding: 0 10px;
  cursor: pointer;
  border-radius: 42px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 1px;
  transition: all .25s ease-in-out;
  background-size: 100% 100%; }
  .btn-light:hover {
    background-size: 300% 100%; }

.btn-link {
  border-radius: 40px;
  border: 1px solid #552856;
  text-decoration: none;
  color: #121212;
  height: 42px;
  display: inline-flex;
  align-items: center;
  padding: 0 40px 1px;
  cursor: pointer;
  background-color: transparent;
  position: relative;
  overflow: hidden; }
  .btn-link:hover {
    background-color: #D8DCEF; }

.btn-link i {
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  background: linear-gradient(89.81deg, #BF93CF 0.17%, #B8B3D9 94.11%);
  transition: 0.25s;
  opacity: 0; }

.btn-link span {
  position: relative;
  padding-right: 25px;
  z-index: 2; }

.btn-link span:after {
  content: '';
  width: 18px;
  height: 18px;
  background: url(../img/icons/arrow-right.svg) no-repeat center;
  background-size: 16px;
  position: absolute;
  right: 0;
  top: calc(50% - 8px);
  transition: 0.2s; }


  .back-link {
    display: inline-block;
    padding-left: 25px;
    position: relative;
    text-decoration: none;
    color: #111;
    margin-top: 10px;
    margin-bottom: 10px;
  }

.back-link span:after {
  content: '';
  width: 18px;
  height: 18px;
  background: url(../img/icons/arrow-right.svg) no-repeat center;
  background-size: 16px;
  transform: rotate(180deg);
  position: absolute;
  left: 0;
  top: calc(50% - 8px);
  transition: 0.2s; 
}

.back-link:hover span:after {
  left: -8px;
}

.btn-link:hover {
  color: #fff;
  border-color: transparent; }

.btn-link:hover i {
  opacity: 1; }

.btn-link:hover span:after {
  filter: brightness(100);
  transform: translateX(7px); }

.title-group {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 25px; }

.title-group .h2,
.title-group h2 {
  font-size: 42px;
  margin: 0;
  font-family: 'RG-StandardMedium';
  font-weight: normal;
  line-height: 1.1; }

.arrows-holder {
  margin-left: auto; }

.page-title {
  margin: 20px 0 50px; }

.page-title h1,
.page-title .h1 {
  font-size: 46px;
  margin: 0;
  font-family: 'RG-StandardSemibold', 'Open Sans', Arial, sans-serif;
  font-weight: normal;
  line-height: 1.1;
  text-align: center; }
  .page-title h1 span,
  .page-title .h1 span {
    background: linear-gradient(90deg, #68235D 0%, #7D4E7E 26.76%, #6e70a6 107.05%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent; }

@media (max-width: 1399px) {
  .title-group .h2,
  .title-group h2 {
    font-size: 38px; }
  .page-title h1,
  .page-title .h1 {
    font-size: 38px; } }

@media (max-width: 991px) {
  .title-group .h2,
  .title-group h2 {
    font-size: 32px; }
  .page-title h1,
  .page-title .h1 {
    font-size: 32px; } }

@media (max-width: 767px) {
  .title-group .h2,
  .title-group h2 {
    font-size: 28px; }
  .page-title h1,
  .page-title .h1 {
    font-size: 28px; } }

@media (max-width: 575px) {
  .title-group .h2,
  .title-group h2 {
    font-size: 24px; }
  .page-title h1,
  .page-title .h1 {
    font-size: 24px; } }

.breadcrumb {
  display: flex;
  align-items: center;
  padding: 0;
  margin: 12px 0 0;
  align-items: center;
  background-color: transparent;
  font-size: 12px;
  list-style: none;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden; }

.breadcrumb-item {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 300px; }

.breadcrumb-item:last-child {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 300px;
  color: #717589; }

.breadcrumb-item + .breadcrumb-item:before {
  content: '//';
  font-size: 13px;
  line-height: 1;
  display: inline-block;
  vertical-align: top;
  margin: 3px 5px 0;
  color: #624B6D; }

.breadcrumb a {
  color: #121212;
  text-decoration: none; }

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

@media (max-width: 1199px) {
  .breadcrumb .breadcrumb-item {
    max-width: 200px; } }

@media (max-width: 575px) {
  .breadcrumb {
    display: flex; } }

.blocker {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  z-index: 1000;
  padding: 10px;
  background: rgba(42, 29, 48, 0.75);
  text-align: center; }

.blocker:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.05em; }

.blocker.behind {
  background-color: transparent; }

.modal {
  display: none;
  vertical-align: middle;
  position: relative;
  z-index: 2;
  max-width: 500px;
  background-color: #fff;
  text-align: left;
  border-radius: 20px; }

.modal a.close-modal {
  position: absolute;
  top: 16px;
  right: 16px;
  display: block;
  width: 16px;
  height: 16px;
  text-indent: -9999px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../img/icons/close-icon.svg);
  transition: 0.25s; }

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

.modal-header {
  display: flex;
  justify-content: center;
  border: 0;
  padding: 25px 35px 20px;
  flex-wrap: wrap; }

.modal-body {
  padding: 0 30px 40px; }

.modal-title {
  margin: 0 0 5px;
  font-size: 20px;
  font-weight: 600; }

.modal-subtitle {
  font-size: 14px;
  color: #74747A;
  text-align: center; }

.modal-content .btn-primary {
  width: 100%;
  margin-top: 15px; }

.form-group {
  padding-bottom: 22px;
  position: relative; }
  .form-group label {
    display: inline-block;
    font-size: 14px;
    margin-left: 12px;
    margin-bottom: 3px;
    font-weight: 500; }
  .form-group .red-text {
    color: #C62534;
    font-size: 13px;
    position: absolute;
    left: 10px;
    top: 100%;
    display: none; }
  .form-group.red .red-text {
    display: block; }

.form-control {
  display: block;
  width: 100%;
  height: 42px;
  border-radius: 40px;
  border: 1px solid #A2A4BA;
  transition: .15s ease-in-out;
  outline: 0;
  padding: 0 12px;
  font-size: 14px; }
  .form-control:focus {
    border-color: #624B6D;
    box-shadow: 0 0 0 3px rgba(191, 147, 207, 0.3); }

textarea {
  display: block;
  width: 100%;
  border-radius: 20px;
  border: 1px solid #A2A4BA;
  transition: .15s ease-in-out;
  outline: 0;
  padding: 12px;
  font-size: 14px;
  min-height: 115px;
  resize: vertical;
  margin-bottom: 22px; }
  textarea:focus {
    border-color: #624B6D;
    box-shadow: 0 0 0 3px rgba(98, 75, 109, 0.3); }

textarea.form-control {
  border-radius: 20px; }

.select-container {
  position: relative;
  display: flex;
  align-items: center; }
  .select-container .select-label {
    font-size: 14px;
    color: #555;
    margin-right: 10px; }
  .select-container .select-button {
    background-color: #fff;
    border: 1px solid #A2A4BA;
    cursor: pointer;
    font-size: 14px;
    padding: 0 32px 0 12px;
    box-shadow: none;
    height: 42px;
    width: 190px;
    position: relative;
    text-align: left;
    outline: 0;
    display: flex;
    align-items: center;
    border-radius: 40px; }
    .select-container .select-button:focus {
      border: 1px solid #00AFEC; }
    .select-container .select-button span {
      display: block;
      width: 100%;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }
    .select-container .select-button:after {
      content: '';
      width: 0;
      height: 0;
      position: absolute;
      top: calc(50% - 3px);
      right: 15px;
      border-top: 6px solid #333;
      border-left: 5px solid transparent;
      border-right: 5px solid transparent;
      transform-origin: center;
      transition: 0.3s; }
    .select-container .select-button.is-active {
      border: 1px solid #9c5b9e; }
      .select-container .select-button.is-active:after {
        transform: rotate(180deg); }
  .select-container .select-dropdown {
    list-style: none;
    width: 190px;
    display: none;
    position: absolute;
    top: calc(100% + 5px);
    right: 0;
    padding: 0;
    margin: 0;
    z-index: 8;
    max-height: 300px;
    overflow: auto;
    z-index: 100;
    background-color: #fff;
    border: 1px solid #C2C2C2;
    border-radius: 10px; }
    .select-container .select-dropdown li {
      position: static;
      padding: 0; }
      .select-container .select-dropdown li:before {
        display: none; }
      .select-container .select-dropdown li a {
        display: block;
        border: 0;
        line-height: 1.4;
        width: 100%;
        text-decoration: none;
        padding: 5px 12px;
        color: #121212;
        font-size: 13px; }
        .select-container .select-dropdown li a:hover {
          color: #fff;
          background: linear-gradient(89.81deg, #BF93CF 0.17%, #B8B3D9 94.11%); }

.radio-item {
  position: relative;
  margin-bottom: 16px; }

.radio-item input {
  position: absolute;
  top: 0;
  left: 0;
  display: none; }

.radio-item input:checked ~ label:after {
  display: block; }

.radio-item input:checked ~ label:before {
  background: linear-gradient(89.81deg, #BE8FCF 0.17%, #B8B3D9 94.11%);
  border-color: transparent; }

.radio-item label {
  display: block;
  padding-left: 29px;
  font-size: 14px;
  cursor: pointer; }

.radio-item label small {
  display: block;
  color: #74747a; }

.radio-item label:before {
  content: '';
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 1px solid #888;
  position: absolute;
  left: 0;
  top: 0; }

.radio-item label:after {
  content: '';
  background: url(../img/icons/check-icon.svg) no-repeat center;
  background-size: 12px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
  display: none; }

.check-item {
  position: relative;
  margin-bottom: 10px; }

.check-item input {
  position: absolute;
  top: 0;
  left: 0;
  display: none; }

.check-item input:checked ~ label:after {
  display: block; }

.check-item input:checked ~ label:before {
  background: linear-gradient(89.81deg, #BE8FCF 0.17%, #B8B3D9 94.11%);
  border-color: #B8B3D9; }

.check-item label {
  display: block;
  padding-left: 29px;
  font-size: 14px;
  cursor: pointer; }

.check-item label small {
  display: block;
  color: #74747a; }

.check-item label:before {
  content: '';
  width: 20px;
  height: 20px;
  border-radius: 3px;
  border: 1px solid #888;
  position: absolute;
  left: 0;
  top: 0; }

.check-item label:after {
  content: '';
  background: url(../img/icons/check-icon.svg) no-repeat center;
  background-size: 12px;
  width: 20px;
  height: 20px;
  border-radius: 3px;
  position: absolute;
  left: 0;
  top: 0;
  display: none; }

.cabinet-page .tab-pane {
  display: none; }

.cabinet-page .tab-pane.current {
  display: block; }

.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
  margin: 0 0 20px;
  padding: 0; }

.pagination .page-item {
  margin: 0 3px; }

.pagination .page-item.active .page-link {
  background: linear-gradient(89.81deg, #BE8FCF 0.17%, #B8B3D9 94.11%);
  color: #fff;
  border-color: #EDF0FF; }

.pagination .page-link {
  width: 42px;
  height: 42px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #121212;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #C7C9D9;
  border-radius: 50%; }

.pagination .page-link:hover {
  background-color: #f8f9fa; }

.pagination .page-link span {
  margin-bottom: 3px; }

.main-header {
  padding: 12px 0 13px;
  position: relative;
  z-index: 1000; }

.main-header .container {
  display: flex;
  align-items: center; }

.slide-nav {
  position: fixed;
  display: block;
  z-index: 100;
  width: 300px;
  right: 0;
  top: 0;
  background-color: #fff;
  height: 100vh;
  max-height: 100vh;
  overflow-y: auto;
  padding: 60px 15px 50px 25px;
  transition: 0.3s;
  transform: translateX(150%);
  border-radius: 20px 0 0 20px; }

.slide-nav.active {
  transform: translateX(0); }

.main-logo {
  margin-right: 20px; }

.main-logo img {
  display: block;
  max-width: 72px; }

.main-nav a {
  font-size: 18px;
  display: block;
  color: #212121;
  text-decoration: none;
  font-weight: 500;
  margin: 0 0 15px; }

.main-nav a.active {
  color: #480E40; }

.slide-nav-close {
  position: absolute;
  width: 30px;
  height: 30px;
  top: 12px;
  left: 20px;
  background: url(../img/icons/close-icon.svg) no-repeat center;
  background-size: 60%;
  border: 0;
  outline: 0;
  transition: 0.25s;
  cursor: pointer; }

.header-controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-grow: 1; }

.header-controls .search-toggle {
  margin-top: 3px;
  cursor: pointer; }

.header-controls .choosen-box,
.header-controls .cart-box,
.header-controls .сabinet-box {
  position: relative; }

.header-controls .search-toggle img,
.header-controls .choosen-box img,
.header-controls .cart-box img,
.header-controls .сabinet-box img {
  display: block;
  max-width: 28px; }

.header-controls .choosen-box a,
.header-controls .cart-box a,
.header-controls .сabinet-box a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  outline: 0;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  color: #888; }

.header-controls .choosen-box {
  width: 40px;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 6px; }

.header-controls .choosen-box .choosen-amount {
  position: absolute;
  top: -1px;
  right: -5px;
  border-radius: 15px;
  background-color: #925188;
  color: #fff;
  font-size: 11px;
  padding: 1px 6px;
  max-width: 40px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  pointer-events: none; }

.header-controls .cart-box {
  width: 40px;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center; }

.header-controls .cart-box .products-amount {
  position: absolute;
  top: -1px;
  right: -5px;
  border-radius: 15px;
  background-color: #925188;
  color: #fff;
  font-size: 11px;
  padding: 1px 6px;
  max-width: 40px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  pointer-events: none; }

.header-controls .сabinet-box {
  width: 40px;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center; }

.header-controls .сabinet-box img {
  max-width: 24px; }

.nav-toggle {
  background-color: transparent;
  border: 0;
  padding: 0;
  outline: 0;
  cursor: pointer; }

.nav-toggle span {
  width: 30px;
  height: 2px;
  border-radius: 3px;
  background-color: #252525;
  display: block;
  margin: 7px 0; }

.search-box {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 20px 0 20px 35px;
  background-color: #fff;
  transition: 0.25s;
  transform: translateY(-150%);
  z-index: 10000; }

.search-box.active {
  transform: translateY(0); }

.search-box .form-holder {
  position: relative; }

.search-box .search-btn {
  position: absolute;
  top: 0;
  right: 0;
  height: 42px;
  color: #fff;
  border-radius: 40px;
  background: linear-gradient(89.81deg, #BE8FCF 0.17%, #B8B3D9 94.11%);
  width: 80px;
  border: 0; }

.search-box .search-close {
  position: absolute;
  width: 32px;
  height: 32px;
  top: 24px;
  left: 7px;
  background: url(../img/icons/close-icon.svg) no-repeat center;
  background-size: 60%;
  border: 0;
  outline: 0;
  transition: 0.25s;
  cursor: pointer; }

.search-box .form-control {
  padding: 0 90px 0 12px;
  font-size: 13px; }

.search-autoresult {
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 1;
  width: 100%;
  background-color: #fff;
  border-top: 1px solid #c4c4c4;
  overflow: hidden; }

.search-autoresult .badge-new,
.search-autoresult .badge-sale,
.search-autoresult .badge-top {
  font-size: 10px;
  left: -5px;
  top: 5px;
  padding: 1px 8px; }

.search-autoresult .product-item {
  display: flex;
  border: 0;
  border-radius: 0;
  border-bottom: 1px solid #E2E2E2;
  padding: 3px 0;
  align-items: center;
  box-shadow: none;
  height: auto; }

.search-autoresult .product-item:hover {
  box-shadow: none; }

.search-autoresult .product-item .product-img {
  width: 60px;
  height: 60px;
  margin-right: 10px;
  margin-top: 10px;
  position: relative; }

.search-autoresult .product-img a {
  display: block;
  width: 100%;
  height: 100%; }

.search-autoresult .product-img img {
  display: block;
  max-width: 100%;
  max-height: 100%; }

.search-autoresult .product-img:hover {
  opacity: 0.8; }

.search-autoresult .product-name {
  font-size: 14px; }

.search-autoresult .product-name a {
  color: #252525;
  text-decoration: none; }

.search-autoresult .product-name a:hover {
  color: #FF4C00;
  text-decoration: underline; }

.search-autoresult .product-cost {
  position: static !important; }

.search-autoresult .new-cost,
.search-autoresult .default-cost {
  display: inline-block;
  vertical-align: bottom; }

.search-autoresult .old-cost {
  font-size: 14px; }

.search-autoresult .max-scroll {
  max-height: calc(100vh - 200px);
  overflow-y: auto;
  padding-left: 10px;
  padding-right: 10px; }

.search-autoresult .failed-search {
  text-align: center;
  padding: 40px 10px; }

.search-autoresult .failed-search img {
  display: block;
  max-width: 40px;
  margin: 0 auto 10px;
  flex: 0 0 100%; }

.search-autoresult .failed-search .failed-text {
  font-weight: 600;
  font-size: 16px;
  max-width: 280px;
  margin: 0 auto; }

.search-autoresult .show-all-results {
  text-align: center;
  padding: 8px;
  margin-top: -2px;
  position: relative;
  height: 70px; }

.search-autoresult .show-all-results a {
  font-weight: 400;
  color: #fff;
  text-decoration: none;
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 40px;
  height: 38px;
  background: linear-gradient(89.81deg, #BE8FCF 0.17%, #B8B3D9 94.11%); }

.search-autoresult .show-all-results a span {
  font-weight: 700;
  font-size: 18px;
  margin-left: 5px; }

.catalog-dropdown-box {
  display: none;
  padding-left: 10px;
  padding-bottom: 20px; }
  .catalog-dropdown-box a {
    color: #5f396c; }

.nav-dropdown .category-nav-link {
  padding: 4px 0 4px 12px;
  position: relative;
  margin-bottom: 5px;
  font-size: 16px; }

.category-nav-link:before {
  content: '';
  width: 4px;
  height: 4px;
  background-color: #111;
  position: absolute;
  top: 14px;
  left: 0;
  border-radius: 50%; }

.slide-nav .catalog-toggle {
  position: relative;
  width: 32px;
  height: 32px;
  background-color: transparent;
  border: 1px solid #624B6D;
  border-radius: 3px; }

.slide-nav .catalog-toggle:before, .slide-nav .catalog-toggle:after {
  content: '';
  background: #212121;
  position: absolute; }

.slide-nav .catalog-toggle:before {
  top: 14px;
  left: 7px;
  width: 15px;
  height: 1px; }

.slide-nav .catalog-toggle:after {
  top: 7px;
  left: 14px;
  width: 1px;
  height: 15px; }

.slide-nav .catalog-toggle span {
  display: none; }

.slide-nav .catalog-toggle.active:after {
  height: 15px;
  transform: rotate(45deg); }

.slide-nav .catalog-toggle.active:before {
  transform: rotate(45deg); }

.nav-dropdown .d-flex a {
  display: flex;
  align-items: center;
  height: 32px;
  margin-right: 10px;
  border: 1px solid #624B6D;
  border-radius: 3px;
  padding: 0 30px 1px; }

@media (min-width: 376px) {
  .main-logo {
    margin-right: 40px; }
  .main-logo img {
    max-width: 80px; } }

@media (min-width: 421px) {
  .main-logo img {
    max-width: 100px; }
  .search-box .form-control {
    padding-right: 130px; }
  .search-box .search-btn {
    width: 120px; } }

@media (min-width: 480px) {
  .main-logo {
    margin-right: auto; }
  .header-controls {
    flex-grow: initial;
    width: 260px; } }

@media (min-width: 576px) {
  .search-autoresult .product-item {
    padding: 5px 0; }
  .search-autoresult .product-item .product-cost {
    flex-wrap: wrap; }
  .search-autoresult .product-img {
    flex: 0 0 60px; }
  .search-autoresult .product-name {
    flex-grow: 1;
    margin-right: auto;
    font-weight: 500; }
  .search-autoresult .product-text {
    flex-grow: 1;
    display: flex; }
  .search-autoresult .product-cost {
    margin-left: auto;
    flex: 0 0 120px;
    justify-content: flex-end; }
  .search-autoresult .product-item .old-cost {
    order: 1; }
  .search-autoresult .product-item .new-cost,
  .search-autoresult .product-item .default-cost {
    order: 2;
    margin-right: 0;
    width: 100%;
    text-align: right; } }

@media (min-width: 768px) {
  .main-logo img {
    max-width: 120px; }
  .header-controls {
    width: 280px; }
  .search-box .form-control {
    font-size: 14px;
    height: 48px; }
  .search-box .search-btn {
    height: 48px; }
  .search-box .search-close {
    top: 28px; }
  .search-autoresult .show-all-results a {
    left: 0;
    right: 0;
    width: 400px;
    margin: 0 auto; } }

@media (min-width: 992px) {
  .search-box .form-holder {
    max-width: 800px;
    margin: 0 auto; }
  .search-box .form-control {
    padding-right: 290px;
    font-size: 16px;
    padding-left: 20px; }
  .search-box .search-btn {
    width: 280px;
    font-size: 18px; }
  .search-box .search-close {
    left: auto;
    right: 20px; }
  .search-autoresult {
    width: 800px;
    right: 0;
    left: 30px;
    margin: 0 auto;
    top: calc(100% + 3px);
    border-radius: 10px;
    overflow: hidden;
    padding-top: 10px; }
  .search-autoresult .max-scroll {
    padding-left: 20px;
    padding-right: 20px; } }

@media (min-width: 1200px) {
  .main-header {
    padding: 20px 0 22px; }
  .main-logo {
    margin-right: 40px; }
  .main-logo img {
    max-width: 154px; }
  .main-nav {
    display: flex; }
  .slide-nav-close,
  .nav-toggle {
    display: none; }
  .slide-nav {
    position: relative;
    height: auto;
    width: auto;
    background-color: transparent;
    border-radius: 0;
    padding: 0;
    overflow: visible;
    transform: translateX(0) !important;
    display: flex;
    align-items: center;
    margin-right: auto; }
  .header-controls {
    width: 230px; }
  .main-nav > a {
    position: relative;
    display: inline-block;
    margin: 0 25px 0 0;
    font-size: 16px; }
  .main-nav > a:before,
  .main-nav > a:after {
    content: "";
    position: absolute;
    background-color: #111;
    height: 2px;
    transition: 300ms ease-in-out;
    bottom: -2px;
    width: 0;
    pointer-events: none; }
  .main-nav > a:before {
    right: 50%; }
  .main-nav > a:after {
    left: 50%; }
  .main-nav a:hover:before {
    width: calc(50% + 1px);
    left: 0; }
  .main-nav > a:hover:after {
    width: calc(50% + 1px);
    left: auto;
    right: 0; }
  .main-nav > a.active {
    border-bottom: 2px solid #480E40;
    cursor: auto; }
  .main-nav > a.active:before,
  .main-nav > a.active:after {
    display: none; }
  .search-box {
    padding: 20px 60px 20px 0; }
  .search-box .search-close {
    left: auto;
    right: 20px;
    background-size: 24px; }
  .search-autoresult {
    left: -60px; }
  .catalog-dropdown-box {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding-top: 27px;
    display: flex !important;
    z-index: 10;
    opacity: 0;
    pointer-events: none;
    visibility: hidden; }
  .nav-dropdown-item {
    position: relative;
    margin-right: 25px;
    cursor: pointer; }
    .nav-dropdown-item:hover .nav-link {
      color: #669A00; }
      .nav-dropdown-item:hover .nav-link:after {
        transform: rotate(180deg);
        border-top: 5px solid #669A00; }
    .nav-dropdown-item .dropdown-box {
      display: flex;
      justify-content: flex-end;
      position: absolute;
      top: 0;
      right: 0;
      left: 0;
      padding-top: 35px;
      opacity: 0;
      pointer-events: none;
      transition: 0.2s; }
    .nav-dropdown-item .nav-dropdown {
      width: 230px;
      flex: 0 0 230px;
      background-color: #fff;
      border-radius: 2px;
      padding: 8px 12px;
      border: 1px solid #c1c1c1; }
    .nav-dropdown-item .nav-link {
      display: block;
      color: #fff;
      pointer-events: none;
      font-size: 14px;
      position: relative;
      padding-right: 14px; }
      .nav-dropdown-item .nav-link:after {
        content: '';
        width: 0;
        height: 0;
        border-top: 5px solid #fff;
        border-left: 4px solid transparent;
        border-right: 4px solid transparent;
        position: absolute;
        right: 0;
        top: calc(50% - 1px);
        transform-origin: center;
        transition: 0.25s; }
    .nav-dropdown-item:hover .dropdown-box {
      opacity: 1;
      pointer-events: auto; }
  .dropdown-box-content {
    background-color: #fff;
    position: relative;
    flex: 0 0 1150px;
    border-radius: 1px;
    margin-left: -203px;
    border-radius: 8px; }
    .dropdown-box-content:after {
      content: '';
      position: absolute;
      top: -300px;
      left: -100vw;
      right: -100vw;
      height: 300vh;
      background: rgba(42, 29, 48, 0.75);
      z-index: -1;
      pointer-events: none;
      transition: 0.25s; }
  .nav-dropdown:hover .catalog-dropdown-box {
    opacity: 1;
    pointer-events: auto;
    visibility: visible; }
  .nav-dropdown:hover .d-flex:after {
    transform: rotate(-180deg); }
  .dropdown-side {
    width: 260px;
    padding: 10px 15px 10px 15px;
    background-color: #fff;
    border-radius: 8px 0 0 8px; }
  .category-nav-item:last-child {
    border-bottom: 0; }
  .slide-nav .catalog-toggle {
    display: none; }
  .nav-dropdown {
    margin-right: 20px;
    position: relative;
    z-index: 100; }
  .nav-dropdown .d-flex {
    position: relative;
    padding: 0 10px 3px;
    border-radius: 5px 5px 0 0;
    z-index: 11; }
  .nav-dropdown .d-flex:after {
    content: '';
    width: 0;
    height: 0;
    border-top: 5px solid #925188;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    position: absolute;
    right: 8px;
    top: 11px;
    transform-origin: center;
    transition: 0.25s; }
  .nav-dropdown .d-flex a {
    border: 0;
    padding: 0;
    height: auto;
    display: inline-block;
    font-size: 16px;
    margin-bottom: 0; }
  .nav-dropdown a:before,
  .nav-dropdown a:after {
    display: none; }
  .nav-dropdown:hover .d-flex {
    background-color: #fff; }
  .category-nav-item {
    border-bottom: 1px solid #EFEBEB; }
  .nav-dropdown .category-nav-link {
    font-size: 16px;
    text-decoration: none;
    font-weight: 400;
    display: block;
    position: relative;
    z-index: 5;
    padding: 10px 10px 10px 0;
    color: #252525;
    margin-top: 5px; }
  .nav-dropdown .category-nav-link.active,
  .nav-dropdown .category-nav-link:hover {
    color: #5f396c; }
  .nav-dropdown .category-nav-link:after {
    content: "" !important;
    width: 10px;
    height: 12px;
    position: absolute;
    top: calc(50% - 6px);
    right: 0;
    transition: 0.25s;
    background: url(../img/icons/angle-right.svg) no-repeat center;
    background-size: contain;
    display: block; }
  .nav-dropdown .category-nav-link:hover:after {
    right: -5px; }
  .horizontal-dropdown {
    position: absolute;
    left: 260px;
    top: 0;
    width: calc(100% - 260px);
    min-height: 100%;
    padding: 20px;
    z-index: 1;
    display: none;
    background-color: #fff;
    border-radius: 8px; }
  .horizontal-dropdown .category-item {
    width: calc(33.33% - 10px);
    position: relative;
    padding: 5px;
    margin-bottom: 25px;
    border: 1px solid #ddd;
    margin: 0 5px 10px;
    border-radius: 8px; }
  .horizontal-dropdown .category-item > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    outline: 0; }
  .horizontal-dropdown .category-item:hover .item-title {
    color: #a75cc2; }
  .horizontal-dropdown .img-box {
    height: 100px;
    display: flex;
    align-items: center;
    margin-bottom: 5px; }
  .horizontal-dropdown .img-box img {
    display: block;
    margin: 0 auto;
    max-width: 100px;
    max-height: 90px; }
  .horizontal-dropdown .item-title {
    text-align: center;
    font-size: 14px !important; }
  .horizontal-dropdown .flex-container {
    display: flex;
    flex-wrap: wrap;
    pointer-events: auto; } }

@media (min-width: 1400px) {
  .main-logo {
    margin-right: 60px; }
  .nav-dropdown .d-flex a {
    font-size: 18px; }
  .main-nav > a {
    font-size: 18px;
    margin-right: 36px; }
  .dropdown-box-content {
    flex: 0 0 1300px;
    margin-left: -225px; }
  .horizontal-dropdown .category-item {
    width: calc(25% - 10px); }
  .dropdown-side {
    width: 280px; } }

@media (min-width: 1700px) {
  .main-logo {
    margin-right: 70px; }
  .dropdown-box-content {
    flex: 0 0 1420px;
    margin-left: -235px; } }

@media (max-width: 1199px) {
  .horizontal-dropdown {
    display: none !important; } }

::-webkit-scrollbar {
  width: 8px;
  height: 8px; }

::-webkit-scrollbar-track {
  background: #f1f1f1; }

::-webkit-scrollbar-thumb {
  background: #685B78;
  border-radius: 4px; }

::-webkit-scrollbar-thumb:hover {
  background: #470B3E; }

#page-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(42, 29, 48, 0.75);
  z-index: 1;
  display: none; }

#wrapper {
  position: relative;
  overflow: hidden;
  display: flex;
  min-height: 100vh;
  flex-direction: column; }

.page-content {
  flex: 1; }

.full-fill {
  position: relative;
  background-color: #D8DCEF; }

.half-fill {
  position: relative; }

.half-fill:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 45%;
  background-color: #D8DCEF;
  z-index: 1; }

#scroll-top {
  position: fixed;
  display: block;
  right: 20px;
  bottom: -100px;
  width: 48px;
  height: 48px;
  background-color: #6B657E;
  z-index: 999;
  transition: 0.8s cubic-bezier(1, -0.25, 0, 1.43);
  cursor: pointer;
  border: 0;
  outline: 0;
  color: #fff;
  text-align: center;
  padding: 0;
  border-radius: 100%;
  overflow: hidden; }

#scroll-top:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  font-size: 28px;
  background: url(../img/icons/arrow-top.svg) no-repeat center;
  background-size: 20px; }

#scroll-top.visible {
  bottom: 20px; }

#scroll-top:hover {
  transition: 0.2s;
  transform: scale(1.1); }

.custom-container .col-2 {
  margin-bottom: 20px; }

@media (max-width: 1699px) {
  .custom-container .col-2 {
    flex: 0 0 20%;
    max-width: 20%; } }

@media (max-width: 1399px) {
  .custom-container .row {
    margin-left: -5px;
    margin-right: -5px; }
  .custom-container .col-2 {
    padding-left: 5px;
    padding-right: 5px; }
  .custom-container .col-2 {
    margin-bottom: 10px; } }

@media (max-width: 1199px) {
  .custom-container .col-2 {
    flex: 0 0 25%;
    max-width: 25%; } }

@media (max-width: 991px) {
  .custom-container .col-2 {
    flex: 0 0 33.33%;
    max-width: 33.33%; } }

@media (max-width: 767px) {
  .custom-container .col-2 {
    flex: 0 0 50%;
    max-width: 50%; }
  #scroll-top {
    width: 42px;
    height: 42px;
    right: 15px; }
  #scroll-top.visible {
    bottom: 15px; }
  #scroll-top:before {
    background-size: 16px; } }

.slider-holder {
  clip-path: polygon(0 0, 100% 0, 100% 86%, 0% 100%);
  background: linear-gradient(90deg, #68235D 0%, #7D4E7E 26.76%, #8E8FAC 107.05%);
  padding-bottom: 70px;
  padding-top: 40px; }

.slider-holder .slider-footer {
  display: flex;
  align-items: flex-start; }

.slider-holder .slick-dots {
  display: flex;
  justify-content: flex-end;
  list-style: none;
  padding: 0;
  margin: 0; }

.slider-holder .slick-dots li {
  margin: 0 3px; }

.slider-holder .slick-dots li.slick-active button {
  background-color: #470B3D; }

.slider-holder .slick-dots button {
  padding: 0;
  font-size: 0;
  width: 16px;
  height: 16px;
  background-color: #fff;
  border: 0;
  border-radius: 50%; }

.main-slider {
  margin-bottom: 10px; }

.main-slider .item {
  height: 500px;
  border-radius: 20px;
  overflow: hidden;
  background-color: #fff;
  position: relative;
  display: none;
  align-items: center;
  padding: 30px 0 30px 50px; }

.main-slider .item:first-child {
  display: flex; }

.main-slider.slick-initialized .item {
  display: flex; }

.main-slider .slide-content {
  max-width: 750px;
  position: relative;
  z-index: 10; }

.main-slider .btn-primary {
  padding: 10px 70px;
  margin-top: 20px;
  height: auto; }

.main-slider p {
  margin: 0 0 10px; }

.main-slider h1,
.main-slider .h1 {
  font-size: 60px;
  font-family: 'RG-StandardBold';
  line-height: 1.2;
  margin: 0 0 15px; }

.filter-overlay {
  position: absolute;
  top: -1px;
  left: -1px;
  bottom: -1px;
  right: -1px;
  background: rgba(42, 29, 48, 0.5);
  z-index: 5; }

.main-slider .desktop-img,
.main-slider .mobile-img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1; }

.main-slider .mobile-img {
  display: none; }

.main-slider video,
.main-slider img {
  width: 100%;
  height: 100%;
  object-fit: cover; }

.start-decription {
  max-width: 480px;
  color: #fff;
  font-size: 20px;
  margin-right: auto;
  margin-top: 20px; }

@media (max-width: 1699px) {
  .main-slider .slide-content {
    max-width: 650px; }
  .main-slider h1, .main-slider .h1 {
    font-size: 52px; } }

@media (max-width: 1399px) {
  .slider-holder {
    padding-top: 20px;
    padding-bottom: 50px; }
  .main-slider .item {
    height: 420px; }
  .main-slider .slide-content {
    max-width: 520px; }
  .main-slider h1, .main-slider .h1 {
    font-size: 44px; }
  .start-decription {
    margin-top: 15px;
    font-size: 16px;
    max-width: 400px; } }

@media (max-width: 1199px) {
  .main-slider h1, .main-slider .h1 {
    font-size: 36px; }
  .main-slider .item {
    height: 380px;
    padding: 20px 0 20px 30px; }
  .main-slider .slide-content {
    max-width: 420px; }
  .index-page .title-group .h2,
  .index-page .title-group h2 {
    font-size: 32px; } }

@media (max-width: 991px) {
  .main-slider h1, .main-slider .h1 {
    font-size: 24px;
    margin-bottom: 10px;
    font-family: 'Open Sans', Arial, sans-serif;
    font-weight: 700; }
  .main-slider .item {
    height: 320px;
    padding-left: 20px; }
  .main-slider .btn-primary {
    padding: 5px 30px;
    margin-top: 10px; }
  .main-slider .slide-content {
    max-width: 380px; }
  .index-page .title-group .h2,
  .index-page .title-group h2 {
    font-size: 28px; } }

@media (max-width: 767px) {
  .main-slider {
    margin-bottom: 3px; }
  .main-slider .desktop-img {
    display: none; }
  .main-slider .mobile-img {
    display: block; }
  .main-slider .item {
    height: 420px;
    padding: 20px;
    border-radius: 10px; }
  .main-slider .slide-content {
    max-width: 100%; }
  .main-slider h1, .main-slider .h1 {
    font-size: 28px; }
  .start-decription {
    font-size: 13px;
    margin-top: 30px; }
  .slider-holder {
    clip-path: polygon(0 0, 100% 0, 100% 90%, 0% 100%); }
  .slider-holder .slick-dots button {
    width: 14px;
    height: 14px; } }

@media (max-width: 575px) {
  .slider-holder {
    clip-path: polygon(0 0, 100% 0, 100% 97%, 0% 100%);
    padding-bottom: 20px;
    padding-top: 10px; }
  .start-decription {
    margin-top: 7px;
    max-width: 220px; }
  .index-page .title-group .h2,
  .index-page .title-group h2 {
    font-size: 24px; } }

@media (max-width: 375px) {
  .main-slider .item {
    padding: 15px; }
  .main-slider h1, .main-slider .h1 {
    font-size: 24px; }
  .start-decription {
    font-size: 12px;
    max-width: 200px; }
  .index-page .title-group .h2,
  .index-page .title-group h2 {
    font-size: 22px; } }

.index-categories {
  padding: 20px 0 70px; }

.index-categories .btn-link {
  background-color: #fff;
  border-color: #cfd0e1;
  padding-bottom: 2px; }

.index-categories .title-group {
  margin-bottom: 35px; }

.category-item .item-img {
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.08);
  background-color: #fff;
  border-radius: 16px;
  margin-bottom: 8px;
  height: 200px;
  overflow: hidden; }

.category-item .item-img picture,
.category-item .item-img a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 10px; }

.category-item .item-img img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  transition: 0.4s; }

.category-item .item-img:hover img {
  transform: scale(1.1); }

.category-item .item-title {
  font-size: 20px;
  text-align: center; }

.category-item .item-title a {
  text-decoration: none;
  color: #121212; }

.category-item .item-title a:hover {
  color: #6d496e; }

.catalog-categories {
  padding: 40px 0 80px; }
  .catalog-categories .col-md-6.col-xl-3 {
    margin-bottom: 30px; }
  .catalog-categories .category-item {
    position: relative; }
  .catalog-categories .item-img {
    border-radius: 0;
    box-shadow: none; }
  .catalog-categories figure {
    width: 100%;
    position: relative;
    padding: 5px 5px 12px;
    margin: 0;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.08);
    background-color: #fff;
    border-radius: 16px;
    margin-bottom: 8px;
    overflow: hidden; }
    .catalog-categories figure a {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
    .catalog-categories figure:hover figcaption {
      color: #a46ab9; }
  .catalog-categories figcaption {
    font-size: 16px;
    font-weight: 500;
    text-align: center; }
    .catalog-categories figcaption:hover a {
      text-decoration: underline; }
  .catalog-categories ul {
    list-style: none;
    margin: 0 0 5px 3px;
    padding: 0;
    line-height: 1.4;
    font-size: 15px; }
    .catalog-categories ul li {
      position: relative;
      padding: 2px 15px 2px 14px;
      color: #212121;
      text-decoration: none;
      transition: 0.25s;
      position: relative;
      margin-bottom: 5px; }
      .catalog-categories ul li:before {
        content: '';
        width: 4px;
        height: 4px;
        background-color: #a46ab9;
        position: absolute;
        top: 11px;
        left: 0;
        border-radius: 50%; }
    .catalog-categories ul ul {
      font-size: 13px;
      margin-bottom: 0; }
      .catalog-categories ul ul li {
        position: relative;
        padding: 2px 15px 2px 13px;
        color: #212121;
        text-decoration: none;
        transition: 0.25s;
        position: relative;
        margin-bottom: 1px; }
        .catalog-categories ul ul li:before {
          width: 8px;
          height: 1px;
          background-color: #111; }
    .catalog-categories ul a {
      text-decoration: none;
      color: #252525; }
      .catalog-categories ul a:hover {
        text-decoration: underline;
        color: #5f396c; }

@media (min-width: 1200px) {
  .index-categories .col-xl-3 {
    flex: 0 0 20%;
    max-width: 20%; } }

@media (max-width: 1699px) {
  .category-item .item-title {
    font-size: 18px;
    font-weight: 500; } }

@media (max-width: 1199px) {
  .index-categories .col-6.col-xl-3 {
    margin-bottom: 30px; }
  .index-categories {
    padding-bottom: 40px; } }

@media (max-width: 767px) {
  .index-categories .title-group {
    margin-bottom: 20px; }
  .index-categories {
    padding-bottom: 20px; } }

@media (max-width: 575px) {
  .index-categories .btn-link {
    padding: 0 20px;
    height: 36px; }
  .category-item .item-title {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.3; }
  .category-item .item-img {
    margin-bottom: 5px;
    height: 180px; } }

@media (max-width: 375px) {
  .index-categories .btn-link {
    font-size: 13px;
    padding: 0 15px; }
  .btn-link span:after {
    top: calc(50% - 9px);
    background-size: 14px; }
  .category-item .item-img {
    height: 160px; } }

.catalog-page .title-container {
  margin-bottom: 40px;
  margin-top: 20px; }

.catalog-page .title-container h1,
.catalog-page .title-container .h1,
.catalog-page .title-container h2,
.catalog-page .title-container .h2 {
  font-size: 32px;
  margin: 0;
  font-weight: 600;
  line-height: 1.1; }

.aside-filters {
  background: #fff;
  box-shadow: 0px 7px 19px #D8DCEF;
  border-radius: 20px;
  margin-right: 20px; }

.filters-head {
  border-bottom: 1px solid #E1E5EA;
  padding: 20px;
  display: flex;
  justify-content: center;
  font-size: 18px;
  font-weight: 600;
  color: #4d4848; }

.filters-head img {
  margin-right: 10px; }

.slide-filters {
  padding: 15px 20px 25px 25px; }

.aside-categories {
  margin-bottom: 40px; }

.aside-link-one {
  display: block;
  position: relative;
  padding: 8px 5px 8px 0;
  color: #212121;
  text-decoration: none;
  font-size: 18px;
  font-weight: 600; }

.aside-link-one.active {
  font-weight: 600; }

.aside-link-one.active,
.aside-link-one:hover {
  color: #876a94; }

.aside-link-two {
  display: block;
  position: relative;
  padding: 5px 15px 5px 14px;
  color: #212121;
  text-decoration: none;
  font-size: 16px;
  transition: 0.25s;
  position: relative; }

.aside-link-two:before {
  content: '';
  width: 5px;
  height: 1px;
  background-color: #111;
  position: absolute;
  left: 0;
  top: 18px; }

.aside-link-two.active {
  font-weight: 600; }

.aside-link-two.active,
.aside-link-two:hover {
  color: #826d8b; }

.aside-link-two:hover {
  transform: translateX(5px); }

.aside-link-two.active:hover {
  transform: translateX(0); }

.aside-link-three {
  display: block;
  position: relative;
  padding: 5px 15px 5px 10px;
  color: #121212;
  text-decoration: none;
  font-size: 14px; }

.aside-link-three:before {
  content: '';
  width: 4px;
  height: 4px;
  background-color: #111;
  position: absolute;
  top: 13px;
  left: 0;
  border-radius: 50%; }

.aside-link-three.active,
.aside-link-three:hover {
  color: #656565; }

.aside-dropdown-one {
  padding-left: 20px;
  margin-top: -5px; }

.aside-dropdown-two {
  padding-left: 20px;
  margin-bottom: 5px; }

.filter-item {
  margin-bottom: 12px;
  position: relative; }

.filter-item .item-head {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 8px; }

.filter-item .item-body {
  padding-bottom: 15px;
  padding-top: 1px; }

.cost-slider {
  margin: 0 12px 0 5px; }

.slide-filters .irs--flat .irs-bar {
  height: 2px;
  top: 29px;
  background: linear-gradient(89.81deg, #BE8FCF 0.17%, #B8B3D9 94.11%); }

.slide-filters .irs--flat .irs-line {
  height: 2px;
  top: 29px;
  background-color: #a6a6a6; }

.slide-filters .irs--flat .irs-handle {
  width: 16px;
  height: 16px;
  background: linear-gradient(89.81deg, #BE8FCF 0.17%, #B8B3D9 94.11%);
  border-radius: 50%;
  cursor: pointer; }

.slide-filters .irs--flat .irs-handle i {
  display: none; }

.slide-filters .irs--flat .irs-from,
.slide-filters .irs--flat .irs-to,
.slide-filters .irs--flat .irs-single {
  background-color: transparent;
  font-size: 14px;
  top: -3px;
  color: #212121; }

.slide-filters .irs--flat .irs-from:before,
.slide-filters .irs--flat .irs-to:before,
.slide-filters .irs--flat .irs-single:before {
  display: none; }

.slide-filters .irs--flat .irs-to {
  margin-right: 20px; }

.slide-filters .irs-grid {
  display: none; }

.slide-filters .extra-controls {
  display: flex;
  margin-bottom: 5px; }

.slide-filters .extra-controls .num-input {
  width: 70px;
  height: 35px;
  text-align: center;
  border: 1px solid #c2c2c2;
  border-radius: 3px;
  margin: 0 6px;
  outline: 0;
  font-size: 14px; }

.slide-filters .extra-controls .num-input:focus {
  border: 1px solid #BE8FCF; }

.slide-filters .extra-controls .control-input {
  white-space: nowrap; }

.slide-filters .extra-controls .control-input:nth-child(2) {
  margin-left: 10px; }

.slide-filters .extra-controls .control-input span {
  margin-right: 5px; }

.slide-filters .check-item label {
  font-size: 16px;
  color: #74747A; }

.slide-filters .check-item label:before,
.slide-filters .check-item label:after {
  top: 2px; }

.catalog-content-head {
  background-color: #fff;
  box-shadow: 0px 7px 19px #D8DCEF;
  border-radius: 16px;
  padding: 25px;
  margin-bottom: 15px;
  display: flex; }

.catalog-content-head .active-tags {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  max-width: 650px; }

.catalog-content-head .tag-item {
  border: 1px solid #758091;
  margin: 5px 10px 5px 0;
  font-size: 13px;
  padding: 1px 22px 1px 7px;
  position: relative;
  border-radius: 20px; }

.catalog-content-head .tag-item .remove-item {
  position: absolute;
  top: 3px;
  right: 3px;
  border-radius: 50%;
  width: 14px;
  height: 14px;
  background: #DEDEDE url("../img/icons/close-icon.svg") no-repeat center;
  background-size: 6px;
  cursor: pointer;
  border: 1px solid transparent; }

.catalog-content-head .tag-item .remove-item:hover {
  border: 1px solid #212121; }

.catalog-content-head .tag-item.main-item {
  background-color: #72BD5E;
  color: #fff; }

.catalog-content-head .tag-clear {
  border: 1px solid #624B6D;
  font-size: 13px;
  padding: 1px 8px;
  cursor: pointer;
  height: 24px;
  margin: 5px 0;
  color: #624B6D;
  border-radius: 20px;
  background-color: #faf2ff; }

.catalog-content-head .tag-clear:hover {
  color: #fff;
  background-color: #624B6D; }

.catalog-content-head .select-container {
  margin-left: auto; }

.catalog-content-head .select-box {
  position: relative; }

.catalog-page .pagination {
  margin-top: 70px; }

.btn-primary.load-more {
  width: 320px;
  display: block;
  margin: 0 auto; }

.filters-open-toggle {
  display: none; }

.found-products {
  font-size: 18px;
  margin: 0 0 15px;
  color: #343434; }

.found-products span {
  font-weight: 600;
  color: #121212; }

.catalog-content .col-6.col-md-4.col-xl-3 {
  margin-bottom: 25px; }

.catalog-content .product-item .product-img {
  height: 225px; }

.catalog-page .filter-close {
  position: absolute;
  width: 30px;
  height: 30px;
  top: 10px;
  right: 10px;
  background: url(../img/icons/close-icon.svg) no-repeat center;
  background-size: 60%;
  border: 0;
  outline: 0;
  transition: 0.25s;
  display: none;
  cursor: pointer; }

.catalog-page .filters-open-toggle {
  justify-content: center;
  align-items: center;
  margin: 0 0 20px;
  width: 100%;
  font-size: 18px;
  border: 0;
  padding: 5px 0;
  font-weight: 600;
  background: linear-gradient(89.81deg, #BE8FCF 0.17%, #B8B3D9 94.11%);
  border-radius: 20px;
  color: #fff;
  display: none; }

.catalog-page .filter-open-icon {
  margin-left: 8px;
  background: url(../img/icons/filter-icon.svg) no-repeat center;
  filter: brightness(100);
  background-size: 22px;
  width: 34px;
  height: 34px; }

.catalog-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(42, 29, 48, 0.75);
  z-index: 1001;
  display: none; }

.catalog-page .empty-search {
  text-align: center;
  padding: 100px 0; }

.catalog-page .empty-search .h2 {
  font-size: 28px;
  font-weight: 400;
  margin: 0 0 15px; }

.catalog-page .empty-search .subtitle {
  color: #74747a; }

.catalog-page .page-content .col-lg-9 {
  margin-bottom: 20px; }

@media (max-width: 1699px) {
  .slide-filters {
    padding: 15px 15px 20px 20px; }
  .aside-link-one {
    font-size: 18px; }
  .aside-link-two {
    font-size: 16px; }
  .aside-dropdown-one {
    padding-left: 15px; } }

@media (max-width: 1399px) {
  .catalog-page .title-container h1,
  .catalog-page .title-container .h1,
  .catalog-page .title-container h2,
  .catalog-page .title-container .h2 {
    font-size: 28px; }
  .aside-link-one {
    font-size: 17px; }
  .aside-link-two {
    font-size: 15px; }
  .aside-dropdown-two {
    margin-bottom: 1px; }
  .aside-dropdown-one {
    padding-left: 15px; }
  .cost-slider {
    margin: 0 5px 0 -3px; }
  .slide-filters .extra-controls {
    margin-left: -5px; }
  .slide-filters .extra-controls .num-input {
    width: 54px;
    font-size: 13px;
    margin: 0 4px; }
  .filter-item .item-head {
    font-size: 18px; }
  .slide-filters .check-item label {
    font-size: 15px; }
  .catalog-content .row {
    margin-right: -5px;
    margin-left: -5px; }
  .catalog-content .col-6.col-md-4.col-xl-3 {
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 10px; } }

@media (max-width: 1199px) {
  .catalog-page .title-container {
    margin-bottom: 25px; }
  .catalog-page .title-container h1,
  .catalog-page .title-container .h1,
  .catalog-page .title-container h2,
  .catalog-page .title-container .h2 {
    font-size: 24px; }
  .aside-filters {
    margin-right: -20px; }
  .catalog-content {
    padding-left: 20px; }
  .catalog-content-head {
    padding: 15px; }
  .slide-filters .extra-controls .control-input span {
    font-size: 13px; }
  .slide-filters .extra-controls .num-input {
    margin: 0 2px; } }

@media (max-width: 991px) {
  .catalog-page .slide-filters {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1002;
    background-color: #fff;
    width: 300px;
    height: 100vh;
    max-height: 100vh;
    overflow-y: auto;
    padding: 40px 15px 80px;
    transform: translateX(-150%);
    transition: 0.3s; }
  .catalog-page .slide-filters.active {
    transform: translateX(0); }
  .aside-filters {
    margin: 0; }
  .catalog-content {
    padding: 0; }
  .filters-head {
    display: none; }
  .catalog-content-head {
    background-color: transparent;
    box-shadow: none;
    padding: 0;
    margin-bottom: 20px; }
  .catalog-page .filters-open-toggle {
    display: flex; }
  .catalog-page .filter-close {
    display: block; }
  .slide-filters .extra-controls .num-input {
    width: 80px; }
  .catalog-page .page-content .col-lg-9 {
    margin-bottom: 50px; } }

@media (max-width: 767px) {
  .catalog-content-head {
    display: block; }
  .catalog-page .found-products {
    font-size: 16px; }
  .catalog-content-head .active-tags {
    margin-bottom: 15px; }
  .catalog-page .title-container h1,
  .catalog-page .title-container .h1,
  .catalog-page .title-container h2,
  .catalog-page .title-container .h2 {
    font-size: 20px; }
  .catalog-page .breadcrumb {
    display: none; }
  .select-container .select-button {
    height: 36px; } }

@media (max-width: 575px) {
  .catalog-content-head .select-container .select-button {
    height: 36px;
    padding-bottom: 1px; } }

@media (max-width: 375px) {
  .catalog-content-head .tag-clear,
  .catalog-content-head .tag-item {
    font-size: 12px; } }

.product-item {
  background: #fff;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.08);
  border-radius: 20px;
  height: 100%;
  padding: 10px 10px 95px 10px;
  position: relative; }

.product-item .product-img {
  position: relative;
  height: 200px;
  margin-bottom: 8px;
  border-radius: 10px;
  overflow: hidden; }

.product-item .product-img picture {
  display: flex;
  justify-content: center;
  align-items: center; }

.product-item .product-img a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center; }

.product-item .product-img img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  margin: 0 auto;
  border-radius: 10px; }

.product-item .product-name {
  font-size: 15px;
  margin-bottom: 5px;
  line-height: 1.3; }

.product-item .product-name a {
  text-decoration: none;
  color: #252525; }

.product-item .product-name:hover a {
  text-decoration: underline;
  color: #6d496e; }

.product-item .product-cost {
  display: flex;
  align-items: baseline;
  font-size: 15px;
  position: absolute;
  left: 10px;
  right: 0;
  white-space: nowrap;
  bottom: 62px; }

.product-item .product-cost span {
  font-size: 18px;
  font-weight: 600; }

.product-item .new-cost,
.product-item .default-cost {
  margin-right: 7px; }

.product-item .product-cost .old-cost {
  font-size: 13px;
  color: #8F90A6;
  text-decoration: line-through; }

.product-item .product-cost .old-cost span {
  font-size: 15px; }

.product-item .product-footer {
  position: absolute;
  bottom: 12px;
  left: 12px;
  right: 12px;
  display: flex; }

.product-item .btn-light {
  flex-grow: 1;
  white-space: nowrap;
  z-index: 100 !important; }

.product-item .btn-light .default-state {
  display: block; }

.product-item .btn-light .active-state {
  display: none; }

.product-item .btn-light.added {
  background: linear-gradient(90deg, #68235D 0%, #7D4E7E 26.76%, #8E8FAC 107.05%);
  color: #fff; }

.product-item .btn-light.added .default-state {
  display: none; }

.product-item .btn-light.added .active-state {
  display: block; }

.product-item .btn-choose {
  width: 42px;
  flex: 0 0 42px;
  height: 42px;
  padding: 1px 0 0;
  border: none;
  background: linear-gradient(89.81deg, #BE8FCF 0.17%, #B8B3D9 94.11%);
  border-radius: 50%;
  margin-left: 8px;
  transition: 0.25s; }

.product-item .btn-choose img {
  width: 20px;
  height: 18px;
  margin: 0 auto; }

.product-item .btn-choose:hover {
  background-size: 300% 100%; }

.product-item .btn-choose .default-icon {
  display: block; }

.product-item .btn-choose .active-icon {
  display: none; }

.product-item .btn-choose.added {
  background: linear-gradient(90deg, #68235D 0%, #7D4E7E 26.76%, #8E8FAC 107.05%); }

.product-item .btn-choose.added .default-icon {
  display: none; }

.product-item .btn-choose.added .active-icon {
  display: block; }

.badge-sale,
.badge-top,
.badge-new {
  font-weight: 400;
  left: 12px;
  top: 10px;
  font-size: 14px;
  white-space: nowrap;
  position: absolute;
  padding: 0 10px 1px;
  pointer-events: none;
  z-index: 1;
  border-radius: 20px; }

.badge-sale {
  color: #fff;
  background-color: #F02424; }

.badge-new {
  color: #fff;
  background-color: #79b404; }

.badge-top {
  background-color: #f4a732;
  color: #fff; }

@media (max-width: 479px) {
  .product-item .product-img {
    height: 180px; }
  .product-item .btn-light {
    height: 38px; }
  .product-item .btn-choose {
    width: 38px;
    height: 38px;
    flex: 0 0 38px; }
  .product-item .product-footer {
    left: 8px;
    right: 8px; }
  .product-item .btn-light {
    font-size: 13px; }
  .product-item .btn-choose {
    margin-left: 5px; } }

@media (max-width: 420px) {
  .product-item .product-img {
    height: 150px; }
  .product-item .product-cost .old-cost {
    font-size: 12px; }
  .product-item .new-cost,
  .product-item .default-cost {
    font-size: 13px;
    margin-right: 5px;
    margin-left: -3px; }
  .product-item .new-cost span,
  .product-item .default-cost span {
    font-size: 16px; }
  .product-item .product-cost .old-cost span {
    font-size: 14px; } }

@media (max-width: 375px) {
  .catalog-content .product-item .product-footer {
    left: 5px;
    right: 5px; }
  .product-item .product-img {
    height: 130px; }
  .product-item .product-name {
    font-size: 14px; }
  .product-item {
    padding: 5px 5px 90px 5px; } }

.slider-section {
  padding: 70px 0 60px; }

.slider-section .title-group {
  margin-bottom: 20px; }

.slider-wrapper {
  overflow: hidden;
  margin-left: -12px;
  margin-right: -12px;
  position: relative;
  z-index: 5; }

.catalog-slider .slick-list {
  padding: 15px 15px;
  margin-left: -12px;
  margin-right: -12px; }

.catalog-slider .slick-track {
  display: flex; }

.catalog-slider .item {
  margin: 0 8px;
  height: auto;
  outline: 0; }

.catalog-slider .item .product-item {
  box-shadow: none; }

.catalog-slider .item.slick-active .product-item {
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.08); }

.together-arrows,
.arrows-holder {
  border: 1px solid #cfd0e1;
  border-radius: 30px;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  background-color: #fff; }

.together-arrows span,
.arrows-holder span {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  transition: all 0.2s ease-in-out;
  z-index: -1; }

.together-arrows .slick-arrow,
.arrows-holder .slick-arrow {
  width: 50px;
  height: 40px;
  background-color: transparent;
  position: relative;
  z-index: 1;
  border: 0;
  transition: all 0.2s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
  outline: 0; }
  .together-arrows .slick-arrow:hover svg,
  .arrows-holder .slick-arrow:hover svg {
    fill: #fff; }
  .together-arrows .slick-arrow svg,
  .arrows-holder .slick-arrow svg {
    width: 15px;
    fill: #212121; }

.together-arrows .slick-arrow.slick-prev span,
.arrows-holder .slick-arrow.slick-prev span {
  transform: skewX(-18deg) scale(1.1); }

.together-arrows .slick-arrow.slick-next span,
.arrows-holder .slick-arrow.slick-next span {
  transform: skewX(-18deg) scale(1.1) translateX(3px);
  border-left: 1px solid #cfd0e1; }

.together-arrows .slick-arrow:hover span,
.together-arrows .slick-arrow:hover span,
.arrows-holder .slick-arrow:hover span,
.arrows-holder .slick-arrow:hover span {
  background: linear-gradient(89.81deg, #BE8FCF 0.17%, #B8B3D9 94.11%); }

@media (max-width: 1399px) {
  .slider-section {
    padding: 50px 0 40px; }
  .catalog-slider .item {
    margin: 0 5px; } }

@media (max-width: 1199px) {
  .slider-section .title-group .h2,
  .slider-section .title-group h2 {
    font-size: 32px; } }

@media (max-width: 991px) {
  .slider-section .title-group .h2,
  .slider-section .title-group h2 {
    font-size: 28px; } }

@media (max-width: 767px) {
  .slider-section {
    padding: 30px 0 30px; } }

@media (max-width: 575px) {
  .catalog-slider .item {
    margin: 0 5px;
    width: 230px; }
  .slider-section .title-group .h2,
  .slider-section .title-group h2 {
    font-size: 24px; }
  .together-arrows .slick-arrow,
  .arrows-holder .slick-arrow {
    width: 40px;
    height: 36px; } }

@media (max-width: 420px) {
  .slider-section {
    padding: 25px 0; }
  .catalog-slider .item {
    width: 220px; } }

@media (max-width: 375px) {
  .product-item .product-img {
    height: 130px; }
  .catalog-slider .item {
    width: 200px; }
  .catalog-slider .product-item .product-img {
    height: 180px; }
  .catalog-slider .product-item {
    padding: 8px 10px 90px 10px; }
  .together-arrows .slick-arrow,
  .arrows-holder .slick-arrow {
    height: 32px; }
  .slider-section .title-group .h2,
  .slider-section .title-group h2 {
    font-size: 20px; } }

.together-slider .slick-list {
  padding: 15px 15px 25px;
  margin-left: -12px;
  margin-right: -12px; }

.together-slider .slick-track {
  display: flex; }

.together-slider .item {
  margin: 0 8px;
  height: auto;
  outline: 0;
  box-shadow: none; }

.title-group.together-title {
  position: relative;
  padding-right: 120px;
  flex-wrap: wrap;
  margin-bottom: 5px; }

.title-group.together-title .h2,
.title-group.together-title h2 {
  width: 100%;
  margin: 0 0 5px; }

.title-group.together-title p {
  color: #74747A; }

.together-title .together-arrows {
  position: absolute;
  top: calc(50% - 21px);
  right: 0; }

@media (max-width: 767px) {
  .together-slider {
    margin-bottom: -30px; } }

@media (max-width: 575px) {
  .title-group.together-title {
    padding-right: 88px; } }

@media (max-width: 420px) {
  .title-group.together-title .h2,
  .title-group.together-title h2 {
    font-size: 22px !important; }
  .title-group.together-title p {
    font-size: 13px; } }

.together-container {
  box-shadow: 0 5px 8px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  background-color: #fff;
  margin-bottom: 5px;
  position: relative;
  padding: 20px 25px;
  z-index: 1;
  min-height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between; }

.together-container .together-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%; }

.together-slider .together-container .plus-sign {
  flex: 0 0 32px; }

.together-container .plus-sign {
  align-self: center;
  margin: 0 15px; }

.together-container .plus-sign img {
  display: block;
  width: 100%; }

.together-container .together-item {
  display: flex;
  flex-wrap: wrap; }

.together-container .together-item .img-block {
  flex: 0 0 160px;
  height: 160px;
  margin: 0 0 5px;
  border-radius: 10px;
  overflow: hidden; }

.together-container .together-item .img-block a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%; }

.together-container .together-item .img-block a img {
  display: block;
  max-width: 100%;
  max-height: 100%; }

.together-container .together-item .text-block {
  max-width: 260px;
  margin-bottom: 10px; }

.together-container .together-item .text-block .title {
  font-size: 15px;
  line-height: 1.2;
  margin: 0; }

.together-container .together-item .text-block .title a {
  text-decoration: none;
  color: inherit; }

.together-container .together-item .text-block .title a:hover {
  text-decoration: underline; }

.together-container .together-item .text-block .descr-text {
  color: #74747a;
  margin: 0 0 10px;
  font-size: 14px; }

.together-container .together-item .product-cost .default-cost span {
  font-size: 18px;
  font-weight: 600; }

.together-container .together-item .product-cost .default-cost,
.together-container .together-item .product-cost .new-cost {
  font-size: 16px;
  line-height: 1; }

.together-container .together-item .product-cost .new-cost span {
  font-size: 18px;
  font-weight: 600; }

.together-container .together-item .product-cost .old-cost {
  display: inline-block;
  color: #74747a;
  font-size: 14px;
  line-height: 1;
  position: relative;
  margin-top: -7px;
  margin-bottom: -7px; }

.together-container .together-item .product-cost .old-cost:after {
  content: '';
  height: 1px;
  left: -1px;
  right: -1px;
  background-color: #74747a;
  position: absolute;
  top: 49%; }

.together-container .together-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
  font-size: 16px;
  width: 100%; }

.together-container .together-calc,
.together-container .together-cost,
.together-container .together-sum {
  display: flex;
  align-items: center; }

.together-container .together-cost .cost-num {
  font-size: 20px;
  font-weight: 600;
  margin-top: -2px; }

.together-container .btn-light {
  width: 160px;
  height: 38px;
  line-height: 36px; }

.together-slider .together-container .btn-light .default-text {
  display: block; }

.together-slider .together-container .btn-light .active-text {
  display: none; }

.together-container .btn-light.added {
  background: linear-gradient(90deg, #68235D 0%, #7D4E7E 26.76%, #8E8FAC 107.05%);
  color: #fff; }

.together-container .btn-light.added .default-text {
  display: none; }

.together-container .btn-light.added .active-text {
  display: block; }

.together-container .cost-text {
  margin-right: 5px; }

.together-container .together-calc .calc-text span {
  font-weight: 700; }

.together-container .total-num {
  font-weight: 700; }

.together-container .together-title {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  color: #fff;
  background-color: #E82D2D;
  writing-mode: vertical-lr;
  transform: scale(-1, -1);
  text-align: center;
  font-size: 14px;
  letter-spacing: 0.5px;
  border-radius: 0 10px 10px 0;
  padding: 0; }

@media (max-width: 1199px) {
  .together-container .together-title {
    font-size: 13px; }
  .together-slider .together-container {
    padding: 20px 50px; }
  .together-slider .together-container .together-item .text-block {
    width: 100%;
    max-width: 100%; }
  .together-slider .together-container .plus-sign {
    margin: 0 50px; } }

@media (max-width: 767px) {
  .together-container .together-title {
    font-size: 12px; }
  .together-slider .together-container {
    padding: 20px; }
  .together-slider .together-container .plus-sign {
    margin: 0 25px; }
  .together-container .together-item .text-block .title {
    font-size: 14px; }
  .together-container .together-item .product-cost .new-cost,
  .together-container .together-item .product-cost .default-cost,
  .together-container .together-item .product-cost .old-cost {
    font-size: 13px; }
  .together-container .together-item .product-cost .old-cost span {
    font-size: 14px; }
  .together-container .together-item .product-cost .new-cost span,
  .together-container .together-item .product-cost .default-cost span {
    font-size: 16px; }
  .together-slider .together-container .together-item {
    flex: 0 0 120px; }
  .together-slider .together-container .plus-sign {
    flex: 0 0 20px;
    max-width: 20px;
    align-self: center; }
  .together-slider .together-container .plus-sign img {
    width: 100%; }
  .together-slider .together-container .together-footer {
    margin-top: 15px; }
  .together-slider .together-container .btn-light {
    width: 100%;
    margin-top: 10px; }
  .together-slider .together-container .together-row {
    align-items: flex-start; }
  .together-slider .together-container .together-item .text-block {
    order: 2;
    width: 100%; }
  .together-slider .together-container .together-item .text-block .descr-text {
    font-size: 13px;
    margin-bottom: 10px; }
  .together-slider .together-container .together-item .product-cost {
    margin-bottom: 10px; }
  .together-slider .together-container .together-item .img-block {
    width: auto;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 5px;
    margin-right: 0;
    height: 120px; }
  .together-container .together-item .text-block .title {
    margin-bottom: 8px; }
  .together-slider .together-container .together-item .img-block a {
    justify-content: flex-start; }
  .together-slider .together-container .together-footer {
    flex-wrap: wrap;
    margin-top: 5px; } }

@media (max-width: 575px) {
  .together-slider .together-container {
    padding: 15px 12px; } }

@media (max-width: 479px) {
  .together-container .plus-sign {
    margin: 0 5px;
    flex: 0 0 24px; }
  .together-container .together-item .text-block .title {
    font-size: 13px; } }

@media (max-width: 375px) {
  .together-slider .together-container .together-item {
    flex: 0 0 110px; } }


.product-page .tabs {
  margin: 50px 0 20px;
  padding: 0px;
  list-style: none;
  display: flex; }

.product-page .tabs li {
  background-color: #fff;
  padding: 8px 15px;
  cursor: pointer;
  font-size: 16px;
  color: #555;
  font-weight: 400;
  position: relative;
  margin: 0 10px 10px 0;
  border-radius: 40px;
  border: 1px solid #A2A4BA; }

.product-page .tabs li a {
  text-decoration: none;
  color: #252525;
  display: block;
  width: 100%;
  height: 100%; }

.product-page .tabs li.current {
  background: linear-gradient(89.81deg, #BF93CF 0.17%, #B8B3D9 94.11%);
  border-color: transparent;
  color: #fff; }

.product-page .tab-pane {
  color: #121212;
  display: block;
  height: 0;
  overflow: hidden; }

.product-page .tab-pane.current {
  height: auto;
  overflow: visible; }

.product-page .tab-content {
  margin-bottom: 50px; }

.product-slider-container {
  padding-top: 5px;
  margin-right: 30px; }

.product-slider-container .badge-sale,
.product-slider-container .badge-new,
.product-slider-container .badge-top {
  position: absolute;
  top: 15px;
  left: 20px;
  z-index: 10;
  font-size: 13px; }

.product-slider {
  margin: 0 auto 15px;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0px 7px 19px #D8DCEF; }

.product-slider.slick-initialized .item {
  display: flex; }

.product-slider .item {
  outline: 0;
  height: 550px;
  display: none;
  background-color: #fff;
  padding: 5px;
  align-items: center;
  justify-content: center; }

.product-slider .item iframe {
  width: 100% !important;
  height: 100% !important;
  border-radius: 20px; }

.product-slider .item:first-child {
  display: flex; }

.product-slider .item picture {
  display: flex;
  justify-content: center;
  align-items: center; }

.product-slider .item a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  outline: 0; }

.product-slider .item a img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  margin: 0 auto;
  border-radius: 20px; }

.product-slider .item .zoom-icon {
  position: absolute;
  right: 5px;
  bottom: 5px;
  width: 50px;
  height: 50px;
  background: url("../img/icons/zoom-icon.svg") no-repeat center;
  background-size: 25px;
  pointer-events: none; }

.product-slider .item.video-item:before {
  content: '';
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 80px;
  height: 80px;
  top: calc(50% - 20px);
  height: 45px;
  background: url(../img/icons/youtube-icon.svg) no-repeat center;
  background-size: contain;
  pointer-events: none; }

.product-slider-nav {
  padding-top: 20px;
  margin: 0 auto;
  width: 480px;
  padding: 0 25px; }

.product-slider-nav .slick-list {
  padding: 10px 0; }

.product-slider-nav .slick-track {
  display: flex; }

.product-slider-nav.slick-initialized .item {
  opacity: 1; }

.product-slider-nav .item {
  border: 1px solid #fff;
  margin: 0 10px;
  outline: none;
  position: relative;
  cursor: pointer;
  opacity: 0;
  height: 124px;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px;
  border-radius: 5px;
  box-shadow: 0px 5px 8px #D8DCEF; }

.product-slider-nav .item picture {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center; }

.product-slider-nav .item.slick-current {
  border: 1px solid #BF93CF; }

.product-slider-nav .item img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  margin: 0 auto; }

.product-slider-nav .item.video-item:before {
  content: '';
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 60px;
  height: 50px;
  top: calc(50% - 20px);
  height: 45px;
  background: url(../img/icons/youtube-icon.svg) no-repeat center;
  background-size: 50px;
  pointer-events: none; }

.product-slider-nav .slick-arrow {
  position: absolute;
  top: 0;
  z-index: 10;
  height: 100%;
  width: 20px;
  border: 0;
  outline: 0;
  cursor: pointer;
  background-color: transparent; }

.product-slider-nav .slick-arrow:before {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  top: calc(50% - 12px);
  margin: 0 auto; }

.product-slider-nav .slick-arrow.prev-arrow {
  left: 0; }

.product-slider-nav .slick-arrow.prev-arrow:before {
  left: 0;
  border-right: 12px solid #C4C4C4; }

.product-slider-nav .slick-arrow.next-arrow {
  right: 0; }

.product-slider-nav .slick-arrow.next-arrow:before {
  right: 0;
  border-left: 12px solid #C4C4C4; }

.product-slider-nav .slick-arrow:hover.prev-arrow:before {
  border-right: 12px solid #BF93CF; }

.product-slider-nav .slick-arrow:hover.next-arrow:before {
  border-left: 12px solid #BF93CF; }

.product-page .fancybox-content {
  border: 10px solid #fff;
  background-color: #fff; }

.product-description {
  padding-top: 10px; }

.product-description .product-code {
  font-size: 16px;
  color: #74747A;
  margin: -10px 0 10px; }

.product-description .product-code span {
  font-weight: 600;
  color: #121212; }

.product-description .subtitle {
  margin-bottom: 10px; }

.product-description .product-availability {
  font-size: 14px;
  margin: 10px 0 12px;
  display: flex;
  justify-content: space-between; }

.product-description .product-availability .available {
  color: #3CA42B; }

.product-description .product-availability .not-available {
  color: #74747a; }

.product-description .h1,
.product-description h1 {
  font-size: 32px;
  font-weight: 600;
  margin: -5px 0 15px;
  line-height: 1.3; }

.product-description p {
  margin: 0 0 10px; }

.product-description ul {
  margin: 10px 0 15px;
  padding-left: 15px;
  font-size: 14px; }

.product-description .stars-block {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  margin-bottom: 15px;
  cursor: pointer; }

.product-description .stars-block p {
  margin: 2px 0 0;
  margin-left: 7px;
  font-size: 14px; }

.product-description .stars-block p span {
  font-weight: 600; }

.product-description .stars-block p:hover {
  text-decoration: underline; }

.product-description .stars-block .item-stars {
  height: 20px; }

.product-description .stars-block .full-star {
  font-size: 0;
  white-space: nowrap;
  display: inline-block;
  vertical-align: top;
  width: 20px;
  height: 20px;
  overflow: hidden;
  background: url(../img/icons/full-star.png) no-repeat center;
  background-size: contain; }

.product-description .stars-block .half-star {
  font-size: 0;
  white-space: nowrap;
  display: inline-block;
  vertical-align: top;
  width: 20px;
  height: 20px;
  overflow: hidden;
  background: url(../img/icons/half-star.png) no-repeat center;
  background-size: contain; }

.product-description .stars-block .empty-star {
  font-size: 0;
  white-space: nowrap;
  display: inline-block;
  vertical-align: top;
  width: 20px;
  height: 20px;
  overflow: hidden;
  position: relative;
  background: url(../img/icons/empty-star.png) no-repeat center;
  background-size: contain; }

.product-page .product-description .default-cost {
  font-size: 18px; }

.product-page .product-description .default-cost span {
  font-size: 28px;
  font-weight: 700; }

.product-description .new-cost {
  font-size: 20px;
  line-height: 1;
  margin-bottom: 10px; }

.product-description .new-cost span {
  font-size: 28px;
  font-weight: 700; }

.product-description .old-cost {
  display: inline-block;
  vertical-align: bottom;
  color: #74747a;
  font-size: 20px;
  line-height: 1;
  position: relative; }

.product-description .old-cost span {
  font-size: 18px;
  font-weight: 600; }

.product-description .old-cost:after {
  content: '';
  height: 1px;
  left: -1px;
  right: -1px;
  background-color: #747474;
  position: absolute;
  top: 49%; }

.product-description .buttons-box {
  margin: 20px 0 30px;
  display: flex;
  align-items: center; }

.product-description .btn-light {
  width: 220px;
  padding: 0 8px;
  height: 46px;
  font-size: 17px;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: normal;
  background: #fff;
  border: 1px solid #A2A4BA;
  color: #121212; }

.product-description .btn-light:hover {
  background-color: #A2A4BA;
  color: #fff; }

.product-description .btn-primary {
  width: 220px;
  display: flex;
  height: 46px;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
  padding: 0 8px;
  font-size: 18px; }

.product-description .btn-primary span {
  margin-right: 10px; }

.product-description .btn-primary .default-text {
  display: block; }

.product-description .btn-primary .default-icon {
  display: block; }

.product-description .btn-primary .active-text {
  display: none; }

.product-description .btn-primary .active-icon {
  width: 20px;
  display: none; }

.product-description .btn-primary.added .default-icon {
  display: none; }

.product-description .btn-primary.added .active-icon {
  display: block; }

.product-description .btn-primary.added .default-text {
  display: none; }

.product-description .btn-primary.added .active-text {
  display: block; }

.product-description .btn-primary.added {
  background: linear-gradient(90deg, #68235D 0%, #7D4E7E 26.76%, #8E8FAC 107.05%);
  color: #fff; }

.product-description .btn-choose {
  flex: 0 0 46px;
  height: 46px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1px 0 0;
  border: 0;
  background: linear-gradient(89.81deg, #BE8FCF 0.17%, #B8B3D9 94.11%);
  margin-left: 20px;
  transition: 0.25s;
  border-radius: 50%; }

.product-description .btn-choose .default-icon {
  display: block; }

.product-description .btn-choose .active-icon {
  display: none; }

.product-description .btn-choose.added {
  background: linear-gradient(90deg, #68235D 0%, #7D4E7E 26.76%, #8E8FAC 107.05%); }

.product-description .btn-choose.added .default-icon {
  display: none; }

.product-description .btn-choose.added .active-icon {
  display: block; }

.product-description .properties-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 30px 0; }

  .loaded-buttons {
    display: flex;
  flex-wrap: wrap;
  align-items: center;
  }

  .products_all {
    max-height: 360px;
    overflow-y: auto;
    margin: 30px 0 20px;
    width: 100%;
    padding: 0 0 10px;
  }

  .products_all table {
    width: 100%;
    margin: 0!important;
  }

  .products_in {
    margin-bottom: 15px;
    margin-right: 15px;
    text-align: center;
    font-size: 14px;
  }

  .products_in td:first-child {
    width: 50px;
  }

  .products_in td:last-child {
    width: 220px;
  }

  .head-tr {
    display: none!important;
  }

  .head-tr:first-child {
    display: table-row!important;
  }

  .products_all .head-tr th {
    text-align: center;
    background-color: #fff;
    border: 0!important;
    padding: 8px 3px;
  }


  .products_all table tr.products_in:nth-of-type(even) td {
    background-color: #EDF0FF;
  }

  .products_all table tr.products_in:nth-of-type(odd) td {
    background-color: #fff;
  }

  .product-description .products_in .btn-primary {
    font-size: 14px;
    height: 36px;
    width: 100%;
    margin: 0;
  }

  .mini-img {
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
  }

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

  .mini-price span {
    font-weight: 700;
  }


.product-description .property-item {
  margin-right: 30px;
  position: relative; }

.product-description .select-container {
  display: block;
  margin-right: 20px; }

.product-description .select-container .select-label {
  display: block;
  font-size: 14px;
  color: #121212;
  font-weight: 500;
  margin-left: 10px; 
  margin-bottom: 3px;
}

.product-description .select-container .select-button {
  width: 140px; }

  .product-description .select-container .select-dropdown {
    width: 100%;
  }

  .product-description .select-container .select-dropdown li a {
    padding: 5px 8px;
  }

.product-description .property-item > .h4 {
  margin-bottom: 5px;
  font-size: 18px;
  width: 100%; }

.product-page .product-description .checkbox-item {
  position: relative;
  margin-right: 8px; }

.product-description .checkbox-item span {
  display: block;
  width: 100%;
  height: 100%;
  position: relative; }

.product-description .checkbox-item span:after {
  content: '';
  position: absolute;
  top: -3px;
  left: -3px;
  right: -3px;
  bottom: -3px;
  border: 1px solid #480D3F;
  border-radius: 50%;
  display: none; }

.product-description .checkbox-item.active span:after {
  display: block; }

.product-description .checkbox-item input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0; }

.product-description .checkbox-item input:checked ~ label span:after {
  display: block; }

.product-description .checkbox-item label {
  display: inline-block;
  cursor: pointer;
  border-radius: 50%;
  width: 32px;
  height: 32px; }

.product-description a.checkbox-item {
  display: inline-block;
  cursor: pointer;
  text-decoration: none;
  color: #555;
  border-radius: 50%;
  width: 32px;
  height: 32px; }

.product-description .calc-holder .h4 {
  margin-bottom: 5px;
  font-size: 17px;
  font-weight: 500; }

.product-description .calc-block {
  display: inline-block;
  vertical-align: middle;
  width: 110px;
  height: 42px;
  position: relative;
  overflow: hidden; }

.product-description .calc-block .amount-control {
  display: block;
  margin: auto;
  height: 42px;
  width: 45px;
  text-align: center;
  font-size: 16px;
  line-height: 38px;
  border: 0;
  padding: 0 5px;
  outline: 0;
  background-color: transparent;
  font-weight: 500; }

.product-description .calc-block .increase-btn,
.product-description .calc-block .decrease-btn {
  position: absolute;
  top: 0;
  height: 42px;
  width: 42px;
  padding: 0;
  background: transparent;
  border: 0;
  outline: none;
  cursor: pointer;
  border: 1px solid #ACAFC9;
  background-color: #fff;
  border-radius: 50%; }

.product-description .calc-block .increase-btn:hover,
.product-description .calc-block .decrease-btn:hover {
  border-color: #B8B3D9;
  background-color: #B8B3D9; }

.product-description .calc-block .increase-btn:hover:before,
.product-description .calc-block .increase-btn:hover:after,
.product-description .calc-block .decrease-btn:hover:before,
.product-description .calc-block .decrease-btn:hover:after {
  background-color: #fff; }

.product-description .calc-block .increase-btn {
  right: 0; }

.product-description .calc-block .increase-btn:before,
.product-description .calc-block .increase-btn:after {
  content: '';
  background: #212121;
  position: absolute; }

.product-description .calc-block .increase-btn:before {
  top: 19px;
  left: 13px;
  width: 15px;
  height: 1px; }

.product-description .calc-block .increase-btn:after {
  top: 12px;
  left: 20px;
  width: 1px;
  height: 15px; }

.product-description .calc-block .decrease-btn {
  left: 0; }

.product-description .calc-block .decrease-btn:after {
  content: '';
  width: 14px;
  height: 1px;
  background: #212121;
  position: absolute;
  top: 19px;
  left: 13px; }

.description-toggle {
  position: absolute;
  bottom: 5px;
  left: 0;
  right: 0;
  width: 94px;
  margin: 0 auto;
  z-index: 5;
  cursor: pointer;
  display: none;
  color: #4B1345;
  font-size: 14px; }

.description-toggle:after {
  content: '';
  width: 0;
  height: 0;
  border-top: 5px solid #262626;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  position: absolute;
  right: -3px;
  top: calc(50% - 1px);
  transform-origin: center;
  transition: 0.25s; }

.description-toggle .default-state {
  display: block; }

.description-toggle .active-state {
  display: none; }

.description-toggle.active:after {
  transform: rotate(180deg); }

.description-toggle.active .default-state {
  display: none; }

.description-toggle.active .active-state {
  display: block; }

.product-text-container {
  max-height: 220px;
  overflow: hidden;
  position: relative;
  padding-bottom: 25px; }

.product-text-container.hidden:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 90px;
  z-index: 1;
  background: linear-gradient(180deg, rgba(237, 240, 255, 0.1) 0%, rgba(237, 240, 255, 0.896094) 34.9%, #EDF0FF 100%); }

.product-text-container.hidden .description-toggle {
  display: block; }

.product-text-container.active {
  max-height: none; }

.product-text-container.active:after {
  display: none; }

.product-text-container h4,
.product-text-container .h4 {
  margin: 0 0 10px; }

.product-text-container p {
  font-size: 14px;
  margin: 0 0 15px; }

.product-page .product-text-container.hidden .description-toggle {
  display: block; }

.product-page .product-text-container.active {
  max-height: none; }

.product-page .product-text-container.active:after {
  display: none; }

.product-page .product-text-container h4,
.product-page .product-text-container .h4 {
  margin: 0 0 10px; }

.product-description ul,
.product-description ol {
  padding-left: 20px;
  display: inline-block;
  vertical-align: top;
  margin: -5px 0 10px; }

.product-descriptionul li,
.product-description ol li {
  margin-bottom: 5px; }

.product-description ul li::marker,
.product-description ol li::marker {
  color: #9c5b9e;
  font-weight: 600; }

.product-page table {
  border-collapse: separate;
  border-spacing: 0;
  box-shadow: 0px 7px 19px #D8DCEF;
  width: 100%;
  margin: 5px 0 10px;
  font-size: 14px; }

.product-page table tr th,
.product-page table tr td {
  padding: 5px; }

.product-page table tr:first-child th:first-child,
.product-page table tr:first-child th:last-child,
.product-page table tr:first-child td:first-child,
.product-page table tr:first-child td:last-child {
  border-top: 8px solid #fff; }

.product-page table tr:last-child td:first-child,
.product-page table tr:last-child td:last-child {
  border-bottom: 8px solid #fff; }

.product-page table tr th:first-child,
.product-page table tr td:first-child {
  border-left: 8px solid #fff; }

.product-page table tr th:last-child,
.product-page table tr td:last-child {
  border-right: 8px solid #fff; }

.product-page table tr th {
  background: #eee;
  border-top: 5px solid #fff;
  text-align: left; }

.product-page table td {
  background-color: #fff; }

/* top-left border-radius */
.product-page table tr:first-child td:first-child {
  border-top-left-radius: 10px; }

/* top-right border-radius */
.product-page table tr:first-child td:last-child {
  border-top-right-radius: 10px; }

/* bottom-left border-radius */
.product-page table tr:last-child td:first-child {
  border-bottom-left-radius: 10px; }

/* bottom-right border-radius */
.product-page table tr:last-child td:last-child {
  border-bottom-right-radius: 10px; }

.product-page table tr:nth-of-type(odd) td {
  background-color: #EDF0FF; }

.product-page .product-text-container p {
  font-size: 14px;
  margin: 0 0 15px; }

.product-col {
  padding-left: 40px; }

.product-col .h2 {
  font-size: 24px;
  font-weight: 500; }

.product-col .product-description {
  padding-left: 0; }

.product-col .product-description h2,
.product-col .product-description .h2 {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 20px; }

.product-page .sticky-box {
  position: sticky;
  top: 90px; }

.product-page .lg-tab-img {
  margin-bottom: 20px;
  padding: 10px;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 0px 7px 19px #D8DCEF;
  height: 550px; }

.product-page .lg-tab-img img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  margin: 0 auto;
  border-radius: 20px; }

.product-page .review-item {
  padding: 20px;
  margin-bottom: 10px;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 0px 7px 19px #D8DCEF; }

.product-page .review-item .item-head {
  position: relative;
  margin-bottom: 10px;
  padding-right: 80px; }

.product-page .review-item .item-head .item-name {
  font-size: 17px;
  font-weight: 600; }

.product-page .review-item .item-head .item-date {
  position: absolute;
  right: 0;
  top: 5px;
  font-size: 12px;
  color: #888; }

.product-page .review-item .item-stars {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  margin-bottom: 8px; }

.product-page .review-item .item-stars span {
  margin-right: 5px; }

.product-page .review-item .item-stars p {
  margin: 2px 0 0;
  margin-left: 7px;
  font-size: 15px; }

.product-page .review-item .item-stars .full-star {
  font-size: 0;
  white-space: nowrap;
  display: inline-block;
  vertical-align: top;
  width: 14px;
  height: 14px;
  overflow: hidden;
  background: url(../img/icons/full-star.png) no-repeat center;
  background-size: contain; }

.product-page .review-item .item-stars .half-star {
  font-size: 0;
  white-space: nowrap;
  display: inline-block;
  vertical-align: top;
  width: 14px;
  height: 14px;
  overflow: hidden;
  background: url(../img/icons/half-star.png) no-repeat center;
  -webkit-background-size: contain;
  background-size: contain; }

.product-page .review-item .item-stars .empty-star {
  font-size: 0;
  white-space: nowrap;
  display: inline-block;
  vertical-align: top;
  width: 14px;
  height: 14px;
  overflow: hidden;
  position: relative;
  background: url(../img/icons/empty-star.png) no-repeat center;
  background-size: contain; }

.product-page .review-item .review-text {
  margin: 10px 0; }

.product-page .review-item .plus-box,
.product-page .review-item .minus-box {
  display: flex; }

.product-page .review-item .plus-box .plus-title {
  font-weight: 600;
  color: #159A54;
  margin-right: 5px; }

.product-page .review-item .minus-box .minus-title {
  font-weight: 600;
  margin-right: 5px;
  color: #ff6f6f; }

.product-page .review-item .admin-response {
  margin-top: 15px;
  margin-left: 20px;
  border-left: 2px solid #c2c2c2;
  padding: 5px 0 1px 10px; }

.product-page .review-item .admin-response .item-name {
  color: #555; }

.product-page .review-form-container {
  padding: 40px 150px 60px;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 0px 7px 19px 0px #D8DCEF; }

.product-page .review-form-container .h3 {
  text-align: center; }

.product-page .review-form-container .form-group {
  margin-bottom: 0;
  position: relative; }

.product-page .review-form-container .form-group label {
  margin-bottom: 1px; }

.product-page .review-form-container .form-group textarea {
  resize: vertical; }

.product-page .review-form-container .form-group textarea.form-control {
  min-height: 140px;
  padding: 10px;
  margin-bottom: 0; }

.product-page .review-form-container .btn-primary {
  width: 100%;
  display: block;
  margin-top: 8px;
  height: 42px;
  display: flex;
  justify-content: center;
  align-items: center; }

.product-page .review-form-container .raiting-group {
  margin: 0 0 10px 10px;
  font-size: 14px;
  font-weight: 500; }

.product-page .review-form-container .star-rating {
  font-size: 0;
  white-space: nowrap;
  display: inline-block;
  vertical-align: top;
  width: 120px;
  height: 20px;
  overflow: hidden;
  position: relative;
  background: url("../img/icons/empty-yellow-star.png") repeat-x;
  background-size: contain; }

.product-page .review-form-container .star-rating i {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 20%;
  z-index: 1;
  background: url("../img/icons/full-yellow-star.png") repeat-x;
  -webkit-background-size: contain;
  background-size: contain; }

.product-page .review-form-container .star-rating input {
  -moz-appearance: none;
  -webkit-appearance: none;
  opacity: 0;
  display: inline-block;
  width: 20%;
  height: 100%;
  margin: 0;
  padding: 0;
  z-index: 2;
  position: relative;
  cursor: pointer; }

.product-page .review-form-container .star-rating input:hover + i,
.product-page .review-form-container .star-rating input:hover + label + i,
.product-page .review-form-container .star-rating input:checked + i,
.product-page .review-form-container .star-rating input:checked + label + i {
  opacity: 1; }

.product-page .review-form-container .star-rating input.error + i,
.product-page .review-form-container .star-rating input.error + label + i,
.product-page .review-form-container .star-rating input.error + i,
.product-page .review-form-container .star-rating input.error + label + i {
  opacity: 1;
  filter: hue-rotate(81deg); }

.product-page .review-form-container .star-rating i ~ i {
  width: 40%; }

.product-page .review-form-container .star-rating i ~ i ~ i {
  width: 60%; }

.product-page .review-form-container .star-rating i ~ i ~ i ~ i {
  width: 80%; }

.product-page .review-form-container .star-rating i ~ i ~ i ~ i ~ i {
  width: 100%; }

.description-detail.text-container {
  padding-top: 0; }

.description-detail .title-group {
  justify-content: center;
  margin: 30px 0 15px; }

.description-detail .title-group .h2,
.description-detail .title-group h2 {
  font-family: 'Open Sans', Arial, sans-serif; }

.product-page .text-container p {
  font-size: 14px; }

.product-page .text-container ul,
.product-page .text-container ol {
  font-size: 14px; }

.product-page .text-container a {
  color: #BF93CF; }

.product-page .text-container .h1,
.product-page .text-container h1 {
  text-align: center;
  font-size: 36px;
  font-weight: 500;
  margin: 0 0 30px; }

.product-page .text-container .h2,
.product-page .text-container h2 {
  font-size: 28px;
  margin: 0 0 20px; }

@media (max-width: 1699px) {
  .product-slider .item {
    height: 500px; }
  .product-page .lg-tab-img {
    height: 500px; } }

@media (max-width: 1399px) {
  .product-page .product-description .h1,
  .product-page .product-description h1 {
    font-size: 28px; }
  .product-slider-container {
    width: 520px; }
  .product-page .product-description {
    padding-left: 70px; }
  .product-page .product-description .btn-primary {
    margin-right: 15px; }
  .product-page .product-description .btn-choose {
    margin-left: 15px; }
  .product-page .lg-tab-img {
    height: 437px; }
  .product-page .product-col .product-description {
    padding-left: 0; }
  .product-page .product-col .btn-light,
  .product-page .product-col .btn-primary {
    font-size: 14px; }
  .product-col .product-description h2, .product-col .product-description .h2 {
    font-size: 20px; }
  .product-page .text-container .h2, .product-page .text-container h2 {
    font-size: 24px; }
  .product-slider .item {
    height: 520px; } 

    .products_in td:last-child {
      width: 120px;
    }

    .product-description .products_in .btn-primary {
      width: 120px;
      margin-right: 0;
    }
  }

@media (max-width: 1199px) {
  .product-page .product-description h1,
  .product-page .product-description .h1 {
    font-size: 24px; }
  .product-page .product-col {
    padding-left: 15px; }
  .product-page .product-col .product-description {
    margin-left: 0;
    padding-top: 0; }
  .product-page .product-description {
    padding-left: 0;
    margin-left: -40px; }
  .product-page .product-description .btn-primary,
  .product-page .product-description .btn-light {
    font-size: 14px; }
  .product-page .product-description .btn-choose {
    flex: 0 0 48px; }
  .product-page .product-description .property-item {
    margin-bottom: 20px;
    margin-right: 15px; }
  .product-description .select-container {
    margin-bottom: 20px;
    margin-right: 15px; }
  .product-description .calc-holder {
    margin-bottom: 20px;
    margin-right: 15px; }
  .product-page .slider-section .h2,
  .product-page .slider-section h2 {
    font-size: 24px; }
  .product-page .product-slider-container {
    width: 100%;
    padding-right: 50px; }
  .product-page .review-form-container {
    padding: 30px 50px 40px; }
  .product-slider .item {
    height: 490px; }
  .product-page .lg-tab-img {
    height: 375px; } 

    .products_in {
      font-size: 13px;
    }

    .products_in td:first-child {
      width: 30px;
    }

    .mini-img {
      width: 30px;
      height: 30px;
    }

    .products_in td:last-child {
      width: 100px;
    }

    .product-description .products_in .btn-primary {
      width: 100px;
    }
  }

@media (max-width: 991px) {
  .product-page #wrapper {
    overflow: hidden; }
  .product-page .tabs {
    margin-top: 30px;
    margin-bottom: 40px; }
  .product-page .tabs li {
    font-size: 16px;
    width: calc(50% - 10px);
    text-align: center;
    margin: 0 5px; }
  .product-page .col-lg-7.col-xl-6 {
    margin-bottom: 20px; }
  .product-page .product-slider-container {
    padding: 0;
    margin: 0 auto 30px;
    position: relative; }
  .product-page .product-slider-container .badge-sale,
  .product-page .product-slider-container .badge-new,
  .product-page .product-slider-container .badge-top {
    top: -1px;
    right: auto;
    left: 0; }
  .product-page .product-slider-container .product-choose {
    width: 24px;
    top: 12px; }
  .product-page .product-slider-container .product-choose .choose-text {
    display: none; }
  .product-page .product-slider {
    margin: 0 auto 10px;
    border: 0;
    width: 500px; }
  .product-page .product-slider-nav {
    position: relative;
    width: 460px;
    margin: 0 auto; }
  .product-slider-nav .slick-list {
    padding: 10px 30px !important; }
  .product-page .product-slider-nav .item {
    margin: 0 7px;
    height: 120px;
    width: 122px; }
  .product-page .product-slider-nav .slick-arrow {
    width: 30px;
    height: 120px;
    top: 10px; }
  .product-page .product-slider-nav .slick-arrow.prev-arrow {
    right: auto; }
  .product-page .product-slider-nav .slick-arrow.next-arrow {
    left: auto; }
  .product-page .product-description {
    margin-left: 0; }
  .product-page .product-description .product-cost {
    display: flex;
    align-items: flex-end; }
  .product-page .product-description .product-cost .old-cost {
    margin-right: 10px; }
  .product-page .product-description .product-cost .new-cost {
    margin-bottom: -1px; }
  .product-page .product-col {
    display: none; }
  .product-description .select-container .select-label,
  .product-description .calc-holder .h4 {
    font-size: 14px; }
  .product-page .product-description {
    margin-top: 40px; } }

@media (max-width: 767px) {
  .product-page .tabs li {
    font-size: 14px;
    font-weight: 500; }
  .product-slider .item {
    height: 420px; }
  .product-page .product-slider-nav {
    height: 100px;
    width: 390px; }
  .product-page .product-slider-nav .item {
    width: 100px;
    height: 100px;
    padding: 3px; }
  .product-page .product-slider-nav .slick-arrow {
    height: 100px; }
  .product-page .product-slider-container {
    margin-bottom: 0;
    width: 420px;
    margin: 0 auto; }
  .product-page .product-slider {
    width: 100%; }
  .product-page .nav-tabs {
    margin: 5px 0 20px; }
  .product-page .nav-tabs .nav-item .nav-link {
    font-size: 12px;
    padding: 5px 10px; }
  .product-page .breadcrumb {
    width: 100%;
    margin-bottom: 10px;
    flex-wrap: nowrap; }
  .product-page .breadcrumb .breadcrumb-item:last-child {
    display: none; }
  .product-page .review-form-container {
    padding: 20px 30px 30px; }
  .product-page .review-form-container .h3 {
    font-size: 20px; }
  .product-page .catalog-slider-container {
    padding: 20px 0 80px; }
  .product-page .description-detail {
    margin: 15px 0; }
  .product-page .description-detail h2 {
    line-height: 1.2; }
  .product-page .text-container .h2,
  .product-page .text-container h2 {
    font-size: 20px; }
  .product-page .description-detail p,
  .product-page .description-detail h1,
  .product-page .description-detail h2,
  .product-page .description-detail h3,
  .product-page .description-detail h4,
  .product-page .description-detail h5 {
    clear: both; }
  .product-page .description-img img {
    height: 120px; } 

    .products_all {
      margin-top: 5px;
    }

    .head-tr:first-child {
      display: none!important;
    }

    .products_all table, 
    .products_all tbody {
      display: block;
      width: 100%;
      border: 0;
    }

    .products_all table tr {
      display: flex;
      flex-direction: column;
      margin-bottom: 20px;
      border-radius: 5px;
      margin: 0 0 30px;
      overflow: hidden;
      background-color: #fff;
    }

    .products_all table td {
      display: flex !important;
      justify-content: space-between;
      white-space: normal !important;
      max-width: 100% !important;
      width: 100%;
      max-height: none !important;
      text-align: right;
      border: 0;
      border-top: 0 !important;
      border-bottom: 1px dashed #989393;
      align-items: center;
    }

    .products_all table td:last-child {
      border-bottom: 0;
      border-right: 0!important;
    }

    .products_all table td:before {
      content: attr(data-label);
      text-transform: uppercase;
      font-weight: bold;
      text-align: left;
      margin-right: 8px;
    }

    .products_in td:first-child,
    .products_in td:last-child {
      width: 100%;
    }

    .product-description .products_in .btn-primary {
      width: 120px;
    }
    

    .products_all table tr:nth-of-type(odd) td,
    .products_all table tr:nth-of-type(even) td {
      background-color: transparent!important;
    }


    .products_all table tr td:first-child {
      border-left: 0!important;
    }
  }

@media (max-width: 575px) {
  .product-page .product-description .product-code {
    font-size: 14px; }
  .product-page .product-description h1,
  .product-page .product-description .h1 {
    font-size: 22px;
    margin-bottom: 15px; }
  .product-page .tabs {
    white-space: nowrap;
    margin: 30px -5px 40px;
    justify-content: center; }
  .product-page .tabs li {
    font-size: 14px;
    padding: 8px 5px; }
  .product-description .properties-row {
    margin: 20px 0 10px; }
  .product-page .catalog-slider-container {
    padding: 40px 0 0;
    width: 420px; }
  .product-page .modal-content .modal-header h5 {
    font-size: 18px; }
  .product-page .modal-content .modal-body {
    padding: 5px 15px 30px; }
  .product-page .product-slider .item {
    height: 420px; }
  .product-page .product-slider-nav {
    padding: 0 32px; }
  .product-page .product-slider-nav .slick-arrow.prev-arrow {
    left: 0; }
  .product-page .product-slider-nav .slick-arrow.prev-arrow:before {
    left: 12px; }
  .product-page .product-slider-nav .slick-arrow.next-arrow {
    right: 0; }
  .product-page .product-slider-nav .slick-arrow.next-arrow:before {
    right: 12px; }
  .product-page .product-description .product-code {
    margin-top: 0; }
  .product-page .product-description .buttons-box {
    flex-wrap: wrap;
    align-items: flex-start; }
  .product-page .product-description .buttons-box .btn-primary {
    width: 100%;
    margin: 0 0 15px;
    font-size: 16px; }
  .product-page .product-description .buttons-box .btn-light {
    display: inline-flex;
    margin: 0;
    flex-grow: 1;
    width: auto;
    font-size: 16px; }
  .product-page .product-description .buttons-box .btn-choose {
    display: inline-flex; }
  .product-page .product-description .product-availability {
    text-align: left;
    margin-top: 0;
    margin-bottom: 15px; }
  .product-page .product-description .property-item {
    margin-bottom: 20px; }
  .product-page .product-description .calc-holder {
    width: 100%; }
  .product-page .description-toggle:after {
    right: -4px; }
  .product-page .slider-section .h2,
  .product-page .slider-section h2 {
    margin-bottom: 10px; }
  .product-page .review-item {
    padding: 10px; }
  .product-page .review-item .admin-response {
    margin-left: 10px; }
  .product-page .together-cheaper {
    padding-top: 30px; }
  .product-page .description-detail .title-group .h2,
  .product-page .description-detail .title-group h2 {
    text-align: left; }
  .product-page .breadcrumb .breadcrumb-item:first-child {
    display: none; } }

@media (max-width: 479px) {
  .product-page .tabs li {
    font-size: 13px;
    font-weight: 600;
    width: auto;
    padding: 8px 15px; }
  .product-page .product-slider-container {
    width: 320px; }
  .product-page .product-slider-container .badge-sale,
  .product-page .product-slider-container .badge-new,
  .product-page .product-slider-container .badge-top {
    left: 0; }
  .product-page .product-slider .item {
    height: 320px; }
  .product-page .product-description .new-cost span {
    font-size: 22px; }
  .product-page .product-description .old-cost span {
    font-size: 18px; }
  .product-page .tab-pane .product-code {
    bottom: 100px;
    font-size: 12px; }
  .product-page .product-slider-nav {
    height: 85px;
    padding: 0 32px;
    margin: 0 -12px;
    width: calc(100% + 24px); }
  .product-page .product-slider-nav .item {
    width: 85px;
    height: 85px; }
  .product-page .product-slider-nav .slick-arrow {
    height: 85px; }
  .product-page .review-form-container {
    padding: 20px 15px 20px; }
  .product-page .review-form-container .h3 {
    font-size: 20px; }
  .product-page .description-img img {
    height: 100px; } 

    .loaded-buttons {
      width: 100%;
    }

    .product-description .select-container {
      width: 100%;
      margin-right: 0;
    }

    .products_all {
      margin-top: 20px;
      justify-content: space-between;
    }

    .product-description .select-container .select-button {
      width: 100%;
    }

    .product-description .products_in .btn-primary {
      width: 150px;
    }
  }

@media (max-width: 375px) {
  .product-page .tabs li {
    font-size: 13px;
    padding: 8px; }
  .product-page .product-slider-container {
    width: 300px; }
  .product-page .product-slider .item {
    height: 300px; }
  .product-page .product-slider-nav .slick-arrow.next-arrow {
    right: -10px; }
  .product-page .product-slider-nav {
    padding: 0 25px; }
  .product-page .product-slider-nav .item {
    margin: 0 4px; }
  .product-page .product-slider-nav .slick-arrow.prev-arrow {
    left: -10px; } }

.cart-head {
  display: flex;
  background-color: #D8DCEF;
  padding: 13px 0;
  color: #4F4F4F;
  font-weight: 500;
  text-align: center;
  border-radius: 10px;
  margin-bottom: 10px; }

.cart-head .img-cell {
  flex: 0 0 165px; }

.cart-head .name-cell {
  flex: 0 0 280px; }

.cart-head .cost-cell {
  flex: 0 0 150px; }

.cart-head .calc-cell {
  flex: 0 0 210px; }

.cart-head .sum-cell {
  flex: 0 0 160px; }

.cart-page .cart-container {
  margin-right: 50px;
  margin-bottom: 50px; }

.cart-page .cart-item {
  box-shadow: 0px 7px 19px #D8DCEF;
  border-radius: 10px;
  background-color: #fff;
  margin-bottom: 5px; }

.cart-page .cart-footer {
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0px 7px 19px #D8DCEF;
  padding: 25px 35px;
  margin-left: -35px; }

.cart-page .cart-footer .delivery-text {
  font-size: 13px;
  color: #9e6c98;
  margin: 10px 0;
  font-weight: 500; }

.cart-page .cart-footer .cost-table {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 25px; }

.cart-page .cart-footer .cost-table span {
  background-color: #fff;
  position: relative;
  bottom: -7px;
  z-index: 1;
  display: inline-block; }

.cart-page .cart-footer .cost-table .red-text {
  color: #DE3D3D; }

.cart-page .cart-footer .cost-table strong {
  font-size: 20px;
  font-weight: 600; }

.cart-page .cart-footer .cost-table td {
  padding: 3px 0;
  border-bottom: 1px dotted #BBB; }

.cart-page .cart-footer .cost-table td:last-child {
  text-align: right;
  font-weight: 600; }

.cart-page .cart-footer .btn-primary,
.cart-page .cart-footer .btn-light {
  width: 100%;
  height: 48px;
  margin-bottom: 15px;
  font-weight: 400;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center; }

.cart-page .cart-footer .btn-light {
  background: #fff;
  border: 1px solid #A2A4BA;
  color: #121212; }

.cart-page .cart-footer .btn-light:hover {
  background-color: #A2A4BA;
  color: #fff; }

.cart-page .cart-footer .btn-success {
  margin-bottom: 15px; }

.cart-page .cart-item {
  padding: 10px 35px 10px 10px;
  position: relative;
  width: 100%;
  display: flex;
  align-items: center; }

.cart-page .cart-item:first-child {
  border-bottom: 0; }

.cart-page .cart-item .text-block {
  margin-right: 30px;
  width: 250px; }

.cart-page .cart-item .calc-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: -15px; }

.cart-page .cart-item .img-block {
  flex: 0 0 120px;
  height: 120px;
  margin-right: 30px;
  overflow: hidden;
  transition: 0.3s;
  border-radius: 10px;
  overflow: hidden; }

.cart-page .cart-item .img-block a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%; }

.cart-page .cart-item .img-block img {
  display: block;
  margin: auto;
  max-width: 100%;
  max-height: 100%; }

.cart-page .cart-item .img-block:hover,
.cart-page .cart-item .img-block:focus {
  opacity: 0.7; }

.cart-page .cart-item .title {
  margin: 0 0 5px;
  max-width: 300px;
  font-weight: 500;
  line-height: 1.3; }

.cart-page .cart-item .title a {
  color: inherit;
  text-decoration: none; }

.cart-page .cart-item .title a:hover {
  text-decoration: underline; }

.cart-page .cart-item .descr-text {
  color: #74747A; }

.cart-page .cart-item .product-sum,
.cart-page .cart-item .product-cost {
  margin: 0;
  font-size: 16px;
  text-align: center;
  width: 150px; }

.cart-page .cart-item .product-sum span,
.cart-page .cart-item .product-cost span {
  font-size: 18px;
  font-weight: 600; }

.cart-page .cart-item .default-cost {
  font-size: 16px; }

.cart-page .cart-item .default-cost span {
  font-size: 18px;
  font-weight: 600; }

.cart-page .cart-item .new-cost {
  color: #ff2600;
  font-size: 16px;
  line-height: 1;
  margin-top: -7px; }

.cart-page .cart-item .new-cost span {
  font-size: 20px;
  font-weight: 500; }

.cart-page .cart-item .old-cost {
  display: inline-block;
  color: #74747a;
  font-size: 16px;
  line-height: 1;
  position: relative;
  top: -5px; }

.cart-page .cart-item .old-cost span {
  font-size: 18px; }

.cart-page .cart-item .old-cost:after {
  content: '';
  height: 1px;
  left: -1px;
  right: -1px;
  background-color: #74747a;
  position: absolute;
  top: 49%; }

.cart-page .cart-item .close-btn {
  width: 30px;
  height: 30px;
  background: url(../img/icons/trash-icon.svg) no-repeat center;
  background-size: 25px;
  color: #fff;
  position: absolute;
  border: 0;
  top: 50%;
  right: 10px;
  margin-top: -15px;
  outline: none;
  font-size: 16px;
  text-align: center;
  transition: 0.3s;
  cursor: pointer; }

.cart-page .cart-item .close-btn:hover {
  filter: invert(16%) sepia(80%) saturate(6795%) hue-rotate(0deg) brightness(103%) contrast(123%); }

.cart-page .cart-item .calc-block {
  display: inline-block;
  vertical-align: middle;
  width: 110px;
  height: 36px;
  position: relative;
  overflow: hidden;
  margin: 0 50px; }

.cart-page .cart-item .calc-block .amount-control {
  display: block;
  margin: auto;
  height: 36px;
  width: 45px;
  text-align: center;
  font-size: 16px;
  line-height: 38px;
  border: 0;
  padding: 0 5px;
  outline: 0;
  background: #fff; }

.cart-page .cart-item .calc-block .increase-btn,
.cart-page .cart-item .calc-block .decrease-btn {
  position: absolute;
  top: 0;
  height: 36px;
  width: 36px;
  padding: 0;
  background: transparent;
  border: 0;
  outline: none;
  cursor: pointer;
  border: 1px solid #ACAFC9;
  border-radius: 50%; }

.cart-page .cart-item .calc-block .increase-btn:hover,
.cart-page .cart-item .calc-block .decrease-btn:hover {
  background-color: #B8B3D9; }

.cart-page .cart-item .calc-block .increase-btn:hover:before,
.cart-page .cart-item .calc-block .increase-btn:hover:after,
.cart-page .cart-item .calc-block .decrease-btn:hover:before,
.cart-page .cart-item .calc-block .decrease-btn:hover:after {
  background: #fff; }

.cart-page .cart-item .calc-block .increase-btn {
  right: 0; }

.cart-page .cart-item .calc-block .increase-btn:before,
.cart-page .cart-item .calc-block .increase-btn:after {
  content: '';
  background: #212121;
  position: absolute; }

.cart-page .cart-item .calc-block .increase-btn:before {
  top: 16px;
  left: 10px;
  width: 15px;
  height: 1px; }

.cart-page .cart-item .calc-block .increase-btn:after {
  top: 9px;
  left: 17px;
  width: 1px;
  height: 15px; }

.cart-page .cart-item .calc-block .decrease-btn {
  left: 0; }

.cart-page .cart-item .calc-block .decrease-btn:after {
  content: '';
  width: 14px;
  height: 1px;
  background: #212121;
  position: absolute;
  top: 16px;
  left: 10px; }

.cart-page .together-container {
  position: relative;
  padding: 30px 15px 20px 30px;
  margin-bottom: -3px;
  background-color: #fff;
  z-index: 1; }

.cart-page .together-container .together-row {
  display: flex;
  align-items: center;
  justify-content: space-between; }

.cart-page .together-container .together-item {
  align-items: center;
  width: 45%; }

.cart-page .together-container .together-item .img-block {
  flex: 0 0 120px;
  height: 120px;
  margin-right: 20px; }

.cart-page .together-container .together-item .img-block a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%; }

.cart-page .together-container .together-item .img-block a img {
  display: block;
  max-width: 100%;
  max-height: 100%; }

.cart-page .together-container .together-item .text-block .title {
  line-height: 1.2;
  font-weight: 500;
  max-width: 320px;
  margin: 0 10px 15px 0; }

.cart-page .together-container .together-item .text-block .title a {
  color: inherit;
  text-decoration: none; }

.cart-page .together-container .together-item .text-block .title a:hover {
  text-decoration: underline; }

.cart-page .together-container .together-item .text-block .descr-text {
  color: #74747a; }

.cart-page .together-container .together-item .product-cost .default-cost {
  color: #212121;
  font-size: 16px; }

.cart-page .together-container .together-item .product-cost .default-cost span {
  font-size: 20px;
  font-weight: 500; }

.cart-page .together-container .together-item .product-cost .new-cost {
  color: #DE3D3D;
  font-size: 16px;
  line-height: 1;
  margin-top: -7px; }

.cart-page .together-container .together-item .product-cost .new-cost span {
  font-size: 20px;
  font-weight: 500; }

.cart-page .together-container .together-item .product-cost .old-cost {
  display: inline-block;
  color: #74747a;
  font-size: 18px;
  line-height: 1;
  position: relative;
  top: -5px; }

.cart-page .together-container .together-item .product-cost .old-cost span {
  font-size: 18px; }

.cart-page .together-container .together-item .product-cost .old-cost:before {
  top: 51%; }

.cart-page .together-container .together-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 30px;
  font-size: 16px; }

.cart-page .together-container .calc-block {
  width: 100px;
  height: 30px;
  position: relative;
  overflow: hidden;
  margin-left: 10px;
  margin-top: -3px; }

.cart-page .together-container .calc-block .amount-control {
  display: block;
  margin: auto;
  height: 35px;
  width: 40px;
  text-align: center;
  font-size: 16px;
  line-height: 38px;
  border: 0;
  padding: 0 5px 3px;
  outline: 0; }

.cart-page .together-container .calc-block .increase-btn,
.cart-page .together-container .calc-block .decrease-btn {
  position: absolute;
  top: 0;
  height: 30px;
  width: 30px;
  padding: 0;
  background: transparent;
  border: 0;
  outline: none;
  cursor: pointer;
  border: 1px solid #ACAFC9;
  background-color: #fff;
  border-radius: 50%; }

.cart-page .together-container .calc-block .increase-btn:hover,
.cart-page .together-container .calc-block .decrease-btn:hover {
  background-color: #ACAFC9; }

.cart-page .together-container .calc-block .increase-btn:hover:before,
.cart-page .together-container .calc-block .increase-btn:hover:after,
.cart-page .together-container .calc-block .decrease-btn:hover:before,
.cart-page .together-container .calc-block .decrease-btn:hover:after {
  background: #fff; }

.cart-page .together-container .calc-block .increase-btn {
  right: 0; }

.cart-page .together-container .calc-block .increase-btn:before,
.cart-page .together-container .calc-block .increase-btn:after {
  content: '';
  background: #212121;
  position: absolute; }

.cart-page .together-container .calc-block .increase-btn:before {
  top: 14px;
  left: 7px;
  width: 15px;
  height: 1px; }

.cart-page .together-container .calc-block .increase-btn:after {
  top: 7px;
  left: 14px;
  width: 1px;
  height: 14px; }

.cart-page .together-container .calc-block .decrease-btn {
  left: 0; }

.cart-page .together-container .calc-block .decrease-btn:after {
  content: '';
  width: 14px;
  height: 1px;
  background: #212121;
  position: absolute;
  top: 14px;
  left: 7px; }

.cart-page .together-container .together-calc,
.cart-page .together-container .together-cost,
.cart-page .together-container .together-sum {
  display: flex;
  align-items: center; }

.cart-page .together-container .cost-text {
  margin-right: 10px;
  font-weight: 400;
  font-size: 17px; }

.cart-page .together-container .calc-text {
  font-weight: 400;
  font-size: 17px; }

.cart-page .together-container .cost-num {
  font-size: 20px;
  font-weight: 600;
  margin-top: -2px; }

.cart-page .together-container .total-num {
  font-size: 20px;
  font-weight: 600;
  margin-top: -2px; }

.cart-page .together-container .close-btn {
  width: 30px;
  height: 30px;
  background: url(../img/icons/trash-icon.svg) no-repeat center;
  background-size: 25px;
  color: #fff;
  position: absolute;
  border: 0;
  top: 20px;
  right: 5px;
  margin-top: -15px;
  outline: none;
  font-size: 16px;
  text-align: center;
  transition: 0.3s;
  cursor: pointer; }

.cart-page .together-container .close-btn:hover {
  filter: invert(16%) sepia(80%) saturate(6795%) hue-rotate(0deg) brightness(103%) contrast(123%); }

.cart-page .empty-cart {
  clear: both;
  padding: 150px 0; }

.cart-page .empty-cart .lg-icon {
  margin-bottom: 15px; }

.cart-page .empty-cart img {
  display: block;
  max-width: 90px;
  max-height: 90px;
  margin: 0 auto; }

.cart-page .empty-cart .h2 {
  font-size: 32px;
  text-align: center;
  margin-bottom: 15px;
  font-weight: 600; }

.cart-page .empty-cart p {
  color: #212121;
  text-align: center;
  max-width: 500px;
  margin: 0 auto; }

.cart-page .empty-cart p a {
  color: #9641b5; }

.cart-page .empty-cart p a:hover {
  text-decoration: none; }

@media (max-width: 1699px) {
  .cart-page .together-container .cost-text,
  .cart-page .together-container .calc-text {
    font-size: 14px;
    font-weight: 500; }
  .cart-page .cart-head .name-cell {
    flex: 0 0 250px; }
  .cart-page .cart-head .img-cell {
    flex: 0 0 120px; }
  .cart-page .together-container .together-item .img-block {
    flex: 0 0 100px;
    height: 100px; } }

@media (max-width: 1399px) {
  .cart-page .cart-head .name-cell {
    flex: 0 0 200px; }
  .cart-page .cart-head {
    font-size: 14px; }
  .cart-head .calc-cell {
    flex: 0 0 150px; }
  .cart-page .cart-item .img-block {
    height: 90px;
    flex: 0 0 90px;
    margin-right: 20px;
    margin-left: 0; }
  .cart-page .cart-item .text-block {
    width: auto;
    flex: 0 0 180px;
    margin-right: 10px; }
  .cart-page .cart-footer {
    padding: 10px 15px; }
  .cart-page .cart-footer .delivery-text {
    font-size: 12px; }
  .cart-page .cart-footer .btn-primary,
  .cart-page .cart-footer .btn-light {
    font-size: 16px; }
  .cart-page .cart-footer .cost-table strong {
    font-size: 17px; }
  .cart-page .cart-item .calc-block {
    margin: 0 30px; }
  .cart-page .cart-item .product-sum span,
  .cart-page .cart-item .product-cost span {
    font-size: 16px; }
  .cart-page .together-container .together-item .img-block {
    margin: 0 0 5px; }
  .cart-page .together-container .together-item .text-block {
    max-width: 100%; } }

@media (max-width: 1199px) {
  .cart-page .page-content h1,
  .cart-page .page-content .h1 {
    font-size: 32px; }
  .cart-page .cart-container {
    margin-right: 0; }
  .cart-page .cart-head .img-cell {
    flex: 0 0 140px; }
  .cart-page .cart-head .name-cell {
    flex: 0 0 230px; }
  .cart-page .cart-item .img-block {
    margin-left: 0;
    margin-right: 20px; }
  .cart-page .cart-item .text-block {
    width: auto;
    max-width: 200px;
    flex: 0 0 200px; }
  .cart-page .cart-item .title {
    font-size: 14px; }
  .cart-page .cart-item .descr-text {
    font-size: 13px; }
  .cart-page .cart-item .product-sum,
  .cart-page .cart-item .product-cost {
    font-size: 16px; }
  .cart-page .cart-item .product-sum span,
  .cart-page .cart-item .product-cost span {
    font-size: 16px; }
  .cart-page .together-container {
    padding: 15px 15px 15px 30px; }
  .cart-page .together-container .together-item .text-block {
    flex: 0 0 200px; }
  .cart-page .together-container .together-item .text-block .title {
    font-size: 14px; }
  .cart-page .together-container .together-item .text-block .descr-text {
    font-size: 14px; }
  .cart-page .together-container .together-item .img-block {
    margin: 0 10px 0 0; }
  .cart-page .together-container .together-footer {
    margin-top: 10px; }
  .cart-page .together-container .together-calc,
  .cart-page .together-container .together-cost,
  .cart-page .together-container .together-sum {
    font-size: 13px; }
  .cart-page .together-container .cost-text {
    margin-right: 5px;
    font-size: 13px; }
  .cart-page .together-container .cost-num {
    font-size: 16px; }
  .cart-page .together-container .total-num {
    font-size: 16px; }
  .cart-page .cart-footer {
    margin: 20px 0 0; }
  .cart-page .slider-section {
    margin-top: 50px; }
  .cart-page .together-container .together-item .product-cost .old-cost,
  .cart-page .together-container .together-item .product-cost .new-cost,
  .cart-page .together-container .together-item .product-cost .default-cost {
    font-size: 13px; }
  .cart-page .together-container .together-item .product-cost .old-cost span {
    font-size: 14px; }
  .cart-page .together-container .together-item .product-cost .new-cost span,
  .cart-page .together-container .together-item .product-cost .default-cost span {
    font-size: 16px; }
  .cart-page .cart-container:after {
    display: none; }
  .cart-page .empty-cart img {
    max-width: 60px;
    max-height: 60px; }
  .cart-page .empty-cart .h2 {
    font-size: 28px; } }

@media (max-width: 991px) {
  .cart-page .page-content h1,
  .cart-page .page-content .h1 {
    font-size: 28px;
    margin-bottom: 5px; }
  .cart-page .cart-container {
    position: relative;
    margin-bottom: 20px; }
  .cart-page .cart-container:after {
    content: '';
    position: absolute;
    left: 0;
    top: -1px;
    height: 3px;
    background-color: #fff;
    width: 100%; }
  .cart-page .cart-head {
    display: none; }
  .cart-page .cart-item .title {
    font-size: 13px; }
  .cart-page .cart-item .img-block {
    width: auto;
    max-width: 100px;
    flex: 0 0 100px;
    margin-right: 10px; }
  .cart-page .cart-item .text-block {
    flex: 0 0 150px;
    max-width: 150px;
    margin-right: 20px; }
  .cart-page .cart-item .product-cost {
    width: auto;
    flex: 0 0 100px;
    max-width: 100px; }
  .cart-page .cart-item .calc-block {
    margin: 0 20px;
    flex: 0 0 100px; }
  .cart-page .cart-item .product-sum {
    width: auto;
    flex: 0 0 120px;
    max-width: 120px; }
  .cart-page .cart-item .old-cost,
  .cart-page .cart-item .new-cost,
  .cart-page .cart-item .default-cost,
  .cart-page .cart-item .product-sum,
  .cart-page .cart-item .product-cost {
    font-size: 12px; }
  .cart-page .cart-item .product-sum span,
  .cart-page .cart-item .product-cost span {
    font-size: 15px; }
  .cart-page .together-container {
    padding: 15px 10px 15px 30px;
    margin-bottom: 0; }
  .cart-page .together-container .together-item {
    flex-wrap: wrap; }
  .cart-page .together-container .together-item .text-block {
    order: 3;
    flex: 0 0 100%; }
  .cart-page .together-container .together-item .product-cost .old-cost span {
    font-size: 14px; }
  .cart-page .together-container .cost-text,
  .cart-page .together-container .calc-text {
    font-size: 13px; }
  .cart-page .together-container .calc-block {
    width: 90px; }
  .cart-page .together-container .calc-block .amount-control {
    width: 40px; }
  .cart-page .together-container .together-title {
    font-size: 12px; } }

@media (max-width: 767px) {
  .cart-page .page-content h1,
  .cart-page .page-content .h1 {
    font-size: 24px; }
  .cart-page .cart-item .img-block {
    max-width: 80px;
    flex: 0 0 80px;
    height: 80px; }
  .cart-page .cart-item .calc-wrap {
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 0; }
  .cart-page .cart-item .product-cost {
    flex: 0 0 100%;
    max-width: 100%; }
  .cart-page .cart-item .calc-block {
    margin: 10px auto; }
  .cart-page .cart-item .product-sum {
    flex: 0 0 100%;
    max-width: 100%;
    font-size: 13px; }
  .cart-page .cart-item .product-sum span {
    font-size: 13px; }
  .cart-page .cart-item .default-cost,
  .cart-page .cart-item .old-cost,
  .cart-page .cart-item .new-cost {
    font-size: 13px; }
  .cart-page .cart-item .default-cost span,
  .cart-page .cart-item .old-cost span,
  .cart-page .cart-item .new-cost span {
    font-size: 13px; }
  .cart-page .together-container .plus-sign {
    width: 16px;
    flex: 0 0 16px; }
  .cart-page .together-container .plus-sign img {
    width: 100%; }
  .cart-page .together-container .together-calc,
  .cart-page .together-container .together-cost,
  .cart-page .together-container .together-sum {
    display: block; }
  .cart-page .together-container .cost-text,
  .cart-page .together-container .calc-text {
    margin-bottom: 8px; }
  .cart-page .together-container .calc-block {
    margin-left: 0; }
  .cart-page .together-container .calc-text {
    display: none; }
  .cart-page .together-container .together-calc {
    margin: 0 auto; }
  .cart-page .cart-footer {
    float: none;
    width: 100%; }
  .cart-page .empty-cart .h2 {
    font-size: 20px; } }

@media (max-width: 575px) {
  .cart-page .cart-container {
    margin-bottom: 0; }
  .cart-page .cart-item {
    flex-wrap: wrap; }
  .cart-page .cart-item .text-block {
    width: calc(100% - 90px);
    flex: auto;
    max-width: none;
    margin-right: 0; }
  .cart-page .cart-item .text-block .title {
    max-width: none; }
  .cart-page .cart-item .calc-wrap {
    width: calc(100% + 30px);
    flex-wrap: nowrap;
    margin-right: -30px; }
  .cart-page .cart-item .calc-wrap .product-cost {
    max-width: 80px;
    flex: auto; }
  .cart-page .cart-item .calc-wrap .product-sum {
    max-width: 85px;
    flex: auto; }
  .cart-page .cart-item .calc-wrap .calc-block {
    margin: 0 10px; }
  .cart-page .cart-item .close-btn {
    top: 10px;
    margin-top: 0; }
  .cart-page .together-container {
    padding: 15px 10px 15px 30px; }
  .cart-page .together-container .together-footer {
    justify-content: center; }
  .cart-page .together-container .together-item {
    width: auto;
    flex: 0 0 130px;
    max-width: 130px; }
  .cart-page .together-container .together-item .img-block {
    width: auto;
    flex: 0 0 80px;
    max-width: 80px;
    height: 80px; }
  .cart-page .together-container .together-item .text-block .title {
    font-size: 13px; }
  .cart-page .together-container .together-item .text-block .descr-text {
    font-size: 12px;
    margin-bottom: 10px; }
  .cart-page .together-container .together-item .product-cost {
    order: 3; }
  .cart-page .together-container .together-item .product-cost .default-cost {
    font-size: 14px; }
  .cart-page .together-container .together-item .product-cost .default-cost span {
    font-size: 14px; }
  .cart-page .together-container .together-item .product-cost .old-cost {
    font-size: 14px; }
  .cart-page .together-container .together-item .product-cost .new-cost {
    font-size: 14px;
    margin-bottom: 1px; }
  .cart-page .together-container .together-item .product-cost .new-cost span {
    font-size: 14px; }
  .cart-page .together-container .together-sum,
  .cart-page .together-container .together-cost {
    width: 85px; }
  .cart-page .together-container .cost-text {
    font-weight: 500; }
  .cart-page .together-container .total-num {
    font-size: 14px; }
  .cart-page .together-container .cost-num {
    font-size: 14px; }
  .cart-page .empty-cart {
    padding: 100px 0; } }

@media (max-width: 375px) {
  .cart-page .together-container .plus-sign {
    position: relative;
    left: -8px; }
  .cart-page .together-container .together-item .text-block .title {
    margin: 0 0 10px;
    max-width: 100%; }
  .cart-page .together-container .together-item {
    flex: 0 0 120px; }
  .cart-page .together-container .together-row {
    align-items: flex-start; } }


.order-page .page-content {
  padding: 0 0 80px; }

.order-head {
  background-color: #D8DCEF;
  padding: 15px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
  border-radius: 10px; }

.order-head .head-title {
  font-size: 20px;
  font-weight: 600; }

.order-head a {
  text-decoration: underline;
  color: #FF4C00; }

.order-head a:hover {
  text-decoration: none; }

.order-page fieldset {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0px 13px 39px #D8DCEF;
  border: 0;
  padding: 20px 35px 40px; }

.order-page .field-title {
  font-size: 17px;
  font-weight: 700;
  margin: 15px 0 8px; }

.order-page .radio-row {
  margin-bottom: 5px;
  margin-top: 8px; }

.order-page .radio-row .radio-item {
  display: inline-block;
  vertical-align: top;
  margin-right: 15px; }

.order-page .radio-item label {
  margin-left: 0; }

.order-page .select-container .select-box {
  width: 100%; }

.order-page .select-container .select-button {
  width: 100%;
  height: 42px; }

.order-page .select-container .select-dropdown {
  width: 100%; }

.order-page .select-container .sbox {
  position: relative;
  padding: 10px 10px 5px; }

.order-page .select-container .sbox input {
  display: block;
  width: 100%;
  height: 36px;
  padding: 0 10px 0 38px;
  outline: 0;
  border: 1px solid #888;
  border-radius: 10px; }

.order-page .select-container .sbox i {
  content: '';
  width: 22px;
  height: 22px;
  position: absolute;
  top: 16px;
  left: 18px;
  background: url(../img/icons/search-icon.svg) no-repeat center;
  background-size: contain;
  opacity: 0.5; }

.order-page .form-group label {
  font-weight: 500; }

.order-page .delivery-type-01,
.order-page .delivery-type-02,
.order-page .delivery-type-03 {
  display: none; }

.order-page fieldset .btn-primary {
  margin: 15px auto 0;
  font-size: 18px;
  height: 46px;
  display: flex;
  justify-content: center;
  align-items: center; }

.privacy-text {
  font-size: 13px; }

.privacy-text a {
  font-weight: 500;
  color: #854087; }

.privacy-text a:hover {
  text-decoration: none; }

.order-page .cart-box {
  position: sticky;
  top: 15px; }

.order-page .cart-box .order-head {
  position: relative;
  z-index: 1; }

.order-page .cart-footer {
  background: #fff;
  box-shadow: 0px 7px 19px #D8DCEF;
  border-radius: 10px;
  position: relative;
  padding: 16px 30px 25px;
  margin-top: 10px; }

.order-page .cart-footer .delivery-text {
  text-align: right;
  font-size: 12px;
  color: #74747a;
  margin: 10px 0; }

.order-page .cart-footer .cost-table {
  width: 100%; }

.order-page .cart-footer .cost-table .red-text {
  color: #DE3D3D; }

.order-page .cart-footer .cost-table span {
  background-color: #fff;
  position: relative;
  bottom: -7px;
  z-index: 1;
  display: inline-block; }

.order-page .cart-footer .cost-table strong {
  font-size: 20px;
  font-weight: 500; }

.order-page .cart-footer .cost-table td {
  padding: 3px 0;
  border-bottom: 1px dotted #BBB; }

.order-page .cart-footer .cost-table td:last-child {
  text-align: right; }

.order-page .cart-footer .cost-table td:last-child span {
  font-weight: 600; }

.order-page .cart-footer .cost-table tr:last-child strong {
  font-weight: 700; }

.order-page .cart-footer .cost-table tr:last-child span {
  font-weight: 700; }

.order-page .cart-item {
  padding: 15px 35px 15px 15px;
  padding-right: 35px;
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  background-color: #fff;
  margin-bottom: 5px;
  border-radius: 10px;
  box-shadow: 0px 7px 19px #D8DCEF; }

.order-page .cart-item:first-child {
  border-bottom: 0; }

.order-page .cart-item .text-block {
  margin-right: 20px;
  width: 300px; }

.order-page .cart-item .calc-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: -15px; }

.order-page .cart-item .img-block {
  width: 80px;
  height: 80px;
  margin-right: 15px;
  overflow: hidden;
  transition: 0.3s; }

.order-page .cart-item .img-block a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%; }

.order-page .cart-item .img-block img {
  display: block;
  margin: auto;
  max-width: 100%;
  max-height: 100%; }

.order-page .cart-item .img-block:hover,
.order-page .cart-item .img-block:focus {
  opacity: 0.7; }

.order-page .cart-item .title {
  font-size: 14px;
  margin: 0 0 5px;
  font-weight: 500; }

.order-page .cart-item .title a {
  color: inherit;
  text-decoration: none; }

.order-page .cart-item .title a:hover {
  text-decoration: underline; }

.order-page .cart-item .descr-text {
  color: #74747a;
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 13px; }

.order-page .cart-item .title-amount {
  font-weight: 500;
  color: #888; }

.order-page .cart-item .product-sum,
.order-page .cart-item .product-cost {
  margin: 0;
  font-size: 14px;
  text-align: center;
  width: 150px;
  font-weight: 500; }

.order-page .cart-item .product-sum span,
.order-page .cart-item .product-cost span {
  font-weight: 600; }

.order-page .cart-item .default-cost {
  font-size: 16px; }

.order-page .cart-item .default-cost span {
  font-size: 16px;
  font-weight: 600; }

.order-page .together-container .together-item .product-cost .default-cost span,
.order-page .together-container .together-item .product-cost .new-cost span {
  font-size: 16px; }

.order-page .cart-item .new-cost {
  color: #DE3D3D;
  font-size: 16px;
  line-height: 1;
  margin-top: -7px; }

.order-page .cart-item .new-cost span {
  font-size: 16px;
  font-weight: 700; }

.order-page .cart-item .old-cost {
  display: inline-block;
  color: #74747a;
  font-size: 16px;
  line-height: 1;
  position: relative;
  top: -5px; }

.order-page .cart-item .old-cost:after {
  content: '';
  height: 1px;
  left: -1px;
  right: -1px;
  background-color: #DE3D3D;
  position: absolute;
  top: 49%; }

.order-page .cart-item .close-btn {
  width: 24px;
  height: 24px;
  background: url(../img/icons/trash-icon.svg) no-repeat center;
  background-size: 22px;
  border: 0;
  color: #fff;
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -15px;
  outline: none;
  font-size: 16px;
  text-align: center;
  border-radius: 50%;
  transition: 0.3s;
  cursor: pointer;
  opacity: 0.7; }

.order-page .cart-item .close-btn:hover {
  opacity: 1;
  filter: invert(16%) sepia(80%) saturate(6795%) hue-rotate(0deg) brightness(103%) contrast(123%); }

.order-page .together-container {
  padding: 20px 30px 20px 30px; }

.order-page .together-container .together-item {
  display: flex;
  flex-wrap: wrap;
  flex: auto; }

.order-page .together-container .together-item .img-block {
  flex: 0 0 80px;
  width: 80px;
  height: 80px;
  margin: 0 10px 0 0; }

.order-page .together-container .together-calc,
.order-page .together-container .together-cost,
.order-page .together-container .together-sum {
  font-size: 14px; }

.order-page .together-container .together-calc span,
.order-page .together-container .together-cost span,
.order-page .together-container .together-sum span {
  font-size: 16px; }

.order-page .together-container .together-item .text-block {
  flex: 0 0 160px;
  width: 160px; }

.order-page .together-container .close-btn {
  width: 24px;
  height: 24px;
  background: url(../img/icons/trash-icon.svg) no-repeat center;
  background-size: 22px;
  color: #fff;
  position: absolute;
  border: 0;
  top: 25px;
  right: 10px;
  margin-top: -15px;
  outline: none;
  font-size: 16px;
  text-align: center;
  border-radius: 100%;
  transition: 0.3s;
  cursor: pointer;
  opacity: 0.7; }

.order-page .together-container .close-btn:hover {
  opacity: 1;
  filter: invert(16%) sepia(80%) saturate(6795%) hue-rotate(0deg) brightness(103%) contrast(123%); }

@media (min-width: 992px) {
  .order-lg-2 {
    order: 2; }
  .order-lg-1 {
    order: 1; } }

@media (max-width: 1399px) {
  .order-page .cart-item {
    padding: 10px 35px 10px 12px; }
  .order-page .together-container {
    padding: 15px 30px 15px 30px; } }

@media (max-width: 1199px) {
  .page-title {
    margin-bottom: 30px; }
  .order-page fieldset {
    padding: 15px 20px 30px; }
  .order-page .cart-footer {
    padding: 12px 20px 20px; } }

@media (max-width: 991px) {
  .order-page .page-content .cart-box {
    margin-bottom: 40px; }
  .order-head .head-title {
    font-size: 18px; } }

@media (max-width: 575px) {
  .order-page .delivery-box .row {
    margin-left: -8px;
    margin-right: -8px; }
  .order-page .delivery-box .col-3,
  .order-page .delivery-box .col-4,
  .order-page .delivery-box .col-5,
  .order-page .delivery-box .col-6 {
    padding-right: 8px;
    padding-left: 8px; }
  .order-page .cart-footer .cost-table strong {
    font-size: 18px; }
  .order-page .page-title {
    margin-bottom: 25px; }
  .order-page fieldset {
    padding: 10px; }
  .order-page .together-container .together-item {
    flex: 0 0 130px;
    max-width: 130px; }
  .order-page .together-container .together-item .img-block {
    margin-bottom: 10px; }
  .order-page .together-container .together-item .product-cost {
    margin-left: 0;
    margin-bottom: 5px; }
  .order-page .together-container .together-item .product-cost .old-cost {
    margin-right: 8px; }
  .order-page .together-container .together-item .product-cost .new-cost {
    margin-top: 1px; }
  .order-page .together-container .together-item .product-cost .default-cost {
    text-align: left; }
  .order-page .together-container .together-item .text-block {
    order: 3;
    max-width: 100%;
    flex: 0 0 100%; }
  .order-page .delivery-box .row {
    margin-left: -8px;
    margin-right: -8px; }
  .order-page .delivery-box .col-3,
  .order-page .delivery-box .col-4,
  .order-page .delivery-box .col-5,
  .order-page .delivery-box .col-6 {
    padding-right: 8px;
    padding-left: 8px; }
  .order-page .order-head {
    padding: 10px;
    justify-content: center;
    flex-wrap: wrap;
    text-align: center; }
  .order-page .order-head .head-title {
    width: 100%;
    margin-bottom: 3px; } }

@media (max-width: 479px) {
  .order-page .cart-item {
    flex-wrap: wrap; }
  .order-page .cart-item .product-sum,
  .order-page .cart-item .product-cost {
    text-align: left; }
  .order-page .cart-item .default-cost span {
    font-size: 16px; }
  .order-page .cart-item .product-sum {
    width: auto; }
  .order-page .cart-item .close-btn {
    margin-top: 0;
    top: 8px; }
  .order-page .cart-item .text-block {
    margin-right: 0;
    width: calc(100% - 95px); }
  .order-page .cart-item .title-amount {
    font-weight: 400; }
  .order-page .cart-item .calc-wrap {
    justify-content: flex-start;
    margin-top: 0;
    margin-left: 95px; }
  .order-page .together-container .together-footer {
    flex-wrap: wrap;
    justify-content: flex-start; }
  .order-page .together-container .together-calc {
    width: 100%;
    margin-bottom: 5px; }
  .order-page .together-container .together-item {
    flex: 0 0 120px;
    max-width: 120px; } }

@media (max-width: 420px) {
  .order-page .delivery-box .col-3 label, .order-page .delivery-box .col-4 label, .order-page .delivery-box .col-5 label, .order-page .delivery-box .col-6 label {
    font-size: 12px; }
  .order-page .form-group label {
    margin-left: 3px; }
  .order-page .radio-item label {
    margin-left: 0; }
  .order-page textarea,
  .order-page .select-container .select-button,
  .order-page .form-group .form-control {
    border-radius: 10px; } }

.auth-page .page-content {
  display: flex;
  align-items: center;
  padding: 80px 0; }

.auth-page .title-box {
  text-align: center;
  margin-bottom: 30px; }

.auth-page .title-box h1,
.auth-page .title-box .h1 {
  font-size: 32px;
  font-weight: 500;
  margin: 0 0 5px; }

.auth-page .title-box .subtitle {
  color: #74747a; }

.auth-content {
  width: 500px;
  margin: 0 auto;
  box-shadow: 0px 13px 39px #D8DCEF;
  padding: 50px;
  background-color: #fff;
  border-radius: 20px; }

.auth-content .btn-primary {
  height: 42px;
  display: flex;
  justify-content: center;
  align-items: center; }

.auth-content .info-group .form-control {
  padding-right: 35px; }

.auth-content .info-group .tooltip-box {
  position: absolute;
  top: 36px;
  right: 7px;
  width: 22px;
  height: 22px;
  cursor: pointer; }

.auth-content .info-group .tooltip-box img {
  width: 18px; }

.auth-content .info-group .tooltip-box:hover .tooltip-content {
  opacity: 1;
  pointer-events: auto; }

.auth-content .info-group .tooltip-content {
  width: 250px;
  font-size: 13px;
  position: absolute;
  left: calc(100% + 10px);
  top: calc(50% - 30px);
  background-color: #fff;
  border-radius: 3px;
  border: 1px solid #C2C2C2;
  padding: 10px;
  transition: 0.25s;
  opacity: 0;
  pointer-events: none; }

.auth-content .info-group .tooltip-content:after,
.auth-content .info-group .tooltip-content:before {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
  top: 20px; }

.auth-content .info-group .tooltip-content:after {
  left: -8px;
  border-width: 8px 8px 8px 0;
  border-right-color: #fff; }

.auth-content .info-group .tooltip-content:before {
  left: -9px;
  border-width: 8px 8px 8px 0;
  border-right-color: rgba(0, 0, 0, 0.25); }

.auth-content .flex-container {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 13px; }

.auth-content .checkbox-item {
  position: relative; }

.auth-content .checkbox-item label {
  position: relative;
  padding-left: 30px;
  cursor: pointer; }

.auth-content .checkbox-item label:before,
.auth-content .checkbox-item label:after {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  left: 0;
  top: 0; }

.auth-content .checkbox-item label:before {
  width: 20px;
  height: 20px;
  border: 1px solid #C2C2C2;
  border-radius: 3px;
  z-index: 1; }

.auth-content .checkbox-item label:after {
  background: url("../img/icons/check-icon.svg") no-repeat center;
  opacity: 0;
  z-index: 5; }

.auth-content .checkbox-item input {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0; }

.auth-content .checkbox-item input:checked ~ label:before {
  background-color: red;
  border-color: red; }

.auth-content .checkbox-item input:checked ~ label:after {
  opacity: 1; }

.auth-content .modal-link {
  cursor: pointer;
  color: #44444B;
  text-decoration: none;
  font-size: 14px;
  margin-right: 12px; }

.auth-content .modal-link:hover {
  color: #252525;
  text-decoration: underline; }

.auth-page .social-buttons {
  margin-bottom: 20px; }

.auth-page .social-buttons .facebook-btn,
.auth-page .social-buttons .google-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  outline: 0;
  cursor: pointer;
  height: 38px;
  transition: 0.25s;
  border-radius: 30px; }

.auth-page .social-buttons .facebook-btn img,
.auth-page .social-buttons .google-btn img {
  margin-right: 7px; }

.auth-page .social-buttons .facebook-btn {
  border: 1px solid #1B74E4;
  background-color: #1B74E4;
  color: #fff; }

.auth-page .social-buttons .facebook-btn:hover {
  border: 1px solid #2b5bb9;
  background-color: #2b5bb9; }

.auth-page .social-buttons .google-btn {
  background-color: #fff;
  border: 1px solid #c2c2c2; }

.auth-page .social-buttons .google-btn:hover {
  border: 1px solid #abb2d4;
  background-color: #EDF0FF; }

.auth-page .form-divider {
  position: relative;
  margin: 30px 0;
  height: 10px; }

.auth-page .form-divider:before {
  content: '';
  height: 1px;
  position: absolute;
  left: 0;
  top: 5px;
  width: 100%;
  background-color: #c2c2c2;
  z-index: 1; }

.auth-page .form-divider i {
  position: absolute;
  left: 0;
  right: 0;
  top: -5px;
  margin: 0 auto;
  width: 50px;
  z-index: 5;
  background-color: #fff;
  text-align: center;
  font-style: normal; }

.auth-page .link-text {
  font-size: 16px;
  margin-top: 35px;
  text-align: center; }

.auth-page .link-text a {
  color: #4D1647;
  font-weight: 600; }

.auth-page .link-text a:hover {
  text-decoration: none; }

.auth-page .modal {
  max-width: 500px; }

.auth-page .modal-content .close {
  position: absolute;
  right: 12px;
  top: 7px;
  opacity: 1;
  outline: 0; }

.auth-page .modal-content .close img {
  width: 15px; }

.auth-page .modal-content .modal-header {
  justify-content: center;
  border: 0;
  padding: 30px 40px 10px;
  flex-wrap: wrap; }

.auth-page .modal-content .modal-header h5 {
  font-size: 24px;
  margin: 0 0 10px;
  font-weight: 500;
  text-align: center; }

.auth-page .modal-content .modal-header .sub-title {
  color: #555;
  font-size: 15px; }

.auth-page .modal-content .modal-body {
  padding: 5px 40px 45px; }

.auth-page .modal-content .modal-body .btn-primary {
  margin-top: 10px;
  width: 100%;
  height: 42px;
  display: flex;
  justify-content: center;
  align-items: center; }

.auth-page .checkbox-holder {
  position: relative;
  margin-bottom: 20px; }

.auth-page .checkbox-holder input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0; }

.auth-page .checkbox-holder input:checked ~ label:after {
  display: block; }

.auth-page .checkbox-holder input:checked ~ label:before {
  border-color: transparent;
  background: linear-gradient(90deg, #46093C 0%, #552856 26.76%, #6F7085 107.05%, #7A8E9A 214.11%, #7F929D 267.64%); }

.auth-page .checkbox-holder label {
  position: relative;
  padding-left: 28px;
  font-size: 14px;
  display: block;
  cursor: pointer;
  line-height: 1.6; }

.auth-page .checkbox-holder label a {
  color: #854087; }

.auth-page .checkbox-holder label a:hover {
  text-decoration: none; }

.auth-page .checkbox-holder label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #888;
  border-radius: 3px; }

.auth-page .checkbox-holder label:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  background: url(../img/icons/check-icon.svg) no-repeat center;
  background-size: 12px;
  display: none;
  border-radius: 3px; }

@media (max-width: 1399px) {
  .auth-page .auth-content .info-group .tooltip-box {
    top: 32px; } }

@media (max-width: 991px) {
  .auth-page .title-box h1 {
    font-size: 28px; }
  .auth-page .auth-content .info-group .tooltip-content {
    left: auto;
    right: -7px;
    top: -69px; }
  .auth-page .auth-content .info-group .tooltip-content:after {
    left: auto;
    right: 10px;
    top: auto;
    bottom: -6px;
    border-width: 8px 8px 0 8px;
    border-top-color: #fff;
    border-right-color: transparent; }
  .auth-page .auth-content .info-group .tooltip-content:before {
    top: auto;
    bottom: -8px;
    left: auto;
    right: 10px;
    border-width: 8px 8px 0 8px;
    border-right-color: transparent;
    border-top-color: rgba(0, 0, 0, 0.25); } }

@media (max-width: 767px) {
  .auth-page .title-box h1 {
    font-size: 24px; }
  .auth-page .page-content {
    padding: 50px 0 80px; } }

@media (max-width: 575px) {
  .auth-page .auth-content {
    width: 100%; }
  .auth-page .modal-content .modal-header {
    padding: 35px 15px 10px; }
  .auth-page .modal-content .modal-header h5 {
    font-size: 22px; }
  .auth-page .modal-content .modal-header .sub-title {
    font-size: 14px; }
  .auth-page .modal-content .modal-body {
    padding: 5px 15px 40px; }
  .auth-page .link-text {
    font-size: 16px;
    text-align: center; }
  .auth-page .title-box {
    margin-bottom: 15px; } }

@media (max-width: 479px) {
  .auth-content {
    padding: 50px 20px; } }

.about-section {
  padding: 50px 0 80px; }

.about-section .col-lg-5 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 40px; }

.about-section .col-md-5,
.about-section .col-md-7 {
  display: flex;
  flex-direction: column;
  justify-content: flex-end; }

.about-section .col-md-7 {
  padding-left: 20px; }

.about-img-lg img,
.about-img-sm img {
  display: block;
  max-width: 100%;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
  border-radius: 20px; }

.about-img-sm {
  position: relative; }

.about-rotate {
  box-shadow: none !important;
  animation: about-rotate 25s linear infinite;
  position: absolute;
  top: -60px;
  left: -60px; }

.about-section .about-text {
  font-size: 14px; }

.about-section .btn-link {
  color: #121212;
  padding-left: 45px; }

.about-section .btn-link:hover {
  color: #fff; }

.about-section .about-text img {
  display: block;
  margin-bottom: 20px; }

.about-section .about-text h3 {
  font-weight: 500;
  font-size: 20px;
  text-indent: 60px;
  margin: 0 0 25px; }

.about-section .about-text .btn-link {
  float: right;
  margin-top: 20px; }

.about-text ul,
.about-text ol {
  padding-left: 20px;
  display: inline-block;
  vertical-align: top;
  margin: -8px 0 10px; }

.about-text ul li,
.about-text ol li {
  margin-bottom: 5px; }

.about-text ul li::marker,
.about-text ol li::marker {
  color: #9c5b9e;
  font-weight: 600; }

.about-text b,
.about-text strong {
  font-weight: 700; }

.about-text iframe {
  max-width: 100%; }

.about-text a {
  color: #854087; }

.about-text a:hover {
  text-decoration: none; }

@keyframes about-rotate {
  to {
    transform: rotate(360deg); } }

.about-page .page-title {
  margin-bottom: 100px; }

.about-hero {
  margin-bottom: 200px; }

.about-hero .lg-img img {
  display: block;
  box-shadow: 0px 4px 33px rgba(0, 0, 0, 0.08);
  border-radius: 20px;
  max-width: 100%; }

.about-hero .about-text {
  padding-left: 120px;
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center; }

.about-hero .about-text:after {
  content: '';
  top: -50px;
  width: 100vw;
  position: absolute;
  left: -200px;
  bottom: -50px;
  background-color: #D8DCEF;
  z-index: -1;
  border-radius: 20px; }

.about-hero .about-text img {
  display: block;
  width: 220px;
  margin-bottom: 30px;
  position: relative;
  z-index: 5; }

.about-hero .about-text p,
.about-hero .about-text ol,
.about-hero .about-text ul {
  position: relative;
  z-index: 5; }

.about-badge {
  position: absolute;
  color: #fff;
  top: 100%;
  right: 100%;
  transform: translateY(-45%) translateX(30%);
  background: linear-gradient(89.81deg, #BE8FCF 0.17%, #B8B3D9 94.11%);
  border-radius: 20px;
  padding: 40px 20px 40px 110px;
  font-size: 20px;
  width: 350px;
  z-index: 5; }

.about-badge span {
  position: absolute;
  left: 30px;
  font-size: 50px;
  font-weight: 600;
  top: 50%;
  transform: translateY(-50%); }

.about-badge p {
  margin: 0; }

.team-head {
  text-align: center;
  margin-bottom: 30px; }

.team-head h2,
.team-head .h2 {
  font-size: 32px;
  font-weight: 600;
  margin: 0 0 10px; }

.team-head h2 span,
.team-head .h2 span {
  background: linear-gradient(90deg, #68235D 0%, #7D4E7E 26.76%, #6e70a6 107.05%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent; }

.team-head p {
  max-width: 700px;
  margin: 0 auto;
  color: #4C4D5E; }

.about-slider {
  margin-bottom: 100px;
  margin-top: 40px; }

.about-slider .item {
  margin: 0 10px;
  position: relative;
  outline: none;
  cursor: pointer;
  opacity: 0.4;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0px 7px 19px #D8DCEF; }

.about-slider .slick-list {
  padding-top: 20px !important;
  padding-bottom: 20px !important; }

.about-slider .item.slick-current.slick-active {
  cursor: auto;
  opacity: 1; }

.about-slider .item.slick-current.slick-active:after {
  opacity: 0; }

.about-slider img,
.about-slider picture {
  display: block;
  height: 420px; }

.about-brands .container {
  padding-left: 140px;
  padding-right: 140px; }

.about-brands .container > h2,
.about-brands .container > .h2 {
  font-size: 28px;
  max-width: 700px;
  margin: 0 0 70px; }

.about-brands .container > h2 b,
.about-brands .container > .h2 b {
  font-weight: 600; }

.about-brands .row {
  margin-bottom: 80px; }

.about-brands .col-md-5,
.about-brands .col-md-7 {
  display: flex;
  flex-direction: column;
  justify-content: center; }

.about-brands .img-holder {
  margin-left: auto; }

.about-brands .img-holder img {
  display: block;
  border-radius: 20px;
  max-width: 100%; }

.about-brands .row .text-holder {
  padding-right: 70px; }

.about-brands .row:nth-child(odd) .text-holder {
  padding-right: 0;
  padding-left: 70px; }

.about-brands .text-holder .h2,
.about-brands .text-holder h2 {
  font-size: 28px;
  font-weight: 600;
  margin: 0 0 10px; }

.about-brands ul,
.about-brands ol {
  padding-left: 20px;
  display: inline-block;
  vertical-align: top;
  margin: -10px 0 10px; }

.about-brands ul li::marker,
.about-brands ol li::marker {
  color: #9c5b9e;
  font-weight: 600; }

.about-brands a {
  color: #854087; }

.about-brands a:hover {
  text-decoration: none; }

.about-brands .row:nth-child(odd) .img-holder {
  margin-left: 0; }

.about-page .consultation-section:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 50%;
  background-color: #D8DCEF;
  z-index: 1; }

@media (max-width: 1399px) {
  .about-hero .about-text img {
    width: 180px; }
  .about-badge {
    font-size: 18px; }
  .about-slider img,
  .about-slider picture {
    height: 380px; }
  .about-brands .container > h2, .about-brands .container > .h2 {
    font-size: 24px; }
  .about-section .about-text img {
    max-width: 100px; }
  .about-section .about-text h3 {
    font-size: 18px; } }

@media (max-width: 1199px) {
  .about-brands .container {
    padding-left: 10px;
    padding-right: 10px; }
  .about-brands .text-holder .h2, .about-brands .text-holder h2 {
    font-size: 24px; }
  .about-hero .about-text {
    padding-left: 80px; }
  .about-badge {
    width: 300px;
    font-size: 16px;
    transform: translateY(-50%) translateX(10%); }
  .about-slider img, .about-slider picture {
    height: 320px; }
  .about-section .about-text img {
    max-width: 60px;
    margin-bottom: 5px; }
  .about-section .about-text h3 {
    font-size: 16px; }
  .about-rotate {
    width: 100px;
    top: -45px;
    left: -45px; }
  .about-img-lg {
    margin-left: -50px;
    margin-bottom: -50px; }
  .about-section .about-text .btn-link {
    height: 36px;
    padding: 0 30px; }
  .about-section .col-lg-7 {
    display: flex;
    flex-direction: column;
    justify-content: center; } }

@media (max-width: 991px) {
  .about-page .page-title {
    margin-bottom: 50px; }
  .about-hero {
    margin-bottom: 150px; }
  .about-hero .lg-img {
    margin-bottom: 60px; }
  .about-hero .lg-img img {
    max-width: 400px;
    margin: 0 auto; }
  .about-badge {
    top: auto;
    bottom: 104%;
    right: 0;
    transform: none;
    width: 350px; }
  .about-hero .about-text:after {
    left: -20px;
    top: -100px; }
  .about-hero .about-text {
    padding-left: 20px; }
  .about-slider img, .about-slider picture {
    height: 280px; }
  .about-brands .container > h2, .about-brands .container > .h2 {
    font-size: 20px;
    max-width: 500px; }
  .about-brands .text-holder .h2, .about-brands .text-holder h2 {
    font-size: 20px; }
  .about-brands .row .text-holder {
    padding-right: 30px; }
  .about-brands .row:nth-child(odd) .text-holder {
    padding-left: 30px; }
  .about-section .col-lg-7 {
    margin-bottom: 50px; }
  .about-section .col-lg-5 {
    padding-left: 10px; }
  .about-section {
    padding-bottom: 40px; } }

@media (max-width: 767px) {
  .about-badge {
    padding: 30px 30px 30px 100px; }
  .about-badge span {
    font-size: 42px; }
  .team-head h2, .team-head .h2 {
    font-size: 24px; }
  .team-head p {
    max-width: 500px; }
  .about-brands .img-holder {
    margin: 0; }
  .about-brands .img-holder img {
    margin: 0 auto; }
  .about-brands .row:nth-child(odd) .text-holder,
  .about-brands .row .text-holder {
    padding: 0;
    margin: 0 0 10px; }
  .about-brands .row:nth-child(odd) {
    flex-direction: column-reverse; }
  .about-page .consultation-section {
    padding-top: 30px; }
  .about-section .col-md-7 {
    flex-direction: row; }
  .about-section .col-lg-7 {
    margin-bottom: 20px; }
  .about-img-lg {
    width: 280px;
    margin-top: -180px;
    margin-bottom: 0; }
  .about-img-sm {
    width: 280px;
    margin-left: 40px; } }

@media (max-width: 575px) {
  .about-badge {
    padding: 30px 30px 30px 80px;
    font-size: 14px;
    width: 280px; }
  .about-badge span {
    font-size: 36px;
    left: 20px; }
  .about-slider img, .about-slider picture {
    height: 250px; }
  .about-slider .item {
    margin: 0 3px;
    border-radius: 10px; }
  .about-img-lg {
    width: 240px;
    margin-top: -120px; }
  .about-img-sm {
    width: 240px;
    margin-left: 40px; }
  .about-section {
    padding-top: 70px; } }

@media (max-width: 479px) {
  .about-page .page-title {
    margin-bottom: 30px; }
  .about-hero .lg-img img {
    max-width: 100%; }
  .about-hero {
    margin-bottom: 80px; }
  .about-badge {
    width: auto;
    right: 20px;
    left: 20px; }
  .about-hero .about-text {
    margin-top: 20px;
    padding-left: 0; }
  .about-hero .about-text img {
    width: 120px; }
  .about-hero .about-text:after {
    display: none; }
  .about-slider {
    margin-bottom: 80px; }
  .about-brands .container > h2, .about-brands .container > .h2 {
    margin-bottom: 50px; }
  .about-section .col-lg-7 {
    margin-bottom: 0; }
  .about-section .about-text img {
    margin-left: 10px; }
  .about-rotate {
    width: 80px;
    top: -30px;
    left: -30px; }
  .about-img-lg {
    width: 220px;
    margin-top: -120px; }
  .about-img-sm {
    width: 200px;
    margin-left: 20px; } }

.contacts-page .page-content {
  padding: 0 0 90px; }

.contacts-page .page-title {
  margin-bottom: 70px; }

.contacts-page .col-lg-5,
.contacts-page .col-lg-7 {
  display: flex;
  flex-direction: column;
  justify-content: center; }

.contacts-page .col-lg-7 {
  padding-right: 40px; }

.contacts-page .col-lg-5 {
  padding-left: 40px; }

.contacts-info {
  background-color: #fff;
  box-shadow: 0px 13px 39px #D8DCEF;
  border-radius: 20px;
  margin-bottom: 70px;
  padding: 40px 40px 25px; }

.contacts-page .phone-item,
.contacts-page .message-item,
.contacts-page .address-item {
  margin-bottom: 35px; }

.contacts-info .h3,
.contacts-info h3 {
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 -7px; }

.contacts-page .link-item a {
  text-decoration: none;
  color: #252525; }

.contacts-page .link-item a:hover {
  text-decoration: underline;
  color: #7e5478; }

.contacts-page .link-item {
  position: relative;
  padding-left: 30px;
  margin: 13px 0; }

.contacts-page .link-item div {
  margin-bottom: 4px; }

.contacts-page .link-item img {
  position: absolute;
  left: 0;
  top: 0px;
  max-width: 23px;
  max-height: 25px; }

.contacts-info .phone-item img {
  max-width: none;
  max-height: none; }

.contacts-info .phone-item .link-item {
  padding-left: 28px; }

.contacts-map {
  position: relative; }

.contacts-map:after {
  content: '';
  height: 800px;
  width: 100vw;
  position: absolute;
  top: 120px;
  right: 130px;
  background-color: #D8DCEF; }

.contacts-map iframe {
  width: 100% !important;
  height: 360px !important;
  border-radius: 20px;
  box-shadow: 0px 15px 39px #D8DCEF;
  position: relative;
  z-index: 2; }

.contacts-page .form-container {
  position: relative; }

.contacts-page .form-container:after {
  content: '';
  height: 360px;
  width: 100vw;
  position: absolute;
  top: -120px;
  left: 200px;
  background-color: #D8DCEF;
  z-index: -1;
  border-radius: 20px; }

.contacts-page .form-content {
  box-shadow: 0px 13px 39px #D8DCEF;
  border-radius: 20px;
  background-color: #fff;
  padding: 45px 70px 60px;
  position: relative;
  z-index: 2; }

.contacts-page .form-content h3,
.contacts-page .form-content .h3 {
  font-size: 26px;
  font-weight: 600;
  text-align: center;
  margin: 0 0 5px; }

.contacts-page .form-content .subtitle {
  margin-bottom: 20px;
  text-align: center;
  font-size: 14px;
  color: #74747A; }

.contacts-page .form-content .btn-primary {
  width: 100%;
  margin-top: 15px; }

@media (max-width: 1399px) {
  .contacts-page .page-title {
    margin-bottom: 50px; }
  .contacts-page .form-content {
    padding: 45px 30px 50px; }
  .contacts-page .form-content h3, .contacts-page .form-content .h3 {
    font-size: 22px; }
  .contacts-info {
    margin-bottom: 30px; } }

@media (max-width: 1199px) {
  .contacts-page .col-lg-5 {
    padding-left: 10px; }
  .contacts-page .form-container {
    margin-left: -20px; } }

@media (max-width: 991px) {
  .contacts-page .col-lg-7 {
    padding-right: 10px; }
  .contacts-page .form-container {
    margin-left: 0;
    margin-top: 30px; }
  .contacts-map:after {
    display: none; }
  .contacts-page .form-content {
    padding: 50px; } }

@media (max-width: 767px) {
  .contacts-page .phone-item,
  .contacts-page .message-item,
  .contacts-page .social-item,
  .contacts-page .address-item {
    margin-bottom: 30px; }
  .contacts-page .page-title {
    margin-bottom: 30px; } }

@media (max-width: 479px) {
  .contacts-info {
    padding: 30px 20px 15px; }
  .contacts-page .form-content h3, .contacts-page .form-content .h3 {
    font-size: 20px; }
  .contacts-page .form-content .subtitle {
    font-size: 13px; }
  .contacts-page .form-content {
    padding: 40px 20px; } }

.cabinet-page .page-content {
  padding-bottom: 80px; }

.cabinet-page .tabs {
  display: flex;
  justify-content: center;
  list-style: none;
  padding: 0 70px 0 0;
  margin: 0; }

.cabinet-page .tabs li {
  margin: 0;
  border-bottom: 3px solid transparent;
  padding: 5px 60px 15px;
  color: #8285A5;
  font-size: 18px;
  cursor: pointer;
  font-weight: 500; }

.cabinet-page .tabs li:hover,
.cabinet-page .tabs li:hover a {
  color: #4D1647; }

.cabinet-page .tabs li a {
  text-decoration: none;
  color: #8285A5; }

.cabinet-page .tabs li.current {
  border-bottom: 3px solid #4D1647;
  color: #4D1647; }

.cabinet-page .tab-content {
  background-color: #fff;
  box-shadow: 0px 13px 39px #D8DCEF;
  border-radius: 20px;
  padding: 50px 250px 70px; }

.cabinet-page .tab-content .form-control {
  width: 360px; }

.cabinet-page .tab-content .btn-primary {
  width: 360px;
  margin-top: 15px; }

.cabinet-page .tab-pane > p {
  margin: 0 0 30px;
  font-size: 14px; }

.cabinet-page .tab-pane .h3 {
  font-size: 22px;
  margin: 0 0 20px;
  font-weight: 600; }

.cabinet-page .tab-pane .h4 {
  font-size: 20px;
  margin: 0 0 15px;
  font-weight: 600; }

.cabinet-page .card {
  margin-bottom: 20px; }

.cabinet-page .card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 10px 15px 10px 65px;
  cursor: pointer;
  background-color: #EAEEFD;
  border-radius: 10px; }

.cabinet-page .card-header:before {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  left: 25px;
  top: calc(50% - 4px);
  border-top: 9px solid #222;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  transform-origin: center;
  transition: 0.25s; }

.cabinet-page .card-header.active:before {
  top: 29px;
  transform: rotate(-180deg);
  border-top: 9px solid #252525; }

.cabinet-page .card-header small {
  font-size: 13px;
  color: #555; }

.cabinet-page .card-header .text-box {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2; }

.cabinet-page .card-header .order-status {
  height: 28px;
  width: 145px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  border-radius: 20px; }

.cabinet-page .card-header .order-status.order-success {
  background-color: #3CA42B;
  color: #fff; }

.cabinet-page .card-header .order-status.order-canceled {
  background-color: #777;
  color: #fff; }

.cabinet-page .card-header .order-status.order-process {
  background-color: #EF8727;
  color: #fff; }

.cabinet-page .card-body {
  display: none;
  position: relative; }

.cabinet-page .card-body:after {
  content: '';
  position: absolute;
  left: 0;
  top: -1px;
  height: 3px;
  background: #fff;
  width: 100%; }

.cabinet-page .cart-item {
  border: 0;
  margin-bottom: 5px;
  border-top: 1px solid #d5d4d4;
  padding: 8px 0;
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  box-shadow: none;
  border-radius: 0; }

.cabinet-page .cart-item:first-child {
  border-bottom: 0; }

.cabinet-page .cart-item .text-block {
  margin-right: 20px;
  flex-grow: 1; }

.cabinet-page .cart-item .calc-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: -15px; }

.cabinet-page .cart-item .img-block {
  width: 80px;
  flex: 0 0 80px;
  height: 80px;
  margin-right: 25px;
  overflow: hidden;
  transition: 0.3s;
  border-radius: 5px;
  overflow: hidden; }

.cabinet-page .cart-item .img-block a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%; }

.cabinet-page .cart-item .img-block img {
  display: block;
  margin: auto;
  max-width: 100%;
  max-height: 100%; }

.cabinet-page .cart-item .img-block:hover,
.cabinet-page .cart-item .img-block:focus {
  opacity: 0.7; }

.cabinet-page .cart-item .title {
  font-size: 18px;
  margin: 0 0 5px;
  font-weight: 500; }

.cabinet-page .cart-item .title a {
  text-decoration: none;
  color: inherit; }

.cabinet-page .cart-item .title a:hover {
  text-decoration: underline; }

.cabinet-page .cart-item .descr-text {
  color: #777;
  margin-bottom: 5px;
  font-size: 13px; }

.cabinet-page .cart-item .title-amount {
  font-weight: 500; }

.cabinet-page .cart-item .product-sum,
.cabinet-page .cart-item .product-cost {
  margin: 0;
  font-size: 18px;
  width: 180px;
  font-weight: 500;
  text-align: right; }

.cabinet-page .together-container {
  box-shadow: none;
  padding-left: 32px;
  border: 1px solid #E82D2D;
  border-left: 0; }

.cabinet-page .together-container .together-item .text-block .title {
  margin-bottom: 10px; }

@media (max-width: 1399px) {
  .cabinet-page .tab-content {
    padding: 50px; } }

@media (max-width: 1199px) {
  .cabinet-page h1,
  .cabinet-page .h1 {
    font-size: 32px; }
  .cabinet-page .tabs li,
  .cabinet-page .tabs a {
    font-size: 18px; }
  .cabinet-page .tab-pane form {
    width: 420px;
    margin: 0 auto; }
  .cabinet-page .form-group .form-control {
    width: 100%; }
  .cabinet-page .tab-pane .col-xl-6 {
    margin-bottom: 50px; }
  .cabinet-page .tab-pane .btn-primary {
    width: 100%; }
  .cabinet-page .card-header .order-status.order-process,
  .cabinet-page .card-header .order-status.order-canceled,
  .cabinet-page .card-header .order-status.order-success {
    font-size: 13px;
    width: 120px; }
  .cabinet-page .card-header .text-box {
    font-size: 16px; }
  .cabinet-page .card-header {
    padding: 10px 10px 10px 45px; }
  .cabinet-page .card-header:before {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 7px solid #212121;
    left: 20px; }
  .cabinet-page .card-header.active:before {
    border-top: 7px solid #262626;
    top: 27px; } }

@media (max-width: 991px) {
  .cabinet-page .tab-content {
    padding: 30px 20px 10px; }
  .cabinet-page .tab-pane .h3 {
    font-size: 20px; }
  .cabinet-page h1,
  .cabinet-page .h1 {
    font-size: 28px; }
  .cabinet-page .tabs {
    padding-right: 30px; }
  .cabinet-page .tabs li {
    padding: 10px 30px; }
  .cabinet-page .tabs li,
  .cabinet-page .tabs li a {
    font-size: 16px; }
  .cabinet-page .card-header .text-box {
    font-size: 14px; }
  .cabinet-page .card-header {
    padding: 8px 8px 8px 36px; }
  .cabinet-page .card-header:before {
    left: 14px;
    top: 25px; }
  .cabinet-page .card-header.collapsed:before {
    top: 26px; }
  .cabinet-page .cart-item .img-block img {
    margin-left: 0; }
  .cabinet-page .cart-item .img-block {
    flex: 0 0 60px;
    width: auto;
    max-width: 60px;
    height: 60px;
    margin-right: 10px; }
  .cabinet-page .cart-item .product-sum,
  .cabinet-page .cart-item .product-cost {
    font-size: 14px;
    width: auto;
    white-space: nowrap; }
  .cabinet-page .cart-item .title {
    font-size: 14px; }
  .cabinet-page .together-container .together-item .img-block {
    flex: 0 0 120px;
    width: 120px;
    height: 120px; } }

@media (max-width: 767px) {
  .cabinet-page .page-content {
    padding-bottom: 50px; }
  .cabinet-page h1,
  .cabinet-page .h1 {
    font-size: 24px;
    margin-bottom: 20px; }
  .cabinet-page .tabs {
    display: flex;
    padding: 0 15px; }
  .cabinet-page .tabs li {
    margin-right: 10px;
    flex-grow: 1;
    text-align: center;
    font-size: 14px;
    margin: 0; }
  .cabinet-page .tabs li a,
  .cabinet-page .tabs li {
    font-size: 14px; }
  .cabinet-page .tab-pane {
    padding-left: 0;
    padding-right: 0; }
  .cabinet-page .card-header .order-status.order-process,
  .cabinet-page .card-header .order-status.order-canceled,
  .cabinet-page .card-header .order-status.order-success {
    font-size: 11px;
    width: 100px;
    position: absolute;
    right: 0;
    top: -22px;
    padding: 3px;
    border-radius: 3px 3px 0 0;
    height: auto; }
  .cabinet-page .card {
    margin-bottom: 40px; }
  .cabinet-page .card-header {
    border-radius: 5px 0 5px 5px; }
  .cabinet-page .tab-pane .h3 {
    text-align: center;
    font-size: 20px;
    margin: 10px 0 40px; }
  .cabinet-page .cart-item {
    padding-right: 0; }
  .cabinet-page .card-header {
    position: relative; }
  .cabinet-page .card-header .order-amount {
    position: absolute;
    left: 0;
    top: -20px;
    display: flex;
    align-items: center; }
  .cabinet-page .card-header .order-amount small {
    color: #74747a;
    margin-right: 5px; }
  .cabinet-page .card-header .order-amount .text-box {
    margin-right: 5px; }
  .cabinet-page .tab-pane .col-xl-6 {
    margin-top: 0; }
  .cabinet-page .tab-pane .col-xl-6:first-child {
    margin-bottom: 60px; }
  .cabinet-page .tab-pane form {
    width: 100%; } }

@media (max-width: 575px) {
  .cabinet-page .tabs {
    padding: 0;
    margin: 0 -10px; }
  .cabinet-page .tabs li {
    padding: 10px 5px; }
  .cabinet-page .tab-content {
    border-radius: 0;
    box-shadow: none;
    margin: 0 -10px;
    padding: 20px 15px; }
  .cabinet-page .page-content {
    padding-bottom: 0; }
  .cabinet-page .together-container .together-footer {
    flex-wrap: wrap; }
  .cabinet-page .together-container .together-calc,
  .cabinet-page .together-container .together-cost,
  .cabinet-page .together-container .together-sum {
    width: 100%;
    font-size: 14px; }
  .cabinet-page .together-container .together-item .img-block {
    flex: 0 0 80px;
    width: 80px;
    height: 80px; } }

.choosen-page .choosen-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px; }

.choosen-page .choosen-head .clear-all {
  background-color: #fff;
  height: 42px;
  padding: 0 38px 0 15px;
  border-radius: 3px;
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: 0.25s;
  border: 1px solid #A2A4BA;
  position: relative;
  border-radius: 40px; }

.choosen-page .choosen-head .clear-all:hover {
  background-color: #A2A4BA;
  color: #fff; }

.choosen-page .choosen-head .clear-all i {
  margin-left: 10px;
  width: 20px;
  height: 20px;
  background: #DEDEDE url(../img/icons/close-icon.svg) no-repeat center;
  background-size: 8px;
  position: absolute;
  right: 9px;
  top: 10px;
  border-radius: 50%;
  transition: 0.25s; }

.choosen-page .choosen-head .clear-all:hover i {
  transform: rotate(90deg); }

.choosen-page .remove-item {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 34px;
  height: 34px;
  z-index: 1;
  border-radius: 5px;
  cursor: pointer;
  border: 1px solid #C2C2C2;
  background-color: #fff; }

.choosen-page .remove-item:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: url(../img/icons/trash-icon.svg) no-repeat center;
  opacity: 0.5;
  background-size: 20px; }

.choosen-page .remove-item:hover:after {
  opacity: 1; }

.choosen-page .custom-container {
  margin-bottom: 50px; }

.choosen-page .slider-section {
  margin-top: 50px; }

.choosen-page .empty-choosen {
  clear: both;
  padding: 150px 0; }

.choosen-page .empty-choosen .lg-icon {
  margin-bottom: 15px; }

.choosen-page .empty-choosen img {
  display: block;
  max-width: 90px;
  max-heigh: 90px;
  margin: 0 auto; }

.choosen-page .empty-choosen .h2 {
  font-size: 28px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 15px; }

.choosen-page .empty-choosen p {
  color: #555;
  text-align: center;
  max-width: 500px;
  margin: 0 auto; }

.choosen-page .empty-choosen p a {
  color: #9641b5;
  text-decoration: underline; }

.choosen-page .empty-choosen p a:hover {
  text-decoration: none; }

@media (max-width: 1199px) {
  .choosen-page .empty-choosen .h2 {
    font-size: 24px; } }

@media (max-width: 991px) {
  .choosen-page .empty-choosen .h2 {
    font-size: 20px; } }

@media (max-width: 767px) {
  .choosen-page .page-title {
    margin-top: 30px;
    margin-bottom: 30px; }
  .choosen-page .choosen-head .clear-all {
    order: 2;
    font-size: 13px; }
  .choosen-head .select-container {
    order: 1; }
  .choosen-head .select-container .select-button {
    font-size: 13px;
    width: 170px; }
  .choosen-page .empty-choosen {
    padding: 120px 0; }
  .choosen-page .empty-choosen .h2 {
    font-size: 20px; } }

@media (max-width: 575px) {
  .choosen-page .choosen-head {
    flex-wrap: wrap;
    margin-bottom: 30px; }
  .choosen-head .select-container .select-button,
  .choosen-head .select-box {
    width: 100%; }
  .choosen-head .select-container .select-label {
    white-space: nowrap; }
  .choosen-head .select-container {
    margin-bottom: 15px;
    width: 100%; }
  .choosen-page .choosen-head .clear-all {
    width: 100%;
    height: 36px; }
  .choosen-page .choosen-head .clear-all i {
    top: 6px; }
  .choosen-head .select-container .select-button {
    height: 36px; }
  .choosen-page .slider-section {
    margin-top: 50px; } }

.search-page .search-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px; }

.search-page .custom-container {
  margin-bottom: 50px; }

.search-page h1,
.search-page .h1 {
  font-size: 28px;
  font-weight: 400;
  margin: 30px 0 20px; }

.search-page h1 span,
.search-page .h1 span {
  font-weight: 700; }

.search-page .subtitle {
  font-size: 18px;
  color: #778493; }

.search-page .subtitle span {
  color: #121212;
  font-weight: 600;
  font-size: 20px; }

.search-page .empty-search {
  clear: both;
  padding: 150px 0; }

.search-page .empty-search .lg-icon {
  margin-bottom: 15px; }

.search-page .empty-search img {
  display: block;
  max-width: 90px;
  max-heigh: 90px;
  margin: 0 auto; }

.search-page .empty-search .h2 {
  font-size: 30px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 15px; }

.search-page .empty-search p {
  color: #555;
  text-align: center;
  max-width: 500px;
  margin: 0 auto; }

.search-page .empty-search p a {
  color: #9641b5;
  text-decoration: underline; }

.search-page .empty-search p a:hover {
  text-decoration: none; }

@media (min-width: 1200px) {
  .search-page .slider-section .title-group .h2,
  .search-page .slider-section .title-group h2 {
    font-size: 32px; } }

@media (max-width: 991px) {
  .search-page h1, .search-page .h1 {
    font-size: 24px; }
  .search-page .subtitle {
    font-size: 16px; }
  .search-page .empty-choosen .h2 {
    font-size: 22px; } }

@media (max-width: 767px) {
  .search-page h1, .search-page .h1 {
    font-size: 22px;
    margin-bottom: 10px; }
  .search-page .search-head {
    flex-wrap: wrap;
    margin-bottom: 30px; }
  .search-head .select-container .select-button,
  .search-head .select-box {
    width: 100%; }
  .search-head .select-container .select-label {
    white-space: nowrap; }
  .search-head .select-container {
    margin-bottom: 15px;
    width: 100%; }
  .search-page .subtitle {
    margin-bottom: 20px; }
  .search-page .empty-search {
    padding: 120px 0; }
  .search-page .empty-search .h2 {
    font-size: 20px; } }

.consultation-section {
  padding: 80px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  position: relative;
  z-index: 1; }

.index-page .consultation-section {
  padding: 50px 0; }

.index-page .consultation-section:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 50%;
  background-color: #D8DCEF;
  z-index: 1; }

.consultation-content {
  border-radius: 20px;
  background-color: #fff;
  background-image: url(../img/consultation/consultation-img-1.png), url(../img/consultation/consultation-img-2.png);
  background-repeat: no-repeat;
  background-position: left bottom, right bottom;
  box-shadow: 0px 4px 33px rgba(0, 0, 0, 0.08);
  display: flex;
  align-items: center;
  padding: 55px 30px 55px 170px;
  position: relative;
  z-index: 10; }

.consultation-head {
  max-width: 500px;
  margin-right: 70px; }

.consultation-content .h2 {
  font-size: 40px;
  line-height: 1.2;
  margin: 0 0 5px;
  font-family: 'RG-StandardMedium';
  font-weight: normal; }

.consultation-section p {
  margin: 0 0 10px;
  color: #545454;
  max-width: 520px; }

.consultation-section form {
  display: flex;
  flex-wrap: wrap; }

.consultation-section .form-group {
  margin-right: 20px;
  position: relative;
  padding-bottom: 0; }

.consultation-section .form-group img {
  position: absolute;
  top: 14px;
  left: 16px; }

.consultation-section .form-control {
  font-size: 18px;
  font-weight: 500;
  height: 50px;
  border: 0;
  border: 1px solid #9F9F9F;
  width: 260px;
  padding-left: 50px; }

.consultation-section .btn-primary {
  width: 260px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px; }

@media (max-width: 1699px) {
  .consultation-head {
    max-width: 420px; } }

@media (max-width: 1399px) {
  .consultation-content {
    padding-left: 150px; }
  .consultation-content .h2 {
    font-size: 36px; }
  .consultation-head {
    margin-right: 30px;
    max-width: 400px; }
  .consultation-section .form-control,
  .consultation-section .btn-primary {
    width: 240px; }
  .consultation-section .form-group {
    margin-right: 10px; } }

@media (max-width: 1199px) {
  .consultation-content .h2 {
    font-size: 32px; }
  .consultation-head {
    max-width: 350px;
    margin-right: 20px; }
  .consultation-section .form-control, .consultation-section .btn-primary {
    font-size: 16px;
    width: 220px; }
  .consultation-content {
    padding-left: 50px;
    background-image: url(../img/consultation/consultation-img-1.png), url(../img/consultation/consultation-img-2.png);
    background-position: left bottom, right bottom;
    background-size: 100px, 150px; } }

@media (max-width: 991px) {
  .consultation-section .btn-primary {
    margin-top: 25px;
    width: 100%; }
  .consultation-section .form-group {
    margin-right: 0;
    width: 100%; }
  .consultation-section .form-control {
    width: 100%; }
  .consultation-content .h2 {
    font-size: 28px; } }

@media (max-width: 767px) {
  .consultation-content {
    display: block;
    background: #fff;
    padding: 40px; }
  .consultation-head {
    max-width: none;
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px; }
  .index-page .consultation-section {
    padding: 30px 0; } }

@media (max-width: 479px) {
  .consultation-section .form-control {
    height: 42px; }
  .consultation-section .form-group img {
    top: 9px; }
  .consultation-section .btn-primary {
    height: 42px; }
  .consultation-content {
    padding: 35px 20px; } }

.delivery-page .page-content {
  padding-bottom: 30px; }

.delivery-page .page-title {
  margin-bottom: 70px; }

.delivery-page .page-content .row {
  margin-bottom: 90px;
  margin-left: -25px;
  margin-right: -25px; }

.delivery-page .page-content .col-lg-6 {
  padding-left: 25px;
  padding-right: 25px; }

.delivery-page .img-container {
  margin-top: 40px;
  position: relative;
  z-index: 5; }

.delivery-page .img-container img {
  display: block;
  max-width: 100%;
  box-shadow: 0 5px 20px #d3d9f4;
  border-radius: 20px; }

.delivery-page .text-container {
  position: relative;
  z-index: 1;
  padding: 35px 30px 35px 0; }

.delivery-page .text-container:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 1100px;
  height: 100%;
  background-color: #D8DCEF;
  border-radius: 20px; }

.delivery-page .page-content .row:nth-child(odd) .text-container {
  padding: 35px 0 35px 35px; }

.delivery-page .page-content .row:nth-child(odd) .text-container:after {
  right: auto;
  left: 0; }

.delivery-page .text-container > * {
  position: relative;
  z-index: 2; }

.delivery-page .text-container h2,
.delivery-page .text-container .h2 {
  font-size: 36px;
  font-family: 'RG-StandardMedium';
  font-weight: normal;
  line-height: 1.1;
  margin: 0 0 5px; }

.delivery-page .text-container h3,
.delivery-page .text-container .h3 {
  margin: 20px 0 5px;
  font-size: 20px;
  font-weight: 500; }

.success-page .page-content {
  display: flex;
  align-items: center;
  padding: 100px 0; }

.success-page .page-content .container {
  text-align: center; }

.success-page .page-content .container img {
  display: block;
  width: 80px;
  height: 80px;
  margin: 0 auto 10px; }

.success-page .page-content .container h1 {
  margin-bottom: 15px;
  font-weight: 600; }

.success-page .page-content .container .subtitle {
  font-size: 22px;
  margin: 10px 0; }

.success-page .page-content .container .subtitle span {
  font-weight: 500; }

.success-page .page-content .container .success-text {
  color: #555;
  max-width: 500px;
  margin: 0 auto 25px;
  font-size: 18px; }

.success-page .page-content .container .success-text span {
  font-weight: 500;
  color: #111; }

.success-page .page-content .container .btn-primary {
  height: 46px;
  margin: 8px auto 0;
  width: 300px;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center; }

@media (max-width: 1199px) {
  .success-page .page-content .container h1 {
    font-size: 32px; }
  .success-page .page-content .container .success-text {
    font-size: 16px; } }

@media (max-width: 767px) {
  .success-page .page-content {
    padding: 80px 0 100px; }
  .success-page .page-content .container h1 {
    font-size: 28px; }
  .success-page .page-content .container .subtitle {
    font-size: 18px; } }

@media (max-width: 420px) {
  .success-page .page-content .container .btn-primary {
    width: 90%; } }

.index-news {
  padding: 60px 0 110px;
  background-color: #D8DCEF; }

.index-news .title-group {
  margin-bottom: 45px; }

.index-news .btn-link {
  background-color: #fff;
  border-color: #cfd0e1;
  padding-bottom: 2px; }

.news-page .page-content {
  position: relative;
  padding-bottom: 90px; }

.news-page .page-title {
  margin-bottom: 30px; }

.news-page .page-content:after {
  content: '';
  height: 200px;
  width: 50vw;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #D8DCEF;
  border-top-right-radius: 20px;
  z-index: -1; }

.news-page .news-head {
  display: flex;
  margin-bottom: 40px; }

.news-page .news-head .select-container {
  margin-left: auto; }

.news-item {
  min-height: 100%;
  position: relative;
  padding-top: 30px;
  height: 100%; }

.news-item .detail-link {
  position: absolute;
  right: 18px;
  bottom: 15px; }
  .news-item .detail-link a {
    display: inline-block;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    transition: 0.3s;
    background: linear-gradient(89.81deg, #BE8FCF 0.17%, #B8B3D9 94.11%);
    border-radius: 20px;
    padding: 5px 20px 6px; }
    .news-item .detail-link a:hover {
      background-size: 300% 100%; }

.news-item .item-img {
  height: 160px;
  width: 220px;
  background-color: #fff;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  transition: 0.25s;
  margin-bottom: 5px;
  position: relative;
  box-shadow: 0 7px 19px #D8DCEF;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  border-radius: 10px;
  overflow: hidden; }
  .news-item .item-img a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    outline: none;
    border-radius: 4px; }
  .news-item .item-img picture {
    display: block;
    width: 100%;
    height: 100%; }
  .news-item .item-img img {
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .news-item .item-img a {
    display: block;
    width: 100%;
    height: 100%;
    outline: 0; }
  .news-item .item-img:hover {
    opacity: 0.8; }

.news-item .item-body {
  position: relative;
  z-index: 1;
  padding: 15px 15px 50px 42px;
  height: 100%; }
  .news-item .item-body:after {
    content: '';
    position: absolute;
    left: 20px;
    top: 0;
    bottom: 0;
    right: 0;
    background-color: #fff;
    z-index: -1;
    border-radius: 20px;
    box-shadow: 0px 4px 33px rgba(0, 0, 0, 0.08); }

.news-item .item-title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #252525;
  line-height: 1.3;
  min-height: 120px;
  margin-left: 200px;
  margin-bottom: 12px;
  display: flex;
  flex-direction: column;
  justify-content: center; }
  .news-item .item-title a {
    text-decoration: none;
    color: inherit; }
    .news-item .item-title a:hover {
      color: #925188;
      text-decoration: underline; }

.news-item .item-text {
  margin: 0 0 10px;
  font-size: 14px;
  display: -webkit-box;
  max-width: 100%;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden; }

.news-page .page-content .row {
  margin-left: -20px;
  margin-right: -20px; }

.news-page .col-md-6.col-xl-4 {
  margin-bottom: 80px;
  padding-left: 20px;
  padding-right: 20px; }

.news-page .col-md-6.col-xl-4:first-child {
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
  margin-bottom: 70px; }

.news-page .col-md-6.col-xl-4:first-child .news-item {
  padding-top: 45px; }

.news-page .col-md-6.col-xl-4:first-child .news-item .item-body:after {
  left: 45px; }

.news-page .col-md-6.col-xl-4:first-child .news-item .item-body {
  padding: 20px 25px 65px 445px;
  min-height: 250px; }

.news-page .col-md-6.col-xl-4:first-child .news-item .item-img {
  width: 410px;
  height: 310px;
  border-radius: 16px;
  top: -30px; }

.news-page .col-md-6.col-xl-4:first-child .news-item .item-title {
  margin-left: 0;
  font-size: 22px;
  min-height: auto; }

.news-page .col-md-6.col-xl-4:first-child .news-item .item-text {
  font-size: 16px; }

.news-page .col-md-6.col-xl-4:first-child .news-item .detail-link {
  right: 25px;
  bottom: 20px; }

.news-page .col-md-6.col-xl-4:first-child .news-item .detail-link a {
  font-size: 16px; }

.news-page .page-content .btn-primary {
  display: flex;
  max-width: 385px;
  margin: 50px auto 0;
  height: 60px;
  position: relative;
  z-index: 1;
  font-size: 20px;
  cursor: pointer; }

.article-col {
  padding-right: 50px;
  padding-top: 40px; }

.article-col img {
  display: block;
  border-radius: 5px;
  max-width: 100%; }

.article-col .align-left {
  margin: 5px 15px 5px 0; }

.article-col .align-right {
  margin: 12px 0 5px 15px; }

.article-col ul,
.article-col ol {
  padding-left: 20px;
  display: inline-block;
  vertical-align: top;
  margin: -8px 0 10px; }

.article-col ul li,
.article-col ol li {
  margin-bottom: 5px; }

.article-col ul li::marker,
.article-col ol li::marker {
  color: #9c5b9e;
  font-weight: 600; }

.article-col b,
.article-col strong {
  font-weight: 700; }

.article-col iframe {
  max-width: 100%; }

.article-col a {
  color: #854087; }

.article-col a:hover {
  text-decoration: none; }

.article-col .h1,
.article-col h1 {
  font-size: 36px;
  font-weight: 600;
  margin: 0 0 20px;
  line-height: 1.3; }

.article-col .h2,
.article-col h2 {
  font-size: 30px;
  font-weight: 500;
  margin: 20px 0 5px; }

.article-col .h3,
.article-col h3 {
  font-size: 24px;
  font-weight: 600;
  margin: 20px 0 5px; }

.article-col .h4,
.article-col h4 {
  font-size: 18px;
  margin: 15px 0 5px;
  font-weight: 600; }

.article-col .h5,
.article-col h5 {
  font-size: 14px;
  margin: 10px 0 5px;
  font-weight: 600; }

.article-col .h6,
.article-col h6 {
  font-size: 12px;
  margin: 15px 0 5px;
  font-weight: 600; }

.aside-col {
  padding: 30px 30px 10px;
  border-radius: 4px;
  position: relative;
  z-index: 5;
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0px 7px 19px #D8DCEF;
  margin-top: 70px; }

.aside-col iframe {
  max-width: 100%; }

.aside-col .h3,
.aside-col h3 {
  font-size: 28px;
  margin: 0 0 20px;
  font-weight: 500; }

.aside-col .news-item {
  display: flex;
  margin-bottom: 20px;
  padding: 0; }

.aside-col .item-body {
  margin-top: -3px;
  padding: 0; }

.aside-col .item-body:after {
  display: none; }

.aside-col .item-img {
  height: 110px;
  width: 150px;
  flex: 0 0 150px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  transition: 0.25s;
  margin-right: 12px;
  position: relative;
  top: auto;
  left: auto; }

.aside-col .item-img picture {
  display: block;
  width: 100%;
  height: 100%; }

.aside-col .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover; }

.aside-col .item-img a {
  display: block;
  width: 100%;
  height: 100%;
  outline: 0; }

.aside-col .item-img:hover {
  opacity: 0.8; }

.aside-col .item-title {
  font-weight: 500;
  margin-bottom: 5px;
  color: #212121;
  font-size: 16px;
  min-height: auto;
  margin: 0 0 5px; }

.aside-col .item-title a {
  color: inherit;
  text-decoration: none; }

.aside-col .item-title a:hover {
  text-decoration: underline; }

.aside-col .item-date {
  color: #888;
  font-size: 11px;
  margin-bottom: 5px; }

.aside-col .detail-link {
  position: static;
  text-align: right; }

.aside-col .detail-link a {
  font-size: 13px;
  padding: 3px 15px; }

.aside-col .item-body {
  flex-grow: 1; }

.news-inner .consultation-section:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 50%;
  background-color: #D8DCEF;
  z-index: 1; }

@media (max-width: 1699px) {
  .news-item .item-img {
    height: 140px;
    width: 180px; }
  .aside-col .item-img {
    height: 110px;
    width: 150px;
    flex: 0 0 150px; }
  .news-item .item-title {
    margin-left: 160px; }
  .aside-col .news-item .item-title {
    margin-left: 0; }
  .index-news .news-item .item-text {
    font-size: 13px; }
  .index-news .news-item .item-title {
    font-size: 15px; }
  .index-news .news-item .detail-link a {
    font-size: 13px; } }

@media (max-width: 1399px) {
  .article-col .h1,
  .article-col h1 {
    font-size: 32px; }
  .news-item .item-title {
    font-size: 15px; }
  .news-page .col-md-6.col-xl-4:first-child .news-item .item-title {
    font-size: 20px; }
  .aside-col {
    padding: 25px 20px 10px; }
  .aside-col .news-item .item-title {
    font-size: 14px; }
  .aside-col .detail-link a {
    font-size: 12px; }
  .news-item .item-text {
    font-size: 13px; } }

@media (max-width: 1199px) {
  .news-page .col-md-6.col-xl-4:first-child {
    flex: 0 0 100%;
    max-width: 100%; }
  .news-page .col-md-6.col-xl-4:first-child .news-item .item-img {
    width: 320px;
    height: 280px; }
  .news-page .col-md-6.col-xl-4:first-child .news-item .item-body {
    padding-left: 350px; }
  .article-col {
    padding-right: 10px; }
  .article-col .h1,
  .article-col h1 {
    font-size: 30px; }
  .article-col .h2,
  .article-col h2 {
    font-size: 28px; }
  .article-col .h3,
  .article-col h3 {
    font-size: 22px; }
  .article-col .h4,
  .article-col h4 {
    font-size: 16px; }
  .index-news .news-item .item-img {
    width: 230px;
    left: 5px;
    height: 160px;
    top: -15px; }
  .aside-col .news-item .item-title {
    font-size: 20px;
    margin-bottom: 10px; }
  .index-news .news-item .item-body {
    padding: 130px 15px 50px 42px; }
  .index-news .news-item .item-title {
    margin-left: 0;
    min-height: auto; }
  .index-news {
    padding-bottom: 80px; } }

@media (max-width: 991px) {
  .news-page .page-content .row {
    margin-left: -15px;
    margin-right: -15px; }
  .news-page .col-md-6.col-xl-4:first-child {
    flex: 0 0 50%;
    max-width: 50%; }
  .news-page .col-md-6.col-xl-4:first-child .news-item .item-title {
    font-size: 15px; }
  .news-page .col-md-6.col-xl-4:first-child,
  .news-page .col-md-6.col-xl-4 {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 30px; }
  .news-page .col-md-6.col-xl-4:first-child .news-item .item-body:after,
  .news-item .item-body:after {
    top: -80px;
    left: 10px; }
  .news-page .col-md-6.col-xl-4:first-child .news-item .item-img,
  .news-item .item-img {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    height: 190px;
    margin-bottom: 15px;
    box-shadow: none; }
  .news-item .item-title {
    margin-left: 0;
    min-height: auto; }
  .news-item,
  .news-page .col-md-6.col-xl-4:first-child .news-item {
    padding: 10px 10px 50px;
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 0px 4px 33px rgba(0, 0, 0, 0.08); }
  .news-page .col-md-6.col-xl-4:first-child .news-item .item-body,
  .news-item .item-body {
    padding: 0;
    min-height: auto;
    height: auto;
    position: static; }
  .news-page .col-md-6.col-xl-4:first-child .news-item .item-text {
    font-size: 13px; }
  .news-page .col-md-6.col-xl-4:first-child .news-item .detail-link a {
    font-size: 14px; }
  .news-page .col-md-6.col-xl-4:first-child .news-item .item-body:after,
  .news-item .item-body:after {
    display: none; }
  .news-page .col-md-6.col-xl-4:first-child .news-item .detail-link,
  .news-item .detail-link {
    right: 15px;
    bottom: 15px; }
  .aside-col .news-item {
    background-color: transparent !important;
    box-shadow: none !important; }
  .aside-col .item-img {
    height: 110px; }
  .aside-col .news-item .item-title {
    font-size: 18px; }
  .article-col .h1,
  .article-col h1 {
    font-size: 28px; }
  .article-col .h2,
  .article-col h2 {
    font-size: 24px; }
  .article-col .h3,
  .article-col h3 {
    font-size: 20px; }
  .news-page .page-content .btn-primary {
    font-size: 18px;
    max-width: 320px; }
  .aside-col .news-item .item-title {
    font-size: 20px;
    margin-bottom: 10px; }
  .index-news .news-item {
    background-color: transparent;
    box-shadow: none; }
  .index-news .news-item .item-img {
    width: 230px;
    left: 5px;
    height: 160px;
    top: -15px;
    position: absolute; }
  .index-news .news-item .item-body {
    padding: 15px 15px 50px 42px;
    position: relative; }
  .index-news .news-item .item-title {
    margin-left: 200px;
    min-height: 130px; }
  .index-news .news-item .item-body:after {
    display: block;
    top: 0; }
  .index-news {
    padding-bottom: 50px; } }

@media (max-width: 767px) {
  .news-page .col-md-6.col-xl-4:first-child {
    max-width: 100%;
    flex: 0 0 100%; }
  .news-page .col-md-6.col-xl-4:first-child .news-item .item-img,
  .news-item .item-img {
    height: 280px; }
  .aside-col .item-img {
    height: 110px; }
  .article-col .h1,
  .article-col h1 {
    font-size: 24px; }
  .article-col .h2,
  .article-col h2 {
    font-size: 20px; }
  .article-col .h3,
  .article-col h3 {
    font-size: 18px; }
  .article-col img {
    float: none !important;
    margin: 0 auto 10px !important; }
  .index-news {
    padding-top: 30px;
    padding-bottom: 10px; } }

@media (max-width: 575px) {
  .news-page .page-title {
    margin-top: 30px; }
  .news-page .news-head .select-container .select-label {
    margin-bottom: 5px;
    margin-left: 10px; }
  .news-page .news-head .select-container .select-label,
  .news-page .news-head .select-container .select-box,
  .news-page .news-head .select-container .select-button,
  .news-page .news-head .select-container .select-dropdown {
    width: 100%; }
  .news-page .news-head .select-container {
    flex-wrap: wrap;
    width: 100%; }
  .aside-col .news-item .item-title {
    font-size: 16px; }
  .index-news .col-lg-4 {
    margin-bottom: 20px; }
  .index-news .news-item {
    padding: 10px 10px 50px;
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 0px 4px 33px rgba(0, 0, 0, 0.08); }
  .index-news .news-item .item-title {
    margin-left: 0;
    min-height: auto; }
  .index-news .news-item .item-img {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    height: 250px; }
  .index-news .news-item .item-body {
    padding: 0;
    min-height: auto;
    height: auto;
    position: static; }
  .index-news .news-item .item-body:after {
    display: none; }
  .index-news .btn-link {
    padding: 0 20px;
    height: 36px; } }

@media (max-width: 420px) {
  .aside-col .h3, .aside-col h3 {
    font-size: 24px; }
  .news-page .col-md-6.col-xl-4:first-child .news-item .item-img, .news-item .item-img {
    height: 220px; }
  .news-page .page-content .btn-primary {
    width: 100%;
    max-width: 100%;
    height: 54px; }
  .aside-col .news-item .item-title {
    font-size: 15px; }
  .aside-col .item-img {
    height: 100px;
    width: 120px;
    flex: 0 0 120px; }
  .aside-col {
    padding: 25px 15px 10px; }
  .index-news .news-item .item-img {
    height: 220px; } }

@media (max-width: 375px) {
  .index-news .btn-link {
    font-size: 13px;
    padding: 0 15px; } }

.text-section {
  padding: 50px 0; }

.index-page .text-section {
  padding: 80px 0; }

.text-section .column-text {
  column-count: 2;
  column-gap: 40px; }

.text-section h2,
.text-section .h2 {
  font-size: 38px;
  margin: 0 0 15px;
  font-family: 'RG-StandardMedium';
  font-weight: normal;
  line-height: 1.1;
  width: 100%; }

.text-section ul,
.text-section ol {
  padding-left: 20px;
  display: inline-block;
  vertical-align: top;
  margin: -10px 0 10px; }

.text-section ul li::marker,
.text-section ol li::marker {
  color: #9c5b9e;
  font-weight: 600; }

.text-section p {
  display: inline-block;
  vertical-align: top;
  width: 100%; }

.text-page .page-content {
  padding-bottom: 100px; }

.text-container {
  padding-top: 40px; }

.text-container ul,
.text-container ol {
  padding-left: 20px;
  display: inline-block;
  vertical-align: top;
  margin: -5px 0 10px; }

.text-container ul li,
.text-container ol li {
  margin-bottom: 5px; }

.text-container ul li::marker,
.text-container ol li::marker {
  color: #9c5b9e;
  font-weight: 600; }

.text-container b,
.text-container strong {
  font-weight: 700; }

.text-container iframe {
  max-width: 100%; }

.text-container a {
  color: #854087; }

.text-container a:hover {
  text-decoration: none; }

.text-container .h1,
.text-container h1 {
  font-size: 42px;
  margin: 0 0 20px;
  font-family: 'RG-StandardMedium';
  font-weight: normal;
  line-height: 1.1;
  text-align: center; }

.text-container .h2,
.text-container h2 {
  font-size: 32px;
  font-weight: 600;
  margin: 20px 0 10px; }

.text-container .h3,
.text-container h3 {
  font-size: 24px;
  font-weight: 600;
  margin: 20px 0 10px;
  line-height: 1.3; }

.text-container .h4,
.text-container h4 {
  font-size: 18px;
  margin: 15px 0 10px;
  font-weight: 600; }

.text-container .h5,
.text-container h5 {
  font-size: 14px;
  margin: 10px 0 10px;
  font-weight: 600; }

.text-container .h6,
.text-container h6 {
  font-size: 12px;
  margin: 15px 0 5px;
  font-weight: 600; }

.text-center {
  text-align: center; }

@media (min-width: 1200px) {
  .container.text-container {
    max-width: 820px; } }

@media (max-width: 1199px) {
  .text-container .h1,
  .text-container h1 {
    font-size: 36px; }
  .text-container .h2,
  .text-container h2 {
    font-size: 26px; }
  .text-container .h3,
  .text-container h3 {
    font-size: 22px; }
  .text-container .h4,
  .text-container h4 {
    font-size: 16px; }
  .text-section h2, .text-section .h2 {
    font-size: 26px; } }

@media (max-width: 991px) {
  .text-container .h1,
  .text-container h1 {
    font-size: 32px; }
  .text-container .h2,
  .text-container h2 {
    font-size: 24px; }
  .text-container .h3,
  .text-container h3 {
    font-size: 20px; }
  .text-section .column-text {
    column-count: unset; }
  .text-section h2, .text-section .h2 {
    font-size: 24px; } }

@media (max-width: 767px) {
  .text-container .h1,
  .text-container h1 {
    font-size: 28px; }
  .text-container .h2,
  .text-container h2 {
    font-size: 20px; }
  .text-container .h3,
  .text-container h3 {
    font-size: 18px; }
  .text-container img {
    float: none !important;
    margin: 0 auto 10px !important; }
  .index-page .text-section {
    padding: 40px 0; } }

#toast-message {
  position: fixed;
  top: 30px;
  right: 30px;
  background-color: #fff;
  width: 430px;
  min-height: 150px;
  display: flex;
  font-weight: 500;
  align-items: center;
  padding: 20px 30px 20px 120px;
  font-size: 18px;
  border-radius: 20px;
  box-shadow: 0px 7px 19px #D8DCEF;
  transition: 0.8s cubic-bezier(1, -0.25, 0, 1.43);
  z-index: 1000;
  opacity: 0;
  transform: translateY(-150%); }

#toast-message img {
  position: absolute;
  height: 70px;
  left: 25px;
  top: calc(50% - 35px); }

.toast-content {
  color: #74747A;
  font-size: 14px; }

.toast-content .h3 {
  color: #121212;
  font-size: 18px;
  margin: 0 0 5px;
  font-weight: 500; }

.toast-content a {
  color: #4D1647;
  text-decoration: none; }

.toast-content a:hover {
  text-decoration: underline; }

#toast-message.show {
  opacity: 1;
  transform: translateY(0); }

@media (max-width: 1199px) {
  #toast-message {
    top: 15px;
    right: 15px; } }

@media (max-width: 575px) {
  #toast-message {
    width: auto;
    left: 12px;
    top: 12px;
    right: 12px;
    padding-left: 90px; }
  #toast-message img {
    width: 50px; }
  .toast-content .h3 {
    font-size: 17px; } }

.info-page .tabs {
  list-style: none;
  padding: 0;
  margin: 30px 0 0; }

.info-page .tab-link {
  display: block;
  background-color: #fff;
  border-radius: 30px;
  margin-bottom: 20px;
  box-shadow: 0px 7px 19px #D8DCEF;
  text-align: center;
  padding: 12px;
  cursor: pointer; }

.info-page .tab-link.current {
  color: #fff;
  background: linear-gradient(89.81deg, #BE8FCF 0.17%, #B8B3D9 94.11%); }

.info-page .tab-pane {
  display: none; }

.info-page .tab-pane.current {
  display: block; }

.info-page .tab-content {
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0px 7px 19px #D8DCEF;
  position: relative;
  min-height: 400px;
  margin: 30px 0 80px 45px;
  padding: 50px 70px 70px; }

.info-page .tab-content:before,
.info-page .tab-content:after {
  content: '';
  position: absolute;
  width: 450px;
  height: 450px;
  background-color: #D8DCEF;
  border-radius: 20px;
  z-index: -1; }

.info-page .tab-content:before {
  top: -25px;
  right: -25px; }

.info-page .tab-content:after {
  bottom: -25px;
  left: -25px; }

.info-page .text-container {
  padding-top: 0; }

.info-page .text-container .h1,
.info-page .text-container h1 {
  font-weight: 700; }

.info-page .text-container .h2,
.info-page .text-container h2 {
  margin-top: 0;
  margin-bottom: 15px;
  font-weight: 700; }

.info-page .text-container h3,
.info-page .text-container .h3 {
  margin-bottom: 5px;
  font-size: 22px; }

.info-page .text-container ul,
.info-page .text-container ol {
  margin-top: 5px; }

.info-page .consultation-section {
  padding-bottom: 100px;
  padding-top: 30px; }

.info-page .consultation-section:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 50%;
  background-color: #D8DCEF;
  z-index: 1; }

@media (max-width: 1199px) {
  .info-page .tabs {
    margin-right: -30px; }
  .info-page .tab-content {
    padding: 40px 50px 50px; }
  .info-page .tab-content:before {
    top: -15px;
    right: -15px;
    height: 300px; }
  .info-page .tab-content:after {
    left: -15px;
    bottom: -15px;
    height: 300px; } }

@media (max-width: 991px) {
  .info-page .tabs {
    margin-right: 0; }
  .info-page .tab-link {
    display: inline-block;
    padding: 12px 25px;
    margin: 0 15px 15px 0; }
  .info-page .tab-content {
    margin: 30px 0; }
  .info-page .tab-content:before {
    top: -10px;
    right: -10px; }
  .info-page .tab-content:after {
    left: -10px;
    bottom: -10px; } }

@media (max-width: 767px) {
  .info-page .tab-link {
    padding: 10px 15px;
    margin: 0 10px 15px 0;
    font-size: 13px; }
  .info-page .text-container h3, .info-page .text-container .h3 {
    font-size: 18px; }
  .info-page .tab-content {
    padding: 40px 30px; }
  .info-page .consultation-section {
    padding-bottom: 50px; } }

@media (max-width: 575px) {
  .info-page .tab-content {
    margin-top: 10px; }
  .info-page .tab-content:before,
  .info-page .tab-content:after {
    display: none; } }

@media (max-width: 479px) {
  .info-page .tab-content {
    padding: 30px 15px; }
  .info-page .tab-link {
    padding: 10px 12px;
    margin: 0 8px 12px 0;
    font-size: 13px; } }

@media (max-width: 479px) {
  .info-page .tabs {
    margin-right: -5px; }
  .info-page .tab-link {
    padding: 8px;
    margin: 0 5px 12px 0;
    font-size: 12px;
    font-weight: 500; } }

.main-footer {
  background-color: #573C61;
  color: #e2e2e2;
  font-size: 14px;
  position: relative;
  z-index: 10; }

.main-footer a {
  color: #e2e2e2;
  text-decoration: none; }

.main-footer a:hover {
  color: #fff;
  text-decoration: underline; }

.footer-content {
  padding-top: 45px; }

.footer-content .logo-col p {
  max-width: 280px;
  font-size: 13px; }

.footer-content .logo-holder {
  margin-bottom: 10px; }

.footer-content .logo-holder img {
  display: block;
  max-width: 155px; }

.footer-content ul {
  list-style: none;
  padding: 0;
  margin: 0; }

.footer-content .alone-list {
  margin-top: 40px; }

.footer-content ul li {
  margin-bottom: 12px; }

.footer-nav {
  margin-bottom: 35px; }

.footer-nav .h3 {
  margin: 0 0 8px;
  font-size: 22px;
  font-weight: 500;
  color: #fff; }

.footer-bottom {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #826F8B;
  padding: 20px 0;
  margin-top: 10px;
  font-size: 14px;
  color: #fff; }

.site-developer a {
  color: #f2d0ff; }

@media (max-width: 1699px) {
  .footer-nav .h3 {
    font-size: 20px; } }

@media (max-width: 1399px) {
  .main-footer,
  .footer-bottom {
    font-size: 13px; }
  .footer-nav .h3 {
    font-size: 18px; }
  .footer-content .logo-col p {
    font-size: 12px;
    max-width: 250px; } }

@media (max-width: 767px) {
  .footer-content .logo-col {
    margin-bottom: 10px; }
  .footer-content {
    padding-top: 30px; }
  .footer-nav {
    margin-bottom: 25px; }
  .footer-nav .h3 {
    font-size: 16px; }
  .footer-content .logo-col p {
    max-width: 100%; }
  .footer-content .logo-holder {
    margin-bottom: 15px; }
  .footer-content .logo-holder img {
    max-width: 125px; }
  .footer-bottom {
    padding: 10px 0;
    display: block;
    text-align: center; }
  .copyright-text {
    margin-bottom: 5px; } }

.error-page .page-content {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 80px 0;
  text-align: center; }

.error-page .page-content .lg-nums {
  font-size: 160px;
  font-weight: 700;
  line-height: 1.1;
  display: inline-block;
  background: linear-gradient(90deg, #46093C 0%, #552856 26.76%, #6F7085 107.05%, #7A8E9A 214.11%, #7F929D 267.64%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent; }

.error-page .page-content .h2 {
  font-size: 32px;
  font-weight: 500;
  margin: 0 0 10px; }

.error-page .page-content p {
  font-size: 16px;
  max-width: 600px;
  margin: 0 auto 40px;
  color: #555; }

.error-page .page-content p a {
  color: #4D1748;
  font-weight: 500; }

.error-page .page-content p a:hover {
  text-decoration: none; }

@media (max-width: 1199px) {
  .error-page .page-content .h2 {
    font-size: 28px; } }

@media (max-width: 991px) {
  .error-page .page-content .lg-nums {
    font-size: 100px; } }

@media (max-width: 767px) {
  .error-page .page-content .lg-nums {
    font-size: 80px; }
  .error-page .page-content .h2 {
    font-size: 24px; }
  .error-page .page-content p {
    font-size: 14px; } }
